File manager - Edit - /home/thefreecuj/www/generate .sql
Back
-- phpMyAdmin SQL Dump -- version 4.5.1 -- http://www.phpmyadmin.net -- -- Servidor: 127.0.0.1 -- Tiempo de generación: 14-10-2019 a las 09:44:23 -- Versión del servidor: 10.1.13-MariaDB -- Versión de PHP: 5.6.23 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 utf8mb4 */; -- -- Base de datos: `generate` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `wp_commentmeta` -- CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) UNSIGNED NOT NULL, `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 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `wp_comments` -- CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) UNSIGNED NOT NULL, `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' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `wp_links` -- CREATE TABLE `wp_links` ( `link_id` bigint(20) UNSIGNED NOT NULL, `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 '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `wp_options` -- CREATE TABLE `wp_options` ( `option_id` bigint(20) UNSIGNED NOT NULL, `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' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Volcado de datos para la tabla `wp_options` -- INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1, 'siteurl', 'http://localhost/generate', 'yes'), (2, 'home', 'http://localhost/generate', 'yes'), (3, 'blogname', 'Generate', 'yes'), (4, 'blogdescription', 'Otro sitio realizado con WordPress', 'yes'), (5, 'users_can_register', '0', 'yes'), (6, 'admin_email', 'alejandrojm@factoryfy.com', 'yes'), (7, 'start_of_week', '1', 'yes'), (8, 'use_balanceTags', '0', 'yes'), (9, 'use_smilies', '1', 'yes'), (10, 'require_name_email', '1', 'yes'), (11, 'comments_notify', '1', 'yes'), (12, 'posts_per_rss', '10', 'yes'), (13, 'rss_use_excerpt', '0', 'yes'), (14, 'mailserver_url', 'mail.example.com', 'yes'), (15, 'mailserver_login', 'login@example.com', 'yes'), (16, 'mailserver_pass', 'password', 'yes'), (17, 'mailserver_port', '110', 'yes'), (18, 'default_category', '1', 'yes'), (19, 'default_comment_status', 'open', 'yes'), (20, 'default_ping_status', 'open', 'yes'), (21, 'default_pingback_flag', '0', 'yes'), (22, 'posts_per_page', '10', 'yes'), (23, 'date_format', 'j F, Y', 'yes'), (24, 'time_format', 'g:i a', 'yes'), (25, 'links_updated_date_format', 'j F, Y g:i a', 'yes'), (26, 'comment_moderation', '0', 'yes'), (27, 'moderation_notify', '1', 'yes'), (28, 'permalink_structure', '/%postname%/', 'yes'), (29, 'rewrite_rules', 'a:86:{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: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:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:45:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:74:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"([^/]+)/embed/?$";s:37:"index.php?name=$matches[1]&embed=true";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:28:"([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&paged=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:24:"([^/]+)(?:/([0-9]+))?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:22:"[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";}', 'yes'), (30, 'hack_file', '0', 'yes'), (31, 'blog_charset', 'UTF-8', 'yes'), (32, 'moderation_keys', '', 'no'), (33, 'active_plugins', 'a:4:{i:0;s:31:"elementor-pro/elementor-pro.php";i:1;s:23:"elementor/elementor.php";i:2;s:25:"gp-premium/gp-premium.php";i:3;s:29:"jet-elements/jet-elements.php";}', 'yes'), (34, 'category_base', '', 'yes'), (35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'), (36, 'comment_max_links', '2', 'yes'), (37, 'gmt_offset', '0', 'yes'), (38, 'default_email_category', '1', 'yes'), (39, 'recently_edited', '', 'no'), (40, 'template', 'generatepress', 'yes'), (41, 'stylesheet', 'generatepress', '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', '44719', 'yes'), (49, 'uploads_use_yearmonth_folders', '', 'yes'), (50, 'upload_path', '', 'yes'), (51, 'blog_public', '0', 'yes'), (52, 'default_link_category', '2', 'yes'), (53, 'show_on_front', 'posts', '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', '', 'yes'), (67, 'image_default_size', '', 'yes'), (68, 'image_default_align', '', 'yes'), (69, 'close_comments_for_old_posts', '0', 'yes'), (70, 'close_comments_days_old', '14', 'yes'), (71, 'thread_comments', '1', 'yes'), (72, 'thread_comments_depth', '5', 'yes'), (73, 'page_comments', '0', 'yes'), (74, 'comments_per_page', '50', 'yes'), (75, 'default_comments_page', 'newest', 'yes'), (76, 'comment_order', 'asc', 'yes'), (77, 'sticky_posts', 'a:0:{}', 'yes'), (78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'), (79, 'widget_text', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (81, 'uninstall_plugins', 'a:1:{s:23:"elementor/elementor.php";a:2:{i:0;s:21:"Elementor\\Maintenance";i:1;s:9:"uninstall";}}', 'no'), (82, 'timezone_string', 'Europe/Madrid', 'yes'), (83, 'page_for_posts', '0', 'yes'), (84, 'page_on_front', '0', 'yes'), (85, 'default_post_format', '0', 'yes'), (86, 'link_manager_enabled', '0', 'yes'), (87, 'finished_splitting_shared_terms', '1', 'yes'), (88, 'site_icon', '0', 'yes'), (89, 'medium_large_size_w', '768', 'yes'), (90, 'medium_large_size_h', '0', 'yes'), (91, 'wp_page_for_privacy_policy', '3', 'yes'), (92, 'show_comments_cookies_opt_in', '1', 'yes'), (93, 'initial_db_version', '44719', 'yes'), (94, 'wp_user_roles', 'a: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'), (95, 'fresh_site', '0', 'yes'), (96, 'WPLANG', 'es_ES', 'yes'), (97, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'), (98, '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'), (99, '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'), (100, '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'), (101, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'), (102, 'sidebars_widgets', 'a:12:{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:6:"header";a:0:{}s:8:"footer-1";a:0:{}s:8:"footer-2";a:0:{}s:8:"footer-3";a:0:{}s:8:"footer-4";a:0:{}s:8:"footer-5";a:0:{}s:10:"footer-bar";a:0:{}s:7:"top-bar";a:0:{}s:13:"array_version";i:3;}', 'yes'), (103, 'cron', 'a:8:{i:1571039640;a:1:{s:34:"wp_privacy_delete_old_export_files";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1571043239;a:1:{s:32:"recovery_mode_clean_expired_keys";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1571043240;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1571043253;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:1571043255;a:1:{s:30:"wp_scheduled_auto_draft_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1571043409;a:1:{s:28:"elementor/tracker/send_event";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1571046179;a:1:{s:26:"upgrader_scheduled_cleanup";a:1:{s:32:"c8bde69a9f79ca24059e3807f9a3bcf8";a:2:{s:8:"schedule";b:0;s:4:"args";a:1:{i:0;i:10;}}}}s:7:"version";i:2;}', 'yes'), (104, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (105, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (106, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (107, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (108, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (109, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (110, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (111, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (112, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (114, 'recovery_keys', 'a:0:{}', 'yes'), (116, 'theme_mods_twentynineteen', 'a:2:{s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1564476907;s:4:"data";a:2:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}}}}', 'yes'), (131, 'can_compress_scripts', '1', 'no'), (146, 'current_theme', 'GeneratePress', 'yes'), (147, 'theme_mods_generatepress', 'a:3:{i:0;b:0;s:18:"nav_menu_locations";a:0:{}s:18:"custom_css_post_id";i:-1;}', 'yes'), (148, 'theme_switched', '', 'yes'), (149, 'generate_migration_settings', 'a:5:{s:11:"combine_css";s:4:"done";s:31:"font_awesome_essentials_updated";s:4:"true";s:22:"skip_dynamic_css_cache";s:4:"true";s:20:"default_font_updated";s:4:"true";s:25:"blog_post_content_preview";s:4:"true";}', 'yes'), (150, 'generate_dynamic_css_output', 'body{background-color:#efefef;color:#3a3a3a;}a, a:visited{color:#1e73be;}a:hover, a:focus, a:active{color:#000000;}body .grid-container{max-width:1100px;}body, button, input, select, textarea{font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}.entry-content > [class*="wp-block-"]:not(:last-child){margin-bottom:1.5em;}.main-navigation .main-nav ul ul li a{font-size:14px;}@media (max-width:768px){.main-title{font-size:30px;}h1{font-size:30px;}h2{font-size:25px;}}.top-bar{background-color:#636363;color:#ffffff;}.top-bar a,.top-bar a:visited{color:#ffffff;}.top-bar a:hover{color:#303030;}.site-header{background-color:#ffffff;color:#3a3a3a;}.site-header a,.site-header a:visited{color:#3a3a3a;}.main-title a,.main-title a:hover,.main-title a:visited{color:#222222;}.site-description{color:#757575;}.main-navigation,.main-navigation ul ul{background-color:#222222;}.main-navigation .main-nav ul li a,.menu-toggle{color:#ffffff;}.main-navigation .main-nav ul li:hover > a,.main-navigation .main-nav ul li:focus > a, .main-navigation .main-nav ul li.sfHover > a{color:#ffffff;background-color:#3f3f3f;}button.menu-toggle:hover,button.menu-toggle:focus,.main-navigation .mobile-bar-items a,.main-navigation .mobile-bar-items a:hover,.main-navigation .mobile-bar-items a:focus{color:#ffffff;}.main-navigation .main-nav ul li[class*="current-menu-"] > a{color:#ffffff;background-color:#3f3f3f;}.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover,.main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a{color:#ffffff;background-color:#3f3f3f;}.navigation-search input[type="search"],.navigation-search input[type="search"]:active{color:#3f3f3f;background-color:#3f3f3f;}.navigation-search input[type="search"]:focus{color:#ffffff;background-color:#3f3f3f;}.main-navigation ul ul{background-color:#3f3f3f;}.main-navigation .main-nav ul ul li a{color:#ffffff;}.main-navigation .main-nav ul ul li:hover > a,.main-navigation .main-nav ul ul li:focus > a,.main-navigation .main-nav ul ul li.sfHover > a{color:#ffffff;background-color:#4f4f4f;}.main-navigation .main-nav ul ul li[class*="current-menu-"] > a{color:#ffffff;background-color:#4f4f4f;}.main-navigation .main-nav ul ul li[class*="current-menu-"] > a:hover,.main-navigation .main-nav ul ul li[class*="current-menu-"].sfHover > a{color:#ffffff;background-color:#4f4f4f;}.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header{background-color:#ffffff;}.entry-meta{color:#595959;}.entry-meta a,.entry-meta a:visited{color:#595959;}.entry-meta a:hover{color:#1e73be;}.sidebar .widget{background-color:#ffffff;}.sidebar .widget .widget-title{color:#000000;}.footer-widgets{background-color:#ffffff;}.footer-widgets .widget-title{color:#000000;}.site-info{color:#ffffff;background-color:#222222;}.site-info a,.site-info a:visited{color:#ffffff;}.site-info a:hover{color:#606060;}.footer-bar .widget_nav_menu .current-menu-item a{color:#606060;}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="tel"],input[type="number"],textarea,select{color:#666666;background-color:#fafafa;border-color:#cccccc;}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="number"]:focus,textarea:focus,select:focus{color:#666666;background-color:#ffffff;border-color:#bfbfbf;}button,html input[type="button"],input[type="reset"],input[type="submit"],a.button,a.button:visited,a.wp-block-button__link:not(.has-background){color:#ffffff;background-color:#666666;}button:hover,html input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,a.button:hover,button:focus,html input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,a.button:focus,a.wp-block-button__link:not(.has-background):active,a.wp-block-button__link:not(.has-background):focus,a.wp-block-button__link:not(.has-background):hover{color:#ffffff;background-color:#3f3f3f;}.generate-back-to-top,.generate-back-to-top:visited{background-color:rgba( 0,0,0,0.4 );color:#ffffff;}.generate-back-to-top:hover,.generate-back-to-top:focus{background-color:rgba( 0,0,0,0.6 );color:#ffffff;}.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull{margin-left:-40px;width:calc(100% + 80px);max-width:calc(100% + 80px);}.rtl .menu-item-has-children .dropdown-menu-toggle{padding-left:20px;}.rtl .main-navigation .main-nav ul li.menu-item-has-children > a{padding-right:20px;}@media (max-width:768px){.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header{padding:30px;}.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull{margin-left:-30px;width:calc(100% + 60px);max-width:calc(100% + 60px);}}.one-container .sidebar .widget{padding:0px;}', 'yes'), (151, 'generate_dynamic_css_cached_version', '2.3.2', 'yes'), (152, 'generate_db_version', '2.3.2', 'no'), (153, 'generate_update_core_typography', 'true', 'yes'), (157, 'recently_activated', 'a:1:{s:33:"jet-theme-core/jet-theme-core.php";i:1571038819;}', 'yes'), (166, 'elementor_version', '2.7.4', 'yes'), (168, '_elementor_installed_time', '1564477018', 'yes'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (169, 'elementor_remote_info_library', 'a:3:{s:10:"types_data";a:2:{s:5:"block";a:1:{s:10:"categories";a:22:{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:15:"product archive";i:14;s:8:"services";i:15;s:11:"single page";i:16;s:11:"single post";i:17;s:14:"single product";i:18;s:5:"stats";i:19;s:9:"subscribe";i:20;s:4:"team";i:21;s:12:"testimonials";}}s:5:"popup";a:1:{s:10:"categories";a:6:{i:0;s:10:"bottom bar";i:1;s:7:"classic";i:2;s:6:"fly-in";i:3;s:11:"full screen";i:4;s:9:"hello bar";i:5;s:8:"slide-in";}}}s:10:"categories";s:247:"["404 page","about","archive","call to action","clients","contact","faq","features","footer","header","hero","portfolio","pricing","product archive","services","single page","single post","single product","stats","subscribe","team","testimonials"]";s:9:"templates";a:594:{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:"13";s:11:"trend_index";s:1:"8";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:1;a:14:{s:2:"id";s:5:"10107";s:5:"title";s:34:"Classic | Promotion | Announcement";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/balls_small.png";s:12:"tmpl_created";s:10:"1547851373";s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/popups/classic-promotion-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"308";s:11:"trend_index";s:3:"288";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:2;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:"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:"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:"23";s:11:"trend_index";s:2:"10";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:4;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:"39";s:11:"trend_index";s:2:"23";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:5;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:2:"91";s:11:"trend_index";s:2:"68";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:6;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:"77";s:11:"trend_index";s:2:"58";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:7;a:14:{s:2:"id";s:5:"10158";s:5:"title";s:17:"Classic | Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/coco_small.png";s:12:"tmpl_created";s:10:"1547852227";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/classic-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"320";s:11:"trend_index";s:3:"343";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:8;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:"211";s:11:"trend_index";s:3:"178";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:9;a:14:{s:2:"id";s:5:"10169";s:5:"title";s:37:"Slide In | Register | Subscribe | App";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2019/01/slideinapp_small.png";s:12:"tmpl_created";s:10:"1547852334";s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/popups/slide-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";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:"286";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:10;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:"37";s:11:"trend_index";s:2:"30";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:11;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:"214";s:11:"trend_index";s:3:"278";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:12;a:14:{s:2:"id";s:5:"10190";s:5:"title";s:30:"Classic | Register | Subscribe";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/01/engage_small.png";s:12:"tmpl_created";s:10:"1547885703";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/classic-register-subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"331";s:11:"trend_index";s:3:"285";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:13;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:"126";s:11:"trend_index";s:2:"95";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:14;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:"310";s:11:"trend_index";s:3:"332";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:15;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:"161";s:11:"trend_index";s:3:"166";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:16;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:"206";s:11:"trend_index";s:3:"142";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:17;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:2:"98";s:11:"trend_index";s:2:"64";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:18;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:"305";s:11:"trend_index";s:3:"350";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:19;a:14:{s:2:"id";s:5:"10256";s:5:"title";s:20:"Classic | Sale | Pop";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/fruit_small.png";s:12:"tmpl_created";s:10:"1547888909";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/classic-sale-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"422";s:11:"trend_index";s:3:"505";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:20;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:"38";s:11:"trend_index";s:2:"29";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:21;a:14:{s:2:"id";s:5:"10267";s:5:"title";s:29:"Classic | Contact | Christmas";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2019/01/christmas_small.png";s:12:"tmpl_created";s:10:"1547889047";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/classic-contact-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"376";s:11:"trend_index";s:3:"324";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:22;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:"334";s:11:"trend_index";s:3:"381";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:23;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:"226";s:11:"trend_index";s:3:"241";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:24;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:"24";s:11:"trend_index";s:2:"14";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:25;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:"116";s:11:"trend_index";s:3:"105";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:26;a:14:{s:2:"id";s:5:"10307";s:5:"title";s:43:"Fly In | Promotion | Christmas | Teddy Bear";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/teddy_small.png";s:12:"tmpl_created";s:10:"1547893266";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/popups/fly-in-promotion-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"522";s:11:"trend_index";s:3:"553";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:27;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:"185";s:11:"trend_index";s:3:"258";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:28;a:14:{s:2:"id";s:5:"10318";s:5:"title";s:27:"Classic | Contact | Bicycle";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2019/01/by_small.png";s:12:"tmpl_created";s:10:"1547893367";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/popups/classic-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"369";s:11:"trend_index";s:3:"374";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:29;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:"289";s:11:"trend_index";s:3:"269";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:30;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:"117";s:11:"trend_index";s:3:"106";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:31;a:14:{s:2:"id";s:5:"10339";s:5:"title";s:22:"Fly In | Contact | Spa";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/spa_small.png";s:12:"tmpl_created";s:10:"1547893603";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/fly-in-contact-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"417";s:11:"trend_index";s:3:"386";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:32;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:"278";s:11:"trend_index";s:3:"236";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:33;a:14:{s:2:"id";s:5:"10352";s:5:"title";s:23:"Fly In | Contact | Wine";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/01/fly_wine_small.png";s:12:"tmpl_created";s:10:"1547915335";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/fly-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"457";s:11:"trend_index";s:3:"559";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:34;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:"452";s:11:"trend_index";s:3:"359";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:35;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:"341";s:11:"trend_index";s:3:"354";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:36;a:14:{s:2:"id";s:5:"10372";s:5:"title";s:29:"Fly In | Register | Subscribe";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/phone_small.png";s:12:"tmpl_created";s:10:"1547915554";s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/popups/fly-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"514";s:11:"trend_index";s:3:"491";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:37;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:"442";s:11:"trend_index";s:3:"571";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:38;a:14:{s:2:"id";s:5:"10382";s:5:"title";s:35:"Bottom Bar | Announcement | Cookies";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2019/01/bottom_pink_small.png";s:12:"tmpl_created";s:10:"1547916616";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/popups/bottom-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"346";s:11:"trend_index";s:3:"215";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:39;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:"74";s:11:"trend_index";s:2:"44";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:40;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:"66";s:11:"trend_index";s:2:"60";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:41;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:"243";s:11:"trend_index";s:3:"182";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:42;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:"121";s:11:"trend_index";s:3:"103";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:43;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:"83";s:11:"trend_index";s:2:"79";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:44;a:14:{s:2:"id";s:5:"10434";s:5:"title";s:27:"Classic | Sale | Headphones";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/head_small.png";s:12:"tmpl_created";s:10:"1547961950";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/classic-sale-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";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:"406";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:45;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:"73";s:11:"trend_index";s:2:"56";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:46;a:14:{s:2:"id";s:5:"10444";s:5:"title";s:17:"Classic | Contact";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/plant_small.png";s:12:"tmpl_created";s:10:"1547962029";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/popups/classic-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";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:"333";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:47;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:"43";s:11:"trend_index";s:2:"40";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:48;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:2:"92";s:11:"trend_index";s:2:"74";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:49;a:14:{s:2:"id";s:5:"10467";s:5:"title";s:27:"Bottom Bar | Contact | Lego";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/tro_small.png";s:12:"tmpl_created";s:10:"1547962277";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/bottom-bar-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"560";s:11:"trend_index";s:3:"503";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:50;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:"76";s:11:"trend_index";s:2:"53";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:51;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:"171";s:11:"trend_index";s:3:"155";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:52;a:14:{s:2:"id";s:5:"10487";s:5:"title";s:18:"Slide In | Contact";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/acc_small.png";s:12:"tmpl_created";s:10:"1547964527";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/slide-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"491";s:11:"trend_index";s:3:"504";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:53;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:"155";s:11:"trend_index";s:3:"134";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:54;a:14:{s:2:"id";s:5:"10498";s:5:"title";s:14:"Classic | Sale";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/01/pink_small-1.png";s:12:"tmpl_created";s:10:"1547964616";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/classic-sale-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"438";s:11:"trend_index";s:3:"430";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:55;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:"157";s:11:"trend_index";s:3:"160";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:56;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:"265";s:11:"trend_index";s:3:"287";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:57;a:14:{s:2:"id";s:5:"10519";s:5:"title";s:27:"Hello Bar | Promotion | App";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/app_small-1.png";s:12:"tmpl_created";s:10:"1547964801";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/hello-bar-promotion-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"507";s:11:"trend_index";s:3:"536";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:58;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:"184";s:11:"trend_index";s:3:"204";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:59;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:"262";s:11:"trend_index";s:3:"223";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:60;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:"325";s:11:"trend_index";s:3:"302";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:61;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:"359";s:11:"trend_index";s:3:"283";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:62;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:"41";s:11:"trend_index";s:2:"26";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:63;a:14:{s:2:"id";s:5:"10569";s:5:"title";s:15:"Slide In | Sale";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/off_small.png";s:12:"tmpl_created";s:10:"1547967812";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/popups/slide-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"478";s:11:"trend_index";s:3:"481";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:64;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:"85";s:11:"trend_index";s:2:"63";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:65;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:"148";s:11:"trend_index";s:3:"114";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:66;a:14:{s:2:"id";s:5:"10590";s:5:"title";s:19:"Full Screen | Login";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/pass1_small.png";s:12:"tmpl_created";s:10:"1547967978";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/classic-login-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"463";s:11:"trend_index";s:3:"411";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:67;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:"239";s:11:"trend_index";s:3:"229";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:68;a:14:{s:2:"id";s:5:"10600";s:5:"title";s:18:"Slide In | Contact";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/01/orange_small.png";s:12:"tmpl_created";s:10:"1547968080";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/slide-in-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"461";s:11:"trend_index";s:3:"522";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:69;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:"322";s:11:"trend_index";s:3:"255";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:70;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:"319";s:11:"trend_index";s:3:"289";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:71;a:14:{s:2:"id";s:5:"10622";s:5:"title";s:34:"Full Screen | Contact | Headphones";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2019/01/full_hear_small.png";s:12:"tmpl_created";s:10:"1547969678";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/full-screen-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"476";s:11:"trend_index";s:3:"554";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:72;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:"361";s:11:"trend_index";s:3:"342";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:73;a:14:{s:2:"id";s:5:"10633";s:5:"title";s:23:"Slide In | Login | Lego";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/tro_small-1.png";s:12:"tmpl_created";s:10:"1547969858";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/slide-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"538";s:11:"trend_index";s:3:"442";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:74;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:"414";s:11:"trend_index";s:3:"463";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:75;a:14:{s:2:"id";s:5:"10644";s:5:"title";s:26:"Fly In | Contact | Webinar";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/01/blue_small-1.png";s:12:"tmpl_created";s:10:"1547970814";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/popups/fly-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"444";s:11:"trend_index";s:3:"427";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:76;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:"109";s:11:"trend_index";s:3:"101";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:77;a:14:{s:2:"id";s:5:"10654";s:5:"title";s:31:"Full Screen | Login | Christmas";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2019/01/full_login_small.png";s:12:"tmpl_created";s:10:"1547970917";s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/popups/full-screen-login-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"525";s:11:"trend_index";s:3:"471";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:78;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:"217";s:11:"trend_index";s:3:"179";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:79;a:14:{s:2:"id";s:5:"10664";s:5:"title";s:34:"Slide In | Contact | Gym | Fitness";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2019/01/slide_gym_small.png";s:12:"tmpl_created";s:10:"1547973928";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/slide-in-contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"474";s:11:"trend_index";s:3:"405";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:80;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:"82";s:11:"trend_index";s:2:"66";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:81;a:14:{s:2:"id";s:5:"10675";s:5:"title";s:35:"Full Screen | Login | Gym | Fitness";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/01/gym_full_small.png";s:12:"tmpl_created";s:10:"1547974110";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/popups/full-screen-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"466";s:11:"trend_index";s:3:"465";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:82;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:"84";s:11:"trend_index";s:2:"93";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:83;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:"362";s:11:"trend_index";s:3:"351";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:84;a:14:{s:2:"id";s:4:"9719";s:5:"title";s:30:"Classic | Subscribe | Register";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/01/register_small.png";s:12:"tmpl_created";s:10:"1547976107";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/popups/classic-subscribe-register/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"433";s:11:"trend_index";s:3:"473";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:85;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:"28";s:11:"trend_index";s:2:"18";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:86;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:"63";s:11:"trend_index";s:2:"39";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:87;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:"392";s:11:"trend_index";s:3:"439";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:88;a:14:{s:2:"id";s:5:"10137";s:5:"title";s:34:"Full Screen | Contact | Restaurant";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/rest_small.png";s:12:"tmpl_created";s:10:"1547976342";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/popups/full-screen-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"483";s:11:"trend_index";s:3:"486";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:89;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:"55";s:11:"trend_index";s:2:"48";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:90;a:14:{s:2:"id";s:5:"10244";s:5:"title";s:17:"Bottom Bar | Sale";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/wow_small.png";s:12:"tmpl_created";s:10:"1547976402";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/bottom-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"505";s:11:"trend_index";s:3:"452";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:91;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:"101";s:11:"trend_index";s:3:"128";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:92;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:"162";s:11:"trend_index";s:3:"127";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:93;a:14:{s:2:"id";s:5:"10127";s:5:"title";s:35:"Fly In | Announcement | Maintenance";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/pizza_small.png";s:12:"tmpl_created";s:10:"1547984061";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/fly-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"559";s:11:"trend_index";s:3:"562";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:94;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:"257";s:11:"trend_index";s:3:"250";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:95;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:"366";s:11:"trend_index";s:3:"399";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:96;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:"389";s:11:"trend_index";s:3:"377";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:97;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:"479";s:11:"trend_index";s:3:"556";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:98;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:"253";s:11:"trend_index";s:3:"176";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:99;a:14:{s:2:"id";s:5:"10776";s:5:"title";s:33:"Fly In | Contact | Social | Share";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/01/social1_small.png";s:12:"tmpl_created";s:10:"1548047055";s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/popups/fly-in-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"546";s:11:"trend_index";s:3:"550";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:100;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:"241";s:11:"trend_index";s:3:"251";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:101;a:14:{s:2:"id";s:5:"10785";s:5:"title";s:33:"Fly In | Contact | Social | Share";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/01/social2_small.png";s:12:"tmpl_created";s:10:"1548047593";s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/popups/fly-in-contact-social-share-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"451";s:11:"trend_index";s:3:"361";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:102;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:"373";s:11:"trend_index";s:3:"364";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:103;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:"425";s:11:"trend_index";s:3:"419";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:104;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:2:"80";s:11:"trend_index";s:2:"57";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:105;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:"115";s:11:"trend_index";s:2:"90";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:106;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:"237";s:11:"trend_index";s:3:"262";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:107;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:"215";s:11:"trend_index";s:3:"187";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:108;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:"45";s:11:"trend_index";s:2:"31";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:109;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:2:"89";s:11:"trend_index";s:2:"70";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:110;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:"193";s:11:"trend_index";s:3:"234";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:111;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:"324";s:11:"trend_index";s:3:"309";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:112;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:"380";s:11:"trend_index";s:3:"392";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:113;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:"487";s:11:"trend_index";s:3:"555";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:114;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:"447";s:11:"trend_index";s:3:"385";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:115;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:"143";s:11:"trend_index";s:3:"118";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:116;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:"352";s:11:"trend_index";s:3:"376";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:117;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:"46";s:11:"trend_index";s:2:"35";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:118;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:"167";s:11:"trend_index";s:3:"148";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:119;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:"295";s:11:"trend_index";s:3:"301";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:120;a:14:{s:2:"id";s:5:"10794";s:5:"title";s:34:"Classic | Contact | Social | Share";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/01/s_small.png";s:12:"tmpl_created";s:10:"1548067619";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/classic-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"448";s:11:"trend_index";s:3:"438";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:121;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:"264";s:11:"trend_index";s:3:"256";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:122;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:"219";s:11:"trend_index";s:3:"213";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:123;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:"268";s:11:"trend_index";s:3:"375";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:124;a:14:{s:2:"id";s:5:"10871";s:5:"title";s:20:"Bottom Bar | Contact";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/01/m_small.png";s:12:"tmpl_created";s:10:"1548074396";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/bottom-bar-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"544";s:11:"trend_index";s:3:"549";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:125;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:"410";s:11:"trend_index";s:3:"461";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:126;a:14:{s:2:"id";s:5:"10936";s:5:"title";s:25:"Full Screen | Toggle Menu";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/menu_small.png";s:12:"tmpl_created";s:10:"1548874587";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/popups/full-screen-toggle-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"427";s:11:"trend_index";s:3:"429";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:127;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:"188";s:11:"trend_index";s:3:"138";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:128;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:"158";s:11:"trend_index";s:3:"180";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:129;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:"350";s:11:"trend_index";s:3:"397";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:130;a:14:{s:2:"id";s:5:"10964";s:5:"title";s:59:"Classic | Promotion | Coupon | Love | Valentine’s Day";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/02/love_small.png";s:12:"tmpl_created";s:10:"1550039106";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/popups/classic-promotion-coupon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"530";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:131;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:"26";s:11:"trend_index";s:2:"24";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:132;a:14:{s:2:"id";s:5:"10992";s:5:"title";s:59:"Classic | Promotion | Coupon | Love | Valentine’s Day";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/02/h_small.png";s:12:"tmpl_created";s:10:"1550072007";s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/classic-promotion-coupon-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"541";s:11:"trend_index";s:3:"572";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:133;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:"232";s:11:"trend_index";s:2:"71";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:134;a:14:{s:2:"id";s:5:"11005";s:5:"title";s:50:"Classic | Promotion | Love | Valentine’s Day";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/02/bear_small.png";s:12:"tmpl_created";s:10:"1550073303";s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-promotion-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"549";s:11:"trend_index";s:3:"540";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:135;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:"166";s:11:"trend_index";s:3:"194";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:136;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:"304";s:11:"trend_index";s:3:"339";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:137;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:"296";s:11:"trend_index";s:3:"402";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:138;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:"160";s:11:"trend_index";s:3:"149";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:139;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:"275";s:11:"trend_index";s:3:"260";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:140;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:"125";s:11:"trend_index";s:3:"152";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:141;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:"173";s:11:"trend_index";s:3:"167";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:142;a:14:{s:2:"id";s:5:"11231";s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png";s:12:"tmpl_created";s:10:"1564642380";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/digital-agency/?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:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"351";s:11:"trend_index";s:3:"136";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:143;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:"240";s:11:"trend_index";s:3:"222";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:144;a:14:{s:2:"id";s:5:"11220";s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png";s:12:"tmpl_created";s:10:"1564642385";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/digital-agency-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:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"294";s:11:"trend_index";s:2:"65";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:145;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:"118";s:11:"trend_index";s:3:"137";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:146;a:14:{s:2:"id";s:5:"11204";s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg";s:12:"tmpl_created";s:10:"1564642389";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/digital-agency-3/?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:36:"["404","Digital Agency","marketing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"455";s:11:"trend_index";s:3:"183";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:147;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:"295";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:148;a:14:{s:2:"id";s:5:"11198";s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/07/Header_small_3.jpg";s:12:"tmpl_created";s:10:"1564642395";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/digital-agency-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:39:"["Digital Agency","header","marketing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"170";s:11:"trend_index";s:2:"21";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:149;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:"150";s:11:"trend_index";s:3:"139";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:150;a:14:{s:2:"id";s:5:"11192";s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg";s:12:"tmpl_created";s:10:"1564642399";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/digital-agency-5/?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:39:"["Digital Agency","footer","marketing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"374";s:11:"trend_index";s:3:"123";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:151;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:"169";s:11:"trend_index";s:3:"193";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:152;a:14:{s:2:"id";s:5:"11241";s:5:"title";s:36:"Classic | Digital Agency | Marketing";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg";s:12:"tmpl_created";s:10:"1564643043";s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"459";s:11:"trend_index";s:3:"264";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:153;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:"233";s:11:"trend_index";s:3:"221";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:154;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:"108";s:11:"trend_index";s:2:"92";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:155;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:"202";s:11:"trend_index";s:3:"211";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:156;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:"133";s:11:"trend_index";s:3:"263";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:157;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:"363";s:11:"trend_index";s:3:"303";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:158;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:"131";s:11:"trend_index";s:3:"135";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:159;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:"281";s:11:"trend_index";s:3:"300";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:160;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:"423";s:11:"trend_index";s:3:"501";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:161;a:14:{s:2:"id";s:5:"11468";s:5:"title";s:20:"Classic | Sale | Gym";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png";s:12:"tmpl_created";s:10:"1567393182";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/popups/classic-sale-gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"588";s:11:"trend_index";s:3:"499";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:162;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:"292";s:11:"trend_index";s:3:"267";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:163;a:14:{s:2:"id";s:5:"11461";s:5:"title";s:3:"GYM";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/08/Header_Small.png";s:12:"tmpl_created";s:10:"1567393219";s:6:"author";s:9:"Elementor";s:3:"url";s:100:"https://library.elementor.com/blocks/gym/?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:16:"["Gym","header"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"432";s:11:"trend_index";s:3:"169";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:164;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:"244";s:11:"trend_index";s:3:"272";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:165;a:14:{s:2:"id";s:5:"11453";s:5:"title";s:3:"GYM";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png";s:12:"tmpl_created";s:10:"1567393224";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/gym-2/?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:16:"["footer","Gym"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"465";s:11:"trend_index";s:3:"126";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:166;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:"400";s:11:"trend_index";s:3:"284";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:167;a:14:{s:2:"id";s:5:"11445";s:5:"title";s:3:"GYM";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png";s:12:"tmpl_created";s:10:"1567393229";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/gym-3/?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:7:"["Gym"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"516";s:11:"trend_index";s:3:"189";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:168;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:"498";s:11:"trend_index";s:3:"485";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:169;a:14:{s:2:"id";s:5:"11435";s:5:"title";s:3:"GYM";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png";s:12:"tmpl_created";s:10:"1567393296";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/gym-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:7:"["Gym"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"513";s:11:"trend_index";s:3:"252";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:170;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:"252";s:11:"trend_index";s:3:"237";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:171;a:14:{s:2:"id";s:5:"11424";s:5:"title";s:3:"GYM";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png";s:12:"tmpl_created";s:10:"1567393309";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/gym-5/?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:13:"["404","Gym"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"580";s:11:"trend_index";s:3:"387";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:172;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:"72";s:11:"trend_index";s:3:"119";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:173;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:"186";s:11:"trend_index";s:3:"200";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:174;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:"35";s:11:"trend_index";s:2:"50";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:175;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.1.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:"31";s:11:"trend_index";s:2:"43";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:176;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:"104";s:11:"trend_index";s:3:"131";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:177;a:14:{s:2:"id";s:5:"11822";s:5:"title";s:30:"Full Screen | Menu | Portfolio";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png";s:12:"tmpl_created";s:10:"1569429896";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"590";s:11:"trend_index";s:3:"472";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:178;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:"122";s:11:"trend_index";s:3:"186";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:179;a:14:{s:2:"id";s:5:"11877";s:5:"title";s:27:"Portfolio – Project 3";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png";s:12:"tmpl_created";s:10:"1569429954";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/portfolio-project-3/?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:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"591";s:11:"trend_index";s:3:"395";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:180;a:14:{s:2:"id";s:4:"7663";s:5:"title";s:13:"Single Post 2";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg";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:11:"single post";s:4:"tags";s:24:"["Blog","Post","Single"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"42";s:11:"trend_index";s:3:"104";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:181;a:14:{s:2:"id";s:5:"11870";s:5:"title";s:27:"Portfolio – Project 2";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png";s:12:"tmpl_created";s:10:"1569429964";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/portfolio-project-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:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"585";s:11:"trend_index";s:3:"436";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:182;a:14:{s:2:"id";s:4:"7650";s:5:"title";s:13:"Single Post 1";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg";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:11:"single post";s:4:"tags";s:24:"["Blog","Post","Single"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"86";s:11:"trend_index";s:3:"109";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:183;a:14:{s:2:"id";s:5:"11861";s:5:"title";s:27:"Portfolio – Project 1";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png";s:12:"tmpl_created";s:10:"1569429975";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/portfolio-project-1/?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:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"586";s:11:"trend_index";s:3:"407";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:184;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:3:"112";s:11:"trend_index";s:3:"151";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:185;a:14:{s:2:"id";s:5:"11854";s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png";s:12:"tmpl_created";s:10:"1569429983";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/portfolio/?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:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"571";s:11:"trend_index";s:3:"317";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:186;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:"212";s:11:"trend_index";s:3:"348";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:187;a:14:{s:2:"id";s:5:"11847";s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png";s:12:"tmpl_created";s:10:"1569430010";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-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:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"539";s:11:"trend_index";s:3:"208";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:188;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:2:"93";s:11:"trend_index";s:2:"96";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:189;a:14:{s:2:"id";s:5:"11839";s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png";s:12:"tmpl_created";s:10:"1569430015";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-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:43:"["creative portfolio","header","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"517";s:11:"trend_index";s:3:"141";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:190;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:"254";s:11:"trend_index";s:3:"174";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:191;a:14:{s:2:"id";s:5:"11832";s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png";s:12:"tmpl_created";s:10:"1569430019";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-19/?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:43:"["creative portfolio","footer","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"531";s:11:"trend_index";s:3:"254";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:192;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:"191";s:11:"trend_index";s:3:"212";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:193;a:14:{s:2:"id";s:5:"11807";s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png";s:12:"tmpl_created";s:10:"1569430070";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-20/?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:40:"["404","creative portfolio","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"578";s:11:"trend_index";s:3:"396";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:194;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:"248";s:11:"trend_index";s:3:"243";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:195;a:14:{s:2:"id";s:5:"11890";s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png";s:12:"tmpl_created";s:10:"1569493735";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blog/blocks/portfolio-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:43:"["creative portfolio","header","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"568";s:11:"trend_index";s:3:"220";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:196;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:"208";s:11:"trend_index";s:3:"238";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:197;a:14:{s:2:"id";s:5:"11897";s:5:"title";s:27:"Portfolio – Project 2";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png";s:12:"tmpl_created";s:10:"1569494236";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blog/blocks/portfolio-project-2-2/?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:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"594";s:11:"trend_index";s:3:"424";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:198;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:"182";s:11:"trend_index";s:3:"227";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:199;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:"102";s:11:"trend_index";s:3:"156";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:200;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:"199";s:11:"trend_index";s:3:"228";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:201;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:"409";s:11:"trend_index";s:3:"423";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:202;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:"218";s:11:"trend_index";s:3:"259";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:203;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:"138";s:11:"trend_index";s:3:"144";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:204;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:"100";s:11:"trend_index";s:3:"102";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:205;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:"56";s:11:"trend_index";s:3:"181";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:206;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:"111";s:11:"trend_index";s:3:"116";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:207;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:"129";s:11:"trend_index";s:3:"120";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:208;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:"79";s:11:"trend_index";s:2:"85";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:209;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:"336";s:11:"trend_index";s:3:"310";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:210;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:"110";s:11:"trend_index";s:3:"143";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:211;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:"291";s:11:"trend_index";s:3:"207";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:212;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:"33";s:11:"trend_index";s:2:"38";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:213;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:"415";s:11:"trend_index";s:3:"459";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:214;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:"34";s:11:"trend_index";s:2:"78";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:215;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:"50";s:11:"trend_index";s:2:"80";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:216;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:"105";s:11:"trend_index";s:3:"129";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:217;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:"207";s:11:"trend_index";s:3:"124";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:218;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:"103";s:11:"trend_index";s:3:"107";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:219;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:"154";s:11:"trend_index";s:3:"171";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:220;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:"60";s:11:"trend_index";s:2:"67";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:221;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:"335";s:11:"trend_index";s:3:"314";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:222;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:"67";s:11:"trend_index";s:3:"170";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:223;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:"64";s:11:"trend_index";s:2:"41";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:224;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:"47";s:11:"trend_index";s:2:"51";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:225;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:"267";s:11:"trend_index";s:3:"210";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:226;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:2:"57";s:11:"trend_index";s:2:"52";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:227;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:"75";s:11:"trend_index";s:2:"94";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:228;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:"127";s:11:"trend_index";s:3:"164";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:229;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:"299";s:11:"trend_index";s:3:"362";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:230;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:"290";s:11:"trend_index";s:3:"326";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:231;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:"285";s:11:"trend_index";s:3:"322";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:232;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:"141";s:11:"trend_index";s:3:"133";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:233;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:"412";s:11:"trend_index";s:3:"479";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:234;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:"139";s:11:"trend_index";s:3:"168";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:235;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:"388";s:11:"trend_index";s:3:"444";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:236;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:"317";s:11:"trend_index";s:3:"325";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:237;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:"419";s:11:"trend_index";s:3:"460";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:238;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:"49";s:11:"trend_index";s:2:"42";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:239;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:"421";s:11:"trend_index";s:3:"441";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:240;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:"70";s:11:"trend_index";s:2:"88";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:241;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:"486";s:11:"trend_index";s:3:"435";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:242;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:"144";s:11:"trend_index";s:3:"162";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:243;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:"345";s:11:"trend_index";s:3:"371";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:244;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:"147";s:11:"trend_index";s:3:"153";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:245;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:"395";s:11:"trend_index";s:3:"487";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:246;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:"260";s:11:"trend_index";s:3:"224";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:247;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:"330";s:11:"trend_index";s:3:"320";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:248;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:2:"96";s:11:"trend_index";s:3:"108";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:249;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:"180";s:11:"trend_index";s:3:"177";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:250;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:"179";s:11:"trend_index";s:3:"157";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:251;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:"198";s:11:"trend_index";s:3:"184";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:252;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:"97";s:11:"trend_index";s:2:"86";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:253;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:"398";s:11:"trend_index";s:3:"328";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:254;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:"163";s:11:"trend_index";s:3:"175";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:255;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:"303";s:11:"trend_index";s:3:"311";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:256;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:2:"99";s:11:"trend_index";s:2:"59";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:257;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:"407";s:11:"trend_index";s:3:"355";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:258;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:"149";s:11:"trend_index";s:3:"130";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:259;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:"391";s:11:"trend_index";s:3:"266";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:260;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:"123";s:11:"trend_index";s:2:"89";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:261;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:2:"71";s:11:"trend_index";s:3:"111";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:262;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:"134";s:11:"trend_index";s:3:"125";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:263;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:"192";s:11:"trend_index";s:3:"366";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:264;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:"245";s:11:"trend_index";s:3:"270";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:265;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:"156";s:11:"trend_index";s:3:"274";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:266;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:"327";s:11:"trend_index";s:3:"340";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:267;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:"318";s:11:"trend_index";s:3:"356";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:268;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:"52";s:11:"trend_index";s:2:"33";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:269;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:"282";s:11:"trend_index";s:3:"337";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:270;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:"411";s:11:"trend_index";s:3:"431";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:271;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:"196";s:11:"trend_index";s:3:"172";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:272;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:"533";s:11:"trend_index";s:3:"545";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:273;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:"189";s:11:"trend_index";s:3:"226";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:274;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:"316";s:11:"trend_index";s:3:"280";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:275;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:"178";s:11:"trend_index";s:3:"191";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:276;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:"480";s:11:"trend_index";s:3:"525";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:277;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:"223";s:11:"trend_index";s:3:"281";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:278;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:"460";s:11:"trend_index";s:3:"527";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:279;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:"249";s:11:"trend_index";s:3:"235";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:280;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:"528";s:11:"trend_index";s:3:"403";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:281;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:2:"51";s:11:"trend_index";s:2:"84";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:282;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:"426";s:11:"trend_index";s:3:"520";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:283;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:"523";s:11:"trend_index";s:3:"563";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:284;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:"307";s:11:"trend_index";s:3:"353";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:285;a:14:{s:2:"id";s:4:"9174";s:5:"title";s:17:"single product 01";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png";s:12:"tmpl_created";s:10:"1532950125";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/single-product-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"single product";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"69";s:11:"trend_index";s:2:"46";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:286;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:"453";s:11:"trend_index";s:3:"498";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:287;a:14:{s:2:"id";s:4:"9178";s:5:"title";s:17:"single product 02";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png";s:12:"tmpl_created";s:10:"1532951997";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/single-product-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"single product";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"114";s:11:"trend_index";s:2:"98";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:288;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:"532";s:11:"trend_index";s:3:"569";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:289;a:14:{s:2:"id";s:4:"9180";s:5:"title";s:17:"single product 03";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png";s:12:"tmpl_created";s:10:"1532952302";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/single-product-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"single product";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:"97";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:290;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:"470";s:11:"trend_index";s:3:"502";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:291;a:14:{s:2:"id";s:4:"9182";s:5:"title";s:17:"single product 04";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png";s:12:"tmpl_created";s:10:"1532952606";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/single-product-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"single product";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"168";s:11:"trend_index";s:3:"159";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:292;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:"548";s:11:"trend_index";s:3:"566";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:293;a:14:{s:2:"id";s:4:"9239";s:5:"title";s:17:"product archive 1";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png";s:12:"tmpl_created";s:10:"1532953482";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/product-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:15:"product archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"120";s:11:"trend_index";s:2:"76";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:294;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:"446";s:11:"trend_index";s:3:"532";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:295;a:14:{s:2:"id";s:4:"9247";s:5:"title";s:17:"product archive 2";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png";s:12:"tmpl_created";s:10:"1532953793";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/product-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:15:"product archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"128";s:11:"trend_index";s:2:"82";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:296;a:14:{s:2:"id";s:4:"9254";s:5:"title";s:17:"product archive 3";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png";s:12:"tmpl_created";s:10:"1532954032";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/product-archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:15:"product archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"132";s:11:"trend_index";s:2:"91";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:297;a:14:{s:2:"id";s:4:"9301";s:5:"title";s:13:"Single Post 4";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg";s:12:"tmpl_created";s:10:"1537440661";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-post-4/?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:3:"194";s:11:"trend_index";s:3:"367";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:298;a:14:{s:2:"id";s:4:"9296";s:5:"title";s:13:"Single Post 3";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg";s:12:"tmpl_created";s:10:"1537440673";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-post-3/?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:3:"190";s:11:"trend_index";s:3:"206";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:299;a:14:{s:2:"id";s:4:"9313";s:5:"title";s:13:"Single Post 5";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg";s:12:"tmpl_created";s:10:"1537440798";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-post-5/?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:3:"159";s:11:"trend_index";s:3:"121";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:300;a:14:{s:2:"id";s:4:"9343";s:5:"title";s:13:"Single Post 6";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg";s:12:"tmpl_created";s:10:"1537443531";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-post-6/?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:3:"176";s:11:"trend_index";s:3:"158";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:301;a:14:{s:2:"id";s:4:"9349";s:5:"title";s:13:"Single Post 7";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg";s:12:"tmpl_created";s:10:"1537443903";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-post-7/?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:3:"124";s:11:"trend_index";s:3:"113";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:302;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:"231";s:11:"trend_index";s:3:"190";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:303;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:"382";s:11:"trend_index";s:3:"426";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:304;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:"136";s:11:"trend_index";s:3:"150";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:305;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:"174";s:11:"trend_index";s:3:"163";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:306;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:"353";s:11:"trend_index";s:3:"265";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:307;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:"137";s:11:"trend_index";s:3:"154";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:308;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:"247";s:11:"trend_index";s:3:"296";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:309;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:"266";s:11:"trend_index";s:3:"319";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:310;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:"360";s:11:"trend_index";s:3:"526";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:311;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:"229";s:11:"trend_index";s:3:"290";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:312;a:14:{s:2:"id";s:4:"9611";s:5:"title";s:16:"Hello Bar | Sale";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Sale_small_01.png";s:12:"tmpl_created";s:10:"1546965350";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/popups/hello-bar-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"509";s:11:"trend_index";s:3:"561";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:313;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:"187";s:11:"trend_index";s:3:"203";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:314;a:14:{s:2:"id";s:4:"9622";s:5:"title";s:19:"Classic | Promotion";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2019/01/classic_promotion_small_02.png";s:12:"tmpl_created";s:10:"1546965896";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/classic-promotion-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"497";s:11:"trend_index";s:3:"512";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:315;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:"328";s:11:"trend_index";s:3:"369";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:316;a:14:{s:2:"id";s:4:"9631";s:5:"title";s:38:"Slide-in | Sale | Register | Subscribe";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png";s:12:"tmpl_created";s:10:"1546968270";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/popups/slide-in-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"508";s:11:"trend_index";s:3:"451";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:317;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:"258";s:11:"trend_index";s:3:"225";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:318;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:"403";s:11:"trend_index";s:3:"467";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:319;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:"472";s:11:"trend_index";s:3:"511";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:320;a:14:{s:2:"id";s:4:"9662";s:5:"title";s:33:"Bottom Bar | Register | Subscribe";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2019/01/Bottom-Bar_Register_small_01.png";s:12:"tmpl_created";s:10:"1547009087";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/popups/bottom-bar-register-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"537";s:11:"trend_index";s:3:"543";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:321;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:"340";s:11:"trend_index";s:3:"368";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:322;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:"430";s:11:"trend_index";s:3:"409";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:323;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:"273";s:11:"trend_index";s:3:"201";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:324;a:14:{s:2:"id";s:4:"9690";s:5:"title";s:17:"Classic | Contact";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_01.png";s:12:"tmpl_created";s:10:"1547011716";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/classic-contact-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";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:"1";}i:325;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:"402";s:11:"trend_index";s:3:"323";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:326;a:14:{s:2:"id";s:4:"9699";s:5:"title";s:33:"Classic | Contact | Gym | Fitness";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_02.png";s:12:"tmpl_created";s:10:"1547015827";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/classic-contact-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"435";s:11:"trend_index";s:3:"394";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:327;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:"390";s:11:"trend_index";s:3:"433";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:328;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:"440";s:11:"trend_index";s:3:"408";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:329;a:14:{s:2:"id";s:4:"9571";s:5:"title";s:14:"Fly In | Login";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2019/01/FlyIn_Login_01_small.png";s:12:"tmpl_created";s:10:"1547726151";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/fly-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"503";s:11:"trend_index";s:3:"475";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:330;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:"462";s:11:"trend_index";s:3:"425";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:331;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:"200";s:11:"trend_index";s:3:"277";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:332;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:"375";s:11:"trend_index";s:3:"305";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:333;a:14:{s:2:"id";s:4:"9740";s:5:"title";s:25:"Classic | Promotion | App";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/app_small.png";s:12:"tmpl_created";s:10:"1547822836";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/classic-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"492";s:11:"trend_index";s:3:"533";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:334;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:"314";s:11:"trend_index";s:3:"275";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:335;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:"469";s:11:"trend_index";s:3:"420";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:336;a:14:{s:2:"id";s:4:"9762";s:5:"title";s:36:"Classic | Register | Subscribe | Spa";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2019/01/spa_small_classic.png";s:12:"tmpl_created";s:10:"1547824145";s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/popups/classic-register-subscribe-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"434";s:11:"trend_index";s:3:"456";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:337;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:"429";s:11:"trend_index";s:3:"496";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:338;a:14:{s:2:"id";s:4:"9772";s:5:"title";s:27:"Hello bar | Promotion | App";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2019/01/app_hello_small.png";s:12:"tmpl_created";s:10:"1547824279";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/popups/hello-bar-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"572";s:11:"trend_index";s:3:"567";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:339;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:"384";s:11:"trend_index";s:3:"379";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:340;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:"119";s:11:"trend_index";s:2:"87";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:341;a:14:{s:2:"id";s:4:"9793";s:5:"title";s:13:"Fly In | Sale";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2019/01/flyin_black_small.png";s:12:"tmpl_created";s:10:"1547831151";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/popups/fly-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"527";s:11:"trend_index";s:3:"506";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:342;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:"332";s:11:"trend_index";s:3:"308";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:343;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:"280";s:11:"trend_index";s:3:"246";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:344;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:"441";s:11:"trend_index";s:3:"418";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:345;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:"396";s:11:"trend_index";s:3:"370";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:346;a:14:{s:2:"id";s:4:"9836";s:5:"title";s:21:"Classic | Login | Pop";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/01/login_b_small.png";s:12:"tmpl_created";s:10:"1547835635";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/popups/classic-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"501";s:11:"trend_index";s:3:"568";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:347;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:"495";s:11:"trend_index";s:3:"516";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:348;a:14:{s:2:"id";s:4:"9847";s:5:"title";s:25:"Fly In | Promotion | Lego";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2019/01/fly_in_promotion_tro.png";s:12:"tmpl_created";s:10:"1547836956";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/popups/fly-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"567";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:349;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:"413";s:11:"trend_index";s:3:"454";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:350;a:14:{s:2:"id";s:4:"9858";s:5:"title";s:27:"Slide In | Promotion | Wine";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_promotion_wine_small.png";s:12:"tmpl_created";s:10:"1547837100";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/slide-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"583";s:11:"trend_index";s:3:"537";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:351;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:"428";s:11:"trend_index";s:3:"483";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:352;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:"236";s:11:"trend_index";s:3:"218";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:353;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:"471";s:11:"trend_index";s:3:"469";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:354;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:"238";s:11:"trend_index";s:3:"242";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:355;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:"313";s:11:"trend_index";s:3:"363";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:356;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:"227";s:11:"trend_index";s:3:"245";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:357;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:"181";s:11:"trend_index";s:3:"161";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:358;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:"368";s:11:"trend_index";s:3:"341";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:359;a:14:{s:2:"id";s:4:"9944";s:5:"title";s:33:"Slide In | Promotion | Headphones";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2019/01/slidein_head_small.png";s:12:"tmpl_created";s:10:"1547841939";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/slide-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"564";s:11:"trend_index";s:3:"523";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:360;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:"145";s:11:"trend_index";s:3:"199";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:361;a:14:{s:2:"id";s:4:"9955";s:5:"title";s:14:"Fly In | Login";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2019/01/flyin_login_lock_small.png";s:12:"tmpl_created";s:10:"1547842065";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/popups/fly-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"488";s:11:"trend_index";s:3:"493";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:362;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:"228";s:11:"trend_index";s:3:"306";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:363;a:14:{s:2:"id";s:4:"9965";s:5:"title";s:30:"Classic | Register | Subscribe";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2019/01/classic_moon_small.png";s:12:"tmpl_created";s:10:"1547842174";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/classic-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"473";s:11:"trend_index";s:3:"482";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:364;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:"135";s:11:"trend_index";s:3:"146";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:365;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:"246";s:11:"trend_index";s:3:"291";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:366;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:2:"94";s:11:"trend_index";s:3:"110";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:367;a:14:{s:2:"id";s:4:"9995";s:5:"title";s:27:"Slide In | Sale | Christmas";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2019/01/slidein_christmas_small.png";s:12:"tmpl_created";s:10:"1547844802";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/popups/slide-in-sale-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"592";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:368;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:"210";s:11:"trend_index";s:3:"192";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:369;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:"65";s:11:"trend_index";s:2:"47";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:370;a:14:{s:2:"id";s:5:"10016";s:5:"title";s:16:"Hello Bar | Sale";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2019/01/Hello-Bar_Promotion_bag_small.png";s:12:"tmpl_created";s:10:"1547845062";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/hello-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"593";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:371;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:"145";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:372;a:14:{s:2:"id";s:5:"10026";s:5:"title";s:46:"Classic | Register | Subscribe | Gym | Fitness";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2019/01/classic_register_small.png";s:12:"tmpl_created";s:10:"1547845205";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/classic-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"477";s:11:"trend_index";s:3:"480";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:373;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:"230";s:11:"trend_index";s:3:"276";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:374;a:14:{s:2:"id";s:5:"10036";s:5:"title";s:43:"Full Screen | Sale | Promotion | Headphones";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2019/01/full_sale_head_small.png";s:12:"tmpl_created";s:10:"1547845409";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/popups/full-screen-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"499";s:11:"trend_index";s:3:"529";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:375;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:"195";s:11:"trend_index";s:3:"273";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:376;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:"393";s:11:"trend_index";s:3:"345";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:377;a:14:{s:2:"id";s:5:"10057";s:5:"title";s:48:"Hello Bar | Register | Subscribe | Gym | Fitness";s:9:"thumbnail";s:91:"https://library.elementor.com/wp-content/uploads/2019/01/hello-bar_register_sport_small.png";s:12:"tmpl_created";s:10:"1547847938";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/hello-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"579";s:11:"trend_index";s:3:"542";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:378;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:"286";s:11:"trend_index";s:3:"334";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:379;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:"424";s:11:"trend_index";s:3:"447";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:380;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:"95";s:11:"trend_index";s:2:"81";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:381;a:14:{s:2:"id";s:5:"10087";s:5:"title";s:25:"Full Screen | Login | Spa";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2019/01/full-screen_login_spa_small.png";s:12:"tmpl_created";s:10:"1547848301";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/full-screen-login-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"504";s:11:"trend_index";s:3:"507";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:382;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:"256";s:11:"trend_index";s:3:"304";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:383;a:14:{s:2:"id";s:5:"10097";s:5:"title";s:37:"Classic | Register | Subscribe | Lego";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2019/01/classic_lego_small.png";s:12:"tmpl_created";s:10:"1547848411";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/classic-register-subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"535";s:11:"trend_index";s:3:"521";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:384;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:1:"1";s:16:"popularity_index";s:1:"5";s:11:"trend_index";s:1:"1";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:385;a:14:{s:2:"id";s:4:"9816";s:5:"title";s:30:"Classic | Sale | Gym | Fitness";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2019/01/classic_sale_sport_small.png";s:12:"tmpl_created";s:10:"1547991876";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/classic-sale-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"1";s:16:"popularity_index";s:3:"543";s:11:"trend_index";s:3:"558";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:386;a:14:{s:2:"id";s:4:"9602";s:5:"title";s:35:"Bottom Bar | Announcement | Cookies";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2019/01/Bottombar_Announcement_small_01.png";s:12:"tmpl_created";s:10:"1546964559";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/popups/bottom-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"1";s:16:"popularity_index";s:3:"496";s:11:"trend_index";s:3:"428";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:387;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:1:"2";s:16:"popularity_index";s:1:"2";s:11:"trend_index";s:1:"2";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:388;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:1:"3";s:16:"popularity_index";s:1:"4";s:11:"trend_index";s:1:"4";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:389;a:14:{s:2:"id";s:5:"10277";s:5:"title";s:36:"Bottom Bar | Promotion | Sale | Book";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/book_small.png";s:12:"tmpl_created";s:10:"1548055999";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/bottom-bar-promotion-book/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"3";s:16:"popularity_index";s:3:"557";s:11:"trend_index";s:3:"531";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:390;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:1:"4";s:16:"popularity_index";s:1:"3";s:11:"trend_index";s:1:"3";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:391;a:14:{s:2:"id";s:4:"9903";s:5:"title";s:34:"Bottom Bar | Promotion | Olive Oil";s:9:"thumbnail";s:93:"https://library.elementor.com/wp-content/uploads/2019/01/bottom-bar_promotion_olive_small.png";s:12:"tmpl_created";s:10:"1547838896";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/bottom-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"4";s:16:"popularity_index";s:3:"573";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:392;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:1:"5";s:16:"popularity_index";s:2:"11";s:11:"trend_index";s:1:"5";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:393;a:14:{s:2:"id";s:5:"10549";s:5:"title";s:33:"Bottom Bar | Register | Subscribe";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/com_small.png";s:12:"tmpl_created";s:10:"1547967595";s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/popups/bottom-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"6";s:16:"popularity_index";s:3:"553";s:11:"trend_index";s:3:"492";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:394;a:14:{s:2:"id";s:5:"11763";s:5:"title";s:27:"Portfolio – Home Page";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png";s:12:"tmpl_created";s:10:"1569428959";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/portfolio-home-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:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"6";s:16:"popularity_index";s:3:"468";s:11:"trend_index";s:2:"72";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:395;a:14:{s:2:"id";s:5:"11781";s:5:"title";s:23:"Portfolio – About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png";s:12:"tmpl_created";s:10:"1569428955";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/portfolio-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:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"7";s:16:"popularity_index";s:3:"510";s:11:"trend_index";s:3:"165";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:396;a:14:{s:2:"id";s:5:"11793";s:5:"title";s:26:"Portfolio – Projects";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png";s:12:"tmpl_created";s:10:"1569428951";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/portfolio-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:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"8";s:16:"popularity_index";s:3:"519";s:11:"trend_index";s:3:"132";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:397;a:14:{s:2:"id";s:5:"10529";s:5:"title";s:36:"Classic | Announcement | Maintenance";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/icon_small.png";s:12:"tmpl_created";s:10:"1548046309";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/classic-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"9";s:16:"popularity_index";s:3:"454";s:11:"trend_index";s:3:"446";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:398;a:14:{s:2:"id";s:5:"11800";s:5:"title";s:25:"Portfolio – Contact";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png";s:12:"tmpl_created";s:10:"1569428946";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/portfolio-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:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"9";s:16:"popularity_index";s:3:"556";s:11:"trend_index";s:3:"239";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:399;a:14:{s:2:"id";s:5:"11163";s:5:"title";s:32:"Digital Agency – Home Page";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png";s:12:"tmpl_created";s:10:"1564641877";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/digital-agency-home-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:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:2:"10";s:16:"popularity_index";s:3:"177";s:11:"trend_index";s:2:"34";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:400;a:14:{s:2:"id";s:5:"11129";s:5:"title";s:28:"Digital Agency – About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png";s:12:"tmpl_created";s:10:"1564641889";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/digital-agency-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:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:2:"11";s:16:"popularity_index";s:3:"339";s:11:"trend_index";s:3:"115";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:401;a:14:{s:2:"id";s:5:"11074";s:5:"title";s:31:"Digital Agency – Services";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png";s:12:"tmpl_created";s:10:"1564641872";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/digital-agency-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:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:2:"12";s:16:"popularity_index";s:3:"298";s:11:"trend_index";s:3:"100";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:402;a:14:{s:2:"id";s:5:"11056";s:5:"title";s:35:"Digital Agency – Social Media";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png";s:12:"tmpl_created";s:10:"1564641867";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/digital-agency-social-media/?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:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:2:"13";s:16:"popularity_index";s:3:"406";s:11:"trend_index";s:3:"233";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:403;a:14:{s:2:"id";s:5:"11094";s:5:"title";s:30:"Digital Agency – Clients";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png";s:12:"tmpl_created";s:10:"1564641885";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/digital-agency-clients/?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:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:2:"14";s:16:"popularity_index";s:3:"467";s:11:"trend_index";s:3:"331";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:404;a:14:{s:2:"id";s:5:"11034";s:5:"title";s:30:"Digital Agency – Contact";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png";s:12:"tmpl_created";s:10:"1564641881";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/contact-digital-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:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:2:"15";s:16:"popularity_index";s:3:"348";s:11:"trend_index";s:3:"122";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:405;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:"16";s:16:"popularity_index";s:1:"8";s:11:"trend_index";s:2:"17";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:406;a:14:{s:2:"id";s:5:"10413";s:5:"title";s:28:"Classic | Content Lock | Pop";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/hot_small.png";s:12:"tmpl_created";s:10:"1547961774";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/classic-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"17";s:16:"popularity_index";s:3:"565";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:407;a:14:{s:2:"id";s:4:"9139";s:5:"title";s:25:"Homepage – Business";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png";s:12:"tmpl_created";s:10:"1532949924";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/homepage-business/?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:167:"["Agency","bootstrap","business","corporate","Landing Page","marketing campaign","marketing landing page","product launch","software","Startup","startup landing page"]";s:10:"menu_order";s:2:"17";s:16:"popularity_index";s:1:"7";s:11:"trend_index";s:1:"6";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:408;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:"18";s:16:"popularity_index";s:3:"140";s:11:"trend_index";s:3:"214";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:409;a:14:{s:2:"id";s:5:"10223";s:5:"title";s:15:"Classic | Login";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/01/welcome_small.png";s:12:"tmpl_created";s:10:"1547887343";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/classic-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"19";s:16:"popularity_index";s:3:"437";s:11:"trend_index";s:3:"518";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:410;a:14:{s:2:"id";s:5:"10559";s:5:"title";s:33:"Bottom Bar | Register | Subscribe";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/fly_small.png";s:12:"tmpl_created";s:10:"1547967711";s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/popups/bottom-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"19";s:16:"popularity_index";s:3:"521";s:11:"trend_index";s:3:"530";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:411;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:"19";s:16:"popularity_index";s:3:"142";s:11:"trend_index";s:3:"196";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:412;a:14:{s:2:"id";s:5:"10403";s:5:"title";s:15:"Classic | Login";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/hello_small.png";s:12:"tmpl_created";s:10:"1548056371";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/classic-login-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"20";s:16:"popularity_index";s:3:"493";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:413;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:"20";s:16:"popularity_index";s:3:"197";s:11:"trend_index";s:3:"231";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:414;a:14:{s:2:"id";s:5:"11545";s:5:"title";s:21:"Gym – Home Page";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png";s:12:"tmpl_created";s:10:"1567392943";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/gym-home-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:7:"["Gym"]";s:10:"menu_order";s:2:"21";s:16:"popularity_index";s:3:"445";s:11:"trend_index";s:3:"117";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:415;a:14:{s:2:"id";s:4:"9913";s:5:"title";s:27:"Classic | Login | Christmas";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/log_small.png";s:12:"tmpl_created";s:10:"1547841430";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/classic-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"21";s:16:"popularity_index";s:3:"485";s:11:"trend_index";s:3:"528";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:416;a:14:{s:2:"id";s:5:"11478";s:5:"title";s:17:"Gym – About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png";s:12:"tmpl_created";s:10:"1567392939";s:6:"author";s:9:"Elementor";s:3:"url";s:99:"https://library.elementor.com/gym-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:7:"["Gym"]";s:10:"menu_order";s:2:"22";s:16:"popularity_index";s:3:"506";s:11:"trend_index";s:3:"232";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:417;a:14:{s:2:"id";s:5:"11572";s:5:"title";s:19:"Gym – Trainer";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png";s:12:"tmpl_created";s:10:"1567392934";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/gym-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:7:"["Gym"]";s:10:"menu_order";s:2:"23";s:16:"popularity_index";s:3:"551";s:11:"trend_index";s:3:"318";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:418;a:14:{s:2:"id";s:5:"11506";s:5:"title";s:19:"Gym – Classes";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png";s:12:"tmpl_created";s:10:"1567392930";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/gym-classes/?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:7:"["Gym"]";s:10:"menu_order";s:2:"24";s:16:"popularity_index";s:3:"542";s:11:"trend_index";s:3:"357";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:419;a:14:{s:2:"id";s:5:"11536";s:5:"title";s:19:"Gym – Fitness";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png";s:12:"tmpl_created";s:10:"1567392927";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/gym-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:7:"["Gym"]";s:10:"menu_order";s:2:"25";s:16:"popularity_index";s:3:"563";s:11:"trend_index";s:3:"484";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:420;a:14:{s:2:"id";s:5:"11563";s:5:"title";s:19:"Gym – Pricing";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png";s:12:"tmpl_created";s:10:"1567392923";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/gym-pricing/?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:7:"["Gym"]";s:10:"menu_order";s:2:"26";s:16:"popularity_index";s:3:"550";s:11:"trend_index";s:3:"380";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:421;a:14:{s:2:"id";s:4:"9592";s:5:"title";s:26:"Classic | Promotion | Sale";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Promotion_small_01.png";s:12:"tmpl_created";s:10:"1546963720";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/classic-promotion-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"26";s:16:"popularity_index";s:3:"512";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:422;a:14:{s:2:"id";s:5:"10210";s:5:"title";s:29:"Classic | Promotion | Webinar";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/web_small-1.png";s:12:"tmpl_created";s:10:"1547886103";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/classic-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"27";s:16:"popularity_index";s:3:"587";s:11:"trend_index";s:3:"538";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:423;a:14:{s:2:"id";s:5:"11528";s:5:"title";s:19:"Gym – Contact";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png";s:12:"tmpl_created";s:10:"1567392917";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/gym-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:7:"["Gym"]";s:10:"menu_order";s:2:"27";s:16:"popularity_index";s:3:"524";s:11:"trend_index";s:3:"257";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:424;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:"28";s:16:"popularity_index";s:2:"22";s:11:"trend_index";s:2:"15";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:425;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:"29";s:16:"popularity_index";s:3:"222";s:11:"trend_index";s:3:"404";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:426;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:"30";s:16:"popularity_index";s:3:"146";s:11:"trend_index";s:3:"216";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:427;a:14:{s:2:"id";s:5:"10047";s:5:"title";s:15:"Classic | Login";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/01/yellow_small.png";s:12:"tmpl_created";s:10:"1547847757";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/classic-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"30";s:16:"popularity_index";s:3:"456";s:11:"trend_index";s:3:"497";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:428;a:14:{s:2:"id";s:4:"9373";s:5:"title";s:33:"Landing Page – Conference 5";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/11/conference-250.png";s:12:"tmpl_created";s:10:"1542811219";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-conference-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:"31";s:16:"popularity_index";s:3:"216";s:11:"trend_index";s:3:"268";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:429;a:14:{s:2:"id";s:4:"9879";s:5:"title";s:38:"Classic | Register | Subscribe | Leads";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/dog_small.png";s:12:"tmpl_created";s:10:"1547838416";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/popups/classic-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"31";s:16:"popularity_index";s:3:"515";s:11:"trend_index";s:3:"574";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:430;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:"32";s:16:"popularity_index";s:3:"272";s:11:"trend_index";s:3:"205";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:431;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:2:"33";s:16:"popularity_index";s:3:"224";s:11:"trend_index";s:3:"219";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:432;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:2:"34";s:16:"popularity_index";s:3:"271";s:11:"trend_index";s:3:"315";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:433;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:2:"35";s:16:"popularity_index";s:3:"255";s:11:"trend_index";s:3:"293";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:434;a:14:{s:2:"id";s:5:"10297";s:5:"title";s:14:"Classic | Sale";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/01/s_yellow_small.png";s:12:"tmpl_created";s:10:"1548056099";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/classic-sale-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"35";s:16:"popularity_index";s:3:"489";s:11:"trend_index";s:3:"457";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:435;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:2:"36";s:16:"popularity_index";s:3:"220";s:11:"trend_index";s:3:"298";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:436;a:14:{s:2:"id";s:5:"10393";s:5:"title";s:14:"Classic | Sale";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/blue_small.png";s:12:"tmpl_created";s:10:"1548056682";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/classic-sale-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"36";s:16:"popularity_index";s:3:"536";s:11:"trend_index";s:3:"547";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:437;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:"37";s:16:"popularity_index";s:2:"68";s:11:"trend_index";s:3:"198";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:438;a:14:{s:2:"id";s:5:"10579";s:5:"title";s:14:"Classic | Sale";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/sale1_small.png";s:12:"tmpl_created";s:10:"1547967887";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/classic-sale-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"38";s:16:"popularity_index";s:3:"545";s:11:"trend_index";s:3:"514";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:439;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:2:"38";s:16:"popularity_index";s:3:"221";s:11:"trend_index";s:3:"271";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:440;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:2:"39";s:16:"popularity_index";s:3:"183";s:11:"trend_index";s:3:"244";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:441;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:2:"40";s:16:"popularity_index";s:3:"204";s:11:"trend_index";s:3:"202";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:442;a:14:{s:2:"id";s:4:"9425";s:5:"title";s:38:"Black Friday – 80’s style";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/11/unnamed-file.png";s:12:"tmpl_created";s:10:"1542901234";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/black-friday-80s-style/?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:"41";s:16:"popularity_index";s:3:"288";s:11:"trend_index";s:3:"230";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:443;a:14:{s:2:"id";s:5:"10180";s:5:"title";s:21:"Fly In | Announcement";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/glass_small.png";s:12:"tmpl_created";s:10:"1548045309";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/fly-in-announcement-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"43";s:16:"popularity_index";s:3:"534";s:11:"trend_index";s:3:"490";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:444;a:14:{s:2:"id";s:4:"9731";s:5:"title";s:26:"Classic | Sale | Promotion";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/01/icecream_small.png";s:12:"tmpl_created";s:10:"1547976166";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/popups/classic-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"46";s:16:"popularity_index";s:3:"500";s:11:"trend_index";s:3:"440";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:445;a:14:{s:2:"id";s:5:"10005";s:5:"title";s:38:"Fly In | Promotion | Spa | Body Lotion";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2019/01/Flyin_lotion_small.png";s:12:"tmpl_created";s:10:"1547844909";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/fly-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"54";s:16:"popularity_index";s:3:"566";s:11:"trend_index";s:3:"560";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:446;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:"55";s:16:"popularity_index";s:1:"1";s:11:"trend_index";s:1:"9";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:447;a:14:{s:2:"id";s:5:"10424";s:5:"title";s:21:"Fly In | Announcement";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/01/flower_small.png";s:12:"tmpl_created";s:10:"1547961866";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/fly-in-announcement-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"55";s:16:"popularity_index";s:3:"494";s:11:"trend_index";s:3:"510";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:448;a:14:{s:2:"id";s:4:"9975";s:5:"title";s:24:"Fly In | Promotion | App";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2019/01/flyin_webinar_app_small.png";s:12:"tmpl_created";s:10:"1547842284";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/popups/fly-in-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"55";s:16:"popularity_index";s:3:"584";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:449;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:"56";s:16:"popularity_index";s:3:"106";s:11:"trend_index";s:3:"240";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:450;a:14:{s:2:"id";s:5:"10067";s:5:"title";s:31:"Fly In | Announcement | Cookies";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2019/01/fly-in_cookie_yellow_small.png";s:12:"tmpl_created";s:10:"1547848075";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/popups/fly-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"56";s:16:"popularity_index";s:3:"482";s:11:"trend_index";s:3:"509";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:451;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:"57";s:16:"popularity_index";s:3:"107";s:11:"trend_index";s:3:"197";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:452;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:"58";s:16:"popularity_index";s:1:"9";s:11:"trend_index";s:2:"19";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:453;a:14:{s:2:"id";s:5:"10329";s:5:"title";s:25:"Fly In | Sale | Promotion";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/01/organic_small.png";s:12:"tmpl_created";s:10:"1547893478";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/fly-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"59";s:16:"popularity_index";s:3:"589";s:11:"trend_index";s:3:"548";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:454;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:"59";s:16:"popularity_index";s:3:"175";s:11:"trend_index";s:3:"217";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:455;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:"60";s:16:"popularity_index";s:3:"277";s:11:"trend_index";s:3:"519";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:456;a:14:{s:2:"id";s:4:"9650";s:5:"title";s:36:"Fly In | Register | Subscribe | Sale";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2019/01/Fly-In_Register_small_01a.png";s:12:"tmpl_created";s:10:"1547007598";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/popups/fly-in-register_big-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"60";s:16:"popularity_index";s:3:"577";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:457;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:"61";s:16:"popularity_index";s:3:"164";s:11:"trend_index";s:3:"253";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:458;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:"62";s:16:"popularity_index";s:2:"78";s:11:"trend_index";s:3:"209";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:459;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:"63";s:16:"popularity_index";s:3:"209";s:11:"trend_index";s:3:"316";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:460;a:14:{s:2:"id";s:5:"10200";s:5:"title";s:33:"Full Screen | Content Lock | Wine";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2019/01/lock_wine_small.png";s:12:"tmpl_created";s:10:"1548055635";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/popups/full-screen-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"63";s:16:"popularity_index";s:3:"558";s:11:"trend_index";s:3:"576";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:461;a:14:{s:2:"id";s:5:"10287";s:5:"title";s:34:"Full Screen | Register | Subscribe";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2019/01/glass_pink_small.png";s:12:"tmpl_created";s:10:"1547994301";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/popups/full-screen-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"64";s:16:"popularity_index";s:3:"490";s:11:"trend_index";s:3:"415";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:462;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:"64";s:16:"popularity_index";s:3:"205";s:11:"trend_index";s:3:"329";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:463;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:"65";s:16:"popularity_index";s:3:"151";s:11:"trend_index";s:3:"261";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:464;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:"66";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:465;a:14:{s:2:"id";s:4:"9889";s:5:"title";s:28:"Full Screen | Login | Cactus";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/cac_small.png";s:12:"tmpl_created";s:10:"1547838722";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/popups/full-screen-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"66";s:16:"popularity_index";s:3:"570";s:11:"trend_index";s:3:"517";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:466;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:"67";s:16:"popularity_index";s:3:"201";s:11:"trend_index";s:3:"365";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:467;a:14:{s:2:"id";s:5:"10077";s:5:"title";s:29:"Fly In | Register | Subscribe";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2019/01/flyin_register_blue_small.png";s:12:"tmpl_created";s:10:"1547848197";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/fly-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"67";s:16:"popularity_index";s:3:"449";s:11:"trend_index";s:3:"458";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:468;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:"68";s:16:"popularity_index";s:3:"344";s:11:"trend_index";s:3:"414";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:469;a:14:{s:2:"id";s:5:"10362";s:5:"title";s:32:"Full Screen | Login | Restaurant";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/vip_small.png";s:12:"tmpl_created";s:10:"1548056253";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/popups/full-screen-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"69";s:16:"popularity_index";s:3:"502";s:11:"trend_index";s:3:"575";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:470;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:"69";s:16:"popularity_index";s:3:"367";s:11:"trend_index";s:3:"573";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:471;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:"70";s:16:"popularity_index";s:3:"165";s:11:"trend_index";s:3:"247";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:472;a:14:{s:2:"id";s:5:"10454";s:5:"title";s:29:"Full Screen | Promotion | App";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/appy_small.png";s:12:"tmpl_created";s:10:"1548056896";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/full-screen-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"71";s:16:"popularity_index";s:3:"582";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:473;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:"71";s:16:"popularity_index";s:3:"152";s:11:"trend_index";s:3:"336";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:474;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:"72";s:16:"popularity_index";s:3:"283";s:11:"trend_index";s:3:"346";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:475;a:14:{s:2:"id";s:4:"9803";s:5:"title";s:41:"Full Screen | Register | Contact | Meetup";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2019/01/designme_full_small.png";s:12:"tmpl_created";s:10:"1547831298";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/full-screen-register-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"72";s:16:"popularity_index";s:3:"529";s:11:"trend_index";s:3:"544";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:476;a:14:{s:2:"id";s:5:"10611";s:5:"title";s:18:"Full Screen | Sale";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/fla_small.png";s:12:"tmpl_created";s:10:"1547968868";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/popups/full-screen-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"73";s:16:"popularity_index";s:3:"581";s:11:"trend_index";s:3:"551";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:477;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:"73";s:16:"popularity_index";s:3:"343";s:11:"trend_index";s:3:"437";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:478;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:"74";s:16:"popularity_index";s:1:"6";s:11:"trend_index";s:1:"7";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:479;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:"75";s:16:"popularity_index";s:2:"19";s:11:"trend_index";s:2:"36";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:480;a:14:{s:2:"id";s:5:"10508";s:5:"title";s:25:"Full Screen | Welcome Mat";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/01/hand_small-1.png";s:12:"tmpl_created";s:10:"1547964711";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/full-screen-welcome-mat-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"75";s:16:"popularity_index";s:3:"540";s:11:"trend_index";s:3:"546";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:481;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:"76";s:16:"popularity_index";s:2:"29";s:11:"trend_index";s:2:"45";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:482;a:14:{s:2:"id";s:4:"9934";s:5:"title";s:38:"Full Screen | Welcome Mat | Teddy Bear";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2019/01/full_mat_teddy_small.png";s:12:"tmpl_created";s:10:"1547841787";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/popups/full-screen-welcome-mat/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"76";s:16:"popularity_index";s:3:"520";s:11:"trend_index";s:3:"539";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:483;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:"77";s:16:"popularity_index";s:2:"15";s:11:"trend_index";s:2:"22";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:484;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:"78";s:16:"popularity_index";s:2:"16";s:11:"trend_index";s:2:"28";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:485;a:14:{s:2:"id";s:4:"9709";s:5:"title";s:25:"Full Screen | Welcome Mat";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2019/01/Full-Screen_Welcome-Mat_01_small-1.png";s:12:"tmpl_created";s:10:"1547023834";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/popups/full-screen-welcome-mat-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"78";s:16:"popularity_index";s:3:"555";s:11:"trend_index";s:3:"570";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:486;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:"79";s:16:"popularity_index";s:3:"172";s:11:"trend_index";s:3:"294";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:487;a:14:{s:2:"id";s:4:"9671";s:5:"title";s:34:"Hello Bar | Announcement | Cookies";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Announcement_small_01.png";s:12:"tmpl_created";s:10:"1547010259";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/hello-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"79";s:16:"popularity_index";s:3:"511";s:11:"trend_index";s:3:"488";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:488;a:14:{s:2:"id";s:5:"10234";s:5:"title";s:38:"Hello Bar | Announcement | Maintenance";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/pink_small.png";s:12:"tmpl_created";s:10:"1548055049";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/popups/hello-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"80";s:16:"popularity_index";s:3:"575";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:489;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:"80";s:16:"popularity_index";s:3:"300";s:11:"trend_index";s:3:"453";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:490;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:"81";s:16:"popularity_index";s:3:"297";s:11:"trend_index";s:3:"412";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:491;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:"82";s:16:"popularity_index";s:3:"312";s:11:"trend_index";s:3:"400";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:492;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:"83";s:16:"popularity_index";s:3:"203";s:11:"trend_index";s:3:"248";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:493;a:14:{s:2:"id";s:4:"9869";s:5:"title";s:28:"Hello Bar | Promotion | Sale";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2019/01/ru_small.png";s:12:"tmpl_created";s:10:"1547837269";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/popups/hello-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"83";s:16:"popularity_index";s:3:"574";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:494;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:"84";s:16:"popularity_index";s:2:"25";s:11:"trend_index";s:2:"55";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:495;a:14:{s:2:"id";s:5:"10539";s:5:"title";s:19:"Hello Bar | Contact";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2019/01/hello_pink_small.png";s:12:"tmpl_created";s:10:"1548056994";s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/popups/hello-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"84";s:16:"popularity_index";s:3:"554";s:11:"trend_index";s:3:"541";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:496;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:"85";s:16:"popularity_index";s:3:"337";s:11:"trend_index";s:3:"474";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:497;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:"86";s:16:"popularity_index";s:3:"357";s:11:"trend_index";s:3:"358";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:498;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:"87";s:16:"popularity_index";s:3:"372";s:11:"trend_index";s:3:"352";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:499;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:"88";s:16:"popularity_index";s:3:"385";s:11:"trend_index";s:3:"391";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:500;a:14:{s:2:"id";s:5:"10147";s:5:"title";s:34:"Hello Bar | Sale | Promotion | Pop";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/donut_small.png";s:12:"tmpl_created";s:10:"1548055522";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/popups/hello-bar-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"89";s:16:"popularity_index";s:3:"576";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:501;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:"89";s:16:"popularity_index";s:3:"323";s:11:"trend_index";s:3:"449";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:502;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:"90";s:16:"popularity_index";s:3:"213";s:11:"trend_index";s:3:"349";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:503;a:14:{s:2:"id";s:4:"9923";s:5:"title";s:23:"Slide In | Announcement";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_ann_italian_small.png";s:12:"tmpl_created";s:10:"1547841537";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/slide-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"90";s:16:"popularity_index";s:3:"526";s:11:"trend_index";s:3:"470";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:504;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:"91";s:16:"popularity_index";s:3:"235";s:11:"trend_index";s:3:"292";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:505;a:14:{s:2:"id";s:5:"10117";s:5:"title";s:23:"Slide In | Announcement";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/white_small.png";s:12:"tmpl_created";s:10:"1548066998";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/popups/slide-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"91";s:16:"popularity_index";s:3:"552";s:11:"trend_index";s:3:"565";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:506;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:"92";s:16:"popularity_index";s:3:"342";s:11:"trend_index";s:3:"327";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:507;a:14:{s:2:"id";s:4:"9826";s:5:"title";s:33:"Slide In | Announcement | webinar";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/web_small-2.png";s:12:"tmpl_created";s:10:"1547835513";s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/popups/slide-in-announcement-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"92";s:16:"popularity_index";s:3:"561";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:508;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:"93";s:16:"popularity_index";s:3:"333";s:11:"trend_index";s:3:"478";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:509;a:14:{s:2:"id";s:5:"10478";s:5:"title";s:18:"Slide In | Contact";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2019/01/slide_wow_small.png";s:12:"tmpl_created";s:10:"1548056829";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/popups/slide-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"93";s:16:"popularity_index";s:3:"481";s:11:"trend_index";s:3:"564";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:510;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:"94";s:16:"popularity_index";s:3:"306";s:11:"trend_index";s:3:"466";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:511;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:"95";s:16:"popularity_index";s:3:"356";s:11:"trend_index";s:3:"443";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:512;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:"96";s:16:"popularity_index";s:2:"62";s:11:"trend_index";s:3:"112";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:513;a:14:{s:2:"id";s:5:"10685";s:5:"title";s:32:"Hello Bar | Register | Subscribe";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/env_small.png";s:12:"tmpl_created";s:10:"1547974729";s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/popups/hello-bar-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"96";s:16:"popularity_index";s:3:"518";s:11:"trend_index";s:3:"524";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:514;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:"97";s:16:"popularity_index";s:2:"30";s:11:"trend_index";s:2:"49";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:515;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:"98";s:16:"popularity_index";s:3:"270";s:11:"trend_index";s:3:"321";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:516;a:14:{s:2:"id";s:4:"9985";s:5:"title";s:20:"Slide In | Promotion";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2019/01/slidein_promotion_av_small.png";s:12:"tmpl_created";s:10:"1547844661";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/slide-in-promotion-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"98";s:16:"popularity_index";s:3:"569";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:517;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:"99";s:16:"popularity_index";s:2:"14";s:11:"trend_index";s:2:"16";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:518;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:3:"100";s:16:"popularity_index";s:3:"284";s:11:"trend_index";s:3:"378";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:519;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:3:"101";s:16:"popularity_index";s:3:"379";s:11:"trend_index";s:3:"434";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:520;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:3:"102";s:16:"popularity_index";s:3:"321";s:11:"trend_index";s:3:"388";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:521;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:3:"103";s:16:"popularity_index";s:3:"315";s:11:"trend_index";s:3:"279";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:522;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:3:"104";s:16:"popularity_index";s:2:"36";s:11:"trend_index";s:2:"69";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:523;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:3:"105";s:16:"popularity_index";s:2:"87";s:11:"trend_index";s:3:"173";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:524;a:14:{s:2:"id";s:4:"9559";s:5:"title";s:16:"Slide In | Login";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2019/01/slidein_login_01_small.png";s:12:"tmpl_created";s:10:"1546946547";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/popups/slide-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"105";s:16:"popularity_index";s:3:"464";s:11:"trend_index";s:3:"417";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:525;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:3:"106";s:16:"popularity_index";s:2:"48";s:11:"trend_index";s:2:"77";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:526;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:3:"107";s:16:"popularity_index";s:3:"301";s:11:"trend_index";s:3:"384";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:527;a:14:{s:2:"id";s:4:"9752";s:5:"title";s:27:"Slide In | Sale | Promotion";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/rush_small.png";s:12:"tmpl_created";s:10:"1547823982";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/popups/slide-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"107";s:16:"popularity_index";s:3:"547";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:528;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:3:"108";s:16:"popularity_index";s:3:"404";s:11:"trend_index";s:3:"312";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:529;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:3:"109";s:16:"popularity_index";s:3:"371";s:11:"trend_index";s:3:"535";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:530;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:3:"110";s:16:"popularity_index";s:3:"408";s:11:"trend_index";s:3:"500";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:531;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:3:"111";s:16:"popularity_index";s:3:"439";s:11:"trend_index";s:3:"534";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:532;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:3:"112";s:16:"popularity_index";s:3:"475";s:11:"trend_index";s:3:"495";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:533;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:3:"113";s:16:"popularity_index";s:3:"450";s:11:"trend_index";s:3:"552";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:534;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:3:"114";s:16:"popularity_index";s:2:"81";s:11:"trend_index";s:3:"195";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:535;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:3:"115";s:16:"popularity_index";s:3:"276";s:11:"trend_index";s:3:"282";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:536;a:14:{s:2:"id";s:4:"9680";s:5:"title";s:23:"Slide In | Content Lock";s:9:"thumbnail";s:91:"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Content-lock_small_01.png";s:12:"tmpl_created";s:10:"1547010967";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/popups/slide-in-content-lock-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"115";s:16:"popularity_index";s:3:"562";s:11:"trend_index";s:3:"468";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:537;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:3:"116";s:16:"popularity_index";s:2:"32";s:11:"trend_index";s:2:"61";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:538;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:3:"117";s:16:"popularity_index";s:2:"90";s:11:"trend_index";s:3:"140";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:539;a:14:{s:2:"id";s:4:"9783";s:5:"title";s:31:"Slide In | Register | Subscribe";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2019/01/slidein_yellow_small.png";s:12:"tmpl_created";s:10:"1547831059";s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/popups/slide-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"117";s:16:"popularity_index";s:3:"458";s:11:"trend_index";s:3:"508";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:540;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:3:"118";s:16:"popularity_index";s:2:"53";s:11:"trend_index";s:2:"75";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:541;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:3:"119";s:16:"popularity_index";s:2:"88";s:11:"trend_index";s:3:"147";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:542;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:3:"120";s:16:"popularity_index";s:2:"12";s:11:"trend_index";s:2:"11";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:543;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:3:"121";s:16:"popularity_index";s:2:"21";s:11:"trend_index";s:2:"25";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:544;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:3:"122";s:16:"popularity_index";s:3:"436";s:11:"trend_index";s:3:"450";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:545;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:3:"123";s:16:"popularity_index";s:2:"54";s:11:"trend_index";s:2:"99";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:546;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:3:"124";s:16:"popularity_index";s:2:"20";s:11:"trend_index";s:2:"27";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:547;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:3:"125";s:16:"popularity_index";s:3:"386";s:11:"trend_index";s:3:"515";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:548;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:3:"126";s:16:"popularity_index";s:3:"338";s:11:"trend_index";s:3:"373";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:549;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:"127";s:16:"popularity_index";s:3:"309";s:11:"trend_index";s:3:"360";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:550;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:"128";s:16:"popularity_index";s:3:"329";s:11:"trend_index";s:3:"410";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:551;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:"129";s:16:"popularity_index";s:3:"347";s:11:"trend_index";s:3:"347";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:552;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:"130";s:16:"popularity_index";s:2:"61";s:11:"trend_index";s:2:"62";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:553;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:"131";s:16:"popularity_index";s:2:"44";s:11:"trend_index";s:2:"54";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:554;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:"132";s:16:"popularity_index";s:2:"17";s:11:"trend_index";s:2:"13";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:555;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:"133";s:16:"popularity_index";s:3:"242";s:11:"trend_index";s:3:"335";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:556;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:"134";s:16:"popularity_index";s:2:"27";s:11:"trend_index";s:2:"37";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:557;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:"135";s:16:"popularity_index";s:3:"349";s:11:"trend_index";s:3:"422";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:558;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:"136";s:16:"popularity_index";s:3:"377";s:11:"trend_index";s:3:"464";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:559;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:"137";s:16:"popularity_index";s:2:"59";s:11:"trend_index";s:2:"83";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:560;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:"138";s:16:"popularity_index";s:3:"383";s:11:"trend_index";s:3:"489";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:561;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:"139";s:16:"popularity_index";s:2:"58";s:11:"trend_index";s:2:"73";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:562;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:"140";s:16:"popularity_index";s:3:"259";s:11:"trend_index";s:3:"383";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:563;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:"141";s:16:"popularity_index";s:3:"113";s:11:"trend_index";s:3:"188";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:564;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:"142";s:16:"popularity_index";s:3:"250";s:11:"trend_index";s:3:"307";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:565;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:"143";s:16:"popularity_index";s:3:"370";s:11:"trend_index";s:3:"393";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:566;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:"144";s:16:"popularity_index";s:3:"269";s:11:"trend_index";s:3:"297";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:567;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:"145";s:16:"popularity_index";s:3:"225";s:11:"trend_index";s:3:"185";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:568;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:"146";s:16:"popularity_index";s:3:"364";s:11:"trend_index";s:3:"416";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:569;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:"147";s:16:"popularity_index";s:3:"234";s:11:"trend_index";s:3:"249";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:570;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:"148";s:16:"popularity_index";s:3:"326";s:11:"trend_index";s:3:"494";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:571;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:"149";s:16:"popularity_index";s:3:"293";s:11:"trend_index";s:3:"338";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:572;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:"150";s:16:"popularity_index";s:3:"365";s:11:"trend_index";s:3:"477";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:573;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:"151";s:16:"popularity_index";s:3:"431";s:11:"trend_index";s:3:"445";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:574;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:"152";s:16:"popularity_index";s:3:"287";s:11:"trend_index";s:3:"344";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:575;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:"153";s:16:"popularity_index";s:3:"358";s:11:"trend_index";s:3:"462";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:576;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:"154";s:16:"popularity_index";s:3:"251";s:11:"trend_index";s:3:"330";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:577;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:"155";s:16:"popularity_index";s:3:"261";s:11:"trend_index";s:3:"398";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:578;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:"156";s:16:"popularity_index";s:3:"279";s:11:"trend_index";s:3:"382";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:579;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:"157";s:16:"popularity_index";s:3:"302";s:11:"trend_index";s:3:"372";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:580;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:"158";s:16:"popularity_index";s:3:"263";s:11:"trend_index";s:3:"299";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:581;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:"159";s:16:"popularity_index";s:3:"311";s:11:"trend_index";s:3:"313";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:582;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:"160";s:16:"popularity_index";s:3:"484";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:583;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:"161";s:16:"popularity_index";s:3:"420";s:11:"trend_index";s:3:"557";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:584;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:"162";s:16:"popularity_index";s:3:"401";s:11:"trend_index";s:3:"476";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:585;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:"163";s:16:"popularity_index";s:3:"399";s:11:"trend_index";s:3:"432";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:586;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:"164";s:16:"popularity_index";s:3:"387";s:11:"trend_index";s:3:"401";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:587;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:"165";s:16:"popularity_index";s:3:"443";s:11:"trend_index";s:3:"455";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:588;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:"166";s:16:"popularity_index";s:3:"418";s:11:"trend_index";s:3:"513";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:589;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:"167";s:16:"popularity_index";s:3:"405";s:11:"trend_index";s:3:"421";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:590;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:"168";s:16:"popularity_index";s:3:"381";s:11:"trend_index";s:3:"413";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:591;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:"169";s:16:"popularity_index";s:3:"354";s:11:"trend_index";s:3:"448";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:592;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:"170";s:16:"popularity_index";s:3:"378";s:11:"trend_index";s:3:"390";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:593;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:"171";s:16:"popularity_index";s:2:"18";s:11:"trend_index";s:2:"32";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 (170, 'elementor_remote_info_feed_data', 'a:5:{i:0;a:5:{s:5:"title";s:27:"Portfolio Site Template Kit";s:7:"excerpt";s:147:"Get the COMPLETE Elementor portfolio template kit, including everything you need to create a beautiful WordPress website that attracts new clients!";s:7:"created";s:10:"1570012928";s:5:"badge";s:7:"Freebie";s:3:"url";s:127:"https://elementor.com/blog/portfolio-site-template-kit/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:1;a:5:{s:5:"title";s:53:"How to Secure Your WordPress Site: The Complete Guide";s:7:"excerpt";s:244:"WordPress is so beginner-friendly and easy to learn that many users often forget one crucial factor — security. In this article, we review the pros & cons of WordPress security in detail and provide the top tips for making your website safer.";s:7:"created";s:10:"1570005306";s:5:"badge";s:0:"";s:3:"url";s:118:"https://elementor.com/blog/wordpress-security/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:2;a:5:{s:5:"title";s:51:"Elementor Talks #48: Upscaling With Video Marketing";s:7:"excerpt";s:243:"Chris Savage, co-founder and CEO of Wistia, tells us how winning the Emmy awards propelled the development of Wistia, illustrates the role of videos as part of a content marketing strategy, and advises businesses to think like media companies.";s:7:"created";s:10:"1569477407";s:5:"badge";s:0:"";s:3:"url";s:123:"https://elementor.com/blog/podcast-48-chris-savage/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:3;a:5:{s:5:"title";s:64:"Introducing Pro Gallery: The Best Gallery Solution for WordPress";s:7:"excerpt";s:146:"Forget WordPress gallery plugins! Gain full control over your gallery design and enjoy the best responsive gallery for your website, and lets you ";s:7:"created";s:10:"1569316235";s:5:"badge";s:3:"New";s:3:"url";s:123:"https://elementor.com/blog/introducing-pro-gallery/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:4;a:5:{s:5:"title";s:53:"How to Fix the White Screen When Editing in Elementor";s:7:"excerpt";s:162:"Learn how to diagnose the underlying problem that''s causing the blank screen, as well as what steps you can take to fix the issue and get your site working again.";s:7:"created";s:10:"1568714976";s:5:"badge";s:0:"";s:3:"url";s:107:"https://elementor.com/blog/?p=30516&utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}}', 'no'), (173, 'elementor_pro_version', '2.7.2', 'yes'), (174, 'widget_elementor-library', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (175, '_elementor_pro_installed_time', '1564477027', 'yes'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (179, 'edd_sl_9b4b9278ab03eed62e9ded0113d4678e', 'a:2:{s:7:"timeout";i:1571049558;s:5:"value";s:142057:"{"new_version":"1.8.3","stable_version":"1.8.3","name":"GP Premium","slug":"gp-premium","url":"https:\\/\\/generatepress.com\\/downloads\\/gp-premium\\/?changelog=1","last_updated":"2019-06-12 09:08:38","homepage":"https:\\/\\/generatepress.com\\/downloads\\/gp-premium\\/","package":"","download_link":"","sections":{"description":"<p>GP Premium is one powerful plugin that includes all of our awesome add-ons, which you can turn on and off as needed.<\\/p>\\n","changelog":"<p><strong>(6\\/12\\/2019) - 1.8.3<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Use flexbox for center aligned nav with nav branding<\\/li>\\n<li>Menu Plus: Center overlay off canvas exit button on mobile<\\/li>\\n<li>Menu Plus: Add alt tag to sticky nav logo<\\/li>\\n<li>Menu Plus: Set generate_not_mobile_menu_media_query filter based on mobile menu breakpoint<\\/li>\\n<li>Sections: Remember when text tab is active<\\/li>\\n<li>Sections: Disable visual editor if turned off in profile<\\/li>\\n<li>Typography: Add generate_google_font_display filter<\\/li>\\n<li>WooCommerce: Fix single product sidebar layout metabox option<\\/li>\\n<li>WooCommerce: Reduce carousel thumbnail max-width to 100px to match new thumbnail sizes<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/2\\/2019) - 1.8.2<\\/strong><\\/p>\\n<ul>\\n<li>Elements: Use Page Hero site title color for mobile header site title<\\/li>\\n<li>Menu Plus: Give mobile header site title more left spacing<\\/li>\\n<li>Menu Plus: Fix nav search icon in sticky navigation when using nav branding in Firefox<\\/li>\\n<li>Site Library: Show Site Library tab even if no sites exist<\\/li>\\n<li>Site Library: Show an error message in Site Library if no sites exist<\\/li>\\n<li>Typography: Remove reference to generate_get_navigation_location() function<\\/li>\\n<li>WooCommerce: Remove quantity field arrows when using quantity buttons in Firefox<\\/li>\\n<li>WooCommerce: Remove extra border when loading quantity buttons<\\/li>\\n<li>WooCommerce: Use get_price_html() is sticky add to cart panel<\\/li>\\n<\\/ul>\\n<p><strong>(4\\/24\\/2019) - 1.8.1<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Revert sticky nav duplicate ID fix due to Cyrillic script bug<\\/li>\\n<\\/ul>\\n<p><strong>(4\\/24\\/2019) - 1.8.0<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Apply columns filter to masonry grid sizer<\\/li>\\n<li>Colors: Merge Footer Widgets and Footer controls in Color panel<\\/li>\\n<li>Colors: Remove edit_theme_options capability to Customizer controls (set by default)<\\/li>\\n<li>Disable Elements: Make sure mobile header is disabled when primary navigation is disabled<\\/li>\\n<li>Elements: Add content width option in Layout Element<\\/li>\\n<li>Elements: Fix mobile header logo when mobile menu toggled<\\/li>\\n<li>Elements: Add generate_page_hero_location filter<\\/li>\\n<li>Elements: Add generate_elements_show_object_ids filter to show IDs in Display Rule values<\\/li>\\n<li>Elements: Prevent merged header wrap from conflicting with Elementor controls<\\/li>\\n<li>Elements: Change Container tab name to Content<\\/li>\\n<li>Elements: Add woocommerce_share option to Hooks<\\/li>\\n<li>Elements: Improve WPML compatibility<\\/li>\\n<li>Elements: Improve Polylang compatibility<\\/li>\\n<li>Elements: Prevent PHP notices when adding taxonomy locations to non-existent archives<\\/li>\\n<li>Elements: Add generate_mobile_cart_items hook to hook list<\\/li>\\n<li>Elements: Add generate_element_post_id filter<\\/li>\\n<li>Elements: Escape HTML elements inside Element textarea<\\/li>\\n<li>Elements: Add Beaver Builder templates to the Display Rules<\\/li>\\n<li>Menu Plus: Add mobile header breakpoint option<\\/li>\\n<li>Menu Plus: Add off canvas overlay option<\\/li>\\n<li>Menu Plus: Add navigation as header option<\\/li>\\n<li>Menu Plus: Remove navigation logo option if navigation as header set<\\/li>\\n<li>Menu Plus: Add sticky navigation logo option<\\/li>\\n<li>Menu Plus: Allow site title in mobile header instead of logo<\\/li>\\n<li>Menu Plus: Add option to move exit button inside the off canvas panel<\\/li>\\n<li>Menu Plus: Change Slideout Navigation name to Off Canvas Panel<\\/li>\\n<li>Menu Plus: Only re-focus after slideout close on escape key<\\/li>\\n<li>Menu Plus: Give close slideout event a name so it can be removed<\\/li>\\n<li>Menu Plus: Remove invalid transition-delay<\\/li>\\n<li>Menu Plus: Improve slideout overlay transition<\\/li>\\n<li>Menu Plus: Add mobile open\\/close icons to GPP font<\\/li>\\n<li>Menu Plus: Allow dynamic widget classes in off canvas panel (fixes WC range slider widget issue)<\\/li>\\n<li>Menu Plus: Basic compatibility with future SVG icons<\\/li>\\n<li>Menu Plus: Prevent duplicate IDs when sticky navigation is cloned<\\/li>\\n<li>Secondary Nav: Add dropdown direction option<\\/li>\\n<li>Secondary Nav: Basic compatibility with future SVG icons<\\/li>\\n<li>Sections: Fix section editor issues in WP 5.0<\\/li>\\n<li>Sections: Show Better Font Awesome icon in editor<\\/li>\\n<li>Sites: Re-design UI<\\/li>\\n<li>Sites: Add option to activate as a module like all the other modules<\\/li>\\n<li>Sites: Don''t show backup options button if no options exist<\\/li>\\n<li>Sites: Make JS action classes more specific to the site library<\\/li>\\n<li>Sites: Set mime types of content.xml and widgets.wie<\\/li>\\n<li>Spacing: Add header padding option for mobile<\\/li>\\n<li>Spacing: Add widget padding option for mobile<\\/li>\\n<li>Spacing: Add footer widgets padding option for mobile<\\/li>\\n<li>Spacing: Add content separator option<\\/li>\\n<li>Spacing: Apply mobile menu item width to mobile bar only<\\/li>\\n<li>WooCommerce: Add option for mini cart in the menu<\\/li>\\n<li>WooCommerce: Add option to open off overlay panel on add to cart<\\/li>\\n<li>WooCommerce: Add option to open sticky add to cart panel on single products<\\/li>\\n<li>WooCommerce: Add option to add +\\/- buttons to the quantity fields<\\/li>\\n<li>WooCommerce: Add option to show number of items in cart menu item<\\/li>\\n<li>WooCommerce: Add option to choose single product image area width<\\/li>\\n<li>WooCommerce: Add color options for price slider widget<\\/li>\\n<li>WooCommerce: Use CSS grid for the product archives<\\/li>\\n<li>WooCommerce: Horizontally align add to cart buttons<\\/li>\\n<li>WooCommerce: Re-design the cart widget<\\/li>\\n<li>WooCommerce: Tighten up product info spacing<\\/li>\\n<li>WooCommerce: Improve product tab design to look more like tabs<\\/li>\\n<li>WooCommerce: Simplify single product image display<\\/li>\\n<li>WooCommerce: Use flexbox for quantity\\/add to cart alignment<\\/li>\\n<li>WooCommerce: Improve rating star styles<\\/li>\\n<li>WooCommerce: Use product alignment setting for related\\/upsell products<\\/li>\\n<li>WooCommerce: Remove bottom margin from product image<\\/li>\\n<li>WooCommerce: Organize colors in the Customizer<\\/li>\\n<li>WooCommerce: Remove title attribute from menu cart item<\\/li>\\n<li>WooCommerce: Improve coupon field design<\\/li>\\n<li>WooCommerce: Improve result count\\/ordering styling<\\/li>\\n<li>WooCommerce: Add gap around WC single product images<\\/li>\\n<li>WooCommerce: Remove arrow from checkout button<\\/li>\\n<li>WooCommerce: Hide view cart link on add to cart click<\\/li>\\n<li>WooCommerce: Organize CSS<\\/li>\\n<li>Introduce in-Customizer shortcuts<\\/li>\\n<li>Add generate_disable_customizer_shortcuts filter<\\/li>\\n<\\/ul>\\n<p><strong>(2\\/22\\/2019) - 1.7.8<\\/strong><\\/p>\\n<ul>\\n<li>Sites: Prevent future compatibility issues with Elementor by removing automatic URL replacement<\\/li>\\n<\\/ul>\\n<p><strong>(12\\/17\\/2018) - 1.7.7<\\/strong><\\/p>\\n<ul>\\n<li>Sites: Fix failed content import in specific PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>(12\\/13\\/2018) - 1.7.6<\\/strong><\\/p>\\n<ul>\\n<li>Elements: Hide Add New button when opening saved Element with no type<\\/li>\\n<li>Sections: Show page title in Gutenberg when Sections are active<\\/li>\\n<li>Sections: Fix relative image URLs inside the Section editor<\\/li>\\n<li>Sites: Fix failed content\\/widget import in WP 5.0.1\\/4.9.9<\\/li>\\n<li>Sites: Fix no access to WooCommerce setup wizard<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/21\\/2018) - 1.7.5<\\/strong><\\/p>\\n<ul>\\n<li>Colors: Improve block editor button color preview<\\/li>\\n<li>Menu Plus: Mobile menu items hidden behind content with higher z-index when sticky<\\/li>\\n<li>Menu Plus: Prevent mobile menu from covering mobile toggle when sticky<\\/li>\\n<li>Menu Plus: Don''t close mobile menu if # is the whole URL<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/19\\/2018) - 1.7.4<\\/strong><\\/p>\\n<ul>\\n<li>Colors: Fix navigation live color preview issues<\\/li>\\n<li>Colors: Move navigation parent item title down in Customizer<\\/li>\\n<li>Elements: Allow slashes in hook names<\\/li>\\n<li>General: Fix smooth scroll anchor location on mobile (requires GP 2.2)<\\/li>\\n<li>Menu Plus: Use https for navigation microdata<\\/li>\\n<li>Menu Plus: Remove header-image class from navigation and mobile header logos<\\/li>\\n<li>Menu Plus: Add navigation search height support to mobile header and sticky nav<\\/li>\\n<li>Typography: Include block editor button in live preview<\\/li>\\n<\\/ul>\\n<p><strong>(10\\/29\\/2018) - 1.7.3<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Allow masonry to be turned off using a boolean filter<\\/li>\\n<li>Blog: Fix load more button appearing when not needed<\\/li>\\n<li>Blog: Remove infinite scroll load more button from WooCommerce archives<\\/li>\\n<li>Blog: Prevent content width option from applying to columns<\\/li>\\n<li>Elements: Fix empty object fields when Post Archive is set<\\/li>\\n<li>Elements: Allow slashes in custom hook field<\\/li>\\n<li>Elements: Allow multiple layout elements per condition<\\/li>\\n<li>Elements: Allow 0 value in mobile padding options<\\/li>\\n<li>Elements: Prevent PHP notice if $post isn''t an object<\\/li>\\n<li>Gutenberg: Add initial support for live preview spacing of Gutenberg blocks<\\/li>\\n<li>Menu Plus: Add menu-item-align-right class to slideout toggle<\\/li>\\n<li>Menu Plus: Fix JS error in slideout navigation when no menu is set<\\/li>\\n<li>Sites: Fix image shadow on hover<\\/li>\\n<li>Sites: Add message when no plugins are needed<\\/li>\\n<li>Sites: Update custom link URL in menu items<\\/li>\\n<li>Sites: Prevent PHP warning in PHP 7.3<\\/li>\\n<li>Sites: Add generate_sites_ignore_plugins filter<\\/li>\\n<li>Sites: Fix WooCommerce setup wizard conflict with Site Library<\\/li>\\n<li>Sites: Fix PHP notices during WooCommerce setup wizard<\\/li>\\n<li>Typography: Add support for H1-H3 bottom margin options<\\/li>\\n<li>WooCommerce: Add menu-item-align-right class to cart menu item<\\/li>\\n<li>WooCommerce: Fix multi column product spacing on mobile<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/20\\/2018) - 1.7.2<\\/strong><\\/p>\\n<ul>\\n<li>Elements: Fix admin body class spaces<\\/li>\\n<li>General: Fix JS error in anchors when smooth scroll class not added<\\/li>\\n<li>General: Fix sticky navigation offset when using smooth scroll<\\/li>\\n<li>WooCommerce: Apply Elementor Pro WC columns fix to Elementor Pro widget only<\\/li>\\n<li>WooCommerce: Fix BlockUI issue<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/15\\/2018) - 1.7.1<\\/strong><\\/p>\\n<ul>\\n<li>Elements: Fix PHP error in PHP 5.3<\\/li>\\n<li>Elements: Fix Choose Element not showing due to some third party plugins<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/14\\/2018) - 1.7<\\/strong><\\/p>\\n<p>This update introduces a new premium module called \\"Elements\\". Learn more <a href=\\"https:\\/\\/generatepress.com\\/gp-premium-1-7\\/\\" target=\\"_blank\\" rel=\\"noopener\\">here<\\/a>.<\\/p>\\n<ul>\\n<li>Blog: Prevent masonry container jump on load<\\/li>\\n<li>Blog: Change \\u201cFull\\u201d label to \\u201cFull Content\\u201d<\\/li>\\n<li>New: Elements module<\\/li>\\n<li>Elements: Header element (replaces the Page Header module)<\\/li>\\n<li>Elements: Hook element (replaces the Hooks module)<\\/li>\\n<li>Elements: Layout element<\\/li>\\n<li>Hooks: Replaced by Elements module<\\/li>\\n<li>Hooks: Move link to legacy hooks inside Elements area<\\/li>\\n<li>Import\\/Export: Re-write code<\\/li>\\n<li>Import\\/Export: Import activated modules<\\/li>\\n<li>Menu Plus: Fix slideout close button alignment\\/color issues<\\/li>\\n<li>Menu Plus: Fix slideout issue with relative main navigation CSS<\\/li>\\n<li>Menu Plus: Fix ul display inside slideout navigation widget<\\/li>\\n<li>Menu Plus: Change Slideout Navigation theme location label to Slideout Menu<\\/li>\\n<li>Menu Plus: Close slideout navigation when a link within it is clicked<\\/li>\\n<li>Menu Plus: Show slideout navigation theme location option after Primary<\\/li>\\n<li>Menu Plus: Improve a11y of slideout navigation<\\/li>\\n<li>Menu Plus: Add\\u00a0.site-wrapper\\u00a0class compatibility to sticky nav<\\/li>\\n<li>Menu Plus: Prepare offside.js for future button dropdown menu toggle<\\/li>\\n<li>Menu Plus: Add\\u00a0.slideout-exit\\u00a0class to close slideout<\\/li>\\n<li>Page Header: Replaced by Elements module<\\/li>\\n<li>Page Header: Move link to legacy Page Headers inside Elements area<\\/li>\\n<li>Page Header: Fix hentry Google Search Console errors<\\/li>\\n<li>Page Header: Fix clearing element issue<\\/li>\\n<li>Page Header: WPML fix in global locations<\\/li>\\n<li>Page Header: Prevent PHP notices within Elementor Library area<\\/li>\\n<li>Page Header: Fix retina logo issue (in new Elements module only)<\\/li>\\n<li>Page Header: Show original logo in sticky navigation (in new Elements module only)<\\/li>\\n<li>Page Header: Add mobile header logo option (in new Elements module only)<\\/li>\\n<li>Secondary Nav: Show theme location option after Primary<\\/li>\\n<li>Sections: Allow Sections when Gutenberg is activated<\\/li>\\n<li>Sections: Hide Gutenberg editor when Sections enabled<\\/li>\\n<li>Sections: Fix text domain issues<\\/li>\\n<li>Sections: Use regular checkbox for use sections<\\/li>\\n<li>Spacing: Add future support for sub-menu width option<\\/li>\\n<li>Sites: Fix .complete class conflicts<\\/li>\\n<li>Sites: Add GENERATE_DISABLE_SITE_LIBRARY constant<\\/li>\\n<li>Sites: Remove verified provider debug notice<\\/li>\\n<li>WooCommerce: Add shopping bag and shopping basket icon options to cart menu item<\\/li>\\n<li>WooCommerce: Fix WC error with non-product post types<\\/li>\\n<li>WooCommerce: Fix too many WC star issue<\\/li>\\n<li>WooCommerce: Add CSS for cart menu item in secondary nav<\\/li>\\n<li>WooCommerce: Add WC menu item location filter to mobile cart<\\/li>\\n<li>WooCommerce: Fix issue with disabling sale badge when set to overlay<\\/li>\\n<li>WooCommerce: Add option to disable\\/enable sale badge on single product pages<\\/li>\\n<li>WooCommerce: Fix my account icon on mobile<\\/li>\\n<li>General: Fix smooth scroll issues on mobile<\\/li>\\n<li>General: Improve overall smooth scroll functionality<\\/li>\\n<li>General: Add generate_smooth_scroll_elements filter<\\/li>\\n<li>General: Move GPP icons from Font Awesome to custom icons<\\/li>\\n<li>A11y: Add context to all \\u201cContained\\u201d strings<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/28\\/2018) - 1.6.2<\\/strong><\\/p>\\n<ul>\\n<li>Sites: Prevent PHP notice when Sites can''t be reached<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/28\\/2018) - 1.6.1<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix infinite scroll masonry issues in Firefox<\\/li>\\n<li>General: Improve smooth scroll script<\\/li>\\n<li>Import\\/Export: Show modules to export if defined in wp-config.php<\\/li>\\n<li>Sites: Prevent PHP warnings if no Sites are found<\\/li>\\n<li>Sites: Add generate_disable_site_library filter to disable Site Library<\\/li>\\n<li>Sites: Improve page builder filter display<\\/li>\\n<li>Sites: Prevent duplicate site display after details button in preview clicked<\\/li>\\n<li>WooCommerce: Add missing icons if Font Awesome is turned off<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/22\\/2018) - 1.6<\\/strong><\\/p>\\n<ul>\\n<li>New: Sites module<\\/li>\\n<li>Translations: Merge all translations into gp-premium text domain<\\/li>\\n<li>General: Add smooth scroll option<\\/li>\\n<li>General: Move batch processing files into library<\\/li>\\n<li>General: Add GPP icon set<\\/li>\\n<li>General: WPCS and PHPCS improvements<\\/li>\\n<li>Blog: Fix PHP 7.2 warning<\\/li>\\n<li>Blog: Fix Safari infinite scroll issues with srcset<\\/li>\\n<li>Blog: Refresh masonry on infinite scroll append<\\/li>\\n<li>Blog: Remove infinite scroll on 404 and no results pages<\\/li>\\n<li>Blog: Fix Yoast SEO breaking columns with certain settings<\\/li>\\n<li>Blog: Re-layout masonry on load<\\/li>\\n<li>Colors: Add slideout navigation color options<\\/li>\\n<li>Colors: Merge navigation + sub-navigation options into one section<\\/li>\\n<li>Import\\/Export: One click export and import<\\/li>\\n<li>Menu Plus: Re-build slideout navigation to use vanilla JS<\\/li>\\n<li>Menu Plus: Add slideout navigation widget area<\\/li>\\n<li>Menu Plus: Add close icon to slideout navigation<\\/li>\\n<li>Menu Plus: Set sticky nav ID on refresh if stuck<\\/li>\\n<li>Menu Plus: Allow WPML to modify Page Header select metabox<\\/li>\\n<li>Menu Plus: Re-build mobile header using flexbox<\\/li>\\n<li>Menu Plus: Use CSS for slideout navigation icon<\\/li>\\n<li>Menu Plus: Fix sticky navigation slide down in Safari<\\/li>\\n<li>Menu Plus: Add workaround for iOS sticky nav search issue<\\/li>\\n<li>Page Header: Improve Page Header metabox UI on smaller screens<\\/li>\\n<li>Page Header: Use author display name in template tag<\\/li>\\n<li>Page Header: Add generate_page_header_id filter<\\/li>\\n<li>Page Header: Fix vertical center issues in IE11<\\/li>\\n<li>Page Header: Remove flexibility.js for IE8 support<\\/li>\\n<li>Page Header: Fix GiveWP compatibility<\\/li>\\n<li>Secondary Navigation: Re-build CSS<\\/li>\\n<li>Sections: Disable Gutenberg if Sections are activated<\\/li>\\n<li>Sections: Add generate_sections_gutenberg_compatible filter<\\/li>\\n<li>Spacing: Fix one container widget padding preview in Customizer<\\/li>\\n<li>Typography: Add Slideout Navigation typography options<\\/li>\\n<li>WooCommerce: Clear up-sells when directly after entry content<\\/li>\\n<li>WooCommerce: Fix placeholder text cut off in Firefox<\\/li>\\n<li>WooCommerce: Use GPP icon set for cart menu item<\\/li>\\n<li>WooCommerce: Load .js in the footer<\\/li>\\n<li>Update Background Process library<\\/li>\\n<li>Clean up code license key activation code<\\/li>\\n<li>Remove verify.php<\\/li>\\n<li>Prevent PHP notice when saving empty license<\\/li>\\n<li>Add beta testing checkbox to license key area<\\/li>\\n<\\/ul>\\n<p><strong>(12\\/4\\/2017) - 1.5.6<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Make position control description translatable<\\/li>\\n<li>Blog: Fix disabled page featured images if post featured images are disabled<\\/li>\\n<li>Blog: Let WP handle featured image alt attributes<\\/li>\\n<li>Colors: Fix text domain<\\/li>\\n<li>Colors: Improve inconsistent live preview behavior<\\/li>\\n<li>Menu Plus: Prep desktop only slideout icon for GP 2.0<\\/li>\\n<li>Page Header: Allow unfiltered HTML in content if user is allowed<\\/li>\\n<li>Page Header: Only load CSS file if content is added<\\/li>\\n<li>Typography: Fix h5 font size not appearing in GP 2.0<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/22\\/2017) - 1.5.5<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix broken images while using Infinite Scroll in Safari<\\/li>\\n<li>Typography: Fix first variant not appearing when you select a font<\\/li>\\n<li>Typography: Fix select issues when plugins load old versions of the select2 library<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/18\\/2017) - 1.5.4<\\/strong><\\/p>\\n<ul>\\n<li>Sections: Fix Visual\\/Text tab in WP 4.9<\\/li>\\n<li>Sections: Fix Content\\/Settings tab in WP 4.9<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/14\\/2017) - 1.5.3<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix masonry filter not working on custom post type archives<\\/li>\\n<li>Blog: Fix resized featured images when page header resizer is enabled<\\/li>\\n<li>Blog: Fix broken Customizer toggles in Safari<\\/li>\\n<li>Page Header: Fix PHP notice when saving posts<\\/li>\\n<li>Fix\\/add various gettext values<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/10\\/2017) - 1.5.2<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Fix issue with saving background image options<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/9\\/2017) - 1.5.1<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Make infinite scroll container selector more specific<\\/li>\\n<li>Page Header: Fix background video when container is contained<\\/li>\\n<li>Page Header: Remove featured image on attachment pages<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/8\\/2017) - 1.5<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Rebuild Customizer control<\\/li>\\n<li>Blog: Move Blog panel into the Layout panel<\\/li>\\n<li>Blog: Migrate options from select dropdowns to checkboxes where applicable<\\/li>\\n<li>Blog: Merge masonry + column options into one area<\\/li>\\n<li>Blog: Add new post meta visibility options for single posts<\\/li>\\n<li>Blog: Replace old image resizer (aq_resize) with Image Processing Queue (reload your site once or twice to build new images)<\\/li>\\n<li>Blog: Add single post featured image options<\\/li>\\n<li>Blog: Add page featured image options<\\/li>\\n<li>Blog: Remove masonry meta box<\\/li>\\n<li>Blog: Add option to remove padding around centered featured images<\\/li>\\n<li>Blog: Add option to turn read more link into button<\\/li>\\n<li>Blog: Add option to turn on infinite scroll regardless of layout<\\/li>\\n<li>Blog: Use infinite scroll with or without a load more button<\\/li>\\n<li>Blog: Make read more links better for accessibility<\\/li>\\n<li>Blog: Migrate single post page header position option to single featured image location option<\\/li>\\n<li>Blog: Remove ellipses if excerpt is set to 0<\\/li>\\n<li>Blog: Change style.css handle to include generate prefix<\\/li>\\n<li>Blog: Remove unnecessary IE8 support<\\/li>\\n<li>Blog: Add alt attribute to featured images<\\/li>\\n<li>Blog: Fix pagination spacing when One Container is set<\\/li>\\n<li>Blog: Fix column\\/masonry spacing at 768px<\\/li>\\n<li>Colors: Add select input live preview settings<\\/li>\\n<li>Colors: Fix button labels<\\/li>\\n<li>Copyright: Move Copyright section into Layout panel<\\/li>\\n<li>Menu Plus: Fix mobile menu logo bug when navigation is set to float right<\\/li>\\n<li>Menu Plus: Fix no transition sticky navigation bug while on mobile<\\/li>\\n<li>Page Header: Replace old image resizer (aq_resize) with Image Processing Queue (reload your site once or twice to build new images)<\\/li>\\n<li>Page Header: Don''t use global page header locations if not published<\\/li>\\n<li>Page Header: Sanitize page header content when saved to database<\\/li>\\n<li>Page Header: Make sure Elementor sections are accessible when page header is merged<\\/li>\\n<li>Page Header: Prepare transparent color picker for WP 4.9 changes<\\/li>\\n<li>Page Header: Fix background video in Safari 11<\\/li>\\n<li>Page Header: Add global locations for taxonomies<\\/li>\\n<li>Page Header: Add {{custom_field.description}} template tag to taxonomies (categories etc..)<\\/li>\\n<li>Page Header: Add ID to page header element<\\/li>\\n<li>Page Header: Fix individual taxonomy page header control not appearing on Toolset created taxonomies<\\/li>\\n<li>Page Header: Ensure jQuery Vide (video background) script only loads when needed<\\/li>\\n<li>Page Header: Fix custom images not displaying<\\/li>\\n<li>Page Header: Fix image link option not working<\\/li>\\n<li>Typography: Lay groundwork for H6 options<\\/li>\\n<li>Typography: Space out heading typography options<\\/li>\\n<li>Typography: Add System Stack option<\\/li>\\n<li>Typography: Fix Google Font variant control in WP 4.9<\\/li>\\n<li>Sections: Show Envira button<\\/li>\\n<li>Sections: Show Gridable button<\\/li>\\n<li>Sections: Prepare transparent color picker for WP 4.9 changes<\\/li>\\n<li>WooCommerce: Add filter to cart menu item location<\\/li>\\n<li>WooCommerce: Better activation compatibility with multi-site<\\/li>\\n<li>WooCommerce: Use wc_get_cart_url() for menu item<\\/li>\\n<li>German translations updated (Thanks, Daniel!)<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/18\\/2017) - 1.4.3<\\/strong><\\/p>\\n<ul>\\n<li>Page Header: Pass args to post_thumbnail_html filter<\\/li>\\n<li>Page Header: Allow custom field template tags on pages<\\/li>\\n<li>Page Header: Re-add generate_page_header_video_loop filter<\\/li>\\n<li>Page Header: Add generate_page_header_video_muted filter<\\/li>\\n<li>Page Header: Remove taxonomy title if page header has title<\\/li>\\n<li>WooCommerce: Improve disabled WC button styling<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/11\\/2017) - 1.4.2<\\/strong><\\/p>\\n<ul>\\n<li>Page Header: Improve inner container<\\/li>\\n<li>Page Header: Allow contained page header even when position:absolute is set<\\/li>\\n<li>Page Header: Apply page header text color to headings in page header<\\/li>\\n<li>WooCommerce: Fix mobile columns issue<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/9\\/2017) - 1.4.1<\\/strong><\\/p>\\n<ul>\\n<li>Page Header: Fix error in Customizer when using PHP version < 5.5<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/9\\/2017) - 1.4<\\/strong><\\/p>\\n<ul>\\n<li>Colors: Add back to top button color options<\\/li>\\n<li>Colors: Add h4-h5 color options<\\/li>\\n<li>Colors: Move button color options into own Buttons section<\\/li>\\n<li>Hooks: Show PHP execution message to admins only<\\/li>\\n<li>Menu Plus: Improve disabling of native mobile menu when slide-out is set<\\/li>\\n<li>Menu Plus: Fix sticky mobile menu when navigation is in sidebar<\\/li>\\n<li>Menu Plus: Fix invisible navigation when slide sticky is shown\\/hidden quickly<\\/li>\\n<li>Page Header: Complete code re-write<\\/li>\\n<li>Page Header: Turn Page Headers into a custom post type (CPT)<\\/li>\\n<li>Page Header: Can be applied per page, or globally (pages, posts, categories, CPTs etc..)<\\/li>\\n<li>Page Header: Template tags can be used in Page Header content (page title, author, date)<\\/li>\\n<li>Page Header: Turn bg color options in RGBA picker<\\/li>\\n<li>Page Header: New use bg color as image overlay option<\\/li>\\n<li>Page Header: Re-write parallax feature<\\/li>\\n<li>Page Header: Migrate Blog Page Header in Customizer into a CPT post on update<\\/li>\\n<li>Page Header: Add \\"Inner Container\\" width option.<\\/li>\\n<li>Page Header: Add menu background color (instead of forcing transparent)<\\/li>\\n<li>Page Header: Show content options all the time<\\/li>\\n<li>Page Header: Force full width page header if merge is set<\\/li>\\n<li>Page Header: Use set default color palettes in color pickers<\\/li>\\n<li>Page Header: New left\\/right padding option<\\/li>\\n<li>Sections: Make background color rgba color picker<\\/li>\\n<li>Sections: Add background color overlay options<\\/li>\\n<li>Sections: Use set default color palettes in color pickers<\\/li>\\n<li>Sections: Fix dropdown z-index bug introduced in WP 4.8.1<\\/li>\\n<li>Typography: Add H1-H3 line-height options<\\/li>\\n<li>Typography: Add H4-H5 typography options<\\/li>\\n<li>Typography: Add footer\\/copyright area typography options<\\/li>\\n<li>Typography: Add button typography options<\\/li>\\n<li>Typography: Rename Content Customizer section to Headings<\\/li>\\n<li>Typography: Add widget title separating space option<\\/li>\\n<li>Typography: Make fonts in Customizer search-able<\\/li>\\n<li>Typography: Allow Google Font variants to be added\\/removed<\\/li>\\n<li>WooCommerce: Fix columns issue on some pages<\\/li>\\n<li>WooCommerce: Fix mobile columns when using shortcode<\\/li>\\n<li>WooCommerce: Fix extra spacing in empty cart menu item<\\/li>\\n<li>WooCommerce: Show Cart text if no icon<\\/li>\\n<li>WooCommerce: Make cart menu item filterable<\\/li>\\n<li>WooCommerce: Fix sales badge height in IE11<\\/li>\\n<\\/ul>\\n<p><strong>(6\\/19\\/2017) - 1.3.1<\\/strong><\\/p>\\n<ul>\\n<li>Hooks: Add notice to disable PHP execution if DISALLOW_FILE_EDIT is defined<\\/li>\\n<li>Menu Plus: Fix RTL spacing in slide-out menu<\\/li>\\n<li>Menu Plus: Fix bug where sticky nav was interfering with mobile header<\\/li>\\n<li>Menu Plus: Merge all sticky nav transitions into one script<\\/li>\\n<li>Menu Plus: Re-write fade and slide sticky navigation transitions<\\/li>\\n<li>Menu Plus: Add new option to hide sticky navigation while scrolling down<\\/li>\\n<li>WooCommerce: Add padding to terms on checkout<\\/li>\\n<li>WooCommerce: Make shop page options work when shop is set to category display<\\/li>\\n<li>WooCommerce: Style mark element<\\/li>\\n<li>WooCommerce: Remove border\\/padding from checkout fields<\\/li>\\n<li>WooCommerce: Remove color from my account arrows<\\/li>\\n<li>WooCommerce: Adjust ship to address padding<\\/li>\\n<li>WooCommerce: Fix ul elements when WC image is floating<\\/li>\\n<li>WooCommerce: Fix pagination clearing issue<\\/li>\\n<li>WooCommerce: Add pt_BR translation<\\/li>\\n<li>WooCommerce: Fix spacing issue with menu item cart icon and certain fonts<\\/li>\\n<li>Fix double forward slashes in some script calls inside Customizer<\\/li>\\n<li>Add WPML config file<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/17\\/2017) -\\u00a01.3<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Fix big with 100% auto sizing option<\\/li>\\n<li>Colors: Add WooCommerce add-on colors<\\/li>\\n<li>Import\\/Export: Add WooCommerce add-on<\\/li>\\n<li>Menu Plus: Improve Navigation Logo sizing<\\/li>\\n<li>Menu Plus: Re-write no transition sticky navigation<\\/li>\\n<li>Secondary Nav: Add padding to sides of top bar when merged<\\/li>\\n<li>Secondary Nav: Only load resources if the Secondary theme location is set<\\/li>\\n<li>Sections: Fix mix up of left\\/right content padding<\\/li>\\n<li>Spacing: New mobile menu item width\\/height options<\\/li>\\n<li>Spacing: New sticky menu item height option<\\/li>\\n<li>Spacing: New slide-out menu item height option<\\/li>\\n<li>Typography: New mobile menu item font size option<\\/li>\\n<li>WooCommerce: Introducing new WooCommerce add-on<\\/li>\\n<li>Move all Customizer controls and helper functions into globally accessible library<\\/li>\\n<li>Rebuilt range slider control to include responsive icons which display responsive controls<\\/li>\\n<li>Rebuilt typography control reducing number of controls from 50 to 10 (performance)<\\/li>\\n<li>Updated the automatic updater function<\\/li>\\n<li>Add filter to enable beta updates: generate_premium_beta_tester<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/15\\/2017) - 1.2.96<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix option sanitizing for read more and masonry loading options<\\/li>\\n<li>Copyright: Fix option sanitizing for Customizer textarea<\\/li>\\n<li>Disable Elements: Fix PHP notice when saving post<\\/li>\\n<li>Menu Plus: Fix option sanitizing for mobile menu label option<\\/li>\\n<li>Page Header: Fix PHP notice when saving post<\\/li>\\n<li>Secondary Nav: Fix option sanitizing for mobile menu label option<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/14\\/2017) -\\u00a01.2.95<\\/strong><\\/p>\\n<ul>\\n<li>Add notice if GeneratePress theme isn''t activated<\\/li>\\n<li>Add notice if GeneratePress theme update is available<\\/li>\\n<li>General code cleanup and optimization<\\/li>\\n<li>Backgrounds: Use new CSS class to write dynamic CSS<\\/li>\\n<li>Backgrounds: Deprecate Generate_Backgrounds_Customize_Misc_Control<\\/li>\\n<li>Backgrounds: Add options to the new top bar widget area<\\/li>\\n<li>Blog: Add generate_excerpt_more_output filter to read more link<\\/li>\\n<li>Blog: Add generate_content_more_link_output filter to read more link when more tag is added<\\/li>\\n<li>Blog: Remove ellipses from Read more link default<\\/li>\\n<li>Blog: Use the_title_attribute() where necessary<\\/li>\\n<li>Blog: Add generate_excerpt_length filter<\\/li>\\n<li>Colors: Add options for new top bar widget area<\\/li>\\n<li>Copyright: General code clean up<\\/li>\\n<li>Disable Elements: Add new Top Bar widget area to disable options<\\/li>\\n<li>Disable Elements: Change Post Image label to Featured Image<\\/li>\\n<li>Disable Elements: Completely remove header HTML if set to disable<\\/li>\\n<li>Disable Elements: Completely remove navigation HTML if set to disable<\\/li>\\n<li>Disable Elements: Completely remove footer HTML if set to disable<\\/li>\\n<li>Disable Elements: Add generate_metabox_capability filter to meta box<\\/li>\\n<li>Hooks: Update jQuery cookie library<\\/li>\\n<li>Hooks: Add new GENERATE_HOOKS_DISALLOW_PHP constant to allow users to disable PHP execution<\\/li>\\n<li>Import Export: Verify correct option names<\\/li>\\n<li>Menu Plus: Change Navigation Logo Position label to Navigation Logo Placement<\\/li>\\n<li>Menu Plus: Make sure sticky.js only enqueues if absolutely necessary<\\/li>\\n<li>Menu Plus: Move Sticky Navigation options into their own section<\\/li>\\n<li>Menu Plus: Move Slide-out Navigation options into their own section<\\/li>\\n<li>Menu Plus: Fix slight icon width change when toggling slide-out navigation<\\/li>\\n<li>Menu Plus: Close slide-out menu on item click<\\/li>\\n<li>Page Header: Fix top margin when full width header is below the header<\\/li>\\n<li>Page Header: Use the_title_attribute() where necessary<\\/li>\\n<li>Page Header: Change \\"Position\\" labels to \\"Location\\"<\\/li>\\n<li>Page Header: Add new generate_page_header_metabox_capability filter to meta box<\\/li>\\n<li>Page Header: Prevent undefined index notices<\\/li>\\n<li>Secondary Nav: Fix sub-navigation background, text and image variables<\\/li>\\n<li>Secondary Nav: Add unit to value if it exists allowing 0px values<\\/li>\\n<li>Secondary Nav: Move background image options into the Backgrounds add-on<\\/li>\\n<li>Secondary Nav: Move spacing options into the Spacing add-on<\\/li>\\n<li>Secondary Nav: Move typography options into the Typography add-on<\\/li>\\n<li>Secondary Nav: Move color options into the Colors add-on<\\/li>\\n<li>Secondary Nav: Add option to merge with new top bar widget area<\\/li>\\n<li>Secondary Nav: Fix dropdown menu arrow spacing in live preview<\\/li>\\n<li>Secondary Nav: Use custom color palettes<\\/li>\\n<li>Sections: Improve CSS output<\\/li>\\n<li>Sections: Remove sections-no-sidebars class if Sections aren''t activated<\\/li>\\n<li>Spacing: Improve mobile\\/non-mobile live previews in Customizer<\\/li>\\n<li>Spacing: Make sidebar width options range sliders<\\/li>\\n<li>Spacing: Add options for new top bar widget area<\\/li>\\n<li>Spacing: Add ability to link all 4 spacing controls together<\\/li>\\n<li>Spacing: Add all 4 sides to mobile content padding<\\/li>\\n<li>Spacing: Fix Customizer experience when switching between one container and separate containers<\\/li>\\n<li>Typography: Improve mobile\\/non-mobile live previews in Customizer<\\/li>\\n<li>Typography: Add options for new top bar widget area<\\/li>\\n<li>Typography: Update list of available fonts<\\/li>\\n<li>pt_PT translations added - thank you Pedro!<\\/li>\\n<\\/ul>\\n<p><strong>(1\\/25\\/2017) -\\u00a01.2.94<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Fix contained sticky menu with no transition + floating bug<\\/li>\\n<\\/ul>\\n<p><strong>(1\\/24\\/2017) -\\u00a01.2.93<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Fix 100% width option<\\/li>\\n<li>Blog: Change Post Image label to Featured Image<\\/li>\\n<li>Blog: Fully remove featured image if it''s set to hide<\\/li>\\n<li>Colors: Add transparency slider to all background elements<\\/li>\\n<li>Colors: Remove defaults and dynamic CSS functions - the GP theme handles this<\\/li>\\n<li>Colors: Add new generate_default_color_palettes filter to set up default color palettes<\\/li>\\n<li>Copyright: Use new copyright filter if possible<\\/li>\\n<li>Disabe Elements: Hide mobile header if navigation is disabled<\\/li>\\n<li>Menu Plus: Remove classie.js<\\/li>\\n<li>Menu Plus: Add .navigation-stick class to all sticky menu transitions<\\/li>\\n<li>Menu Plus: Prevent slide-out navigation jump on desktop<\\/li>\\n<li>Menu Plus: Change Sticky Effect label to Sticky Transition<\\/li>\\n<li>Menu Plus: Clean up dynamic CSS<\\/li>\\n<li>Menu Plus: Add .navigation-logo class to the navigation logo<\\/li>\\n<li>Menu Plus: Rebuild and simplify navigation logo CSS<\\/li>\\n<li>Menu Plus: Add live preview to navigation logo height<\\/li>\\n<li>Menu Plus: Add new generate_navigation_logo to the Navigation Logo URL<\\/li>\\n<li>Menu Plus: Fix mixing up of slide-out and search icon when sticky and floating left\\/right<\\/li>\\n<li>Page Header: Add parallax speed filter - generate_page_header_parallax_speed<\\/li>\\n<li>Page Header: Make sure wp.media javascript object exist to avoid potential JS errors<\\/li>\\n<li>Page Header: Make parallax work when page header is set to contained width<\\/li>\\n<li>Page Header: Add generate_metabox_capability to Page Header meta box<\\/li>\\n<li>Page Header: Add new option to overwrite Navigation Logo per page<\\/li>\\n<li>Page Header: Fix full screen page header height when content is longer than the screen<\\/li>\\n<li>Secondary Nav: Change Navigation Position to Navigation Location<\\/li>\\n<li>Secondary Nav: Add defaults to the style.css and only add dynamic CSS if needed<\\/li>\\n<li>Secondary Nav: Improve mobile menu CSS<\\/li>\\n<li>Sections: Add new Section ID field<\\/li>\\n<li>Spacing: Fix instant preview for masonry and columns<\\/li>\\n<li>Spacing: Add size slider to the separator options<\\/li>\\n<li>Spacing: Add mobile content padding option<\\/li>\\n<li>Spacing: Improve live previewing performance in the Customizer<\\/li>\\n<li>Spacing: Remove defaults and dynamic CSS functions - the GP theme handles this<\\/li>\\n<li>Spacing: Set left and right footer widget area padding if it''s set to 0<\\/li>\\n<li>Spacing: Clean up sidebar width code<\\/li>\\n<li>Spacing: Change range slider style to fit core WP style<\\/li>\\n<li>Typography: Move mobile font size options into their respective sections<\\/li>\\n<li>Typography: Remove defaults and dynamic CSS functions - the GP theme handles this<\\/li>\\n<li>Typography: Change generate_display_google_fonts() function to generate_enqueue_google_fonts()<\\/li>\\n<li>Typography: Change range slider style to fit core WP style<\\/li>\\n<li>Change license key field from text to password<\\/li>\\n<li>Czech translation updated<\\/li>\\n<li>German translation updated<\\/li>\\n<li>Brazilian translation added<\\/li>\\n<li>Italian translated updated<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/29\\/2016) -\\u00a01.2.92<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix category title and load more alignment while using masonry<\\/li>\\n<li>Blog: Fix masonry spacing on mobile<\\/li>\\n<li>Blog: Simplify masonry spacing<\\/li>\\n<li>Blog: Simplify columns spacing<\\/li>\\n<li>Menu Plus: Fix alignment jump when browser is zoomed in and resized down to 768px<\\/li>\\n<li>Menu Plus: Add generate_logo_title filter to sticky logo and mobile header logo<\\/li>\\n<li>Menu Plus: Add spacing to the menu logo when the inner navigation is set to full width<\\/li>\\n<li>Menu Plus: Fix navigation search issue with no transition sticky menu<\\/li>\\n<li>Menu Plus: Don''t float mobile header navigation if no logo is set<\\/li>\\n<li>Typography: Adjust typography name sanitization function name to avoid errors with old GP versions<\\/li>\\n<li>Typography: Remove parameter from generate_display_google_fonts to avoid warning with child theme generators<\\/li>\\n<li>Typography: Add body line height option<\\/li>\\n<li>Typography: Add paragraph margin option<\\/li>\\n<li>Typography: Reduce copyright\\/footer font size default to 14px<\\/li>\\n<li>Typography: Add reset button to all size sliders<\\/li>\\n<li>Secondary Nav: Remove CSS which stops floating navigation at 1024px<\\/li>\\n<li>Secondary Nav: Fix jump when removing navigation in the Customizer<\\/li>\\n<li>Secondary Nav: New option: Inner navigation width<\\/li>\\n<li>Secondary Nav: Add reset button to font size slider<\\/li>\\n<li>Secondary Nav: Allow transitions on menu items<\\/li>\\n<li>Sections: Fix bug where error would happen if the user isn''t using at least WordPress 4.5<\\/li>\\n<li>Sections: Remove GP theme grid dependency in admin<\\/li>\\n<li>Sections: Allow oembed in section content<\\/li>\\n<li>Sections: Use jQuery.on() instead of delegate()<\\/li>\\n<li>Sections: Remove unnecessary files<\\/li>\\n<li>Spacing: Prevent warning caused by wrong version constant<\\/li>\\n<li>Page Header: New filter: generate_get_blog_page_header - makes it possible to set the blog page header under different conditions<\\/li>\\n<li>Page Header: Improve full height page header functionality on mobile\\/orientation change<\\/li>\\n<li>Page Header: Remove fixed background attachment from parallax background image to help preserve image ratio<\\/li>\\n<li>Add prompt to add license key in Plugins area if it isn''t activated and updates are available<\\/li>\\n<li>Move all language files into the \\/langs\\/ folder<\\/li>\\n<li>Reduce length of some text domains to avoid updating issue with some servers<\\/li>\\n<li>Chinese translations added - thanks Alfred!<\\/li>\\n<li>Portuguese translation added - thanks Alvaro!<\\/li>\\n<li>Russian translations updated - thanks Alex!<\\/li>\\n<li>German translations updated - thanks Daniel!<\\/li>\\n<\\/ul>\\n<p><strong>(17\\/10\\/2016) -\\u00a01.2.91<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Fix bug where navigation logo wasn''t displaying when effect is set to None<\\/li>\\n<li>Menu Plus: Fix bug where mobile header javascript was showing up when it shouldn''t<\\/li>\\n<li>Sections: Add Shortcodes Ultimate compatibility<\\/li>\\n<li>Page Header: Fix Italian translation<\\/li>\\n<li>Page Header: Only show metabox on public post types<\\/li>\\n<li>Page Header: Fully re-design metabox<\\/li>\\n<li>Page Header: Add padding unit option (px or %)<\\/li>\\n<li>Blog: Make excerpt length value update immediately in Customizer<\\/li>\\n<li>Blog: Improve masonry functionality<\\/li>\\n<li>Russian translations updated - massive thanks to Alexey!<\\/li>\\n<\\/ul>\\n<p><strong>(2\\/10\\/2016) - 1.2.90<\\/strong><\\/p>\\n<ul>\\n<li>Prevent direct access to all files<\\/li>\\n<li>All Czech translations updated (thanks Ondrej!)<\\/li>\\n<li>Copyright: Improve Customizer experience<\\/li>\\n<li>Sections: Completely re-designed and re-built Sections<\\/li>\\n<li>Sections: Section content is now saved into your default editor on update\\/save. This prevents theme-lock, meaning your content will still exist even if you remove Sections.<\\/li>\\n<li>Sections: Send to default editor button removed as the before removes the need for it<\\/li>\\n<li>Sections: Add bottom & top padding unit option (px or %)<\\/li>\\n<li>Page Header: Add generate_page_header_video_loop filter to disable looping of the page header video<\\/li>\\n<li>Page Header: Add option to remove the page header from single posts<\\/li>\\n<li>Page Header: Make number only inputs only accepts numbers<\\/li>\\n<li>Page Header: Force page header above the content if merged option is set<\\/li>\\n<li>Page Header: Disable automatic check for background video posters if no image is set<\\/li>\\n<li>Page Header: Use featured image as background image if no page header image is set<\\/li>\\n<li>Spacing: Remove duplicate menu item height CSS<\\/li>\\n<li>Spacing: Make inputs number only<\\/li>\\n<li>Spacing: All options are now instant preview<\\/li>\\n<li>Blog: Make post image sizes and excerpt length inputs number only<\\/li>\\n<li>Blog: Force full width masonry items on mobile<\\/li>\\n<li>Blog: Show Blog panel even when we''re not viewing the blog in the Customizer<\\/li>\\n<li>Menu Plus: Reduce space between menu toggle and search icon on mobile with menu logo enabled<\\/li>\\n<li>Menu Plus: Show navigation logo option and navigation logo position option even if sticky navigation isn''t enabled<\\/li>\\n<li>Menu Plus: Optimize javascript and put it all in files instead of in wp_footer<\\/li>\\n<li>Menu Plus: Allow navigation logo to show in sidebar navigation causing a sidebar logo effect<\\/li>\\n<li>Menu Plus: Float mobile header to the right on RTL installations<\\/li>\\n<li>Typography: Add new filter: generate_typography_variants<\\/li>\\n<li>Typography: Make font size, weight and decoration instant preview<\\/li>\\n<li>Typography: Only show top 200 popular Google Fonts in Customizer (increases Customizer performance)<\\/li>\\n<li>Typography: generate_number_of_fonts filter added so you can choose how many fonts to include in the Customizer list<\\/li>\\n<li>Typography: Remove 2 database queries<\\/li>\\n<li>Typography: Add Segoe UI font to default list<\\/li>\\n<li>Typography: Revamp how Google fonts get their category and variants (increase front end performance)<\\/li>\\n<li>Colors: Make all colors instant preview<\\/li>\\n<li>Secondary Navigation: Colors are now instant preview<\\/li>\\n<li>Secondary Navigation: Typography font weight, transform and size are now instant preview<\\/li>\\n<li>Secondary Navigation: Layout options are now instant preview<\\/li>\\n<li>Hooks: Disable spell check in hook textareas<\\/li>\\n<li>Hooks: Fix floating box issue on RTL installations<\\/li>\\n<li>Backgrounds: Use default WordPress image uploader customizer control<\\/li>\\n<li>Customizer: All Customizer controls are now rendered in javascript\\/json - big +1 for performance<\\/li>\\n<\\/ul>\\n<p><strong>(7\\/23\\/2016) -\\u00a01.2.89<\\/strong><\\/p>\\n<ul>\\n<li>Fix translations<\\/li>\\n<li>GP Hooks: Add new filter: generate_hooks_capability - change the capability for users who can edit hooks<\\/li>\\n<li>Disable Elements: Remove metabox from attachment post type<\\/li>\\n<li>Page Header: Fix issue where merged header navigation colors weren''t working<\\/li>\\n<li>Page Header: Remove metabox from the attachment post type<\\/li>\\n<li>Menu Plus: Fix sticky menu not unsticking if it''s the very top element<\\/li>\\n<\\/ul>\\n<p><strong>(7\\/16\\/2016) -\\u00a01.2.88<\\/strong><\\/p>\\n<ul>\\n<li>GP Premium: Cut down unnecessary folders to prevent update failures on some servers<\\/li>\\n<li>Page Header: Add a new option in Advanced Settings: Place content behind header (sliders etc..)<\\/li>\\n<li>Page Header: Fix header and navigation alignment in vertical centered page header when contained<\\/li>\\n<li>Sections: Rename template file to shorter name<\\/li>\\n<li>Typography: Rename control file to shorter name<\\/li>\\n<li>Copyright: Fix\\/improve live preview of copyright in the Customizer<\\/li>\\n<li>Blog: Show the read more label setting for both excerpt and full content settings<\\/li>\\n<li>Menu Plus: Fix sticky menu stopping at the bottom of the Page Header<\\/li>\\n<li>Menu Plus: Improve sticky menu experience<\\/li>\\n<li>Menu Plus: Float sticky menu logo right when navigation is set to float left<\\/li>\\n<li>Secondary Navigation: Adjust z-index<\\/li>\\n<\\/ul>\\n<p><strong>(7\\/10\\/2016) -\\u00a01.2.87<\\/strong><\\/p>\\n<ul>\\n<li>Increase database sanitization\\/escaping and harden security throughout all add-ons<\\/li>\\n<li>Backgrounds: Place options into sections inside Background Images panel<\\/li>\\n<li>Blog: Add new filter to set the column count: generate_blog_get_column_count<\\/li>\\n<li>Blog: Add title tag to read more link<\\/li>\\n<li>Secondary Navigation: Fix spacing issue with dropdown menu arrow<\\/li>\\n<li>Secondary Navigation: Remove Secondary Navigation panel<\\/li>\\n<li>Secondary Navigation: Move sections into their applicable panels<\\/li>\\n<li>Secondary Navigation: Add RTL language support<\\/li>\\n<li>Spacing: Place options into sections inside Spacing panel<\\/li>\\n<li>Spacing: Add RTL support<\\/li>\\n<li>Copyright: Move copyright textarea into the Customizer<\\/li>\\n<li>Copyright: Swedish translation added - thanks Jamal!<\\/li>\\n<li>Page Header: Fix logo setting to work with new WordPress 4.5 custom_logo feature<\\/li>\\n<li>Page Header: Vastly improved merged header option<\\/li>\\n<li>Page Header: Move Blog Page Header panel into the Blog panel<\\/li>\\n<li>Sections: Fix bug where first paragraph wasn''t being correct wrapped in <p> tag<\\/li>\\n<li>Menu Plus: Move options into Layout panel<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/29\\/2016) -\\u00a01.2.86<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Allow resizer to upscale images<\\/li>\\n<li>Page Header: Allow resizer to upscale images<\\/li>\\n<li>Sections: Fix issue with images enlarging in Sections<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/24\\/2016) -\\u00a01.2.85<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix cropping when Photon is being used<\\/li>\\n<li>Page Header: Fix cropping when Photon is being used<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/23\\/2016) -\\u00a01.2.84<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix bug where two columns appear briefly at 768px width<\\/li>\\n<li>Blog: Change image resizer to more lightweight option<\\/li>\\n<li>Blog: Fix uneven spacing at the bottom of blog posts in columns<\\/li>\\n<li>Sections: Apply the_content filter once to the whole sections page to avoid multiple sharing icons being added by plugins etc..<\\/li>\\n<li>Page Header: Change image resizer to more lightweight option<\\/li>\\n<li>Page Header: Add apply image sizes button to the Blog Page Header crop options<\\/li>\\n<li>Translations: Czech translations updated - thanks Ondrej!<\\/li>\\n<li>Translations: Polish translations updated - thanks Krzysztof!<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/5\\/2016) - 1.2.83<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix bug where full width post wasn''t displaying in columns<\\/li>\\n<li>Blog: Add a check for the blog content customizer control in the theme to prevent warning<\\/li>\\n<li>Blog: Add button to apply post image sizes in the Customizer to prevent unnecessary images being created<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/3\\/2016) -\\u00a01.2.82<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Improve masonry width logic<\\/li>\\n<li>Blog: Improve proportional image resizing<\\/li>\\n<li>Blog: Switch to a better image resizer<\\/li>\\n<li>Spacing: Add spacing for dropdown menu toggle and mobile items in the navigation<\\/li>\\n<li>Colors: Fix text-domain for \\"Colors\\" panel to allow it to be translated<\\/li>\\n<li>Colors: Add focus style to buttons<\\/li>\\n<li>Sections: Replace the_content filter with Sections specific filter to avoid plugins adding icons and other content into each section<\\/li>\\n<li>Page Header: Add background image as the video placeholder if it can''t be loaded (mobile devices etc..)<\\/li>\\n<li>Page Header: Switch to a better image resizer<\\/li>\\n<li>Typography: Adjust label size in Typography sections in Customizer for longer translations<\\/li>\\n<li>Polish translations added - thanks, Paul!<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/24\\/2016) -\\u00a01.2.81<\\/strong><\\/p>\\n<ul>\\n<li>Page Header: Fix javascript bug in Safari<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/23\\/2016) -\\u00a01.2.80<\\/strong><\\/p>\\n<ul>\\n<li>Page Header: Fix iOS bug with parallax background image<\\/li>\\n<li>Page Header: Move \\"Appearance > Blog Page Header\\" to \\"Customize > Page Header > Blog\\"<\\/li>\\n<li>Page Header: Adjust proportional resizing<\\/li>\\n<li>Page Header: Add generate_page_header_featured_image filter to force usage of the featured image over the custom field<\\/li>\\n<li>Page Header: Add option to merge site header and page header with a transparent navigation<\\/li>\\n<li>Page Header: Add option to include a video background in your page header<\\/li>\\n<li>Page Header: Add option to replace your logo\\/header on individual pages\\/posts<\\/li>\\n<li>Page Header: Improve metabox saving to prevent empty values in the database<\\/li>\\n<li>Page Header: Minify parallax JS<\\/li>\\n<li>Typography: Add input fields to font sizes to manually adjust them without slider<\\/li>\\n<li>Typography: Adjust separators in Customizer<\\/li>\\n<li>Typography: Add mobile font sizes for the main title, H1 and H2<\\/li>\\n<li>Menu Plus: Adjust navigation width with container width in Customizer<\\/li>\\n<li>Menu Plus: Fix sticky navigation spacer width<\\/li>\\n<li>Menu Plus: Navigation float right aligns sticky menu items to the right<\\/li>\\n<li>Menu Plus: Add new dropdown arrows to slideout menu<\\/li>\\n<li>Menu Plus: New Feature: Mobile Header<\\/li>\\n<li>Menu Plus: Separate options into panels<\\/li>\\n<li>Menu Plus: Close slideout menu with escape key<\\/li>\\n<li>Secondary Nav: Fix separator spacing below secondary navigation in the widget area<\\/li>\\n<li>Secondary Nav: Add support for navigation click dropdown<\\/li>\\n<li>Secondary Nav: Minify CSS and JS<\\/li>\\n<li>Blog: Fix category\\/author page header when columns are set<\\/li>\\n<li>Blog: Remove generate_blog_activate_masonry function and bundle it in with generate_blog_get_masonry function<\\/li>\\n<li>Blog: Turn off masonry if we''re on WooCommerce search results<\\/li>\\n<li>Blog: Turn off columns if we''re on WooCommerce search results<\\/li>\\n<li>Blog: Minify CSS and JS<\\/li>\\n<li>Colors: Add focus styles to navigation<\\/li>\\n<li>Backgrounds: Add separators in Customizer<\\/li>\\n<li>Backgrounds: Fix doubling up background images in the content when One Container is set<\\/li>\\n<li>Spacing: Add separators in Customizer<\\/li>\\n<li>Sections: Improve editor handling when visual editor is turned off<\\/li>\\n<li>Sections: Use excerpt metabox on archives\\/blog if Sections is in use in single post<\\/li>\\n<li>Sections: Fix bug where archives\\/blog loses layout if most recent post is using Sections<\\/li>\\n<li>Sections: Minify CSS and JS<\\/li>\\n<li>Disable Elements: Improve metabox saving to prevent empty values in the database<\\/li>\\n<li>Italian translations added for all add-ons - thank you Roberto!<\\/li>\\n<li>German translations updated for all add-ons - thank you Daniel!<\\/li>\\n<\\/ul>\\n<p><strong>(12\\/22\\/2015) - 1.2.79<\\/strong><\\/p>\\n<ul>\\n<li>Spacing: Add function_exists in case GP theme isn''t activated<\\/li>\\n<\\/ul>\\n<p><strong>(12\\/21\\/2015) - 1.2.78<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Fix bug where navigation background image was showing in sub-navigation as well<\\/li>\\n<li>Backgrounds: Optimize CSS<\\/li>\\n<li>Colors: Optimize CSS<\\/li>\\n<li>Secondary Nav: Remove unnecessary CSS from <head><\\/li>\\n<li>Spacing: Optimize CSS<\\/li>\\n<li>Typography: Optimize CSS<\\/li>\\n<li>Menu Plus: Fix slideout menu glitch when menu item has # as URL<\\/li>\\n<li>Menu Plus: Improve sticky functionality and display<\\/li>\\n<li>Menu Plus: Update sticky menu width when navigation is container and layout is updated<\\/li>\\n<li>Menu Plus: Improve slideout menu transition<\\/li>\\n<li>Blog: Add filter to add post types for the masonry width metabox: generate_blog_masonry_metabox<\\/li>\\n<li>Blog: Add option to set posts as equal height columns<\\/li>\\n<li>Blog: Update masonry when layout is changed in Customizer<\\/li>\\n<li>Blog: Add safeguard in case people type Auto in post image sizes<\\/li>\\n<li>Sections: Add support for password protected pages and Sections<\\/li>\\n<li>Spacing: Remove widget padding if one container is set<\\/li>\\n<li>Spacing: Right and left content padding now affects content area when One Container is set<\\/li>\\n<li>Page Header: Fix proportional resizing<\\/li>\\n<li>Updater functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/29\\/2015) - 1.2.77<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix warning when post image width is set without a height<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/27\\/2015) - 1.2.76<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Don''t display sticky menu logo if sticky menu is disabled<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/27\\/2015) - 1.2.75<\\/strong><\\/p>\\n<ul>\\n<li>Czech translations added to all add-ons - thanks Ondrej!<\\/li>\\n<li>Slovak translation added to GP Premium - thanks Jan!<\\/li>\\n<li>Move from email activation to license key activation<\\/li>\\n<li>Menu Plus: Add ability to add menu item with slider-exit class to exit the slideout menu<\\/li>\\n<li>Menu Plus: Add generate_after_slideout_navigation hook<\\/li>\\n<li>Menu Plus: Adjust mobile search item selector to include ability for more items to be added<\\/li>\\n<li>Menu Plus: Fix slideout menu on Windows phones<\\/li>\\n<li>Menu Plus: Reduce amount of CSS shown in the <head> section<\\/li>\\n<li>Blog: Use array for image resizer instead of string<\\/li>\\n<li>Blog: Show date and author on single post even if content title is hidden<\\/li>\\n<li>Hooks: Move before header hook content above navigation when set to above header<\\/li>\\n<li>Colors: Adjust mobile search item selector to include ability for more items to be added<\\/li>\\n<li>Colors: Reduce amount of CSS shown in the <head> section<\\/li>\\n<li>Spacing: Adjust mobile search item selector to include ability for more items to be added<\\/li>\\n<li>Spacing: Reduce amount of CSS shown in the <head> section<\\/li>\\n<li>Sections: Allow sidebars to display on with Sections if generate_sections_sidebars filter is set to true<\\/li>\\n<li>Sections: Make adjustment to ensure compatibility with PHP7<\\/li>\\n<li>Disable Elements: Disabling the site navigation also disbale the sticky navigation if Menu Plus is activated<\\/li>\\n<li>Typography: Reduce amount of CSS shown in the <head> section<\\/li>\\n<li>Backgrounds: Reduce amount of CSS shown in the <head> section<\\/li>\\n<li>Page Header: Reduce CSS shown in <head> section if there''s no page header content<\\/li>\\n<li>Secondary Nav: Reduce amount of CSS shown in the <head> section<\\/li>\\n<\\/ul>\\n<p><strong>(10\\/30\\/2015) - 1.2.74<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Fix mobile menu overlap with search icon when sticky effect set to \\"none\\"<\\/li>\\n<\\/ul>\\n<p><strong>(10\\/29\\/2015) - 1.2.73<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Allow post image cropping to have proportional width based on height<\\/li>\\n<li>Blog: Hiding the date, author, categories, tags and comments link fully removes them (requires GP 1.3.18)<\\/li>\\n<li>Typography: Add font size controller for footer\\/copyright<\\/li>\\n<li>Page Header: Fix full screen issue when refreshing half way down the screen<\\/li>\\n<li>Colors: Fix missing placeholder text in Edge browser<\\/li>\\n<li>Colors: Adjust mobile search item selector<\\/li>\\n<li>Menu Plus: Change \\"hamburger\\" icon to close icon on slideout menu open<\\/li>\\n<li>Menu Plus: Fix bug where mobile only sticky menu was appear on desktop when set to fade<\\/li>\\n<li>Menu Plus: Fix background image issue when slideout menu is enabled<\\/li>\\n<li>Menu Plus: Add classes to <body> element for site logo in navigation\\/sticky navigation<\\/li>\\n<li>Menu Plus: Add styling for mobile search item<\\/li>\\n<li>Menu Plus: Replace slideout menu script with a more lightweight, efficient one<\\/li>\\n<li>Disable Elements: Disabling the headline\\/title fully removes it from the code (requires GP 1.3.18)<\\/li>\\n<li>Spacing: Add styling for mobile search item<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(10\\/3\\/2015) - 1.2.72<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix masonry on tablet orientation change<\\/li>\\n<li>Blog: Fix masonry on search results page<\\/li>\\n<li>Menu Plus: Fix sticky menu bug when navigation is in sidebar<\\/li>\\n<li>Menu Plus: Remove empty javascript element if slideout menu is disabled<\\/li>\\n<li>Menu Plus: Fix sticky menu bug when mobile menu is toggled<\\/li>\\n<li>Menu Plus: Delay sticky script from initializing until all other scripts are done<\\/li>\\n<li>Page Header: Add microdata to page header image<\\/li>\\n<li>Spacing: Fix mobile search spacing<\\/li>\\n<li>Sections: Add generate_sections_default_padding_top and generate_sections_default_padding_bottom filters for the default padding<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(9\\/16\\/2015) - 1.2.71<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Fix empty alert<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(9\\/14\\/2015) - 1.2.70<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: German translation added (thank you, Daniel!)<\\/li>\\n<li>Disable Elements: Disable post image on single template if set<\\/li>\\n<li>Spacing: Adjust spacing for mobile search<\\/li>\\n<li>Typography: Range slider settings adjusted<\\/li>\\n<li>Sections: Fix Add Media button when in Text editor<\\/li>\\n<li>Menu Plus: Fix conflict with navigation search in mobile menu<\\/li>\\n<li>Page Header: Fix mobile bug on Chrome with full height page headers<\\/li>\\n<li>Menu Plus: Fix Secondary Navigation dropdown issue when slideout menu is enabled<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(8\\/24\\/2015) - 1.2.69<\\/strong><\\/p>\\n<ul>\\n<li>[!] Menu Plus: Sticky Menu Slide was showing up behind content<\\/li>\\n<li>[*] Menu Plus: Remove notices if GP isn''t activated<\\/li>\\n<li>[*] Page Header: Remove notice if GP isn''t activated<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(8\\/22\\/2015) - 1.2.68<\\/strong><\\/p>\\n<ul>\\n<li>[!] Blog: Remove masonry load more button if linked directly to last page<\\/li>\\n<li>[!] Sections: Fix issue with sections displaying on IE8<\\/li>\\n<li>[*] Sections: Add new filter to allow sections on any post type you like: generate_sections_post_types<\\/li>\\n<li>[+] Page Header: Add new filter to allow page header link to open in new tab: generate_page_header_target<\\/li>\\n<li>[!] Menu Plus: Fix error when using Jetpack''s Mobile Theme<\\/li>\\n<li>[*] Menu Plus: Improve fade transition<\\/li>\\n<li>[!] Colors: Fix mobile menu text hover<\\/li>\\n<li>[+] GP Premium: Activate\\/Deactivate multiple add-ons at once<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(8\\/6\\/2015) - 1.2.67<\\/strong><\\/p>\\n<ul>\\n<li>[*] Disable Elements: Disable post image now works without Page Header being activated<\\/li>\\n<li>[!] Menu+: Fix bug where hidden navigation clone was conflicting with secondary navigation<\\/li>\\n<li>[*] Secondary Nav: Mobile menu toggle changed from <h3> to <button><br \\/>\\n+ If you''ve used h3.menu-toggle in any custom CSS, you''ll need to adjust it (.menu-toggle is fine)<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(8\\/2\\/2015) - 1.2.66<\\/strong><\\/p>\\n<ul>\\n<li>[*] Menu+: Smoothen slideout transitions<\\/li>\\n<li>[+] Menu+: Add \\"generate_menu_slideout_effect\\" filter<\\/li>\\n<li>[+] Menu+: Add \\"generate_menu_slideout_position\\" filter<\\/li>\\n<li>[!] Menu+: Fix alignment issue with float right contained sticky menu<\\/li>\\n<li>[*] Menu+: Show sticky menu on mobile only, desktop only or both<\\/li>\\n<li>[*] Menu+: Various tweaks<\\/li>\\n<li>[+] Blog: Add jump to anchor when using read more tag<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(8\\/1\\/2015) - 1.2.65<\\/strong><\\/p>\\n<ul>\\n<li>[+] Menu Plus: Added to GP Premium<\\/li>\\n<li>[*] Blog: Run image resizer on front-end only<\\/li>\\n<li>[*] Page Header: Run image resizier on front-end only<\\/li>\\n<li>[*] Page Header: Run cmb2 only if it hasn''t already been initialized<\\/li>\\n<li>[*] Blog: Remove float on floated post images on mobile<\\/li>\\n<li>[*] All: Email\\/add-on activation improved<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(7\\/13\\/2015) - 1.2.64<\\/strong><\\/p>\\n<ul>\\n<li>[*] Blog: If the read more input is empty, don''t include markup in post<\\/li>\\n<li>[*] Blog: fix masonry horizontal scroll on mobile (no sidebars)<\\/li>\\n<li>[*] Blog: Fix post image (float left or right) margin on mobile<\\/li>\\n<li>[*] Secondary Nav: Adjust mobile breakpoint<\\/li>\\n<li>[!] Secondary Nav: Fix secondary navigation font bug<\\/li>\\n<li>[!] Typography: Fix weird Google Font rendering bug<\\/li>\\n<li>[!] Sections: Fix bug where paragraphs were being stripped<\\/li>\\n<li>[!] Sections: Fix shortcode bug<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(6\\/28\\/2015) - 1.2.63<\\/strong><\\/p>\\n<ul>\\n<li>[+] Typography + Spacing: Italian translations added (thanks, Roberto!!)<\\/li>\\n<li>[+] Allow shortcodes in text widgets<\\/li>\\n<li>[!] Typography: Fix bug where variants weren''t registering<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(6\\/25\\/2015) - 1.2.62<\\/strong><\\/p>\\n<ul>\\n<li>[+] All add-ons - French translations updated (thanks, Philippe!!)<\\/li>\\n<li>[+] All add-ons - Russian translations added (thanks, Alexey!!)<\\/li>\\n<li>[*] Page Header: Improve fullscreen height and vertical center functionality<\\/li>\\n<li>[*] Secondary Nav: Wrap mobile menu in span<\\/li>\\n<li>[*] Sections: Fix some weird CSS styling in editor<\\/li>\\n<li>[*] Secondary Nav: Updated mobile breakpoint to 767px<\\/li>\\n<li>[+] Sections: Add generate_sections_parallax_speed filter to change the speed of parallax effect<\\/li>\\n<li>[+] Blog: Add new filter: generate_blog_activate_masonry - this checks whether we should activate masonry or not<\\/li>\\n<li>[+] Blog: Add code to allow Google Analtyics to track masonry load more as pageviews<\\/li>\\n<li>[+] Typography: Major update! Values changed to allow future Google Font additions\\/changes - please backup before updating.<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(5\\/20\\/2015) - 1.2.61<\\/strong><\\/p>\\n<ul>\\n<li>[!] Sections: Fix spacing bug while using one container<\\/li>\\n<li>[!] Typography: Fix subset issue<\\/li>\\n<li>[*] Translation files updated<\\/li>\\n<li>[+] Blog: Add class to read more paragraph container<\\/li>\\n<li>[!] Secondary Nav: Fix background image upload controls<\\/li>\\n<li>[*] Blog: Fix broken translation strings<\\/li>\\n<li>[+] Sections: Add ability to use Sections on posts<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(5\\/16\\/2015) - 1.2.6<\\/strong><\\/p>\\n<ul>\\n<li>[*] Page Header: Performance improvements<\\/li>\\n<li>[*] Page Header: GP_IMAGE_RESIZER constant added to give option to disable automatic thumbnail regeneration<\\/li>\\n<li>[x] Page Header: Crop position removed for now<\\/li>\\n<li>[*] French translations updated (thanks, Philippe!!)<\\/li>\\n<li>[!] Copyright: Fix bug where copyright was being removed when email was saved<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(5\\/13\\/2015) - 1.2.5<\\/strong><\\/p>\\n<p>[!] Hooks: Fix bug where Inside Content Container wasn''t showing up<\\/p>\\n<p>----<\\/p>\\n<p><strong>(5\\/6\\/2015) - 1.2.4<\\/strong><\\/p>\\n<ul>\\n<li>[!] Page Header: Add function_exists() functions to admin-options.php to stop error when standalone and GP Premium are activated.<\\/li>\\n<li>[!] Sections: Fix bug where sidebar padding wasn''t working with one container set<\\/li>\\n<li>[*] Sections: Improve editor when visual editor disabled<\\/li>\\n<li>[!] Page Header: Fix bug in parallax.js<\\/li>\\n<li>[*] German language updated through all add-ons (thanks, Daniel!!)<\\/li>\\n<li>[*] Blog: Disallow masonry on any post types but the core \\"post\\" type<\\/li>\\n<li>[!] Sections: Remove background color on sections pages when one container is set.<\\/li>\\n<li>[!] Page Header: Remove empty space on attachment page<\\/li>\\n<li>[*] Import\\/Export: Delete GP Hooks specific import - no longer needed<\\/li>\\n<li>[+] Hooks: Add option to disable individual hooks<\\/li>\\n<li>[+] Hooks: Move options to one table - reduces queries<\\/li>\\n<li>[+] Typography: Widget content size option added<\\/li>\\n<li>[!] Sections: Fix bug dealing with sidebar layouts<\\/li>\\n<li>[*] Email activation performance increased<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(4\\/14\\/2015) - 1.2.3<\\/strong><\\/p>\\n<ul>\\n<li>[!] Sections: Fix language path<\\/li>\\n<li>[*] All add-ons: Update language files<\\/li>\\n<li>[!] Sections: Remove wp_enqueue_media() call which was breaking featured image<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(4\\/12\\/2015) - 1.2.2<\\/strong><\\/p>\\n<ul>\\n<li>[!] Spacing: Fix bug where sidebar padding wasn''t working with one container set<\\/li>\\n<li>[!] Sections: Fix error relating to old version of PHP<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(4\\/11\\/2015) - 1.2.1<\\/strong><\\/p>\\n<ul>\\n<li>[!] Sections: Fix bug where HTML was being stripped<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(4\\/9\\/2015) - 1.2<\\/strong><\\/p>\\n<ul>\\n<li>[+] German translations added (thank you Daniel!!)<\\/li>\\n<li>[*] Page Header & Blog: remove bfi_thumb and use WordPress resizer (reduced memory usage)<\\/li>\\n<li>[*] Typography: Group typography options into areas<\\/li>\\n<li>[+] Typography: Comic Sans MS added to font list<\\/li>\\n<li>[*] Colors: French translation updated<\\/li>\\n<li>[*] Spacing: French translation updated<\\/li>\\n<li>[*] Blog: French translation updated<\\/li>\\n<li>[*] Copyright: French translation updated<\\/li>\\n<li>[+] Copyright: Save button added below textarea<\\/li>\\n<li>[+] Typography: French translation added<\\/li>\\n<li>[*] Secondary Nav: Mobile breakpoint removed from mobile.css and added to enqueue function<\\/li>\\n<li>[+] Sections: Introducing Generate Sections<\\/li>\\n<li>[!] Page Header: Fix bug where add paragraphs doesn''t work on Blog Header<\\/li>\\n<li>[+] Import\\/Export: Ability to import\\/export GP Hooks added<\\/li>\\n<li>[+] Hooks: Ability to import\\/export GP Hooks added<\\/li>\\n<li>[*] Page Header: Disable parallax on mobile<\\/li>\\n<li>[!] Blog: Show next\\/prev links even when everything else is hidden<\\/li>\\n<li>[*] Blog: Masonry improved<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(1\\/28\\/2015) - 1.1<\\/strong><\\/p>\\n<ul>\\n<li>[+] Spacing: French translation added<\\/li>\\n<li>[+] Copyright: French translation added<\\/li>\\n<li>[+] Blog: French translation added<\\/li>\\n<li>[*] Blog: Choosing medium as the masonry block width gives items 50% width.<\\/li>\\n<li>[*] Blog: Masonry re-written to perform better<\\/li>\\n<li>[+] Page Header: New options page added (Appearance > Blog Page Header) - add a page header to your blog<\\/li>\\n<li>[+] Page Header: Better parallax effect added to page header background<\\/li>\\n<li>[!] Page Header: Resizing image turned it to PNG and increased file size<\\/li>\\n<li>[+] Page Header: Added option to enable full screen background image<\\/li>\\n<li>[+] Page Header: Added option to vertically center content<\\/li>\\n<li>[+] Colors: Color options added for H1, H2 and H3 elements<\\/li>\\n<li>[+] Typography: Font fallback set - use generate_fallback_font filter to change it<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(12\\/15\\/2014) - 1.0<\\/strong><\\/p>\\n<ul>\\n<li>[*] Blog: Adjustments made to alignment CSS to work with W3 Total Cache<\\/li>\\n<li>[+] Typography: More fonts added<\\/li>\\n<li>[+] Typography: Filter added to subset<\\/li>\\n<li>[+] Colors: French translation added<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(11\\/17\\/2014) - 0.9<\\/strong><\\/p>\\n<ul>\\n<li>[!] Blog: Applied post image position to images using Page Header addon<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(11\\/17\\/2014) - 0.8<\\/strong><\\/p>\\n<ul>\\n<li>[*] Blog: Hiding post images works again<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(11\\/16\\/2014) - 0.7<\\/strong><\\/p>\\n<ul>\\n<li>[+] Page Header: Option to add background color<\\/li>\\n<li>[*] Page Header: Background image no longer required for other options<\\/li>\\n<li>[*] Page Header: Image resizer now uses BFI Thumb<\\/li>\\n<li>[+] Page Header: Option to move post header below the title<\\/li>\\n<li>[*] Secondary Nav: Mobile breakpoint increased to include tablets<\\/li>\\n<li>[!] Secondary Nav: Fix bug causing Trebuchet MS not to work<\\/li>\\n<li>[!] Colors: Navigation current text color wasn''t working while navigation floating right<\\/li>\\n<li>[*] Colors: Change color of placeholder text to text color<\\/li>\\n<li>[!] Secondary Nav: Remove secondary navigation element if no menu is set<\\/li>\\n<li>[+] Blog: Add option to hide categories<\\/li>\\n<li>[+] Blog: Choose alignment of post image<\\/li>\\n<li>[+] Blog: Choose size of post image<\\/li>\\n<li>[+] Hooks: Added inside main content container hook<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(10\\/27\\/2014) - 0.6<\\/strong><\\/p>\\n<ul>\\n<li>[!] Typography: Fix bug with non Google fonts calling to Google<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(10\\/20\\/2014) - 0.5<\\/strong><\\/p>\\n<ul>\\n<li>[!] Disable Elements: Fix bug applying latest post setting to blog<\\/li>\\n<li>[*] Backgrounds: Upload buttons now use Media Library<\\/li>\\n<li>[!] Blog: Fix masonry spacing issues<\\/li>\\n<li>[*] Page Header: Code cleanup<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(10\\/11\\/2014) - 0.4<\\/strong><\\/p>\\n<ul>\\n<li>[+] Copyright: Allow shortcodes in Copyright<\\/li>\\n<li>[*] Copyright: Changed copyright field to textarea<\\/li>\\n<li>[!] Blog: Fix mobile bug in masonry blog on iPhone<\\/li>\\n<li>[*] Spacing: Change separator spacing from padding to margin<\\/li>\\n<li>[*] Translation files updated<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(10\\/2\\/2014) - 0.3<\\/strong><\\/p>\\n<ul>\\n<li>[!] Blog: Not able to hide author on single posts<\\/li>\\n<li>[!] Backgrounds: Background images double in content if One Container is set<\\/li>\\n<li>[+] GP Hooks: Add After Footer Widgets to GP Hooks<\\/li>\\n<li>[+] Secondary Nav: Option to change \\"Menu\\" label on mobile secondary navigation<\\/li>\\n<li>[!] Page Header: buddypress fix<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(9\\/17\\/2014) - 0.2<\\/strong><\\/p>\\n<ul>\\n<li>[*] Make Google Fonts call more robust<\\/li>\\n<li>[!] Fix secondary navigation link color when floating right<\\/li>\\n<li>[+] Background image options added to secondary navigation<\\/li>\\n<li>[+] File structures cleaned up<\\/li>\\n<li>[+] Masonry width and most recent post masonry width options added<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(9\\/7\\/2014) - 0.1<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n"},"banners":{"high":"","low":""},"icons":[],"description":["<p>GP Premium is one powerful plugin that includes all of our awesome add-ons, which you can turn on and off as needed.<\\/p>\\n"],"changelog":["<p><strong>(6\\/12\\/2019) - 1.8.3<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Use flexbox for center aligned nav with nav branding<\\/li>\\n<li>Menu Plus: Center overlay off canvas exit button on mobile<\\/li>\\n<li>Menu Plus: Add alt tag to sticky nav logo<\\/li>\\n<li>Menu Plus: Set generate_not_mobile_menu_media_query filter based on mobile menu breakpoint<\\/li>\\n<li>Sections: Remember when text tab is active<\\/li>\\n<li>Sections: Disable visual editor if turned off in profile<\\/li>\\n<li>Typography: Add generate_google_font_display filter<\\/li>\\n<li>WooCommerce: Fix single product sidebar layout metabox option<\\/li>\\n<li>WooCommerce: Reduce carousel thumbnail max-width to 100px to match new thumbnail sizes<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/2\\/2019) - 1.8.2<\\/strong><\\/p>\\n<ul>\\n<li>Elements: Use Page Hero site title color for mobile header site title<\\/li>\\n<li>Menu Plus: Give mobile header site title more left spacing<\\/li>\\n<li>Menu Plus: Fix nav search icon in sticky navigation when using nav branding in Firefox<\\/li>\\n<li>Site Library: Show Site Library tab even if no sites exist<\\/li>\\n<li>Site Library: Show an error message in Site Library if no sites exist<\\/li>\\n<li>Typography: Remove reference to generate_get_navigation_location() function<\\/li>\\n<li>WooCommerce: Remove quantity field arrows when using quantity buttons in Firefox<\\/li>\\n<li>WooCommerce: Remove extra border when loading quantity buttons<\\/li>\\n<li>WooCommerce: Use get_price_html() is sticky add to cart panel<\\/li>\\n<\\/ul>\\n<p><strong>(4\\/24\\/2019) - 1.8.1<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Revert sticky nav duplicate ID fix due to Cyrillic script bug<\\/li>\\n<\\/ul>\\n<p><strong>(4\\/24\\/2019) - 1.8.0<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Apply columns filter to masonry grid sizer<\\/li>\\n<li>Colors: Merge Footer Widgets and Footer controls in Color panel<\\/li>\\n<li>Colors: Remove edit_theme_options capability to Customizer controls (set by default)<\\/li>\\n<li>Disable Elements: Make sure mobile header is disabled when primary navigation is disabled<\\/li>\\n<li>Elements: Add content width option in Layout Element<\\/li>\\n<li>Elements: Fix mobile header logo when mobile menu toggled<\\/li>\\n<li>Elements: Add generate_page_hero_location filter<\\/li>\\n<li>Elements: Add generate_elements_show_object_ids filter to show IDs in Display Rule values<\\/li>\\n<li>Elements: Prevent merged header wrap from conflicting with Elementor controls<\\/li>\\n<li>Elements: Change Container tab name to Content<\\/li>\\n<li>Elements: Add woocommerce_share option to Hooks<\\/li>\\n<li>Elements: Improve WPML compatibility<\\/li>\\n<li>Elements: Improve Polylang compatibility<\\/li>\\n<li>Elements: Prevent PHP notices when adding taxonomy locations to non-existent archives<\\/li>\\n<li>Elements: Add generate_mobile_cart_items hook to hook list<\\/li>\\n<li>Elements: Add generate_element_post_id filter<\\/li>\\n<li>Elements: Escape HTML elements inside Element textarea<\\/li>\\n<li>Elements: Add Beaver Builder templates to the Display Rules<\\/li>\\n<li>Menu Plus: Add mobile header breakpoint option<\\/li>\\n<li>Menu Plus: Add off canvas overlay option<\\/li>\\n<li>Menu Plus: Add navigation as header option<\\/li>\\n<li>Menu Plus: Remove navigation logo option if navigation as header set<\\/li>\\n<li>Menu Plus: Add sticky navigation logo option<\\/li>\\n<li>Menu Plus: Allow site title in mobile header instead of logo<\\/li>\\n<li>Menu Plus: Add option to move exit button inside the off canvas panel<\\/li>\\n<li>Menu Plus: Change Slideout Navigation name to Off Canvas Panel<\\/li>\\n<li>Menu Plus: Only re-focus after slideout close on escape key<\\/li>\\n<li>Menu Plus: Give close slideout event a name so it can be removed<\\/li>\\n<li>Menu Plus: Remove invalid transition-delay<\\/li>\\n<li>Menu Plus: Improve slideout overlay transition<\\/li>\\n<li>Menu Plus: Add mobile open\\/close icons to GPP font<\\/li>\\n<li>Menu Plus: Allow dynamic widget classes in off canvas panel (fixes WC range slider widget issue)<\\/li>\\n<li>Menu Plus: Basic compatibility with future SVG icons<\\/li>\\n<li>Menu Plus: Prevent duplicate IDs when sticky navigation is cloned<\\/li>\\n<li>Secondary Nav: Add dropdown direction option<\\/li>\\n<li>Secondary Nav: Basic compatibility with future SVG icons<\\/li>\\n<li>Sections: Fix section editor issues in WP 5.0<\\/li>\\n<li>Sections: Show Better Font Awesome icon in editor<\\/li>\\n<li>Sites: Re-design UI<\\/li>\\n<li>Sites: Add option to activate as a module like all the other modules<\\/li>\\n<li>Sites: Don''t show backup options button if no options exist<\\/li>\\n<li>Sites: Make JS action classes more specific to the site library<\\/li>\\n<li>Sites: Set mime types of content.xml and widgets.wie<\\/li>\\n<li>Spacing: Add header padding option for mobile<\\/li>\\n<li>Spacing: Add widget padding option for mobile<\\/li>\\n<li>Spacing: Add footer widgets padding option for mobile<\\/li>\\n<li>Spacing: Add content separator option<\\/li>\\n<li>Spacing: Apply mobile menu item width to mobile bar only<\\/li>\\n<li>WooCommerce: Add option for mini cart in the menu<\\/li>\\n<li>WooCommerce: Add option to open off overlay panel on add to cart<\\/li>\\n<li>WooCommerce: Add option to open sticky add to cart panel on single products<\\/li>\\n<li>WooCommerce: Add option to add +\\/- buttons to the quantity fields<\\/li>\\n<li>WooCommerce: Add option to show number of items in cart menu item<\\/li>\\n<li>WooCommerce: Add option to choose single product image area width<\\/li>\\n<li>WooCommerce: Add color options for price slider widget<\\/li>\\n<li>WooCommerce: Use CSS grid for the product archives<\\/li>\\n<li>WooCommerce: Horizontally align add to cart buttons<\\/li>\\n<li>WooCommerce: Re-design the cart widget<\\/li>\\n<li>WooCommerce: Tighten up product info spacing<\\/li>\\n<li>WooCommerce: Improve product tab design to look more like tabs<\\/li>\\n<li>WooCommerce: Simplify single product image display<\\/li>\\n<li>WooCommerce: Use flexbox for quantity\\/add to cart alignment<\\/li>\\n<li>WooCommerce: Improve rating star styles<\\/li>\\n<li>WooCommerce: Use product alignment setting for related\\/upsell products<\\/li>\\n<li>WooCommerce: Remove bottom margin from product image<\\/li>\\n<li>WooCommerce: Organize colors in the Customizer<\\/li>\\n<li>WooCommerce: Remove title attribute from menu cart item<\\/li>\\n<li>WooCommerce: Improve coupon field design<\\/li>\\n<li>WooCommerce: Improve result count\\/ordering styling<\\/li>\\n<li>WooCommerce: Add gap around WC single product images<\\/li>\\n<li>WooCommerce: Remove arrow from checkout button<\\/li>\\n<li>WooCommerce: Hide view cart link on add to cart click<\\/li>\\n<li>WooCommerce: Organize CSS<\\/li>\\n<li>Introduce in-Customizer shortcuts<\\/li>\\n<li>Add generate_disable_customizer_shortcuts filter<\\/li>\\n<\\/ul>\\n<p><strong>(2\\/22\\/2019) - 1.7.8<\\/strong><\\/p>\\n<ul>\\n<li>Sites: Prevent future compatibility issues with Elementor by removing automatic URL replacement<\\/li>\\n<\\/ul>\\n<p><strong>(12\\/17\\/2018) - 1.7.7<\\/strong><\\/p>\\n<ul>\\n<li>Sites: Fix failed content import in specific PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>(12\\/13\\/2018) - 1.7.6<\\/strong><\\/p>\\n<ul>\\n<li>Elements: Hide Add New button when opening saved Element with no type<\\/li>\\n<li>Sections: Show page title in Gutenberg when Sections are active<\\/li>\\n<li>Sections: Fix relative image URLs inside the Section editor<\\/li>\\n<li>Sites: Fix failed content\\/widget import in WP 5.0.1\\/4.9.9<\\/li>\\n<li>Sites: Fix no access to WooCommerce setup wizard<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/21\\/2018) - 1.7.5<\\/strong><\\/p>\\n<ul>\\n<li>Colors: Improve block editor button color preview<\\/li>\\n<li>Menu Plus: Mobile menu items hidden behind content with higher z-index when sticky<\\/li>\\n<li>Menu Plus: Prevent mobile menu from covering mobile toggle when sticky<\\/li>\\n<li>Menu Plus: Don''t close mobile menu if # is the whole URL<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/19\\/2018) - 1.7.4<\\/strong><\\/p>\\n<ul>\\n<li>Colors: Fix navigation live color preview issues<\\/li>\\n<li>Colors: Move navigation parent item title down in Customizer<\\/li>\\n<li>Elements: Allow slashes in hook names<\\/li>\\n<li>General: Fix smooth scroll anchor location on mobile (requires GP 2.2)<\\/li>\\n<li>Menu Plus: Use https for navigation microdata<\\/li>\\n<li>Menu Plus: Remove header-image class from navigation and mobile header logos<\\/li>\\n<li>Menu Plus: Add navigation search height support to mobile header and sticky nav<\\/li>\\n<li>Typography: Include block editor button in live preview<\\/li>\\n<\\/ul>\\n<p><strong>(10\\/29\\/2018) - 1.7.3<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Allow masonry to be turned off using a boolean filter<\\/li>\\n<li>Blog: Fix load more button appearing when not needed<\\/li>\\n<li>Blog: Remove infinite scroll load more button from WooCommerce archives<\\/li>\\n<li>Blog: Prevent content width option from applying to columns<\\/li>\\n<li>Elements: Fix empty object fields when Post Archive is set<\\/li>\\n<li>Elements: Allow slashes in custom hook field<\\/li>\\n<li>Elements: Allow multiple layout elements per condition<\\/li>\\n<li>Elements: Allow 0 value in mobile padding options<\\/li>\\n<li>Elements: Prevent PHP notice if $post isn''t an object<\\/li>\\n<li>Gutenberg: Add initial support for live preview spacing of Gutenberg blocks<\\/li>\\n<li>Menu Plus: Add menu-item-align-right class to slideout toggle<\\/li>\\n<li>Menu Plus: Fix JS error in slideout navigation when no menu is set<\\/li>\\n<li>Sites: Fix image shadow on hover<\\/li>\\n<li>Sites: Add message when no plugins are needed<\\/li>\\n<li>Sites: Update custom link URL in menu items<\\/li>\\n<li>Sites: Prevent PHP warning in PHP 7.3<\\/li>\\n<li>Sites: Add generate_sites_ignore_plugins filter<\\/li>\\n<li>Sites: Fix WooCommerce setup wizard conflict with Site Library<\\/li>\\n<li>Sites: Fix PHP notices during WooCommerce setup wizard<\\/li>\\n<li>Typography: Add support for H1-H3 bottom margin options<\\/li>\\n<li>WooCommerce: Add menu-item-align-right class to cart menu item<\\/li>\\n<li>WooCommerce: Fix multi column product spacing on mobile<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/20\\/2018) - 1.7.2<\\/strong><\\/p>\\n<ul>\\n<li>Elements: Fix admin body class spaces<\\/li>\\n<li>General: Fix JS error in anchors when smooth scroll class not added<\\/li>\\n<li>General: Fix sticky navigation offset when using smooth scroll<\\/li>\\n<li>WooCommerce: Apply Elementor Pro WC columns fix to Elementor Pro widget only<\\/li>\\n<li>WooCommerce: Fix BlockUI issue<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/15\\/2018) - 1.7.1<\\/strong><\\/p>\\n<ul>\\n<li>Elements: Fix PHP error in PHP 5.3<\\/li>\\n<li>Elements: Fix Choose Element not showing due to some third party plugins<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/14\\/2018) - 1.7<\\/strong><\\/p>\\n<p>This update introduces a new premium module called \\"Elements\\". Learn more <a href=\\"https:\\/\\/generatepress.com\\/gp-premium-1-7\\/\\" target=\\"_blank\\" rel=\\"noopener\\">here<\\/a>.<\\/p>\\n<ul>\\n<li>Blog: Prevent masonry container jump on load<\\/li>\\n<li>Blog: Change \\u201cFull\\u201d label to \\u201cFull Content\\u201d<\\/li>\\n<li>New: Elements module<\\/li>\\n<li>Elements: Header element (replaces the Page Header module)<\\/li>\\n<li>Elements: Hook element (replaces the Hooks module)<\\/li>\\n<li>Elements: Layout element<\\/li>\\n<li>Hooks: Replaced by Elements module<\\/li>\\n<li>Hooks: Move link to legacy hooks inside Elements area<\\/li>\\n<li>Import\\/Export: Re-write code<\\/li>\\n<li>Import\\/Export: Import activated modules<\\/li>\\n<li>Menu Plus: Fix slideout close button alignment\\/color issues<\\/li>\\n<li>Menu Plus: Fix slideout issue with relative main navigation CSS<\\/li>\\n<li>Menu Plus: Fix ul display inside slideout navigation widget<\\/li>\\n<li>Menu Plus: Change Slideout Navigation theme location label to Slideout Menu<\\/li>\\n<li>Menu Plus: Close slideout navigation when a link within it is clicked<\\/li>\\n<li>Menu Plus: Show slideout navigation theme location option after Primary<\\/li>\\n<li>Menu Plus: Improve a11y of slideout navigation<\\/li>\\n<li>Menu Plus: Add\\u00a0.site-wrapper\\u00a0class compatibility to sticky nav<\\/li>\\n<li>Menu Plus: Prepare offside.js for future button dropdown menu toggle<\\/li>\\n<li>Menu Plus: Add\\u00a0.slideout-exit\\u00a0class to close slideout<\\/li>\\n<li>Page Header: Replaced by Elements module<\\/li>\\n<li>Page Header: Move link to legacy Page Headers inside Elements area<\\/li>\\n<li>Page Header: Fix hentry Google Search Console errors<\\/li>\\n<li>Page Header: Fix clearing element issue<\\/li>\\n<li>Page Header: WPML fix in global locations<\\/li>\\n<li>Page Header: Prevent PHP notices within Elementor Library area<\\/li>\\n<li>Page Header: Fix retina logo issue (in new Elements module only)<\\/li>\\n<li>Page Header: Show original logo in sticky navigation (in new Elements module only)<\\/li>\\n<li>Page Header: Add mobile header logo option (in new Elements module only)<\\/li>\\n<li>Secondary Nav: Show theme location option after Primary<\\/li>\\n<li>Sections: Allow Sections when Gutenberg is activated<\\/li>\\n<li>Sections: Hide Gutenberg editor when Sections enabled<\\/li>\\n<li>Sections: Fix text domain issues<\\/li>\\n<li>Sections: Use regular checkbox for use sections<\\/li>\\n<li>Spacing: Add future support for sub-menu width option<\\/li>\\n<li>Sites: Fix .complete class conflicts<\\/li>\\n<li>Sites: Add GENERATE_DISABLE_SITE_LIBRARY constant<\\/li>\\n<li>Sites: Remove verified provider debug notice<\\/li>\\n<li>WooCommerce: Add shopping bag and shopping basket icon options to cart menu item<\\/li>\\n<li>WooCommerce: Fix WC error with non-product post types<\\/li>\\n<li>WooCommerce: Fix too many WC star issue<\\/li>\\n<li>WooCommerce: Add CSS for cart menu item in secondary nav<\\/li>\\n<li>WooCommerce: Add WC menu item location filter to mobile cart<\\/li>\\n<li>WooCommerce: Fix issue with disabling sale badge when set to overlay<\\/li>\\n<li>WooCommerce: Add option to disable\\/enable sale badge on single product pages<\\/li>\\n<li>WooCommerce: Fix my account icon on mobile<\\/li>\\n<li>General: Fix smooth scroll issues on mobile<\\/li>\\n<li>General: Improve overall smooth scroll functionality<\\/li>\\n<li>General: Add generate_smooth_scroll_elements filter<\\/li>\\n<li>General: Move GPP icons from Font Awesome to custom icons<\\/li>\\n<li>A11y: Add context to all \\u201cContained\\u201d strings<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/28\\/2018) - 1.6.2<\\/strong><\\/p>\\n<ul>\\n<li>Sites: Prevent PHP notice when Sites can''t be reached<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/28\\/2018) - 1.6.1<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix infinite scroll masonry issues in Firefox<\\/li>\\n<li>General: Improve smooth scroll script<\\/li>\\n<li>Import\\/Export: Show modules to export if defined in wp-config.php<\\/li>\\n<li>Sites: Prevent PHP warnings if no Sites are found<\\/li>\\n<li>Sites: Add generate_disable_site_library filter to disable Site Library<\\/li>\\n<li>Sites: Improve page builder filter display<\\/li>\\n<li>Sites: Prevent duplicate site display after details button in preview clicked<\\/li>\\n<li>WooCommerce: Add missing icons if Font Awesome is turned off<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/22\\/2018) - 1.6<\\/strong><\\/p>\\n<ul>\\n<li>New: Sites module<\\/li>\\n<li>Translations: Merge all translations into gp-premium text domain<\\/li>\\n<li>General: Add smooth scroll option<\\/li>\\n<li>General: Move batch processing files into library<\\/li>\\n<li>General: Add GPP icon set<\\/li>\\n<li>General: WPCS and PHPCS improvements<\\/li>\\n<li>Blog: Fix PHP 7.2 warning<\\/li>\\n<li>Blog: Fix Safari infinite scroll issues with srcset<\\/li>\\n<li>Blog: Refresh masonry on infinite scroll append<\\/li>\\n<li>Blog: Remove infinite scroll on 404 and no results pages<\\/li>\\n<li>Blog: Fix Yoast SEO breaking columns with certain settings<\\/li>\\n<li>Blog: Re-layout masonry on load<\\/li>\\n<li>Colors: Add slideout navigation color options<\\/li>\\n<li>Colors: Merge navigation + sub-navigation options into one section<\\/li>\\n<li>Import\\/Export: One click export and import<\\/li>\\n<li>Menu Plus: Re-build slideout navigation to use vanilla JS<\\/li>\\n<li>Menu Plus: Add slideout navigation widget area<\\/li>\\n<li>Menu Plus: Add close icon to slideout navigation<\\/li>\\n<li>Menu Plus: Set sticky nav ID on refresh if stuck<\\/li>\\n<li>Menu Plus: Allow WPML to modify Page Header select metabox<\\/li>\\n<li>Menu Plus: Re-build mobile header using flexbox<\\/li>\\n<li>Menu Plus: Use CSS for slideout navigation icon<\\/li>\\n<li>Menu Plus: Fix sticky navigation slide down in Safari<\\/li>\\n<li>Menu Plus: Add workaround for iOS sticky nav search issue<\\/li>\\n<li>Page Header: Improve Page Header metabox UI on smaller screens<\\/li>\\n<li>Page Header: Use author display name in template tag<\\/li>\\n<li>Page Header: Add generate_page_header_id filter<\\/li>\\n<li>Page Header: Fix vertical center issues in IE11<\\/li>\\n<li>Page Header: Remove flexibility.js for IE8 support<\\/li>\\n<li>Page Header: Fix GiveWP compatibility<\\/li>\\n<li>Secondary Navigation: Re-build CSS<\\/li>\\n<li>Sections: Disable Gutenberg if Sections are activated<\\/li>\\n<li>Sections: Add generate_sections_gutenberg_compatible filter<\\/li>\\n<li>Spacing: Fix one container widget padding preview in Customizer<\\/li>\\n<li>Typography: Add Slideout Navigation typography options<\\/li>\\n<li>WooCommerce: Clear up-sells when directly after entry content<\\/li>\\n<li>WooCommerce: Fix placeholder text cut off in Firefox<\\/li>\\n<li>WooCommerce: Use GPP icon set for cart menu item<\\/li>\\n<li>WooCommerce: Load .js in the footer<\\/li>\\n<li>Update Background Process library<\\/li>\\n<li>Clean up code license key activation code<\\/li>\\n<li>Remove verify.php<\\/li>\\n<li>Prevent PHP notice when saving empty license<\\/li>\\n<li>Add beta testing checkbox to license key area<\\/li>\\n<\\/ul>\\n<p><strong>(12\\/4\\/2017) - 1.5.6<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Make position control description translatable<\\/li>\\n<li>Blog: Fix disabled page featured images if post featured images are disabled<\\/li>\\n<li>Blog: Let WP handle featured image alt attributes<\\/li>\\n<li>Colors: Fix text domain<\\/li>\\n<li>Colors: Improve inconsistent live preview behavior<\\/li>\\n<li>Menu Plus: Prep desktop only slideout icon for GP 2.0<\\/li>\\n<li>Page Header: Allow unfiltered HTML in content if user is allowed<\\/li>\\n<li>Page Header: Only load CSS file if content is added<\\/li>\\n<li>Typography: Fix h5 font size not appearing in GP 2.0<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/22\\/2017) - 1.5.5<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix broken images while using Infinite Scroll in Safari<\\/li>\\n<li>Typography: Fix first variant not appearing when you select a font<\\/li>\\n<li>Typography: Fix select issues when plugins load old versions of the select2 library<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/18\\/2017) - 1.5.4<\\/strong><\\/p>\\n<ul>\\n<li>Sections: Fix Visual\\/Text tab in WP 4.9<\\/li>\\n<li>Sections: Fix Content\\/Settings tab in WP 4.9<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/14\\/2017) - 1.5.3<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix masonry filter not working on custom post type archives<\\/li>\\n<li>Blog: Fix resized featured images when page header resizer is enabled<\\/li>\\n<li>Blog: Fix broken Customizer toggles in Safari<\\/li>\\n<li>Page Header: Fix PHP notice when saving posts<\\/li>\\n<li>Fix\\/add various gettext values<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/10\\/2017) - 1.5.2<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Fix issue with saving background image options<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/9\\/2017) - 1.5.1<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Make infinite scroll container selector more specific<\\/li>\\n<li>Page Header: Fix background video when container is contained<\\/li>\\n<li>Page Header: Remove featured image on attachment pages<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/8\\/2017) - 1.5<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Rebuild Customizer control<\\/li>\\n<li>Blog: Move Blog panel into the Layout panel<\\/li>\\n<li>Blog: Migrate options from select dropdowns to checkboxes where applicable<\\/li>\\n<li>Blog: Merge masonry + column options into one area<\\/li>\\n<li>Blog: Add new post meta visibility options for single posts<\\/li>\\n<li>Blog: Replace old image resizer (aq_resize) with Image Processing Queue (reload your site once or twice to build new images)<\\/li>\\n<li>Blog: Add single post featured image options<\\/li>\\n<li>Blog: Add page featured image options<\\/li>\\n<li>Blog: Remove masonry meta box<\\/li>\\n<li>Blog: Add option to remove padding around centered featured images<\\/li>\\n<li>Blog: Add option to turn read more link into button<\\/li>\\n<li>Blog: Add option to turn on infinite scroll regardless of layout<\\/li>\\n<li>Blog: Use infinite scroll with or without a load more button<\\/li>\\n<li>Blog: Make read more links better for accessibility<\\/li>\\n<li>Blog: Migrate single post page header position option to single featured image location option<\\/li>\\n<li>Blog: Remove ellipses if excerpt is set to 0<\\/li>\\n<li>Blog: Change style.css handle to include generate prefix<\\/li>\\n<li>Blog: Remove unnecessary IE8 support<\\/li>\\n<li>Blog: Add alt attribute to featured images<\\/li>\\n<li>Blog: Fix pagination spacing when One Container is set<\\/li>\\n<li>Blog: Fix column\\/masonry spacing at 768px<\\/li>\\n<li>Colors: Add select input live preview settings<\\/li>\\n<li>Colors: Fix button labels<\\/li>\\n<li>Copyright: Move Copyright section into Layout panel<\\/li>\\n<li>Menu Plus: Fix mobile menu logo bug when navigation is set to float right<\\/li>\\n<li>Menu Plus: Fix no transition sticky navigation bug while on mobile<\\/li>\\n<li>Page Header: Replace old image resizer (aq_resize) with Image Processing Queue (reload your site once or twice to build new images)<\\/li>\\n<li>Page Header: Don''t use global page header locations if not published<\\/li>\\n<li>Page Header: Sanitize page header content when saved to database<\\/li>\\n<li>Page Header: Make sure Elementor sections are accessible when page header is merged<\\/li>\\n<li>Page Header: Prepare transparent color picker for WP 4.9 changes<\\/li>\\n<li>Page Header: Fix background video in Safari 11<\\/li>\\n<li>Page Header: Add global locations for taxonomies<\\/li>\\n<li>Page Header: Add {{custom_field.description}} template tag to taxonomies (categories etc..)<\\/li>\\n<li>Page Header: Add ID to page header element<\\/li>\\n<li>Page Header: Fix individual taxonomy page header control not appearing on Toolset created taxonomies<\\/li>\\n<li>Page Header: Ensure jQuery Vide (video background) script only loads when needed<\\/li>\\n<li>Page Header: Fix custom images not displaying<\\/li>\\n<li>Page Header: Fix image link option not working<\\/li>\\n<li>Typography: Lay groundwork for H6 options<\\/li>\\n<li>Typography: Space out heading typography options<\\/li>\\n<li>Typography: Add System Stack option<\\/li>\\n<li>Typography: Fix Google Font variant control in WP 4.9<\\/li>\\n<li>Sections: Show Envira button<\\/li>\\n<li>Sections: Show Gridable button<\\/li>\\n<li>Sections: Prepare transparent color picker for WP 4.9 changes<\\/li>\\n<li>WooCommerce: Add filter to cart menu item location<\\/li>\\n<li>WooCommerce: Better activation compatibility with multi-site<\\/li>\\n<li>WooCommerce: Use wc_get_cart_url() for menu item<\\/li>\\n<li>German translations updated (Thanks, Daniel!)<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/18\\/2017) - 1.4.3<\\/strong><\\/p>\\n<ul>\\n<li>Page Header: Pass args to post_thumbnail_html filter<\\/li>\\n<li>Page Header: Allow custom field template tags on pages<\\/li>\\n<li>Page Header: Re-add generate_page_header_video_loop filter<\\/li>\\n<li>Page Header: Add generate_page_header_video_muted filter<\\/li>\\n<li>Page Header: Remove taxonomy title if page header has title<\\/li>\\n<li>WooCommerce: Improve disabled WC button styling<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/11\\/2017) - 1.4.2<\\/strong><\\/p>\\n<ul>\\n<li>Page Header: Improve inner container<\\/li>\\n<li>Page Header: Allow contained page header even when position:absolute is set<\\/li>\\n<li>Page Header: Apply page header text color to headings in page header<\\/li>\\n<li>WooCommerce: Fix mobile columns issue<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/9\\/2017) - 1.4.1<\\/strong><\\/p>\\n<ul>\\n<li>Page Header: Fix error in Customizer when using PHP version < 5.5<\\/li>\\n<\\/ul>\\n<p><strong>(8\\/9\\/2017) - 1.4<\\/strong><\\/p>\\n<ul>\\n<li>Colors: Add back to top button color options<\\/li>\\n<li>Colors: Add h4-h5 color options<\\/li>\\n<li>Colors: Move button color options into own Buttons section<\\/li>\\n<li>Hooks: Show PHP execution message to admins only<\\/li>\\n<li>Menu Plus: Improve disabling of native mobile menu when slide-out is set<\\/li>\\n<li>Menu Plus: Fix sticky mobile menu when navigation is in sidebar<\\/li>\\n<li>Menu Plus: Fix invisible navigation when slide sticky is shown\\/hidden quickly<\\/li>\\n<li>Page Header: Complete code re-write<\\/li>\\n<li>Page Header: Turn Page Headers into a custom post type (CPT)<\\/li>\\n<li>Page Header: Can be applied per page, or globally (pages, posts, categories, CPTs etc..)<\\/li>\\n<li>Page Header: Template tags can be used in Page Header content (page title, author, date)<\\/li>\\n<li>Page Header: Turn bg color options in RGBA picker<\\/li>\\n<li>Page Header: New use bg color as image overlay option<\\/li>\\n<li>Page Header: Re-write parallax feature<\\/li>\\n<li>Page Header: Migrate Blog Page Header in Customizer into a CPT post on update<\\/li>\\n<li>Page Header: Add \\"Inner Container\\" width option.<\\/li>\\n<li>Page Header: Add menu background color (instead of forcing transparent)<\\/li>\\n<li>Page Header: Show content options all the time<\\/li>\\n<li>Page Header: Force full width page header if merge is set<\\/li>\\n<li>Page Header: Use set default color palettes in color pickers<\\/li>\\n<li>Page Header: New left\\/right padding option<\\/li>\\n<li>Sections: Make background color rgba color picker<\\/li>\\n<li>Sections: Add background color overlay options<\\/li>\\n<li>Sections: Use set default color palettes in color pickers<\\/li>\\n<li>Sections: Fix dropdown z-index bug introduced in WP 4.8.1<\\/li>\\n<li>Typography: Add H1-H3 line-height options<\\/li>\\n<li>Typography: Add H4-H5 typography options<\\/li>\\n<li>Typography: Add footer\\/copyright area typography options<\\/li>\\n<li>Typography: Add button typography options<\\/li>\\n<li>Typography: Rename Content Customizer section to Headings<\\/li>\\n<li>Typography: Add widget title separating space option<\\/li>\\n<li>Typography: Make fonts in Customizer search-able<\\/li>\\n<li>Typography: Allow Google Font variants to be added\\/removed<\\/li>\\n<li>WooCommerce: Fix columns issue on some pages<\\/li>\\n<li>WooCommerce: Fix mobile columns when using shortcode<\\/li>\\n<li>WooCommerce: Fix extra spacing in empty cart menu item<\\/li>\\n<li>WooCommerce: Show Cart text if no icon<\\/li>\\n<li>WooCommerce: Make cart menu item filterable<\\/li>\\n<li>WooCommerce: Fix sales badge height in IE11<\\/li>\\n<\\/ul>\\n<p><strong>(6\\/19\\/2017) - 1.3.1<\\/strong><\\/p>\\n<ul>\\n<li>Hooks: Add notice to disable PHP execution if DISALLOW_FILE_EDIT is defined<\\/li>\\n<li>Menu Plus: Fix RTL spacing in slide-out menu<\\/li>\\n<li>Menu Plus: Fix bug where sticky nav was interfering with mobile header<\\/li>\\n<li>Menu Plus: Merge all sticky nav transitions into one script<\\/li>\\n<li>Menu Plus: Re-write fade and slide sticky navigation transitions<\\/li>\\n<li>Menu Plus: Add new option to hide sticky navigation while scrolling down<\\/li>\\n<li>WooCommerce: Add padding to terms on checkout<\\/li>\\n<li>WooCommerce: Make shop page options work when shop is set to category display<\\/li>\\n<li>WooCommerce: Style mark element<\\/li>\\n<li>WooCommerce: Remove border\\/padding from checkout fields<\\/li>\\n<li>WooCommerce: Remove color from my account arrows<\\/li>\\n<li>WooCommerce: Adjust ship to address padding<\\/li>\\n<li>WooCommerce: Fix ul elements when WC image is floating<\\/li>\\n<li>WooCommerce: Fix pagination clearing issue<\\/li>\\n<li>WooCommerce: Add pt_BR translation<\\/li>\\n<li>WooCommerce: Fix spacing issue with menu item cart icon and certain fonts<\\/li>\\n<li>Fix double forward slashes in some script calls inside Customizer<\\/li>\\n<li>Add WPML config file<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/17\\/2017) -\\u00a01.3<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Fix big with 100% auto sizing option<\\/li>\\n<li>Colors: Add WooCommerce add-on colors<\\/li>\\n<li>Import\\/Export: Add WooCommerce add-on<\\/li>\\n<li>Menu Plus: Improve Navigation Logo sizing<\\/li>\\n<li>Menu Plus: Re-write no transition sticky navigation<\\/li>\\n<li>Secondary Nav: Add padding to sides of top bar when merged<\\/li>\\n<li>Secondary Nav: Only load resources if the Secondary theme location is set<\\/li>\\n<li>Sections: Fix mix up of left\\/right content padding<\\/li>\\n<li>Spacing: New mobile menu item width\\/height options<\\/li>\\n<li>Spacing: New sticky menu item height option<\\/li>\\n<li>Spacing: New slide-out menu item height option<\\/li>\\n<li>Typography: New mobile menu item font size option<\\/li>\\n<li>WooCommerce: Introducing new WooCommerce add-on<\\/li>\\n<li>Move all Customizer controls and helper functions into globally accessible library<\\/li>\\n<li>Rebuilt range slider control to include responsive icons which display responsive controls<\\/li>\\n<li>Rebuilt typography control reducing number of controls from 50 to 10 (performance)<\\/li>\\n<li>Updated the automatic updater function<\\/li>\\n<li>Add filter to enable beta updates: generate_premium_beta_tester<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/15\\/2017) - 1.2.96<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix option sanitizing for read more and masonry loading options<\\/li>\\n<li>Copyright: Fix option sanitizing for Customizer textarea<\\/li>\\n<li>Disable Elements: Fix PHP notice when saving post<\\/li>\\n<li>Menu Plus: Fix option sanitizing for mobile menu label option<\\/li>\\n<li>Page Header: Fix PHP notice when saving post<\\/li>\\n<li>Secondary Nav: Fix option sanitizing for mobile menu label option<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/14\\/2017) -\\u00a01.2.95<\\/strong><\\/p>\\n<ul>\\n<li>Add notice if GeneratePress theme isn''t activated<\\/li>\\n<li>Add notice if GeneratePress theme update is available<\\/li>\\n<li>General code cleanup and optimization<\\/li>\\n<li>Backgrounds: Use new CSS class to write dynamic CSS<\\/li>\\n<li>Backgrounds: Deprecate Generate_Backgrounds_Customize_Misc_Control<\\/li>\\n<li>Backgrounds: Add options to the new top bar widget area<\\/li>\\n<li>Blog: Add generate_excerpt_more_output filter to read more link<\\/li>\\n<li>Blog: Add generate_content_more_link_output filter to read more link when more tag is added<\\/li>\\n<li>Blog: Remove ellipses from Read more link default<\\/li>\\n<li>Blog: Use the_title_attribute() where necessary<\\/li>\\n<li>Blog: Add generate_excerpt_length filter<\\/li>\\n<li>Colors: Add options for new top bar widget area<\\/li>\\n<li>Copyright: General code clean up<\\/li>\\n<li>Disable Elements: Add new Top Bar widget area to disable options<\\/li>\\n<li>Disable Elements: Change Post Image label to Featured Image<\\/li>\\n<li>Disable Elements: Completely remove header HTML if set to disable<\\/li>\\n<li>Disable Elements: Completely remove navigation HTML if set to disable<\\/li>\\n<li>Disable Elements: Completely remove footer HTML if set to disable<\\/li>\\n<li>Disable Elements: Add generate_metabox_capability filter to meta box<\\/li>\\n<li>Hooks: Update jQuery cookie library<\\/li>\\n<li>Hooks: Add new GENERATE_HOOKS_DISALLOW_PHP constant to allow users to disable PHP execution<\\/li>\\n<li>Import Export: Verify correct option names<\\/li>\\n<li>Menu Plus: Change Navigation Logo Position label to Navigation Logo Placement<\\/li>\\n<li>Menu Plus: Make sure sticky.js only enqueues if absolutely necessary<\\/li>\\n<li>Menu Plus: Move Sticky Navigation options into their own section<\\/li>\\n<li>Menu Plus: Move Slide-out Navigation options into their own section<\\/li>\\n<li>Menu Plus: Fix slight icon width change when toggling slide-out navigation<\\/li>\\n<li>Menu Plus: Close slide-out menu on item click<\\/li>\\n<li>Page Header: Fix top margin when full width header is below the header<\\/li>\\n<li>Page Header: Use the_title_attribute() where necessary<\\/li>\\n<li>Page Header: Change \\"Position\\" labels to \\"Location\\"<\\/li>\\n<li>Page Header: Add new generate_page_header_metabox_capability filter to meta box<\\/li>\\n<li>Page Header: Prevent undefined index notices<\\/li>\\n<li>Secondary Nav: Fix sub-navigation background, text and image variables<\\/li>\\n<li>Secondary Nav: Add unit to value if it exists allowing 0px values<\\/li>\\n<li>Secondary Nav: Move background image options into the Backgrounds add-on<\\/li>\\n<li>Secondary Nav: Move spacing options into the Spacing add-on<\\/li>\\n<li>Secondary Nav: Move typography options into the Typography add-on<\\/li>\\n<li>Secondary Nav: Move color options into the Colors add-on<\\/li>\\n<li>Secondary Nav: Add option to merge with new top bar widget area<\\/li>\\n<li>Secondary Nav: Fix dropdown menu arrow spacing in live preview<\\/li>\\n<li>Secondary Nav: Use custom color palettes<\\/li>\\n<li>Sections: Improve CSS output<\\/li>\\n<li>Sections: Remove sections-no-sidebars class if Sections aren''t activated<\\/li>\\n<li>Spacing: Improve mobile\\/non-mobile live previews in Customizer<\\/li>\\n<li>Spacing: Make sidebar width options range sliders<\\/li>\\n<li>Spacing: Add options for new top bar widget area<\\/li>\\n<li>Spacing: Add ability to link all 4 spacing controls together<\\/li>\\n<li>Spacing: Add all 4 sides to mobile content padding<\\/li>\\n<li>Spacing: Fix Customizer experience when switching between one container and separate containers<\\/li>\\n<li>Typography: Improve mobile\\/non-mobile live previews in Customizer<\\/li>\\n<li>Typography: Add options for new top bar widget area<\\/li>\\n<li>Typography: Update list of available fonts<\\/li>\\n<li>pt_PT translations added - thank you Pedro!<\\/li>\\n<\\/ul>\\n<p><strong>(1\\/25\\/2017) -\\u00a01.2.94<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Fix contained sticky menu with no transition + floating bug<\\/li>\\n<\\/ul>\\n<p><strong>(1\\/24\\/2017) -\\u00a01.2.93<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Fix 100% width option<\\/li>\\n<li>Blog: Change Post Image label to Featured Image<\\/li>\\n<li>Blog: Fully remove featured image if it''s set to hide<\\/li>\\n<li>Colors: Add transparency slider to all background elements<\\/li>\\n<li>Colors: Remove defaults and dynamic CSS functions - the GP theme handles this<\\/li>\\n<li>Colors: Add new generate_default_color_palettes filter to set up default color palettes<\\/li>\\n<li>Copyright: Use new copyright filter if possible<\\/li>\\n<li>Disabe Elements: Hide mobile header if navigation is disabled<\\/li>\\n<li>Menu Plus: Remove classie.js<\\/li>\\n<li>Menu Plus: Add .navigation-stick class to all sticky menu transitions<\\/li>\\n<li>Menu Plus: Prevent slide-out navigation jump on desktop<\\/li>\\n<li>Menu Plus: Change Sticky Effect label to Sticky Transition<\\/li>\\n<li>Menu Plus: Clean up dynamic CSS<\\/li>\\n<li>Menu Plus: Add .navigation-logo class to the navigation logo<\\/li>\\n<li>Menu Plus: Rebuild and simplify navigation logo CSS<\\/li>\\n<li>Menu Plus: Add live preview to navigation logo height<\\/li>\\n<li>Menu Plus: Add new generate_navigation_logo to the Navigation Logo URL<\\/li>\\n<li>Menu Plus: Fix mixing up of slide-out and search icon when sticky and floating left\\/right<\\/li>\\n<li>Page Header: Add parallax speed filter - generate_page_header_parallax_speed<\\/li>\\n<li>Page Header: Make sure wp.media javascript object exist to avoid potential JS errors<\\/li>\\n<li>Page Header: Make parallax work when page header is set to contained width<\\/li>\\n<li>Page Header: Add generate_metabox_capability to Page Header meta box<\\/li>\\n<li>Page Header: Add new option to overwrite Navigation Logo per page<\\/li>\\n<li>Page Header: Fix full screen page header height when content is longer than the screen<\\/li>\\n<li>Secondary Nav: Change Navigation Position to Navigation Location<\\/li>\\n<li>Secondary Nav: Add defaults to the style.css and only add dynamic CSS if needed<\\/li>\\n<li>Secondary Nav: Improve mobile menu CSS<\\/li>\\n<li>Sections: Add new Section ID field<\\/li>\\n<li>Spacing: Fix instant preview for masonry and columns<\\/li>\\n<li>Spacing: Add size slider to the separator options<\\/li>\\n<li>Spacing: Add mobile content padding option<\\/li>\\n<li>Spacing: Improve live previewing performance in the Customizer<\\/li>\\n<li>Spacing: Remove defaults and dynamic CSS functions - the GP theme handles this<\\/li>\\n<li>Spacing: Set left and right footer widget area padding if it''s set to 0<\\/li>\\n<li>Spacing: Clean up sidebar width code<\\/li>\\n<li>Spacing: Change range slider style to fit core WP style<\\/li>\\n<li>Typography: Move mobile font size options into their respective sections<\\/li>\\n<li>Typography: Remove defaults and dynamic CSS functions - the GP theme handles this<\\/li>\\n<li>Typography: Change generate_display_google_fonts() function to generate_enqueue_google_fonts()<\\/li>\\n<li>Typography: Change range slider style to fit core WP style<\\/li>\\n<li>Change license key field from text to password<\\/li>\\n<li>Czech translation updated<\\/li>\\n<li>German translation updated<\\/li>\\n<li>Brazilian translation added<\\/li>\\n<li>Italian translated updated<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/29\\/2016) -\\u00a01.2.92<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix category title and load more alignment while using masonry<\\/li>\\n<li>Blog: Fix masonry spacing on mobile<\\/li>\\n<li>Blog: Simplify masonry spacing<\\/li>\\n<li>Blog: Simplify columns spacing<\\/li>\\n<li>Menu Plus: Fix alignment jump when browser is zoomed in and resized down to 768px<\\/li>\\n<li>Menu Plus: Add generate_logo_title filter to sticky logo and mobile header logo<\\/li>\\n<li>Menu Plus: Add spacing to the menu logo when the inner navigation is set to full width<\\/li>\\n<li>Menu Plus: Fix navigation search issue with no transition sticky menu<\\/li>\\n<li>Menu Plus: Don''t float mobile header navigation if no logo is set<\\/li>\\n<li>Typography: Adjust typography name sanitization function name to avoid errors with old GP versions<\\/li>\\n<li>Typography: Remove parameter from generate_display_google_fonts to avoid warning with child theme generators<\\/li>\\n<li>Typography: Add body line height option<\\/li>\\n<li>Typography: Add paragraph margin option<\\/li>\\n<li>Typography: Reduce copyright\\/footer font size default to 14px<\\/li>\\n<li>Typography: Add reset button to all size sliders<\\/li>\\n<li>Secondary Nav: Remove CSS which stops floating navigation at 1024px<\\/li>\\n<li>Secondary Nav: Fix jump when removing navigation in the Customizer<\\/li>\\n<li>Secondary Nav: New option: Inner navigation width<\\/li>\\n<li>Secondary Nav: Add reset button to font size slider<\\/li>\\n<li>Secondary Nav: Allow transitions on menu items<\\/li>\\n<li>Sections: Fix bug where error would happen if the user isn''t using at least WordPress 4.5<\\/li>\\n<li>Sections: Remove GP theme grid dependency in admin<\\/li>\\n<li>Sections: Allow oembed in section content<\\/li>\\n<li>Sections: Use jQuery.on() instead of delegate()<\\/li>\\n<li>Sections: Remove unnecessary files<\\/li>\\n<li>Spacing: Prevent warning caused by wrong version constant<\\/li>\\n<li>Page Header: New filter: generate_get_blog_page_header - makes it possible to set the blog page header under different conditions<\\/li>\\n<li>Page Header: Improve full height page header functionality on mobile\\/orientation change<\\/li>\\n<li>Page Header: Remove fixed background attachment from parallax background image to help preserve image ratio<\\/li>\\n<li>Add prompt to add license key in Plugins area if it isn''t activated and updates are available<\\/li>\\n<li>Move all language files into the \\/langs\\/ folder<\\/li>\\n<li>Reduce length of some text domains to avoid updating issue with some servers<\\/li>\\n<li>Chinese translations added - thanks Alfred!<\\/li>\\n<li>Portuguese translation added - thanks Alvaro!<\\/li>\\n<li>Russian translations updated - thanks Alex!<\\/li>\\n<li>German translations updated - thanks Daniel!<\\/li>\\n<\\/ul>\\n<p><strong>(17\\/10\\/2016) -\\u00a01.2.91<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Fix bug where navigation logo wasn''t displaying when effect is set to None<\\/li>\\n<li>Menu Plus: Fix bug where mobile header javascript was showing up when it shouldn''t<\\/li>\\n<li>Sections: Add Shortcodes Ultimate compatibility<\\/li>\\n<li>Page Header: Fix Italian translation<\\/li>\\n<li>Page Header: Only show metabox on public post types<\\/li>\\n<li>Page Header: Fully re-design metabox<\\/li>\\n<li>Page Header: Add padding unit option (px or %)<\\/li>\\n<li>Blog: Make excerpt length value update immediately in Customizer<\\/li>\\n<li>Blog: Improve masonry functionality<\\/li>\\n<li>Russian translations updated - massive thanks to Alexey!<\\/li>\\n<\\/ul>\\n<p><strong>(2\\/10\\/2016) - 1.2.90<\\/strong><\\/p>\\n<ul>\\n<li>Prevent direct access to all files<\\/li>\\n<li>All Czech translations updated (thanks Ondrej!)<\\/li>\\n<li>Copyright: Improve Customizer experience<\\/li>\\n<li>Sections: Completely re-designed and re-built Sections<\\/li>\\n<li>Sections: Section content is now saved into your default editor on update\\/save. This prevents theme-lock, meaning your content will still exist even if you remove Sections.<\\/li>\\n<li>Sections: Send to default editor button removed as the before removes the need for it<\\/li>\\n<li>Sections: Add bottom & top padding unit option (px or %)<\\/li>\\n<li>Page Header: Add generate_page_header_video_loop filter to disable looping of the page header video<\\/li>\\n<li>Page Header: Add option to remove the page header from single posts<\\/li>\\n<li>Page Header: Make number only inputs only accepts numbers<\\/li>\\n<li>Page Header: Force page header above the content if merged option is set<\\/li>\\n<li>Page Header: Disable automatic check for background video posters if no image is set<\\/li>\\n<li>Page Header: Use featured image as background image if no page header image is set<\\/li>\\n<li>Spacing: Remove duplicate menu item height CSS<\\/li>\\n<li>Spacing: Make inputs number only<\\/li>\\n<li>Spacing: All options are now instant preview<\\/li>\\n<li>Blog: Make post image sizes and excerpt length inputs number only<\\/li>\\n<li>Blog: Force full width masonry items on mobile<\\/li>\\n<li>Blog: Show Blog panel even when we''re not viewing the blog in the Customizer<\\/li>\\n<li>Menu Plus: Reduce space between menu toggle and search icon on mobile with menu logo enabled<\\/li>\\n<li>Menu Plus: Show navigation logo option and navigation logo position option even if sticky navigation isn''t enabled<\\/li>\\n<li>Menu Plus: Optimize javascript and put it all in files instead of in wp_footer<\\/li>\\n<li>Menu Plus: Allow navigation logo to show in sidebar navigation causing a sidebar logo effect<\\/li>\\n<li>Menu Plus: Float mobile header to the right on RTL installations<\\/li>\\n<li>Typography: Add new filter: generate_typography_variants<\\/li>\\n<li>Typography: Make font size, weight and decoration instant preview<\\/li>\\n<li>Typography: Only show top 200 popular Google Fonts in Customizer (increases Customizer performance)<\\/li>\\n<li>Typography: generate_number_of_fonts filter added so you can choose how many fonts to include in the Customizer list<\\/li>\\n<li>Typography: Remove 2 database queries<\\/li>\\n<li>Typography: Add Segoe UI font to default list<\\/li>\\n<li>Typography: Revamp how Google fonts get their category and variants (increase front end performance)<\\/li>\\n<li>Colors: Make all colors instant preview<\\/li>\\n<li>Secondary Navigation: Colors are now instant preview<\\/li>\\n<li>Secondary Navigation: Typography font weight, transform and size are now instant preview<\\/li>\\n<li>Secondary Navigation: Layout options are now instant preview<\\/li>\\n<li>Hooks: Disable spell check in hook textareas<\\/li>\\n<li>Hooks: Fix floating box issue on RTL installations<\\/li>\\n<li>Backgrounds: Use default WordPress image uploader customizer control<\\/li>\\n<li>Customizer: All Customizer controls are now rendered in javascript\\/json - big +1 for performance<\\/li>\\n<\\/ul>\\n<p><strong>(7\\/23\\/2016) -\\u00a01.2.89<\\/strong><\\/p>\\n<ul>\\n<li>Fix translations<\\/li>\\n<li>GP Hooks: Add new filter: generate_hooks_capability - change the capability for users who can edit hooks<\\/li>\\n<li>Disable Elements: Remove metabox from attachment post type<\\/li>\\n<li>Page Header: Fix issue where merged header navigation colors weren''t working<\\/li>\\n<li>Page Header: Remove metabox from the attachment post type<\\/li>\\n<li>Menu Plus: Fix sticky menu not unsticking if it''s the very top element<\\/li>\\n<\\/ul>\\n<p><strong>(7\\/16\\/2016) -\\u00a01.2.88<\\/strong><\\/p>\\n<ul>\\n<li>GP Premium: Cut down unnecessary folders to prevent update failures on some servers<\\/li>\\n<li>Page Header: Add a new option in Advanced Settings: Place content behind header (sliders etc..)<\\/li>\\n<li>Page Header: Fix header and navigation alignment in vertical centered page header when contained<\\/li>\\n<li>Sections: Rename template file to shorter name<\\/li>\\n<li>Typography: Rename control file to shorter name<\\/li>\\n<li>Copyright: Fix\\/improve live preview of copyright in the Customizer<\\/li>\\n<li>Blog: Show the read more label setting for both excerpt and full content settings<\\/li>\\n<li>Menu Plus: Fix sticky menu stopping at the bottom of the Page Header<\\/li>\\n<li>Menu Plus: Improve sticky menu experience<\\/li>\\n<li>Menu Plus: Float sticky menu logo right when navigation is set to float left<\\/li>\\n<li>Secondary Navigation: Adjust z-index<\\/li>\\n<\\/ul>\\n<p><strong>(7\\/10\\/2016) -\\u00a01.2.87<\\/strong><\\/p>\\n<ul>\\n<li>Increase database sanitization\\/escaping and harden security throughout all add-ons<\\/li>\\n<li>Backgrounds: Place options into sections inside Background Images panel<\\/li>\\n<li>Blog: Add new filter to set the column count: generate_blog_get_column_count<\\/li>\\n<li>Blog: Add title tag to read more link<\\/li>\\n<li>Secondary Navigation: Fix spacing issue with dropdown menu arrow<\\/li>\\n<li>Secondary Navigation: Remove Secondary Navigation panel<\\/li>\\n<li>Secondary Navigation: Move sections into their applicable panels<\\/li>\\n<li>Secondary Navigation: Add RTL language support<\\/li>\\n<li>Spacing: Place options into sections inside Spacing panel<\\/li>\\n<li>Spacing: Add RTL support<\\/li>\\n<li>Copyright: Move copyright textarea into the Customizer<\\/li>\\n<li>Copyright: Swedish translation added - thanks Jamal!<\\/li>\\n<li>Page Header: Fix logo setting to work with new WordPress 4.5 custom_logo feature<\\/li>\\n<li>Page Header: Vastly improved merged header option<\\/li>\\n<li>Page Header: Move Blog Page Header panel into the Blog panel<\\/li>\\n<li>Sections: Fix bug where first paragraph wasn''t being correct wrapped in <p> tag<\\/li>\\n<li>Menu Plus: Move options into Layout panel<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/29\\/2016) -\\u00a01.2.86<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Allow resizer to upscale images<\\/li>\\n<li>Page Header: Allow resizer to upscale images<\\/li>\\n<li>Sections: Fix issue with images enlarging in Sections<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/24\\/2016) -\\u00a01.2.85<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix cropping when Photon is being used<\\/li>\\n<li>Page Header: Fix cropping when Photon is being used<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/23\\/2016) -\\u00a01.2.84<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix bug where two columns appear briefly at 768px width<\\/li>\\n<li>Blog: Change image resizer to more lightweight option<\\/li>\\n<li>Blog: Fix uneven spacing at the bottom of blog posts in columns<\\/li>\\n<li>Sections: Apply the_content filter once to the whole sections page to avoid multiple sharing icons being added by plugins etc..<\\/li>\\n<li>Page Header: Change image resizer to more lightweight option<\\/li>\\n<li>Page Header: Add apply image sizes button to the Blog Page Header crop options<\\/li>\\n<li>Translations: Czech translations updated - thanks Ondrej!<\\/li>\\n<li>Translations: Polish translations updated - thanks Krzysztof!<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/5\\/2016) - 1.2.83<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix bug where full width post wasn''t displaying in columns<\\/li>\\n<li>Blog: Add a check for the blog content customizer control in the theme to prevent warning<\\/li>\\n<li>Blog: Add button to apply post image sizes in the Customizer to prevent unnecessary images being created<\\/li>\\n<\\/ul>\\n<p><strong>(5\\/3\\/2016) -\\u00a01.2.82<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Improve masonry width logic<\\/li>\\n<li>Blog: Improve proportional image resizing<\\/li>\\n<li>Blog: Switch to a better image resizer<\\/li>\\n<li>Spacing: Add spacing for dropdown menu toggle and mobile items in the navigation<\\/li>\\n<li>Colors: Fix text-domain for \\"Colors\\" panel to allow it to be translated<\\/li>\\n<li>Colors: Add focus style to buttons<\\/li>\\n<li>Sections: Replace the_content filter with Sections specific filter to avoid plugins adding icons and other content into each section<\\/li>\\n<li>Page Header: Add background image as the video placeholder if it can''t be loaded (mobile devices etc..)<\\/li>\\n<li>Page Header: Switch to a better image resizer<\\/li>\\n<li>Typography: Adjust label size in Typography sections in Customizer for longer translations<\\/li>\\n<li>Polish translations added - thanks, Paul!<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/24\\/2016) -\\u00a01.2.81<\\/strong><\\/p>\\n<ul>\\n<li>Page Header: Fix javascript bug in Safari<\\/li>\\n<\\/ul>\\n<p><strong>(3\\/23\\/2016) -\\u00a01.2.80<\\/strong><\\/p>\\n<ul>\\n<li>Page Header: Fix iOS bug with parallax background image<\\/li>\\n<li>Page Header: Move \\"Appearance > Blog Page Header\\" to \\"Customize > Page Header > Blog\\"<\\/li>\\n<li>Page Header: Adjust proportional resizing<\\/li>\\n<li>Page Header: Add generate_page_header_featured_image filter to force usage of the featured image over the custom field<\\/li>\\n<li>Page Header: Add option to merge site header and page header with a transparent navigation<\\/li>\\n<li>Page Header: Add option to include a video background in your page header<\\/li>\\n<li>Page Header: Add option to replace your logo\\/header on individual pages\\/posts<\\/li>\\n<li>Page Header: Improve metabox saving to prevent empty values in the database<\\/li>\\n<li>Page Header: Minify parallax JS<\\/li>\\n<li>Typography: Add input fields to font sizes to manually adjust them without slider<\\/li>\\n<li>Typography: Adjust separators in Customizer<\\/li>\\n<li>Typography: Add mobile font sizes for the main title, H1 and H2<\\/li>\\n<li>Menu Plus: Adjust navigation width with container width in Customizer<\\/li>\\n<li>Menu Plus: Fix sticky navigation spacer width<\\/li>\\n<li>Menu Plus: Navigation float right aligns sticky menu items to the right<\\/li>\\n<li>Menu Plus: Add new dropdown arrows to slideout menu<\\/li>\\n<li>Menu Plus: New Feature: Mobile Header<\\/li>\\n<li>Menu Plus: Separate options into panels<\\/li>\\n<li>Menu Plus: Close slideout menu with escape key<\\/li>\\n<li>Secondary Nav: Fix separator spacing below secondary navigation in the widget area<\\/li>\\n<li>Secondary Nav: Add support for navigation click dropdown<\\/li>\\n<li>Secondary Nav: Minify CSS and JS<\\/li>\\n<li>Blog: Fix category\\/author page header when columns are set<\\/li>\\n<li>Blog: Remove generate_blog_activate_masonry function and bundle it in with generate_blog_get_masonry function<\\/li>\\n<li>Blog: Turn off masonry if we''re on WooCommerce search results<\\/li>\\n<li>Blog: Turn off columns if we''re on WooCommerce search results<\\/li>\\n<li>Blog: Minify CSS and JS<\\/li>\\n<li>Colors: Add focus styles to navigation<\\/li>\\n<li>Backgrounds: Add separators in Customizer<\\/li>\\n<li>Backgrounds: Fix doubling up background images in the content when One Container is set<\\/li>\\n<li>Spacing: Add separators in Customizer<\\/li>\\n<li>Sections: Improve editor handling when visual editor is turned off<\\/li>\\n<li>Sections: Use excerpt metabox on archives\\/blog if Sections is in use in single post<\\/li>\\n<li>Sections: Fix bug where archives\\/blog loses layout if most recent post is using Sections<\\/li>\\n<li>Sections: Minify CSS and JS<\\/li>\\n<li>Disable Elements: Improve metabox saving to prevent empty values in the database<\\/li>\\n<li>Italian translations added for all add-ons - thank you Roberto!<\\/li>\\n<li>German translations updated for all add-ons - thank you Daniel!<\\/li>\\n<\\/ul>\\n<p><strong>(12\\/22\\/2015) - 1.2.79<\\/strong><\\/p>\\n<ul>\\n<li>Spacing: Add function_exists in case GP theme isn''t activated<\\/li>\\n<\\/ul>\\n<p><strong>(12\\/21\\/2015) - 1.2.78<\\/strong><\\/p>\\n<ul>\\n<li>Backgrounds: Fix bug where navigation background image was showing in sub-navigation as well<\\/li>\\n<li>Backgrounds: Optimize CSS<\\/li>\\n<li>Colors: Optimize CSS<\\/li>\\n<li>Secondary Nav: Remove unnecessary CSS from <head><\\/li>\\n<li>Spacing: Optimize CSS<\\/li>\\n<li>Typography: Optimize CSS<\\/li>\\n<li>Menu Plus: Fix slideout menu glitch when menu item has # as URL<\\/li>\\n<li>Menu Plus: Improve sticky functionality and display<\\/li>\\n<li>Menu Plus: Update sticky menu width when navigation is container and layout is updated<\\/li>\\n<li>Menu Plus: Improve slideout menu transition<\\/li>\\n<li>Blog: Add filter to add post types for the masonry width metabox: generate_blog_masonry_metabox<\\/li>\\n<li>Blog: Add option to set posts as equal height columns<\\/li>\\n<li>Blog: Update masonry when layout is changed in Customizer<\\/li>\\n<li>Blog: Add safeguard in case people type Auto in post image sizes<\\/li>\\n<li>Sections: Add support for password protected pages and Sections<\\/li>\\n<li>Spacing: Remove widget padding if one container is set<\\/li>\\n<li>Spacing: Right and left content padding now affects content area when One Container is set<\\/li>\\n<li>Page Header: Fix proportional resizing<\\/li>\\n<li>Updater functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/29\\/2015) - 1.2.77<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix warning when post image width is set without a height<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/27\\/2015) - 1.2.76<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Don''t display sticky menu logo if sticky menu is disabled<\\/li>\\n<\\/ul>\\n<p><strong>(11\\/27\\/2015) - 1.2.75<\\/strong><\\/p>\\n<ul>\\n<li>Czech translations added to all add-ons - thanks Ondrej!<\\/li>\\n<li>Slovak translation added to GP Premium - thanks Jan!<\\/li>\\n<li>Move from email activation to license key activation<\\/li>\\n<li>Menu Plus: Add ability to add menu item with slider-exit class to exit the slideout menu<\\/li>\\n<li>Menu Plus: Add generate_after_slideout_navigation hook<\\/li>\\n<li>Menu Plus: Adjust mobile search item selector to include ability for more items to be added<\\/li>\\n<li>Menu Plus: Fix slideout menu on Windows phones<\\/li>\\n<li>Menu Plus: Reduce amount of CSS shown in the <head> section<\\/li>\\n<li>Blog: Use array for image resizer instead of string<\\/li>\\n<li>Blog: Show date and author on single post even if content title is hidden<\\/li>\\n<li>Hooks: Move before header hook content above navigation when set to above header<\\/li>\\n<li>Colors: Adjust mobile search item selector to include ability for more items to be added<\\/li>\\n<li>Colors: Reduce amount of CSS shown in the <head> section<\\/li>\\n<li>Spacing: Adjust mobile search item selector to include ability for more items to be added<\\/li>\\n<li>Spacing: Reduce amount of CSS shown in the <head> section<\\/li>\\n<li>Sections: Allow sidebars to display on with Sections if generate_sections_sidebars filter is set to true<\\/li>\\n<li>Sections: Make adjustment to ensure compatibility with PHP7<\\/li>\\n<li>Disable Elements: Disabling the site navigation also disbale the sticky navigation if Menu Plus is activated<\\/li>\\n<li>Typography: Reduce amount of CSS shown in the <head> section<\\/li>\\n<li>Backgrounds: Reduce amount of CSS shown in the <head> section<\\/li>\\n<li>Page Header: Reduce CSS shown in <head> section if there''s no page header content<\\/li>\\n<li>Secondary Nav: Reduce amount of CSS shown in the <head> section<\\/li>\\n<\\/ul>\\n<p><strong>(10\\/30\\/2015) - 1.2.74<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Fix mobile menu overlap with search icon when sticky effect set to \\"none\\"<\\/li>\\n<\\/ul>\\n<p><strong>(10\\/29\\/2015) - 1.2.73<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Allow post image cropping to have proportional width based on height<\\/li>\\n<li>Blog: Hiding the date, author, categories, tags and comments link fully removes them (requires GP 1.3.18)<\\/li>\\n<li>Typography: Add font size controller for footer\\/copyright<\\/li>\\n<li>Page Header: Fix full screen issue when refreshing half way down the screen<\\/li>\\n<li>Colors: Fix missing placeholder text in Edge browser<\\/li>\\n<li>Colors: Adjust mobile search item selector<\\/li>\\n<li>Menu Plus: Change \\"hamburger\\" icon to close icon on slideout menu open<\\/li>\\n<li>Menu Plus: Fix bug where mobile only sticky menu was appear on desktop when set to fade<\\/li>\\n<li>Menu Plus: Fix background image issue when slideout menu is enabled<\\/li>\\n<li>Menu Plus: Add classes to <body> element for site logo in navigation\\/sticky navigation<\\/li>\\n<li>Menu Plus: Add styling for mobile search item<\\/li>\\n<li>Menu Plus: Replace slideout menu script with a more lightweight, efficient one<\\/li>\\n<li>Disable Elements: Disabling the headline\\/title fully removes it from the code (requires GP 1.3.18)<\\/li>\\n<li>Spacing: Add styling for mobile search item<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(10\\/3\\/2015) - 1.2.72<\\/strong><\\/p>\\n<ul>\\n<li>Blog: Fix masonry on tablet orientation change<\\/li>\\n<li>Blog: Fix masonry on search results page<\\/li>\\n<li>Menu Plus: Fix sticky menu bug when navigation is in sidebar<\\/li>\\n<li>Menu Plus: Remove empty javascript element if slideout menu is disabled<\\/li>\\n<li>Menu Plus: Fix sticky menu bug when mobile menu is toggled<\\/li>\\n<li>Menu Plus: Delay sticky script from initializing until all other scripts are done<\\/li>\\n<li>Page Header: Add microdata to page header image<\\/li>\\n<li>Spacing: Fix mobile search spacing<\\/li>\\n<li>Sections: Add generate_sections_default_padding_top and generate_sections_default_padding_bottom filters for the default padding<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(9\\/16\\/2015) - 1.2.71<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: Fix empty alert<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(9\\/14\\/2015) - 1.2.70<\\/strong><\\/p>\\n<ul>\\n<li>Menu Plus: German translation added (thank you, Daniel!)<\\/li>\\n<li>Disable Elements: Disable post image on single template if set<\\/li>\\n<li>Spacing: Adjust spacing for mobile search<\\/li>\\n<li>Typography: Range slider settings adjusted<\\/li>\\n<li>Sections: Fix Add Media button when in Text editor<\\/li>\\n<li>Menu Plus: Fix conflict with navigation search in mobile menu<\\/li>\\n<li>Page Header: Fix mobile bug on Chrome with full height page headers<\\/li>\\n<li>Menu Plus: Fix Secondary Navigation dropdown issue when slideout menu is enabled<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(8\\/24\\/2015) - 1.2.69<\\/strong><\\/p>\\n<ul>\\n<li>[!] Menu Plus: Sticky Menu Slide was showing up behind content<\\/li>\\n<li>[*] Menu Plus: Remove notices if GP isn''t activated<\\/li>\\n<li>[*] Page Header: Remove notice if GP isn''t activated<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(8\\/22\\/2015) - 1.2.68<\\/strong><\\/p>\\n<ul>\\n<li>[!] Blog: Remove masonry load more button if linked directly to last page<\\/li>\\n<li>[!] Sections: Fix issue with sections displaying on IE8<\\/li>\\n<li>[*] Sections: Add new filter to allow sections on any post type you like: generate_sections_post_types<\\/li>\\n<li>[+] Page Header: Add new filter to allow page header link to open in new tab: generate_page_header_target<\\/li>\\n<li>[!] Menu Plus: Fix error when using Jetpack''s Mobile Theme<\\/li>\\n<li>[*] Menu Plus: Improve fade transition<\\/li>\\n<li>[!] Colors: Fix mobile menu text hover<\\/li>\\n<li>[+] GP Premium: Activate\\/Deactivate multiple add-ons at once<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(8\\/6\\/2015) - 1.2.67<\\/strong><\\/p>\\n<ul>\\n<li>[*] Disable Elements: Disable post image now works without Page Header being activated<\\/li>\\n<li>[!] Menu+: Fix bug where hidden navigation clone was conflicting with secondary navigation<\\/li>\\n<li>[*] Secondary Nav: Mobile menu toggle changed from <h3> to <button><br \\/>\\n+ If you''ve used h3.menu-toggle in any custom CSS, you''ll need to adjust it (.menu-toggle is fine)<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(8\\/2\\/2015) - 1.2.66<\\/strong><\\/p>\\n<ul>\\n<li>[*] Menu+: Smoothen slideout transitions<\\/li>\\n<li>[+] Menu+: Add \\"generate_menu_slideout_effect\\" filter<\\/li>\\n<li>[+] Menu+: Add \\"generate_menu_slideout_position\\" filter<\\/li>\\n<li>[!] Menu+: Fix alignment issue with float right contained sticky menu<\\/li>\\n<li>[*] Menu+: Show sticky menu on mobile only, desktop only or both<\\/li>\\n<li>[*] Menu+: Various tweaks<\\/li>\\n<li>[+] Blog: Add jump to anchor when using read more tag<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(8\\/1\\/2015) - 1.2.65<\\/strong><\\/p>\\n<ul>\\n<li>[+] Menu Plus: Added to GP Premium<\\/li>\\n<li>[*] Blog: Run image resizer on front-end only<\\/li>\\n<li>[*] Page Header: Run image resizier on front-end only<\\/li>\\n<li>[*] Page Header: Run cmb2 only if it hasn''t already been initialized<\\/li>\\n<li>[*] Blog: Remove float on floated post images on mobile<\\/li>\\n<li>[*] All: Email\\/add-on activation improved<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(7\\/13\\/2015) - 1.2.64<\\/strong><\\/p>\\n<ul>\\n<li>[*] Blog: If the read more input is empty, don''t include markup in post<\\/li>\\n<li>[*] Blog: fix masonry horizontal scroll on mobile (no sidebars)<\\/li>\\n<li>[*] Blog: Fix post image (float left or right) margin on mobile<\\/li>\\n<li>[*] Secondary Nav: Adjust mobile breakpoint<\\/li>\\n<li>[!] Secondary Nav: Fix secondary navigation font bug<\\/li>\\n<li>[!] Typography: Fix weird Google Font rendering bug<\\/li>\\n<li>[!] Sections: Fix bug where paragraphs were being stripped<\\/li>\\n<li>[!] Sections: Fix shortcode bug<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(6\\/28\\/2015) - 1.2.63<\\/strong><\\/p>\\n<ul>\\n<li>[+] Typography + Spacing: Italian translations added (thanks, Roberto!!)<\\/li>\\n<li>[+] Allow shortcodes in text widgets<\\/li>\\n<li>[!] Typography: Fix bug where variants weren''t registering<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(6\\/25\\/2015) - 1.2.62<\\/strong><\\/p>\\n<ul>\\n<li>[+] All add-ons - French translations updated (thanks, Philippe!!)<\\/li>\\n<li>[+] All add-ons - Russian translations added (thanks, Alexey!!)<\\/li>\\n<li>[*] Page Header: Improve fullscreen height and vertical center functionality<\\/li>\\n<li>[*] Secondary Nav: Wrap mobile menu in span<\\/li>\\n<li>[*] Sections: Fix some weird CSS styling in editor<\\/li>\\n<li>[*] Secondary Nav: Updated mobile breakpoint to 767px<\\/li>\\n<li>[+] Sections: Add generate_sections_parallax_speed filter to change the speed of parallax effect<\\/li>\\n<li>[+] Blog: Add new filter: generate_blog_activate_masonry - this checks whether we should activate masonry or not<\\/li>\\n<li>[+] Blog: Add code to allow Google Analtyics to track masonry load more as pageviews<\\/li>\\n<li>[+] Typography: Major update! Values changed to allow future Google Font additions\\/changes - please backup before updating.<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(5\\/20\\/2015) - 1.2.61<\\/strong><\\/p>\\n<ul>\\n<li>[!] Sections: Fix spacing bug while using one container<\\/li>\\n<li>[!] Typography: Fix subset issue<\\/li>\\n<li>[*] Translation files updated<\\/li>\\n<li>[+] Blog: Add class to read more paragraph container<\\/li>\\n<li>[!] Secondary Nav: Fix background image upload controls<\\/li>\\n<li>[*] Blog: Fix broken translation strings<\\/li>\\n<li>[+] Sections: Add ability to use Sections on posts<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(5\\/16\\/2015) - 1.2.6<\\/strong><\\/p>\\n<ul>\\n<li>[*] Page Header: Performance improvements<\\/li>\\n<li>[*] Page Header: GP_IMAGE_RESIZER constant added to give option to disable automatic thumbnail regeneration<\\/li>\\n<li>[x] Page Header: Crop position removed for now<\\/li>\\n<li>[*] French translations updated (thanks, Philippe!!)<\\/li>\\n<li>[!] Copyright: Fix bug where copyright was being removed when email was saved<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(5\\/13\\/2015) - 1.2.5<\\/strong><\\/p>\\n<p>[!] Hooks: Fix bug where Inside Content Container wasn''t showing up<\\/p>\\n<p>----<\\/p>\\n<p><strong>(5\\/6\\/2015) - 1.2.4<\\/strong><\\/p>\\n<ul>\\n<li>[!] Page Header: Add function_exists() functions to admin-options.php to stop error when standalone and GP Premium are activated.<\\/li>\\n<li>[!] Sections: Fix bug where sidebar padding wasn''t working with one container set<\\/li>\\n<li>[*] Sections: Improve editor when visual editor disabled<\\/li>\\n<li>[!] Page Header: Fix bug in parallax.js<\\/li>\\n<li>[*] German language updated through all add-ons (thanks, Daniel!!)<\\/li>\\n<li>[*] Blog: Disallow masonry on any post types but the core \\"post\\" type<\\/li>\\n<li>[!] Sections: Remove background color on sections pages when one container is set.<\\/li>\\n<li>[!] Page Header: Remove empty space on attachment page<\\/li>\\n<li>[*] Import\\/Export: Delete GP Hooks specific import - no longer needed<\\/li>\\n<li>[+] Hooks: Add option to disable individual hooks<\\/li>\\n<li>[+] Hooks: Move options to one table - reduces queries<\\/li>\\n<li>[+] Typography: Widget content size option added<\\/li>\\n<li>[!] Sections: Fix bug dealing with sidebar layouts<\\/li>\\n<li>[*] Email activation performance increased<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(4\\/14\\/2015) - 1.2.3<\\/strong><\\/p>\\n<ul>\\n<li>[!] Sections: Fix language path<\\/li>\\n<li>[*] All add-ons: Update language files<\\/li>\\n<li>[!] Sections: Remove wp_enqueue_media() call which was breaking featured image<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(4\\/12\\/2015) - 1.2.2<\\/strong><\\/p>\\n<ul>\\n<li>[!] Spacing: Fix bug where sidebar padding wasn''t working with one container set<\\/li>\\n<li>[!] Sections: Fix error relating to old version of PHP<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(4\\/11\\/2015) - 1.2.1<\\/strong><\\/p>\\n<ul>\\n<li>[!] Sections: Fix bug where HTML was being stripped<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(4\\/9\\/2015) - 1.2<\\/strong><\\/p>\\n<ul>\\n<li>[+] German translations added (thank you Daniel!!)<\\/li>\\n<li>[*] Page Header & Blog: remove bfi_thumb and use WordPress resizer (reduced memory usage)<\\/li>\\n<li>[*] Typography: Group typography options into areas<\\/li>\\n<li>[+] Typography: Comic Sans MS added to font list<\\/li>\\n<li>[*] Colors: French translation updated<\\/li>\\n<li>[*] Spacing: French translation updated<\\/li>\\n<li>[*] Blog: French translation updated<\\/li>\\n<li>[*] Copyright: French translation updated<\\/li>\\n<li>[+] Copyright: Save button added below textarea<\\/li>\\n<li>[+] Typography: French translation added<\\/li>\\n<li>[*] Secondary Nav: Mobile breakpoint removed from mobile.css and added to enqueue function<\\/li>\\n<li>[+] Sections: Introducing Generate Sections<\\/li>\\n<li>[!] Page Header: Fix bug where add paragraphs doesn''t work on Blog Header<\\/li>\\n<li>[+] Import\\/Export: Ability to import\\/export GP Hooks added<\\/li>\\n<li>[+] Hooks: Ability to import\\/export GP Hooks added<\\/li>\\n<li>[*] Page Header: Disable parallax on mobile<\\/li>\\n<li>[!] Blog: Show next\\/prev links even when everything else is hidden<\\/li>\\n<li>[*] Blog: Masonry improved<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(1\\/28\\/2015) - 1.1<\\/strong><\\/p>\\n<ul>\\n<li>[+] Spacing: French translation added<\\/li>\\n<li>[+] Copyright: French translation added<\\/li>\\n<li>[+] Blog: French translation added<\\/li>\\n<li>[*] Blog: Choosing medium as the masonry block width gives items 50% width.<\\/li>\\n<li>[*] Blog: Masonry re-written to perform better<\\/li>\\n<li>[+] Page Header: New options page added (Appearance > Blog Page Header) - add a page header to your blog<\\/li>\\n<li>[+] Page Header: Better parallax effect added to page header background<\\/li>\\n<li>[!] Page Header: Resizing image turned it to PNG and increased file size<\\/li>\\n<li>[+] Page Header: Added option to enable full screen background image<\\/li>\\n<li>[+] Page Header: Added option to vertically center content<\\/li>\\n<li>[+] Colors: Color options added for H1, H2 and H3 elements<\\/li>\\n<li>[+] Typography: Font fallback set - use generate_fallback_font filter to change it<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(12\\/15\\/2014) - 1.0<\\/strong><\\/p>\\n<ul>\\n<li>[*] Blog: Adjustments made to alignment CSS to work with W3 Total Cache<\\/li>\\n<li>[+] Typography: More fonts added<\\/li>\\n<li>[+] Typography: Filter added to subset<\\/li>\\n<li>[+] Colors: French translation added<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(11\\/17\\/2014) - 0.9<\\/strong><\\/p>\\n<ul>\\n<li>[!] Blog: Applied post image position to images using Page Header addon<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(11\\/17\\/2014) - 0.8<\\/strong><\\/p>\\n<ul>\\n<li>[*] Blog: Hiding post images works again<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(11\\/16\\/2014) - 0.7<\\/strong><\\/p>\\n<ul>\\n<li>[+] Page Header: Option to add background color<\\/li>\\n<li>[*] Page Header: Background image no longer required for other options<\\/li>\\n<li>[*] Page Header: Image resizer now uses BFI Thumb<\\/li>\\n<li>[+] Page Header: Option to move post header below the title<\\/li>\\n<li>[*] Secondary Nav: Mobile breakpoint increased to include tablets<\\/li>\\n<li>[!] Secondary Nav: Fix bug causing Trebuchet MS not to work<\\/li>\\n<li>[!] Colors: Navigation current text color wasn''t working while navigation floating right<\\/li>\\n<li>[*] Colors: Change color of placeholder text to text color<\\/li>\\n<li>[!] Secondary Nav: Remove secondary navigation element if no menu is set<\\/li>\\n<li>[+] Blog: Add option to hide categories<\\/li>\\n<li>[+] Blog: Choose alignment of post image<\\/li>\\n<li>[+] Blog: Choose size of post image<\\/li>\\n<li>[+] Hooks: Added inside main content container hook<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(10\\/27\\/2014) - 0.6<\\/strong><\\/p>\\n<ul>\\n<li>[!] Typography: Fix bug with non Google fonts calling to Google<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(10\\/20\\/2014) - 0.5<\\/strong><\\/p>\\n<ul>\\n<li>[!] Disable Elements: Fix bug applying latest post setting to blog<\\/li>\\n<li>[*] Backgrounds: Upload buttons now use Media Library<\\/li>\\n<li>[!] Blog: Fix masonry spacing issues<\\/li>\\n<li>[*] Page Header: Code cleanup<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(10\\/11\\/2014) - 0.4<\\/strong><\\/p>\\n<ul>\\n<li>[+] Copyright: Allow shortcodes in Copyright<\\/li>\\n<li>[*] Copyright: Changed copyright field to textarea<\\/li>\\n<li>[!] Blog: Fix mobile bug in masonry blog on iPhone<\\/li>\\n<li>[*] Spacing: Change separator spacing from padding to margin<\\/li>\\n<li>[*] Translation files updated<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(10\\/2\\/2014) - 0.3<\\/strong><\\/p>\\n<ul>\\n<li>[!] Blog: Not able to hide author on single posts<\\/li>\\n<li>[!] Backgrounds: Background images double in content if One Container is set<\\/li>\\n<li>[+] GP Hooks: Add After Footer Widgets to GP Hooks<\\/li>\\n<li>[+] Secondary Nav: Option to change \\"Menu\\" label on mobile secondary navigation<\\/li>\\n<li>[!] Page Header: buddypress fix<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(9\\/17\\/2014) - 0.2<\\/strong><\\/p>\\n<ul>\\n<li>[*] Make Google Fonts call more robust<\\/li>\\n<li>[!] Fix secondary navigation link color when floating right<\\/li>\\n<li>[+] Background image options added to secondary navigation<\\/li>\\n<li>[+] File structures cleaned up<\\/li>\\n<li>[+] Masonry width and most recent post masonry width options added<\\/li>\\n<\\/ul>\\n<p>----<\\/p>\\n<p><strong>(9\\/7\\/2014) - 0.1<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n"]}";}', 'no'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (183, 'elementor_custom_icon_sets_config', 'a:0:{}', 'yes'), (208, 'generate_settings', 'a:1:{s:15:"container_width";i:1100;}', 'yes'), (209, 'elementor_pro_theme_builder_conditions', 'a:0:{}', 'yes'), (213, 'elementor_log', 'a:12:{s:32:"cc63342bc5e45b6b5ba616ed68061156";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2019-08-22 16:39:12";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:5:"2.6.1";s:2:"to";s:5:"2.6.4";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2019-08-22 16:39:12";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:5:"2.6.1";s:2:"to";s:5:"2.6.4";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"c4ced65d93f12e9e697b731770f7644d";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2019-08-22 16:40:17";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.6.6";s:2:"to";s:5:"2.6.8";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2019-08-22 16:40:17";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.6.6";s:2:"to";s:5:"2.6.8";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"c61692ab39d2c2b4b63b4ce3cefd46f9";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2019-10-01 08:56:18";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:47:"Elementor data updater process has been queued.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.6.8";s:2:"to";s:5:"2.7.3";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2019-10-01 08:56:18";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.6.8";s:2:"to";s:5:"2.7.3";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"10687c9e902cb219a179b73d4698949e";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2019-10-01 08:56:18";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:5:"2.6.4";s:2:"to";s:5:"2.7.1";}s:8:"\0*\0times";i:2;s:14:"\0*\0times_dates";a:2:{i:0;s:19:"2019-10-01 08:56:18";i:1;s:19:"2019-10-01 08:56:18";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:5:"2.6.4";s:2:"to";s:5:"2.7.1";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"a2978d9403d526468568d2080eaca133";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2019-10-01 08:56:18";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:36:"elementor::elementor_updater Started";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2019-10-01 08:56:18";}s:7:"\0*\0args";a:2:{s:7:"message";s:36:"elementor::elementor_updater Started";s:4:"type";s:4:"info";}}s:32:"74707d49543f12ea4a2ce44ff47f800b";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2019-10-01 08:56:19";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:58:"Elementor/Upgrades - _v_2_7_1_remove_old_usage_data Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2019-10-01 08:56:19";}s:7:"\0*\0args";a:2:{s:7:"message";s:58:"Elementor/Upgrades - _v_2_7_1_remove_old_usage_data Start ";s:4:"type";s:4:"info";}}s:32:"0a9ea6bf58a8cb0425fc76af7172ce32";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2019-10-01 08:56:19";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:60:"Elementor/Upgrades - _v_2_7_1_remove_old_usage_data Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2019-10-01 08:56:19";}s:7:"\0*\0args";a:2:{s:7:"message";s:60:"Elementor/Upgrades - _v_2_7_1_remove_old_usage_data Finished";s:4:"type";s:4:"info";}}s:32:"3d6224fb290162d81c7cc3f8178bd03a";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2019-10-01 08:56:19";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:54:"Elementor/Upgrades - _v_2_7_1_recalc_usage_data Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2019-10-01 08:56:19";}s:7:"\0*\0args";a:2:{s:7:"message";s:54:"Elementor/Upgrades - _v_2_7_1_recalc_usage_data Start ";s:4:"type";s:4:"info";}}s:32:"78af5a6a5a5df66c42d33afc7a3b2537";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2019-10-01 08:56:19";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:56:"Elementor/Upgrades - _v_2_7_1_recalc_usage_data Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2019-10-01 08:56:19";}s:7:"\0*\0args";a:2:{s:7:"message";s:56:"Elementor/Upgrades - _v_2_7_1_recalc_usage_data Finished";s:4:"type";s:4:"info";}}s:32:"f23243d6b95598b274c88530d31723ea";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2019-10-01 08:56:19";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.6.8";s:2:"to";s:5:"2.7.3";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2019-10-01 08:56:19";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.6.8";s:2:"to";s:5:"2.7.3";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"435762915de12ccb7b35796269e7faf0";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2019-10-14 09:40:10";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.7.3";s:2:"to";s:5:"2.7.4";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2019-10-14 09:40:10";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.7.3";s:2:"to";s:5:"2.7.4";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"68d3408215f08af5827f7645af4b24b0";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2019-10-14 09:43:38";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:5:"2.7.1";s:2:"to";s:5:"2.7.2";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2019-10-14 09:43:38";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:5:"2.7.1";s:2:"to";s:5:"2.7.2";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}}', 'no'), (261, 'jet-elements-db-version', '2.1.2', 'yes'), (290, 'jet_theme_core_license', '0c308b10c581b45447b91c1366903924', 'no'), (294, 'elementor_fonts_manager_font_types', 'a:0:{}', 'yes'), (295, 'elementor_fonts_manager_fonts', 'a:0:{}', 'yes'), (296, 'elementor_scheme_color', 'a:4:{i:1;s:7:"#6ec1e4";i:2;s:7:"#54595f";i:3;s:7:"#7a7a7a";i:4;s:7:"#61ce70";}', 'yes'), (297, 'elementor_scheme_typography', 'a:4:{i:1;a:2:{s:11:"font_family";s:6:"Roboto";s:11:"font_weight";s:3:"600";}i:2;a:2:{s:11:"font_family";s:11:"Roboto Slab";s:11:"font_weight";s:3:"400";}i:3;a:2:{s:11:"font_family";s:6:"Roboto";s:11:"font_weight";s:3:"400";}i:4;a:2:{s:11:"font_family";s:6:"Roboto";s:11:"font_weight";s:3:"500";}}', 'yes'), (298, '_transient_timeout_7d0fc36eb4a81debcda2972aca1c9e03', '1571643506', 'no'), (299, '_transient_7d0fc36eb4a81debcda2972aca1c9e03', 'a:10:{s:80:"\\wp-content\\plugins\\jet-elements/assets/js/lib/google-maps/apple-maps-esque.json";s:16:"Apple Maps-esque";s:76:"\\wp-content\\plugins\\jet-elements/assets/js/lib/google-maps/blue-essence.json";s:12:"Blue Essence";s:74:"\\wp-content\\plugins\\jet-elements/assets/js/lib/google-maps/blue-water.json";s:10:"Blue Water";s:75:"\\wp-content\\plugins\\jet-elements/assets/js/lib/google-maps/light-dream.json";s:11:"Light Dream";s:73:"\\wp-content\\plugins\\jet-elements/assets/js/lib/google-maps/pale-dawn.json";s:9:"Pale Dawn";s:69:"\\wp-content\\plugins\\jet-elements/assets/js/lib/google-maps/paper.json";s:5:"Paper";s:78:"\\wp-content\\plugins\\jet-elements/assets/js/lib/google-maps/shades-of-grey.json";s:14:"Shades of Grey";s:80:"\\wp-content\\plugins\\jet-elements/assets/js/lib/google-maps/subtle-grayscale.json";s:16:"Subtle Grayscale";s:75:"\\wp-content\\plugins\\jet-elements/assets/js/lib/google-maps/ultra-light.json";s:11:"Ultra Light";s:66:"\\wp-content\\plugins\\jet-elements/assets/js/lib/google-maps/wy.json";s:2:"WY";}', 'no'), (300, 'category_children', 'a:0:{}', 'yes'), (301, '_site_transient_timeout_theme_roots', '1571040507', 'no'), (302, '_site_transient_theme_roots', 'a:2:{s:13:"generatepress";s:7:"/themes";s:19:"generatepress_child";s:7:"/themes";}', 'no'), (304, '_site_transient_timeout_browser_40d2af28a4c309bbb824dc957af59b11', '1571643545', 'no'), (305, '_site_transient_browser_40d2af28a4c309bbb824dc957af59b11', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:12:"77.0.3865.90";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'), (306, '_site_transient_timeout_php_check_f2ed2dbbbd34611d81f733d7b22536cc', '1571643546', 'no'), (307, '_site_transient_php_check_f2ed2dbbbd34611d81f733d7b22536cc', 'a:5:{s:19:"recommended_version";s:3:"7.3";s:15:"minimum_version";s:6:"5.6.20";s:12:"is_supported";b:0;s:9:"is_secure";b:0;s:13:"is_acceptable";b:0;}', 'no'), (308, '_transient_timeout_jet_elements_categories_2.0.1', '1571643549', 'no'), (309, '_transient_jet_elements_categories_2.0.1', 'a:24:{i:0;s:21:"jet advanced carousel";i:1;s:16:"jet advanced map";i:2;s:16:"jet animated box";i:3;s:17:"jet animated text";i:4;s:10:"jet banner";i:5;s:10:"jet brands";i:6;s:10:"jet button";i:7;s:19:"jet circle progress";i:8;s:19:"jet countdown timer";i:9;s:12:"jet headline";i:10;s:20:"jet image comparison";i:11;s:22:"jet images grid layout";i:12;s:25:"jet images justify layout";i:13;s:25:"jet images masonry layout";i:14;s:17:"jet post carousel";i:15;s:15:"jet post slider";i:16;s:14:"jet posts grid";i:17;s:17:"jet pricing table";i:18;s:16:"jet progress bar";i:19;s:12:"jet services";i:20;s:10:"jet slider";i:21;s:18:"jet subscribe form";i:22;s:16:"jet team members";i:23;s:16:"jet testimonials";}', 'no'), (310, '_transient_timeout_elementor_remote_info_api_data_2.7.3', '1571081949', 'no'), (311, '_transient_elementor_remote_info_api_data_2.7.3', 'a:3:{s:9:"timestamp";i:1571036123;s:14:"upgrade_notice";a:3:{s:7:"version";s:5:"2.0.0";s:7:"message";s:0:"";s:11:"update_link";s:0:"";}s:17:"canary_deployment";a:2:{s:11:"plugin_info";a:11:{s:2:"id";s:23:"w.org/plugins/elementor";s:4:"slug";s:9:"elementor";s:6:"plugin";s:23:"elementor/elementor.php";s:11:"new_version";s:5:"2.7.0";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/elementor.2.7.0.zip";s:3:"url";s:40:"https://wordpress.org/plugins/elementor/";s:5:"icons";a:3:{s:2:"2x";s:62:"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768";s:2:"1x";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";s:3:"svg";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";}s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:5:"5.2.3";s:12:"requires_php";s:3:"5.4";}s:10:"conditions";a:1:{i:0;a:1:{i:0;a:3:{s:4:"type";s:8:"language";s:9:"languages";a:6:{i:0;s:5:"he_IL";i:1;s:5:"en_GB";i:2;s:5:"en_NZ";i:3;s:5:"en_ZA";i:4;s:5:"en_AU";i:5;s:5:"en_CA";}s:8:"operator";s:2:"in";}}}}}', 'no'), (312, '_site_transient_timeout_community-events-d41d8cd98f00b204e9800998ecf8427e', '1571082241', 'no'), (313, '_site_transient_community-events-d41d8cd98f00b204e9800998ecf8427e', 'a:3:{s:9:"sandboxed";b:0;s:8:"location";a:1:{s:2:"ip";b:0;}s:6:"events";a:4:{i:0;a:7:{s:4:"type";s:8:"wordcamp";s:5:"title";s:24:"WordCamp Valencia, Spain";s:3:"url";s:34:"https://2019.valencia.wordcamp.org";s:6:"meetup";N;s:10:"meetup_url";N;s:4:"date";s:19:"2019-10-18 00:00:00";s:8:"location";a:4:{s:8:"location";s:15:"Valencia, Spain";s:7:"country";s:2:"ES";s:8:"latitude";d:39.475887999999998;s:9:"longitude";d:-0.39369599999999999;}}i:1;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:36:"Presentando la WordCamp Granada 2019";s:3:"url";s:65:"https://www.meetup.com/Granada-WordPress-Meetup/events/265119844/";s:6:"meetup";s:24:"Granada WordPress Meetup";s:10:"meetup_url";s:48:"https://www.meetup.com/Granada-WordPress-Meetup/";s:4:"date";s:19:"2019-10-23 19:00:00";s:8:"location";a:4:{s:8:"location";s:14:"Granada, Spain";s:7:"country";s:2:"es";s:8:"latitude";d:37.165397644042997;s:9:"longitude";d:-3.5986819267272998;}}i:2;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:55:"Plugins: ¿Amigos o enemigos? - Aprende a gestionarlos.";s:3:"url";s:67:"https://www.meetup.com/Algeciras-WordPress-Meetup/events/262840250/";s:6:"meetup";s:26:"Algeciras WordPress Meetup";s:10:"meetup_url";s:50:"https://www.meetup.com/Algeciras-WordPress-Meetup/";s:4:"date";s:19:"2019-11-06 18:00:00";s:8:"location";a:4:{s:8:"location";s:16:"Algeciras, Spain";s:7:"country";s:2:"es";s:8:"latitude";d:36.136299133301002;s:9:"longitude";d:-5.4479498863220002;}}i:3;a:7:{s:4:"type";s:8:"wordcamp";s:5:"title";s:23:"WordCamp Granada, Spain";s:3:"url";s:33:"https://2019.granada.wordcamp.org";s:6:"meetup";N;s:10:"meetup_url";N;s:4:"date";s:19:"2019-11-29 00:00:00";s:8:"location";a:4:{s:8:"location";s:14:"Granada, Spain";s:7:"country";s:2:"ES";s:8:"latitude";d:37.165982999999997;s:9:"longitude";d:-3.5986223000000002;}}}}', 'no'), (314, '_transient_timeout_feed_69c933d8a78805efd0abe985766ffb51', '1571081955', 'no'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (315, '_transient_feed_69c933d8a78805efd0abe985766ffb51', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:49:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Español";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:24:"https://es.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:8:"Español";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 09 Oct 2019 07:27: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:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"es";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:40:"https://wordpress.org/?v=5.3-beta3-46457";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:67:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 5.3 Beta 3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"https://es.wordpress.org/2019/10/09/wordpress-5-3-beta-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:65:"https://es.wordpress.org/2019/10/09/wordpress-5-3-beta-3/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 09 Oct 2019 07:27:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:15:"Actualizaciones";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:3:"5.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://es.wordpress.org/?p=4266";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:408:"¡Ya está disponible WordPress 5.3 Beta 3! Este software está aún en fase de desarrollo así que no recomendamos ejecutarlo en un sitio en producción. Plantéate configurar un sitio de pruebas para jugar con la nueva versión. Puedes probar WordPress 5.3 beta de dos maneras: Prueba el plugin WordPress Beta Tester (elige la opción «versiones avanzadas») O descarga aquí […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Fernando Tellado";s: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:4590:"\n<p>¡Ya está disponible WordPress 5.3 Beta 3!</p>\n\n\n\n<p><strong>Este software está aún en fase de desarrollo</strong> así que no recomendamos ejecutarlo en un sitio en producción. Plantéate configurar un sitio de pruebas para jugar con la nueva versión.</p>\n\n\n\n<p>Puedes probar WordPress 5.3 beta de dos maneras:</p>\n\n\n\n<ul><li>Prueba el plugin <a href="https://es.wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> (elige la opción «versiones avanzadas»)</li><li>O <a href="https://wordpress.org/wordpress-5.3-beta2.zip">descarga aquí la beta</a> (zip).</li></ul>\n\n\n\n<p>El lanzamiento de WordPress 5.3 está programado para el <a href="https://make.wordpress.org/core/5-3/">12 de noviembre de 2019</a>, y necesitamos tu ayuda para llegar ahí.</p>\n\n\n\n<p>Gracias por las pruebas y comentarios de todos los que han probado <a href="https://es.wordpress.org/2019/10/01/wordpress-5-3-beta-2/">la beta 2</a> (y la <a href="https://es.wordpress.org/2019/09/24/wordpress-5-3-beta-1/">beta 1</a>), se han <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://core.trac.wordpress.org/query?status=closed&changetime=10%2F01%2F2019..10%2F08%2F2019&milestone=5.3&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority" target="_blank">cerrado más de 60 tiques</a> desde entonces.</p>\n\n\n\n<h2>A destacar</h2>\n\n\n\n<ul><li>Correcciones y mejoras en los cambios a la interfaz de administración introducidos en las anteriores versiones beta de la 5.3</li><li>Cambios de textos en la pantalla de acceso (<a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://core.trac.wordpress.org/ticket/43037" target="_blank">#43037</a>).</li><li>Mejoras de accesibilidad en la ventana emergente de medios (<a href="https://core.trac.wordpress.org/ticket/47149">#47149</a>).</li><li>Cambios en el modo de funcionamiento de la nueva gestión de errores (<a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://core.trac.wordpress.org/ticket/48200" target="_blank">#48200</a>).</li><li>MediaElement.js se ha actualizado de la versión 4.2.6 a la 4.2.13 (<a href="https://core.trac.wordpress.org/ticket/46681">#46681</a>). El script ahora también se carga desde el pie de página de nuevo. Esto corrige una regresión que ocurrió hace dos años, así que merece la pena señalarlo (<a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://core.trac.wordpress.org/ticket/44484" target="_blank">#44484</a>).</li><li>Actualización de la variable de la API de REST para permitir la reanudación de las subidas (<a href="https://core.trac.wordpress.org/ticket/47987">#47987</a>).</li></ul>\n\n\n\n<p>Además de estas cosas, la beta 3 incorpora unos cuantos cambios de consistencia y mejora a la REST API , incluyendo una mejora en la comprobación de permisos utilizada al editar comentarios, una solución para los casos de cacheo de controladores de tipos de contenido, y lo más importante, la capacidad de usar el parámetro _embed para acceder a los datos completos de una entrada usando la variable /wp/v2/search.</p>\n\n\n\n<h2>Notas para desarrolladores</h2>\n\n\n\n<p>WordPress 5.3 tiene montones de refinamientos para pulir la experiencia del desarrollador.</p>\n\n\n\n<p>Para estar al día suscríbete al <a href="https://make.wordpress.org/core/">blog de Make WordPress Core</a> y presta especial atención a las <a href="https://make.wordpress.org/core/tag/5-3+dev-notes/">notas para desarrolladores</a> para estar al día en todos los cambios que puedan afectar a tus productos.</p>\n\n\n\n<h2>Cómo ayudar</h2>\n\n\n\n<p>¿Hablas otro idioma que no sea el inglés? <a href="https://translate.wordpress.org/projects/wp/dev/" target="_blank" rel="noreferrer noopener">¡Ayúdanos a traducir WordPress a más de 100 idiomas!</a></p>\n\n\n\n<p>Si crees que has encontrado un error, puedes publicarlo en el <a rel="noreferrer noopener" href="https://wordpress.org/support/forum/alphabeta/" target="_blank">área Alpha/Beta</a> de los foros de soporte. ¡Nos encantaría saber de ti!</p>\n\n\n\n<p>Si te sientes cómodo escribiendo informes de errores replicables, <a rel="noreferrer noopener" href="https://core.trac.wordpress.org/newticket" target="_blank">presenta uno en el Trac de WordPress</a>, donde también puedes encontrar una <a rel="noreferrer noopener" href="https://core.trac.wordpress.org/tickets/major" target="_blank">lista de errores conocidos</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:62:"https://es.wordpress.org/2019/10/09/wordpress-5-3-beta-3/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:67:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 5.3 Beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"https://es.wordpress.org/2019/10/01/wordpress-5-3-beta-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:65:"https://es.wordpress.org/2019/10/01/wordpress-5-3-beta-2/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 01 Oct 2019 07:42: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:3:{i:0;a:5:{s:4:"data";s:15:"Actualizaciones";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:3:"5.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://es.wordpress.org/?p=4207";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:376:"¡Ya está disponible WordPress 5.3 Beta 2! Este software está aún en fase de desarrollo así que no recomendamos ejecutarlo en un sitio en producción. Plantéate configurar un sitio de pruebas para jugar con la nueva versión. Puedes probar WordPress 5.3 beta de dos maneras: Prueba el plugin WordPress Beta Tester (elige la opción «versiones avanzadas») […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Fernando Tellado";s: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:3551:"\n<p>¡Ya está disponible WordPress 5.3 Beta 2!</p>\n\n\n\n<p><strong>Este software está aún en fase de desarrollo</strong> así que no recomendamos ejecutarlo en un sitio en producción. Plantéate configurar un sitio de pruebas para jugar con la nueva versión.</p>\n\n\n\n<p>Puedes probar WordPress 5.3 beta de dos maneras:</p>\n\n\n\n<ul><li>Prueba el plugin <a href="https://es.wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> (elige la opción «versiones avanzadas»)</li><li>O <a href="https://wordpress.org/wordpress-5.3-beta2.zip">descarga aquí la beta</a> (zip).</li></ul>\n\n\n\n<p>El lanzamiento de WordPress 5.3 está programado para el <a href="https://make.wordpress.org/core/5-3/">12 de noviembre de 2019</a>, y necesitamos tu ayuda para llegar ahí.</p>\n\n\n\n<p>Gracias por las pruebas y comentarios de todos los que han probado la <a href="https://es.wordpress.org/2019/09/24/wordpress-5-3-beta-1/">beta 1</a>, se han <a href="https://core.trac.wordpress.org/query?status=closed&changetime=09%2F24%2F2019..&milestone=5.3&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority">cerrado más de 45 tiques</a> desde entonces.</p>\n\n\n\n<h2>Algunos aspectos destacados</h2>\n\n\n\n<ul><li>Sigue el trabajo con el <strong>editor de bloques</strong>.</li><li>Fallos corregidos en<strong> Twenty Twenty</strong>.</li><li>Correcciones a fallos de <strong>accesibilidad</strong> y mejoras en los cambios de la interfaz introducidos en beta 1:<ul><li>Optimizar la interfaz de administración</li><li>Reducir problemas potenciales de compatibilidad</li><li>Mejorar la consistencia entre las pantallas de administración y el editor de bloques</li><li>Mejor gestión del zoom de texto</li></ul></li><li>Compatibilidad con el atributo <code>rel="ugc"</code> en los comentarios (<a href="https://core.trac.wordpress.org/ticket/48022">#48022</a>) – este tique en particular muestra la habilidad del proyecto WordPress para integrar soluciones rápidas a cosas que cambian inesperadamente – como las nuevas características de Google.</li></ul>\n\n\n\n<h2>Notas para desarrolladores</h2>\n\n\n\n<p>WordPress 5.3 tiene montones de refinamientos para pulir la experiencia del desarrollador. </p>\n\n\n\n<p>Para estar al día suscríbete al <a href="https://make.wordpress.org/core/">blog de Make WordPress Core</a> y presta especial atención a las <a href="https://make.wordpress.org/core/tag/5-3+dev-notes/">notas para desarrolladores</a> para estar al día en todos los cambios que puedan afectar a tus productos.</p>\n\n\n\n<h2>Cómo ayudar</h2>\n\n\n\n<p>¿Hablas otro idioma que no sea el inglés? <a href="https://translate.wordpress.org/projects/wp/dev/" target="_blank" rel="noreferrer noopener">¡Ayúdanos a traducir WordPress a más de 100 idiomas!</a></p>\n\n\n\n<p>Si crees que has encontrado un error, puedes publicarlo en el <a rel="noreferrer noopener" href="https://wordpress.org/support/forum/alphabeta/" target="_blank">área Alpha/Beta</a> de los foros de soporte. ¡Nos encantaría saber de ti! </p>\n\n\n\n<p>Si te sientes cómodo escribiendo informes de errores replicables, <a rel="noreferrer noopener" href="https://core.trac.wordpress.org/newticket" target="_blank">presenta uno en el Trac de WordPress</a>, donde también puedes encontrar una <a rel="noreferrer noopener" href="https://core.trac.wordpress.org/tickets/major" target="_blank">lista de errores conocidos</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:62:"https://es.wordpress.org/2019/10/01/wordpress-5-3-beta-2/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:2;a:6:{s:4:"data";s:64:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"Crónica del Pulpo: WordCamp Pontevedra 2019";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://es.wordpress.org/2019/09/25/wordcamp-pontevedra-2019/";s: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:70:"https://es.wordpress.org/2019/09/25/wordcamp-pontevedra-2019/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Sep 2019 10:16:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"WordCamps";s: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:10:"Pontevedra";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://es.wordpress.org/?p=4184";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:329:"Está lloviendo tras un mes de sol radiante pero no pasa nada porque en Pontevedra estamos acostumbrados. Ha llegado el día esperado desde hace un año. Me estoy poniendo muy nervioso. 275 pares de ojos me están mirando fijamente. Tras dar la bienvenida a los asistentes, Juan se pone a hablar conmigo delante de toda […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"monicavillagra";s: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:2943:"\n<figure class="wp-block-image size-large"><img src="https://es.wordpress.org/files/2019/09/pontewc.jpg" alt="" class="wp-image-4181" srcset="https://es.wordpress.org/files/2019/09/pontewc.jpg 825w, https://es.wordpress.org/files/2019/09/pontewc-300x185.jpg 300w, https://es.wordpress.org/files/2019/09/pontewc-768x475.jpg 768w" sizes="(max-width: 825px) 100vw, 825px" /></figure>\n\n\n\n<p>Está lloviendo tras un mes de sol radiante pero no pasa nada porque en Pontevedra estamos acostumbrados. Ha llegado el día esperado desde hace un año.</p>\n\n\n\n<p>Me estoy poniendo muy nervioso. <strong>275 pares de ojos</strong> me están mirando fijamente. Tras dar la bienvenida a los asistentes, <a href="https://ciudadanob.com/">Juan</a> se pone a hablar conmigo delante de toda esta gente. </p>\n\n\n\n<p class="has-text-align-center"><strong>¡Soy el pulpo virtual de la <a href="https://2019.pontevedra.wordcamp.org/programa/">WordCamp Pontevedra 2019</a>!</strong></p>\n\n\n\n<p>Moncho Padrón (otro gallego como yo) comienza la primera charla y me hago a un lado porque no me gusta ser el protagonista. Nos habla sobre el funcionamiento del ecosistema WordPress donde la comunidad es la piedra angular.</p>\n\n\n\n<p>Además, me acaban de seducir para ir a la <a href="https://2020.europe.wordcamp.org/">WordCamp Europe 2020 </a>que se celebra en Oporto. Ahora toca aprender. SEO, analítica web, diseño, Gutemberg, podcast… ¡Qué gran variedad de conocimientos!</p>\n\n\n\n<p>Durante los descansos me escondo debajo de una de las mesas para espiarlos a ver lo que se cuece. ¡Espero que no sea pulpo!</p>\n\n\n\n<p>Me sorprende ver lo bien que conectan unos con otros a pesar de ser de edades y ocupaciones tan diversas. Lo más espectacular es que aunque muchos de ellos no se conocían, hablan como amigos de toda la vida. Los ponentes son uno más y solo se les distingue por el color de sus camisetas.</p>\n\n\n\n<p>Terminaron las ponencias con “Historia de fracasos con WordPress en más de 10 años haciendo webs”. ¡Incluso <a href="https://profiles.wordpress.org/fernandot/">Fernando Tellado</a> ha cometido errores! Por suerte nos enseña cómo podemos aprender de ellos.</p>\n\n\n\n<p>Me llevo en mi mochila WordPress: motivación, energía, ideas, amigos e inspiración. </p>\n\n\n\n<p>¡Uff! Comienzo a notar mucho calor. La gente va cogiendo cervezas. Veo un caldero de cobre con agua hirviendo y un hombre barbudo afiliando unas tijeras. <strong>¡Es hora de largarse de aquí! </strong></p>\n\n\n\n<blockquote class="wp-block-quote"><p><strong>Redacción:</strong> Isaac Martínez , Adoración Martínez, José Iglesias y Ramón García </p><cite><strong>Revisión:</strong><a href="https://profiles.wordpress.org/fernandot/">@fernandot</a> y <a href="https://profiles.wordpress.org/monicavillagra/">@monicavillagra</a></cite></blockquote>\n";s: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:66:"https://es.wordpress.org/2019/09/25/wordcamp-pontevedra-2019/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:3;a:6:{s:4:"data";s:67:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 5.3 Beta 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"https://es.wordpress.org/2019/09/24/wordpress-5-3-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:66:"https://es.wordpress.org/2019/09/24/wordpress-5-3-beta-1/#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, 24 Sep 2019 09:39:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:15:"Actualizaciones";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:3:"5.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://es.wordpress.org/?p=4170";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:350:"¡Ya está disponible WordPress 5.3 Beta 1! Este software aún está en desarrollo, por lo que no recomendamos ejecutarlo en un sitio de producción. Plantéate la posibilidad de crear un sitio de pruebas para jugar con la nueva versión. Puedes probar la beta de WordPress 5.3 de dos maneras: Prueba el plugin WordPress Beta Tester (elige […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Fernando Tellado";s: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:10946:"\n<p>¡Ya está disponible WordPress 5.3 Beta 1!</p>\n\n\n\n<p>Este software aún está en desarrollo, por lo que no recomendamos ejecutarlo en un sitio de producción. Plantéate la posibilidad de crear un sitio de pruebas para jugar con la nueva versión.</p>\n\n\n\n<p>Puedes probar la beta de WordPress 5.3 de dos maneras:</p>\n\n\n\n<ul><li>Prueba el plugin <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> (elige la opción «versiones avanzadas»)</li><li>O <a href="https://wordpress.org/wordpress-5.3-beta1.zip">descarga aquí la beta</a> (zip).</li></ul>\n\n\n\n<p>El lanzamiento de WordPress 5.3 está programado para <a rel="noreferrer noopener" aria-label="el 12 de noviembre de 2019 (opens in a new tab)" href="https://make.wordpress.org/core/5-3/" target="_blank">el 12 de noviembre de 2019</a>, y necesitamos tu ayuda para llegar allí. </p>\n\n\n\n<p>Aquí tienes algunos de los elementos más importantes a probar, para que podamos encontrar y resolver tantos errores como sea posible en las próximas semanas.</p>\n\n\n\n<h2>Editor de bloques: nuevas características y mejoras</h2>\n\n\n\n<p>Se van a fusionar doce versiones del plugin de Gutenberg en la versión 5.3, lo que significa que hay una larga lista de nuevas y emocionantes características. </p>\n\n\n\n<p>He aquí algunos de ellos:</p>\n\n\n\n<ul><li>Agrupar bloques e interacciones entre grupos</li><li>Mejoras en el bloque de columnas (compatibilidad con ancho + patrones)</li><li>Mejoras en el bloque de tablas (compatibilidad con alineación de texto, cabecera/pie de tabla, colores)</li><li>Mejoras en el bloque de galería (compatibilidad con reordenar en la página y leyendas)</li><li>Mejoras en el bloque separador (compatibilidad con colores)</li><li>Mejoras en el bloque de últimas entradas (compatibilidad con extracto y contenido)</li><li>Mejoras en el bloque de lista (compatibilidad con atajos de aumentar y disminuir sangría, valor inicial y orden inverso)</li><li>Mejoras en el bloque de botón (compatibilidad con destino y radio del borde)</li><li>Animaciones y micro interacciones (mover bloques, desplegables y otras pequeñas animaciones para mejora la interfaz de usuario)</li><li>Modo de navegación accesible que te permitirá navegar con el teclado entre bloques sin ir a su contenido.</li><li>API de variaciones de estilos de bloque</li></ul>\n\n\n\n<p>Además de otras mejoras, entre las que están:</p>\n\n\n\n<ul><li>Mejoras en la API del módulo de datos (useSelect/useEffect)</li><li>Panel de ayuda del insertador</li><li>Ampliabilidad: Panel de ajustes del documento</li><li>Avisos de bocadillo</li><li>Experiencia con el tecleo</li><li>Corrige una serie de problemas de accesibilidad</li></ul>\n\n\n\n<p>Si quieres ver todas las características de cada versión, aquí tienes los enlaces directos a las entradas de cada versión: <a href="https://make.wordpress.org/core/2019/09/19/whats-new-in-gutenberg-18-september/">6.5</a>, <a href="https://make.wordpress.org/core/2019/08/28/whats-new-in-gutenberg-28-august/">6.4</a>, <a href="https://make.wordpress.org/core/2019/08/14/whats-new-in-gutenberg-14-august/">6.3</a>, <a href="https://make.wordpress.org/core/2019/07/31/whats-new-in-gutenberg-31-july/">6.2</a>, <a href="https://make.wordpress.org/core/2019/07/10/whats-new-in-gutenberg-10-july/">6.1</a>, <a href="https://make.wordpress.org/core/2019/06/26/whats-new-in-gutenberg-26th-june/">6.0</a>, <a href="https://make.wordpress.org/core/2019/06/12/whats-new-in-gutenberg-12th-june/">5.9</a>, <a href="https://make.wordpress.org/core/2019/05/29/whats-new-in-gutenberg-29th-may/">5.8</a>, <a href="https://make.wordpress.org/core/2019/05/15/whats-new-in-gutenberg-15th-may/">5.7</a>, <a href="https://make.wordpress.org/core/2019/05/01/whats-new-in-gutenberg-1st-may/">5.6</a>, <a href="https://make.wordpress.org/core/2019/04/17/whats-new-in-gutenberg-17th-april/">5.5</a> y <a href="https://make.wordpress.org/core/2019/04/03/whats-new-in-gutenberg-3rd-april/">5.4</a>.</p>\n\n\n\n<h3>Esfuerzo continuo en mejorar el rendimiento</h3>\n\n\n\n<p>El equipo que trabaja en el editor de bloques consiguió reducir 1,5 segundos de tiempo de carga para una entrada de tamaño considerable (~ 36.000 palabras, ~ 1.000 bloques) desde WordPress 5.2.</p>\n\n\n\n<h2>Un nuevo tema por defecto: bienvenido Twenty Twenty</h2>\n\n\n\n<p>WordPress 5.3 presenta <a href="https://make.wordpress.org/core/2019/09/06/introducing-twenty-twenty/" target="_blank" rel="noreferrer noopener" aria-label="Twenty Twenty (opens in a new tab)">Twenty Twenty</a>, el último tema por defecto en la historia de nuestro proyecto. </p>\n\n\n\n<p>Este nuevo y elegante tema se basa en el tema WordPress <a href="https://www.andersnoren.se/teman/chaplin-wordpress-theme/" target="_blank" rel="noreferrer noopener" aria-label="Chaplin (opens in a new tab)">Chaplin</a>, que se publicó en el directorio de temas WordPress.org a principios de este verano. </p>\n\n\n\n<p>Incluye compatibilidad total con el editor de bloques, lo que permite a los usuarios encontrar el diseño adecuado para su mensaje.</p>\n\n\n\n<h2>¡Espera! Hay más</h2>\n\n\n\n<p>5.3 va a ser una versión muy completa con la inclusión de numerosas mejoras en las interacciones y en la interfaz.</p>\n\n\n\n<h2>Mejoras en la interfaz de administración</h2>\n\n\n\n<p>Los equipos de diseño y accesibilidad trabajaron juntos para adaptar algunas partes de los estilos de Gutenberg a toda la interfaz de wp-admin. Ambos equipos van a insistir en estos cambios durante el ciclo beta de la versión 5.3. </p>\n\n\n\n<p>Estos estilos mejorados solucionan muchos problemas de accesibilidad, mejoran los contrastes de color en los campos y botones de los formularios, añaden consistencia entre las interfaces del editor y de la administración, modernizan el esquema de color de WordPress, añaden una mejor gestión del zoom, y mucho más.</p>\n\n\n\n<h3>Las imágenes grandes llegan a WordPress</h3>\n\n\n\n<p>La subida de imágenes de alta resolución no optimizadas desde tu teléfono inteligente ya no es un problema. WordPress ahora es compatible con la reanudación de subidas cuando fallan, así como con tamaños de imagen predeterminados más grandes. De esta forma, las imágenes que añadas desde el editor de bloques tendrán mejor aspecto, independientemente de cómo la gente acceda a tu sitio.</p>\n\n\n\n<h3>Rotación automática de imágenes durante la subida</h3>\n\n\n\n<p>Las imágenes se girarán correctamente una vez subidas de acuerdo con la orientación EXIF. Esta característica fue propuesta por primera vez hace nueve años. ¡Nunca te rindas en tus sueños para ver tus correcciones aparecer en WordPress!</p>\n\n\n\n<h3>Controles de la salud del sitio</h3>\n\n\n\n<p>Las mejoras introducidas en la versión 5.3 facilitan la identificación y comprensión de las áreas que pueden necesitar solución de problemas en tu sitio desde la pantalla Herramientas -> Salud del sitio.</p>\n\n\n\n<h3>Verificación de correo electrónico del administrador</h3>\n\n\n\n<p>Ahora se te pedirá periódicamente que compruebes que tu dirección de correo electrónico de administrador está actualizada cuando inicies sesión como administrador. Esto reduce la posibilidad de que te quedes bloqueado fuera de tu sitio si cambias tu dirección de correo electrónico.</p>\n\n\n\n<h2>Para desarrolladores</h2>\n\n\n\n<h3>Correcciones en los componentes de hora y fecha</h3>\n\n\n\n<p>Los desarrolladores ahora pueden trabajar con fechas y zonas horarias de una manera más fiable. La funcionalidad de fecha y hora ha recibido varias funciones nuevas de la API para la recuperación unificada de la zona horaria y la compatibilidad con PHP, así como muchas correcciones de errores.</p>\n\n\n\n<h3>Compatibilidad con PHP 7.4</h3>\n\n\n\n<p>El equipo del núcleo de WordPress se está preparando activamente para que sea compatible con PHP 7.4 cuando se lance a finales de este año. WordPress 5.3 contiene numerosos cambios para eliminar funcionalidades obsoletas y asegurar la compatibilidad. </p>\n\n\n\n<p>Por favor, prueba esta versión beta con PHP 7.4 para asegurarte de que toda la funcionalidad sigue funcionando como es debido y no genera nuevas advertencias.</p>\n\n\n\n<h3>Otros cambios para desarrolladores</h3>\n\n\n\n<ul><li>Multisitio<ul><li>Filtrar sitios por estado<ul><li><a href="https://core.trac.wordpress.org/ticket/37392">https://core.trac.wordpress.org/ticket/37392</a> </li><li><a href="https://core.trac.wordpress.org/ticket/37684">https://core.trac.wordpress.org/ticket/37684</a> </li></ul></li><li>Guardar versión de la base de datos en el meta del sitio<ul><li><a href="https://core.trac.wordpress.org/ticket/41685">https://core.trac.wordpress.org/ticket/41685</a> </li></ul></li></ul></li><li>Modernización del código y compatibilidad con PHP 7.4<ul><li><a href="https://core.trac.wordpress.org/ticket/47678">https://core.trac.wordpress.org/ticket/47678</a> </li><li><a href="https://core.trac.wordpress.org/ticket/47783">https://core.trac.wordpress.org/ticket/47783</a></li></ul></li><li>Cambiar la vista de contraseña<ul><li><a href="https://core.trac.wordpress.org/ticket/42888">https://core.trac.wordpress.org/ticket/42888</a></li></ul></li></ul>\n\n\n\n<p>No pierdas de vista el blog <a rel="noreferrer noopener" aria-label="Make WordPress Core (opens in a new tab)" href="https://make.wordpress.org/core/" target="_blank">Make WordPress Core</a> para ver más <a href="https://make.wordpress.org/core/tag/5-3+dev-notes/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">notas para desarrolladores relacionadas con la versión 5.3</a> en las próximas semanas, detallando otros cambios que deberías conocer.</p>\n\n\n\n<h2>¿Y ahora qué?</h2>\n\n\n\n<p>Ha habido más de 400 tiques corregidos en WordPress 5.3 hasta ahora con numerosas correcciones y mejoras para ayudar a suavizar tu experiencia con WordPress.</p>\n\n\n\n<h2>Cómo ayudar</h2>\n\n\n\n<p>¿Hablas otro idioma que no sea el inglés? <a href="https://translate.wordpress.org/projects/wp/dev/" target="_blank" rel="noreferrer noopener" aria-label="¡Ayúdanos a traducir WordPress a más de 100 idiomas! (opens in a new tab)">¡Ayúdanos a traducir WordPress a más de 100 idiomas!</a></p>\n\n\n\n<p>Si crees que has encontrado un error, puedes publicarlo en el <a rel="noreferrer noopener" aria-label="área Alpha/Beta (opens in a new tab)" href="https://wordpress.org/support/forum/alphabeta/" target="_blank">área Alpha/Beta</a> de los foros de soporte. ¡Nos encantaría saber de ti! Si te sientes cómodo escribiendo informes de errores replicables, <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://core.trac.wordpress.org/newticket" target="_blank">presenta uno en el Trac de WordPress</a>, donde también puedes encontrar una <a rel="noreferrer noopener" aria-label="lista de errores conocidos (opens in a new tab)" href="https://core.trac.wordpress.org/tickets/major" target="_blank">lista de errores conocidos</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:62:"https://es.wordpress.org/2019/09/24/wordpress-5-3-beta-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:73:"\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:60:"WordPress 5.2.3, actualización de seguridad y mantenimiento";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://es.wordpress.org/2019/09/05/wordpress-5-2-3-actualizacion-de-seguridad-y-mantenimiento/";s: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:103:"https://es.wordpress.org/2019/09/05/wordpress-5-2-3-actualizacion-de-seguridad-y-mantenimiento/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Sep 2019 09:55:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:15:"Actualizaciones";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Mantenimiento";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"Seguridad";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:3:"5.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:5:"5.2.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://es.wordpress.org/?p=4128";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:373:"¡Ya está disponible WordPress 5.2.3! Esta actualización de seguridad y mantenimiento incluye 29 correcciones y mejoras. Además, añade una buena cantidad de correcciones de seguridad – ve la lista abajo. Estos fallos afectan a las versiones de 5.2.2 y anteriores; la versión 5.2.3 los corrige, así que querrás actualizar. Si aún no has actualizado a la […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Fernando Tellado";s: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:7690:"\n<p>¡Ya está disponible WordPress 5.2.3!</p>\n\n\n\n<p>Esta actualización de seguridad y mantenimiento incluye 29 correcciones y mejoras. Además, añade una buena cantidad de correcciones de seguridad – ve la lista abajo.</p>\n\n\n\n<p>Estos fallos afectan a las versiones de 5.2.2 y anteriores; la versión 5.2.3 los corrige, así que querrás actualizar.</p>\n\n\n\n<p>Si aún no has actualizado a la versión 5.2, también hay versiones actualizadas de la versión 5.0 y anteriores para ti que corrigen los fallos.</p>\n\n\n\n<h3>Actualizaciones de seguridad</h3>\n\n\n\n<ul><li>Gracias a <a href="https://blog.ripstech.com/authors/simon-scannell/">Simon Scannell de RIPS Technologies</a> por descubrir y revelar dos problemas. El primero, una vulnerabilidad de scripts de sitios cruzados (XSS) descubierta en las vistas previas de entradas creadas por usuarios con perfil de colaborador. La segunda era también una vulnerabilidad de scripts de sitios cruzados en los comentarios almacenados. </li><li>Gracias a <a href="https://security-consulting.icu/blog/">Tim Coen</a> por desvelar un problema por el que la validación y saneado de una URL podría llevar a una redirección abierta. </li><li>Gracias a Anshul Jain por desvelar un XSS durante la subida de medios.</li><li>Gracias a <a href="https://fortiguard.com/">Zhouyuan Yang de Fortinet’s FortiGuard Labs</a> que reveló una vulnerabilidad XSS en las vistas previas de shortcodes.</li><li>Gracias a Ian Dunn del equipo de seguridad del núcleo de WordPress por descubrir y revelar un caso por el que podría haber un XSS en el escritorio.</li><li>Gracias a Soroush Dalili (<a href="https://twitter.com/irsdl?lang=en">@irsdl</a>) de NCC Group por desvelar un problema con el saneado de URLs que podría llevar a ataques XSS.</li><li>Además de los cambios anteriores, también estamos actualizando jQuery en las versiones anteriores de WordPress. Este cambio se <a href="https://core.trac.wordpress.org/ticket/47020">añadió en la versión 5.2.1</a> y ahora se está llevando a las versiones más antiguas. </li></ul>\n\n\n\n<p>Puedes ver la <a href="https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=5.2.3&order=priority">lista completa de cambios en el Trac</a>.</p>\n\n\n\n<p>Para más información revisa la lista de cambios en el Trac o echa un vistazo a la <a href="https://wordpress.org/support/wordpress-version/version-5-2-3/">página de documentación de la versión 5.2.3¡</a>.</p>\n\n\n\n<p>WordPress 5.2.3 es una actualización de mantenimiento de ciclo corto. La siguiente versión mayor será la <a href="https://make.wordpress.org/core/5-3/">5.3.</a></p>\n\n\n\n<p>Puedes descargar WordPress 5.2.3 desde el botón de la parte superior de esta página, o visitar tu<strong> Escritorio → Actualizaciones</strong> y hacer clic en <strong>Actualizar ahora</strong>.</p>\n\n\n\n<p>Si tienes sitios compatibles con las actualizaciones automáticas en segundo plano ya hemos empezado el proceso de actualización.</p>\n\n\n\n<h2>¡Agradecimientos y reconocimientos!</h2>\n\n\n\n<p>Esta versión aúna colaboraciones de más de 62 personas. ¡Gracias a todos los que habéis hecho posible esta actualización!</p>\n\n\n\n<p><a href="https://profiles.wordpress.org/adamsilverstein/">Adam Silverstein</a>, <a href="https://profiles.wordpress.org/xknown/">Alex Concha</a>, <a href="https://profiles.wordpress.org/alpipego/">Alex Goller</a>, <a href="https://profiles.wordpress.org/afercia/">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/aduth/">Andrew Duthie</a>, <a href="https://profiles.wordpress.org/azaozz/">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/afragen/">Andy Fragen</a>, <a href="https://profiles.wordpress.org/762e5e74/">Ashish Shukla</a>, <a href="https://profiles.wordpress.org/wpboss/">Aslam Shekh</a>, <a href="https://profiles.wordpress.org/backermann1978/">backermann1978</a>, <a href="https://profiles.wordpress.org/cdog/">Catalin Dogaru</a>, <a href="https://profiles.wordpress.org/chetan200891/">Chetan Prajapati</a>, <a href="https://profiles.wordpress.org/aprea/">Chris Aprea</a>, <a href="https://profiles.wordpress.org/christophherr/">Christoph Herr</a>, <a href="https://profiles.wordpress.org/danmicamediacom/">dan@micamedia.com</a>, <a href="https://profiles.wordpress.org/diddledan/">Daniel Llewellyn</a>, <a href="https://profiles.wordpress.org/donmhico/">donmhico</a>, <a href="https://profiles.wordpress.org/iseulde/">Ella van Durpe</a>, <a href="https://profiles.wordpress.org/epiqueras/">epiqueras</a>, <a href="https://profiles.wordpress.org/fencer04/">Fencer04</a>, <a href="https://profiles.wordpress.org/flaviozavan/">flaviozavan</a>, <a href="https://profiles.wordpress.org/garrett-eclipse/">Garrett Hyder</a>, <a href="https://profiles.wordpress.org/pento/">Gary Pendergast</a>, <a href="https://profiles.wordpress.org/gqevu6bsiz/">gqevu6bsiz</a>, <a href="https://profiles.wordpress.org/thakkarhardik/">Hardik Thakkar</a>, <a href="https://profiles.wordpress.org/ianbelanger/">Ian Belanger</a>, <a href="https://profiles.wordpress.org/iandunn/">Ian Dunn</a>, <a href="https://profiles.wordpress.org/whyisjake/">Jake Spurlock</a>, <a href="https://profiles.wordpress.org/audrasjb/">Jb Audras</a>, <a href="https://profiles.wordpress.org/jeffpaul/">Jeffrey Paul</a>, <a href="https://profiles.wordpress.org/jikamens/">jikamens</a>, <a href="https://profiles.wordpress.org/johnbillion/">John Blackbourn</a>, <a href="https://profiles.wordpress.org/desrosj/">Jonathan Desrosiers</a>, <a href="https://profiles.wordpress.org/jorgefilipecosta/">Jorge Costa,</a> <a href="https://profiles.wordpress.org/karlgroves/">karlgroves</a>, <a href="https://profiles.wordpress.org/kjellr/">Kjell Reigstad</a>, <a href="https://profiles.wordpress.org/laurelfulford/">laurelfulford</a>, <a href="https://profiles.wordpress.org/majemedia/">Maje Media LLC</a>, <a href="https://profiles.wordpress.org/mspatovaliyski/">Martin Spatovaliyski</a>, <a href="https://profiles.wordpress.org/marybaum/">Mary Baum</a>, <a href="https://profiles.wordpress.org/monikarao/">Monika Rao</a>, <a href="https://profiles.wordpress.org/mukesh27/">Mukesh Panchal</a>, <a href="https://profiles.wordpress.org/nayana123/">nayana123</a>, <a href="https://profiles.wordpress.org/greatislander/">Ned Zimmerman</a>, <a href="https://profiles.wordpress.org/nickdaugherty/">Nick Daugherty</a>, <a href="https://profiles.wordpress.org/rabmalin/">Nilambar Sharma</a>, <a href="https://profiles.wordpress.org/nmenescardi/">nmenescardi</a>, <a href="https://profiles.wordpress.org/bassgang/">Paul Vincent Beigang</a>, <a href="https://profiles.wordpress.org/pedromendonca/">Pedro Mendonça</a>, <a href="https://profiles.wordpress.org/peterwilsoncc/">Peter Wilson</a>, <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/vjik/">Sergey Predvoditelev</a>, <a href="https://profiles.wordpress.org/sharaz/">Sharaz Shahid</a>, <a href="https://profiles.wordpress.org/sstoqnov/">Stanimir Stoyanov</a>, <a href="https://profiles.wordpress.org/ryokuhi/">Stefano Minoia</a>, <a href="https://profiles.wordpress.org/karmatosed/">Tammie Lister</a>, <a href="https://profiles.wordpress.org/isabel_brison/">tellthemachines</a>, <a href="https://profiles.wordpress.org/tmatsuur/">tmatsuur</a>, <a href="https://profiles.wordpress.org/vaishalipanchal/">Vaishali Panchal</a>, <a href="https://profiles.wordpress.org/vortfu/">vortfu</a>, <a href="https://profiles.wordpress.org/tsewlliw/">Will West</a>, y <a href="https://profiles.wordpress.org/yarnboy/">yarnboy</a>.<br></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:100:"https://es.wordpress.org/2019/09/05/wordpress-5-2-3-actualizacion-de-seguridad-y-mantenimiento/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:5;a:6:{s:4:"data";s:58:"\n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"WordPress 5.2.2 – Actualización de mantenimiento";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://es.wordpress.org/2019/06/18/wordpress-5-2-2-actualizacion-de-mantenimiento/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:91:"https://es.wordpress.org/2019/06/18/wordpress-5-2-2-actualizacion-de-mantenimiento/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 18 Jun 2019 18:29: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://es.wordpress.org/?p=3959";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:388:"¡Ya está disponible WordPress 5.2.2! Esta actualización de mantenimiento corrige 13 fallos y añade mejora la característica de «Salud del sitio» que lanzamos en la versión 5.2. Para más información echa un vistazo a la lista completa de cambios en el Trac o revisa la página de documentación de la versión 5.2.2. WordPress 5.2.2 es una versión de mantenimiento […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Fernando Tellado";s: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:4089:"\n<p>¡Ya está disponible WordPress 5.2.2! Esta actualización de mantenimiento corrige 13 fallos y añade mejora la característica de «Salud del sitio» <a href="https://es.wordpress.org/2019/05/08/wordpress-5-2-jaco/">que lanzamos en la versión 5.2</a>.</p>\n\n\n\n<p>Para más información echa un vistazo a la <a href="https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=5.2.2&order=priority">lista completa de cambios en el Trac</a> o revisa la <a href="https://wordpress.org/support/wordpress-version/version-5-2-2/">página de documentación de la versión 5.2.2.</a></p>\n\n\n\n<p>WordPress 5.2.2 es una versión de mantenimiento de ciclo corto. La siguiente actualización mayor será la versión 5.3; echa un vistazo a <a href="https://make.wordpress.org/core/">make.wordpress.org/core</a> para conocer los detalles a medida que se vayan publicando.</p>\n\n\n\n<p><a href="https://profiles.wordpress.org/audrasjb/">JB Audras</a>, <a href="https://profiles.wordpress.org/justinahinon/">Justin Ahinon</a> y <a href="https://profiles.wordpress.org/marybaum/">Mary Baum</a> han co-dirigido esta versión, con la guía inapreciable de nuestra directora ejecutiva, Josepha Haden Chomphosy, y de contribuciones de otros 30 colaboradores. ¡Gracias a todos los que han hecho posible esta versión!</p>\n\n\n\n<p>Puedes descargar <a href="https://es.wordpress.org/download/">WordPress 5.2.2</a> o visitar el <strong>Escritorio → Actualizaciones</strong> y hacer clic en <strong>Actualizar ahora</strong>. Los sitios compatibles con las actualizaciones automáticas en segundo plano ya están empezando a actualizarse automáticamente.</p>\n\n\n\n<p><a href="https://profiles.wordpress.org/afercia/">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/aduth/">Andrew Duthie</a>, <a href="https://profiles.wordpress.org/azaozz/">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/afragen/">Andy Fragen</a>, <a href="https://profiles.wordpress.org/birgire/">Birgir Erlendsson (birgire)</a>, <a href="https://profiles.wordpress.org/chetan200891/">Chetan Prajapati</a>, <a href="https://profiles.wordpress.org/davidbaumwald/">David Baumwald</a>, <a href="https://profiles.wordpress.org/dkarfa/">Debabrata Karfa</a>, <a href="https://profiles.wordpress.org/garrett-eclipse/">Garrett Hyder</a>, <a href="https://profiles.wordpress.org/jankimoradiya/">Janki Moradiya</a>, <a rel="noreferrer noopener" href="https://profiles.wordpress.org/audrasjb/" target="_blank">Jb Audras</a>, <a href="https://profiles.wordpress.org/jitendrabanjara1991/">jitendrabanjara1991</a>, <a href="https://profiles.wordpress.org/desrosj/">Jonathan Desrosiers</a>, <a href="https://profiles.wordpress.org/spacedmonkey/">Jonny Harris</a>, <a href="https://profiles.wordpress.org/jorgefilipecosta/">Jorge Costa</a>, <a href="https://profiles.wordpress.org/clorith/">Marius L. J.</a>, <a href="https://profiles.wordpress.org/immeet94/">Meet Makadia</a>, <a href="https://profiles.wordpress.org/dimadin/">Milan Dinić</a>, <a href="https://profiles.wordpress.org/mukesh27/">Mukesh Panchal</a>, <a href="https://profiles.wordpress.org/palmiak/">palmiak</a>, <a href="https://profiles.wordpress.org/pedromendonca/">Pedro Mendonça</a>, <a href="https://profiles.wordpress.org/peterwilsoncc/">Peter Wilson</a>, <a href="https://profiles.wordpress.org/ramiy/">Rami Yushuvaev</a>, <a href="https://profiles.wordpress.org/youknowriad/">Riad Benguella</a>, <a href="https://profiles.wordpress.org/tinkerbelly/">sarah semark</a>, <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/shashank3105/">Shashank Panchal</a>, <a href="https://profiles.wordpress.org/karmatosed/">Tammie Lister</a>, <a href="https://profiles.wordpress.org/hedgefield/">Tim Hengeveld</a>, <a href="https://profiles.wordpress.org/vaishalipanchal/">vaishalipanchal</a>, <a href="https://profiles.wordpress.org/vrimill/">vrimill</a> y <a href="https://profiles.wordpress.org/earnjam/">William Earnhardt</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:88:"https://es.wordpress.org/2019/06/18/wordpress-5-2-2-actualizacion-de-mantenimiento/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:67:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"Meetups del mes de junio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://es.wordpress.org/2019/06/08/meetups-del-mes-de-junio/";s: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://es.wordpress.org/2019/06/08/meetups-del-mes-de-junio/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 08 Jun 2019 10:34:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:7:"Meetups";s: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:"comunidad";s: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:6:"meetup";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://es.wordpress.org/?p=3827";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:319:"Una vez más tenemos un mes muy activo en la comunidad y este mes de junio está repleto de eventos. Con la llegada del verano también llega el evento más esperado y también el más relevante de la Comunidad WordPress a nivel internacional. No pierdas la oportunidad de asistir a alguna de las meetups má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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Sara Villena";s: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:8810:"\n<figure class="wp-block-image"><img src="https://es.wordpress.org/files/2019/06/wp-meetups-j19.jpg" alt="" class="wp-image-3858" srcset="https://es.wordpress.org/files/2019/06/wp-meetups-j19.jpg 640w, https://es.wordpress.org/files/2019/06/wp-meetups-j19-300x225.jpg 300w, https://es.wordpress.org/files/2019/06/wp-meetups-j19-440x330.jpg 440w" sizes="(max-width: 640px) 100vw, 640px" /></figure>\n\n\n\n<p>Una vez más tenemos un mes muy activo en la comunidad y este mes de junio está repleto de eventos. </p>\n\n\n\n<p>Con la llegada del verano también llega el evento más esperado y también el más relevante de la Comunidad WordPress a nivel internacional.</p>\n\n\n\n<p>No pierdas la oportunidad de asistir a alguna de las meetups más cercanas a tu localidad que tienen lugar cada mes, y zambullirte en el mundo WordPress.</p>\n\n\n\n<p>Te mostramos las <strong>meetups locales de WordPress</strong> que se llevarán a cabo este mes de Junio.</p>\n\n\n\n<h2>Accesibilidad</h2>\n\n\n\n<table class="wp-block-table"><tbody><tr><td><strong>Fecha</strong></td><td><strong>Hora</strong></td><td><strong>Título</strong></td><td><strong>Comunidad</strong></td><td><strong>Lugar</strong></td></tr><tr><td>20/06/2019</td><td>18:30</td><td><a href="https://www.meetup.com/es-ES/wordpressbcn/events/257343566/">Accesibilidad, WordPress y temas</a></td><td>WordPress Barcelona</td><td>Barcelona </td></tr></tbody></table>\n\n\n\n<h2>Comunidad</h2>\n\n\n\n<table class="wp-block-table"><tbody><tr><td><strong>Fecha</strong></td><td><strong>Hora</strong></td><td><strong>Título</strong></td><td><strong>Comunidad</strong></td><td><strong>Lugar</strong></td></tr><tr><td>13/06/2019</td><td>19:00</td><td><a href="https://www.meetup.com/es-ES/Ubeda-WordPress-Meetup/events/261586863/">Primera WordPress Meetup en La Ciudad de los Cerros</a></td><td>WordPress Úbeda</td><td>Úbeda </td></tr><tr><td>20/06/2019</td><td>19:00</td><td><a href="https://www.meetup.com/es-ES/WordPress-Madrid/events/258124683/">2×1 Madrid WordPress Meetup Junio</a></td><td>WordPress Madrid</td><td>Madrid</td></tr><tr><td>26/06/2019</td><td>19:00</td><td><a href="https://www.meetup.com/es-ES/WordPress-Collado-Villalba-Meetup/events/260969365/">Fotografía de bolsillo, fotografía móvil</a></td><td>WordPress Collado Villalba</td><td>Collado Villalba</td></tr><tr><td>29/06/2019</td><td>10:00</td><td><a href="https://www.meetup.com/es-ES/Amurrio-WordPress-Meetup/events/261682533/">WordPress Amurrio Mega Meetup</a></td><td>WordPress Amurrio</td><td>Amurrio</td></tr></tbody></table>\n\n\n\n<h2>Desarrollo</h2>\n\n\n\n<table class="wp-block-table"><tbody><tr><td><strong>Fecha</strong></td><td><strong>Hora</strong></td><td><strong>Titulo</strong></td><td><strong>Comunidad</strong></td><td><strong>Lugar</strong></td></tr><tr><td>04/06/2019</td><td>18:30</td><td><a href="https://www.meetup.com/es-ES/wordpressbcn/events/261014710/">[Bonanova] Meetup/Taller Creación avanzada de Custom Post Types</a></td><td>WordPress Barcelona</td><td>Barcelona</td></tr><tr><td>04/06/2019</td><td>18:30</td><td><a href="https://www.meetup.com/es-ES/WPGramenet/events/255421785/">Snippets para WordPress</a></td><td>WordPress Gramenet</td><td>Santa Coloma de Gramenet </td></tr><tr><td>08/06/2019</td><td>11:00</td><td><a href="https://www.meetup.com/es-ES/Amurrio-WordPress-Meetup/events/261575838/">Taller de introducción a los campos personalizados con Advanced Custom Fields</a></td><td>WordPress Amurrio</td><td>Amurrio</td></tr><tr><td>12/06/2019</td><td>17:00</td><td><a href="https://www.meetup.com/es-ES/Granada-WordPress-Meetup/events/261482045/">1.er Hackaton WPGranada</a></td><td>WordPress Granada</td><td>Granada</td></tr><tr><td>12/06/2019</td><td>19:00</td><td><a href="https://www.meetup.com/es-ES/WordPress-Madrid/events/261798297/"><devs> Desarrollos en Gutenberg: Quítate el miedo </devs></a></td><td>WordPress Madrid</td><td>Madrid</td></tr><tr><td>12/06/2019</td><td>19:00</td><td><a href="https://www.meetup.com/es-ES/WordPress-Aljarafe-Meetup/events/261833723/">Crear Custom Post Types de forma sencilla</a></td><td>WordPress Aljarafe</td><td>Mairena del Aljarafe</td></tr></tbody></table>\n\n\n\n<h2>Marketing</h2>\n\n\n\n<table class="wp-block-table"><tbody><tr><td><strong>Fecha</strong></td><td><strong>Hora</strong></td><td><strong>Título</strong></td><td><strong>Comunidad</strong></td><td><strong>Lugar</strong></td></tr><tr><td>06/06/2019</td><td>19:00</td><td><a href="https://www.meetup.com/es-ES/Girona-WordPress-Meetup/events/261488162/">El que s’amaga darrere d’una Acadèmia Online <img src="https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f468-1f3fb-200d-1f3eb.png" alt="👨🏻🏫" class="wp-smiley" style="height: 1em; max-height: 1em;" /></a></td><td>WordPress Girona</td><td>Girona</td></tr></tbody></table>\n\n\n\n<h2>Principiantes</h2>\n\n\n\n<table class="wp-block-table"><tbody><tr><td><strong>Fecha</strong></td><td><strong>Hora</strong></td><td><strong>Título</strong></td><td><strong>Comunidad</strong></td><td><strong>Lugar</strong></td></tr><tr><td>11/06/2019</td><td>11:00</td><td><a href="https://www.meetup.com/es-ES/Torrelodones-WordPress-Meetup/events/261463669/">¿Qué hosting elegir para mi WordPress?</a></td><td>WordPress Torrelodones</td><td>Torrelodones</td></tr><tr><td>18/06/2019</td><td>19:30</td><td><a href="https://www.meetup.com/es-ES/Huelva-WordPress-Meetup/events/261609572/">HWM #10 -> Consultorio de dudas en WordPress</a></td><td>WordPress Huelva</td><td>Huelva</td></tr></tbody></table>\n\n\n\n<h2>Seo</h2>\n\n\n\n<table class="wp-block-table"><tbody><tr><td><strong>Fecha</strong></td><td><strong>Hora</strong></td><td><strong>Titulo</strong></td><td><strong>Comunidad</strong></td><td><strong>Lugar</strong></td></tr><tr><td>03/06/2019</td><td>19:00</td><td><a href="https://www.meetup.com/es-ES/WordPress-Alicante/events/261669425/">Optimiza tu web: Configura Yoast SEO para comenzar mejorar tu posicionamiento</a></td><td>WordPress Alicante</td><td>Alacant</td></tr><tr><td>10/06/2019</td><td>19:00</td><td><a href="https://www.meetup.com/es-ES/Vigo-WordPress-Meetup/events/261877869/">Bailaré sobre tu SEO: Google, WordPress y otras historias del punk</a></td><td>WordPress Vigo</td><td>Vigo</td></tr></tbody></table>\n\n\n\n<h2>WPO</h2>\n\n\n\n<table class="wp-block-table"><tbody><tr><td><strong>Fecha</strong></td><td><strong>Hora</strong></td><td><strong>Título</strong></td><td><strong>Comunidad</strong></td><td><strong>Lugar</strong></td></tr><tr><td>10/06/2019</td><td>19:00</td><td><a href="https://www.meetup.com/es-ES/WordPress-Las-Palmas-de-Gran-Canaria/events/257555864/">Mejorar el rendimiento de una web hecha con WordPress: análisis de dificultades</a></td><td>WordPress Gran Canaria</td><td>Las Palmas</td></tr><tr><td>14/06/2019</td><td>19:00</td><td><a href="https://www.meetup.com/es-ES/Mostoles-WordPress-Meetup/events/261824624/">Archivo wp-config vitaminado: No te conformes con lo que viene por defecto, ¡opt</a></td><td>WordPress Móstoles</td><td>Móstoles</td></tr><tr><td>11/06/2019</td><td>18:00</td><td><a href="https://www.meetup.com/es-ES/Meetup-WordPress-Santa-Cruz-de-Tenerife/events/261869230/">Analiza, mide y mejora el rendimiento de tu página web</a></td><td>WordPress Tenerife</td><td>San Cristóbal de la Laguna</td></tr></tbody></table>\n\n\n\n<h2>Varios</h2>\n\n\n\n<table class="wp-block-table"><tbody><tr><td><strong>Fecha</strong></td><td><strong>Hora</strong></td><td><strong>Título</strong></td><td><strong>Comunidad</strong></td><td><strong>Lugar</strong></td></tr><tr><td>12/06/2019</td><td>19:00</td><td><a href="https://www.meetup.com/es-ES/WordPress-Zaragoza/events/262091372/">Gestiona tu trabajo a distancia sin complicarte la vida</a></td><td>WordPress Zaragoza</td><td>Zaragoza</td></tr></tbody></table>\n\n\n\n<p>Asistir a las meetups es una excelente forma de aprender y compartir tu conocimiento sobre WordPress, <strong>¡sea cuál sea tu nivel de conocimientos!</strong>.</p>\n\n\n\n<p>Con independencia del grado de compromiso; puedes asistir a cualquier meetup simplemente como oyente, tan solo tienes que registrarte a través de la web o de la app de meetup.com.</p>\n\n\n\n<p>Una vez registrado, recibirás de parte de los organizadores, en tu bandeja de correo, noticias sobre los próximos eventos programados en la comunidad local.</p>\n\n\n\n<p>Si te has apuntado a alguno de ellos, pero luego no puedes asistir, deja tu plaza libre para que pueda asistir otra persona.</p>\n\n\n\n<p>Y si además te animas a compartir tus competencias sobre alguna temática como ponente, simplemente puedes contactar con el organizador de la meetup.</p>\n\n\n\n<p>¡Te esperamos!</p>\n\n\n\n<blockquote class="wp-block-quote"><p><strong>Redactores </strong><br>Sara Villena – @cuatrorosas04<br>Revisión: @glycymeris y @priscilla2312</p></blockquote>\n\n\n\n<p></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:66:"https://es.wordpress.org/2019/06/08/meetups-del-mes-de-junio/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:64:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:69:"WordCamp Europe, una comunidad transnacional al servicio de 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:105:"https://es.wordpress.org/2019/06/01/wordcamp-europe-una-comunidad-transnacional-al-servicio-de-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:113:"https://es.wordpress.org/2019/06/01/wordcamp-europe-una-comunidad-transnacional-al-servicio-de-wordpress/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 01 Jun 2019 10:05:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"WordCamps";s: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:4:"WCEU";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://es.wordpress.org/?p=3839";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:370:"WordCamp San Francisco, año 2010. El portugués Zé Fontainhas comenzó a preguntarse: Fontainhas comenzó a preguntarse: «¿Por qué tengo que viajar hasta aquí para conocer a otros miembros de la comunidad que también viven en Europa?». Zé Fontainhas Durante una cena en la WordCamp Netherlands 2012, Zé descubrió que a otros miembros les rondaba por […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Abdón Hervá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:4774:"\n<p>WordCamp San Francisco, año 2010. El portugués Zé Fontainhas comenzó a preguntarse: </p>\n\n\n\n<p> Fontainhas comenzó a preguntarse: </p>\n\n\n\n<blockquote class="wp-block-quote"><p><em>«¿Por qué tengo que viajar hasta aquí para conocer a otros miembros de la comunidad que también viven en Europa?». </em></p><cite>Zé Fontainhas</cite></blockquote>\n\n\n\n<p>Durante una cena en la WordCamp Netherlands 2012, Zé descubrió que a otros miembros les rondaba por la cabeza la misma idea: una WordCamp a nivel europeo. </p>\n\n\n\n<p>Esa idea compartida entre unos pocos miembros de la comunidad fue el germen de la primera WordCamp Europe, celebrada en la ciudad holandesa de Leiden en 2013. </p>\n\n\n\n<p>Zé comparte la historia de cómo fue tomando forma el concepto de WordCamp Europe en <a href="https://wordpress.tv/2015/07/09/ze-fontainhas-how-wordcamp-europe-came-to-be/">este vídeo</a>.</p>\n\n\n\n<h2>Qué es WordCamp Europe</h2>\n\n\n\n<p>WordCamp Europe es la mayor conferencia de WordPress en el mundo. Un evento anual que nace con el objetivo de establecer y fortalecer las conexiones entre las comunidades locales de WordPress. </p>\n\n\n\n<p>WordCamp Europe, o WCEU, tiene una duración de tres días, se organiza por un equipo de voluntarios seleccionados de la comunidad de WordPress y tiene lugar en una ciudad europea diferente cada año.</p>\n\n\n\n<p>Este evento recibe a miles de asistentes que proceden de todo el mundo para disfrutar de dos días repletos de conferencias y participar en el Contributor Day, una jornada dedicada a continuar mejorando el Proyecto de código abierto de WordPress.</p>\n\n\n\n<h2>WCEU2019, la cita en Berlín contará con representación española</h2>\n\n\n\n<p>Si deseas asistir a charlas sobre WordPress con los mejores ponentes de Europa, incrementar tu red internacional de contactos y profundizar más en la comunidad, WCEU es tu evento.</p>\n\n\n\n<p>Los días 20, 21 y 22 de Junio, Berlín acogerá la <a href="https://2019.europe.wordcamp.org/">7ª Edición de WordCamp Europe</a>. Aunque es una WordCamp tan grande que ya no solo hay cosas que hacer los días señalados, muchos asistentes también se apuntan a otras <a href="https://2019.europe.wordcamp.org/tag/warmup-events/">actividades durante los días previos y posteriores a la conferencia</a>.</p>\n\n\n\n<p>Este año volverá a participar <a href="https://2019.europe.wordcamp.org/2019/03/28/schedule-matt-mullenweg/">Matt Mullenweg</a>, co-fundador de WordPress, y tendremos oportunidad de asistir a las charlas de dos activos miembros de nuestra comunidad: <a href="https://2019.europe.wordcamp.org/session/copywriting-tricks-techniques-and-ctas-for-bloggers-and-marketers-to-improve-conversion-rates/">Fernando Tellado</a> y <a href="https://2019.europe.wordcamp.org/session/variable-fonts-the-future-of-web-design/">Ana Cirujano</a>.</p>\n\n\n\n<p>También podremos encontrar en el evento a <a href="https://profiles.wordpress.org/frantorres/">Francisco Torres</a>, que ya está trabajando allí como voluntario y nos adelanta que la experiencia de WordCamp Europe está siendo precursora de lo que será <a href="https://make.wordpress.org/community/2019/03/29/wordcamp-asia-proposal/">WordCamp Asia</a>. </p>\n\n\n\n<p>Otros españoles que están ayudando son <a rel="noreferrer noopener" aria-label="David Aguilera (opens in a new tab)" href="https://neliosoftware.com/es/blog/autor/davilera/" target="_blank">David Aguilera</a> y <a rel="noreferrer noopener" aria-label="Ángel Villegas (opens in a new tab)" href="https://neliosoftware.com/es/blog/autor/avillegasn/" target="_blank">Ángel Villegas</a> o <a href="https://www.siteground.es/" target="_blank" rel="noreferrer noopener" aria-label="José Ramón Padrón (opens in a new tab)">José Ramón Padrón</a> como responsable del área de contenidos de WCEU.</p>\n\n\n\n<p>El inglés es el idioma oficial de esta gran WordCamp pero puedes estar seguro/a de que encontrarás personas que hablen tu idioma.</p>\n\n\n\n<h2>Cómo contribuir con WordCamp Europe</h2>\n\n\n\n<p>La mejor manera de contribuir es asistir a WordCamp Europe. Dar el paso desde una comunidad local hacia la comunidad global de WordPress para impulsar más aún este maravilloso proyecto. </p>\n\n\n\n<p>WCEU recibe mayoritariamente miembros de Europa pero también asisten miembros de otros continentes. ¿Puedes imaginar lo enriquecedor que resulta conectar con miembros de otras culturas a través de WordPress?</p>\n\n\n\n<p>Si tienes la oportunidad, participa en la próxima WordCamp Europe.</p>\n\n\n\n<p>En España, todavía son multitud los usuarios de WordPress que desconocen la envergadura e incluso la existencia de este evento. Y otra buena manera de contribuir con WCEU es difundiendo esta información en tus canales sociales. </p>\n\n\n\n<p>¿Contamos contigo?</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:110:"https://es.wordpress.org/2019/06/01/wordcamp-europe-una-comunidad-transnacional-al-servicio-de-wordpress/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:64:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"WordPress 5.2.1 – Actualización de mantenimiento";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://es.wordpress.org/2019/05/22/wordpress-5-2-1-actualizacion-de-mantenimiento/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:91:"https://es.wordpress.org/2019/05/22/wordpress-5-2-1-actualizacion-de-mantenimiento/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 22 May 2019 11:05: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:15:"Actualizaciones";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Mantenimiento";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://es.wordpress.org/?p=3797";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:392:"¡Ya está disponible WordPress 5.2.1! Esta actualización de mantenimiento corrige 33 fallos, e incluye mejoras en el editor de bloques, accesibilidad, internacionalización y la característica de salud del sitio introducida en la versión 5.2 Puedes revisar la lista completa de cambios en el Trac. WordPress 5.2.1 es una versión de mantenimiento de ciclo corto. Se espera que […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Fernando Tellado";s: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:5107:"\n<p>¡Ya está disponible WordPress 5.2.1! Esta actualización de mantenimiento corrige 33 fallos, e incluye mejoras en el editor de bloques, accesibilidad, internacionalización y la característica de salud del sitio introducida <a href="https://es.wordpress.org/2019/05/08/wordpress-5-2-jaco/">en la versión 5.2</a></p>\n\n\n\n<p>Puedes revisar la <a href="https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=5.2.1&order=priority">lista completa de cambios en el Trac</a>.</p>\n\n\n\n<p>WordPress 5.2.1 es una versión de mantenimiento de ciclo corto. Se espera que la <a href="https://core.trac.wordpress.org/query?milestone=5.2.2">version 5.2.2</a> esté disponible en aproximadamente dos semanas.</p>\n\n\n\n<p>Puedes descargar <a href="https://es.wordpress.org/download/releases/">WordPress 5.2.1</a> o visitar tu <strong>Escritorio → Actualizaciones</strong> y haz clic en <strong>Actualizar ahora</strong>. Los sitios compatibles con las actualizaciones en segundo plano ya han empezado a actualizarse automáticamente.</p>\n\n\n\n<p>Jonathan Desrosiers y William Earnhardt han co-liderado esta versión, con contribuciones de otros 52 colaboradores. ¡Gracias a todos los que han hecho posible versión!</p>\n\n\n\n<p><a href="https://profiles.wordpress.org/xavortm/">Alex Dimitrov</a>, <a href="https://profiles.wordpress.org/tellyworth/">Alex Shiels</a>, <a href="https://profiles.wordpress.org/afercia/">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/aduth/">Andrew Duthie</a>, <a href="https://profiles.wordpress.org/azaozz/">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/rarst/">Andrey “Rarst” Savchenko</a>, <a href="https://profiles.wordpress.org/afragen/">Andy Fragen</a>, <a href="https://profiles.wordpress.org/anischarolia/">anischarolia</a>, <a href="https://profiles.wordpress.org/birgire/">Birgir Erlendsson (birgire)</a>, <a href="https://profiles.wordpress.org/chesio/">chesio</a>, <a href="https://profiles.wordpress.org/chetan200891/">Chetan Prajapati</a>, <a href="https://profiles.wordpress.org/daxelrod/">daxelrod</a>, <a href="https://profiles.wordpress.org/dkarfa/">Debabrata Karfa</a>, <a href="https://profiles.wordpress.org/odminstudios/">Dima</a>, <a href="https://profiles.wordpress.org/dd32/">Dion Hulse</a>, <a href="https://profiles.wordpress.org/ocean90/">Dominik Schilling</a>, <a href="https://profiles.wordpress.org/iseulde/">Ella van Durpe</a>, <a href="https://profiles.wordpress.org/edocev/">Emil Dotsev</a>, <a href="https://profiles.wordpress.org/sachyya-sachet/">ghoul</a>, <a href="https://profiles.wordpress.org/gziolo/">Grzegorz (Greg) Ziółkowski</a>, <a href="https://profiles.wordpress.org/gwwar/">gwwar</a>, <a href="https://profiles.wordpress.org/hareesh-pillai/">Hareesh</a>, <a href="https://profiles.wordpress.org/ianbelanger/">Ian Belanger</a>, <a href="https://profiles.wordpress.org/imath/">imath</a>, <a href="https://profiles.wordpress.org/audrasjb/">Jb Audras</a>, <a href="https://profiles.wordpress.org/jeremyfelt/">Jeremy Felt</a>, <a href="https://profiles.wordpress.org/joen/">Joen Asmussen</a>, <a href="https://profiles.wordpress.org/desrosj/">Jonathan Desrosiers</a>, <a href="https://profiles.wordpress.org/spacedmonkey/">Jonny Harris</a>, <a href="https://profiles.wordpress.org/chanthaboune/">Josepha</a>, <a href="https://profiles.wordpress.org/jrf/">jrf</a>, <a href="https://profiles.wordpress.org/kjellr/">kjellr</a>, <a href="https://profiles.wordpress.org/clorith/">Marius L. J.</a>, <a href="https://profiles.wordpress.org/mikengarrett/">MikeNGarrett</a>, <a href="https://profiles.wordpress.org/dimadin/">Milan Dinić</a>, <a href="https://profiles.wordpress.org/mukesh27/">Mukesh Panchal</a>, <a href="https://profiles.wordpress.org/onlanka/">onlanka</a>, <a href="https://profiles.wordpress.org/paragoninitiativeenterprises/">paragoninitiativeenterprises</a>, <a href="https://profiles.wordpress.org/parkcityj/">parkcityj</a>, <a href="https://profiles.wordpress.org/peterwilsoncc/">Peter Wilson</a>, <a href="https://profiles.wordpress.org/presskopp/">Presskopp</a>, <a href="https://profiles.wordpress.org/youknowriad/">Riad Benguella</a>, <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/netweb/">Stephen Edgar</a>, <a href="https://profiles.wordpress.org/sebastienserre/">Sébastien SERRE</a>, <a href="https://profiles.wordpress.org/tfrommen/">Thorsten Frommen</a>, <a href="https://profiles.wordpress.org/hedgefield/">Tim Hengeveld</a>, <a href="https://profiles.wordpress.org/timothyblynjacobs/">Timothy Jacobs</a>, <a href="https://profiles.wordpress.org/timph/">timph</a>, <a href="https://profiles.wordpress.org/tobiasbg/">TobiasBg</a>, <a href="https://profiles.wordpress.org/tonybogdanov/">tonybogdanov</a>, <a href="https://profiles.wordpress.org/tobifjellner/">Tor-Bjorn Fjellner</a>, <a href="https://profiles.wordpress.org/earnjam/">William Earnhardt</a> y <a href="https://profiles.wordpress.org/fierevere/">Yui</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:88:"https://es.wordpress.org/2019/05/22/wordpress-5-2-1-actualizacion-de-mantenimiento/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:67:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"El primer do_action de España en Cáceres";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"https://es.wordpress.org/2019/05/17/el-primer-do_action-de-espana-en-caceres/";s: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:86:"https://es.wordpress.org/2019/05/17/el-primer-do_action-de-espana-en-caceres/#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, 17 May 2019 09:18: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: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:9:"do_action";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"Hackathon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://es.wordpress.org/?p=3768";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:354:"Hackathon Social con WordPress, el 25 de mayo en el Edificio Garaje 2.0 de Cáceres. El do_action es un evento donde nuestra comunidad local de WordPress se reúne para apoyar a organizaciones sin ánimo de lucro mediante la creación de sitios web. Todos los sitios los crearán GRATUITAMENTE los miembros de nuestra comunidad local utilizando […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Rosario Vidal";s: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:5547:"\n<figure class="wp-block-image"><img src="https://i0.wp.com/doaction.org/wp-content/uploads/2019/02/do_charity_caceres_2019.jpg?w=1960&ssl=1" alt="" /></figure>\n\n\n\n<h2><strong>Hackathon Social con WordPress, el 25 de mayo en el Edificio Garaje 2.0 de Cáceres.</strong></h2>\n\n\n\n<p>El <strong>do_action </strong>es un evento donde nuestra comunidad local de WordPress se reúne para <strong>apoyar a organizaciones sin ánimo de lucro mediante la creación de sitios web</strong>. </p>\n\n\n\n<p>Todos los sitios los crearán GRATUITAMENTE los miembros de nuestra comunidad local utilizando WordPress. Además, se ofrecerá formación a todas estas organizaciones el día del evento.</p>\n\n\n\n<p>La comunidad de<a href="https://www.wpextremadura.es/"> WordPress Extremadura</a> ha sido la encargada de organizar este evento en Cáceres. </p>\n\n\n\n<p>Te invitamos a que sigas el perfil de Twitter <a href="https://twitter.com/WPExtremadura">@WPExtremadura </a>y los hashtag <a href="https://twitter.com/hashtag/do_action?src=hash">#do_action</a>, <a href="https://twitter.com/hashtag/wpsocial?src=hash">#wpsocial</a>, <a href="https://twitter.com/search?q=%23hackathon&src=typd">#hackathon</a> y <a href="https://twitter.com/hashtag/WordPress?src=hash">#WordPress</a><a rel="noreferrer noopener" href="https://twitter.com/WPExtremadura"> </a> para estar al día de todas las novedades.</p>\n\n\n\n<h3><strong>Quién puede participar</strong></h3>\n\n\n\n<p>Si perteneces a la comunidad, tienes algo de experiencia en WordPress o simplemente te interesa este gestor de contenidos (CMS), <a href="https://doaction.org/event/caceres-2019/">te invitamos a participar.</a></p>\n\n\n\n<p>Cada uno de estos sitios web será construido por un equipo de 6-8 personas en los siguientes roles:</p>\n\n\n\n<ul><li>Jefe de proyecto</li><li>Diseñadores UX y UI</li><li>Creadores de contenido</li><li>Gestores de redes sociales</li><li>Desarrolladores (2 ó 3) por equipo</li><li>QA / control de calidad</li></ul>\n\n\n\n<h3><strong>Qué obtienen los participantes</strong></h3>\n\n\n\n<p>Tendrás la oportunidad de trabajar en equipo, aprender con otros profesionales, compartir conocimientos y habilidades y ayudar a ONGs locales a obtener un sitio web diseñado por expertos.</p>\n\n\n\n<p>Y por si fuera poco, ese día tendremos provisiones de fruta, café y comida para todo el mundo.</p>\n\n\n\n<p>¡Seguro que te diviertes y haces nuevos amigos mientras participas! </p>\n\n\n\n<h3><strong>Dónde se celebra el evento</strong></h3>\n\n\n\n<p>El evento tendrá lugar en el Edificio Garage 2.0. </p>\n\n\n\n<p>Habrá disponibles 5 salas, la más grande de ellas tiene una capacidad para 100 personas. Cuantas más personas nos reunamos, muchísimo mejor ya que conseguiremos ayudar a un mayor de número de ONGs. </p>\n\n\n\n<p>Si quieres saber más acerca del do_action, puedes conseguir más información en la web del evento. (<a href="https://doaction.org/es/sobre-nosotros/">https://doaction.org/es/sobre-nosotros/</a>). Y si tienes alguna duda, puedes contactar con la organización a través del email <em>wpextremadura@gmail.com.</em></p>\n\n\n\n<h3><strong>Patrocinadores</strong></h3>\n\n\n\n<p>Se siguen buscando patrocinadores, una pieza fundamental para que este evento sea un gran éxito. A cambio, las empresas patrocinadoras obtendrán repercusión mediática y otros grandes beneficios.<a href="https://www.wpsocial.es/patrocinar/"> </a><a href="https://www.wpsocial.es/patrocinar/">Aquí tienes más información.</a></p>\n\n\n\n<h3><strong>ONGs / Organizaciones sin ánimo de lucro.</strong></h3>\n\n\n\n<p>Actualmente hay 19 organizaciones sin ánimo de lucro registradas en este evento. En un sólo día, pueden mejorar su presencia online, sin ningún coste para ellas.</p>\n\n\n\n<p>Al menos uno o dos representantes de cada organización deberán estar presentes durante el hackathon y formarán parte del equipo que construya su sitio web.</p>\n\n\n\n<p>Los representantes de cada organización también recibirán formación gratuita sobre el uso de WordPress a través de sesiones y talleres a lo largo del día. </p>\n\n\n\n<h3><strong>Apúntate como participante en este hackathon</strong></h3>\n\n\n\n<p>Para participar en este evento, simplemente completa el siguiente formulario. Aquí tienes la<a href="https://doaction.org/es/guia-para-participantes/"> guía del participante</a> para obtener más detalles acerca de lo que se espera de ti al registrarte. </p>\n\n\n\n<h4><strong>Selecciona una organización</strong></h4>\n\n\n\n<p><a href="https://doaction.org/event/caceres-2019/">Haz clic en una organización sin ánimo de lucro</a> para seleccionarla y, una vez lo hayas hecho, podrás seleccionar tu rol en el equipo de desarrollo del proyecto. </p>\n\n\n\n<p>Si el nombre de una organización sale en gris, significa que no tiene perfiles disponibles.</p>\n\n\n\n<p>¡Date prisa! O puede que la organización que más te guste ya tenga todos sus puestos ocupados.</p>\n\n\n\n<p>Puedes encontrar más información relativa a este interesante evento social en <a href="https://www.wpsocial.es/">wpsocial.es.</a></p>\n\n\n\n<h3>Redacción y colaboración</h3>\n\n\n\n<p>Redacción: <a href=''https://profiles.wordpress.org/rosariocreativa/'' class=''mention''><span class=''mentions-prefix''>@</span>rosariocreativa</a> y monicavillagra</p>\n\n\n\n<p>Revisión: <a href=''https://profiles.wordpress.org/diegoestebangisbert/'' class=''mention''><span class=''mentions-prefix''>@</span>diegoestebangisbert</a> y <a href=''https://profiles.wordpress.org/priscilla2312/'' class=''mention''><span class=''mentions-prefix''>@</span>priscilla2312</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:82:"https://es.wordpress.org/2019/05/17/el-primer-do_action-de-espana-en-caceres/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:"";}}}}}}}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:30:"https://es.wordpress.org/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:9:"\n hourly ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:4:"\n 1 ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Mon, 14 Oct 2019 07:39:15 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:6:"x-olaf";s:3:"⛄";s:13:"last-modified";s:29:"Wed, 09 Oct 2019 07:27:20 GMT";s:4:"link";s:61:"<https://es.wordpress.org/wp-json/>; rel="https://api.w.org/"";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:9:"HIT ord 2";}}s:5:"build";s:14:"20130911040210";}', 'no'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (316, '_transient_timeout_feed_mod_69c933d8a78805efd0abe985766ffb51', '1571081955', 'no'), (317, '_transient_feed_mod_69c933d8a78805efd0abe985766ffb51', '1571038755', 'no'), (318, '_site_transient_timeout_elementor_pro_remote_info_api_data_2.7.1', '1571082083', 'no'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (319, '_site_transient_elementor_pro_remote_info_api_data_2.7.1', 'a:15:{s:14:"stable_version";s:5:"2.7.2";s:12:"last_updated";s:19:"2019-10-06 13:38:45";s:8:"sections";s:85718:"a:2:{s:11:"description";s:161:"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.";s:9:"changelog";s:85496:"<h4>2.7.2 - 2019-10-06</h4>\n<ul>\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href="https://github.com/elementor/elementor/issues/9209">#9209</a>)</li>\n<li>Fix: Content width glitch in Slides widget (#9180)(<a href="https://github.com/elementor/elementor/issues/9180">#9180</a>)</li>\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href="https://github.com/elementor/elementor/issues/9180">#9180</a>)</li>\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display</code> CSS</li>\n</ul>\n<h4>2.7.1 - 2019-09-26</h4>\n<ul>\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href="https://github.com/elementor/elementor/issues/9180">#9180</a>)</li>\n<li>Fix: Duplicate images under "All" filter in Multiple Gallery</li>\n</ul>\n<h4>2.7.0 - 2019-09-24</h4>\n<ul>\n<li>New: Enhanced Galleries widget (<a href="https://github.com/elementor/elementor/issues/1898">#1898</a>, <a href="https://github.com/elementor/elementor/issues/3103">#3103</a>, <a href="https://github.com/elementor/elementor/issues/4279">#4279</a>, <a href="https://github.com/elementor/elementor/issues/7631">#7631</a>)</li>\n<li>New: Dynamic Number (<a href="https://github.com/elementor/elementor/issues/5952">#5952</a>)</li>\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href="https://github.com/elementor/elementor/issues/4617">#4617</a>)</li>\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets</li>\n<li>Tweak: Added tags support to forms Mailchimp action (<a href="https://github.com/elementor/elementor/issues/5418">#5418</a>)</li>\n<li>Tweak: User Profile Picture Dynamic Tag (<a href="https://github.com/elementor/elementor/issues/7947">#7947</a>, <a href="https://github.com/elementor/elementor/issues/8740">#8740</a>)</li>\n<li>Tweak: Added <code>font-display</code> support to custom fonts (<a href="https://github.com/elementor/elementor/issues/5993">#5993</a>, <a href="https://developers.elementor.com/elementor-pro-2-7-custom-fonts-font-display-support/">Developers Blog Post</a>)</li>\n<li>Tweak: Added Text Shadow control to Slides widget (<a href="https://github.com/elementor/elementor/issues/8800">#8800</a>)</li>\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href="https://github.com/elementor/elementor/issues/8799">#8799</a>)</li>\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href="https://github.com/elementor/elementor/issues/9030">#9030</a>)</li>\n<li>Tweak: Use <code>swiper.js</code> instead of <code>slick.js</code> in Slides widget (<a href="https://developers.elementor.com/elementor-2-7-moving-sliders-from-slick-to-swiper/">Developers Blog Post</a>)</li>\n<li>Tweak: Added <code>elementor_pro/search_form/before_input</code> action hook to Search Form widget (<a href="https://github.com/elementor/elementor/issues/5598">#5598</a>)</li>\n<li>Tweak: Added <code>elementor_pro/search_form/after_input</code> action hook to Search Form widget (<a href="https://github.com/elementor/elementor/issues/5598">#5598</a>)</li>\n<li>Tweak: Added dynamic support for Custom field key (<a href="https://github.com/elementor/elementor/issues/7789">#7789</a>)</li>\n<li>Tweak: Increased expired license notice bar frequency</li>\n<li>Tweak: Changed the icon name of Slides widget</li>\n<li>Tweak: Added designated Finder''s Icons for Custom icons & Custom fonts</li>\n<li>Tweak: Use Ken Burns Effect as an external module</li>\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets</li>\n<li>Tweak: Editor Panel UI tweaks</li>\n<li>Tweak: Added DOM events on Popup show/hide (<a href="https://developers.elementor.com/elementor-pro-2-7-popup-events/">Developers Blog Post</a>)</li>\n<li>Tweak: Added option to change the variations field width in Add to Cart widget</li>\n<li>Tweak: Use select control instead of select2 in Menu Cart widget</li>\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget</li>\n<li>Tweak: Added Typography controls to HTML field in Forms widget</li>\n<li>Tweak: Allow edit selected Font file in Custom Font</li>\n<li>Tweak: Changed reCAPTCHA v3 error message</li>\n<li>Tweak: Remove the "Save as Global" option on Global widget context menu</li>\n<li>Fix: Corrected selector for <code>removeControlSpinner()</code> (<a href="https://github.com/elementor/elementor/issues/8790">#8790</a>)</li>\n<li>Fix: Slides widget navigation icons misplacement (<a href="https://github.com/elementor/elementor/issues/8533">#8533</a>)</li>\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href="https://github.com/elementor/elementor/issues/8527">#8527</a>)</li>\n<li>Fix: Inconsistent behavior when "Infinite Loop" enabled with "Autoplay" in Slides widget (<a href="https://github.com/elementor/elementor/issues/6726">#6726</a>)</li>\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href="https://github.com/elementor/elementor/issues/1671">#1671</a>)</li>\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href="https://github.com/elementor/elementor/issues/7347">#7347</a>)</li>\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs</li>\n<li>Fix: Removed unnecessary divider in Call to Action widget</li>\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity</code> is enabled.</li>\n<li>Fix: Add support for Document/PageBase in Theme Builder (Core >=2.7.0)</li>\n<li>Fix: Ampersand character breaks email link in Share Buttons widget</li>\n<li>Fix: Correct custom font attachment <code>mime-type</code> to show uploaded Custom Fonts</li>\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget</li>\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated</li>\n<li>Fix: Querying CPT with custom taxonomies does not show the taxonomies before saving</li>\n<li>Fix: Double rendering on change caused console error in Theme Builder''s conditions screen</li>\n<li>Fix: Translations and Strings in Share Buttons widget</li>\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control</li>\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget</li>\n</ul>\n<h4>2.6.5 - 2019-08-26</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7</li>\n<li>Fix: Button style not working when <code>quantity</code> is enabled in Custom Add To Cart widget</li>\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget</li>\n</ul>\n<h4>2.6.4 - 2019-08-21</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7</li>\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility</li>\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget</li>\n</ul>\n<h4>2.6.3 - 2019-08-18</h4>\n<ul>\n<li>Fix: Core version rollback to <code>>2.6.0</code> causes a fatal error</li>\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox</li>\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge</li>\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings</li>\n</ul>\n<h4>2.6.2 - 2019-07-30</h4>\n<ul>\n<li>Tweak: Better accessibility support in Search Form widget</li>\n<li>Fix: UI glitched in Popup publish screen (<a href="https://github.com/elementor/elementor/issues/8616">#8616</a>)</li>\n<li>Fix: "Child of Term" and "Any child of term" conditions (<a href="https://github.com/elementor/elementor/issues/8695">#8695</a>)</li>\n<li>Fix: Restored <code>library_widget_templates</code> action hook for 3rd party compatibility (<a href="https://github.com/elementor/elementor/issues/8687">#8687</a>)</li>\n<li>Fix: Twitter Icon missing in Blockquote widget</li>\n<li>Fix: Form reCAPTCHA v3 badge position not working</li>\n<li>Fix: Renewal notice bar appears in wrong situations</li>\n<li>Fix: Draft Icon Set loads empty Icon Library</li>\n</ul>\n<h4>2.6.1 - 2019-07-24</h4>\n<ul>\n<li>Fix: Query Control autocomplete not retrieving results (<a href="https://github.com/elementor/elementor/issues/8672">#8672</a>, <a href="https://github.com/elementor/elementor/issues/8661">#8661</a>)</li>\n<li>Fix: Price Table features section not working (<a href="https://github.com/elementor/elementor/issues/8660">#8660</a>)</li>\n</ul>\n<h4>2.6.0 - 2019-07-23</h4>\n<ul>\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href="https://github.com/elementor/elementor/issues/110">#110</a>)</li>\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href="https://github.com/elementor/elementor/issues/4430">#4430</a>)</li>\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href="https://github.com/elementor/elementor/issues/8213">#8213</a>, <a href="https://github.com/elementor/elementor/issues/6039">#6039</a>, <a href="https://github.com/elementor/elementor/issues/7165">#7165</a>)</li>\n<li>Tweak: Added Exit Animation for Popups (<a href="https://github.com/elementor/elementor/issues/7063">#7063</a>)</li>\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href="https://github.com/elementor/elementor/issues/5147">#5147</a>)</li>\n<li>Tweak: Added Navigator Indicators for Custom CSS & Motion Effects (<a href="https://github.com/elementor/elementor/issues/2180">#2180</a>)</li>\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href="https://github.com/elementor/elementor/issues/7552">#7552</a>)</li>\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href="https://github.com/elementor/elementor/issues/7928">#7928</a>)</li>\n<li>Tweak: Added <code>none</code> breakpoint option to Nav Menu widget (<a href="https://github.com/elementor/elementor/issues/7916">#7916</a>)</li>\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href="https://github.com/elementor/elementor/issues/8366">#8366</a>)</li>\n<li>Tweak: Added <code>elementor/query/query_results</code> hook to Query Control to allow full control over results (<a href="https://github.com/elementor/elementor/issues/7912">#7912</a>)</li>\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href="https://github.com/elementor/elementor/issues/8090">#8090</a>)</li>\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups</code> option is selected (<a href="https://github.com/elementor/elementor/issues/8189">#8189</a>)</li>\n<li>Tweak: Added condition option to all of archive child pages (<a href="https://github.com/elementor/elementor/issues/8256">#8256</a>)</li>\n<li>Tweak: Added <code>Effects Relative To</code> control to Scrolling Effects</li>\n<li>Tweak: Allow shortcodes in HTML Form field</li>\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability</li>\n<li>Tweak: Changed MailChimp <code>List</code> label to <code>Audience</code></li>\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup</li>\n<li>Tweak: Added <code>Deprecated Notice</code> control to <code>Archive Products</code> and <code>Woo Products</code> widgets</li>\n<li>Tweak: Added default dynamic title for archives in Theme Builder</li>\n<li>Tweak: Added condition to show <code>Centered Slides</code> control in Media Carousel widget</li>\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated</li>\n<li>Tweak: Replaced <code>select</code> control with <code>choose</code> control in Price List widget</li>\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor</li>\n<li>Tweak: Minor styling tweaks in the Popup publish modal</li>\n<li>Tweak: Hide ordering form in Products widget on front page</li>\n<li>Tweak: Removed page title markup when ''Hide Title'' is active</li>\n<li>Tweak: Added style controls for HTML field in Form widget</li>\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href="https://github.com/elementor/elementor/issues/7240">#7240</a>)</li>\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href="https://github.com/elementor/elementor/issues/7884">#7884</a>)</li>\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href="https://github.com/elementor/elementor/issues/8497">#8497</a>)</li>\n<li>Fix: Missing Print icon in Share Buttons (<a href="https://github.com/elementor/elementor/issues/8506">#8506</a>)</li>\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad</li>\n<li>Deprecated: <code>DB::save_editor()</code> - Remove usage of this method (<a href="https://developers.elementor.com/v2-6-0-planned-deprecations/">Deprecation Post</a>)</li>\n<li>Deprecated: <code>DB::get_plain_editor()</code> - Remove usage of this method (<a href="https://developers.elementor.com/v2-6-0-planned-deprecations/">Deprecation Post</a>)</li>\n</ul>\n<h4>2.5.14 - 2019-07-14</h4>\n<ul>\n<li>Fix: Better WC Related Product grid support to various themes (<a href="https://github.com/elementor/elementor/issues/8555">#8555</a>)</li>\n</ul>\n<h4>2.5.13 - 2019-07-11</h4>\n<ul>\n<li>Fix: Better WC grid support to various themes</li>\n</ul>\n<h4>2.5.12 - 2019-07-10</h4>\n<ul>\n<li>Fix: Grid for WooCommerce Archive Product widget</li>\n<li>Fix: Remove redundant <code>whitespace</code> CSS property causes style glitch in iPad</li>\n<li>Tweak: Added more compatibility for Elementor v2.6</li>\n</ul>\n<h4>2.5.11 - 2019-07-02</h4>\n<ul>\n<li>Fix: Close icon missing from Nav Menu widget (<a href="https://github.com/elementor/elementor/issues/8460">#8460</a>)</li>\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href="https://github.com/elementor/elementor/issues/8461">#8461</a>)</li>\n<li>Fix: Fatal error when deleting used Pods fields (<a href="https://github.com/elementor/elementor/issues/8396">#8396</a>)</li>\n<li>Fix: Missing dropdown icon in conditions screen</li>\n</ul>\n<h4>2.5.10 - 2019-05-28</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6</li>\n<li>Tweak: Error caused by empty Rows & Columns values in Products widget (<a href="https://github.com/elementor/elementor/issues/8261">#8261</a>)</li>\n<li>Fix: Do not unset <code>product</code> CPT if it''s not from WooCommerce (<a href="https://github.com/elementor/elementor/issues/8160">#8160</a>)</li>\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href="https://github.com/elementor/elementor/issues/8285">#8285</a>)</li>\n<li>Fix: Title styling not working in Products Categories widget</li>\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser</li>\n<li>Fix: WooCommerce archives included in "All Archives" condition</li>\n</ul>\n<h4>2.5.9 - 2019-05-28</h4>\n<ul>\n<li>Tweak: Removed <code>auto-confirm</code> control from MailPoet to support new version of MailPoet</li>\n<li>Fix: Multiple Custom Fonts not rendered in the editor</li>\n<li>Fix: Products <code>sale</code> query - handle exclude by manual selection.</li>\n<li>Fix: Product Categories grid row & column style</li>\n<li>Fix: Form integration AJAX cache override</li>\n<li>Fix: Removed redundant CSS on Canvas & Header-Footer page templates</li>\n</ul>\n<h4>2.5.8 - 2019-05-06</h4>\n<ul>\n<li>Fix: Popup entrance animation not working in frontend</li>\n<li>Fix: Popup Exit Intent trigger activated multiple times</li>\n</ul>\n<h4>2.5.7 - 2019-05-05</h4>\n<ul>\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href="https://github.com/elementor/elementor/issues/7875">#7875</a>)</li>\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href="https://github.com/elementor/elementor/issues/7824">#7824</a>)</li>\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href="https://github.com/elementor/elementor/issues/7395">#7395</a>)</li>\n<li>Fix: WC variations select style glitch in several themes (<a href="https://github.com/elementor/elementor/issues/8008">#8008</a>)</li>\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases</li>\n</ul>\n<h4>2.5.6 - 2019-04-29</h4>\n<ul>\n<li>Tweak: Removed <code>Shortcode</code> dynamic from Image, Gallery and Media control</li>\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href="https://github.com/elementor/elementor/issues/7809">#7809</a>)</li>\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control</li>\n<li>Fix: Query Control Related by author glitches in edge cases</li>\n<li>Fix: Query Control using terms for Products widget</li>\n<li>Fix: Posts cards style glitch in small screens</li>\n<li>Fix: Display conditions delete icon missing in small screens</li>\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor</li>\n</ul>\n<h4>2.5.5 - 2019-04-08</h4>\n<ul>\n<li>Tweak: Allow text selection inside a Popup</li>\n<li>Fix: Added backwards compatibility for <code>tax_query</code> in Query Control (<a href="https://github.com/elementor/elementor/issues/7751">#7751</a>)</li>\n<li>Fix: Missing arguments for <code>widget_title</code> filter (<a href="https://github.com/elementor/elementor/issues/7745">#7745</a>)</li>\n</ul>\n<h4>2.5.4 - 2019-04-03</h4>\n<ul>\n<li>Fix: Move Query from using <code>term_id</code> to <code>term_taxonomy_id</code> (<a href="https://github.com/elementor/elementor/issues/7653">#7653</a>)</li>\n<li>Fix: Offset manipulation hook removal in Query control</li>\n<li>Fix: Missing form field <code>ID</code> in some edge cases (<a href="https://github.com/elementor/elementor/issues/7711">#7711</a>, <a href="https://github.com/elementor/elementor/issues/7660">#7660</a>)</li>\n</ul>\n<h4>2.5.3 - 2019-03-31</h4>\n<ul>\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href="https://github.com/elementor/elementor/issues/7673">#7673</a>)</li>\n<li>Fix: Missing form field names (<a href="https://github.com/elementor/elementor/issues/7651">#7651</a>)</li>\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href="https://github.com/elementor/elementor/issues/7633">#7633</a>)</li>\n<li>Fix: <code>products_deprecated</code> Query Control module compatibility (<a href="https://github.com/elementor/elementor/issues/7654">#7654</a>)</li>\n<li>Fix: Changed query method from <code>term_id</code> to <code>term_taxonomy_id</code> (<a href="https://github.com/elementor/elementor/issues/7653">#7653</a>)</li>\n</ul>\n<h4>2.5.2 - 2019-03-27</h4>\n<ul>\n<li>Fix: Overwrite parent widget type in Global Widget (<a href="https://github.com/elementor/elementor/issues/7632">#7632</a>)</li>\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href="https://github.com/elementor/elementor/issues/7635">#7635</a>)</li>\n<li>Fix: Manual Selection option not working in Query Control (<a href="https://github.com/elementor/elementor/issues/7634">#7634</a>)</li>\n<li>Fix: Incorrect condition caused handlers issues inside popup</li>\n</ul>\n<h4>2.5.1 - 2019-03-26</h4>\n<ul>\n<li>Fix: Query Control invalid call to deprecated action (<a href="https://github.com/elementor/elementor/issues/7619">#7619</a>)</li>\n<li>Tweak: Renamed action hook from <code>elementor_pro/{$widget_name}/query/{$query_id}</code> to <code>elementor/query/{$query_id}</code></li>\n<li>Tweak: Renamed filter hook from <code>elementor_pro/query_control/get_query_args/current_query</code> to <code>elementor/query/get_query_args/current_query</code></li>\n</ul>\n<h4>2.5.0 - 2019-03-26</h4>\n<ul>\n<li>New: Introducing Motion Effects including Scrolling & Mouse effects (<a href="https://github.com/elementor/elementor/issues/72">#72</a>)</li>\n<li>New: Introducing Related Posts for Query Control (<a href="https://github.com/elementor/elementor/issues/7306">#7306</a>, <a href="https://github.com/elementor/elementor/issues/7490">#7490</a>)</li>\n<li>New: Introducing Date query for Query Control</li>\n<li>New: Introducing Sticky Posts support for Query Control (<a href="https://github.com/elementor/elementor/issues/2501">#2501</a>)</li>\n<li>Tweak: Added option to open a Popup by a custom selector (<a href="https://github.com/elementor/elementor/issues/6871">#6871</a>, <a href="https://github.com/elementor/elementor/issues/6876">#6876</a>, <a href="https://github.com/elementor/elementor/issues/7258">#7258</a>)</li>\n<li>Tweak: Option to count when Popup is closed in "Show up to X times" Advanced Rule</li>\n<li>Tweak: Added full border radius control options inside Popup</li>\n<li>Tweak: Changed exit intent icon in Popups</li>\n<li>Tweak: Show only one popup in its own preview</li>\n<li>Tweak: Added responsive support to Popup entrance animation control</li>\n<li>Tweak: Conditions - Singular <code>All Pages</code> string changed to <code>Pages</code></li>\n<li>Tweak: Added form field shortcode support for Drip tags (<a href="https://github.com/elementor/elementor/issues/7000">#7000</a>)</li>\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href="https://github.com/elementor/elementor/issues/7258">#7258</a>)</li>\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href="https://github.com/elementor/elementor/issues/6779">#6779</a>)</li>\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href="https://github.com/elementor/elementor/issues/6986">#6986</a>)</li>\n<li>Tweak: Decrease <code>z-index</code> for Nav Menu (<a href="https://github.com/elementor/elementor/issues/6869">#6869</a>)</li>\n<li>Tweak: Changed "Scrolling Effects" section label to "Motion Effects"</li>\n<li>Tweak: Use filter <code>get_meta_viewport</code> for header templates (<a href="https://github.com/elementor/elementor/issues/7043">#7043</a>)</li>\n<li>Tweak: use filterable <code>Util::get_public_post_types()</code> in Theme Builder (<a href="https://github.com/elementor/elementor/issues/7172">#7172</a>)</li>\n<li>Tweak: Added Cloudflare rocket-loader support (<a href="https://github.com/elementor/elementor/issues/7443">#7443</a>)</li>\n<li>Tweak: Added responsive support to WC Products Columns & Rows Gap controls (<a href="https://github.com/elementor/elementor/issues/6913">#6913</a>)</li>\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" buttons styling</li>\n<li>Fix: Custom ID reset to default when dragging repeater</li>\n<li>Fix: Conflict between archive-products widget and WC customizer</li>\n<li>Fix: Add to Cart widget <code>spacing</code> and <code>space-between</code></li>\n<li>Fix: Library view when creating a new Header or Footer</li>\n<li>Fix: Post types labels missing on Add New Template modal</li>\n</ul>\n<h4>2.4.8 - 2019-03-11</h4>\n<ul>\n<li>Fix: Missing query section in Products widget</li>\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases</li>\n</ul>\n<h4>2.4.7 - 2019-03-06</h4>\n<ul>\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+</li>\n</ul>\n<h4>2.4.6 - 2019-03-04</h4>\n<ul>\n<li>Fix: Pods gallery dynamic when empty (<a href="https://github.com/elementor/elementor/issues/7127">#7127</a>)</li>\n<li>Fix: Duplicate call for conditions screen issue</li>\n<li>Fix: Compatibility with Elementor v2.5.0</li>\n</ul>\n<h4>2.4.5 - 2019-02-18</h4>\n<ul>\n<li>Fix: Image size issue in Testimonial Carousel (<a href="https://github.com/elementor/elementor/issues/7058">#7058</a>)</li>\n<li>Fix: MailChimp groups not saved in a form integration (<a href="https://github.com/elementor/elementor/issues/7083">#7083</a>)</li>\n<li>Fix: Show popup preview only on it''s own preview</li>\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases</li>\n</ul>\n<h4>2.4.4 - 2019-02-11</h4>\n<ul>\n<li>Tweak: Added ACF Date Time Picker field support (<a href="https://github.com/elementor/elementor/issues/6690">#6690</a>)</li>\n<li>Tweak: Changed the term of <code>All Posts</code> condition to <code>Posts</code></li>\n<li>Fix: Added <code><IfModule></code> to avoid 500 error when <code>mod-headers</code> is missing (<a href="https://github.com/elementor/elementor/issues/7034">#7034</a>)</li>\n<li>Fix: Include post CSS deletion in Global Widget update (<a href="https://github.com/elementor/elementor/issues/6856">#6856</a>)</li>\n<li>Fix: <code>Textarea</code> default value in Forms Widget (<a href="https://github.com/elementor/elementor/issues/6934">#6934</a>)</li>\n<li>Fix: MailPoet latest version caused fatal error (<a href="https://github.com/elementor/elementor/issues/6996">#6996</a>)</li>\n<li>Fix: Fatal Error caused by calling MailPoet deleted method</li>\n<li>Notice: MailPoet <code>Auto Confirm</code> option will now default to "On"</li>\n</ul>\n<h4>2.4.3 - 2019-01-30</h4>\n<ul>\n<li>Fix: Custom Add to Cart widget responsive alignment settings</li>\n<li>Fix: Links in Post Info widget</li>\n<li>Fix: WooCommerce <code>View Cart</code> string translate</li>\n<li>Fix: Wrapper classes for header/footer templates (<a href="https://github.com/elementor/elementor/issues/6884">#6884</a>)</li>\n</ul>\n<h4>2.4.2 - 2019-01-25</h4>\n<ul>\n<li>Tweak: Added pixel units to Close Button position control in Popups</li>\n<li>Fix: Exclude error in WC Products widget</li>\n</ul>\n<h4>2.4.1 - 2019-01-24</h4>\n<ul>\n<li>Tweak: Added CSS classes control to Popup (<a href="https://github.com/elementor/elementor/issues/6826">#6826</a>)</li>\n<li>Tweak: Added responsive image size to Testimonial Carousel widget</li>\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href="https://github.com/elementor/elementor/issues/6842">#6842</a>)</li>\n<li>Fix: Support of exclude-ids in WC Products widget</li>\n<li>Fix: Popup close button not clickable</li>\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href="https://github.com/elementor/elementor/issues/6749">#6749</a>)</li>\n<li>Fix: Bad anchors breaks the page JS</li>\n<li>Fix: Popup overlay shown when turned off</li>\n</ul>\n<h4>2.4.0 - 2019-01-21</h4>\n<ul>\n<li>New: Introducing Popup Builder (<a href="https://github.com/elementor/elementor/issues/628">#628</a>)</li>\n<li>New: Added <code>Popup</code> Dynamic Tag</li>\n<li>New: Added <code>Popup</code> forms action after submit</li>\n<li>New: Added User Info dynamic tag (<a href="https://github.com/elementor/elementor/issues/6322">#6322</a>)</li>\n<li>Tweak: Added dynamic capabilities for "Nothing Found" message</li>\n<li>Tweak: Added <code>elementor_pro/theme_builder/archive/escape_nothing_found_message</code> Filter to avoid HTML escaping in "Nothing Found" message (<a href="https://github.com/elementor/elementor/issues/6053">#6053</a>)</li>\n<li>Tweak: Added <code>add_doc_to_location</code> method to Allow insertion of a document to a location</li>\n<li>Fix: <code>z-index</code> issue with CTA widget (<a href="https://github.com/elementor/elementor/issues/6486">#6486</a>)</li>\n<li>Fix: Hide the Post Content widget and show it only in a Single document</li>\n<li>Fix: <code>selector</code> replacement in Custom CSS</li>\n<li>Fix: Apply <code>the_content</code> on the real content only</li>\n<li>Fix: CSS for WC products selector (<a href="https://github.com/elementor/elementor/issues/6559">#6559</a>)</li>\n<li>Fix: Odnoklassniki share URL (<a href="https://github.com/elementor/elementor/issues/6638">#6638</a>)</li>\n<li>Fix: Custom link new tab in Post Info widget (<a href="https://github.com/elementor/elementor/issues/5766">#5766</a>)</li>\n<li>Fix: <code>nofollow</code> link in Flip Box & CTA widgets</li>\n<li>Fix: Post Terms in Post Info widget</li>\n<li>Fix: Added screen reader to some icons & buttons for better accessibility (<a href="https://github.com/elementor/elementor/issues/5386">#5386</a>)</li>\n<li>Fix: Accessibility labels in Reviews widget (<a href="https://github.com/elementor/elementor/issues/6630">#6630</a>)</li>\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active</li>\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget</li>\n<li>Fix: Sub-menu arrow position in Nav Menu widget</li>\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href="https://github.com/elementor/elementor/issues/6648">#6648</a>)</li>\n</ul>\n<h4>2.3.1 - 2018-12-19</h4>\n<ul>\n<li>Fix: Template widget search functionality (<a href="https://github.com/elementor/elementor/issues/6473">#6473</a>)</li>\n<li>Fix: Apply <code>the_content</code> filter to post content in theme builder</li>\n</ul>\n<h4>2.3.0 - 2018-12-17</h4>\n<ul>\n<li>New: Introducing Discord Integration for Forms (<a href="https://github.com/elementor/elementor/issues/4218">#4218</a>)</li>\n<li>New: Introducing Slack Integration for Forms</li>\n<li>New: Introducing MailerLite Integration for Forms (<a href="https://github.com/elementor/elementor/issues/4462">#4462</a>)</li>\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account</li>\n<li>Tweak: Added <code>elementor_pro/utils/get_public_post_types</code> filter hook (<a href="https://github.com/elementor/elementor/issues/5900">#5900</a>)</li>\n<li>Tweak: Added <code>loop_start</code> & <code>the_content</code> hooks for Post Content (<a href="https://github.com/elementor/elementor/issues/6173">#6173</a>)</li>\n<li>Tweak: Removed Custom Attributes from Page Settings</li>\n<li>Tweak: Always add the Custom CSS control to the Advanced tab</li>\n<li>Fix: In sub Term condition false positive in edge cases</li>\n<li>Fix: ToolSet Dynamic Image fallback</li>\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget</li>\n<li>Fix: Style glitch in the Conditions screen in Safari browser</li>\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href="https://github.com/elementor/elementor/issues/6080">#6080</a>)</li>\n<li>Fix: The color of label won''t change color in Widget login</li>\n</ul>\n<h4>2.2.5 - 2018-12-11</h4>\n<ul>\n<li>New: Add Style Tab & Custom CSS for Header & Footer Templates.</li>\n<li>Tweak: Added a better identifier for subpages (<a href="https://github.com/elementor/elementor/issues/6362">#6362</a>)</li>\n<li>Tweak: Removed Custom Attributes from page settings</li>\n<li>Fix: Yahoo event URL date issue (<a href="https://github.com/elementor/elementor/issues/6354">#6354</a>)</li>\n<li>Fix: Allow timezone settings in Google event URL (<a href="https://github.com/elementor/elementor/issues/6354">#6354</a>)</li>\n<li>Fix: Avoid <code>z-index</code> changes by <code>nanocss</code> in build process</li>\n<li>Fix: Added missing WC upsells products CSS</li>\n<li>Fix: Nav Menu dropdown losing color on hover</li>\n<li>Fix: WC Product Add-ons CSS compatibility</li>\n</ul>\n<h4>2.2.4 - 2018-12-04</h4>\n<ul>\n<li>Fix: Global widget not saving changes (<a href="https://github.com/elementor/elementor/issues/6340">#6340</a>)</li>\n<li>Fix: Dynamic tags support in Blockquote widget (<a href="https://github.com/elementor/elementor/issues/6334">#6334</a>)</li>\n<li>Fix: Forms Redirect URL action when using form field values with spaces</li>\n</ul>\n<h4>2.2.3 - 2018-11-29</h4>\n<ul>\n<li>Fix: Missing "Edit Template" in Template widget (<a href="https://github.com/elementor/elementor/issues/6271">#6271</a>)</li>\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu</li>\n<li>Fix: Show only supported templates in Template widget</li>\n<li>Fix: Revert conflicting fix for a default order for WC archive</li>\n</ul>\n<h4>2.2.2 - 2018-11-28</h4>\n<ul>\n<li>Fix: Lightbox dynamic tag crashes the editor</li>\n</ul>\n<h4>2.2.1 - 2018-11-28</h4>\n<ul>\n<li>New: Added <code>ACF File</code> Dynamic tag to support text controls.</li>\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href="https://github.com/elementor/elementor/issues/6223">#6223</a>)</li>\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags</li>\n<li>Tweak: Added filter <code>elementor_pro/dynamic_tags/shortcode/should_escape</code> to avoid escaping in Shortcode dynamic tag</li>\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists</li>\n<li>Tweak: Added front-end max file size validation for upload fields</li>\n<li>Tweak: Added <code>by-author</code> per Post-Type condition for theme builder</li>\n<li>Fix: Template widget panel not showing the selected template (<a href="https://github.com/elementor/elementor/issues/6271">#6271</a>)</li>\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag</li>\n<li>Fix: Add post classes only for the Single template</li>\n<li>Fix: Set document type as not editable for unsupported document like Global widget</li>\n<li>Fix: Avoid duplicate query for current WC product query</li>\n<li>Fix: Product Archive showing oldest products instead of latest</li>\n<li>Fix: CSS reset in Posts widget using cards skin</li>\n</ul>\n<h4>2.2.0 - 2018-11-19</h4>\n<ul>\n<li>New: Introducing Custom Attributes (<a href="https://github.com/elementor/elementor/issues/290">#290</a>, <a href="https://github.com/elementor/elementor/issues/3990">#3990</a>)</li>\n<li>New: Added evergreen option for Countdown widget (<a href="https://github.com/elementor/elementor/issues/4459">#4459</a>)</li>\n<li>New: Added expire actions option for Countdown widget (<a href="https://github.com/elementor/elementor/issues/5242">#5242</a>)</li>\n<li>New: Introducing Reviews widget (<a href="https://github.com/elementor/elementor/issues/3854">#3854</a>)</li>\n<li>New: Introducing Sitemap widget (<a href="https://github.com/elementor/elementor/issues/5594">#5594</a>)</li>\n<li>New: Added Request Parameter dynamic tag (<a href="https://github.com/elementor/elementor/issues/4934">#4934</a>)</li>\n<li>New: Added Shortcode dynamic tag</li>\n<li>New: Added Image and Video Lightbox dynamic tag</li>\n<li>New: Added Contact URL dynamic tag</li>\n<li>New: Added Featured Image Data dynamic tag</li>\n<li>New: Added default value to each field in the Form widget (<a href="https://github.com/elementor/elementor/issues/4268">#4268</a>)</li>\n<li>New: Added "Any Child Of" condition to template conditions (<a href="https://github.com/elementor/elementor/issues/5321">#5321</a>)</li>\n<li>New: Added "In Child" condition to template conditions (<a href="https://github.com/elementor/elementor/issues/5587">#5587</a>)</li>\n<li>Tweak: Added Form Redirect URL with form values (<a href="https://github.com/elementor/elementor/issues/2564">#2564</a>)</li>\n<li>Tweak: Added default post classes to template wrapper (<a href="https://github.com/elementor/elementor/issues/5959">#5959</a>)</li>\n<li>Tweak: Better labels for terms in Query control (<a href="https://github.com/elementor/elementor/issues/6092">#6092</a>)</li>\n<li>Tweak: Renamed "Child Of" templates condition to "Direct Child Of"</li>\n<li>Tweak: Added <code>elementor/theme/get_location_templates/condition_sub_id</code> filter hook to allow template condition translations</li>\n<li>Tweak: Load the Template Library widget via Ajax for better performance</li>\n<li>Tweak: Added 404 page title for Page Title dynamic tag</li>\n<li>Fix: Menu Cart Toggle has # URL link (<a href="https://github.com/elementor/elementor/issues/6141">#6141</a>)</li>\n<li>Fix: Alignment issue in Nav Menu widget (<a href="https://github.com/elementor/elementor/issues/5790">#5790</a>)</li>\n<li>Fix: Avoid potential security risk in forms</li>\n<li>Fix: Template By Author condition conflicts with 404 page</li>\n<li>Fix: Restored WC Product Content widget in Single Product template</li>\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages</li>\n<li>Fix: Highlight active menu anchor items only when scrolled into view</li>\n<li>Fix: Carousel Pagination Progress style to support new Swiper version</li>\n</ul>\n<h4>2.1.13 - 2018-11-12</h4>\n<ul>\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0</li>\n<li>Fix: Settings conflict when there are multiple carousels in the page</li>\n</ul>\n<h4>2.1.12 - 2018-11-05</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3</li>\n<li>Tweak: Better performance for Template Library widget</li>\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href="https://github.com/elementor/elementor/issues/6029">#6029</a>)</li>\n<li>Fix: Date Time dynamic tag now respect site language (<a href="https://github.com/elementor/elementor/issues/6001">#6001</a>)</li>\n<li>Fix: Custom CSS printed twice in the front-end</li>\n<li>Fix: ACF Image field PHP warning (<a href="https://github.com/elementor/elementor/issues/6051">#6051</a>)</li>\n</ul>\n<h4>2.1.11 - 2018-10-22</h4>\n<ul>\n<li>New: Added ACF local fields compatibility</li>\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration</li>\n<li>Fix: Exclude <code>is_embed</code> from Singular condition (<a href="https://github.com/elementor/elementor/issues/5915">#5915</a>)</li>\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons</li>\n<li>Fix: Current date time dynamic tag now shows local time</li>\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink</li>\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration</li>\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF</li>\n<li>Fix: Respect password protected for a WC single product template</li>\n<li>Fix: Respect <code>order</code> settings for WC archive also without pagination</li>\n</ul>\n<h4>2.1.10 - 2018-10-09</h4>\n<ul>\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href="https://github.com/elementor/elementor/issues/5821">#5821</a>)</li>\n<li>Tweak: Added link control to Animated Headline widget</li>\n<li>Fix: Mobile nav menu jump on RTL (<a href="https://github.com/elementor/elementor/issues/5711">#5711</a>)</li>\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href="https://github.com/elementor/elementor/issues/5830">#5830</a>)</li>\n<li>Fix: Added IE compatibility for Animated Headline widget</li>\n<li>Fix: Post Content widget is now shown only on <code>Single</code> templates</li>\n<li>Fix: Query Control Pagination with offset</li>\n</ul>\n<h4>2.1.9 - 2018-09-17</h4>\n<ul>\n<li>Tweak: Added Centered Slides option for Slideshow carousel</li>\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href="https://github.com/elementor/elementor/issues/5091">#5091</a>)</li>\n<li>Fix: ACF Gallery option support (<a href="https://github.com/elementor/elementor/issues/5344">#5344</a>)</li>\n<li>Fix: Page scrolling on resize when sticky is active (<a href="https://github.com/elementor/elementor/issues/5740">#5740</a>)</li>\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href="https://github.com/elementor/elementor/issues/5689">#5689</a>)</li>\n<li>Fix: Coverflow transition effect in Carousel</li>\n<li>Fix: Weird mobile behavior with Cube effect in Carousel</li>\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly</li>\n</ul>\n<h4>2.1.8 - 2018-09-12</h4>\n<ul>\n<li>Tweak: Added styling options for WC Additional Information widget</li>\n<li>Tweak: Added styling options for ''View Cart'' link in Products widget</li>\n<li>Fix: 3rd party plugin support for WC single product template (<a href="https://github.com/elementor/elementor/issues/5338">#5338</a>)</li>\n<li>Fix: Layout of Related Product widget with WC native style</li>\n</ul>\n<h4>2.1.7 - 2018-09-03</h4>\n<ul>\n<li>New: WC Archive Description widget</li>\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href="https://github.com/elementor/elementor/issues/5555">#5555</a>)</li>\n<li>Tweak: Added ''Current Subcategories'' option to Product Categories widget</li>\n<li>Fix: Added default vertical alignment in Author Box widget (<a href="https://github.com/elementor/elementor/issues/5589">#5589</a>)</li>\n<li>Tweak: Added more blend mode options for CTA widget</li>\n<li>Tweak: Improved plugin updater method based on WordPress version</li>\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets</li>\n<li>Fix: Added default gap for products pagination</li>\n<li>Fix: Post thumbnail flickering in Safari browser</li>\n<li>Fix: Close mobile nav menu on click only in full-width mode</li>\n<li>Fix: Added trailing slash to pagination links in Posts widget</li>\n</ul>\n<h4>2.1.6 - 2018-08-28</h4>\n<ul>\n<li>New: WC Product Category Image widget and Dynamic tag (<a href="https://github.com/elementor/elementor/issues/5117">#5117</a>)</li>\n<li>Tweak: Allow HTML in Excerpt widget (<a href="https://github.com/elementor/elementor/issues/5491">#5491</a>)</li>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2</li>\n<li>Tweak: Deprecated Follow option in the Facebook Button widget</li>\n<li>Fix: Posts widget grid in Safari & IE11 (Depended on Elementor v2.2)</li>\n<li>Fix: Posts widget CSS when using cards skin in masonry mode</li>\n<li>Fix: ACF Image & ACF URL option support (<a href="https://github.com/elementor/elementor/issues/5344">#5344</a>)</li>\n<li>Fix: WC product gallery links in RTL</li>\n<li>Fix: Dynamic tags in Call To Action widget</li>\n</ul>\n<h4>2.1.5 - 2018-08-21</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2</li>\n<li>Fix: Posts Widget layout theme compatibility</li>\n<li>Fix: Added compatibility for WooCommerce native style</li>\n</ul>\n<h4>2.1.4 - 2018-08-19</h4>\n<ul>\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href="https://github.com/elementor/elementor/issues/5442">#5442</a>)</li>\n<li>Fix: Dynamic setting in Pricing Table widget (<a href="https://github.com/elementor/elementor/issues/5460">#5460</a>)</li>\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget</li>\n<li>Fix: Selector specificity for WooCommerce Products widget</li>\n<li>Fix: WooCommerce conflicts in the editor in edge cases</li>\n</ul>\n<h4>2.1.3 - 2018-08-15</h4>\n<ul>\n<li>Fix: Thumbnails in the Posts widget jumping (<a href="https://github.com/elementor/elementor/issues/5350">#5350</a>)</li>\n<li>Fix: Responsive grid in the Share Buttons widget (<a href="https://github.com/elementor/elementor/issues/5375">#5375</a>)</li>\n<li>Fix: Added missing <code>setup_postdata</code> for Product Data Tabs widget</li>\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href="https://github.com/elementor/elementor/issues/5399">#5399</a>)</li>\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href="https://github.com/elementor/elementor/issues/5254">#5254</a>)</li>\n<li>Fix: Carousel behavior when using a single slide</li>\n</ul>\n<h4>2.1.2 - 2018-08-12</h4>\n<ul>\n<li>Fix: Error when ACF Pro is not installed (<a href="https://github.com/elementor/elementor/issues/5367">#5367</a>)</li>\n<li>Fix: Edge cases in Inspector where document is a boolean</li>\n<li>Fix: Edge cases for incorrect file fields in PODS</li>\n</ul>\n<h4>2.1.1 - 2018-08-09</h4>\n<ul>\n<li>Fix: Highlighted text in Animated Headline widget (<a href="https://github.com/elementor/elementor/issues/5345">#5345</a>)</li>\n<li>Fix: Flip Box effect issues</li>\n<li>Fix: ACF Options page fields support (<a href="https://github.com/elementor/elementor/issues/5329">#5329</a>)</li>\n<li>Fix: Import Pro templates in edge cases</li>\n</ul>\n<h4>2.1.0 - 2018-08-07</h4>\n<ul>\n<li>New: Introducing WooCommerce Builder (<a href="https://github.com/elementor/elementor/issues/1690">#1690</a>)</li>\n<li>New: Introducing 12 new dynamic tags & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & Archive</li>\n<li>New: Introducing Cart Menu widget (<a href="https://github.com/elementor/elementor/issues/4220">#4220</a>, <a href="https://github.com/elementor/elementor/issues/4600">#4600</a>)</li>\n<li>New: Added integration with Toolset (<a href="https://github.com/elementor/elementor/issues/2949">#2949</a>)</li>\n<li>New: Added integration with Pods (<a href="https://github.com/elementor/elementor/issues/4129">#4129</a>)</li>\n<li>New: Added stick to bottom in scrolling effects (<a href="https://github.com/elementor/elementor/issues/4799">#4799</a>)</li>\n<li>New: Added Scrolling Effect to Widgets under advanced tab</li>\n<li>New: Introducing Internal URL Dynamic Tag</li>\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href="https://github.com/elementor/elementor/issues/4597">#4597</a>)</li>\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href="https://github.com/elementor/elementor/issues/4447">#4447</a>)</li>\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href="https://github.com/elementor/elementor/issues/1878">#1878</a>)</li>\n<li>Tweak: Add Custom Query hook for Query control (<a href="https://developers.elementor.com/custom-query-filter/">More Info</a>) (<a href="https://github.com/elementor/elementor/issues/1748">#1748</a>)</li>\n<li>Tweak: Added form-message style (<a href="https://github.com/elementor/elementor/issues/1180">#1180</a>)</li>\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href="https://github.com/elementor/elementor/issues/4242">#4242</a>)</li>\n<li>Tweak: Added dynamic tag for Call to action widget (<a href="https://github.com/elementor/elementor/issues/4767">#4767</a>)</li>\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href="https://github.com/elementor/elementor/issues/4602">#4602</a>)</li>\n<li>Tweak: Added an support for <code>label|value</code> in options field (<a href="https://github.com/elementor/elementor/issues/4594">#4594</a>)</li>\n<li>Tweak: Added <code>by-author</code> condition for theme builder (<a href="https://github.com/elementor/elementor/issues/4681">#4681</a>)</li>\n<li>Tweak: Added Activate/Deactivate license key via WP-CLI command (<a href="https://github.com/elementor/elementor/issues/4149">#4149</a>)</li>\n<li>Tweak: Added <code>is_scroll</code> trigger to scrolling effect (<a href="https://github.com/elementor/elementor/issues/4340">#4340</a>)</li>\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href="https://github.com/elementor/elementor/issues/4177">#4177</a>)</li>\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href="https://github.com/elementor/elementor/issues/3697">#3697</a>)</li>\n<li>Tweak: Added style options for Posts widget (<a href="https://github.com/elementor/elementor/issues/1335">#1335</a>)</li>\n<li>Tweak: Added button CSS ID for Forms widget</li>\n<li>Tweak: Added pixel units to Post-Info divider height control</li>\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller & more bugs</li>\n<li>Tweak: Re-organize the panel categories per document type</li>\n<li>Tweak: Added ACF support for <code>options-page</code> fields</li>\n<li>Tweak: Added dynamic tag for Animated headlines</li>\n<li>Tweak: Added dynamic tag for BlockQuote widget</li>\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href="https://github.com/elementor/elementor/issues/4817">#4817</a>)</li>\n<li>Fix: Checkbox fields can accidentally be set to required (<a href="https://github.com/elementor/elementor/issues/4324">#4324</a>)</li>\n<li>Fix: Initial slide in Carousel widget</li>\n<li>Fix: Stay on current slide while editing in Carousel widget</li>\n<li>Fix: Default slides per device in Carousel widget</li>\n<li>Deprecated: Woo Products, Woo Elements & Single elements widgets</li>\n</ul>\n<h4>2.0.18 - 2018-07-27</h4>\n<ul>\n<li>Fix: Global widget error on saving page</li>\n</ul>\n<h4>2.0.17 - 2018-07-26</h4>\n<ul>\n<li>Fix: Sub menu indicator direction in Nav Menu widget</li>\n<li>Fix: Change the title and icon for Global Widget when is moving</li>\n<li>Fix: CSS wrapper selector for Page Document</li>\n</ul>\n<h4>2.0.16 - 2018-07-16</h4>\n<ul>\n<li>Tweak: CSS Filter Control module is now included in Elementor</li>\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0</code> (<a href="https://github.com/elementor/elementor/issues/5077">#5077</a>)</li>\n<li>Fix: Restore current query after get Global Widget data</li>\n<li>Fix: Add action item in History on unlink Global widget</li>\n</ul>\n<h4>2.0.15 - 2018-07-10</h4>\n<ul>\n<li>Fix: Dropdown menu items collapsing when activated (<a href="https://github.com/elementor/elementor/issues/4996">#4996</a>)</li>\n<li>Fix: GMT offset in Countdown widget (<a href="https://github.com/elementor/elementor/issues/4997">#4997</a>)</li>\n</ul>\n<h4>2.0.14 - 2018-07-08</h4>\n<ul>\n<li>Tweak: Added set method to form record for developers (<a href="https://github.com/elementor/elementor/issues/4983">#4983</a>)</li>\n<li>Fix: Autoplay option for Carousels</li>\n<li>Fix: Close mobile menu on item click in the Nav Menu widget</li>\n</ul>\n<h4>2.0.13 - 2018-07-03</h4>\n<ul>\n<li>Tweak: Added compatibility for Elementor v2.1</li>\n</ul>\n<h4>2.0.12 - 2018-07-02</h4>\n<ul>\n<li>Fix: Global widget PHP notices</li>\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs</li>\n<li>Fix: Form select field send all selected values on multiple selection</li>\n<li>Fix: Validate time field only if it''s not empty</li>\n<li>Fix: ConvertKit API not saving name field</li>\n</ul>\n<h4>2.0.11 - 2018-06-12</h4>\n<ul>\n<li>Fix: Theme Builder <code>author</code> archive condition (<a href="https://github.com/elementor/elementor/issues/4593">#4593</a>)</li>\n<li>Fix: Respect password protected posts in Post Content widget</li>\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.</li>\n</ul>\n<h4>2.0.10 - 2018-06-05</h4>\n<ul>\n<li>Tweak: Added <code>elementor/theme/get_location_templates/template_id</code> filter hook for multi-language plugins</li>\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)</li>\n<li>Fix: Fields shortcode missing after removing a field in Form widget</li>\n<li>Deprecated: <code>get_theme_templates_by_location</code> is replaced by <code>get_location_templates</code></li>\n</ul>\n<h4>2.0.9 - 2018-05-28</h4>\n<ul>\n<li>Fix: Compatibility for PHP version 5.4</li>\n</ul>\n<h4>2.0.8 - 2018-05-28</h4>\n<ul>\n<li>Tweak: Added Active state for Nav Menu dropdown</li>\n<li>Tweak: Added style for "Nothing Found" Message for Archive Posts widget</li>\n<li>Tweak: Removed caption control in Site Logo widget</li>\n<li>Tweak: Added option to position currency symbol before/after In Price Table widget</li>\n<li>Fix: Query control manual selection does not show more than 10 items (<a href="https://github.com/elementor/elementor/issues/4479">#4479</a>)</li>\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href="https://github.com/elementor/elementor/issues/4342">#4342</a>)</li>\n<li>Fix: Sub terms missing in Query control in edge cases (<a href="https://github.com/elementor/elementor/issues/4527">#4527</a>)</li>\n<li>Fix: Avoid rendering a template if it''s not published</li>\n<li>Fix: 404 Page style not working</li>\n<li>Fix: Price Table button with hover animation not working in editor</li>\n<li>Fix: Styling conflict in Call to Action widget</li>\n<li>Fix: Global Widget tab translation</li>\n<li>Fix: Adding parent wrapper class to Site Title widget</li>\n</ul>\n<h4>2.0.7 - 2018-05-16</h4>\n<ul>\n<li>Fix: Content not found on section when single is set to "All Singular"</li>\n<li>Fix: Open 404 template library for 404 page</li>\n<li>Tweak: Added CSS prefix for dev files</li>\n<li>Tweak: Removed product post type from display conditions</li>\n</ul>\n<h4>2.0.6 - 2018-05-15</h4>\n<ul>\n<li>Tweak: Set type on create new single template</li>\n<li>Tweak: Always show the conditions dialog in the Draft status</li>\n<li>Tweak: Added document type <code>widget</code></li>\n<li>Tweak: Added Post Custom Field tag to URL category</li>\n<li>Fix: When ACF Field Groups are Empty (<a href="https://github.com/elementor/elementor/issues/4428">#4428</a>)</li>\n<li>Fix: Links inside carousel in edge cases</li>\n<li>Fix: Responsive issue in My Templates area</li>\n<li>Fix: Image alignment for post content with text alignment</li>\n<li>Fix: Post Content widget when preview post is missing</li>\n<li>Fix: Global Widget tab translation</li>\n<li>Fix: Style settings for Post / Archive Title widgets</li>\n</ul>\n<h4>2.0.5 - 2018-05-08</h4>\n<ul>\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href="https://github.com/elementor/elementor/issues/4203">#4203</a>)</li>\n<li>Fix: Added support for new version of reCAPTCHA</li>\n<li>Fix: Added fallback for controls after <code>post_status</code></li>\n<li>Fix: Required field in forms widget</li>\n<li>Fix: Media Carousel in the Coverflow skin</li>\n<li>Fix: 404 Page show wrong template in edge cases</li>\n<li>Fix: Save the default menu in the Nav Menu widget</li>\n</ul>\n<h4>2.0.4 - 2018-05-02</h4>\n<ul>\n<li>Tweak: Added parent''s class for extended widgets</li>\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions</li>\n<li>Tweak: Initialize global model when it''s needed</li>\n<li>Tweak: Removed some duplicate strings</li>\n<li>Tweak: Query control now includes empty terms</li>\n<li>Tweak: Design polish for conditions dialog</li>\n<li>Tweak: Decreasing <code>minimumInputLength</code> to 1 of select2</li>\n<li>Fix: Editor not loading for single templates in edge cases</li>\n<li>Fix: Select2 in Safari takes it''s time to get the original select width (<a href="https://github.com/elementor/elementor/issues/4310">#4310</a>)</li>\n<li>Fix: Slides per view not working for some effects</li>\n<li>Fix: New slides not showing in the editor</li>\n<li>Fix: Editor for section without a defined location, defaults to content area</li>\n</ul>\n<h4>2.0.3 - 2018-04-24</h4>\n<ul>\n<li>Tweak: Optimize CSS for Post Info widget (<a href="https://github.com/elementor/elementor/issues/4214">#4214</a>, <a href="https://github.com/elementor/elementor/issues/4216">#4216</a>, <a href="https://github.com/elementor/elementor/issues/4225">#4225</a>)</li>\n<li>Fix: Double render on frontend view in core locations</li>\n<li>Fix: Masonry not working in edge cases</li>\n<li>Fix: Added default setting for Author Info tag</li>\n</ul>\n<h4>2.0.2 - 2018-04-18</h4>\n<ul>\n<li>Fix: Regenerate conditions to include all templates</li>\n</ul>\n<h4>2.0.1 - 2018-04-17</h4>\n<ul>\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href="https://github.com/elementor/elementor/issues/4136">#4136</a>)</li>\n<li>Tweak: Show empty categories in Query Control & Display Conditions (<a href="https://github.com/elementor/elementor/issues/4127">#4127</a>)</li>\n<li>Tweak: Added Divider control for Post Info widget</li>\n<li>Fix: Update admin links in Yoast Breadcrumbs widget</li>\n<li>Fix: Sticky element conflict with clearfix CSS</li>\n<li>Fix: Compatibility for PHP version 5.4.32 & 5.5.16 and below</li>\n<li>Fix: Avoid running <code>wp_head</code> hooks twice</li>\n</ul>\n<h4>2.0.0 - 2018-04-16</h4>\n<ul>\n<li>New: Introducing Theme Builder - <a href="https://elementor.com/introducing-theme-builder/">Release Post</a> (<a href="https://github.com/elementor/elementor/issues/417">#417</a>)</li>\n<li>New: Introducing Locations API to inject custom location templates</li>\n<li>New: Introducing Display Conditions for all dynamic templates</li>\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design</li>\n<li>New: Introducing Role manager to allow "Content Only mode" (<a href="https://github.com/elementor/elementor/issues/483">#483</a>, <a href="https://github.com/elementor/elementor/issues/653">#653</a>, <a href="https://github.com/elementor/elementor/issues/885">#885</a>)</li>\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo & Site Name (<a href="https://github.com/elementor/elementor/issues/543">#543</a>)</li>\n<li>New: Introducing Developers area with guides and API documentation - <a href="https://elementor.com/introducing-elementor-developer-api/">Release Post</a> (<a href="https://github.com/elementor/elementor/issues/451">#451</a>)</li>\n<li>New: Introducing <a href="https://github.com/elementor/elementor-hello-theme">Elementor Hello Theme</a> - A demonstration theme for developers</li>\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href="https://github.com/elementor/elementor/issues/2761">#2761</a>, <a href="https://github.com/elementor/elementor/issues/2623">#2623</a>, <a href="https://github.com/elementor/elementor/issues/2109">#2109</a>, <a href="https://github.com/elementor/elementor/issues/2061">#2061</a>, <a href="https://github.com/elementor/elementor/issues/2439">#2439</a>)</li>\n<li>New: Design 404 page with Single template (<a href="https://github.com/elementor/elementor/issues/1558">#1558</a>)</li>\n<li>New: Design Search Results with Archive template (<a href="https://github.com/elementor/elementor/issues/3196">#3196</a>, <a href="https://github.com/elementor/elementor/issues/2590">#2590</a>)</li>\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element</em> per device (<a href="https://github.com/elementor/elementor/issues/2412">#2412</a>)</li>\n<li>New: Integration with Custom Fields (<a href="https://github.com/elementor/elementor/issues/2054">#2054</a>)</li>\n<li>New: Partial support for Toolset integration (<a href="https://github.com/elementor/elementor/issues/2949">#2949</a>)</li>\n<li>New: Partial support for Pods integration (<a href="https://github.com/elementor/elementor/issues/2169">#2169</a>)</li>\n<li>New: Partial support for ACF integration (<a href="https://github.com/elementor/elementor/issues/2041">#2041</a>, <a href="https://github.com/elementor/elementor/issues/2059">#2059</a>)</li>\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href="https://github.com/elementor/elementor/issues/3531">#3531</a>)</li>\n<li>Tweak: Allow brackets in Forms Tel field</li>\n<li>Tweak: Added currency format control for Price Table widget</li>\n<li>Tweak: Reduced API request for some servers</li>\n<li>Fix: Dropdown <code>border-radius</code> in Nav Menu widget</li>\n<li>Fix: Price List widget layout breaks in edge cases</li>\n<li>Note: This version requires Elementor v2.0.6</li>\n</ul>\n<h4>1.15.6 - 2018-03-28</h4>\n<ul>\n<li>Fix: Removed duplicate Custom CSS section (<a href="https://github.com/elementor/elementor/issues/3938">#3938</a>)</li>\n<li>Fix: <code>box-shadow</code> issue with cards skin (<a href="https://github.com/elementor/elementor/issues/3940">#3940</a>)</li>\n</ul>\n<h4>1.15.5 - 2018-03-27</h4>\n<ul>\n<li>Fix: Added global widget compatibility for Elementor v2.0</li>\n<li>Fix: Reduced API request for some servers</li>\n</ul>\n<h4>1.15.4 - 2018-03-26</h4>\n<ul>\n<li>Tweak: Allow brackets in phone field</li>\n<li>Tweak: Added compatibility with Yoast 7.0.+</li>\n<li>Tweak: Added compatibility for the future release of Elementor v2.0</li>\n<li>Fix: Support for multiple carousel setting in editor</li>\n<li>Fix: <code>on_export</code> issue in forms widget (<a href="https://github.com/elementor/elementor/issues/3890">#3890</a>)</li>\n</ul>\n<h4>1.15.3 - 2018-03-07</h4>\n<ul>\n<li>Tweak: Added unique class to field group div (<a href="https://github.com/elementor/elementor/issues/3595">#3595</a>)</li>\n<li>Fix: Screen Options missing when Pro is active (<a href="https://github.com/elementor/elementor/issues/3622">#3622</a>)</li>\n<li>Fix: Allow label styling even when <code>show labels</code> is set hide (<a href="https://github.com/elementor/elementor/issues/3544">#3544</a>)</li>\n<li>Fix: Typography control not working in edge cases</li>\n<li>Fix: Safari compatibility for Search widget</li>\n</ul>\n<h4>1.15.2 - 2018-02-27</h4>\n<ul>\n<li>Fix: Only add support mine-type if needed (<a href="https://github.com/elementor/elementor/issues/3543">#3543</a>)</li>\n<li>Fix: Better support for Old Typekit kits</li>\n</ul>\n<h4>1.15.1 - 2018-02-21</h4>\n<ul>\n<li>Tweak: Custom font title placeholder is not <code>enter font family</code></li>\n<li>Tweak: Custom font title set as required</li>\n<li>Fix: Custom font, <code>font-face</code> enqueued only once if used in global (<a href="https://github.com/elementor/elementor/issues/3513">#3513</a>)</li>\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.</li>\n</ul>\n<h4>1.15.0 - 2018-02-19</h4>\n<ul>\n<li>New: Added custom fonts manager for self hosted fonts (<a href="https://github.com/elementor/elementor/issues/852">#852</a>)</li>\n<li>New: Integration with Adobe TypeKit fonts (<a href="https://github.com/elementor/elementor/issues/631">#631</a>)</li>\n<li>Tweak: Clear menu from Nav Menu widget on template export</li>\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle</code></li>\n</ul>\n<h4>1.14.2 - 2018-02-13</h4>\n<ul>\n<li>Fix: Global widget content that got affected by previous update</li>\n</ul>\n<h4>1.14.1 - 2018-02-13</h4>\n<ul>\n<li>Tweak: Added <code>none</code> option to content animation in CTA widget</li>\n<li>Tweak: Added <code>form_id</code> to ActiveCampaign integration (<a href="https://github.com/elementor/elementor/issues/3422">#3422</a>)</li>\n<li>Fix: Page crashed when Global widget not found.</li>\n</ul>\n<h4>1.14.0 - 2018-02-12</h4>\n<ul>\n<li>New: Added Call to Action widget</li>\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded</li>\n<li>Tweak: Added compatibility for the future release of Elementor v2.0</li>\n<li>Fix: Allow zero (0) to be accepted as a field value</li>\n<li>Fix: Login form when custom login URL is set</li>\n<li>Fix: Added Day of cycle control to GetResponse integration</li>\n</ul>\n<h4>1.13.2 - 2018-01-23</h4>\n<ul>\n<li>Tweak: Added placeholder to Password field</li>\n<li>Tweak: Removed <code>subscriber_already_exists_message</code> control to prevent potential data leakage</li>\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet</li>\n<li>Fix: Changed <code>imagesLoaded()</code> to Vanilla JS to avoid compatibility issues with some themes</li>\n<li>Fix: Only validate Tel field if not empty</li>\n<li>Fix: Stop slider while editing</li>\n</ul>\n<h4>1.13.1 - 2018-01-16</h4>\n<ul>\n<li>Fix: Added compatibility with old PHP versions</li>\n</ul>\n<h4>1.13.0 - 2018-01-16</h4>\n<ul>\n<li>New: Added File Upload field for Forms widget (<a href="https://github.com/elementor/elementor/issues/1482">#1482</a>, <a href="https://github.com/elementor/elementor/issues/2974">#2974</a>)</li>\n<li>New: Added Acceptance field for Forms widget (<a href="https://github.com/elementor/elementor/issues/1693">#1693</a>, <a href="https://github.com/elementor/elementor/issues/2974">#2974</a>)</li>\n<li>New: Added Date field for Forms widget (<a href="https://github.com/elementor/elementor/issues/1868">#1868</a>)</li>\n<li>New: Added Time field for Forms widget</li>\n<li>New: Added Password field for Forms widget (<a href="https://github.com/elementor/elementor/issues/2164">#2164</a>)</li>\n<li>New: Added HTML field for Forms widget (<a href="https://github.com/elementor/elementor/issues/1500">#1500</a>)</li>\n<li>Tweak: Added characters validation for Tel field</li>\n<li>Tweak: Added min & max validation for Number field</li>\n<li>Tweak: Added multiple selection for Select field</li>\n<li>Tweak: Added donReach integration for Share Buttons widget</li>\n</ul>\n<h4>1.12.3 - 2018-01-09</h4>\n<ul>\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget</li>\n<li>Fix: Apply <code>url-encoding</code> to "Tweet" button text in Blockquote widget to prevent unexpected corruption of the tweet text</li>\n<li>Fix: Removed My Account link from dashboard widget</li>\n</ul>\n<h4>1.12.2 - 2018-01-03</h4>\n<ul>\n<li>Tweak: Added animation none for Nav Menu widget (<a href="https://github.com/elementor/elementor/issues/2964">#2964</a>)</li>\n<li>Fix: Active license button style</li>\n</ul>\n<h4>1.12.1 - 2018-01-02</h4>\n<ul>\n<li>Tweak: Removed theme-element widgets from plain content</li>\n<li>Tweak: Set all theme-element widgets to extend same widget Base</li>\n<li>Tweak: Removed credit URL in forms meta data</li>\n<li>Tweak: Added compatibility for the future release of Elementor v1.9</li>\n<li>Fix: Validate Get response Error as real error</li>\n<li>Fix: Removed responsive height control from Facebook Page widget</li>\n</ul>\n<h4>1.12.0 - 2017-12-20</h4>\n<ul>\n<li>New: Added Drip integration to Forms</li>\n<li>New: Added ActiveCampaign integration to Forms</li>\n<li>New: Added ConverKit integration to Forms</li>\n<li>New: Added GetResponse integration to Forms</li>\n<li>New: Added form <code>id</code>, <code>name</code> attributes to handle integration with auto collectors like HubSpot</li>\n<li>New: Added Global API key for MailChimp to improve the workflow</li>\n<li>Tweak: Better error handling and message display for Forms</li>\n<li>Fix: PHP notice Undefined variable <code>$cc_header</code> (<a href="https://github.com/elementor/elementor/issues/2934">#2934</a>)</li>\n</ul>\n<h4>1.11.0 - 2017-12-11</h4>\n<ul>\n<li>New: Added a native Comments widget (<a href="https://github.com/elementor/elementor/issues/543">#543</a>)</li>\n<li>New: Added an Author Box widget</li>\n<li>New: Added a Post Navigation widget</li>\n<li>New: Added a Yoast Breadcrumbs widget (<a href="https://github.com/elementor/elementor/issues/2749">#2749</a>)</li>\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href="https://github.com/elementor/elementor/issues/2762">#2762</a>)</li>\n<li>Fix: Allow currency symbol to appear even if price isn''t numeric</li>\n<li>Fix: Edge cases when the nav menu is empty in a stretched section</li>\n<li>Fix: Added fallback when you remove the <code>space-between</code> on Swiper carousel</li>\n</ul>\n<h4>1.10.2 - 2017-12-03</h4>\n<ul>\n<li>Fix: Missing save widget icon (<a href="https://github.com/elementor/elementor/issues/2878">#2878</a>)</li>\n<li>Fix: Global widgets not saving edits (<a href="https://github.com/elementor/elementor/issues/2874">#2874</a>)</li>\n<li>Fix: Removed <code>white-space: nowrap;</code> property from vertical menu in Nav Menu widget (<a href="https://github.com/elementor/elementor/issues/2815">#2815</a>)</li>\n</ul>\n<h4>1.10.1 - 2017-11-30</h4>\n<ul>\n<li>Tweak: Added default value for search form</li>\n<li>Tweak: Order template list A-Z in the library widget</li>\n<li>Tweak: get_users/authors query is now done using AJAX only, for better performance in Query Control (<a href="https://github.com/elementor/elementor/issues/2865">#2865</a>)</li>\n<li>Fix: When adding <code>.00</code> it is not displayed on the front</li>\n<li>Fix: Make sure space between is numeric for carousel control</li>\n<li>Fix: Added space for radio & checkbox fields in form widget</li>\n</ul>\n<h4>1.10.0 - 2017-11-15</h4>\n<ul>\n<li>New: Added native Search form widget (<a href="https://github.com/elementor/elementor/issues/2576">#2576</a>)</li>\n<li>Tweak: Added Slides To Scroll & Loop controls to Media Carousel and Testimonials widgets</li>\n<li>Tweak: Added Inline editing to Blockquote widget</li>\n<li>Fix: Animated Headline color bug (<a href="https://github.com/elementor/elementor/issues/2516">#2516</a>)</li>\n<li>Fix: Animated Headline with Rotating skin</li>\n<li>Fix: RTL fix for Animated Headline widget in ''typing'' and ''clip'' animations</li>\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href="https://github.com/elementor/elementor/issues/2662">#2662</a>)</li>\n<li>Fix: Custom CSS gone after reloading the editor</li>\n</ul>\n<h4>1.9.5 - 2017-10-27</h4>\n<ul>\n<li>Fix: Broken Global widget with JS (<a href="https://github.com/elementor/elementor/issues/2639">#2639</a>)</li>\n</ul>\n<h4>1.9.4 - 2017-10-24</h4>\n<ul>\n<li>Tweak: Improved UI for notices and license page</li>\n<li>Fix: Update system conflict with other EDD plugins</li>\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href="https://github.com/elementor/elementor/issues/2577">#2577</a>)</li>\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href="https://github.com/elementor/elementor/issues/2496">#2496</a>)</li>\n<li>Fix: Increased submenu max-width (<a href="https://github.com/elementor/elementor/issues/2558">#2558</a>)</li>\n<li>Fix: Save global templates without their defaults</li>\n<li>Fix: Horizontal scrolling issue with posts grid</li>\n</ul>\n<h4>1.9.3 - 2017-10-03</h4>\n<ul>\n<li>Fix: Condition slide style that got affected by previous update</li>\n</ul>\n<h4>1.9.2 - 2017-10-02</h4>\n<ul>\n<li>New: Added integration with MailPoet 3 for Forms actions</li>\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode</li>\n<li>Fix: Removed bottom padding when there''s no pagination in Testimonial carousel</li>\n<li>Fix: Added condition for slides style section in skin bubble mode</li>\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel</li>\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows</li>\n</ul>\n<h4>1.9.1 - 2017-09-28</h4>\n<ul>\n<li>Fix: Slides per view for slideshow carousel</li>\n<li>Fix: Final polish for the new Testimonial Carousel widget</li>\n<li>Fix: Don''t play video if slide type is not video</li>\n<li>Fix: Removed slides style section condition (<a href="https://github.com/elementor/elementor/issues/2497">#2497</a>)</li>\n<li>Fix: Set cursor as pointer for slideshow thumbnails</li>\n</ul>\n<h4>1.9.0 - 2017-09-26</h4>\n<ul>\n<li>New: Added Media Carousel widget (<a href="https://github.com/elementor/elementor/issues/216">#216</a>, <a href="https://github.com/elementor/elementor/issues/347">#347</a>, <a href="https://github.com/elementor/elementor/issues/2209">#2209</a>)</li>\n<li>New: Added Testimonial Carousel widget (<a href="https://github.com/elementor/elementor/issues/715">#715</a>)</li>\n</ul>\n<h4>1.8.3 - 2017-09-24</h4>\n<ul>\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6</li>\n<li>Fix: Remove slashes from Form sent data</li>\n</ul>\n<h4>1.8.2 - 2017-09-19</h4>\n<ul>\n<li>Tweak: Added target URL for the tweet message in Blockquote widget</li>\n<li>Tweak: Render the slide height before the slider is finished loading</li>\n<li>Fix: Space between words for Animated Headline widget</li>\n<li>Fix: RTL compatibility for Animated Headline widget</li>\n<li>Fix: Italic font style for Animated Headline widget</li>\n<li>Fix: Excluded Menu widget from the WP Editor text rendering</li>\n</ul>\n<h4>1.8.1 - 2017-09-18</h4>\n<ul>\n<li>Fix: WCAG Compatible "required" field attribute for W3C validation (<a href="https://github.com/elementor/elementor/issues/2391">#2391</a>)</li>\n<li>Fix: Print the main menu only when is necessary in Menu widget</li>\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href="https://github.com/elementor/elementor/issues/2381">#2381</a>)</li>\n</ul>\n<h4>1.8.0 - 2017-09-12</h4>\n<ul>\n<li>New: Added Nav Menu widget (<a href="https://github.com/elementor/elementor/issues/1406">#1406</a>)</li>\n<li>Fix: Field ID for checkbox control in Form widget (<a href="https://github.com/elementor/elementor/issues/2279">#2279</a>)</li>\n<li>Fix: Style for Blockquote widget included</li>\n</ul>\n<h4>1.7.2 - 2017-09-07</h4>\n<ul>\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins</li>\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href="https://github.com/elementor/elementor/issues/2340">#2340</a>)</li>\n</ul>\n<h4>1.7.1 - 2017-09-05</h4>\n<ul>\n<li>Fix: Facebook SDK version</li>\n</ul>\n<h4>1.7.0 - 2017-09-05</h4>\n<ul>\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow</li>\n<li>New: Added Facebook Embed widget for Post, Video and Comment</li>\n<li>New: Added Facebook Comments widget</li>\n<li>New: Added Facebook Page widget (Previously known as Like Box)</li>\n<li>New: Added Blockquote widget with Tweet button</li>\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets</li>\n<li>Fix: Animated headline rotating with long words</li>\n</ul>\n<h4>1.6.1 - 2017-08-28</h4>\n<ul>\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when "Bring to Front" is not set</li>\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser</li>\n<li>Fix: Animated headline with more than 1-word per rotation</li>\n<li>Fix: Animated Headline in two lines</li>\n<li>Fix: Some errors in Global widget</li>\n</ul>\n<h4>1.6.0 - 2017-08-22</h4>\n<ul>\n<li>New: Added Animated Headline widget</li>\n<li>New: Added Hidden field for Forms widget (<a href="https://github.com/elementor/elementor/issues/2038">#2038</a>)</li>\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher</li>\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts</li>\n</ul>\n<h4>1.5.9 - 2017-08-16</h4>\n<ul>\n<li>Tweak: Added compatibility for the future release of Elementor v1.7</li>\n<li>Fix: Portfolio compatibility for GeneratePress theme</li>\n<li>Fix: Portfolio filter compatibility for RTL</li>\n<li>Fix: Pagination apply for all posts widget in the page</li>\n<li>Fix: Global form widget with MailChimp integration not saving</li>\n</ul>\n<h4>1.5.8 - 2017-07-25</h4>\n<ul>\n<li>Tweak: Added compatibility for the future release of Elementor v1.6</li>\n<li>Fix: Improved backward compatibility for query control rename</li>\n</ul>\n<h4>1.5.7 - 2017-07-24</h4>\n<ul>\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file</li>\n<li>Tweak: Display the label in the reCAPTCHA field for better experience</li>\n<li>Tweak: Rename <code>panel-posts-control</code> to <code>query-control</code> and added fallback support</li>\n<li>Tweak: Added compatibility for the future release of Elementor with history feature</li>\n<li>Fix: reCAPTCHA preview on the editor</li>\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href="https://github.com/elementor/elementor/issues/2000">#2000</a>)</li>\n<li>Fix: Added condition for icon size control in Share Buttons widget</li>\n</ul>\n<h4>1.5.6 - 2017-07-12</h4>\n<ul>\n<li>Fix: Query Control correction for taxonomies (<a href="https://github.com/elementor/elementor/issues/1963">#1963</a>)</li>\n<li>Fix: Custom CSS override scheme color in the editor</li>\n<li>Fix: Added order by Menu Order for Query Control in WC widget</li>\n<li>Fix: Glitch with Flip Box background overlay</li>\n</ul>\n<h4>1.5.5 - 2017-07-03</h4>\n<ul>\n<li>Tweak: Moved reCAPTCHA render to handler & load only if a form is exist</li>\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999</li>\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed</li>\n<li>Fix: Sorted items in filter bar by A-Z</li>\n<li>Fix: Editor glitch with Elementor v1.5 (<a href="https://github.com/elementor/elementor/issues/1927">#1927</a>)</li>\n</ul>\n<h4>1.5.4 - 2017-06-22</h4>\n<ul>\n<li>Tweak: Improved compatibility for Elementor v1.5</li>\n<li>Fix: URL default for Add To Cart widget</li>\n<li>Fix: Allowed <code>date</code> and <code>birthday</code> fields as text for MailChimp integration</li>\n</ul>\n<h4>1.5.3 - 2017-06-19</h4>\n<ul>\n<li>Tweak: Make flip-box height responsive control</li>\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href="https://github.com/elementor/elementor/issues/1829">#1829</a>)</li>\n<li>Fix: Global form widget with MailChimp integration not saving</li>\n</ul>\n<h4>1.5.2 - 2017-06-13</h4>\n<ul>\n<li>Fix: Custom CSS panel location compatibility for the old versions</li>\n</ul>\n<h4>1.5.1 - 2017-06-12</h4>\n<ul>\n<li>Fix: MailChimp update existing user registration</li>\n<li>Fix: Global widget with JS in the editor mode</li>\n<li>Fix: Label section condition in Login widget</li>\n<li>Fix: Changes to unlinked global widget do not appear in the editor</li>\n</ul>\n<h4>1.5.0 - 2017-05-23</h4>\n<ul>\n<li>New: Added Cards, a new skin for Posts widget</li>\n<li>New: Added Exclude option to post query control group</li>\n<li>Tweak: Added <code>post_class()</code> for each post in the loop</li>\n<li>Tweak: Added <code>.elementor-posts-masonry</code> class when Masonry layout is enabled</li>\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0</li>\n<li>Tweak: CSS <code>autoprefixer</code> now supports last 5 versions of browsers</li>\n<li>Tweak: Added <code>imageLoaded</code> library for Posts & Portfolio widgets</li>\n</ul>\n<h4>1.4.4 - 2017-05-18</h4>\n<ul>\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href="https://github.com/elementor/elementor/issues/1683">#1683</a>)</li>\n<li>Fix: Added <code>.elementor-form</code> class to Login form to fix style glitch</li>\n</ul>\n<h4>1.4.3 - 2017-05-14</h4>\n<ul>\n<li>Tweak: Added Redirect After Login option to Login widget</li>\n<li>Tweak: Stay in the current page after logout in Login widget</li>\n<li>Tweak: Preparation for Elementor settings tabs in future version</li>\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone</li>\n<li>Fix: Bug with <code>active</code> class in portfolio filter item</li>\n<li>Fix: Higher specific list-style-type <code>none</code> for filter items to override some theme style</li>\n</ul>\n<h4>1.4.2 - 2017-05-06</h4>\n<ul>\n<li>Fix: Temporary patch for form field shortcode in some servers</li>\n</ul>\n<h4>1.4.1 - 2017-05-03</h4>\n<ul>\n<li>Fix: Bug with custom success message in form widget</li>\n<li>Fix: Bug with meta data in email action</li>\n</ul>\n<h4>1.4.0 - 2017-05-03</h4>\n<ul>\n<li>New: Forms: integration with MailChimp</li>\n<li>New: Forms: integration with MailPoet</li>\n<li>New: Forms: Added Email 2 action for email confirmation</li>\n<li>New: Forms: Added shortcodes for fields</li>\n<li>New: Forms: Added custom ID for fields</li>\n<li>New: Forms: Added option to edit email HTML template (<a href="https://github.com/elementor/elementor/issues/1180">#1180</a>)</li>\n<li>New: Added Login widget</li>\n<li>Tweak: Move <code>send_html</code> control to <code>email_content_type</code></li>\n<li>Fix: Email still sent even if validation failed in form widget</li>\n</ul>\n<h4>1.3.2 - 2017-05-01</h4>\n<ul>\n<li>New: Added action <code>elementor_pro/init</code> for better integration with Elementor Pro</li>\n<li>Fix: Posts without featured image in Posts widget (<a href="https://github.com/elementor/elementor/issues/1234">#1234</a>, <a href="https://github.com/elementor/elementor/issues/1382">#1382</a>)</li>\n<li>Fix: reCAPTCHA & Honeypot fields with new method</li>\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser</li>\n<li>Fix: Border radius glitch on hover in Share Buttons</li>\n</ul>\n<h4>1.3.1 - 2017-04-25</h4>\n<ul>\n<li>Fix: Conflict update with revision history module</li>\n</ul>\n<h4>1.3.0 - 2017-04-25</h4>\n<ul>\n<li>New: Added Share Buttons widget (<a href="https://wordpress.org/support/topic/social-sharing-buttons-is-it-possible/">Topic</a>)</li>\n<li>New: Added Custom CSS for Page Settings</li>\n<li>New: Added Masonry layout for Portfolio widget</li>\n<li>New: Added Cc & Bcc options to email action (<a href="https://github.com/elementor/elementor/issues/1181">#1181</a>)</li>\n<li>New: Introduced <code>ElementorPro\\Modules\\Forms\\Classes\\Action_Base</code> class for better 3rd party integration for forms</li>\n<li>Tweak: Debugger module now also shows errors from Pro</li>\n<li>Tweak: Added options for Elementor Library</li>\n<li>Tweak: New base posts module for optimized performance</li>\n<li>Tweak: Adjusting Posts / Portfolio to the new structure</li>\n<li>Fix: Export for posts / portfolio</li>\n<li>Fix: Duplicate repeater field with switcher control (<a href="https://github.com/elementor/elementor/issues/1442">#1442</a>)</li>\n<li>Fix: Post per Page in the query control</li>\n<li>Fix: Metadata does not come through on form emails (<a href="https://github.com/elementor/elementor/issues/1566">#1566</a>)</li>\n</ul>\n<h4>1.2.6 - 2017-04-19</h4>\n<ul>\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products & Add to Cart widgets</li>\n</ul>\n<h4>1.2.5 - 2017-04-18</h4>\n<ul>\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)</li>\n</ul>\n<h4>1.2.4 - 2017-03-21</h4>\n<ul>\n<li>Tweak: Added Indian Rupee sign to Price Table widget</li>\n<li>Fix: Portfolio grid for IE11</li>\n<li>Fix: Link target blank in Price List widget</li>\n<li>Fix: Active item for filter bar in Portfolio widget</li>\n</ul>\n<h4>1.2.3 - 2017-03-06</h4>\n<ul>\n<li>Tweak: Fully compatible with Elementor v1.3.0</li>\n<li>Tweak: Added trigger for after form submission in Forms widget</li>\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms</li>\n<li>Fix: Portfolio filter syntax in Non-Latin languages</li>\n<li>Fix: Added <code>no-repeat</code> property for slide with <code>background-size:contain</code></li>\n<li>Fix: Condition control & Import value in Posts widgets</li>\n<li>Fix: Offset and Pagination in WordPress (<a href="https://codex.wordpress.org/Making_Custom_Queries_using_Offset_and_Pagination">More Info</a>)</li>\n<li>Fix: Submit handler bubbling for custom events in Forms widget</li>\n</ul>\n<h4>1.2.2 - 2017-02-23</h4>\n<ul>\n<li>Tweak: Change name from Side A/B to Front and Back in Flip Box widget</li>\n<li>Fix: Error when saving third party widgets in the global widget</li>\n<li>Fix: Image position "none" remains visible in editor preview (Posts)</li>\n<li>Fix: Hide the pagination when there are no links</li>\n</ul>\n<h4>1.2.1 - 2017-02-21</h4>\n<ul>\n<li>Fix: Firefox Flip Box 3D compatibility</li>\n</ul>\n<h4>1.2.0 - 2017-02-21</h4>\n<ul>\n<li>New: Added Flip Box widget</li>\n<li>New: Added Ken Burns effect for slides</li>\n<li>New: Added Masonry layout for Posts widget</li>\n<li>New: Added Pagination option for Posts widget</li>\n<li>Tweak: Added background size contain to slides</li>\n<li>Tweak: Improve Query control by preload items</li>\n<li>Fix: Text color for Checkbox and Radio fields</li>\n</ul>\n<h4>1.1.2 - 2017-02-05</h4>\n<ul>\n<li>Tweak: Added <code>aria-required</code> for better accessibility in forms widget</li>\n<li>Fix: Conflict Call to <code>undefined</code> method in Posts & Portfolio widgets (<a href="https://github.com/elementor/elementor/issues/1271">#1271</a>, <a href="https://github.com/elementor/elementor/issues/1266">#1266</a>)</li>\n<li>Fix: Submit button HTML after error sending</li>\n<li>Fix: Success message for <code>skip_email</code> function</li>\n<li>Notice: Elementor 1.2.0 or later now required</li>\n</ul>\n<h4>1.1.1 - 2017-01-24</h4>\n<ul>\n<li>Fix: Can''t save global widgets when <code>WP_DEBUG</code> is <code>true</code></li>\n<li>Fix: Undefined variable in WC widgets</li>\n<li>Fix: Removed duplicate strings</li>\n</ul>\n<h4>1.1.0 - 2017-01-24</h4>\n<ul>\n<li>New: Price Table widget (<a href="https://github.com/elementor/elementor/issues/102">#102</a>)</li>\n<li>New: WooCommerce Add to Cart widget</li>\n<li>New: WooCommerce Categories widget</li>\n<li>New: WooCommerce Elements widget</li>\n<li>New: Honeypot field for Forms widgets</li>\n<li>Tweak: Added inline options for taxonomies & authors if is less than 15 items</li>\n<li>Tweak: Added Required Mark for fields in Forms widget</li>\n<li>Fix: CSS selectors priority in Slides widget</li>\n<li>Fix: CSS bug in Price List widget</li>\n<li>Fix: Update all Post CSS files that includes specific Global Widget</li>\n</ul>\n<h4>1.0.9 - 2017-01-18</h4>\n<ul>\n<li>Fix: Auto complete bug in query controls</li>\n<li>Fix: Render template with escaping slashes</li>\n<li>Fix: Reply-to field in Forms widget</li>\n</ul>\n<h4>1.0.8 - 2017-01-11</h4>\n<ul>\n<li>Tweak: Code adjustments for Elementor API</li>\n<li>Fix: Removed go pro link from plugins page in admin</li>\n</ul>\n<h4>1.0.7 - 2017-01-05</h4>\n<ul>\n<li>Tweak: Added filter by featured / sale for WC Products widget</li>\n<li>Tweak: Added author control in Portfolio widget</li>\n<li>Tweak: Code adjustments for Elementor API</li>\n<li>Fix: Added support for empty image ratio</li>\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself</li>\n</ul>\n<h4>1.0.6 - 2017-01-01</h4>\n<ul>\n<li>Tweak: Added Auto-updates for local translation files</li>\n<li>Fix: Custom CSS for Global widgets</li>\n<li>Fix: Remove <code>nonce</code> field (Fix some cache plugins)</li>\n</ul>\n<h4>1.0.5 - 2016-12-27</h4>\n<ul>\n<li>Fix: Slide element bug fix - ''Link apply on'' logic</li>\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href="https://github.com/elementor/elementor/issues/1086">#1086</a>)</li>\n</ul>\n<h4>1.0.4 - 2016-12-21</h4>\n<ul>\n<li>Tweak: Mobile Editing for fields in the form widget</li>\n<li>Tweak: Mobile Editing for posts</li>\n<li>Tweak: Allow send form as HTML</li>\n<li>Tweak: Improved auto upgrades for Multisite installation</li>\n<li>Tweak: Improve editor rendering experience for Portfolio widget</li>\n<li>Fix: Posts widget check if image exist</li>\n<li>Fix: Changed the clone method for global widget (<a href="https://github.com/elementor/elementor/issues/1042">#1042</a>)</li>\n<li>Fix: Bug slides in RTL (removed direction control)</li>\n<li>Fix: Slides with no height jumps when changing slides</li>\n</ul>\n<h4>1.0.3 - 2016-12-13</h4>\n<ul>\n<li>Fix: Added escape placeholder for HTML Entities in form widget</li>\n<li>Fix: Countdown widget RTL bug</li>\n<li>Fix: Remove redundant #elementor selector for control style</li>\n<li>Fix: Added prefixing with ''0'' for one digit number in Countdown widget</li>\n</ul>\n<h4>1.0.2 - 2016-12-12</h4>\n<ul>\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form</li>\n</ul>\n<h4>1.0.1 - 2016-12-12</h4>\n<ul>\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active</li>\n</ul>\n<h4>1.0.0 - 2016-12-12</h4>\n<ul>\n<li>Initial release</li>\n</ul>";}";s:11:"new_version";s:5:"2.7.2";s:4:"name";s:13:"Elementor Pro";s:4:"slug";s:13:"elementor-pro";s:3:"url";s:36:"https://elementor.com/pro/changelog/";s:8:"homepage";s:26:"https://elementor.com/pro/";s:8:"requires";s:3:"4.7";s:6:"tested";s:5:"5.2.3";s:7:"package";s:0:"";s:13:"download_link";s:0:"";s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479";}s:5:"icons";a:1:{s:3:"svg";s:42:"https://ps.w.org/elementor/assets/icon.svg";}s:17:"canary_deployment";a:2:{s:11:"plugin_info";a:11:{s:11:"new_version";s:5:"2.7.1";s:4:"name";s:13:"Elementor Pro";s:4:"slug";s:13:"elementor-pro";s:3:"url";s:36:"https://elementor.com/pro/changelog/";s:8:"homepage";s:26:"https://elementor.com/pro/";s:8:"requires";s:3:"4.7";s:6:"tested";s:5:"5.2.3";s:7:"package";s:0:"";s:13:"download_link";s:0:"";s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479";}s:5:"icons";a:1:{s:3:"svg";s:42:"https://ps.w.org/elementor/assets/icon.svg";}}s:10:"conditions";a:1:{i:0;a:1:{i:0;a:3:{s:4:"type";s:8:"language";s:9:"languages";a:6:{i:0;s:5:"he_IL";i:1;s:5:"en_GB";i:2;s:5:"en_NZ";i:3;s:5:"en_ZA";i:4;s:5:"en_AU";i:5;s:5:"en_CA";}s:8:"operator";s:2:"in";}}}}}', 'no'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (320, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1571081956', 'no'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (321, '_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:66:"WPTavern: Edit Flow Future in Flux: Here Are 5 Alternative 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:29:"https://wptavern.com/?p=94489";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"https://wptavern.com/edit-flow-future-in-flux-here-are-5-alternative-plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:10230:"<p>After years of unpredictable development and support, it seemed the <a href="https://wordpress.org/plugins/edit-flow/" rel="noopener noreferrer" target="_blank">Edit Flow</a> plugin had finally given up the ghost last week when an Automattic support representative <a href="https://wptavern.com/automattic-has-discontinued-active-development-on-edit-flow-plugin" rel="noopener noreferrer" target="_blank">confirmed that it is no longer being actively developed</a> and recommended users switch to an alternative. Nick Gernert, head of WordPress.com VIP, has since <a href="https://wptavern.com/automattic-has-discontinued-active-development-on-edit-flow-plugin#comment-307821" rel="noopener noreferrer" target="_blank">commented</a> on our post to clarify the company’s intentions. He said Automattic is “in no way dropping support for Edit Flow:”</p>\n<blockquote><p>I’ll start by saying we are in no way dropping support for Edit Flow.</p>\n<p>We do see a difference between active feature development and maintenance updates to a plugin and this post tends to use these things interchangeably. It is correct that we are not currently pushing new features for Edit Flow. However, we are committed to maintaining this and other plugins so that those who depend on them are able to continue to do so.</p>\n<p>We face the same challenge that many in software face when it comes to supporting existing work while looking to the future and where to invest energy. I hope folks can understand the delicate balance here. We accept that we have fallen short at times when it comes to maintaining our existing work and appreciate the community holding us accountable.</p></blockquote>\n<p>Gernert also said the company’s VIP service is “seeing demand for WordPress in the enterprise market like never before.” The team is doubling down on its commitment to product development for this market and Gernert said outlook for Edit Flow and other Automattic plugins should improve:</p>\n<blockquote><p>VIP is more committed than ever to product development for the unique needs of this space. We have recently brought on a new Head of Product and Engineering. With the addition of this role, there is a commitment to focused product development and that includes ensuring key plugins like Edit Flow are maintained. Presently, that maintenance includes security updates, critical bugs, ensuring compatibility with new versions of WordPress, and directly supporting VIP customer use. Going forward the VIP Product and Engineering teams are committed to allocating time to regularly review and address issues and provide regular updates to the plugins. As we stabilize on maintenance, new feature development will pick up in areas where we see unique opportunity.</p></blockquote>\n<p>Users and developers seemed wary of this response, given the plugin’s history and more recent experiences of trying to contribute to its upkeep. <a href="https://gorillabunny.com/" rel="noopener noreferrer" target="_blank">James Miller</a>, a developer who was using Edit Flow on a client project, shared his experience trying to submit a PR for a bug fix.</p>\n<p>“It doesn’t seem like it’s even being given a level of attention at the most basic level of what could be considered ‘maintained,''” Miller said. “This plugin was breaking functionality of other plugins on a client site.</p>\n<p>“I forked the repo, fixed the issue, and <a href="https://github.com/Automattic/Edit-Flow/pull/499" rel="noopener noreferrer" target="_blank">submitted a PR</a> on January 26. After several months of periodic commenting and asking if anybody was even maintaining the repo, it finally got merged just last month. This doesn’t seem to me like a commitment to maintaining the plugin.”</p>\n<h3>What Does this Mean for Edit Flow Users?</h3>\n<p>If you’re not currently experiencing any critical bugs and you don’t require additional features beyond what it offers, Edit Flow may be still be a good option if Automattic is able to improve its maintenance. As previously predicted, any new features coming to this plugin will be those that “directly support VIP customer use.”</p>\n<p>Support for the plugin has not improved over the last week, so users may still be waiting for updates and fixes for awhile. The support forums indicate that multiple users continue to report issues with both the block editor and the classic editor, as well as conflicts with other plugins. This is likely why Automattic support representatives <a href="https://wordpress.org/support/topic/edit-flow-plugin-is-closed-no-longer-supported/" rel="noopener noreferrer" target="_blank">recommend</a> users fork Edit Flow or switch to another solution.</p>\n<p>In support of smaller WordPress-powered publications that have an immediate need for editorial tools, we have compiled a list of alternatives that offer more frequent maintenance and support. Edit Flow’s primary features include a calendar, custom statuses, editorial comments, editorial metadata, notifications, story budget, and user groups. One of the alternatives below may be a suitable replacement, depending on which features are most important to your editorial workflow.</p>\n<h3>PublishPress</h3>\n<p><a href="https://wordpress.org/plugins/publishpress/" rel="noopener noreferrer" target="_blank">PublishPress</a> is the plugin that Automattic recommended as an alternative, and it is the closest one to matching Edit Flow’s features. It has 7,000 active installs and is used by companies, non-profits, educational institutions, magazines, newspapers, and blogs.</p>\n<p>In the free plugin, PublishPress provides an editorial calendar, notifications, editorial comments, custom statuses, content overview, and the ability to create custom metadata for posts. Its creators also offer commercial add-ons for things like a content checklist, Slack notifications, multiple authors, WooCommerce checklist, and more.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2019/10/publishpress-editorial-calendar.png?ssl=1"><img /></a></p>\n<p>Since PublishPress is actually a fork of the Edit Flow plugin, users can <a href="https://publishpress.com/knowledge-base/migrate/" rel="noopener noreferrer" target="_blank">migrate seamlessly from Edit Flow</a> without losing any data or settings using the plugin’s built-in migration utility.</p>\n<p>The PublishPress team has also created several other publishing plugins that may also be useful for different editorial needs, including <a href="https://wordpress.org/plugins/revisionary/" rel="noopener noreferrer" target="_blank">PublishPress Revisions</a>, <a href="https://wordpress.org/plugins/press-permit-core/" rel="noopener noreferrer" target="_blank">PressPermit</a>, and <a href="https://wordpress.org/plugins/capability-manager-enhanced/" rel="noopener noreferrer" target="_blank">Capability Manager Enhanced</a>.</p>\n<h3>Oasis Workflow</h3>\n<p><a href="https://wordpress.org/plugins/oasis-workflow/">Oasis Workflow</a> is a plugin that allows site admins to create custom workflows for content review. It includes three process/task templates for assignment, review, and publishing actions with role-based routing. Workflows can be configured using a drag-and-drop interface. The plugin supports custom statuses, process history, task reassignment, due dates, and email reminders.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2019/10/oasis-workflow.png?ssl=1"><img /></a></p>\n<p>Oasis Workflow is often used in healthcare, law and financial firms, universities, CPA firms, non-profits, news outlets, and other organizations that require a formal review process for publishing. A <a href="https://www.oasisworkflow.com/" rel="noopener noreferrer" target="_blank">commercial version</a> of the plugin includes features like multiple workflows, auto submit, revisions for published content, with add-ons for editorial contextual comments, teams, groups, and more.</p>\n<h3>Nelio Content</h3>\n<p><a href="https://wordpress.org/plugins/nelio-content/">Nelio Content</a> is a plugin with 6,000 active installs that includes an editorial calendar, editorial comments, tasks, and a content assistant. It also helps users schedule and automatically promote content on social networks. The plugin integrates relevant metrics from Google Analytics and social media accounts to assist users in promoting content.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2019/10/nelio-calendar.png?ssl=1"><img /></a></p>\n<h3>Editorial Calendar</h3>\n<p>If the editorial calendar feature of Edit Flow is the only one you need, then the <a href="https://wordpress.org/plugins/editorial-calendar/" rel="noopener noreferrer" target="_blank">Editorial Calendar</a> plugin might be a good alternative. It is used on more than 40,000 WordPress sites. The plugin provides an overview of when each post will be published, supports multiple authors, the ability to rearrange the schedule with drag-and-drop capabilities, and edit posts directly in the calendar.</p>\n<div class="embed-vimeo"></div>\n<h3>WP Scheduled Posts</h3>\n<p><a href="https://wordpress.org/plugins/wp-scheduled-posts/" rel="noopener noreferrer" target="_blank">WP Scheduled Posts</a> is another editorial calendar plugin that makes it easy to manage multiple authors from one place. It includes a visual calendar that can be manipulated via drag-and-drop, allowing users to easily add posts in the queue or create new posts inside the calendar. The plugin has a dashboard widget that displays post statuses for single or multiple authors.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2019/10/schedule-calendar.png?ssl=1"><img /></a></p>\n<p>The <a href="https://wpdeveloper.net/plugins/wp-scheduled-posts/" rel="noopener noreferrer" target="_blank">commercial version</a> of WP Scheduled Posts is targeted at the scheduling aspects of publishing. It offers an auto-scheduler where users can create rules to publish content automatically, as well as a missed schedule handler for automatically publishing posts that didn’t go out on schedule.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 11 Oct 2019 21:21:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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: Meta Box Settings Page Extension Adds Support for Customizer, Network-Wide Settings";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=94811";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/meta-box-settings-page-extension-adds-support-for-customizer-network-wide-settings";s: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:3677:"<p>The team behind the Meta Box plugin <a href="https://metabox.io/mb-settings-page-customizer-multisite">updated their MB Settings Page add-on</a> to include support for the customizer and multisite. The customizer feature allows theme authors to integrate their custom settings into the customizer using framework-specific code. The multisite integration allows plugin authors to create a network settings page.</p>\n\n\n\n<p>The new features come on the heels of an <a href="https://metabox.io/meta-box-updates-better-performance-for-object-fields-mb-core-and-new-settings-page">update to the core Meta Box plugin</a> that improves performance for users who have thousands of objects such as posts, terms, or users.</p>\n\n\n\n<p>The primary <a href="https://wordpress.org/plugins/meta-box/">Meta Box</a> plugin originated as a custom fields framework for plugin and theme authors to create meta boxes. It has since grown to handle settings across taxonomies, user profiles, options pages, comment forms, and other areas that have form fields. The plugin offers a unifying API for developers to code over 40 field types without the need to learn each of the internal, field-related APIs in WordPress. At the moment, the plugin has over 400,000 active installations.</p>\n\n\n\n<p>Framework-style plugins such as Meta Box, Advanced Custom Fields, and others have filled a gap left open by core WordPress, which does not have a single API for handling fields. Over the years, developers have been left to code against dissimilar APIs and in different languages (PHP and JavaScript). This new feature from the Meta Box team will further extend its usefulness to a large number of developers who need to build out options for their users quickly and without learning additional APIs.</p>\n\n\n\n<p>The <a href="https://metabox.io/plugins/mb-settings-page/">MB Settings Page add-on</a> is a premium extension that allows theme and plugin authors to create custom settings pages.</p>\n\n\n\n<p>The purpose of its customizer integration is for theme authors to map settings pages to customizer panels. However, the feature also allows for sections instead. All of the Meta Box’s field types carry over to the customizer except for its file and image field types due to limitations with how the customizer works. However, other file and image-related fields will handle most needs.</p>\n\n\n\n<p>Customizer integration isn’t an all-or-nothing thing. Developers can choose to keep both a custom settings page and panels in the customizer. They may also opt for one screen over the other based on their needs.</p>\n\n\n\n<p>The Meta Box team released a video showcasing the new customizer support with some mood music. <em>To be honest, I’m just chilling out and listening as I write this article. I’ve got a little head bob going too.</em></p>\n\n\n\n<div class="wp-block-embed__wrapper">\n\n</div>\n\n\n\n<p>There is currently no word on whether the customizer fields support live preview. Based on the video, when a user updates an option, the preview panel performs a full page refresh. If live preview is not currently a feature, it would be a welcome one in a future update.</p>\n\n\n\n<p>Along with customizer integration, the MB Settings Page update provides the ability for developers to create network-wide settings for multisite. </p>\n\n\n\n<p>For some developers, network-wide settings are a bit of an afterthought or something they don’t consider at all for their plugins. Not all plugins need options on the network level. For those that do, authors can start using their custom Meta Box fields directly in the WordPress network admin with a single line of code.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 11 Oct 2019 17:58:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"WPTavern: WordPress 5.3 Improves Large Image Handling";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=94814";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"https://wptavern.com/wordpress-5-3-improves-large-image-handling";s: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:2222:"<p><a href="https://wordpress.org/news/2019/10/wordpress-5-3-beta-3/" rel="noopener noreferrer">WordPress 5.3 Beta 3</a> was released this week and RC 1 is right around the corner, expected <a href="https://make.wordpress.org/core/5-3/" rel="noopener noreferrer" target="_blank">October 15</a>. Core contributors have been publishing developer notes on new features landing in this release. One exciting enhancement that hasn’t received much attention yet is WordPress’ updated <a href="https://core.trac.wordpress.org/ticket/47873" rel="noopener noreferrer" target="_blank">handling of large images</a>.</p>\n<p>Many WordPress users don’t consider the size of the images they are uploading to their sites, and modern smartphones are capable of producing very high quality images at very large file sizes. WordPress 5.3 will automatically detect large images (with a default threshold of 2560px) and generate a “web-optimized maximum size.” The threshold is used as the max-height and max-width value to scale down the image for use as the largest available size. A new <code>big_image_size_threshold</code> filter is available for developers who want to change the threshold size or disable the new feature altogether.</p>\n<p>WordPress will store the original image size so that it is still accessible and a new function is available for fetching its path: <code>wp_get_original_image_path()</code>. It is also used to generate all the image sub-sizes.</p>\n<p>More than two million WordPress users rely on plugins like Imsanity, Smushit, and EWWW Image Optimizer to optimize images. They often include additional features for bulk resizing previously uploaded images. WordPress’ new large image handling <a href="https://make.wordpress.org/core/2019/10/09/introducing-handling-of-big-images-in-wordpress-5-3/#comment-37044" rel="noopener noreferrer" target="_blank">should not interfere with image optimization plugins</a>, because it doesn’t affect the default settings that they often hook into and use to perform additional optimizations. The new core enhancement may be suitable to replace these plugins for some users who only require the bare minimum optimization on upload.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 10 Oct 2019 19:46: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:3;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:76:"WPTavern: MachoThemes, Modula Parent Company, Acquires Three Gallery 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:29:"https://wptavern.com/?p=94816";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/machothemes-modula-parent-company-acquires-three-gallery-plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3453:"<p><a href="https://www.machothemes.com">MachoThemes</a>, the WordPress development company behind the <a href="https://wordpress.org/plugins/modula-best-grid-gallery/">Modula Gallery</a> plugin, has acquired three gallery plugins. The company is currently rolling the first two of the plugins, <a href="https://wordpress.org/plugins/final-tiles-grid-gallery-lite/">Final Tiles Grid Gallery Lite</a> and <a href="https://wordpress.org/plugins/photoblocks-grid-gallery/">PhotoBlocks Grid Gallery</a>, into Modula. The third plugin, <a href="https://wordpress.org/plugins/everlightbox/">EverLightbox</a>, will remain as a standalone project.</p>\n\n\n\n<p>The three plugins were purchased from Diego Imbriani of GreenTreeLabs. This was not MachoThemes’ first acquisition from Imbriani. They acquired the original Modula plugin from him over two years ago. From there, they grew the user base and continued developing the plugin.</p>\n\n\n\n<p>At this time, the exact details of the financial terms are not available to the public, but the transaction was in the range of low-to-mid 5-figures.</p>\n\n\n\n<p>The acquisition is a part of MachoThemes’ growth strategy for building a larger audience for their Modula plugin, which currently has over 60,000 active installations. “We liked their feature set, their quirkiness, and overall what they stand for,” said MachoThemes owner Christian Raiber of the reasons behind the acquisition.</p>\n\n\n\n<p>The merge of Final Tiles and PhotoBlocks affects over 34,000 plugin users. MachoThemes does not plan to continue supporting or developing them as individual plugins.</p>\n\n\n\n<p>The team is in the process of building a migration script to allow users to bring their existing galleries over to the Modula plugin. It is important that users migrate to Modula or another option because unsupported versions of their current plugins may not work in the future.</p>\n\n\n\n<p>Both plugins are similar to Modula by allowing users to create a gallery separately from the primary post content screen. However, the user interface and experience between all three plugins are nothing alike. Merging the plugins into Modula means that MachoThemes can work on a single interface and experience for users.</p>\n\n\n\n<p>Users may be worried about losing features when migrating to a new plugin. “Most of these options already exist in Modula, under a different name, setting or otherwise paid extension,” said Raiber. “There are a few interesting options in these plugins indeed, and they’ve already sparked new ideas for the team to experiment with.”</p>\n\n\n\n<p>Raiber said his company would reach out to users. “We’ll have videos, doc entries, and a dedicated page on wp-modula.com,” he said of the transition. The company plans to keep the plugins available for the next six months but may extend that period depending on how the transition for users is going.</p>\n\n\n\n<p>The EverLightbox plugin will remain separate for those who want a lightbox feature for the standard WordPress galleries but not a full gallery-editing plugin. “We will continue to support the plugin and work hard to ensure that all users have a smooth-sailing experience with the plugin just as we have been for all of the plugins we’ve been building,” said Raiber.</p>\n\n\n\n<p>The company plans to continue developing and supporting EverLightbox for the long term.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 10 Oct 2019 19:21: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:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:79:"WPTavern: ExpressionEngine Under New Ownership, Will Remain Open Source for Now";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=94761";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:89:"https://wptavern.com/expressionengine-under-new-ownership-will-remain-open-source-for-now";s: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:7521:"<p>EllisLab founder Rick Ellis <a href="https://expressionengine.com/blog/expressionengine-has-a-new-owner" rel="noopener noreferrer" target="_blank">announced</a> yesterday that ExpressionEngine has been acquired by Packet Tide, the parent company of <a href="https://eeharbor.com" rel="noopener noreferrer" target="_blank">EEHarbor</a>, one of the most successful EE add-on providers and development agencies in the community. A year ago EllisLab, the developers of EE core, was acquired by Digital Locations but Ellis said the company ended up not being a good fit for the future of the CMS:</p>\n<blockquote><p>A year ago, EllisLab was acquired by Digital Locations in order to facilitate the transition of ExpressionEngine from a commercial software application to an open source one. That transition was successful, but it became apparent in recent months that ExpressionEngine didn’t fit perfectly within the goals of Digital Locations, as it seeks to build a business in Artificial Intelligence.</p>\n<p>We decided that what was best for ExpressionEngine was to seek a new owner, one that could devote all the resources necessary for ExpressionEngine to flourish.</p></blockquote>\n<p>In November 2018, <a href="https://wptavern.com/expressionengine-goes-open-source-after-16-years" rel="noopener noreferrer" target="_blank">EE went open source</a>, adopting the <a href="https://expressionengine.com/license" rel="noopener noreferrer" target="_blank">Apache License Version 2.0</a>, after 16 years of being locked down under restrictive licensing. EE’s dwindling community of product developers and site builders were hopeful that the new open source licensing would expand EE’s reach and bring back developers who had migrated to alternatives like <a href="https://craftcms.com/" rel="noopener noreferrer" target="_blank">Craft</a>.</p>\n<p>After the acquisition announcement, the EE community was concerned whether or not it will remain free and open source. Although the software’s homepage sports the tagline “The Open-Source CMS that supports YOU all the way,” EE’s new owners have left the option open for reconsidering its licensing further down the road. They plan to stick with the open source license for the time being. When asked directly in the <a href="https://t.co/gjVhmpqqn1?amp=1" rel="noopener noreferrer" target="_blank">EE Slack</a>, EE Harbor developer <a href="https://twitter.com/TomJaeger" rel="noopener noreferrer" target="_blank">Tom Jaeger</a> said, “That is our plan for now, although at this stage we’re looking at everything with a fresh eye towards what’s best.” The company has <a href="https://eeharbor.com/faq" rel="noopener noreferrer" target="_blank">published a list of FAQs</a> with the same information.</p>\n<p>Brian Litzinger, a developer at <a href="https://boldminded.com/" rel="noopener noreferrer" target="_blank">BoldMinded</a>, who has created more than 36 add-ons for EE, and is also on the EECA (ExpressionEngine Community Association) board that organizes EEConf, said he has confirmed that EEHarbor plans to keep the CMS open source.</p>\n<p>“The board spoke to new ownership just today actually, and they have every intention of keeping it open source,” Litzinger said. “I can’t speak for the whole community, but since going open source my add-on sales have not significantly increased or decreased.</p>\n<p>“As with any open source project there has been feedback and pull requests from the community, but nothing significant (e.g. large features). The community as a whole is pretty excited about the new ownership and ExpressionEngine’s future though.”</p>\n<p>Shawn Maida, founder of <a href="https://fostermade.co" rel="noopener noreferrer" target="_blank">Foster Made</a>, a company that also sells ExpressionEngine add-ons, said he has not seen a significant direct change in the economics of EE since the project went open source.</p>\n<p>“I think the real question here is what business model best enables the growth and continued support of the CMS itself, and how is that balanced against the growth of the community,” Maida said. “As a business that offers some add-ons for ExpressionEngine, we need to see both continued growth in ExpressionEngine as a platform and growth in the community, so I think the license model that best enables that matters.”</p>\n<p>Travis Smith, president of <a href="https://www.hopstudios.com/" rel="noopener noreferrer" target="_blank">Hop Studios</a>, has been working with EE since its early days. As someone who is deeply invested in the EE community, he said that he doesn’t think a prospective licensing change would impact the broader community as much as having a clear vision for the CMS’s future.</p>\n<p>“I think a licensing change per se wouldn’t be good or bad, but a well-articulated and communicated vision for the CMS’s future would be really helpful for a community that feels unsure at the moment,” Smith said.</p>\n<p>“I do think that the exposure that going open source gave into the development process overall at EllisLab was an improvement, and that new features and bug fixes were getting added at a decent pace.”</p>\n<p>EE may have changed its licensing to be open source but it is not a community-led project where major decisions happen by a consensus of a diverse representation of community leadership.</p>\n<p>“I didn’t observe the community gaining (or applying?) much input or influence over the future of ExpressionEngine in the past year,” Smith said. “I think there was still a feeling of ‘EE is EllisLab’s project’ — and that this change of ownership might shake the community’s devs out of that default assumption, which would be a good thing.”</p>\n<p>In the <a href="https://eeharbor.com/faq" rel="noopener noreferrer" target="_blank">FAQs EEHarbor published today</a>, the company confirmed that it will be developing new features and that it will consider feedback submitted from the community:</p>\n<blockquote><p>While we are in the early stages of long-term strategic planning, we already have a lot of thoughts and ideas around where to take ExpressionEngine based on our own experience. However, it’s not just about us. We are also very interested in collaborating with the ExpressionEngine community. Everyone is more than welcome to submit feedback for us to review as we consider the future of ExpressionEngine</p></blockquote>\n<p>After 16 years under a restrictive license, EE is an interesting example of a newly open source, corporate-led project with a community that is rediscovering its place while ownership of the software is transferred from one company to another. Responses to the acquisition are mostly positive, and users seem excited about Packet Tide’s first planned initiative – finishing development on ExpressionEngine 6.0. Ellis described this upcoming release as “an exciting new version we’ve been quietly working on behind the scenes.” It will include a new control panel with a dark theme, along with add-on and service integrations inside the app.</p>\n<p>EEHarbor does not plan to merge its add-ons with ExpressionEngine core at this time, and the statement published today reiterates the company’s commitment to “keep the add-on marketplace fair and open to all developers.”</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 09 Oct 2019 23:11:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:82:"WPTavern: Rosa 2 Restaurant Theme Provides a Frustrating and Satisfying Experience";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=94769";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/rosa-2-restaurant-theme-provides-a-frustrating-and-satisfying-experience";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9220:"<div class="wp-block-image"><img /></div>\n\n\n\n<p><a href="https://pixelgrade.com/themes/restaurants/rosa2/">Rosa 2</a> is the sequel to Pixelgrade’s best-selling theme, Rosa. The new theme re-imagines its previous incarnation in the context of the block editor (Gutenberg). I was provided a copy of the theme for free to test and provide my thoughts. </p>\n\n\n\n<p>The theme sells for $75/year, or you can pay a one-time fee of $95 for lifetime access. The <a href="https://pixelgrade.com/blog/product/meet-rosa-2/">product launch post</a> could make anyone excited about this theme, but is it worth it?</p>\n\n\n\n<p><strong>TLDR;</strong> Rosa 2 made for a satisfying experience when building restaurant-style pages. However, the early learning curve and basic setup were frustrating. It also lacks some of the polish I’d expect at a premium price.</p>\n\n\n\n<h2>A Rundown of the Issues</h2>\n\n\n\n<p>Before I dive into the good things about Rosa 2 (and there are some nice things about this theme), let me dive into the frustrating aspects. There were so many pain points that I nearly gave up on the theme several times. However, I soldiered on in the hopes of understanding why this theme might be worth using.</p>\n\n\n\n<h3>Install the Required Plugins First</h3>\n\n\n\n<p>Let me save you some time right now. When the theme says that it requires the <a href="https://wordpress.org/plugins/customify/">Customify</a> and <a href="https://wordpress.org/plugins/nova-blocks/">Nova Blocks</a> plugins, it truly requires them. Otherwise, the theme looks and behaves nothing like the demo or screenshots. It may as well not be the same theme.</p>\n\n\n\n<p>When first activating the theme, the front page of your website will become a completely white screen. It is not the dreaded <a href="https://wordpress.org/support/article/common-wordpress-errors/#the-white-screen-of-death">White Screen of Death</a> caused by an error. Instead, the theme is forcibly hiding the content with custom styles.</p>\n\n\n\n<p><em>Why?</em> Yeah, good question. </p>\n\n\n\n<p>I see no reason to do so. Outside of changing some code (which I did), users must activate the plugins to make their content appear. There is no technical reason this should be the case when using this theme.</p>\n\n\n\n<p>There should be no path in which a user installs a theme only to have their content disappear.</p>\n\n\n\n<p>I get it. I was told these were required plugins. The theme even provides easy installation and activation links via the TGM Plugin Activation script. I also get that WordPress lacks any sort of real dependency system for handling this feature. That doesn’t make it any less of a poor user experience.</p>\n\n\n\n<p>As a developer, I thought I’d trick the system and test the theme without those plugins installed. I wanted to see what the theme looked like out of the box, which you can see in the following screenshot.</p>\n\n\n\n<div class="wp-block-image"><img /></div>\n\n\n\n<p>Oh, and that big block of category links in the above screenshot, it never goes away. It just sits there on your blog posts page. It is hard-coded in the posts page template (<code>home.php</code>). Rosa 2 is billed as a restaurant theme, so it might be acceptable if you don’t plan on running a blog.</p>\n\n\n\n<h3>Header and Nav Problems</h3>\n\n\n\n<p>The default header looks nothing like the screenshots, demo, or video for the theme. After nearly two hours of using the theme, I was ready to throw in the towel and rule this theme out as a lost cause. Not being able to get the basic nav menu set up for the theme was an exercise in self-punishment that I wouldn’t wish on anyone.</p>\n\n\n\n<p>It turns out that the Nova Blocks plugin really is required. <em>Did I mention that you should install the required plugins first?</em></p>\n\n\n\n<h3>Stretched images</h3>\n\n\n\n<p>On blog and archive pages, expect stretched featured images that attempt to fill out the box next to the excerpt for existing posts. There doesn’t seem to be any remedy to this outside of uploading new images. </p>\n\n\n\n<p>The theme uses the standard <code>post-thumbnail</code> size but does not define this size in the code. For those unfamiliar with the technical aspects when using this specific size, the theme should ideally define it via the <code>set_post_thumbnail_size()</code> function.</p>\n\n\n\n<h3>Sticky header</h3>\n\n\n\n<p>The large sticky header gave me a gut-wrenching feeling that walls were closing in on me. I became light-headed and dizzy. I found it tough to breathe. This is not hyperbole. I’m dead serious.</p>\n\n\n\n<p>On a personal note, I’ve had some issues with claustrophobia for the last couple of years. I first had this feeling after being stuck indoors for two weeks while watching over one of my cats who had surgery. I typically work from the porch where I can get fresh air, but that was one of the worst periods of my life. </p>\n\n\n\n<p>Since then, I often get this same feeling when sites have large sticky headers. It feels like the walls are closing down. <em>I wonder if others have similar issues.</em></p>\n\n\n\n<p>This feeling could be alleviated if the theme minimized the sticky-header height while scrolling down the page. Fortunately, the theme allows users to choose a static header, which I strongly suggest using. There are some other spacing and sizing options for the header area, which can help shrink some of this down.</p>\n\n\n\n<h2>Where the Theme Shines</h2>\n\n\n\n<div class="wp-block-image"><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2019/10/rosa2-custom-page.jpg?ssl=1" target="_blank" rel="noreferrer noopener"><img /></a></div>\n\n\n\n<p>If there is one thing this theme does well, it is making it simple to create pages for a restaurant via the Nova Blocks plugin. Within minutes of creating a custom page, I had a restaurant-style page set up and ready to go.</p>\n\n\n\n<p>When coupled with Nova Blocks, the theme beautifully handles the process of creating custom pages with numerous unique outcomes. The integration with the plugin is brilliant. Each block has custom demo content that you can easily modify.</p>\n\n\n\n<p>Some of the names of the blocks and block options were cutesy and fun, such as “Hero of the Galaxy,” but they became a slight nuisance when wanting to quickly figure out the purpose of a block. I could see some users becoming annoyed at the names, and they might not be ideal for some professional settings. They were kind of fun though. I have mixed feelings about them.</p>\n\n\n\n<h2>How Does the Theme Handle Gutenberg?</h2>\n\n\n\n<div class="wp-block-image"><img /></div>\n\n\n\n<p>Rosa 2 is a theme primarily built for the block editor. It wonderfully handled core block output in my tests. </p>\n\n\n\n<p>When using Gutenberg-ready themes, I view the pullquote block as sort of the theme designer’s signature. It is one of those blocks where designers can have a lot of fun and put a unique spin on the display. I’m a fan of the pullquote style in this theme (pictured above).</p>\n\n\n\n<p>On the whole, it works well. When coupled with Nova Blocks, you have a lot of power at your disposal.</p>\n\n\n\n<h2>How Does the Code Stack Up?</h2>\n\n\n\n<p>Rosa 2 is lightweight in terms of custom code. Nearly all of the functionality is within the accompanying plugins. Because this is a theme review, I didn’t dive into the plugin code.</p>\n\n\n\n<p>From a purely technical standpoint, the theme does most things according to standards.</p>\n\n\n\n<p>There are some things I’d change from an architectural standpoint. For example, the file for its Customify plugin integration is over 1,100 lines of code. I would break that down to more digestible bits, which would help with long-term maintenance and bug hunting.</p>\n\n\n\n<p>Some of the editor-related JavaScript code could be more efficient. Repeated patterns should be grouped together to make the code smaller. The editor JavaScript file is not large, but every byte counts in a world where developers assume everyone is running on Gigabit internet connections.</p>\n\n\n\n<p>The primary stylesheet is 173 kb, which is <em>OMGBBQ</em> large, especially when you top it off with 100s of kb coming from the stylesheets and scripts loaded by Nova Blocks plugin. Unless you’re a user who is heavily optimizing your site, you can count on some slow page loads.</p>\n\n\n\n<h2>The Final Verdict</h2>\n\n\n\n<p>I’d only recommend this theme to people who have more patience than me. While I didn’t follow instructions right off the bat (as a reviewer, I’m trying to push limits and break things), the theme did have some pain points that simply made for a frustrating process.</p>\n\n\n\n<p>I’m in the camp of people who believes themes should work out of the box. This theme doesn’t work without some setup. You’ll need to put in some legwork to get it going. However, once you make it over the initial hump, you can build some beautiful page layouts.</p>\n\n\n\n<p>I suggest using it strictly for its defined purpose of building a restaurant website. The typography is designed well enough for blogging, but the overall theme isn’t well-suited to it.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 09 Oct 2019 19:47:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:40:"WordPress.org blog: WordPress 5.3 Beta 3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=7312";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2019/10/wordpress-5-3-beta-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3723:"<p>WordPress 5.3 Beta 3 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.3 beta in two ways:</p>\n\n\n\n<ul><li>Try the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href="https://wordpress.org/wordpress-5.3-beta3.zip">download the beta here</a> (zip). </li></ul>\n\n\n\n<p>WordPress 5.3 is slated for release on <a href="https://make.wordpress.org/core/5-3/">November 12, 2019</a>, and we need your help to get there.</p>\n\n\n\n<p>Thanks to the testing and feedback from everyone who tested <a href="https://wordpress.org/news/2019/09/wordpress-5-3-beta-2/">beta 2</a> (and <a href="https://wordpress.org/news/2019/09/wordpress-5-3-beta-1/">beta 1</a>) over <a href="https://core.trac.wordpress.org/query?status=closed&changetime=10%2F01%2F2019..10%2F08%2F2019&milestone=5.3&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority">60 tickets have been closed</a> in the past week. </p>\n\n\n\n<h2>Some highlights </h2>\n\n\n\n<ul><li>Fixes and enhancements in the admin interface changes introduced in previous 5.3 beta releases.</li><li>Wording changes in login screen (<a href="https://core.trac.wordpress.org/ticket/43037">#43037</a>).</li><li>Improved accessibility in media upload modal (<a href="https://core.trac.wordpress.org/ticket/47149">#47149</a>).</li><li>Changes in the way the new error handling with images works (<a href="https://core.trac.wordpress.org/ticket/48200">#48200</a>).</li><li>MediaElement.js has been updated from 4.2.6 to 4.2.13 (<a href="https://core.trac.wordpress.org/ticket/46681">#46681</a>). The script is now also being loaded in the footer again. This fixes a regression that happened two years ago, so might be worth noting (<a href="https://core.trac.wordpress.org/ticket/44484">#44484</a>).</li><li>Update to the REST API media endpoint to allow resuming of uploads (<a href="https://core.trac.wordpress.org/ticket/47987">#47987</a>).</li></ul>\n\n\n\n<p>In addition to these, Beta 3 landed a number of small consistency and polish changes to the REST API, including an improvement to the permissions check used when editing comments, a fix for post type controller caching edge cases, and most importantly, the ability to use the _embed parameter to access the full data for a post using the /wp/v2/search endpoint.</p>\n\n\n\n<h2>Developer notes</h2>\n\n\n\n<p>WordPress 5.3 has lots of refinements to polish the developer experience. To keep up, subscribe to the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> and pay special attention to the <a href="https://make.wordpress.org/core/tag/5-3+dev-notes/">developer notes</a> tag for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev/">Help us translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p>If you think you’ve found a bug, you can post to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href="https://core.trac.wordpress.org/newticket">file one on WordPress Trac</a> where you can also find a list of <a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 08 Oct 2019 20:58:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Francesca Marano";s: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:56:"WPTavern: The Evolution of Anonymity in the Internet Age";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=94745";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"https://wptavern.com/the-evolution-of-anonymity-in-the-internet-age";s: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:9328:"<p>As a child of the ’90s, I was growing up in one of the largest transitional periods in human history. The Internet Age was upon us.</p>\n\n\n\n<p>I was born and raised in a small community in rural Alabama. The country. The backwoods. To give you an idea of how small the place was, my entire school (grades K-12) had around 800 students. While I was fortunate enough that my family could afford to travel for vacation almost every year, I mostly lived a sheltered life.</p>\n\n\n\n<p>I rode bikes down the dirt road and explored neighbors’ hunting lands with my best friend in the summer. We’d get up at dawn, grab some provisions, and cycle out for the day’s adventure. We’d race old lawnmowers, build unstable treehouses, and swim in what were likely snake-infested creeks. We’d camp out under the stars. Our parents never asked where we were. As long as we showed up for supper and took a bath a few times each week to scrub the dirt off, we were generally left up to our own imaginations.</p>\n\n\n\n<p>There was another aspect of growing up in the ’90s, and that was video games. At 16, I spent most of the summer in the fields picking watermelons or throwing bales of hay onto a trailer. It was hard work, but it kept me supplied with whatever video games I wanted. When not out in the wild, my best friend and I would be glued to a 19-inch television playing the Nintendo 64 (and later the Sega Dreamcast).</p>\n\n\n\n<p>I lived in this somewhat country-bumpkin bubble with no idea of the outside world.</p>\n\n\n\n<p>Then came the explosion of the internet. My family never had a computer at home. That left me to access this wonderful new thing during school hours or at a friend’s house.</p>\n\n\n\n<p>Like pretty much every teen boy I knew at the time, the best use of the internet was logging into adult chatrooms and hoping to chat with a woman. Yeah, the average teenage boy wasn’t doing anything productive with the internet, even in the ’90s. Big surprise there. This isn’t groundbreaking news, folks. Move along.</p>\n\n\n\n<p>There were other uses of chatrooms, such as finding other gamers. That’s where my original love of the internet began. I could talk to people across the world about Nintendo and Sega games. I even started getting pen-pals where we would exchange weekly emails.</p>\n\n\n\n<p>At the time, there was this common saying among adults, “You don’t know who you’re talking to on that thing. It could be a fat, 40-year-old man living in his parents’ basement.” <em>Hey, why you throwin’ shade at heavyset men? Just tell me it could be a psycho.</em></p>\n\n\n\n<p>My parents drilled this lesson into my brain. School teachers did the same. Like my peers at the time, I was required to use a pseudonym when going online. The thought of using a real name was almost unheard of. As teens, we’d joke about the basement-dwelling bogeyman who our parents and teachers warned us against. It was all a game to us despite there being legitimate fears, particularly now that I have 20 years of hindsight at my disposal.</p>\n\n\n\n<p>That’s where I came up with my username of <a href="https://profiles.wordpress.org/greenshady">greenshady</a>, by the way. One day I may even tell what it means. One day. For now, I’ll keep all of you who have asked about it over the years guessing.</p>\n\n\n\n<p>I used that username for years because there was always this little voice in the back of my mind telling me to remain anonymous.</p>\n\n\n\n<h2>Anonymity in the Age of Transparency</h2>\n\n\n\n<p>I’m not exactly sure at what point attitudes toward anonymity changed. Social networks likely played a huge role transitioning us from silly screen names to using our real-life names on the internet. Otherwise, it’d be harder for our real-life friends to find us on Facebook, Twitter, and elsewhere.</p>\n\n\n\n<p>This prevailing attitude toward anonymity didn’t limit itself to social networks. More and more, people shunned the idea of anonymous posts or comments on blogs and elsewhere. </p>\n\n\n\n<p>There’s likely some form of stardom attached to using real names as well. Everyone is just one video, one blog post, or one tweetstorm away from their 15 minutes in the spotlight.</p>\n\n\n\n<p>Even within the WordPress community over the years, I’ve witnessed a shift toward automatically disliking anonymous comments. The prevailing idea is that a person’s contribution to a discussion has less worth if it’s hidden behind the veil of anonymity, that one’s opinions are invalid if they cannot be backed up by a real name. </p>\n\n\n\n<p>It opens the person to attack not based on their ideas but on how they choose to present themselves online. This is a part of the culture that is unhealthy.</p>\n\n\n\n<p>In a time when you can effectively be shut out from the modern-day public square for making one wrong statement, anonymity is more important than ever for some. Often, there’s no recourse for missteps after you’ve been taken down by the angry horde over a lapse in judgment. Once your name has been hauled through the mud and back again, there’s little you can do about it.</p>\n\n\n\n<p>That little voice in the back of my mind, the one carefully crafted by my parents and teachers, is a reminder that a simpler period during the Internet Age once existed.</p>\n\n\n\n<p>There are other pockets of the internet where the pseudonym has persisted. One area is in gaming. You’d be the oddball if using a real name in an online multiplayer match. <em>I suppose “Brett” or “Molly” doesn’t strike fear in the heart’s of enemies.</em> The entire culture of online gaming is built upon anonymity, which is at odds with much of the internet world today. Frankly, I find it oddly satisfying.</p>\n\n\n\n<p>I do wonder whether a real name online is important for civil discourse. Quite often, online personas are much different than their real-life counterparts. I mean, have you seen the numerous alpha-male groups on social networks made up of men who all think they’re the leaders of the pack? <em>Hmmm…maybe there was some truth to that basement-dweller theory, after all. Thanks for the heads up, Mom and Dad.</em></p>\n\n\n\n<p>The point is that an online persona, even attached to a real name, is still a persona. It’s not much different than a fake user handle.</p>\n\n\n\n<p>I’d wager that the need to see a person’s real name has more to do with knowing exactly who to shun for controversial ideas rather than attaching some sort of validity to it. Usernames can be altered. You’re pretty much stuck with your real name, and mishaps follow your real name around.</p>\n\n\n\n<p>As we were reviewing the Tavern’s <a href="https://wptavern.com/comment-policy">comment policy</a> last week, one point I brought up is that I believe we should allow anonymous comments. A large reason for this is that people should feel safe to communicate their thoughts within the community. While I won’t get into the specifics of internal discussions, I do hope that it’s something we officially remove from the policy.</p>\n\n\n\n<p>Being in favor of anonymity does not mean being in favor of personal attacks or handing over a license to use a vulgar term as a username. It’s about protecting people’s ability to speak freely without fear of becoming an outcast within the community for an unpopular opinion.</p>\n\n\n\n<p>Sometimes anonymity provides people the freedom they need to effectively discuss ideas. More importantly, it allows them to be a part of the community in a way that they choose.</p>\n\n\n\n<h2>Are We Moving back?</h2>\n\n\n\n<p>With the European Union, Japan, Australia, and other countries passing stricter privacy laws, there’s a growing movement to protect privacy across the world. While this movement has focused more on large corporations and what they do with personal data, there’s an underlying fear that’s likely been there from the beginning.</p>\n\n\n\n<p>People are coming to the realization that we gave up too much.</p>\n\n\n\n<p>We handed over our names. And, once we handed over our names, it was a slippery slope to handing over everything else about ourselves. If you dig deep enough you can find the names of all my cats and when they were all born.</p>\n\n\n\n<p>I’m not sure how I feel about that. I’m in too deep at this point.</p>\n\n\n\n<p>My parents from 20 years ago would not have liked the idea too much. My dad just uses YouTube to watch videos on building stuff for the most part today (it took years to stop him sending me email chains), but my stepmom is right there along with everyone else on social networks.</p>\n\n\n\n<p>It’s odd to look back on the past 20 years to see how some of our initial fears surrounding anonymity have transformed. In another 20 years, we’ll all be back to using pseudonyms again. Call me out on it if I’m wrong. I do wonder if we’ll look back at this time and think everyone was crazy for using their real names.</p>\n\n\n\n<p>I welcome your anonymous comments on this post. Just don’t use “wanker” for your handle.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 08 Oct 2019 19:20:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:79:"WPTavern: GNU Project Maintainers Move to Oust Richard Stallman from 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=94714";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:90:"https://wptavern.com/gnu-project-maintainers-move-to-oust-richard-stallman-from-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:5486:"<p>GNU Project maintainers are working to oust Richard Stallman from his position as head of the organization. In a joint <a href="https://guix.gnu.org/blog/2019/joint-statement-on-the-gnu-project/" rel="noopener noreferrer" target="_blank">statement</a> published yesterday morning, a collection of 22 GNU maintainers and developers thanked Stallman for his work and declared that he can no longer represent the project:</p>\n<blockquote><p>We, the undersigned GNU maintainers and developers, owe a debt of gratitude to Richard Stallman for his decades of important work in the free software movement. Stallman tirelessly emphasized the importance of computer user freedom and laid the foundation for his vision to become a reality by starting the development of the GNU operating system. For that we are truly grateful.</p>\n<p>Yet, we must also acknowledge that Stallman’s behavior over the years has undermined a core value of the GNU project: the empowerment of all computer users. GNU is not fulfilling its mission when the behavior of its leader alienates a large part of those we want to reach out to.</p>\n<p>We believe that Richard Stallman cannot represent all of GNU.</p></blockquote>\n<p><a href="https://www.stallman.org/" rel="noopener noreferrer" target="_blank">Stallman’s personal website</a> continues to prominently display his intentions to remain in the leadership role. He added the header to his site, following the publication of remarks he made regarding a 17-year old victim of sex trafficker Jeffrey Epstein, which precipitated his <a href="https://wptavern.com/gpl-author-richard-stallman-resigns-from-free-software-foundation" rel="noopener noreferrer" target="_blank">resignation from both MIT and the Free Software Foundation</a>:</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-07-at-9.44.17-PM.png?ssl=1"><img /></a></p>\n<p>The Stallman saga has continued to grow stranger in the aftermath of his resignations, as many were concerned that he would be homeless after his website featured a notice that he was “<a href="https://web.archive.org/web/20190929052858/https://stallman.org/" rel="noopener noreferrer" target="_blank">Seeking Housing</a>,” accompanied by a <a href="https://web.archive.org/web/20190929045948/https://stallman.org/seeking-housing.html" rel="noopener noreferrer" target="_blank">link</a> leading to his specific requirements for a temporary residence. His personal site was also reportedly <a href="http://techrights.org/2019/09/29/fsf-defaced-rms/" rel="noopener noreferrer" target="_blank">vandalized</a> nine days ago with a message that he was stepping down from the GNU.</p>\n<p>The defacement with the false GNU resignation message was reverted shortly thereafter on September 30, and replaced with the header saying he continues to be “Chief GNUisance of the GNU Project” with no intention of stopping soon. Stallman has not yet publicly acknowledged the statement from the GNU maintainers. He has also not yet responded to our request for comment.</p>\n<p>Yesterday the Free Software Foundation (FSF) published a <a href="https://www.fsf.org/news/fsf-and-gnu" rel="noopener noreferrer" target="_blank">statement</a> indicating it was re-evaluating its working relationship with the GNU project, which has provided some of its technical infrastructure, fiscal sponsorship, and copyright assignment:</p>\n<blockquote><p>GNU decision-making has largely been in the hands of GNU leadership. Since RMS resigned as president of the FSF, but not as head of GNU (“Chief GNUisance”), the FSF is now working with GNU leadership on a shared understanding of the relationship for the future. As part of that, we invite comments from free software community members.</p></blockquote>\n<p>Stallman responded the next day, indicating he wanted to work with FSF on restructuring the relationship between the two organizations:</p>\n<blockquote><p>I recently resigned as president of the FSF, but the FSF continues to provide several forms of crucial support for the GNU Project. As head of the GNU Project, I will be working with the FSF on how to structure<br />\nthe GNU Project’s relationship with the FSF in the future.</p></blockquote>\n<p>The FSF maintains some critical responsibilities in that it currently <a href="https://en.wikipedia.org/wiki/Free_Software_Foundation#History" rel="noopener noreferrer" target="_blank">holds the copyrights to enforce the GPL</a>. Stallman has recently called on people to <a href="http://techrights.org/2019/10/01/what-stallman-wants/" rel="noopener noreferrer" target="_blank">continue supporting the FSF’s work</a>, despite his resignation from the organization.</p>\n<p>The small contingency of GNU project maintainers who penned the <a href="https://guix.gnu.org/blog/2019/joint-statement-on-the-gnu-project/" rel="noopener noreferrer" target="_blank">statement</a> published yesterday seem to be on the same page with FSF in its rejection of Stallman’s leadership. Their message concludes with their intention to overhaul the leadership of the free software movement to be more inclusive of the people who have been alienated by Stallman’s behavior over the years:</p>\n<p>“We think it is now time for GNU maintainers to collectively decide about the organization of the project. The GNU Project we want to build is one that everyone can trust to defend their freedom.”</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 08 Oct 2019 04:33: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: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:96:"WPTavern: Google Chrome Announces Rollout Plan for Blocking Mixed Content Beginning January 2020";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=94672";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:107:"https://wptavern.com/google-chrome-announces-rollout-plan-for-blocking-mixed-content-beginning-january-2020";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3405:"<p>The Google Security Team has <a href="https://security.googleblog.com/2019/10/no-more-mixed-messages-about-https_3.html" rel="noopener noreferrer" target="_blank">announced</a> a timeline for when Chrome will begin blocking <a href="https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content" rel="noopener noreferrer" target="_blank">mixed content</a> by default in order to ensure that HTTPS browsing is more secure. Mixed content refers to HTTPS pages that load resources, such as images, videos, stylesheets, and scripts, over HTTP.</p>\n<p>The gradual rollout will begin with Chrome 79, which is scheduled for release in December 2019. The browser already blocks mixed scripts and iframes, but this release will add a new setting (that can be toggled on or off) for users to unblock it on a per-site basis.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2019/10/site-settings-unblock-mixed-content.png?ssl=1"><img /></a></p>\n<p>The next phase of the rollout will progress with Chrome 80, due in January 2020, where mixed audio and video resources will get auto-upgraded to HTTPS. If they fail to load over HTTPS, Chrome will automatically block them. Mixed images will still load but Chrome will display a “Not Secure” warning in the omnibox next to the URL.</p>\n<p>The last phase of the rollout is planned for February 2020. Along with the release of Chrome 81, mixed content images will bet auto-upgraded to HTTPS and Chrome will block them if they fail to load.</p>\n<p>The Google Security Team reports that Chrome users now spend more than 90% of their browsing time on HTTPS on both desktop and mobile. The plan to begin blocking mixed content is targeted at addressing insecure holes in SSL implementations of sites that have already made the switch to HTTPS.</p>\n<p>WordPress site owners have plenty of time to ensure all their resources load over HTTPS. The official plugin directory has <a href="https://wordpress.org/plugins/search/mixed+content/" rel="noopener noreferrer" target="_blank">several popular plugins</a> that can assist with fixing problems with mixed content. <a href="https://wordpress.org/plugins/really-simple-ssl/" rel="noopener noreferrer" target="_blank">Really Simple SSL</a>, a plugin that is active on more than 3 million sites, has a built-in mixed content scan that shows users what they need to do if they aren’t seeing the green lock in the omnibar yet. It also includes a “mixed content fixer” for the back-end.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2019/10/mixed-content-scan-really-simple-ssl.png?ssl=1"><img /></a></p>\n<p>Other popular plugins, such as <a href="https://wordpress.org/plugins/http-https-remover/" rel="noopener noreferrer" target="_blank">SSL Mixed Content Fix</a> (20k active installs) and <a href="https://wordpress.org/plugins/ssl-insecure-content-fixer/" rel="noopener noreferrer" target="_blank">SSL Insecure Content Fixer</a> (300k active installs) are focused specifically on fixing these issues and may assist in making other installed plugins compatible with HTTPS. They include tools that will diagnose insecure content and automatically perform basic fixes. The SSL Insecure Content Fixer plugin is also compatible with WordPress multisite and includes a network settings page to set defaults for the entire network.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 07 Oct 2019 19:09: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: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:102:"WPTavern: U.S. Supreme Court Denies Domino’s Appeal to Determine Whether Websites Must Be Accessible";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=94674";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:109:"https://wptavern.com/u-s-supreme-court-denies-dominos-appeal-to-determine-whether-websites-must-be-accessible";s: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:6872:"<p>In what is seen as a win for accessibility advocates, the U.S. Supreme Court denied Domino’s petition to appeal a lower-court decision on whether the pizza chain’s website and mobile app must be accessible to those with disabilities. The earlier U.S. 9th Circuit court <a href="http://cdn.ca9.uscourts.gov/datastore/opinions/2019/01/15/17-55504.pdf">ruled that websites fall under</a> Title III of the American with Disabilities Act (ADA).</p>\n\n\n\n<p>The original case was brought forth by Guillermo Robles, a blind man, who claimed the Domino’s website and app did not allow him to place an order in 2016. Robles, like many other people with disabilities, relies on screen-reader software to use the web. Despite using such software, he was not able to make an order.</p>\n\n\n\n<p>The primary issue of the case was whether the ADA applied to websites or apps in the same way that they applied to brick-and-mortar locations. Title III specifically points out public places of accommodation but not websites.</p>\n\n\n\n<p>The specific <a href="https://www.ada.gov/regs2010/titleIII_2010/titleIII_2010_regulations.htm">section of the ADA</a> related to the case reads as follows:</p>\n\n\n\n<blockquote class="wp-block-quote"><p>Section 36.201(a) contains the general rule that prohibits discrimination on the basis of disability in the full and equal enjoyment of goods, services, facilities, privileges, advantages, and accommodations of any place of public accommodation.</p><p>Full and equal enjoyment means the right to participate and to have an equal opportunity to obtain the same results as others to the extent possible with such accommodations as may be required by the Act and these regulations. It does not mean that an individual with a disability must achieve an identical result or level of achievement as persons without a disability.</p></blockquote>\n\n\n\n<p>The 9th Circuit decided the ADA also applied to businesses on the internet.</p>\n\n\n\n<p>There were three key issues in the case: whether the ADA applied to the website and app, whether Domino’s had fair notice to comply, and whether the court or the Department of Justice (DOJ) should decide the case.</p>\n\n\n\n<p>The DOJ is the body that regulates the ADA. Since it was signed into law in 1990, the DOJ has not created specific guidelines for how businesses can ensure their websites are within the law.</p>\n\n\n\n<p>One argument is that it would have been cheaper and easier for Domino’s to follow accessibility standards such as the Web Content Accessibility Guidelines (WCAG). Such arguments don’t address the need for meaningful regulations from a governing body. The WCAG are not legal guidelines in the U.S. However, the 9th Circuit ruled that the lack of guidelines does not remove Domino’s responsibility.</p>\n\n\n\n<p>Circuit Judge John B. Owens wrote in the <a href="https://www.supremecourt.gov/DocketPDF/18/18-1539/102950/20190613153344483_DominosPetitionAppendix.pdf">9th Circuit decision</a>, “While we understand why Domino’s wants DOJ to issue specific guidelines for website and app accessibility, the Constitution only requires that Domino’s receive fair notice of its legal duties, not a blueprint for compliance with its statutory obligations.”</p>\n\n\n\n<p>The lack of such regulations is why this case was important from Domino’s standpoint. While they lost the case, it may further push the need for more specific guidelines for businesses, both large and small, to follow.</p>\n\n\n\n<p>The lack of specific regulations could also be seen as <em>a feature rather than a bug</em>, to use a developer phrase. Government-specific rules are often slow to keep up with the changing nature of the web. Guidelines that apply one day may need to change soon thereafter. It also leaves businesses the ability to make their websites accessible via a method of their choice rather than limiting what they can do to potentially bureaucratic rules that are out of touch with the modern web.</p>\n\n\n\n<p>At the same time, it could leave smaller business owners without large legal and website development budgets wondering if they could be looking at lawsuits in the future. Courts were flooded with <a href="https://www.3playmedia.com/2019/06/12/2018sweb-accessibility-lawsuits/">2,285 accessibility lawsuits in 2018</a>, which was nearly triple the 814 cases in 2017.</p>\n\n\n\n<h2>What Does This Mean for Website owners in the U.S.?</h2>\n\n\n\n<p>In terms of the case, the Supreme Court didn’t make a ruling. They denied Domino’s petition and left the decision of the 9th Circuit in place, which covers much of the western U.S. In the coming years, more cases will make their way through the courts. More than likely, case law will continue becoming stronger in favor of making websites compliant with the ADA.</p>\n\n\n\n<p>If you run an online business, it’s past time to make sure your website is accessible. It could be years before the current law is amended or new ones are written on the legislative level. The winds of change will likely not favor those with inaccessible websites as more court decisions come down.</p>\n\n\n\n<p>In a nutshell, businesses with websites, apps, or other online presences need to make sure all people have access to their goods or services. While there are no specific guidelines in the U.S., <a href="https://www.w3.org/WAI/standards-guidelines/wcag/">WCAG</a> is the largely agreed-upon standards internationally.</p>\n\n\n\n<p>If you’re a small business owner using WordPress, you should start with a WordPress <a href="https://wordpress.org/themes/tags/accessibility-ready/">theme labeled as accessibility-ready</a>. It is worth noting that “accessibility-ready” does not mean that your website will automatically become accessible. It simply means that the WordPress theme meets a minimum number of accessibility guidelines. Custom content on your website should also follow the same guidelines.</p>\n\n\n\n<p>Accessibility is not a set-it-and-forget-it type of thing. It’s something that business owners need to continually evaluate and make sure that all their customers, regardless of how that person accesses the internet, can enjoy the same services equally.</p>\n\n\n\n<p>The official theme review team is working through a long-term plan to <a href="https://wptavern.com/wordpress-theme-review-team-initiates-new-long-term-plan-to-make-all-wordpress-org-themes-accessible">make all themes accessible</a> at WordPress.org. Many theme businesses outside of WordPress.org also comply with those same guidelines. If purchasing a theme, you should check with the business beforehand.</p>\n\n\n\n<p>As always, if you’re unsure whether your website meets legal guidelines, you’ll need to consult a lawyer who specializes in website accessibility.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 07 Oct 2019 18:02:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"WordPress.org blog: People of WordPress: Alice Orru";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=7288";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.org/news/2019/10/people-of-wordpress-alice-orru/";s: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:8390:"<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Meet Alice Orru, from Sardinia, Italy.</strong></h2>\n\n\n\n<p>Alice Orru was born in Sardinia, an island in the middle of the Mediterranean Sea. As a child, she dreamt of becoming a flight attendant, traveling the world, and speaking many foreign languages.</p>\n\n\n\n<p>Unable to meet the height requirements of her chosen profession, Orru ended up choosing a different path in life, following the Italian mantra: “You have to study something that will guarantee a stable and secure job for life.”</p>\n\n\n\n<p>The unemployment rate in Sardinia is very high, a challenge shared throughout the surrounding islands. In addition to that, Alice wasn’t that keen on having the same job all her life, as her parents had.</p>\n\n\n\n<p>When Orru was 22 she moved to Siena, Tuscany, to finish her studies. That is when she created her first personal blog. The website was built on an Italian platform named Tiscali, which she later migrated to WordPress.com.</p>\n\n\n\n<p>After 2 years in Tuscany Orru moved to Strasbourg, France. She studied French and worked several jobs while living there. Her first serious job was in Milan – working 40 hours/week in the marketing department of a large, international company. She found herself surrounded by ambitious colleagues and a boss who constantly requested extra —unpaid— working hours per day.</p>\n\n\n\n<img src="https://i0.wp.com/wordpress.org/news/files/2019/10/IMG_2672.jpg?fit=632%2C422&ssl=1" alt="Alice Orru" class="wp-image-7291" />Alice Orru\n\n\n\n<h2>Choices, choices, choices…</h2>\n\n\n\n<p>Alice gave up blogging because she wasn’t feeling inspired enough to write. She questioned whether she really wanted to do that job forever; working 10 hours per day under the neon lights of an office. It forced her to set aside her dreams for the time being, and for a while, she mainly lived for the weekends.</p>\n\n\n\n<p>Alice decided to leave the job and moved to Barcelona, Spain, all by herself, in 2012.</p>\n\n\n\n<p>After a few months of intense Spanish learning at the university, she found a job in an international clinic as a “Patient Coordinator.” Orru assisted international patients coming to Barcelona for their treatments. She acted as their translator, interpreter and administrative consultant. </p>\n\n\n\n<p>Patients came from Italy, France, England, Morocco, Senegal, and several other countries. Alice was so inspired by some of their stories, that she started to write again: She dusted off her WordPress blog and filled it with stories about her new life in Barcelona and some of the women she met at the clinic. “I was feeling stronger and more independent than ever,” Orru expressed.</p>\n\n\n\n<h2>Technical issues led to unexpected opportunities</h2>\n\n\n\n<p>In the summer of 2015, Alice was writing on her blog and got stuck with a technical problem. While she was searching through the WordPress.com documentation, she saw a pop-up in the bottom right corner of her screen. It was a staff member of Automattic, checking if she needed help. They chatted for a few minutes and the problem was solved. Alice left the chat with one question, though: how did that person on chat find a support job with WordPress?</p>\n\n\n\n<p>Alice found the official WordPress job page: <a href="http://jobs.wordpress.net/"><strong>jobs.wordpress.net</strong></a> and noticed a job offer that caught her attention: WP Media, a French startup, was looking for a polyglot and remote customer service teammate for one of their plugins, WP Rocket. She read their requirements: fluency in English, French and possibly other languages, excellent experience with WordPress, and some coding skills.</p>\n\n\n\n<p>She knew she didn’t meet all the requirements, but could speak 4 languages, and she had a WordPress blog. She didn’t know anything about PHP, though. Orru had been a WordPress.com user for years and knew she was ready to learn more.</p>\n\n\n\n<p>Orru wrote a cover letter and sent her CV. A Skype interview was conducted and several days later she received the news that she had gotten the job! </p>\n\n\n\n<h2><strong>A steep learning curve</strong></h2>\n\n\n\n<p>The early days in her new job were intense. Alice felt inexperienced but was supported by her teammates. She started studying and reading everything about WordPress for beginners. Initially, she answered easy tickets from customers. All the while her teammates were sending useful material to read, setting up video-calls for 1 to 1 training, and encouraging her the entire time.</p>\n\n\n\n<p>Soon, Orru was replying to customers whose first language was either Spanish or Italian in their native language. This was much appreciated and resulted in several happy comments. Until that moment the plugin’s support had been offered only in English and French.</p>\n\n\n\n<h2><strong>Finding her way in the WordPress community</strong></h2>\n\n\n\n<p>At WordCamp Paris 2016, one of Alice’s teammates introduced her to how the WordPress community collaborated and kept in contact through Slack.</p>\n\n\n\n<p>“You speak multiple languages, why don’t you try to contribute to the polyglots team?” he asked.</p>\n\n\n\n<p>Alice knew very little about contributing to WordPress. She had only been working for WP Media for 6 months and didn’t feel ready to dive into a new challenge and start also contributing to WordPress.</p>\n\n\n\n<p>Yet, curiosity led her to join both the local Italian and the global WordPress Community on Slack. For the first few months, she mainly observed what was happening the channels. Then, she attended WordCamp Milan and met some members of the Italian Polyglots team.</p>\n\n\n\n<p>It was love at first string! Laura, one of the <a href="https://make.wordpress.org/polyglots/teams/?locale=it_IT"><strong>General Translation Editors</strong></a> (GTE) for Italy, taught her how to start contributing and translating, following the polyglots guidelines. She also told her about the Italian community’s big efforts to work together, consistently, to boost and grow WordPress related events in Italy.</p>\n\n\n\n<p>With her teammates’ encouragement, Orru applied to WordCamps as a speaker and gave her first talk in December 2016 at WordCamp Barcelona. After that, she both spoke at WordCamp Torino on April 2017 and at WordCamp Europe in 2017.</p>\n\n\n\n<img src="https://i2.wp.com/wordpress.org/news/files/2019/10/aliceorru-wordcamp-europe.jpg?fit=632%2C356&ssl=1" alt="" class="wp-image-7292" />Alice Orru speaking at WordCamp Europe, in Paris, in 2017\n\n\n\n<h2><strong>Dreams evolve, all the time!</strong></h2>\n\n\n\n<p>Orru knows that her experiences are not just due to luck. She used her previous skills and passions and adapted them to a new career and life path.</p>\n\n\n\n<blockquote class="wp-block-quote"><p>“We all have some skills; and if we don’t know which they are exactly, we should take some time to make a list of the things we’re really good at. With that in mind, just try. Apply. Get involved. Don’t get stuck in the feeling of ‘I can’t do it because I don’t know enough’. So that’s what I did. Without even realizing it, I started putting into reality the dream of the little girl who was born on an island and wanted to travel and speak different languages.WordPress made this possible. I’m now part of a big community, and I am proud of it.”</p><cite>Alice Orru</cite></blockquote>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<div class="wp-block-image"><img src="https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=109%2C82&ssl=1" alt="" class="wp-image-7025" width="109" height="82" /></div>\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com, a community initiative created by <a href="https://profiles.wordpress.org/topher1kenobe/">Topher DeRosia</a>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href="https://heropress.com/"><em>HeroPress.com</em></a><em>!</em></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 05 Oct 2019 04:24: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:16:"Yvette Sonneveld";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:76:"WPTavern: WooSesh 2019 Scheduled for October 9 and 10: Registration Now Open";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=94416";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wptavern.com/woosesh-2019-scheduled-for-october-9-and-10-registration-now-open";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2715:"<p><a href="https://woosesh.com/" rel="noopener noreferrer" target="_blank">WooSesh</a> is happening next week on October 9 and 10, and registration is now open. This is the second edition of the virtual WooCommerce event hosted by <a href="https://wpsessions.com/" rel="noopener noreferrer" target="_blank">WPSessions</a>. In addition to presentations focused entirely on e-commerce, the event will include a “Hallway Track” that offers opportunities for attendees to connect with each other, along with virtual swag donated by various WordPress companies.</p>\n<p>Day 1 will cover a wide range of topics for WooCommerce professionals with a focus on store builders, including sessions on designing with blocks, sales tax, optimizing the checkout experience, and store emails. The first day will also feature a two-hour “State of the Woo” keynote address from the WooCommerce team. They plan to discuss case studies, lessons learned, and priorities for the year ahead.</p>\n<p>Day 2 will focus on more technical topics for WooCommerce developers, such as “Custom Tables and the Checkout Bottleneck,” solving store UX problems, and productizing development work.</p>\n<p>The event is being organized by Brian Richards and Patrick Rauland. For the past two years it has been the official successor to the previously held in-person WooConf events. Given how successful WooSesh has been in connecting the WooCommerce community, it’s easy to see why WooConf has not yet been reinstated.</p>\n<p>“One thing I can say, having helped three WooConfs and both WooSesh’s, is that a virtual event is a fraction of the cost,” Rauland said. “And we had twice as many people show up live for WooSesh compared to an in person event.”</p>\n<p>In 2018, WooSesh had 2,800 registrants and more than 1,400 who participated live during the event. Rauland reported that 900 people watched the keynote address. After the conclusion, 94% of respondents to an attendee survey said they would like to attend again the next year.</p>\n<p>Last year attendees could watch all sessions for free as long as they attended at least one presentation during the live event. This year sessions will be free during the event to encourage maximum engagement, and the recordings will be available on WPSessions.com for a fee after its conclusion.</p>\n<p>Tickets are free, thanks to sponsors that include WooCommerce, Jilt, and Avalara. Attendees can <a href="https://woosesh.com" rel="noopener noreferrer" target="_blank">register</a> on the website and <a href="https://woosesh.com/#schedule" rel="noopener noreferrer" target="_blank">preview the schedule</a> in their own timezones.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 04 Oct 2019 19:10: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: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:77:"WPTavern: WordPress.org Bumps PHP Maximum for Plugin Directory to Version 7.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=94637";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wordpress-org-bumps-php-maximum-for-plugin-directory-to-version-7-2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4315:"<p>The WordPress.org SVN system received a version bump to 7.2 on October 3. This change means that plugin authors can now use newer PHP syntax in plugins they submit to the official plugin directory. In the future, the version maximum will match what’s running on WordPress.org. </p>\n\n\n\n<p>This should be good news for any plugin developers who are using newer PHP syntax. Previously, authors were able to submit code using newer PHP functions if they had a compatibility check in the same file. However, newer syntax wasn’t allowed.</p>\n\n\n\n<p>“The issue was that the Linter (being stuck on 7.0) prevented anyone from checking in code via SVN that used 7.1+ standards,” said Mika Epstein from the plugin review team. “So things like the Spaceship operator would fail on commit and you’d be told the syntax was invalid. This was holding back certain plugins from committing code into the directory.”</p>\n\n\n\n<p>Epstein first opened a <a href="https://meta.trac.wordpress.org/ticket/3791">ticket to address the issue</a> 13 months ago but said she’d been quietly asking for a fix for a while longer.</p>\n\n\n\n<p>The max PHP version isn’t listed anywhere in the <a href="https://developer.wordpress.org/plugins/wordpress-org/">plugin guidelines</a>. Technically, it’s an SVN limitation on WordPress.org and not something the plugin team chose. However, for plugin authors, they may not have known about the issue until their plugin was rejected by the system. They would then message the plugin team about the problem. “I may end up putting something in the docs, but it’s a somewhat uncommon occurrence,” said Epstein.</p>\n\n\n\n<p>This has been an issue for some plugin authors since PHP 7.1 was released, which was December 1, 2016. “It was a once a year issue, then twice, and then it inched up to every couple months,” said Epstein. “As of September, at least once a month someone would hit this and complain to plugins.”</p>\n\n\n\n<p>One potential problem with blocking newer PHP code is with plugins that rely on third-party libraries, which may only have security patches in more recent versions. However, Epstein said that she was not aware of any security issues that resulted from the version limitation.</p>\n\n\n\n<p>Andrey “Rarst” Savchenko pointed out in the ticket that “7.2 was released almost two years ago.” While he says it’s an improvement over the previous 7.0 limitation, version 7.2 should not be a hard ceiling for plugins in the repository.</p>\n\n\n\n<p>PHP 7.3 was released on December 16, 2018, and PHP 7.4 <a href="https://wptavern.com/first-look-at-php-7-4-for-wordpress-developers">will be released</a> on November 28, 2019.</p>\n\n\n\n<p>“Given PHP’s poor adoption curves,” responded Dion Hulse, “all that this means is that you can’t release a plugin through WordPress.org that only works on 15% of WordPress sites. “You can even use newer functions in PHP if including compat code, just not newer syntax.”</p>\n\n\n\n<p>Plugin author Josh Pollock <a href="https://twitter.com/Josh412/status/1100487567236059136">called awareness to the issue</a> on Twitter in February. “Hours later, I’m downgrading a dependency, because it requires another dependency, which requires PHP 7.1.”</p>\n\n\n\n<p>“I think we got lucky and there were no bugs,” Pollock said of downgrading to an earlier version of the dependency. “I don’t think I’ve used SVN since. I’m really fortunate that’s not a part of my life anymore.”</p>\n\n\n\n<p>“I agree with Rarst,” said Pollock. “We should be allowing for PHP 7 and making it easier for plugins not to support sites on out of date versions of PHP.” This echoes the sentiment of other developers who are pushing for WordPress to adopt newer standards or at least allow them to do so in their own plugins in the official directory.</p>\n\n\n\n<p>For the majority of plugin authors, this should be a non-issue as long as the SVN system remains updated to match the version of PHP used on WordPress.og.</p>\n\n\n\n<p>PHP 7.2 will lose active support on November 30, 2019, and security support on November 30, 2020.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 04 Oct 2019 16: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:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:134:"WPTavern: Matt Mullenweg and David Heinemeier Hansson Discuss WordPress Market Share, Monopolies, and Power in Open Source Communities";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=94234";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:143:"https://wptavern.com/matt-mullenweg-and-david-heinemeier-hansson-discuss-wordpress-market-share-monopolies-and-power-in-open-source-communities";s: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:18041:"<p>In what began as a heated conversation on Twitter, Automattic CEO Matt Mullenweg and Ruby on Rails creator and Basecamp co-founder David Heinemeier Hansson took to the airwaves to debate opposing viewpoints on market share, monopolies, and power in open source communities. Hansson reacted to a statement Mullenweg made in an interview after <a href="https://wptavern.com/automattic-raises-300m-in-series-d-investment-round-valuation-jumps-to-3-billion" rel="noopener noreferrer" target="_blank">Salesforce Ventures invested $300 million in Automattic</a> last month.</p>\n<p>“I think there’s potential to get to a similar market share as Android, which I believe now has 85% of all handsets,” Mullenweg told <a href="https://techcrunch.com/2019/09/19/automattic-ceo-matt-mullenweg-about-raising-300-million-and-the-open-web/" rel="noopener noreferrer" target="_blank">TechCrunch</a>. “When you think about it, open source has a virtuous cycle of adoption, people building on the platform and more adoption.”</p>\n<p>Hansson reacted on Twitter, sparking a conversation that received 116 comments.</p>\n<p>“‘We want every website, whether it’s e-commerce or anything to be powered by WordPress’ is a nasty, monopolistic goal,” he said. “Listening to Matt muse about 85% marketshare dreams is a real downer. But $300m is a down payment on monopoly dreams.”</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">“We want every website, whether it’s e-commerce or anything to be powered by WordPress” is a nasty, monopolistic goal. Listening to Matt muse about 85% marketshare dreams is a real downer. But $300m is a down payment on monopoly dreams. <a href="https://t.co/hf4HShISug">https://t.co/hf4HShISug</a></p>\n<p>— DHH (@dhh) <a href="https://twitter.com/dhh/status/1174695189090308096?ref_src=twsrc%5Etfw">September 19, 2019</a></p></blockquote>\n<p></p>\n<p>In an episode titled “<a href="https://rework.fm/open-source-and-power-with-matt-mullenweg/" rel="noopener noreferrer" target="_blank">Open Source and Power</a>,” Mullwenweg joined Hansson on the Rework podcast for a more in-depth discussion that dives deeper into Mullenweg’s remarks on WordPress’ potential market share.</p>\n<p>Hansson contends that he would like to see a very large, rich ecosystem of providers of tools and services on the web and expressed concern about WordPress growing many times faster than any of its competitors.</p>\n<p>Mullenweg countered that unique domains are not the only measure of a monopoly. He also referenced Shopify as having a thriving business with a small percentage of the e-commerce platform market share.</p>\n<p>“Even though open source can become a bit of a standard, it doesn’t prevent others from starting on it,” Mullenweg said. “The truth is if I had an evil hat on – let’s say I started doing evil monopoly stuff, people could easily fork the software – and they would. There’s a checks and balances there.”</p>\n<p>This is a <a href="https://wptavern.com/wordpress-governance-project-looks-for-new-leadership" rel="noopener noreferrer" target="_blank">classic power dynamic in BDFL-led open source projects</a> where the potential for a fork checks the project leader’s actions.</p>\n<p>Hansson challenges Mullenweg’s assertion that a fork would be a threat to the project, arguing that this power is illusionary when a project has become as dominant as WordPress:</p>\n<blockquote><p>Technically someone could fork Ruby on Rails tomorrow. What is the likelihood that fork is going to succeed? Once you have this juggernaut of network effects, WordPress is growing so much faster than anyone else, the gravitational pull is huge. Should someone fork it, introducing incompatibilities, what is the likelihood that is going to be a serious contender? From me, my assessment is extremely low, just the same as if someone was to fork Ruby on Rails today and call it Snoopy on Pails. The odds of that being anything other than a curiosity for two days on Hacker News is extremely low.</p></blockquote>\n<p>The notion of Snoopy on Pails injected a bit of humor into the debate that remained high intensity for the hour-long discussion, but it also illustrated Hansson’s point regarding the absurdity of any kind of WordPress fork becoming a real threat to the project’s momentum.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">it was a privilege to have <a href="https://twitter.com/photomatt?ref_src=twsrc%5Etfw">@photomatt</a> come on <a href="https://twitter.com/reworkpodcast?ref_src=twsrc%5Etfw">@reworkpodcast</a> and debate <a href="https://twitter.com/dhh?ref_src=twsrc%5Etfw">@dhh</a> on tech monopolies and power dynamics in open source: <a href="https://t.co/Aewq4QTwFe">https://t.co/Aewq4QTwFe</a>. Also thanks to <a href="https://twitter.com/AdamStddrd?ref_src=twsrc%5Etfw">@AdamStddrd</a> for making this graphic that will make sense if you listen to the episode <img src="https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f603.png" alt="😃" class="wp-smiley" /> <a href="https://t.co/4cqZpX2uJk">pic.twitter.com/4cqZpX2uJk</a></p>\n<p>— Wailin Wong (@VelocityWong) <a href="https://twitter.com/VelocityWong/status/1179025482416820224?ref_src=twsrc%5Etfw">October 1, 2019</a></p></blockquote>\n<p></p>\n<p>“Open source can provide a veil over true power and who has that power, and I would argue that WordPress being in the position that it is, a third of all sites, is tremendous power,” Hansson said. “Even if that power is somewhat distributed, it’s still very much so located mostly with the company backing that engine and that you built a commercial business on top of it that even uses the name, goes even further to say there’s a lot of power here.</p>\n<p>“Why would venture capitalists invest half a billion dollars into WordPress if they didn’t see Automattic as a company as having a lot of power over WordPress? The whole reason someone is able to raise that kind of money is off the back of someone who can pitch: ‘We have over a third of all websites on the internet and we think we can get to 85%.’ That’s a very compelling venture story.”</p>\n<p>Mullenweg counters that if a Rails fork couldn’t attract a lot of users, that speaks to the Hansson’s stewardship of the project. He said that a typical WordPress release has 400-500 contributors with an estimated 10% from Automattic.</p>\n<p>“If 200 of those went someplace else because I did something really brain dead, that would be a pretty serious competitor, and there are some examples of that in open source history,” Mullenweg said. He contended that forks with enough weight behind them can become very interesting. On this point the two project leaders remained at odds.</p>\n<h3>How Open Source Market Dominance Impacts Diversity of Tools and Services on the Web</h3>\n<p>One of Hansson’s chief concerns with WordPress reaching 85% market share is what he described as the “death of diversity.” He perceives this pursuit of increased adoption as growing open source in monopolistic ways.</p>\n<p>“We’re living through an era right now where a small handful of big tech companies are exerting a completely undue amount of power over the internet, over discourse, over all sorts of things, and that’s something we should try to recoil from and at least learn from, not aspire to building more of,” Hansson said. “That’s what got this going – why isn’t WordPress in a great place only being a third of all the sites of the internet. Why does it need to get to 85%? Why does its growth need to be that explosive and that wild?”</p>\n<p>This is a question many in the WordPress community have asked in the past. Does the mission of democratizing publishing necessitate such a zealous drive towards market dominance?</p>\n<p>“I don’t want to see this concentration of power in one engine, no matter how good it is,” Hansson said.</p>\n<p>It is at this juncture that Mullenweg revealed more of his vision for WordPress becoming the “operating system of the web,” an idea he has floated several times over the past few years.</p>\n<p>“You have referred to WordPress a lot of times as blogging,” Mullenweg said. “I think of it more like a platform. If you look at how a lot of people are building on it, they use WordPress to bootstrap something that doesn’t look like WordPress at all. It might not even have a website. It might be powering just an API. It might be a headless or decoupled installation. It could be a store.”</p>\n<p>He likened the idea to Apache and nginx having a dominant market share (<a href="https://www.datanyze.com/market-share/web-and-application-servers/apache-http-server-market-share" rel="noopener noreferrer" target="_blank">55%</a> and <a href="https://www.datanyze.com/market-share/web-and-application-servers/nginx-market-share">23%</a> respectively) in the server space.</p>\n<p>“That doesn’t prevent the different types of websites that are built on it,” Mullenweg said. “If nginx got to 80 or 85%, that wouldn’t prevent the diversity or what people could put on their websites. WordPress could get to 85% and it wouldn’t mean that there’s any sort of monoculture or lack of diversity. If anything, it would allow people to focus more on what’s different and not recreating the WYSIWYG, the user system, the login, all that stuff we have all built a million times and you just don’t need to anymore, if something like WordPress solves your needs.”</p>\n<p>Hansson asked what it would look like if 85% of the web ran on WordPress, a question that the community behind the project hasn’t deeply examined yet. He encouraged listeners to consider what they want the internet to look like in the future:</p>\n<blockquote><p>What is the future I’d like to live in? What does a healthy, open, free internet look like? To me it looks like an internet with tons of different providers, tons of different tools, and what we collaborate around is protocols, not consolidation of software market share, that gives individuals and companies or even projects outsized power to dictate the matters of the internet.</p></blockquote>\n<p>Matt clarified that his comments on an 85% market share are not a goal, but rather a “trailing indicator” in the quest to create the best possible experience for developers and users. A growing market share is a signal of adoption in that sense, not a goal in itself.</p>\n<h3>WordPress Community Reactions to the Debate</h3>\n<p>After the initial exchange on Twitter, the broader tech community seemed delighted to hear Mullenweg and Hansson square off in a civil debate on topics that affect so many people working on the web. The conversation touched on a lot of the friction points in the WordPress ecosystem with Automattic being one of the most powerful companies driving WordPress’ market share. Many listeners were grateful for answers to questions they have had for years.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Not sure <a href="https://twitter.com/dhh?ref_src=twsrc%5Etfw">@dhh</a> realizes it, but he spoke for hundreds if not thousands of WordPress community members that have had similar questions for <a href="https://twitter.com/photomatt?ref_src=twsrc%5Etfw">@photomatt</a> spanning the last few years. Most aren’t afforded the same opportunity or carry the same clout to have it. <a href="https://t.co/z7wSIGJKAZ">https://t.co/z7wSIGJKAZ</a></p>\n<p>— Matt Medeiros (@mattmedeiros) <a href="https://twitter.com/mattmedeiros/status/1179201126878629888?ref_src=twsrc%5Etfw">October 2, 2019</a></p></blockquote>\n<p></p>\n<p>However, the idea of WordPress as web infrastructure and the level of market dominance (85%) discussed in the podcast are controversial and even off-putting for some who are deeply invested in the platform.</p>\n<p>“Matt appears to think of WordPress as infrastructure for the web, in the same way that Google and Facebook think of themselves as infrastructure for the web,” Morten Rand-Hendriksen said.</p>\n<p>“In the conversation about the dangers of market control, monopolization, and monoculture, Matt says, ‘We are not a grain, we are the soil.’ The only way to interpret that from my position is ‘WordPress is not a thing on the web. It is the web,’ i.e. infrastructure. A future where WP is web infrastructure is something I think very few people actually want, open source or not.”</p>\n<p>On the podcast, Mullenweg argued that open source allows for competition in a way proprietary software does not, but Rand-Hendriksen said he sees this as a logical fallacy.</p>\n<p>“He talks at the same time about WP being infrastructure and powering 85% of the web AND about this being a reason for others to fight it with other solutions,” he said. “So monopolization leads to competition somehow. I don’t think WordPress is infrastructure, or that it should power 85% of the web, especially after hearing this conversation.</p>\n<p>“If we truly believe in this idea of open source as diversification and forking, WP should actively support other projects and try to not be the dominant force on the web. WP is not infrastructure, it is very much a grain that has become a monoculture.”</p>\n<p>Matt Medeiros, host of the <a href="http://youtube.com/themattreport" rel="noopener noreferrer" target="_blank">Matt Report podcast</a> focused on WordPress business and entrepreneurs, said that while the conversation answered a lot of questions, it left him wanting more.</p>\n<p>“The cloud of uncertainty that hangs above a large portion of this community is directly formed from lack of clear communication in both <a href="http://WordPress.org">WordPress.org</a> and how Automattic + Jetpack move in lockstep with the open source project,” Medeiros said. “As we see hundreds of millions of dollars invested, with billions of dollars of valuation going to a single company, surely the optics leave one wondering how all of this gets repaid to investors?”</p>\n<p>Automattic invariably comes under more public scrutiny regarding its investments due to having the WordPress project lead as its CEO. One interesting observation Mullenweg made during podcast is that Automattic is just one of many larger players that make up the the WordPress economy, which he has previously estimated at $10 billion/year.</p>\n<p>“Automattic makes probably 2-3% of the revenue in the WordPress world,” Mullenweg said. “There are companies like GoDaddy, which might not contribute very much back to core, but probably have 3 or 4 times the number of subscribers than us running WordPress. I think about that a lot. I want to grow the whole ecosystem, not just our slice of it.”</p>\n<p>Revenue is not always equal to influence, and a good portion of the end of the podcast tackled questions about power and leadership in open source.</p>\n<p>“David’s questions are spun from the threads that fear monopoly on the web, as much as we fear a singular rule of decision making in the open source project,” Medeiros said. “I think David did well at challenging Matt’s view on the desire of world domination and how undesirable it is to earn the title of Benevolent Dictator — but it left me wanting more. For example, in an attempt to throw a curveball, Matt pointed out, the investment is made in Automattic — not WordPress — a point so opaque it didn’t fool David, but didn’t have him pressing any deeper.</p>\n<p>“Had David viewed this conversation through the lens of our community, he would know that Automattic and WordPress.com enjoy the full benefit of leveraging the WordPress brand, a brand protected by a foundation that Matt himself founded, which may have guided the podcast episode into the ethics of it all.”</p>\n<p>While Mullenweg’s claim that “WordPress belongs to you as much as it belongs to anyone else” is true in the sense that the software is freely available to be used and modified by anyone, the full power of <a href="http://wpandlegalstuff.com/using-wordpress-trademarks-business-product-service/" rel="noopener noreferrer" target="_blank">leveraging the WordPress brand</a> does not belong to everyone.</p>\n<p>“I don’t think Matt would have been willing to have this kind of conversation with me or most members from the the general community, so I’m glad someone of David’s clout was able to engage here,” Medeiros said. “I do sympathize with all that Matt is responsible for and it’s not a challenge I think I’d be up for, given the opportunity. I love this community and want to see people stay, contribute, and flourish — not walk away because they felt unheard. DHH isn’t the hero we asked for, but he’s the hero we need right now. Hopefully he continues to keep a watchful eye over where WordPress is heading.”</p>\n<p>If you only listen to one podcast this week, <a href="https://rework.fm/open-source-and-power-with-matt-mullenweg/" rel="noopener noreferrer" target="_blank">Hansson’s conversation with Mullenweg</a> is an invigorating battle of opposing open source ideals held as a respectful exchange. In defending their positions, both reveal how their experiences of the early days of the web shaped their ideologies and approaches to open source project leadership and commercialization. Conversations like these are rare but long overdue, as the WordPress community considers its growing influence on the future of the web.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 03 Oct 2019 18:59:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"WPTavern: WordPress Theme Review Team Brings Back Review Shindigs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=94599";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"https://wptavern.com/wordpress-theme-review-team-brings-back-review-shindigs";s: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:3730:"<p>The WordPress theme review team (TRT) is kicking off a review weekend October 5 and will begin at 10:00 Coordinated Universal Time (UTC). These events, called “review shindigs,” are marathon sessions where the team joins together to review themes and teach best practices. The current plan is to hold the event on the first Saturday of every month.</p>\n\n\n\n<p>“The goal of the review weekend is to get together and do as many quality reviews as possible,” wrote Carolina Nymark, one of the team’s review representatives, in the <a href="https://make.wordpress.org/themes/2019/10/03/review-weekend">event’s announcement</a>. Events sometimes have different goals, depending on what the team needs to work on at the time. </p>\n\n\n\n<p>Most of the event will happen over the team’s <a href="https://wordpress.slack.com/messages/themereview">Slack channel</a>. They will also hold a live presentation or Q&A on Zoom at 13:00 UTC. Anyone is welcome to attend (the Zoom link will be provided in Slack). This will help teach those who are interested in how to perform reviews and check common issues. Anyone attending is also able to submit topics for discussion in the comments on the announcement post.</p>\n\n\n\n<p>The TRT originally <a href="https://make.wordpress.org/themes/2019/09/24/meeting-notes-for-tuesday-24th-september-2019/">announced plans</a> for the event after the last team meeting, but it was overshadowed by other news, such as the <a href="https://wptavern.com/theme-review-team-restructures-into-project-representatives">team moving to a flat structure</a>. “Not sure if anyone but myself will be there,” joked Nymark. “It’s short notice. Some of the team reps already had other plans.”</p>\n\n\n\n<p>Anyone from the WordPress community is allowed to participate in the event by simply commenting on a ticket without being assigned a review. Nymark provided links on <a href="https://make.wordpress.org/themes/handbook/get-involved/become-a-reviewer/">how to become a reviewer</a> and the team’s <a href="https://make.wordpress.org/themes/handbook/get-involved/onboarding-for-new-reviewers/">reviewer onboarding process</a> to get new reviewers started.</p>\n\n\n\n<p>Review shindigs can help new reviewers because it puts them in touch with more experienced reviewers at a time when they know someone will be online to answer questions. They’re also a team-building exercise where people can join together and work toward a common goal.</p>\n\n\n\n<p>Currently, <a href="https://themes.trac.wordpress.org/">214 tickets</a> are awaiting review. A successful event would significantly cut that number down.</p>\n\n\n\n<h2>Events From the Past</h2>\n\n\n\n<p>Theme review shindigs have seen varying levels of success over the years. In the TRT’s earliest days, review gatherings were regular events and helped keep the ever-growing ticket queue under control. Participation waned over time as leaders within the team switched to other projects or no longer had time to run the events. Proposals to bring back them back have not gone far in the last couple of years.</p>\n\n\n\n<p>The last TRT shindig was a <a href="https://make.wordpress.org/themes/2016/12/05/december-shindig-recap/">December 2016 event</a> that saw over 50 participants. Reviewers worked on 108 tickets throughout the weekend. The event also coincided with contributor day at WordCamp US, which helped bump up participation numbers.</p>\n\n\n\n<p>Jose Castaneda, Cristiano Zanca, Benjamin Lu, and Afzaal Ahmed held a live stream that covered how to load scripts and styles in themes in the previous review event.</p>\n\n\n\n<div class="wp-block-embed__wrapper">\n\n</div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 03 Oct 2019 18:29:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Matt: Debating OSS with DHH";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=50262";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:44:"https://ma.tt/2019/10/debating-oss-with-dhh/";s: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:931:"<p>The other week I ended up going back and forth in tweets with <a href="https://dhh.dk/">David Heinemeier Hansson</a>, it wasn’t going anywhere but he graciously invited me to their podcast and we were able to expand the discussion in a way I found really refreshing and mind-opening.</p>\n\n\n\n<p>DHH and I have philosophies around work and open source that I believe overlap 95% or more, so that makes where we have differences all that more interesting to mine. Although we would see each other logged into the same server 15 years ago, we haven’t actually spoken directly until this podcast started, but the conversation flowed so naturally you’d think we have been talking since then.</p>\n\n\n\n<p>Check out the <a href="https://rework.fm/open-source-and-power-with-matt-mullenweg/">episode on Open Source and Power on the Rework Podcast</a>, hopefully you enjoy listening as much as we enjoyed recording it.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 03 Oct 2019 00:04: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: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: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:56:"WPTavern: First Look at PHP 7.4 for WordPress Developers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=94552";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"https://wptavern.com/first-look-at-php-7-4-for-wordpress-developers";s: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:7152:"<p>PHP 7.4 is slated for release on November 28, 2019. WordPress 5.3 will also <a href="https://core.trac.wordpress.org/ticket/47783">include several commits</a> that address deprecated features.</p>\n\n\n\n<p>It’s unlikely that most WordPress plugin and theme developers will be able to use the new PHP 7.4 features for a while except when working on setups where they have some measure of control over the environment. Given WordPress’ reluctance to bump the minimum PHP version to the latest supported versions, it could be years before it’s safe to use new features. However, developers should make sure their plugins and themes are compatible with 7.4. It’s also good practice to keep up with current features.</p>\n\n\n\n<p>WordPress 5.2 <a href="https://wordpress.org/news/2019/05/jaco/">bumped the minimum requirement</a> to PHP 5.6 with a recommendation of PHP 7.3. The following is the breakdown for current <a href="https://wordpress.org/about/stats/">PHP usage stats</a> for WordPress installs:</p>\n\n\n\n<ul><li>PHP 7.3 – 9.6%</li><li>PHP 7.2 – 22.2%</li><li>PHP 7.1 – 13.5%</li><li>PHP 7.0 – 14.9%</li><li>PHP 5.6 – 25.7%</li></ul>\n\n\n\n<p>Currently, PHP 7.2 and 7.3 are the only versions receiving active support. PHP will drop security support for version 7.1 on December 1.</p>\n\n\n\n<h2>New Features</h2>\n\n\n\n<p>PHP 7.4 includes a number of <a href="https://www.php.net/manual/en/migration74.php">new features</a> that will make writing code easier. The following is a small overview of some of the features that will likely be useful for WordPress plugin and theme authors.</p>\n\n\n\n<h3>Typed Properties</h3>\n\n\n\n<p>PHP first introduced type hinting in 5.0 and has continued improving the feature. PHP 7.0 introduced return type declarations. PHP 7.4 steps it up a notch and allows developers to declare types for class properties. This lets developers make sure the type of data assigned to a specific property is always that data type.</p>\n\n\n\n<p>In the following example, the <code>$id</code> property can only be assigned an integer and the <code>$title</code> property a string. Attempting to assign the wrong data type will result in a fatal error if strict types are declared. Otherwise, PHP will coerce the value to the correct type.</p>\n\n\n<pre class="brush: php; gutter: false; title: ; wrap-lines: false; notranslate">\nclass Event {\n\n public int $id;\n\n public string $title;\n}\n</pre>\n\n\n<h3>Arrow Functions</h3>\n\n\n\n<p>Many developers have been clamoring for arrow functions similar to JavaScript. They are pretty sweet to use. However, PHP’s arrow functions, also called “short closures,” are slightly different. PHP 7.4 introduces the <code>fn</code> keyword (now a reserved keyword). Short closures can only contain one expression and have no <code>return</code> keyword. They’re not quite as powerful as their JavaScript cousins, but they do offer a quick solution for some scenarios.</p>\n\n\n\n<p>For example, the following code snippet shows two different ways to build an array of user emails from a collection of user objects.</p>\n\n\n<pre class="brush: php; gutter: false; title: ; wrap-lines: false; notranslate">\n// Old way, but still acceptable.\n$value = array_map( function( $user ) {\n return $user->user_email;\n}, $users );\n\n// New way.\n$value = array_map( fn( $user ) => $user->user_email, $users );\n</pre>\n\n\n<h3>Unpacking Inside of Arrays</h3>\n\n\n\n<p>Argument unpacking was <a href="https://www.php.net/manual/en/migration56.new-features.php">introduced in PHP 5.6</a>, so this may still be unfamiliar territory for many developers in the WordPress space. It’s been an invaluable feature in some of my projects.</p>\n\n\n\n<p>PHP 7.4 allows developers to unpack an array within an array. This should be faster than <code>array_merge()</code> because the spread operator (<code>...</code>) is a language construct rather than a function.</p>\n\n\n\n<p>Consider the following example of injecting an array of two colors within a larger array of colors.</p>\n\n\n<pre class="brush: php; gutter: false; title: ; wrap-lines: false; notranslate">\n$colors_a = [ ''green'', ''blue'' ];\n\n$colors_b = [ ''red'', ...$colors_a, ''yellow'', ''purple'' ];\n\n// [ ''red'', ''green'', ''blue'', ''yellow'', ''purple'' ];\n</pre>\n\n\n<h3>Null Coalescing Assignment Operator</h3>\n\n\n\n<p>The null coalescing assignment operator is a shorthand way of combining an <code>isset()</code> check with a ternary operator.</p>\n\n\n\n<p>The following example shows how to check the <code>$product[''id'']</code> variable. If it’s set, do nothing. Else, assign it the value on the right. You can see the evolution of the code between PHP versions. It’s much simpler to write in 7.4.</p>\n\n\n<pre class="brush: php; gutter: false; title: ; wrap-lines: false; notranslate">\n// Pre-PHP 7.0.\n$product[''id''] = isset( $product[''id''] ) ? $product[''id''] : 0;\n\n// PHP 7.0.\n$product[''id''] = $product[''id''] ?? 0;\n\n// PHP 7.4.\n$product[''id''] ??= 0;\n</pre>\n\n\n<h2>Deprecated Features</h2>\n\n\n\n<p>PHP 7.4 will deprecate several features. Plugin and theme authors will want to <a href="https://www.php.net/manual/en/migration74.deprecated.php">consult the complete list</a> to determine whether they should update any outdated code. I cherry-picked a few items that I’ve seen in plugin and theme code over the last few years. Most other deprecated features are unlikely in current code bases.</p>\n\n\n\n<h3>Nested Ternary Operators Without Parenthesis</h3>\n\n\n\n<p>Nested ternary operators are generally something you should avoid as a developer. Seriously. Just don’t write them. They’re tough to follow and are prone to bugs due to human error. However, if you’re going to throw caution to the wind and dismiss good advice, at least use parenthesis. PHP 7.4 deprecated nested ternaries without them.</p>\n\n\n<pre class="brush: php; gutter: false; title: ; wrap-lines: false; notranslate">\n// Not OK (deprecated).\n$value = $a ? $b : $c ? $d : $e;\n\n// OK.\n$value = ( $a ? $b : $c ) ? $d : $e;\n\n// OK.\n$value = $a ? $b : ( $c ? $d : $e );\n</pre>\n\n\n<h3>Using array_key_exists() on Objects</h3>\n\n\n\n<p>Developers should not use <code>array_key_exists()</code> on objects simply because objects are not arrays. Instead, use the more appropriate <code>property_exists()</code> function or <code>isset()</code>.</p>\n\n\n<pre class="brush: php; gutter: false; title: ; wrap-lines: false; notranslate">\n// Not OK (deprecated).\nif ( array_key_exists( $property, $object ) ) {}\n\n// OK.\nif ( property_exists( $object, $property ) ) {}\n\n// OK.\nif ( isset( $object->$property ) ) {}\n</pre>\n\n\n<h3>Array and String Offset Access With Curly Braces</h3>\n\n\n\n<p>Using curly braces for array and string offset access is a bit more of a rarity, but I’ve seen it in the wild a couple of times. Make sure you’re using square brackets such as <code>[]</code> instead of curly brackets like <code>{}</code>.</p>\n\n\n<pre class="brush: php; gutter: false; title: ; wrap-lines: false; notranslate">\n// Not OK (deprecated).\n$value = $a{ $key };\n\n// OK.\n$value = $a[ $key ];\n</pre>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 02 Oct 2019 18:16:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:74:"WPTavern: BuddyPress 5.0 Introduces BP REST API, Paving the Way for 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=94453";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/buddypress-5-0-introduces-bp-rest-api-paving-the-way-for-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:3919:"<p><a href="https://buddypress.org/2019/09/buddypress-5-0-0-le-gusto/" rel="noopener noreferrer" target="_blank">BuddyPress 5.0.0</a> “Le Gusto” was released this week with the long-awaited BP REST API, a new Invitations API, and BuddyPress info on the Site Health screen. The release was named for a favorite pizza restaurant in Fortaleza, Brazil, where BP REST API contributor and core committer <a href="https://profiles.wordpress.org/espellcaste/" rel="noopener noreferrer" target="_blank">Renato Alves</a> resides.</p>\n<p>The new REST API is <a href="https://developer.buddypress.org/bp-rest-api/" rel="noopener noreferrer" target="_blank">fully documented</a> and includes endpoints for members, groups, activities, private messages, screen notifications and extended profiles.</p>\n<p>The first feature powered by the new API is an improved interface for managing group members. It enables administrators to quickly search for specific members to promote, demote, ban, or remove.</p>\n<p><div class="wp-video"><!--[if lt IE 9]><script>document.createElement(''video'');</script><![endif]-->\n<a href="https://wptavern.com/wp-content/uploads/2019/06/5zJCxp2ARb.mp4">https://wptavern.com/wp-content/uploads/2019/06/5zJCxp2ARb.mp4</a></div></p>\n<p>BuddyPress 5.0 also includes a new <a href="https://bpdevel.wordpress.com/2019/09/16/new-invitations-api-coming-in-buddypress-5-0/" rel="noopener noreferrer" target="_blank">BP Invitations API</a> to help developers better manage group invites and membership requests.</p>\n<p>BuddyPress site administrators may notice <a href="https://wptavern.com/buddypress-5-0-to-display-debug-info-in-the-new-site-health-info-screen" rel="noopener noreferrer" target="_blank">a new panel in the Site Health Info screen</a>, containing plugin-specific debug information that may be useful when seeking help in the forums.</p>\n<p>This release <a href="https://wptavern.com/buddypress-5-0-to-update-password-control-to-match-wordpress" rel="noopener noreferrer" target="_blank">updates the BP Nouveau template pack</a> to use the same password control as the one used in WordPress core. It provides a more consistent interface for users when setting their passwords on the registration page and on the user’s general settings page.</p>\n<h3>Blocks Are Coming to BuddyPress</h3>\n<p>The BP REST API offers a myriad of opportunities for developers to create new interactive features and front-end experiences, as well as improve performance by replacing AJAX calls. It also opens up the world of block creation. BP core contributors and community developers will have a much easier time creating blocks, since Gutenberg mainly uses REST.</p>\n<p>In anticipation of BP blocks, <a href="https://wptavern.com/buddypress-5-0-to-add-category-for-storing-buddypress-blocks" rel="noopener noreferrer" target="_blank">5.0 includes a new panel in the block inserter</a> that allows developers to organize their custom blocks under a BuddyPress category.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2019/08/buddypress-blocks-panel.png?ssl=1"><img /></a></p>\n<p>BuddyPress 6.0 <a href="https://buddypress.trac.wordpress.org/ticket/8048" rel="noopener noreferrer" target="_blank">may include core blocks for specific components</a> and core blocks may ultimately replace the plugin’s existing widgets. Contributors are still discussing which blocks to begin building. They are looking to get community feedback on blocks that will be the most useful, particularly from BuddyPress theme developers. The team <a href="https://bpdevel.wordpress.com/2019/10/01/bp-dev-chat-agenda-october-2-2019/" rel="noopener noreferrer" target="_blank">plans to discuss 6.0 release priorities</a> during the BP core dev chat on <a href="https://www.timeanddate.com/worldclock/fixedtime.html?iso=20191002T1900" rel="noopener noreferrer" target="_blank">October 2, 2019, at 1900 UTC</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 02 Oct 2019 11:06:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:58:"WordPress.org blog: The Month in WordPress: September 2019";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=7280";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.org/news/2019/10/the-month-in-wordpress-september-2019/";s: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:7584:"<p>September has been a particularly busy month in the WordPress community—a lot of important work has been done as everyone in the project works towards an upcoming major release. Read on to find out more about this and everything else that has been going on over the past month.</p>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<h2>WordPress 5.2.3 Security and Maintenance Release</h2>\n\n\n\n<p>Early in September, <a href="https://wordpress.org/news/2019/09/wordpress-5-2-3-security-and-maintenance-release/">version 5.2.3 of WordPress was released</a> as a security and maintenance release. Sixty-two individuals contributed to its 29 fixes and enhancements.</p>\n\n\n\n<p>The security issues fixed in this release owe thanks to numerous people who disclosed them responsibly. You can read more about the vulnerability reporting process <a href="https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/">in the Core handbook</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href="https://make.wordpress.org/core/">the Core team blog</a>, and join the #core channel in <a href="https://make.wordpress.org/chat/">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>WordPress 5.3 Enters Beta</h2>\n\n\n\n<p>WhileWordPress 5.3 is slated for release on November 12, it has already entered the beta phase with <a href="https://wordpress.org/news/2019/09/wordpress-5-3-beta-2/">the second beta release being made available</a> at the end of September. As this is a major release, it will feature a number of new features and enhancements, including <a href="https://make.wordpress.org/core/2019/09/19/whats-new-in-gutenberg-18-september/">significant improvements to the block editor</a>, <a href="https://make.wordpress.org/core/2019/09/25/whats-new-in-site-health-for-wordpress-5-3/">updates to the Site Health component</a>, <a href="https://make.wordpress.org/core/2019/09/24/new-block-apis-in-wordpress-5-3/">new block APIs</a>, <a href="https://make.wordpress.org/core/2019/09/23/core-widgets-new-aria-current-attribute-in-wordpress-5-3/">accessibility updates</a>, and <a href="https://wordpress.org/news/2019/09/wordpress-5-3-beta-1/">much more</a>.</p>\n\n\n\n<p>You can test the 5.3 beta release by installing <a href="https://wordpress.org/plugins/wordpress-beta-tester/">the WordPress Beta Tester plugin</a> on any WordPress site, although as this is software that is currently in development, we don’t recommend installing it on a live site.</p>\n\n\n\n<p>Want to get involved in building this release? <a href="https://wordpress.org/plugins/wordpress-beta-tester/">Test the beta</a>, follow <a href="https://make.wordpress.org/core/">the Core team blog</a>, and join the #core channel in <a href="https://make.wordpress.org/chat/">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Date/Time Component Improvements</h2>\n\n\n\n<p>For over a year, contributors involved in <a href="https://make.wordpress.org/core/components/date-time/">the Date/Time component</a> of WordPress Core have been working hard on the “wp_date” project. The goal of this project is to fix and streamline the way that Core handles times and dates throughout the platform.</p>\n\n\n\n<p>This ambitious project has seen incremental changes over the last few Core releases. The upcoming 5.3 release <a href="https://make.wordpress.org/core/2019/09/23/date-time-improvements-wp-5-3/">will include the final and most significant changes</a> to the component, bringing much-needed stability to time handling in WordPress Core.</p>\n\n\n\n<p>Want to get involved in the Date/Time component of WordPress Core? <a href="https://make.wordpress.org/core/components/date-time/">Learn more about it</a>, follow <a href="https://make.wordpress.org/core/">the Core team blog</a>, and join the #core-datetime channel in <a href="https://make.wordpress.org/chat/">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>New Theme Review Team Structure</h2>\n\n\n\n<p>After recent discussions around the goals of the Theme Review team, <a href="https://make.wordpress.org/themes/2019/09/24/new-theme-review-team-structure/">some changes have been made</a> to the leadership structure of the team. The team leads are now ‘representatives’ of different areas of the work that they do. This flat structure allows for representatives to work in more loosely defined areas so they contribute to the team in more diverse ways, and helps the team to be more focused on setting and achieving their goals. The new structure is outlined <a href="https://make.wordpress.org/themes/handbook/about/members/">in the team handbook</a>.</p>\n\n\n\n<p>Want to get involved in reviewing themes for WordPress? Follow <a href="https://make.wordpress.org/themes/">the Theme Review team blog</a>, and join the #themereview channel in <a href="https://make.wordpress.org/chat/">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>New Default Theme: Twenty Twenty</h2>\n\n\n\n<p>The upcoming 5.3 release will also include <a href="https://make.wordpress.org/core/2019/09/06/introducing-twenty-twenty/">a new default theme for WordPress</a>, <em>Twenty Twenty</em>. This theme will have a strong focus on readability and accessibility while being optimized for the block editor that first shipped with WordPress 5.0.</p>\n\n\n\n<p>Development of <em>Twenty Twenty</em> has been going quickly, with <a href="https://make.wordpress.org/core/2019/09/30/twenty-twenty-update/">a recent update</a> showing more of the design and layouts that you can expect when the theme is released with WordPress 5.3 in November.</p>\n\n\n\n<p>Want to get involved in building <em>Twenty Twenty</em>? You can <a href="https://github.com/WordPress/twentytwenty">contribute on GitHub</a>, follow <a href="https://make.wordpress.org/core/">the Core team blog</a>, and join the #core channel in <a href="https://make.wordpress.org/chat/">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>The Gutenberg project has continued to see regular updates with <a href="https://make.wordpress.org/core/2019/09/19/whats-new-in-gutenberg-18-september/">the latest version</a> set to be included in WordPress 5.3.</li><li>Members of the Community Team <a href="https://make.wordpress.org/community/2019/09/13/call-for-participants-creating-a-welcoming-and-diverse-space-online-workshop-on-sun-oct-6/">will run a workshop</a> to help event organizers create welcoming and diverse spaces for attendees. </li><li>There are some <a href="https://make.wordpress.org/updates/2019/09/20/wordpress-user-pro-survey-11-questions-and-a-script/">proposed updates for the annual WordPress user survey</a> that need community feedback.</li><li><a href="https://make.wordpress.org/docs/2019/09/23/summary-for-helphub-meeting-23-september-2019/">Work continues on the HelpHub project</a> where contributors are moving documentation to the updated support portal.</li><li>The Gutenberg team performed further usability tests in August, <a href="https://make.wordpress.org/test/2019/09/06/gutenberg-usability-testing-for-august-2019/">with some interesting results</a>.</li><li><a href="https://buddypress.org/2019/09/buddypress-5-0-0-le-gusto/">Version 5.0 of BuddyPress was released</a> near the end of this month, featuring a new REST API, improved group management, and other enhancements.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href="https://make.wordpress.org/community/month-in-wordpress-submissions/"><em>submit it here</em></a><em>.</em></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 02 Oct 2019 08:05:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:20;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"HeroPress: 14 Years’ Detour";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=2972";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:104:"https://heropress.com/essays/14-years-detour/#utm_source=rss&utm_medium=rss&utm_campaign=14-years-detour";s: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:35176:"<img width="960" height="480" src="https://s20094.pcdn.co/wp-content/uploads/2019/10/100219-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: I learned not only to keep face and move forward, but also to dare." /><p><a href="https://heropress.com/feed/#ru">Это эссе также доступно на русском языке</a></p>\n<blockquote><p>Knowing what you want isn’t enough.</p></blockquote>\n<p>At the age of fifteen, I was told to hurry up with my professional education, if I don’t get a free place at university no one will pay for me. Last one was obvious and not because of money. I didn’t know how high or low my chances are even I had very good marks. I could have been just the biggest fish in the pond, but I wanted to leave people who treat me like expense item as soon as possible anyway. I made up my mind and it’s separated me from my classmates. I got secondary school certificate and left school instantly without goodbyes.</p>\n<p>My knowledge of opportunities was very narrow. I thought to be an ecologist or guide translator from German, based on what I was taught at school, or an advertiser, it was ads boom in Russia, ads were fascinating, and I collected flyers. At the same time, I was already good a computer user and did a lot of typing for one of the school’s principals, sometimes instead of classes, volunteered once and they couldn’t say “no”.</p>\n<p>No one bothered to give me advice, but I was sure my future was unimaginable without computers and came to a general decision to be a programmer. The range of technical schools was not wide, and names of specializations looked very abstruse. I messed up and spend four years studying transistor markings, soldering and drawing PCB layouts. Programming course turns out to be a bit of a joke, it was Pascal, we didn’t even try to do something useful with it. English course was another flaw in this education, the teacher was busy showing off and teasing girls. I’m not sure if he even knew the subject. He was fired after our collective petition. We got good marks just to forget about it. I left technical school with honors degree and improved typing skills.</p>\n<p>It was wild unfriendly market I faced. I didn’t know how to recognize a normal job offer from sinister one, so I bumped into several, like banging in people’s doors and pitch them in buying cheap stuff for very high price. It was harassing and I have no idea how long I would’ve looked for work without help.</p>\n<h3>The wrong approach can cause failure</h3>\n<p>I was lucky to have a father in an IT company. He proposed me like a substitute to typists when I was still a student and when I finished, helped me to get a job on updating a law system on client’s computers. Maybe I could get it by coming from the street, but I had to know where the entrance is. Half a year later I got a full-time job in the same service department and started to play volleyball with colleagues. It was great to meet people from other departments and on the field was no big difference between director and analyst, it’s fair play. I liked my place and my clients, but I was “friendly” told that without a university degree I will have no further promotions.</p>\n<p>At this time, I tried to study PHP by a book. It was very exciting at first, but a lot of functions without explanation how to build something useful with them didn’t make much sense and when I tried, I failed and backed off. It was hard to admit a fail even to myself and it was nagging me for a long time.</p>\n<p>I had to choose something I can handle; I’m interested in and can afford. It turned out to be advertising. I spent most of my and my husband’s holidays on sessions in the next 6 years. It was tricky for him to make me to leave a computer, once I was glued to it, so he bought me my first laptop. English was still hard for me, I got my high marks just memorizing all the words in a textbook and how they must sound. Again, I wanted something I cannot handle.</p>\n<blockquote><p>I started to hate my workplace long before I finished education with another honor degree no one was interested in.</p></blockquote>\n<p>I got a promotion quite soon despite apprehensions but then my chief was dismissed and with new one the things became very tense; I escaped to have a baby and spent a whole three years on child’s care holidays full of doubts. I tried to get off by studying, drawing and baking but the pram was pulling me back. I didn’t use to stay put, rely on my husband’s money and be separate from other people. I didn’t want to come back, but it looked like I have no better choice, I was convinced (overall, rightly) that not too many companies want in office position a woman with small baby and lots of sick leaves.</p>\n<p>After I returned at work it became clear that the situation in my department was unhealthier than ever, I lost my place and next boss treated all back-office girls like pieces of furniture. In a few months I had enough.</p>\n<h3>The flip side of the coin can become a black swan</h3>\n<p>I wanted to be a marketer. Knowing how tricky it is to sell intangibles, I wanted solid product to work with. Now I see that it isn’t a point at all.</p>\n<p>It turned out to be difficult to find a job outside IT, some HRs was kind enough to answer that with my experience I’ll better be in IT.</p>\n<p>Still I was very hopeful, studied hard and considered myself well, but once again I set a low bar to my employers. Companies I worked in wanted to get all publicity and sales rise through a cost of my salaries. I was careless once, the next time I asked specifically about budget before signing up and was assured, but still they meant my wages. It was a tough period of disappointments.</p>\n<p>When I was offered a part-time administrative job with “ok” to sick leaves, I took it gladly like a reprieve. It was far from home, and I was spending 2-3 hours a day on buses with Harry Potter audio books for company. In these traffic jams I started to feel English at last and loved it, it gave me a freedom no money can buy. And despite the long way I managed to play volleyball with my husband and his colleagues. Life was getting better.</p>\n<p>This job itself in addition to low payment had something valuable to me — a working website. After my boss had a row with its developer, I got it to maintain, did some reverse engineering and understood how it works. It wasn’t a most creative site, but it gave me a view. I started to write simple sites from scratch.</p>\n<blockquote><p>My first JavaScript calculator almost made me crazy, but I pursued.</p></blockquote>\n<p>From time to time I was asked for help from a friend or relative, usually to solve some urgent problems. So, I started to meet popular CMSs. One of the first I met with was WordPress. There was some issue in theme, which was changed and dropped by developer. I was digging a whole weekend deciphering how it works and found infinity loop to fix. Back then for me it was just a system…</p>\n<p>Two years later I found myself still clinging to my temporary job. I was tired of working for a hard nosed dictator, the last drop was his statement that I was not a programmer, because he hadn’t seen anything I made. I’ve already written some parts of website he asked for, so it was just unfair. I became angry and it was exactly what I needed, a big kick.</p>\n<p>I went out but still had no courage to pretend on a developer’s place and landed in some franchise company selling “box version” websites. It was another tough half of a year with a lot of work, low payment and plan failures, ending with pneumonia. I see now that I was making a disservice to customers, websites are not a microwave meal — quick, cheap and dummy. There was no life in them without a lot of work no one bargained to buy or do. Most of the sites I sold back then died when year expired but they never were truly alive and useful.</p>\n<h3>You need to pluck up your courage to become lucky</h3>\n<p>When I recovered, I search through developer’s job offers, but it was difficult to find something suitable worth trying to apply. I was reading job advertising and it looked, and still is, like mostly IT company are presented and they want geniuses who know a lot of technologies and frameworks at once. It was very distressing just to look.</p>\n<p>And then I became lucky again. I opened a private ads site and almost immediately found a job which was fitted me perfectly — they wanted someone with experience to write from scratch, understand another’s code and maintain it, ability to translate technical documentation and articles and make simple design of printing products. I made test task and there was no need in my resume or diplomas, I was taken. It’s turned out direct ad from one of sales departments in tech company and I passed by HR, who most likely wouldn’t even have considered me. Superior agreed to have me remotely most of the time, it solved sick leaves problem even if it was already much better than before. Addition to better salaries and calm work without over hours, I got very pleasant colleagues. We are friends ever since, despite back then no one guessed to invite me to play volleyball.</p>\n<p>It was 14 years after the original decision to be a programmer and it was only the beginning. I left this amazing place a couple years later when it held no more challenges for me.</p>\n<h3>Conscious decisions require wide knowledge</h3>\n<p>After I worked with a bunch of CMSs, I started to be able to compare them and understood not only that WordPress is the best one for developers and clients but also that I didn’t see right examples at all. The biggest flaw of WordPress — it’s so easy to make things work that there’s no need to bother and do things right and this becomes a problem later. I also saw bad cases on very different systems… and did them as well.</p>\n<p>I used to work relying on examples at hand, documentation and Google, but searching for a specific feature or a solution, I found myself again missing the whole picture. At this point Udemy courses came very handy and then I started to attend WordPress events, firstly online and then by foot, trains and airplanes and discovered a wide and very alive community. Now I know not only where to look but whom to ask and how to be not far from those who stays on top of things as much as possible. Most important is that I found allies who don’t think I’m going crazy, speaking with shining eyes about work, with whom I share a passion and fondness to WordPress. It’s what matters.</p>\n<p>Now, after 6 years of full time in development, I still feel myself like a newbie, it’s endless learning, frequent discoveries, mistakes and impassable wish to do better…</p>\n<h3>The way is the destination</h3>\n<p>I made a path very uneven, a lot of mess and banging, but for me it’s like a kaleidoscope where a little turn presents a new picture, new “a-ha” moment, new excitement after seemingly pointless efforts. When in doubt I remind myself about David Ogilvy who tried a lot of things before struck gold with advertising and it’s maybe why.</p>\n<p>Finally, I learned not only to keep face and move forward but also to dare.</p>\n<h3>Freedom is to make your own mind</h3>\n<p>I left my last workplace after we finished exhausted two years project on another CMS system which was a big reinventing of wheels and made up my mind to work only with WordPress from now on and dare to be my own boss.</p>\n<p>Now I’m officially an entrepreneur. This big boy’s stuff looks difficult. But I don’t want to be told, collaboration is a new black wherever I look.</p>\n<h2 id="ru">Крюк длинной в 14 лет</h2>\n<blockquote><p>Не достаточно знать, что хочешь</p></blockquote>\n<p>В 15 лет мне было сказано, чтобы я поспешила с профессиональным образованием, если не поступлю бесплатно в институт, никто платить за меня не будет. Последнее было очевидно и не из-за денег. Несмотря на весьма хорошие оценки, я не могла оценить свои шансы, могло оказаться, что я просто большая рыба в маленьком пруду. Но в любом случае, я хотела как можно быстрей расстаться с людьми, видящими во мне одну большую статью расходов. Я приняла решение и это откололо меня от моих одноклассников. Ушла из школы я, не прощаясь, как только получила на руки сертификат об окончании 9 классов.</p>\n<p>Нужно было выбрать профессию, но потенциальные возможности были весьма туманны. Я могла стать экологом или немецкоязычным гид-переводчиком, на основе того, чему училась в школе, или рекламщиком, в России тогда начался рекламный бум, и она казалась очень захватывающей, я даже листовки собирала. В то же самое время я уже была хорошим пользователем компьютера и набирала документы для завуча старших классов, иногда вместо занятий — вызвалась один раз и потом уже не могла сказать «нет».</p>\n<p>Никто не пытался дать мне совет, но я была уверена, что будущее немыслимо без компьютеров и решила стать программистом. Выбор техникумов в пределах разумной досягаемости, был не очень большой, а названия специальностей выглядели очень мудрено. Я ошиблась и провела следующие 4 года изучая маркировку транзисторов, паяя и чертя печатные платы. Курс программирования обернулся дурной шуткой, это был Паскаль, и мы даже не пытались сделать с ним что-то полезное. Другим серьезным недостатком этого обучения стал английский язык, преподаватель выпендривался и задирал девушек, я так и не поняла знал ли он язык вообще. В конце концов он был уволен после нашей коллективной жалобы, а мы получили хорошие оценки, в качестве решения проблемы. Я выпустилась из техникума с красным дипломом и улучшенными навыками машинистки.</p>\n<p>Рынок труда был диким и неизведанным. Не зная, как распознать сомнительное предложение о работе, наткнулась на несколько таких, как ходить по домам и навязывать людям дешевые утюги за внушительную цену. Поиск работы оказался изматывающим, без посторонней помощи, я могла бы еще долго ходить по этим собеседованиям.</p>\n<h3>Неправильный подход может быть причиной неудачи</h3>\n<p>Мне повезло, отец работал в IT-компании. Он предложил меня в качестве подмены наборщикам, когда я еще училась, а когда закончила, помог получить работу по обновлению правовой системы на компьютерах у клиентов. Может быть меня взяли бы и, приди я с улицы, но для этого нужно было знать, куда идти. Через полгода я получила место в офисе в том же отделе обслуживания, а также начала играть с коллегами в волейбол. Это было здорово, знакомиться с людьми из других отделов, а еще на поле нет большой разницы между директором и аналитиком. Мне нравилось мое место и мои клиенты, но опять мне было «дружески» сказано, что без высшего образования, на большее я могу не рассчитывать.</p>\n<p>В это время я пыталась изучать PHP по книге. В начале все выглядело очень захватывающе, но функции без понимания как из них построить что-то целое не имели большого смысла, я пробовала, у меня не получалось, и в конце концов сдалась. Было сложно признаться, что я не смогла, даже самой себе и это неприятное чувство преследовало меня долгое время.</p>\n<p>Нужно было выбрать то, с чем я смогу справиться, что-то интересное и что будет мне по карману. Выбор пал на рекламу. В следующие 6 лет большая часть наших с мужем отпусков ушла на мои сессии. Ему было сложно выгнать меня из-за компьютера, я к нему приклеилась, поэтому он купил мне мой первый ноутбук. Английский по-прежнему давался мне очень трудно, и чтобы получить пять, пришлось переводить и запоминать вместе с транскрипцией все слова в учебном пособии. Снова я хотела то, что мне не давалось.</p>\n<blockquote><p>Я начала ненавидеть свое рабочее место задолго до того, как закончила университет с еще одним никому не нужным красным дипломом.</p></blockquote>\n<p>Я получила повышение достаточно скоро, несмотря на опасения, но затем руководство сменилось и работать с новым стало весьма напряженно. Я сбежала в декрет и провела следующие три года отпуска по уходу за ребенком полные сомнений. Учеба, рисование и приготовление пирогов отвлекали, но я оказалась не готова быть привязанной к коляске — ограниченной в передвижениях, оторванной от других людей, полагаться на деньги мужа. Возвращаться на работу я не хотела, но не видела лучшего выхода, была убеждена, и вполне резонно, что ни так много компаний готовы взять на офисную позицию женщину с маленьким ребенком и кучей больничных.</p>\n<p>После того, как я вернулась на работу, стало ясно, что ситуация стала еще хуже, чем была. Я потеряла свое место, а очередной новый руководитель относился во всем девушкам «поддержки» как к мебели. Несколько месяцев мне хватило.</p>\n<h3>Обратная сторона медали может быть золотой</h3>\n<p>Я хотела быть маркетологом. Зная, как непросто продавать что-то неосязаемое, решила работать с товаром, который можно пощупать. Сейчас думаю, разница была только в голове.</p>\n<p>Оказалось, сложно найти работу вне IT-сектора, некоторые менеджеры по персоналу снисходили для объяснений, что мне будет лучше в IT.</p>\n<p>И все-таки я была настроена оптимистично, я усердно училась и считала, что хорошо справляюсь, но опять, оказалось, что установила слишком низкую планку для работодателей. Компании, в которых я работала, хотели и публикации, и рост продаж исключительно за счет моей зарплаты. Ошибившись один раз, в следующий я специально уточнила вопрос с бюджетом, и меня заверили, что он есть. Оказалось, что это по-прежнему только зарплата. Это был период разочарований.</p>\n<p>Когда мне предложили административную работу на полставки с терпимым отношением к больничным, я с радостью ухватилась за возможность взять передышку. Работа была далеко от дома, и я проводила 2-3 часа в маршрутках каждый день в компании с аудиокнигами про Гарри Поттера. В этих дорожных пробках я наконец почувствовала английский язык и полюбила его, это дало мне свободу, которую невозможно купить за деньги. И, несмотря на долгую дорогу, я смогла играть после работы в волейбол с мужем и его коллегами. Жизнь налаживалась.</p>\n<p>Эта работа сама по себе, помимо низкой зарплаты, имела нечто ценное для меня – работающий сайт. После того, как мой начальник поссорился с разработчиком, я получила его на поддержку. Разобрав его на части, я поняла, как он работает. Это не был самый креативный сайт в мире, но он дал мне целостное представление, и я начала писать простые сайты с нуля.</p>\n<blockquote><p>Мой первый калькулятор на JavaScript практически свел меня с ума, но я продолжила.</p></blockquote>\n<p>Время от времени меня просили помочь родственники и друзья, обычно решить какую-то срочную проблему. Так я стала встречаться с популярными CMS. Одной из первых оказался WordPress. Там была проблема в теме, которую разработчик изменил и бросил. Я копала все выходные, но в конце концов нашла место, где код уходил в бесконечный цикл и исправила. Тогда для меня это была просто какая-то система…</p>\n<p>Два года спустя я все еще держалась за свою временную работу. Резкие манеры начальника перестали казаться забавными и последней каплей стало его категорическое заявление, что я не программист, потому что он не видел ничего, созданного мной. На тот момент я уже написала для сайта функционал, который он же просил, так что это было обидно. Я разозлилась и это стало толчком в нужном направлении.</p>\n<p>Я ушла, но все еще не пыталась получить работу разработчика, и в результате оказалась в одной из франшизных компаний, продающих сайты «из коробки». Это были сложные полгода с кучей работы, низкой зарплатой и провалами плана, закончившиеся воспалением легких. Сейчас, думаю, я оказывала клиентам медвежью услугу, сайт – не готовое блюдо для микроволновки, быстрое, дешевое и типовое. В этих сайтах нет жизни без вложения огромного труда, за которых никто не готов был платить. Большая часть сайтов умерли через год, но они и живыми то не были.</p>\n<h3>Нужно набраться смелости, чтобы повезло</h3>\n<p>Когда я поправилась, начала искать работу разработчика, но было сложно найти что-то подходящее даже просто чтобы решиться ответить на вакансию. В объявлениях были в основном представлены IT-компании, которым нужны гении, знающие огромное количество технологий и фреймворков. Только вид этих вакансий вгонял в депрессию.</p>\n<p>А потом мне снова повезло. Я открыла сайт частных объявлений и буквально сразу же нашла работу, которая мне подходила идеально — они хотели кого-то с опытом написания с нуля, умеющего разбираться и дописывать чужой код, переводить техническую документацию и статьи, а также делать простую полиграфию. Я сделала тестовое задание и была принята, ни дипломы, ни резюме уже не понадобились. Оказалось, это был объявление одного из отделов продаж в компании, занимающейся промышленным оборудованием, и я прошла в обход отделка кадров, который, уверена, даже не посмотрел бы на меня. Начальник согласился на мою работу удаленно, что решило проблему частых больничных, хотя ребенок рос, и их уже стало намного меньше. В дополнение к лучшей зарплате и спокойной работе без переработок и нервотрепки, мне достались замечательные коллеги. Мы дружим с тех пор, несмотря на то, что тогда никто не догадался позвать меня играть в волейбол.</p>\n<p>Это случилось через 14 лет после первоначального решения стать программистом и это был только начало. Я ушла через пару лет, когда ничего нового в работе уже не осталось.</p>\n<h3>Сознательные решения требуют широкий знаний</h3>\n<p>После того, как я поработала с разными CMS, смогла не только сравнить их между собой и понять, что WordPress лучшая из всех как для разработчиков, так и для клиентов, но также обнаружить, что вообще не видела хороших примеров разработки. Самая большая проблема WordPress — сделать так, чтобы работало, настолько легко, что мало кто не утруждает себя делать правильно, что позже оборачивается проблемами при доработке и поддержке. Впрочем, я видела плохие решения на разных CMS, да и сама их делала.</p>\n<p>Отталкиваясь от доступных примеров и документации и ища в поисковиках конкретные решения, я опять обнаружила, что не вижу всей картины. В этот момент курсы Udemy оказались очень кстати, а затем я начала посещать мероприятия WordPress, сначала онлайн, потом топая ни них ножками, оправляясь на поездах и самолетах, и обнаружила большое и весьма активное сообщество. Наконец-то я нашла не только тех, у кого можно спросить, но и как быть недалеко от тех, кто «в теме», насколько это вообще возможно. Самое важное – я нашла единомышленников, тех, кто не думает, что человек, говорящий с горящими глазами о работе, рехнулся, с кем у нас общая страсть и любовь к WordPress. Это то, что имеет значение.</p>\n<p>Сейчас, проработав 6 лет как разработчик, я все еще чувствую себя новичком, это бесконечное обучение, частые открытия, ошибки и непроходящее желание сделать лучше.</p>\n<h3>Смысл пути в самом пути</h3>\n<p>Мой путь очень извилистый, много метаний и набитых шишек, но для меня это как калейдоскоп, где каждый поворот показывает новую картинку, новое озарение, дает энергию двигаться дальше после казавшихся напрасными усилий. В периоды сомнений, я напоминаю себе о Дэвиде Огилви, который сменил множество специальностей, пока не добился успеха в рекламе.</p>\n<p>Я научилась не только сохранять лицо и идти вперед, но также набралась смелости.</p>\n<h3>Свобода — возможность принимать решения</h3>\n<p>Я ушла со своего последнего места работы, где мы закончили изматывающий двухлетний проект на другой CMS, ставший сам по себе большой ошибкой, и ни только приняла решение работать исключительно с WordPress, но и стать своим собственным начальником.</p>\n<p>Теперь я официально предприниматель. Все эти вещи «для больших мальчиков» выглядят достаточно сложными, но я больше не хочу слепо делать то, что мне скажут. В тренде коллаборации, куда ни глянь.</p>\n<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title="Tweet: 14 Years’ Detour" class="rtsocial-twitter-button" href="https://twitter.com/share?text=14%20Years%E2%80%99%20Detour&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2F14-years-detour%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: 14 Years’ Detour" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2F14-years-detour%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-linkedin-horizontal"><div class="rtsocial-linkedin-horizontal-button"><a class="rtsocial-linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2F14-years-detour%2F&title=14+Years%E2%80%99+Detour" rel="nofollow" target="_blank" title="Share: 14 Years’ Detour"></a></div></div><div class="rtsocial-pinterest-horizontal"><div class="rtsocial-pinterest-horizontal-button"><a class="rtsocial-pinterest-button" href="https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/14-years-detour/&media=https://heropress.com/wp-content/uploads/2019/10/100219-150x150.jpg&description=14 Years’ Detour" rel="nofollow" target="_blank" title="Pin: 14 Years’ Detour"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/14-years-detour/" title="14 Years’ Detour"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/14-years-detour/">14 Years’ Detour</a> appeared first on <a rel="nofollow" href="https://heropress.com">HeroPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 02 Oct 2019 05:00:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Olga Gleckler";s: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:51:"WPTavern: Brian Gardner Steps Down From 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:29:"https://wptavern.com/?p=94449";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wptavern.com/brian-gardner-steps-down-from-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:7190:"<div class="wp-block-image"><img /></div>\n\n\n\n<p>Brian Gardner <a href="https://studiopress.blog/not-goodbye/">announced he was stepping down</a> from his role with StudioPress this past Friday. Last year, <a href="https://wptavern.com/wp-engine-acquires-studiopress">WP Engine acquired StudioPress</a>. After staying on board for the remainder of his contract, Gardner stepped down from his role with the company.</p>\n\n\n\n<p>“The past 15 months have gone by quickly, and it sometimes feels like yesterday that we made the announcement,” Gardner said in his post. “In the same breath, it has also felt like forever.”</p>\n\n\n\n<p>For many in the WordPress community, Gardner needs no introduction. He’s the founder of <a href="https://studiopress.com">StudioPress</a> and co-created Genesis with Nathan Rice, one of the most popular WordPress themes today. In many ways, he’s the father of the modern professional WordPress theme ecosystem, becoming one of the first theme authors to figure out that you could make a living by providing WordPress products.</p>\n\n\n\n<p>He’s unafraid of letting his personal geek flag fly in his online life. He <a href="https://twitter.com/bgardner/status/6776616143294464">quotes Sarah McLachlan</a>, is a self-affirmed Starbucks addict, runs marathons, and loves family trips to Disney World.</p>\n\n\n\n<p>For many theme authors in the WordPress community, he’s an inspiration. Even as a former business competitor, I’ve always admired his work. More than that, I’ve admired how he runs his business. He never needed to be flashy. He never needed to create controversy for PR. He, almost quietly, built up a successful company. The splashes he made came from the products he and his company released.</p>\n\n\n\n<p>In 2007, Gardner released the Revolution WordPress theme to the public for sale. Some may argue that Revolution was the catalyst for the commercial WordPress themes ecosystem. There were several theme business startups around the same time. Revolution at least played a pivotal role in the market’s early growth.</p>\n\n\n\n<p>Gardner launched the Revolution business in 2008, but quickly <a href="https://www.studiopress.com/revolution-rebrands-as-studiopress/">rebranded to StudioPress</a> in 2009 after some legal issues with the name. By late 2010, <a href="https://wptavern.com/studiopress-sold-to-copyblogger">StudioPress merged with Copyblogger</a>.</p>\n\n\n\n<h2>Hindsight: The Biggest Regrets After 12 Years</h2>\n\n\n\n<p>When building a successful company, it’s easy to look back on things that could’ve been handled differently. There are deals passed up, ideas that flopped, and products that didn’t scale.</p>\n\n\n\n<p>“My biggest regret was not starting with (or switching to) a recurring business model,” said Gardner. “I think I left a lot of money on the table by not doing that, but once I merged StudioPress into Copyblogger Media, we decided to leave it as is and use the former as a doorway into our company’s ecosystem.”</p>\n\n\n\n<p>Many theme companies in the early days had lifetime sales. It’s unlikely many could foretell how they’d need to scale for 10 or 20 years down the line. The concept was relatively new in the WordPress space. Gardner kept up with the model despite most theme shops moving to subscription-based sales, which typically scale better in the long term.</p>\n\n\n\n<blockquote class="wp-block-quote"><p>From a personal standpoint, I think I could have done better. There were a few seasons (some short and others a bit longer) where I strayed away from my involvement at StudioPress. While I justified it by thinking that it was OK to pursue side projects and other things, I realize looking back that jeopardized the trust our customers had in the brand. I think I may have leaned too heavily on the fact that we had a team, but in the same breath, I think it was necessary for StudioPress to outgrow the label of ‘Brian Gardner themes.’ This emphasis really helped with the transition after WP Engine acquired StudioPress.</p></blockquote>\n\n\n\n<h2>Building a Community Over Software</h2>\n\n\n\n<p>“Without a doubt, it’s the <a href="https://genesis.community/">Genesis community</a>,” Gardner said when asked what he’s most proud of with his time at StudioPress. “When Nathan Rice and I set out to build Genesis (the framework), we were trying to solve a software problem and bring a better user experience for our customers.”</p>\n\n\n\n<p>Instead of building software, he learned what he was building was a community. After creating a showcase page for people using the Genesis theme, he kept getting requests for people to build child themes. This led to the creation of the <a href="https://www.studiopress.com/genesis-developers/">Genesis Developers</a> page, which provided a way for people within the community to earn a living.</p>\n\n\n\n<p>“While community has always been important to me,” Gardner said, “I didn’t realize the ripple effect that creating a solid piece of software would have.”</p>\n\n\n\n<p>Gardner said the developers page created a way to pay it forward to the people who had helped him build a successful company. The idea has remained a success, and there are many designers within the larger WordPress community who list custom Genesis design work in their credentials.</p>\n\n\n\n<p>“I have had the pleasure of being able to meet and spend time with members of the community—from talking about their success to future plans,” said Gardner. “This past year at WordCamp US in Nashville, I was able to fully comprehend the level in which lives had been changed by what we had done—and those are the moments I could not be any prouder of what I built.”</p>\n\n\n\n<h2>What’s on the Horizon?</h2>\n\n\n\n<p>“Heh. The million-dollar question, right?” responded Gardner to whether he plans to continue building themes. He doesn’t have any plans to create a new theme business, and any themes that he does build will be built for Genesis and made available from his website.</p>\n\n\n\n<p>“Over the past few years, I have developed a particular love for minimalist design, and I want to spend some of my time and creative energy there.”</p>\n\n\n\n<p>Gardner is currently available for hire as a website designer through <a href="https://authentik.com/">Authentik</a>, a design and development studio that he founded. Authentik specializes in branding and growth/audience building. The team builds everything from landing pages to more complex multi-system environments.</p>\n\n\n\n<p>However, there may be more to come from Gardner in the future. “I have created some personal space to pursue collaborations and consulting,” he said. “I have a renewed focus on my blog and want to spend more time consuming content—reading books, listening to podcasts, and meeting up with folks locally. My heart to help fellow creators is as strong as ever, and I feel there are some really interesting opportunities to do that.”</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 01 Oct 2019 19:37:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"WPTavern: Gatsby Days London Features Multiple WordPress Presentations";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=94405";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"https://wptavern.com/gatsby-days-london-features-multiple-wordpress-presentations";s: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:9154:"<p><a href="https://www.eventbrite.com/e/gatsby-days-london-2019-tickets-66228586485" rel="noopener noreferrer" target="_blank">Gatsby Days London</a> kicked off yesterday with a lot of momentum after Gatsby Inc. announced <a href="https://wptavern.com/gatsby-raises-15m-plans-to-invest-more-heavily-in-wordpress-and-cms-integrations" rel="noopener noreferrer" target="_blank">a $15M Series A funding round</a> last week. The one-day conference drew 200 attendees and was the third in a series of Gatsby Days that have been held in other cities. They are designed to give the community an opportunity to meet in person and hear more about the future of the project from its creators and contributors.</p>\n<p>Gatsby creator Kyle Mathews gave the keynote address and described what he sees as a shift from the LAMP-stack CMS era to “content mesh” architecture.</p>\n<p>“Monolithic CMSs were invented in 90s — they’re now migrating to become specialized modular services,” Mathews said. Gatsby provides the presentation layer for this new architecture and its plugin layer connects out to multiple content sources.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Old world vs new world explained by <a href="https://twitter.com/kylemathews?ref_src=twsrc%5Etfw">@kylemathews</a> shown in his diagram when explaining <a href="https://twitter.com/gatsbyjs?ref_src=twsrc%5Etfw">@gatsbyjs</a> <a href="https://twitter.com/hashtag/GatsbyDaysLondon?src=hash&ref_src=twsrc%5Etfw">#GatsbyDaysLondon</a> <a href="https://t.co/9EIxS6Sc3X">pic.twitter.com/9EIxS6Sc3X</a></p>\n<p>— Ilesh Mistry (@ileshmistry) <a href="https://twitter.com/ileshmistry/status/1178598732000108544?ref_src=twsrc%5Etfw">September 30, 2019</a></p></blockquote>\n<p></p>\n<p>An informal survey of attendees showed that roughly a 1/3 were experienced at working with Gatsby and the majority of those in the audience were newer users or simply curious to learn more. Although Gatsby is currently geared primarily towards developers, Mathews described how the project is working towards enabling people in other roles who also work on websites.</p>\n<p>“We’re thinking really hard about how we can help everyone who works on a website, not just developers,” Mathews said. “Right now, Gatsby is essentially for developers, but our goal isn’t to help developers per se. Our goal is to help amazing websites be created.</p>\n<p>“This matters because the world runs on websites. More and more essential services that everyone relies on are websites and web apps, and we want to help with that. Developers are a key part of building websites but the actual process of building a web property is an incredible cross functional job for an organization to take on.” This process often includes designers, content editors, marketing professionals, and others.</p>\n<p>Gatsby, Inc.’s first cloud service, <a href="https://www.gatsbyjs.com/preview" rel="noopener noreferrer" target="_blank">CMS Preview</a>, was inspired by this goal of assisting non-developers who work on websites. It shows content authors immediate feedback when they change content, which the team found to be a common requirement in most editorial workflows.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr"><a href="https://twitter.com/hashtag/GatsbyJS?src=hash&ref_src=twsrc%5Etfw">#GatsbyJS</a> is great for <a href="https://twitter.com/hashtag/Drupal?src=hash&ref_src=twsrc%5Etfw">#Drupal</a>. Our new <a href="https://twitter.com/hashtag/CMS?src=hash&ref_src=twsrc%5Etfw">#CMS</a> Preview product makes preview lightning-fast! <img src="https://s.w.org/images/core/emoji/12.0.0-1/72x72/26a1.png" alt="⚡" class="wp-smiley" /></p>\n<p>Thanks to all at <a href="https://twitter.com/hashtag/GatsbyDaysLondon?src=hash&ref_src=twsrc%5Etfw">#GatsbyDaysLondon</a> who came to see "Live preview with <a href="https://twitter.com/gatsbyjs?ref_src=twsrc%5Etfw">@GatsbyJS</a> and <a href="https://twitter.com/hashtag/decoupled?src=hash&ref_src=twsrc%5Etfw">#decoupled</a> <a href="https://twitter.com/drupal?ref_src=twsrc%5Etfw">@Drupal</a>"!</p>\n<p>Slides: <a href="https://t.co/tJ3A0dWlGV">https://t.co/tJ3A0dWlGV</a><a href="https://twitter.com/hashtag/PHP?src=hash&ref_src=twsrc%5Etfw">#PHP</a> <a href="https://twitter.com/hashtag/JavaScript?src=hash&ref_src=twsrc%5Etfw">#JavaScript</a> <a href="https://twitter.com/hashtag/ReactJS?src=hash&ref_src=twsrc%5Etfw">#ReactJS</a> <a href="https://twitter.com/hashtag/GatsbyDrupalPreview?src=hash&ref_src=twsrc%5Etfw">#GatsbyDrupalPreview</a> <a href="https://t.co/k4UwJCp18m">pic.twitter.com/k4UwJCp18m</a></p>\n<p>— Preston So @ #GatsbyDaysLondon <img src="https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f1ec-1f1e7.png" alt="🇬🇧" class="wp-smiley" /> (@prestonso) <a href="https://twitter.com/prestonso/status/1178617916637552641?ref_src=twsrc%5Etfw">September 30, 2019</a></p></blockquote>\n<p></p>\n<p>Mathews also said that the project’s design system library, <a href="https://www.gatsbyjs.org/docs/theme-ui/" rel="noopener noreferrer" target="_blank">Gatsby Theme UI</a>, is another aspect of site creation aimed at making it more friendly for designers.</p>\n<p>“The goal of this is that designers and other non-developers can build Gatsby sites without building any code,” he said.</p>\n<p>Mathews covered some technical updates to Gatsby core and how the company is growing its team. A recording of the live broadcast is <a href="https://youtu.be/kuyLCwAMCZo?t=941" rel="noopener noreferrer" target="_blank">available on YouTube</a>.</p>\n<h3>WordPress Sessions at Gatsby Days London: How to Use WPGraphQL and ACF as a Content Source, and Building and Selling Gatsby + WordPress Sites</h3>\n<p>Gatsby Days London featured presentations on several WordPress-related topics. Alexandra Spalato spoke about <a href="https://slides.com/alexandraspalato/gatsby-with-wordpress-and-wpgraphql-2" rel="noopener noreferrer" target="_blank">using WordPress as a source for Gatsby</a>, demonstrating how to use WPGraphQL and Advanced Custom Fields (ACF) in a WordPress installation that produces content for a Gatsby front-end.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">now on stage is <a href="https://twitter.com/alexadark?ref_src=twsrc%5Etfw">@alexadark</a> showing us how to work with Gatsby & WordPress!<a href="https://twitter.com/hashtag/GatsbyDayslondon?src=hash&ref_src=twsrc%5Etfw">#GatsbyDayslondon</a> <a href="https://t.co/1xP2sPjPam">pic.twitter.com/1xP2sPjPam</a></p>\n<p>— Horacio Herrera (@hhg2288) <a href="https://twitter.com/hhg2288/status/1178610525401423872?ref_src=twsrc%5Etfw">September 30, 2019</a></p></blockquote>\n<p></p>\n<p>“The vibe at Gatsby days was fantastic, the beautiful Venue with round tables, the enthusiastic community where you can find people from WordPress, Drupal and others, all interested by Gatsby.” Spalato said.</p>\n<p>She found the event to provide a good balance between talks and networking, with unconference sessions devoted to WordPress, themes, Drupal, PWA, component libraries, migrating to Gatsby, and other topics.</p>\n<p>“For me it was fantastic to speak there, as Gatsby is the bridge between my two worlds – WordPress and JavaScript/React,” Spalato said. “It was my first real public talk and the feeling that people loved it and learned something is extremely rewarding, so I plan to do lot of more talks at WordCamps about Gatsby in the near future.”</p>\n<p>Horacio Herrera gave a presentation on building and selling Gatsby + WordPress sites. He shared the process he uses to sell Gatsby-powered projects to clients as high-performing websites. For a week leading up to his Gatsby pitch, Herrera uses <a href="https://speedcurve.com/" rel="noopener noreferrer" target="_blank">Speed Curve</a> to track a client’s website performance and then uses <a href="https://wpostats.com" rel="noopener noreferrer" target="_blank">WPO stats</a> to demonstrate how performance improvements have helped competitors and industry leaders succeed.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr"><a href="https://twitter.com/hhg2288?ref_src=twsrc%5Etfw">@hhg2288</a> next up <a href="https://twitter.com/hashtag/GatsbyDaysLondon?src=hash&ref_src=twsrc%5Etfw">#GatsbyDaysLondon</a> building and selling <a href="https://twitter.com/gatsbyjs?ref_src=twsrc%5Etfw">@gatsbyjs</a> and <a href="https://twitter.com/WordPress?ref_src=twsrc%5Etfw">@WordPress</a> sites <a href="https://t.co/F2l4TsQ5ks">pic.twitter.com/F2l4TsQ5ks</a></p>\n<p>— Ilesh Mistry (@ileshmistry) <a href="https://twitter.com/ileshmistry/status/1178681914074554369?ref_src=twsrc%5Etfw">September 30, 2019</a></p></blockquote>\n<p></p>\n<p>The emerging Gatsby ecosystem is one to keep an eye on, as the project intensifies its focus on providing deeper integrations for popular CMS’s. How these related technologies intersect with WordPress will impact developers’ expectations and choices for the architecture of their websites in the future.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 01 Oct 2019 17:41:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:23;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:76:"WPTavern: Automattic Has Discontinued Active Development on Edit Flow Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=94429";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/automattic-has-discontinued-active-development-on-edit-flow-plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4251:"<p><a href="https://wordpress.org/plugins/edit-flow/" rel="noopener noreferrer" target="_blank">Edit Flow</a>, the modular editorial plugin that enables collaboration inside the WordPress admin, is no longer being actively developed. After no updates for nine months, Mark Warbinek, a frustrated user, contacted Automattic to ask if they have abandoned the plugin or still plan to update it. A support representative from Automattic <a href="https://wordpress.org/support/topic/edit-flow-plugin-is-closed-no-longer-supported/" rel="noopener noreferrer" target="_blank">confirmed</a> the company will no longer be updating Edit Flow:</p>\n<blockquote><p>At this time there is no active development of the Edit Flow Plugin.</p>\n<p>That being the case – two things I can suggest are:</p>\n<p>Submitting the issue to the Github repository for the plugin. This is used to track future development of the plugin and will be a canonical place for bugs or issues to be recorded.<br />\n<a href="https://github.com/Automattic/Edit-Flow">https://github.com/Automattic/Edit-Flow</a></p>\n<p>It is possible to ‘fork’ the plugin and make the changes needed – or use an alternative that has already been forked like PublishPress:<br />\nhttps://github.com/Automattic/Edit-Flow</p></blockquote>\n<p>Edit Flow is active on more than 10,000 WordPress sites and its sporadic development has caused users to question whether it was abandoned several times over the years. It is still listed among the <a href="https://wpvip.com/plugins/edit-flow/" rel="noopener noreferrer" target="_blank">WordPress.com VIP plugins</a>, but will likely only be maintained for that platform going forward. <a href="https://github.com/Automattic/Edit-Flow/pull/499" rel="noopener noreferrer" target="_blank">A 10-month old PR</a> was merged on its GitHub repository as recently as 19 days ago, after the contributor began to question whether the project was abandoned.</p>\n<p>In 2016, <a href="https://wptavern.com/hey-automattic-whats-going-on-with-edit-flow" rel="noopener noreferrer" target="_blank">Edit Flow went two years in between updates</a>, leaving frustrated users in the dark. After that incident, a representative from Automattic <a href="https://wptavern.com/hey-automattic-whats-going-on-with-edit-flow#comment-164215" rel="noopener noreferrer" target="_blank">said</a> the company was working on an internal effort to improve the maintenance of their own plugins in order to avoid a situation like this happening again. The company currently has 88 plugins listed in the official directory.</p>\n<p><a href="https://wordpress.org/plugins/publishpress/" rel="noopener noreferrer" target="_blank">PublishPress</a> is the only alternative editorial plugin with comparable features, including an editorial calendar, notifications, editorial comments, custom statuses, and a content overview. It also offers <a href="https://publishpress.com/knowledge-base/migrate/" rel="noopener noreferrer" target="_blank">seamless migration of Edit Flow data to PublishPress</a>. A commercial version of the plugin includes additional features, such as a publishing checklist, reminders, permissions, a WooCommerce checklist, and more.</p>\n<p>“I think I can speak for those users of this plugin that we are not happy with the horrible handling of this plugin, how Automattic has ignored and abandoned it, leaving users to suffer in the continuing fails this out-of-date plugin is causing,” Mark Warbinek <a href="https://wordpress.org/support/topic/edit-flow-plugin-is-closed-no-longer-supported/" rel="noopener noreferrer" target="_blank">said</a> in response to to the reply from Automattic’s support team.</p>\n<p>Unfortunately, this is always a risk when using free plugins from WordPress.org, especially ones without a direct business model supporting development. In many instances the plugin author’s first priority will be maintaining it for the paying customers. In this case that is WordPress.com VIP clients. Automattic has not posted an announcement on Edit Flow’s support forums, but an official communication would go a long way towards steering users in the right direction when they inevitably come looking for signs of life in the plugin.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 01 Oct 2019 03: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:"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:40:"WordPress.org blog: WordPress 5.3 Beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=7262";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2019/09/wordpress-5-3-beta-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2993:"<p>WordPress 5.3 Beta 2 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend running it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.3 beta in two ways:</p>\n\n\n\n<ul><li>Try the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href="https://wordpress.org/wordpress-5.3-beta2.zip">download the beta here</a> (zip).</li></ul>\n\n\n\n<p>WordPress 5.3 is slated for release on <a href="https://make.wordpress.org/core/5-3/">November 12, 2019</a>, and we need your help to get there. </p>\n\n\n\n<p>Thanks to the testing and feedback from everyone who tested <a href="https://wordpress.org/news/2019/09/wordpress-5-3-beta-1/">beta 1</a>, over <a href="https://core.trac.wordpress.org/query?status=closed&changetime=09%2F24%2F2019..&milestone=5.3&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority">45 tickets have been closed</a> since then. </p>\n\n\n\n<h2>Some highlights</h2>\n\n\n\n<ul><li>Work continues on the <strong>block editor</strong>.</li><li>Bugs fixed on<strong> Twenty Twenty</strong>.</li><li><strong>Accessibility</strong> bugs fixes and enhancements on the interface changes introduced with 5.3 beta 1:<ul><li>Iterate on the admin interface</li><li>Reduce potential backward compatibility issues</li><li>Improve consistency between admin screens and the block editor</li><li>Better text zoom management</li></ul></li><li>Support <code>rel="ugc"</code> attribute value in comments (<a href="https://core.trac.wordpress.org/ticket/48022">#48022</a>) – this particular ticket shows the WordPress project ability to integrate quick solutions to things that are changing unexpectedly – like Google new features.</li></ul>\n\n\n\n<h2>Developer notes</h2>\n\n\n\n<p>WordPress 5.3 has lots of refinements to polish the developer experience. To keep up, subscribe to the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> and pay special attention to the <a href="https://make.wordpress.org/core/tag/5-3+dev-notes/">developers notes</a> for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev/">Help us translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p>If you think you’ve found a bug, you can post to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href="https://core.trac.wordpress.org/newticket">file one on WordPress Trac</a> where you can also find a list of <a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>.<br /></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 Sep 2019 21:43: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:16:"Francesca Marano";s: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:43:"BuddyPress: BuddyPress 5.0.0 “Le Gusto”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://buddypress.org/?p=308041";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://buddypress.org/2019/09/buddypress-5-0-0-le-gusto/";s: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:10760:"<p>Here’s our latest major release featuring the <strong>BuddyPress REST API</strong> !!</p>\n\n\n\n<div class="wp-block-button aligncenter is-style-squared"><a class="wp-block-button__link has-background" href="https://downloads.wordpress.org/plugin/buddypress.5.0.0.zip">Get BuddyPress 5.0.0</a></div>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<p>We are very excited to announce the BuddyPress community the immediate availability of <strong>BuddyPress 5.0.0</strong> code-named “<strong>Le Gusto</strong>“. You can get it clicking on the above button, downloading it from our <a href="https://wordpress.org/plugins/buddypress/">WordPress.org plugin repository</a> or checking it out from our <a href="https://buddypress.trac.wordpress.org/browser/branches/5.0">subversion repository</a>.</p>\n\n\n\n<p><em>NB: if you’re upgrading from a previous version of BuddyPress, please make sure to back-up your WordPress database and files before proceeding. </em></p>\n\n\n\n<p>You can view all the changes we made in 5.0.0 thanks to our <a href="https://codex.buddypress.org/releases/version-5-0-0/">full release note</a>. Below are the key features we want to get your attention on.</p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<div><span class="dashicons dashicons-rest-api"></span></div>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2>The BP REST API opens a new era for BuddyPress!</h2>\n\n\n\n<p>You can now enjoy REST API endpoints for members, groups, activities, private messages, screen notifications and extended profiles.</p>\n\n\n\n<p>BuddyPress endpoints provide machine-readable external access to your WordPress site with a clear, standards-driven interface, paving the way for new and innovative methods of interacting with your community through plugins, themes, apps, and beyond.</p>\n\n\n\n<p>The BP REST API opens great new opportunities to improve the way you play with the BuddyPress component features: we couldn’t resist to start building on top of it introducing… </p>\n\n\n\n<h3>A new interface for managing group members.</h3>\n\n\n\n<div class="wp-block-image"><a href="https://buddypress.org/wp-content/uploads/1/2019/09/group-manage-members.png"><img src="https://buddypress.org/wp-content/uploads/1/2019/09/group-manage-members.png" alt="Screen Capture of the new Group Mange Members UI" class="wp-image-308052" /></a></div>\n\n\n\n<p>Group administrators will love our new interface for managing group membership. Whether you’re working as a group admin on the front-end Manage tab, or as the site admin on the Dashboard, the new REST API-based tools are faster, easier to use, and more consistent.</p>\n\n\n\n<h3>The BP REST API is fully documented</h3>\n\n\n\n<p>The development team worked hard on the features but also took the time to <a href="https://buddypress.org/2019/09/bp-devhub-1-0/">write the documentation</a> about how to use it and how to extend it. BuddyPress developers, let’s start building great stuff for our end users: take a look at <a href="https://developer.buddypress.org/bp-rest-api/">the BP REST API developer reference</a>.</p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<div><span class="dashicons dashicons-buddicons-groups"></span></div>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2>Improved Group invites and membership requests</h2>\n\n\n\n<p>Thanks to the new BP Invitations API, Group invites and membership requests are now managed in a more consistent way. The BP Invitations API abstracts how these two actions are handled and allows developers to use them for any object on your site (e.g., Sites of a WordPress network).</p>\n\n\n\n<p>Read more about the <a href="https://bpdevel.wordpress.com/2019/09/16/new-invitations-api-coming-in-buddypress-5-0/">BP Invitations API</a>.</p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<div><span class="dashicons dashicons-buddicons-forums"></span></div>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2>Help our support volunteers help you.</h2>\n\n\n\n<p>Knowing your WordPress and BuddyPress configuration is very important when one of our beloved support volunteers tries to help you fix an issue. That’s why we added a BuddyPress section to the Site Health Info Administration screen.</p>\n\n\n\n<a href="https://buddypress.org/wp-content/uploads/1/2019/09/debug-buddypress.png"><img src="https://buddypress.org/wp-content/uploads/1/2019/09/debug-buddypress.png" alt="Screen capture of the BuddyPress section of the Site Health screen." class="wp-image-308058" /></a>\n\n\n\n<p>The panel is displayed at the bottom of the screen. It includes the BuddyPress version, active components, active template pack, and a list of other component-specific settings information.</p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-columns has-2-columns">\n<div class="wp-block-column">\n<div><span class="dashicons dashicons-heart"></span></div>\n</div>\n\n\n\n<div class="wp-block-column">\n<div><span class="dashicons dashicons-wordpress-alt"></span></div>\n</div>\n</div>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2>Improved integrations with WordPress</h2>\n\n\n\n<h3>BP Nouveau Template Pack</h3>\n\n\n\n<p>In BuddyPress 5.0.0, the BP Nouveau template pack looks better than ever with the Twenty Nineteen theme.</p>\n\n\n\n<div class="wp-block-image"><a href="https://buddypress.org/wp-content/uploads/1/2019/09/edit-password.png"><img src="https://buddypress.org/wp-content/uploads/1/2019/09/edit-password.png" alt="" class="wp-image-308069" /></a></div>\n\n\n\n<p>Nouveau now uses the same password control as the one used in WordPress Core, for better consistency between BuddyPress and WordPress spaces.</p>\n\n\n\n<h3>BuddyPress Blocks now have their own category into the Block Editor.</h3>\n\n\n\n<div class="wp-block-image"><a href="https://buddypress.org/wp-content/uploads/1/2019/09/bp-blocks.png"><img src="https://buddypress.org/wp-content/uploads/1/2019/09/bp-blocks.png" alt="" class="wp-image-308070" /></a></div>\n\n\n\n<p>Developers building tools for the Block Editor can now add their blocks to the BuddyPress category. This change provides a foundation for organizing custom BuddyPress blocks.</p>\n\n\n\n<p>Read more about this feature in this <a href="https://bpdevel.wordpress.com/2019/07/31/a-category-to-store-your-buddypress-blocks/">development note</a>.</p>\n\n\n\n<div class="wp-block-image"><a href="https://buddypress.org/2018/11/buddypress-4-0-0-pequod/#comment-44752"><img src="https://buddypress.org/wp-content/uploads/1/2019/09/matt-comment.png" alt="" class="wp-image-308075" /></a>Screen capture of the <a href="https://buddypress.org/2018/11/buddypress-4-0-0-pequod/#comment-44752">comment</a> Matt made about BuddyPress 4.0.0</div>\n\n\n\n<p><em>PS: we know, just like Matt, you’re eager to enjoy high quality community blocks: now we have the BP REST API and this new Blocks category available in BuddyPress Core, get ready to be amazed for our next release. Fasten your seatbelts: BuddyPress blocks are arriving!</em></p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-image"><img src="https://buddypress.org/wp-content/uploads/1/2019/09/pizza.png" alt="" class="wp-image-308073" /></div>\n\n\n\n<h2>BuddyPress Le Gusto</h2>\n\n\n\n<p>5.0.0 is code-named <strong>“Le Gusto”</strong> after the <a href="https://goo.gl/maps/tpvew6YSivZ5KX218">well known Pizza restaurant</a> in Fortaleza, Brazil. It’s the perfect place to meet with friends and start tasting new flavors like <a class="bp-suggestions-mention" href="https://buddypress.org/members/espellcaste/" rel="nofollow">@espellcaste</a>’s favorite one: the “Pizza de Camarão”. </p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<div><span class="dashicons dashicons-buddicons-buddypress-logo"></span></div>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2>Muito Obrigado</h2>\n\n\n\n<p>As usual, this BuddyPress release is only possible thanks to the contributions of the community. Special thanks to the following folks who contributed code and testing to the release: <a href="https://github.com/baconbro">baconbro</a>, <a href="https://profiles.wordpress.org/boonebgorges/">Boone B Gorges (boonebgorges)</a>, <a href="https://profiles.wordpress.org/joncadams/">boop (joncadams)</a>, <a href="https://profiles.wordpress.org/sbrajesh/">Brajesh Singh (sbrajesh)</a>, <a href="https://profiles.wordpress.org/dcavins/">David Cavins (dcavins)</a>, <a href="https://profiles.wordpress.org/ericlewis/">Eric Lewis (ericlewis)</a>, <a href="https://profiles.wordpress.org/geminorum/">geminorum</a>, <a href="https://profiles.wordpress.org/gingerbooch/">gingerbooch</a>, <a href="https://profiles.wordpress.org/ivinco/">Ivinco</a>, <a href="https://profiles.wordpress.org/whyisjake/">Jake Spurlock (whyisjake)</a>, <a href="https://profiles.wordpress.org/JarretC/">Jarret (JarretC)</a>, <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby (johnjamesjacoby)</a>, <a href="https://profiles.wordpress.org/klawton/">klawton</a>, <a href="https://profiles.wordpress.org/kristianngve/">Kristian Yngve (kristianngve)</a>, <a href="https://profiles.wordpress.org/maniou/">Maniou</a>, <a href="https://profiles.wordpress.org/netweblogic/">Marcus (netweblogic)</a>, <a href="https://profiles.wordpress.org/imath/">Mathieu Viet (imath)</a>, <a href="https://github.com/bhoot-biswas">Mithun Biswas</a>, <a href="https://profiles.wordpress.org/modemlooper/">modemlooper</a>, <a href="https://profiles.wordpress.org/DJPaul/">Paul Gibbs (DJPaul)</a>, <a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a>, <a href="https://profiles.wordpress.org/razor90/">razor90</a>, <a href="https://profiles.wordpress.org/espellcaste/">Renato Alves (espellcaste)</a>, <a href="https://profiles.wordpress.org/slaFFik/">Slava Abakumov (slaFFik)</a>, <a href="https://profiles.wordpress.org/netweb/">Stephen Edgar (netweb)</a>, <a href="https://profiles.wordpress.org/truchot/">truchot</a>, <a href="https://profiles.wordpress.org/venutius/">Venutius</a>, <a href="https://profiles.wordpress.org/wegosi/">wegosi</a>, and of course you for using BuddyPress <img src="https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f609.png" alt="😉" class="wp-smiley" /></p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<div><span class="dashicons dashicons-format-chat"></span></div>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2>Feedbacks welcome!</h2>\n\n\n\n<p>Receiving your feedback and suggestions for future versions of BuddyPress genuinely motivates and encourages our contributors. Please share your feedback about this version of BuddyPress in the comments area of this post. And of course, if you’ve found a bug: please tell us about it into our <a href="https://buddypress.org/support/">Support forums</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 Sep 2019 21:30:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"imath";s: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:44:"WPTavern: Preparing Themes For WordPress 5.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=94401";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wptavern.com/preparing-themes-for-wordpress-5-3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5011:"<p>Now that <a href="https://wptavern.com/wordpress-5-3-beta-1-ready-for-testing-includes-12-gutenberg-releases-and-new-twenty-nineteen-default-theme">WordPress 5.3 Beta 1</a> is open for testing and with the official release slated for November 12, it’s time for theme authors to begin making sure their themes are ready for several changes.</p>\n\n\n\n<p>Most work will revolve around the block editor. WordPress 5.3 will include versions 5.4 – 6.5 of the Gutenberg plugin, a total of 12 releases. This makes for a lot of ground to cover. The next release includes breaking changes.</p>\n\n\n\n<p>For themes without custom block styles, little should change. However, theme authors who have been building custom block designs will likely have some work to do if they haven’t kept up with the changes in the Gutenberg plugin over the past several months.</p>\n\n\n\n<h2>Block Style Variations API Introduced</h2>\n\n\n\n<p>WordPress 5.3 introduces new <a href="https://make.wordpress.org/core/2019/09/24/new-block-apis-in-wordpress-5-3/">server-side block style functions</a>. This means that theme authors who prefer PHP can now register custom block style variations without writing JavaScript code.</p>\n\n\n\n<p>The block styles feature allows theme authors to register custom styles for individual blocks. Then, they must apply custom CSS to these styles in the editor and the front end.</p>\n\n\n\n<p>The new functions are basic one-to-one matches to their JavaScript counterparts. Block styles still need to be registered on a per-block basis. Support for registering single styles to multiple blocks at once hasn’t landed in core.</p>\n\n\n\n<h2>New Block HTML Creates Breaking Changes</h2>\n\n\n\n<p>Despite WordPress’ commitment to backward compatibility over the years, the Gutenberg team hasn’t maintained that approach with blocks. Block HTML output in the editor and the front end has changed for some blocks. These changes will break custom theme styles in many cases.</p>\n\n\n\n<p>The following blocks have potential breaking changes for themes:</p>\n\n\n\n<ul><li><strong>Group:</strong> A new inner container element was added to the markup.</li><li><strong>Table:</strong> A wrapper element was added and the block class moved to the wrapper.</li><li><strong>Gallery:</strong> Like the table block, it received the same wrapper element treatment. Galleries also support a caption for the entire gallery block.</li></ul>\n\n\n\n<p>In my tests, the gallery block had the most obvious breaking changes. Depending on how it is styled, users could be looking at a single column of images instead of their selected number. The core development blog has a <a href="https://make.wordpress.org/core/2019/09/27/block-editor-theme-related-updates-in-wordpress-5-3/">complete overview of the HTML changes</a> along with code examples for addressing issues.</p>\n\n\n\n<p>It’d be interesting to see if the Gutenberg team makes similar HTML changes with other blocks in the future. Such changes make it tough for theme authors to maintain support between versions of WordPress and versions of the Gutenberg plugin. It also bloats CSS code when attempting to maintain compatibility. Adding an extra element doesn’t typically break things. However, moving an element’s class to another element is a dumpster fire waiting to happen. If these types of changes continue to happen, it could turn some theme authors away from supporting the block editor at a time when core needs to be encouraging more authors to design around it.</p>\n\n\n\n<h2>New Block Classes Added</h2>\n\n\n\n<p>Several <a href="https://make.wordpress.org/core/2019/09/27/block-editor-theme-related-updates-in-wordpress-5-3/">new CSS classes</a> are making their way into 5.3. For themes that remove core block styles on the front end, they need to add support for the classes to their theme’s stylesheet.</p>\n\n\n\n<p>WordPress is doing away with inline styles for left, right, and center text alignment. This is a welcome change because it moves CSS to its appropriate place, which is in a stylesheet. Theme authors need to make sure they support these new classes for the following blocks.</p>\n\n\n\n<ul><li>Heading</li><li>Paragraph</li><li>Quote</li><li>Verse</li></ul>\n\n\n\n<p>The columns block no longer supports column-specific class names. Version 5.3 supports custom column widths, which are handled with inline styles. It’s unlikely this will break most themes, but it’s worth testing.</p>\n\n\n\n<p>The separator block now supports custom colors. It is given both the text and background color class names on the front end. This allows theme authors to utilize the styling method they prefer. Ideally, a border color class would exist, but the block editor does not yet support selecting a custom border color. </p>\n\n\n\n<p>Quick developer tip: if your theme uses a border color for the separator block, use <a href="https://css-tricks.com/currentcolor/">currentColor</a> to handle custom colors.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 Sep 2019 16:45:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:97:"WPTavern: Secure the News Project Finds 93% of Major Publishers Offer HTTPS Encryption by Default";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=94365";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:107:"https://wptavern.com/secure-the-news-project-finds-93-of-major-publishers-offer-https-encryption-by-default";s: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:4469:"<p><a href="https://securethe.news" rel="noopener noreferrer" target="_blank">Secure the News</a> is a project that was created by the <a href="https://freedom.press/" rel="noopener noreferrer" target="_blank">Freedom of the Press Foundation</a> in 2016 to track HTTPS encryption across major news organizations’ websites. It lists the publications and automatically scores them on a scale of 0-100, based on HTTPS implementation according to <a href="https://securethe.news/methodology-and-metrics/" rel="noopener noreferrer" target="_blank">best practices</a>, as defined by General Services Administration (GSA) Pulse’s current criteria for modern and secure HTTPS deployment. The score is converted to an A-F letter grade.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2019/09/Screen-Shot-2019-09-27-at-4.29.56-PM.png?ssl=1"><img /></a></p>\n<p>The primary benefits of news organizations adopting HTTPS include reader privacy and website security, but there are also other positive byproducts, such as protecting sources and preventing censorship. Secure the News provides some interesting data in its campaign to encourage more broad HTTPS adoption.</p>\n<p>In 2018, after one year of collecting data on HTTPS encryption at more than 130 major world news sites, the project found that HTTPS was available on 2/3 of the sites it monitors (89 of 131), up from 1/3 in 2016. Approximately <a href="https://securethe.news/blog/how-secure-are-news-sites-report-first-year-secure-news/" rel="noopener noreferrer" target="_blank">60% of news organizations offered HTTPS encryption by default in 2018</a> and that number is up to 93% today.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2019/09/Screen-Shot-2019-09-27-at-5.40.27-PM.png?ssl=1"><img /></a></p>\n<p>Most of the WordPress-powered major news sites, such as <a href="https://arstechnica.com/" rel="noopener noreferrer" target="_blank">Ars Technica</a>, <a href="https://time.com/" rel="noopener noreferrer" target="_blank">Time</a> and the <a href="https://nypost.com/" rel="noopener noreferrer" target="_blank">New York Post</a>, get a B ranking, with the exception of <a href="https://techcrunch.com" rel="noopener noreferrer" target="_blank">TechCrunch</a> and <a href="https://qz.com/" rel="noopener noreferrer" target="_blank">Quartz</a>, which both scored an A.</p>\n<p>The most recent addition to the project is the ability to <a href="https://securethe.news/blog/introducing-regional-leaderboards-secure-news/" rel="noopener noreferrer" target="_blank">sort publications by region on the homepage</a>. Publications based in North America and Europe lead the world in having the most secure HTTPS implementations. Asia has a smaller percentage of major news sites with a score of A- or higher. Some smaller regions, such as the Middle East and North Africa, Oceana, and South America, list just a handful of news organizations but they all have a score of B or higher. Secure the News is just getting started with this feature and is accepting feedback on the project’s GitHub account.</p>\n<p>In addition to promoting HTTPS adoption, the team behind Secure the News is also considering broadening its coverage to measure other ways that news sites are delivering secure content, such as whether the site has an <a href="https://en.wikipedia.org/wiki/.onion" rel="noopener noreferrer" target="_blank">onion service</a>, is <a href="https://www.torproject.org/" rel="noopener noreferrer" target="_blank">Tor project</a> friendly, or has a <a href="https://freedom.press/training/blog/first-time-they-reach-out-protect-sources-themselves/" rel="noopener noreferrer" target="_blank">confidential tip line</a>. The project also has more news sites to add and a long list of improvements they want to make to the <a href="https://securethe.news/methodology-and-metrics/" rel="noopener noreferrer" target="_blank">metrics used to rank sites</a>.</p>\n<p>The code for <a href="https://securethe.news/blog/secure-news-open-source/" rel="noopener noreferrer" target="_blank">Secure the News is open source</a> (licensed under the GNU AGPL) and <a href="https://github.com/freedomofpress/securethenews" rel="noopener noreferrer" target="_blank">available on GitHub</a> for anyone who wants to contribute or fork it for use with other site categories where browsing might be sensitive, such as libraries, adult sites, educational institutes, or medical facilities.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 Sep 2019 23:58:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:28;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:77:"WPTavern: Rebirth of Creativity: Gutenberg and the Future of WordPress Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=94231";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/rebirth-of-creativity-gutenberg-and-the-future-of-wordpress-themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:10060:"<p>I began using WordPress in 2005. I’d already been learning HTML and CSS for a couple of years. I even had a home-brewed blog that pulled posts from plain text files at one point. I knew enough JavaScript to do pop-up alerts and other annoying things that served no purpose and made for a poor user experience, even if they were fun for me.</p>\n\n\n\n<p>This was my second attempt at using WordPress. This time it was after a botched go of making PHP Nuke behave how I wanted. I had big dreams for my website but lacked the coding skills to make them happen. WordPress was simple enough to hack for a novice like me at the time. Sure, I broke my site more times than I could count, but I managed to put together my first real theme.</p>\n\n\n\n<p>I popped open Photoshop; grabbed a few images from <em>Angel</em>, my favorite TV show at the time; and began my work. I’d recently watched <em>Soul Purpose</em>, an episode that explored whether the titular character was truly the hero mentioned in an ancient prophecy. It was foretold that the vampire with a soul would shed his demon half and live as a human. It explored themes of the character’s place in the world. At 21 years old, it’s the sort of episode that resonated with a young man who was also looking for his place. I thought it fitting to work that into my theme’s design and began hacking away at a header for my theme.</p>\n\n\n\n<div class="wp-block-image"><img />Screenshot of my first WordPress theme header.</div>\n\n\n\n<p>At that time, there was this loosely-connected underground of themers and hobbyists who were building WordPress themes based on their favorite TV series, movies, comic books, and more. That was my first real introduction to WordPress. These people were not building themes for profit. They were searching for their place in this small corner of the internet. At most, some were looking for validation from like-minded people who might enjoy their art. It was about creation for the sake of creation. Anyone could be an artist with a simple lesson in CSS, an image manipulation program, and enough grit to pour their soul into the project for a few hours.</p>\n\n\n\n<p>If there were ever a time that WordPress themes died, it was when the hobbyists who built for pure passion were overshadowed by business interests.</p>\n\n\n\n<p>Don’t get me wrong; business interests played a crucial role in propelling WordPress to become the most dominant CMS in the world. However, the balance has clearly shifted in favor of building WordPress themes for business and ecommerce rather than for the enthusiasts who just want to create. Other platforms have better catered to these users and filled in the gaps left open by WordPress. Tumblr became a safe-haven for popular culture fans. DeviantArt a home for artists. Wattpad for aspiring writers and fanfic lovers.</p>\n\n\n\n<p>Somewhere along the way, we lost the innocence and artistry of building WordPress themes for the pure fun of it. WordPress grew up and WordPress themes along with it.</p>\n\n\n\n<h2>Today’s Themes Are Not Tomorrow’s</h2>\n\n\n\n<p>In his post, <a href="https://www.binarymoon.co.uk/2019/09/the-end-of-wordpress-themes-is-in-sight/">The End of WordPress Themes is in Sight</a>, Ben Gillbanks said, “Themes as we know them will no longer be made.” It is a bleak look at the future of WordPress theming. He notes that he doesn’t believe that he’ll be able to make a living building WordPress themes in the next couple of years.</p>\n\n\n\n<p>His worries are warranted. They have been shared by several theme authors over the past couple of years as the block editor (Gutenberg) was making its way into core WordPress. The official theme review team has discussed the team’s future role surrounding the coming changes.</p>\n\n\n\n<p>Gillbanks’ post comes on the heels of a post written by Matias Ventura on <a href="https://make.wordpress.org/core/2019/09/05/defining-content-block-areas/">defining content block areas</a>. Essentially, the idea is for WordPress to allow users to edit areas outside of the post content via the block editor. Anything from the header, footer, sidebar, or otherwise would likely be fair game.</p>\n\n\n\n<div class="wp-block-embed__wrapper">\n\n</div>\n\n\n\n<p>In such a system, themes would be relegated to defining block areas, providing base styles, and designing block output. In many ways, this is what WordPress themes <em>should</em> be. Some might say that WordPress is putting themes back into their proper place of simply styling content. With the behemoth themes with hundreds or thousands of features we’ve seen over the past few years, this could be a welcome change. </p>\n\n\n\n<p>There’s huge potential for designers to step up and make their mark. I, for one, wouldn’t mind seeing CSS artists unleashed in the WordPress theme ecosystem.</p>\n\n\n\n<p>Gillbanks went on to say:</p>\n\n\n\n<blockquote class="wp-block-quote"><p>There are definite benefits to doing this from a user’s perspective – they will have full control of their site – but it’s going to result in some very boring website layouts.</p></blockquote>\n\n\n\n<p>This is the point where I’ll respectfully disagree. Putting control in the hands of non-designers will be anything but boring.</p>\n\n\n\n<p><em>Do we all so easily forget the days of GeoCities?</em> The websites built from it may have been horribly inaccessible. They may have blared midi files as soon as you opened a webpage. They may have even had a flashing, scrolling marquee zipping across the header. Boring is not the word I’d use to describe them.</p>\n\n\n\n<p>As much as many of us want to put those days behind us (Come on, you had one of those sites at one point, right? Tell the truth.), there was something fascinating about it all. Real people built these sites because they were fun. The sites told you something about that person. It was a deeply personal look into this stranger’s world. Sometimes it was just a bunch of junk spewed onto the screen, but most sites were a reflection of the site owners at that point in time.</p>\n\n\n\n<p>It was ugly and beautiful all the same.</p>\n\n\n\n<p>Web developers and designers joke about those dark days of the web. It’s easy to look back at sites from the ’90s and cringe at the silliness (It makes you wonder what designers of 2050 will think about today’s designs, doesn’t it?). I choose to look fondly upon those days. It was a time before I became a “designer” with rules to follow.</p>\n\n\n\n<p>But, here’s the important point. We are not the arbiters of the web. It’s all about the user. If someone wants a blinking Justin Bieber GIF in their site header, more power to them. It’s the developer’s job to enable the user to do this in an easy-to-configure way.</p>\n\n\n\n<p><em>Wait? So Geocities is your argument for full-site editing in WordPress?</em></p>\n\n\n\n<p>Understanding why WordPress should become a full-site editor means understanding the average user. Developers are more apt to view things in a structured manner. I spent over a decade honing my development skills. Logic and order are old friends. </p>\n\n\n\n<p>With end-users, things may seem a bit more chaotic. A teenager might want to plaster a picture of her favorite band anywhere she wants on her site. A soccer mom might want to show her kid slamming home the winning goal. A poet may want to showcase one of his poems as a background image on his blog. Humans are creative beings. While our unique brand of artistry might not appeal to others, it’s still something we crave to share.</p>\n\n\n\n<p>It’s also important to understand that building WordPress themes is nowhere near as simple in 2019 as it was in 2005 when I started hacking away. The code is much more complex. It’s not quite as easy for a new user to piece together something fun as it once was. Unless you have a theme or plugin that allows you to do this with simple drag-and-drop or similar tools, users have little control over their own sites. And, that’s why the Gutenberg project is so revolutionary. Its mission is to put the power back in the hands of the people.</p>\n\n\n\n<p>Theme authors need to evolve. They will need to find a way to balance good design principles with the insane amount of freedom users will have. There’s nothing stopping designers from making sure the Bieber screengrab looks more presentable.</p>\n\n\n\n<h2>Are WordPress Themes Dead?</h2>\n\n\n\n<p>No. But, the theme landscape will certainly change and not for the first time. We need not look at that as a bad thing.</p>\n\n\n\n<p>Those hobbyists who like to tinker with their site, they will once again have power that was so long ago lost to more advanced code.</p>\n\n\n\n<p>There will also be sub-communities within the WordPress landscape. Some people will want something more akin to classic WordPress. Others will want a simple blog handled with Markdown (side note: I’m one of those people, and Gutenberg actually handles pasting from Markdown well). Plugins will be built to cater to every user’s needs. Themes will exist for different types of users. Client builds and enterprise solutions that look nothing like core WordPress aren’t going anywhere.</p>\n\n\n\n<p>There’s still a long road ahead. Theme authors need to be more involved with the development of Gutenberg as these features make their way into the plugin and eventually into WordPress. Otherwise, they’ll risk losing the opportunity to help shape the future theme landscape.</p>\n\n\n\n<p>Truth be told, I’m not sure what themes will look like in a few years. I have a horrible track record with predictions. However, I think it’s safe to say that there’ll be a place for designers.</p>\n\n\n\n<p>I’m excited because I feel like it will bring back the potential for users to have the control they once had and more.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 Sep 2019 18:56:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s: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: Rich Reviews Plugin Discontinued after Vulnerabilities Exploited in the Wild";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=94302";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/rich-reviews-plugin-discontinued-after-vulnerabilities-exploited-in-the-wild";s: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:3397:"<p>After <a href="https://www.wordfence.com/blog/2019/09/rich-reviews-plugin-vulnerability-exploited-in-the-wild/" rel="noopener noreferrer" target="_blank">tracking exploits of a zero day XSS vulnerability</a> in the <a href="https://wordpress.org/plugins/rich-reviews/" rel="noopener noreferrer" target="_blank">Rich Reviews plugin</a> for WordPress, Wordfence is recommending that users remove it from their websites. The company estimates that there are 16,000 active installations vulnerable to unauthenticated plugin option updates:</p>\n<blockquote><p>Attackers are currently abusing this exploit chain to inject malvertising code into target websites. The malvertising code creates redirects and popup ads. Our team has been tracking this attack campaign since April of this year. </p></blockquote>\n<p>Rich Reviews was removed from the WordPress.org Plugin Directory on March 11, 2019, due to a security issue.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2019/09/Screen-Shot-2019-09-27-at-10.38.09-AM.png?ssl=1"><img /></a></p>\n<p>One week ago, a Rich Reviews plugin user reported 3 out of 4 of her sites using the plugin were infected with redirect scripts and that removing the plugin fixed the issue. A digital marketing agency called Nuanced Media, the author of the plugin, <a href="https://wordpress.org/support/topic/plugin-not-supported-open-to-malware-uninstall-now/#post-11953681" rel="noopener noreferrer" target="_blank">responded</a> to the post indicating that a new version would be released within two weeks:</p>\n<blockquote><p>We’ve been working on an overall rewrite of this plugin for a while now, but someone out there apparently wanted us to work faster on it, and decided to exploit our plugin to get some malware out there. We’re now going double-quick on it, and hope to have it back up (and newly cozy and secure) within the next two weeks.</p></blockquote>\n<p>Oddly, there seemed to be no rush to patch the issue that is currently being exploited. Yesterday, less than a week after assuring users that a new version is coming, the company behind the plugin announced that it is <a href="https://nuancedmedia.com/wordpress-rich-reviews-plugin/" rel="noopener noreferrer" target="_blank">discontinuing active support and development on Rich Reviews</a>.</p>\n<p>Nuanced Media CEO Ryan Flannagan cited Google’s recent changes to its <a href="https://developers.google.com/search/docs/data-types/review-snippet#local-business-reviews" rel="noopener noreferrer" target="_blank">business review guidelines</a> as the reason for discontinuing its development.</p>\n<p>“As part of this update, in the organic search results, Google has decided to remove all merchant review star ratings that businesses display on their own URL,” Flannagan said.</p>\n<p>“Based on this information, we have discontinued all active development and support on Rich Reviews. We apologize for any inconvenience.”</p>\n<p>The announcement does not include any information about the vulnerability or the recent exploits. Users should assume that no patch is coming to the plugin, since it has been officially discontinued. It’s already not available to potential new users on WordPress.org, but those who have Rich Reviews active on their sites should deactivate it and remove the plugin as soon as possible to avoid getting hacked.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 Sep 2019 18:25:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:30;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:92:"WPTavern: Gatsby Raises $15M, Plans to Invest More Heavily in WordPress and CMS Integrations";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=94300";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/gatsby-raises-15m-plans-to-invest-more-heavily-in-wordpress-and-cms-integrations";s: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:5857:"<p><a href="https://www.gatsbyjs.com/" rel="noopener noreferrer" target="_blank">Gatsby Inc</a>. CEO Kyle Mathews announced a <a href="https://www.gatsbyjs.org/blog/2019-09-26-announcing-gatsby-15m-series-a-funding-round/" rel="noopener noreferrer" target="_blank">$15M Series A funding round</a> today, just one year after creating the company with GatsbyJS core contributors. The open source Gatsby project started in 2015 to provide a framework for developers to quickly build websites with React. As the project soared in popularity, Mathews formed a company to fund its ongoing development and further invest in the growing Gatsby ecosystem of products.</p>\n<p>This round of funding will enable Gatsby to grow its 35-person team while investing in open source and cloud services that complement the company’s products.</p>\n<p>“With Gatsby, we’re striving to create a business model that will drive many millions of dollars of investment in open-source tools and enable people to build the next generation of web experiences,” Mathews said.</p>\n<p>At the forefront of the company’s vision is the idea of “reinventing website development.” Gatsby has popularized the concept of a “<a href="https://www.gatsbyjs.org/blog/2018-10-04-journey-to-the-content-mesh/" rel="noopener noreferrer" target="_blank">content mesh</a>,” a platform that provides the infrastructure layer for a decoupled website and reimagines the role of a CMS within this architecture.</p>\n<p>Gatsby’s goal of creating more integrations for CMS’s was a big part of Mathews’ funding announcement. Instead of writing off LAMP stack architecture as slow and obsolete, Gatsby is creating bridges to the CMS’s that power a large portion of the web:</p>\n<blockquote><p>Instead of a monolithic CMS powering everything, Gatsby ties together specialized services with a modern development experience and optimized website delivery.</p>\n<p>This content mesh empowers developers while preserving content creators’ workflows. It gives developers access to great cloud services without the pain of manual integration.</p>\n<p>Web developers from dozens of web CMS communities like WordPress and Drupal are going “headless” and using Gatsby as the presentation layer for their CMS.</p>\n<p>We’re forming partnerships with these communities to create seamless integrations between their solutions and Gatsby.</p></blockquote>\n<p>Gatsby will be using some of its funding to invest more heavily in the WordPress ecosystem. The company hired <a href="https://wptavern.com/jason-bahl-joins-the-gatsby-team-to-work-on-wpgraphql-full-time" rel="noopener noreferrer" target="_blank">hiring Jason Bahl</a>, creator of the GraphQL for WordPress project, in June, and plans to add more WordPress developers.</p>\n<p>“We recently hired someone else to work alongside Jason in developing WPGraphQL (announcement coming soon!) and are currently hiring for several roles on the team,” Mathews told the Tavern.</p>\n<p>WordPress powers <a href="https://w3techs.com/technologies/details/cm-wordpress/all/all" rel="noopener noreferrer" target="_blank">34.6% of the top 10 million websites</a> and Matt Mullenweg has previously estimated its ecosystem to be a $10 billion industry. The CMS is <a href="https://joost.blog/cms-market-share-a-numbers-analysis/" rel="noopener noreferrer" target="_blank">showing no signs of decline</a>, and is a market that Gatsby product developers are strategically targeting.</p>\n<p>WordPress adopted React as its JavaScript framework in 2017, and built its new Gutenberg editor on top of it. Although some early adopters began digging deeper into React and creating their own products with it, the majority of PHP developers have been slow to move in that direction. Gatsby provides a bridge for those who are just getting started.</p>\n<p>“We think that for many web developers, a Gatsby project may be the first time they are using React, GraphQL, webpack or even Node.js,” Mathews said. “And that’s not just the case for WordPress developers – the same can be true for professionals in the Drupal, Rails, or .NET ecosystems.</p>\n<p>“It’s our goal to make a framework that empowers developers to use these technologies easily, then dive deeper as they gain more experience. So, instead of taking days to configure webpack for the first time, you can use a Gatsby Theme that connects to WordPress as a data source, and automatically get a blazing fast site. Later, you can learn the innards of the system, and begin customizing Gatsby yourself.”</p>\n<p>While Gatsby as a framework enables developers to bypass a lot of the technical and tooling jargon that has made modern development so complex, it is still a framework geared almost exclusively towards developers. Mathews said the company’s vision will continue to focus on enabling developers, not on creating solutions to make Gatsby more accessible to the non-technical crowd.</p>\n<p>“We are focused on making Gatsby the best choice for WordPress developers who want a flexible and powerful presentation layer for their headless WordPress sites,” he said. “Non-technical team members or clients will still use WordPress to create and manage content, while the web developers on their team or at the agency they hired get to be productive using the best development tools available.”</p>\n<p>Gatsby plans to use the funding to invest $3 million per year in open source, including the core Gatsby project, official plugins, and more learning materials. The funding is also good news for the future of the <a href="https://www.wpgraphql.com/" rel="noopener noreferrer" target="_blank">WPGraphQL</a> project, which should see deeper integration with Gatsby in the near future.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Sep 2019 22:35:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:57:"WPTavern: Long-Needed Date/Time Improvements Land 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=94295";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://wptavern.com/long-needed-date-time-improvements-land-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4026:"<div class="wp-block-image"><img /></div>\n\n\n\n<p>After more than a year and several WordPress updates, an <a href="https://make.wordpress.org/core/2019/09/23/date-time-improvements-wp-5-3/">overhaul of the core Date/Time component</a> concluded. WordPress 5.3 will ship with fixes for long-standing bugs and new API functions.</p>\n\n\n\n<p>Andrey “Rarst” Savchenko spearheaded this project and worked through most of the issues in his <a href="https://github.com/Rarst/wp-date">WP Date</a> fork of WordPress. Much of his work toward addressing the problems with this core component goes back further with the initialization of his <a href="https://github.com/Rarst/wpdatetime">WPDateTime project</a>.</p>\n\n\n\n<p>Diving into the Date/Time component is no small feat. Addressing one issue leads to another. It’s a rabbit hole that few in the community have navigated. Many developers were also unaware of the issues. However, the bugs lingered for years, and users had no working solution for the problems they were facing.</p>\n\n\n\n<p>The most common errors were caused by core bugs or developer errors due to compatibility issues, described Savchenko. This would cause user-facing issues such as post scheduling and other time-based operations.</p>\n\n\n\n<p>With the release of WordPress 5.3, all existing functions should behave more reliably. Developers working on the component fixed several bugs and updated incorrect inline code documentation for many core functions. Along with the fixes, 5.3 will ship with new <a href="https://github.com/Rarst/wp-date/issues/4">Date/Time API functions</a>. The updated API includes unified time zone retrieval, localization, and PHP interoperability functions.</p>\n\n\n\n<p>Savchenko called it “the slow descent into madness” when asked of the catalyst for diving into the Date/Time component and its underlying issues. “I started to notice serious bugs in the component from WordPress Stack Exchange questions about them, and the more I looked over years the more clear the dire state of it became to me.”</p>\n\n\n\n<p>One of the major problems is the way WordPress handles timestamps. “I actually had to invent the ‘WordPress timestamp’ term,” said Savchenko. “There was no name for it in core development and inline documentation incorrectly called these Unix timestamps before.” WordPress adds a time zone offset to the real Unix timestamp, which causes issues with upstream PHP and external systems. </p>\n\n\n\n<p>WordPress timestamps couldn’t be removed from core without breaking backward compatibility. Plugin and theme developers should avoid working with the WordPress timestamp and opt to use the <a href="https://make.wordpress.org/core/2019/09/23/date-time-improvements-wp-5-3/">recommended methods</a> outlined in Savchenko’s post.</p>\n\n\n\n<p>WordPress date functions were originally written in PHP 4, a version of PHP so long-dead that it’s almost not worth digging up the end-of-life date (it’s <a href="https://www.php.net/eol.php">11 years</a>, by the way). PHP 5.2 introduced the PHP <code>DateTime</code> and <code>DateTimeZone</code> classes and has continued receiving improvements over the years. WordPress date functions were never updated to utilize newer standards. The platform’s more recent bump to a minimum of PHP 5.6 also meant that the <code>DateTimeImmutable</code> class introduced in PHP 5.5 would be available. The version bump helped land the new API functions in WordPress 5.3.</p>\n\n\n\n<p>Some bugs go as far back as 7 years, such as <a href="https://core.trac.wordpress.org/ticket/20973">shorthand formats not working with the core date_i18n() function</a>, which was fixed in WordPress 5.1. With any luck, core may also adopt such features as <a href="https://core.trac.wordpress.org/ticket/18146">user-based timezones</a> in the future, which would better handle time differences on WordPress installs with users all over the world.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Sep 2019 16:33:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:28:"Gary: Talking with WP&UP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"https://pento.net/?p=5120";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://pento.net/2019/09/26/talking-with-wpup/";s: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:348:"<p>At WordCamp Europe this year, I had the opportunity to chat with the folks at WP&UP, who are doing wonderful work providing mental health support in the WordPress community.</p>\n\n\n\n<p><a href="https://wpandup.org/podcast/getting-to-the-core-of-wordpress-021/">Listen to the podcast</a>, and check out the services that WP&UP provide!</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Sep 2019 04:35:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Gary";s: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:48:"BuddyPress: BuddyPress 5.0.0 Release Candidate 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://buddypress.org/?p=308016";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://buddypress.org/2019/09/buddypress-5-0-0-release-candidate-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2087:"<p>Hi!</p>\n\n\n\n<p><a href="https://downloads.wordpress.org/plugin/buddypress.5.0.0-RC2.zip">The second release candidate for BuddyPress 5.0.0</a> is now available for an ultimate round of testing!</p>\n\n\n\n<p>Since the <a href="https://buddypress.org/2019/09/buddypress-5-0-0-release-candidate/">first release candidate</a>, we’ve improved the way BP REST API Controllers are loaded inside BuddyPress component classes.</p>\n\n\n\n<p>This is an important milestone as we progress toward the BuddyPress 5.0.0 final release date. “Release Candidate” means that we think the new version is ready for release, but with more than 200,000 active installs, hundreds of BuddyPress plugins and Thousands of WordPress themes, it’s possible something was missed. BuddPress 5.0.0 is scheduled to be released on <strong>Monday, September 30</strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.0.0 yet, <strong>now is the time!</strong> </p>\n\n\n\n<div class="wp-block-button aligncenter is-style-squared"><a class="wp-block-button__link has-background" href="https://downloads.wordpress.org/plugin/buddypress.5.0.0-RC2.zip">Download and test the 5.0.0-RC2</a></div>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<p><em>PS: as usual you alternatively get a copy via our Subversion repository.</em></p>\n\n\n\n<p>A detailed changelog will be part of our official release note, but you can get a quick overview by reading the post about the <a href="https://buddypress.org/2019/08/buddypress-5-0-0-beta1/">5.0.0 Beta1</a> release.</p>\n\n\n\n<div class="wp-block-image"><img src="https://plugins.svn.wordpress.org/buddypress/assets/icon.svg" alt="" width="33" height="33" /></div>\n\n\n\n<p><strong>If you think you’ve found a bug</strong>, please let us know reporting it on <a href="https://buddypress.org/support">the support forums</a> and/or on <a href="https://buddypress.trac.wordpress.org/">our development tracker</a>.</p>\n\n\n\n<p>Thanks in advance for giving this second release candidate a test drive!</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Sep 2019 02:31:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"imath";s: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:53:"WPTavern: Hacktoberfest 2019 Registration is Now Open";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=94243";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"https://wptavern.com/hacktoberfest-2019-registration-is-now-open";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3413:"<p><a href="https://hacktoberfest.digitalocean.com/" rel="noopener noreferrer" target="_blank">Hacktoberfest</a> has started back up again for its sixth year running, sponsored by <a href="http://digitalocean.com" rel="noopener noreferrer" target="_blank">DigitalOcean</a> and <a href="https://dev.to/" rel="noopener noreferrer" target="_blank">DEV</a>. The annual event brings together open source communities from all over the world for virtual and <a href="https://hacktoberfest.digitalocean.com/events" rel="noopener noreferrer" target="_blank">local collaboration</a>. Organizers are expecting approximately 150,000 participants this year.</p>\n<p>The first 50,000 participants who make four pull requests to any GitHub-hosted repositories between October 1-31, will receive a commemorative Hacktoberfest T-shirt. Organizers have introduced a one-week review period for PRs this year in order to give maintainers the opportunity to flag any spammy PRs as invalid. The goal is to encourage participants to submit more thoughtful contributions.</p>\n<p>More than 21,000 issues on GitHub have already been <a href="https://github.com/search?q=label%3Ahacktoberfest+state%3Aopen&type=Issues" rel="noopener noreferrer" target="_blank">labeled for Hacktoberfest</a>. Maintainers who want to have their projects included should identify issues best suited to new contributors and apply the “Hacktoberfest” label. Organizers also recommend creating a CONTRIBUTING.md file with contribution guidelines and adopting a code of conduct for the project.</p>\n<p>Adding WordPress to a search for Hacktoberfest issues displays <a href="https://github.com/search?utf8=%E2%9C%93&q=label%3Ahacktoberfest+state%3Aopen+wordpress&type=Issues&ref=advsearch&l=&l=" rel="noopener noreferrer" target="_blank">120 issues</a> that are related in some way to themes, plugins, apps, and other products with WordPress-specific needs. The event is a good opportunity for maintainers to get more exposure for their projects and help new contributors gain confidence through a structured contribution process.</p>\n<p>This year Hacktoberfest’s organizers are also featuring <a href="https://github.com/topics/climate-change" rel="noopener noreferrer" target="_blank">projects focused on combating climate change</a>. These include repos for open source technologies, such as an <a href="https://github.com/CodeForAfrica/ClimateChangeProjections" rel="noopener noreferrer" target="_blank">embeddable map that shows climate change projections</a>, an <a href="https://github.com/juancoob/Vegginner" rel="noopener noreferrer" target="_blank">app targeting consumption habits</a>, and <a href="https://github.com/sphericalpm/ghgdata" rel="noopener noreferrer" target="_blank">greenhouse gas emissions data packaged for exploration and charting</a>, to name a few.</p>\n<p>Hacktoberfest is open to contributors at any level of experience. For those just getting started, DigitalOcean has created an <a href="https://www.digitalocean.com/community/tutorial_series/an-introduction-to-open-source" rel="noopener noreferrer" target="_blank">Introduction to Open Source</a> series that covers the basics of git and how to create a pull request. DEV also has a <a href="https://dev.to/tvanblargan/crash-course-git-lingo-1enj" rel="noopener noreferrer" target="_blank">Git crash course</a> available to get new contributors up to speed.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Sep 2019 22:39:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:35;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:88:"WPTavern: Human Made Releases Publication Checklist Plugin Designed for the Block Editor";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=94238";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:99:"https://wptavern.com/human-made-releases-publication-checklist-plugin-designed-for-the-block-editor";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2502:"<p>Human Made has created a <a href="https://github.com/humanmade/publication-checklist/" rel="noopener noreferrer" target="_blank">Publication Checklist</a> plugin built specifically for the block editor. It was developed as a headline feature of <a href="https://humanmade.com/2019/06/17/a-technical-introduction-to-altis-enterprise-augmented-wordpress-platform/" rel="noopener noreferrer" target="_blank">Altis</a>, the company’s enterprise publishing platform based on WordPress, but is also available as a standalone plugin that developers can customize for their own particular use cases.</p>\n<p>Ryan McCue, Human Made’s Director of Engineering, shared screenshots of the plugin on <a href="https://twitter.com/rmccue/status/1173550662296190976" rel="noopener noreferrer" target="_blank">Twitter</a> but noted that it may require more manual configuration when used outside of Altis. Developers familiar with React can extend the checklist to provide a more interactive experience for users completing the required publishing tasks.</p>\n<p>“Because this is built for the block editor, you can build the UI for your checks in React, allowing users to fix issues inline, or providing richer interaction; e.g. ‘jump to block failing this check,''” McCue said.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2019/09/Screen-Shot-2019-09-25-at-10.43.20-AM.png?ssl=1"><img /></a></p>\n<p>Status of the publishing tasks is also shown in its own column in the posts list table, a useful feature for giving editorial teams a better overall picture of posts in progress. (The plugin also provides a way to disable this view.)</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2019/09/publication-checklist-posts-list-table.jpeg?ssl=1"><img /></a></p>\n<p>It’s important to note that the Publication Checklist plugin only provides a framework for the pre-publish checks, and does not include a settings interface for users to create their own checks. For this reason, the current version is more geared towards developers who are capable of registering checks using the provided function. The checks display a warning if incomplete but users are still allowed to publish. A more strict enforcement that blocks publishing can also be applied. For more information on customizing the plugin, check out the <a href="https://github.com/humanmade/publication-checklist/" rel="noopener noreferrer" target="_blank">documentation</a> on GitHub.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Sep 2019 17:44:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:69:"WPTavern: Theme Review Team Restructures Into Project Representatives";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=94224";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/theme-review-team-restructures-into-project-representatives";s: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:5229:"<p>The WordPress Theme Review Team (TRT) restructured its administrative duties and laid out its <a href="https://make.wordpress.org/themes/2019/09/24/new-theme-review-team-structure/">new team organization</a> after yesterday’s semimonthly team meeting. This is not the first time the TRT has restructured to meet the growing demands of the official theme directory over the years. The team is moving toward a flat structure that spreads its responsibilities to various project representatives.</p>\n\n\n\n<p>The original team consisted of a purely merit-based system where members worked their way up the ranks, becoming moderators and eventually admins. Each level provided more access and responsibility. In 2017, the team restructured to a <a href="https://make.wordpress.org/themes/2017/04/08/restructuring-the-theme-review-team/">lead-based system</a> in which two team leads rotated every six months. The time limit was put in place to prevent burnout. Some leads ran the team beyond the six-month limit during this time, but it was not always easy to find replacements who wanted to take on the full responsibilities of managing everything. There was also concern among some team members that the rotation schedule wasn’t strictly followed with some leads overstaying their allotted time.</p>\n\n\n\n<p>In meetings and discussions over the last several months, various members drafted proposals on changing the team structure. The now-former team leads and a group of moderators created the new plan to split the team into specific projects, each with at least one representative.</p>\n\n\n\n<p>The following are the new sub-teams and representatives.</p>\n\n\n\n<ul><li>Theme review representatives: Sandilya Kafle and Carolina Nymark</li><li>Theme packages representative: Ari Stathopoulos</li><li>Automation representative: Denis Žoljom</li><li>Theme handbook representative: Ana Alfieri</li><li>Communications representative: William Patton</li></ul>\n\n\n\n<p>The five projects cover the team’s current duties and spread out the workload. “That’s kind of what this is about,” said William Patton. “It’s making sure that no one single person handles all the things and that it’s shared between all.”</p>\n\n\n\n<p>The new structure doesn’t mean there’s no room for other projects. If a team member has a particular itch they want to scratch, they’re open to spearhead that project. All the power is no longer consolidated into a couple of people’s hands.</p>\n\n\n\n<p>“Sharing the load and spreading people’s specific skills between things they know and are investing time into makes sense at this point,” said Patton.</p>\n\n\n\n<p>The team will no longer rotate leads (or representatives in this case) every six months. If someone needs to step down from their representative role or take a break, finding a new representative will be handled on a case-by-case basis. “We all have our strengths and passions. The thing that we also need to work on is finding people who are willing to participate and eventually take over when we feel tired,” said Denis Žoljom.</p>\n\n\n\n<p>Žoljom has been leading the automation project for while by maintaining the Theme Review coding standards and Theme Sniffer plugin. He’s currently looking to move the WPThemeReview ruleset to the official WordPress GitHub. “This is necessary because we want to use it in Tide,” said Žoljom. Tide is an automated tool for improving code quality in plugins and themes.</p>\n\n\n\n<p>“My personal goal would be to see if we can improve the review process – either by working on the GitHub review idea I had a few months ago, or by working on the automated tools that help the users,” said Žoljom.</p>\n\n\n\n<p>The theme review representatives will handle the traditional role of overseeing the reviewing responsibilities of the team. Little will change in that regard since it’s the primary duty of the TRT. They will continue moderating themes and handling guideline changes. “However, they can consult with other reps to make the final decision and to make new changes,” said Sandilya Kafle.</p>\n\n\n\n<p>The WordPress docs team has now handed over responsibility of the <a href="https://developer.wordpress.org/themes/">theme developer handbook</a> to the TRT. “I think we should try to keep coherence between the two handbooks, so we avoid saying one thing in one and another in the other,” said Ana Alfieri about the differences between the developer and review handbooks. At times, such difference have been points of contention between TRT members. Having both handbooks in sync on best practices will help keep reviewers and theme authors on the same page.</p>\n\n\n\n<p>Ari Stathopoulos recently took over as the <a href="https://wptavern.com/behind-new-packages-project-lead-theme-review-team-launches-admin-notices-solution">representative for theme packages</a> in the past month. The packages project aims to build standardized drop-in modules for developers to use in their themes. This specific project may also have various developers handling specific packages.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Sep 2019 17:18: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:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:72:"WPTavern: WordPress 5.3 to Introduce New Admin Email Verification Screen";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=94193";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:83:"https://wptavern.com/wordpress-5-3-to-introduce-new-admin-email-verification-screen";s: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:2769:"<p>WordPress 5.3 is set to introduce an admin email verification screen that will be shown every six months after an admin has logged in. The feature was proposed seven months ago in a <a href="https://core.trac.wordpress.org/ticket/46349" rel="noopener noreferrer" target="_blank">ticket</a> that contributor <a href="https://www.andreidraganescu.info/" rel="noopener noreferrer" target="_blank">Andrei Draganescu</a> opened as part of the Site Health component improvements.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2019/09/admin-email-verification.png?ssl=1"><img /></a></p>\n<p>Draganescu said the idea came from discussions in the #core-php channel regarding WSOD (White Screen of Death) recovery emails, which are sent when a site experiences a fatal error and the administrator may be locked out of their WordPress site. Participants in the discussion raised the issue of how common it is for admin email addresses to be outdated or set to a “catch all” address that is never checked. The email address may also be set automatically by the host during the process of a one-click installation.</p>\n<p>The “Why is this important?” link leads to a WordPress support article that describes the <a href="https://wordpress.org/support/article/settings-general-screen/#email-address" rel="noopener noreferrer" target="_blank">various uses for the admin email address</a>, such as new user registration notifications, comment approval, and maintenance messages.</p>\n<p>Although it wasn’t the stated intention for the new admin email verification screen, the feature could become important for improving communication prior to automatic updates. Requiring admins to verify their email addresses after six months could ensure that more addresses are kept current, especially for admins who check their sites infrequently.</p>\n<p>When the WordPress security team <a href="https://wptavern.com/proposal-to-auto-update-old-versions-of-wordpress-to-4-7-sparks-heated-debate" rel="noopener noreferrer" target="_blank">proposed auto-updating older versions of WordPress to 4.7</a>, one of the chief concerns is whether WordPress will be able to reach admins whose emails have been abandoned. This new admin email verification screen will not be be useful for older WordPress sites, but in the future, when auto-updating for major versions becomes the standard, it will help ensure more administrators are getting those notices to a working address.</p>\n<p>A new <code>admin_email_check_interval</code> filter is available for developers to customize the interval for redirecting the user to the admin email confirmation screen. Those who find it to be unnecessary or annoying can set a very large interval for the check.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Sep 2019 18:30:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:63:"WPTavern: Twenty Twenty Bundled in Core, Beta Features Overview";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=94038";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/twenty-twenty-bundled-in-core-beta-features-overview";s: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:5884:"<div class="wp-block-image"><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2019/09/twenty-editor.jpg?ssl=1" target="_blank" rel="noreferrer noopener"><img /></a></div>\n\n\n\n<p>Twenty Twenty, the upcoming default WordPress theme, was committed to core and shipped with <a href="https://wptavern.com/wordpress-5-3-beta-1-ready-for-testing-includes-12-gutenberg-releases-and-new-twenty-nineteen-default-theme">WordPress 5.3 Beta 1</a> yesterday.</p>\n\n\n\n<p>Like most core themes, Twenty Twenty is simple in function. It comes packaged with a handful of custom features and options, but it remains true to the mission of being an easy-to-use default theme.</p>\n\n\n\n<p>The theme has personality. Its headings are bold and opinionated. Its pull quotes grab your attention. It’s unafraid of making a splash with its design. This is a blog theme that’s meant to showcase what the block editor is capable of doing. It is a refreshing change of pace from the current slew of themes landing in the directory.</p>\n\n\n\n<p>Twenty Twenty is not ideal for every use case. Some users will no doubt dislike the design choices. Others will love everything about it.</p>\n\n\n\n<p><em>Note: Twenty Twenty is still in beta, so its features could change between now and the official release of WordPress 5.3.</em></p>\n\n\n\n<h2>Customizer Options</h2>\n\n\n\n<div class="wp-block-image"><img />Hue-only picker for the accent color in the customizer.</div>\n\n\n\n<p>The theme has a few custom options available within the customizer:</p>\n\n\n\n<ul><li>A retina logo option, which scales the logo image to half its size to make it sharper on hi-res screens.</li><li>An option for showing or hiding a search icon in the header.</li><li>A choice between showing the full post text or summary (excerpt) on archive pages.</li><li>A header and footer background color.</li><li>An accent color used for links and other elements.</li><li>Support for the core custom background feature.</li></ul>\n\n\n\n<p>The accent color option is an interesting choice. Rather than providing the full breadth of all colors, the theme includes a hue-only color picker. This feature allows users to select from a more limited set of colors within an accessible color range.</p>\n\n\n\n<p>There is also a ticket for removing core <a href="https://github.com/WordPress/twentytwenty/issues/480">custom background image support</a> to help users avoid accessibility issues.</p>\n\n\n\n<h2>Custom Page Templates</h2>\n\n\n\n<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2019/09/twenty-cover.jpg?ssl=1" target="_blank" rel="noreferrer noopener"><img /></a>Cover template options in the customizer.\n\n\n\n<p>Twenty Twenty has a fresh take on creating a cover page not seen in previous default themes. The “Cover Template” works for both posts and pages. When selecting it, the template displays the post featured image similar to the cover block in core. The featured image spans the full width of the screen and extends behind the header and navigation area. The post title and byline/meta are set over the image.</p>\n\n\n\n<p>The theme provides a few options for customizing the output of the cover area and allows the user to:</p>\n\n\n\n<ul><li>Set a fixed background for a parallax effect.</li><li>Add an overlay background color that sits over the featured image.</li><li>Change the color of the text on top of the image.</li><li>Choose a blend mode for the overlay background color.</li><li>Alter the overlay background color opacity.</li></ul>\n\n\n\n<p>Having a core theme explore this feature is a nice. Ideally, users would be able to create a featured cover area on a per-post basis and adjust the colors for the specific image on that post. However, core has yet to bundle such a feature with the block editor. There is an open Gutenberg ticket for <a href="https://github.com/WordPress/gutenberg/issues/16281">expanding the editor outside of the post content</a> that may help theme authors address this common feature, but we’re likely several releases from seeing that become a reality.</p>\n\n\n\n<p>The theme also includes a wide (full width) template, which is a fairly common feature. At the moment, this template doesn’t seem to do anything in particular when assigned to a page. There’s an <a href="https://github.com/WordPress/twentytwenty/issues/185">open GitHub ticket</a> that addresses what it should do at some point. Considering that the theme has no left/right sidebar, it’d be interesting to see how this template functions.</p>\n\n\n\n<h2>Page Loading Speed</h2>\n\n\n\n<p>Page load is something to keep an eye on. Twenty Twenty currently ships a 100 kb stylesheet on top of the block editor’s 40 kb CSS file (from the Gutenberg plugin). This number doesn’t include the font and JavaScript files also loaded for the page. This is a far cry from the behemoth 223 kb stylesheet included in Twenty Nineteen, but it’s still concerning because more development time means that more code will likely get added as tweaks are made and bugs are fixed. </p>\n\n\n\n<p>To be fair, the block editor has many elements to style with no unified design framework for theme authors to take advantage of. Keeping a Gutenberg-ready stylesheet under 100 kb that also styles each block is a feat of engineering few can master.</p>\n\n\n\n<h2>Follow Twenty Twenty Development</h2>\n\n\n\n<p>Theme development is currently happening on the <a href="https://github.com/WordPress/twentytwenty/">Twenty Twenty GitHub repository</a>. If you want to track its changes as the theme is imported into core, the changes are happening on the <a href="https://core.trac.wordpress.org/ticket/48110">Import Twenty Twenty</a> Trac ticket.</p>\n\n\n\n<p>The theme still has work to be done before it’s ready for public release. Now would be a great time to start testing it and reporting issues.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Sep 2019 17:29:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:82:"BuddyPress: An online community learning hub to deepen studies during IRL meetings";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://buddypress.org/?p=307967";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://buddypress.org/2019/09/an-online-community-learning-hub-to-deepen-studies-during-irl-meetings/";s: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:6001:"<div><em>This is a guest post by Tanner Moushey, Founder and Lead Engineer of <a href="https://study.church/about/">StudyChurch</a>. He is a BP REST API early adopter and we thought his achievments implementing Headless BuddyPress was a great source of inspirations for the BuddyPress community. Many thanks to him for taking the time to share with us about this case study.</em></div>\n\n\n\n<p>Peer reviewed by <a class="bp-suggestions-mention" href="https://buddypress.org/members/imath/" rel="nofollow">@imath</a></p>\n\n\n\n<div class="wp-block-image"><img src="https://buddypress.org/wp-content/uploads/1/2019/09/StudyChurch-Organization-Dashboard.png" alt="" /></div>\n\n\n\n<p><a href="https://study.church/">StudyChurch</a> is an ambitious startup seeking to make a mark in the church product marketplace. With a unique approach to online interaction, StudyChurch combines elements of engagement and learning in a way that is both simple and intuitive for the end user.</p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2>Background</h2>\n\n\n\n<p>I began working on StudyChurch as a side project in 2015. It started as a proof of concept and an excuse to dive deeply into BuddyPress. I wanted to leverage the group and activity components that BuddyPress provides and combine that with a custom study module that I created with a custom post type, BackboneJS, and the WordPress REST API. Answers to study questions were stored in WordPress Comments and synced to a custom BuddyPress activity type which was then used to create the discussion interface. Each question had an activity component under it to show off the other group answers and corresponding discussions.</p>\n\n\n\n<p>I finished the first draft of the project after several months and before too long I had groups signing up to use the system. I continued to make minor modifications over the next few years but kept running into complaints about speed and the user interface.</p>\n\n\n\n<p>When I was approached in 2018 by a publisher that wanted to use StudyChurch on a larger scale it sounded like a great opportunity to rebuild.</p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2>Implementing Headless BuddyPress </h2>\n\n\n\n<p>One of the big changes that I wanted to make in the rebuild was to switch to a JavaScript front end. I wanted something that was going to allow us to make numerous asynchronous data requests without using Ajax, which can be slow and difficult to maintain over a large project. I decided on VueJS and started building out the API to handle the data that was previously controlled by the BuddyPress templates. </p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h3>Building a custom API with the BuddyPress REST API </h3>\n\n\n\n<p>I’d done quite a bit of work extending the WordPress REST API on previous projects and was excited to discover the <strong>BuddyPress REST API</strong> that extended it. This took care of a lot of the structure and allowed me to focus my time on building out our custom modules and functionality. Anytime I ran into something that needed to be more flexible, I’d submit a patch to the BuddyPress REST API repository and would get a prompt resolution.</p>\n\n\n\n<p>Now that we are able to post and retrieve data through the API, the user interactive elements on the site are noticeably faster and the overall load on the server is much less. Not only that, but we are ready for a native app once we get to that point.</p>\n\n\n\n<div class="wp-block-image"><img src="https://buddypress.org/wp-content/uploads/1/2019/09/studychurch-case-study-image-1024x482.png" alt="" class="wp-image-307971" /></div>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h3>Creating a VueJS front end </h3>\n\n\n\n<p>Building a completely JavaScript front end for BuddyPress was fun challenge. I underestimated how many different components I’d need to build out since I wasn’t able to rely on the BuddyPress default templates, but the end result was well worth the effort.With VueJS we were able to leverage a lot of prebuilt UI packages (like <a href="https://element.eleme.io/#/en-US">Element</a>) to do a lot of the heavy lifting for us. Since we were no longer tied to the BuddyPress template engine, we were able to get creative with how we displayed information and handled user interactions. The end result was a clean, fast, and user friendly interface that was simple and straightforward to use.</p>\n\n\n\n<p>I made a few modifications to allow WordPress and BuddyPress recognize our front end app and use it for BuddyPress components. I solved this with a pretty simple hook into the template include filter and included our template instead of the default. A few custom rewrite rules handled any non-BuddyPress url structures I needed to support and I soon had a fully functional and detached front end.</p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2>Conclusion</h2>\n\n\n\n<p>StudyChurch is now a powerful, robust social network ready for scale. We are still working on improving the system and adding new features which are now easier and faster to implement with the new structure.</p>\n\n\n\n<p>We’ve received some great feedback from users who find the app fast and intuitive. We are hoping to build out a native app in the near future.</p>\n\n\n\n<p>I’m so thankful for the work done by all of the volunteers who’ve put so much time into WordPress, BuddyPress, and now the BuddyPress REST API. I think there are going to be many more projects like StudyChurch in the near future that will leverage these great tools to build amazing and helpful solutions.</p>\n\n\n\n<p>Feel free to reach out if you have any questions or comments on what we’ve done with StudyChurch. Also, you are welcome to browse our code base on <a href="https://github.com/studychurch/sc-dashboard" target="_blank" rel="noreferrer noopener">GitHub</a>.</p>\n\n\n\n<p>You can read more about StudyChurch and other projects we work on at <a href="https://iwitnessdesign.com/" target="_blank" rel="noreferrer noopener">iwitnessdesign.com</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Sep 2019 09:07: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:5:"imath";s: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:116:"WPTavern: WordPress 5.3 Beta 1 Ready for Testing, Includes 12 Gutenberg Releases and New Twenty Twenty Default 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=94165";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:128:"https://wptavern.com/wordpress-5-3-beta-1-ready-for-testing-includes-12-gutenberg-releases-and-new-twenty-nineteen-default-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2577:"<p>WordPress core contributors worked together today to package up <a href="https://wordpress.org/news/2019/09/wordpress-5-3-beta-1/" rel="noopener noreferrer" target="_blank">5.3 Beta 1</a> for release on schedule. The Core slack channel was abuzz this afternoon as developers pushed through last-minute commits and fixed issues ahead of shipping the beta.</p>\n<p>Iterations on the block editor are a major part of of this release. WordPress 5.3 will include the last 12 Gutenberg plugin releases. If you have already been using the plugin, you may have forgotten how many features it has that still haven’t made it into core WordPress. This includes significant improvements to group, column, and gallery blocks, Accessibility Navigation mode, the new inserter help panel, “snackbar” notices, and the typewriter experience, to highlight a few big items that have been rolled into 5.3.</p>\n<p>The highly anticipated Twenty Twenty default theme is also available in the beta, which which we will explore in greater detail on WP Tavern this week. Its design is <a href="https://wptavern.com/first-look-at-twenty-twenty-new-wordpress-default-theme-based-on-chaplain" rel="noopener noreferrer" target="_blank">based on the Chaplin theme from Anders Norén</a> and showcases what is possible with the block editor.</p>\n<p>Some of the UI changes introduced in Gutenberg are starting to make their way into other parts of the WordPress admin.</p>\n<p>“These improved styles fix many accessibility issues, improve color contrasts on form fields and buttons, add consistency between editor and admin interfaces, modernize the WordPress color scheme, add better zoom management, and more,” release coordinator Francesca Marano said in the 5.3 beta 1 announcement.</p>\n<p>A few other notable additions to 5.3 that need testing include the following:</p>\n<ul>\n<li>Support for resuming uploads on large file sizes</li>\n<li>Automatic image rotation during upload</li>\n<li>Improvements to Site Health checks</li>\n<li>Time/Date component fixes</li>\n<li>PHP 7.4 Compatibility and removal of deprecated functionality</li>\n</ul>\n<p>If you’re ready to take the beta for a test drive, the easiest way is to install the <a href="https://wordpress.org/plugins/wordpress-beta-tester/" rel="noopener noreferrer" target="_blank">WordPress Beta Tester</a> plugin and select the “bleeding edge nightlies” option. The <a href="https://make.wordpress.org/core/5-3/" rel="noopener noreferrer" target="_blank">official release</a> is targeted for November 12, 2019.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Sep 2019 02:56:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:102:"WPTavern: Google Search Console Adds Breadcrumbs Report, Sends Out Warnings for Structured Data Errors";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=94132";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/google-search-console-adds-breadcrumbs-report-sends-out-warnings-for-structured-data-errors";s: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:5150:"<p>Google recently announced a new Breadcrumbs report available in the Search Console to inform site owners about markup issues. In 2015, Google <a href="https://webmasters.googleblog.com/2015/04/better-presentation-of-urls-in-search.html" rel="noopener noreferrer" target="_blank">introduced support for schema.org structured data</a>, including the breadcrumbs URL structure, in order better present URLs in search results. The Search Console’s new report uses this data to help site owners fix any issues preventing their breadcrumbs from displaying as rich search results.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Great news, we have a new report on Search Console <img src="https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f4e2.png" alt="📢" class="wp-smiley" /> As of today, if you have Breadcrumb <img src="https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f35e.png" alt="🍞" class="wp-smiley" /> structured data in your site, you''ll see a new report under Enhancements (see screenshot). Check if you have errors and get to work! <img src="https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f6e0.png" alt="🛠" class="wp-smiley" /> <a href="https://t.co/b8I4vbJwb9">pic.twitter.com/b8I4vbJwb9</a></p>\n<p>— Google Webmasters (@googlewmc) <a href="https://twitter.com/googlewmc/status/1174693878835875840?ref_src=twsrc%5Etfw">September 19, 2019</a></p></blockquote>\n<p></p>\n<p>Over the weekend, the console started emailing out notices to those who have errors in the breadcrumb structured data on their sites. It includes how many URLs are affected, along with a link to the new report.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2019/09/Screen-Shot-2019-09-23-at-9.17.17-AM.png?ssl=1"><img /></a></p>\n<p>One common error that users are seeing is a “Missing field ‘item,''” which references one of the properties Google requires for displaying that content as a rich result. The ‘item’ property is the URL to the webpage that represents the breadcrumb, as Google prefers the final crumb to be linked.</p>\n<p>WordPress site owners have started reporting breadcrumb issues in the support forums for various plugins and themes. <a href="https://wordpress.org/plugins/breadcrumb-navxt/">Breadcrumb NavXT</a>, a plugin that is active on 800,000 sites, allows users to generate customizable breadcrumb trails. There are already half a dozen <a href="https://wordpress.org/support/plugin/breadcrumb-navxt/" rel="noopener noreferrer" target="_blank">support threads</a> opened regarding Breadcrumb markup errors listed in the console. Recommendations for fixing this issue vary based on the specific property that is missing and the breadcrumb configuration the user has in place.</p>\n<p>Breadcrumb NavXT plugin author John Havlik has <a href="https://wordpress.org/support/topic/missing-field-id-in-breadcrumbs-on-google-search-console/page/2/#post-11958307" rel="noopener noreferrer" target="_blank">advised</a> some users to remove the schema.org markup for unlinked breadcrumb templates in order to remove the error, although this may not offer the best presentation in search snippets. Others have suggested allowing the %link% tag in the unlinked breadcrumb template and Havlik <a href="https://github.com/mtekk/Breadcrumb-NavXT/issues/226" rel="noopener noreferrer" target="_blank">added this to the 6.4.0 milestone for the plugin</a> over the weekend.</p>\n<p>The <a href="https://wordpress.org/plugins/wordpress-seo/" rel="noopener noreferrer" target="_blank">Yoast SEO</a> plugin also has an option for adding breadcrumbs and multiple users are <a href="https://wordpress.org/support/topic/breadcrumbs-missing-field-id-error-in-google-search-sonsole/" rel="noopener noreferrer" target="_blank">reporting</a> <a href="https://wordpress.org/support/topic/google-breadcrumbs-markup-issues/page/2/" rel="noopener noreferrer" target="_blank">errors</a> in the Google Search Console. Solutions vary, depending on what types of pages are outputting the error, but the most common advice Yoast support team members are offering is to check to see if there is a theme or plugin that is adding conflicting breadcrumb markup.</p>\n<p>There is no easy prescribed fix that will apply to all situations. It depends on how a site owner has configured breadcrumbs through a plugin or if they are automatically generated by a theme.</p>\n<p>If you received a notice from Google Search Console, the first step is to determine whether it’s a theme or a plugin that is generating your breadcrumbs. Next, browse the support forums for the theme/plugin that provides the breadcrumbs and see if the author recommends a fix or is working on one.</p>\n<p>Although breadcrumbs do not currently have a direct affect on rankings, they are prominently displayed in search snippets and generally contribute to a positive user experience. For more information on solving specific errors, check out <a href="https://developers.google.com/search/docs/data-types/breadcrumb" rel="noopener noreferrer" target="_blank">Google’s documentation on Breadcrumb structured data</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Sep 2019 18:57:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:42;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"WordPress.org blog: WordPress 5.3 Beta 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=7114";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2019/09/wordpress-5-3-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9089:"<p>WordPress 5.3 Beta 1 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend running it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.3 beta in two ways:</p>\n\n\n\n<ul><li>Try the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href="https://wordpress.org/wordpress-5.3-beta1.zip">download the beta here</a> (zip).</li></ul>\n\n\n\n<p>WordPress 5.3 is slated for release on <a href="https://make.wordpress.org/core/5-3/">November 12, 2019</a>, and we need your help to get there. Here are some of the big items to test, so we can find and resolve as many bugs as possible in the coming weeks.</p>\n\n\n\n<h2>Block Editor: features and improvements</h2>\n\n\n\n<p>Twelve releases of the Gutenberg plugin are going to be merged into 5.3 which means there’s a long list of exciting new features. </p>\n\n\n\n<p>Here are just a few of them:</p>\n\n\n\n<ul><li>Group block and grouping interactions</li><li>Columns block improvements (width support + patterns)</li><li>Table block improvements (text alignment support, header/footer support, colors)</li><li>Gallery block improvements (reordering inline, caption support)</li><li>Separator block improvements (color support)</li><li>Latest Posts block improvements (support excerpt, content)</li><li>List block improvements (indent/outdent shortcuts, start value and reverse order support)</li><li>Button block improvements (support target, border radius)</li><li>Animations and micro interactions (moving blocks, dropdowns, and a number of small animations to improve the UX)</li><li>Accessibility Navigation Mode which will allow you to navigate with the keyboard between blocks without going into their content.</li><li>Block Style Variations API</li></ul>\n\n\n\n<p>Plus a number of other improvements, amongst them:</p>\n\n\n\n<ul><li>Data Module API improvements (useSelect/useEffect)</li><li>Inserter Help Panel</li><li>Extensibility: DocumentSettingsPanel</li><li>Snackbar notices</li><li>Typewriter Experience</li><li>Fix a number of Accessibility report issues</li></ul>\n\n\n\n<p>If you want to see all the features for each release, here are direct links to the release posts: <a href="https://make.wordpress.org/core/2019/09/19/whats-new-in-gutenberg-18-september/">6.5</a>, <a href="https://make.wordpress.org/core/2019/08/28/whats-new-in-gutenberg-28-august/">6.4</a>, <a href="https://make.wordpress.org/core/2019/08/14/whats-new-in-gutenberg-14-august/">6.3</a>, <a href="https://make.wordpress.org/core/2019/07/31/whats-new-in-gutenberg-31-july/">6.2</a>, <a href="https://make.wordpress.org/core/2019/07/10/whats-new-in-gutenberg-10-july/">6.1</a>, <a href="https://make.wordpress.org/core/2019/06/26/whats-new-in-gutenberg-26th-june/">6.0</a>, <a href="https://make.wordpress.org/core/2019/06/12/whats-new-in-gutenberg-12th-june/">5.9</a>, <a href="https://make.wordpress.org/core/2019/05/29/whats-new-in-gutenberg-29th-may/">5.8</a>, <a href="https://make.wordpress.org/core/2019/05/15/whats-new-in-gutenberg-15th-may/">5.7</a>, <a href="https://make.wordpress.org/core/2019/05/01/whats-new-in-gutenberg-1st-may/">5.6</a>, <a href="https://make.wordpress.org/core/2019/04/17/whats-new-in-gutenberg-17th-april/">5.5</a>, and <a href="https://make.wordpress.org/core/2019/04/03/whats-new-in-gutenberg-3rd-april/">5.4</a>.</p>\n\n\n\n<h3>Continuous effort on performance</h3>\n\n\n\n<p>The team working on the block editor managed to shave off 1.5 seconds of loading time for a particularly sizeable post (~ 36,000 words, ~ 1,000 blocks) since WordPress 5.2.</p>\n\n\n\n<h2>A new default theme: welcome Twenty Twenty</h2>\n\n\n\n<p>WordPress 5.3 introduces <a href="https://make.wordpress.org/core/2019/09/06/introducing-twenty-twenty/">Twenty Twenty</a>, the latest default theme in our project history. </p>\n\n\n\n<p>This elegant new theme is based on the WordPress theme <a href="https://www.andersnoren.se/teman/chaplin-wordpress-theme/">Chaplin</a> which was released on the WordPress.org theme directory earlier this summer. </p>\n\n\n\n<p>It includes full support for the block editor, empowering users to find the right design for their message.</p>\n\n\n\n<h2>Wait! There is more</h2>\n\n\n\n<p>5.3 is going to be a rich release with the inclusion of numerous enhancements to interactions and the interface.</p>\n\n\n\n<h2>Admin interface enhancements</h2>\n\n\n\n<p>Design and Accessibility teams worked together to port some parts of Gutenberg styles into the whole wp-admin interface. Both teams are going to iterate on these changes during the 5.3 beta cycle. These improved styles fix many accessibility issues, improve color contrasts on form fields and buttons, add consistency between editor and admin interfaces, modernize the WordPress color scheme, add better zoom management, and more.</p>\n\n\n\n<h3>Big Images are coming to WordPress</h3>\n\n\n\n<p>Uploading non-optimized, high-resolution pictures from your smartphone isn’t a problem anymore. WordPress now supports resuming uploads when they fail as well as larger default image sizes. That way pictures you add from the block editor look their best no matter how people get to your site.</p>\n\n\n\n<h3>Automatic image rotation during upload</h3>\n\n\n\n<p>Your images will be correctly rotated upon upload according to the EXIF orientation. This feature was first proposed nine years ago. Never give up on your dreams to see your fixes land in WordPress!</p>\n\n\n\n<h3>Site Health Checks</h3>\n\n\n\n<p>The improvements introduced in 5.3 make it easier to identify and understand areas that may need troubleshooting on your site from the Tools -> Health Check screen.</p>\n\n\n\n<h3>Admin Email Verification</h3>\n\n\n\n<p>You’ll now be periodically asked to check that your admin email address is up to date when you log in as an administrator. This reduces the chance that you’ll get locked out of your site if you change your email address.</p>\n\n\n\n<h2>For Developers</h2>\n\n\n\n<h3>Time/Date component fixes</h3>\n\n\n\n<p>Developers can now work with <a href="https://make.wordpress.org/core/2019/09/23/date-time-improvements-wp-5-3/">dates and timezones</a> in a more reliable way. Date and time functionality has received a number of new API functions for unified timezone retrieval and PHP interoperability, as well as many bug fixes.</p>\n\n\n\n<h3>PHP 7.4 Compatibility</h3>\n\n\n\n<p>The WordPress core team is actively preparing to support PHP 7.4 when it is released later this year. WordPress 5.3 contains <a href="https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=closed&status=new&status=reopened&status=reviewing&keywords=~php74&milestone=5.3&order=priority">multiple changes</a> to remove deprecated functionality and ensure compatibility. Please test this beta release with PHP 7.4 to ensure all functionality continues to work as expected and does not raise any new warnings. </p>\n\n\n\n<h3>Other Changes for Developers</h3>\n\n\n\n<ul><li>Multisite<ul><li>Filter sites by status<ul><li><a href="https://core.trac.wordpress.org/ticket/37392">https://core.trac.wordpress.org/ticket/37392</a> </li><li><a href="https://core.trac.wordpress.org/ticket/37684">https://core.trac.wordpress.org/ticket/37684</a> </li></ul></li><li>Save database version in site meta<ul><li><a href="https://core.trac.wordpress.org/ticket/41685">https://core.trac.wordpress.org/ticket/41685</a> </li></ul></li></ul></li><li>Code modernization and PHP 7.4 support<ul><li><a href="https://core.trac.wordpress.org/ticket/47678">https://core.trac.wordpress.org/ticket/47678</a> </li><li><a href="https://core.trac.wordpress.org/ticket/47783">https://core.trac.wordpress.org/ticket/47783</a></li></ul></li><li>Toggle password view<ul><li><a href="https://core.trac.wordpress.org/ticket/42888">https://core.trac.wordpress.org/ticket/42888</a></li></ul></li></ul>\n\n\n\n<p>Keep your eyes on the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> for more <a href="https://make.wordpress.org/core/tag/5-3+dev-notes/">5.3 related developer notes</a> in the coming weeks detailing other changes that you should be aware of.</p>\n\n\n\n<h2>What’s next</h2>\n\n\n\n<p>There have been over 400 tickets fixed in WordPress 5.3 so far with numerous bug fixes and improvements to help smooth your WordPress experience.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev/">Help us translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p>If you think you’ve found a bug, you can post to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href="https://core.trac.wordpress.org/newticket">file one on WordPress Trac</a> where you can also find a list of <a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>.<br /></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Sep 2019 18:36:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Francesca Marano";s: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:"WPTavern: WPHelpful: A User Feedback Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=94129";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wphelpful-a-user-feedback-plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7082:"<div class="wp-block-image"><img /></div>\n\n\n\n<p><a href="https://wordpress.org/plugins/wphelpful/">WPHelpful</a> is a plugin created by Zack Gilbert and Paul Jarvis that allows users to rate the helpfulness of a post. It can be a useful addition to sites that offer tutorials, lessons, documentation, or any content where user feedback is warranted. Version 1.0 is available for free in the official WordPress plugin directory, but it also has a <a href="https://wphelpful.com/">pro version</a> that offers additional features.</p>\n\n\n\n<p>I enjoyed giving this plugin a test drive. As a former business owner, I could see where this plugin would’ve helped me gather feedback from my customers on product documentation and better catered to their needs.</p>\n\n\n\n<p>WPHelpful has huge potential, but its version 1.0 is still a 1.0. It’s far from being a polished product at this stage. It needs time to mature as a good free plugin. The current batch of pro features should have made the cut for the free version.</p>\n\n\n\n<p>The free plugin available in the plugin directory won’t get you far unless you just need a basic rating system. It is limited to:</p>\n\n\n\n<ul><li>Showing the feedback form on posts and pages.</li><li>Changing the colors for the form button.</li><li>Adding custom CSS (a feature already available on all WP sites via the customizer).</li></ul>\n\n\n\n<p>All other features and settings are available in the pro version. Unless your goal is to simply allow user ratings on posts or pages, you can’t do much with a free copy. There are existing plugins with a more mature codebase for handling basic ratings.</p>\n\n\n\n<p>One of the most notable aspects of the free version is that it allows you to test the pro settings in a development environment. This provides an opportunity to decide if you want to shell out the money to go pro. I am now officially recommending that every other plugin developer do this when possible.</p>\n\n\n\n<h2>What the Plugin Gets Right</h2>\n\n\n\n<div class="wp-block-image"><img /></div>\n\n\n\n<p>The plugin is simple to use. You can choose to automatically append the form to posts on the front end or opt to display the form with the <code>[wphelpful]</code> shortcode.</p>\n\n\n\n<p>If nothing else, users shouldn’t have any problems getting the plugin up and running. I tested it against a variety of themes with solid results.</p>\n\n\n\n<p>A custom [Gutenberg] block would’ve kicked user-friendliness up a notch. Plugin authors need to start thinking in terms of building a block first and a shortcode second. I’m hoping this makes the feature list for version 2.0.</p>\n\n\n\n<h2>Post Types: Paywall for the Most Useful Feature</h2>\n\n\n\n<p>The most important feature for this plugin is the ability to select which post types the feedback form can be used on. Unfortunately, this feature is behind a paywall, limiting user feedback to only posts and pages. This is a foundational feature that would be nicer in the free version.</p>\n\n\n\n<p>The post type feature is also limited in the pro setting. In 1.0, you cannot pick post types individually. The drop-down field limits you to a single post type, all post types, or pages plus all custom types. There’s no way to select two different custom post types.</p>\n\n\n\n<p>The plugin doesn’t use the proper post type label, so you may get some weird labels like “Wp Area Types” (from the Gutenberg plugin) or “Jt Documentation Types” (a custom post type on my test install).</p>\n\n\n\n<p>Non-public post types also show up in the list. So, post types that don’t have front-end output show up in the select form.</p>\n\n\n\n<p>These issues are easy fixes, and I’m hoping this review sheds light onto these problems so they might be corrected for users.</p>\n\n\n\n<h2>How the Plugin Could Offer Better Pro Features</h2>\n\n\n\n<div class="wp-block-image"><img />Screenshot of the current post feedback report.</div>\n\n\n\n<p>Plugin authors need to eat. There’s always a delicate balance that developers must strike between offering a useful free plugin and making enough of a return on their investment to continue maintaining the code.</p>\n\n\n\n<p>Currently, most of the plugin’s pro features are basic items like custom colors and form labels. These are things that would better serve users in the free version.</p>\n\n\n\n<p>A more useful pro feature would be a “Reports” screen in the admin that offered options such as:</p>\n\n\n\n<ul><li>Sorting posts by rating and total ratings.</li><li>Displaying a graph of user feedback by month, year, etc.</li><li>Other reports that provided an overall look at feedback.</li></ul>\n\n\n\n<p>The plugin also only allows logged-in users to provide feedback. That’s certainly an easier way to go to avoid spammers and bots. Due to the added complexity, a pro extension for enabling any site visitor to provide feedback would be worth exploring.</p>\n\n\n\n<h2>How Does the Code Stack Up?</h2>\n\n\n\n<p>I’m going to get a bit technical here. Feel free to skip ahead if programming is not your thing.</p>\n\n\n\n<p>What the plugin needs is time to mature. Version 1.0 is not supposed to be the best a plugin can be. It’s about shipping a minimum viable product, so I’m a bit forgiving. If this were 2.0 or 3.0, I’d be unrelenting.</p>\n\n\n\n<p>There’s a lot to like about the architectural decisions. Much of it is set up in a way that it should be relatively easy to maintain in the long term. This is important because it means that correcting issues, such as those listed below, shouldn’t be tough to fix.</p>\n\n\n\n<p>There are code issues that need patches. The plugin currently:</p>\n\n\n\n<ul><li>Uses a PHP variable for textdomains (not all translation tools run in a PHP environment).</li><li>Hasn’t internationalized all of its user-facing text, so not everything can be translated.</li><li>Registers multiple options in the database instead of storing all options together, which creates unnecessary clutter.</li><li>Doesn’t clean up after itself and delete its options upon uninstall.</li></ul>\n\n\n\n<p>These are not insurmountable issues, and they don’t break anything to the point of making the plugin unusable. They’re just issues that need to be addressed.</p>\n\n\n\n<h2>The Final Verdict</h2>\n\n\n\n<p>Version 1.0 of WPHelpful lacks the feature set to be a particularly great free plugin. It could be useful in some limited cases. However, you’ll probably want to opt for the pro version to get the features that would make this plugin worth using.</p>\n\n\n\n<p>WPHelpful has potential. I could see it growing an audience of 100K, 500K, or more users over time with more polishing. It’s not there yet. The plugin doesn’t have enough meat on its bones for me to recommend it yet, but I’m hopeful that future versions will offer a more robust experience.</p>\n\n\n\n<p>If you’re looking for an easy-to-use free plugin that works with just posts and pages, it could serve your needs.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Sep 2019 18:01:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:70:"WPTavern: GitHub Adds Dependency Graphs, Security Alerts for PHP Repos";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=94088";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/github-adds-dependency-graphs-security-alerts-for-php-repos";s: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:4157:"<div class="wp-block-image"><img /></div>\n\n\n\n<p>PHP developers everywhere can rejoice as GitHub adds the long-awaited <a href="https://github.blog/2019-09-18-dependency-graph-supports-php-repos-with-composer-dependencies/">dependency graphs feature for PHP repositories</a> that use Composer. The feature provides security alerts, shows dependency insights, and displays the dependents of a given repository. If enabled, it can also automatically send security fixes to the repository via pull requests.</p>\n\n\n\n<p>GitHub initially added support for JavaScript and Ruby when <a href="https://github.blog/2017-11-16-introducing-security-alerts-on-github/">rolling out dependency graphs in 2017</a>. They added <a href="https://github.blog/2019-07-02-yarn-support-for-security-alerts/">support for Yarn lock files</a> in July of this year. This has been a boon to the JavaScript community as it alerts developers of vulnerabilities in code they’re using and shipping to users.</p>\n\n\n\n<p>“We’re also seeing PHP and Composer grow in popularity–PHP is the fourth most popular language on GitHub and Composer is the fourth most starred PHP project,” wrote Justin Hutchings, Senior Product Manager at GitHub. The company has taken notice of the trends. JavaScript is a hot topic in many developer circles today, but PHP frameworks such as Laravel and Symfony continue growing in popularity and dominate among <a href="https://github.com/topics/php">popular PHP repositories</a>.</p>\n\n\n\n<p>Composer is the <em>de facto</em> standard for PHP dependency management. Core WordPress first <a href="https://core.trac.wordpress.org/ticket/43558">added Composer support</a> for development environments in version 5.1. While it’s not a part of the release package, this was some small victory after a <a href="https://core.trac.wordpress.org/ticket/23912">years-long discussion</a> of adding a basic <code>composer.json</code> file to core. Core hasn’t fully embraced Composer or any type of PHP dependency management, but plugin and theme authors are using it more than a few short years ago. The new alerts and automatic pull requests will offer one more avenue for catching security issues with plugins and themes.</p>\n\n\n\n<p>GitHub seems to be rolling this feature out in waves. After checking some repositories with dependency graphs enabled, some still do not have their PHP dependencies listed. It may take some time, but developers should start seeing dependencies appear that are listed in their <code>composer.json</code> or <code>composer.lock</code> files.</p>\n\n\n\n<p>Public repositories should begin seeing automatic security alerts when an issue is found. GitHub will start notifying repository owners of these alerts via web notifications or email, depending on what the account holder has set as their preference. Developers with private repos or who have disabled dependency graphs will need to enable them to take advantage of the new feature.</p>\n\n\n\n<p>Security alerts on old repositories could become an annoyance. GitHub recommends archiving those repos. “Archived repositories send a signal to the rest of the community that they aren’t maintained and don’t receive security alerts,” explained Hutchings.</p>\n\n\n\n<p>Developers who have opted into GitHub’s <a href="https://help.github.com/en/articles/configuring-automated-security-fixes">automatic security fixes beta</a> feature can now enjoy automatic pull requests (PRs) from GitHub when vulnerabilities are found. GitHub creates a PR with the minimum possible secure version. The developer can then merge the PR at their discretion.</p>\n\n\n\n<p>Dependency graphs also make for a much nicer experience when browsing a repository’s dependencies. Previously, developers would need to dive into a project’s <code>composer.json</code> or view them from Packagist, the official package directory for Composer. Developers can now click on a link to view a dependent repository.</p>\n\n\n\n<p>Rolling this feature out for PHP repos is a welcome addition and should help more projects keep their code secure.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Sep 2019 17:45:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:67:"BuddyPress: A new place to learn how to build on top of BuddyPress!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://buddypress.org/?p=307844";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"https://buddypress.org/2019/09/bp-devhub-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4575:"<p>Hi!</p>\n\n\n\n<p>We’re very excited to officially announce the launch of a new development resources site on the BuddyPress.org network.</p>\n\n\n\n<div class="wp-block-image"><a href="https://developer.buddypress.org/" target="_blank" rel="noreferrer noopener"><img src="https://buddypress.org/wp-content/uploads/1/2019/09/bpdevhub-landing-page-1024x652.png" alt="" class="wp-image-307848" /></a></div>\n\n\n\n<p>Today we are inaugurating <strong><a href="https://developer.buddypress.org/">developer.buddypress.org</a></strong> with a complete <a href="https://developer.buddypress.org/bp-rest-api/">handbook documenting the BP REST API</a>. This API will be introduced into our next major version which is scheduled on September 30, 2019. We thought you’d be interested to have a tool to help you discover the BuddyPress REST endpoints and their parameters to start playing with them (You’ll need <a href="https://buddypress.org/2019/09/buddypress-5-0-0-release-candidate/">BuddyPress 5.0.0-RC1</a> to have even more fun with it!).</p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2 id="rest-api-handbook">Using the BP REST API Handbook</h2>\n\n\n\n<p>The main part of the handbook is the « Developer Endpoint Reference ». We grouped these endpoints according to the component they belongs to.</p>\n\n\n\n<div class="wp-block-image"><img src="https://buddypress.org/wp-content/uploads/1/2019/09/bpdevhub-02-911x1024.png" alt="" class="wp-image-307845" /><a rel="noreferrer noopener" href="https://buddypress.org/wp-content/uploads/1/2019/09/bpdevhub-02.png" target="_blank">View the full screenshot in a new tab.</a></div>\n\n\n\n<p>Each page of the reference is firstly introducing the component and describing the data schema of items contained into the REST responses. Then for each verb (or method), you’ll find the available arguments, their definition and an example of use with the <code><a href="https://bpdevel.wordpress.com/2019/09/12/let-us-start-using-the-bp-rest-api/">bp.apiRequest()</a></code> JavaScript function. Below is a screenshot of the method to get a specific Activity.</p>\n\n\n\n<div class="wp-block-image"><a href="https://developer.buddypress.org/bp-rest-api/reference/activity/#retrieve-a-specific-activity"><img src="https://buddypress.org/wp-content/uploads/1/2019/09/bpdevhub-verb-example.png" alt="" class="wp-image-307851" /></a></div>\n\n\n\n<h2>The future of this development resources hub</h2>\n\n\n\n<p>You can have a good idea of what’s coming next into this developer oriented site looking at its current landing page. We will first work on building the full <a href="https://buddypress.trac.wordpress.org/ticket/6812">PHP Code Reference for BuddyPress</a>: functions, classes and hooks.<br /></p>\n\n\n\n<p>Then, we haven’t planned anything yet <img src="https://s.w.org/images/core/emoji/12.0.0-1/72x72/263a.png" alt="☺" class="wp-smiley" /> and we’re very opened to ideas and of course contributions about the « how » step and the « do » one.</p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2>About the editing workflow</h2>\n\n\n\n<p>Unlike the BuddyPress Codex, it’s not possible for everyone to directly edit the content of the BP REST API Handbook or the future PHP Code Reference.</p>\n\n\n\n<div class="wp-block-image"><a href="https://buddypress.trac.wordpress.org/newticket"><img src="https://buddypress.org/wp-content/uploads/1/2019/09/new-ticket.png" alt="" class="wp-image-307857" /></a></div>\n\n\n\n<p>But you can always report issues or suggest improvements using our <a href="https://buddypress.trac.wordpress.org">Bug Tracker</a> making sure to select the « <strong>BuddyPress.org sites</strong> » option of the components dropdown of your ticket.</p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2>Props</h2>\n\n\n\n<p>The first version of the development resources hub was built thanks to the involvement of these contributors:</p>\n\n\n\n<p><a href="https://profiles.wordpress.org/boonebgorges/">Boone B Gorges (boonebgorges)</a>, <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby (johnjamesjacoby)</a>, <a href="https://profiles.wordpress.org/imath/">Mathieu Viet (imath)</a>, <a href="https://profiles.wordpress.org/tw2113/">Michael Beckwith (tw2113)</a>, <a href="https://profiles.wordpress.org/espellcaste/">Renato Alves (espellcaste)</a>, <a href="https://profiles.wordpress.org/netweb/">Stephen Edgar (netweb)</a>.</p>\n\n\n\n<p>Many thanks to them <img src="https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f609.png" alt="😉" class="wp-smiley" /></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Sep 2019 14:47: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"imath";s: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:94:"Post Status: Salesforce Ventures invests $300 million in Automattic, at a $3 billion valuation";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=68901";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://poststatus.com/salesforce-ventures-automattic/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6125:"<p>Salesforce Ventures is the investment arm of Salesforce. Prior to this investment in <a href="https://automattic.com/">Automattic</a>, Salesforce Ventures had <a href="https://www.salesforce.com/company/ventures/funds/">announced</a> $875 million raised across 11 fund initiatives — but none that amounts to $300 million. Previosuly, each fund has been between $50 to $125 million spread across several <a href="https://www.crunchbase.com/organization/salesforce-ventures/investments/investments_list">investments</a>.</p>\n\n\n\n<p>I believe <a href="https://www.salesforce.com/company/ventures/">Salesforce Ventures</a> called up funds specifically for this strategic investment in Automattic, which would likely put their total dollars invested (or committed to existing funds) well beyond $1 billion, and the $300 million into Automattic would be their largest investment to date, to my knowledge.</p>\n\n\n\n<p>Salesforce Ventures states on their website that they are exclusively seeking investments in “enterprise cloud” companies. In Automattic Founder and CEO Matt Mullenweg’s <a href="https://ma.tt/2019/09/series-d/">announcement</a> about the funding, he specifically noted how Salesforce CEO Marc Benioff, “helped open my eyes to the incredible traction WordPress <a href="https://wpvip.com/">and WP VIP</a> has seen in the enterprise market, and how much potential there still is there.” I am curious to see how Automattic changes their approach to VIP in particular, in light of this.</p>\n\n\n\n<p>$300 million is a lot of money. Salesforce is joining Insight Venture Partners, Tiger Global, and True Ventures as primary outside investors in Automattic. </p>\n\n\n\n<p>Given that Salesforce was the lead and only investor here, they now own a significant stake in Automattic — and it will be interesting to see what kind of confluence that enables between the two companies. Automattic CEO Matt Mullenweg tells me, “Automattic has been a long-time customer of Salesforce’s products, and we think there are lots of opportunities for closer integration.”</p>\n\n\n\n<p>Since Automattic recently acquired Tumblr and brought on a few hundred new employees from it, it’s natural to think the new fundraising is related. I asked Matt about that, and he said it was unrelated in terms of financial justification, but they did, “disclose the Tumblr transaction to Salesforce during [their] discussions.”</p>\n\n\n\n<p>Automattic hasn’t raised money since 2014, and it seems like this round is similar to prior ones, wherein the money helps spur their growth plans along but that they are operationally profitable — or close to it. Matt <a href="https://techcrunch.com/2019/09/19/automattic-raises-300-million-at-3-billion-valuation-from-salesforce-ventures/">told Techcrunch</a>, “The roadmap is the same. I just think we might be able to do it in five years instead of ten.”</p>\n\n\n\n<p>Matt called the investment proof of Salesforce’s own “tremendous vote of confidence for Automattic and for the open web.” Salesforce does have some history of supporting <a href="https://opensource.salesforce.com/">open source projects</a>, although that shouldn’t be equated to an investment in Automattic as a company; it is a vote of confidence for companies that rely on open-source platforms as a part of their line of business.</p>\n\n\n\n<p>Automattic is the single most significant contributor to WordPress and related open-source projects. It also relies on open-source software for its product development — particularly Jetpack and WooCommerce — and features like Gutenberg as the core experience for writing and site-building. How that blend of open source software and business development plays out, in the long run, is certainly of high interest to the open-source community.</p>\n\n\n\n<p>I have long discussed on various platforms how I think there are a handful of companies that are big enough to acquire Automattic someday. I still think Automattic is more likely to go public at some point, but if they are acquired, Salesforce is definitely one of those few with the resources to make it happen, and perhaps the operational congruence as well.</p>\n\n\n\n<p>Reaching a $3 billion valuation is an amazing feat that Automattic has achieved. Matt has said before that he believes each of their primary lines of business — WordPress.com, WooCommerce, and Jetpack — can be multi-billion dollar opportunities. I agree with him, particularly for WooCommerce. I think there’s a good chance WooCommerce will end up several times more valuable than all their other lines of business combined. <span class="pullquote alignleft">I would love to see these new funds be funnelled into the incredible opportunity in the eCommerce landscape; one only needs to look at what Shopify has done to see what’s possible, and just how successful it can be.</span> </p>\n\n\n\n<p>I asked Matt why he was attracted to an investment from Salesforce’s VC arm, rather than an investment-only style firm. He said, “I love Salesforce’s philosophy, how they cultivate such a fantastic community, how they support progressive policies in San Francisco and the other cities they operate in, how they’ve been founder-led, their scale, their leadership, and their longevity in defining an entirely new class of software and being the most significant player in it.”</p>\n\n\n\n<p>I love the point about Salesforce defining a class of software — and I have realized recently just how huge their developer community is — so I really appreciate this comment from Matt. Making commercial and SaaS software is a well-established business now. Automattic is in a unique position as the most powerful player in an <em>open</em> ecosystem proud of its independence. This provides many unique opportunities for Automattic the business and unique challenges for Automattic the WordPress community member.</p>\n\n\n\n<p><em>Image credit: <a href="https://ma.tt/2019/09/series-d/">Matt Mullenweg</a>, whose blog I brazenly stole it from.</em></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 19 Sep 2019 23:05:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:102:"WPTavern: WordPress Community Contributors to Host Free Online Diversity Workshop Ahead of WordCamp US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=93735";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:113:"https://wptavern.com/wordpress-community-contributors-to-host-free-online-diversity-workshop-ahead-of-wordcamp-us";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5663:"<p>WordCamp US will <a href="https://2019.us.wordcamp.org/2019/08/08/wordcamp-us-debuts-community-track/" rel="noopener noreferrer" target="_blank">debut a new Community Track</a> in November that will feature sessions and workshops on topics like meetups, WordCamps, diversity and inclusion, and kids/youth. Jill Binder, Allie Nimmons, Aurooba Ahmed, and David Wolfpaw will be hosting a workshop called “Creating a Welcoming and Diverse Space” at the event. In order to adequately prepare for presenting on this sensitive topic, the team will be <a href="https://make.wordpress.org/community/2019/09/13/call-for-participants-creating-a-welcoming-and-diverse-space-online-workshop-on-sun-oct-6/" rel="noopener noreferrer" target="_blank">running the workshop in a live, interactive Zoom call on Sunday, October 6</a>.</p>\n<p>In light of the recent news about <a href="https://wptavern.com/php-central-europe-conference-canceled-due-to-lack-of-speaker-diversity" rel="noopener noreferrer" target="_blank">a central European PHP conference getting canceled due to a lack of a diverse lineup</a>, the broader PHP community is becoming more conscious of the importance of recruiting speakers that better represent their communities.</p>\n<p>“The <a href="https://tiny.cc/wpdiversity" rel="noopener noreferrer" target="_blank">Diverse Speaker Workshops</a> that I’m running in WordPress and am <a href="https://diversein.tech/" rel="noopener noreferrer" target="_blank">bringing to other technologies</a> have been just as important for years as they are now,” training leader <a href="https://diversein.tech" rel="noopener noreferrer" target="_blank">Jill Binder</a> said. “These workshops are an essential piece to the whole puzzle for creating diverse communities, attendance at events, public speakers, and ultimately, leaders and organizers.”</p>\n<p>Binder said there are many factors in society that work against having diversity in a tech event’s public speaker lineup, but one that her team is specifically tackling in these workshops is <a href="https://en.wikipedia.org/wiki/Impostor_syndrome" rel="noopener noreferrer" target="_blank">imposter syndrome</a>.</p>\n<p>“Our workshops help folks bust through their impostor syndrome and develop a topic, title, pitch, bio, and outline, more confidence in public speaking, and the motivation to start speaking,” Binder said.</p>\n<p>“The new workshop that Allie, Aurooba, David, and I are creating for WordCamp US on ‘Creating a Welcoming and Diverse Space’ is another important piece to the puzzle. We are going to be teaching mindset, community, environment, speakers, and allyship. It will be an interactive workshop where people will walk away with an action list they can start implementing in their communities (whether in person or online) right away.”</p>\n<p>Some organizers of tech events have claimed that for certain events it is impossible to create a diverse lineup of speakers due to the demographics of the community and lack of willing participants.</p>\n<p>Binder said that in her experience it is unlikely that more diverse people are unwilling to speak but rather that the event is not being created with more kinds of people in mind. She offered a few suggestions for organizers to consider in planning ahead for a welcoming and diverse space:</p>\n<ul>\n<li>Have the event at different times that work for people with families. For example, don’t hold them all at 9pm at night. Weekend afternoons may work. Ask those with children what works for them.</li>\n<li>Consider venues that are not centered around alcohol (like bars and pubs). This opens up the event to attendees who are under 21, recovering addicts, folks who belong to a religious group that prohibits alcohol, and many other people who don’t feel safe or welcome in an alcohol-focused environment.</li>\n<li>Choose venues that have accessible alternatives to stairs, such as elevators and ramps.</li>\n<li>Try to have more diversity in the organizing team.</li>\n<li>Bring in more diverse speakers. Don’t know how? Check out the Diverse Speaker Workshop – <a href="https://tiny.cc/wpdiversity" rel="noopener noreferrer" target="_blank">in WordPress</a> and in <a href="https://diversein.tech/" rel="noopener noreferrer" target="_blank">other techs communities.</a></li>\n</ul>\n<p>She also recommends organizers directly invite more people into their communities.</p>\n<p>“Ask people in your network to introduce you to diverse people they may know who work with WordPress or your technology,” Binder said. “You can even go out and find those communities in your area – online and in person – or ask people to make an introduction for you to those groups. Examples of groups: Ladies Learning Code, Black Girls Code. Form genuine, friendly relationships with community members so that they can help you reach the WordPress enthusiasts in their communities.”</p>\n<p>Binder said the team will go into more detail on these topics during the workshop. Anyone who would like to learn more is welcome to attend the online public rehearsal for the workshop on October 6, at 3pm-5pm ET. This is a unique opportunity for those who cannot attend WordCamp US to join in on one of the interactive workshops. <a href="https://make.wordpress.org/community/2019/09/13/call-for-participants-creating-a-welcoming-and-diverse-space-online-workshop-on-sun-oct-6/" rel="noopener noreferrer" target="_blank">Comment on the Community team’s post</a> with contact information and workshop leaders will send the zoom link and more information.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 19 Sep 2019 22:14:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:48;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"WPTavern: Bayleaf: A Food and Recipe Blog 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=94041";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wptavern.com/bayleaf-a-food-and-recipe-blog-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5971:"<div class="wp-block-image"><img /></div>\n\n\n\n<p>With the WordPress theme directory dominated by business-oriented themes, it’s sometimes tough to find themes that cater to more specific user groups. If you dig deep enough, you’ll find something outside the norm. <a href="https://wordpress.org/themes/bayleaf/">Bayleaf</a> is a blog theme specifically designed for sharing food and recipes. </p>\n\n\n\n<p>The theme is designed and developed by <a href="https://vedathemes.com/">Vedathemes</a>. They currently have three themes in the theme directory, which follow the same clean design trend of Bayleaf.</p>\n\n\n\n<p>Food-related themes excite me. In my off-time, I’m often browsing recipe blogs and looking for my next culinary experiment. The problem with many such sites is their designs have too much noise instead of just showcasing the content visitors are looking for. I was pleasantly surprised at the minimalist and open approach in the <a href="https://vedathemes.com/bayleaf-pro/">Bayleaf demo</a>.</p>\n\n\n\n<p><em>Admittedly, I was drawn in by all the yummy food pics.</em></p>\n\n\n\n<p>The theme author has obviously taken a look at the food blogs and built a design that showcases what’s possible without adding complexity. The related posts feature is also a nice extra for site visitors who’ll likely look for related recipes.</p>\n\n\n\n<p>Bayleaf combines the Poppins and Montserrat font families to create bold headers that are complimented by readable body copy. The theme comes with options for displaying a sidebar on single posts or pages, but I’d recommend opting out. The design works best without a sidebar, allowing more breathing room for sharing food images.</p>\n\n\n\n<p>The theme is slowly building an audience since its release in February. It currently has 1,000+ installs and a five-star rating from six reviews in the theme directory.</p>\n\n\n\n<h2>Create a Unique Look with the Display Posts Widget</h2>\n\n\n\n<div class="wp-block-image"><img /></div>\n\n\n\n<p>Bayleaf’s most prominent custom feature is its Display Posts widget. By placing this widget in the Homepage Above Content or Homepage Below Content sidebar, users have a ton of variety with how their site looks. No two homepages need look alike.</p>\n\n\n\n<p>The widget comes with six list, grid, and slider styles to choose from. It supports custom post types and taxonomies, so users can use it for content such as events, products, or anything else they want to showcase.</p>\n\n\n\n<p>My first thought when viewing the demo was, <em>Not another complicated slider with a hard-to-configure customizer experience.</em> While I’m not usually a fan of sliders, configuring this one was easy. Plus, the grid and list styles offered alternative options.</p>\n\n\n\n<p>A lot of themes overdo features like this, offering a clunky experience within the customizer. However, Bayleaf keeps it simple by packaging the feature as a widget with just enough variety to cover most use cases.</p>\n\n\n\n<p>My one complaint with the Display Posts widget is that it was hard to find at first. At this point, it should be standard practice to prefix custom widgets with the theme name. “Bayleaf: Display Posts” would’ve been far easier to pick from the widget lineup.</p>\n\n\n\n<h2>Handling Block Editor Support</h2>\n\n\n\n<div class="wp-block-image"><img /></div>\n\n\n\n<p>I tested Bayleaf against the latest public release of the Gutenberg plugin. The theme is not without a few problems, which is par for the course with most themes supporting the block editor. The Gutenberg plugin’s development is fast-paced, and it’s tough for theme authors to keep up. Something that works one week could break the next.</p>\n\n\n\n<p>The theme takes a minimalist approach with regards to the editor, allowing the default editor styles to handle much of the layout. With the break-neck pace of change, this can sometimes be a better approach than attempting to manage every style.</p>\n\n\n\n<p>There are areas where Bayleaf could be more opinionated. For example, the alignment and typography for the post title aren’t a one-to-one match between the editor and front end. The content width is wider on the front end than the editor, which means the number of characters per line doesn’t match. There are several minor items where the block editor overrules theme styles.</p>\n\n\n\n<p>The theme doesn’t offer a 100% WYSIWYG experience, but it’s close enough at this stage and doesn’t break anything. Most issues are trivial and will simply take some adjustment time, assuming Gutenberg development settles a bit.</p>\n\n\n\n<h2>How Does the Code Stand Up?</h2>\n\n\n\n<p>Bayleaf isn’t pushing any boundaries, but it’s solid in comparison to the average theme. It’s based on the Underscores starter, which serves as the <em>de facto</em> standard for many themes in the official directory.</p>\n\n\n\n<p>The theme doesn’t have a ton of custom code, so there are few places it could go wrong.</p>\n\n\n\n<p>Like all themes in the official directory, it undergoes a rigorous review process. It’s <a href="https://themes.trac.wordpress.org/query?keywords=~theme-bayleaf">Trac history</a> doesn’t show anything worrisome. Vedathemes seems to have a good grasp of building themes that meet the official theme review standards.</p>\n\n\n\n<h2>The Final Verdict</h2>\n\n\n\n<p>You won’t find a boatload of options in Bayleaf. What you will find is a clean design that gets out of the way but with enough features to have fun tinkering around on your blog for a couple of hours. The Display Posts widget can get you pretty far with little work.</p>\n\n\n\n<p>If you’re looking for a change to your food or recipe blog, you can’t go wrong giving this theme a run. </p>\n\n\n\n<p>The theme could also be used for other types of sites. There are no specific features that limit its use to only food blogging.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 19 Sep 2019 18:49:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Justin Tadlock";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:49;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:93:"WPTavern: Automattic Raises $300M in Series D Investment Round, Valuation Jumps to $3 Billion";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=94026";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/automattic-raises-300m-in-series-d-investment-round-valuation-jumps-to-3-billion";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6254:"<p><a href="https://automattic.com/" rel="noopener noreferrer" target="_blank">Automattic</a> announced another round of funding today, a $300 million Series D investment from <a href="https://www.salesforce.com/company/ventures/" rel="noopener noreferrer" target="_blank">Salesforce Ventures</a>, giving the company a $3 billion valuation post-funding. The last time Automattic raised money was $160 million in a Series C round in 2014. Since that time the company has grown to more than 950 employees and made strategic acquisitions, including <a href="https://wptavern.com/automattic-acquires-woocommerce" rel="noopener noreferrer" target="_blank">WooCommerce</a> in 2015 and <a href="https://wptavern.com/automattic-acquires-tumblr-plans-to-rebuild-the-backend-powered-by-wordpress" rel="noopener noreferrer" target="_blank">Tumblr</a> (closing in 2019).</p>\n<p>CEO Matt Mulleneweg <a href="https://ma.tt/2019/09/series-d/" rel="noopener noreferrer" target="_blank">said</a> the funds will enable the company to speed up and scale its product development, as well as continue the company’s continual contributions to WordPress:</p>\n<blockquote><p>For Automattic, the funding will allow us to accelerate our roadmap (perhaps by double) and scale up our existing products—including WordPress.com, WordPress VIP, WooCommerce, Jetpack, and (in a few days when it closes) Tumblr. It will also allow us to increase investing our time and energy into the future of the open source WordPress and Gutenberg.</p></blockquote>\n<p>In 2016, Mullenweg <a href="https://wptavern.com/woocommerce-powers-42-of-all-online-stores" rel="noopener noreferrer" target="_blank">identified both Jetpack and WooCommerce as “multi-billion dollar opportunities”</a> that could each be larger than WordPress.com in the future. Jetpack has grown from 1+ million users in 2016 to more than 5 million today. The plugin’s product team has aggressively expanded its commercial plans and features and is one of the first to experiment with offering <a href="https://wptavern.com/jetpack-7-6-improves-amp-compatibility-adds-preview-and-upgrade-nudge-for-blocks-only-available-on-paid-plans" rel="noopener noreferrer" target="_blank">previews and commercial upgrade nudges for blocks in WordPress’ editor</a>.</p>\n<p>WooCommerce has also grown to more than 5 million active installs (from 1+ million in 2015 at the time of acquisition). The e-commerce platform has a more challenging market with formidable competitors like Shopify, which recently <a href="https://observer.com/2019/09/shopify-ebay-amazon-ecommerce-growth/" rel="noopener noreferrer" target="_blank">overtook eBay as the second largest shopping site after Amazon</a>. Shopify <a href="https://investors.shopify.com/Investor-News-Details/2019/Shopify-Announces-Second-Quarter-2019-Financial-Results/default.aspx" rel="noopener noreferrer" target="_blank">reported $362 million in revenue</a> during its last quarter with $153 million coming from subscriptions to the Shopify platform.</p>\n<p>I asked Mullenweg about how the funding might help Automattic make WooCommerce more user-friendly and competitive. Despite going up against the seemingly indomitable e-commerce powerhouses, Mullenweg sees WooCommerce’s platform an opportunity for growing independent stores on the web.</p>\n<p>“WooCommerce already represents the best way to marry content and commerce, and has a huge advantage being so tightly integrated from a user perspective with WordPress itself,” Mullenweg said. “However it also inherits some of the barriers WordPress has to adoption, particularly from new users. I think that Gutenberg will help a ton, as it’s better than any of the builders the eCommerce players have, and when that gets combined with the flexibility, control, and scalability you get from WP + WooCommerce it’s going to be huge. There’s a ton of work left to do, though, and we’re trying to grow that team as quickly as possible to keep up with the opportunity.”</p>\n<p>Mullenweg declined to share any information about Jetpack and WooCommerce’s revenue today but confirmed that they have not yet eclipsed WordPress.com.</p>\n<p>“What I can say is that WP.com is still our biggest business, and WooCommerce was our fastest growing last year,” he said.</p>\n<p>Automattic’s most recent round of funding will help the company better monetize these products that have grown in tandem with WordPress’ market share, which W3Techs puts at <a href="https://w3techs.com/technologies/details/cm-wordpress/all/all" rel="noopener noreferrer" target="_blank">34.5%</a> of the top 10 million websites. Independent stores sitting on top of this large chunk of the web represent a significant market that Automattic is currently dominating in the WordPress space.</p>\n<p>The Tumblr acquisition also affords another opportunity to introduce e-commerce solutions to more of Automattic’s customers. Mullenweg previously said the Tumblr app receives 20X more daily signups than the WordPress mobile app. The social network/blogging hybrid also has a significantly younger user base, based on <a href="https://weareflint.co.uk/main-findings-social-media-demographics-uk-usa-2018" rel="noopener noreferrer" target="_blank">a 2018 study</a> that found 43 percent of internet users between the ages of 18 to 24 years old used Tumblr. It’s an untapped market for e-commerce, as Tumblr users who want to sell currently have to use a service like Shopify or Ecwid and generate a Tumblr-compatible widget.</p>\n<p>Mullenweg said the acquisition hasn’t closed yet but Automattic may explore e-commerce on Tumblr in 2020.</p>\n<p>“Once it closes there will be a few months of normal integration work and getting the teams working together, making sure we have harmonized policies on support, content moderation, anti-spam, ads, and all of those lower-level things,” he said. “Beyond that I’ve seen what you’re seeing — a lot of Tumblr users want access to more customization and e-Commerce. There are no specific plans yet but I imagine that’s something the team will consider for next year’s roadmap.”</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 19 Sep 2019 16:15:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Mon, 14 Oct 2019 07:39:16 GMT";s:12:"content-type";s:8:"text/xml";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Mon, 14 Oct 2019 07:15:08 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:"20130911040210";}', 'no'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (322, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1571081956', 'no'), (323, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1571038756', 'no'), (324, '_transient_timeout_dash_v2_c05853b002c443ec8e57ff884f56cdde', '1571081956', 'no'), (325, '_transient_dash_v2_c05853b002c443ec8e57ff884f56cdde', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://es.wordpress.org/2019/10/09/wordpress-5-3-beta-3/''>WordPress 5.3 Beta 3</a></li></ul></div><div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://wptavern.com/edit-flow-future-in-flux-here-are-5-alternative-plugins''>WPTavern: Edit Flow Future in Flux: Here Are 5 Alternative Plugins</a></li><li><a class=''rsswidget'' href=''https://wptavern.com/meta-box-settings-page-extension-adds-support-for-customizer-network-wide-settings''>WPTavern: Meta Box Settings Page Extension Adds Support for Customizer, Network-Wide Settings</a></li><li><a class=''rsswidget'' href=''https://wptavern.com/wordpress-5-3-improves-large-image-handling''>WPTavern: WordPress 5.3 Improves Large Image Handling</a></li></ul></div>', 'no'), (326, '_transient_timeout_plugin_slugs', '1571125434', 'no'), (327, '_transient_plugin_slugs', 'a:9:{i:0;s:23:"elementor/elementor.php";i:1;s:31:"elementor-pro/elementor-pro.php";i:2;s:25:"gp-premium/gp-premium.php";i:3;s:29:"jet-elements/jet-elements.php";i:4;s:21:"jet-menu/jet-menu.php";i:5;s:33:"jet-theme-core/jet-theme-core.php";i:6;s:40:"sitepress-multilingual-cms/sitepress.php";i:7;s:34:"wpml-string-translation/plugin.php";i:8;s:38:"wpml-translation-management/plugin.php";}', 'no'), (330, '_transient_timeout_jet_core_theme_data', '1571125200', 'no'), (331, '_transient_jet_core_theme_data', 'a:5:{s:13:"theme_version";s:5:"1.2.7";s:10:"theme_name";s:4:"Kava";s:10:"theme_slug";s:4:"kava";s:11:"theme_thumb";s:72:"https://account.crocoblock.com/wp-content/uploads/2018/04/screenshot.png";s:10:"theme_path";s:53:"https://account.crocoblock.com/free-download/kava.zip";}', 'no'), (332, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:1:{i:0;O:8:"stdClass":10:{s:8:"response";s:6:"latest";s:8:"download";s:65:"https://downloads.wordpress.org/release/es_ES/wordpress-5.2.3.zip";s:6:"locale";s:5:"es_ES";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:65:"https://downloads.wordpress.org/release/es_ES/wordpress-5.2.3.zip";s:10:"no_content";b:0;s:11:"new_bundled";b:0;s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"5.2.3";s:7:"version";s:5:"5.2.3";s:11:"php_version";s:6:"5.6.20";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"5.0";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1571038986;s:15:"version_checked";s:5:"5.2.3";s:12:"translations";a:0:{}}', 'no'), (333, '_transient_timeout_elementor_remote_info_api_data_2.7.4', '1571082012', 'no'), (334, '_transient_elementor_remote_info_api_data_2.7.4', 'a:3:{s:9:"timestamp";i:1571036030;s:14:"upgrade_notice";a:3:{s:7:"version";s:5:"2.0.0";s:7:"message";s:0:"";s:11:"update_link";s:0:"";}s:17:"canary_deployment";a:2:{s:11:"plugin_info";a:11:{s:2:"id";s:23:"w.org/plugins/elementor";s:4:"slug";s:9:"elementor";s:6:"plugin";s:23:"elementor/elementor.php";s:11:"new_version";s:5:"2.7.0";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/elementor.2.7.0.zip";s:3:"url";s:40:"https://wordpress.org/plugins/elementor/";s:5:"icons";a:3:{s:2:"2x";s:62:"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768";s:2:"1x";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";s:3:"svg";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";}s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:5:"5.2.3";s:12:"requires_php";s:3:"5.4";}s:10:"conditions";a:1:{i:0;a:1:{i:0;a:3:{s:4:"type";s:8:"language";s:9:"languages";a:6:{i:0;s:5:"he_IL";i:1;s:5:"en_GB";i:2;s:5:"en_NZ";i:3;s:5:"en_ZA";i:4;s:5:"en_AU";i:5;s:5:"en_CA";}s:8:"operator";s:2:"in";}}}}}', 'no'), (337, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:1571038988;s:7:"checked";a:2:{s:13:"generatepress";s:5:"2.3.2";s:19:"generatepress_child";s:3:"0.1";}s:8:"response";a:0:{}s:12:"translations";a:0:{}}', 'no'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (340, '7238c9070c32ed98a38810e053129a9a', 'a:2:{s:7:"timeout";i:1571089283;s:5:"value";a:15:{s:14:"stable_version";s:5:"2.7.2";s:12:"last_updated";s:19:"2019-10-06 13:38:45";s:8:"sections";s:85718:"a:2:{s:11:"description";s:161:"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.";s:9:"changelog";s:85496:"<h4>2.7.2 - 2019-10-06</h4>\n<ul>\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href="https://github.com/elementor/elementor/issues/9209">#9209</a>)</li>\n<li>Fix: Content width glitch in Slides widget (#9180)(<a href="https://github.com/elementor/elementor/issues/9180">#9180</a>)</li>\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href="https://github.com/elementor/elementor/issues/9180">#9180</a>)</li>\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display</code> CSS</li>\n</ul>\n<h4>2.7.1 - 2019-09-26</h4>\n<ul>\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href="https://github.com/elementor/elementor/issues/9180">#9180</a>)</li>\n<li>Fix: Duplicate images under "All" filter in Multiple Gallery</li>\n</ul>\n<h4>2.7.0 - 2019-09-24</h4>\n<ul>\n<li>New: Enhanced Galleries widget (<a href="https://github.com/elementor/elementor/issues/1898">#1898</a>, <a href="https://github.com/elementor/elementor/issues/3103">#3103</a>, <a href="https://github.com/elementor/elementor/issues/4279">#4279</a>, <a href="https://github.com/elementor/elementor/issues/7631">#7631</a>)</li>\n<li>New: Dynamic Number (<a href="https://github.com/elementor/elementor/issues/5952">#5952</a>)</li>\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href="https://github.com/elementor/elementor/issues/4617">#4617</a>)</li>\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets</li>\n<li>Tweak: Added tags support to forms Mailchimp action (<a href="https://github.com/elementor/elementor/issues/5418">#5418</a>)</li>\n<li>Tweak: User Profile Picture Dynamic Tag (<a href="https://github.com/elementor/elementor/issues/7947">#7947</a>, <a href="https://github.com/elementor/elementor/issues/8740">#8740</a>)</li>\n<li>Tweak: Added <code>font-display</code> support to custom fonts (<a href="https://github.com/elementor/elementor/issues/5993">#5993</a>, <a href="https://developers.elementor.com/elementor-pro-2-7-custom-fonts-font-display-support/">Developers Blog Post</a>)</li>\n<li>Tweak: Added Text Shadow control to Slides widget (<a href="https://github.com/elementor/elementor/issues/8800">#8800</a>)</li>\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href="https://github.com/elementor/elementor/issues/8799">#8799</a>)</li>\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href="https://github.com/elementor/elementor/issues/9030">#9030</a>)</li>\n<li>Tweak: Use <code>swiper.js</code> instead of <code>slick.js</code> in Slides widget (<a href="https://developers.elementor.com/elementor-2-7-moving-sliders-from-slick-to-swiper/">Developers Blog Post</a>)</li>\n<li>Tweak: Added <code>elementor_pro/search_form/before_input</code> action hook to Search Form widget (<a href="https://github.com/elementor/elementor/issues/5598">#5598</a>)</li>\n<li>Tweak: Added <code>elementor_pro/search_form/after_input</code> action hook to Search Form widget (<a href="https://github.com/elementor/elementor/issues/5598">#5598</a>)</li>\n<li>Tweak: Added dynamic support for Custom field key (<a href="https://github.com/elementor/elementor/issues/7789">#7789</a>)</li>\n<li>Tweak: Increased expired license notice bar frequency</li>\n<li>Tweak: Changed the icon name of Slides widget</li>\n<li>Tweak: Added designated Finder''s Icons for Custom icons & Custom fonts</li>\n<li>Tweak: Use Ken Burns Effect as an external module</li>\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets</li>\n<li>Tweak: Editor Panel UI tweaks</li>\n<li>Tweak: Added DOM events on Popup show/hide (<a href="https://developers.elementor.com/elementor-pro-2-7-popup-events/">Developers Blog Post</a>)</li>\n<li>Tweak: Added option to change the variations field width in Add to Cart widget</li>\n<li>Tweak: Use select control instead of select2 in Menu Cart widget</li>\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget</li>\n<li>Tweak: Added Typography controls to HTML field in Forms widget</li>\n<li>Tweak: Allow edit selected Font file in Custom Font</li>\n<li>Tweak: Changed reCAPTCHA v3 error message</li>\n<li>Tweak: Remove the "Save as Global" option on Global widget context menu</li>\n<li>Fix: Corrected selector for <code>removeControlSpinner()</code> (<a href="https://github.com/elementor/elementor/issues/8790">#8790</a>)</li>\n<li>Fix: Slides widget navigation icons misplacement (<a href="https://github.com/elementor/elementor/issues/8533">#8533</a>)</li>\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href="https://github.com/elementor/elementor/issues/8527">#8527</a>)</li>\n<li>Fix: Inconsistent behavior when "Infinite Loop" enabled with "Autoplay" in Slides widget (<a href="https://github.com/elementor/elementor/issues/6726">#6726</a>)</li>\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href="https://github.com/elementor/elementor/issues/1671">#1671</a>)</li>\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href="https://github.com/elementor/elementor/issues/7347">#7347</a>)</li>\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs</li>\n<li>Fix: Removed unnecessary divider in Call to Action widget</li>\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity</code> is enabled.</li>\n<li>Fix: Add support for Document/PageBase in Theme Builder (Core >=2.7.0)</li>\n<li>Fix: Ampersand character breaks email link in Share Buttons widget</li>\n<li>Fix: Correct custom font attachment <code>mime-type</code> to show uploaded Custom Fonts</li>\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget</li>\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated</li>\n<li>Fix: Querying CPT with custom taxonomies does not show the taxonomies before saving</li>\n<li>Fix: Double rendering on change caused console error in Theme Builder''s conditions screen</li>\n<li>Fix: Translations and Strings in Share Buttons widget</li>\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control</li>\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget</li>\n</ul>\n<h4>2.6.5 - 2019-08-26</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7</li>\n<li>Fix: Button style not working when <code>quantity</code> is enabled in Custom Add To Cart widget</li>\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget</li>\n</ul>\n<h4>2.6.4 - 2019-08-21</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7</li>\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility</li>\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget</li>\n</ul>\n<h4>2.6.3 - 2019-08-18</h4>\n<ul>\n<li>Fix: Core version rollback to <code>>2.6.0</code> causes a fatal error</li>\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox</li>\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge</li>\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings</li>\n</ul>\n<h4>2.6.2 - 2019-07-30</h4>\n<ul>\n<li>Tweak: Better accessibility support in Search Form widget</li>\n<li>Fix: UI glitched in Popup publish screen (<a href="https://github.com/elementor/elementor/issues/8616">#8616</a>)</li>\n<li>Fix: "Child of Term" and "Any child of term" conditions (<a href="https://github.com/elementor/elementor/issues/8695">#8695</a>)</li>\n<li>Fix: Restored <code>library_widget_templates</code> action hook for 3rd party compatibility (<a href="https://github.com/elementor/elementor/issues/8687">#8687</a>)</li>\n<li>Fix: Twitter Icon missing in Blockquote widget</li>\n<li>Fix: Form reCAPTCHA v3 badge position not working</li>\n<li>Fix: Renewal notice bar appears in wrong situations</li>\n<li>Fix: Draft Icon Set loads empty Icon Library</li>\n</ul>\n<h4>2.6.1 - 2019-07-24</h4>\n<ul>\n<li>Fix: Query Control autocomplete not retrieving results (<a href="https://github.com/elementor/elementor/issues/8672">#8672</a>, <a href="https://github.com/elementor/elementor/issues/8661">#8661</a>)</li>\n<li>Fix: Price Table features section not working (<a href="https://github.com/elementor/elementor/issues/8660">#8660</a>)</li>\n</ul>\n<h4>2.6.0 - 2019-07-23</h4>\n<ul>\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href="https://github.com/elementor/elementor/issues/110">#110</a>)</li>\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href="https://github.com/elementor/elementor/issues/4430">#4430</a>)</li>\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href="https://github.com/elementor/elementor/issues/8213">#8213</a>, <a href="https://github.com/elementor/elementor/issues/6039">#6039</a>, <a href="https://github.com/elementor/elementor/issues/7165">#7165</a>)</li>\n<li>Tweak: Added Exit Animation for Popups (<a href="https://github.com/elementor/elementor/issues/7063">#7063</a>)</li>\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href="https://github.com/elementor/elementor/issues/5147">#5147</a>)</li>\n<li>Tweak: Added Navigator Indicators for Custom CSS & Motion Effects (<a href="https://github.com/elementor/elementor/issues/2180">#2180</a>)</li>\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href="https://github.com/elementor/elementor/issues/7552">#7552</a>)</li>\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href="https://github.com/elementor/elementor/issues/7928">#7928</a>)</li>\n<li>Tweak: Added <code>none</code> breakpoint option to Nav Menu widget (<a href="https://github.com/elementor/elementor/issues/7916">#7916</a>)</li>\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href="https://github.com/elementor/elementor/issues/8366">#8366</a>)</li>\n<li>Tweak: Added <code>elementor/query/query_results</code> hook to Query Control to allow full control over results (<a href="https://github.com/elementor/elementor/issues/7912">#7912</a>)</li>\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href="https://github.com/elementor/elementor/issues/8090">#8090</a>)</li>\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups</code> option is selected (<a href="https://github.com/elementor/elementor/issues/8189">#8189</a>)</li>\n<li>Tweak: Added condition option to all of archive child pages (<a href="https://github.com/elementor/elementor/issues/8256">#8256</a>)</li>\n<li>Tweak: Added <code>Effects Relative To</code> control to Scrolling Effects</li>\n<li>Tweak: Allow shortcodes in HTML Form field</li>\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability</li>\n<li>Tweak: Changed MailChimp <code>List</code> label to <code>Audience</code></li>\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup</li>\n<li>Tweak: Added <code>Deprecated Notice</code> control to <code>Archive Products</code> and <code>Woo Products</code> widgets</li>\n<li>Tweak: Added default dynamic title for archives in Theme Builder</li>\n<li>Tweak: Added condition to show <code>Centered Slides</code> control in Media Carousel widget</li>\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated</li>\n<li>Tweak: Replaced <code>select</code> control with <code>choose</code> control in Price List widget</li>\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor</li>\n<li>Tweak: Minor styling tweaks in the Popup publish modal</li>\n<li>Tweak: Hide ordering form in Products widget on front page</li>\n<li>Tweak: Removed page title markup when ''Hide Title'' is active</li>\n<li>Tweak: Added style controls for HTML field in Form widget</li>\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href="https://github.com/elementor/elementor/issues/7240">#7240</a>)</li>\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href="https://github.com/elementor/elementor/issues/7884">#7884</a>)</li>\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href="https://github.com/elementor/elementor/issues/8497">#8497</a>)</li>\n<li>Fix: Missing Print icon in Share Buttons (<a href="https://github.com/elementor/elementor/issues/8506">#8506</a>)</li>\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad</li>\n<li>Deprecated: <code>DB::save_editor()</code> - Remove usage of this method (<a href="https://developers.elementor.com/v2-6-0-planned-deprecations/">Deprecation Post</a>)</li>\n<li>Deprecated: <code>DB::get_plain_editor()</code> - Remove usage of this method (<a href="https://developers.elementor.com/v2-6-0-planned-deprecations/">Deprecation Post</a>)</li>\n</ul>\n<h4>2.5.14 - 2019-07-14</h4>\n<ul>\n<li>Fix: Better WC Related Product grid support to various themes (<a href="https://github.com/elementor/elementor/issues/8555">#8555</a>)</li>\n</ul>\n<h4>2.5.13 - 2019-07-11</h4>\n<ul>\n<li>Fix: Better WC grid support to various themes</li>\n</ul>\n<h4>2.5.12 - 2019-07-10</h4>\n<ul>\n<li>Fix: Grid for WooCommerce Archive Product widget</li>\n<li>Fix: Remove redundant <code>whitespace</code> CSS property causes style glitch in iPad</li>\n<li>Tweak: Added more compatibility for Elementor v2.6</li>\n</ul>\n<h4>2.5.11 - 2019-07-02</h4>\n<ul>\n<li>Fix: Close icon missing from Nav Menu widget (<a href="https://github.com/elementor/elementor/issues/8460">#8460</a>)</li>\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href="https://github.com/elementor/elementor/issues/8461">#8461</a>)</li>\n<li>Fix: Fatal error when deleting used Pods fields (<a href="https://github.com/elementor/elementor/issues/8396">#8396</a>)</li>\n<li>Fix: Missing dropdown icon in conditions screen</li>\n</ul>\n<h4>2.5.10 - 2019-05-28</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6</li>\n<li>Tweak: Error caused by empty Rows & Columns values in Products widget (<a href="https://github.com/elementor/elementor/issues/8261">#8261</a>)</li>\n<li>Fix: Do not unset <code>product</code> CPT if it''s not from WooCommerce (<a href="https://github.com/elementor/elementor/issues/8160">#8160</a>)</li>\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href="https://github.com/elementor/elementor/issues/8285">#8285</a>)</li>\n<li>Fix: Title styling not working in Products Categories widget</li>\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser</li>\n<li>Fix: WooCommerce archives included in "All Archives" condition</li>\n</ul>\n<h4>2.5.9 - 2019-05-28</h4>\n<ul>\n<li>Tweak: Removed <code>auto-confirm</code> control from MailPoet to support new version of MailPoet</li>\n<li>Fix: Multiple Custom Fonts not rendered in the editor</li>\n<li>Fix: Products <code>sale</code> query - handle exclude by manual selection.</li>\n<li>Fix: Product Categories grid row & column style</li>\n<li>Fix: Form integration AJAX cache override</li>\n<li>Fix: Removed redundant CSS on Canvas & Header-Footer page templates</li>\n</ul>\n<h4>2.5.8 - 2019-05-06</h4>\n<ul>\n<li>Fix: Popup entrance animation not working in frontend</li>\n<li>Fix: Popup Exit Intent trigger activated multiple times</li>\n</ul>\n<h4>2.5.7 - 2019-05-05</h4>\n<ul>\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href="https://github.com/elementor/elementor/issues/7875">#7875</a>)</li>\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href="https://github.com/elementor/elementor/issues/7824">#7824</a>)</li>\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href="https://github.com/elementor/elementor/issues/7395">#7395</a>)</li>\n<li>Fix: WC variations select style glitch in several themes (<a href="https://github.com/elementor/elementor/issues/8008">#8008</a>)</li>\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases</li>\n</ul>\n<h4>2.5.6 - 2019-04-29</h4>\n<ul>\n<li>Tweak: Removed <code>Shortcode</code> dynamic from Image, Gallery and Media control</li>\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href="https://github.com/elementor/elementor/issues/7809">#7809</a>)</li>\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control</li>\n<li>Fix: Query Control Related by author glitches in edge cases</li>\n<li>Fix: Query Control using terms for Products widget</li>\n<li>Fix: Posts cards style glitch in small screens</li>\n<li>Fix: Display conditions delete icon missing in small screens</li>\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor</li>\n</ul>\n<h4>2.5.5 - 2019-04-08</h4>\n<ul>\n<li>Tweak: Allow text selection inside a Popup</li>\n<li>Fix: Added backwards compatibility for <code>tax_query</code> in Query Control (<a href="https://github.com/elementor/elementor/issues/7751">#7751</a>)</li>\n<li>Fix: Missing arguments for <code>widget_title</code> filter (<a href="https://github.com/elementor/elementor/issues/7745">#7745</a>)</li>\n</ul>\n<h4>2.5.4 - 2019-04-03</h4>\n<ul>\n<li>Fix: Move Query from using <code>term_id</code> to <code>term_taxonomy_id</code> (<a href="https://github.com/elementor/elementor/issues/7653">#7653</a>)</li>\n<li>Fix: Offset manipulation hook removal in Query control</li>\n<li>Fix: Missing form field <code>ID</code> in some edge cases (<a href="https://github.com/elementor/elementor/issues/7711">#7711</a>, <a href="https://github.com/elementor/elementor/issues/7660">#7660</a>)</li>\n</ul>\n<h4>2.5.3 - 2019-03-31</h4>\n<ul>\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href="https://github.com/elementor/elementor/issues/7673">#7673</a>)</li>\n<li>Fix: Missing form field names (<a href="https://github.com/elementor/elementor/issues/7651">#7651</a>)</li>\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href="https://github.com/elementor/elementor/issues/7633">#7633</a>)</li>\n<li>Fix: <code>products_deprecated</code> Query Control module compatibility (<a href="https://github.com/elementor/elementor/issues/7654">#7654</a>)</li>\n<li>Fix: Changed query method from <code>term_id</code> to <code>term_taxonomy_id</code> (<a href="https://github.com/elementor/elementor/issues/7653">#7653</a>)</li>\n</ul>\n<h4>2.5.2 - 2019-03-27</h4>\n<ul>\n<li>Fix: Overwrite parent widget type in Global Widget (<a href="https://github.com/elementor/elementor/issues/7632">#7632</a>)</li>\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href="https://github.com/elementor/elementor/issues/7635">#7635</a>)</li>\n<li>Fix: Manual Selection option not working in Query Control (<a href="https://github.com/elementor/elementor/issues/7634">#7634</a>)</li>\n<li>Fix: Incorrect condition caused handlers issues inside popup</li>\n</ul>\n<h4>2.5.1 - 2019-03-26</h4>\n<ul>\n<li>Fix: Query Control invalid call to deprecated action (<a href="https://github.com/elementor/elementor/issues/7619">#7619</a>)</li>\n<li>Tweak: Renamed action hook from <code>elementor_pro/{$widget_name}/query/{$query_id}</code> to <code>elementor/query/{$query_id}</code></li>\n<li>Tweak: Renamed filter hook from <code>elementor_pro/query_control/get_query_args/current_query</code> to <code>elementor/query/get_query_args/current_query</code></li>\n</ul>\n<h4>2.5.0 - 2019-03-26</h4>\n<ul>\n<li>New: Introducing Motion Effects including Scrolling & Mouse effects (<a href="https://github.com/elementor/elementor/issues/72">#72</a>)</li>\n<li>New: Introducing Related Posts for Query Control (<a href="https://github.com/elementor/elementor/issues/7306">#7306</a>, <a href="https://github.com/elementor/elementor/issues/7490">#7490</a>)</li>\n<li>New: Introducing Date query for Query Control</li>\n<li>New: Introducing Sticky Posts support for Query Control (<a href="https://github.com/elementor/elementor/issues/2501">#2501</a>)</li>\n<li>Tweak: Added option to open a Popup by a custom selector (<a href="https://github.com/elementor/elementor/issues/6871">#6871</a>, <a href="https://github.com/elementor/elementor/issues/6876">#6876</a>, <a href="https://github.com/elementor/elementor/issues/7258">#7258</a>)</li>\n<li>Tweak: Option to count when Popup is closed in "Show up to X times" Advanced Rule</li>\n<li>Tweak: Added full border radius control options inside Popup</li>\n<li>Tweak: Changed exit intent icon in Popups</li>\n<li>Tweak: Show only one popup in its own preview</li>\n<li>Tweak: Added responsive support to Popup entrance animation control</li>\n<li>Tweak: Conditions - Singular <code>All Pages</code> string changed to <code>Pages</code></li>\n<li>Tweak: Added form field shortcode support for Drip tags (<a href="https://github.com/elementor/elementor/issues/7000">#7000</a>)</li>\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href="https://github.com/elementor/elementor/issues/7258">#7258</a>)</li>\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href="https://github.com/elementor/elementor/issues/6779">#6779</a>)</li>\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href="https://github.com/elementor/elementor/issues/6986">#6986</a>)</li>\n<li>Tweak: Decrease <code>z-index</code> for Nav Menu (<a href="https://github.com/elementor/elementor/issues/6869">#6869</a>)</li>\n<li>Tweak: Changed "Scrolling Effects" section label to "Motion Effects"</li>\n<li>Tweak: Use filter <code>get_meta_viewport</code> for header templates (<a href="https://github.com/elementor/elementor/issues/7043">#7043</a>)</li>\n<li>Tweak: use filterable <code>Util::get_public_post_types()</code> in Theme Builder (<a href="https://github.com/elementor/elementor/issues/7172">#7172</a>)</li>\n<li>Tweak: Added Cloudflare rocket-loader support (<a href="https://github.com/elementor/elementor/issues/7443">#7443</a>)</li>\n<li>Tweak: Added responsive support to WC Products Columns & Rows Gap controls (<a href="https://github.com/elementor/elementor/issues/6913">#6913</a>)</li>\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" buttons styling</li>\n<li>Fix: Custom ID reset to default when dragging repeater</li>\n<li>Fix: Conflict between archive-products widget and WC customizer</li>\n<li>Fix: Add to Cart widget <code>spacing</code> and <code>space-between</code></li>\n<li>Fix: Library view when creating a new Header or Footer</li>\n<li>Fix: Post types labels missing on Add New Template modal</li>\n</ul>\n<h4>2.4.8 - 2019-03-11</h4>\n<ul>\n<li>Fix: Missing query section in Products widget</li>\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases</li>\n</ul>\n<h4>2.4.7 - 2019-03-06</h4>\n<ul>\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+</li>\n</ul>\n<h4>2.4.6 - 2019-03-04</h4>\n<ul>\n<li>Fix: Pods gallery dynamic when empty (<a href="https://github.com/elementor/elementor/issues/7127">#7127</a>)</li>\n<li>Fix: Duplicate call for conditions screen issue</li>\n<li>Fix: Compatibility with Elementor v2.5.0</li>\n</ul>\n<h4>2.4.5 - 2019-02-18</h4>\n<ul>\n<li>Fix: Image size issue in Testimonial Carousel (<a href="https://github.com/elementor/elementor/issues/7058">#7058</a>)</li>\n<li>Fix: MailChimp groups not saved in a form integration (<a href="https://github.com/elementor/elementor/issues/7083">#7083</a>)</li>\n<li>Fix: Show popup preview only on it''s own preview</li>\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases</li>\n</ul>\n<h4>2.4.4 - 2019-02-11</h4>\n<ul>\n<li>Tweak: Added ACF Date Time Picker field support (<a href="https://github.com/elementor/elementor/issues/6690">#6690</a>)</li>\n<li>Tweak: Changed the term of <code>All Posts</code> condition to <code>Posts</code></li>\n<li>Fix: Added <code><IfModule></code> to avoid 500 error when <code>mod-headers</code> is missing (<a href="https://github.com/elementor/elementor/issues/7034">#7034</a>)</li>\n<li>Fix: Include post CSS deletion in Global Widget update (<a href="https://github.com/elementor/elementor/issues/6856">#6856</a>)</li>\n<li>Fix: <code>Textarea</code> default value in Forms Widget (<a href="https://github.com/elementor/elementor/issues/6934">#6934</a>)</li>\n<li>Fix: MailPoet latest version caused fatal error (<a href="https://github.com/elementor/elementor/issues/6996">#6996</a>)</li>\n<li>Fix: Fatal Error caused by calling MailPoet deleted method</li>\n<li>Notice: MailPoet <code>Auto Confirm</code> option will now default to "On"</li>\n</ul>\n<h4>2.4.3 - 2019-01-30</h4>\n<ul>\n<li>Fix: Custom Add to Cart widget responsive alignment settings</li>\n<li>Fix: Links in Post Info widget</li>\n<li>Fix: WooCommerce <code>View Cart</code> string translate</li>\n<li>Fix: Wrapper classes for header/footer templates (<a href="https://github.com/elementor/elementor/issues/6884">#6884</a>)</li>\n</ul>\n<h4>2.4.2 - 2019-01-25</h4>\n<ul>\n<li>Tweak: Added pixel units to Close Button position control in Popups</li>\n<li>Fix: Exclude error in WC Products widget</li>\n</ul>\n<h4>2.4.1 - 2019-01-24</h4>\n<ul>\n<li>Tweak: Added CSS classes control to Popup (<a href="https://github.com/elementor/elementor/issues/6826">#6826</a>)</li>\n<li>Tweak: Added responsive image size to Testimonial Carousel widget</li>\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href="https://github.com/elementor/elementor/issues/6842">#6842</a>)</li>\n<li>Fix: Support of exclude-ids in WC Products widget</li>\n<li>Fix: Popup close button not clickable</li>\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href="https://github.com/elementor/elementor/issues/6749">#6749</a>)</li>\n<li>Fix: Bad anchors breaks the page JS</li>\n<li>Fix: Popup overlay shown when turned off</li>\n</ul>\n<h4>2.4.0 - 2019-01-21</h4>\n<ul>\n<li>New: Introducing Popup Builder (<a href="https://github.com/elementor/elementor/issues/628">#628</a>)</li>\n<li>New: Added <code>Popup</code> Dynamic Tag</li>\n<li>New: Added <code>Popup</code> forms action after submit</li>\n<li>New: Added User Info dynamic tag (<a href="https://github.com/elementor/elementor/issues/6322">#6322</a>)</li>\n<li>Tweak: Added dynamic capabilities for "Nothing Found" message</li>\n<li>Tweak: Added <code>elementor_pro/theme_builder/archive/escape_nothing_found_message</code> Filter to avoid HTML escaping in "Nothing Found" message (<a href="https://github.com/elementor/elementor/issues/6053">#6053</a>)</li>\n<li>Tweak: Added <code>add_doc_to_location</code> method to Allow insertion of a document to a location</li>\n<li>Fix: <code>z-index</code> issue with CTA widget (<a href="https://github.com/elementor/elementor/issues/6486">#6486</a>)</li>\n<li>Fix: Hide the Post Content widget and show it only in a Single document</li>\n<li>Fix: <code>selector</code> replacement in Custom CSS</li>\n<li>Fix: Apply <code>the_content</code> on the real content only</li>\n<li>Fix: CSS for WC products selector (<a href="https://github.com/elementor/elementor/issues/6559">#6559</a>)</li>\n<li>Fix: Odnoklassniki share URL (<a href="https://github.com/elementor/elementor/issues/6638">#6638</a>)</li>\n<li>Fix: Custom link new tab in Post Info widget (<a href="https://github.com/elementor/elementor/issues/5766">#5766</a>)</li>\n<li>Fix: <code>nofollow</code> link in Flip Box & CTA widgets</li>\n<li>Fix: Post Terms in Post Info widget</li>\n<li>Fix: Added screen reader to some icons & buttons for better accessibility (<a href="https://github.com/elementor/elementor/issues/5386">#5386</a>)</li>\n<li>Fix: Accessibility labels in Reviews widget (<a href="https://github.com/elementor/elementor/issues/6630">#6630</a>)</li>\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active</li>\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget</li>\n<li>Fix: Sub-menu arrow position in Nav Menu widget</li>\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href="https://github.com/elementor/elementor/issues/6648">#6648</a>)</li>\n</ul>\n<h4>2.3.1 - 2018-12-19</h4>\n<ul>\n<li>Fix: Template widget search functionality (<a href="https://github.com/elementor/elementor/issues/6473">#6473</a>)</li>\n<li>Fix: Apply <code>the_content</code> filter to post content in theme builder</li>\n</ul>\n<h4>2.3.0 - 2018-12-17</h4>\n<ul>\n<li>New: Introducing Discord Integration for Forms (<a href="https://github.com/elementor/elementor/issues/4218">#4218</a>)</li>\n<li>New: Introducing Slack Integration for Forms</li>\n<li>New: Introducing MailerLite Integration for Forms (<a href="https://github.com/elementor/elementor/issues/4462">#4462</a>)</li>\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account</li>\n<li>Tweak: Added <code>elementor_pro/utils/get_public_post_types</code> filter hook (<a href="https://github.com/elementor/elementor/issues/5900">#5900</a>)</li>\n<li>Tweak: Added <code>loop_start</code> & <code>the_content</code> hooks for Post Content (<a href="https://github.com/elementor/elementor/issues/6173">#6173</a>)</li>\n<li>Tweak: Removed Custom Attributes from Page Settings</li>\n<li>Tweak: Always add the Custom CSS control to the Advanced tab</li>\n<li>Fix: In sub Term condition false positive in edge cases</li>\n<li>Fix: ToolSet Dynamic Image fallback</li>\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget</li>\n<li>Fix: Style glitch in the Conditions screen in Safari browser</li>\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href="https://github.com/elementor/elementor/issues/6080">#6080</a>)</li>\n<li>Fix: The color of label won''t change color in Widget login</li>\n</ul>\n<h4>2.2.5 - 2018-12-11</h4>\n<ul>\n<li>New: Add Style Tab & Custom CSS for Header & Footer Templates.</li>\n<li>Tweak: Added a better identifier for subpages (<a href="https://github.com/elementor/elementor/issues/6362">#6362</a>)</li>\n<li>Tweak: Removed Custom Attributes from page settings</li>\n<li>Fix: Yahoo event URL date issue (<a href="https://github.com/elementor/elementor/issues/6354">#6354</a>)</li>\n<li>Fix: Allow timezone settings in Google event URL (<a href="https://github.com/elementor/elementor/issues/6354">#6354</a>)</li>\n<li>Fix: Avoid <code>z-index</code> changes by <code>nanocss</code> in build process</li>\n<li>Fix: Added missing WC upsells products CSS</li>\n<li>Fix: Nav Menu dropdown losing color on hover</li>\n<li>Fix: WC Product Add-ons CSS compatibility</li>\n</ul>\n<h4>2.2.4 - 2018-12-04</h4>\n<ul>\n<li>Fix: Global widget not saving changes (<a href="https://github.com/elementor/elementor/issues/6340">#6340</a>)</li>\n<li>Fix: Dynamic tags support in Blockquote widget (<a href="https://github.com/elementor/elementor/issues/6334">#6334</a>)</li>\n<li>Fix: Forms Redirect URL action when using form field values with spaces</li>\n</ul>\n<h4>2.2.3 - 2018-11-29</h4>\n<ul>\n<li>Fix: Missing "Edit Template" in Template widget (<a href="https://github.com/elementor/elementor/issues/6271">#6271</a>)</li>\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu</li>\n<li>Fix: Show only supported templates in Template widget</li>\n<li>Fix: Revert conflicting fix for a default order for WC archive</li>\n</ul>\n<h4>2.2.2 - 2018-11-28</h4>\n<ul>\n<li>Fix: Lightbox dynamic tag crashes the editor</li>\n</ul>\n<h4>2.2.1 - 2018-11-28</h4>\n<ul>\n<li>New: Added <code>ACF File</code> Dynamic tag to support text controls.</li>\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href="https://github.com/elementor/elementor/issues/6223">#6223</a>)</li>\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags</li>\n<li>Tweak: Added filter <code>elementor_pro/dynamic_tags/shortcode/should_escape</code> to avoid escaping in Shortcode dynamic tag</li>\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists</li>\n<li>Tweak: Added front-end max file size validation for upload fields</li>\n<li>Tweak: Added <code>by-author</code> per Post-Type condition for theme builder</li>\n<li>Fix: Template widget panel not showing the selected template (<a href="https://github.com/elementor/elementor/issues/6271">#6271</a>)</li>\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag</li>\n<li>Fix: Add post classes only for the Single template</li>\n<li>Fix: Set document type as not editable for unsupported document like Global widget</li>\n<li>Fix: Avoid duplicate query for current WC product query</li>\n<li>Fix: Product Archive showing oldest products instead of latest</li>\n<li>Fix: CSS reset in Posts widget using cards skin</li>\n</ul>\n<h4>2.2.0 - 2018-11-19</h4>\n<ul>\n<li>New: Introducing Custom Attributes (<a href="https://github.com/elementor/elementor/issues/290">#290</a>, <a href="https://github.com/elementor/elementor/issues/3990">#3990</a>)</li>\n<li>New: Added evergreen option for Countdown widget (<a href="https://github.com/elementor/elementor/issues/4459">#4459</a>)</li>\n<li>New: Added expire actions option for Countdown widget (<a href="https://github.com/elementor/elementor/issues/5242">#5242</a>)</li>\n<li>New: Introducing Reviews widget (<a href="https://github.com/elementor/elementor/issues/3854">#3854</a>)</li>\n<li>New: Introducing Sitemap widget (<a href="https://github.com/elementor/elementor/issues/5594">#5594</a>)</li>\n<li>New: Added Request Parameter dynamic tag (<a href="https://github.com/elementor/elementor/issues/4934">#4934</a>)</li>\n<li>New: Added Shortcode dynamic tag</li>\n<li>New: Added Image and Video Lightbox dynamic tag</li>\n<li>New: Added Contact URL dynamic tag</li>\n<li>New: Added Featured Image Data dynamic tag</li>\n<li>New: Added default value to each field in the Form widget (<a href="https://github.com/elementor/elementor/issues/4268">#4268</a>)</li>\n<li>New: Added "Any Child Of" condition to template conditions (<a href="https://github.com/elementor/elementor/issues/5321">#5321</a>)</li>\n<li>New: Added "In Child" condition to template conditions (<a href="https://github.com/elementor/elementor/issues/5587">#5587</a>)</li>\n<li>Tweak: Added Form Redirect URL with form values (<a href="https://github.com/elementor/elementor/issues/2564">#2564</a>)</li>\n<li>Tweak: Added default post classes to template wrapper (<a href="https://github.com/elementor/elementor/issues/5959">#5959</a>)</li>\n<li>Tweak: Better labels for terms in Query control (<a href="https://github.com/elementor/elementor/issues/6092">#6092</a>)</li>\n<li>Tweak: Renamed "Child Of" templates condition to "Direct Child Of"</li>\n<li>Tweak: Added <code>elementor/theme/get_location_templates/condition_sub_id</code> filter hook to allow template condition translations</li>\n<li>Tweak: Load the Template Library widget via Ajax for better performance</li>\n<li>Tweak: Added 404 page title for Page Title dynamic tag</li>\n<li>Fix: Menu Cart Toggle has # URL link (<a href="https://github.com/elementor/elementor/issues/6141">#6141</a>)</li>\n<li>Fix: Alignment issue in Nav Menu widget (<a href="https://github.com/elementor/elementor/issues/5790">#5790</a>)</li>\n<li>Fix: Avoid potential security risk in forms</li>\n<li>Fix: Template By Author condition conflicts with 404 page</li>\n<li>Fix: Restored WC Product Content widget in Single Product template</li>\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages</li>\n<li>Fix: Highlight active menu anchor items only when scrolled into view</li>\n<li>Fix: Carousel Pagination Progress style to support new Swiper version</li>\n</ul>\n<h4>2.1.13 - 2018-11-12</h4>\n<ul>\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0</li>\n<li>Fix: Settings conflict when there are multiple carousels in the page</li>\n</ul>\n<h4>2.1.12 - 2018-11-05</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3</li>\n<li>Tweak: Better performance for Template Library widget</li>\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href="https://github.com/elementor/elementor/issues/6029">#6029</a>)</li>\n<li>Fix: Date Time dynamic tag now respect site language (<a href="https://github.com/elementor/elementor/issues/6001">#6001</a>)</li>\n<li>Fix: Custom CSS printed twice in the front-end</li>\n<li>Fix: ACF Image field PHP warning (<a href="https://github.com/elementor/elementor/issues/6051">#6051</a>)</li>\n</ul>\n<h4>2.1.11 - 2018-10-22</h4>\n<ul>\n<li>New: Added ACF local fields compatibility</li>\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration</li>\n<li>Fix: Exclude <code>is_embed</code> from Singular condition (<a href="https://github.com/elementor/elementor/issues/5915">#5915</a>)</li>\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons</li>\n<li>Fix: Current date time dynamic tag now shows local time</li>\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink</li>\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration</li>\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF</li>\n<li>Fix: Respect password protected for a WC single product template</li>\n<li>Fix: Respect <code>order</code> settings for WC archive also without pagination</li>\n</ul>\n<h4>2.1.10 - 2018-10-09</h4>\n<ul>\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href="https://github.com/elementor/elementor/issues/5821">#5821</a>)</li>\n<li>Tweak: Added link control to Animated Headline widget</li>\n<li>Fix: Mobile nav menu jump on RTL (<a href="https://github.com/elementor/elementor/issues/5711">#5711</a>)</li>\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href="https://github.com/elementor/elementor/issues/5830">#5830</a>)</li>\n<li>Fix: Added IE compatibility for Animated Headline widget</li>\n<li>Fix: Post Content widget is now shown only on <code>Single</code> templates</li>\n<li>Fix: Query Control Pagination with offset</li>\n</ul>\n<h4>2.1.9 - 2018-09-17</h4>\n<ul>\n<li>Tweak: Added Centered Slides option for Slideshow carousel</li>\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href="https://github.com/elementor/elementor/issues/5091">#5091</a>)</li>\n<li>Fix: ACF Gallery option support (<a href="https://github.com/elementor/elementor/issues/5344">#5344</a>)</li>\n<li>Fix: Page scrolling on resize when sticky is active (<a href="https://github.com/elementor/elementor/issues/5740">#5740</a>)</li>\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href="https://github.com/elementor/elementor/issues/5689">#5689</a>)</li>\n<li>Fix: Coverflow transition effect in Carousel</li>\n<li>Fix: Weird mobile behavior with Cube effect in Carousel</li>\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly</li>\n</ul>\n<h4>2.1.8 - 2018-09-12</h4>\n<ul>\n<li>Tweak: Added styling options for WC Additional Information widget</li>\n<li>Tweak: Added styling options for ''View Cart'' link in Products widget</li>\n<li>Fix: 3rd party plugin support for WC single product template (<a href="https://github.com/elementor/elementor/issues/5338">#5338</a>)</li>\n<li>Fix: Layout of Related Product widget with WC native style</li>\n</ul>\n<h4>2.1.7 - 2018-09-03</h4>\n<ul>\n<li>New: WC Archive Description widget</li>\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href="https://github.com/elementor/elementor/issues/5555">#5555</a>)</li>\n<li>Tweak: Added ''Current Subcategories'' option to Product Categories widget</li>\n<li>Fix: Added default vertical alignment in Author Box widget (<a href="https://github.com/elementor/elementor/issues/5589">#5589</a>)</li>\n<li>Tweak: Added more blend mode options for CTA widget</li>\n<li>Tweak: Improved plugin updater method based on WordPress version</li>\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets</li>\n<li>Fix: Added default gap for products pagination</li>\n<li>Fix: Post thumbnail flickering in Safari browser</li>\n<li>Fix: Close mobile nav menu on click only in full-width mode</li>\n<li>Fix: Added trailing slash to pagination links in Posts widget</li>\n</ul>\n<h4>2.1.6 - 2018-08-28</h4>\n<ul>\n<li>New: WC Product Category Image widget and Dynamic tag (<a href="https://github.com/elementor/elementor/issues/5117">#5117</a>)</li>\n<li>Tweak: Allow HTML in Excerpt widget (<a href="https://github.com/elementor/elementor/issues/5491">#5491</a>)</li>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2</li>\n<li>Tweak: Deprecated Follow option in the Facebook Button widget</li>\n<li>Fix: Posts widget grid in Safari & IE11 (Depended on Elementor v2.2)</li>\n<li>Fix: Posts widget CSS when using cards skin in masonry mode</li>\n<li>Fix: ACF Image & ACF URL option support (<a href="https://github.com/elementor/elementor/issues/5344">#5344</a>)</li>\n<li>Fix: WC product gallery links in RTL</li>\n<li>Fix: Dynamic tags in Call To Action widget</li>\n</ul>\n<h4>2.1.5 - 2018-08-21</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2</li>\n<li>Fix: Posts Widget layout theme compatibility</li>\n<li>Fix: Added compatibility for WooCommerce native style</li>\n</ul>\n<h4>2.1.4 - 2018-08-19</h4>\n<ul>\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href="https://github.com/elementor/elementor/issues/5442">#5442</a>)</li>\n<li>Fix: Dynamic setting in Pricing Table widget (<a href="https://github.com/elementor/elementor/issues/5460">#5460</a>)</li>\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget</li>\n<li>Fix: Selector specificity for WooCommerce Products widget</li>\n<li>Fix: WooCommerce conflicts in the editor in edge cases</li>\n</ul>\n<h4>2.1.3 - 2018-08-15</h4>\n<ul>\n<li>Fix: Thumbnails in the Posts widget jumping (<a href="https://github.com/elementor/elementor/issues/5350">#5350</a>)</li>\n<li>Fix: Responsive grid in the Share Buttons widget (<a href="https://github.com/elementor/elementor/issues/5375">#5375</a>)</li>\n<li>Fix: Added missing <code>setup_postdata</code> for Product Data Tabs widget</li>\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href="https://github.com/elementor/elementor/issues/5399">#5399</a>)</li>\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href="https://github.com/elementor/elementor/issues/5254">#5254</a>)</li>\n<li>Fix: Carousel behavior when using a single slide</li>\n</ul>\n<h4>2.1.2 - 2018-08-12</h4>\n<ul>\n<li>Fix: Error when ACF Pro is not installed (<a href="https://github.com/elementor/elementor/issues/5367">#5367</a>)</li>\n<li>Fix: Edge cases in Inspector where document is a boolean</li>\n<li>Fix: Edge cases for incorrect file fields in PODS</li>\n</ul>\n<h4>2.1.1 - 2018-08-09</h4>\n<ul>\n<li>Fix: Highlighted text in Animated Headline widget (<a href="https://github.com/elementor/elementor/issues/5345">#5345</a>)</li>\n<li>Fix: Flip Box effect issues</li>\n<li>Fix: ACF Options page fields support (<a href="https://github.com/elementor/elementor/issues/5329">#5329</a>)</li>\n<li>Fix: Import Pro templates in edge cases</li>\n</ul>\n<h4>2.1.0 - 2018-08-07</h4>\n<ul>\n<li>New: Introducing WooCommerce Builder (<a href="https://github.com/elementor/elementor/issues/1690">#1690</a>)</li>\n<li>New: Introducing 12 new dynamic tags & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & Archive</li>\n<li>New: Introducing Cart Menu widget (<a href="https://github.com/elementor/elementor/issues/4220">#4220</a>, <a href="https://github.com/elementor/elementor/issues/4600">#4600</a>)</li>\n<li>New: Added integration with Toolset (<a href="https://github.com/elementor/elementor/issues/2949">#2949</a>)</li>\n<li>New: Added integration with Pods (<a href="https://github.com/elementor/elementor/issues/4129">#4129</a>)</li>\n<li>New: Added stick to bottom in scrolling effects (<a href="https://github.com/elementor/elementor/issues/4799">#4799</a>)</li>\n<li>New: Added Scrolling Effect to Widgets under advanced tab</li>\n<li>New: Introducing Internal URL Dynamic Tag</li>\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href="https://github.com/elementor/elementor/issues/4597">#4597</a>)</li>\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href="https://github.com/elementor/elementor/issues/4447">#4447</a>)</li>\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href="https://github.com/elementor/elementor/issues/1878">#1878</a>)</li>\n<li>Tweak: Add Custom Query hook for Query control (<a href="https://developers.elementor.com/custom-query-filter/">More Info</a>) (<a href="https://github.com/elementor/elementor/issues/1748">#1748</a>)</li>\n<li>Tweak: Added form-message style (<a href="https://github.com/elementor/elementor/issues/1180">#1180</a>)</li>\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href="https://github.com/elementor/elementor/issues/4242">#4242</a>)</li>\n<li>Tweak: Added dynamic tag for Call to action widget (<a href="https://github.com/elementor/elementor/issues/4767">#4767</a>)</li>\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href="https://github.com/elementor/elementor/issues/4602">#4602</a>)</li>\n<li>Tweak: Added an support for <code>label|value</code> in options field (<a href="https://github.com/elementor/elementor/issues/4594">#4594</a>)</li>\n<li>Tweak: Added <code>by-author</code> condition for theme builder (<a href="https://github.com/elementor/elementor/issues/4681">#4681</a>)</li>\n<li>Tweak: Added Activate/Deactivate license key via WP-CLI command (<a href="https://github.com/elementor/elementor/issues/4149">#4149</a>)</li>\n<li>Tweak: Added <code>is_scroll</code> trigger to scrolling effect (<a href="https://github.com/elementor/elementor/issues/4340">#4340</a>)</li>\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href="https://github.com/elementor/elementor/issues/4177">#4177</a>)</li>\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href="https://github.com/elementor/elementor/issues/3697">#3697</a>)</li>\n<li>Tweak: Added style options for Posts widget (<a href="https://github.com/elementor/elementor/issues/1335">#1335</a>)</li>\n<li>Tweak: Added button CSS ID for Forms widget</li>\n<li>Tweak: Added pixel units to Post-Info divider height control</li>\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller & more bugs</li>\n<li>Tweak: Re-organize the panel categories per document type</li>\n<li>Tweak: Added ACF support for <code>options-page</code> fields</li>\n<li>Tweak: Added dynamic tag for Animated headlines</li>\n<li>Tweak: Added dynamic tag for BlockQuote widget</li>\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href="https://github.com/elementor/elementor/issues/4817">#4817</a>)</li>\n<li>Fix: Checkbox fields can accidentally be set to required (<a href="https://github.com/elementor/elementor/issues/4324">#4324</a>)</li>\n<li>Fix: Initial slide in Carousel widget</li>\n<li>Fix: Stay on current slide while editing in Carousel widget</li>\n<li>Fix: Default slides per device in Carousel widget</li>\n<li>Deprecated: Woo Products, Woo Elements & Single elements widgets</li>\n</ul>\n<h4>2.0.18 - 2018-07-27</h4>\n<ul>\n<li>Fix: Global widget error on saving page</li>\n</ul>\n<h4>2.0.17 - 2018-07-26</h4>\n<ul>\n<li>Fix: Sub menu indicator direction in Nav Menu widget</li>\n<li>Fix: Change the title and icon for Global Widget when is moving</li>\n<li>Fix: CSS wrapper selector for Page Document</li>\n</ul>\n<h4>2.0.16 - 2018-07-16</h4>\n<ul>\n<li>Tweak: CSS Filter Control module is now included in Elementor</li>\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0</code> (<a href="https://github.com/elementor/elementor/issues/5077">#5077</a>)</li>\n<li>Fix: Restore current query after get Global Widget data</li>\n<li>Fix: Add action item in History on unlink Global widget</li>\n</ul>\n<h4>2.0.15 - 2018-07-10</h4>\n<ul>\n<li>Fix: Dropdown menu items collapsing when activated (<a href="https://github.com/elementor/elementor/issues/4996">#4996</a>)</li>\n<li>Fix: GMT offset in Countdown widget (<a href="https://github.com/elementor/elementor/issues/4997">#4997</a>)</li>\n</ul>\n<h4>2.0.14 - 2018-07-08</h4>\n<ul>\n<li>Tweak: Added set method to form record for developers (<a href="https://github.com/elementor/elementor/issues/4983">#4983</a>)</li>\n<li>Fix: Autoplay option for Carousels</li>\n<li>Fix: Close mobile menu on item click in the Nav Menu widget</li>\n</ul>\n<h4>2.0.13 - 2018-07-03</h4>\n<ul>\n<li>Tweak: Added compatibility for Elementor v2.1</li>\n</ul>\n<h4>2.0.12 - 2018-07-02</h4>\n<ul>\n<li>Fix: Global widget PHP notices</li>\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs</li>\n<li>Fix: Form select field send all selected values on multiple selection</li>\n<li>Fix: Validate time field only if it''s not empty</li>\n<li>Fix: ConvertKit API not saving name field</li>\n</ul>\n<h4>2.0.11 - 2018-06-12</h4>\n<ul>\n<li>Fix: Theme Builder <code>author</code> archive condition (<a href="https://github.com/elementor/elementor/issues/4593">#4593</a>)</li>\n<li>Fix: Respect password protected posts in Post Content widget</li>\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.</li>\n</ul>\n<h4>2.0.10 - 2018-06-05</h4>\n<ul>\n<li>Tweak: Added <code>elementor/theme/get_location_templates/template_id</code> filter hook for multi-language plugins</li>\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)</li>\n<li>Fix: Fields shortcode missing after removing a field in Form widget</li>\n<li>Deprecated: <code>get_theme_templates_by_location</code> is replaced by <code>get_location_templates</code></li>\n</ul>\n<h4>2.0.9 - 2018-05-28</h4>\n<ul>\n<li>Fix: Compatibility for PHP version 5.4</li>\n</ul>\n<h4>2.0.8 - 2018-05-28</h4>\n<ul>\n<li>Tweak: Added Active state for Nav Menu dropdown</li>\n<li>Tweak: Added style for "Nothing Found" Message for Archive Posts widget</li>\n<li>Tweak: Removed caption control in Site Logo widget</li>\n<li>Tweak: Added option to position currency symbol before/after In Price Table widget</li>\n<li>Fix: Query control manual selection does not show more than 10 items (<a href="https://github.com/elementor/elementor/issues/4479">#4479</a>)</li>\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href="https://github.com/elementor/elementor/issues/4342">#4342</a>)</li>\n<li>Fix: Sub terms missing in Query control in edge cases (<a href="https://github.com/elementor/elementor/issues/4527">#4527</a>)</li>\n<li>Fix: Avoid rendering a template if it''s not published</li>\n<li>Fix: 404 Page style not working</li>\n<li>Fix: Price Table button with hover animation not working in editor</li>\n<li>Fix: Styling conflict in Call to Action widget</li>\n<li>Fix: Global Widget tab translation</li>\n<li>Fix: Adding parent wrapper class to Site Title widget</li>\n</ul>\n<h4>2.0.7 - 2018-05-16</h4>\n<ul>\n<li>Fix: Content not found on section when single is set to "All Singular"</li>\n<li>Fix: Open 404 template library for 404 page</li>\n<li>Tweak: Added CSS prefix for dev files</li>\n<li>Tweak: Removed product post type from display conditions</li>\n</ul>\n<h4>2.0.6 - 2018-05-15</h4>\n<ul>\n<li>Tweak: Set type on create new single template</li>\n<li>Tweak: Always show the conditions dialog in the Draft status</li>\n<li>Tweak: Added document type <code>widget</code></li>\n<li>Tweak: Added Post Custom Field tag to URL category</li>\n<li>Fix: When ACF Field Groups are Empty (<a href="https://github.com/elementor/elementor/issues/4428">#4428</a>)</li>\n<li>Fix: Links inside carousel in edge cases</li>\n<li>Fix: Responsive issue in My Templates area</li>\n<li>Fix: Image alignment for post content with text alignment</li>\n<li>Fix: Post Content widget when preview post is missing</li>\n<li>Fix: Global Widget tab translation</li>\n<li>Fix: Style settings for Post / Archive Title widgets</li>\n</ul>\n<h4>2.0.5 - 2018-05-08</h4>\n<ul>\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href="https://github.com/elementor/elementor/issues/4203">#4203</a>)</li>\n<li>Fix: Added support for new version of reCAPTCHA</li>\n<li>Fix: Added fallback for controls after <code>post_status</code></li>\n<li>Fix: Required field in forms widget</li>\n<li>Fix: Media Carousel in the Coverflow skin</li>\n<li>Fix: 404 Page show wrong template in edge cases</li>\n<li>Fix: Save the default menu in the Nav Menu widget</li>\n</ul>\n<h4>2.0.4 - 2018-05-02</h4>\n<ul>\n<li>Tweak: Added parent''s class for extended widgets</li>\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions</li>\n<li>Tweak: Initialize global model when it''s needed</li>\n<li>Tweak: Removed some duplicate strings</li>\n<li>Tweak: Query control now includes empty terms</li>\n<li>Tweak: Design polish for conditions dialog</li>\n<li>Tweak: Decreasing <code>minimumInputLength</code> to 1 of select2</li>\n<li>Fix: Editor not loading for single templates in edge cases</li>\n<li>Fix: Select2 in Safari takes it''s time to get the original select width (<a href="https://github.com/elementor/elementor/issues/4310">#4310</a>)</li>\n<li>Fix: Slides per view not working for some effects</li>\n<li>Fix: New slides not showing in the editor</li>\n<li>Fix: Editor for section without a defined location, defaults to content area</li>\n</ul>\n<h4>2.0.3 - 2018-04-24</h4>\n<ul>\n<li>Tweak: Optimize CSS for Post Info widget (<a href="https://github.com/elementor/elementor/issues/4214">#4214</a>, <a href="https://github.com/elementor/elementor/issues/4216">#4216</a>, <a href="https://github.com/elementor/elementor/issues/4225">#4225</a>)</li>\n<li>Fix: Double render on frontend view in core locations</li>\n<li>Fix: Masonry not working in edge cases</li>\n<li>Fix: Added default setting for Author Info tag</li>\n</ul>\n<h4>2.0.2 - 2018-04-18</h4>\n<ul>\n<li>Fix: Regenerate conditions to include all templates</li>\n</ul>\n<h4>2.0.1 - 2018-04-17</h4>\n<ul>\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href="https://github.com/elementor/elementor/issues/4136">#4136</a>)</li>\n<li>Tweak: Show empty categories in Query Control & Display Conditions (<a href="https://github.com/elementor/elementor/issues/4127">#4127</a>)</li>\n<li>Tweak: Added Divider control for Post Info widget</li>\n<li>Fix: Update admin links in Yoast Breadcrumbs widget</li>\n<li>Fix: Sticky element conflict with clearfix CSS</li>\n<li>Fix: Compatibility for PHP version 5.4.32 & 5.5.16 and below</li>\n<li>Fix: Avoid running <code>wp_head</code> hooks twice</li>\n</ul>\n<h4>2.0.0 - 2018-04-16</h4>\n<ul>\n<li>New: Introducing Theme Builder - <a href="https://elementor.com/introducing-theme-builder/">Release Post</a> (<a href="https://github.com/elementor/elementor/issues/417">#417</a>)</li>\n<li>New: Introducing Locations API to inject custom location templates</li>\n<li>New: Introducing Display Conditions for all dynamic templates</li>\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design</li>\n<li>New: Introducing Role manager to allow "Content Only mode" (<a href="https://github.com/elementor/elementor/issues/483">#483</a>, <a href="https://github.com/elementor/elementor/issues/653">#653</a>, <a href="https://github.com/elementor/elementor/issues/885">#885</a>)</li>\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo & Site Name (<a href="https://github.com/elementor/elementor/issues/543">#543</a>)</li>\n<li>New: Introducing Developers area with guides and API documentation - <a href="https://elementor.com/introducing-elementor-developer-api/">Release Post</a> (<a href="https://github.com/elementor/elementor/issues/451">#451</a>)</li>\n<li>New: Introducing <a href="https://github.com/elementor/elementor-hello-theme">Elementor Hello Theme</a> - A demonstration theme for developers</li>\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href="https://github.com/elementor/elementor/issues/2761">#2761</a>, <a href="https://github.com/elementor/elementor/issues/2623">#2623</a>, <a href="https://github.com/elementor/elementor/issues/2109">#2109</a>, <a href="https://github.com/elementor/elementor/issues/2061">#2061</a>, <a href="https://github.com/elementor/elementor/issues/2439">#2439</a>)</li>\n<li>New: Design 404 page with Single template (<a href="https://github.com/elementor/elementor/issues/1558">#1558</a>)</li>\n<li>New: Design Search Results with Archive template (<a href="https://github.com/elementor/elementor/issues/3196">#3196</a>, <a href="https://github.com/elementor/elementor/issues/2590">#2590</a>)</li>\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element</em> per device (<a href="https://github.com/elementor/elementor/issues/2412">#2412</a>)</li>\n<li>New: Integration with Custom Fields (<a href="https://github.com/elementor/elementor/issues/2054">#2054</a>)</li>\n<li>New: Partial support for Toolset integration (<a href="https://github.com/elementor/elementor/issues/2949">#2949</a>)</li>\n<li>New: Partial support for Pods integration (<a href="https://github.com/elementor/elementor/issues/2169">#2169</a>)</li>\n<li>New: Partial support for ACF integration (<a href="https://github.com/elementor/elementor/issues/2041">#2041</a>, <a href="https://github.com/elementor/elementor/issues/2059">#2059</a>)</li>\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href="https://github.com/elementor/elementor/issues/3531">#3531</a>)</li>\n<li>Tweak: Allow brackets in Forms Tel field</li>\n<li>Tweak: Added currency format control for Price Table widget</li>\n<li>Tweak: Reduced API request for some servers</li>\n<li>Fix: Dropdown <code>border-radius</code> in Nav Menu widget</li>\n<li>Fix: Price List widget layout breaks in edge cases</li>\n<li>Note: This version requires Elementor v2.0.6</li>\n</ul>\n<h4>1.15.6 - 2018-03-28</h4>\n<ul>\n<li>Fix: Removed duplicate Custom CSS section (<a href="https://github.com/elementor/elementor/issues/3938">#3938</a>)</li>\n<li>Fix: <code>box-shadow</code> issue with cards skin (<a href="https://github.com/elementor/elementor/issues/3940">#3940</a>)</li>\n</ul>\n<h4>1.15.5 - 2018-03-27</h4>\n<ul>\n<li>Fix: Added global widget compatibility for Elementor v2.0</li>\n<li>Fix: Reduced API request for some servers</li>\n</ul>\n<h4>1.15.4 - 2018-03-26</h4>\n<ul>\n<li>Tweak: Allow brackets in phone field</li>\n<li>Tweak: Added compatibility with Yoast 7.0.+</li>\n<li>Tweak: Added compatibility for the future release of Elementor v2.0</li>\n<li>Fix: Support for multiple carousel setting in editor</li>\n<li>Fix: <code>on_export</code> issue in forms widget (<a href="https://github.com/elementor/elementor/issues/3890">#3890</a>)</li>\n</ul>\n<h4>1.15.3 - 2018-03-07</h4>\n<ul>\n<li>Tweak: Added unique class to field group div (<a href="https://github.com/elementor/elementor/issues/3595">#3595</a>)</li>\n<li>Fix: Screen Options missing when Pro is active (<a href="https://github.com/elementor/elementor/issues/3622">#3622</a>)</li>\n<li>Fix: Allow label styling even when <code>show labels</code> is set hide (<a href="https://github.com/elementor/elementor/issues/3544">#3544</a>)</li>\n<li>Fix: Typography control not working in edge cases</li>\n<li>Fix: Safari compatibility for Search widget</li>\n</ul>\n<h4>1.15.2 - 2018-02-27</h4>\n<ul>\n<li>Fix: Only add support mine-type if needed (<a href="https://github.com/elementor/elementor/issues/3543">#3543</a>)</li>\n<li>Fix: Better support for Old Typekit kits</li>\n</ul>\n<h4>1.15.1 - 2018-02-21</h4>\n<ul>\n<li>Tweak: Custom font title placeholder is not <code>enter font family</code></li>\n<li>Tweak: Custom font title set as required</li>\n<li>Fix: Custom font, <code>font-face</code> enqueued only once if used in global (<a href="https://github.com/elementor/elementor/issues/3513">#3513</a>)</li>\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.</li>\n</ul>\n<h4>1.15.0 - 2018-02-19</h4>\n<ul>\n<li>New: Added custom fonts manager for self hosted fonts (<a href="https://github.com/elementor/elementor/issues/852">#852</a>)</li>\n<li>New: Integration with Adobe TypeKit fonts (<a href="https://github.com/elementor/elementor/issues/631">#631</a>)</li>\n<li>Tweak: Clear menu from Nav Menu widget on template export</li>\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle</code></li>\n</ul>\n<h4>1.14.2 - 2018-02-13</h4>\n<ul>\n<li>Fix: Global widget content that got affected by previous update</li>\n</ul>\n<h4>1.14.1 - 2018-02-13</h4>\n<ul>\n<li>Tweak: Added <code>none</code> option to content animation in CTA widget</li>\n<li>Tweak: Added <code>form_id</code> to ActiveCampaign integration (<a href="https://github.com/elementor/elementor/issues/3422">#3422</a>)</li>\n<li>Fix: Page crashed when Global widget not found.</li>\n</ul>\n<h4>1.14.0 - 2018-02-12</h4>\n<ul>\n<li>New: Added Call to Action widget</li>\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded</li>\n<li>Tweak: Added compatibility for the future release of Elementor v2.0</li>\n<li>Fix: Allow zero (0) to be accepted as a field value</li>\n<li>Fix: Login form when custom login URL is set</li>\n<li>Fix: Added Day of cycle control to GetResponse integration</li>\n</ul>\n<h4>1.13.2 - 2018-01-23</h4>\n<ul>\n<li>Tweak: Added placeholder to Password field</li>\n<li>Tweak: Removed <code>subscriber_already_exists_message</code> control to prevent potential data leakage</li>\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet</li>\n<li>Fix: Changed <code>imagesLoaded()</code> to Vanilla JS to avoid compatibility issues with some themes</li>\n<li>Fix: Only validate Tel field if not empty</li>\n<li>Fix: Stop slider while editing</li>\n</ul>\n<h4>1.13.1 - 2018-01-16</h4>\n<ul>\n<li>Fix: Added compatibility with old PHP versions</li>\n</ul>\n<h4>1.13.0 - 2018-01-16</h4>\n<ul>\n<li>New: Added File Upload field for Forms widget (<a href="https://github.com/elementor/elementor/issues/1482">#1482</a>, <a href="https://github.com/elementor/elementor/issues/2974">#2974</a>)</li>\n<li>New: Added Acceptance field for Forms widget (<a href="https://github.com/elementor/elementor/issues/1693">#1693</a>, <a href="https://github.com/elementor/elementor/issues/2974">#2974</a>)</li>\n<li>New: Added Date field for Forms widget (<a href="https://github.com/elementor/elementor/issues/1868">#1868</a>)</li>\n<li>New: Added Time field for Forms widget</li>\n<li>New: Added Password field for Forms widget (<a href="https://github.com/elementor/elementor/issues/2164">#2164</a>)</li>\n<li>New: Added HTML field for Forms widget (<a href="https://github.com/elementor/elementor/issues/1500">#1500</a>)</li>\n<li>Tweak: Added characters validation for Tel field</li>\n<li>Tweak: Added min & max validation for Number field</li>\n<li>Tweak: Added multiple selection for Select field</li>\n<li>Tweak: Added donReach integration for Share Buttons widget</li>\n</ul>\n<h4>1.12.3 - 2018-01-09</h4>\n<ul>\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget</li>\n<li>Fix: Apply <code>url-encoding</code> to "Tweet" button text in Blockquote widget to prevent unexpected corruption of the tweet text</li>\n<li>Fix: Removed My Account link from dashboard widget</li>\n</ul>\n<h4>1.12.2 - 2018-01-03</h4>\n<ul>\n<li>Tweak: Added animation none for Nav Menu widget (<a href="https://github.com/elementor/elementor/issues/2964">#2964</a>)</li>\n<li>Fix: Active license button style</li>\n</ul>\n<h4>1.12.1 - 2018-01-02</h4>\n<ul>\n<li>Tweak: Removed theme-element widgets from plain content</li>\n<li>Tweak: Set all theme-element widgets to extend same widget Base</li>\n<li>Tweak: Removed credit URL in forms meta data</li>\n<li>Tweak: Added compatibility for the future release of Elementor v1.9</li>\n<li>Fix: Validate Get response Error as real error</li>\n<li>Fix: Removed responsive height control from Facebook Page widget</li>\n</ul>\n<h4>1.12.0 - 2017-12-20</h4>\n<ul>\n<li>New: Added Drip integration to Forms</li>\n<li>New: Added ActiveCampaign integration to Forms</li>\n<li>New: Added ConverKit integration to Forms</li>\n<li>New: Added GetResponse integration to Forms</li>\n<li>New: Added form <code>id</code>, <code>name</code> attributes to handle integration with auto collectors like HubSpot</li>\n<li>New: Added Global API key for MailChimp to improve the workflow</li>\n<li>Tweak: Better error handling and message display for Forms</li>\n<li>Fix: PHP notice Undefined variable <code>$cc_header</code> (<a href="https://github.com/elementor/elementor/issues/2934">#2934</a>)</li>\n</ul>\n<h4>1.11.0 - 2017-12-11</h4>\n<ul>\n<li>New: Added a native Comments widget (<a href="https://github.com/elementor/elementor/issues/543">#543</a>)</li>\n<li>New: Added an Author Box widget</li>\n<li>New: Added a Post Navigation widget</li>\n<li>New: Added a Yoast Breadcrumbs widget (<a href="https://github.com/elementor/elementor/issues/2749">#2749</a>)</li>\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href="https://github.com/elementor/elementor/issues/2762">#2762</a>)</li>\n<li>Fix: Allow currency symbol to appear even if price isn''t numeric</li>\n<li>Fix: Edge cases when the nav menu is empty in a stretched section</li>\n<li>Fix: Added fallback when you remove the <code>space-between</code> on Swiper carousel</li>\n</ul>\n<h4>1.10.2 - 2017-12-03</h4>\n<ul>\n<li>Fix: Missing save widget icon (<a href="https://github.com/elementor/elementor/issues/2878">#2878</a>)</li>\n<li>Fix: Global widgets not saving edits (<a href="https://github.com/elementor/elementor/issues/2874">#2874</a>)</li>\n<li>Fix: Removed <code>white-space: nowrap;</code> property from vertical menu in Nav Menu widget (<a href="https://github.com/elementor/elementor/issues/2815">#2815</a>)</li>\n</ul>\n<h4>1.10.1 - 2017-11-30</h4>\n<ul>\n<li>Tweak: Added default value for search form</li>\n<li>Tweak: Order template list A-Z in the library widget</li>\n<li>Tweak: get_users/authors query is now done using AJAX only, for better performance in Query Control (<a href="https://github.com/elementor/elementor/issues/2865">#2865</a>)</li>\n<li>Fix: When adding <code>.00</code> it is not displayed on the front</li>\n<li>Fix: Make sure space between is numeric for carousel control</li>\n<li>Fix: Added space for radio & checkbox fields in form widget</li>\n</ul>\n<h4>1.10.0 - 2017-11-15</h4>\n<ul>\n<li>New: Added native Search form widget (<a href="https://github.com/elementor/elementor/issues/2576">#2576</a>)</li>\n<li>Tweak: Added Slides To Scroll & Loop controls to Media Carousel and Testimonials widgets</li>\n<li>Tweak: Added Inline editing to Blockquote widget</li>\n<li>Fix: Animated Headline color bug (<a href="https://github.com/elementor/elementor/issues/2516">#2516</a>)</li>\n<li>Fix: Animated Headline with Rotating skin</li>\n<li>Fix: RTL fix for Animated Headline widget in ''typing'' and ''clip'' animations</li>\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href="https://github.com/elementor/elementor/issues/2662">#2662</a>)</li>\n<li>Fix: Custom CSS gone after reloading the editor</li>\n</ul>\n<h4>1.9.5 - 2017-10-27</h4>\n<ul>\n<li>Fix: Broken Global widget with JS (<a href="https://github.com/elementor/elementor/issues/2639">#2639</a>)</li>\n</ul>\n<h4>1.9.4 - 2017-10-24</h4>\n<ul>\n<li>Tweak: Improved UI for notices and license page</li>\n<li>Fix: Update system conflict with other EDD plugins</li>\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href="https://github.com/elementor/elementor/issues/2577">#2577</a>)</li>\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href="https://github.com/elementor/elementor/issues/2496">#2496</a>)</li>\n<li>Fix: Increased submenu max-width (<a href="https://github.com/elementor/elementor/issues/2558">#2558</a>)</li>\n<li>Fix: Save global templates without their defaults</li>\n<li>Fix: Horizontal scrolling issue with posts grid</li>\n</ul>\n<h4>1.9.3 - 2017-10-03</h4>\n<ul>\n<li>Fix: Condition slide style that got affected by previous update</li>\n</ul>\n<h4>1.9.2 - 2017-10-02</h4>\n<ul>\n<li>New: Added integration with MailPoet 3 for Forms actions</li>\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode</li>\n<li>Fix: Removed bottom padding when there''s no pagination in Testimonial carousel</li>\n<li>Fix: Added condition for slides style section in skin bubble mode</li>\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel</li>\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows</li>\n</ul>\n<h4>1.9.1 - 2017-09-28</h4>\n<ul>\n<li>Fix: Slides per view for slideshow carousel</li>\n<li>Fix: Final polish for the new Testimonial Carousel widget</li>\n<li>Fix: Don''t play video if slide type is not video</li>\n<li>Fix: Removed slides style section condition (<a href="https://github.com/elementor/elementor/issues/2497">#2497</a>)</li>\n<li>Fix: Set cursor as pointer for slideshow thumbnails</li>\n</ul>\n<h4>1.9.0 - 2017-09-26</h4>\n<ul>\n<li>New: Added Media Carousel widget (<a href="https://github.com/elementor/elementor/issues/216">#216</a>, <a href="https://github.com/elementor/elementor/issues/347">#347</a>, <a href="https://github.com/elementor/elementor/issues/2209">#2209</a>)</li>\n<li>New: Added Testimonial Carousel widget (<a href="https://github.com/elementor/elementor/issues/715">#715</a>)</li>\n</ul>\n<h4>1.8.3 - 2017-09-24</h4>\n<ul>\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6</li>\n<li>Fix: Remove slashes from Form sent data</li>\n</ul>\n<h4>1.8.2 - 2017-09-19</h4>\n<ul>\n<li>Tweak: Added target URL for the tweet message in Blockquote widget</li>\n<li>Tweak: Render the slide height before the slider is finished loading</li>\n<li>Fix: Space between words for Animated Headline widget</li>\n<li>Fix: RTL compatibility for Animated Headline widget</li>\n<li>Fix: Italic font style for Animated Headline widget</li>\n<li>Fix: Excluded Menu widget from the WP Editor text rendering</li>\n</ul>\n<h4>1.8.1 - 2017-09-18</h4>\n<ul>\n<li>Fix: WCAG Compatible "required" field attribute for W3C validation (<a href="https://github.com/elementor/elementor/issues/2391">#2391</a>)</li>\n<li>Fix: Print the main menu only when is necessary in Menu widget</li>\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href="https://github.com/elementor/elementor/issues/2381">#2381</a>)</li>\n</ul>\n<h4>1.8.0 - 2017-09-12</h4>\n<ul>\n<li>New: Added Nav Menu widget (<a href="https://github.com/elementor/elementor/issues/1406">#1406</a>)</li>\n<li>Fix: Field ID for checkbox control in Form widget (<a href="https://github.com/elementor/elementor/issues/2279">#2279</a>)</li>\n<li>Fix: Style for Blockquote widget included</li>\n</ul>\n<h4>1.7.2 - 2017-09-07</h4>\n<ul>\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins</li>\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href="https://github.com/elementor/elementor/issues/2340">#2340</a>)</li>\n</ul>\n<h4>1.7.1 - 2017-09-05</h4>\n<ul>\n<li>Fix: Facebook SDK version</li>\n</ul>\n<h4>1.7.0 - 2017-09-05</h4>\n<ul>\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow</li>\n<li>New: Added Facebook Embed widget for Post, Video and Comment</li>\n<li>New: Added Facebook Comments widget</li>\n<li>New: Added Facebook Page widget (Previously known as Like Box)</li>\n<li>New: Added Blockquote widget with Tweet button</li>\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets</li>\n<li>Fix: Animated headline rotating with long words</li>\n</ul>\n<h4>1.6.1 - 2017-08-28</h4>\n<ul>\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when "Bring to Front" is not set</li>\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser</li>\n<li>Fix: Animated headline with more than 1-word per rotation</li>\n<li>Fix: Animated Headline in two lines</li>\n<li>Fix: Some errors in Global widget</li>\n</ul>\n<h4>1.6.0 - 2017-08-22</h4>\n<ul>\n<li>New: Added Animated Headline widget</li>\n<li>New: Added Hidden field for Forms widget (<a href="https://github.com/elementor/elementor/issues/2038">#2038</a>)</li>\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher</li>\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts</li>\n</ul>\n<h4>1.5.9 - 2017-08-16</h4>\n<ul>\n<li>Tweak: Added compatibility for the future release of Elementor v1.7</li>\n<li>Fix: Portfolio compatibility for GeneratePress theme</li>\n<li>Fix: Portfolio filter compatibility for RTL</li>\n<li>Fix: Pagination apply for all posts widget in the page</li>\n<li>Fix: Global form widget with MailChimp integration not saving</li>\n</ul>\n<h4>1.5.8 - 2017-07-25</h4>\n<ul>\n<li>Tweak: Added compatibility for the future release of Elementor v1.6</li>\n<li>Fix: Improved backward compatibility for query control rename</li>\n</ul>\n<h4>1.5.7 - 2017-07-24</h4>\n<ul>\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file</li>\n<li>Tweak: Display the label in the reCAPTCHA field for better experience</li>\n<li>Tweak: Rename <code>panel-posts-control</code> to <code>query-control</code> and added fallback support</li>\n<li>Tweak: Added compatibility for the future release of Elementor with history feature</li>\n<li>Fix: reCAPTCHA preview on the editor</li>\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href="https://github.com/elementor/elementor/issues/2000">#2000</a>)</li>\n<li>Fix: Added condition for icon size control in Share Buttons widget</li>\n</ul>\n<h4>1.5.6 - 2017-07-12</h4>\n<ul>\n<li>Fix: Query Control correction for taxonomies (<a href="https://github.com/elementor/elementor/issues/1963">#1963</a>)</li>\n<li>Fix: Custom CSS override scheme color in the editor</li>\n<li>Fix: Added order by Menu Order for Query Control in WC widget</li>\n<li>Fix: Glitch with Flip Box background overlay</li>\n</ul>\n<h4>1.5.5 - 2017-07-03</h4>\n<ul>\n<li>Tweak: Moved reCAPTCHA render to handler & load only if a form is exist</li>\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999</li>\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed</li>\n<li>Fix: Sorted items in filter bar by A-Z</li>\n<li>Fix: Editor glitch with Elementor v1.5 (<a href="https://github.com/elementor/elementor/issues/1927">#1927</a>)</li>\n</ul>\n<h4>1.5.4 - 2017-06-22</h4>\n<ul>\n<li>Tweak: Improved compatibility for Elementor v1.5</li>\n<li>Fix: URL default for Add To Cart widget</li>\n<li>Fix: Allowed <code>date</code> and <code>birthday</code> fields as text for MailChimp integration</li>\n</ul>\n<h4>1.5.3 - 2017-06-19</h4>\n<ul>\n<li>Tweak: Make flip-box height responsive control</li>\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href="https://github.com/elementor/elementor/issues/1829">#1829</a>)</li>\n<li>Fix: Global form widget with MailChimp integration not saving</li>\n</ul>\n<h4>1.5.2 - 2017-06-13</h4>\n<ul>\n<li>Fix: Custom CSS panel location compatibility for the old versions</li>\n</ul>\n<h4>1.5.1 - 2017-06-12</h4>\n<ul>\n<li>Fix: MailChimp update existing user registration</li>\n<li>Fix: Global widget with JS in the editor mode</li>\n<li>Fix: Label section condition in Login widget</li>\n<li>Fix: Changes to unlinked global widget do not appear in the editor</li>\n</ul>\n<h4>1.5.0 - 2017-05-23</h4>\n<ul>\n<li>New: Added Cards, a new skin for Posts widget</li>\n<li>New: Added Exclude option to post query control group</li>\n<li>Tweak: Added <code>post_class()</code> for each post in the loop</li>\n<li>Tweak: Added <code>.elementor-posts-masonry</code> class when Masonry layout is enabled</li>\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0</li>\n<li>Tweak: CSS <code>autoprefixer</code> now supports last 5 versions of browsers</li>\n<li>Tweak: Added <code>imageLoaded</code> library for Posts & Portfolio widgets</li>\n</ul>\n<h4>1.4.4 - 2017-05-18</h4>\n<ul>\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href="https://github.com/elementor/elementor/issues/1683">#1683</a>)</li>\n<li>Fix: Added <code>.elementor-form</code> class to Login form to fix style glitch</li>\n</ul>\n<h4>1.4.3 - 2017-05-14</h4>\n<ul>\n<li>Tweak: Added Redirect After Login option to Login widget</li>\n<li>Tweak: Stay in the current page after logout in Login widget</li>\n<li>Tweak: Preparation for Elementor settings tabs in future version</li>\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone</li>\n<li>Fix: Bug with <code>active</code> class in portfolio filter item</li>\n<li>Fix: Higher specific list-style-type <code>none</code> for filter items to override some theme style</li>\n</ul>\n<h4>1.4.2 - 2017-05-06</h4>\n<ul>\n<li>Fix: Temporary patch for form field shortcode in some servers</li>\n</ul>\n<h4>1.4.1 - 2017-05-03</h4>\n<ul>\n<li>Fix: Bug with custom success message in form widget</li>\n<li>Fix: Bug with meta data in email action</li>\n</ul>\n<h4>1.4.0 - 2017-05-03</h4>\n<ul>\n<li>New: Forms: integration with MailChimp</li>\n<li>New: Forms: integration with MailPoet</li>\n<li>New: Forms: Added Email 2 action for email confirmation</li>\n<li>New: Forms: Added shortcodes for fields</li>\n<li>New: Forms: Added custom ID for fields</li>\n<li>New: Forms: Added option to edit email HTML template (<a href="https://github.com/elementor/elementor/issues/1180">#1180</a>)</li>\n<li>New: Added Login widget</li>\n<li>Tweak: Move <code>send_html</code> control to <code>email_content_type</code></li>\n<li>Fix: Email still sent even if validation failed in form widget</li>\n</ul>\n<h4>1.3.2 - 2017-05-01</h4>\n<ul>\n<li>New: Added action <code>elementor_pro/init</code> for better integration with Elementor Pro</li>\n<li>Fix: Posts without featured image in Posts widget (<a href="https://github.com/elementor/elementor/issues/1234">#1234</a>, <a href="https://github.com/elementor/elementor/issues/1382">#1382</a>)</li>\n<li>Fix: reCAPTCHA & Honeypot fields with new method</li>\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser</li>\n<li>Fix: Border radius glitch on hover in Share Buttons</li>\n</ul>\n<h4>1.3.1 - 2017-04-25</h4>\n<ul>\n<li>Fix: Conflict update with revision history module</li>\n</ul>\n<h4>1.3.0 - 2017-04-25</h4>\n<ul>\n<li>New: Added Share Buttons widget (<a href="https://wordpress.org/support/topic/social-sharing-buttons-is-it-possible/">Topic</a>)</li>\n<li>New: Added Custom CSS for Page Settings</li>\n<li>New: Added Masonry layout for Portfolio widget</li>\n<li>New: Added Cc & Bcc options to email action (<a href="https://github.com/elementor/elementor/issues/1181">#1181</a>)</li>\n<li>New: Introduced <code>ElementorPro\\Modules\\Forms\\Classes\\Action_Base</code> class for better 3rd party integration for forms</li>\n<li>Tweak: Debugger module now also shows errors from Pro</li>\n<li>Tweak: Added options for Elementor Library</li>\n<li>Tweak: New base posts module for optimized performance</li>\n<li>Tweak: Adjusting Posts / Portfolio to the new structure</li>\n<li>Fix: Export for posts / portfolio</li>\n<li>Fix: Duplicate repeater field with switcher control (<a href="https://github.com/elementor/elementor/issues/1442">#1442</a>)</li>\n<li>Fix: Post per Page in the query control</li>\n<li>Fix: Metadata does not come through on form emails (<a href="https://github.com/elementor/elementor/issues/1566">#1566</a>)</li>\n</ul>\n<h4>1.2.6 - 2017-04-19</h4>\n<ul>\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products & Add to Cart widgets</li>\n</ul>\n<h4>1.2.5 - 2017-04-18</h4>\n<ul>\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)</li>\n</ul>\n<h4>1.2.4 - 2017-03-21</h4>\n<ul>\n<li>Tweak: Added Indian Rupee sign to Price Table widget</li>\n<li>Fix: Portfolio grid for IE11</li>\n<li>Fix: Link target blank in Price List widget</li>\n<li>Fix: Active item for filter bar in Portfolio widget</li>\n</ul>\n<h4>1.2.3 - 2017-03-06</h4>\n<ul>\n<li>Tweak: Fully compatible with Elementor v1.3.0</li>\n<li>Tweak: Added trigger for after form submission in Forms widget</li>\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms</li>\n<li>Fix: Portfolio filter syntax in Non-Latin languages</li>\n<li>Fix: Added <code>no-repeat</code> property for slide with <code>background-size:contain</code></li>\n<li>Fix: Condition control & Import value in Posts widgets</li>\n<li>Fix: Offset and Pagination in WordPress (<a href="https://codex.wordpress.org/Making_Custom_Queries_using_Offset_and_Pagination">More Info</a>)</li>\n<li>Fix: Submit handler bubbling for custom events in Forms widget</li>\n</ul>\n<h4>1.2.2 - 2017-02-23</h4>\n<ul>\n<li>Tweak: Change name from Side A/B to Front and Back in Flip Box widget</li>\n<li>Fix: Error when saving third party widgets in the global widget</li>\n<li>Fix: Image position "none" remains visible in editor preview (Posts)</li>\n<li>Fix: Hide the pagination when there are no links</li>\n</ul>\n<h4>1.2.1 - 2017-02-21</h4>\n<ul>\n<li>Fix: Firefox Flip Box 3D compatibility</li>\n</ul>\n<h4>1.2.0 - 2017-02-21</h4>\n<ul>\n<li>New: Added Flip Box widget</li>\n<li>New: Added Ken Burns effect for slides</li>\n<li>New: Added Masonry layout for Posts widget</li>\n<li>New: Added Pagination option for Posts widget</li>\n<li>Tweak: Added background size contain to slides</li>\n<li>Tweak: Improve Query control by preload items</li>\n<li>Fix: Text color for Checkbox and Radio fields</li>\n</ul>\n<h4>1.1.2 - 2017-02-05</h4>\n<ul>\n<li>Tweak: Added <code>aria-required</code> for better accessibility in forms widget</li>\n<li>Fix: Conflict Call to <code>undefined</code> method in Posts & Portfolio widgets (<a href="https://github.com/elementor/elementor/issues/1271">#1271</a>, <a href="https://github.com/elementor/elementor/issues/1266">#1266</a>)</li>\n<li>Fix: Submit button HTML after error sending</li>\n<li>Fix: Success message for <code>skip_email</code> function</li>\n<li>Notice: Elementor 1.2.0 or later now required</li>\n</ul>\n<h4>1.1.1 - 2017-01-24</h4>\n<ul>\n<li>Fix: Can''t save global widgets when <code>WP_DEBUG</code> is <code>true</code></li>\n<li>Fix: Undefined variable in WC widgets</li>\n<li>Fix: Removed duplicate strings</li>\n</ul>\n<h4>1.1.0 - 2017-01-24</h4>\n<ul>\n<li>New: Price Table widget (<a href="https://github.com/elementor/elementor/issues/102">#102</a>)</li>\n<li>New: WooCommerce Add to Cart widget</li>\n<li>New: WooCommerce Categories widget</li>\n<li>New: WooCommerce Elements widget</li>\n<li>New: Honeypot field for Forms widgets</li>\n<li>Tweak: Added inline options for taxonomies & authors if is less than 15 items</li>\n<li>Tweak: Added Required Mark for fields in Forms widget</li>\n<li>Fix: CSS selectors priority in Slides widget</li>\n<li>Fix: CSS bug in Price List widget</li>\n<li>Fix: Update all Post CSS files that includes specific Global Widget</li>\n</ul>\n<h4>1.0.9 - 2017-01-18</h4>\n<ul>\n<li>Fix: Auto complete bug in query controls</li>\n<li>Fix: Render template with escaping slashes</li>\n<li>Fix: Reply-to field in Forms widget</li>\n</ul>\n<h4>1.0.8 - 2017-01-11</h4>\n<ul>\n<li>Tweak: Code adjustments for Elementor API</li>\n<li>Fix: Removed go pro link from plugins page in admin</li>\n</ul>\n<h4>1.0.7 - 2017-01-05</h4>\n<ul>\n<li>Tweak: Added filter by featured / sale for WC Products widget</li>\n<li>Tweak: Added author control in Portfolio widget</li>\n<li>Tweak: Code adjustments for Elementor API</li>\n<li>Fix: Added support for empty image ratio</li>\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself</li>\n</ul>\n<h4>1.0.6 - 2017-01-01</h4>\n<ul>\n<li>Tweak: Added Auto-updates for local translation files</li>\n<li>Fix: Custom CSS for Global widgets</li>\n<li>Fix: Remove <code>nonce</code> field (Fix some cache plugins)</li>\n</ul>\n<h4>1.0.5 - 2016-12-27</h4>\n<ul>\n<li>Fix: Slide element bug fix - ''Link apply on'' logic</li>\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href="https://github.com/elementor/elementor/issues/1086">#1086</a>)</li>\n</ul>\n<h4>1.0.4 - 2016-12-21</h4>\n<ul>\n<li>Tweak: Mobile Editing for fields in the form widget</li>\n<li>Tweak: Mobile Editing for posts</li>\n<li>Tweak: Allow send form as HTML</li>\n<li>Tweak: Improved auto upgrades for Multisite installation</li>\n<li>Tweak: Improve editor rendering experience for Portfolio widget</li>\n<li>Fix: Posts widget check if image exist</li>\n<li>Fix: Changed the clone method for global widget (<a href="https://github.com/elementor/elementor/issues/1042">#1042</a>)</li>\n<li>Fix: Bug slides in RTL (removed direction control)</li>\n<li>Fix: Slides with no height jumps when changing slides</li>\n</ul>\n<h4>1.0.3 - 2016-12-13</h4>\n<ul>\n<li>Fix: Added escape placeholder for HTML Entities in form widget</li>\n<li>Fix: Countdown widget RTL bug</li>\n<li>Fix: Remove redundant #elementor selector for control style</li>\n<li>Fix: Added prefixing with ''0'' for one digit number in Countdown widget</li>\n</ul>\n<h4>1.0.2 - 2016-12-12</h4>\n<ul>\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form</li>\n</ul>\n<h4>1.0.1 - 2016-12-12</h4>\n<ul>\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active</li>\n</ul>\n<h4>1.0.0 - 2016-12-12</h4>\n<ul>\n<li>Initial release</li>\n</ul>";}";s:11:"new_version";s:5:"2.7.2";s:4:"name";s:13:"Elementor Pro";s:4:"slug";s:13:"elementor-pro";s:3:"url";s:36:"https://elementor.com/pro/changelog/";s:8:"homepage";s:26:"https://elementor.com/pro/";s:8:"requires";s:3:"4.7";s:6:"tested";s:5:"5.2.3";s:7:"package";s:0:"";s:13:"download_link";s:0:"";s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479";}s:5:"icons";a:1:{s:3:"svg";s:42:"https://ps.w.org/elementor/assets/icon.svg";}s:17:"canary_deployment";a:2:{s:11:"plugin_info";a:11:{s:11:"new_version";s:5:"2.7.1";s:4:"name";s:13:"Elementor Pro";s:4:"slug";s:13:"elementor-pro";s:3:"url";s:36:"https://elementor.com/pro/changelog/";s:8:"homepage";s:26:"https://elementor.com/pro/";s:8:"requires";s:3:"4.7";s:6:"tested";s:5:"5.2.3";s:7:"package";s:0:"";s:13:"download_link";s:0:"";s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479";}s:5:"icons";a:1:{s:3:"svg";s:42:"https://ps.w.org/elementor/assets/icon.svg";}}s:10:"conditions";a:1:{i:0;a:1:{i:0;a:3:{s:4:"type";s:8:"language";s:9:"languages";a:6:{i:0;s:5:"he_IL";i:1;s:5:"en_GB";i:2;s:5:"en_NZ";i:3;s:5:"en_ZA";i:4;s:5:"en_AU";i:5;s:5:"en_CA";}s:8:"operator";s:2:"in";}}}}}}', 'no'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (342, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1571049769', 'no'), (343, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'O:8:"stdClass":100:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";i:4626;}s:11:"woocommerce";a:3:{s:4:"name";s:11:"woocommerce";s:4:"slug";s:11:"woocommerce";s:5:"count";i:3686;}s:4:"post";a:3:{s:4:"name";s:4:"post";s:4:"slug";s:4:"post";s:5:"count";i:2642;}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";i:2517;}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";i:1941;}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";i:1765;}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";i:1753;}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";i:1473;}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";i:1452;}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";i:1448;}s:8:"facebook";a:3:{s:4:"name";s:8:"facebook";s:4:"slug";s:8:"facebook";s:5:"count";i:1438;}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";i:1387;}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";i:1361;}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";i:1295;}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";i:1156;}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";i:1139;}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";i:1107;}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";i:1076;}s:9:"ecommerce";a:3:{s:4:"name";s:9:"ecommerce";s:4:"slug";s:9:"ecommerce";s:5:"count";i:1047;}s:5:"login";a:3:{s:4:"name";s:5:"login";s:4:"slug";s:5:"login";s:5:"count";i:955;}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";i:862;}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";i:848;}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";i:844;}s:8:"security";a:3:{s:4:"name";s:8:"security";s:4:"slug";s:8:"security";s:5:"count";i:817;}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";i:759;}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";i:749;}s:6:"slider";a:3:{s:4:"name";s:6:"slider";s:4:"slug";s:6:"slider";s:5:"count";i:736;}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";i:735;}s:10:"e-commerce";a:3:{s:4:"name";s:10:"e-commerce";s:4:"slug";s:10:"e-commerce";s:5:"count";i:729;}s:9:"analytics";a:3:{s:4:"name";s:9:"analytics";s:4:"slug";s:9:"analytics";s:5:"count";i:708;}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";i:705;}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";i:688;}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";i:682;}s:4:"form";a:3:{s:4:"name";s:4:"form";s:4:"slug";s:4:"form";s:5:"count";i:677;}s:6:"search";a:3:{s:4:"name";s:6:"search";s:4:"slug";s:6:"search";s:5:"count";i:671;}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";i:657;}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";i:637;}s:4:"menu";a:3:{s:4:"name";s:4:"menu";s:4:"slug";s:4:"menu";s:5:"count";i:632;}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";i:624;}s:4:"ajax";a:3:{s:4:"name";s:4:"ajax";s:4:"slug";s:4:"ajax";s:5:"count";i:624;}s:6:"editor";a:3:{s:4:"name";s:6:"editor";s:4:"slug";s:6:"editor";s:5:"count";i:610;}s:5:"embed";a:3:{s:4:"name";s:5:"embed";s:4:"slug";s:5:"embed";s:5:"count";i:600;}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";i:577;}s:3:"css";a:3:{s:4:"name";s:3:"css";s:4:"slug";s:3:"css";s:5:"count";i:576;}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";i:564;}s:7:"youtube";a:3:{s:4:"name";s:7:"youtube";s:4:"slug";s:7:"youtube";s:5:"count";i:564;}s:12:"contact-form";a:3:{s:4:"name";s:12:"contact form";s:4:"slug";s:12:"contact-form";s:5:"count";i:560;}s:5:"share";a:3:{s:4:"name";s:5:"share";s:4:"slug";s:5:"share";s:5:"count";i:545;}s:5:"theme";a:3:{s:4:"name";s:5:"theme";s:4:"slug";s:5:"theme";s:5:"count";i:537;}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";i:536;}s:10:"responsive";a:3:{s:4:"name";s:10:"responsive";s:4:"slug";s:10:"responsive";s:5:"count";i:530;}s:9:"dashboard";a:3:{s:4:"name";s:9:"dashboard";s:4:"slug";s:9:"dashboard";s:5:"count";i:527;}s:6:"custom";a:3:{s:4:"name";s:6:"custom";s:4:"slug";s:6:"custom";s:5:"count";i:520;}s:9:"affiliate";a:3:{s:4:"name";s:9:"affiliate";s:4:"slug";s:9:"affiliate";s:5:"count";i:519;}s:3:"ads";a:3:{s:4:"name";s:3:"ads";s:4:"slug";s:3:"ads";s:5:"count";i:516;}s:7:"payment";a:3:{s:4:"name";s:7:"payment";s:4:"slug";s:7:"payment";s:5:"count";i:516;}s:10:"categories";a:3:{s:4:"name";s:10:"categories";s:4:"slug";s:10:"categories";s:5:"count";i:506;}s:7:"contact";a:3:{s:4:"name";s:7:"contact";s:4:"slug";s:7:"contact";s:5:"count";i:485;}s:4:"user";a:3:{s:4:"name";s:4:"user";s:4:"slug";s:4:"user";s:5:"count";i:483;}s:3:"api";a:3:{s:4:"name";s:3:"api";s:4:"slug";s:3:"api";s:5:"count";i:482;}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";i:481;}s:6:"button";a:3:{s:4:"name";s:6:"button";s:4:"slug";s:6:"button";s:5:"count";i:480;}s:5:"users";a:3:{s:4:"name";s:5:"users";s:4:"slug";s:5:"users";s:5:"count";i:460;}s:6:"mobile";a:3:{s:4:"name";s:6:"mobile";s:4:"slug";s:6:"mobile";s:5:"count";i:458;}s:6:"events";a:3:{s:4:"name";s:6:"events";s:4:"slug";s:6:"events";s:5:"count";i:452;}s:15:"payment-gateway";a:3:{s:4:"name";s:15:"payment gateway";s:4:"slug";s:15:"payment-gateway";s:5:"count";i:445;}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";i:432;}s:9:"slideshow";a:3:{s:4:"name";s:9:"slideshow";s:4:"slug";s:9:"slideshow";s:5:"count";i:424;}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";i:419;}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";i:417;}s:10:"navigation";a:3:{s:4:"name";s:10:"navigation";s:4:"slug";s:10:"navigation";s:5:"count";i:417;}s:9:"marketing";a:3:{s:4:"name";s:9:"marketing";s:4:"slug";s:9:"marketing";s:5:"count";i:415;}s:8:"calendar";a:3:{s:4:"name";s:8:"calendar";s:4:"slug";s:8:"calendar";s:5:"count";i:411;}s:4:"chat";a:3:{s:4:"name";s:4:"chat";s:4:"slug";s:4:"chat";s:5:"count";i:406;}s:10:"statistics";a:3:{s:4:"name";s:10:"statistics";s:4:"slug";s:10:"statistics";s:5:"count";i:403;}s:9:"gutenberg";a:3:{s:4:"name";s:9:"gutenberg";s:4:"slug";s:9:"gutenberg";s:5:"count";i:399;}s:5:"popup";a:3:{s:4:"name";s:5:"popup";s:4:"slug";s:5:"popup";s:5:"count";i:397;}s:10:"newsletter";a:3:{s:4:"name";s:10:"newsletter";s:4:"slug";s:10:"newsletter";s:5:"count";i:390;}s:4:"news";a:3:{s:4:"name";s:4:"news";s:4:"slug";s:4:"news";s:5:"count";i:387;}s:10:"shortcodes";a:3:{s:4:"name";s:10:"shortcodes";s:4:"slug";s:10:"shortcodes";s:5:"count";i:385;}s:5:"forms";a:3:{s:4:"name";s:5:"forms";s:4:"slug";s:5:"forms";s:5:"count";i:381;}s:12:"social-media";a:3:{s:4:"name";s:12:"social media";s:4:"slug";s:12:"social-media";s:5:"count";i:381;}s:4:"code";a:3:{s:4:"name";s:4:"code";s:4:"slug";s:4:"code";s:5:"count";i:371;}s:7:"plugins";a:3:{s:4:"name";s:7:"plugins";s:4:"slug";s:7:"plugins";s:5:"count";i:364;}s:8:"redirect";a:3:{s:4:"name";s:8:"redirect";s:4:"slug";s:8:"redirect";s:5:"count";i:364;}s:14:"contact-form-7";a:3:{s:4:"name";s:14:"contact form 7";s:4:"slug";s:14:"contact-form-7";s:5:"count";i:360;}s:3:"url";a:3:{s:4:"name";s:3:"url";s:4:"slug";s:3:"url";s:5:"count";i:359;}s:9:"multisite";a:3:{s:4:"name";s:9:"multisite";s:4:"slug";s:9:"multisite";s:5:"count";i:359;}s:4:"meta";a:3:{s:4:"name";s:4:"meta";s:4:"slug";s:4:"meta";s:5:"count";i:352;}s:11:"performance";a:3:{s:4:"name";s:11:"performance";s:4:"slug";s:11:"performance";s:5:"count";i:350;}s:4:"list";a:3:{s:4:"name";s:4:"list";s:4:"slug";s:4:"list";s:5:"count";i:348;}s:12:"notification";a:3:{s:4:"name";s:12:"notification";s:4:"slug";s:12:"notification";s:5:"count";i:337;}s:16:"custom-post-type";a:3:{s:4:"name";s:16:"custom post type";s:4:"slug";s:16:"custom-post-type";s:5:"count";i:329;}s:8:"tracking";a:3:{s:4:"name";s:8:"tracking";s:4:"slug";s:8:"tracking";s:5:"count";i:328;}s:11:"advertising";a:3:{s:4:"name";s:11:"advertising";s:4:"slug";s:11:"advertising";s:5:"count";i:326;}s:16:"google-analytics";a:3:{s:4:"name";s:16:"google analytics";s:4:"slug";s:16:"google-analytics";s:5:"count";i:325;}s:6:"simple";a:3:{s:4:"name";s:6:"simple";s:4:"slug";s:6:"simple";s:5:"count";i:322;}s:4:"html";a:3:{s:4:"name";s:4:"html";s:4:"slug";s:4:"html";s:5:"count";i:318;}s:6:"author";a:3:{s:4:"name";s:6:"author";s:4:"slug";s:6:"author";s:5:"count";i:315;}s:5:"cache";a:3:{s:4:"name";s:5:"cache";s:4:"slug";s:5:"cache";s:5:"count";i:315;}}', 'no'), (345, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1571039016;s:7:"checked";a:9:{s:23:"elementor/elementor.php";s:5:"2.7.4";s:31:"elementor-pro/elementor-pro.php";s:5:"2.7.2";s:25:"gp-premium/gp-premium.php";s:5:"1.8.3";s:29:"jet-elements/jet-elements.php";s:5:"2.1.2";s:21:"jet-menu/jet-menu.php";s:6:"1.5.14";s:33:"jet-theme-core/jet-theme-core.php";s:6:"1.1.15";s:40:"sitepress-multilingual-cms/sitepress.php";s:5:"4.2.9";s:34:"wpml-string-translation/plugin.php";s:6:"2.10.7";s:38:"wpml-translation-management/plugin.php";s:5:"2.8.8";}s:8:"response";a:0:{}s:12:"translations";a:0:{}s:9:"no_update";a:1:{s:23:"elementor/elementor.php";O:8:"stdClass":9:{s:2:"id";s:23:"w.org/plugins/elementor";s:4:"slug";s:9:"elementor";s:6:"plugin";s:23:"elementor/elementor.php";s:11:"new_version";s:5:"2.7.4";s:3:"url";s:40:"https://wordpress.org/plugins/elementor/";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/elementor.2.7.4.zip";s:5:"icons";a:3:{s:2:"2x";s:62:"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768";s:2:"1x";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";s:3:"svg";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";}s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479";}s:11:"banners_rtl";a:0:{}}}}', 'no'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `wp_postmeta` -- CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) UNSIGNED NOT NULL, `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Volcado de datos para la tabla `wp_postmeta` -- INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1, 2, '_wp_page_template', 'default'), (2, 3, '_wp_page_template', 'default'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `wp_posts` -- CREATE TABLE `wp_posts` ( `ID` bigint(20) UNSIGNED NOT NULL, `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Volcado de datos para la tabla `wp_posts` -- INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2, 1, '2019-07-30 10:53:59', '2019-07-30 08:53:59', '<!-- wp:paragraph -->\n<p>Esta es una página de ejemplo. Es diferente a una entrada del blog porque permanecerá en un solo lugar y aparecerá en la navegación de tu sitio (en la mayoría de los temas). La mayoría de las personas comienzan con una página «Acerca de» que les presenta a los visitantes potenciales del sitio. Podrías decir algo así:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class="wp-block-quote"><p>¡Bienvenido! Soy camarero de día, aspirante a actor de noche y esta es mi web. Vivo en Mairena del Alcor, tengo un perro que se llama Firulais y me gusta el rebujito. (Y las tardes largas con café).</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>…o algo así:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class="wp-block-quote"><p>La empresa «Mariscos Recio» fue fundada por Antonio Recio Mata. Empezó siendo una pequeña empresa que suministraba marisco a hoteles y restaurantes, pero poco a poco se ha ido transformando en un gran imperio. Mariscos Recio, el mar al mejor precio.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Como nuevo usuario de WordPress, deberías ir a <a href="http://localhost/generate/wp-admin/">tu escritorio</a> para borrar esta página y crear nuevas páginas para tu contenido. ¡Pásalo bien!</p>\n<!-- /wp:paragraph -->', 'Página de ejemplo', '', 'publish', 'closed', 'open', '', 'pagina-ejemplo', '', '', '2019-07-30 10:53:59', '2019-07-30 08:53:59', '', 0, 'http://localhost/generate/?page_id=2', 0, 'page', '', 0), (3, 1, '2019-07-30 10:53:59', '2019-07-30 08:53:59', '<!-- wp:heading --><h2>Quiénes somos</h2><!-- /wp:heading --><!-- wp:paragraph --><p>La dirección de nuestra web es: http://localhost/generate.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Qué datos personales recogemos y por qué los recogemos</h2><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>Comentarios</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Cuando los visitantes dejan comentarios en la web, recopilamos los datos que se muestran en el formulario de comentarios, así como la dirección IP del visitante y la cadena de agentes de usuario del navegador para ayudar a la detección de spam.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Una cadena anónima creada a partir de tu dirección de correo electrónico (también llamada hash) puede ser proporcionada al servicio de Gravatar para ver si la estás usando. La política de privacidad del servicio Gravatar está disponible aquí: https://automattic.com/privacy/. Después de la aprobación de tu comentario, la imagen de tu perfil es visible para el público en el contexto de su comentario.</p><!-- /wp:paragraph --><!-- wp:heading {"level":3} --><h3>Medios</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Si subes imágenes a la web deberías evitar subir imágenes con datos de ubicación (GPS EXIF) incluidos. Los visitantes de la web pueden descargar y extraer cualquier dato de localización de las imágenes de la web.</p><!-- /wp:paragraph --><!-- wp:heading {"level":3} --><h3>Formularios de contacto</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Si dejas un comentario en nuestro sitio puedes elegir guardar tu nombre, dirección de correo electrónico y web en cookies. Esto es para tu comodidad, para que no tengas que volver a rellenar tus datos cuando dejes otro comentario. Estas cookies tendrán una duración de un año.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Si tienes una cuenta y te conectas a este sitio, instalaremos una cookie temporal para determinar si tu navegador acepta cookies. Esta cookie no contiene datos personales y se elimina al cerrar el navegador.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Cuando inicias sesión, también instalaremos varias cookies para guardar tu información de inicio de sesión y tus opciones de visualización de pantalla. Las cookies de inicio de sesión duran dos días, y las cookies de opciones de pantalla duran un año. Si seleccionas "Recordarme", tu inicio de sesión perdurará durante dos semanas. Si sales de tu cuenta, las cookies de inicio de sesión se eliminarán.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Si editas o publicas un artículo se guardará una cookie adicional en tu navegador. Esta cookie no incluye datos personales y simplemente indica el ID del artículo que acabas de editar. Caduca después de 1 día.</p><!-- /wp:paragraph --><!-- wp:heading {"level":3} --><h3>Contenido incrustado de otros sitios web</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Los artículos de este sitio pueden incluir contenido incrustado (por ejemplo, vídeos, imágenes, artículos, etc.). El contenido incrustado de otras web se comporta exactamente de la misma manera que si el visitante hubiera visitado la otra web.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Estas web pueden recopilar datos sobre ti, utilizar cookies, incrustar un seguimiento adicional de terceros, y supervisar tu interacción con ese contenido incrustado, incluido el seguimiento de tu interacción con el contenido incrustado si tienes una cuenta y estás conectado a esa web.</p><!-- /wp:paragraph --><!-- wp:heading {"level":3} --><h3>Analítica</h3><!-- /wp:heading --><!-- wp:heading --><h2>Con quién compartimos tus datos</h2><!-- /wp:heading --><!-- wp:heading --><h2>Cuánto tiempo conservamos tus datos</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Si dejas un comentario, el comentario y sus metadatos se conservan indefinidamente. Esto es para que podamos reconocer y aprobar comentarios sucesivos automáticamente en lugar de mantenerlos en una cola de moderación.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>De los usuarios que se registran en nuestra web (si los hay), también almacenamos la información personal que proporcionan en su perfil de usuario. Todos los usuarios pueden ver, editar o eliminar su información personal en cualquier momento (excepto que no pueden cambiar su nombre de usuario). Los administradores de la web también pueden ver y editar esa información.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Qué derechos tienes sobre tus datos</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Si tienes una cuenta o has dejado comentarios en esta web, puedes solicitar recibir un archivo de exportación de los datos personales que tenemos sobre ti, incluyendo cualquier dato que nos hayas proporcionado. También puedes solicitar que eliminemos cualquier dato personal que tengamos sobre ti. Esto no incluye ningún dato que estemos obligados a conservar con fines administrativos, legales o de seguridad.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Dónde enviamos tus datos</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Los comentarios de los visitantes puede que los revise un servicio de detección automática de spam.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Tu información de contacto</h2><!-- /wp:heading --><!-- wp:heading --><h2>Información adicional</h2><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>Cómo protegemos tus datos</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>Qué procedimientos utilizamos contra las brechas de datos</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>De qué terceros recibimos datos</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>Qué tipo de toma de decisiones automatizada y/o perfilado hacemos con los datos del usuario</h3><!-- /wp:heading --><!-- wp:heading {"level":3} --><h3>Requerimientos regulatorios de revelación de información del sector</h3><!-- /wp:heading -->', 'Política de privacidad', '', 'draft', 'closed', 'open', '', 'politica-privacidad', '', '', '2019-07-30 10:53:59', '2019-07-30 08:53:59', '', 0, 'http://localhost/generate/?page_id=3', 0, 'page', '', 0), (9, 1, '2019-10-14 09:39:09', '0000-00-00 00:00:00', '', 'Borrador automático', '', 'auto-draft', 'open', 'open', '', '', '', '', '2019-10-14 09:39:09', '0000-00-00 00:00:00', '', 0, 'http://localhost/generate/?p=9', 0, 'post', '', 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `wp_termmeta` -- CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) UNSIGNED NOT NULL, `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `wp_terms` -- CREATE TABLE `wp_terms` ( `term_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Volcado de datos para la tabla `wp_terms` -- INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1, 'Sin categoría', 'sin-categoria', 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `wp_term_relationships` -- CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `wp_term_taxonomy` -- CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL, `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Volcado de datos para la tabla `wp_term_taxonomy` -- INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1, 1, 'category', '', 0, 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `wp_usermeta` -- CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Volcado de datos para la tabla `wp_usermeta` -- INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1, 1, 'nickname', 'admin'), (2, 1, 'first_name', ''), (3, 1, 'last_name', ''), (4, 1, 'description', ''), (5, 1, 'rich_editing', 'true'), (6, 1, 'syntax_highlighting', 'true'), (7, 1, 'comment_shortcuts', 'false'), (8, 1, 'admin_color', 'fresh'), (9, 1, 'use_ssl', '0'), (10, 1, 'show_admin_bar_front', 'true'), (11, 1, 'locale', ''), (12, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'), (13, 1, 'wp_user_level', '10'), (14, 1, 'dismissed_wp_pointers', ''), (15, 1, 'show_welcome_panel', '1'), (16, 1, 'session_tokens', 'a:1:{s:64:"f7fceacc23bc921fbb07a4b6bd732bd23eefd331a7a005db3a08f168a561bcce";a:4:{s:10:"expiration";i:1571211542;s:2:"ip";s:3:"::1";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36";s:5:"login";i:1571038742;}}'), (17, 1, 'wp_dashboard_quick_press_last_post_id', '9'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `wp_users` -- CREATE TABLE `wp_users` ( `ID` bigint(20) UNSIGNED NOT NULL, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Volcado de datos para la tabla `wp_users` -- INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1, 'admin', '$P$B1tAJ7JLFOQl2hT2C4o.P/gGY7F/RC1', 'admin', 'alejandrojm@factoryfy.com', '', '2019-07-30 08:53:59', '', 0, 'admin'); -- -- Índices para tablas volcadas -- -- -- Indices de la tabla `wp_commentmeta` -- ALTER TABLE `wp_commentmeta` ADD PRIMARY KEY (`meta_id`), ADD KEY `comment_id` (`comment_id`), ADD KEY `meta_key` (`meta_key`(191)); -- -- Indices de la tabla `wp_comments` -- ALTER TABLE `wp_comments` ADD PRIMARY KEY (`comment_ID`), ADD KEY `comment_post_ID` (`comment_post_ID`), ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), ADD KEY `comment_date_gmt` (`comment_date_gmt`), ADD KEY `comment_parent` (`comment_parent`), ADD KEY `comment_author_email` (`comment_author_email`(10)); -- -- Indices de la tabla `wp_links` -- ALTER TABLE `wp_links` ADD PRIMARY KEY (`link_id`), ADD KEY `link_visible` (`link_visible`); -- -- Indices de la tabla `wp_options` -- ALTER TABLE `wp_options` ADD PRIMARY KEY (`option_id`), ADD UNIQUE KEY `option_name` (`option_name`); -- -- Indices de la tabla `wp_postmeta` -- ALTER TABLE `wp_postmeta` ADD PRIMARY KEY (`meta_id`), ADD KEY `post_id` (`post_id`), ADD KEY `meta_key` (`meta_key`(191)); -- -- Indices de la tabla `wp_posts` -- ALTER TABLE `wp_posts` ADD PRIMARY KEY (`ID`), ADD KEY `post_name` (`post_name`(191)), ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), ADD KEY `post_parent` (`post_parent`), ADD KEY `post_author` (`post_author`); -- -- Indices de la tabla `wp_termmeta` -- ALTER TABLE `wp_termmeta` ADD PRIMARY KEY (`meta_id`), ADD KEY `term_id` (`term_id`), ADD KEY `meta_key` (`meta_key`(191)); -- -- Indices de la tabla `wp_terms` -- ALTER TABLE `wp_terms` ADD PRIMARY KEY (`term_id`), ADD KEY `slug` (`slug`(191)), ADD KEY `name` (`name`(191)); -- -- Indices de la tabla `wp_term_relationships` -- ALTER TABLE `wp_term_relationships` ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`), ADD KEY `term_taxonomy_id` (`term_taxonomy_id`); -- -- Indices de la tabla `wp_term_taxonomy` -- ALTER TABLE `wp_term_taxonomy` ADD PRIMARY KEY (`term_taxonomy_id`), ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), ADD KEY `taxonomy` (`taxonomy`); -- -- Indices de la tabla `wp_usermeta` -- ALTER TABLE `wp_usermeta` ADD PRIMARY KEY (`umeta_id`), ADD KEY `user_id` (`user_id`), ADD KEY `meta_key` (`meta_key`(191)); -- -- Indices de la tabla `wp_users` -- ALTER TABLE `wp_users` ADD PRIMARY KEY (`ID`), ADD KEY `user_login_key` (`user_login`), ADD KEY `user_nicename` (`user_nicename`), ADD KEY `user_email` (`user_email`); -- -- AUTO_INCREMENT de las tablas volcadas -- -- -- AUTO_INCREMENT de la tabla `wp_commentmeta` -- ALTER TABLE `wp_commentmeta` MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT de la tabla `wp_comments` -- ALTER TABLE `wp_comments` MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT de la tabla `wp_links` -- ALTER TABLE `wp_links` MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT de la tabla `wp_options` -- ALTER TABLE `wp_options` MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=346; -- -- AUTO_INCREMENT de la tabla `wp_postmeta` -- ALTER TABLE `wp_postmeta` MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT de la tabla `wp_posts` -- ALTER TABLE `wp_posts` MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT de la tabla `wp_termmeta` -- ALTER TABLE `wp_termmeta` MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT de la tabla `wp_terms` -- ALTER TABLE `wp_terms` MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT de la tabla `wp_term_taxonomy` -- ALTER TABLE `wp_term_taxonomy` MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT de la tabla `wp_usermeta` -- ALTER TABLE `wp_usermeta` MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; -- -- AUTO_INCREMENT de la tabla `wp_users` -- ALTER TABLE `wp_users` MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
| ver. 1.6 |
Github
|
.
| PHP 8.3.21 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings