-- phpMyAdmin SQL Dump
-- version 4.8.4
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Generation Time: Apr 11, 2019 at 05:11 PM
-- Server version: 10.3.7-MariaDB
-- PHP Version: 5.6.39

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
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 */;

--
-- Database: `test`
--
CREATE DATABASE IF NOT EXISTS `test` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
USE `test`;
--
-- Database: `wordpress`
--
CREATE DATABASE IF NOT EXISTS `wordpress` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
USE `wordpress`;

-- --------------------------------------------------------

--
-- Table structure for table `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 DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `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;

--
-- Dumping data for table `wp_comments`
--

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2019-04-11 08:43:42', '2019-04-11 08:43:42', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', '', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `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;

-- --------------------------------------------------------

--
-- Table structure for table `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;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://192.168.3.60/wordpress', 'yes'),
(2, 'home', 'http://192.168.3.60/wordpress', 'yes'),
(3, 'blogname', 'metro', 'yes'),
(4, 'blogdescription', 'Just another WordPress site', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'arvin.regino@maxtecnetworks.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:232:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:16:\"featured_item/?$\";s:33:\"index.php?post_type=featured_item\";s:46:\"featured_item/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=featured_item&feed=$matches[1]\";s:41:\"featured_item/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=featured_item&feed=$matches[1]\";s:33:\"featured_item/page/([0-9]{1,})/?$\";s:51:\"index.php?post_type=featured_item&paged=$matches[1]\";s:11:\"sidebars/?$\";s:27:\"index.php?post_type=sidebar\";s:41:\"sidebars/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=sidebar&feed=$matches[1]\";s:36:\"sidebars/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=sidebar&feed=$matches[1]\";s:28:\"sidebars/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=sidebar&paged=$matches[1]\";s:32:\"blocks/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"blocks/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"blocks/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"blocks/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"blocks/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"blocks/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"blocks/(.+?)/embed/?$\";s:39:\"index.php?blocks=$matches[1]&embed=true\";s:25:\"blocks/(.+?)/trackback/?$\";s:33:\"index.php?blocks=$matches[1]&tb=1\";s:33:\"blocks/(.+?)/page/?([0-9]{1,})/?$\";s:46:\"index.php?blocks=$matches[1]&paged=$matches[2]\";s:40:\"blocks/(.+?)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?blocks=$matches[1]&cpage=$matches[2]\";s:30:\"blocks/(.+?)/wc-api(/(.*))?/?$\";s:47:\"index.php?blocks=$matches[1]&wc-api=$matches[3]\";s:36:\"blocks/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:47:\"blocks/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:29:\"blocks/(.+?)(?:/([0-9]+))?/?$\";s:45:\"index.php?blocks=$matches[1]&page=$matches[2]\";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:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";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:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";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:57:\"block_categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?block_categories=$matches[1]&feed=$matches[2]\";s:52:\"block_categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?block_categories=$matches[1]&feed=$matches[2]\";s:33:\"block_categories/([^/]+)/embed/?$\";s:49:\"index.php?block_categories=$matches[1]&embed=true\";s:45:\"block_categories/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?block_categories=$matches[1]&paged=$matches[2]\";s:27:\"block_categories/([^/]+)/?$\";s:38:\"index.php?block_categories=$matches[1]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"featured_item/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"featured_item/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"featured_item/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"featured_item/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"featured_item/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"featured_item/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"featured_item/(.+?)/embed/?$\";s:46:\"index.php?featured_item=$matches[1]&embed=true\";s:32:\"featured_item/(.+?)/trackback/?$\";s:40:\"index.php?featured_item=$matches[1]&tb=1\";s:52:\"featured_item/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?featured_item=$matches[1]&feed=$matches[2]\";s:47:\"featured_item/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?featured_item=$matches[1]&feed=$matches[2]\";s:40:\"featured_item/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?featured_item=$matches[1]&paged=$matches[2]\";s:47:\"featured_item/(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?featured_item=$matches[1]&cpage=$matches[2]\";s:37:\"featured_item/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?featured_item=$matches[1]&wc-api=$matches[3]\";s:43:\"featured_item/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:54:\"featured_item/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:36:\"featured_item/(.+?)(?:/([0-9]+))?/?$\";s:52:\"index.php?featured_item=$matches[1]&page=$matches[2]\";s:63:\"featured_item_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?featured_item_category=$matches[1]&feed=$matches[2]\";s:58:\"featured_item_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?featured_item_category=$matches[1]&feed=$matches[2]\";s:39:\"featured_item_category/([^/]+)/embed/?$\";s:55:\"index.php?featured_item_category=$matches[1]&embed=true\";s:51:\"featured_item_category/([^/]+)/page/?([0-9]{1,})/?$\";s:62:\"index.php?featured_item_category=$matches[1]&paged=$matches[2]\";s:33:\"featured_item_category/([^/]+)/?$\";s:44:\"index.php?featured_item_category=$matches[1]\";s:58:\"featured_item_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?featured_item_tag=$matches[1]&feed=$matches[2]\";s:53:\"featured_item_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?featured_item_tag=$matches[1]&feed=$matches[2]\";s:34:\"featured_item_tag/([^/]+)/embed/?$\";s:50:\"index.php?featured_item_tag=$matches[1]&embed=true\";s:46:\"featured_item_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?featured_item_tag=$matches[1]&paged=$matches[2]\";s:28:\"featured_item_tag/([^/]+)/?$\";s:39:\"index.php?featured_item_tag=$matches[1]\";s:36:\"sidebars/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"sidebars/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"sidebars/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"sidebars/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"sidebars/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"sidebars/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"sidebars/([^/]+)/embed/?$\";s:40:\"index.php?sidebar=$matches[1]&embed=true\";s:29:\"sidebars/([^/]+)/trackback/?$\";s:34:\"index.php?sidebar=$matches[1]&tb=1\";s:49:\"sidebars/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?sidebar=$matches[1]&feed=$matches[2]\";s:44:\"sidebars/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?sidebar=$matches[1]&feed=$matches[2]\";s:37:\"sidebars/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?sidebar=$matches[1]&paged=$matches[2]\";s:44:\"sidebars/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?sidebar=$matches[1]&cpage=$matches[2]\";s:34:\"sidebars/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?sidebar=$matches[1]&wc-api=$matches[3]\";s:40:\"sidebars/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:51:\"sidebars/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:33:\"sidebars/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?sidebar=$matches[1]&page=$matches[2]\";s:25:\"sidebars/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"sidebars/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"sidebars/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"sidebars/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"sidebars/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"sidebars/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=96&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";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:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";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:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";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:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";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:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";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:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";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:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:62:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/wc-api(/(.*))?/?$\";s:99:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&wc-api=$matches[6]\";s:62:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:73:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:6:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:53:\"nextend-facebook-connect/nextend-facebook-connect.php\";i:2;s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";i:3;s:27:\"woocommerce/woocommerce.php\";i:4;s:27:\"woosidebars/woosidebars.php\";i:5;s:34:\"yith-woocommerce-wishlist/init.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', 'flatsome', 'yes'),
(41, 'stylesheet', 'flatsome', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '38590', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'page', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '280', 'yes'),
(59, 'thumbnail_size_h', '280', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '800', 'yes'),
(62, 'medium_size_h', '400', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1400', 'yes'),
(65, 'large_size_h', '800', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:5:{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;i:5;a:0:{}i:7;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:1;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:14;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:1;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}}', 'yes'),
(79, 'widget_text', 'a:4:{i:1;a:0:{}i:4;a:3:{s:5:\"title\";s:4:\"asdf\";s:4:\"text\";s:4:\"asdf\";s:6:\"filter\";b:0;}i:13;a:3:{s:5:\"title\";s:5:\"About\";s:4:\"text\";s:98:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt.\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(80, 'widget_rss', 'a:0:{}', 'yes'),
(81, 'uninstall_plugins', 'a:0:{}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '87', 'yes'),
(84, 'page_on_front', '96', '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', '0', 'yes'),
(93, 'initial_db_version', '38590', 'yes'),
(94, 'wp_user_roles', 'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:114:{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:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";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;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}}', 'yes'),
(95, 'fresh_site', '0', 'yes'),
(96, 'widget_search', 'a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;i:4;a:1:{s:5:\"title\";s:6:\"Search\";}}', 'yes'),
(97, 'widget_recent-posts', 'a:5:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;i:4;a:0:{}i:6;a:3:{s:5:\"title\";s:4:\"asdf\";s:6:\"number\";i:3;s:9:\"show_date\";b:0;}i:8;a:0:{}}', 'yes'),
(98, 'widget_recent-comments', 'a:4:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;i:4;a:0:{}i:5;a:2:{s:5:\"title\";s:15:\"Recent Comments\";s:6:\"number\";i:5;}}', 'yes'),
(99, 'widget_archives', 'a:5:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;i:4;a:0:{}i:6;a:3:{s:5:\"title\";s:7:\"Archive\";s:5:\"count\";i:1;s:8:\"dropdown\";i:0;}i:7;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:1;s:8:\"dropdown\";i:0;}}', 'yes'),
(100, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'sidebars_widgets', 'a:7:{s:19:\"wp_inactive_widgets\";a:70:{i:0;s:7:\"pages-3\";i:1;s:7:\"pages-5\";i:2;s:7:\"pages-6\";i:3;s:7:\"pages-8\";i:4;s:10:\"calendar-3\";i:5;s:10:\"calendar-5\";i:6;s:10:\"archives-4\";i:7;s:10:\"archives-6\";i:8;s:8:\"search-4\";i:9;s:6:\"text-4\";i:10;s:12:\"categories-5\";i:11;s:12:\"categories-7\";i:12;s:14:\"recent-posts-4\";i:13;s:14:\"recent-posts-6\";i:14;s:14:\"recent-posts-8\";i:15;s:17:\"recent-comments-4\";i:16;s:11:\"tag_cloud-3\";i:17;s:11:\"tag_cloud-8\";i:18;s:10:\"nav_menu-3\";i:19;s:10:\"nav_menu-4\";i:20;s:25:\"woocommerce_widget_cart-3\";i:21;s:25:\"woocommerce_widget_cart-5\";i:22;s:33:\"woocommerce_layered_nav_filters-3\";i:23;s:33:\"woocommerce_layered_nav_filters-5\";i:24;s:33:\"woocommerce_layered_nav_filters-7\";i:25;s:33:\"woocommerce_layered_nav_filters-9\";i:26;s:25:\"woocommerce_layered_nav-3\";i:27;s:25:\"woocommerce_layered_nav-5\";i:28;s:25:\"woocommerce_layered_nav-7\";i:29;s:26:\"woocommerce_layered_nav-10\";i:30;s:26:\"woocommerce_price_filter-3\";i:31;s:26:\"woocommerce_price_filter-5\";i:32;s:26:\"woocommerce_price_filter-7\";i:33;s:27:\"woocommerce_price_filter-11\";i:34;s:32:\"woocommerce_product_categories-5\";i:35;s:32:\"woocommerce_product_categories-7\";i:36;s:32:\"woocommerce_product_categories-9\";i:37;s:33:\"woocommerce_product_categories-10\";i:38;s:33:\"woocommerce_product_categories-12\";i:39;s:31:\"woocommerce_product_tag_cloud-3\";i:40;s:31:\"woocommerce_product_tag_cloud-5\";i:41;s:31:\"woocommerce_product_tag_cloud-6\";i:42;s:31:\"woocommerce_product_tag_cloud-7\";i:43;s:22:\"woocommerce_products-3\";i:44;s:22:\"woocommerce_products-4\";i:45;s:22:\"woocommerce_products-5\";i:46;s:22:\"woocommerce_products-7\";i:47;s:22:\"woocommerce_products-9\";i:48;s:23:\"woocommerce_products-10\";i:49;s:27:\"woocommerce_rating_filter-2\";i:50;s:27:\"woocommerce_rating_filter-3\";i:51;s:28:\"woocommerce_recent_reviews-3\";i:52;s:38:\"woocommerce_recently_viewed_products-3\";i:53;s:38:\"woocommerce_recently_viewed_products-5\";i:54;s:38:\"woocommerce_recently_viewed_products-7\";i:55;s:32:\"woocommerce_top_rated_products-2\";i:56;s:21:\"null-instagram-feed-3\";i:57;s:21:\"null-instagram-feed-4\";i:58;s:23:\"flatsome_recent_posts-3\";i:59;s:23:\"flatsome_recent_posts-5\";i:60;s:23:\"flatsome_recent_posts-6\";i:61;s:23:\"flatsome_recent_posts-8\";i:62;s:23:\"flatsome_recent_posts-9\";i:63;s:24:\"flatsome_recent_posts-11\";i:64;s:24:\"flatsome_recent_posts-13\";i:65;s:24:\"flatsome_recent_posts-14\";i:66;s:24:\"flatsome_recent_posts-16\";i:67;s:15:\"upsell_widget-3\";i:68;s:15:\"upsell_widget-5\";i:69;s:15:\"upsell_widget-7\";}s:12:\"sidebar-main\";a:7:{i:0;s:7:\"text-13\";i:1;s:24:\"flatsome_recent_posts-17\";i:2;s:17:\"recent-comments-5\";i:3;s:11:\"tag_cloud-9\";i:4;s:13:\"categories-14\";i:5;s:10:\"archives-7\";i:6;s:21:\"null-instagram-feed-5\";}s:16:\"sidebar-footer-1\";a:4:{i:0;s:23:\"woocommerce_products-12\";i:1;s:23:\"woocommerce_products-11\";i:2;s:23:\"woocommerce_products-13\";i:3;s:32:\"woocommerce_top_rated_products-3\";}s:16:\"sidebar-footer-2\";a:4:{i:0;s:14:\"block_widget-2\";i:1;s:24:\"flatsome_recent_posts-18\";i:2;s:31:\"woocommerce_product_tag_cloud-8\";i:3;s:14:\"block_widget-3\";}s:13:\"array_version\";i:3;s:12:\"shop-sidebar\";a:5:{i:0;s:34:\"woocommerce_layered_nav_filters-10\";i:1;s:33:\"woocommerce_product_categories-13\";i:2;s:26:\"woocommerce_layered_nav-11\";i:3;s:26:\"woocommerce_price_filter-9\";i:4;s:38:\"woocommerce_recently_viewed_products-8\";}s:15:\"product-sidebar\";a:0:{}}', 'yes'),
(102, 'widget_pages', 'a:6:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:3:{s:5:\"title\";s:5:\"Pages\";s:6:\"sortby\";s:10:\"post_title\";s:7:\"exclude\";s:0:\"\";}i:5;a:0:{}i:6;a:3:{s:5:\"title\";s:0:\"\";s:6:\"sortby\";s:10:\"post_title\";s:7:\"exclude\";s:0:\"\";}i:8;a:0:{}}', 'yes'),
(103, 'widget_calendar', 'a:4:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:0:{}i:5;a:0:{}}', 'yes'),
(104, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_tag_cloud', 'a:5:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:0:{}i:8;a:0:{}i:9;a:2:{s:5:\"title\";s:9:\"Tag Cloud\";s:8:\"taxonomy\";s:8:\"post_tag\";}}', 'yes'),
(109, 'widget_nav_menu', 'a:2:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}}', 'yes'),
(110, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'cron', 'a:13:{i:1554973928;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1554975824;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:1554976146;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1554979634;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"686c8315be36c96dc00d0d7ed3656b43\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:6;}}}}i:1554983346;a:1:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1554994146;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1555015424;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:1555027200;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1555058635;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:1555058946;a:1:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1555058956;a:1:{s:30:\"woocommerce_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:1557187200;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}}s:7:\"version\";i:2;}', 'yes'),
(112, 'theme_mods_twentyseventeen', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1554972445;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(116, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:4:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.1.1\";s:7:\"version\";s:5:\"5.1.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.1.1\";s:7:\"version\";s:5:\"5.1.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.4\";s:7:\"version\";s:5:\"5.0.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.10-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.10-partial-8.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.10-rollback-8.zip\";}s:7:\"current\";s:6:\"4.9.10\";s:7:\"version\";s:6:\"4.9.10\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:5:\"4.9.8\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1554973428;s:15:\"version_checked\";s:5:\"4.9.8\";s:12:\"translations\";a:0:{}}', 'no'),
(118, '_site_transient_timeout_theme_roots', '1554974237', 'no'),
(119, '_site_transient_theme_roots', 'a:6:{s:16:\"feather-magazine\";s:7:\"/themes\";s:8:\"flatsome\";s:7:\"/themes\";s:6:\"sabino\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}', 'no'),
(121, '_site_transient_timeout_browser_920c046f258f00f245a0298872d06827', '1555577037', 'no'),
(122, '_site_transient_browser_920c046f258f00f245a0298872d06827', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"73.0.3683.86\";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'),
(124, 'can_compress_scripts', '1', 'no'),
(125, '_site_transient_timeout_community-events-49266e53cc4d4db3186b916ce9fa7976', '1555015654', 'no'),
(126, '_site_transient_community-events-49266e53cc4d4db3186b916ce9fa7976', 'a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"192.168.3.0\";}s:6:\"events\";a:0:{}}', 'no'),
(127, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1555015441', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(128, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News –  – WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"\n	Tue, 09 Apr 2019 01:27: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:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.2-beta2-45157\";s:7:\"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:54:\"\n		\n		\n				\n		\n				\n		\n		\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.2 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2019/04/wordpress-5-2-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Apr 2019 01:27: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:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6874\";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:312:\"WordPress 5.2 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. There are two ways to test the WordPress 5.2 beta: try the WordPress Beta Tester plugin (you’ll want to [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Gary Pendergast\";s: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:4565:\"\n<p>WordPress 5.2 Beta 2 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>There are two ways to test the WordPress 5.2 beta: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.2-beta2.zip\">download the beta here</a> (zip).</p>\n\n\n\n<p>WordPress 5.2 is slated for release on <a href=\"https://make.wordpress.org/core/5-2/\">April 30</a>, and we need your help to get there! Thanks to the testing and feedback from everyone who tried <a href=\"https://wordpress.org/news/2019/03/wordpress-5-2-beta-1/\">beta 1</a>, nearly <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=2019-03-28..&amp;milestone=5.2&amp;group=component&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">100 tickets have been closed</a> since then. Here are the major changes and bug fixes:</p>\n\n\n\n<ul><li>We&#8217;ve added support for Emoji 12! <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1fa82.png\" alt=\"🪂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li><li>A brand-new <code>wp_body_open()</code> template tag (and corresponding <code>wp_body_open</code> action) will let themes (and plugins!) add content right after the <code>&lt;body&gt;</code> is opened (<a href=\"https://core.trac.wordpress.org/ticket/12563\">#12563</a>).</li><li>Superfluous paragraph tags will no longer incorrectly appear in dynamic block content (<a href=\"https://core.trac.wordpress.org/ticket/45495\">#45495</a>).</li><li>The Site Health screens have received several bug fixes, tweaks, and performance improvements.</li><li>Crash Protection no longer interrupts plugin editing (<a href=\"https://core.trac.wordpress.org/ticket/46045\">#46045</a>).</li><li>Custom error handlers now load correctly (<a href=\"https://core.trac.wordpress.org/ticket/46069\">#46069</a>).</li></ul>\n\n\n\n<h2>Minimum PHP Version Update</h2>\n\n\n\n<p>As of WordPress 5.2 beta 2, the minimum PHP version that WordPress will require is 5.6.20. If you&#8217;re running an older version of PHP, we highly recommend updating it now, before WordPress 5.2 is officially released.</p>\n\n\n\n<figure class=\"wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-wordpress-news\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"ZkPlxdmAFy\"><a href=\"https://wordpress.org/news/2019/04/minimum-php-version-update/\">Minimum PHP Version update</a></blockquote><iframe title=\"&#8220;Minimum PHP Version update&#8221; &#8212; WordPress News\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://wordpress.org/news/2019/04/minimum-php-version-update/embed/#?secret=ZkPlxdmAFy\" data-secret=\"ZkPlxdmAFy\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div></figure>\n\n\n\n<h2>Developer Notes</h2>\n\n\n\n<p>WordPress 5.2 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-2+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><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>The wonderful thing<br> about betas, is betas<br> are wonderful things.</em> <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f42f.png\" alt=\"🐯\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6874\";s: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:51:\"\n		\n		\n				\n		\n				\n		\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Minimum PHP Version update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/news/2019/04/minimum-php-version-update/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 01 Apr 2019 14:51:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"PHP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=6810\";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:330:\"WordPress 5.2 is targeted for release at the end of this month, and with it comes an update to the minimum required version of PHP. WordPress will now require a minimum of PHP 5.6.20. Beginning in WordPress 5.1, users running PHP versions below 5.6 have had a notification in their dashboard that includes information to [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aaron Jorbin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:3851:\"\n<p>WordPress 5.2 is targeted for release at the end of this month, and with it comes an update to the minimum required version of PHP.  WordPress will now require a minimum of PHP 5.6.20.</p>\n\n\n\n<p>Beginning in WordPress 5.1, users running PHP versions below 5.6 have had a notification in their dashboard that includes <a href=\"https://wordpress.org/support/update-php/\">information to help them update PHP</a>. Since then, the <a href=\"https://wordpress.org/about/stats/\">WordPress stats</a> have shown an increase in users on more recent versions of PHP. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/03/Screen-Shot-2019-03-27-at-10.30.34-PM.png?resize=632%2C265&#038;ssl=1\" alt=\"Screenshot of the &quot;PHP Update Required&quot; widget from the WordPress dashboard. Contains information about detecting an insecure version of PHP, how it affects your site, and a link for information on upgrading.\" class=\"wp-image-6826\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2019/03/Screen-Shot-2019-03-27-at-10.30.34-PM.png?resize=1024%2C429&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2019/03/Screen-Shot-2019-03-27-at-10.30.34-PM.png?resize=300%2C126&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2019/03/Screen-Shot-2019-03-27-at-10.30.34-PM.png?resize=768%2C322&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2019/03/Screen-Shot-2019-03-27-at-10.30.34-PM.png?w=1046&amp;ssl=1 1046w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>The dashboard widget users see if running an outdated version of PHP </figcaption></figure>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Why You Should Update PHP</h2>\n\n\n\n<p>If your site is running on an unsupported version of PHP, the WordPress updater will not offer WordPress 5.2 to your site. If you attempt to update WordPress manually, that update will fail. To continue using the latest features of WordPress you must update to a newer version of PHP. </p>\n\n\n\n<p>When updating to a new version of PHP, WordPress encourages updating to its recommended version, PHP 7.3. The PHP internals team has done a great job making its most recent version the fastest version of PHP yet. This means that updating will improve the speed of your site, both for you and your visitors.</p>\n\n\n\n<p>This performance increase also means fewer servers are needed to host websites. Updating PHP isn&#8217;t just good for your site, it also means less energy is needed for the <a href=\"https://wordpress.org/news/2019/03/one-third-of-the-web/\">1-in-3 sites that use WordPress</a>, so it&#8217;s good for the planet.  </p>\n\n\n\n<h2>How to Update PHP</h2>\n\n\n\n<p>If you need help updating to a new version of PHP, <a href=\"https://wordpress.org/support/update-php/\">detailed documentation is available</a>.  This includes sample communication to send to your host for them to assist you. Many hosting companies have published information on how to <a href=\"https://github.com/WordPress/servehappy-resources/blob/master/tutorials/hosting-specific/tutorials-en.md\">update PHP</a> that is specific for them. </p>\n\n\n\n<h2>5.6 now, but soon 7+</h2>\n\n\n\n<p>This is the first increase in PHP required version for WordPress since <a href=\"https://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/\">2010</a>, but may not be the only increase in 2019. The WordPress core team will monitor the adoption of the most recent versions of PHP with an eye towards making PHP 7+ the minimum version towards the end of the year. </p>\n\n\n\n<figure class=\"wp-block-pullquote\"><blockquote><p><a href=\"https://wordpress.org/support/update-php/#how-to-update-your-websites-php-version-for-a-faster-more-secure-website\">Update PHP today, so you can update WordPress tomorrow!</a></p></blockquote></figure>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6810\";s: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:48:\"\n		\n		\n				\n		\n				\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: March 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:69:\"https://wordpress.org/news/2019/04/the-month-in-wordpress-march-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 01 Apr 2019 08:59:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6846\";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:368:\"WordPress reached a significant milestone this month. With some exciting developments in Core, an interesting new proposal, and the return of a valuable global event, March was certainly an interesting time. WordPress Now Powers One-Third of the Web WordPress’ market share has been steadily increasing, and as of halfway through this month, it powers over [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7947:\"\n<p>WordPress reached a significant milestone this month. With some exciting developments in Core, an interesting new proposal, and the return of a valuable global event, March was certainly an interesting time.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress Now Powers One-Third of the Web</h2>\n\n\n\n<p>WordPress’ market share has been steadily increasing, and as of halfway through this month, it <a href=\"https://wordpress.org/news/2019/03/one-third-of-the-web/\">powers over one-third of the top 10 million sites on the web</a> (<a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\">according to W3Techs</a>, which tracks usage statistics for all major web platforms).</p>\n\n\n\n<p>This growth of WordPress is only made possible by the large team of volunteers working to build the project and community. If you would like to get involved in building the future of WordPress, then <a href=\"https://make.wordpress.org/\">check out the Make network</a> for a contributor team that fits your skill set.</p>\n\n\n\n<h2>WordPress 5.2 is on the Way</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/03/wordpress-5-1-1-security-and-maintenance-release/\">WordPress 5.1.1 was released this month</a>, with 14 fixes and enhancements, and the Core team is now focusing on the next major release, version 5.2. This release will include some great new features, along with <a href=\"https://make.wordpress.org/core/2019/03/20/whats-new-in-gutenberg-20th-march/\">the latest updates to the block editor</a>.</p>\n\n\n\n<p>One of the most anticipated new features is the <a href=\"https://make.wordpress.org/core/2019/03/20/the-improved-fatal-error-protection/\">improved fatal error detection</a> &#8211; this was removed from v5.1 shortly before release so that it could be improved and made more secure for this release. Along with that, <a href=\"https://wordpress.org/news/2019/04/minimum-php-version-update/\">PHP 5.6 is going to become the minimum required PHP version for WordPress</a>, a significant step towards a more modern web and <a href=\"https://make.wordpress.org/core/2019/03/26/coding-standards-updates-for-php-5-6/\">updated coding standards</a>.</p>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/03/wordpress-5-2-beta-1/\">WordPress 5.2 is now in beta</a> and you can test it by installing <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">the Beta Tester plugin</a> on any WordPress site.</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>Proposal for a Central Block Directory</h2>\n\n\n\n<p>With blocks becoming the new way to manage content in WordPress, more and more types of blocks are being developed to cater for different use cases and content types. In an effort to make it easier for content creators to find these block types, <a href=\"https://make.wordpress.org/meta/2019/03/08/the-block-directory-and-a-new-type-of-plugin/\">there is a proposal</a> for a new type of plugin and a directory to handle it.</p>\n\n\n\n<p>The proposal outlines a new type of WordPress plugin that provides blocks and nothing else, named Single Block Plugins. The primary benefit would be to provide content creators with individual pieces of functionality and new types of blocks without the need to search for and install new plugins.</p>\n\n\n\n<p>The Single Block Plugins would be hosted in a separate Block Directory section of the Plugin Directory and they would initially be JavaScript-based. Each plugin will register a single block, and they will be searchable and installable from within the editor itself. This puts blocks at the publishers’ fingertips &#8212; you no longer have to leave the editor to find them.</p>\n\n\n\n<p>Want to get involved in shaping this new type of plugin? Join in the conversation on <a href=\"https://make.wordpress.org/meta/2019/03/08/the-block-directory-and-a-new-type-of-plugin/\">the proposal post</a>, follow <a href=\"https://make.wordpress.org/meta/\">the Meta team blog</a>, and join the #meta channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Global WordPress Translation Day is Back</h2>\n\n\n\n<p>On 11 May 2019, <a href=\"https://make.wordpress.org/polyglots/2019/03/01/global-wordpress-translation-day-4-is-coming/\">the fourth Global WordPress Translation Day</a> will take place. This is a 24-hour global event dedicated to the translation of all things WordPress, from core to themes, plugins to marketing.</p>\n\n\n\n<p>Over the course of 24 hours, WordPress communities will meet to translate WordPress into their local languages and watch talks and sessions broadcast on <a href=\"https://wptranslationday.org/\">wptranslationday.org</a>. During the last Global WordPress Translation Day, 71 local events took place in 29 countries, and even more communities are expected to take part this time.</p>\n\n\n\n<p>Want to get involved in the Global WordPress Translation Day? Find out <a href=\"https://make.wordpress.org/community/2019/03/22/global-wordpress-translation-day-4-info-for-event-organizers/\">how to organize a local event</a>, <a href=\"https://wptranslationday.org/call-for-speakers/\">apply to be a speaker</a>, follow the updates on <a href=\"https://make.wordpress.org/polyglots/tag/gwtd4/\">the Polyglots team blog</a>, and join the #polyglots channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg Development Continues</h2>\n\n\n\n<p>With the block editor in WordPress Core, the team has been able to focus on adding some frequently requested features. <a href=\"https://make.wordpress.org/core/2019/03/20/whats-new-in-gutenberg-20th-march/\">Version 5.3 of Gutenberg</a>, &nbsp;released this month, includes a new block manager modal, the ability to nest different elements in the cover block, and some UI tweaks to improve the hover state of blocks.</p>\n\n\n\n<p>Want to get involved in developing Gutenberg? Check out <a href=\"https://github.com/wordpress/gutenberg\">the GitHub repository</a> and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>The PHP upgrade notice in WordPress 5.1 has already had <a href=\"https://twitter.com/GaryPendergast/status/1108493038811148290\">a hugely positive effect</a> on thousands of websites.</li><li>The Theme Review Team has released their useful Theme Sniffer plugin <a href=\"https://wordpress.org/plugins/theme-sniffer/\">on the Plugin Directory</a> to help theme developers build more standards-compliant themes.</li><li>The Polyglots team <a href=\"https://make.wordpress.org/polyglots/2019/03/27/helphub-localisation-plan-meeting-notes/\">has started a discussion</a> about the best way to localize WordPress user documentation.</li><li>The schedule for WordCamp Europe 2019 <a href=\"https://2019.europe.wordcamp.org/schedule/\">has been published</a> &#8211; the event takes place on June 20-22.</li><li>A new `wp_body_open` hook <a href=\"https://make.wordpress.org/themes/2019/03/29/addition-of-new-wp_body_open-hook/\">has been added to Core</a> in version 5.2, providing more power and flexibility for theme developers.</li><li>The dates and location of WordCamp for Publishers 2019 <a href=\"https://2019-columbus.publishers.wordcamp.org/\">have been announced</a>.</li><li>In a milestone achievement for inclusivity, <a href=\"https://twitter.com/wordcampmiami/status/1109102027324489731\">more than 50% of all speakers at WordCamp Miami were women</a>.</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><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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6846\";s: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:54:\"\n		\n		\n				\n		\n				\n		\n		\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.2 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2019/03/wordpress-5-2-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Mar 2019 23:39:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6798\";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:318:\"WordPress 5.2 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. You can test the WordPress 5.2 Beta two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8581:\"\n<p>WordPress 5.2 Beta 1 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.2 Beta 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.2-beta1.zip\">download the beta here</a> (zip).</li></ul>\n\n\n\n<p>WordPress 5.2 is slated for release on&nbsp;<a href=\"https://make.wordpress.org/core/5-2/\">April 30</a>, and we need your help to get there. Here are some of the big items to test so we can find as many bugs as possible in the coming weeks.</p>\n\n\n\n<h2>Block Editor</h2>\n\n\n\n<p>The block editor has received significant performance improvements since WordPress 5.1, shaving 35% off the load time for massive posts, and cutting the keypress time (how responsive it feels when you&#8217;re typing) in half!</p>\n\n\n\n<p>Accessibility continues to improve, too. The block editor now supports your browser&#8217;s reduced motion settings. The post URL slug has better labelling and help text. The focus styling for keyboard navigating through landmarks is clearer and more consistent. There are a variety of new speak messages, and existing messages have been tweaked for more useful screen-reader behaviour.</p>\n\n\n\n<p>We&#8217;ve added several new blocks:</p>\n\n\n\n<ul><li>An RSS block</li><li>An Amazon Kindle embed block</li><li>A Search block</li><li>A Calendar block</li><li>A Tag Cloud block</li></ul>\n\n\n\n<p>To help you keep track of these blocks, and only show the ones you need, there&#8217;s a new block management tool to switch blocks on and off.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/03/01-block-manager-1024x768.png?fit=632%2C474&amp;ssl=1\" alt=\"\" class=\"wp-image-6806\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2019/03/01-block-manager-1024x768.png?resize=1024%2C768&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2019/03/01-block-manager-1024x768.png?resize=300%2C225&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2019/03/01-block-manager-1024x768.png?resize=768%2C576&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" /><figcaption>Block Management Modal</figcaption></figure>\n\n\n\n<p>We&#8217;re constantly working on existing blocks, too. There are hundreds of bug fixes and improvements in the block editor, you can read more about them in the Gutenberg plugin releases: <a href=\"https://make.wordpress.org/core/2019/01/23/whats-new-in-gutenberg-23th-january/\">4.9</a>, <a href=\"https://make.wordpress.org/core/2019/02/06/whats-new-in-gutenberg-6th-february/\">5.0</a>, <a href=\"https://make.wordpress.org/core/2019/02/20/whats-new-in-gutenberg-20th-february/\">5.1</a>, <a href=\"https://make.wordpress.org/core/2019/03/06/whats-new-in-gutenberg-6th-march/\">5.2</a>, and <a href=\"https://make.wordpress.org/core/2019/03/20/whats-new-in-gutenberg-20th-march/\">5.3</a>.</p>\n\n\n\n<h3>The WordPress Mobile Apps</h3>\n\n\n\n<p>The block editor isn&#8217;t just for websites, either. The WordPress mobile apps now include an experimental version of a built-in block editor. This is still under development, but you can try it out now!</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-make-wordpress-mobile\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"BEX89Pj6RV\"><a href=\"https://make.wordpress.org/mobile/2019/02/26/the-block-editor-is-coming-to-the-mobile-apps/\">The block editor is coming to the mobile apps</a></blockquote><iframe title=\"&#8220;The block editor is coming to the mobile apps&#8221; &#8212; Make WordPress Mobile\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://make.wordpress.org/mobile/2019/02/26/the-block-editor-is-coming-to-the-mobile-apps/embed/#?secret=BEX89Pj6RV\" data-secret=\"BEX89Pj6RV\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div></figure>\n\n\n\n<h2>Site Health Check</h2>\n\n\n\n<p>Site Health Check is an ongoing project aimed at improving the stability and performance of the entire WordPress ecosystem.</p>\n\n\n\n<p>The first phase of this project (originally scoped for WordPress 5.1) is now included in WordPress 5.2. For the first time, WordPress will catch and pause the problem code, so you can log in to your Dashboard and see what the problem is (<a href=\"https://core.trac.wordpress.org/ticket/44458\">#44458</a>). Before, you’d have to FTP in to your files or get in touch with your host.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-make-wordpress-core\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"ueLxW5eatZ\"><a href=\"https://make.wordpress.org/core/2019/03/20/the-improved-fatal-error-protection/\">The Improved Fatal Error Protection</a></blockquote><iframe title=\"&#8220;The Improved Fatal Error Protection&#8221; &#8212; Make WordPress Core\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://make.wordpress.org/core/2019/03/20/the-improved-fatal-error-protection/embed/#?secret=ueLxW5eatZ\" data-secret=\"ueLxW5eatZ\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div></figure>\n\n\n\n<p>In addition, we&#8217;re adding a new Health Check tool to your Dashboard. Visit the <em>Tools</em> menu and click on <em>Health Check</em> to get information that can help improve the speed and security of  your site.</p>\n\n\n\n<h2>PHP Version Bump</h2>\n\n\n\n<p>With this release, <a href=\"https://make.wordpress.org/core/2018/12/08/updating-the-minimum-php-version/\">WordPress will increase its minimum supported PHP version to 5.6</a>. To help you check if you&#8217;re prepared for this change, WordPress 5.2 will show you a warning and help you upgrade your version of PHP, if necessary.</p>\n\n\n\n<h2>For Developers</h2>\n\n\n\n<ul><li>Plugins can now specify the minimum version of PHP that they support, so you can safely modernise your development practices without risking breaking your users&#8217; sites. (<a href=\"https://core.trac.wordpress.org/ticket/40934\">#40934</a>)</li><li>We&#8217;ve added the <code>sodium_compat</code> library, which provides backwards compatibility for the <a href=\"https://blog.zend.com/2018/11/06/modern-cryptography-in-php-7-2-with-sodium/\">Sodium-based cryptography library added in PHP 7.2</a>. (<a href=\"https://core.trac.wordpress.org/ticket/45806\">#45806</a>)</li><li>There&#8217;s a new release of Dashicons, the WordPress Dashboard icon font. There are 25 new icons for you to use! (<a href=\"https://core.trac.wordpress.org/ticket/41074\">#41074</a>)</li><li>You can now pass a label to <code>get_search_form()</code>, improving accessibility. (<a href=\"https://core.trac.wordpress.org/ticket/42057\">#42057</a>)</li></ul>\n\n\n\n<p>There have been <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.2&amp;group=resolution&amp;order=priority\">130 tickets closed</a> in WordPress 5.2 so far, with numerous small bug fixes and improvements to help smooth your WordPress experience.</p>\n\n\n\n<p>Keep your eyes on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for developer notes (which are <a href=\"https://make.wordpress.org/core/tag/5-2+dev-notes/\">assigned</a> the <code>dev-notes</code> tag) in the coming weeks detailing other changes in 5.2 that you should be aware of.</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><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>With each new release,<br>bearing multiple betas; <br>We fix, then we fly.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6798\";s: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:48:\"\n		\n		\n				\n		\n				\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"One-third of the web!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2019/03/one-third-of-the-web/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Mar 2019 13:16:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6789\";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:306:\"WordPress now powers over 1/3rd of the top 10 million sites on the web according to W3Techs. Our market share has been growing steadily over the last few years, going from 29.9% just one year ago to 33.4% now. We are, of course, quite proud of these numbers! The path here has been very exciting. [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2681:\"\n<p>WordPress now powers over 1/3rd of the top 10 million sites on the web according to <a href=\"https://w3techs.com/technologies/history_overview/content_management/all\">W3Techs</a>. Our market share has been growing steadily over the last few years, going from 29.9% just one year ago to 33.4% now. We are, of course, quite proud of these numbers! <br></p>\n\n\n\n<p>The path here has been very exciting. In 2005, we were celebrating <a href=\"https://wordpress.org/news/2005/03/fifty-thousand/\">50,000 downloads</a>. Six years later, in January 2011, WordPress was powering 13.1% of websites. And now, early in 2019, we are powering 33.4% of sites. Our latest release has already been <a href=\"https://wordpress.org/download/counter/\">downloaded close to 14 million times</a>, and it was only released on the 21st of February.<br></p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/03/w3techs-content-management-systems-usage.png?w=632&#038;ssl=1\" alt=\"Graph showing the growth of WordPress market share relative to other CMS\'s like Joomla, Drupal and others. Starting at just over 10% in January 2011 to 33.4% now.\" class=\"wp-image-6790\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/03/w3techs-content-management-systems-usage.png?w=900&amp;ssl=1 900w, https://i0.wp.com/wordpress.org/news/files/2019/03/w3techs-content-management-systems-usage.png?resize=300%2C167&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/03/w3techs-content-management-systems-usage.png?resize=768%2C427&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>WordPress market share on the rise over the last 8 years. Image source: <a href=\"https://w3techs.com/technologies/history_overview/content_management/all/y\">W3Techs</a>.</figcaption></figure>\n\n\n\n<p>Over the years WordPress has become the CMS of choice for more and more people and companies. As various businesses use WordPress, the variety of WordPress sites grows. Large enterprise businesses all the way down to small local businesses: all of them use WordPress to power their site. We love seeing that and we strive to continuously make WordPress better for all of you.</p>\n\n\n\n<p>We&#8217;d like to thank everyone who works on WordPress, which is built and maintained by a <a href=\"https://make.wordpress.org\">huge community of volunteers</a> that has grown alongside the CMS. This incredible community makes it possible for WordPress to keep growing while still also remaining <em>free</em>. And of course, we’d like to thank all of you <em>using</em> WordPress for using it and trusting in it. To all of you: let’s celebrate!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6789\";s: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:54:\"\n		\n		\n				\n		\n				\n		\n		\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 5.1.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2019/03/wordpress-5-1-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Mar 2019 03:34:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:5:\"5.1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6736\";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:369:\"WordPress 5.1.1 is now available! This security and maintenance release introduces 14 fixes and enhancements, including changes designed to help hosts prepare users for the&#160;minimum PHP version bump coming in 5.2. This release also includes a pair of security fixes that handle how comments are filtered and then stored in the database. With a maliciously [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Luke Carbis\";s: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:4084:\"\n<p>WordPress 5.1.1 is now available! This security and maintenance release introduces 14 fixes and enhancements, including changes designed to help hosts prepare users for the&nbsp;<a href=\"https://make.wordpress.org/core/2018/12/08/updating-the-minimum-php-version/\">minimum PHP version bump coming in 5.2</a>.</p>\n\n\n\n<p>This release also includes a pair of security fixes that handle how comments are filtered and then stored in the database. With a maliciously crafted comment, a WordPress post was vulnerable to cross-site scripting.</p>\n\n\n\n<p>WordPress versions 5.1 and earlier are affected by these bugs, which are fixed in version 5.1.1. Updated versions of WordPress 5.0 and earlier are also available for any users who have not yet updated to 5.1.</p>\n\n\n\n<p>Props to&nbsp;Simon Scannell of RIPS Technologies who discovered this flaw independent of some work that was being done by members of the core security team. Thank you to all of the reporters for&nbsp;<a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>, which gave us time to fix them before WordPress sites could be attacked.</p>\n\n\n\n<p>Other highlights of this release include:</p>\n\n\n\n<ul><li>Hosts can now offer a button for their users to update PHP.</li><li>The recommended PHP version used by the &#8220;Update PHP&#8221; notice can now be filtered.</li><li>Several minor bug fixes.</li></ul>\n\n\n\n<p>You can browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=5.1.1&amp;order=priority\">full list of changes on Trac</a>.</p>\n\n\n\n<p>WordPress 5.1.1 was a short-cycle maintenance release. <a href=\"https://core.trac.wordpress.org/query?milestone=5.1.2\">Version 5.1.2</a> is expected to follow a similar two week release cadence.</p>\n\n\n\n<p>You can&nbsp;download <a href=\"https://wordpress.org/download/\">WordPress 5.1.1</a>&nbsp;or visit <strong>Dashboard → Updates</strong> and click&nbsp;<strong>Update Now</strong>. Sites that support automatic background updates have already started to update automatically.</p>\n\n\n\n<p>In addition to the security researcher mentioned above, thank you to everyone who contributed to WordPress 5.1.1:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/vanyukov/\">Anton Vanyukov</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">Ben Bidner</a>, <a href=\"https://profiles.wordpress.org/bulletdigital/\">bulletdigital</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</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/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/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/j-falk/\">Johan Falk</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/lukecarbis/\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</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/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6736\";s: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:48:\"\n		\n		\n				\n		\n				\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress: February 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:72:\"https://wordpress.org/news/2019/03/the-month-in-wordpress-february-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Mar 2019 10:00:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6652\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:363:\"A new version of WordPress, significant security enhancements, important discussions, and much more &#8211; read on to find out what has been going on in the WordPress community for the month of February. Release of WordPress 5.1 Near the end of the month, WordPress 5.1 was released, featuring significant stability and performance enhancements as well [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7509:\"\n<p>A new version of WordPress, significant security enhancements, important discussions, and much more &#8211; read on to find out what has been going on in the WordPress community for the month of February.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Release of WordPress 5.1</h2>\n\n\n\n<p>Near the end of the month, <a href=\"https://wordpress.org/news/2019/02/betty/\">WordPress 5.1 was released</a>, featuring significant stability and performance enhancements as well as the first of the <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">Site Health</a> mechanisms that are in active development. Most prominent is the new warning for sites running long-outdated versions of PHP.<br></p>\n\n\n\n<p>You can check out <a href=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/\">the Field Guide for this release</a> for a detailed look at all the new features and improvements. The next release <a href=\"https://make.wordpress.org/core/2019/02/19/wordpress-5-2-schedule-and-scope/\">is already in development</a> with plans to improve the Site Health features, PHP compatibility, and a number of other things.<br></p>\n\n\n\n<p>Want to get involved in testing or building WordPress Core? You can install <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">the WordPress Beta Tester plugin</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>Gutenberg Development Continues </h2>\n\n\n\n<p>The block editor that is now a part of WordPress core started out as a project named <a href=\"https://wordpress.org/gutenberg/\">Gutenberg</a> with the lofty goal of creating a whole new site-building experience for all WordPress users. The first phase of Gutenberg resulted in the block editor that was included in WordPress 5.0, but development didn’t stop there &#8211; <a href=\"https://make.wordpress.org/core/2019/02/20/whats-new-in-gutenberg-20th-february/\">phase 2 of the project is well underway</a>.<br></p>\n\n\n\n<p>This month, one of the initial goals for this phase was reached with <a href=\"https://make.wordpress.org/core/2019/02/18/porting-widgets-to-blocks-feb-18-2019/\">all of the core WordPress widgets being converted to blocks</a> &#8211; this will go a long way to allowing full sites to be built using blocks, rather than simply post or page content.<br></p>\n\n\n\n<p>Want to get involved in developing Gutenberg? Check out <a href=\"https://github.com/wordpress/gutenberg\">the GitHub repository</a> and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Block Editor Comes to the Mobile Apps</h2>\n\n\n\n<p>As Gutenberg development continues, the Mobile team has been working hard to integrate the new block editor into <a href=\"https://wordpress.org/mobile/\">the WordPress mobile apps</a>. Near the end of February, <a href=\"https://make.wordpress.org/mobile/2019/02/26/the-block-editor-is-coming-to-the-mobile-apps/\">the team shipped a complete integration in the beta versions of the apps</a> &#8211; this a significant milestone and a big step towards unifying the mobile and desktop editing experiences.<br></p>\n\n\n\n<p>Both the iOS and Android apps are open for beta testers, so if you would like to experience the block editor on mobile today, then <a href=\"https://apps.wordpress.com/contribute/\">join the beta program</a>.<br></p>\n\n\n\n<p>Want to get involved in developing the WordPress mobile apps? Follow <a href=\"https://make.wordpress.org/mobile/\">the Mobile team blog</a>, and join the #mobile channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.<br></p>\n\n\n\n<h2>WordPress Triage Team Announced</h2>\n\n\n\n<p>One of the goals for 2019 that Matt Mullenweg (<a href=\'https://profiles.wordpress.org/matt/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matt</a>) announced in his <a href=\"https://2018.us.wordcamp.org/state-of-the-word/\">State of the Word</a> address last year was to form a team who would work to manage the ever-increasing number of tickets in <a href=\"https://core.trac.wordpress.org/\">Trac</a>, the bug tracker that WordPress Core employs.</p>\n\n\n\n<p>This team, known as the Triage Team, <a href=\"https://make.wordpress.org/core/2019/03/01/introducing-the-wordpress-triage-team/\">has been announced</a>. Their work will involve coordinating with component maintainers, release leads, project leadership, contributors, and other WordPress related projects with issue trackers outside of Trac to ensure that everyone is empowered to focus on contributing.</p>\n\n\n\n<p>The team was formed based on nominations of volunteers to take part and will be led by Jonathan Desrosiers (<a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>). The other members of the team are Chris Christoff (<a href=\'https://profiles.wordpress.org/chriscct7/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chriscct7</a>), Tammie Lister (<a href=\'https://profiles.wordpress.org/karmatosed/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>karmatosed</a>), Sergey Biryukov (<a href=\'https://profiles.wordpress.org/sergey/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergey</a>), and Sheri Bigelow (<a href=\'https://profiles.wordpress.org/designsimply/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>designsimply</a>) &#8211; all of whom have a strong track record of contributing to WordPress, have exhibited good triaging practices, and are overall good community members.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>In this year alone, <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/\">the WordPress meetup program</a> has hosted 800 events across the world, all organized by local community members.</li><li><a href=\"https://make.wordpress.org/community/2019/02/21/discussion-how-could-we-improve-the-wordpress-community-summit/\">An important discussion has been opened</a> regarding the future of the WordPress Community Summit.</li><li>The Polyglots team <a href=\"https://make.wordpress.org/polyglots/2019/03/01/global-wordpress-translation-day-4-is-coming/\">has started planning the fourth Global WordPress Translation Day</a> to take place on 11 May 2019.</li><li>The Theme Review team <a href=\"https://make.wordpress.org/themes/2019/02/26/theme-sniffer-plugin-v1-0-0-rc1-version/\">is working on a useful tool named Theme Sniffer</a> to assist theme developers and reviewers in making sure their code is standards-compliant.</li><li>The first <a href=\"https://2019.nordic.wordcamp.org/\">WordCamp Nordic</a> is coming up on March 7-8.</li><li>The WordCamp Europe team <a href=\"https://make.wordpress.org/community/2019/02/13/wordcamp-pwa-plugin-proposal-and-designs/\">is looking for feedback</a> on their designs for a Progressive Web Application (PWA) for WordCamp.org.</li><li>The Design team has been working hard on designing the new Navigation Menu block and are <a href=\"https://make.wordpress.org/design/2019/02/26/proposal-navigation-menu-block/\">looking for feedback</a>.</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><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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6652\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:51:\"\n		\n		\n				\n		\n				\n		\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 5.1 “Betty”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2019/02/betty/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Feb 2019 22:48:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.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=6589\";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:153:\"A Little Better Every Day: Version 5.1 of WordPress, named \"Betty\" in honour of acclaimed jazz vocalist Betty Carter, is available for download! 🕺🏻\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:43929:\"\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 style=\"text-align:center\">A Little Better Every Day</h2>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://s.w.org/images/core/5.1/update.svg\" alt=\"\" /></figure>\n\n\n\n<p>Version 5.1 of WordPress, named &#8220;Betty&#8221; in honour of acclaimed jazz vocalist Betty Carter, is available for download or update in your WordPress dashboard.</p>\n\n\n\n<p>Following <a href=\"https://wordpress.org/news/2018/12/bebo/\">WordPress 5.0</a> — a major release which introduced the new block editor — 5.1 focuses on polish, in particular by improving the overall performance of the editor. In addition, this release paves the way for a better, faster, and more secure WordPress with some essential tools for site administrators and developers.</p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 style=\"text-align:left\">Site Health</h2>\n\n\n\n<div class=\"wp-block-image inline-svg\"><figure class=\"alignright is-resized\"><img src=\"https://s.w.org/images/core/5.1/site-health.svg\" alt=\"\" width=\"191\" height=\"168\" /></figure></div>\n\n\n\n<p>With security and speed in mind, this release introduces WordPress’s first <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">Site Health</a> features. WordPress will start showing notices to administrators of sites that run long-outdated versions of PHP, which is the programming language that powers WordPress.</p>\n\n\n\n<p>When you install new plugins, WordPress&#8217;s Site Health features will check them against the version of PHP you&#8217;re running. If the plugin requires a version that won’t work with your site, WordPress will keep you from installing that plugin.</p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 style=\"text-align:left\">Editor Performance</h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignright is-resized\"><img src=\"https://s.w.org/images/core/5.1/editor-performance.svg\" alt=\"\" width=\"182\" height=\"182\" /></figure></div>\n\n\n\n<p>Introduced in WordPress 5.0, the new block editor continues to improve. Most significantly, WordPress 5.1 includes solid performance improvements within the editor. The editor should feel a little quicker to start, and typing should feel smoother. </p>\n\n\n\n<p>Expect more performance improvements in the next couple of releases.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 style=\"text-align:left\">Developer Happiness</h2>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2019/01/28/multisite-support-for-site-metadata-in-5-1/\">Multisite Metadata</a></h3>\n\n\n\n<p>5.1 introduces a new database table to store metadata associated with sites and allows for the storage of arbitrary site data relevant in a multisite / network context.</p>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2019/01/23/cron-api-changes-in-wordpress-5-1/\">Cron API</a></h3>\n\n\n\n<p>The Cron API has been updated with new functions to assist with returning data and includes new filters for modifying cron storage. Other changes in behavior affect cron spawning on servers running FastCGI and PHP-FPM versions 7.0.16 and above.</p>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2018/05/16/preparing-wordpress-for-a-javascript-future-part-1-build-step-and-folder-reorganization/\">New JS Build Processes</a></h3>\n\n\n\n<p>WordPress 5.1 features a new JavaScript build option, following the large reorganisation of code that started in the 5.0 release.</p>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2019/01/23/miscellaneous-developer-focused-changes-in-5-1/\">Other Developer Goodness</a></h3>\n\n\n\n<p>Miscellaneous improvements include:</p>\n\n\n\n<ul><li>Updates to values for the <code>WP_DEBUG_LOG</code> constant</li><li>New test config file constant in the test suite, new plugin action hooks </li><li>Short-circuit filters for  <code>wp_unique_post_slug()</code>, <code>WP_User_Query</code>, and <code>count_users()</code></li><li>A new <code>human_readable_duration</code> function</li><li>Improved taxonomy metabox sanitization</li><li>Limited <code>LIKE</code> support for meta keys when using <code>WP_Meta_Query</code></li><li>A new “doing it wrong” notice when registering REST API endpoints</li></ul>\n\n\n\n<p>&#8230;and more!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 style=\"text-align:left\">The Squad</h2>\n\n\n\n<p>This release was led by <a href=\"http://ma.tt/\">Matt Mullenweg</a>, along with <a href=\"https://pento.net/\">Gary Pendergast</a> as <a href=\"https://core.trac.wordpress.org/changeset/42343\">Senior Code Reshuffler</a> and <a href=\"https://core.trac.wordpress.org/changeset/43309\">Poet</a>. They received wonderful assistance from the following 561 contributors for this release, 231 of whom were making their first ever contribution! Pull up some Betty Carter on your music service of choice, and check out some of their profiles:</p>\n\n\n<a href=\"https://profiles.wordpress.org/0x6f0\">0x6f0</a>, <a href=\"https://profiles.wordpress.org/1265578519-1\">1265578519</a>, <a href=\"https://profiles.wordpress.org/1naveengiri\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/360zen\">360zen</a>, <a href=\"https://profiles.wordpress.org/aardrian\">aardrian</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abdullahramzan\">Abdullah Ramzan</a>, <a href=\"https://profiles.wordpress.org/abhayvishwakarma\">Abhay Vishwakarma</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/ajitbohra\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/aldavigdis\">aldavigdis</a>, <a href=\"https://profiles.wordpress.org/alejandroxlopez\">alejandroxlopez</a>, <a href=\"https://profiles.wordpress.org/alexstine\">Alex</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/xyfi\">Alexander Botteram</a>, <a href=\"https://profiles.wordpress.org/alexvorn2\">Alexandru Vornicescu</a>, <a href=\"https://profiles.wordpress.org/alexgso\">alexgso</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/allendav\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/alvarogois\">Alvaro Gois dos Santos</a>, <a href=\"https://profiles.wordpress.org/acirujano\">Ana Cirujano</a>, <a href=\"https://profiles.wordpress.org/anantajitjg\">Anantajit JG</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/andrei0x309\">andrei0x309</a>, <a href=\"https://profiles.wordpress.org/andreiglingeanu\">andreiglingeanu</a>, <a href=\"https://profiles.wordpress.org/aduth\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/andrewza\">Andrew Lima</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/anevins\">Andrew Nevins</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey Savchenko</a>, <a href=\"https://profiles.wordpress.org/nosolosw\">Andrés Maneiro</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/la-geek\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/antaltettinger\">Antal Tettinger</a>, <a href=\"https://profiles.wordpress.org/antipole\">antipole</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/vanyukov\">Anton Vanyukov</a>, <a href=\"https://profiles.wordpress.org/avillegasn\">Antonio Villegas</a>, <a href=\"https://profiles.wordpress.org/antonioeatgoat\">antonioeatgoat</a>, <a href=\"https://profiles.wordpress.org/aranwer104\">Anwer AR</a>, <a href=\"https://profiles.wordpress.org/aryamaaru\">Arun</a>, <a href=\"https://profiles.wordpress.org/mrasharirfan\">Ashar Irfan</a>, <a href=\"https://profiles.wordpress.org/ashokrd2013\">ashokrd2013</a>, <a href=\"https://profiles.wordpress.org/mmaumio\">Aumio</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/ayubadiputra\">Ayub Adiputra</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/behzod\">Behzod Saidov</a>, <a href=\"https://profiles.wordpress.org/drywallbmb\">Ben Byrne</a>, <a href=\"https://profiles.wordpress.org/benhuberman\">benhuberman</a>, <a href=\"https://profiles.wordpress.org/benoitchantre\">Benoit Chantre</a>, <a href=\"https://profiles.wordpress.org/benvaassen\">benvaassen</a>, <a href=\"https://profiles.wordpress.org/bhargavmehta\">Bhargav Mehta</a>, <a href=\"https://profiles.wordpress.org/bikecrazyy\">bikecrazyy</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/blair-jersyer\">Blair jersyer</a>, <a href=\"https://profiles.wordpress.org/blobfolio\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boblinthorst\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/bradparbs\">Brad Parbs</a>, <a href=\"https://profiles.wordpress.org/bradleyt\">Bradley Taylor</a>, <a href=\"https://profiles.wordpress.org/bramheijmink\">bramheijmink</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bpayton\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/brentswisher\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard\">bridgetwillard</a>, <a href=\"https://profiles.wordpress.org/bandonrandon\">Brooke.</a>, <a href=\"https://profiles.wordpress.org/bruceallen\">bruceallen</a>, <a href=\"https://profiles.wordpress.org/bulletdigital\">bulletdigital</a>, <a href=\"https://profiles.wordpress.org/burhandodhy\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/burlingtonbytes\">Bytes.co</a>, <a href=\"https://profiles.wordpress.org/icaleb\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calin\">Calin Don</a>, <a href=\"https://profiles.wordpress.org/campusboy1987\">campusboy</a>, <a href=\"https://profiles.wordpress.org/carolinegeven\">carolinegeven</a>, <a href=\"https://profiles.wordpress.org/ccismaru\">ccismaru</a>, <a href=\"https://profiles.wordpress.org/chasewg\">chasewg</a>, <a href=\"https://profiles.wordpress.org/chetan200891\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/boda1982\">Christopher Spires</a>, <a href=\"https://profiles.wordpress.org/claudiu\">claudiu</a>, <a href=\"https://profiles.wordpress.org/cliffpaulick\">Clifford Paulick</a>, <a href=\"https://profiles.wordpress.org/munklefish\">Code Clinic</a>, <a href=\"https://profiles.wordpress.org/codegrau\">codegrau</a>, <a href=\"https://profiles.wordpress.org/coleh\">coleh</a>, <a href=\"https://profiles.wordpress.org/conner_bw\">conner_bw</a>, <a href=\"https://profiles.wordpress.org/coreymckrill\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/croce\">croce</a>, <a href=\"https://profiles.wordpress.org/littlebigthing\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/clarinetlord\">Cyrus Collier</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danieltj\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/daniel-koskinen\">Daniel Koskinen</a>, <a href=\"https://profiles.wordpress.org/talldanwp\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danimalbrown\">danimalbrown</a>, <a href=\"https://profiles.wordpress.org/dannycooper\">Danny Cooper</a>, <a href=\"https://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"https://profiles.wordpress.org/darko-a7\">Darko A7</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbinda\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/desertsnowman\">David Cramer</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dglingren\">David Lingren</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/superdav42\">David Stone</a>, <a href=\"https://profiles.wordpress.org/dekervit\">dekervit</a>, <a href=\"https://profiles.wordpress.org/denisco\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/designsimply\">designsimply</a>, <a href=\"https://profiles.wordpress.org/dfangstrom\">dfangstrom</a>, <a href=\"https://profiles.wordpress.org/dhanendran\">Dhanendran</a>, <a href=\"https://profiles.wordpress.org/dharm1025\">Dharmesh Patel</a>, <a href=\"https://profiles.wordpress.org/dhavalkasvala\">Dhaval kasavala</a>, <a href=\"https://profiles.wordpress.org/dhruvin\">Dhruvin</a>, <a href=\"https://profiles.wordpress.org/diedeexterkate\">DiedeExterkate</a>, <a href=\"https://profiles.wordpress.org/dilipbheda\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dingo_d\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donncha\">Donncha O Caoimh</a>, <a href=\"https://profiles.wordpress.org/dontstealmyfish\">dontstealmyfish</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/drivingralle\">Drivingralle</a>, <a href=\"https://profiles.wordpress.org/dschalk\">dschalk</a>, <a href=\"https://profiles.wordpress.org/dsifford\">dsifford</a>, <a href=\"https://profiles.wordpress.org/dyrer\">dyrer</a>, <a href=\"https://profiles.wordpress.org/eamax\">eamax</a>, <a href=\"https://profiles.wordpress.org/eartboard\">eArtboard</a>, <a href=\"https://profiles.wordpress.org/edo888\">edo888</a>, <a href=\"https://profiles.wordpress.org/electricfeet\">ElectricFeet</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/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ericdaams\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/erich_k4wp\">Erich Munz</a>, <a href=\"https://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"https://profiles.wordpress.org/ericmeyer\">ericmeyer</a>, <a href=\"https://profiles.wordpress.org/etoledom\">etoledom</a>, <a href=\"https://profiles.wordpress.org/evansolomon\">Evan Solomon</a>, <a href=\"https://profiles.wordpress.org/faisal03\">Faisal Alvi</a>, <a href=\"https://profiles.wordpress.org/felipeelia\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fclaussen\">Fernando Claussen</a>, <a href=\"https://profiles.wordpress.org/flipkeijzer\">flipkeijzer</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/fpcsjames\">FPCSJames</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fuchsws\">fuchsws</a>, <a href=\"https://profiles.wordpress.org/fullyint\">fullyint</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/garetharnold\">Gareth</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/kloon\">Gerhard Potgieter</a>, <a href=\"https://profiles.wordpress.org/girishpanchal\">Girish Panchal</a>, <a href=\"https://profiles.wordpress.org/gm_alex\">GM_Alex</a>, <a href=\"https://profiles.wordpress.org/gnif\">gnif</a>, <a href=\"https://profiles.wordpress.org/graymouser\">graymouser</a>, <a href=\"https://profiles.wordpress.org/greg\">greg</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Grzegorz Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/guido07111975\">Guido</a>, <a href=\"https://profiles.wordpress.org/gutendev\">GutenDev <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/270d.png\" alt=\"✍\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/3299.png\" alt=\"㊙\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></a>, <a href=\"https://profiles.wordpress.org/hafiz\">Hafiz Rahman</a>, <a href=\"https://profiles.wordpress.org/hailite\">Hai@LiteSpeed<img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/26a1.png\" alt=\"⚡\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></a>, <a href=\"https://profiles.wordpress.org/hansjovisyoast\">Hans-Christiaan Braun</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/hardik-amipara\">Hardik Amipara</a>, <a href=\"https://profiles.wordpress.org/harsh175\">Harsh Patel</a>, <a href=\"https://profiles.wordpress.org/haruharuharuby\">haruharuharuby</a>, <a href=\"https://profiles.wordpress.org/idea15\">Heather Burns</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herregroen\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/hitendra-chopda\">Hitendra Chopda</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/ibantxillo\">ibantxillo</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/igorsch\">Igor</a>, <a href=\"https://profiles.wordpress.org/ibenic\">Igor Benic</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ionvv\">ionvv</a>, <a href=\"https://profiles.wordpress.org/ireneyoast\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/isabel104\">isabel104</a>, <a href=\"https://profiles.wordpress.org/ishitaka\">ishitaka</a>, <a href=\"https://profiles.wordpress.org/meatman89fs\">Ivan Mudrik</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jackreichert\">Jack Reichert</a>, <a href=\"https://profiles.wordpress.org/jakept\">Jacob Peattie</a>, <a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/janak007\">janak Kaneriya</a>, <a href=\"https://profiles.wordpress.org/janalwin\">janalwin</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/janthiel\">janthiel</a>, <a href=\"https://profiles.wordpress.org/jaswrks\">Jason Caldwell</a>, <a href=\"https://profiles.wordpress.org/javorszky\">javorszky</a>, <a href=\"https://profiles.wordpress.org/jaydeep-rami\">Jaydip Rami</a>, <a href=\"https://profiles.wordpress.org/jaymanpandya\">Jayman Pandya</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeffpaul\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jmdodd\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/miss_jwo\">Jenny</a>, <a href=\"https://profiles.wordpress.org/jeremeylduvall\">Jeremey</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jeremyescott\">Jeremy Scott</a>, <a href=\"https://profiles.wordpress.org/jesperher\">Jesper V Nielsen</a>, <a href=\"https://profiles.wordpress.org/professor44\">Jesse Friedman</a>, <a href=\"https://profiles.wordpress.org/jjcomack\">Jimmy Comack</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jirihon\">Jiri Hon</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">JJJ</a>, <a href=\"https://profiles.wordpress.org/joanrho\">joanrho</a>, <a href=\"https://profiles.wordpress.org/jobthomas\">Job</a>, <a href=\"https://profiles.wordpress.org/sephsekla\">Joe Bailey-Roberts</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelcj91\">Joel James <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/2764.png\" alt=\"❤\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/j-falk\">Johan Falk</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnny5\">John Godley</a>, <a href=\"https://profiles.wordpress.org/johnalarcon\">johnalarcon</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/johnschulz\">johnschulz</a>, <a href=\"https://profiles.wordpress.org/jrchamp\">Jonathan Champ</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joneiseman\">joneiseman</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/josephscott\">Joseph Scott</a>, <a href=\"https://profiles.wordpress.org/joshuawold\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jpurdy647\">jpurdy647</a>, <a href=\"https://profiles.wordpress.org/jrdelarosa\">jrdelarosa</a>, <a href=\"https://profiles.wordpress.org/jryancard\">jryancard</a>, <a href=\"https://profiles.wordpress.org/juiiee8487\">Juhi Patel</a>, <a href=\"https://profiles.wordpress.org/jamosova\">Julia Amosova</a>, <a href=\"https://profiles.wordpress.org/juliemoynat\">juliemoynat</a>, <a href=\"https://profiles.wordpress.org/jrf\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/junaidkbr\">Junaid Ahmed</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/greenshady\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kapteinbluf\">kapteinbluf</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kelvink\">kelvink</a>, <a href=\"https://profiles.wordpress.org/khaihong\">khaihong</a>, <a href=\"https://profiles.wordpress.org/kiranpotphode\">Kiran Potphode</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/kkarpieszuk\">kkarpieszuk</a>, <a href=\"https://profiles.wordpress.org/kmeze\">kmeze</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/konainm\">konainm</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/kristastevens\">kristastevens</a>, <a href=\"https://profiles.wordpress.org/krutidugade\">krutidugade</a>, <a href=\"https://profiles.wordpress.org/laghee\">laghee</a>, <a href=\"https://profiles.wordpress.org/lakenh\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/laurelfulford\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/lbenicio\">lbenicio</a>, <a href=\"https://profiles.wordpress.org/leanderiversen\">Leander Iversen</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/lenasterg\">lenasterg</a>, <a href=\"https://profiles.wordpress.org/lisannekluitmans\">lisannekluitmans</a>, <a href=\"https://profiles.wordpress.org/lizkarkoski\">lizkarkoski</a>, <a href=\"https://profiles.wordpress.org/lucagrandicelli\">Luca Grandicelli</a>, <a href=\"https://profiles.wordpress.org/lucasrolff\">LucasRolff</a>, <a href=\"https://profiles.wordpress.org/luciano-croce\">luciano-croce</a>, <a href=\"https://profiles.wordpress.org/lukecarbis\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/luminus\">Luminus</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">M&#225;rio Valney</a>, <a href=\"https://profiles.wordpress.org/maartenleenders\">maartenleenders</a>, <a href=\"https://profiles.wordpress.org/macbookandrew\">macbookandrew</a>, <a href=\"https://profiles.wordpress.org/travel_girl\">Maja Benke</a>, <a href=\"https://profiles.wordpress.org/mako09\">Mako</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">mallorydxw-old</a>, <a href=\"https://profiles.wordpress.org/manuelaugustin\">Manuel Augustin</a>, <a href=\"https://profiles.wordpress.org/manuel_84\">manuel_84</a>, <a href=\"https://profiles.wordpress.org/zottto\">Marc Nilius</a>, <a href=\"https://profiles.wordpress.org/marcelo2605\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/marcomartins\">Marco Martins</a>, <a href=\"https://profiles.wordpress.org/marcomarsala\">marco.marsala</a>, <a href=\"https://profiles.wordpress.org/mkaz\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marcwieland95\">marcwieland95</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mariusvw\">mariusvw</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">Mariyan Belchev</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/iceable\">Mathieu Sarrasin</a>, <a href=\"https://profiles.wordpress.org/mathieuhays\">mathieuhays</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom\">Matt Cromwell</a>, <a href=\"https://profiles.wordpress.org/mgibbs189\">Matt Gibbs</a>, <a href=\"https://profiles.wordpress.org/sivel\">Matt Martz</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/lonelyvegan\">Matthew Riley MacPherson</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/mcmwebsol\">mcmwebsol</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mensmaximus\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/mermel\">mermel</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee\">metalandcoffee</a>, <a href=\"https://profiles.wordpress.org/wpscholar\">Micah Wood</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Michael Nelson</a>, <a href=\"https://profiles.wordpress.org/michielatyoast\">Michiel Heijmans</a>, <a href=\"https://profiles.wordpress.org/sebastienthivinfocom\">Migrated to @sebastienserre</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mmtr86\">Miguel Torres</a>, <a href=\"https://profiles.wordpress.org/mihaiiceyro\">mihaiiceyro</a>, <a href=\"https://profiles.wordpress.org/mihdan\">mihdan</a>, <a href=\"https://profiles.wordpress.org/mikegillihan\">Mike Gillihan</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/lanche86\">Milan Ivanovic</a>, <a href=\"https://profiles.wordpress.org/milana_cap\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/milindmore22\">Milind More</a>, <a href=\"https://profiles.wordpress.org/mirkoschubert\">mirkoschubert</a>, <a href=\"https://profiles.wordpress.org/monikarao\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/boemedia\">Monique Dubbelman</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrmadhat\">mrmadhat</a>, <a href=\"https://profiles.wordpress.org/xpertone\">Muhammad Kashif</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/lorenzone92\">MultiformeIngegno</a>, <a href=\"https://profiles.wordpress.org/munyagu\">munyagu</a>, <a href=\"https://profiles.wordpress.org/mythemeshop\">MyThemeShop</a>, <a href=\"https://profiles.wordpress.org/mzorz\">mzorz</a>, <a href=\"https://profiles.wordpress.org/nadim0988\">nadim0988</a>, <a href=\"https://profiles.wordpress.org/nandorsky\">nandorsky</a>, <a href=\"https://profiles.wordpress.org/naoki0h\">Naoki Ohashi</a>, <a href=\"https://profiles.wordpress.org/nao\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nataliashitova\">nataliashitova</a>, <a href=\"https://profiles.wordpress.org/nateallen\">Nate Allen</a>, <a href=\"https://profiles.wordpress.org/nathanatmoz\">Nathan Johnson</a>, <a href=\"https://profiles.wordpress.org/ndavison\">ndavison</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/nextendweb\">Nextendweb</a>, <a href=\"https://profiles.wordpress.org/ndiego\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickmomrik\">Nick Momrik</a>, <a href=\"https://profiles.wordpress.org/nick_thegeek\">Nick the Geek</a>, <a href=\"https://profiles.wordpress.org/nahuelmahe\">Nicolas Figueira</a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nicollle\">Nicolle Helgers</a>, <a href=\"https://profiles.wordpress.org/jainnidhi\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nielslange\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/mrtortai\">Noam Eppel</a>, <a href=\"https://profiles.wordpress.org/notnownikki\">notnownikki</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/omarreiss\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/codestor\">Omkar Bhagat</a>, <a href=\"https://profiles.wordpress.org/ov3rfly\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/paaljoachim\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/palmiak\">palmiak</a>, <a href=\"https://profiles.wordpress.org/panchen\">panchen</a>, <a href=\"https://profiles.wordpress.org/parbaugh\">parbaugh</a>, <a href=\"https://profiles.wordpress.org/xparham\">Parham Ghaffarian</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/natacado\">Paul Paradise</a>, <a href=\"https://profiles.wordpress.org/paulschreiber\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/piewp\">Perdaan</a>, <a href=\"https://profiles.wordpress.org/pputzer\">Peter Putzer</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/walbo\">Petter Walb&#248; Johnsg&#229;rd</a>, <a href=\"https://profiles.wordpress.org/pskli\">Pierre Sa&#239;kali</a>, <a href=\"https://profiles.wordpress.org/wizzard_\">Pieter Daalder</a>, <a href=\"https://profiles.wordpress.org/piyush9100\">Piyush Patel</a>, <a href=\"https://profiles.wordpress.org/poena\">poena</a>, <a href=\"https://profiles.wordpress.org/promz\">Pramod Jodhani</a>, <a href=\"https://profiles.wordpress.org/pmbaldha\">Prashant Baldha</a>, <a href=\"https://profiles.wordpress.org/pratikthink\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pratikkry\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/precies\">precies</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presslabs\">Presslabs</a>, <a href=\"https://profiles.wordpress.org/presstigers\">PressTigers</a>, <a href=\"https://profiles.wordpress.org/programmin\">programmin</a>, <a href=\"https://profiles.wordpress.org/punit5658\">Punit Patel</a>, <a href=\"https://profiles.wordpress.org/purnendu\">Purnendu Dash</a>, <a href=\"https://profiles.wordpress.org/qcmiao\">Qucheng</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/bamadesigner\">Rachel Cherry</a>, <a href=\"https://profiles.wordpress.org/larrach\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/rafsuntaskin\">Rafsun Chowdhury</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/cthreelabs\">Raja Mohammed</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramizmanked\">Ramiz Manked</a>, <a href=\"https://profiles.wordpress.org/ramonopoly\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/ravanh\">RavanH</a>, <a href=\"https://profiles.wordpress.org/redcastor\">redcastor</a>, <a href=\"https://profiles.wordpress.org/remyvv\">remyvv</a>, <a href=\"https://profiles.wordpress.org/rensw90\">rensw90</a>, <a href=\"https://profiles.wordpress.org/rhetorical\">rhetorical</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/rishishah\">Rishi Shah</a>, <a href=\"https://profiles.wordpress.org/robbie505\">Robbie</a>, <a href=\"https://profiles.wordpress.org/robdxw\">robdxw</a>, <a href=\"https://profiles.wordpress.org/noisysocks\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/littlerchicken\">Robin Cornett</a>, <a href=\"https://profiles.wordpress.org/robinvandervliet\">Robin van der Vliet</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/othellobloke\">Ryan Paul</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/ryotsun\">ryotsun</a>, <a href=\"https://profiles.wordpress.org/sebastienserre\">S&#233;bastien SERRE</a>, <a href=\"https://profiles.wordpress.org/stodorovic\">Sa&#353;a</a>, <a href=\"https://profiles.wordpress.org/sagarnasit\">sagarnasit</a>, <a href=\"https://profiles.wordpress.org/sasiddiqui\">Sami Ahmed Siddiqui</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/tinkerbelly\">sarah semark</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/scottlee\">Scott Lee</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebakurzyn\">Sebastian Kurzynoswki</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shamim51\">Shamim Hasan</a>, <a href=\"https://profiles.wordpress.org/shaneeckert\">Shane Eckert</a>, <a href=\"https://profiles.wordpress.org/sharaz\">Sharaz Shahid</a>, <a href=\"https://profiles.wordpress.org/shashwatmittal\">Shashwat Mittal</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/sherwood\">sherwood</a>, <a href=\"https://profiles.wordpress.org/shital-patel\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shivapoudel\">Shiva Poudel</a>, <a href=\"https://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"https://profiles.wordpress.org/sjardo\">sjardo</a>, <a href=\"https://profiles.wordpress.org/skoldin\">skoldin</a>, <a href=\"https://profiles.wordpress.org/slilley\">slilley</a>, <a href=\"https://profiles.wordpress.org/slushman\">slushman</a>, <a href=\"https://profiles.wordpress.org/sonjaleix\">Sonja Leix</a>, <a href=\"https://profiles.wordpress.org/sonjanyc\">sonjanyc</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/spartank\">spartank</a>, <a href=\"https://profiles.wordpress.org/spyderbytes\">spyderbytes</a>, <a href=\"https://profiles.wordpress.org/sstoqnov\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stazdotio\">stazdotio</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stormrockwell\">Storm Rockwell</a>, <a href=\"https://profiles.wordpress.org/skostadinov\">Stoyan Kostadinov</a>, <a href=\"https://profiles.wordpress.org/strategio\">strategio</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/manikmist09\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/swift\">swift</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/teddytime\">teddytime</a>, <a href=\"https://profiles.wordpress.org/terriann\">Terri Ann</a>, <a href=\"https://profiles.wordpress.org/terwdan\">terwdan</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themezee\">ThemeZee</a>, <a href=\"https://profiles.wordpress.org/thomasplevy\">Thomas Patrick Levy</a>, <a href=\"https://profiles.wordpress.org/thomas-vitale\">Thomas Vitale</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/thrijith\">Thrijith Thankachan</a>, <a href=\"https://profiles.wordpress.org/tiagohillebrandt\">Tiago Hillebrandt</a>, <a href=\"https://profiles.wordpress.org/tigertech\">tigertech</a>, <a href=\"https://profiles.wordpress.org/timhavinga\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/titodevera\">titodevera</a>, <a href=\"https://profiles.wordpress.org/tkama\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tz-media\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/tferry\">Tommy Ferry</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/torontodigits\">TorontoDigits</a>, <a href=\"https://profiles.wordpress.org/mirucon\">Toshihiro Kanai</a>, <a href=\"https://profiles.wordpress.org/itowhid06\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/upadalavipul\">upadalavipul</a>, <a href=\"https://profiles.wordpress.org/usmankhalid\">Usman Khalid</a>, <a href=\"https://profiles.wordpress.org/utsav72640\">Utsav tilava</a>, <a href=\"https://profiles.wordpress.org/uttam007\">uttam007</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal\">Vaishali Panchal</a>, <a href=\"https://profiles.wordpress.org/valer1e\">Val&#233;rie Galassi</a>, <a href=\"https://profiles.wordpress.org/valchovski\">valchovski</a>, <a href=\"https://profiles.wordpress.org/vishaldodiya\">vishaldodiya</a>, <a href=\"https://profiles.wordpress.org/vnsavage\">vnsavage</a>, <a href=\"https://profiles.wordpress.org/voneff\">voneff</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/warmlaundry\">warmlaundry</a>, <a href=\"https://profiles.wordpress.org/wbrubaker\">wbrubaker</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/kwonye\">Will Kwon</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wpzinc\">wpzinc</a>, <a href=\"https://profiles.wordpress.org/xhezairi\">xhezairi</a>, <a href=\"https://profiles.wordpress.org/yahil\">Yahil Madakiya</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/fierevere\">Yui</a>, <a href=\"https://profiles.wordpress.org/yuriv\">YuriV</a>, <a href=\"https://profiles.wordpress.org/zanematthew\">Zane Matthew</a>, and <a href=\"https://profiles.wordpress.org/zebulan\">zebulan</a>.\n\n\n\n<p>Finally, thanks to all the community translators who worked on WordPress 5.1. Their efforts bring WordPress 5.1 fully translated to 34 languages at release time, with more on the way.</p>\n\n\n\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<p>Thanks for choosing WordPress!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6589\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:54:\"\n		\n		\n				\n		\n				\n		\n		\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.1 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2019/02/wordpress-5-1-rc2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Feb 2019 02:58:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.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=6585\";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:333:\"The second release candidate for WordPress 5.1 is now available! WordPress 5.1 will be released on Thursday, February 21, but we need your help to get there—if you haven’t tried 5.1 yet, now is the time! There are two ways to test the WordPress 5.1 release candidate: try the WordPress Beta Tester plugin (you’ll want [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Gary Pendergast\";s: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:3550:\"\n<p>The second release candidate for WordPress 5.1 is now available!</p>\n\n\n\n<p>WordPress 5.1 will be released on <a href=\"https://make.wordpress.org/core/5-1/\"><strong>Thursday, February 21</strong></a>, but we need <em>your</em> help to get there—if you haven’t tried 5.1 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.1 release candidate: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.1-RC2.zip\">download the release candidate here</a> (zip).</p>\n\n\n\n<p>For details about what to expect in WordPress 5.1, please see the <a href=\"https://wordpress.org/news/2019/02/wordpress-5-1-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<p>This release includes the final About page design. It also contains fixes for:</p>\n\n\n\n<ul><li>New WordPress installs not setting the database table prefix correctly (<a href=\"https://core.trac.wordpress.org/ticket/46220\">#46220</a>).</li><li>A HTTP error occurring when opening browser developer tools (<a href=\"https://core.trac.wordpress.org/ticket/46218\">#46218</a>).</li><li>The legacy media dialog having incorrect pagination link styling (<a href=\"https://core.trac.wordpress.org/ticket/41858\">#41858</a>).</li><li>The comment form not appearing when clicking &#8220;Reply&#8221; on comments loaded via Ajax (<a href=\"https://core.trac.wordpress.org/ticket/46260\">#46260</a>).</li></ul>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.1 and update the <em>Tested up to</em> version in the readme to 5.1. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>The WordPress 5.1 Field Guide has also been published, which goes into the details of the major changes.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-make-wordpress-core\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"0OzM0i1KJx\"><a href=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/\">WordPress 5.1 Field Guide</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" src=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/embed/#?secret=0OzM0i1KJx\" data-secret=\"0OzM0i1KJx\" width=\"600\" height=\"338\" title=\"&#8220;WordPress 5.1 Field Guide&#8221; &#8212; Make WordPress Core\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div></figure>\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><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>WordPress Five Point One:<br> It&#8217;s so slick, shiny, and new.<br> Lands in a few days!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6585\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:51:\"\n		\n		\n				\n		\n				\n		\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 5.1 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2019/02/wordpress-5-1-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Feb 2019 02:22:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6577\";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:365:\"The first release candidate for WordPress 5.1 is now available! This is an important milestone, as the release date for WordPress 5.1 draws near. &#8220;Release Candidate&#8221; means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.1 is scheduled [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Gary Pendergast\";s: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:4874:\"\n<p>The first release candidate for WordPress 5.1 is now available!</p>\n\n\n\n<p>This is an important milestone, as the release date for WordPress 5.1 draws near. &#8220;Release Candidate&#8221; means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.1 is <a href=\"https://make.wordpress.org/core/5-1/\">scheduled to be released</a> on <strong>Thursday, February 21</strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.1 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.1 release candidate: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can&nbsp;<a href=\"https://wordpress.org/wordpress-5.1-RC1.zip\">download the release candidate here</a>&nbsp;(zip).</p>\n\n\n\n<h2>What&#8217;s in WordPress 5.1?</h2>\n\n\n\n<p>Inspired by Archie Bell &amp; The Drells, WordPress&#8217;s theme for 2019 is to &#8220;tighten up&#8221;, and WordPress 5.1 focussed on exactly that.</p>\n\n\n\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\'youtube-player\' type=\'text/html\' width=\'632\' height=\'356\' src=\'https://www.youtube.com/embed/Wro3bqi4Eb8?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe>\n</div></figure>\n\n\n\n<p>With security and speed in mind, this release introduces WordPress’s first <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">Site Health</a> features. WordPress will start showing notices to administrators of sites that run long-outdated versions of PHP, which is the programming language that powers WordPress.</p>\n\n\n\n<p>Furthermore, when installing new plugins, WordPress&#8217;s Site Health features will check whether a plugin requires a version of PHP incompatible with your site. If so, WordPress will prevent you from installing that plugin.</p>\n\n\n\n<p>The new block editor has kept improving since its introduction in WordPress 5.0. Most significantly, WordPress 5.1 includes solid performance improvements within the editor. The editor should feel a little quicker to start, and typing should feel smoother. There are more features and performance improvements planned in upcoming WordPress releases, you can check them out in the <a href=\"https://wordpress.org/plugins/gutenberg\">Gutenberg plugin</a>.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.1 and update the <em>Tested up to</em> version in the readme to 5.1. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>The WordPress 5.1 Field Guide has also been published, which goes into the details of the major changes.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-make-wordpress-core\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"vJJstvskLt\"><a href=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/\">WordPress 5.1 Field Guide</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" src=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/embed/#?secret=vJJstvskLt\" data-secret=\"vJJstvskLt\" width=\"600\" height=\"338\" title=\"&#8220;WordPress 5.1 Field Guide&#8221; &#8212; Make WordPress Core\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div></figure>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a>&nbsp;point of the 5.1 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>This is my release<br> candidate. There are many<br> like it. This is mine.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6577\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 11 Apr 2019 08:44:00 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Tue, 09 Apr 2019 01:27:45 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20181212092058\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(129, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1555015441', 'no'),
(130, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1554972241', 'no'),
(131, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1555015443', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(132, '_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:81:\"WPTavern: WordSesh Returns May 22, 2019, Speaker Application Deadline is April 19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=88047\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordsesh-returns-may-22-2019-speaker-application-deadline-is-april-19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1978:\"<p>The next edition of <a href=\"https://wordsesh.com/\" rel=\"noopener noreferrer\" target=\"_blank\">WordSesh</a> is scheduled for Wednesday, May 22, 2019, from 10am-8pm EDT (UTC-4) &#8211; just a little over one month away. For the past six years, the virtual conference for WordPress professionals has consistently delivered high quality sessions from industry experts. Last year&#8217;s event inspired viewing parties across the globe in Belgium, Nigeria, India, and the USA. The event has been so successful that its organizers also created a WooCommerce-focused edition called <a href=\"https://wptavern.com/woosesh-schedule-published-woocommerce-team-to-deliver-keynote\" rel=\"noopener noreferrer\" target=\"_blank\">WooSesh</a>, which was held last year as an alternative to WooConf.  </p>\n<p><a href=\"https://wordsesh.com/speak/\" rel=\"noopener noreferrer\" target=\"_blank\">Speaker applications</a> are still open but will close soon on Friday, April 19. Organizers expect applicants to submit original talks that do not already exist online. The process is somewhat competitive, as only 10 speakers will be selected for the event. Those with approved applications will receive two coaching and review sessions for their talks and a $250 stipend. WordSesh organizers plan to notify applicants of their status by Monday, April 29, and will announce the accepted speakers May 1. Applicants may submit two different presentation topics and are also encouraged to record a two-minute video pitch to sell their ideas.</p>\n<p>All WordSesh presentations will be recorded and available online after the live event. Previous years&#8217; sessions and interviews can be viewed on the <a href=\"https://www.youtube.com/channel/UCHYYxtbhalXpKEMwyQHOexw\" rel=\"noopener noreferrer\" target=\"_blank\">WordSesh Youtube channel</a>. For more information on <a href=\"https://wordsesh.com/speak/\" rel=\"noopener noreferrer\" target=\"_blank\">applying to speak</a>, check out the event&#8217;s website. </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, 11 Apr 2019 04:02:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:113:\"WPTavern: WooCommerce 3.6 RC2 Removes Marketplace Suggestions from Product Listing, Adds Setting to Turn them Off\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=88702\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://wptavern.com/woocommerce-3-6-rc2-removes-marketplace-suggestions-from-product-listing-adds-setting-to-turn-them-off\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4906:\"<p><a href=\"https://woocommerce.wordpress.com/2019/04/10/woocommerce-3-6-rc2/\" rel=\"noopener noreferrer\" target=\"_blank\">WooCommerce 3.6 RC2</a> was released today with changes to the planned Marketplace Suggestions feature after core developers received overwhelmingly <a href=\"https://wptavern.com/woocommerce-3-6-to-add-marketplace-suggestions-despite-overwhelmingly-negative-feedback-from-developer-community\" rel=\"noopener noreferrer\" target=\"_blank\">negative feedback on its implementation</a>. This RC removes the ads from the product listings, which was one of the most controversial placements for them. It also adds a new setting to turn Marketplace Suggestions off entirely.</p>\n<ul>\n<li>Fix: Remove Product Listing suggestions. <a href=\"https://github.com/woocommerce/woocommerce/pull/23211\" rel=\"noopener noreferrer\" target=\"_blank\">#23211</a></li>\n<li>Fix: Add setting to turn off Marketplace Suggestions <a href=\"https://github.com/woocommerce/woocommerce/pull/23218\" rel=\"noopener noreferrer\" target=\"_blank\">#23218</a></li>\n<li>Fix: Add icon to Product Metabox Suggestions <a href=\"https://github.com/woocommerce/woocommerce/pull/23230\" rel=\"noopener noreferrer\" target=\"_blank\">#23230</a></li>\n<li>Fix: Add link to manage Suggestions <a href=\"https://github.com/woocommerce/woocommerce/pull/23229\" rel=\"noopener noreferrer\" target=\"_blank\">#23229</a></li>\n<li>Fix: Update text explaining opt-out and details of usage tracking. <a href=\"https://github.com/woocommerce/woocommerce/pull/23216\" rel=\"noopener noreferrer\" target=\"_blank\">#23216</a></li>\n</ul>\n<p>For many WooCommerce developers, 3.6 RC1 was the first time they discovered the marketplace suggestions. Some even felt blindsided by the original implementation. </p>\n<p>&#8220;Last week, the release candidate was running on my staging server, and out of nowhere, I noticed these ads being inserted inline with the rest of the WC admin list tables,&#8221; Tobin Fekkes said. &#8220;What a shock that was! I thought I’d developed a bad case of malware or something. What nasty plugin was corrupting my core, default products table, order table, etc?! Oh, just core WooCommerce.</p>\n<p>&#8220;I have never once gone looking to add a plugin to my site by starting at the &#8216;Products&#8217; tab. Because it doesn’t belong there. If I want to install an extension or plugin, I will go to the (aptly named) &#8216;Extensions&#8217; tab or “Plugins” tab.</p>\n<p>&#8220;It is rather telling that we as longtime developers who attend every Dev chat, bookmark and check this Dev blog daily, and test all your betas and release candidates STILL had no idea about this blatant abuse of trust.&#8221;</p>\n<p>Todd Wilkens, Head of WooCommerce, addressed the issue of marketplace suggestions seeming to come out of nowhere in a <a href=\"https://wptavern.com/woocommerce-3-6-to-add-marketplace-suggestions-despite-overwhelmingly-negative-feedback-from-developer-community#comment-285682\" rel=\"noopener noreferrer\" target=\"_blank\">comment</a> on our recent post:</p>\n<blockquote><p>We are committed to working with our community, including the plugin review team, and responding to feedback. Just as a reminder, the Marketplace Suggestions feature was developed in the open in a long-running feature branch/PR which was merged to master a month ago. It was mentioned in the Beta 1 Release notes, and was testable during Beta1 and prior on master.</p>\n<p>It is often only when the release candidate comes out that we get certain kinds of feedback. It’s an important stage in the development cycle when we want and expect input. With the 3.6 RC1 live, we received specific feedback that we could take into consideration and act on. Thanks to the developers, end users, and the plugin review team for all their help.</p></blockquote>\n<p>WooCommerce 3.6 RC2 doesn&#8217;t make any changes to the frequency with which users will need to dismiss the ads. Some have commented that it is more like &#8220;snoozing&#8221; the ads, since they require dismissal every day for five days, only to return every month thereafter.</p>\n<p>&#8220;We continue to be in contact with the plugin review team to ensure the suggestions are in accordance with the guidelines,&#8221; Wilkens said. &#8220;There is a live conversation on the definition of suggestion/advert dismissibility. We will participate in that conversation and honor the outcomes.&#8221;</p>\n<p>As this implementation of marketplace suggestions still is not satisfactory to many WooCommerce users and developers, a plugin for turning off has already been submitted and approved in the WordPress plugin directory. <a href=\"https://wordpress.org/plugins/surbma-woocommerce-without-marketplace-suggestions/\" rel=\"noopener noreferrer\" target=\"_blank\">WooCommerce Without Marketplace Suggestions</a> removes the suggestions permanently without users having to continually dismiss them. </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, 10 Apr 2019 20:18: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: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:39:\"HeroPress: Firefighter to Web Developer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2735\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"https://heropress.com/essays/firefighter-to-web-developer/#utm_source=rss&utm_medium=rss&utm_campaign=firefighter-to-web-developer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13123:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/04/041019-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I wouldn\'t be anything without the help of those around me.\" /><p>I’m jolted awake to the sound of the tones going off in my room. I knew that I hadn’t been asleep long because we’d already run a late call and it was still dark outside. Running to the truck, I hear the address come out over the radio for a medical call. It’s the third time this week we’ve been called to the same house.</p>\n<p>My driving is on autopilot because I know the city streets like the back of my hand. Not only had I worked in the same fire department for the last 6 years, but I’d also grown up in this city. On this and many other times I’d been woken up in the middle of the night, I’m starting to realize that I’m losing my passion for the job I once loved.</p>\n<h3>How I Got Into Firefighting</h3>\n<p>At 19 years old I was working in fast food, and I knew I needed to do something more with my life. I wasn’t really keen on going to college just yet, so I started looking for jobs that only needed vocational school. Knowing that I wouldn’t be a very good police officer, I signed up for fire school.</p>\n<p>During fire school I found the only way to get a job as a firefighter in Florida was to also be an EMT in order to run medical calls, so I enrolled in there as well. While I was in school, one of the instructors I met told me their department was taking on volunteers.</p>\n<blockquote><p>Six years in the field, a year of paramedic school, and many sleepless nights later, I’m driving to a call feeling trapped in a career that I don’t care for anymore.</p></blockquote>\n<p>One of the perks of being a firefighter is that in between calls the free time is ours to do what we like, we just need to be ready to leave at a moment’s notice. Some of the time we watch movies and play video games, but I wanted that time to do something productive that I could turn into an opportunity for a side gig.</p>\n<h3>Why I Chose Web Developer</h3>\n<p>I stumbled across a YouTube video that demonstrated how to create a webpage with HTML. I loaded a page that stereotypically read “Hello World” and I was hooked. I didn’t even own a computer at this time in my life, but my wife had a MacBook Air. She was nice enough to let me borrow it so I could keep learning. Downloading a text editor, I started creating web pages and loading them up in a browser. Though, as I was creating these pages, it was pretty obvious there weren&#8217;t any live websites out there that looked as bad as what I was creating.</p>\n<p>While going through YouTube looking for more tutorials, I kept seeing videos for this thing called WordPress in the sidebar. Curiosity got the better of me and I clicked on one of the videos. I saw how pages were being created from an admin background and how themes changed the look of sites, while plugins added functionality. I was completely blown away.</p>\n<p>By this time, I had purchased a $250 Chromebook I was running Linux from, and I decided that I was going to run a local development environment on this little computer with a 16GB hard drive. I managed to succeed, and with each accomplishment I had, I found that I was becoming extremely passionate about building these little websites.</p>\n<h3>Meeting Other Humans</h3>\n<p>I knew that I wasn’t going to make it very far past the beginning stages without help from someone other than a search engine. Though without any knowledge of the community and how they would act towards me, going to a local meetup was something that made me very uncomfortable. I thought the second they caught a glimpse of my Chromebook and my silly beginner questions they’d have me out the door before I could sit down.</p>\n<blockquote><p>Even in the parking lot before my first meetup, I was sitting in my car telling myself that I should just drive home.</p></blockquote>\n<p>When I walked into the meetup I was surprised to find people in all stages of their growth with WordPress. There were even people that knew less than me, and they were accepted just as much as I was. It was there I learned about this event called a WordCamp. I knew that whatever it was, I needed to be there and it was only two months away.</p>\n<h3>First WordCamp</h3>\n<p>Sitting in my car in front of my first WordCamp Orlando, I felt the same feelings that I did before my first meetup. I reminded myself how welcoming the meetup was, and that this wasn’t going to be any different. When I grabbed my seat in the main auditorium, I started feeling pretty strongly that I was alone in a room of 300 people. There were business owners that could actually make money off WordPress, and it felt that there weren’t many people at my experience level. As I went from talk to talk, the topics flew over my head and I became very overwhelmed. I told myself that I was going to stick it out till lunch and that I could go home after if I wanted.</p>\n<p>Lunch came and as I was walking around looking for a good place to sit, I noticed a familiar face sitting at a table with no one next to him. Up until now, I had been learning exclusively at Lynda.com and Treehouse. I was learning to use the Genesis Framework and took a couple courses by an instructor named <a href=\"https://heropress.com/essays/freed-from-the-soil-lab/\">Jesse Petersen</a>, and this guy looked just like him. Walking up next to him I said: “I’m sure you’ve heard this before, but you look just like an instructor I learned from on Treehouse.” He laughed and said that he was indeed that instructor from Treehouse.</p>\n<p>The pitch of my voice shot up an octave, and I started fanning out over how I had learned so much from him and asked if I could eat with him. While we ate, I told him that I was a firefighter and how I also wanted to become a web developer and build websites. By the end of the lunch, he told me that he saw something in me and that he wanted to mentor me if I was ok with that. Was I ok with that?!? Of course, I was ok with that! I was doing my best to sound cool all the while I’m absolutely ecstatic on the inside.</p>\n<p>The rest of the day I followed him around to talks, and while I was listening, he was setting up my computer with tools to help get me set up for further development. He added me to his Slack channel and told me that we were going to be working together remotely. When the day finished he asked me where we were having dinner in between the last session and the after-party.</p>\n<blockquote><p>I’ve never gone from feeling so out of place somewhere to then feeling so welcomed.</p></blockquote>\n<p>I was talking to a person that had absolutely no gain from helping me out, yet spent the entirety of his day getting me set up to work with him in the future.</p>\n<p>Jesse wasn’t feeling well the next day due to an illness he had called Cystic Fibrosis. He said that he would keep up with me through the day on Slack though. Whenever I felt like I didn’t belong I would look at the tools Jesse had installed on my computer and the Slack channel and would remember that I was welcome. I was going to be learning some awesome stuff, and now I had a mentor.</p>\n<h3>Gettin&#8217; Paid</h3>\n<p>I spent the next few months going to two other WordCamps learning as much as I could and meeting as many people as possible. After going down to WordCamp Miami, I got approached by a local agency owner at a meetup that had some extra work I could help out with. Little did I know, they were also friends with Jesse and he had told them about me and what I’d been learning. This gave me a chance to get my feet wet and build some very strong friendships with some amazing people. I was now making money doing what I loved.</p>\n<blockquote><p>Four months later I got a Slack message from one of my friends telling me that Jesse had passed away.</p></blockquote>\n<p>I was on shift at the fire department that day, and I felt like someone had hit me with a bat. He was due to get new lungs any time, and just the day before was telling me how he was going to start a new life once he had the strength of new lungs to do so. We were all crushed to hear of his passing. I knew it was going to be hard moving forward without him, but I knew that’s what he would have wanted.</p>\n<h3>Keynote Presentation</h3>\n<p>I continued working on my skills until I was asked to do a keynote presentation at WordCamp Orlando. The very WordCamp I’d thought about leaving halfway through just a year before. The owner of the agency I was working for, Chris Edwards, told me they’d had a speaker back out and they needed someone to fill in, so they asked <i>me</i>. They wanted me to tell my story of how I had gotten into the WordPress community. I agreed, believing it was only going to a small room full of people, but when I said yes, I was then told I would be giving the opening keynote address in front of the entire WordCamp. I had already said yes, so now there was no way that I could back down and tell him no.</p>\n<p>As I was standing on stage waiting to be introduced, I was relieved to find there was a podium. Now no one could see my legs shaking as I stood there for an hour. I could now put all my focus on making sure the hand holding the microphone stayed steady. My talk was on the past year that had led me to this point and all of the fears and vulnerabilities I’d faced. If there was someone that was feeling the way I had a year ago, I wanted them to know that they were welcome and I was excited to have them there.</p>\n<h3>Leaving the Fire Service</h3>\n<p>The rest of the weekend passed, and I got a message from my friend Chris Edwards telling me that a company that makes a donation plugin called Give was looking for a support technician. Matt Cromwell, who was about to be my new boss, was sitting in the audience while I gave my keynote presentation. I filled out the application and got a response back that he wanted to set up an interview.</p>\n<p>A year has passed since that time, and I’ve grown so much in my knowledge of web development, website management, and WordPress. I’ve just started my first business as a freelance WordPress developer, and again I’m feeling the same fears, excitement, and vulnerabilities I felt every time I started to push myself. It’s now to the point where I almost keep a lookout for the fear because I know that something amazing is going to happen on the other side.</p>\n<blockquote><p>I’m always going to remember the compassion that Jesse Petersen had for me, and remember to pay that kindness forward in helping others.</p></blockquote>\n<p>There’s no way I could have planned this path for myself even if I’d tried. I know that I’m in the right place now, because every day I wake up I’m happy that I get to work with WordPress and interact with this awesome community. I wouldn’t be anything without the help of those around me, and I will always be grateful for everything they’ve done.</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: Firefighter to Web Developer\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Firefighter%20to%20Web%20Developer&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffirefighter-to-web-developer%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Firefighter to Web Developer\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ffirefighter-to-web-developer%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%2Ffirefighter-to-web-developer%2F&title=Firefighter+to+Web+Developer\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Firefighter to Web Developer\"></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/firefighter-to-web-developer/&media=https://heropress.com/wp-content/uploads/2020/04/041019-min-150x150.jpg&description=Firefighter to Web Developer\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Firefighter to Web Developer\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/firefighter-to-web-developer/\" title=\"Firefighter to Web Developer\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/firefighter-to-web-developer/\">Firefighter to Web Developer</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, 10 Apr 2019 12:00: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:9:\"Sam Smith\";s: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:84:\"WPTavern: GoDaddy Acquires ThemeBeans, CoBlocks, Block Gallery, and Block Unit Tests\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=88673\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/godaddy-acquires-themebeans-coblocks-block-gallery-and-block-unit-tests\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4970:\"<p>GoDaddy has acquired <a href=\"https://coblocks.com/\" rel=\"noopener noreferrer\" target=\"_blank\">CoBlocks</a>, <a href=\"https://themebeans.com/\" rel=\"noopener noreferrer\" target=\"_blank\">ThemeBeans</a>, <a href=\"https://wpblockgallery.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Block Gallery</a> and <a href=\"https://wordpress.org/plugins/block-unit-test\" rel=\"noopener noreferrer\" target=\"_blank\">Block Unit Tests</a>, one of the leading Gutenberg product lines in the WordPress ecosystem. Founder Rich Tabor is joining GoDaddy as Senior Product Manager of WordPress Experience and will lead a team dedicated to understanding users&#8217; needs and expanding the company&#8217;s Gutenberg-related products. Tabor&#8217;s fellow CoBlocks founders Jeffrey Carandang and Alex Denning will not be joining GoDaddy.</p>\n<p>All the commercial themes in the ThemeBeans catalog are now available for free on <a href=\"https://github.com/godaddy\" rel=\"noopener noreferrer\" target=\"_blank\">GitHub</a>. Current customers will continue to receive theme support and remote updates until April 8, 2020. </p>\n<p>According to Aaron Campbell, GoDaddy&#8217;s head of WordPress Ecosystem &#038; Community, <a href=\"https://wordpress.org/plugins/coblocks/\" rel=\"noopener noreferrer\" target=\"_blank\">CoBlocks</a> will continue to be freely available on WordPress.org. It currently has more than 3,000 active installations and averages a 4.7-star rating.</p>\n<p>&#8220;Nothing will change with the plugin except that it will be added to the GoDaddy account on .org,&#8221; Campbell said. &#8220;It&#8217;s possible it might be renamed or rebranded in the future, but that&#8217;s unknown either way at this point. And yes, it will still be on the WordPress.org directory for everyone not just GoDaddy customers (and we plan to add more to it as we develop new blocks).&#8221;</p>\n<p>Campbell could not yet share a roadmap for the plugin as Tabor just started and will be heavily involved in determining the plugin&#8217;s future at GoDaddy. Tabor will also be leading a development team that is bringing on more React talent to assist with Gutenberg tasks.</p>\n<p>&#8220;Hiring React devs that are capable with Gutenberg is a newer thing that we&#8217;re really not totally sure whether it&#8217;ll be difficult or not or even how it&#8217;ll look,&#8221; Campbell said. &#8220;Do you hire WordPress people? React people? Only those that do both? Do you hire both and pair them up to learn from each other? It&#8217;s a thing we&#8217;re learning in this new post-Gutenberg world.&#8221;</p>\n<p>Tabor said he was surprised that his products had attracted GoDaddy&#8217;s interest but also found it to be validating of his own efforts and the potential of the block editor.</p>\n<p>&#8220;Throughout my time building themes, and then blocks, I’ve learned the real value of getting eyes on a project: Not only do you get the community rallying behind your ideas, such as the Block Manager recently added in Gutenberg 5.3, but you receive a TON of feedback and inspiration,&#8221; Tabor said. &#8220;Building on that feedback, consistently delivering clever ideas, and executing on the marketing front with inspiring videos, has landed us in a very opportune position.&#8221;</p>\n<p>GoDaddy has acquired a handful of WordPress companies and services during the past few years (ManageWP, Sucuri, WP Curve), but Tabor&#8217;s products are the first Gutenberg-related acquisition for the company. </p>\n<p>&#8220;I think it means that the WordPress ecosystem is important, that it’s maturing, and probably most of all &#8211; that it’s moving and changing,&#8221; Tabor said. &#8220;And I think all of those are good.</p>\n<p>&#8220;Gutenberg has changed a lot in WordPress. It’s not just a new editor or new interface, it’s a whole new system that brings with it a whole new group of challenges. Companies like GoDaddy recognizing this and supporting innovation is a healthy sign of growth and maturity.&#8221;</p>\n<p>GoDaddy&#8217;s resources will enable CoBlocks, ThemeBeans, and Block Gallery to move faster and add features that were previously out of reach for Tabor&#8217;s small team.</p>\n<p>&#8220;We’ll go from just two developers, to a team of incredibly bright engineers,&#8221; Tabor said. &#8220;And I won’t be spending time figuring out all the intricacies of monetizing a premium plugin in today’s ever-changing WordPress ecosystem. Instead, I can focus on leading the team’s efforts on bringing a better page building experience to WordPress.&#8221;</p>\n<p>He will also have access to insights and data that will enable his team to make more informed decisions about the tools and blocks they build.</p>\n<p>&#8220;This view into how entrepreneurs and business owners are using WordPress is something I could never have achieved at a meaningful scale, and I know it will help me move more confidently in the future landscape of Gutenberg,&#8221; Tabor said.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Apr 2019 04:15:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:40:\"WordPress.org blog: WordPress 5.2 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=6874\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/04/wordpress-5-2-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:3882:\"<p>WordPress 5.2 Beta 2 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>There are two ways to test the WordPress 5.2 beta: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.2-beta2.zip\">download the beta here</a> (zip).</p>\n\n\n\n<p>WordPress 5.2 is slated for release on <a href=\"https://make.wordpress.org/core/5-2/\">April 30</a>, and we need your help to get there! Thanks to the testing and feedback from everyone who tried <a href=\"https://wordpress.org/news/2019/03/wordpress-5-2-beta-1/\">beta 1</a>, nearly <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=2019-03-28..&milestone=5.2&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">100 tickets have been closed</a> since then. Here are the major changes and bug fixes:</p>\n\n\n\n<ul><li>We&#8217;ve added support for Emoji 12! <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1fa82.png\" alt=\"🪂\" class=\"wp-smiley\" /></li><li>A brand-new <code>wp_body_open()</code> template tag (and corresponding <code>wp_body_open</code> action) will let themes (and plugins!) add content right after the <code>&lt;body&gt;</code> is opened (<a href=\"https://core.trac.wordpress.org/ticket/12563\">#12563</a>).</li><li>Superfluous paragraph tags will no longer incorrectly appear in dynamic block content (<a href=\"https://core.trac.wordpress.org/ticket/45495\">#45495</a>).</li><li>The Site Health screens have received several bug fixes, tweaks, and performance improvements.</li><li>Crash Protection no longer interrupts plugin editing (<a href=\"https://core.trac.wordpress.org/ticket/46045\">#46045</a>).</li><li>Custom error handlers now load correctly (<a href=\"https://core.trac.wordpress.org/ticket/46069\">#46069</a>).</li></ul>\n\n\n\n<h2>Minimum PHP Version Update</h2>\n\n\n\n<p>As of WordPress 5.2 beta 2, the minimum PHP version that WordPress will require is 5.6.20. If you&#8217;re running an older version of PHP, we highly recommend updating it now, before WordPress 5.2 is officially released.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/news/2019/04/minimum-php-version-update/\">Minimum PHP Version update</a></blockquote>\n</div>\n\n\n\n<h2>Developer Notes</h2>\n\n\n\n<p>WordPress 5.2 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-2+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><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>The wonderful thing<br /> about betas, is betas<br /> are wonderful things.</em> <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f42f.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:\"Tue, 09 Apr 2019 01:27:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s: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:86:\"WPTavern: Pipdig Under Investigation, Company is Refusing Customers’ Refund Requests\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=88607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/pipdig-under-investigation-company-is-refusing-customers-refund-requests\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7277:\"<p>In the wake of last week&#8217;s <a href=\"https://wptavern.com/pipdig-updates-p3-plugin-after-reports-expose-vendor-backdoors-built-in-kill-switch-and-malicious-ddos-code\" rel=\"noopener noreferrer\" target=\"_blank\">Pipdidg scandal</a>, the WordPress blogger and developer communities have been working together to help the company’s customers get on new themes and ensure the safety of their websites. Pipdig has been reported to various UK and internet authorities and is currently under investigation. </p>\n<p>Pipdig&#8217;s hosting provider has proactively disabled malicious code in certain files while the company <a href=\"https://twitter.com/kualo/status/1113433717677146117\" rel=\"noopener noreferrer\" target=\"_blank\">conducts its own investigation</a>.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Props to <a href=\"https://twitter.com/kualo?ref_src=twsrc%5Etfw\">@kualo</a>, <a href=\"https://twitter.com/pipdig?ref_src=twsrc%5Etfw\">@pipdig</a>\'s hosting provider, for stepping in and commenting out (disabling) malicious code. To <a href=\"https://twitter.com/pipdig?ref_src=twsrc%5Etfw\">@pipdig</a>\'s WordPress customers: make sure you\'re using version 4.9.0 and you\'ll be *okay*, for now at least. I still can\'t recommend staying with them, though. <a href=\"https://t.co/V0c40A29lL\">pic.twitter.com/V0c40A29lL</a></p>\n<p>&mdash; Nicky Bloor (@nickstadb) <a href=\"https://twitter.com/nickstadb/status/1113521607031644162?ref_src=twsrc%5Etfw\">April 3, 2019</a></p></blockquote>\n<p></p>\n<p>Meanwhile, Pipdig has been denying customers&#8217; refund requests, in accordance with its &#8220;no refund&#8221; policy. Customers have received responses from the company claiming that the recent accusations were either &#8220;false, twisted, or sensationalized.&#8221; </p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Anyone trying to get a refund from Pipdig, this is the reply I got <a href=\"https://twitter.com/hashtag/pipdig?src=hash&ref_src=twsrc%5Etfw\">#pipdig</a> <a href=\"https://t.co/sGaysyyVkW\">pic.twitter.com/sGaysyyVkW</a></p>\n<p>&mdash; Sophiaaaxo<img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/1f351.png\" alt=\"🍑\" class=\"wp-smiley\" /> (@sophiatranterxo) <a href=\"https://twitter.com/sophiatranterxo/status/1114125318284042240?ref_src=twsrc%5Etfw\">April 5, 2019</a></p></blockquote>\n<p></p>\n<p>Customers who have purchased Pipdig products within the last 180 days may still be able to receive a refund through other channels. The Twitter thread below suggests lodging a payment dispute with PayPal or your bank or credit card provider, by referencing consumer protection laws and providing evidence of Pipdig&#8217;s false and misleading conduct.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Explainer: How to get a refund from <a href=\"https://twitter.com/pipdig?ref_src=twsrc%5Etfw\">@Pipdig</a>. If you have bought the plugin in the last 180 days first email <a href=\"https://twitter.com/hashtag/pipdig?src=hash&ref_src=twsrc%5Etfw\">#pipdig</a> asking for a refund. /1</p>\n<p>&mdash; ⓘⓌⓡⓘⓣⓔ (@opinionhacker) <a href=\"https://twitter.com/opinionhacker/status/1113208292820406273?ref_src=twsrc%5Etfw\">April 2, 2019</a></p></blockquote>\n<p></p>\n<h3>Help for Affected Pipdig Customers Switching to New Themes</h3>\n<p>If you work in WordPress every day, you may not realize how much of a challenge it is for some users to switch themes. WordPress developers and bloggers are stepping up to provide resources to help those who want to transition to a new theme. </p>\n<p>&#8220;I understand that bloggers using Pipdig themes for WordPress might want to switch away, but don’t have the time, money, or skills to do so right away,&#8221; Mark Jaquith <a href=\"https://twitter.com/markjaquith/status/1113883862902480896\" rel=\"noopener noreferrer\" target=\"_blank\">said</a>. &#8220;So here’s <a href=\"https://github.com/markjaquith/p3-neutraliser\" rel=\"noopener noreferrer\" target=\"_blank\">P3 Neutraliser</a> — a plugin that will prevent the P3 plugin from updating or &#8216;phoning home.\'&#8221; The plugin is available on GitHub with step-by-step instructions for downloading and installing it. It is intended as a stopgap measure for users to activate while they are in the process of transitioning to a new theme.</p>\n<p>Former Pipdig customers are struggling to find new themes, as a large number of them fall into the fashion blogger demographic. This is a niche with specific requirements for design and functionality. Many are also confused about the findings in the reports and don&#8217;t know how to act on this information. </p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I need to change my theme from Pipdig to another safe one but I\'m struggling <img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/1f62d.png\" alt=\"😭\" class=\"wp-smiley\" /> I\'m in love with my Pipdig theme now. However, I do like the 17th Avenue themes. Does anyone know if they\'re safe? <a href=\"https://twitter.com/hashtag/pipdig?src=hash&ref_src=twsrc%5Etfw\">#pipdig</a> I don\'t want to do this all over again in a few months <img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/1f629.png\" alt=\"😩\" class=\"wp-smiley\" /></p>\n<p>&mdash; Melissa<img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/1f339.png\" alt=\"🌹\" class=\"wp-smiley\" /> (@rosymelissax) <a href=\"https://twitter.com/rosymelissax/status/1114992853309108227?ref_src=twsrc%5Etfw\">April 7, 2019</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Not sure what to do i have a pipdig theme for my blog <img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/1f62d.png\" alt=\"😭\" class=\"wp-smiley\" /></p>\n<p>&mdash; Erin (@Erin_Louisee) <a href=\"https://twitter.com/Erin_Louisee/status/1113516196291325953?ref_src=twsrc%5Etfw\">April 3, 2019</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">SO overwhelmed by all the <a href=\"https://twitter.com/hashtag/pipdig?src=hash&ref_src=twsrc%5Etfw\">#pipdig</a> issues I\'m reading &amp; don\'t understand half of it&#8230; Defs time for a theme refresh but no idea where to start. Do I spend ££ designing one with a developer? V confusing for someone who has no coding knowledge at all. Anyone else feeling the same?</p>\n<p>&mdash; Luisa-Christie <img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/1f499.png\" alt=\"💙\" class=\"wp-smiley\" /> Ⓥ (@luisachristie) <a href=\"https://twitter.com/luisachristie/status/1113378603234996224?ref_src=twsrc%5Etfw\">April 3, 2019</a></p></blockquote>\n<p></p>\n<p>Searching WordPress.org for fashion-inspired themes does not turn up many relevant results. Former Pipdig customers hunting for new themes will need a more curated list of recommendations. WordPress developer Tia Wood published a post with a list of both <a href=\"https://tiawood.com/pipdig-themes-how-to-find-alternatives/\" rel=\"noopener noreferrer\" target=\"_blank\">free and commercial alternative themes</a> that may be helpful to those still looking. Freelance designer Rachel Sulek has <a href=\"https://twitter.com/HeyRachieface/status/1113188032470036481\" rel=\"noopener noreferrer\" target=\"_blank\">a Twitter thread</a> with options that are comparable to Pipdig&#8217;s theme designs.</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, 08 Apr 2019 17:49:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Gutenberg Team Publishes RFC Document on Widget-Block Interfaces\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=88619\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/gutenberg-team-publishes-rfc-document-on-widget-block-interfaces\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2916:\"<p>The Gutenberg team has published a <a href=\"https://github.com/WordPress/gutenberg/blob/add/blocks-in-widget-areas-rfc/docs/rfcs/blocks-in-widget-areas.md\" rel=\"noopener noreferrer\" target=\"_blank\">Blocks in Widget Areas RFC</a> (request for comments) document, detailing a technical approach that brings blocks to the wp-admin/widgets.php screen and the Customizer. This is one of the goals on the roadmap Matt Mullenweg outlined in his <a href=\"https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/\" rel=\"noopener noreferrer\" target=\"_blank\">9 Projects for 2019</a> post.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/04/Screen-Shot-2019-04-07-at-9.55.15-PM.png?ssl=1\"><img /></a></p>\n<p>Based on the requirements outlined in the beginning of the document, it looks like the Gutenberg team is working to make the transition from widgets to blocks as seamless as possible:</p>\n<ul>\n<li>Editing blocks in wp-admin/widgets.php and the wp-admin/customize.php should use the same block editor that wp-admin/post-new.php uses.</li>\n<li>The block editor should read and update blocks in widget-editing areas via the REST API.</li>\n<li>Upgrading WordPress must not affect the appearance of the user&#8217;s site, or any of their existing widgets.</li>\n<li>Existing Core and third-party widgets must remain functional in the new block-based interface.</li>\n<li>Backwards compatibility must be maintained. That is, themes and plugins that use public widget APIs must remain functional.</li>\n<li>During a transition period, it should be possible to disable the block-based interface and return to the classic widget-editing interface.</li>\n</ul>\n<p>The requirements for backwards compatibility are a tall order but will make it much easier for users to trust WordPress during this transition. Content will not be forced into the new interface and users will retain the option to use the classic widget-editing screen if they prefer. The team has not yet announced a date for when widgets will be officially deprecated. </p>\n<p><a href=\"https://make.wordpress.org/core/2019/04/03/whats-new-in-gutenberg-3rd-april/\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg version 5.4</a> was released last week with vertical alignment support for the columns block, a playsInline option in the video block, and a number of other minor enhancements. It also contains nearly two dozen bug fixes that will be rolled into the next beta of WordPress 5.2.</p>\n<p>Gutenberg phase 2 technical lead Riad Bengella also <a href=\"https://make.wordpress.org/core/2019/04/03/whats-new-in-gutenberg-3rd-april/#comment-35661\" rel=\"noopener noreferrer\" target=\"_blank\">confirmed</a> in comments on the release post that the long-awaited section/container block is coming in the next release of the plugin. This will be an important milestone on the journey to full site editing with the block interface. </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, 08 Apr 2019 04:28:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: Jetpack 7.2.1 Removes Promotions for Paid Upgrades from the Plugin Search 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=88581\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/jetpack-7-2-1-removes-promotions-for-paid-upgrades-from-the-search-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:4846:\"<p>Earlier this month, <a href=\"https://wptavern.com/jetpack-7-1-adds-feature-suggestions-to-plugin-search-results\" rel=\"noopener noreferrer\" target=\"_blank\">Jetpack 7.1 added suggestions to the plugin search screen</a>, a controversial change that has sparked debate this week. When users search for a plugin that matches a term for an existing Jetpack feature, the plugin now inserts an artificial, dismissible search result into the first plugin card slot, identifying the corresponding Jetpack feature. </p>\n<p>The Jetpack team said users have a hard time knowing what features are available, with 45 modules packaged into the plugin. The idea behind the proof of concept for the suggestions was to improve the discoverability of Jetpack&#8217;s existing features. Many in the developer community became outraged after it was discovered that <a href=\"https://wptavern.com/jetpack-is-promoting-paid-upgrades-on-plugin-search-screen-wordpress-plugin-team-says-it-may-be-a-violation-of-directory-guidelines\" rel=\"noopener noreferrer\" target=\"_blank\">Jetpack was also advertising paid upgrades</a> in this space as well. </p>\n<p>The fact that it was rolled out with promotions for paid upgrades made it seem to many onlookers that the discoverability problem was just a pretext for injecting advertising. The WordPress Plugin Team also said it <a href=\"https://wptavern.com/jetpack-is-promoting-paid-upgrades-on-plugin-search-screen-wordpress-plugin-team-says-it-may-be-a-violation-of-directory-guidelines\" rel=\"noopener noreferrer\" target=\"_blank\">may or may not be a violation of the plugin directory guidelines</a> but that the team was still &#8220;arguing about the semantics internally.&#8221;  </p>\n<p><a href=\"https://jetpack.com/2019/04/04/jetpack-7-2-1-maintenance-release/\" rel=\"noopener noreferrer\" target=\"_blank\">Version 7.2.1</a> was released today, removing all feature suggestions that previously advertised upgrades.</p>\n<p>&#8220;We made a mistake, and we’re moving to correct it immediately,&#8221; Jetpack team representative Jesse Friedman said.  &#8220;Our intention with these feature hints is to help you discover helpful features of Jetpack that you already have, right when you need them most. Today we’re correcting an error in judgement that resulted in the hints suggesting Jetpack features that actually required an upgrade.&#8221;</p>\n<p>Characterizing the mistake as &#8220;an error in judgment&#8221; is an admission that rolling out feature suggestions with paid upgrades was a conscious decision. One month later, the Jetpack team decided it was a poor choice. This appears to have be driven by the community&#8217;s reaction, but Jetpack did not elaborate on how or why they reached the decision to revert the promotions for paid upgrades.</p>\n<h3>Jetpack 7.2.1 Updates Design for &#8220;Hints,&#8221; Plans to Adopt WordPress Core Solution in the Future</h3>\n<p>The 7.2.1 maintenance release also changes the design for the feature suggestions, which they are now referring to as &#8220;<a href=\"https://jetpack.com/support/feature-hints/\" rel=\"noopener noreferrer\" target=\"_blank\">Feature Hints</a>.&#8221; </p>\n<p>&#8220;We’re reducing confusion around feature hints by simplifying the design and changing some text; this way it’s clear that feature hints are from Jetpack and are easily dismissible,&#8221; Friedman said.</p>\n<p>After updating to the latest release, you can see the revised design on the plugin search screen with new text: &#8220;This suggestion was made by Jetpack, the security and performance plugin already installed on your site.&#8221; Jetpack will disable the hints once administrators have dismissed three hints.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/04/Screen-Shot-2019-04-02-at-9.30.07-AM-1.png?ssl=1\"><img /></a></p>\n<p>&#8220;Going forward we want to help create a feature hints solution that works for all WordPress users and plugin developers,&#8221; Friedman said. &#8220;We are excited to work with <a href=\"https://core.trac.wordpress.org/ticket/46763\" rel=\"noopener noreferrer\" target=\"_blank\">suggestions like this one</a>, by Joost de Valk, and see how we might be able to find a solution in WordPress core to help users discover plugin features, and prevent this very common issue. Once a core solution is available, we plan to adopt it for Jetpack.&#8221;</p>\n<p>Developers who still do not want to see any sort of feature hint when searching for plugins can use the <code>jetpackcom_remove_search_hints</code> filter to <a href=\"https://jetpack.com/support/feature-hints/\" rel=\"noopener noreferrer\" target=\"_blank\">turn it off</a>. Users can also install the <a href=\"https://wordpress.org/plugins/hide-jetpack-promotions/\" rel=\"noopener noreferrer\" target=\"_blank\">Hide Jetpack Promotions</a> plugin as an alternative.</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, 05 Apr 2019 19:28:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:123:\"WPTavern: WooCommerce 3.6 to Add Marketplace Suggestions, Despite Overwhelmingly Negative Feedback from Developer Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=88532\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"https://wptavern.com/woocommerce-3-6-to-add-marketplace-suggestions-despite-overwhelmingly-negative-feedback-from-developer-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9580:\"<p>In one of the most unpopular changes in the history of the WooCommerce open source project, version 3.6 will introduce &#8220;<a href=\"https://woocommerce.wordpress.com/2019/04/03/extension-suggestions-in-3-6/\" rel=\"noopener noreferrer\" target=\"_blank\">Marketplace Suggestions</a>.&#8221; The update adds suggestions to the products admin screen, which vary based on whether it&#8217;s an empty state or within the list of products.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/04/marketplace-suggestions.png?ssl=1\"><img /></a></p>\n<p>&#8220;They are contextual mentions of official extensions that may be relevant to a customer,&#8221; Todd Wilkens, Head of WooCommerce, said. &#8220;This currently includes all extensions on the official WooCommerce marketplace, which is open for submissions and lists extensions written by Automattic as well as by trusted partners and third-party developers.&#8221;</p>\n<p>The suggestions are on by default for users who can install and activate plugins. They are dismissible, but the frequency with which they will be shown is one of the most contentious aspects of WooCommerce&#8217;s proposed implementation:</p>\n<ul>\n<li>We’ll only show 1 on the Products screen, and 5 on the Product – empty state, Orders – empty state or Edit Product metabox.</li>\n<li>Each suggestion is dismissible, we are not providing an option to dismiss all suggestions (other than if you choose to hide them).</li>\n<li>We’re only showing 1 suggestion at a time, if a customer dismisses this, they won’t see another one for 24-hours.</li>\n<li>If suggestions are dismissed more than five times. No further suggestions are shown in that location ( i.e. Products Listing ) for a month.</li>\n</ul>\n<p>WooCommerce is providing a filter to turn off the suggestions, and this will likely soon be available as a plugin from the community. It is not something that is easy for non-technical store owners to implement.</p>\n<p><code>add_filter( ‘woocommerce_allow_marketplace_suggestions’, ‘__return_false’ );</code></p>\n<p>&#8220;If the above removal-by-script option proves to be difficult to implement – for example, for those who are not comfortable adding custom code – we will explore introducing a simpler way to turn them off and include this in a point release (e.g. a toggle in core settings),&#8221; Wilkens said.</p>\n<h3>WooCommerce Developer Community Sees Marketplace Suggestions as a Major Disruption to Store Owners&#8217; Workflow</h3>\n<p>The feedback coming in on the <a href=\"https://woocommerce.wordpress.com/2019/04/03/extension-suggestions-in-3-6/\" rel=\"noopener noreferrer\" target=\"_blank\">announcement post</a> and WooCommerce&#8217;s GitHub repository is overwhelmingly negative. In a comment on an issue titled &#8220;<a href=\"https://github.com/woocommerce/woocommerce/issues/23198\" rel=\"noopener noreferrer\" target=\"_blank\">Rethinking 3.6&#8217;s Dashboard Ads</a>,&#8221; Josh Kohlbach contends that WooCommerce should limit its marketing to the plugin&#8217;s dedicated Extensions screen in the dashboard: </p>\n<blockquote><p>In addition, didn&#8217;t anyone think it might be a conflict of interest for WooCommerce the commercial entity to use WooCommerce the open source plugin to show ads in this manner? Bit anti-competitive to all the 3rd party devs out there (of which there are a lot).</p>\n<p>WooCommerce already has an amazing page under WooCommerce->Extensions with full searching capabilities etc. Why would you want to show irrelevant ads during a user&#8217;s everyday workflow?! Store owners use these screen daily, it&#8217;s terrible UX.</p>\n<p>I suggest that it gets ripped out in its entirety and filed under &#8220;cool implementation/fun to code but horrible idea for actual users.</p></blockquote>\n<p>For those who do not stand to benefit from profits from the 400+ extensions on the WooCommerce.com marketplace, the intrusions in the product admins screen seem all the more offensive. Marketplace suggestions have not been well-received by third-party extension developers.</p>\n<p>&#8220;This is in direct competition to every third-party developer that is not selling on WooCommerce’s marketplace,&#8221; Jamie Madden, founder of the <a href=\"https://www.wcvendors.com/\" rel=\"noopener noreferrer\" target=\"_blank\">WC Vendors Marketplace</a>, said. &#8220;I am one of these. This is advertising for your commercial products, no matter how you try and wrap this. You have an extensions page already which is more than enough, but advertising your products every 24 hours is going too far. This is completely unacceptable.&#8221;</p>\n<p>The general consensus of those participating in the ticket is that injecting ads into product management screens will create a disruption to store managers&#8217; workflow.</p>\n<p>&#8220;I too am very concerned about this,&#8221; digital agency owner <a href=\"https://www.bernskioldmedia.com\" rel=\"noopener noreferrer\" target=\"_blank\">Erik Bernskiold</a> said. &#8220;I get that WooCommerce want to benefit from their commercial side, too, and there are many ways to do this. But in this case, it feels like this is at a great disregard for the users. Hijacking a product list, order list or a user interface element in this way is a major interruption of the user experience. It&#8217;s not the place for an ad.&#8221;</p>\n<p>Several participants in the discussion have suggested that WooCommerce make it an opt-in toggle in the settings.</p>\n<p>&#8220;There is only one scenario where I think this feature should stay in place and could be beneficial: If this feature is controlled by an opt-in toggle in WC settings,&#8221; <a href=\"http://jeremypry.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Jeremy Pry</a> said. &#8220;Otherwise, this whole feature should be removed entirely. Store owners don&#8217;t need advertisements in their admin dashboard. In my opinion, leaving this feature in place would be very harmful to the WooCommerce community.&#8221;</p>\n<h3>Marketplace Suggestions Require Dismissal Every Day for 5 Days, Only to Return 1 Month Later</h3>\n<p>The fact that the suggestions cannot actually be dismissed for good is one issue that developers predict will end up aggravating WooCommerce users.</p>\n<p>&#8220;Dismissing just to keep hounding the user, that&#8217;s not dismissing&#8230; that is snoozing,&#8221; WordPress developer <a href=\"https://mindsize.me/\" rel=\"noopener noreferrer\" target=\"_blank\">Patrick Garman</a> said. &#8220;Because I told you 5 times that I don&#8217;t want to see your ads, that doesn&#8217;t mean come back in a month. The average user shouldn&#8217;t have to use a filter to make ads go away.&#8221;</p>\n<p>I would not be surprised if WooCommerce ends up dialing back the frequency of the ads after they are closed, given that nearly all those participating in the conversation consider it unacceptable to require dismissal five days in a row, with the same process repeated every month thereafter. The frequency with which they are displayed is unusually aggressive.</p>\n<p>&#8220;I don’t think it technically violates the guidelines it’s just obnoxious and makes WooCommerce look like a low rent solution,&#8221; Astoundify founder <a href=\"http://www.astoundify.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Adam Pickering</a> said. &#8220;It seems we are in a midst of a monetization push and they are looking for any where they can add up sells. Apparently doing so gracefully has gone out the window.&#8221;</p>\n<p>Despite the overwhelmingly negative feedback, WooCommerce appears to be ploughing forward on its plan to ramp up its marketing in the admin. Automattic is a business and it needs to make money with WooCommerce. Most participants in the discussion do not seem opposed to WooCommerce making money with marketplace suggestions but are strongly requesting that they do not inject ads in places where users are working on their own products in the admin. </p>\n<p>&#8220;There&#8217;s nothing necessarily wrong with ya&#8217;ll trying to squeeze out some more money from users &#8211; so long as it&#8217;s done tastefully, and in a way that actually provides value to the user, instead of spamming and hindering them,&#8221; @justlevine <a href=\"https://github.com/woocommerce/woocommerce/issues/23198#issuecomment-479616682\" rel=\"noopener noreferrer\" target=\"_blank\">commented</a> on the GitHub issue. </p>\n<p>Based on the WooCommerce developer community&#8217;s feedback, many are in agreement that they will only support changes will be respectful to store owners working in the admin. They would prefer WooCommerce focused its efforts on improving the existing Extensions tab, instead of injecting items from the marketplace on other screens. The current implementation of marketplace suggestions needs work, because it is too heavy-handed in displaying ads after users indicate through the UI that they want to dismiss them. </p>\n<p>Most participants in the discussion are in favor of letting store owners decide if they want to see ads for extensions on their product admin screens. They would prefer that users opt in through a more transparent way than simply agreeing to terms of service. At the very least, most prefer WooCommerce add a setting that would allow store owners to easily turn marketplace suggestions off. If Automattic wants this new feature to be successful, the company needs to revise the implementation to be something that doesn&#8217;t instantly make the majority of the WooCommerce developer community want to turn it off. </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, 04 Apr 2019 22:55:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:73:\"WPTavern: WPWeekly Episode 350 – Don’t Touch My Plugin Search Results\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/?p=88558&preview=true&preview_id=88558\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wpweekly-episode-350-dont-touch-my-plugin-search-results\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1895:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I discuss a controversial feature in Jetpack 7.1 that adds feature suggestions to plugin search results. We also talk about extension suggestions that are coming to WooCommerce.</p>\n<p>We talk about the security implications from the recent investigations into the Pipdig plugin and what users can do about it. Near the end of the show, we send a shout-out to <a href=\"https://www.caroleolinger.com/\">Carole Olinger</a> for her contributions to the WordPress community.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/pipdig-updates-p3-plugin-after-reports-expose-vendor-backdoors-built-in-kill-switch-and-malicious-ddos-code\">Pipdig Updates P3 Plugin after Reports Expose Vendor Backdoors, Built-in Kill Switch, and Malicious DDoS Code</a></p>\n<p><a href=\"https://wptavern.com/jetpack-7-1-adds-feature-suggestions-to-plugin-search-results\">Jetpack 7.1 Adds Feature Suggestions to Plugin Search Results</a></p>\n<p><a href=\"https://woocommerce.wordpress.com/2019/04/03/extension-suggestions-in-3-6/\">Extension Suggestions in 3.6</a></p>\n<p><a href=\"https://www.caroleolinger.com/a-tough-decision/\">On Health, WordPress and a Tough Decision</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 10th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #350:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Apr 2019 22:46:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Gary: React Isn’t The Problem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=5045\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://pento.net/2019/04/04/react-isnt-the-problem/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6361:\"<p>As React (via Gutenberg) becomes more present in the WordPress world, I&#8217;m seeing some common themes pop up in conversations about it. I spoke a bit about this kind of thing at WordCamp US last year, but if you don&#8217;t feel like sitting through a half hour video, let me summarise my thoughts. <img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>I agree that React is hard. I <em>strongly</em> disagree with the commonly contrasted view that HTML, CSS, PHP, or vanilla JavaScript are easy. They&#8217;re all just as hard to work with as React, sometimes more-so, particularly when having to deal with the exciting world of cross-browser compatibility.</p>\n\n\n\n<p>The advantage that PHP has over modern JavaScript development isn&#8217;t that it&#8217;s easy, or that the tooling is better, or more reliable, or anything like that. The advantage is that it&#8217;s familiar. If you&#8217;re new to web development, React is just as easy anything else to start with.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Something I’m seeing a lot.<br /><br />Beginners: This makes sense, we understand it.<br /><br />Experienced developers: There’s no way beginners would understand it. It’s not like &lt;a thing I learned ten years ago&gt;.</p>&mdash; Dan Abramov (@dan_abramov) <a href=\"https://twitter.com/dan_abramov/status/1096784072943300608?ref_src=twsrc%5Etfw\">February 16, 2019</a></blockquote>\n</div>\n\n\n\n<p>I&#8217;m honestly shocked when someone manages to wade through the mess of tooling (even pre-Gutenberg) to contribute to WordPress. It&#8217;s such an incomprehensible, thankless, unreliable process, the tenacity of anyone who makes it out the other side should be applauded. That said, this high barrier is unacceptable.</p>\n\n\n\n<p>I&#8217;ve been working in this industry for long enough to have forgotten the number of iterations of my personal development environment I&#8217;ve gone through, to get to where I can set up something for myself which <em>isn&#8217;t awful</em>. React wasn&#8217;t around for all of that time, so that can&#8217;t be the reason web development has been hard for as long as I remember. What is, then?</p>\n\n\n\n<h2>Doing Better</h2>\n\n\n\n<p>Over the past year or so, I&#8217;ve been tinkering with a tool to help deal with the difficulties of contributing to WordPress. That tool is called <a href=\"https://github.com/pento/testpress/\">TestPress</a>, it&#8217;s getting pretty close to being usable, at least on MacOS. Windows support is a little less reliable, but getting better. <img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /> If you enjoy tinkering with tools, too, you&#8217;re welcome to try out the development version, but it does still has some bugs in it. Feedback and PRs are always welcome! There are some screenshots in <a href=\"https://github.com/pento/testpress/issues/114\">this issue</a> that give an idea of what the experience is like, if you&#8217;d like to check it out that way.</p>\n\n\n\n<p>TestPress is not a panacea: at best, it&#8217;s an attempt at levelling the playing field a little bit. You shouldn&#8217;t need years of experience to build a reliable development environment, that should be the bare minimum we provide.</p>\n\n\n\n<h2>React is part of the solution</h2>\n\n\n\n<p>There&#8217;s still a lot of work to do to make web development something that anyone can easily get into. I think React is part of the solution to this, however.</p>\n\n\n\n<p>React isn&#8217;t without its problems, of course. Modern JavaScript can encourage iteration for the sake of iteration. Certainly, there&#8217;s a drive to React-ify All The Things (a trap I&#8217;m guilty of falling into, as well). React&#8217;s development model is fundamentally different to that of vanilla JavaScript or jQuery, which is why it can seem incomprehensible if you&#8217;re already well versed in the old way of doing things: it requires a shift in your mental model of how JavaScript works. This is a hard problem to solve, but it&#8217;s not insurmountable.</p>\n\n\n\n<p>Perhaps a little controversially, I <em>don&#8217;t</em> think that React is guilty of causing the web to become less accessible. At worst, it&#8217;s continuing the long standing practice of web standards making accessibility an optional extra. Building anything beyond a basic, non-interactive web page with just HTML and CSS will inevitably cause accessibility issues, unless you happen to be familiar with the mystical combinations of accessible tags, or applying aria attributes, or styling your content in just the right way (and none of the wrong ways).</p>\n\n\n\n<p>React (or any component-based development system, really) can improve accessibility for everyone, and we&#8217;re seeing this with Gutenberg already. By providing a set of base components for plugin and theme authors to use, we can ensure the correct HTML is produced for screen readers to work with. Much like desktop and mobile app developers don&#8217;t need to do anything to make their apps accessible (because it&#8217;s baked into the APIs they use to build their apps), web developers should have the same experience, regardless of the complexity of the app they&#8217;re building.</p>\n\n\n\n<p>Arguing that accessibility needs to be part of the design process is the wrong argument. Accessibility shouldn&#8217;t be a consideration, it should be unavoidable.</p>\n\n\n\n<h2>Do Better</h2>\n\n\n\n<p>Now, can we do better? Absolutely. There&#8217;s always room for improvement. People shouldn&#8217;t need to learn React if they don&#8217;t want to. They shouldn&#8217;t have to deal with the complexities of the WCAG. They should have the freedom to tinker, and the reassurance that they can tinker without breaking everything.</p>\n\n\n\n<p>The pre-React web didn&#8217;t arrive in its final form, all clean, shiny, and perfect. It took decades of evolution to get there. The post-React web needs some time to evolve, too, but it has the benefit of hindsight: we can compress the decades of evolving into a much shorter time period, provide a fresh start for those who want it, while also providing backwards compatibility with the existing ways of doing things.</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, 04 Apr 2019 06:31:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"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: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:148:\"WPTavern: Jetpack Is Promoting Paid Upgrades on Plugin Search Screen, WordPress Plugin Team Says it “May be a Violation” of Directory Guidelines\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=88485\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:152:\"https://wptavern.com/jetpack-is-promoting-paid-upgrades-on-plugin-search-screen-wordpress-plugin-team-says-it-may-be-a-violation-of-directory-guidelines\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8991:\"<p>Yesterday the discussion surrounding <a href=\"https://wptavern.com/jetpack-7-1-adds-feature-suggestions-to-plugin-search-results\" rel=\"noopener noreferrer\" target=\"_blank\">Jetpack&#8217;s implementation of feature suggestions in the plugin search screen</a> became heated after developers pointed out that Automattic is also using these suggestions to <a href=\"https://wptavern.com/jetpack-7-1-adds-feature-suggestions-to-plugin-search-results#comment-284507\" rel=\"noopener noreferrer\" target=\"_blank\">promote paid upgrades</a>. You can test this by searching for &#8220;backups&#8221; where you find that Jetpack&#8217;s commercial offering takes the place of the first result, pushing all other results further down one slot.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/04/jetpack-advertising-paid-upgrades.png?ssl=1\"><img /></a></p>\n<p>The feature suggestions were added in versions 7.1 to inform users of an existing feature in Jetpack when they search for something similar. The Jetpack team said they developed it to solve a discovery problem, where users are quite often not familiar with all of Jetpack&#8217;s 45 modules and end up installing plugins to perform functionality that Jetpack already includes. A PR in the Jetpack repository has been merged to <a href=\"https://github.com/Automattic/jetpack/pull/11876\" rel=\"noopener noreferrer\" target=\"_blank\">only show feature suggestions when the user&#8217;s plan supports it</a>, so it looks like these promotions for commercial features will be removed in a future release of the plugin. </p>\n<p>It&#8217;s not clear whether Automattic intentionally rolled out the feature suggestions in its current form (with paid upgrades included) to test the waters and gauge the community&#8217;s reaction, or if it is simply a mistake. The PR was marked as an enhancement, not a bug. </p>\n<p>According to Plugin Team member Samuel &#8220;Otto&#8221; Wood, feature suggestions with paid upgrades included is &#8220;likely a violation&#8221; of the plugin directory&#8217;s guidelines.</p>\n<p>&#8220;Promoting other plugins or premium upgrades in the same space would likely not be allowed, because it would be misleading or an incorrect place to put &#8216;advertising,&#8217; Wood said. &#8220;Guidelines already say not to do that.&#8221;</p>\n<p>I contacted the Plugin Team today and it seems the topic of feature suggestions on the plugin screen are still a matter of ongoing debate. The team would not officially confirm whether or not Jetpack is currently in violation.</p>\n<p>&#8220;I can&#8217;t confirm that at this time,&#8221; Mika Epstein said. &#8220;It might be a violation, but it also may not be. Much of that comes down to intent.</p>\n<p>&#8220;A case can be made that they&#8217;re promoting paid services for existing features, and is that different from an image-optimizer plugin promoting it&#8217;s own service which you&#8217;re already using? It&#8217;s not like they&#8217;re promoting separate plugins, so it&#8217;s in a very odd grey area for services.&#8221;</p>\n<p>Epstein said the team is &#8220;still arguing the semantics internally about that one.&#8221;</p>\n<p>Many people have asked why Jetpack has not been removed from the plugin directory for advertising its commercial offerings on the plugin screen. The Plugin Team&#8217;s official response is that if Jetpack is in violation, they reserve the right to make an exception and opt not to close it. Epstein, on behalf of the team, offered the following statement:</p>\n<blockquote><p>It falls under our <a href=\"https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#18-we-reserve-the-right-to-maintain-the-plugin-directory-to-the-best-of-our-ability\" rel=\"noopener noreferrer\" target=\"_blank\">18th guideline</a>:</p>\n<p>We reserve the right to NOT close a plugin and grant exceptions.</p>\n<p>Closing plugins is ALWAYS a tricky thing. We regularly warn, and do not close, larger plugins as closing them would have an adverse impact on the entire WordPress community. Closing plugins with 500,000 users can be more harmful than helpful, even when there are security problems. The more users a plugin gets, the more difficult it is to weigh the risks of closing versus not closing.</p>\n<p>Maintaining the trust in larger plugins is as important as doing so with the directory as a whole. With so many outlets wanting to spin up FUD and blast outrage at everyone involved as their first reaction, we try to stem the tide a little and not act like the sky is falling all the time.</p></blockquote>\n<p>Jetpack has more than 5 million active installs. If it is found to be in violation of the guidelines, it is not likely to be removed due to the impact it would have on millions of WordPress users, not to mention the hosts who have it pre-installed on WordPress hosting plans. </p>\n<p>The discussion regarding how WordPress can improve the implementation of feature suggestions on the plugin screen for all plugins is happening in a <a href=\"https://core.trac.wordpress.org/ticket/46763\" rel=\"noopener noreferrer\" target=\"_blank\">ticket</a> on trac opened by Joost de Valk. This ticket does not debate whether or not feature suggestions are a good idea in general but rather focuses on how results can better communicate that a feature is already active or available. de Valk shared a screenshot of what the screen currently looks like when a user searches for a plugin for which they already have a match installed:</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/04/active-plugin.png?ssl=1\"><img /></a></p>\n<p>&#8220;The disabled &#8216;Active&#8217; button there is not very useful, as it doesn&#8217;t provide any context as to why that button is disabled,&#8221; de Valk said. &#8220;I&#8217;d like to propose a change: let&#8217;s turn this into two separate groups of results, one that says &#8216;these plugins you already have installed might be able to help&#8217; and then a second group below that with other plugins.&#8221;</p>\n<p>Tim Hengeveld posted a mockup of what an implementation of that might look like:</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/04/mockup-plugin-screen.png?ssl=1\"><img /></a></p>\n<p>The topic of feature suggestions on this screen is still highly controversial, despite the Plugin Team confirming that it is not breaking the guidelines (as long as plugins don&#8217;t promote paid upgrades). Plugin authors have worked for years towards better rankings on this screen by providing quality support and updates that translate into better ratings and more installs. Any mega plugin that offers multiple modules packed into one can easily usurp these rankings by suggesting its own features and having them automatically appear in that top slot. These features could even be broken down into multiple micro-modules so that there is always something to suggest. </p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I make a bit of side income off of <a href=\"https://t.co/aqHIydpjrL\">https://t.co/aqHIydpjrL</a> </p>\n<p>ALL folks who purchase come from free users of my WordPress(dot)org-hosted plugin. </p>\n<p>After years of hard work, it shows up first in the list when you search for the word \"Tweet.\" </p>\n<p>Unless you have Jetpack installed. <a href=\"https://t.co/9stTJ4TJre\">pic.twitter.com/9stTJ4TJre</a></p>\n<p>&mdash; Ben Meredith-speaking at #WCRaleigh (@benUNC) <a href=\"https://twitter.com/benUNC/status/1113277858540077056?ref_src=twsrc%5Etfw\">April 3, 2019</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Because it’s Jetpack and they’ve created this precedence with blessings from .org, it’ll be interesting to see if and how many plugin providers are going to pivot towards Jetpack’s business model of a branded ‘suite’ instead of maintaining separate plugins for separate concerns.</p>\n<p>&mdash; Caspar<img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/1f337.png\" alt=\"🌷\" class=\"wp-smiley\" />Hübinger (@glueckpress) <a href=\"https://twitter.com/glueckpress/status/1113328574050787328?ref_src=twsrc%5Etfw\">April 3, 2019</a></p></blockquote>\n<p></p>\n<p>Many in the WordPress development community are worried that plugin authors will move towards distributing their work as large suites of modules in order to take advantage of promoting their own features in the plugin search screen. This seems even more likely with block developers releasing massive collections of Gutenberg blocks. </p>\n<p>WordPress.org is at a crossroads here that may open the floodgates to plugin authors looking to leverage this screen to their own advantage. Jetpack&#8217;s move to suggest its own features on this screen, instead of opting for an admin notice or using its own dashboard, is going to have a major ripple effect throughout the plugin ecosystem that has the potential to change how plugins are packaged, distributed, and marketed.</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, 03 Apr 2019 19:56:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:119:\"WPTavern: Pipdig Updates P3 Plugin after Reports Expose Vendor Backdoors, Built-in Kill Switch, and Malicious DDoS Code\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=88368\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/pipdig-updates-p3-plugin-after-reports-expose-vendor-backdoors-built-in-kill-switch-and-malicious-ddos-code\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20144:\"<p>Over the weekend, <a href=\"https://www.pipdig.co\" rel=\"noopener noreferrer\" target=\"_blank\">Pipdig</a>, a small commercial theme company, has been at the center of a scandal after multiple reports exposed a litany of unethical code additions to its Pipdig Power Pack (P3) plugin. </p>\n<p>On Friday, March 29, Wordfence threat analyst Mikey Veenstra published a <a href=\"https://www.wordfence.com/blog/2019/03/peculiar-php-present-in-popular-pipdig-power-pack-plugin/\" rel=\"noopener noreferrer\" target=\"_blank\">report</a> with code examples of the backdoors Pipdig built into their plugin, along with some unsavory and questionable additions to the code. </p>\n<p>&#8220;We have confirmed that the plugin, Pipdig Power Pack (or P3), contains code which has been obfuscated with misleading variable names, function names, and comments in order to hide these capabilities,&#8221; Veenstra said.</p>\n<p>These include an unauthenticated password reset to a hard-coded string, which was deliberately obscured with code comments indicating it was added to &#8220;check for new social channels to add to navbar.&#8221; Veenstra also demonstrated how the plugin contained code for an unauthenticated database deletion, wherein the Pipdig team could remotely destroy any site WordPress site using the P3 plugin. </p>\n<p>The code for remote site deletion was removed in version 4.8.0 but it still a concern for users who haven&#8217;t updated. Michael Waterfall, iOS Engineer at ASOS, tested the &#8220;kill switch&#8221; function and demonstrated that it still works with prior versions.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">It also confirms they lied. They _still_ have the ability to wipe any blog that hasn\'t updated to the new plugin version (4.8.0), which they hurriedly released to delete the kill switch after they were exposed the other day. <a href=\"https://t.co/bNMfRQUBpr\">pic.twitter.com/bNMfRQUBpr</a></p>\n<p>&mdash; Michael Waterfall (@mwaterfall) <a href=\"https://twitter.com/mwaterfall/status/1112445109755359233?ref_src=twsrc%5Etfw\">March 31, 2019</a></p></blockquote>\n<p></p>\n<p>Veenstra&#8217;s investigation also uncovered questionable remote calls in the plugin&#8217;s cron events, undisclosed content and configuration rewrites, and a list of popular plugins that are immediately deactivated when P3 is activated, without the user&#8217;s knowledge. He found that some of these plugins are deactivated alongside admin_init, so any user attempts to reactivate the plugins will not stick.</p>\n<p>Wordfence estimates the P3 plugin to have an install base of 10,000-15,000 sites. The changes made in version 4.8.0 of the plugin are not transparently identified in the changelog, so it&#8217;s not easy for users to know what has changed. The content filtering and the plugin deactivations remain in the most recent release. These types of veiled functions performed without permission could have unintended consequences on sites using the plugin, which non-technical users may not be able to fix themselves.</p>\n<h3>Pipdig P3 Plugin Performed a DDoS Attack on a Competitor&#8217;s Site</h3>\n<p>Jem Turner, a freelance web developer based in the UK, <a href=\"https://www.jemjabella.co.uk/2019/security-alert-pipdig-insecure-ddosing-competitors/\" rel=\"noopener noreferrer\" target=\"_blank\">published a lengthy analysis of the P3 plugin</a> the same day that Wordfence released its analysis. She drilled down further into the remote requests, demonstrating how Pipdig has been using the P3 plugin to perform a DDoS attack on a competitor who also provides WordPress themes and installation services to bloggers. The code triggers an hourly cron job on users&#8217; sites, effectively using their customers&#8217; servers to send malicious requests to the competitor&#8217;s site.</p>\n<blockquote><p>The code comment tells us this is “checking the CDN (content delivery network) cache”. It’s not. This is performing a GET request on a file (id39dqm3c0_license_h.txt) sat on pipdigz.co.uk, which yesterday morning returned ‘https://kotrynabassdesign.com/wp-admin/admin-ajax.php’ in the response body.</p>\n<p>Every single hour night and day, without any manual intervention, any blogger running the pipdig plugin will send a request with a faked User Agent to ‘https://kotrynabassdesign.com/wp-admin/admin-ajax.php’ with a random number string attached. This is effectively performing a small scale DDoS (Distributed Denial of Service) on kotrynabassdesign.com’s server.</p></blockquote>\n<p>Turner also contacted <a href=\"http://kotrynabassdesign.com’\" rel=\"noopener noreferrer\" target=\"_blank\">Kotryna Bass</a>, Pipdig&#8217;s competitor, who said she had contacted her host after finding that her admin-ajax.php file was under some kind of attack. Bass&#8217; exchanges with her host are also published in Turner&#8217;s report.</p>\n<p>Turner&#8217;s post explained how Pipdig&#8217;s P3 plugin code manipulated links to point to their own products and services when a user includes a link to a competitor in the the content:</p>\n<blockquote><p>Here we have pipdig’s plugin searching for mentions of ‘blogerize.com‘ with the string split in two and rejoined – concatenated – to make it harder to find mentions of competitors when doing a mass ‘Find in Files’ across the plugin (amongst other things). When the plugin finds links to blogerize.com in blogger’s content (posts, pages), they’re swapped out with a link to ‘pipdig.co/shop/blogger-to-wordpress-migration/’ i.e. pipdig’s own blog migration services. Swapping these links out boost the SEO benefit to pipdig, and the vast majority of bloggers wouldn’t notice the switcheroo (especially as if the page/post was edited, the link to blogerize would appear in the backend as normal).</p></blockquote>\n<p>The plugin did not ask users&#8217; permission before performing any of these actions and most of them were implemented with obfuscated code. Turner&#8217;s investigation also covers how the P3 plugin could harvest data and change admin passwords. Many of the findings overlap with Wordfence&#8217;s analysis.</p>\n<p>&#8220;I was aware that Wordfence had been contacted for an opinion, although I was unaware they were writing a post and vice versa,&#8221; Turner said. &#8220;I wasn&#8217;t surprised that they wrote about it though, given the risk to WordPress users.&#8221;</p>\n<p>She has been in contact with authorities regarding Pipdig&#8217;s unethical coding practices and privacy violations.</p>\n<p>&#8220;From my side of things, I&#8217;ve been in contact with Action Fraud (submitted a report through their website) and NCSC (who pointed me back to Action Fraud and gave me a number to call). From pipdig&#8217;s side, there are threats of legal action in their blog post but I&#8217;ve received nothing yet.&#8221;</p>\n<h3>Pipdig&#8217;s Public Response Skirts Critical Concerns</h3>\n<p>Pipdig Creative Director Phil Clothier <a href=\"https://www.pipdig.co/blog/sad-times/\" rel=\"noopener noreferrer\" target=\"_blank\">published a public response</a> from the company which opens by characterizing the recent investigations as &#8220;various accusations and rumours spreading about pipdig&#8221; and includes an emotional plea regarding how  distressing recent developments have been for his company. He claims that his team and their supporters are being harassed. </p>\n<p>After pushing out the 4.8.0 version of the P3 plugin, removing some but not all of the offensive code, Clothier opts for a Q&#038;A style format for his post, putting every question in the present tense:</p>\n<blockquote><p>Do you DDOS competitors?<br />\nNo.</p>\n<p>Do you “kill” sites?<br />\nNo!</p>\n<p>Do you have the ability to kill sites via the pipdig Power Pack?<br />\nNo</p></blockquote>\n<p>Regarding the &#8220;kill switch&#8221; feature they built in, which detects all tables with the WordPress prefix and drops each of them, Clothier said it was simply a function to reset a site back to its default settings. He deliberately misrepresented what it does: </p>\n<blockquote><p>There was function in an older version of the plugin which could be used to reset a site back to the default settings. This function had no risk of of malicious or unintentional use. I can say categorically that there was no risk to your site if you were using a pipdig theme. This feature has been dug up and labelled a “Kill Switch” for maximum negative impact on us.</p></blockquote>\n<p>Clothier claims the function was available in the P3 plugin in July 2018 when a third party started posting Pipdig themes for sale on their own site:</p>\n<blockquote><p>A 3rd party was able to download all of our themes illegitimately and post them on a clone of our own site. This included previews of our themes and the ability to purchase them. We were first alerted to this by people which had purchased a pipdig theme from there, but were finding that certain features did not work correctly. After investigation, we found that the victim had purchased the theme from the 3rd party, thinking it was us. The 3rd party not only gained the financial benefit of the theme payment, but also used it as a way to inject malware and ads into the victim’s site. The reset function was put in place in order to remove the 3rd party’s ability to host preview sites with our themes. It worked, and they have since disappeared. The function was then removed in a later version of the plugin.</p></blockquote>\n<p>This is a false claim, as Wordfence pointed out in an updated <a href=\"https://www.wordfence.com/blog/2019/04/pipdig-update-dishonest-denials-erased-evidence-and-ongoing-offenses/\" rel=\"noopener noreferrer\" target=\"_blank\">article</a>. The first instance of the code responsible for database deletion was <a href=\"https://web.archive.org/web/20190331195426/https://bitbucket.org/pipdig/p3/commits/edc47824200e15d64cab7270debc4a0526a8d323\" rel=\"noopener noreferrer\" target=\"_blank\">committed to the plugin in November 2017</a>. </p>\n<p>The company failed to address the most critical concerns presented in the Wordfence analysis in its first pass at issuing a public statement. Instead, on the matter of coordinating a DDoS attack on competitors, Pipdig blames users and suggests they may have added the competitor&#8217;s URL to their sites.</p>\n<p>&#8220;We’re now looking into why this function is returning this url,&#8221; Clothier said. &#8220;However, it seems to suggest that some of the &#8216;Author URLs&#8217; have been set to ‘kotrynabassdesign.com’. We don’t currently know why this is the case, or whether the site owner has intentionally changed this.&#8221;</p>\n<p><a href=\"https://www.wordfence.com/blog/2019/04/pipdig-update-dishonest-denials-erased-evidence-and-ongoing-offenses/\" rel=\"noopener noreferrer\" target=\"_blank\">Further investigations</a> published by Wordfence today showed that Pipdig also added DDoS code to its Blogger templates and was actively issuing malicious requests up until yesterday:</p>\n<blockquote><p>During the investigation of Pipdig’s WordPress plugin and themes, we also came across some curious code associated with their Blogger themes. This code is part of Pipdig’s suspected DDoS campaign against their competitor, and was active until April 1, four days after Pipdig’s denial of any such behavior.</p>\n<p>Some of Pipdig’s Blogger themes have been confirmed to make external JavaScript calls to Pipdig’s server, specifically to the script hXXps://pipdigz[.]co[.]uk/js/zeplin1.js.</p></blockquote>\n<p>On March 31, as the investigations became public, Pipdig deleted its public Bitbucket repository and replaced it with a &#8220;clean one,&#8221; removing three years of commit history. Wordfence and many others cloned the repository before it was deleted and saved snapshots of pages to cite in the investigation.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">That clean repository <a href=\"https://twitter.com/pipdig?ref_src=twsrc%5Etfw\">@pipdig</a> published earlier today in place of the one containing all of their malicious code&#8230; They changed the reported release date of version 4.8.0. <a href=\"https://t.co/YqKASTUZE7\">pic.twitter.com/YqKASTUZE7</a></p>\n<p>&mdash; Nicky Bloor (@nickstadb) <a href=\"https://twitter.com/nickstadb/status/1112796890855325697?ref_src=twsrc%5Etfw\">April 1, 2019</a></p></blockquote>\n<p></p>\n<p>Pipdig&#8217;s public statement contains a number of other false claims that are outlined in Wordfence&#8217;s followup piece with code examples. Clothier closes the article by casting aspersion on the press, presumably to encourage customers not to trust what they read from other sources.</p>\n<p>I contacted Pipdig for their comment on recent events, but Clothier declined to answer any of my questions. One of those was why the plugin disables Bluehost&#8217;s caching plugin without informing customers. </p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Another one from the <a href=\"https://twitter.com/pipdig?ref_src=twsrc%5Etfw\">@pipdig</a> plugin. If you use one of their themes on <a href=\"https://twitter.com/bluehost?ref_src=twsrc%5Etfw\">@bluehost</a> then they intentionally slow your website down by disabling the BlueHost cache plugin, then they can inject content with the title \"Is your host slowing you down?\" CC <a href=\"https://twitter.com/jemjabella?ref_src=twsrc%5Etfw\">@jemjabella</a> <a href=\"https://twitter.com/heyitsmikeyv?ref_src=twsrc%5Etfw\">@heyitsmikeyv</a> <a href=\"https://t.co/48DUXsDyBj\">pic.twitter.com/48DUXsDyBj</a></p>\n<p>&mdash; Nicky Bloor (@nickstadb) <a href=\"https://twitter.com/nickstadb/status/1112479746972151808?ref_src=twsrc%5Etfw\">March 31, 2019</a></p></blockquote>\n<p></p>\n<p>Clothier said he didn&#8217;t have any comments beyond what he said in the public statement but encouraged anyone interested to read the new <a href=\"https://bitbucket.org/pipdig/p3/commits/7a487d2c7bce89b7a5a0a1566272fbd4007fe3cd\" rel=\"noopener noreferrer\" target=\"_blank\">comments added to the code</a> in version 4.9.0:</p>\n<blockquote><p>We&#8217;ve also updated version 4.9.0 of the plugin which includes extra commenting in the code, which will hopefully help clear things up like issues with Bluehost caching and the_content() filter.</p>\n<p>If anyone is unsure, we recommend updating to the latest version as always. However we also contend that the previous versions had no serious issues too.</p></blockquote>\n<p>Pipdig declined to answer questions about licensing but the products <a href=\"https://support.pipdig.co/license/\" rel=\"noopener noreferrer\" target=\"_blank\">do not appear to be GPL-licensed</a>. This may be why the company deemed it within its rights to take action on those who they believe to have &#8220;stolen&#8221; their themes.  </p>\n<h3>Pipdig Customers Share Mixed Reactions to Reports of Vendor Backdoors and DDoS Attacks</h3>\n<p>In what is perhaps one of the most brazen abuses I&#8217;ve ever seen from a theme company in WordPress&#8217; history, Pipdig&#8217;s user base has unknowingly been used to target the company&#8217;s competitors. Regardless of the company&#8217;s motive in combatting the unauthorized distribution of their themes, these types of backdoors and undisclosed content rewrites are indefensible. They prey upon user trust and in this case the victims were primarily bloggers.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I think that\'s why so many of us are so angry. Bloggers are the lifeblood of <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a>, you create content and for the most part don\'t have big budgets to spend. So when someone takes advantage of that those at the \"low budget\" end of the market, those that cant afford devs&#8230;</p>\n<p>&mdash; Andy Powell (@p0welly) <a href=\"https://twitter.com/p0welly/status/1112384805935767552?ref_src=twsrc%5Etfw\">March 31, 2019</a></p></blockquote>\n<p></p>\n<p>One of the more puzzling aspects of this story is that many of Pipdig&#8217;s users seem to be unfazed by the gravity of the findings in these reports. Without full knowledge of the inner workings of a product, many customers make decisions based on how they feel about a company, regardless of being confronted with facts that should cause them to question their experiences.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I’m not concerned. I trust them. And I’m certainly not panicking and acting on the words of two blog posts citing their competitors. They’ve served me well for years.</p>\n<p>&mdash; Caroline Hirons (@CarolineHirons) <a href=\"https://twitter.com/CarolineHirons/status/1111750517242454016?ref_src=twsrc%5Etfw\">March 29, 2019</a></p></blockquote>\n<p></p>\n<p>Others are angry to have had their sites used in an attack. Getting set up on a new theme is not a trivial task for non-technical users who may have had to pay a developer to launch their sites in the first place.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Honestly? I’m really angry. I trusted them for years, and in return my site has been used maliciously against other small businesses. I’ve been watching this unfold since Friday but even this update shocked me. <a href=\"https://t.co/mPsO8EoHBp\">https://t.co/mPsO8EoHBp</a></p>\n<p>&mdash; Charlotte (@bycharlotteann_) <a href=\"https://twitter.com/bycharlotteann_/status/1113149814794055680?ref_src=twsrc%5Etfw\">April 2, 2019</a></p></blockquote>\n<p></p>\n<p>&#8220;My mind is absolutely blown by pipdig&#8217;s public response,&#8221; Jem Turner said. &#8220;I understand that they were counting on their users&#8217; completely non-tech background to bamboozle them, and it certainly seemed to be working in the beginning, but anyone with even the slightest bit of coding knowledge can see that they are lying and I genuinely don&#8217;t understand how they think they&#8217;ll get away with it.&#8221;</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">The crazy part is if we want to be really real about this, it\'s more like</p>\n<p>The cable guy cut a big hole in my wall and installed a door handle on it. He took some painter\'s tape and scrawled \"THIS IS A CABLE BOX\" on the drywall. Then looked me in the eyes and said \"No I didn\'t.\"</p>\n<p>&mdash; Mikey Veenstra (@heyitsmikeyv) <a href=\"https://twitter.com/heyitsmikeyv/status/1112330977966084096?ref_src=twsrc%5Etfw\">March 31, 2019</a></p></blockquote>\n<p></p>\n<p>This incident shines a spotlight on how unregulated the commercial plugin and theme ecosystem is and how little protection users have from companies that abuse their power. If you are a Pipdig customer affected by this incident, there is no assurance that the company will not build more backdoors into your site in the future. The plugin updates are not reviewed by any kind of authority. Fortunately, there are a few actions you can take to create a safer environment for your website. </p>\n<p>First, look for <a href=\"https://developer.wordpress.org/themes/getting-started/wordpress-licensing-the-gpl/\" rel=\"noopener noreferrer\" target=\"_blank\">GPL-licensed themes and plugins</a>, because they grant you more freedoms as the user and are compatible with WordPress&#8217; legal license. GPL-licensed products are also a strong indication that the authors respect user freedoms and the shared economic principles that this open source license supports. </p>\n<p>Many reputable theme companies choose to host their products&#8217; companion plugins on <a href=\"https://wordpress.org/\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress.org</a> for ease of distribution and shipping updates. The official directory does not permit these kinds of shady coding practices described in this article and all of the plugins go through a security review by the WordPress Plugin Team. If you are concerned about code quality and the potential for abuse, do a little research on your next prospective commercial theme provider or opt for free WordPress.org-hosted themes and plugins that have undergone a more rigorous vetting process.</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, 03 Apr 2019 05:55:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:50:\"HeroPress: Growing a WordPress business in Vietnam\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2727\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:152:\"https://heropress.com/essays/growing-a-wordpress-business-in-vietnam/#utm_source=rss&utm_medium=rss&utm_campaign=growing-a-wordpress-business-in-vietnam\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:23606:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2019/04/040319-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: ... no matter how difficult or challenging things are, I stll feel very happy with what I have, and I will try to do better.\" /><p><a href=\"https://heropress.com/feed/#vietnamese\">Xem nội dung tiếng Việt ở dưới.</a></p>\n<p>It’s been 13 years since I first knew WordPress. Thinking of it, I found it to be one of the most fortunate things I had in my career and life. I can do what I love, can make money to support myself, my family and have many good friends.</p>\n<p>When I found out about WordPress, I was still a second-year student at the university. The major I studied was not IT but mechanical engineering. I chose it with the desire to get a scholarship abroad (it was in Russia). But in the process of learning, I found myself inclined to and more passionate about coding. Therefore, I taught myself coding.</p>\n<p>In my second year of university, I wanted to set up a website to download software. It is not a very proud thing, because at that time I just wanted to share the software with everyone, including free software and pirated software (software pirating is still a big problem in Russia and in Vietnam). It can be said that software was what attracted me the most at that time. I was passionate about finding new software, testing, running them, finding great features and sharing experiences with people.</p>\n<blockquote><p>At that time, the web was still something very new to me and I didn’t have many concepts about it. I just needed to find a free platform to build a blog about software.</p></blockquote>\n<p>At that time, there were two platforms that caught my attention &#8211; WordPress and BoBlog. BoBlog was a Chinese platform (it’s dead now), and WordPress seemed more international, so I chose WordPress.</p>\n<p>It can be said that the choice of WordPress has made me learn more seriously about the web and related technologies. By editing the theme, making additional features for my blog, I learned a lot about HTML, CSS, JavaScript, and PHP. During my time at the university, I had been exploring these things and gradually improving my knowledge base.</p>\n<p>For me, the web has a big advantage comparing to other software, which is any line of code you write, you can see the result right in the browser by just pressing F5. This was the point that I was very excited about because when I tried coding in other languages, the compiling process made me feel time-consuming and not very intuitive.</p>\n<h3 id=\"Start_My_Own_Blog_10\">Start My Own Blog</h3>\n<p>After that, I felt that the knowledge I learned was quite interesting and wanted to share it with everyone. So I started my personal blog, it is still active at <a href=\"https://heropress.com/feed/deluxeblogtips.com\">deluxeblogtips.com</a>. Blogging is an important thing in my career, maybe the most. It brings a lot of fortunate to me:</p>\n<p><strong>English:</strong> English is not my native language. But by blogging, my reading and communication skill in English has improved significantly. Although there are still many errors, I feel quite confident when talking to international friends. This has been happening for a long time and I am very grateful for it.</p>\n<p><strong>The first freelance jobs:</strong> Blogging has been around for a while, some people knew about me thanks to my helpful sharing. And they started contacting me and asked if I wanted to work for them. At that time, as a student, I was very happy, because I could earn some money. Later, when I graduated from university, I started my career with those freelance jobs. I did freelancing for about 4-5 years since 2010. I participated in many projects, learned a lot of things and knew a lot of friends. During this time, I also gathered a group of Vietnamese friends to work on those freelance jobs. Until now, although the group is no longer available, we are still good friends and still meet often.</p>\n<p><strong>Start ideas for products:</strong> precisely <a href=\"https://metabox.io\">Meta Box</a>. This is my company’s flagship product at the moment. Its idea started from my tutorial on the blog. Thanks to those sharing, it’s now a plugin of 400,000 active installs that based on a tutorial.</p>\n<h3 id=\"Community_20\">Community</h3>\n<p>Blogging makes many people known about me. And my share (and other products) is also useful for many people and thanks to that, I connect with many developers around the world and in Vietnam. In 2012, when Philip Author Moore came to Vietnam, we met the first time, and it was a “fateful” meeting between us. Together, we built the WordPress community in Vietnam from those early years, started the Hanoi WordPress Meetup and shared a lot of things about WordPress. There were many companies in Vietnam starting to redirect and working on WordPress from such meetup sessions.</p>\n<p>So far, the community has been strong and we are no longer involved because we’re quite busy and we do not have too much experience in organizing and maintaining offline activities. Online activities are still very exciting thanks to Facebook!</p>\n<h3 id=\"Building_products_and_company_26\">Building products and company</h3>\n<p>Being a developer and having the opportunity to work on projects with customers, in 2010, I found many things missing from WordPress. And at that time, I had the idea of <a href=\"https://metabox.io\">Meta Box</a>, which is a developer framework to quickly create custom fields. I shared a series of tutorials on my blog. What I didn’t expect was that there were so many people having the same interest.</p>\n<p>After that, I continuously upgraded the plugin, based on feedback from other users and developers. I also get a lot of help from other developers, especially <a href=\"https://mobile.twitter.com/unserkaiser\">Kaiser</a>. I am really grateful to them because, without them, Meta Box could not become a plugin with 400,000 active installs.</p>\n<p>When I first developed the plugin, I didn’t have much idea about commercializing it. All were free. At that time, I didn’t know much about interacting on <a href=\"http://wordpress.org\">wordpress.org</a> and the Trac system, so I released the code on Google Code. A long time later, I uploaded it to <a href=\"https://wordpress.org/plugins/meta-box/\">wordpress.org</a>. Therefore, when comparing the custom fields plugins, Meta Box is sometimes not considered the first plugin, while it should be.</p>\n<blockquote><p>The idea of Meta Box was later inherited by many people and developed similar plugins. And I really like that, because that’s the idea of open source!</p></blockquote>\n<p>The success of Meta Box was the basis for me to establish my own company &#8211; <a href=\"https://elightup.com\">eLightUp</a> to develop products for WordPress.</p>\n<p>In addition to Meta Box, while creating a freelance team, we also tried to become a theme provider and joined ThemeForest. It was not very successful, because I feel ThemeForest is a battlefield in which the parties race to add features to make a theme become powerful, able to do many things and therefore very bloated and not optimal. As a developer, I always feel uncomfortable with those things.</p>\n<p>The theme work then was separated into two brands of our company: <a href=\"https://fitwp.com\">FitWP</a> for themes on ThemeForest and <a href=\"https://gretathemes.com\">GretaThemes</a> for themes that are simple, optimal and serve a specific purpose. Currently, the focus of our company are Meta Box and GretaThemes.</p>\n<p>And for freelance work, we moved into a division of our company that specializes in <a href=\"https://elightup.com/projects/\">projects with customers</a>. We carry out projects for both domestic and international customers.</p>\n<h3 id=\"The_shift_in_roles_44\">The shift in roles</h3>\n<p>Before establishing the company, the income from the products and projects helped me and my family have a comfortable life in Vietnam. But for a long time in the WordPress community, I’ve seen many brands that I’ve always admired, especially WooThemes (now merged into Automattic). Seeing their great contributions to the community, I always want to do the same. And to do that, it’s difficult to do as an individual. So I founded <a href=\"https://elightup.com\">eLightUp</a>, wishing to create good products and contribute to the community.</p>\n<p>When I founded the company, I did not measure all the management issues or predicted that. I had to learn a lot, from managing people, resources, finance to strategy, market research and marketing. As a developer, they are all new and challenging things. There were times when I was very stressful because I had to do both developing products and other work which were not my strength.</p>\n<p>So far, things have gotten better, I have become more comfortable to work, although I still have to code and manage at the same time.</p>\n<p>Above all, I see what I have now is big luck, and that is totally love and support from the community for me. Therefore, no matter how difficult or challenging things are, I still feel very happy with what I have and will try to do better.</p>\n<h2 id=\"vietnamese\">Tiếng Việt</h2>\n<p>Đã 13 năm kể từ khi tôi biết đến WordPress lần đầu tiên. Nghĩ lại, tôi thấy đó là một trong những điều may mắn nhất mà tôi có được trong sự nghiệp và cuộc sống của mình. Tôi được làm điều mà tôi yêu thích, có thể kiếm tiền nuôi sống được bản thân, gia đình và có thêm nhiều bạn bè tốt.</p>\n<p>Khi tôi biết đến WordPress, tôi vẫn còn là 1 cậu sinh viên năm thứ 2. Chuyên ngành mà tôi học không phải là IT mà là cơ khí chế tạo máy. Tôi đã chọn chuyên ngành đó với mong muốn có được 1 suất học bổng ở nước ngoài, khi đó là ở Nga. Nhưng trong quá trình học tập, tôi thấy mình có thiên hướng và đam mê về lập trình nhiều hơn. Vì thế, tôi đã tự học và bổ sung các kiến thức về IT cho mình.</p>\n<p>Năm thứ 2 đại học, tôi muốn lập 1 website về download phần mềm. Cũng không phải là một điều tự hào gì lắm, vì lúc đó tôi chỉ muốn chia sẻ các phần mềm với mọi người, trong đó có phần mềm miễn phí và có cả phần mềm crack (vấn nạn crack phần mềm ở Nga và ở Việt Nam vẫn còn rất lớn). Có thể nói phần mềm là thứ thu hút tôi lúc đó nhiều nhất. Tôi say mê tìm phần mềm mới, thử nghiệm, chạy chúng, tìm các tính năng hay và chia sẻ kinh nghiệm với mọi người. Lúc đó, web vẫn còn là một thứ gì đó rất thô sơ và tôi cũng chưa có nhiều khái niệm về nó. Tôi loay hoay tìm một nền tảng có sẵn để xây dựng một blog về phần mềm. Vào thời điểm đó, có 2 nền tảng đã gây sự chú ý với tôi &#8211; đó là WordPress và BoBlog. BoBlog là 1 blog của Trung Quốc, còn WordPress thì có vẻ quốc tế hơn, nên tôi đã chọn WordPress.</p>\n<p>Có thể nói sự lựa chọn WordPress đã khiến tôi học hỏi nghiêm túc hơn về web và các công nghệ liên quan. Bằng cách chỉnh sửa giao diện, làm thêm các tính năng bổ sung cho blog của mình mà tôi đã học được nhiều điều về HTML, CSS, JavaScript và PHP. Trong suốt thời gian học đại học, tôi đã mày mò những cái này và dần hoàn thiện nền tảng kiến thức của mình.</p>\n<p>Đối với tôi, web có 1 điểm hơn các phần mềm khác, đó là bất kỳ dòng code nào mà bạn viết, bạn có thể thấy kết quả của nó ngay trên trình duyệt (chỉ với 1 lần nhấn F5). Đây là điểm mà tôi rất thích thú, vì trước đó tôi đã thử lập trình trên một số ngôn ngữ khác, nhưng quá trình biên dịch khiến tôi cảm thấy mất thời gian và không trực quan lắm.</p>\n<h3>Bắt đầu viết blog</h3>\n<p>Sau đó, tôi cảm thấy những kiến thức mà tôi học hỏi được cũng khá thú vị và muốn chia sẻ nó với mọi người. Và tôi bắt đầu viết blog để chia sẻ. Blog của tôi đến nay vẫn hoạt động tại <a href=\"http://deluxeblogtips.com\">deluxeblogtips.com</a>. Có thể nói viết blog là bước ngoặt quan trọng trong sự nghiệp của tôi. Nó đã giúp tôi có được nhiều thứ quyết định trong sự nghiệp của mình:</p>\n<p><strong>Tiếng Anh:</strong> tiếng Anh vốn không phải là ngôn ngữ mẹ đẻ của tôi. Nhưng nhờ trau dồi viết blog mà khả năng đọc hiểu và trao đổi bằng tiếng Anh của tôi tiến bộ rõ rệt. Mặc dù còn nhiều lỗi, nhưng tôi cảm thấy khá tự tin khi nói chuyện với bạn bè quốc tế. Việc này xảy ra trong khoảng thời gian dài và tôi rất biết ơn điều đó.</p>\n<p><strong>Những công việc freelance đầu tiên:</strong> Viết blog được 1 khoảng thời gian, nhờ những chia sẻ có ích của mình mà một số người đã biết đến tôi. Và họ bắt đầu contact với tôi và hỏi xem tôi có muốn làm việc cho họ không. Lúc đó, với 1 sinh viên thì tôi rất vui mừng, vì có thể kiếm được chút ít tiền. Về sau này, khi tôi tốt nghiệp đại học, tôi đã bắt đầu sự nghiệp của mình bằng những công việc freelance đó. Tôi đã làm freelance trong suốt khoảng 4-5 năm kể từ 2010. Tôi đã được tham gia nhiều dự án, học hỏi được rất nhiều điều và biết được thêm rất nhiều bạn bè. Trong khoảng thời gian này, tôi cũng đã tập hợp được 1 số bạn bè cùng làm WordPress tại Việt Nam thành 1 nhóm và cùng làm các công việc freelance đó. Đến nay, tuy nhóm cũ không còn, nhưng chúng tôi vẫn là những người bạn tốt và vẫn hay thường xuyên gặp nhau.</p>\n<p><strong>Bắt đầu ý tưởng cho các sản phẩm:</strong> cụ thể là <a href=\"https://metabox.io\">Meta Box</a>. Đây là sản phẩm flagship của công ty của tôi hiện tại. Ý tưởng của nó bắt nguồn từ những chia sẻ của tôi trên blog. Nhờ những chia sẻ đó mà tôi đã xây dựng 1 sản phẩm được 400.000 người sử dụng với gốc là từ 1 bài tutorial.</p>\n<h3>Cộng đồng</h3>\n<p>Viết blog khiến nhiều người biết đến tôi. Và những chia sẻ của tôi (và cả các sản phẩm nữa) cũng có ích cho nhiều người và nhờ đó tôi cũng kết nối được với nhiều bạn developer trên thế giới và ở Việt Nam. Năm 2012, khi anh Philip Author Moore tới Việt Nam, chúng tôi đã gặp nhau lần đầu tiên, và đó là buổi gặp “định mệnh” giữa chúng tôi. Cả 2 chúng tôi đã xây dựng cộng đồng WordPress Việt Nam từ những năm đầu đó, cùng start Hanoi WordPress meetup và chia sẻ rất nhiều điều về WordPress. Có rất nhiều công ty ở Việt Nam bắt đầu chuyển hướng và làm về WordPress từ những buổi meetup như vậy.</p>\n<p>Đến nay, cộng đồng đã vững mạnh và chúng tôi không còn tham gia nhiều nữa vì công việc khá bận rộn và bản thân chúng tôi cũng không có quá nhiều kinh nghiệm trong việc tổ chức và duy trì các hoạt động offline. Các hoạt động online thì vẫn diễn ra rất sôi động nhờ vào Facebook!</p>\n<h3>Xây dựng sản phẩm và công ty</h3>\n<p>Vốn là 1 developer và đã có cơ hội làm việc với các dự án với khách hàng, vào những năm 2010, tôi thấy có nhiều điều còn thiếu trong WordPress. Và lúc đó, tôi đã có ý tưởng về <a href=\"https://metabox.io\">Meta Box</a>, là một framework giúp developer tạo nhanh các custom fields. Tôi đã chia sẻ 1 loạt bài tutorial về việc xây dựng nó trên blog của mình. Và điều tôi không ngờ lúc đó là có rất nhiều người có cùng mối quan tâm như vậy.</p>\n<p>Sau đó, tôi đã liên tục nâng cấp plugin, dựa theo những phản hồi của các developer khác. Tôi cũng nhận được sự giúp đỡ rất nhiều của các bạn developer khác, mà trong đó không thể không nhắc tới <a href=\"https://mobile.twitter.com/unserkaiser\">Kaiser</a>. Tôi thực sự rất biết ơn các bạn, cả những người dùng nữa, vì không có các bạn thì Meta Box đã không thể trở thành 1 plugin với 400.000 lượt active installs được.</p>\n<p>Khi mới phát triển plugin, tôi chưa có ý niệm nhiều về thương mại hoá nó. Toàn bộ đều được chia sẻ miễn phí. Lúc đó, tôi cũng chưa biết nhiều về tương tác trên <a href=\"http://wordpress.org\">wordpress.org</a> với hệ thống Trac, nên tôi release code trên Google Code. Mãi sau này tôi mới đưa lên <a href=\"http://wordpress.org\">wordpress.org</a>. Vì thế nên nhiều khi so sánh tuổi đời của các plugin về custom fields, Meta Box đôi khi không được coi là plugin đầu tiên, trong khi đúng ra là nó phải là như vậy.</p>\n<p>Ý tưởng của Meta Box sau này còn được nhiều người kế thừa và phát triển ra các plugin tương tự. Và tôi rất thích điều đó, vì đó là tư tưởng của open source!</p>\n<p>Sự thành công của Meta Box là cơ sở để tôi thành lập công ty của riêng mình &#8211; <a href=\"https://elightup.com\">eLightUp</a> để phát triển các sản phẩm cho WordPress.</p>\n<p>Ngoài Meta Box, trong khi thành lập nhóm làm freelance, chúng tôi cũng đã thử dấn thân vào mảng làm theme và đã tham gia ThemeForest. Có thể nói là mảng đó không được thành công lắm, vì tôi cảm thấy ThemeForest là một chiến trường trong đó các bên đua nhau thêm những tính năng để cho 1 theme trở nên mạnh mẽ, làm được nhiều thứ và do đó rất nặng nề và không tối ưu. Mà tôi là 1 developer nên luôn cảm thấy không thoải mái với những điều đó.</p>\n<p>Mảng làm theme sau này phân tách ra thành 2 brands của công ty chúng tôi: <a href=\"https://fitwp.com\">FitWP</a> cho những theme trên ThemeForest và <a href=\"https://gretathemes.com\">GretaThemes</a> cho những theme đơn giản, tối ưu và phục vụ 1 mục đích cụ thể. Hiện nay thì trọng tâm của công ty chúng tôi là Meta Box và GretaThemes.</p>\n<p>Còn mảng làm freelance sau này chúng tôi tách thành một nhánh trong công ty của chúng tôi là chuyên làm các <a href=\"https://elightup.com/projects/\">dự án với khách hàng</a>. Chúng tôi thực hiện các dự án cho cả khách hàng trong nước và quốc tế.</p>\n<h3>Sự chuyển dịch vai trò</h3>\n<p>Trước khi thành lập công ty, nguồn thu nhập mà các sản phẩm và dự án mang lại cũng đã giúp tôi và gia đình có 1 cuộc sống khá thoải mái ở Việt Nam. Nhưng ở trong cộng đồng WordPress đã lâu, tôi đã thấy rất nhiều brand mà khiến tôi luôn ngưỡng mộ, trong đó nổi bật là WooThemes (nay đã không còn nữa). Thấy các đóng góp to lớn của họ cho cộng đồng, tôi cũng mong muốn mình làm được những điều tương tự. Và để làm việc đó, sức lực của 1 cá nhân rất khó. Nên tôi đã thành lập <a href=\"https://elightup.com\">eLightUp</a>, với mong muốn tạo ra những sản phẩm tốt, đóng góp cho cộng đồng và cả những đóng góp miễn phí nữa.</p>\n<p>Khi thành lập công ty, tôi đã không lường được hết những vấn đề về mặt quản lý công ty. Tôi đã phải học rất nhiều điều, từ việc quản lý con người, nguồn lực, tài chính đến những vấn đề về định hướng, chiến lược, nghiên cứu thị trường, marketing. Đối với 1 developer, đây đều là những thứ mới mẻ và thách thức. Có những khoảng thời gian tôi đã rất áp lực, vì vừa phải phát triển sản phẩm, vừa phải làm những công việc khác vốn không phải là thế mạnh của mình.</p>\n<p>Đến nay, mọi thứ đã tốt hơn, tôi đã quen dần hơn với công việc, mặc dù tôi vẫn phải code và quản lý cùng một lúc.</p>\n<p>Nhưng mà, trên tất cả, tôi thấy những gì mà mình có được bây giờ đều là sự may mắn, và đó đều là sự yêu thương, support từ cộng đồng đã dành cho tôi. Bởi thế, cho dù mọi thứ có khó khăn, thách thức như thế nào, tôi vẫn cảm thấy rất vui với những gì mình đang có, và sẽ cố gắng để làm mọi thứ tốt hơn.</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: Growing a WordPress business in Vietnam\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Growing%20a%20WordPress%20business%20in%20Vietnam&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fgrowing-a-wordpress-business-in-vietnam%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Growing a WordPress business in Vietnam\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fgrowing-a-wordpress-business-in-vietnam%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%2Fgrowing-a-wordpress-business-in-vietnam%2F&title=Growing+a+WordPress+business+in+Vietnam\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Growing a WordPress business in Vietnam\"></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/growing-a-wordpress-business-in-vietnam/&media=https://heropress.com/wp-content/uploads/2019/04/040319-min-150x150.jpg&description=Growing a WordPress business in Vietnam\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Growing a WordPress business in Vietnam\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/growing-a-wordpress-business-in-vietnam/\" title=\"Growing a WordPress business in Vietnam\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/growing-a-wordpress-business-in-vietnam/\">Growing a WordPress business in Vietnam</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, 03 Apr 2019 02:00: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:8:\"Anh Tran\";s: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:71:\"WPTavern: Jetpack 7.1 Adds Feature Suggestions to Plugin Search Results\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=88404\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/jetpack-7-1-adds-feature-suggestions-to-plugin-search-results\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10445:\"<p><a href=\"https://jetpack.com/2019/03/05/jetpack-7-1-business-blocks/\" rel=\"noopener noreferrer\" target=\"_blank\">Jetpack 7.1</a> was released earlier this month with new blocks for WordAds, Business Hours, Contact Info, Slideshows, and Videos. This release also quietly added suggestions to the plugin search screen, a change that has not been well-received by the developer community. If a user searches for a plugin that has a feature that is already offered by Jetpack, the plugin will insert an artificial (and dismissible) search result into the first plugin card slot, identifying the corresponding Jetpack feature. </p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/04/Screen-Shot-2019-04-02-at-9.30.07-AM.png?ssl=1\"><img /></a></p>\n<p>Although these suggestions in plugin search results were not presented as a headline feature in the 7.1 release post, it was clearly listed in the changelog under enhancements. More people began taking notice after WordPress developer Mehul Gohil tweeted a screenshot of it on a live site:</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Nowadays, plugin search in <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> admin suggests a product/add-on. I see the future of these suggestions to be used by plugin authors to keep their product first in certain plugin search terms for upsells like admin notices. </p>\n<p>What do you think about this? <a href=\"https://twitter.com/hashtag/DontHijackWPAdmin?src=hash&ref_src=twsrc%5Etfw\">#DontHijackWPAdmin</a> <a href=\"https://t.co/TERjrPgEt6\">pic.twitter.com/TERjrPgEt6</a></p>\n<p>&mdash; Mehul Gohil (@mehul_gohil0810) <a href=\"https://twitter.com/mehul_gohil0810/status/1110488258587308033?ref_src=twsrc%5Etfw\">March 26, 2019</a></p></blockquote>\n<p></p>\n<p>Manipulating search results, even to insert an artificial result, using a plugin that is already installed, is a major new development among plugins hosted on WordPress.org. Automattic is setting a precedent for other plugin authors that want to recommend their own add-ons or extensions when users match certain search terms. </p>\n<p>In the feature&#8217;s initial <a href=\"https://github.com/Automattic/jetpack/pull/10611\" rel=\"noopener noreferrer\" target=\"_blank\">proof of concept</a>, Jetpack product lead Beau Lebens explained the motivation behind adding suggestions to the search screen:</p>\n<blockquote><p>We&#8217;ve seen that people with Jetpack installed and activated often search for Jetpack features (even by name) in the Plugins > Add New screen in wp-admin. This new module attempts to spot those searches, and provide an artificial search result that calls out that what they&#8217;re looking for is in Jetpack, which they already have, and which is already active.</p></blockquote>\n<p>Eight years since its initial release, Jetpack has grown to 45 modules. Most users are not familiar with everything the plugin offers. In fact, many users may not have even installed Jetpack themselves, as it often comes pre-installed with hosting. The suggestions may prevent users from adding alternate third-party plugins, as Jetpack&#8217;s module placement in the results subtly implies that these are inferior options to its existing modules. </p>\n<p>One of the reasons the feature has many developers rattled is because the UI fails to make it clear that this is an artificial result and not something generated by the plugin directory&#8217;s algorithm. Although it is intended to function more as a notice, for the regular user, it is virtually indistinguishable from an advertisement in its current implementation. It hasn&#8217;t been live for very long, but over time it may even make it more difficult for plugin developers to offer plugins that compete with Jetpack features.</p>\n<p>The feature suggestions in plugin search results became a hot topic on <a href=\"https://poststatus.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Post Status</a>&#8216; Slack where Automattic&#8217;s Gary Pendergast dropped in to reiterate the Jetpack team&#8217;s intentions.</p>\n<p>&#8220;I’ve been talking to some folks on Jetpack about what’s going on,&#8221; Pendergast said. &#8220;I think the team’s end goal is pretty good, and it solves a real problem WordPress has. Too often, site owners install masses of plugins that they don’t need, which ultimately creates all sorts of security, performance, and stability issues. In this particular use case, if a site owner is looking for functionality that Jetpack already handles, then the owner should be aware of that.&#8221;</p>\n<p>Pendergast also said he thinks WordPress core should offer an API for any plugin to be able to do something similar.</p>\n<h3>Plugin Team Says Jetpack&#8217;s Artificial Search Results Do Not Break WordPress.org Guidelines</h3>\n<p>Although it&#8217;s easy to conjure up different ways to abuse this avenue for advertising a plugin&#8217;s existing features, WordPress.org&#8217;s plugin team is ready to deal with a potential influx of various implementations on a case-by-case basis.</p>\n<p>&#8220;It&#8217;s not really advertising anything &#8211; it&#8217;s just adding search results for pieces of a plugin that you already have and might not know about, so it&#8217;s not really against any rules,&#8221; Samuel &#8220;Otto&#8221; Wood said. &#8220;If it was misleading in some manner, then that would be different.&#8221;</p>\n<p>Wood said the team discussed it but concluded that any implementation of something similar in other plugins will need to be reviewed to see if it&#8217;s doing anything misleading.</p>\n<p>&#8220;Realistically it&#8217;s always going to be a judgment call of some sort,&#8221; Wood said. &#8220;For example, if a plugin was to insert search results for other plugins, then that wouldn&#8217;t be okay, because it&#8217;s misleading. But, this isn&#8217;t that case. It&#8217;s just trying to say &#8216;hey, you have a plugin already installed which does what you&#8217;re looking for,&#8217; so it&#8217;s trying to be helpful in that respect. It may not necessarily be the best way of accomplishing that goal, admittedly. But it&#8217;s pretty valid.&#8221;</p>\n<p>Wood did not place a hard requirement on having the artificial result be dismissible but said anytime a developer inserts something into a screen where would not normally be, having dismiss functionality is good UX. He doesn&#8217;t think it&#8217;s likely that many other plugin authors will implement something similar since most are not collections of dozens of plugins and add-ons. However, this type of suggestion seems like it would also be applicable to block collection plugins that include dozens of Gutenberg blocks.</p>\n<p>&#8220;It will be really difficult for users when all the essential plugin authors implement it,&#8221; Gohil said in response to comments on the screenshot he tweeted. &#8220;They are using JS to hack into plugin search using hook &#8216;admin_enqueue_scripts&#8217; and that&#8217;s not good. I&#8217;m not in favor of it.&#8221;</p>\n<p>If more plugin authors begin adding suggestions, users could see several rows of artificial results before seeing any real ones, depending on which plugins they have installed. Plugin developers are already brainstorming ways to strip the feature suggestions out. It likely will not be long before plugins like <a href=\"https://wordpress.org/plugins/hide-jetpack-promotions/\" rel=\"noopener noreferrer\" target=\"_blank\">Hide Jetpack Promotions</a> removes the artificial search results to maintain results as delivered by WordPress.org. </p>\n<p>Wood said the plugin team does not intend to write any new guidelines for plugin authors creating their own implementations of feature suggestions on the search screen.</p>\n<p>&#8220;The difference is always going to be one of intent,&#8221; Wood said. &#8220;It&#8217;s JP&#8217;s intent here to notify the user of the existence of a feature they may not know about. That&#8217;s trying to be helpful to the user, not trying to shut out competition. It doesn&#8217;t remove search results. It doesn&#8217;t reorder them or filter them. It just adds a card about the feature you&#8217;re searching for. If you don&#8217;t have JP, then it can&#8217;t do anything. It&#8217;s not advertising for other plugins or anything like that.&#8221;</p>\n<p>Jetpack is also <a href=\"https://github.com/Automattic/jetpack/blob/361a99f6ae70152b52142aa682c8a6c25b5afc04/modules/plugin-search.php#L291-L292\" rel=\"noopener noreferrer\" target=\"_blank\">tracking search terms longer than three characters</a>, and Wood confirmed that this is also within the guidelines, as long as it is disclosed to the user.</p>\n<p>&#8220;The whole tracking module doesn&#8217;t activate until after you agree to the ToS thingy, so honestly, it&#8217;s allowed,&#8221; Wood said. &#8220;They track lots of things for stats and such. Realistically, so do many other plugins. As long as you ask the user first, before tracking anything, then tracking data is allowed. Opt-in is the rule.&#8221;</p>\n<p>Wood said he found the search term tracking to be unnecessary since WordPress.org already collects this information through its new search system that runs on ElasticSearch.</p>\n<p>&#8220;We get all the search terms on the WordPress.org servers, anyway, so both we and they kinda already have them,&#8221; Wood said. &#8220;Automatticians built our newest plugin search engine, after all. It seems kind of a waste to track them using Jetpack when they literally receive all the searches to run through the search engine.&#8221;</p>\n<p>Jetpack’s artificial search results, although dismissible, take up the top spot, bypassing the algorithm altogether. It gives the appearance that Jetpack&#8217;s built-in feature is either a promoted listing or superior to all other options available in the directory. </p>\n<p>Although a suggested module may work more harmoniously with other Jetpack features than a third-party plugin, the modules are built to be fairly general in terms of features. They address the basic needs for the largest number of users but rarely provide more options than a standalone plugin dedicated to performing something similar. Users may very well be searching for a replacement for what Jetpack provides. The ability to easily turn off suggestions in search results with a toggle could go a long way for diplomacy. </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, 02 Apr 2019 15:40:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:76:\"WPTavern: Automattic Launches Happy Tools Product Line for Distributed Teams\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=88372\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-launches-happy-tools-product-line-for-distributed-teams\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3144:\"<p>Automattic has <a href=\"https://en.blog.wordpress.com/2019/04/01/happy-tools-the-future-of-work/\" rel=\"noopener noreferrer\" target=\"_blank\">released</a> Happy Schedule, the first in a new line of products called &#8220;<a href=\"https://happy.tools/\" rel=\"noopener noreferrer\" target=\"_blank\">Happy Tools</a>,&#8221; created to solve problems for distributed teams. The products have grown out of internal tools that Automattic uses with its distributed team of more than 850 employees in 68 countries. </p>\n<p>Most employee scheduling tools are designed for more traditional work environments where people report to work in person in the same timezone. <a href=\"https://happy.tools/#products\" rel=\"noopener noreferrer\" target=\"_blank\">Happy Schedule</a> allows employees to set their own flexible schedules all the way down to 15-minute increments, seamlessly managing timezones for team members in one calendar. Automattic uses it to manage 24-hour global support with its 300+ Happiness Engineers.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/04/happy-schedule.png?ssl=1\"><img /></a></p>\n<p>Happy Tools is currently priced at $60/month for 12 users and then $5/user after that. </p>\n<p>&#8220;In addition to Happy Schedule, we&#8217;ll be looking to bring our customer chat tool into Happy Tools,&#8221; Happy Tools product lead Matt Wondra said. &#8220;We&#8217;ll also look at other applications Automattic has already built to help with team communication, people-management, and customer support.” </p>\n<p>The product suite complements Matt Mullenweg&#8217;s recent <a href=\"https://wptavern.com/matt-mullenweg-publishes-ted-talk-on-the-future-of-work-prepares-to-launch-new-distributed-blog-website\" rel=\"noopener noreferrer\" target=\"_blank\">TED talk</a> in which he evangelizes distributed work as &#8220;the future of work.&#8221; Mullenweg predicts that companies will evolve to become distributed first or will soon be replaced by ones that are.</p>\n<p>Beyond simply recognizing the benefits of employees being able to design their own work environments, there are some real challenges to becoming a distributed company. This is especially true for those that didn&#8217;t start out that way. Smaller companies have less experience navigating all the tax laws and legal processes around hiring people from different countries. These hurdles make it difficult to grow an international team and retain employees as anything more than hourly contractors.</p>\n<p>Answering some of these difficult questions gets into the meat of making distributed teams a reality. With its position as one of the few distributed companies that has successfully scaled into the hundreds, Automattic has an opportunity to open source some of its counsel, documents, and HR guides around international hiring. This would be a valuable addition to <a href=\"http://distributed.blog\" rel=\"noopener noreferrer\" target=\"_blank\">distributed.blog</a> or the Happy Tools blog that would help more companies move beyond their initial explorations of distributed work and ultimately create a larger market for these kinds of tools.</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, 02 Apr 2019 04:28:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:46:\"WordPress.org blog: Minimum PHP Version update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=6810\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/news/2019/04/minimum-php-version-update/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2947:\"<p>WordPress 5.2 is targeted for release at the end of this month, and with it comes an update to the minimum required version of PHP.  WordPress will now require a minimum of PHP 5.6.20.</p>\n\n\n\n<p>Beginning in WordPress 5.1, users running PHP versions below 5.6 have had a notification in their dashboard that includes <a href=\"https://wordpress.org/support/update-php/\">information to help them update PHP</a>. Since then, the <a href=\"https://wordpress.org/about/stats/\">WordPress stats</a> have shown an increase in users on more recent versions of PHP. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2019/03/Screen-Shot-2019-03-27-at-10.30.34-PM.png?resize=632%2C265&ssl=1\" alt=\"Screenshot of the \" />The dashboard widget users see if running an outdated version of PHP \n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Why You Should Update PHP</h2>\n\n\n\n<p>If your site is running on an unsupported version of PHP, the WordPress updater will not offer WordPress 5.2 to your site. If you attempt to update WordPress manually, that update will fail. To continue using the latest features of WordPress you must update to a newer version of PHP. </p>\n\n\n\n<p>When updating to a new version of PHP, WordPress encourages updating to its recommended version, PHP 7.3. The PHP internals team has done a great job making its most recent version the fastest version of PHP yet. This means that updating will improve the speed of your site, both for you and your visitors.</p>\n\n\n\n<p>This performance increase also means fewer servers are needed to host websites. Updating PHP isn&#8217;t just good for your site, it also means less energy is needed for the <a href=\"https://wordpress.org/news/2019/03/one-third-of-the-web/\">1-in-3 sites that use WordPress</a>, so it&#8217;s good for the planet.  </p>\n\n\n\n<h2>How to Update PHP</h2>\n\n\n\n<p>If you need help updating to a new version of PHP, <a href=\"https://wordpress.org/support/update-php/\">detailed documentation is available</a>.  This includes sample communication to send to your host for them to assist you. Many hosting companies have published information on how to <a href=\"https://github.com/WordPress/servehappy-resources/blob/master/tutorials/hosting-specific/tutorials-en.md\">update PHP</a> that is specific for them. </p>\n\n\n\n<h2>5.6 now, but soon 7+</h2>\n\n\n\n<p>This is the first increase in PHP required version for WordPress since <a href=\"https://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/\">2010</a>, but may not be the only increase in 2019. The WordPress core team will monitor the adoption of the most recent versions of PHP with an eye towards making PHP 7+ the minimum version towards the end of the year. </p>\n\n\n\n<blockquote><p><a href=\"https://wordpress.org/support/update-php/#how-to-update-your-websites-php-version-for-a-faster-more-secure-website\">Update PHP today, so you can update WordPress tomorrow!</a></p></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 01 Apr 2019 14:51: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:12:\"Aaron Jorbin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:54:\"WordPress.org blog: The Month in WordPress: March 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=6846\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2019/04/the-month-in-wordpress-march-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:7947:\"<p>WordPress reached a significant milestone this month. With some exciting developments in Core, an interesting new proposal, and the return of a valuable global event, March was certainly an interesting time.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress Now Powers One-Third of the Web</h2>\n\n\n\n<p>WordPress’ market share has been steadily increasing, and as of halfway through this month, it <a href=\"https://wordpress.org/news/2019/03/one-third-of-the-web/\">powers over one-third of the top 10 million sites on the web</a> (<a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\">according to W3Techs</a>, which tracks usage statistics for all major web platforms).</p>\n\n\n\n<p>This growth of WordPress is only made possible by the large team of volunteers working to build the project and community. If you would like to get involved in building the future of WordPress, then <a href=\"https://make.wordpress.org/\">check out the Make network</a> for a contributor team that fits your skill set.</p>\n\n\n\n<h2>WordPress 5.2 is on the Way</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/03/wordpress-5-1-1-security-and-maintenance-release/\">WordPress 5.1.1 was released this month</a>, with 14 fixes and enhancements, and the Core team is now focusing on the next major release, version 5.2. This release will include some great new features, along with <a href=\"https://make.wordpress.org/core/2019/03/20/whats-new-in-gutenberg-20th-march/\">the latest updates to the block editor</a>.</p>\n\n\n\n<p>One of the most anticipated new features is the <a href=\"https://make.wordpress.org/core/2019/03/20/the-improved-fatal-error-protection/\">improved fatal error detection</a> &#8211; this was removed from v5.1 shortly before release so that it could be improved and made more secure for this release. Along with that, <a href=\"https://wordpress.org/news/2019/04/minimum-php-version-update/\">PHP 5.6 is going to become the minimum required PHP version for WordPress</a>, a significant step towards a more modern web and <a href=\"https://make.wordpress.org/core/2019/03/26/coding-standards-updates-for-php-5-6/\">updated coding standards</a>.</p>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/03/wordpress-5-2-beta-1/\">WordPress 5.2 is now in beta</a> and you can test it by installing <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">the Beta Tester plugin</a> on any WordPress site.</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>Proposal for a Central Block Directory</h2>\n\n\n\n<p>With blocks becoming the new way to manage content in WordPress, more and more types of blocks are being developed to cater for different use cases and content types. In an effort to make it easier for content creators to find these block types, <a href=\"https://make.wordpress.org/meta/2019/03/08/the-block-directory-and-a-new-type-of-plugin/\">there is a proposal</a> for a new type of plugin and a directory to handle it.</p>\n\n\n\n<p>The proposal outlines a new type of WordPress plugin that provides blocks and nothing else, named Single Block Plugins. The primary benefit would be to provide content creators with individual pieces of functionality and new types of blocks without the need to search for and install new plugins.</p>\n\n\n\n<p>The Single Block Plugins would be hosted in a separate Block Directory section of the Plugin Directory and they would initially be JavaScript-based. Each plugin will register a single block, and they will be searchable and installable from within the editor itself. This puts blocks at the publishers’ fingertips &#8212; you no longer have to leave the editor to find them.</p>\n\n\n\n<p>Want to get involved in shaping this new type of plugin? Join in the conversation on <a href=\"https://make.wordpress.org/meta/2019/03/08/the-block-directory-and-a-new-type-of-plugin/\">the proposal post</a>, follow <a href=\"https://make.wordpress.org/meta/\">the Meta team blog</a>, and join the #meta channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Global WordPress Translation Day is Back</h2>\n\n\n\n<p>On 11 May 2019, <a href=\"https://make.wordpress.org/polyglots/2019/03/01/global-wordpress-translation-day-4-is-coming/\">the fourth Global WordPress Translation Day</a> will take place. This is a 24-hour global event dedicated to the translation of all things WordPress, from core to themes, plugins to marketing.</p>\n\n\n\n<p>Over the course of 24 hours, WordPress communities will meet to translate WordPress into their local languages and watch talks and sessions broadcast on <a href=\"https://wptranslationday.org/\">wptranslationday.org</a>. During the last Global WordPress Translation Day, 71 local events took place in 29 countries, and even more communities are expected to take part this time.</p>\n\n\n\n<p>Want to get involved in the Global WordPress Translation Day? Find out <a href=\"https://make.wordpress.org/community/2019/03/22/global-wordpress-translation-day-4-info-for-event-organizers/\">how to organize a local event</a>, <a href=\"https://wptranslationday.org/call-for-speakers/\">apply to be a speaker</a>, follow the updates on <a href=\"https://make.wordpress.org/polyglots/tag/gwtd4/\">the Polyglots team blog</a>, and join the #polyglots channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg Development Continues</h2>\n\n\n\n<p>With the block editor in WordPress Core, the team has been able to focus on adding some frequently requested features. <a href=\"https://make.wordpress.org/core/2019/03/20/whats-new-in-gutenberg-20th-march/\">Version 5.3 of Gutenberg</a>, &nbsp;released this month, includes a new block manager modal, the ability to nest different elements in the cover block, and some UI tweaks to improve the hover state of blocks.</p>\n\n\n\n<p>Want to get involved in developing Gutenberg? Check out <a href=\"https://github.com/wordpress/gutenberg\">the GitHub repository</a> and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>The PHP upgrade notice in WordPress 5.1 has already had <a href=\"https://twitter.com/GaryPendergast/status/1108493038811148290\">a hugely positive effect</a> on thousands of websites.</li><li>The Theme Review Team has released their useful Theme Sniffer plugin <a href=\"https://wordpress.org/plugins/theme-sniffer/\">on the Plugin Directory</a> to help theme developers build more standards-compliant themes.</li><li>The Polyglots team <a href=\"https://make.wordpress.org/polyglots/2019/03/27/helphub-localisation-plan-meeting-notes/\">has started a discussion</a> about the best way to localize WordPress user documentation.</li><li>The schedule for WordCamp Europe 2019 <a href=\"https://2019.europe.wordcamp.org/schedule/\">has been published</a> &#8211; the event takes place on June 20-22.</li><li>A new `wp_body_open` hook <a href=\"https://make.wordpress.org/themes/2019/03/29/addition-of-new-wp_body_open-hook/\">has been added to Core</a> in version 5.2, providing more power and flexibility for theme developers.</li><li>The dates and location of WordCamp for Publishers 2019 <a href=\"https://2019-columbus.publishers.wordcamp.org/\">have been announced</a>.</li><li>In a milestone achievement for inclusivity, <a href=\"https://twitter.com/wordcampmiami/status/1109102027324489731\">more than 50% of all speakers at WordCamp Miami were women</a>.</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><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, 01 Apr 2019 08:59: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: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:18;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"HeroPress: Four Years\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2723\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://heropress.com/four-years/#utm_source=rss&utm_medium=rss&utm_campaign=four-years\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3737:\"<p>On March 25th, 2015, I published Rarst&#8217;s HeroPress essay &#8220;<a href=\"https://heropress.com/essays/finding-your-place/\">Finding Your Place</a>&#8220;. It&#8217;s been four years.</p>\n\n\n\n<p>As of this post there are 165 essays published. 165 stories of dreams, successes, failures, and courage. 165 people I&#8217;ve gotten to know and love. It feels like it&#8217;s always been there.</p>\n\n\n\n<p>For a while this last year I only published once a month, so I could both focus on work a little more as well as draw attention to past essays. A few weeks ago I went back to weekly, and I&#8217;m happy with it. It&#8217;s exciting getting to know a new person every week. Not just meet them, but have good conversation and really get to know them.</p>\n\n\n\n<p>I have some fun news. The other day <a href=\"https://twitter.com/JosephaHaden?s=17\">Josepha The Magnificent</a> approached me about syndicating HeroPress on <a href=\"https://wordpress.org/news/\">https://wordpress.org/news/</a>. It&#8217;s already on <a href=\"https://planet.wordpress.org/\">WordPress Planet</a> (Thanks Matt!), which is the number one driver of traffic to this site, by FAR. I&#8217;ll be interested to see what being on /news does.</p>\n\n\n\n<p>People often ask me about the future of HeroPress, but I don&#8217;t really see it changing much. Getting syndicated is nice, but doesn&#8217;t really change what I do or publish. We did a <a href=\"https://heropress.com/announcing-up-running-scholarship-heropress-wpshout/\">scholarship giveaway</a> a couple years ago and we&#8217;ve discussed doing it again. I really enjoyed that, I&#8217;d welcome more things like it from other organizations.</p>\n\n\n\n<p>To all of you who&#8217;ve read over the years, I thank you.  To all of you who&#8217;ve been transparent and had the courage to let the world see your story, I can&#8217;t thank you enough. Every time someone says to me &#8220;HeroPress is such an encouragement to me&#8221; it&#8217;s because of you. </p>\n\n\n\n<p>Here&#8217;s to the future, and many more stories.</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: Four Years\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Four%20Years&via=heropress&url=https%3A%2F%2Fheropress.com%2Ffour-years%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Four Years\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Ffour-years%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%2Ffour-years%2F&title=Four+Years\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Four Years\"></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/four-years/&media=https://heropress.com/wp-content/plugins/rtsocial/images/default-pinterest.png&description=Four Years\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Four Years\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/four-years/\" title=\"Four Years\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/four-years/\">Four Years</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:\"Sat, 30 Mar 2019 02:49:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:62:\"WPTavern: WordCamp Asia Proposed for 2020 in Bangkok, Thailand\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=88339\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wptavern.com/wordcamp-asia-proposed-for-2020-in-bangkok-thailand\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2775:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/03/bangkok.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://www.flickr.com/photos/eustaquio/9699604924\">Eustaquio Santimano</a>\n<p>The organizers of WordCamp Asia, a brand new regional WordCamp, have published a <a href=\"https://make.wordpress.org/community/2019/03/29/wordcamp-asia-proposal/\" rel=\"noopener noreferrer\" target=\"_blank\">proposal</a> for making Bangkok, Thailand, the host city for a 2-3 day event in early 2020. They are currently planning for February or March to avoid clashing with other regional WordCamps (WCEU, WCUS). The camp has been <a href=\"https://wptavern.com/wordsesh-asia-now-in-planning-for-2018-wordcamp-asia-targeted-for-2019\" rel=\"noopener noreferrer\" target=\"_blank\">informally discussed since 2015</a> while organizers focused on growing new city-based WordCamps across the region.</p>\n<p>&#8220;WordCamps in Asia have reached a critical mass that will enable a successful regional WordCamp,&#8221; Jon Ang said in the  introduction to the proposal. &#8220;We believe that running this WordCamp will contribute directly to long term efforts in fostering WordPress interest in countries that lack it.&#8221;</p>\n<p>WordCamp Asia organizers are being mentored by lead organizers of WordCamp Europe and have created an official proposal based heavily on the one submitted by WordCamp Nordic organizers. They have submitted it to the broader WordCamp community leaders for review before submitting and official application to WordCamp Central. </p>\n<p>Asia has many vibrant and diverse WordPress communities across distant geographical areas. It technically includes Middle Eastern countries such as Turkey, Israel, and Iran, as well as all of Russia and India and everything in between.</p>\n<p>Hugh Lashbrooke commented on the proposal, asking if it is actually a “WordCamp South-East Asia,&#8221; given all the currently listed organizers are from this region, or if they intend to include other countries beyond this area. Ang said that the event will certainly include leaders from India and Pakistan and they have discussed forming a global team with two representatives from each country. The leaders currently listed in the proposal are those who were specifically involved in drafting it.</p>\n<p>Bangkok is proposed for the first host city due to its relatively affordable location, the ease of obtaining a visa on arrival for attendees from many Asian counties, and the availability of inexpensive flights to most major cities in Asia. The local WordPress community is also experienced at running large WordCamps (500+ attendees) and Bangkok&#8217;s local meetup group has more than 1,500 members. WordCamp Asia organizers are planning for 750-1,000 attendees.</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, 29 Mar 2019 20:19: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: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:116:\"WPTavern: New Gutenberg Playground Offers a Standalone Version of the Editor for Testing Outside the WordPress Admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=88324\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"https://wptavern.com/new-gutenberg-playground-offers-a-standalone-version-of-the-editor-for-testing-outside-the-wordpress-admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1992:\"<p>The Gutenberg team <a href=\"https://github.com/WordPress/gutenberg/pull/14497\" rel=\"noopener noreferrer\" target=\"_blank\">merged a pull request</a> three days ago that adds a local &#8220;playground&#8221; development environment for testing outside of the WordPress admin. Riad Benguella, the technical lead for Gutenberg phase 2, said that the playground could grow over time to contain &#8220;more than just a standalone version of the editor&#8221; and could become a way for developers to test out components in isolation. He shared a screenshot of the playground in action:</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/03/gutenberg-playground.png?ssl=1\"><img /></a></p>\n<p>During Tuesday&#8217;s JavaScript chat meeting, Benguella elaborated on the playground&#8217;s intended use. </p>\n<p>&#8220;Now that we&#8217;re expanding the usage of Gutenberg outside of the edit-post and also talking about cross-CMS usage and external usage (in the broad sense), we need a way to run the block editor in a context independent from the WordPress Admin. This means no WordPress admin styles, no API.&#8221;</p>\n<p>Testing Gutenberg in the playground&#8217;s &#8220;no-context&#8221; mode allows developers to ensure their components don&#8217;t rely on  WP-Admin styles to be present. Benguella said it demonstrates how core blocks can be used without requiring a post object, which will be useful for architecting the widgets screen. </p>\n<p>&#8220;This playground could evolve to contain examples of our reusable components (think Storybook),&#8221; Benguella said. &#8220;It could also serve as a contributor tool. For example, we could include a way to search for selectors.&#8221;</p>\n<p>The playground was just merged this week, so contributors are working on better documentation. In the meantime, <a href=\"https://github.com/WordPress/gutenberg/pull/14497\" rel=\"noopener noreferrer\" target=\"_blank\">check out the PR</a> for more details on how to test 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, 28 Mar 2019 20:04: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: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:113:\"WPTavern: WordPress 5.2 Beta 1 Released: Help Test New Blocks, Block Manager, and Improved Fatal Error Protection\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=88304\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://wptavern.com/wordpress-5-2-beta-1-released-help-test-new-blocks-block-manager-and-improved-fatal-error-protection\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3149:\"<p><a href=\"https://wordpress.org/news/2019/03/wordpress-5-2-beta-1/\">WordPress 5.2 beta 1</a> was released this evening with an exciting lineup of new user-facing features that are ready for testing.  The upcoming release introduces new blocks for RSS, Search, Calendar, Tag Cloud, and Amazon Kindle embed.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/03/block-manager-modal-e1553096924444.png?ssl=1\"><img /></a>The proliferation of block collection plugins as a block distribution mechanism has caused some WordPress installations to become bloated with too many unused blocks. Version 5.2 includes new block management capabilities that will make it easy to turn blocks on or off and tidy up the block inserter tool for greater efficiency.</p>\n<p>This release also introduces <a href=\"https://core.trac.wordpress.org/ticket/44458\" rel=\"noopener noreferrer\" target=\"_blank\">fatal error protection</a> that catches errors before they produce a white screen, so that users can still log into the admin to attempt to resolve the issue. This feature was previously <a href=\"https://wptavern.com/wordpress-5-1-to-introduce-new-white-screen-protection-feature-beta-1-now-available-for-testing\" rel=\"noopener noreferrer\" target=\"_blank\">targeted for 5.1</a> but needed a few security issues ironed out before it was ready for core.</p>\n<p>If you&#8217;re just getting started with testing WordPress, the 5.2 beta is a very approachable release with features that anyone can put through the paces. The easiest way is to install the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress Beta Testing</a> plugin and select &#8220;bleeding edge nightlies.&#8221; Try out the new blocks, experiment with turning blocks and and off. Do the new features seem like they work as advertised? Are there any bumps in the road when trying to use them? You can report any issues to the <a href=\"https://wordpress.org/support/forum/alphabeta\" rel=\"noopener noreferrer\" target=\"_blank\">Alpha/Beta</a> area in the support forums or <a href=\"https://core.trac.wordpress.org/newticket\" rel=\"noopener noreferrer\" target=\"_blank\">log a ticket on trac</a>.</p>\n<p>Developers have a few big items to test as well. Plugin authors can now <a href=\"https://core.trac.wordpress.org/ticket/40934\" rel=\"noopener noreferrer\" target=\"_blank\">specify a minimum PHP version</a> that the plugin will support. WordPress is also adding the <a href=\"https://core.trac.wordpress.org/ticket/45806\" rel=\"noopener noreferrer\" target=\"_blank\">sodium_compat library</a>, a libsodium-compatible cryptography API for PHP 7.2+. </p>\n<p>According to the <a href=\"https://make.wordpress.org/core/2019/03/27/dev-chat-summary-march-27/\" rel=\"noopener noreferrer\" target=\"_blank\">notes</a> from today&#8217;s core developer chat, there are currently 116 open tickets that contributors plan to address in three betas. The goal is to slash that number down to 66 before beta 2. WordPress 5.2 is targeted for <a href=\"https://make.wordpress.org/core/5-2/\" rel=\"noopener noreferrer\" target=\"_blank\">April 30, 2019</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2019 03:36:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:40:\"WordPress.org blog: WordPress 5.2 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=6798\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/03/wordpress-5-2-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:6940:\"<p>WordPress 5.2 Beta 1 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.2 Beta 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.2-beta1.zip\">download the beta here</a> (zip).</li></ul>\n\n\n\n<p>WordPress 5.2 is slated for release on&nbsp;<a href=\"https://make.wordpress.org/core/5-2/\">April 30</a>, and we need your help to get there. Here are some of the big items to test so we can find as many bugs as possible in the coming weeks.</p>\n\n\n\n<h2>Block Editor</h2>\n\n\n\n<p>The block editor has received significant performance improvements since WordPress 5.1, shaving 35% off the load time for massive posts, and cutting the keypress time (how responsive it feels when you&#8217;re typing) in half!</p>\n\n\n\n<p>Accessibility continues to improve, too. The block editor now supports your browser&#8217;s reduced motion settings. The post URL slug has better labelling and help text. The focus styling for keyboard navigating through landmarks is clearer and more consistent. There are a variety of new speak messages, and existing messages have been tweaked for more useful screen-reader behaviour.</p>\n\n\n\n<p>We&#8217;ve added several new blocks:</p>\n\n\n\n<ul><li>An RSS block</li><li>An Amazon Kindle embed block</li><li>A Search block</li><li>A Calendar block</li><li>A Tag Cloud block</li></ul>\n\n\n\n<p>To help you keep track of these blocks, and only show the ones you need, there&#8217;s a new block management tool to switch blocks on and off.</p>\n\n\n\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2019/03/01-block-manager-1024x768.png?fit=632%2C474&ssl=1\" alt=\"\" class=\"wp-image-6806\" />Block Management Modal\n\n\n\n<p>We&#8217;re constantly working on existing blocks, too. There are hundreds of bug fixes and improvements in the block editor, you can read more about them in the Gutenberg plugin releases: <a href=\"https://make.wordpress.org/core/2019/01/23/whats-new-in-gutenberg-23th-january/\">4.9</a>, <a href=\"https://make.wordpress.org/core/2019/02/06/whats-new-in-gutenberg-6th-february/\">5.0</a>, <a href=\"https://make.wordpress.org/core/2019/02/20/whats-new-in-gutenberg-20th-february/\">5.1</a>, <a href=\"https://make.wordpress.org/core/2019/03/06/whats-new-in-gutenberg-6th-march/\">5.2</a>, and <a href=\"https://make.wordpress.org/core/2019/03/20/whats-new-in-gutenberg-20th-march/\">5.3</a>.</p>\n\n\n\n<h3>The WordPress Mobile Apps</h3>\n\n\n\n<p>The block editor isn&#8217;t just for websites, either. The WordPress mobile apps now include an experimental version of a built-in block editor. This is still under development, but you can try it out now!</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://make.wordpress.org/mobile/2019/02/26/the-block-editor-is-coming-to-the-mobile-apps/\">The block editor is coming to the mobile apps</a></blockquote>\n</div>\n\n\n\n<h2>Site Health Check</h2>\n\n\n\n<p>Site Health Check is an ongoing project aimed at improving the stability and performance of the entire WordPress ecosystem.</p>\n\n\n\n<p>The first phase of this project (originally scoped for WordPress 5.1) is now included in WordPress 5.2. For the first time, WordPress will catch and pause the problem code, so you can log in to your Dashboard and see what the problem is (<a href=\"https://core.trac.wordpress.org/ticket/44458\">#44458</a>). Before, you’d have to FTP in to your files or get in touch with your host.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://make.wordpress.org/core/2019/03/20/the-improved-fatal-error-protection/\">The Improved Fatal Error Protection</a></blockquote>\n</div>\n\n\n\n<p>In addition, we&#8217;re adding a new Health Check tool to your Dashboard. Visit the <em>Tools</em> menu and click on <em>Health Check</em> to get information that can help improve the speed and security of  your site.</p>\n\n\n\n<h2>PHP Version Bump</h2>\n\n\n\n<p>With this release, <a href=\"https://make.wordpress.org/core/2018/12/08/updating-the-minimum-php-version/\">WordPress will increase its minimum supported PHP version to 5.6</a>. To help you check if you&#8217;re prepared for this change, WordPress 5.2 will show you a warning and help you upgrade your version of PHP, if necessary.</p>\n\n\n\n<h2>For Developers</h2>\n\n\n\n<ul><li>Plugins can now specify the minimum version of PHP that they support, so you can safely modernise your development practices without risking breaking your users&#8217; sites. (<a href=\"https://core.trac.wordpress.org/ticket/40934\">#40934</a>)</li><li>We&#8217;ve added the <code>sodium_compat</code> library, which provides backwards compatibility for the <a href=\"https://blog.zend.com/2018/11/06/modern-cryptography-in-php-7-2-with-sodium/\">Sodium-based cryptography library added in PHP 7.2</a>. (<a href=\"https://core.trac.wordpress.org/ticket/45806\">#45806</a>)</li><li>There&#8217;s a new release of Dashicons, the WordPress Dashboard icon font. There are 25 new icons for you to use! (<a href=\"https://core.trac.wordpress.org/ticket/41074\">#41074</a>)</li><li>You can now pass a label to <code>get_search_form()</code>, improving accessibility. (<a href=\"https://core.trac.wordpress.org/ticket/42057\">#42057</a>)</li></ul>\n\n\n\n<p>There have been <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.2&group=resolution&order=priority\">130 tickets closed</a> in WordPress 5.2 so far, with numerous small bug fixes and improvements to help smooth your WordPress experience.</p>\n\n\n\n<p>Keep your eyes on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for developer notes (which are <a href=\"https://make.wordpress.org/core/tag/5-2+dev-notes/\">assigned</a> the <code>dev-notes</code> tag) in the coming weeks detailing other changes in 5.2 that you should be aware of.</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><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>With each new release,<br />bearing multiple betas; <br />We fix, then we fly.</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, 27 Mar 2019 23:39:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:112:\"WPTavern: rtCamp Releases GitHub Actions for Automated Code Review, Deploying WordPress, and Slack Notifications\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=88285\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://wptavern.com/rtcamp-releases-github-actions-for-automated-code-review-deploying-wordpress-and-slack-notifications\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4016:\"<p>rtCamp, a 60+ person agency and WordPress.com VIP service partner, has released <a href=\"https://rtcamp.com/blog/automated-wordpress-code-review-deployment-using-github-actions/\" rel=\"noopener noreferrer\" target=\"_blank\">three new GitHub Actions</a> that handle automated code review, WordPress deployment, and Slack notifications. </p>\n<p>The <a href=\"https://github.com/rtCamp/action-phpcs-code-review\" rel=\"noopener noreferrer\" target=\"_blank\">PHPCS Code Review action</a> takes advantage of GitHub&#8217;s <a href=\"https://help.github.com/en/articles/about-pull-request-reviews\" rel=\"noopener noreferrer\" target=\"_blank\">pull request review</a> feature. It performs an automated code review on pull requests using <a href=\"https://github.com/squizlabs/PHP_CodeSniffer\" rel=\"noopener noreferrer\" target=\"_blank\">PHPCS</a>. This Action is based on WordPress.com VIP&#8217;s GPL-licensed <a href=\"https://github.com/Automattic/vip-go-ci\" rel=\"noopener noreferrer\" target=\"_blank\">review scripts</a>.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/03/automated-phpcs-code-review.png?ssl=1\"><img /></a></p>\n<p>&#8220;Our action is a wrapper around the original <a href=\"https://github.com/Automattic/vip-go-ci\" rel=\"noopener noreferrer\" target=\"_blank\">vip-go-ci</a> project,&#8221; rtCamp CEO Rahul Bansal said. &#8220;VIP’s project uses Teamcity which is expensive and very hard to get up and running. We built a wrapper around it to get it working with Github. Still huge props to them for sharing what we consider to be the USP of the VIP platform to the public at large.&#8221;</p>\n<p>The <a href=\"https://github.com/rtCamp/action-deploy-wordpress\" rel=\"noopener noreferrer\" target=\"_blank\">Deploy WordPress GitHub action</a> uses the <a href=\"https://deployer.org/\" rel=\"noopener noreferrer\" target=\"_blank\">Deployer.org</a> tool to deploy code changes. Using it requires your git repo to match rtCamp&#8217;s <a href=\"https://github.com/rtCamp/wordpress-skeleton\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress Skeleton</a> which is very similar to the <a href=\"https://github.com/Automattic/vip-go-skeleton\" rel=\"noopener noreferrer\" target=\"_blank\">VIP Go Skeleton</a>. The action includes optional support for <a href=\"https://www.vaultproject.io/\" rel=\"noopener noreferrer\" target=\"_blank\">Hashicorp Vault</a>, which is useful for managing multiple servers.</p>\n<p>&#8220;Our action supports secrets fetching via HashiCorp Vault project,&#8221; Bansal said. &#8220;For small teams or indies using Vault might be overkill. But at scale, such as our hosting dept, where they are responsible for more than 100+ servers, <a href=\"https://github.com/rtCamp/action-deploy-wordpress#hashicorp-vault-optional\" rel=\"noopener noreferrer\" target=\"_blank\">Vault streamlines WordPress Deploys</a>. It’s partly because of Vault, devs can simply change the hostname on the fly and everything still works.&#8221;</p>\n<p>rtCamp has also released a GitHub action called <a href=\"https://github.com/rtCamp/action-slack-notify\" rel=\"noopener noreferrer\" target=\"_blank\">Slack Notify</a> that sends a message to a Slack channel. It can be customized to notify a channel about deployment status. The Site and SSH Host details are available if the action is run following the <a href=\"https://github.com/rtCamp/action-deploy-wordpress\" rel=\"noopener noreferrer\" target=\"_blank\">Deploy WordPress GitHub action</a>. All three of the new Actions are designed to work seamlessly together.</p>\n<p>rtCamp plans to add more Actions to its <a href=\"https://github.com/rtCamp/github-actions-library\" rel=\"noopener noreferrer\" target=\"_blank\">GitHub Actions Library</a> in the future. Bansal said they are currently working on build actions to cover Sass, Webpack, and Grunt, as well as Testing actions for phpunit and QUnit. Further down the road they are planning to build an action that will automatically update their theme and plugin products in their EDD store when there is a GitHub release. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Mar 2019 22:46: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: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:81:\"WPTavern: How Will Gutenberg Phase 4 Impact Multilingual Solutions for WordPress?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=88262\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/how-will-gutenberg-phase-4-impact-multilingual-solutions-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3056:\"<p>During the <a href=\"https://wptavern.com/state-of-the-word-2018-wordpress-embraces-the-block-editor\" rel=\"noopener noreferrer\" target=\"_blank\">2018 State of the Word</a> address, Matt Mullenweg announced that Phase 4 of the Gutenberg project would be aimed at developing an official way for WordPress to support multilingual sites. There are no technical details available yet for what approach core will take, because it&#8217;s still in the experimental stage. The <a href=\"https://make.wordpress.org/core/2018/12/08/gutenberg-phase-2/\" rel=\"noopener noreferrer\" target=\"_blank\">site building objectives in Phase 2</a> are currently the primary focus of the Gutenberg team. </p>\n<p>Although Phase 4 is still a long way off (targeted for 2020 and beyond), WordPress multilingual product owners are starting to speculate about the impact of core offering its own standardized solution for multilingual sites. At WordCamp Nordic I had a quick chat with <a href=\"https://twitter.com/nullbytes\" rel=\"noopener noreferrer\" target=\"_blank\">Robert Windisch</a>, CIO of <a href=\"https://inpsyde.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Inpsyde</a>, a large WordPress agency in Germany and the creators of the <a href=\"https://multilingualpress.org/\" rel=\"noopener noreferrer\" target=\"_blank\">MultilingualPress</a> plugin.</p>\n<p>Windisch predicts a culling of the multilingual solutions for WordPress after Phase 4, in the same way that Gutenberg has challenged page builders. Maintaining a plugin with thousands of users takes a toll on a company, because users require support and product owners need to have a way to continue offering something that isn&#8217;t already available by default in core.</p>\n<p>&#8220;It&#8217;s the same with Gutenberg and all the page builders,&#8221; Windisch said. &#8220;You need to adapt. If core tackles 80-90% of the features the plugin does, then I&#8217;m sure some will decide to pursue other roads or extend core features with a new plugin.&#8221;</p>\n<p>Windisch doesn&#8217;t see any issues for his company&#8217;s multilingual solution because of how it is architected to closely align with WordPress core in its use of multisite. The MultilingualPress website advertises the product as having &#8220;future-proof, WordPress core-based architecture.&#8221; Windisch said that big agencies and companies with local sites tend to opt for MultilingualPress&#8217; solution because of the separation of access that multisite provides.</p>\n<p>After some consideration, he said he found that Mullenweg&#8217;s timeline for getting multilingual support in core made sense, because existing solutions mean there is no pressing need to provide this functionality.</p>\n<p>&#8220;Currently nobody waits for the multilingual in core, because there are already solutions out there,&#8221; Windisch said. &#8220;There&#8217;s not really the pressure to have it right now.&#8221;</p>\n<p>Check out the quick interview below to hear more thoughts on how Gutenberg Phase 4 may impact other multilingual solutions:</p>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Mar 2019 19:00:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WPTavern: Codecademy Launches New Free PHP Course\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=88229\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wptavern.com/codecademy-launches-new-free-php-course\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2262:\"<p>Codecademy introduced a new free course today called <a href=\"https://www.codecademy.com/learn/learn-php\" rel=\"noopener noreferrer\" target=\"_blank\">Learn PHP</a>. The company, which offers free coding courses, is rebuilding its PHP education after removing all of its PHP courses in 2017. </p>\n<p>A Codecademy representative <a href=\"https://discuss.codecademy.com/t/php-sunset/85690/4\">explained</a> that the courses were outdated and that their team thought PHP was declining in popularity:</p>\n<blockquote><p>The PHP courses were very old, buggy, and outdated. They were the least used courses on Codecademy by far, and declining in use all the time, just as PHP itself is declining in popularity in the web development world. Student demand was far higher towards making, for example, more content in other languages like JavaScript or offer all-new languages like C#, rather than continuing to maintain PHP. Continued support and maintenance of any course for us costs money, and hiring PHP specialists to rewrite a course costs more money, but the market for PHP is very small. So, the decision was clear – to sunset this course.</p></blockquote>\n<p>PHP was created in 1994 by Rasmus Lerdorf, and it is still going strong 25 years later. Roughy <a href=\"https://w3techs.com/technologies/details/pl-php/all/all\" rel=\"noopener noreferrer\" target=\"_blank\">80% of websites run on PHP</a>. Redmonk&#8217;s <a href=\"https://redmonk.com/sogrady/2019/03/20/language-rankings-1-19/\" rel=\"noopener noreferrer\" target=\"_blank\">2019 language rankings</a> put PHP at #4 behind JavaScript, Java, and Python, based on data from GitHub and Stack Overflow.</p>\n<p>Codecademy&#8217;s new <a href=\"https://www.codecademy.com/learn/learn-php/\" rel=\"noopener noreferrer\" target=\"_blank\">Learn PHP</a> course offers users an introduction to the fundamentals of PHP with language-specific syntax. Prerequisites include basic HTML. Students will learn about PHP variables and the string and number data types. Codecademy Pro users will get more quizzes and will create a portfolio project to showcase their new skills, but the basic course is free. The course currently takes approximately three hours to complete, and the company plans to add more content 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, 26 Mar 2019 00:26:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"WPTavern: Gutenberg Cloud Team Advocates for Making WordPress.org’s New Block Directory a CMS-Agnostic Library\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=88181\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"https://wptavern.com/gutenberg-cloud-team-advocates-for-making-wordpress-orgs-new-block-directory-a-cms-agnostic-library\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4955:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/03/gutenberg-cloud.jpg?ssl=1\"><img /></a></p>\n<p><a href=\"https://www.frontkom.no/\" rel=\"noopener noreferrer\" target=\"_blank\">Frontkom</a>&#8216;s presentation at WordCamp Nordic introduced the audience to the <a href=\"https://gutenbergcloud.org/\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg Cloud</a> project, which allows developers to share JS-only blocks across CMS platforms. Marco Fernandes and Thor Andre Gretland, representatives of the 45-person agency based in Europe, are also part of the <a href=\"https://drupalgutenberg.org/\" rel=\"noopener noreferrer\" target=\"_blank\">Drupal Gutenberg</a> project that brings WordPress&#8217; open source editor to Drupal via an optional module. The module&#8217;s release candidate has been downloaded more than 9,000 times. </p>\n<p>In the video below, I had the opportunity to sit down with the team at WordCamp Nordic to discuss the progress on their Gutenberg-related projects. Frontkom has clients using the Drupal module in production and their experience echoes a theme that seems common among those who are using the Gutenberg editor with clients.</p>\n<p>&#8220;We see that especially people who don&#8217;t have too much experience in general working with visual content online, they find it easier to use than the ones that are into a routine where they expect some behavior,&#8221; Gretland said.</p>\n<p>Drupal&#8217;s Gutenberg module could become a primary driver for the Gutenberg Cloud project, as access to the cloud blocks is included by default for all installations. The <a href=\"https://wordpress.org/plugins/cloud-blocks/\" rel=\"noopener noreferrer\" target=\"_blank\">Cloud Blocks</a> plugin for WordPress has been much less popular so far, with an estimated 100 active installations. </p>\n<p>We discussed the potential of Drupal adopting Gutenberg as its core editor and the Frontkom team predicts that it will likely remain a separate module. Their vision for both Drupal Gutenberg and the Gutenberg Cloud is to make Gutenberg &#8220;the go-to solution for editing rich content on the web.&#8221; It is still achievable as a separate module but would have more impetus behind it if Drupal adopted it for its default editor.</p>\n<p>Gretland said idea behind the Gutenberg Cloud was to provide &#8220;a sustainable ecosystem of blocks but also ease of use.&#8221; The project is a precursor to <a href=\"https://wptavern.com/wordpress-explores-proposal-for-new-block-directory-to-host-single-block-plugins\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress.org&#8217;s planned JS-only single block library</a>. We discussed whether they perceive any competition between the two directories. </p>\n<p>As the <a href=\"https://make.wordpress.org/meta/2019/03/08/the-block-directory-and-a-new-type-of-plugin/\" rel=\"noopener noreferrer\" target=\"_blank\">discussion</a> on make.wordpress.org was just developing at the time of the interview, I contacted Frontkom CTO Per Andre Rønsen later on to get their thoughts on WordPress.org&#8217;s planned block directory. He had commented on the proposal, asking if this could become a library of truly CMS-agnostic blocks.</p>\n<p>&#8220;I <a href=\"https://make.wordpress.org/meta/2019/03/08/the-block-directory-and-a-new-type-of-plugin/#comment-8947\" rel=\"noopener noreferrer\" target=\"_blank\">commented</a> on the Make WP blog post right away, because I simply loved the idea of a directory of JS-only blocks,&#8221; Rønsen said. &#8220;We haven’t discussed it directly with Matt, but have had some good chats with the core Gutenberg team, and are planning to meet on a weekly basis. If Gutenberg Cloud can serve as a proof of concept that WP.org can later adopt as their own, we are happy. As the spec is very similar to what we already have created, porting between the two will be easy.&#8221; </p>\n<p>Rønsen is advocating for a more open approach that isn&#8217;t so strictly tied to WordPress&#8217; infrastructure. </p>\n<p>&#8220;A more ideal approach however, would be to merge the two efforts,&#8221; Rønsen said. &#8220;The key for us, is to make the infrastructure open to other communities, not just WP developers. We are happy to put our project in the hands of the WP core team – given that they share the same open vision.&#8221;</p>\n<p>A CMS-agnostic library for Gutenberg blocks is part of Frontkom&#8217;s long term vision for improving the open web. This is one of reasons the team created Gutenberg.js, which provides a foundation for using Gutenberg on any CMS or framework. Gretland said they see it as &#8220;more than just a new editor but a platform that enables communities to build new features.&#8221; This is the vision the team came to share at WordCamp Nordic. Check out the video below to hear more about how the Gutenberg Cloud team is working to make Gutenberg an editor that more open source communities on the web can share.</p>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Mar 2019 20:00:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:92:\"WPTavern: WPWeekly Episode 349 – Sandy Edwards and the Kids Event Working Group Initiative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/?p=88216&preview=true&preview_id=88216\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpweekly-episode-349-sandy-edwards-and-the-kids-event-working-group-initiative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2166:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I are joined by <a href=\"https://sandyedwards.me/\">Sandy Edwards</a>. Sandy gave us a behind the scenes look at what it takes to organize a WordPress event for children and teens.</p>\n<p>She also provides background information on a new group that&#8217;s been formed called the <a href=\"https://make.wordpress.org/community/2019/01/14/call-for-volunteers-kids-events-working-group/\">Kids Events Working Group</a>. This group is responsible for setting the foundation for organizers to create and manage WordPress events geared towards children.</p>\n<p>John recaps his experience at WordCamp Miami last weekend and we discussed some noteworthy news items.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wordcamp-miami-draws-100-for-kids-camp-plans-to-host-standalone-kids-wordpress-conference-in-summer-2019\">WordCamp Miami Draws 100+ for Kid’s Camp, Plans to Host Standalone Kid’s WordPress Conference in Summer 2019</a></p>\n<p><a href=\"https://wptavern.com/wordpress-5-1-1-patches-critical-vulnerability\">WordPress 5.1.1 Patches Critical Vulnerability</a></p>\n<p><a href=\"https://wptavern.com/dark-mode-wordpress-plugin-up-for-adoption\">Dark Mode WordPress Plugin Up for Adoption</a></p>\n<p><a href=\"https://make.wordpress.org/core/2019/03/20/whats-new-in-gutenberg-20th-march/\">Gutenberg 5.3 Released</a></p>\n<p><a href=\"https://www.mozilla.org/en-US/firefox/66.0/releasenotes/\">FireFox 66.0 Released </a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 27th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #349:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Mar 2019 20:59: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: WordPress Ends Support for PHP 5.2 – 5.5, Bumps Minimum Required PHP Version to 5.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=88188\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-ends-support-for-php-5-2-5-5-bumps-minimum-required-php-version-to-5-6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4275:\"<p>WordPress has officially <a href=\"https://core.trac.wordpress.org/changeset/44950\" rel=\"noopener noreferrer\" target=\"_blank\">ended support for PHP 5.2 &#8211; 5.5</a> and bumped its minimum required PHP version to 5.6. The plan <a href=\"https://make.wordpress.org/core/2018/12/08/updating-the-minimum-php-version/\" rel=\"noopener noreferrer\" target=\"_blank\">announced</a> last December was to bump the minimum required version in early 2019 and, depending on the results, bump it again to PHP 7 in December 2019. Sites on PHP 5.5 or earlier can still get security updates but will not be able to upgrade to the latest major WordPress version.</p>\n<p>Today only <a href=\"https://wordpress.org/about/stats/\" rel=\"noopener noreferrer\" target=\"_blank\">2% of WordPress sites remain on PHP 5.2</a>. Roughly 20% are on versions 5.5 or earlier. Nearly half of WordPress installs are on PHP 7.0+.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/03/Screen-Shot-2019-03-20-at-10.37.55-PM.png?ssl=1\"><img /></a></p>\n<p>One might wonder why WordPress&#8217; approach isn&#8217;t to just bump it all the way up to PHP 7. With its influence and dominant market share, this requirement would inevitably force users to get on board. However, WordPress contributors believe in supporting users who, for whatever reason, need more help upgrading PHP. Steamrolling this requirement has not been the WordPress way, despite years of immense pressure from the developer community.</p>\n<p>&#8220;Leaving users behind for technical reasons creates a two-folded web with only few being able to leverage its power,&#8221; WordPress Core Committer Felix Arntz said. &#8220;Collaborating with and supporting these users gives that power to everyone in the long run.&#8221;</p>\n<p>Gary Pendergast shared a few stats about how effective <a href=\"https://wptavern.com/wordpress-5-1-improves-editor-performance-encourages-users-to-update-outdated-php-versions\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress 5.1&#8217;s PHP update notice</a> has been in prodding site owners to get on newer versions of PHP:</p>\n<blockquote><p>For WordPress 5.0, sites updated their PHP version from PHP <= 5.6 to PHP 7+ at the rate of 1 basis point per day. That is, the percentage of WordPress 5.0 sites using PHP <= 5.6 dropped by 0.01 every day, prior to the release of WordPress 5.1.\n</p>\n<p>For WordPress 5.1 (after adding the update notice), that has increased to a steady 5 basis points per day. Doesn’t sounds like much? Every day, that’s hundreds of extra site owners choosing to go through the (frankly, terrifying) process of updating their PHP version. All they needed was a little extra nudge, and a little bit of information.</p>\n<p>Scary EOL notices and attitudes of “well, we’re just bumping our supported PHP version, too bad if you don’t know what to do next” don’t help. Giving people the information they need to help themselves works.</p>\n<p>WordPress folks are doing our part to help clean up the ancient PHP installs that are still running a large percentage of the internet, and we’re find that this isn’t an insurmountable problem. It just requires a bit of patience and empathy to solve.</p></blockquote>\n<p>WordPress developers around the web sent out celebration tweets after the news was announced. Although PHP 5.6 is the new minimum required version for running WordPress, the project&#8217;s <a href=\"https://wordpress.org/about/requirements/\" rel=\"noopener noreferrer\" target=\"_blank\">technical requirements</a> page recommends users ask their hosts for PHP version 7.3 or greater. PHP 7+ offers massive performance gains for users and developers will be able to update their plugins to use more modern syntax. </p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">This is big news!! </p>\n<p>WPGraphQL has a minimum requirement of PHP 5.6, so it couldn’t even be considered for core until now. </p>\n<p>Still a ways to go before we’re ready for serious consideration, but pretty big news. <a href=\"https://t.co/gCbJM9VcRc\">https://t.co/gCbJM9VcRc</a></p>\n<p>&mdash; GraphQL for WordPress (@wpgraphql) <a href=\"https://twitter.com/wpgraphql/status/1108548227882602496?ref_src=twsrc%5Etfw\">March 21, 2019</a></p></blockquote>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Mar 2019 04:10: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: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:84:\"WPTavern: Gutenberg 5.3 Introduces Block Management, Adds Nesting to the Cover Block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=88148\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/gutenberg-5-3-introduces-block-management-adds-nesting-to-the-cover-block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3894:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/03/block-manager-modal-e1553096924444.png?ssl=1\"><img /></a><a href=\"https://make.wordpress.org/core/2019/03/20/whats-new-in-gutenberg-20th-march/\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg 5.3</a> was released today with basic block management, a feature that will be included in WordPress 5.2. It is a new modal that can be launched from the vertical ellipses menu, inspired by Rich Tabor&#8217;s <a href=\"https://www.youtube.com/watch?v=0v9rXLDv-FM\" rel=\"noopener noreferrer\" target=\"_blank\">CoBlocks implementation</a>. Users can turn individual blocks on/off or even entire sections, such as Common Blocks, Formatting, and Embeds. Block management should help users avoid the bloat that happens when installing block collections with more blocks than they need. </p>\n<p>This version&#8217;s updates to the Cover Block make it possible to <a href=\"https://github.com/WordPress/gutenberg/pull/13822\" rel=\"noopener noreferrer\" target=\"_blank\">nest other blocks inside of it</a>. Users can now add buttons, paragraphs, and headers to easily create a call to action. It&#8217;s not immediately evident that nesting blocks is possible, despite the floating inserter. It takes a little bit of time to discover that it is available. There are still some quirks with this feature, but overall it makes the Cover Block much more useful than previous versions.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/03/Screen-Shot-2019-03-20-at-11.53.48-AM.png?ssl=1\"><img /></a></p>\n<p>A few contributors commenting on the <a href=\"https://github.com/WordPress/gutenberg/pull/13822\" rel=\"noopener noreferrer\" target=\"_blank\">Cover Block&#8217;s nesting PR</a> said that it seems like the work on this iteration is essentially a light version of a section block. They questioned if it might be better to finish the work on the Section block (<a href=\"https://github.com/WordPress/gutenberg/issues/4900\" rel=\"noopener noreferrer\" target=\"_blank\">#4900</a>) and build from there. Many developers and designers are eagerly awaiting the addition of a Section block to core, which will provide a standard for the plugin and theme industries to build on.</p>\n<p>&#8220;I think the cover block has very specific functionality that the section may not have like the focal point selector,&#8221; Automattic JavaScript engineer Jorge Costa said. &#8220;It is also important to note that the adjustments we make here to the way nesting works will also benefit a future section. This also allows us to test nesting a little bit more, before going to the section block. I expect the section block to be widely used in the community and will probably serve as a basis for many things being built in the future so it is important that we get it right. Exploring in cover will contribute to that.&#8221;</p>\n<p>Gutenberg 5.3 adds an experimental Legacy Widget Block that allows existing WordPress widgets to be added as Gutenberg blocks. It offers a dropdown of available widgets. After selecting one, the block populates that area with the widget&#8217;s settings.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/03/Screen-Shot-2019-03-20-at-12.49.23-PM.png?ssl=1\"><img /></a></p>\n<p>This version also <a href=\"https://github.com/WordPress/gutenberg/pull/14145\" rel=\"noopener noreferrer\" target=\"_blank\">improves block outlines for the hover and selected states</a> for a more accessible UI with less distraction. Performance benchmarks show a slight decrease in performance with Gutenberg 5.3. Check out the <a href=\"https://make.wordpress.org/core/2019/03/20/whats-new-in-gutenberg-20th-march/\" rel=\"noopener noreferrer\" target=\"_blank\">release post</a> for a full list of enhancements and bug fixes. This is the last plugin release that will be rolled into the upcoming WordPress 5.2 release.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Mar 2019 21:14: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: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:78:\"HeroPress: Sometimes bad things that happen to you are good things in disguise\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2716\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:208:\"https://heropress.com/essays/sometimes-bad-things-that-happen-to-you-are-good-things-in-disguise/#utm_source=rss&utm_medium=rss&utm_campaign=sometimes-bad-things-that-happen-to-you-are-good-things-in-disguise\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10468:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/03/032019-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Sometimes bad things that happen to you are good things in disguise.\" /><p>My Mom used to say that things you remember from your past the most are things that had an impact on who you are today. Negative or positive, they affected you in a way that helped create the person you are.</p>\n<h3>The Early Days</h3>\n<p>Her father said to her, “Jean, you are always welcome but leave your kids at home.” That I will remember until the day I die. Why? We were biracial. My mother (who was White) left her home in Virginia to run away to Cleveland with my father (who was Black, and from West Virginia) to get married. That was in 1956.</p>\n<p>My father left us when I was about 8. Left us high and dry. The only positive thing I remember that he gave me was a typewriter. He said to me, “Teach yourself how to type and you’ll always be able to make a living.” I didn’t realize he “gave me anything” until after he died.</p>\n<p>After my second failed marriage, I moved my Mom in with me because she was ill. That was 2005 and that’s when my journey with WordPress began. I originally started using Joomla but found that it was too cumbersome to keep up-to-date because things needed to be done manually, whereas WordPress had this cool way of updating the plugins right inside the dashboard. I was hooked and left Joomla behind.</p>\n<p>I went back to work full time at one of the local hospitals. But not even a year into it I quit.</p>\n<blockquote><p>One morning as I am waiting for the home health aide to arrive, my Mom started to cry and said, “I don’t want to die alone.” I stopped and looked at her and said, “You aren’t going to die alone.”</p></blockquote>\n<p>That day, I got to work and one of the doctor’s pissed me off. I thought about what my Mom said and then starting thinking, “I don’t need this bullshit.” I went to my desk and started packing my things. My co-worker said, “What are you doing?” I said, “I quit.” She said, “What?” I said, “I quit.” The doctor ran out, “What are you doing and where are you going?” I said, “I quit, and you can kiss my ass!”</p>\n<p>I got home too early and my Mom asks, “Why are you home?” I just stood there. She looked at me and said, “Did you quit?” I started laughing, “Yep sure did and told that doctor he could kiss my ass!” She started giggling! “We’ll be okay.” she said.</p>\n<h3>Shifting Gears</h3>\n<p>At that moment I said I must take this hobby of building sites part time, to a full fledge business. I hunkered down in one of the upstairs bedrooms and started to write out my strategy. I had already completed a few small business websites, so I contacted them and from there and word of mouth, my business started to grow.</p>\n<p>But it wasn’t until after my Mom died that WordPress really saved my life.</p>\n<p>We were thick as thieves my Mom and me. She almost died having me. I had a sister (she died last April) but she wasn’t close to us and kept mainly to herself. But Mom and I…we were two peas in a pod all the way up to the day she died. I sat with her for five days in hospice and those were some of the longest days and nights of my life.</p>\n<blockquote><p>I felt like someone dropped a weight on my chest. I couldn’t breathe. I felt faint. I felt lost.</p></blockquote>\n<p>Thank God I had Buster, my dog. If it hadn’t been for him, I don’t know what I would have done. There was a night I just couldn’t bear not having my Mom. I had a bottle of Valium and thought, “I should just get it over with, go be with my Mom.” But I looked down at Buster and thought, “No one is going to take better care of him than me. I can’t do that to him.”</p>\n<p>I struggled with depression. Slowly over time I couldn’t function to even work on projects. It finally got to a point where my gas was turned off in the winter and I didn’t have food. I was bundled up with blankets and small heaters in my house to stay warm.</p>\n<blockquote><p>Every penny I got, was basically food for Buster. One time I went 5 days without food.</p></blockquote>\n<p>My car was repossessed. It was just crazy. Then I got evicted in mid-January 2013. Yep, evicted.</p>\n<p>My sister, who I wasn’t close to, had received a lump sum of money from Social Security. She sent money to me since I had cared for our Mom all that time by myself. I rented a van, packed up what I could fit in the U-Haul on my own and ended up at an Extended Stay hotel – in the middle of a blizzard. Left all my furniture behind because I didn’t have help.</p>\n<p>I got to the hotel and sat there in the U-Haul. I looked in the mirror and said out loud, “How the fuck did you get here? You don’t even have a pot to piss in!” Buster sitting in the other seat looking at me like I was crazy. That’s when I knew I had hit rock bottom. Depression led me to the bottom.</p>\n<h3>Rising Up</h3>\n<p>But… that was a good thing! I met a lot of wonderful people online. I joined a few WordPress groups, but mainly the StudioPress forum because I had been using their free themes when they were Revolution Two. Then they developed the Genesis Framework. Their old forum was a gold mine of information and the people were awesome. I learned so much from that forum.</p>\n<p>Every day from that point on was WordPress and Genesis. Meeting more people, learning more code. I was completely off the grid in that hotel room! No one here even knew where I was that’s how far off the grid I was. But sometimes, you must do that in order to focus and get back on track.</p>\n<blockquote><p>There were a lot of bumps in that road the first year, too many to even write out in this essay, but I learned something from each bump.</p></blockquote>\n<p>My business grew from word-of-mouth, I started getting work from people who needed help who saw me on social media and through the forums. Work from people all over the world. It truly was exciting.</p>\n<p>Each day is still WordPress and websites. Learning new things every day. Sitting with Slack windows open and chatting with other WordPress people online. It’s been my entire world since 2013 and pretty much my “Saving Grace” because I feel like I know some people online better than people right here in the same city where I live at. I lived in the hotel for 2 years. Not because I had to but because I wanted to.</p>\n<h3>The Power of Communiity</h3>\n<p>The WordPress community is awesome and giving. The Genesis community is the same. It feels like family and I’ve never met anyone in person but care so much about the people! I would hope that those who know me would feel the same.</p>\n<p>A friend recently shared a quote by the author Dodinsky that started off, “A lot of walking away will do your life good.” But it was the end that really caught my attention and it said, “The more you walk away from things that poison your soul, the healthier your life will be.”</p>\n<p>And that is so true. Healthier in a sense that I walked away from all the bad, negative things and people that were in my space. I was able to grieve and heal. Sometimes bad things that happen to you are good things in disguise.</p>\n<p>What’s in my future? Well, one of my dreams is to get a Sprinter Van, have it customized for living on the road and drive cross country with Bella. Buster passed end of 2016 and Bella is my other life-saver. I’d love to drive cross country and stop and meet people I’ve met in the WordPress community. I know I can’t really make that happen, but I can dream, can’t I? LOL!</p>\n<p>I’d love to follow you on Twitter. Follow me at @thecre8tivediva and I’ll follow you back!</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\">\n<div class=\"rtsocial-twitter-horizontal\">\n<div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Sometimes bad things that happen to you are good things in disguise\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Sometimes%20bad%20things%20that%20happen%20to%20you%20are%20good%20things%20in%20disguise&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fsometimes-bad-things-that-happen-to-you-are-good-things-in-disguise%2F\" rel=\"nofollow\" target=\"_blank\"></a></div>\n</div>\n<div class=\"rtsocial-fb-horizontal fb-light\">\n<div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Sometimes bad things that happen to you are good things in disguise\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fsometimes-bad-things-that-happen-to-you-are-good-things-in-disguise%2F\" rel=\"nofollow\" target=\"_blank\"></a></div>\n</div>\n<div class=\"rtsocial-linkedin-horizontal\">\n<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%2Fsometimes-bad-things-that-happen-to-you-are-good-things-in-disguise%2F&title=Sometimes+bad+things+that+happen+to+you+are+good+things+in+disguise\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Sometimes bad things that happen to you are good things in disguise\"></a></div>\n</div>\n<div class=\"rtsocial-pinterest-horizontal\">\n<div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/sometimes-bad-things-that-happen-to-you-are-good-things-in-disguise/&media=https://heropress.com/wp-content/uploads/2020/03/032019-150x150.jpg&description=Sometimes bad things that happen to you are good things in disguise\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Sometimes bad things that happen to you are good things in disguise\"></a></div>\n</div>\n<p><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/sometimes-bad-things-that-happen-to-you-are-good-things-in-disguise/\" title=\"Sometimes bad things that happen to you are good things in disguise\"></a></div>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/sometimes-bad-things-that-happen-to-you-are-good-things-in-disguise/\">Sometimes bad things that happen to you are good things in disguise</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, 20 Mar 2019 12:00:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Anita Carter\";s: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:122:\"WPTavern: WordCamp Miami Draws 100+ for Kid’s Camp, Plans to Host Standalone Kid’s WordPress Conference in Summer 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:29:\"https://wptavern.com/?p=88102\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"https://wptavern.com/wordcamp-miami-draws-100-for-kids-camp-plans-to-host-standalone-kids-wordpress-conference-in-summer-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:4384:\"<p>The 11th edition of <a href=\"https://2019.miami.wordcamp.org/\" rel=\"noopener noreferrer\" target=\"_blank\">WordCamp Miami</a> was held this past weekend, a three-day event that featured multiple learning workshops and six different tracks. The speaker ratio was 50% male and 50% female, and nearly half of the speakers were new to WordCamp Miami.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Another great year of amazing, diverse speakers! <a href=\"https://twitter.com/hashtag/WCMIA?src=hash&ref_src=twsrc%5Etfw\">#WCMIA</a> <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://t.co/e2smmCpPAF\">pic.twitter.com/e2smmCpPAF</a></p>\n<p>&mdash; WordCamp Miami (@wordcampmiami) <a href=\"https://twitter.com/wordcampmiami/status/1107383222453833728?ref_src=twsrc%5Etfw\">March 17, 2019</a></p></blockquote>\n<p></p>\n<p>One of the highlights of this year&#8217;s event were the WordPress stories coming out of the Kid&#8217;s Panel. WordCamp Miami has been hosting learning experiences for kids since 2014 and for the past four years has included a two-day Kid&#8217;s Camp along with a Kid&#8217;s Panel. More than 100 children (not including parents and guardians) attended this year&#8217;s event. Some of the kids who are more experienced with WordPress shared their experiences during the Kid&#8217;s Panel.  </p>\n<p>Kids reported that they using WordPress for blogs, science projects, and robotic competitions. One fifth grade student, who has been using WordPress for three years, said she plans to continue using it to document her life and share her future educational experiences:</p>\n<p>&#8220;I plan to be using it later in my life when I go to college, so I can be talking about what my life journey was and what I&#8217;m going to be studying, which is software engineering.&#8221;</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Listen to how a 4th grader explains why she likes using <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a>. <a href=\"https://twitter.com/hashtag/WCMIA?src=hash&ref_src=twsrc%5Etfw\">#WCMIA</a> <a href=\"https://t.co/Zd5cRP3Afg\">pic.twitter.com/Zd5cRP3Afg</a></p>\n<p>&mdash; David Bisset (@dimensionmedia) <a href=\"https://twitter.com/dimensionmedia/status/1107290298756009985?ref_src=twsrc%5Etfw\">March 17, 2019</a></p></blockquote>\n<p></p>\n<h3>Miami to Host New One-Day WordPress Event for Kids and Teachers</h3>\n<p>The growing popularity of WordCamp Miami&#8217;s kids events has inspired organizers to host a new one-day event for kids and teachers. The date has not yet been set but the plan is to have it scheduled for summer 2019. </p>\n<p>The event will be divided into two tracks, one for kids aged 6 to 18 and another for teachers and educators. The kid&#8217;s track will include talks on WordPress, MineCraft, STEAM/STEM activities, and ways they can improve their coding skills. Teachers and educators will have a dedicated track with talks that will help them incorporate coding, WordPress, and broader STEAM/STEM activities into their curricula.</p>\n<p>In their <a href=\"https://2019.miami.wordcamp.org/kids-at-wordcamp-miami-2019/\" rel=\"noopener noreferrer\" target=\"_blank\">announcement</a>, WordCamp Miami&#8217;s organizers said they believe the next generation of WordPress users are &#8220;vital to the growth of the open web.&#8221; They are looking for sponsors to cover the costs of snacks and lunch for approximately 100 students, volunteers and speakers to give presentations on various subjects for kids and teachers, and people to spread the word to schools in the Dade/Broward area.</p>\n<p>Kids engaging with WordPress is one of the most inspiring things happening in the community right now. It&#8217;s the spark of a new generation of users who are embracing the concept of sharing their ideas on the open web. WordPress&#8217; Community team also has a new <a href=\"https://make.wordpress.org/community/tag/kids-events/\" rel=\"noopener noreferrer\" target=\"_blank\">Kids Event Working Group</a> that kicked off last month to support the growth of these kinds of events around the world. They are currently working on documentation, training guides, legal documents, supply lists, and other resources. This is another way to get involved if you don&#8217;t live near a local kid&#8217;s event.</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, 20 Mar 2019 00:57: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: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:98:\"WPTavern: New Tools for Theme Developers: Theme Sniffer Plugin and Automated Accessibility Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=88080\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wptavern.com/new-tools-for-theme-developers-theme-sniffer-plugin-and-automated-accessibility-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2707:\"<p>WordPress contributor teams have shipped several new tools for theme developers in the past couple weeks, which have the potential to raise the quality of new themes coming into the ecosystem. The <a href=\"https://wordpress.org/plugins/theme-sniffer/\" rel=\"noopener noreferrer\" target=\"_blank\">Theme Sniffer</a> plugin is a new effort from the Theme Review team that uses custom sniffs for <a href=\"https://github.com/squizlabs/PHP_CodeSniffer\" rel=\"noopener noreferrer\" target=\"_blank\">PHP_CodeSniffer</a> to test a theme against WordPress coding standards and check for PHP version compatibility.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/03/theme-sniffer.png?ssl=1\"><img /></a></p>\n<p>The plugin is useful for both theme reviewers and developers who want to get their themes approved for the WordPress.org directory. It includes several optional standards to test against beyond the ruleset for theme review requirements. Passing the Theme Sniffer checks is not required for themes entering the directory but reviewers can use the plugin to speed the process up.</p>\n<p>The Accessibility Team also published a new tool called <a href=\"https://github.com/wpaccessibility/wp-theme-auditor\" rel=\"noopener noreferrer\" target=\"_blank\">WP Theme Auditor</a> that runs <a href=\"https://www.deque.com/axe/\" rel=\"noopener noreferrer\" target=\"_blank\">Axe</a> tests against a theme for automated accessibility feedback. Axe is an open source library and testing engine created by the accessibility experts at <a href=\"https://www.deque.com\" rel=\"noopener noreferrer\" target=\"_blank\">Deque</a>. The WP Theme Auditor package can be installed into a theme&#8217;s root directory. Developers can then add test cases. Examples are available in the project&#8217;s <a href=\"https://github.com/wpaccessibility/wp-theme-auditor#readme\" rel=\"noopener noreferrer\" target=\"_blank\">README file</a>. The tests are run against <a href=\"http://one.wordpress.test\" rel=\"noopener noreferrer\" target=\"_blank\">http://one.wordpress.test</a> by default but developers can specify a different test environment URL.</p>\n<p>The Accessibility team plans to expand the test cases in the tool to include all the content from the current <a href=\"https://github.com/wpaccessibility/a11y-theme-unit-test/blob/master/a11y-theme-unit-test-data.xml\" rel=\"noopener noreferrer\" target=\"_blank\">Theme Unit Test Data</a> package. In the most recent team meeting, they decided to recommend WP Theme Auditor as a WordPress testing tool and plan to post more details about it on the <a href=\"https://make.wordpress.org/accessibility/\" rel=\"noopener noreferrer\" target=\"_blank\">make.wordpress.org/accessibility</a> blog.</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, 19 Mar 2019 03:42:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:66:\"WPTavern: A Quick Introduction to WordPress’ Date/Time Component\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=88053\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/a-quick-introduction-to-wordpress-date-time-component\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3109:\"<p>At WordCamp Nordic&#8217;s contributor day I had the opportunity to chat with <a href=\"https://www.rarst.net\" rel=\"noopener noreferrer\" target=\"_blank\">Andrey &#8220;Rarst&#8221; Savchenko</a> about WordPress&#8217; <a href=\"https://make.wordpress.org/core/components/date-time/\" rel=\"noopener noreferrer\" target=\"_blank\">Date/Time component</a>, the code that manages date, time, and timezone functionality. Savchenko is one of the maintainers of this lesser-known component, which includes code that dates back to PHP 4 times. After volunteering for years in the WordPress Stack Exchange forums, he encountered some of the worst Date/Time bugs, eventually spurring him on to get involved improving the code.</p>\n<p>&#8220;From there it was a slow descent into the madness of the component,&#8221; Savchenko said. &#8220;Much of my experience ended up in my <a href=\"https://github.com/Rarst/wpdatetime\" rel=\"noopener noreferrer\" target=\"_blank\">WpDateTime library</a>. By last year I was, at last, confident I had a good grasp on the extent of the problem and a way forward for core.&#8221;</p>\n<p>Date/Time issues affect both developers and users. Savchenko said most of the problems, by volume, are related to an incorrect output of localized time by `date_i18n()`. These things can trickle down to users and affect post scheduling, querying, and other operations.</p>\n<p>&#8220;Some of them are outright bugs and some are easy to break due to incompatibility with Unix timestamps,&#8221; Savchenko said. &#8220;But many other parts of the core have problems related to time &#8211; most often around time zones and daylight savings time. Posts can end up with the wrong time, not published when needed, sorted in the wrong order, and so on.&#8221;</p>\n<p>The requirement for backwards compatibility makes progress slow but Savchenko and fellow contributors shipped some of their work in the most recent release of WordPress. They will have more solutions available to pursue when the minimum required PHP version is bumped.</p>\n<p>&#8220;In WordPress 5.1 we had shipped a set of <a href=\"https://core.trac.wordpress.org/query?component=Date%2FTime&milestone=5.1\" rel=\"noopener noreferrer\" target=\"_blank\">important fixes for documentation and some of the worst bugs in `date_i18n()`</a>. </p>\n<p>&#8220;At the moment we continue to work on outstanding issues and get ready to implement <a href=\"https://github.com/Rarst/wp-date/issues/4\" rel=\"noopener noreferrer\" target=\"_blank\">a set of major new API functions</a>. The work on the component has also revitalized the discussion of <a href=\"https://core.trac.wordpress.org/ticket/18146\" rel=\"noopener noreferrer\" target=\"_blank\">introducing user timezones</a>. However I think those need a lot of UX work to reach workable proposal.&#8221;</p>\n<p>Check out the video below for a quick overview of the work being done on the Date/Time component and find out how you can get involved at the <a href=\"https://wordpress.slack.com/messages/core-datetime\" rel=\"noopener noreferrer\" target=\"_blank\">#core-datetime</a> channel in WordPress Slack.</p>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Mar 2019 20:04: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: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:62:\"WPTavern: GitHub Is Testing Commits on Behalf of Organizations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=88028\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/github-is-testing-commits-on-behalf-of-organizations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2012:\"<p>GitHub users may soon be able to <a href=\"https://github.blog/changelog/2019-03-15-creating-a-commit-on-behalf-of-an-organization/\" rel=\"noopener noreferrer\" target=\"_blank\">contribute to projects on behalf of an organization</a>. This feature has often been requested by developers who are contributing on behalf of their employers.</p>\n<p>&#8220;Corporate contributions to the third-party open source projects can still be a source of friction and ambiguity,&#8221; GitHub Product Manager Ben Balter said. &#8220;We&#8217;re beta testing a new platform-agnostic commit pattern we hope can help you contribute on behalf of your employer.&#8221;</p>\n<p>Committers who are members of an organization can add a commit trailer in the following format: </p>\n<pre class=\"brush: php; light: true; title: ; notranslate\">On-behalf-of: @ORG &lt;ORG CONTACT EMAIL&gt;</pre>\n<p>The committer must use an email that matches the organization’s verified domain and sign the commit. Committing on behalf of an organization can also be done <a href=\"https://help.github.com/en/articles/creating-a-commit-on-behalf-of-an-organization\" rel=\"noopener noreferrer\" target=\"_blank\">via the command line</a>. </p>\n<p>Balter posted a demo of how the organization&#8217;s badge appears next to the committer&#8217;s. The feature is now in public beta:</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/03/github-commit-organization.png?ssl=1\"><img /></a></p>\n<p>It will be interesting to see how well this is adopted among individuals and organizations committing to open source projects. Some projects have more overt contribution from commercial entities than others. Having individuals commit on behalf of their employers makes it easier to track contributions funded by organizations. It may also provide project owners a more accurate picture of how deeply companies are invested in a project, especially in scenarios where the lines between individual and employer contributions are blurry or unclear.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 16 Mar 2019 01:17:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:85:\"WPTavern: Deploy WordPress Plugins from GitHub to the WordPress.org Plugin Repository\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=87994\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wptavern.com/deploy-wordpress-plugins-from-github-to-the-wordpress-org-plugin-repository\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2439:\"<p>10up has <a href=\"https://10up.com/blog/2019/introducing-github-actions-for-wordpress-plugins/\" rel=\"noopener noreferrer\" target=\"_blank\">released a GitHub Action</a> that enables developers to deploy to the WordPress.org Plugin repository by tagging a new version on GitHub. Helen Hou-Sandí, 10up&#8217;s Director of Open Source Initiatives, explained how it works:</p>\n<blockquote><p>You’ll be able to manage your entire development lifecycle in GitHub—no more futzing with local Bash scripts or controlling commit/push access in multiple places. You reference our action in your plugin repo’s workflow file, filtered to only run when a tag is pushed, and set your username/password secrets. After that, each time you tag a new version on GitHub, whether by pushing a Git tag from the command line or making one using the GitHub releases interface, your plugin will be deployed to WordPress.org.</p></blockquote>\n<p>Developers who want to use this Action will need to <a href=\"https://github.com/features/actions/signup\" rel=\"noopener noreferrer\" target=\"_blank\">sign up for beta access to GitHub Actions</a> in order to create their own Actions-enabled repo for pushing plugin releases to WordPress.org. Check out 10up&#8217;s release <a href=\"https://10up.com/blog/2019/introducing-github-actions-for-wordpress-plugins/\" rel=\"noopener noreferrer\" target=\"_blank\">post</a> and the <a href=\"https://github.com/10up/actions-wordpress/blob/master/dotorg-plugin-deploy/README.md\" rel=\"noopener noreferrer\" target=\"_blank\">README file</a> for instructions on how to use and customize the WordPress.org Plugin Deploy action. </p>\n<p>Reception from the WordPress development community has been enthusiastic, as anything that removes WordPress.org&#8217;s requirement to use SVN qualifies as a little piece of magic. 10up is working on more WordPress Actions that they plan to release soon.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">This project makes me want to make a plugin again <img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/2764.png\" alt=\"❤\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/1f64c.png\" alt=\"🙌\" class=\"wp-smiley\" /> <a href=\"https://t.co/aTtTpu6562\">https://t.co/aTtTpu6562</a></p>\n<p>&mdash; Jeremy Felt (@jeremyfelt) <a href=\"https://twitter.com/jeremyfelt/status/1106273161383796736?ref_src=twsrc%5Etfw\">March 14, 2019</a></p></blockquote>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Mar 2019 15:52:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"WordPress.org blog: One-third of the web!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6789\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/03/one-third-of-the-web/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2168:\"<p>WordPress now powers over 1/3rd of the top 10 million sites on the web according to <a href=\"https://w3techs.com/technologies/history_overview/content_management/all\">W3Techs</a>. Our market share has been growing steadily over the last few years, going from 29.9% just one year ago to 33.4% now. We are, of course, quite proud of these numbers! <br /></p>\n\n\n\n<p>The path here has been very exciting. In 2005, we were celebrating <a href=\"https://wordpress.org/news/2005/03/fifty-thousand/\">50,000 downloads</a>. Six years later, in January 2011, WordPress was powering 13.1% of websites. And now, early in 2019, we are powering 33.4% of sites. Our latest release has already been <a href=\"https://wordpress.org/download/counter/\">downloaded close to 14 million times</a>, and it was only released on the 21st of February.<br /></p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/03/w3techs-content-management-systems-usage.png?w=632&ssl=1\" alt=\"Graph showing the growth of WordPress market share relative to other CMS\'s like Joomla, Drupal and others. Starting at just over 10% in January 2011 to 33.4% now.\" class=\"wp-image-6790\" />WordPress market share on the rise over the last 8 years. Image source: <a href=\"https://w3techs.com/technologies/history_overview/content_management/all/y\">W3Techs</a>.\n\n\n\n<p>Over the years WordPress has become the CMS of choice for more and more people and companies. As various businesses use WordPress, the variety of WordPress sites grows. Large enterprise businesses all the way down to small local businesses: all of them use WordPress to power their site. We love seeing that and we strive to continuously make WordPress better for all of you.</p>\n\n\n\n<p>We&#8217;d like to thank everyone who works on WordPress, which is built and maintained by a <a href=\"https://make.wordpress.org\">huge community of volunteers</a> that has grown alongside the CMS. This incredible community makes it possible for WordPress to keep growing while still also remaining <em>free</em>. And of course, we’d like to thank all of you <em>using</em> WordPress for using it and trusting in it. To all of you: let’s celebrate!</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, 15 Mar 2019 13:16:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:112:\"WPTavern: WordCamp Miami to Livestream Workshops, Sessions, and a Worldwide WordPress Trivia Contest March 15-17\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87992\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://wptavern.com/wordcamp-miami-to-livestream-workshops-sessions-and-a-worldwide-wordpress-trivia-contest-march-15-17\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2166:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/03/Screen-Shot-2019-03-14-at-9.23.29-PM.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://2019.miami.wordcamp.org/\" rel=\"noopener\" target=\"_blank\">WordCamp Miami</a> (WCMIA) is heading into its 11th year running this weekend, making it one of the longest running non-profit tech conferences in South Florida. Known for its many learning opportunities and workshops, the event spans three days from March 15 &#8211; 17 at <a href=\"https://2019.miami.wordcamp.org/location/\" rel=\"noopener\" target=\"_blank\">Florida International University</a>.</p>\n<p>For the vast majority of the WordPress world that cannot make it to Miami, the next best alternative is tuning into the <a href=\"https://2019.miami.wordcamp.org/live/\" rel=\"noopener\" target=\"_blank\">free livestream</a>. WCMIA will be broadcasting a selection of workshops and sessions from the schedule, beginning with the Freelancer’s Workshop on Friday, March 15. The main event features six different tracks, and Saturday&#8217;s live broadcast will include sessions from &#8220;WordPress &#038; The Web&#8221; and the &#8220;Design &#038; Community&#8221; tracks. Sunday&#8217;s livestream will broadcast sessions from the <a href=\"https://2019.miami.wordcamp.org/2019/02/12/introducing-the-wordcamp-miami-business-track-for-2019/\" rel=\"noopener\" target=\"_blank\">Business track</a>. </p>\n<p>WCMIA is also hosting a <a href=\"https://2019.miami.wordcamp.org/2019/03/14/wordcamp-miami-hosts-worldwide-wordpress-trivia-contest/\" rel=\"noopener\" target=\"_blank\">worldwide WordPress trivia contest</a> on Saturday, March 16, at 6PM EST. It is open to both in-person attendees and livestream viewers. Directions for how to sign into kahoot.it remotely for the game show are <a href=\"https://2019.miami.wordcamp.org/2019/03/14/wordcamp-miami-hosts-worldwide-wordpress-trivia-contest/\" rel=\"noopener\" target=\"_blank\">available on the event&#8217;s website</a>. Digital prizes may be awarded to those playing online and winners will be announced on the <a href=\"https://twitter.com/wordcampmiami\" rel=\"noopener\" target=\"_blank\">WCMIA Twitter account</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Mar 2019 02:28:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:78:\"WPTavern: Automattic Takes on Facebook with “A Meditation on the Open Web”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87971\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/automattic-takes-on-facebook-with-a-meditation-on-the-open-web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3913:\"<p>Last week Automattic published a video titled &#8220;<a href=\"https://www.youtube.com/watch?v=pB5gaJloeRU\" rel=\"noopener\" target=\"_blank\">A meditation on the open web</a>&#8221; that calls out Facebook as the antithesis of the open web:</p>\n<blockquote><p>As you get closer the air gets smoggier and you realize it&#8217;s a vast metropolis. It&#8217;s surrounded by high concrete walls, completely contained. Inside it&#8217;s bustling, lots of honking traffic, people everywhere, the sound is deafening. You see people arguing in bars and chatting on street corners. Billboards and advertisements are everywhere, touting ever kind of good and service. It&#8217;s noisy and dense and overwhelming. </p>\n<p>This is Facebook.</p></blockquote>\n<p>The video also likens Instagram to a cookie cutter housing development that is actually just a collection of billboards with no one living there.</p>\n<p>My expectation before playing the video was that it would enumerate the positive aspects of the open web but I was surprised to find it juxtaposed with Facebook and Instagram in a somewhat jarring fashion midway through. It effectively communicates the stark contrast between the limitations and restrictions of social media silos and the freedom of owning your own website.</p>\n<p></p>\n<p>Open Web Meditation was created as a design experiment at Automattic that encourages viewers to look beyond the walls of dominant social media platforms and consider how our experiences on the web differ based on where we choose to share our ideas. The company is looking to gain global exposure for the video by <a href=\"https://github.com/automattic/openwebmeditation\" rel=\"noopener\" target=\"_blank\">inviting people to create their own versions of it in their own languages</a>. </p>\n<p>Automattic&#8217;s video is a timely message, as the world pauses to reflect on the 30th birthday of the World Wide Web this week. In his <a href=\"https://webfoundation.org/2019/03/web-birthday-30/\" rel=\"noopener\" target=\"_blank\">open letter</a> published by the Web Foundation, Tim Berners-Lee urged companies, governments, and the web&#8217;s citizens not to give up on building a better web. He identified &#8220;system design that creates perverse incentives,&#8221; where user value is sacrificed, as one of the most dangerous threats to the web at this time.</p>\n<p>&#8220;You can’t just blame one government, one social network or the human spirit,&#8221; Berners-Lee said. &#8220;Simplistic narratives risk exhausting our energy as we chase the symptoms of these problems instead of focusing on their root causes. To get this right, we will need to come together as a global web community.&#8221;</p>\n<p>Many commercial entities have enjoyed extraordinary and unprecedented opportunities and influence because of the creation of the world wide web. Berners-Lee underscored their responsibility toward the public as stewards of the open web.</p>\n<p>&#8220;Companies must do more to ensure their pursuit of short-term profit is not at the expense of human rights, democracy, scientific fact or public safety,&#8221; he said. &#8220;Platforms and products must be designed with privacy, diversity and security in mind. This year, we’ve seen a number of tech employees stand up and demand better business practices. We need to encourage that spirit.&#8221;</p>\n<p>In an <a href=\"https://www.bbc.com/news/technology-47524474\" rel=\"noopener\" target=\"_blank\">interview with the BBC</a>, Berners-Lee said that global action is required tackle the web&#8217;s &#8220;downward plunge to a dysfunctional future.&#8221; This 30-year anniversary is a good time to re-examine our complex relationships with centralized services and return to the <a href=\"https://webfoundation.org/about/vision/history-of-the-web/\" rel=\"noopener\" target=\"_blank\">guiding principles</a> that have made the web a universal, open place of opportunity.</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, 14 Mar 2019 19:56:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:22:\"Matt: The Web Turns 30\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=49261\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2019/03/the-web-turns-30/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1358:\"<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">In 2003, <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a> was created to democratize publishing on the open web. <a href=\"https://twitter.com/hashtag/Web30?src=hash&ref_src=twsrc%5Etfw\">#Web30</a> <a href=\"https://twitter.com/hashtag/ForTheWeb?src=hash&ref_src=twsrc%5Etfw\">#ForTheWeb</a> <a href=\"https://t.co/1Xny14pqu4\">pic.twitter.com/1Xny14pqu4</a></p>&mdash; Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/1105574279091900416?ref_src=twsrc%5Etfw\">March 12, 2019</a></blockquote>\n</div>\n\n\n\n<p>&#8220;Vague, but exciting.&#8221; Thirty years ago yesterday, Sir Tim Berners-Lee submitted his original proposal for an information management system to his boss at CERN &#8212; what would later become the World Wide Web (and, it turns out, a huge influence on my life and career).</p>\n\n\n\n<p>To help celebrate, I tweeted WordPress&#8217;s contribution to the web&#8217;s grand timeline (above), and I got to participate in <a href=\"https://www.economist.com/podcasts/2019/03/13/meeting-the-pioneers-of-the-world-wide-web?fsrc=gp_en\">The Economist&#8217;s Babbage podcast</a> looking back at the pioneers of the early web. Listen to the whole episode below: </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, 14 Mar 2019 18:28: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: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: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:56:\"WPTavern: WordPress 5.1.1 Patches Critical Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87953\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-5-1-1-patches-critical-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2091:\"<p><a href=\"https://wordpress.org/news/2019/03/wordpress-5-1-1-security-and-maintenance-release/\" rel=\"noopener\" target=\"_blank\">WordPress 5.1.1</a> was released yesterday evening with an important security update for a critical cross-site scripting vulnerability found in 5.1 and prior versions. The release post credited Simon Scannell of RIPS Technologies for discovering and reporting the vulnerability. Scannell published a <a href=\"https://blog.ripstech.com/2019/wordpress-csrf-to-rce/\" rel=\"noopener\" target=\"_blank\">post</a> summarizing how an unauthenticated attacker could take over any WordPress site that has comments enabled:</p>\n<blockquote><p>An attacker can take over any WordPress site that has comments enabled by tricking an administrator of a target blog to visit a website set up by the attacker. As soon as the victim administrator visits the malicious website, a cross-site request forgery (CSRF) exploit is run against the target WordPress blog in the background, without the victim noticing. The CSRF exploit abuses multiple logic flaws and sanitization errors that when combined lead to Remote Code Execution and a full site takeover.</p></blockquote>\n<p>Since WordPress ships with comments enabled by default, an attacker could exploit this vulnerability on any site with the default settings. Auto-updates went out yesterday but administrators who have background updates disabled are advised to update immediately.</p>\n<p>The maintenance release also includes the ability for hosts to <a href=\"https://core.trac.wordpress.org/ticket/46074\" rel=\"noopener\" target=\"_blank\">offer a button to prompt their users to update PHP</a> ahead of WordPress&#8217; planned <a href=\"https://make.wordpress.org/core/2018/12/08/updating-the-minimum-php-version/\" rel=\"noopener\" target=\"_blank\">minimum PHP version bump in 5.2</a>. The &#8220;Update PHP&#8221; notice can be filtered to change the recommended version. </p>\n<p><a href=\"https://core.trac.wordpress.org/query?milestone=5.1.2\" rel=\"noopener\" target=\"_blank\">Version 5.1.2</a> is expected to follow in two weeks.</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, 14 Mar 2019 03:42:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:52:\"WPTavern: Dark Mode WordPress Plugin Up for Adoption\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=87912\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wptavern.com/dark-mode-wordpress-plugin-up-for-adoption\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3804:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/03/dark-mode.png?ssl=1\"><img /></a></p>\n<p>Daniel James is putting his <a href=\"https://wordpress.org/plugins/dark-mode/\" rel=\"noopener\" target=\"_blank\">Dark Mode</a> plugin up for adoption. </p>\n<p>&#8220;I&#8217;m stepping back from plugin development (and WordPress contributions) and would like to see someone passionate about it pick it up,&#8221; James said.</p>\n<p>Dark Mode has 2,000 active installations and is the most popular among a handful of dark or &#8220;night mode&#8221; plugins in the official directory. In August 2018, James submitted a <a href=\"https://make.wordpress.org/core/2018/08/30/merge-proposal-dark-mode/\" rel=\"noopener\" target=\"_blank\">merge proposal</a> for including Dark Mode in core, but it was shot down the same day it was published. Gary Pendergast said the proposal &#8220;seemed premature&#8221; and noted that the project was lacking several merge criteria outlined on <a href=\"https://make.wordpress.org/core/handbook/about/release-cycle/features-as-plugins/#feature-plugin-merge-criteria\" rel=\"noopener\" target=\"_blank\">the Handbook page for feature plugins</a>. He cited a lack of weekly chats, no kickoff and update posts, and no testing from the Flow team, among other concerns.</p>\n<p>&#8220;I decided recently that because of the direction WordPress is going in with the move towards React with Gutenberg that I should probably focus my efforts elsewhere,&#8221; James said. </p>\n<p>&#8220;That&#8217;s mostly to do with the merge proposal getting rejected fairly quickly without any helpful next steps on how to improve it. Plus, with how rapidly Gutenberg is being developed, I&#8217;d have to pretty much work in tandem with the Gutenberg team to ensure the Dark Mode plugin styled the UI correctly. That&#8217;s spare time I just don&#8217;t have.</p>\n<p>&#8220;I feel like WordPress leadership is another reason. It&#8217;s really difficult (I think/feel) to get something like Dark Mode pushed through. It&#8217;s very much near the bottom of the priority list, which I get, but sucks a bit when you&#8217;re volunteering in spare time of course.&#8221; James said the plugin currently requires a few hours per week in support and maintenance.</p>\n<p>The popularity of dark modes for applications has taken off after macOS Mojave introduced a dark mode, and has also been spurred on by the news that Apple&#8217;s 2020 iPhone lineup will be produced with OLED screens. Many popular applications, such as YouTube, Facebook Messenger, Twitter, and Google Maps already have a dark mode that either works automatically based on light conditions or can be manually enabled. Chrome also recently <a href=\"https://support.google.com/chrome/answer/9275525\" rel=\"noopener\" target=\"_blank\">added a dark browsing mode for Mac users</a>. Fans of dark mode claim it is <a href=\"https://www.popsci.com/night-dark-mode-design\" rel=\"noopener\" target=\"_blank\">easier on the eyes and conserves battery</a>. </p>\n<p>Users who tend to gravitate towards dark mode are still a small subset, but the feature is gaining momentum. A dark mode may one day come to WordPress core but it doesn&#8217;t seem likely in the near future. Daniel James&#8217; Dark Mode plugin isn&#8217;t ready for core, since it doesn&#8217;t support the new editor, but he said he hopes the new owner will find the time to take it where it needs to go. </p>\n<p>&#8220;I&#8217;m happy to transfer the plugin to someone else to continue it, as long as they&#8217;re well known/respected,&#8221; James said. &#8220;I won&#8217;t just be giving it away for security reasons. It would be great for it to be included in core one day, but at the very least it would be nice for someone who really likes it to just continue it.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Mar 2019 22:51:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:49:\"HeroPress: Work Life “Balance” With WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2711\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"https://heropress.com/essays/work-life-balance-with-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=work-life-balance-with-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6691:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/03/031619-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I can’t imagine how I could have ever achieved my goal of integrating family and an impactful career without WordPress.\" /><p>I always knew I wanted to have a career, and I also knew I wanted a family. As my family grew, I realized that a typical job where you have to show up at an office every day didn’t work with the dynamic and unpredictable nature of kids. I didn’t understand why being at a physical office was a requirement: wasn’t the most important thing getting the work done? I could work just as well from home, and the flexibility would mean I could do my work at hours that worked for me. Who cares if I finished a project at 11 pm, if I did it well and on time?</p>\n<h3>Creating Change</h3>\n<p>So after my fourth kid was born, I decided to create that flexibility for myself, and went freelance, but with a vision to grow into a company. That’s why from the beginning I created a brand for my services, and called the “company” illuminea. At first I offered content related services, like marketing writing, and Hebrew to English translation. Increasingly the work I was doing was related to company websites, and the power websites had in terms of communicating messages and content marketing really caught my attention. I also had always been fascinated by technology.</p>\n<blockquote><p>So I started to teach myself how to build websites, using Google as my teacher.</p></blockquote>\n<p>At first I built basic HTML websites, but as I also learned about web marketing I realized that a site that can’t be easily updated is not doing any favors for its owners. Website content needs to be quickly and easily updatable. So I started researching CMS options. Many companies in those days were using expensive and clunky proprietary CMSs, and I was not impressed. I tested the three leading Open Source CMSs, and fell in love with WordPress. I was impressed by the templating system, the plugin ecosystem, and the community.</p>\n<h3>Moving to WordPress</h3>\n<p>At that time companies did not take WordPress seriously as a CMS. Blogging was catching on, so companies would install a WordPress blog as a subdomain, but they weren’t using it for general site management. I thought it could be more, and managed to convince a few clients to let me build their sites on WP.</p>\n<blockquote><p>And then version 3.0 was released, and WP became a full-fledged CMS.</p></blockquote>\n<p>Companies started to become sick of the limitations and costs of their proprietary CMSs, and since I was one of the first in the Israeli market to offer WP as a service, I started to get more and more clients for full website projects.</p>\n<p>Right before I had my fifth kid, I made my first hire: Rebecca Markowitz. I taught her whatever I knew, and she quickly surpassed me with her skills in many areas. We have been working (and laughing) together ever since!</p>\n<p>One thing led to another and illuminea became one of the leading providers of custom WordPress business solutions in Israel. We were privileged to work with inspiring innovators and generally nice people.</p>\n<h3>Building Something New</h3>\n<p>I had had many ideas for products throughout the years, but managing a business and having babies meant I could not realistically build a product on the side. However, after about twelve years of illuminea, and when my youngest was no longer a baby, I had an idea for a WordPress-related product: our clients, and ourselves, were suffering from issues related to speed and security. No matter what we did, we could never speed up client websites as much as they or we would have liked; and no matter what we did on the security side, sites still had vulnerabilities too often. So I thought: why not convert WordPress websites to serverless and static versions of themselves so they’ll be fast and secure?</p>\n<blockquote><p>I decided to go for it. I got accepted to a Jerusalem startup accelerator called Siftech, and they gave me the tools and access to resources and mentors that I needed to take the next steps.</p></blockquote>\n<p>I called that venture Strattic, and today we are a venture-backed team of seven with a great product that our clients love.</p>\n<p>I can’t imagine how I could have ever achieved my goal of integrating family and an impactful career without WordPress. To this day I love that I am always challenged and learning more, and always meeting more people in our amazing community, while also having the flexibility I need to be a mom. Of course it’s not perfect, but it’s pretty good, thank God.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\">\n<div class=\"rtsocial-twitter-horizontal\">\n<div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Work Life &#8220;Balance&#8221; With WordPress\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Work%20Life%20%22Balance%22%20With%20WordPress&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwork-life-balance-with-wordpress%2F\" rel=\"nofollow\" target=\"_blank\"></a></div>\n</div>\n<div class=\"rtsocial-fb-horizontal fb-light\">\n<div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Work Life &#8220;Balance&#8221; With WordPress\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwork-life-balance-with-wordpress%2F\" rel=\"nofollow\" target=\"_blank\"></a></div>\n</div>\n<div class=\"rtsocial-linkedin-horizontal\">\n<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%2Fwork-life-balance-with-wordpress%2F&title=Work+Life+%26%238220%3BBalance%26%238221%3B+With+WordPress\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Work Life &#8220;Balance&#8221; With WordPress\"></a></div>\n</div>\n<div class=\"rtsocial-pinterest-horizontal\">\n<div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Work Life &#8220;Balance&#8221; With WordPress\"></a></div>\n</div>\n<p><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/work-life-balance-with-wordpress/\" title=\"Work Life &#8220;Balance&#8221; With WordPress\"></a></div>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/work-life-balance-with-wordpress/\">Work Life &#8220;Balance&#8221; With WordPress</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, 13 Mar 2019 20:00:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Miriam Schwab\";s: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:102:\"WPTavern: Google Announces Season of Docs Program to Match Technical Writers with Open Source Projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=87914\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/google-announces-season-of-docs-program-to-match-technical-writers-with-open-source-projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2280:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/03/Screen-Shot-2019-03-12-at-6.13.26-PM.png?ssl=1\"><img /></a></p>\n<p>Google is launching a new program called <a href=\"https://developers.google.com/season-of-docs/\" rel=\"noopener\" target=\"_blank\">Season of Docs</a> with the goal of fostering collaboration between technical writers and open source projects. The initiative is very similar to <a href=\"https://summerofcode.withgoogle.com/\" rel=\"noopener\" target=\"_blank\">Google Summer of Code</a>, except it is focused on documentation and technical writing contributions instead. </p>\n<p>Prospective participants can apply during the month of April 2019. Google plans to publish a list of accepted organizations with their ideas for documentation projects. Technical writers can choose a project and submit a proposal to Season of Docs. The accepted proposals will be published July 30, 2019, and participants will then spend a month bonding with their open source communities and collaborating with mentors. The Season of Docs program officially runs from September 2 &#8211; November 29, and participants will receive a stipend of $2400 &#8211; $6,000 USD, calculated based on <a href=\"http://siteresources.worldbank.org/ICPINT/Resources/270056-1255977254560/6483625-1338834270350/FVogel_WhatisPurchasingPowerParity.pdf\" rel=\"noopener\" target=\"_blank\">Purchasing Power Parity</a>.</p>\n<p>In 2017, <a href=\"https://opensourcesurvey.org/2017/\" rel=\"noopener\" target=\"_blank\">Google&#8217;s Open Source Survey</a> results showed that incomplete or missing documentation was one of the most common problems encountered in open source, observed by 93% of respondents. The Season of Docs program aims to give technical writers an opportunity to contribute to open source projects in a more structured way while learning about open source code. Participating organizations gain the chance to improve their processes for documenting their projects while working with a technical writer. Check out the <a href=\"https://developers.google.com/season-of-docs/docs/faq\" rel=\"noopener\" target=\"_blank\">FAQ section</a> of the <a href=\"https://developers.google.com/season-of-docs/\" rel=\"noopener\" target=\"_blank\">Season of Docs</a> website for more detailed 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:\"Wed, 13 Mar 2019 01:17:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:56:\"WPTavern: WordCamp Nordic Hosts Successful Kids Workshop\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=87893\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordcamp-nordic-hosts-successful-kids-workshop\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2631:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/03/wordcamp-nordic-kids-camp.jpg?ssl=1\"><img /></a></p>\n<p>WordCamp Nordic <a href=\"https://wptavern.com/wordcamp-nordic-to-host-workshop-for-kids-on-march-7\" rel=\"noopener\" target=\"_blank\">hosted a successful kids workshop</a> over the weekend where participants learned how to start publishing with WordPress. The event was held during Contributor Day at the same venue, tucked into a comfortable corner with soft chairs and ample floor space for the kids to stretch out. </p>\n<p><a href=\"https://profiles.wordpress.org/petya/\" rel=\"noopener\" target=\"_blank\">Petya Raykovska</a> led the workshop and participants followed along with the help of a large screen for demonstrating basic publishing-related tasks. The kids learned how to use the editor, add text and images, create galleries, and customize their sites by selecting a theme. Each participant left the workshop with their own WordPress site hosted at WordPress.com.</p>\n<p>&#8220;It&#8217;s like an exercise in creativity, showing them how to use a tool to express themselves on the web,&#8221; Raykovska said.</p>\n<p></p>\n<p>Teaching kids how to use WordPress is far easier than teaching adults how to use it for the first time, because they don&#8217;t have preconceived notions about how the editor should behave. Raykovska said the group at WordCamp Nordic had no issues using Gutenberg.</p>\n<p>&#8220;It doesn&#8217;t matter for them what editor they use,&#8221; Raykovska said. &#8220;They are very intuitive; they go along with anything that comes their way.&#8221;</p>\n<p>She also reported that many of the kids from past kids workshop events have kept their blogs going and maintain strong relationships with the volunteers who helped them get started. </p>\n<p>Each kids workshop is a new opportunity for organizers to test and refine different methods for teaching kids how to use WordPress. As these workshops become more common at WordCamps around the globe, it would be exciting to see them grow to become large scale events where more experienced kids can present on what they are learning and doing with WordPress. </p>\n<p>If you are interested in running a kids workshop at another WordCamp, Raykovska has created an <a href=\"https://paper.dropbox.com/doc/WordPress-Workshop-for-Kids-organiser-kit-kxmOjjycWysa3jFYoaBTv\" rel=\"noopener\" target=\"_blank\">organizer kit</a> for training the next generation of WordPress users and developers. It includes all the tasks and requirements for organizing this type of event, sample content, and a workshop script that organizers can follow.</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, 12 Mar 2019 19:09: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: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:68:\"WordPress.org blog: WordPress 5.1.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6736\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2019/03/wordpress-5-1-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4070:\"<p>WordPress 5.1.1 is now available! This security and maintenance release introduces 14 fixes and enhancements, including changes designed to help hosts prepare users for the&nbsp;<a href=\"https://make.wordpress.org/core/2018/12/08/updating-the-minimum-php-version/\">minimum PHP version bump coming in 5.2</a>.</p>\n\n\n\n<p>This release also includes a pair of security fixes that handle how comments are filtered and then stored in the database. With a maliciously crafted comment, a WordPress post was vulnerable to cross-site scripting.</p>\n\n\n\n<p>WordPress versions 5.1 and earlier are affected by these bugs, which are fixed in version 5.1.1. Updated versions of WordPress 5.0 and earlier are also available for any users who have not yet updated to 5.1.</p>\n\n\n\n<p>Props to&nbsp;Simon Scannell of RIPS Technologies who discovered this flaw independent of some work that was being done by members of the core security team. Thank you to all of the reporters for&nbsp;<a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>, which gave us time to fix them before WordPress sites could be attacked.</p>\n\n\n\n<p>Other highlights of this release include:</p>\n\n\n\n<ul><li>Hosts can now offer a button for their users to update PHP.</li><li>The recommended PHP version used by the &#8220;Update PHP&#8221; notice can now be filtered.</li><li>Several minor bug fixes.</li></ul>\n\n\n\n<p>You can browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=5.1.1&order=priority\">full list of changes on Trac</a>.</p>\n\n\n\n<p>WordPress 5.1.1 was a short-cycle maintenance release. <a href=\"https://core.trac.wordpress.org/query?milestone=5.1.2\">Version 5.1.2</a> is expected to follow a similar two week release cadence.</p>\n\n\n\n<p>You can&nbsp;download <a href=\"https://wordpress.org/download/\">WordPress 5.1.1</a>&nbsp;or visit <strong>Dashboard → Updates</strong> and click&nbsp;<strong>Update Now</strong>. Sites that support automatic background updates have already started to update automatically.</p>\n\n\n\n<p>In addition to the security researcher mentioned above, thank you to everyone who contributed to WordPress 5.1.1:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/vanyukov/\">Anton Vanyukov</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">Ben Bidner</a>, <a href=\"https://profiles.wordpress.org/bulletdigital/\">bulletdigital</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</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/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/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/j-falk/\">Johan Falk</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/lukecarbis/\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</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/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Mar 2019 03:34: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:11:\"Luke Carbis\";s: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:90:\"WPTavern: WordPress Explores Proposal for New Block Directory to Host Single Block 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=87864\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-explores-proposal-for-new-block-directory-to-host-single-block-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:5749:\"<p>WordPress core contributor Alex Shiels has published a <a href=\"https://make.wordpress.org/meta/2019/03/08/the-block-directory-and-a-new-type-of-plugin\" rel=\"noopener\" target=\"_blank\">proposal for a WordPress.org block directory</a> that would host JavaScript-based, single block plugins. The directory would make blocks searchable and installable from within the Gutenberg editor. Building a directory for discovering blocks and seamlessly installing them is one of the <a href=\"https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/\" rel=\"noopener\" target=\"_blank\">nine projects</a> that Matt Mullenweg identified as a priority for 2019.</p>\n<p>Block collections have become one of the most popular ways for distributing a group of related blocks but this method can cause bloat. Users currently cannot search for individual blocks by name and plugin names and descriptions are not always a good indication of what the blocks do.</p>\n<p>Shiels proposed the new directory be limited to single block plugins, frontend JavaScript blocks with no UI outside of the editor. It would be a separate section inside the Plugins Directory, optimized for users to find blocks by name and description. Developers would be required to use a block.json file with metadata as outlined in the <a href=\"https://github.com/WordPress/gutenberg/blob/288853cc57436b0eda17a82f6a58b77e21d5c7ba/docs/rfc/block-registration.md\" rel=\"noopener\" target=\"_blank\">Block Registration RFC</a>, which provides a technical specification for block type registration.</p>\n<p>The most controversial part of the proposal is having blocks installable from within the Gutenberg editor. The long term goal is to make that process as seamless as possible. Block collections and blocks that do not meet the requirements of the single block directory would still be available via the normal plugin installation process. This could be confusing for users who do not know that blocks can be found in two separate directories.</p>\n<p>&#8220;The Gutenberg editor should NOT be a plugin installation source,&#8221; Matt Cromwell commented on the proposal. &#8220;That just seems ripe for scope-creep. That’s not its purpose or function. Let it be an editor, layout builder, content manager, etc. Moving into searching an external library and installing plugins is the definition of losing site of the purpose of a &#8216;product.\'&#8221;</p>\n<p>Cromwell suggested a centralized block manager as an alternative that would offer a better experience for searching and installing blocks. He also echoed other participants&#8217; opinions on the importance of including dynamic blocks in the directory, instead of limiting it to &#8220;JavaScript only&#8221; blocks.</p>\n<p>&#8220;A centralized Block Manager like has already been suggested is a far better user-experience for searching and installing blocks than doing that in the Gutenberg editor. I like the idea of single-block plugins being the only option in the Directory. But make sure Dynamic Blocks that depend on other existing plugins or outside functionality are able to be added to that very important Directory as well. I really don’t see a benefit to limiting this Directory so much.&#8221;</p>\n<p>WordPress developer Jamie Schmid also expressed hesitation about pursuing a solution that puts block installation inside the editor, as it may discourage users from thinking about their block usage across the entire site.</p>\n<p>&#8220;I am not convinced that making blocks searchable and installable from within the editor is the best solution,&#8221; Schmid said. &#8220;This, along with page level block controls and style overrides, is encouraging a very short-sighted, page-level solution to an issue that is very likely a global site (or content or even business) issue. I’d love to instead see a central view for all installed blocks – similar to how plugins are, but more organized by type/function/etc and with a visual alongside. This will encourage making decisions at the site level, encouraging some bigger-picture reflection. And same to being able to apply access controls to the installation of new blocks.&#8221;</p>\n<p>The proposal would place the single block plugin search interface inside the block inserter in the Gutenberg editor. This would enable users to quickly search for and install a block if they don&#8217;t see one they need among the existing blocks.</p>\n<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/03/inserter-with-search-results-from-block-dir.jpg?ssl=1\"><img /></a>A mockup of what inline block installation might look like\n<p>Riad Benguella, Gutenberg&#8217;s technical lead for phase 2, encouraged participants in the discussion to think about blocks as pieces of content that do not rely on the post editor but can be configured anywhere inside WordPress.</p>\n<p>&#8220;It is important to think of blocks as its own unit that have a meaning on its own, and that can be used in different contexts,&#8221; Benguella said. &#8220;A block is a piece of content (static or dynamic) that can be configured and rendered anywhere.&#8221; This includes blocks found both inside and outside post_content, content in a full site editor, inside the WordPress admin, a headless application, or even another CMS.</p>\n<p>&#8220;We should be ambitious and think about all these contexts (the final picture), but at the same time we should be pragmatic and iterate to achieve this goal,&#8221; Benguella said.</p>\n<p>The discussion regarding the new block directory and block plugin architecture continues across WordPress contributor teams. Shiels said the proposal was meant as a starting place and contributors are still in the preliminary stage of exploring ideas. </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, 12 Mar 2019 01:32:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:107:\"BuddyPress: Join the Worldwide BuddyPress table during the first Contributor Day of the 11th WordCamp Paris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=303465\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://buddypress.org/2019/03/wordcamp-paris-contributor-day/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3364:\"<p>To start a new decade of WordCamps in Paris (France), the Parisian organizing team has scheduled their first Contributor Day on <strong>April 24th, 2019</strong>.</p>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://2019.paris.wordcamp.org/contributor-day/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://buddypress.org/wp-content/uploads/1/2019/03/i-contribute.png\" alt=\"The « I contribute » badge\" class=\"wp-image-303467\" /></a>The « I contribute » badge</div>\n\n\n\n<span id=\"more-303465\"></span>\n\n\n\n<p>As a member of this team, I‘m very excited and as one of the BuddyPress core developers <strong>I’m very proud to announce I will run a BuddyPress contributor table</strong> !</p>\n\n\n\n<p>The WordCamp Paris Contributor Day will start at <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20190424T0800\">8:00am UTC</a> and will end at <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20190424T1600\">4:00pm UTC</a>.</p>\n\n\n\n<p><strong>If you’re in Paris on April 24th</strong> : you can <a rel=\"noreferrer noopener\" href=\"https://2019.paris.wordcamp.org/billetterie/?tix_reservation_id=public&tix_reservation_token=Di6KA7Xyi8Zp8Iv9#solo-jdc\" target=\"_blank\">get your free ticket</a> to have a sit at our table. We’ll work on resolving issues, testing patches, improving the documentation and the french translation and why not on enhancements we can imagine using the <em>BuddyPress REST API</em> (It’s arriving in BuddyPress 5.0.0 !).</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote is-style-default\"><p>BuddyPress is created by a worldwide network of friendly folks</p><cite><a href=\"https://buddypress.trac.wordpress.org/changeset/6558\" target=\"_blank\" rel=\"noreferrer noopener\">John James Jacoby</a></cite></blockquote>\n\n\n\n<p>Then I thought what about trying to extend our BuddyPress table to a <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://wordpress.slack.com/archives/C02RQBYUG/p1552040854025500\">Worldwide BuddyPress Contributor Time</a> ? <a href=\"https://buddypress.org/members/boonebgorges/\">@boonebgorges</a> &amp; <a href=\"https://buddypress.org/members/johnjamesjacoby/\">@johnjamesjacoby</a> will try to be around in our <a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/messages/BuddyPress/\" target=\"_blank\">Slack channel</a> to help us, to review the code and commit our changes.</p>\n\n\n\n<p><strong>If you’re not in Paris on April 24th</strong> : you can participate from where you are, you simply need to hang around into our <a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/messages/BuddyPress/\" target=\"_blank\">#BuddyPress</a> Slack channel. If you’re not familiar with Slack, please read this <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://make.wordpress.org/chat/\">short documentation</a> about it.</p>\n\n\n\n<p>Let’s <a href=\"https://codex.buddypress.org/participate-and-contribute/\">contribute</a> to BuddyPress together <img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/2665.png\" alt=\"♥\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>Il existe une <a href=\"https://fr.buddypress.org/2019/03/12/journee-contribution-du-wordcamp-paris/\">version française de cet article</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, 12 Mar 2019 01:10: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: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:34:\"Matt: A Meditation on the Open Web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=49220\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://ma.tt/2019/03/a-meditation-on-the-open-web/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"<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:\"Fri, 08 Mar 2019 23:28: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: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:40:\"HeroPress: How WordPress Changed My Life\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2703\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"https://heropress.com/essays/how-wordpress-changed-my-life/#utm_source=rss&utm_medium=rss&utm_campaign=how-wordpress-changed-my-life\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:35863:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/03/030619-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Without the WordPress community, I would not have learned to be ok with failure that’s free of judgment.\" /><p><a href=\"https://heropress.com/feed/#arabic\">هذا المقال متاح باللغة العربية</a></p>\n<p>I’m about to get real! Vulnerable! Transparent! &amp; guess what…I don’t give a fuck! So buckle up boys…you’re about to go for a ride!</p>\n<h3>Escape</h3>\n<p>June 2014 when I decided to leave my life I’ve lived with my husband for thirteen years, left everything behind. My community I always knew, my friends, my way of life, I just dropped everything!</p>\n<p>The only thing I took with me was my idea box and my two kids to started our new life in Chandler Arizona. When I moved, I lived with my mom till I figured it out. At the time I was in school for my Computer Science degree at Austin Peay State University. I figured I have only one year, so why not finish, get a good paying job and my mom was ok with us living in her house. It was difficult and the most challenging experiences as my mom had her own health challenge and having her newly divorced 29 year old daughter with two kids in her house was not easy for her. I was so broken. I was broken spiritually. I was broken mentally and this affected my overall physical health. And still had to find the strength to be strong in front of my kids. I did not have a job. I had never worked a day in my life as my husband did not allow it.</p>\n<blockquote><p>So here I was, 29 years old, two kids, divorced, no degree, no work experience…yet I had to find a way to not only support myself but my kids as well.</p></blockquote>\n<p>While living with my mom, the atmosphere got a little tense. As I mentioned above, my mom went through a lot, she had her own struggles, her own journey, and I happened to be a part of her narrative. With the loss of the man she loved so dearly, and her health declining, she as well had her own capacity of what she can handle, and having me in the house with the kids was getting burdensome. I tried to do my part with buying food in bulk as there was nine of us in a five bedroom house. But sometimes, my idea of “doing my part” does not match the other, and issues may arise.</p>\n<p>One day my mom approached me with the Cox internet bill and asked me to pay for it. Honestly, I probably could have afford the bill under $100.00 dollars, but the inconsistent deposit of child support from my ex at that time, I was not able to commit to paying for anything. That is why I would buy food from Costco in bulk, etc. But, that was the turning point for my mom to pull the plug and say,</p>\n<p>“I don’t want you in my house anymore.”</p>\n<p>So the plan to finish school within a year went out the door!</p>\n<p>I came home one day I and found my stuff in a baskets in front of the garage. I reversed the car from my moms driveway and went in search of an apartment I could afford. At the time, my ex was depositing a total of $1,000 dollars in the joint account for our kids. I had to find an apartment that was under $1,000 dollars plus cover the cost of gas and food. To my surprise I found an apartment called CrossWinds Apartments for $550 a month on Arizona Ave and Pecos rd.</p>\n<h3>Restarting</h3>\n<p>On Aug. 2014 I moved in my first apartment with my two kids.</p>\n<p>So here I was 29 years old, no job yet, the idea of finishing school went out the door, and I have to find a way to make it.</p>\n<p>Breath…just breath…(sometimes breathing doesn’t work. I mean…I feel like I was gasping for air in order to breath!)</p>\n<blockquote><p>My kids where very sad. I was confused. I had no idea what to do and where to go and I needed a job.</p></blockquote>\n<p>After reaching out my friend,  <a href=\"https://www.facebook.com/DeedraNotion/\"><i>Deedra Hill Abboud</i></a> who helped me with revamping my resume based on past experiences, I started applying to every job I could find. And just a side note, <a href=\"https://www.facebook.com/DeedraNotion/\"><i>Deedra Hill Abboud</i></a> not only helped with my resume which I was clueless on how to put together, but also helped me with my mindset, reminded me to be grateful even though I felt so defeated, and I was at my lowest point in my life. But, I had no luck with my job hunt and I was ready to settle for anything! I was hired as a nanny on Aug 29, 2014. I moved that month into a new apartment, never lived on my own before, never payed for bills (like what the fuck are those yo), and was able to find a job by the end of the month that payed me $300.00 a week. I was so happy. Like you have noooo idea! I was so happy.</p>\n<p>My family visited sporadically. But, on October 2014, my sister Eman, who’s known for <a href=\"https://www.instagram.com/emanbfendi/?hl=en\"><i>Eman B. Fendi</i></a>, came over to visit. I had no couch, no bed, no furniture for a while. We had a long conversation about life, and everything in between. During the conversation, I pulled out my idea box and shared with her a card game I had created when I used to tutor Muslim kids back in Clarksville TN. She informed me about <a href=\"https://www.score.org/?gclid=EAIaIQobChMIjOW5lofO4AIV0iCtBh2LHAhAEAAYASAAEgLaFPD_BwE\"><i>Score</i></a><i>,</i> a non-profit organization that provides free business mentorship all over the USA. She said, “reach out to them. They will help you with your idea.”</p>\n<h3>First Steps</h3>\n<p>I’m like…OMG! I was soooo excited! I went to <a href=\"https://peixotocoffee.com/\"><i>Peixoto</i></a> coffee in Chandler AZ…for internet…I could not afford internet at the time. I checked out <a href=\"https://www.score.org/?gclid=EAIaIQobChMIjOW5lofO4AIV0iCtBh2LHAhAEAAYASAAEgLaFPD_BwE\"><i>Score</i></a> website and they had an event I attended on November 2014. I was so nervous and so scared. As I did not know what to really do with my idea. All I know is I had an idea, I was passionate about it, and had the drive to do something about it! The event host asked everyone in the room to stand up and introduce themselves. Everyone had their fancy title and so much amazing experience to represent themselves, and here I am trying to make something out of myself I have never done before. In all my insecurities, self doubt, and internal contradictions, my intro goes as follows…</p>\n<p>“Hi! My name is Amena Mabrouk and I have a card game idea that helps kids learn the name and position of Salah(prayer). I am here because I have no idea what to do with my idea.”</p>\n<p>After the session was over a man walked towards me by the name of <a href=\"https://www.linkedin.com/in/douglaswhitneyarizona/\"><i>Doug Whitney</i></a>. He was a certified <a href=\"https://www.score.org/?gclid=EAIaIQobChMIjOW5lofO4AIV0iCtBh2LHAhAEAAYASAAEgLaFPD_BwE\"><i>Score</i></a> mentor helping clients who want to start or grow their businesses. He approached me and said,</p>\n<p>“Hi! My name is <a href=\"https://www.linkedin.com/in/douglaswhitneyarizona/\"><i>Doug Whitney</i></a>. I think I can help you with your idea. Here’s my business card.”</p>\n<p>WOW! I was thrilled! I booked an appointment with him that day and I continued to meet with my business mentor weekly for two years. The journey was lonely. As I was so focused on work, my kids, and my idea, I started to miss being apart of a community.</p>\n<blockquote><p>During the two years I was meeting with my business mentor, <a href=\"https://www.linkedin.com/in/douglaswhitneyarizona/\"><i>Whitney</i></a> said to me, “You need to start building a website. I recommend you start building your website on WordPress.”</p></blockquote>\n<p>“I’m like, WordPress. Ok! I will start tonight. Like what is it? I press words? “</p>\n<p>Ha…ha…Just kidding! I figured you lasted this long reading my blog, we’re practically related at this point….might as well add a little humor…lol</p>\n<p>So please continue on…</p>\n<h3>WordPress</h3>\n<p>So I went to <a href=\"https://peixotocoffee.com/\"><i>Peixoto</i></a> coffee, opened my computer, went to <a href=\"https://wordpress.org/\"><i>wordpress.org</i></a>, created an account and started to build my website. This was my first time building a website. I googled everything and lots of youtube videos. And man, I got stuck. I was frustrated. I was so disappointed especially when you see all the pretty websites out-there, I was a little discouraged to continue. In the process of trying to figure out this <i>WordPress</i> thing, I also learned about co-working spaces which I became obsessed with!</p>\n<p>Did you know there all over the valley! OMG!</p>\n<p>I found out about one near my home called <a href=\"https://gangplankhq.com/chandler/\"><i>GangPlank </i></a>in Chandler Arizona. I started working out of GangPlank and fell in love with the community there. This was the first time in two years to finally feel a sense of community after my divorce. I worked there consistently and an amazing woman by the name of <a href=\"https://www.facebook.com/annewatson.barber.9?__tn__=C-R&eid=ARDgx1bJAP6i7lOBAplL8Wzf3ktNKZrCGQiOP563d9GQzUAhUw-BDwvKH2tmQu7ZYvZO8mllj_-GSsTw&hc_ref=ARTqRfmleXnPPIEZjIvgFRjGV_b6g1HAolr8x1djPRbY-o2CxGcichNRB19TTOGEzIU&fref=nf&__xts__%5B0%5D=68.ARD66y89DBaB1hqI3FpzMqP-zIFIUw-dS1ZwT3OL2qB6-YVgZqEmiGfsyIgh0KA2-AhWIm3qo81qbiXJxOpQLciMX200P0_Q5geFvyHml7MFg8jxJkz8uOalO0lVRNS7-Ll4PwdBI7bKG5AeySV57vPv9letQrbH_bQPgBl0XRt06iFz97T1QQUo8lwhIv06cSbdoAq9LyA8CxLNrYTDZmZIVD9S8vodbLHNcti65yUK76SmDaf-q6SDsR7gW9HD-MoJwe-dV5GJCr5FQ6exvu5hsy9r7Scd\"><i>Anne Watson Barber. </i></a>During our conversation, I informed her about my dilemma with my WordPress website. She automatically, without hesitation, offered to help me without any question. I was so so excited! Thrilled! You have no idea!</p>\n<p>I consistently met up with <a href=\"https://www.facebook.com/annewatson.barber.9?__tn__=C-R&eid=ARDgx1bJAP6i7lOBAplL8Wzf3ktNKZrCGQiOP563d9GQzUAhUw-BDwvKH2tmQu7ZYvZO8mllj_-GSsTw&hc_ref=ARTqRfmleXnPPIEZjIvgFRjGV_b6g1HAolr8x1djPRbY-o2CxGcichNRB19TTOGEzIU&fref=nf&__xts__%5B0%5D=68.ARD66y89DBaB1hqI3FpzMqP-zIFIUw-dS1ZwT3OL2qB6-YVgZqEmiGfsyIgh0KA2-AhWIm3qo81qbiXJxOpQLciMX200P0_Q5geFvyHml7MFg8jxJkz8uOalO0lVRNS7-Ll4PwdBI7bKG5AeySV57vPv9letQrbH_bQPgBl0XRt06iFz97T1QQUo8lwhIv06cSbdoAq9LyA8CxLNrYTDZmZIVD9S8vodbLHNcti65yUK76SmDaf-q6SDsR7gW9HD-MoJwe-dV5GJCr5FQ6exvu5hsy9r7Scd\"><i>Anne Watson Barber</i></a> at <a href=\"https://gangplankhq.com/chandler/\"><i>GangPlank</i></a> for a while. In all honesty, without this WordPress thing, I would have never looked for a place where people work out of, which led me to meeting <a href=\"https://www.facebook.com/annewatson.barber.9?__tn__=C-R&eid=ARDgx1bJAP6i7lOBAplL8Wzf3ktNKZrCGQiOP563d9GQzUAhUw-BDwvKH2tmQu7ZYvZO8mllj_-GSsTw&hc_ref=ARTqRfmleXnPPIEZjIvgFRjGV_b6g1HAolr8x1djPRbY-o2CxGcichNRB19TTOGEzIU&fref=nf&__xts__%5B0%5D=68.ARD66y89DBaB1hqI3FpzMqP-zIFIUw-dS1ZwT3OL2qB6-YVgZqEmiGfsyIgh0KA2-AhWIm3qo81qbiXJxOpQLciMX200P0_Q5geFvyHml7MFg8jxJkz8uOalO0lVRNS7-Ll4PwdBI7bKG5AeySV57vPv9letQrbH_bQPgBl0XRt06iFz97T1QQUo8lwhIv06cSbdoAq9LyA8CxLNrYTDZmZIVD9S8vodbLHNcti65yUK76SmDaf-q6SDsR7gW9HD-MoJwe-dV5GJCr5FQ6exvu5hsy9r7Scd\"><i>Anne Watson Barber</i></a> and many other amazing people. But that was the beginning. As not only did I get a sense of community I was missing in my life at <a href=\"https://gangplankhq.com/chandler/\"><i>GangPlank</i></a>, I was making legit friends who selflessly are willing to help out no matter what! WOW!</p>\n<p>Can we just stop for a moment and talk about it!</p>\n<p>Throughout our meetings my friend Anne informed me about <a href=\"https://www.meetup.com/Arizona-WordPress-Group/\"><i>Meetup</i></a> groups for WordPress.</p>\n<p>I started to google <a href=\"https://www.meetup.com/Arizona-WordPress-Group/\"><i>Meetup</i></a> groups around the valley for WordPress. I went to all of them! Some WordPress <a href=\"https://www.meetup.com/Arizona-WordPress-Group/\"><i>Meetup</i></a> where one hour and thirty minutes way! I loved every bit of it! Disclaimer, most of it was over my head, but I still went, made new friends, and continued building my WordPress website.</p>\n<p>How WordPress Changed My Life, well the story speaks for itself. Choosing to build my site on WordPress was the catalyst from the beginning that opened many doors I was not aware of. I continued to build my site for a few years, and then moved on to a different venture.</p>\n<blockquote><p>But, without WordPress which lead to the WordPress community, I would not have learned how to build an online presence, to fearlessly ask questions when I’m stuck, to be around people who are willing selflessly help out, even-though I needed the information repeated over and over again for me to understand it.</p></blockquote>\n<p>Without the WordPress community, I would not have learned to be ok with failure that’s free of judgment, as we are all trying to make it. Without the WordPress community, I would not have learned to be ok with the idea of shared information – because your success is my success. Without the WordPress community, I would not have learned how to be tolerant when feeling defeated and to continue with the little courage I had to figuring it out. It really did change my life.</p>\n<p><i>After venturing off with other things</i>, the universe has it’s way of reminding me of where I belong. I was informed about volunteering at <a href=\"https://2019.phoenix.wordcamp.org/\"><i>WordCamp Phoenix 2019</i></a> by a good friend, <a href=\"https://www.instagram.com/justinnealey/\"><i>Justin Nealey</i></a> at <a href=\"https://www.godaddy.com/\"><i>GoDaddy</i></a>. So I used my volunteer and sick time to take off from work to be apart of the event. I was blown away! I never knew what WordPress really meant to its people. I did not understand the heart of the WordPress project, and how important it is in the way it impacts the community. When I started with WordPress, it was about building my website for my startup business. But this time, I had a glimpse of it’s magnitude in the world and I am so thrilled to be apart of it on a whole new level!</p>\n<p>During my time at <a href=\"https://2019.phoenix.wordcamp.org/\"><i>WordCamp Phoenix 2019</i></a> , I meet amazing people and had the time of my life! This event lead to the opportunity to take photos/video during Contributor Day + Organizing WordPress Panels at <a href=\"https://www.galvanize.com/campuses/phoenix\"><i>Galvanize Phoenix</i></a>. This further opened doors to meeting <a href=\"https://twitter.com/topher1kenobe?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\"><i>Topher DeRosia</i></a> who approached me and inspired me to write this essay for his website called <a href=\"https://heropress.com/\"><i>HeroPress</i></a>; to meeting <a href=\"https://twitter.com/wpmodder\"><i>Adam Warner</i></a> | Field Marketing Manager for <a href=\"https://www.godaddy.com/pro\"><i>GoDaddy Pro</i></a>; to the amazing conversation with <a href=\"https://twitter.com/aaroncampbell\"><i>Aaron Campbell</i></a> |WordPress Core/Ecosystem; and so many amazing humans who came into my life because of it!</p>\n<p>Currently, I work at <a href=\"https://www.godaddy.com/\"><i>GoDaddy</i></a> Hosting Support. I love my job and I’m making a comeback into my <a href=\"https://www.meetup.com/Arizona-WordPress-Group/\"><i>WordPress community</i></a> here in the valley. I am working closely with <a href=\"https://www.linkedin.com/in/matt-clancy-a46274122/\"><i>Matthew Clancy</i></a> to record and edit the <a href=\"https://www.meetup.com/Arizona-WordPress-Group/\">Advanced <i>WordPress Developer Meetup</i> </a>and other upcoming events as well. I am so excited for the future!</p>\n<p>Oh, and in case you&#8217;re wondering about my Salah(Prayer) card idea…that’s another blog post, another joy ride boys! In the meantime, let’s be friends! Let’s connect! Twitter @AmenaMabrouk</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<h1 id=\"arabic\">كيف غير وورد بريس حياتي</h1>\n<p>أنا على وشك أن اصبح صادقة! و قوية و صريحة ! هل تعلم&#8230; انا لا اكترث نهائيا! .. أنتم على وشك الذهاب فى نزهه! فى يونيو 2014 عندما قررت أن أترك حياتي التى عشتها مع زوجي لمدة ثلاثة عشر عاما ، تركت كل شيء خلفى. مجتمعي ألذى عرفته ،أصدقائي ، طريقه معيشتى، فقد تركت كل شيء! الشيء الوحيد الذي أخذته معي كان صندوق أفكارى وأطفالي الاثنين لكى نبدأ حياتنا الجديدة في تشاندلر أريزونا. عندما انتقلت ، عشت مع أمي حتى أكتشفت الأمر. ويوم ان كنت في المدرسة لكى أحصل على درجتى العلميه فى علوم الكمبيوتر في جامعة أوستن بيي ستيت. كان لدى سنة واحدة فقط لانهى دراستى، فلماذا لا انهيها ، وأحصل على وظيفة جيدة الأجر ، وكانت أمي طيبه معنا في منزلها. كان ذلك صعبا ومن اكثر  التجارب تحدياً &#8230;فقد كانت أمي تواجه تحديهاالخاص من الناحيه الصحيه ، ولديها ابنتها المطلقة حديثا والبالغه من العمر 29 عاما مع طفلين في منزلها لم يكن ذلك سهلا بالنسبه البها. كنت محطمه بشكل كبير . فقد تحطمت روحيا وعقليًا وأثر ذلك على حالتى الصحيه بشكل عام. وكان يجب ان أكون قويه أمام أطفالي. ولم أكن أعمل. فلم أعمل ابدا ولم يسمح زوجي بذلك. ﻟذا ، والان ، انا ابلغ 29 ﻋﺎﻣﺎً ، وأم لطفلين  ومطلقه وليست لدى درجه علميه ولا خبره مهنيه  ورغما عن كل ذلك كان يتوجب على ان ابحث عن وسيله ليس فقط لاعاله نفسى و لكن لاعاله أطفالى أيضا ً. أثناء الاقامه مع والدتى ، أصبحت الحياه  متوترةً شيئا ما . فكما ذكرت ، فقد مرت أمي بالكثير ، ولديها صراعاتها ورحلتها  الخاصة ، وقد أصبحت انا جزءا من قصتها. ومع خسارتها بفقدان الرجل الذي أحبته كثيرا ، وصحتها المتدهوره، فهى أيضا لها قدراتها الخاصة على تحمل ما تتعامل معه ، وأصبح وجودى في المنزل مع اطفالى عبئا ثقيلا بالنسبه اليها. وقد حاولت أن أقوم بدوري بشراء الطعام بكميات كبيرة فقد كنا تسعة أشخاص  في منزل مكون من خمس غرف نوم. لكن أحيانا ، لا تتطابق مع وجهه نظرى عن &#8220;القيام بدوري&#8221; مع الأخرىن ، وأحيانا تحدث بعض المشكلات. ففي أحد الأيام اتصلت والدتى وطلبت منى دفع فاتوره الإنترنت . بصراحة ، قد استطيع  دفع فاتورة أقل من  100.00 دولار ، ولكن النفقه الغير عادله  لاطفالى من طليقى في ذلك الوقت ، لم تمكننى من الالتزام بدفع أي شيء. وذلك هو السبب في أنني أشتري الطعام من كوستكو بكميات كبيرة ، وهكذا. ولكن ،  كانت تلك نقطة التحول بالنسبة لأمي فقد قالت لى  ، &#8220;أنا لا أريدك في منزلى بعد الآن&#8221;. لذا فإن خطتى لإنهاء المدرسة في عام واحد اختفت ! وعدت إلى المنزل في يوم ما  لاجد أغراضي قد وضعت في سلات أمام الجراج. فغيرت اتجاه السيارة  وذهبت في البحث عن شقة أستطيع تحمل نفقتها. في ذلك الوقت ، كان زوجى السابق يودع  1000 دولار في الحساب المشترك لأطفالنا. كان علي أن أجد شقة أقل من 1000 دولار بالإضافة إلى تغطية تكلفة البنزين والطعام . ولدهشتي وجدت شقة تسمى شقق كروس ويندز مقابل 550 دولار شهريا فى أريزونا افي وبيكوس . في أغسطس 2014 ، انتقلت للعيش فى شقتى الأولى مع أطفالى. كنت في التاسعة والعشرين من عمري ، ولم يكن لدى وظيفة بعد ، وتلاشت فكرة إلانتهاء من المدرسة ، ولا بد لي من إيجاد طريقة للتغلب على ظروفى . اتنفس &#8230; فقط اتنفس &#8230; (فاحيانا لا أستطيع. أعني &#8230; أشعر وكأنني كنت أبحث عن الهواء حتى اتنفس!) وكان أطفالي فى حاله حزن شديده. وكنت مشوشه. لم يكن عندى أدنى فكرة عما يجب أن أفعله وأين أذهب فأنا أحتاج إلى وظيفة.  بعد أن وصلت إلى صديقتي ، ديدرا هيل ابود التى ساعدتني في ان اجدد السيرة  الذاتية الخاصه بى بناءا على خبراتى السابقة ، بدأت أتقدم بطلب لكل وظيفة أعثر عليها. وكملاحظة جانبية ، فإن ديدرا هيل ابود لم تساعدنى في عمل سيرتي الذاتية والتى لم أكن أعرف طريقه تنظيمها فقط ، ولكن أيضا  ساعدتني  في طريقه تفكيري ، وذكّرتني بأن أكون  شاكره حتى مع  شعوري بالهزيمه ، وقد كنت في أدنى نقطة من مراحل  حياتي. ولكن ، لم أكن محظوظه في البحث عن عمل  ، وكنت على استعدادأن أقبل بأى شىء!  ولكن في أكتوبر 2014 ، جاءت شقيقتي إيمان ، التي كانت شهرتها إيمان بى فندي ، لزيارتى. لم يكن لدي مقعد ، ولا سرير ، ولا أثاث لفتره. وتحدثنا طويلا عن الحياة ، وكل شيء بيننا. خلال المحادثة ، حدثتها عن فكرتي وشاركت معها لعبة بطاقة ابتدعتها عندما كنت أعلم الأطفال المسلمين مرة أخرى في كلاركسفيل تينيسي.  وفى 29 أغسطس  2014 تم تعيينى كمربية. وانتقلت في ذلك الشهر إلى شقة جديدة ، لم أحيا أبدا فى شقه خاصه بى من قبل ، ولم أقم بدفع أيه  فواتير (كما يفعل الاخرون ) ، وأستطعت العثور على وظيفة فى نهاية الشهر وكان راتبها  300.00 دولار في الأسبوع. وكنت سعيدة جدا بدرجه لا يمكن أن تتخيلوها. كنت سعيدة جدا. وكانت عائلتي تزورنى فى اوقات متفرقه.  أخبرتني عن &#8220;سكور&#8221; ، وهي منظمة غير ربحية تقوم بتقديم  إرشادًات مهنيه مجانيًة في جميع أنحاء الولايات المتحدة الأمريكية. قالت ، &#8220;تواصلى معهم. سيقومون بمساعدتك في فكرتك. و انا &#8220;يا اللهي!&#8221; فقد كنت متحمسة للغايه! ذهبت إلى مفهى بيكسوتو في تشاندلر  أيه زى &#8230; للولوج الى الإنترنت &#8230; فلم أكن أستطيع تحمل تكلفة الإنترنت في ذلك الوقت. وتفقدت موقع سكور على الإنترنت  وكان لديهم حدث قمت بحضوره في نوفمبر 2014. كنت متوترة وخائفه جدًا.  لاننى لم أكن أعرف ماذا أفعل  بفكرتي. كل ما أعرفه هو أن لدي فكرة ، وكنت متحمسة لها ، ولدى الدافع لعمل أى شيء لتلك الفكره! طلب مضيف الحدث من جميع الحضور الوقوف وتقديم أنفسهم. الجميع كان لهم لقب ممتاز وتجربة رائعة جدا لتقديم أنفسهم ، وعندئذ حاولت ان اقدم شيئا عن نفسى لم اقم به من قبل. بكل ما لدى من عدم الاحساس بالامان ، وعدم الثقة بالنفس ، والتناقضات الداخلية ، وقمت بتقديم نفسى كالتالى  &#8230; &#8220;مرحبا! اسمي أمينة مبروك ولدي فكرة لعبة بطاقة تساعد الأطفال على ان يتعلموا اسم ومكان  (الصلاة).  أننى هنا لأنني لا أعرف ماأفعله بفكرتي &#8220;. بعد الجلسة ، كان هناك رجل يتجه نحوي يسمى&#8221; دوج ويتني &#8220;. وهو معلمًا معتمدًا في سكور ، وهو يساعد العملاء الراغبون في البدء فى أعمالهم أو تنمية أعمالهم. اقترب مني قائلا: &#8220;مرحبا! أنا اسمي دوج ويتني. أظن أنني أستطيع أن أساعدك في فكرتك.هذا هو الكارت المهنى الخاص بى . وااو ! فقد شعرت بسعادة كبيره! وقمت بحجز موعدًا معه في ذلك اليوم ، واستمريت فى مقابلة المشرف المهنى الخاص بى اسبوعيا و لمدة عامين.  كنت أشعر بالوحدة  فى رحلتى . فقد كنت أركز على العمل ، أطفالي وفكرتي ، بدأت أفتقد كونى جزء من المجتمع. خلال السنتين اللتين كنت التقى فيهما مع المشرف المهنى  ، قال لي ويتني: &#8220;يجب عليكى ان تبدأى  في بناء موقع إلكتروني. أنصحك  بإنشاء موقع الويب الخاص بك على وورد بريس . &#8221; أنى أحب وورد بريس . حسنا! سأبدأ الليلة. و انا كمن يقول &#8220;ما هذا؟ اقوم بالضغط علي الكلمات؟&#8221; ها ها اني امزح فحسب! لقد اكتشفت انك استغرقت هذا الوقت في قراءة مدونتي,  حيث ترتبط عمليًا في هذه المرحلة &#8230; .كما يضفى قليلا من المزاح &#8230;   أكمل ارجوك  &#8230; ثم ذهبت إلى قهوة بيكسوتو ، وفتحت جهاز الكمبيوتر الخاص بي ، ثم ولجت إلى wordpress.org ، أنشأت حسابًا وبدأت إنشىء موقع الويب الخاص بي. كانت هذه المرة الأولى التي أنشئ فيها موقعًا على الويب. وبحثت فى جوجل عن كل شيء وكثيرا من  الفيديوهات على يوتيوب. اتدري, لقد تعلقت بما ابحث فيه. فقد كنت محبطة. واحسست بخيبة أمل كبيرة وخاصة عندما رأيت المواقع الجميلة هناك ، كنت متردده قليلاً فى الاستمرار.  ففي محاولة معرفة  هذا الوورد بريس  ، تعلمت أيضًا ماهى مساحات العمل المشترك التي صرت مهووسة بها! هل تعلم أنهم هنا في جميع أنحاء المدينه! يا الله ! لقد اكتشفت أن أحدا هنهم قريبا من منزلى   جانج بلانك في تشاندلر أريزونا. بدأت العمل من خلال جانج بلانك وأحببت ذلك المجتمع. كانت تلك هي المرة الأولى منذ عامين أشعر بالتواصل الاجتماعى بعد الطلاق. عملت هناك باستمرار وقابلت سيدة رائعه اسمها أن واتسون باربر ومن خلال أحاديثنا ، أخبرتها عن مشكلتى مع موقع الوورد بريس</p>\n<p>وبدون تردد و بتلقائيه عرضت على مساعدتى بدون أى سؤال. كنت متحمسة جدا! ليس لديك فكره عن السعادة الكبيرة التى احسست بها! كنت ألتقي باستمرار مع آن واتسون باربر في جانج بلانك كثيرا. وبأمانة ، بدون الوورد بريس ، ماكنت بحثت  عن مكان يعمل فيه الناس معا ، والذى قابلنى بآن واتسون باربر والكثير من الأشخاص الرائعين . لكن ذلك كان البداية.  فلم احصل فقط على شعور التواصل الاجتماعى والذي كنت افتقده في حياتي في جانج بلانك ، بل قمت بعمل صداقات مع اشخاص رائعين ممن هم مستعدين لتقديم المساعدة مهما حدث ! هل يمكن ان نتوقف لحظه ونتحدث عن ذلك.! فمن خلال اجتماعاتنا ، أخبرتنى صديقتي &#8220;آن&#8221; عن مجموعات Meetup   في وورد بريس. بدأت أبحث فى جوجل عن مجموعات الميت اب من حولى  للوورد بريس. ذهبت الى كل منهم! بعض من  WordPress Meetup  تكون ساعة وواحد وثلاثون دقيقة  ولقد احببت كل هذا !  ولكني استمريت فى تكوين أصدقاء جدد ، واستمريت في بناء موقعي على وورد بريس. كيف غيرت وورد برس حياتي ، تتحدث القصة عن نفسها.  فاختيارى لبناء موقعي على وورد بريس كان هو الحافز منذ البداية والذي فتح لى الكثير من الأبواب التي لم أكن على علم بوجودها. واصلت بناء موقعي لسنوات عديده ، ثم انتقلت إلى مشروع آخر. ولكن ، بدون الوورد بريس والذى عرفنى على  مجتمع الوورد بريس ، لم أكن لاتعلم كيفية بناء وجود لى على الإنترنت ، لكى أطرح الأسئلة بلا خوف عندما أعجز عن عمل الاشياء ، وأن يكون حولى أشخاص على استعداد للمساعده بلا أنانيه ، وبالرغم من أنى أحتاج إلى تكرار المعلومات كثيرا لكى افهمها.</p>\n<p>فبدون مجتمع الوورد بريس  ، لم أكن لاتعلم أن أتقبل الفشل والذى يخلو من  من النقد ، حيث أننا جميعا نحاول أن نحقق مانريد. وبدون مجتمع الوورد بريس ، لم أكن لاتعلم فكرة مشاركه المعلومات  &#8211; حيث أن نجاحك هو نجاحي. بدون مجتمع وورد بريس ، لم أكن لأتحمل ألشعور بالهزيمة وان استمر ولو بقليل من الشجاعة التى امتلكها لتحقيق ما أريد. لقد غير الوورد بريس حياتى حقا. بعد المغامرة بأشياء أخرى ، و للكون طريقتة فى تذكيري بما أنتمي إليه. أبلغت عن التطوع. ففي  15 – 17 من فبراير 2019 ابلغنى صديقى جاستن نيلى بالتطوع فى وورلد كامب فينكس #WCPHX  ،  في جو دادى.  لذا استخدمت تطوعي وأوقات المرض  للإبتعاد لاكون جزءا من هذا الحدث. لقد كنت b! لم أكن أعرف أبداً ماذا تعنى الوورد بريس لاصحابها. لم أفهم قلب مشروع الوورد بريس ، ومدى أهميته في طريقة تأثيرة على المجتمع. عندما بدأت مع الوورد بريس  ، فقد كان من أجل بناء موقعي على الويب لنشاطي المبدئى. لكن في هذه المرة ، تلقيت نظره خاطفة عن أهميتها في العالم ، وأننى سعيدة بأن أكون جزءا منها على مستوى جديد! وأثناء تواجدى فى وورد كامب فينكس من 15 – 17 فبراير 2019  قابلت اشخاصا رائعين  وكان هذا من اسعد اوقات حياتى! وقد اتاح لى هذا الحدث الفرصه لالتقاط الصور والفيديوهات فى يوم المشاركة و تنظيم أجتماعات المناقشة الخاصه بوورد بريس فى جالفانيز فينكس.  وفتح ذلك مزيدا من الأبواب لمقابلة توفر دى روسيا الذي اقترح  وألهمني أن أكتب  هذه المدونة لموقعه الإلكتروني والذي أطلق عليه أسم هيرو بريس ؛ ولمقابلة آدم وارنر مدير التسويق الميداني لـ جو دادى ؛  ولمحادثة رائعة مع آرون كامبل | WordPress Core / Ecosystem؛ والكثير من الاشخاص  الرائعين الذين ظهروا فى حياتي بسبب ذلك! والان اناأعمل  في جو دادى هوستنج سابورت. فأنا أحب عملي وأقاتل فى مجتمع الوورد بريس هنا في المدينه.  إنني أعمل قريبه من  ماثيو كلانسي لتسجيل وتحرير برنامج وورد بريس المتقدم وتطوير الاجتماعات وغيرذلك من الأحداث القادمة. أننى متحمسة جدا للمستقبل! ، وأذا ما كنت تتساءل عن فكرتى لبطاقه الصلاة &#8230; فهذه مدوّنة أخرى ، و سعادة أخرى. في نفس الوقت ، دعنا نكن أصدقاء! دعنا نتواصل! على تويتر  AmenaMabrouk</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\">\n<div class=\"rtsocial-twitter-horizontal\">\n<div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: How WordPress Changed My Life\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=How%20WordPress%20Changed%20My%20Life&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fhow-wordpress-changed-my-life%2F\" rel=\"nofollow\" target=\"_blank\"></a></div>\n</div>\n<div class=\"rtsocial-fb-horizontal fb-light\">\n<div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: How WordPress Changed My Life\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fhow-wordpress-changed-my-life%2F\" rel=\"nofollow\" target=\"_blank\"></a></div>\n</div>\n<div class=\"rtsocial-linkedin-horizontal\">\n<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%2Fhow-wordpress-changed-my-life%2F&title=How+WordPress+Changed+My+Life\" rel=\"nofollow\" target=\"_blank\" title=\"Share: How WordPress Changed My Life\"></a></div>\n</div>\n<div class=\"rtsocial-pinterest-horizontal\">\n<div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/how-wordpress-changed-my-life/&media=https://heropress.com/wp-content/uploads/2020/03/030619-min-150x150.jpg&description=How WordPress Changed My Life\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: How WordPress Changed My Life\"></a></div>\n</div>\n<p><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/how-wordpress-changed-my-life/\" title=\"How WordPress Changed My Life\"></a></div>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/how-wordpress-changed-my-life/\">How WordPress Changed My Life</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:\"Fri, 08 Mar 2019 01:30:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Amena Mabrouk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 11 Apr 2019 08:44:02 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 11 Apr 2019 08:30:08 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20181212092058\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(133, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1555015443', 'no'),
(134, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1554972243', 'no'),
(135, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1555015443', 'no'),
(136, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2019/04/wordpress-5-2-beta-2/\'>WordPress 5.2 Beta 2</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordsesh-returns-may-22-2019-speaker-application-deadline-is-april-19\'>WPTavern: WordSesh Returns May 22, 2019, Speaker Application Deadline is April 19</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/woocommerce-3-6-rc2-removes-marketplace-suggestions-from-product-listing-adds-setting-to-turn-them-off\'>WPTavern: WooCommerce 3.6 RC2 Removes Marketplace Suggestions from Product Listing, Adds Setting to Turn them Off</a></li><li><a class=\'rsswidget\' href=\'https://heropress.com/essays/firefighter-to-web-developer/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=firefighter-to-web-developer\'>HeroPress: Firefighter to Web Developer</a></li></ul></div>', 'no'),
(141, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1554972563;s:7:\"checked\";a:6:{s:16:\"feather-magazine\";s:3:\"2.3\";s:8:\"flatsome\";s:5:\"3.3.8\";s:6:\"sabino\";s:6:\"1.1.16\";s:13:\"twentyfifteen\";s:3:\"2.0\";s:15:\"twentyseventeen\";s:3:\"1.7\";s:13:\"twentysixteen\";s:3:\"1.5\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.4.zip\";}s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.1.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.9.zip\";}}s:12:\"translations\";a:0:{}}', 'no'),
(142, 'current_theme', 'Flatsome', 'yes'),
(143, 'theme_mods_flatsome', 'a:24:{i:0;b:0;s:17:\"flatsome_fallback\";i:0;s:20:\"topbar_elements_left\";a:1:{i:0;s:4:\"html\";}s:21:\"topbar_elements_right\";a:3:{i:0;s:7:\"nav-top\";i:1;s:10:\"newsletter\";i:2;s:6:\"social\";}s:20:\"header_elements_left\";a:2:{i:0;s:6:\"search\";i:1;s:3:\"nav\";}s:21:\"header_elements_right\";a:3:{i:0;s:7:\"account\";i:1;s:7:\"divider\";i:2;s:4:\"cart\";}s:27:\"header_elements_bottom_left\";a:0:{}s:29:\"header_elements_bottom_center\";a:0:{}s:28:\"header_elements_bottom_right\";a:0:{}s:27:\"header_mobile_elements_left\";a:1:{i:0;s:9:\"menu-icon\";}s:28:\"header_mobile_elements_right\";a:1:{i:0;s:4:\"cart\";}s:26:\"header_mobile_elements_top\";a:1:{i:0;s:4:\"html\";}s:14:\"mobile_sidebar\";a:7:{i:0;s:11:\"search-form\";i:1;s:3:\"nav\";i:2;s:7:\"account\";i:3;s:10:\"newsletter\";i:4;s:6:\"social\";i:5;s:6:\"html-2\";i:6;s:6:\"html-3\";}s:14:\"product_layout\";N;s:23:\"payment_icons_placement\";s:6:\"footer\";s:14:\"follow_twitter\";s:10:\"http://url\";s:15:\"follow_facebook\";s:10:\"http://url\";s:16:\"follow_instagram\";s:10:\"http://url\";s:12:\"follow_email\";s:10:\"your@email\";s:16:\"flatsome_version\";i:3;s:18:\"nav_menu_locations\";a:3:{s:7:\"primary\";i:67;s:6:\"footer\";i:66;s:11:\"top_bar_nav\";i:66;}s:7:\"backups\";N;s:9:\"smof_init\";s:31:\"Thu, 11 Apr 2019 08:47:26 +0000\";s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(144, 'theme_switched', '', 'yes'),
(145, 'widget_flatsome_recent_posts', 'a:13:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:3;s:5:\"image\";s:2:\"on\";}i:5;a:3:{s:5:\"title\";s:5:\"Posts\";s:6:\"number\";i:5;s:5:\"image\";s:2:\"on\";}i:6;a:3:{s:5:\"title\";s:16:\"Latest From Blog\";s:6:\"number\";i:4;s:5:\"image\";N;}i:8;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;s:5:\"image\";N;}i:9;a:3:{s:5:\"title\";s:10:\"Thumbnail \";s:6:\"number\";i:5;s:5:\"image\";s:2:\"on\";}i:11;a:3:{s:5:\"title\";s:17:\"Latest Blog Posts\";s:6:\"number\";i:5;s:5:\"image\";N;}i:13;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:4;s:5:\"image\";N;}i:14;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;s:5:\"image\";N;}i:16;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:3;s:5:\"image\";N;}i:17;a:3:{s:5:\"title\";s:12:\"Latest Posts\";s:6:\"number\";i:5;s:5:\"image\";N;}i:18;a:3:{s:5:\"title\";s:11:\"Latest News\";s:6:\"number\";i:4;s:5:\"image\";N;}}', 'yes'),
(146, 'widget_block_widget', 'a:3:{s:12:\"_multiwidget\";i:1;i:2;a:2:{s:5:\"title\";s:8:\"About us\";s:5:\"block\";s:15:\"footer-about-us\";}i:3;a:2:{s:5:\"title\";s:21:\"Signup for Newsletter\";s:5:\"block\";s:24:\"footer-newsletter-signup\";}}', 'yes'),
(148, '_site_transient_timeout_browser_6d1455ba0a768fbd91eb6ef73fb47609', '1555577252', 'no'),
(149, '_site_transient_browser_6d1455ba0a768fbd91eb6ef73fb47609', 'a:10:{s:4:\"name\";s:5:\"Opera\";s:7:\"version\";s:13:\"58.0.3135.127\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:22:\"https://www.opera.com/\";s:7:\"img_src\";s:42:\"http://s.w.org/images/browsers/opera.png?1\";s:11:\"img_src_ssl\";s:43:\"https://s.w.org/images/browsers/opera.png?1\";s:15:\"current_version\";s:5:\"12.18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(151, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.1.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1554972486;s:7:\"version\";s:5:\"5.1.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(152, 'recently_activated', 'a:0:{}', 'yes'),
(154, 'nsl-version', '3.0.19', 'yes'),
(155, 'widget_nextend_social_login', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(158, 'woosidebars-version', '1.4.5', 'yes'),
(162, 'woocommerce_store_address', '', 'yes'),
(163, 'woocommerce_store_address_2', '', 'yes'),
(164, 'woocommerce_store_city', '', 'yes'),
(165, 'woocommerce_default_country', 'GB', 'yes'),
(166, 'woocommerce_store_postcode', '', 'yes'),
(167, 'woocommerce_allowed_countries', 'all', 'yes'),
(168, 'woocommerce_all_except_countries', '', 'yes'),
(169, 'woocommerce_specific_allowed_countries', '', 'yes'),
(170, 'woocommerce_ship_to_countries', '', 'yes'),
(171, 'woocommerce_specific_ship_to_countries', '', 'yes'),
(172, 'woocommerce_default_customer_address', 'geolocation', 'yes'),
(173, 'woocommerce_calc_taxes', 'no', 'yes'),
(174, 'woocommerce_enable_coupons', 'yes', 'yes'),
(175, 'woocommerce_calc_discounts_sequentially', 'no', 'no'),
(176, 'woocommerce_currency', 'GBP', 'yes'),
(177, 'woocommerce_currency_pos', 'left', 'yes'),
(178, 'woocommerce_price_thousand_sep', ',', 'yes'),
(179, 'woocommerce_price_decimal_sep', '.', 'yes'),
(180, 'woocommerce_price_num_decimals', '2', 'yes'),
(181, 'woocommerce_shop_page_id', '62', 'yes'),
(182, 'woocommerce_cart_redirect_after_add', 'no', 'yes'),
(183, 'woocommerce_enable_ajax_add_to_cart', 'yes', 'yes'),
(184, 'woocommerce_placeholder_image', '', 'yes'),
(185, 'woocommerce_weight_unit', 'kg', 'yes'),
(186, 'woocommerce_dimension_unit', 'cm', 'yes'),
(187, 'woocommerce_enable_reviews', 'yes', 'yes'),
(188, 'woocommerce_review_rating_verification_label', 'yes', 'no'),
(189, 'woocommerce_review_rating_verification_required', 'no', 'no'),
(190, 'woocommerce_enable_review_rating', 'yes', 'yes'),
(191, 'woocommerce_review_rating_required', 'yes', 'no'),
(192, 'woocommerce_manage_stock', 'yes', 'yes'),
(193, 'woocommerce_hold_stock_minutes', '60', 'no'),
(194, 'woocommerce_notify_low_stock', 'yes', 'no'),
(195, 'woocommerce_notify_no_stock', 'yes', 'no'),
(196, 'woocommerce_stock_email_recipient', 'arvin.regino@maxtecnetworks.com', 'no'),
(197, 'woocommerce_notify_low_stock_amount', '2', 'no'),
(198, 'woocommerce_notify_no_stock_amount', '0', 'yes'),
(199, 'woocommerce_hide_out_of_stock_items', 'no', 'yes'),
(200, 'woocommerce_stock_format', '', 'yes'),
(201, 'woocommerce_file_download_method', 'force', 'no'),
(202, 'woocommerce_downloads_require_login', 'no', 'no'),
(203, 'woocommerce_downloads_grant_access_after_payment', 'yes', 'no'),
(204, 'woocommerce_prices_include_tax', 'no', 'yes'),
(205, 'woocommerce_tax_based_on', 'shipping', 'yes'),
(206, 'woocommerce_shipping_tax_class', 'inherit', 'yes'),
(207, 'woocommerce_tax_round_at_subtotal', 'no', 'yes'),
(208, 'woocommerce_tax_classes', 'Reduced rate\nZero rate', 'yes'),
(209, 'woocommerce_tax_display_shop', 'excl', 'yes'),
(210, 'woocommerce_tax_display_cart', 'excl', 'yes'),
(211, 'woocommerce_price_display_suffix', '', 'yes'),
(212, 'woocommerce_tax_total_display', 'itemized', 'no'),
(213, 'woocommerce_enable_shipping_calc', 'yes', 'no'),
(214, 'woocommerce_shipping_cost_requires_address', 'no', 'yes'),
(215, 'woocommerce_ship_to_destination', 'billing', 'no'),
(216, 'woocommerce_shipping_debug_mode', 'no', 'yes'),
(217, 'woocommerce_enable_guest_checkout', 'yes', 'no'),
(218, 'woocommerce_enable_checkout_login_reminder', 'no', 'no'),
(219, 'woocommerce_enable_signup_and_login_from_checkout', 'no', 'no'),
(220, 'woocommerce_enable_myaccount_registration', 'no', 'no'),
(221, 'woocommerce_registration_generate_username', 'yes', 'no'),
(222, 'woocommerce_registration_generate_password', 'yes', 'no'),
(223, 'woocommerce_erasure_request_removes_order_data', 'no', 'no'),
(224, 'woocommerce_erasure_request_removes_download_data', 'no', 'no'),
(225, 'woocommerce_registration_privacy_policy_text', 'Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].', 'yes'),
(226, 'woocommerce_checkout_privacy_policy_text', 'Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].', 'yes'),
(227, 'woocommerce_delete_inactive_accounts', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'),
(228, 'woocommerce_trash_pending_orders', '', 'no'),
(229, 'woocommerce_trash_failed_orders', '', 'no'),
(230, 'woocommerce_trash_cancelled_orders', '', 'no'),
(231, 'woocommerce_anonymize_completed_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'),
(232, 'woocommerce_email_from_name', 'metro', 'no'),
(233, 'woocommerce_email_from_address', 'arvin.regino@maxtecnetworks.com', 'no'),
(234, 'woocommerce_email_header_image', '', 'no'),
(235, 'woocommerce_email_footer_text', '{site_title}<br/>Built with <a href=\"https://woocommerce.com/\">WooCommerce</a>', 'no'),
(236, 'woocommerce_email_base_color', '#96588a', 'no'),
(237, 'woocommerce_email_background_color', '#f7f7f7', 'no'),
(238, 'woocommerce_email_body_background_color', '#ffffff', 'no'),
(239, 'woocommerce_email_text_color', '#3c3c3c', 'no'),
(240, 'woocommerce_cart_page_id', '61', 'yes'),
(241, 'woocommerce_checkout_page_id', '60', 'yes'),
(242, 'woocommerce_myaccount_page_id', '59', 'yes'),
(243, 'woocommerce_terms_page_id', '', 'no'),
(244, 'woocommerce_force_ssl_checkout', 'no', 'yes'),
(245, 'woocommerce_unforce_ssl_checkout', 'no', 'yes'),
(246, 'woocommerce_checkout_pay_endpoint', 'order-pay', 'yes'),
(247, 'woocommerce_checkout_order_received_endpoint', 'order-received', 'yes'),
(248, 'woocommerce_myaccount_add_payment_method_endpoint', 'add-payment-method', 'yes'),
(249, 'woocommerce_myaccount_delete_payment_method_endpoint', 'delete-payment-method', 'yes'),
(250, 'woocommerce_myaccount_set_default_payment_method_endpoint', 'set-default-payment-method', 'yes'),
(251, 'woocommerce_myaccount_orders_endpoint', 'orders', 'yes'),
(252, 'woocommerce_myaccount_view_order_endpoint', 'view-order', 'yes'),
(253, 'woocommerce_myaccount_downloads_endpoint', 'downloads', 'yes'),
(254, 'woocommerce_myaccount_edit_account_endpoint', 'edit-account', 'yes'),
(255, 'woocommerce_myaccount_edit_address_endpoint', 'edit-address', 'yes'),
(256, 'woocommerce_myaccount_payment_methods_endpoint', 'payment-methods', 'yes'),
(257, 'woocommerce_myaccount_lost_password_endpoint', 'lost-password', 'yes'),
(258, 'woocommerce_logout_endpoint', 'customer-logout', 'yes'),
(259, 'woocommerce_api_enabled', 'no', 'yes'),
(260, 'woocommerce_single_image_width', '600', 'yes'),
(261, 'woocommerce_thumbnail_image_width', '300', 'yes'),
(262, 'woocommerce_checkout_highlight_required_fields', 'yes', 'yes'),
(263, 'woocommerce_demo_store', 'no', 'no'),
(264, 'woocommerce_permalinks', 'a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}', 'yes'),
(265, 'current_theme_supports_woocommerce', 'yes', 'yes'),
(266, 'woocommerce_queue_flush_rewrite_rules', 'no', 'yes'),
(267, '_transient_wc_attribute_taxonomies', 'a:0:{}', 'yes'),
(269, 'default_product_cat', '15', 'yes'),
(272, 'woocommerce_version', '3.5.7', 'yes'),
(273, 'woocommerce_db_version', '3.5.7', 'yes'),
(274, 'woocommerce_admin_notices', 'a:3:{i:0;s:7:\"install\";i:1;s:20:\"no_secure_connection\";i:2;s:14:\"template_files\";}', 'yes'),
(275, '_transient_timeout_external_ip_address_192.168.3.133', '1555577347', 'no'),
(276, '_transient_external_ip_address_192.168.3.133', '130.105.25.31', 'no'),
(277, '_transient_woocommerce_webhook_ids', 'a:0:{}', 'yes'),
(278, 'widget_woocommerce_widget_cart', 'a:4:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:2:{s:5:\"title\";s:6:\"Cart12\";s:13:\"hide_if_empty\";i:0;}i:5;a:0:{}}', 'yes'),
(279, 'widget_woocommerce_layered_nav_filters', 'a:7:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:0:{}i:5;a:0:{}i:7;a:0:{}i:9;a:1:{s:5:\"title\";s:14:\"Active Filters\";}i:10;a:1:{s:5:\"title\";s:14:\"Active Filters\";}}', 'yes'),
(280, 'widget_woocommerce_layered_nav', 'a:7:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:0:{}i:5;a:0:{}i:7;a:4:{s:5:\"title\";s:9:\"Filter by\";s:9:\"attribute\";s:5:\"color\";s:12:\"display_type\";s:4:\"list\";s:10:\"query_type\";s:2:\"or\";}i:10;a:4:{s:5:\"title\";s:9:\"Filter by\";s:9:\"attribute\";s:5:\"color\";s:12:\"display_type\";s:4:\"list\";s:10:\"query_type\";s:2:\"or\";}i:11;a:4:{s:5:\"title\";s:9:\"Filter by\";s:9:\"attribute\";s:5:\"color\";s:12:\"display_type\";s:4:\"list\";s:10:\"query_type\";s:3:\"and\";}}', 'yes'),
(281, 'widget_woocommerce_price_filter', 'a:7:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:0:{}i:5;a:0:{}i:7;a:0:{}i:9;a:0:{}i:11;a:1:{s:5:\"title\";s:15:\"Filter by price\";}}', 'yes'),
(282, 'widget_woocommerce_product_categories', 'a:8:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:5;a:7:{s:5:\"title\";s:18:\"Product Categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:1;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:0;}i:7;a:7:{s:5:\"title\";s:18:\"Product Categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:1;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:0;}i:9;a:7:{s:5:\"title\";s:9:\"Browse By\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:1;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:0;}i:10;a:7:{s:5:\"title\";s:18:\"Product Categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:0;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:0;}i:12;a:7:{s:5:\"title\";s:18:\"Product Categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:1;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:0;}i:13;a:7:{s:5:\"title\";s:6:\"Browse\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:0;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:0;}}', 'yes'),
(283, 'widget_woocommerce_product_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(284, 'widget_woocommerce_product_tag_cloud', 'a:7:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:0:{}i:5;a:1:{s:5:\"title\";s:4:\"Tags\";}i:6;a:1:{s:5:\"title\";s:12:\"Product Tags\";}i:7;a:1:{s:5:\"title\";s:12:\"Product Tags\";}i:8;a:1:{s:5:\"title\";s:4:\"Tags\";}}', 'yes'),
(285, 'widget_woocommerce_products', 'a:11:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:7:{s:5:\"title\";s:8:\"Products\";s:6:\"number\";s:1:\"4\";s:4:\"show\";s:0:\"\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}i:4;a:7:{s:5:\"title\";s:12:\"Best Sellers\";s:6:\"number\";s:1:\"4\";s:4:\"show\";s:0:\"\";s:7:\"orderby\";s:5:\"sales\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}i:5;a:7:{s:5:\"title\";s:7:\"On Sale\";s:6:\"number\";i:3;s:4:\"show\";s:6:\"onsale\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}i:7;a:7:{s:5:\"title\";s:8:\"Products\";s:6:\"number\";i:4;s:4:\"show\";s:0:\"\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}i:9;a:7:{s:5:\"title\";s:15:\"Latest Products\";s:6:\"number\";i:4;s:4:\"show\";s:0:\"\";s:7:\"orderby\";s:4:\"rand\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}i:10;a:7:{s:5:\"title\";s:17:\"Featured Products\";s:6:\"number\";i:4;s:4:\"show\";s:0:\"\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}i:11;a:7:{s:5:\"title\";s:12:\"Best Selling\";s:6:\"number\";i:4;s:4:\"show\";s:0:\"\";s:7:\"orderby\";s:5:\"sales\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}i:12;a:7:{s:5:\"title\";s:6:\"Latest\";s:6:\"number\";i:4;s:4:\"show\";s:0:\"\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}i:13;a:7:{s:5:\"title\";s:8:\"Featured\";s:6:\"number\";i:4;s:4:\"show\";s:8:\"featured\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}}', 'yes'),
(286, 'widget_woocommerce_recently_viewed_products', 'a:6:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:2:{s:5:\"title\";s:24:\"Recently Viewed Products\";s:6:\"number\";s:1:\"3\";}i:5;a:2:{s:5:\"title\";s:24:\"Recently Viewed Products\";s:6:\"number\";i:4;}i:7;a:2:{s:5:\"title\";s:24:\"Recently Viewed Products\";s:6:\"number\";i:10;}i:8;a:2:{s:5:\"title\";s:15:\"Recently Viewed\";s:6:\"number\";i:3;}}', 'yes'),
(287, 'widget_woocommerce_top_rated_products', 'a:4:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:2;a:2:{s:5:\"title\";s:18:\"Top Rated Products\";s:6:\"number\";i:5;}i:3;a:2:{s:5:\"title\";s:9:\"Top Rated\";s:6:\"number\";i:3;}}', 'yes'),
(288, 'widget_woocommerce_recent_reviews', 'a:3:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:2:{s:5:\"title\";s:14:\"Recent Reviews\";s:6:\"number\";s:1:\"3\";}}', 'yes'),
(289, 'widget_woocommerce_rating_filter', 'a:3:{s:12:\"_multiwidget\";i:1;i:2;a:1:{s:5:\"title\";s:14:\"Average Rating\";}i:3;a:1:{s:5:\"title\";s:14:\"Average Rating\";}}', 'yes'),
(290, 'widget_upsell_widget', 'a:5:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:0:{}i:5;a:0:{}i:7;a:1:{s:5:\"title\";s:16:\"Complete the loo\";}}', 'yes'),
(293, '_transient_timeout_external_ip_address_192.168.3.60', '1555577348', 'no'),
(294, '_transient_external_ip_address_192.168.3.60', '130.105.25.31', 'no'),
(295, 'woocommerce_meta_box_errors', 'a:0:{}', 'yes'),
(299, '_transient_wc_count_comments', 'O:8:\"stdClass\":7:{s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:8:\"approved\";s:1:\"1\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}', 'yes'),
(300, '_transient_as_comment_count', 'O:8:\"stdClass\":7:{s:8:\"approved\";s:1:\"1\";s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}', 'yes'),
(301, '_transient_timeout_external_ip_address_192.168.3.156', '1555577357', 'no'),
(302, '_transient_external_ip_address_192.168.3.156', '130.105.25.31', 'no'),
(303, '_transient_timeout__woocommerce_helper_subscriptions', '1554973458', 'no'),
(304, '_transient__woocommerce_helper_subscriptions', 'a:0:{}', 'no'),
(305, '_transient_timeout__woocommerce_helper_updates', '1555015758', 'no'),
(306, '_transient__woocommerce_helper_updates', 'a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1554972558;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}', 'no'),
(307, '_site_transient_update_plugins', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1554972566;s:8:\"response\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.1.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.6.4\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.6.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:71:\"https://ps.w.org/wordpress-importer/assets/icon-256x256.png?rev=1908375\";s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.7\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.1.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:53:\"nextend-facebook-connect/nextend-facebook-connect.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/nextend-facebook-connect\";s:4:\"slug\";s:24:\"nextend-facebook-connect\";s:6:\"plugin\";s:53:\"nextend-facebook-connect/nextend-facebook-connect.php\";s:11:\"new_version\";s:6:\"3.0.19\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/nextend-facebook-connect/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/nextend-facebook-connect.3.0.19.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:77:\"https://ps.w.org/nextend-facebook-connect/assets/icon-256x256.png?rev=1825061\";s:2:\"1x\";s:69:\"https://ps.w.org/nextend-facebook-connect/assets/icon.svg?rev=1825061\";s:3:\"svg\";s:69:\"https://ps.w.org/nextend-facebook-connect/assets/icon.svg?rev=1825061\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/nextend-facebook-connect/assets/banner-1544x500.png?rev=1825061\";s:2:\"1x\";s:79:\"https://ps.w.org/nextend-facebook-connect/assets/banner-772x250.png?rev=1825061\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/regenerate-thumbnails\";s:4:\"slug\";s:21:\"regenerate-thumbnails\";s:6:\"plugin\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"3.1.0\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/regenerate-thumbnails/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/regenerate-thumbnails.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/regenerate-thumbnails/assets/icon-128x128.png?rev=1753390\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/regenerate-thumbnails/assets/banner-1544x500.jpg?rev=1753390\";s:2:\"1x\";s:76:\"https://ps.w.org/regenerate-thumbnails/assets/banner-772x250.jpg?rev=1753390\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"3.5.7\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=1440831\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=1440831\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=1629184\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=1629184\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"woosidebars/woosidebars.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/woosidebars\";s:4:\"slug\";s:11:\"woosidebars\";s:6:\"plugin\";s:27:\"woosidebars/woosidebars.php\";s:11:\"new_version\";s:5:\"1.4.5\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woosidebars/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woosidebars.1.4.5.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:62:\"https://s.w.org/plugins/geopattern-icon/woosidebars_a9c7b8.svg\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/woosidebars/assets/banner-1544x500.png?rev=633896\";s:2:\"1x\";s:65:\"https://ps.w.org/woosidebars/assets/banner-772x250.png?rev=633896\";}s:11:\"banners_rtl\";a:0:{}}s:34:\"yith-woocommerce-wishlist/init.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:39:\"w.org/plugins/yith-woocommerce-wishlist\";s:4:\"slug\";s:25:\"yith-woocommerce-wishlist\";s:6:\"plugin\";s:34:\"yith-woocommerce-wishlist/init.php\";s:11:\"new_version\";s:5:\"2.2.8\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/yith-woocommerce-wishlist/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/yith-woocommerce-wishlist.2.2.8.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:78:\"https://ps.w.org/yith-woocommerce-wishlist/assets/icon-128x128.jpg?rev=1461336\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/yith-woocommerce-wishlist/assets/banner-1544x500.jpg?rev=1461336\";s:2:\"1x\";s:80:\"https://ps.w.org/yith-woocommerce-wishlist/assets/banner-772x250.jpg?rev=1461336\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no'),
(308, 'yit_recently_activated', 'a:1:{i:0;s:34:\"yith-woocommerce-wishlist/init.php\";}', 'yes'),
(309, 'yith_wcwl_frontend_css_colors', 's:1159:\"a:10:{s:15:\"add_to_wishlist\";a:3:{s:10:\"background\";s:7:\"#333333\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#333333\";}s:21:\"add_to_wishlist_hover\";a:3:{s:10:\"background\";s:7:\"#4F4F4F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#4F4F4F\";}s:11:\"add_to_cart\";a:3:{s:10:\"background\";s:7:\"#333333\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#333333\";}s:17:\"add_to_cart_hover\";a:3:{s:10:\"background\";s:7:\"#4F4F4F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#4F4F4F\";}s:14:\"button_style_1\";a:3:{s:10:\"background\";s:7:\"#333333\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#333333\";}s:20:\"button_style_1_hover\";a:3:{s:10:\"background\";s:7:\"#4F4F4F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#4F4F4F\";}s:14:\"button_style_2\";a:3:{s:10:\"background\";s:7:\"#FFFFFF\";s:5:\"color\";s:7:\"#858484\";s:12:\"border_color\";s:7:\"#c6c6c6\";}s:20:\"button_style_2_hover\";a:3:{s:10:\"background\";s:7:\"#4F4F4F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#4F4F4F\";}s:14:\"wishlist_table\";a:3:{s:10:\"background\";s:7:\"#FFFFFF\";s:5:\"color\";s:7:\"#6d6c6c\";s:12:\"border_color\";s:7:\"#FFFFFF\";}s:7:\"headers\";a:1:{s:10:\"background\";s:7:\"#F4F4F4\";}}\";', 'yes'),
(310, 'yith_wcwl_wishlist_title', 'My wishlist on metro', 'yes'),
(311, 'yith_wcwl_version', '2.2.8', 'yes'),
(312, 'yith_wcwl_db_version', '2.2.0', 'yes'),
(313, 'yith_wcwl_general_videobox', 'a:7:{s:11:\"plugin_name\";s:25:\"YITH WooCommerce Wishlist\";s:18:\"title_first_column\";s:30:\"Discover the Advanced Features\";s:24:\"description_first_column\";s:89:\"Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from all features!\";s:5:\"video\";a:3:{s:8:\"video_id\";s:9:\"118797844\";s:15:\"video_image_url\";s:105:\"http://192.168.3.60/wordpress/wp-content/plugins/yith-woocommerce-wishlist//assets/images/video-thumb.jpg\";s:17:\"video_description\";s:0:\"\";}s:19:\"title_second_column\";s:28:\"Get Support and Pro Features\";s:25:\"description_second_column\";s:205:\"By purchasing the premium version of the plugin, you will take advantage of the advanced features of the product and you will get one year of free updates and support through our platform available 24h/24.\";s:6:\"button\";a:2:{s:4:\"href\";s:79:\"https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/?refer_id=1030585\";s:5:\"title\";s:28:\"Get Support and Pro Features\";}}', 'yes'),
(314, 'yith_wcwl_enabled', 'yes', 'yes'),
(315, 'yith_wcwl_wishlist_page_id', '', 'yes'),
(316, 'yith_wcwl_redirect_cart', 'no', 'yes'),
(317, 'yith_wcwl_remove_after_add_to_cart', 'yes', 'yes'),
(318, 'yith_wcwl_add_to_wishlist_text', 'Add to Wishlist', 'yes'),
(319, 'yith_wcwl_browse_wishlist_text', 'Browse Wishlist', 'yes'),
(320, 'yith_wcwl_already_in_wishlist_text', 'The product is already in the wishlist!', 'yes'),
(321, 'yith_wcwl_product_added_text', 'Product added!', 'yes'),
(322, 'yith_wcwl_add_to_cart_text', 'Add to Cart', 'yes'),
(323, 'yith_wcwl_price_show', 'yes', 'yes'),
(324, 'yith_wcwl_add_to_cart_show', 'yes', 'yes'),
(325, 'yith_wcwl_stock_show', 'yes', 'yes'),
(326, 'yith_wcwl_show_dateadded', 'no', 'yes'),
(327, 'yith_wcwl_repeat_remove_button', 'no', 'yes'),
(328, 'yith_wcwl_share_fb', 'yes', 'yes'),
(329, 'yith_wcwl_share_twitter', 'yes', 'yes'),
(330, 'yith_wcwl_share_pinterest', 'yes', 'yes'),
(331, 'yith_wcwl_share_googleplus', 'yes', 'yes'),
(332, 'yith_wcwl_share_email', 'yes', 'yes'),
(333, 'yith_wcwl_socials_title', 'My wishlist on metro', 'yes'),
(334, 'yith_wcwl_socials_text', '', 'yes'),
(335, 'yith_wcwl_socials_image_url', '', 'yes'),
(336, 'yith_wfbt_enable_integration', 'yes', 'yes'),
(337, 'yith_wcwl_use_button', 'no', 'yes'),
(338, 'yith_wcwl_custom_css', '', 'yes'),
(339, 'yith_wcwl_frontend_css', 'yes', 'yes'),
(340, 'yith_wcwl_rounded_corners', 'yes', 'yes'),
(341, 'yith_wcwl_add_to_wishlist_icon', 'none', 'yes'),
(342, 'yith_wcwl_add_to_cart_icon', 'fa-shopping-cart', 'yes'),
(343, 'yit_plugin_fw_panel_wc_default_options_set', 'a:1:{s:15:\"yith_wcwl_panel\";b:1;}', 'yes'),
(344, '_transient_timeout_importpostids', '1555059107', 'no'),
(345, '_transient_importpostids', 'a:210:{i:8979;i:9;i:8787;i:10;i:7042;i:11;i:7041;i:12;i:1;i:13;i:3098;i:14;i:3097;i:15;i:483;i:16;i:485;i:17;i:2009;i:18;i:8984;i:19;i:474;i:20;i:9969;i:21;i:9847;i:22;i:9165;i:23;i:8550;i:24;i:8545;i:25;i:8538;i:26;i:8412;i:27;i:8220;i:28;i:8194;i:29;i:8111;i:30;i:7921;i:31;i:7858;i:32;i:7640;i:33;i:7562;i:34;i:7316;i:35;i:7224;i:36;i:7037;i:37;i:7025;i:38;i:7020;i:39;i:7017;i:40;i:7014;i:41;i:7011;i:42;i:7008;i:43;i:7002;i:44;i:6999;i:45;i:6996;i:46;i:6990;i:47;i:4041;i:48;i:4025;i:49;i:4008;i:50;i:3983;i:51;i:3981;i:52;i:3971;i:53;i:3648;i:54;i:3569;i:55;i:3288;i:56;i:3282;i:57;i:3257;i:58;i:7;i:59;i:6;i:60;i:5;i:61;i:4;i:62;i:3055;i:63;i:3053;i:64;i:3049;i:65;i:3031;i:66;i:3025;i:67;i:3021;i:68;i:2585;i:69;i:2560;i:70;i:2138;i:71;i:2058;i:72;i:2000;i:73;i:790;i:74;i:776;i:44;i:670;i:75;i:654;i:76;i:650;i:77;i:644;i:78;i:642;i:79;i:637;i:80;i:636;i:81;i:624;i:82;i:545;i:83;i:539;i:84;i:538;i:85;i:532;i:86;i:530;i:87;i:522;i:88;i:519;i:45;i:514;i:89;i:501;i:90;i:473;i:91;i:464;i:92;i:456;i:93;i:453;i:94;i:288;i:95;i:46;i:96;i:9654;i:156;i:9439;i:157;i:8783;i:158;i:8781;i:159;i:8635;i:160;i:8593;i:161;i:8587;i:162;i:3764;i:163;i:395;i:164;i:270;i:165;i:167;i:166;i:132;i:167;i:8263;i:168;i:229;i:169;i:432;i:170;i:427;i:171;i:422;i:172;i:416;i:173;i:411;i:174;i:405;i:175;i:400;i:176;i:389;i:177;i:331;i:178;i:328;i:179;i:325;i:180;i:319;i:181;i:316;i:182;i:308;i:183;i:293;i:184;i:283;i:185;i:266;i:186;i:263;i:187;i:250;i:188;i:233;i:189;i:187;i:190;i:182;i:191;i:177;i:192;i:172;i:193;i:162;i:194;i:157;i:195;i:149;i:196;i:143;i:197;i:138;i:198;i:126;i:199;i:120;i:200;i:111;i:201;i:8269;i:202;i:8268;i:203;i:8244;i:204;i:8238;i:205;i:99;i:206;i:96;i:207;i:3352;i:208;i:90;i:209;i:3351;i:210;i:83;i:211;i:79;i:212;i:3350;i:213;i:3349;i:214;i:3348;i:215;i:3347;i:216;i:60;i:212;i:56;i:217;i:53;i:218;i:50;i:219;i:3346;i:213;i:40;i:216;i:37;i:218;i:34;i:213;i:31;i:217;i:22;i:216;i:19;i:214;i:15;i:212;i:8277;i:220;i:8922;i:221;i:8919;i:222;i:8917;i:223;i:8915;i:224;i:8913;i:225;i:8909;i:226;i:8890;i:227;i:8887;i:228;i:8516;s:3:\"229\";i:3320;s:3:\"230\";i:3219;s:3:\"231\";i:3216;s:3:\"232\";i:3215;s:3:\"233\";i:3210;s:3:\"234\";i:8552;s:3:\"235\";i:8548;s:3:\"236\";i:8406;s:3:\"237\";i:8196;s:3:\"238\";i:7040;s:3:\"239\";i:4046;s:3:\"240\";i:3263;i:241;i:3259;s:3:\"242\";i:3224;s:3:\"243\";i:3222;s:3:\"244\";i:3218;s:3:\"245\";i:3204;s:3:\"246\";i:3203;s:3:\"247\";i:3202;s:3:\"248\";i:3201;s:3:\"249\";i:3200;s:3:\"250\";i:3197;s:3:\"251\";i:3167;s:3:\"252\";i:3121;s:3:\"253\";i:3119;s:3:\"254\";i:8547;i:255;i:8416;i:256;i:8113;i:257;i:7318;i:258;i:7226;i:259;i:4027;i:260;i:4010;i:261;i:3290;i:262;i:3209;i:263;i:3206;i:264;i:3205;i:265;i:3118;i:266;}', 'no'),
(346, '_transient_timeout_importtermids', '1555059107', 'no'),
(347, '_transient_importtermids', 'a:56:{i:1;s:1:\"1\";i:6;s:2:\"16\";i:88;i:17;i:7;s:2:\"18\";i:8;s:2:\"19\";i:9;s:2:\"20\";i:10;s:2:\"21\";i:2;s:1:\"2\";i:80;s:2:\"22\";i:99;s:2:\"23\";i:20;s:2:\"24\";i:24;s:2:\"25\";i:33;s:2:\"26\";i:36;s:2:\"27\";i:4;s:1:\"4\";i:97;s:2:\"28\";i:16;s:2:\"29\";i:30;s:2:\"30\";i:31;s:2:\"31\";i:93;s:2:\"32\";i:81;s:2:\"33\";i:91;s:2:\"34\";i:114;s:2:\"35\";i:95;i:36;i:17;i:37;i:23;i:38;i:26;i:39;i:35;i:40;i:37;i:41;i:27;i:42;i:19;s:2:\"43\";i:22;i:44;i:98;s:2:\"45\";i:11;s:2:\"46\";i:14;i:47;i:21;s:2:\"48\";i:32;i:49;i:5;s:1:\"5\";i:18;s:2:\"50\";i:25;s:2:\"51\";i:15;s:2:\"52\";i:28;s:2:\"53\";i:34;i:54;i:29;s:2:\"55\";i:75;s:2:\"56\";i:77;s:2:\"57\";i:78;s:2:\"58\";i:76;s:2:\"59\";i:73;s:2:\"60\";i:74;s:2:\"61\";i:90;i:62;i:89;i:63;i:111;s:2:\"64\";i:107;s:2:\"65\";i:55;s:2:\"66\";i:51;s:2:\"67\";}', 'no'),
(348, 'category_children', 'a:0:{}', 'yes'),
(350, '_transient_timeout_postorphans', '1555059107', 'no'),
(351, '_transient_postorphans', 'a:79:{i:9847;i:519;i:9165;i:288;i:8550;i:3021;i:8545;i:519;i:8538;i:3021;i:8412;i:519;i:8220;i:3021;i:8194;i:3025;i:8111;i:3021;i:7921;i:288;i:7858;i:288;i:7640;i:288;i:7562;i:288;i:7316;i:3021;i:7224;i:3021;i:7037;i:3025;i:7025;i:288;i:7020;i:288;i:7017;i:288;i:7014;i:288;i:7011;i:288;i:7008;i:288;i:7002;i:288;i:6999;i:288;i:6996;i:288;i:6990;i:288;i:4041;i:3025;i:4025;i:3021;i:4008;i:3021;i:3983;i:288;i:3981;i:288;i:3971;i:288;i:3648;i:288;i:3569;i:288;i:3288;i:3021;i:3282;i:519;i:3257;i:3021;i:3055;i:3025;i:3053;i:3025;i:3049;i:3025;i:2585;i:288;i:2560;i:288;i:2058;i:288;i:776;i:519;i:670;i:288;i:654;i:288;i:650;i:288;i:644;i:288;i:642;i:288;i:637;i:288;i:636;i:288;i:545;i:519;i:539;i:288;i:538;i:288;i:532;i:519;i:522;i:519;i:514;i:288;i:464;i:288;i:456;i:288;i:453;i:288;i:9956;i:2862;i:9823;i:2862;i:9774;i:2862;i:9765;i:2862;i:9764;i:2862;i:9763;i:2862;i:9332;i:2862;i:8662;i:2862;i:7373;i:2862;i:7371;i:2862;i:7188;i:2862;i:7185;i:2862;i:7183;i:2862;i:3946;i:2862;i:3231;i:2862;i:3230;i:2862;i:3229;i:2862;i:3214;i:2862;i:3118;i:3271;}', 'no'),
(352, '_transient_product_query-transient-version', '1554972688', 'yes'),
(371, 'product_cat_children', 'a:4:{i:22;a:1:{i:0;i:23;}i:33;a:2:{i:0;i:34;i:1;i:36;}i:56;a:2:{i:0;i:57;i:1;i:58;}i:60;a:1:{i:0;i:61;}}', 'yes'),
(375, 'featured_item_category_children', 'a:0:{}', 'yes'),
(385, 'widget_null-instagram-feed', 'a:4:{i:3;a:0:{}i:4;a:6:{s:5:\"title\";s:9:\"Instagram\";s:8:\"username\";s:21:\"beautifuldestinations\";s:6:\"number\";s:2:\"10\";s:4:\"size\";s:5:\"large\";s:6:\"target\";s:5:\"_self\";s:4:\"link\";s:10:\"Follow Me!\";}i:5;a:6:{s:5:\"title\";s:9:\"Instagram\";s:8:\"username\";s:7:\"topshop\";s:6:\"number\";s:1:\"6\";s:4:\"size\";s:9:\"thumbnail\";s:6:\"target\";s:5:\"_self\";s:4:\"link\";s:9:\"Follow us\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(387, 'yith_wcwl_button_position', 'shortcode', 'yes'),
(392, 'envato_setup_complete', '1554972741', 'yes'),
(393, '_transient_shipping-transient-version', '1554972744', 'yes'),
(396, '_transient_product-transient-version', '1554972745', 'yes'),
(397, '_transient_timeout_wc_product_children_165', '1557564745', 'no'),
(398, '_transient_wc_product_children_165', 'a:2:{s:3:\"all\";a:0:{}s:7:\"visible\";a:0:{}}', 'no'),
(399, '_transient_timeout_wc_var_prices_165', '1557564745', 'no'),
(400, '_transient_wc_var_prices_165', '{\"version\":\"1554972745\",\"da7998d69723f55a4a1f74ee81f5264b\":{\"price\":[],\"regular_price\":[],\"sale_price\":[]}}', 'no'),
(401, '_transient_timeout_wc_term_counts', '1557564745', 'no'),
(402, '_transient_wc_term_counts', 'a:42:{i:58;s:1:\"4\";i:45;s:1:\"6\";i:35;s:1:\"6\";i:60;s:1:\"3\";i:61;s:1:\"3\";i:36;s:1:\"1\";i:22;s:1:\"9\";i:56;s:1:\"6\";i:59;s:1:\"5\";i:28;s:1:\"7\";i:57;s:1:\"2\";i:32;s:1:\"7\";i:23;s:1:\"9\";i:34;s:1:\"7\";i:33;s:2:\"15\";i:25;s:1:\"9\";i:26;s:1:\"9\";i:30;s:1:\"7\";i:31;s:1:\"6\";i:43;s:1:\"5\";i:46;s:1:\"5\";i:24;s:1:\"3\";i:29;s:1:\"3\";i:48;s:1:\"3\";i:50;s:1:\"3\";i:52;s:1:\"3\";i:27;s:1:\"2\";i:51;s:1:\"2\";i:53;s:1:\"2\";i:55;s:1:\"2\";i:37;s:1:\"1\";i:38;s:1:\"1\";i:39;s:1:\"1\";i:40;s:1:\"1\";i:41;s:1:\"1\";i:42;s:1:\"1\";i:44;s:1:\"1\";i:47;s:1:\"1\";i:49;s:1:\"1\";i:54;s:1:\"1\";i:62;s:1:\"1\";i:63;s:1:\"1\";}', 'no'),
(403, '_site_transient_timeout_yith_promo_message', '3111123174', 'no'),
(404, '_site_transient_yith_promo_message', 'a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:10:{s:4:\"date\";s:29:\"Thu, 11 Apr 2019 08:52:54 GMT\";s:12:\"content-type\";s:15:\"application/xml\";s:10:\"set-cookie\";s:137:\"__cfduid=dce75e0cef1a1c6f1b37c1ed1df96cbe71554972774; expires=Fri, 10-Apr-20 08:52:54 GMT; path=/; domain=.yithemes.com; HttpOnly; Secure\";s:13:\"last-modified\";s:29:\"Mon, 08 Apr 2019 14:04:39 GMT\";s:25:\"strict-transport-security\";s:44:\"max-age=15552000; includeSubDomains; preload\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:9:\"expect-ct\";s:87:\"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"\";s:6:\"server\";s:10:\"cloudflare\";s:6:\"cf-ray\";s:20:\"4c5bba1ddcf6a2a2-HKG\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:4:\"body\";s:1048:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!-- Default border color: #acc327 -->\n<!-- Default background color: #ecf7ed -->\n\n<promotions>\n    <expiry_date>2019-04-25</expiry_date>\n    <promo>\n        <promo_id>yithhappyeaster2019</promo_id>\n        <banner>banner_easter.jpg</banner>\n        <title><![CDATA[<strong>YITH Happy Easter</strong>]]></title>\n        <description><![CDATA[\n            <span>Don\'t miss our <strong>30% discount</strong> on all our products! No coupon needed in cart. Valid only on <strong>April 20th and 21st</strong>.</span>\n        ]]></description>\n        <link>\n            <label>Get your deals now!</label>\n            <url><![CDATA[https://yithemes.com?refer_id=1072986]]></url>\n        </link>\n        <style>\n            <image_bg_color>#2695e4</image_bg_color>\n            <border_color>#2695e4</border_color>\n            <background_color>#ffffff</background_color>\n        </style>\n        <start_date>2019-04-19 00:00:00</start_date>\n        <end_date>2019-04-22 07:00:00</end_date>\n    </promo>\n</promotions>\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:1:{i:0;O:14:\"WP_Http_Cookie\":5:{s:4:\"name\";s:8:\"__cfduid\";s:5:\"value\";s:43:\"dce75e0cef1a1c6f1b37c1ed1df96cbe71554972774\";s:7:\"expires\";i:1586508774;s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:12:\"yithemes.com\";}}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:1048:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!-- Default border color: #acc327 -->\n<!-- Default background color: #ecf7ed -->\n\n<promotions>\n    <expiry_date>2019-04-25</expiry_date>\n    <promo>\n        <promo_id>yithhappyeaster2019</promo_id>\n        <banner>banner_easter.jpg</banner>\n        <title><![CDATA[<strong>YITH Happy Easter</strong>]]></title>\n        <description><![CDATA[\n            <span>Don\'t miss our <strong>30% discount</strong> on all our products! No coupon needed in cart. Valid only on <strong>April 20th and 21st</strong>.</span>\n        ]]></description>\n        <link>\n            <label>Get your deals now!</label>\n            <url><![CDATA[https://yithemes.com?refer_id=1072986]]></url>\n        </link>\n        <style>\n            <image_bg_color>#2695e4</image_bg_color>\n            <border_color>#2695e4</border_color>\n            <background_color>#ffffff</background_color>\n        </style>\n        <start_date>2019-04-19 00:00:00</start_date>\n        <end_date>2019-04-22 07:00:00</end_date>\n    </promo>\n</promotions>\";s:3:\"raw\";s:1659:\"HTTP/1.1 200 OK\r\nDate: Thu, 11 Apr 2019 08:52:54 GMT\r\nContent-Type: application/xml\r\nTransfer-Encoding: chunked\r\nConnection: close\r\nSet-Cookie: __cfduid=dce75e0cef1a1c6f1b37c1ed1df96cbe71554972774; expires=Fri, 10-Apr-20 08:52:54 GMT; path=/; domain=.yithemes.com; HttpOnly; Secure\r\nLast-Modified: Mon, 08 Apr 2019 14:04:39 GMT\r\nStrict-Transport-Security: max-age=15552000; includeSubDomains; preload\r\nX-Content-Type-Options: nosniff\r\nExpect-CT: max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"\r\nServer: cloudflare\r\nCF-RAY: 4c5bba1ddcf6a2a2-HKG\r\nContent-Encoding: gzip\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!-- Default border color: #acc327 -->\n<!-- Default background color: #ecf7ed -->\n\n<promotions>\n    <expiry_date>2019-04-25</expiry_date>\n    <promo>\n        <promo_id>yithhappyeaster2019</promo_id>\n        <banner>banner_easter.jpg</banner>\n        <title><![CDATA[<strong>YITH Happy Easter</strong>]]></title>\n        <description><![CDATA[\n            <span>Don\'t miss our <strong>30% discount</strong> on all our products! No coupon needed in cart. Valid only on <strong>April 20th and 21st</strong>.</span>\n        ]]></description>\n        <link>\n            <label>Get your deals now!</label>\n            <url><![CDATA[https://yithemes.com?refer_id=1072986]]></url>\n        </link>\n        <style>\n            <image_bg_color>#2695e4</image_bg_color>\n            <border_color>#2695e4</border_color>\n            <background_color>#ffffff</background_color>\n        </style>\n        <start_date>2019-04-19 00:00:00</start_date>\n        <end_date>2019-04-22 07:00:00</end_date>\n    </promo>\n</promotions>\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:10:{s:4:\"date\";a:1:{i:0;s:29:\"Thu, 11 Apr 2019 08:52:54 GMT\";}s:12:\"content-type\";a:1:{i:0;s:15:\"application/xml\";}s:10:\"set-cookie\";a:1:{i:0;s:137:\"__cfduid=dce75e0cef1a1c6f1b37c1ed1df96cbe71554972774; expires=Fri, 10-Apr-20 08:52:54 GMT; path=/; domain=.yithemes.com; HttpOnly; Secure\";}s:13:\"last-modified\";a:1:{i:0;s:29:\"Mon, 08 Apr 2019 14:04:39 GMT\";}s:25:\"strict-transport-security\";a:1:{i:0;s:44:\"max-age=15552000; includeSubDomains; preload\";}s:22:\"x-content-type-options\";a:1:{i:0;s:7:\"nosniff\";}s:9:\"expect-ct\";a:1:{i:0;s:87:\"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"\";}s:6:\"server\";a:1:{i:0;s:10:\"cloudflare\";}s:6:\"cf-ray\";a:1:{i:0;s:20:\"4c5bba1ddcf6a2a2-HKG\";}s:16:\"content-encoding\";a:1:{i:0;s:4:\"gzip\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.1000000000000001;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:59:\"https://update.yithemes.com/promo/hotlink-ok/yith-promo.xml\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:1:{s:8:\"__cfduid\";O:15:\"Requests_Cookie\":5:{s:4:\"name\";s:8:\"__cfduid\";s:5:\"value\";s:43:\"dce75e0cef1a1c6f1b37c1ed1df96cbe71554972774\";s:10:\"attributes\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:5:{s:7:\"expires\";i:1586508774;s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:12:\"yithemes.com\";s:8:\"httponly\";b:1;s:6:\"secure\";b:1;}}s:5:\"flags\";a:4:{s:8:\"creation\";i:1554972774;s:11:\"last-access\";i:1554972774;s:10:\"persistent\";b:0;s:9:\"host-only\";b:0;}s:14:\"reference_time\";i:1554972774;}}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}', 'no'),
(405, '_transient_timeout_feed_cd43c96e0a956d0642f6b5bb05816ca1', '1555015974', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(406, '_transient_feed_cd43c96e0a956d0642f6b5bb05816ca1', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Products – YITH\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"https://yithemes.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"FREE 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"\n	Wed, 10 Apr 2019 22:18:51 +0000	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=5.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:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://yithemes.com/wp-content/uploads/2015/11/cropped-favicon4-32x32.png\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Products – YITH\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"https://yithemes.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s: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:37:\"YITH PayPal Braintree for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://yithemes.com/themes/plugins/yith-paypal-braintree-for-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://yithemes.com/themes/plugins/yith-paypal-braintree-for-woocommerce/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Apr 2019 11:47:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://yithemes.com/?post_type=product&p=1028361\";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:963:\"<p dir=\"ltr\">Just one PayPal account linked to BrainTree that allows you to integrate credit card and PayPal payments in your e-commerce shop easily.</p>\r\n<p dir=\"ltr\"><b>Benefits:</b></p>\r\n\r\n<ul>\r\n 	<li>Handle all the transactions of your e-commerce shop using just one account on BrainTree.</li>\r\n 	<li>Make the checkout process easier and quicker by giving users the possibility to save their credit card or their PayPal account details and make them available for their next purchases.</li>\r\n</ul>\r\n<p dir=\"ltr\">BrainTree is the first and the only payment platform that allows receiving both payments with credit card and with PayPal, in one single integration.</p>\r\n<p dir=\"ltr\">Thanks to our plugin YITH PayPal BrainTree for WooCommerce, not only can you accept and handle payments with PayPal and credit card in your e-commerce shop but also you can speed up the purchasing process and give your customers the possibility to save their payment details.</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alessandra\";s: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:10783:\"<p>    <div class=\"row \">\n		    <div class=\"cols col-sm-9 \">\n		</p>\n<h3>A versatile and simple solution to integrate payments with PayPal and credit cards on your store</h3>\n<p dir=\"ltr\">YITH PayPal Braintree is one of the easiest solutions to let your customers pay <b>with credit card or PayPal</b> when placing orders on your e-commerce.</p>\n<p dir=\"ltr\">So, they don’t have to enter the payment information every time they place an order on your website, which will make the checkout easier and move customers to complete the purchase more quickly.</p>\n<p dir=\"ltr\">Customers will also be able to edit their payment information right from their account page.</p>\n<p dir=\"ltr\">Moreover, thanks to full compatibility with YITH Subscription, it’ll be even easier to handle recurring payments in your store.</p>\n<p>    </div>\n	    <div class=\"cols col-sm-3 \">\n		    </div>\n	    </div>\n	<br />\n    <div class=\"spacer\" style=\"height: ”50”px;\"></div>\n	</p>\n<h2 style=\"text-align: center;border: none\">WITH <span class=\"green\">YITH PAYPAL BRAINTREE</span> YOU CAN:</h2>\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Enable payments by credit card and/or PayPal            </h2>\n		\n		            <h3>\n				in your shop with a unique and secure Braintree account            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"770\" src=\"https://yithemes.com/wp-content/uploads/2019/04/01-1.jpg\" class=\"attachment-full size-full\" alt=\"\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2019/04/01-1.jpg 600w, https://yithemes.com/wp-content/uploads/2019/04/01-1-234x300.jpg 234w, https://yithemes.com/wp-content/uploads/2019/04/01-1-261x335.jpg 261w, https://yithemes.com/wp-content/uploads/2019/04/01-1-311x399.jpg 311w, https://yithemes.com/wp-content/uploads/2019/04/01-1-270x347.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Save cards and PayPal credentials            </h2>\n		\n		            <h3>\n				So, your customers will not have to enter their details for future purchases            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"676\" src=\"https://yithemes.com/wp-content/uploads/2019/04/02-1.jpg\" class=\"attachment-full size-full\" alt=\"\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2019/04/02-1.jpg 600w, https://yithemes.com/wp-content/uploads/2019/04/02-1-266x300.jpg 266w, https://yithemes.com/wp-content/uploads/2019/04/02-1-261x294.jpg 261w, https://yithemes.com/wp-content/uploads/2019/04/02-1-311x350.jpg 311w, https://yithemes.com/wp-content/uploads/2019/04/02-1-270x304.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Charge immediately or Authorize only            </h2>\n		\n		            <h3>\n				and charge the payment only later            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"987\" src=\"https://yithemes.com/wp-content/uploads/2019/04/03-1.jpg\" class=\"attachment-full size-full\" alt=\"\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2019/04/03-1.jpg 600w, https://yithemes.com/wp-content/uploads/2019/04/03-1-182x300.jpg 182w, https://yithemes.com/wp-content/uploads/2019/04/03-1-261x429.jpg 261w, https://yithemes.com/wp-content/uploads/2019/04/03-1-311x512.jpg 311w, https://yithemes.com/wp-content/uploads/2019/04/03-1-270x444.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Support to multi-currency shops            </h2>\n		\n		            <h3>\n				Enable a merchant ID for each currency of your shop            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"659\" src=\"https://yithemes.com/wp-content/uploads/2019/04/04-1.jpg\" class=\"attachment-full size-full\" alt=\"\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2019/04/04-1.jpg 600w, https://yithemes.com/wp-content/uploads/2019/04/04-1-273x300.jpg 273w, https://yithemes.com/wp-content/uploads/2019/04/04-1-261x287.jpg 261w, https://yithemes.com/wp-content/uploads/2019/04/04-1-311x342.jpg 311w, https://yithemes.com/wp-content/uploads/2019/04/04-1-270x297.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Refund with one click            </h2>\n		\n		            <h3>\n				Refund the payment via Braintree from the order details page            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"539\" src=\"https://yithemes.com/wp-content/uploads/2019/04/05-1.jpg\" class=\"attachment-full size-full\" alt=\"\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2019/04/05-1.jpg 600w, https://yithemes.com/wp-content/uploads/2019/04/05-1-300x270.jpg 300w, https://yithemes.com/wp-content/uploads/2019/04/05-1-261x234.jpg 261w, https://yithemes.com/wp-content/uploads/2019/04/05-1-311x279.jpg 311w, https://yithemes.com/wp-content/uploads/2019/04/05-1-270x243.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Configure your own Dynamic Descriptors            </h2>\n		\n		            <h3>\n				that will show up in the transaction details            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"905\" src=\"https://yithemes.com/wp-content/uploads/2019/04/06-1.jpg\" class=\"attachment-full size-full\" alt=\"\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2019/04/06-1.jpg 600w, https://yithemes.com/wp-content/uploads/2019/04/06-1-199x300.jpg 199w, https://yithemes.com/wp-content/uploads/2019/04/06-1-261x394.jpg 261w, https://yithemes.com/wp-content/uploads/2019/04/06-1-311x469.jpg 311w, https://yithemes.com/wp-content/uploads/2019/04/06-1-270x407.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Enable 3D Secure for card payments            </h2>\n		\n		            <h3>\n				a second check with a one-time code will make the transaction safer            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"853\" src=\"https://yithemes.com/wp-content/uploads/2019/04/08-1.jpg\" class=\"attachment-full size-full\" alt=\"\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2019/04/08-1.jpg 600w, https://yithemes.com/wp-content/uploads/2019/04/08-1-211x300.jpg 211w, https://yithemes.com/wp-content/uploads/2019/04/08-1-261x371.jpg 261w, https://yithemes.com/wp-content/uploads/2019/04/08-1-311x442.jpg 311w, https://yithemes.com/wp-content/uploads/2019/04/08-1-270x384.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Advanced Fraud Tools            </h2>\n		\n		            <h3>\n				will prevent you from getting payments from unreliable cards            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"926\" src=\"https://yithemes.com/wp-content/uploads/2019/04/07-1.jpg\" class=\"attachment-full size-full\" alt=\"\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2019/04/07-1.jpg 600w, https://yithemes.com/wp-content/uploads/2019/04/07-1-194x300.jpg 194w, https://yithemes.com/wp-content/uploads/2019/04/07-1-261x403.jpg 261w, https://yithemes.com/wp-content/uploads/2019/04/07-1-311x480.jpg 311w, https://yithemes.com/wp-content/uploads/2019/04/07-1-270x417.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row \">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Choose the perfect layout for PayPal button            </h2>\n		\n		            <h3>\n				among the official layouts provided by PayPal            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"581\" height=\"1064\" src=\"https://yithemes.com/wp-content/uploads/2018/07/03.jpg\" class=\"attachment-full size-full\" alt=\"PayPal on Cart page\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/03.jpg 581w, https://yithemes.com/wp-content/uploads/2018/07/03-164x300.jpg 164w, https://yithemes.com/wp-content/uploads/2018/07/03-559x1024.jpg 559w, https://yithemes.com/wp-content/uploads/2018/07/03-261x478.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/03-311x570.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/03-270x494.jpg 270w\" sizes=\"(max-width: 581px) 100vw, 581px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Take advantage of the wpml compatibility            </h2>\n		\n		            <h3>\n				You are free to easily translate the plugin with the powerful wpml tool            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"528\" height=\"395\" src=\"https://yithemes.com/wp-content/uploads/2016/08/wpml.jpg\" class=\"attachment-full size-full\" alt=\"Wpml Compatible\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2016/08/wpml.jpg 528w, https://yithemes.com/wp-content/uploads/2016/08/wpml-261x195.jpg 261w, https://yithemes.com/wp-content/uploads/2016/08/wpml-270x202.jpg 270w, https://yithemes.com/wp-content/uploads/2016/08/wpml-300x224.jpg 300w, https://yithemes.com/wp-content/uploads/2016/08/wpml-311x233.jpg 311w\" sizes=\"(max-width: 528px) 100vw, 528px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://yithemes.com/themes/plugins/yith-paypal-braintree-for-woocommerce/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;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:48:\"YITH Product Description in Loop for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://yithemes.com/themes/plugins/yith-product-description-in-loop-for-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://yithemes.com/themes/plugins/yith-product-description-in-loop-for-woocommerce/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Mar 2019 14:06:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://yithemes.com/?post_type=product&p=1026348\";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:467:\"<p dir=\"ltr\">YITH Product Description in Loop is a basic and versatile plugin that allows customizing your product description text shown in loop (so, on the Shop page, in product sliders and so on). \r\n</p>\r\n<p dir=\"ltr\">It’ll be up to YOU to choose how to show your products on the Home page or on the Shop page, with structured descriptions capable of quickly attract your customers’ attention and to make them click on the product to learn more about it.\r\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"YITH Support Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10303:\"    <div class=\"row \">\n		    <div class=\"cols col-sm-9 \">\n		</p>\n<h3>Replace the standard product description with customized and sales-oriented texts</h3>\n<p dir=\"ltr\">This is the reason why we have designed this plugin: we realised that the plugin description texts on our home page did not faithfully represent what the plugin is, <strong>as the short text used to be taken out of the product detail page automatically</strong>. The loop text used to show a few lines of nonsense text, sometimes even broken sentences.</p>\n<p dir=\"ltr\">Looking into our customers’ e-commerce websites made it clear to us that it’s a common issue that any WooCommerce user experiences because almost all of their shops are showing texts that are neither market-oriented nor useful nor informative in any way for the users.</p>\n<p dir=\"ltr\">This is how we shaped YITH Product Description in Loop: <strong>a simple as well as powerful plugin that generates a textarea on the product detail page</strong>, where you can add (and format) the text that will replace the default one in WooCommerce loop.</p>\n<p>    </div>\n	    <div class=\"cols col-sm-3 \">\n		\n<div class=\"general-features\">\n\n		<h3 class=\"quick-info-title\">Quick info</h3>\n\n<div class=\"quick-info\">\n\n    <table class=\"info \">\n                    <tr>\n                <th>Requires:</th>\n                <td>WordPress 4.6 or higher</td>\n            </tr>\n                            <tr>\n                <th>Compatible up to:</th>\n                <td>WordPress 5.1.x</td>\n            </tr>\n                            <tr>\n                <th>Requires:</th>\n                <td>WooCommerce 3.3.x or higher</td>\n            </tr>\n                            <tr>\n                <th>Compatible up to:</th>\n                <td>WooCommerce 3.6.x</td>\n            </tr>\n                <tr>\n            <th>Minimum PHP version:</th>\n            <td>5.6</td>\n        </tr>\n                    <tr>\n                <th>Version:</th>\n                <td>1.0.1</td>\n            </tr>\n                            <tr>\n                <th>Released:</th>\n                <td>2019-04-05</td>\n            </tr>\n                            <tr>\n                <th>100% WPML Compatible:</th>\n                <td>yes</td>\n            </tr>\n                <tr>\n            <th>Translation ready:</th>\n            <td>yes</td>\n        </tr>\n                    <tr>\n                <th>Languages:</th>\n                <td>English, Italian</td>\n            </tr>\n                <tr>\n            <th>Support to:</th>\n            <td>\n                <ul class=\"list-unstyled\">\n                    <li style=\"margin-bottom: 15px;\">\n                        All YITH plugins                    </li>\n                    <li>All YITH themes</li>\n                    \n                </ul>\n            </td>\n        </tr>\n	                <tr>\n                <th>GDPR Compliant:</th>\n                <td>\n				    UNNECESSARY                </td>\n            </tr>\n	        </table>\n\n</div>\n\n<div class=\"quick-info-actions\">\n	        <a class=\"btn-sm btn-flat-green\" href=\"https://docs.yithemes.com/yith-product-description-in-loop-for-woocommerce/\"\n           title=\"View documentation\"\n           target=\"_blank\">View documentation</a>\n		\n    <a class=\"btn-sm btn-flat-green\" href=\"#\" title=\"View changelog\"\n       data-toggle=\"modal\" data-target=\"#changelog\">View changelog</a>\n</div>\n\n    <div class=\"modal fade\" id=\"changelog\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"changelogLabel\" aria-hidden=\"true\">\n        <div class=\"modal-dialog\">\n            <div class=\"modal-content\">\n                <div class=\"modal-body\">\n                    <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"><span\n                            aria-hidden=\"true\">&times;</span></button>\n                    \n		\n		<h4>Version 1.0.1 - Released: Apr 05, 2019</h4>\n        <ul>\n            <li>New: Support to WooCommerce 3.6</li>\n			<li>New: Dutch language files</li>\n			<li>Update: Plugin Core</li>\n			<li>Update: Language files</li>\n        </ul>\n		<h4>Version 1.0.0 - Released: Mar 25, 2019</h4>\n        <ul>\n            <li>Initial Release</li>\n        </ul>\n		\n                    </div>\n            </div>\n        </div>\n    </div>\n\n\n</div>\n\n    </div>\n	    </div>\n	\n<h2 style=\"text-align: center;border: none\">WITH <span class=\"green\">YITH PRODUCT DESCRIPTION IN LOOP</span> YOU CAN:</h2>\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Add a short and custom product description            </h2>\n		\n		            <h3>\n				on the Shop page for each product            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"460\" src=\"https://yithemes.com/wp-content/uploads/2019/03/01.jpg\" class=\"attachment-full size-full\" alt=\"Description on Shop page\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2019/03/01.jpg 600w, https://yithemes.com/wp-content/uploads/2019/03/01-300x230.jpg 300w, https://yithemes.com/wp-content/uploads/2019/03/01-261x200.jpg 261w, https://yithemes.com/wp-content/uploads/2019/03/01-311x238.jpg 311w, https://yithemes.com/wp-content/uploads/2019/03/01-270x207.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Show the custom description also on category and tag pages            </h2>\n		\n		            <h3>\n				            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"485\" src=\"https://yithemes.com/wp-content/uploads/2019/03/02.jpg\" class=\"attachment-full size-full\" alt=\"Category and tag page\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2019/03/02.jpg 600w, https://yithemes.com/wp-content/uploads/2019/03/02-300x243.jpg 300w, https://yithemes.com/wp-content/uploads/2019/03/02-261x211.jpg 261w, https://yithemes.com/wp-content/uploads/2019/03/02-311x251.jpg 311w, https://yithemes.com/wp-content/uploads/2019/03/02-270x218.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Customize the description text colour and size            </h2>\n		\n		            <h3>\n				or inherit it from the theme style            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"1144\" src=\"https://yithemes.com/wp-content/uploads/2019/03/04.jpg\" class=\"attachment-full size-full\" alt=\"Style options\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2019/03/04.jpg 600w, https://yithemes.com/wp-content/uploads/2019/03/04-157x300.jpg 157w, https://yithemes.com/wp-content/uploads/2019/03/04-537x1024.jpg 537w, https://yithemes.com/wp-content/uploads/2019/03/04-261x498.jpg 261w, https://yithemes.com/wp-content/uploads/2019/03/04-311x593.jpg 311w, https://yithemes.com/wp-content/uploads/2019/03/04-270x515.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Customize the position where the description appears            </h2>\n		\n		            <h3>\n				so that it can perfectly integrate with your shop appearance            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"829\" src=\"https://yithemes.com/wp-content/uploads/2019/03/03.jpg\" class=\"attachment-full size-full\" alt=\"Position\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2019/03/03.jpg 600w, https://yithemes.com/wp-content/uploads/2019/03/03-217x300.jpg 217w, https://yithemes.com/wp-content/uploads/2019/03/03-261x361.jpg 261w, https://yithemes.com/wp-content/uploads/2019/03/03-311x430.jpg 311w, https://yithemes.com/wp-content/uploads/2019/03/03-270x373.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row \">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Set up a maximum number of words            </h2>\n		\n		            <h3>\n				for the description, so you can keep their length consistent across products            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"681\" src=\"https://yithemes.com/wp-content/uploads/2019/03/05.jpg\" class=\"attachment-full size-full\" alt=\"Wordcount\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2019/03/05.jpg 600w, https://yithemes.com/wp-content/uploads/2019/03/05-264x300.jpg 264w, https://yithemes.com/wp-content/uploads/2019/03/05-261x296.jpg 261w, https://yithemes.com/wp-content/uploads/2019/03/05-311x353.jpg 311w, https://yithemes.com/wp-content/uploads/2019/03/05-270x306.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Take advantage of the wpml compatibility            </h2>\n		\n		            <h3>\n				You are free to easily translate the plugin with the powerful wpml tool            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"528\" height=\"395\" src=\"https://yithemes.com/wp-content/uploads/2016/08/wpml.jpg\" class=\"attachment-full size-full\" alt=\"Wpml Compatible\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2016/08/wpml.jpg 528w, https://yithemes.com/wp-content/uploads/2016/08/wpml-261x195.jpg 261w, https://yithemes.com/wp-content/uploads/2016/08/wpml-270x202.jpg 270w, https://yithemes.com/wp-content/uploads/2016/08/wpml-300x224.jpg 300w, https://yithemes.com/wp-content/uploads/2016/08/wpml-311x233.jpg 311w\" sizes=\"(max-width: 528px) 100vw, 528px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n\";s: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:90:\"https://yithemes.com/themes/plugins/yith-product-description-in-loop-for-woocommerce/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;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:29:\"YITH FAQ Plugin for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://yithemes.com/themes/plugins/yith-faq-plugin-for-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://yithemes.com/themes/plugins/yith-faq-plugin-for-wordpress/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Jul 2018 13:05:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://yithemes.com/?post_type=product&p=958926\";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:1080:\"<h4>What the plugin can do for me:</h4>\r\n<p dir=\"ltr\">It allows you to add a real FAQ system, efficient and easy to browse on your website to better help your customers during the purchase.</p>\r\n\r\n<h4>Benefits</h4>\r\n<ul>\r\n 	<li>Clear up any doubts during the process of purchasing</li>\r\n 	<li>Lighten customer care</li>\r\n 	<li>Strengthen the website trust</li>\r\n 	<li>Get fewer emails containing the same old questions</li>\r\n</ul>\r\n<p dir=\"ltr\">It’s hard to get it, but it’s the truth.</p>\r\n<p dir=\"ltr\">People who browse your shop in search of a product to buy are human beings as well as you, in the flesh, and as such, they think, reflect and ask questions.</p>\r\n<p dir=\"ltr\">You know when you’re in front of a product on the shop shelf, you’re ready to buy, but nobody comes to help and resolve doubts about shipping, packaging, building materials and so on?</p>\r\n<p dir=\"ltr\">You try to find the answer to your questions in vain, but nobody is listening, you get gradually overwhelmed with frustration and finally leave the shop disappointed and bitterly annoyed.</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"YITH Support Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11723:\"<p>    <div class=\"row \">\n		    <div class=\"cols col-sm-9 \">\n		</p>\n<h3>Answer frequent questions immediately using a smart and easy-to-use FAQ system and make your potential customers happy</h3>\n<p dir=\"ltr\">On the web, this behaviour is blown out of proportion and every single question left without answer turns into a lost sale in no time. And for those few people who take the further step to send an email and ask, the waiting time makes their dissatisfaction even bigger.</p>\n<p dir=\"ltr\">And what about customer care? Well, the team always answers the very same questions and their motivation to work drops down quickly.</p>\n<p dir=\"ltr\"><strong>You can solve this problem easily and immediately!</strong></p>\n<p dir=\"ltr\">Having an efficient and easy-to-use system that <strong>helps your customers find the answers</strong> to their questions quickly will totally eliminate any uncertainty they have and will inevitably increase their trust, purchase awareness and your sales.</p>\n<p dir=\"ltr\">We’ve just created a product you can’t live without!</p>\n<p dir=\"ltr\">Moreover, <strong>every single FAQ can be easily shared to your customers</strong> using a link that you can send per email or chat whenever you need in less than a few seconds, as easy as pie.</p>\n<p dir=\"ltr\">Check the online demo now and test all the features of the FAQ system we’ve just released to simplify your work and your business.</p>\n<p dir=\"ltr\">Note: <strong>our plugin for WordPress creates FAQs</strong> that you can enter in any place of your website using a shortcode and is compatible with WooCommerce.</p>\n<p>    </div>\n	</p>\n<p>    <div class=\"cols col-sm-3 \">\n		\n<div class=\"general-features\">\n\n		<h3 class=\"quick-info-title\">Quick info</h3>\n\n<div class=\"quick-info\">\n\n    <table class=\"info \">\n                    <tr>\n                <th>Requires:</th>\n                <td>WordPress 4.6 or higher</td>\n            </tr>\n                            <tr>\n                <th>Compatible up to:</th>\n                <td>WordPress 5.0.x</td>\n            </tr>\n                            <tr>\n                <th>Requires:</th>\n                <td>WooCommerce 3.2 or higher</td>\n            </tr>\n                            <tr>\n                <th>Compatible up to:</th>\n                <td>WooCommerce 3.5.x</td>\n            </tr>\n                <tr>\n            <th>Minimum PHP version:</th>\n            <td>5.6</td>\n        </tr>\n                    <tr>\n                <th>Version:</th>\n                <td>1.0.7</td>\n            </tr>\n                            <tr>\n                <th>Released:</th>\n                <td>2019-01-29</td>\n            </tr>\n                            <tr>\n                <th>100% WPML Compatible:</th>\n                <td>yes</td>\n            </tr>\n                <tr>\n            <th>Translation ready:</th>\n            <td>yes</td>\n        </tr>\n                    <tr>\n                <th>Languages:</th>\n                <td>Dutch, English, Italian</td>\n            </tr>\n                <tr>\n            <th>Support to:</th>\n            <td>\n                <ul class=\"list-unstyled\">\n                    <li style=\"margin-bottom: 15px;\">\n                        All YITH plugins                    </li>\n                    <li>All YITH themes</li>\n                    \n                </ul>\n            </td>\n        </tr>\n	                <tr>\n                <th>GDPR Compliant:</th>\n                <td>\n				    UNNECESSARY                </td>\n            </tr>\n	        </table>\n\n</div>\n\n<div class=\"quick-info-actions\">\n	        <a class=\"btn-sm btn-flat-green\" href=\"https://docs.yithemes.com/yith-faq-plugin-for-wordpress/\"\n           title=\"View documentation\"\n           target=\"_blank\">View documentation</a>\n		\n    <a class=\"btn-sm btn-flat-green\" href=\"#\" title=\"View changelog\"\n       data-toggle=\"modal\" data-target=\"#changelog\">View changelog</a>\n</div>\n\n    <div class=\"modal fade\" id=\"changelog\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"changelogLabel\" aria-hidden=\"true\">\n        <div class=\"modal-dialog\">\n            <div class=\"modal-content\">\n                <div class=\"modal-body\">\n                    <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"><span\n                            aria-hidden=\"true\">&times;</span></button>\n                    \n		   \n		<h4>Version 1.0.7 - Released: Jan 29, 2019</h4>\n            <ul>\n				<li>Update: plugin framework</li>\n            </ul>\n		<h4>Version 1.0.6 - Released: Jan 10, 2019</h4>\n            <ul>\n				<li>Update: plugin framework</li>\n				<li>Fix: fixed category filter CSS</li>\n				<li>Dev: added filter yith_faq_enable_scroll</li>\n            </ul>\n		<h4>Version 1.0.5 - Released: Dec 07, 2018</h4>\n            <ul>\n				<li>New: Support to WordPress 5.0</li>\n				<li>New: Gutenberg block for FAQ shortcode</li>\n				<li>Update: plugin framework</li>\n            </ul>\n		<h4>Version 1.0.4 - Released: Oct 22, 2018</h4>\n            <ul>\n				<li>Update: plugin framework</li>\n            </ul>\n		<h4>Version 1.0.3 - Released: Oct 04, 2018</h4>\n            <ul>\n                <li>Fix: scripts conflicting with other plugins scripts</li>\n            </ul>\n		<h4>Version 1.0.2 - Released: Oct 02, 2018</h4>\n            <ul>\n                <li>New: Italian translation</li>\n				<li>Update: plugin framework</li>\n            </ul>\n		<h4>Version 1.0.1 - Released: Aug 31, 2018</h4>\n            <ul>\n                <li>New: Dutch translation</li>\n				<li>Update: plugin framework</li>\n				<li>Fix: pagination links behavior</li>\n            </ul>\n		<h4>Version 1.0.0 - Released: Jul 30, 2018</h4>\n            <ul>\n                <li>Initial Release</li>\n            </ul>\n		\n                    </div>\n            </div>\n        </div>\n    </div>\n\n\n</div>\n\n    </div>\n	<br />\n    </div>\n	<br />\n    <div class=\"spacer\" style=\"height: 50px;\"></div>\n	</p>\n<h2 style=\"text-align: center\">WITH <span class=\"green\">YITH FAQ</span> YOU CAN:</h2>\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Add a search bar to your FAQ page            </h2>\n		\n		            <h3>\n				Let customers search FAQs on keywords            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"483\" src=\"https://yithemes.com/wp-content/uploads/2018/07/1.jpg\" class=\"attachment-full size-full\" alt=\"Add search bar\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/1.jpg 600w, https://yithemes.com/wp-content/uploads/2018/07/1-300x242.jpg 300w, https://yithemes.com/wp-content/uploads/2018/07/1-261x210.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/1-311x250.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/1-270x217.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Add a category to your question            </h2>\n		\n		            <h3>\n				Let customers filter FAQs by category            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"441\" src=\"https://yithemes.com/wp-content/uploads/2018/07/2.jpg\" class=\"attachment-full size-full\" alt=\"Add categories\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/2.jpg 600w, https://yithemes.com/wp-content/uploads/2018/07/2-300x221.jpg 300w, https://yithemes.com/wp-content/uploads/2018/07/2-261x192.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/2-311x229.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/2-270x198.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Create shortcodes in the blink of an eye            </h2>\n		\n		            <h3>\n				Set the options you want and can create a shortcode immediately            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"673\" src=\"https://yithemes.com/wp-content/uploads/2018/07/3.jpg\" class=\"attachment-full size-full\" alt=\"Create shortcode\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/3.jpg 600w, https://yithemes.com/wp-content/uploads/2018/07/3-267x300.jpg 267w, https://yithemes.com/wp-content/uploads/2018/07/3-261x293.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/3-311x349.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/3-270x303.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Choose the display style of the FAQ            </h2>\n		\n		            <h3>\n				Select an icon, size and position            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"740\" src=\"https://yithemes.com/wp-content/uploads/2018/07/4.jpg\" class=\"attachment-full size-full\" alt=\"Choose icons\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/4.jpg 600w, https://yithemes.com/wp-content/uploads/2018/07/4-243x300.jpg 243w, https://yithemes.com/wp-content/uploads/2018/07/4-261x322.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/4-311x384.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/4-270x333.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Customize the lay-out of your FAQ page            </h2>\n		\n		            <h3>\n				Set colors for every button, icon and category            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"852\" src=\"https://yithemes.com/wp-content/uploads/2018/07/5.jpg\" class=\"attachment-full size-full\" alt=\"customize lay-out\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/5.jpg 600w, https://yithemes.com/wp-content/uploads/2018/07/5-211x300.jpg 211w, https://yithemes.com/wp-content/uploads/2018/07/5-261x371.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/5-311x442.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/5-270x383.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Take advantage of the wpml compatibility            </h2>\n		\n		            <h3>\n				You are free to easily translate the plugin with the powerful wpml to            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"528\" height=\"395\" src=\"https://yithemes.com/wp-content/uploads/2016/08/wpml.jpg\" class=\"attachment-full size-full\" alt=\"Wpml Compatible\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2016/08/wpml.jpg 528w, https://yithemes.com/wp-content/uploads/2016/08/wpml-261x195.jpg 261w, https://yithemes.com/wp-content/uploads/2016/08/wpml-270x202.jpg 270w, https://yithemes.com/wp-content/uploads/2016/08/wpml-300x224.jpg 300w, https://yithemes.com/wp-content/uploads/2016/08/wpml-311x233.jpg 311w\" sizes=\"(max-width: 528px) 100vw, 528px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://yithemes.com/themes/plugins/yith-faq-plugin-for-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:2:\"12\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;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:35:\"YITH PayPal PayOuts for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://yithemes.com/themes/plugins/yith-paypal-payouts-for-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://yithemes.com/themes/plugins/yith-paypal-payouts-for-woocommerce/#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, 20 Jul 2018 07:35:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://yithemes.com/?post_type=product&p=951510\";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:880:\"<p dir=\"ltr\">Paypal Payout is not a payment gateway, yet it allows <strong>paying vendors and affiliates</strong> in a completely automatic way, or manually through a single action.</p>\r\n<p dir=\"ltr\">Indeed, with the very useful Mass Pay feature, you will be able to pay all the commissions to vendors or affiliates with just one click, saving a lot of precious time, or split the payment among different receivers directly at the checkout, automatically!</p>\r\n\r\n<div class=\"alert alert-info\"><strong>IMPORTANT: By default, Payouts is enabled in the sandbox environment. Merchants in the U.S. with a business account can enable Payouts in the live environment. </strong>Please, refer to <a title=\"\" href=\"https://developer.paypal.com/docs/payouts/integrate/api-integration/\" target=\"_blank\" rel=\"noopener noreferrer\">PayPal official documentation</a> for more information.</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"YITH Support Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11075:\"<p>    <div class=\"row \">\n		    <div class=\"cols col-sm-9 \">\n		</p>\n<h3>PayPal PayOuts automates your marketplace mass payments and is perfectly integrated with our YITH WooCommerce Multi Vendor and YITH WooCommerce Affiliates.</h3>\n<p dir=\"ltr\">If you are wondering whether this plugin works even without running a marketplace&#8230;well, the answer is definitely yes!</p>\n<p dir=\"ltr\">Also without installing our <strong>YITH Multi Vendor</strong> or our <strong>YITH Affiliates</strong>, with which Payout is perfectly integrated, you can split all the payments on your site among more receivers with the commissions you prefer!</p>\n<p dir=\"ltr\">Splitting profits of a site has never been that easy! Indeed, for every payment completed, PayPal PayOuts will immediately and automatically share the payment depending on the commissions you have configured.</p>\n<p dir=\"ltr\">View the screenshots and test the live demo to check what this plugin can do for you both used alone and in combination with our best sellers YITH Multi Vendor and YITH Affiliates.</p>\n<p>    </div>\n	</p>\n<p>    <div class=\"cols col-sm-3 \">\n		\n<div class=\"general-features\">\n\n		<h3 class=\"quick-info-title\">Quick info</h3>\n\n<div class=\"quick-info\">\n\n    <table class=\"info \">\n                    <tr>\n                <th>Requires:</th>\n                <td>WordPress 4.7 or higher</td>\n            </tr>\n                            <tr>\n                <th>Compatible up to:</th>\n                <td>WordPress 5.0.x</td>\n            </tr>\n                            <tr>\n                <th>Requires:</th>\n                <td>WooCommerce 3.3.x or higher</td>\n            </tr>\n                            <tr>\n                <th>Compatible up to:</th>\n                <td>WooCommerce 3.5.x</td>\n            </tr>\n                <tr>\n            <th>Minimum PHP version:</th>\n            <td>5.6</td>\n        </tr>\n                    <tr>\n                <th>Version:</th>\n                <td>1.0.5</td>\n            </tr>\n                            <tr>\n                <th>Released:</th>\n                <td>2019-04-09</td>\n            </tr>\n                            <tr>\n                <th>100% WPML Compatible:</th>\n                <td>yes</td>\n            </tr>\n                <tr>\n            <th>Translation ready:</th>\n            <td>yes</td>\n        </tr>\n                    <tr>\n                <th>Languages:</th>\n                <td>English, Italian, Dutch</td>\n            </tr>\n                <tr>\n            <th>Support to:</th>\n            <td>\n                <ul class=\"list-unstyled\">\n                    <li style=\"margin-bottom: 15px;\">\n                        All YITH plugins                    </li>\n                    <li>All YITH themes</li>\n                    \n                </ul>\n            </td>\n        </tr>\n	                <tr>\n                <th>GDPR Compliant:</th>\n                <td>\n				    YES                </td>\n            </tr>\n	        </table>\n\n</div>\n\n<div class=\"quick-info-actions\">\n	        <a class=\"btn-sm btn-flat-green\" href=\"https://docs.yithemes.com/yith-paypal-payouts-for-woocommerce/\"\n           title=\"View documentation\"\n           target=\"_blank\">View documentation</a>\n		\n    <a class=\"btn-sm btn-flat-green\" href=\"#\" title=\"View changelog\"\n       data-toggle=\"modal\" data-target=\"#changelog\">View changelog</a>\n</div>\n\n    <div class=\"modal fade\" id=\"changelog\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"changelogLabel\" aria-hidden=\"true\">\n        <div class=\"modal-dialog\">\n            <div class=\"modal-content\">\n                <div class=\"modal-body\">\n                    <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"><span\n                            aria-hidden=\"true\">&times;</span></button>\n                    \n		\n		<ul>\n			<li>New: Support to WooCommerce 3.6.0 RC1</li>\n			<li>New: Support to WordPress 5.1.1 RC1</li>\n			<li>Update: Plugin Framework</li>\n			<li>Update: Language Files</li>\n		</ul>  \n		<h4> Version 1.0.4 - Released: Jan 24, 2019</h4>\n		<ul>\n			<li>New: Support to WooCommerce 3.5.4</li>\n			<li>Update: Plugin Framework</li>\n		</ul>\n		<h4> Version 1.0.3 - Released: Dec 07, 2018</h4>\n		<ul>\n			<li>New: Support to WordPress 5.0</li>\n			<li>Update: Plugin Framework</li>\n		</ul>\n		<h4> Version 1.0.2 - Released: Oct 24, 2018</h4>\n		<ul>\n			<li>New: Support to WooCommerce 3.5.0</li>\n			<li>Update: Plugin Framework</li>\n			<li>Update: Language Files</li>\n		</ul>\n		<h4> Version 1.0.1 - Released: Sep 27, 2018</h4>\n		<ul>\n			<li>New: View payout item details in the popup</li>\n			<li>New: Supports WooCommerce 3.4.5</li>\n			<li>New: Supports WordPress 4.9.8</li>\n			<li>New: Plugin framework template</li>\n			<li>Tweak: Payout list structure</li>\n			<li>Update: Language files</li>\n			<li>Update: Plugin framework</li>\n		</ul>\n        <h4>Version 1.0.0 - Released: Jul 20, 2018</h4>\n            <ul>\n                <li>Initial Release</li>\n            </ul>\n		\n                    </div>\n            </div>\n        </div>\n    </div>\n\n\n</div>\n\n    </div>\n	<br />\n    </div>\n	<br />\n    <div class=\"spacer\" style=\"height: 50px;\"></div>\n	</p>\n<h2 style=\"text-align: center\">WITH <span class=\"green\">PAYPAL PAYOUTS</span> YOU CAN:</h2>\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Split your store payments            </h2>\n		\n		            <h3>\n				between the admin and all the receivers that you set            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"889\" src=\"https://yithemes.com/wp-content/uploads/2018/07/01-2.jpg\" class=\"attachment-full size-full\" alt=\"\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/01-2.jpg 600w, https://yithemes.com/wp-content/uploads/2018/07/01-2-202x300.jpg 202w, https://yithemes.com/wp-content/uploads/2018/07/01-2-261x387.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/01-2-311x461.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/01-2-270x400.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Set a custom percentage commission for each receiver            </h2>\n		\n		            <h3>\n				for all the orders you receive in your store            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"451\" src=\"https://yithemes.com/wp-content/uploads/2018/07/02-2.jpg\" class=\"attachment-full size-full\" alt=\"\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/02-2.jpg 600w, https://yithemes.com/wp-content/uploads/2018/07/02-2-300x226.jpg 300w, https://yithemes.com/wp-content/uploads/2018/07/02-2-261x196.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/02-2-311x234.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/02-2-270x203.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Receive payments from any gateway            </h2>\n		\n		            <h3>\n				and pay your coworkers on their PayPal account            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"409\" src=\"https://yithemes.com/wp-content/uploads/2018/07/03-2.jpg\" class=\"attachment-full size-full\" alt=\"\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/03-2.jpg 600w, https://yithemes.com/wp-content/uploads/2018/07/03-2-300x205.jpg 300w, https://yithemes.com/wp-content/uploads/2018/07/03-2-261x178.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/03-2-311x212.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/03-2-270x184.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Pay your vendors commissions on their products            </h2>\n		\n		            <h3>\n				automatically and with a custom percentage for each of them with YITH Multi Vendor            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"426\" src=\"https://yithemes.com/wp-content/uploads/2018/07/04-1.jpg\" class=\"attachment-full size-full\" alt=\"\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/04-1.jpg 600w, https://yithemes.com/wp-content/uploads/2018/07/04-1-300x213.jpg 300w, https://yithemes.com/wp-content/uploads/2018/07/04-1-261x185.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/04-1-311x221.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/04-1-270x192.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Pay your affiliate commissions automatically            </h2>\n		\n		            <h3>\n				with a custom percentage using YITH Affiliates            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"419\" src=\"https://yithemes.com/wp-content/uploads/2018/07/05-1.jpg\" class=\"attachment-full size-full\" alt=\"\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/05-1.jpg 600w, https://yithemes.com/wp-content/uploads/2018/07/05-1-300x210.jpg 300w, https://yithemes.com/wp-content/uploads/2018/07/05-1-261x182.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/05-1-311x217.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/05-1-270x189.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Take advantage of the wpml compatibility            </h2>\n		\n		            <h3>\n				You are free to easily translate the plugin with the powerful wpml tool            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"528\" height=\"395\" src=\"https://yithemes.com/wp-content/uploads/2016/08/wpml.jpg\" class=\"attachment-full size-full\" alt=\"Wpml Compatible\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2016/08/wpml.jpg 528w, https://yithemes.com/wp-content/uploads/2016/08/wpml-261x195.jpg 261w, https://yithemes.com/wp-content/uploads/2016/08/wpml-270x202.jpg 270w, https://yithemes.com/wp-content/uploads/2016/08/wpml-300x224.jpg 300w, https://yithemes.com/wp-content/uploads/2016/08/wpml-311x233.jpg 311w\" sizes=\"(max-width: 528px) 100vw, 528px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n\";s: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:77:\"https://yithemes.com/themes/plugins/yith-paypal-payouts-for-woocommerce/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"14\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;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:44:\"YITH PayPal Express Checkout for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://yithemes.com/themes/plugins/yith-paypal-express-checkout-for-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://yithemes.com/themes/plugins/yith-paypal-express-checkout-for-woocommerce/#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, 10 Jul 2018 06:02:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://yithemes.com/?post_type=product&p=947864\";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:1075:\"<p dir=\"ltr\"><b>What this plugin does for me:</b></p>\r\n<p dir=\"ltr\">It allows you to use PayPal Express Checkout, the quicker, safer and new PayPal gateway!</p>\r\n<p dir=\"ltr\"><b>Which benefits I get:</b></p>\r\n\r\n<ul>\r\n 	<li>Allow your users to pay with credit card even without a PayPal account</li>\r\n 	<li>Fewer steps at the checkout</li>\r\n 	<li>No more missing conversion from Analytics</li>\r\n 	<li>Clearer and more intuitive information summary about payments</li>\r\n 	<li>Used in combination with our YITH WooCommerce Subscription, you can change dates and amounts of current subscriptions and users can add more than one subscription-based product to cart</li>\r\n</ul>\r\n<p dir=\"ltr\">Amazing!</p>\r\n<p dir=\"ltr\">A research study by Volusion reveals that their retailers using PayPal as a payment gateway, have generated 650% sales more than those who haven\'t!</p>\r\n<p dir=\"ltr\">Do you know what it means? Yes, exactly! It means you can benefit from this wonderful opportunity in less than a few minutes and increase the conversion rates in your store. And that\'s not all!</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"YITH Support Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:20544:\"<p>    <div class=\"row \">\n		<br />\n    <div class=\"cols col-sm-9 \">\n		</p>\n<h2>Optimize payment experience by getting rid of useless clicks and increasing possible purchases through a reliable and powerful tool!</h2>\n<p dir=\"ltr\">There are at least 4 points that make this plugin a must-have tool!</p>\n<ol>\n<li>Through PayPal Express Checkout, your customers can pay with credit card even without a PayPal account. As you know, this means more conversions and more sales!</li>\n<li>By using the Express Checkout button on cart page, your users won&#8217;t leave the site to go to PayPal and complete the payment! Through a useful popup that will open during the payment process, they will remain on your site avoiding too many steps, clicks and useless waste of time.</li>\n<li>After completing the payment, your users will be redirected to the Thank you page. In this way, the code used to monitor your sales (Analytics or others) won&#8217;t ever miss a transaction. Moreover, you can manage the landing page as you prefer.</li>\n<li>Both users and administrators, contrarily to PayPal Standard, will be able to see the summary of payment information by entries such as item name, quantity, shipping costs, discounts, taxes, etc.</li>\n</ol>\n<p dir=\"ltr\">Hey!</p>\n<p dir=\"ltr\">Don&#8217;t be mistaken by thinking advantages of this plugin end here! By using it in combination with our YITH WooCommerce Subscription, you can finally add more than one subscription-based product to the cart, impossible to do with PayPal standard so far.</p>\n<p dir=\"ltr\">You can also edit amounts and dates of current subscriptions, just like web giants as Netflix and Amazon that decide to change their subscription prices at any moment.</p>\n<p dir=\"ltr\">What would you do without this plugin?</p>\n<p dir=\"ltr\">Well, without this plugin you should cancel every single subscription and start from scratch for every single customer!</p>\n<p dir=\"ltr\">Learn more about this plugin, look at the screenshots and test the live demo. You will be impressed by its features, I promise!</p>\n<p>    </div>\n	<br />\n    <div class=\"cols col-sm-3 \">\n		\n<div class=\"general-features\">\n\n		<h3 class=\"quick-info-title\">Quick info</h3>\n\n<div class=\"quick-info\">\n\n    <table class=\"info \">\n                    <tr>\n                <th>Requires:</th>\n                <td>WordPress 4.7 or higher</td>\n            </tr>\n                            <tr>\n                <th>Compatible up to:</th>\n                <td>WordPress 5.0.x</td>\n            </tr>\n                            <tr>\n                <th>Requires:</th>\n                <td>WooCommerce 3.2.x or higher</td>\n            </tr>\n                            <tr>\n                <th>Compatible up to:</th>\n                <td>WooCommerce 3.5.x</td>\n            </tr>\n                <tr>\n            <th>Minimum PHP version:</th>\n            <td>5.6</td>\n        </tr>\n                    <tr>\n                <th>Version:</th>\n                <td>1.1.1</td>\n            </tr>\n                            <tr>\n                <th>Released:</th>\n                <td>2019-02-05</td>\n            </tr>\n                            <tr>\n                <th>100% WPML Compatible:</th>\n                <td>yes</td>\n            </tr>\n                <tr>\n            <th>Translation ready:</th>\n            <td>yes</td>\n        </tr>\n                    <tr>\n                <th>Languages:</th>\n                <td>Dutch, English</td>\n            </tr>\n                <tr>\n            <th>Support to:</th>\n            <td>\n                <ul class=\"list-unstyled\">\n                    <li style=\"margin-bottom: 15px;\">\n                        All YITH plugins                    </li>\n                    <li>All YITH themes</li>\n                    \n                </ul>\n            </td>\n        </tr>\n	                <tr>\n                <th>GDPR Compliant:</th>\n                <td>\n				    YES                </td>\n            </tr>\n	        </table>\n\n</div>\n\n<div class=\"quick-info-actions\">\n	        <a class=\"btn-sm btn-flat-green\" href=\"https://docs.yithemes.com/yith-paypal-express-checkout-for-woocommerce/\"\n           title=\"View documentation\"\n           target=\"_blank\">View documentation</a>\n		\n    <a class=\"btn-sm btn-flat-green\" href=\"#\" title=\"View changelog\"\n       data-toggle=\"modal\" data-target=\"#changelog\">View changelog</a>\n</div>\n\n    <div class=\"modal fade\" id=\"changelog\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"changelogLabel\" aria-hidden=\"true\">\n        <div class=\"modal-dialog\">\n            <div class=\"modal-content\">\n                <div class=\"modal-body\">\n                    <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"><span\n                            aria-hidden=\"true\">&times;</span></button>\n                    \n		\n        <h4>Version 1.1.1 - Released: Feb 05, 2019</h4>\n        <ul>\n            <li>Tweak: Added on Settings the option \"Reference Transaction\", to disable the EC payment of YITH Subscription products if the PayPal Account doesn\'t support the Reference Transaction</li>\n            <li>Update: Plugin Core 3.1.17</li>\n        </ul>\n        <h4>Version 1.1.0 - Released: Jan 28, 2019</h4>\n        <ul>\n            <li>Update: Plugin Core 3.1.15</li>\n            <li>Fix: Php version issue</li>\n        </ul>\n        <h4>Version 1.0.9 - Released: Dec 05, 2018</h4>\n        <ul>\n            <li>New: Support to WordPress 5.0</li>\n            <li>Update: Plugin Core 3.1.5</li>\n            <li>Fix: Fixed issue with no_shipping param</li>\n            <li>Fix: Added the site url inside the param \"custom\" of the request</li>\n            <li>Dev: Added the action \'ywsbs_process_order_payment_before_complete\'</li>\n        </ul>\n		<h4>Version 1.0.8 - Released: Nov 11, 2018</h4>\n		    <ul>\n                <li>Update: Plugin Core 3.1.0</li>\n                <li>Fix: Coupon Amount Calculation</li>\n                <li>Fix: Issue with PHP 7.2</li>\n		    </ul>\n		 <h4>Version 1.0.7 - Released: Oct 24, 2018</h4>\n		    <ul>\n                <li>Update: Plugin Core 3.0.28</li>\n		    </ul>\n		<h4>Version 1.0.6 - Released: Oct 24, 2018</h4>\n		    <ul>\n                <li>New: Support to WooCommerce 3.5.0</li>\n                <li>Update: Plugin Core 3.0.25</li>\n                <li>Fix: Prevent fatal error with some Exceptions</li>\n		    </ul>\n		<h4>Version 1.0.5 - Released: Sep 10, 2018</h4>\n		    <ul>\n		        <li>Fix: PayPal Payment Error on cart when a coupon is added to the cart</li>\n		    </ul>\n		<h4>Version 1.0.4 - Released: Sep 10, 2018</h4>\n            <ul>\n                <li>Dev: Added the filter \'yith_paypal_ec_set_express_checkout_request_parameters\' to manage argument on Set Express Checkout request</li>\n            </ul>\n		<h4>Version 1.0.3 - Released: Aug 23, 2018</h4>\n            <ul>\n                <li>Update: Plugin Core 3.0.21</li>\n                <li>Fix: Issue when the cart is update</li>\n            </ul>\n		<h4>Version 1.0.2 - Released: Jul 30, 2018</h4>\n            <ul>\n                <li>Tweak: Integration with YITH WooCommerce Subscription Premium 1.4.6</li>\n            </ul>\n        <h4>Version 1.0.1 - Released: Jul 16, 2018</h4>\n            <ul>\n                <li>Fix recurring payment with YITH WooCommerce Subscription</li>\n            </ul>\n        <h4>Version 1.0.0 - Released: Jul 03, 2018</h4>\n            <ul>\n                <li>Initial Release</li>\n            </ul>\n		\n                    </div>\n            </div>\n        </div>\n    </div>\n\n\n</div>\n\n    </div>\n	<br />\n    </div>\n	<br />\n    <div class=\"spacer\" style=\"height: 50px;\"></div>\n	</p>\n<h2 style=\"text-align: center\">WITH <span class=\"green\">PAYPAL EXPRESS CHECKOUT</span> YOU CAN:</h2>\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Speed up the checkout process            </h2>\n		\n		            <h3>\n				with one-to-one server connection provided by PayPal Checkout Express            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"581\" height=\"544\" src=\"https://yithemes.com/wp-content/uploads/2018/07/01.jpg\" class=\"attachment-full size-full\" alt=\"PayPal Express Checkout\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/01.jpg 581w, https://yithemes.com/wp-content/uploads/2018/07/01-300x281.jpg 300w, https://yithemes.com/wp-content/uploads/2018/07/01-261x244.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/01-311x291.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/01-270x253.jpg 270w\" sizes=\"(max-width: 581px) 100vw, 581px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Allow users to checkout right on product page            </h2>\n		\n		            <h3>\n				and reduce the possibility that they postpone this action            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"836\" src=\"https://yithemes.com/wp-content/uploads/2018/07/02.jpg\" class=\"attachment-full size-full\" alt=\"PayPal on product page\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/02.jpg 600w, https://yithemes.com/wp-content/uploads/2018/07/02-215x300.jpg 215w, https://yithemes.com/wp-content/uploads/2018/07/02-261x364.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/02-311x433.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/02-270x376.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Allow PayPal checkout as a quicker option on cart page            </h2>\n		\n		            <h3>\n				or as one of the available payment gateways on checkout page            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"581\" height=\"717\" src=\"https://yithemes.com/wp-content/uploads/2018/07/03.bis_.jpg\" class=\"attachment-full size-full\" alt=\"PayPal on cart page\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/03.bis_.jpg 581w, https://yithemes.com/wp-content/uploads/2018/07/03.bis_-243x300.jpg 243w, https://yithemes.com/wp-content/uploads/2018/07/03.bis_-261x322.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/03.bis_-311x384.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/03.bis_-270x333.jpg 270w\" sizes=\"(max-width: 581px) 100vw, 581px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Never make customers leave your website            </h2>\n		\n		            <h3>\n				and make them log in to their PayPal account in a popup            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"569\" src=\"https://yithemes.com/wp-content/uploads/2018/07/04.jpg\" class=\"attachment-full size-full\" alt=\"Checkout in popup\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/04.jpg 600w, https://yithemes.com/wp-content/uploads/2018/07/04-300x285.jpg 300w, https://yithemes.com/wp-content/uploads/2018/07/04-261x248.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/04-311x295.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/04-270x256.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Allow credit card guest checkout on PayPal            </h2>\n		\n		            <h3>\n				even if they don’t have any PayPal account or if they don’t want to log in            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"581\" height=\"906\" src=\"https://yithemes.com/wp-content/uploads/2018/07/05.jpg\" class=\"attachment-full size-full\" alt=\"PayPal guest checkout\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/05.jpg 581w, https://yithemes.com/wp-content/uploads/2018/07/05-192x300.jpg 192w, https://yithemes.com/wp-content/uploads/2018/07/05-261x407.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/05-311x485.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/05-270x421.jpg 270w\" sizes=\"(max-width: 581px) 100vw, 581px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Pre-fill checkout fields using details from customers’ PayPal account            </h2>\n		\n		            <h3>\n				and spare them the trouble to write everything down again            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"983\" src=\"https://yithemes.com/wp-content/uploads/2018/07/07.jpg\" class=\"attachment-full size-full\" alt=\"Get data from PayPal account\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/07.jpg 600w, https://yithemes.com/wp-content/uploads/2018/07/07-183x300.jpg 183w, https://yithemes.com/wp-content/uploads/2018/07/07-261x428.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/07-311x510.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/07-270x442.jpg 270w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Choose the perfect layout for PayPal button            </h2>\n		\n		            <h3>\n				among the official layouts provided by PayPal            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"581\" height=\"1064\" src=\"https://yithemes.com/wp-content/uploads/2018/07/03.jpg\" class=\"attachment-full size-full\" alt=\"PayPal on Cart page\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/03.jpg 581w, https://yithemes.com/wp-content/uploads/2018/07/03-164x300.jpg 164w, https://yithemes.com/wp-content/uploads/2018/07/03-559x1024.jpg 559w, https://yithemes.com/wp-content/uploads/2018/07/03-261x478.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/03-311x570.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/03-270x494.jpg 270w\" sizes=\"(max-width: 581px) 100vw, 581px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Show supported acceptance marks            </h2>\n		\n		            <h3>\n				dynamically based on your PayPal account country            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"581\" height=\"365\" src=\"https://yithemes.com/wp-content/uploads/2018/07/08.jpg\" class=\"attachment-full size-full\" alt=\"Acceptance marks\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/08.jpg 581w, https://yithemes.com/wp-content/uploads/2018/07/08-300x188.jpg 300w, https://yithemes.com/wp-content/uploads/2018/07/08-261x164.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/08-311x195.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/08-270x170.jpg 270w\" sizes=\"(max-width: 581px) 100vw, 581px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Show your custom logo and header            </h2>\n		\n		            <h3>\n				in PayPal Checkout form            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"581\" height=\"937\" src=\"https://yithemes.com/wp-content/uploads/2018/07/09.jpg\" class=\"attachment-full size-full\" alt=\"Logo and header on PayPal account\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/09.jpg 581w, https://yithemes.com/wp-content/uploads/2018/07/09-186x300.jpg 186w, https://yithemes.com/wp-content/uploads/2018/07/09-261x421.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/09-311x502.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/09-270x435.jpg 270w\" sizes=\"(max-width: 581px) 100vw, 581px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Define a custom prefix            </h2>\n		\n		            <h3>\n				to spot the shop where the transaction comes from            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"581\" height=\"839\" src=\"https://yithemes.com/wp-content/uploads/2018/07/10.jpg\" class=\"attachment-full size-full\" alt=\"Your website prefix\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/10.jpg 581w, https://yithemes.com/wp-content/uploads/2018/07/10-208x300.jpg 208w, https://yithemes.com/wp-content/uploads/2018/07/10-261x377.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/10-311x449.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/10-270x390.jpg 270w\" sizes=\"(max-width: 581px) 100vw, 581px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Authorize the payment first            </h2>\n		\n		            <h3>\n				and charge users later only when the order is ready to be shipped            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"581\" height=\"434\" src=\"https://yithemes.com/wp-content/uploads/2018/07/11.jpg\" class=\"attachment-full size-full\" alt=\"PayPal Authorize option\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/11.jpg 581w, https://yithemes.com/wp-content/uploads/2018/07/11-300x224.jpg 300w, https://yithemes.com/wp-content/uploads/2018/07/11-261x195.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/11-311x232.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/11-270x202.jpg 270w\" sizes=\"(max-width: 581px) 100vw, 581px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Set immediate payments as required            </h2>\n		\n		            <h3>\n				and prevent customers from paying with e-check            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"581\" height=\"434\" src=\"https://yithemes.com/wp-content/uploads/2018/07/12.jpg\" class=\"attachment-full size-full\" alt=\"PayPal require instant payments\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/12.jpg 581w, https://yithemes.com/wp-content/uploads/2018/07/12-300x224.jpg 300w, https://yithemes.com/wp-content/uploads/2018/07/12-261x195.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/12-311x232.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/12-270x202.jpg 270w\" sizes=\"(max-width: 581px) 100vw, 581px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row \">\n		<br />\n    <div class=\"cols col-sm-12 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Take advantage of the wpml compatibility            </h2>\n		\n		            <h3>\n				You are free to easily translate the plugin with the powerful wpml tool            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"528\" height=\"395\" src=\"https://yithemes.com/wp-content/uploads/2016/08/wpml.jpg\" class=\"attachment-full size-full\" alt=\"Wpml Compatible\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2016/08/wpml.jpg 528w, https://yithemes.com/wp-content/uploads/2016/08/wpml-261x195.jpg 261w, https://yithemes.com/wp-content/uploads/2016/08/wpml-270x202.jpg 270w, https://yithemes.com/wp-content/uploads/2016/08/wpml-300x224.jpg 300w, https://yithemes.com/wp-content/uploads/2016/08/wpml-311x233.jpg 311w\" sizes=\"(max-width: 528px) 100vw, 528px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://yithemes.com/themes/plugins/yith-paypal-express-checkout-for-woocommerce/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"16\";s: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:35:\"YITH Stripe Connect for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://yithemes.com/themes/plugins/yith-woocommerce-stripe-connect/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://yithemes.com/themes/plugins/yith-woocommerce-stripe-connect/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Jan 2018 06:08: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://yithemes.com/?post_type=product&p=890593\";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:993:\"<p dir=\"ltr\">In the online business era, where always more stores and companies offer their products and services in a network, the way to launch a commercial activity also evolved. Sometimes, to start an online business, all you need is the right idea and one or more partners with whom you are sharing the same point of view.</p>\r\n<p dir=\"ltr\">So, when your e-commerce is ready to be launched and you took everything into account, here\'s the problem arising: alright, you have planned to share by 50%, but how will you put it into practice? Who will receive the payment when the first customer purchases one of your products with a credit card? How will it be split based on the commissions you have agreed upon?</p>\r\n<p dir=\"ltr\">If you are already tearing your hair out thinking about checking every single order, a calculator in your hand, and managing all percentages and commissions manually, take a deep breath and read what our <strong>YITH Stripe Connect</strong> can do for you.</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"YITH Support Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13798:\"<p>    <div class=\"row \">\n		    <div class=\"cols col-sm-9 \">\n		</p>\n<h3>Sell your products online and split the incomes with your partners automatically</h3>\n<p dir=\"ltr\">YITH Stripe Connect is the most efficient tool to split payments made on your store by credit cards among your business partners in an automatic and immediate way. Conceived to deal with any possible scenario, the plugin allows the administrator to:</p>\n<ul>\n<li>Insert an unlimited number of receivers, such as partners or collaborators, from dashboard</li>\n<li>Assign fixed (e.g. $5 per sale) or percentage commissions (e.g. 25% on the amount) to each receiver</li>\n<li>Associate commissions to the sales of all e-commerce products or only to specific ones</li>\n<li>Set a delay-time for commission payments</li>\n</ul>\n<p dir=\"ltr\">From the dashboard, the receiver can monitor every single commission and data related to the payment made by the administrator.</p>\n<p>    </div>\n	<br />\n    <div class=\"cols col-sm-3 \">\n		\n<div class=\"general-features\">\n\n		<h3 class=\"quick-info-title\">Quick info</h3>\n\n<div class=\"quick-info\">\n\n    <table class=\"info \">\n                    <tr>\n                <th>Requires:</th>\n                <td>WordPress 4.6 or higher</td>\n            </tr>\n                            <tr>\n                <th>Compatible up to:</th>\n                <td>WordPress 5.0.x</td>\n            </tr>\n                            <tr>\n                <th>Requires:</th>\n                <td>WooCommerce 3.2 or higher</td>\n            </tr>\n                            <tr>\n                <th>Compatible up to:</th>\n                <td>WooCommerce 3.5.x</td>\n            </tr>\n                <tr>\n            <th>Minimum PHP version:</th>\n            <td>5.6</td>\n        </tr>\n                    <tr>\n                <th>Version:</th>\n                <td>1.1.4</td>\n            </tr>\n                            <tr>\n                <th>Released:</th>\n                <td>2019-02-19</td>\n            </tr>\n                            <tr>\n                <th>100% WPML Compatible:</th>\n                <td>yes</td>\n            </tr>\n                <tr>\n            <th>Translation ready:</th>\n            <td>yes</td>\n        </tr>\n                    <tr>\n                <th>Languages:</th>\n                <td>Dutch, English, French, Italian, Spanish</td>\n            </tr>\n                <tr>\n            <th>Support to:</th>\n            <td>\n                <ul class=\"list-unstyled\">\n                    <li style=\"margin-bottom: 15px;\">\n                        All YITH plugins                    </li>\n                    <li>All YITH themes</li>\n                    \n                </ul>\n            </td>\n        </tr>\n	                <tr>\n                <th>GDPR Compliant:</th>\n                <td>\n				    YES                </td>\n            </tr>\n	        </table>\n\n</div>\n\n<div class=\"quick-info-actions\">\n	        <a class=\"btn-sm btn-flat-green\" href=\"https://docs.yithemes.com/yith-stripe-connect-for-woocommerce/\"\n           title=\"View documentation\"\n           target=\"_blank\">View documentation</a>\n		\n    <a class=\"btn-sm btn-flat-green\" href=\"#\" title=\"View changelog\"\n       data-toggle=\"modal\" data-target=\"#changelog\">View changelog</a>\n</div>\n\n    <div class=\"modal fade\" id=\"changelog\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"changelogLabel\" aria-hidden=\"true\">\n        <div class=\"modal-dialog\">\n            <div class=\"modal-content\">\n                <div class=\"modal-body\">\n                    <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"><span\n                            aria-hidden=\"true\">&times;</span></button>\n                    \n		\n        <h4>1.1.4 - Released: Feb 19, 2019</h4>\n        <ul>\n            <li>Update: Updated plugin FW </li>\n            <li>Update: Updated Dutch translation </li>\n            <li>Update: Updated Stripe-PHP lib to revision 6.27 </li>\n            <li>Dev: new filter yith_wcstripe_connect_metadata</li>\n        </ul>\n		<h4>1.1.3 - Released: Dec 31, 2018</h4>\n        <ul>\n            <li>New: Support WordPress 5.0.2</li>\n            <li>Tweak: Allow payments with source when customer already registered one previously</li>\n            <li>Update: Updated plugin FW </li>\n            <li>Update: Updated Dutch language </li>\n            <li>Update: Updated .pot </li>\n            <li>Fix: fixed issue with subscriptions</li>\n            <li>Fix: Fixed subscription processing with new card</li>\n            <li>Fix: Fixed issue with new sources, when purchasing non subscribed products</li>\n        </ul>\n        <h4>1.1.2 - Released: Oct 25, 2018</h4>\n        <ul>\n            <li>New: WooCommerce 3.5 support</li>\n            <li>Tweak: updated plugin framework</li>\n        </ul>\n        <h4>1.1.1 - Released: Oct 16, 2018</h4>\n        <ul>\n            <li>New: WooCommerce 3.5-rc support</li>\n            <li>New: WordPress 4.9.8 support</li>\n            <li>Tweak: updated plugin framework</li>\n            <li>Update: Italian language</li>\n            <li>Update: Dutch language</li>\n            <li>Fix: some warning and notice if $order doesn\'t exist</li>\n            <li>Fix: name of american express logo file</li>\n            <li>Fix: gateway now works on page \"pay order\"</li>\n            <li>Fix: minified js files</li>\n            <li>Dev: added filter yith_wc_stripe_connect_credit_cards_logos_width</li>\n        </ul>\n        <h4>1.1.0 - Released: Jul 30, 2018</h4>\n        <ul>\n            <li>New: Integration with YITH WooCommerce Subscription Premium from v 1.4.6</li>\n            <li>Update: Language files</li>\n            <li>Update: plugin framework to latest revision</li>\n        </ul>\n        <h4>1.0.6 - Released: Jun 13, 2018</h4>\n        <ul>\n            <li>Dev: yith_wcsc_process_product_commissions to check if process the current product or not</li>\n            <li>Dev: yith_wcsc_process_order_commissions to check if process the current order or not</li>\n        </ul>\n		<h4>1.0.5 - Released: Jun 11, 2018</h4>\n		<ul>\n			<li>New French translation (thanks to Josselyn Jayant)</li>\n			<li>Fix: Commissions with notes above 320 characters are not saved</li>\n			<li>Fix: Prevent fatal error on unserialize function</li>\n		</ul>\n		<h4>1.0.4 - Released: Jun 04, 2018</h4>\n            <ul>\n                <li>New: YITH WooCommerce Multi Vendor (3.0.0 +) support (admin can now pay vendors\' commissions using Stripe Connect)</li>\n                <li>Dev: added yith_wcsc_payment_complete action to add charge_id in stripe transfers</li>\n            </ul>\n		<h4>1.0.3 - Released: May 28, 2018</h4>\n            <ul>\n                <li>New: WooCommerce 3.4 compatibility</li>\n                <li>New: WordPress 4.9.6 compatibility</li>\n                <li>New: GDPR compliance</li>\n                <li>New: Spanish language</li>\n                <li>New: Italian language</li>\n                <li>New: Dutch language</li>\n                <li>New: added option to show Name on Card field at checkout</li>\n                <li>Tweak: now gateway works on pay page too</li>\n                <li>Tweak: added transfer group to charges</li>\n                <li>Update: plugin framework to latest revision</li>\n                <li>Dev: added filter \'yith_wcsc_schedule_timestamp_change_format\'</li>\n                <li>Dev: added filter \'yith_wc_stripe_connect_credit_cards_logos\'</li>\n                <li>Dev: added filter \'yith_wcsc_connect_account_template_args\' to let third party code filter the connect template args</li>\n                <li>Dev: added filter \'yith_wcsc_account_page_script_data\' to let third party code filter data in localize scripts for disconnection</li>\n                <li>Dev: added filter \'yith_wcsc_order_button_text\'</li>\n            </ul>\n        <h4>Version 1.0.2 - Released: Jan 31, 2018</h4>\n            <ul>\n                <li>New: Support to YITH Plugin Framework 3.0.11</li>\n                <li>Fix: Redirect URI messages.</li>\n                <li>Fix: Backbone modal window, now can display for all templates.</li>\n            </ul>       \n        <h4>Version 1.0.1 - Released: Jan 30, 2018</h4>\n            <ul>\n                <li>New: Support to WooCommerce 3.3.x version.</li>\n                <li>Fix: Issue with Endpoint.</li>\n            </ul>\n        <h4>Version 1.0.0 - Released: Jan 29, 2018</h4>\n            <ul>\n                <li>Initial Release</li>\n            </ul>\n		\n                    </div>\n            </div>\n        </div>\n    </div>\n\n\n</div>\n\n    </div>\n	<br />\n    </div>\n	<br />\n    <div class=\"spacer\" style=\"height: 50px;\"></div>\n	</p>\n<h2 style=\"text-align: center\">WITH <span class=\"green\">YITH STRIPE CONNECT</span> YOU CAN:</h2>\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Connect with Stripe            </h2>\n		\n		            <h3>\n				Connect your Stripe account with our site application for automatic commission payments            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"926\" src=\"https://yithemes.com/wp-content/uploads/2018/01/01-2.jpg\" class=\"attachment-full size-full\" alt=\"Connect with Stripe\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/01/01-2.jpg 600w, https://yithemes.com/wp-content/uploads/2018/01/01-2-261x403.jpg 261w, https://yithemes.com/wp-content/uploads/2018/01/01-2-270x417.jpg 270w, https://yithemes.com/wp-content/uploads/2018/01/01-2-194x300.jpg 194w, https://yithemes.com/wp-content/uploads/2018/01/01-2-311x480.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Split payments between more receivers            </h2>\n		\n		            <h3>\n				setting different commissions for each of them depending on products added to cart            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"500\" src=\"https://yithemes.com/wp-content/uploads/2018/01/05-1-1.jpg\" class=\"attachment-full size-full\" alt=\"Split payment for more receivers\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/01/05-1-1.jpg 600w, https://yithemes.com/wp-content/uploads/2018/01/05-1-1-261x218.jpg 261w, https://yithemes.com/wp-content/uploads/2018/01/05-1-1-270x225.jpg 270w, https://yithemes.com/wp-content/uploads/2018/01/05-1-1-300x250.jpg 300w, https://yithemes.com/wp-content/uploads/2018/01/05-1-1-311x259.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Test live modus            </h2>\n		\n		            <h3>\n				Try it out in a live test modus, to make sure everything works well before you go live and deal with real accounts            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"816\" src=\"https://yithemes.com/wp-content/uploads/2018/01/02-2.jpg\" class=\"attachment-full size-full\" alt=\"Test live modus\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/01/02-2.jpg 600w, https://yithemes.com/wp-content/uploads/2018/01/02-2-261x355.jpg 261w, https://yithemes.com/wp-content/uploads/2018/01/02-2-270x367.jpg 270w, https://yithemes.com/wp-content/uploads/2018/01/02-2-221x300.jpg 221w, https://yithemes.com/wp-content/uploads/2018/01/02-2-311x423.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Print a PDF summary            </h2>\n		\n		            <h3>\n				Both the admin and the receiver can print a PDF summary of the commissions paid            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"517\" src=\"https://yithemes.com/wp-content/uploads/2018/01/03-2.jpg\" class=\"attachment-full size-full\" alt=\"Print invoice PDF\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/01/03-2.jpg 600w, https://yithemes.com/wp-content/uploads/2018/01/03-2-261x225.jpg 261w, https://yithemes.com/wp-content/uploads/2018/01/03-2-270x233.jpg 270w, https://yithemes.com/wp-content/uploads/2018/01/03-2-300x259.jpg 300w, https://yithemes.com/wp-content/uploads/2018/01/03-2-311x268.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-12 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Pay commission directly            </h2>\n		\n		            <h3>\n				Admin has an option to pay commission manually directly by clicking on the \"pay now\" button            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"517\" src=\"https://yithemes.com/wp-content/uploads/2018/01/04-2.jpg\" class=\"attachment-full size-full\" alt=\"Pay Commissions manually\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/01/04-2.jpg 600w, https://yithemes.com/wp-content/uploads/2018/01/04-2-261x225.jpg 261w, https://yithemes.com/wp-content/uploads/2018/01/04-2-270x233.jpg 270w, https://yithemes.com/wp-content/uploads/2018/01/04-2-300x259.jpg 300w, https://yithemes.com/wp-content/uploads/2018/01/04-2-311x268.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://yithemes.com/themes/plugins/yith-woocommerce-stripe-connect/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"21\";s: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: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:34:\"YITH Cost of Goods for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://yithemes.com/themes/plugins/yith-woocommerce-cost-of-goods/\";s: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:76:\"https://yithemes.com/themes/plugins/yith-woocommerce-cost-of-goods/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Jan 2018 10:09: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://yithemes.com/?post_type=product&p=885960\";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:746:\"<p dir=\"ltr\">Subtract the costs from your revenue and you get the profit, your actual gain. This is one of those laws we learn in school and that we all end up taking for granted. Then we actually end up forgetting about it, when we decide to start a business.</p>\r\nAnd often we will start looking for a reason why our business is failing when it’s already too late. You wonder how the margins of your earnings could be so low, when sales were fine.\r\nYou wonder why, despite fifty orders per day, your business kept dying, little by little every day, until the company accounts have inevitably gone in red.\r\nThe reason is almost always there: hidden among the folds of those unaccounted costs that you somehow missed, that you did not consider.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"YITH Support Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:20592:\"<p>    <div class=\"row \">\n		    <div class=\"cols col-sm-9 \">\n		</p>\n<h3>Not monitoring the cost of your products can mean the failure of your business.</h3>\n<p dir=\"ltr\">Many businesses fail because their owners, as a matter of fact, didn&#8217;t plan an in-depth analysis of the relationship between costs and revenues. It&#8217;s the story of Jonathan, who bought clothes abroad to resell them on his e-commerce.</p>\n<p dir=\"ltr\">The sale price was higher than the purchase price and that was enough for him to believe he had a fair margin of profit. But Jonathan, in his enthusiasm and inexperience, forgot something. He had underestimated his shipping costs, forgot about customs costs and the costs of labeling individual garments. His business, which also had all the potential to succeed,managed to hold together only for about three months.</p>\n<p dir=\"ltr\">The most popularly sold product of its e-commerce, a t-shirt that customers could choose to customize, was the cause itself for the total bankruptcy of its business: it may have high sales, but the cost of customization &#8211; that were also underestimated from the beginning &#8211; they completely cancelled the profit margin.</p>\n<p dir=\"ltr\">Jonathan&#8217;s story is the story of all the entrepreneurs for whom we created our <strong>YITH Cost of Goods for WooCommerce</strong> plugin.</p>\n<p dir=\"ltr\">A simple and powerful control tool that allows you to constantly monitor your ecommerce trend and analyze the relationship between product costs and your net income.<br />\nThrough our panel you can include, for example, shipping costs, taxes, VAT charges, payment gateways and a 360 degree overview of your total costs: this will help you figure out which ones of your products have a higher margin of profit (which are not necessarily the ones that sell the most!), what kind of profit you will gain in case of promotions or discounts and which sale prices will cover all costs, especially those that often go unnoticed and that actually can make the difference in your business success.</p>\n<p>    </div>\n	<br />\n    <div class=\"cols col-sm-3 \">\n		\n<div class=\"general-features\">\n\n		<h3 class=\"quick-info-title\">Quick info</h3>\n\n<div class=\"quick-info\">\n\n    <table class=\"info \">\n                    <tr>\n                <th>Requires:</th>\n                <td>WordPress 4.7 or higher</td>\n            </tr>\n                            <tr>\n                <th>Compatible up to:</th>\n                <td>WordPress 5.1.x</td>\n            </tr>\n                            <tr>\n                <th>Requires:</th>\n                <td>WooCommerce 3.2.x or higher</td>\n            </tr>\n                            <tr>\n                <th>Compatible up to:</th>\n                <td>WooCommerce 3.6.x</td>\n            </tr>\n                <tr>\n            <th>Minimum PHP version:</th>\n            <td>5.6</td>\n        </tr>\n                    <tr>\n                <th>Version:</th>\n                <td>1.1.8</td>\n            </tr>\n                            <tr>\n                <th>Released:</th>\n                <td>2019-04-09</td>\n            </tr>\n                            <tr>\n                <th>100% WPML Compatible:</th>\n                <td>yes</td>\n            </tr>\n                <tr>\n            <th>Translation ready:</th>\n            <td>yes</td>\n        </tr>\n                    <tr>\n                <th>Languages:</th>\n                <td>Dutch, English, Italian, Spanish</td>\n            </tr>\n                <tr>\n            <th>Support to:</th>\n            <td>\n                <ul class=\"list-unstyled\">\n                    <li style=\"margin-bottom: 15px;\">\n                        All YITH plugins                    </li>\n                    <li>All YITH themes</li>\n                    \n                </ul>\n            </td>\n        </tr>\n	        </table>\n\n</div>\n\n<div class=\"quick-info-actions\">\n	        <a class=\"btn-sm btn-flat-green\" href=\"https://docs.yithemes.com/yith-cost-of-goods-for-woocommerce/\"\n           title=\"View documentation\"\n           target=\"_blank\">View documentation</a>\n		\n    <a class=\"btn-sm btn-flat-green\" href=\"#\" title=\"View changelog\"\n       data-toggle=\"modal\" data-target=\"#changelog\">View changelog</a>\n</div>\n\n    <div class=\"modal fade\" id=\"changelog\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"changelogLabel\" aria-hidden=\"true\">\n        <div class=\"modal-dialog\">\n            <div class=\"modal-content\">\n                <div class=\"modal-body\">\n                    <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"><span\n                            aria-hidden=\"true\">&times;</span></button>\n                    \n		\n		<h4>Version 1.1.8 - Released: Apr 09, 2019</h4>\n			<ul>\n				<li>New: support to WooCommerce 3.6.0 RC 1</li>\n				<li>Tweak: improving the currency switcher integrations</li>\n				<li>Update: Updated Plugin FrameWork</li>\n				<li>Fix: Fixed a non-numeric value warning</li>\n				<li>Dev: added new filter _yith_cog_order_total_cost_display_value and _yith_cog_item_cost_display_value</li>\n				<li>Dev: added a new condition in the product per page variable</li>\n			</ul>\n		<h4>Version 1.1.7 - Released: Mar 22, 2019</h4>\n			<ul>\n				<li>Update: Updated Plugin FrameWork</li>\n				<li>Update: Spanish language</li>\n				<li>Dev: added a new condition in the product per page variable</li>\n			</ul>\n		<h4>Version 1.1.6 - Released: Feb 19, 2019</h4>\n			<ul>\n				<li>Update: Updating language files </li>\n				<li>Update: Updated Plugin FrameWork</li>\n				<li>Fix: fixed problems with the decimals</li>\n				<li>Fix: Fixed the stock status in the variable products</li>\n			</ul>\n		<h4>Version 1.1.5 - Released: Jan 14, 2019</h4>\n			<ul>\n				<li>Update: Updating language files </li>\n				<li>Update: Updated Plugin FrameWork</li>\n				<li>Dev: adding a new filter in the str_replace of the get_cost_html method</li>\n				<li>Dev: fixing a wrong string</li>\n			</ul>\n		<h4>Version 1.1.4 - Released: Dec 10, 2018</h4>\n			<ul>\n				<li>New: support to WordPress 5.0 </li>\n				<li>New: new compatibility with YITH Name your Price </li>\n				<li>Update: Updating language files </li>\n				<li>Update: Updated Plugin FrameWork</li>\n				<li>Fix: fixing issues in the stock report</li>\n				<li>Dev: changing an option description</li>\n				<li>Dev: changing plugin author name</li>\n			</ul>\n		<h4>Version 1.1.3 - Released: Oct 2, 2018</h4>\n			<ul>\n				<li>Update: Updating language files </li>\n				<li>Update: Updated Plugin FrameWork</li>\n				<li>Fix: fixing the variable products in the stock report</li>\n				<li>Dev: changing the plugin description</li>\n			</ul>\n		<h4>Version 1.1.2 - Released: Oct 17, 2018</h4>\n			<ul>\n				<li>New: Support to WooCommerce 3.5.0</li>\n				<li>New: Basic integration with the WPML currency switcher</li>\n				<li>New: New option to apply cost only to the selected order</li>\n				<li>Update: Dutch language</li>\n				<li>Update: Updated Plugin FrameWork</li>\n				<li>Fix: fixing an issue with the decimal values in the product table</li>\n				<li>Fix: fixing non numeric values warnings</li>\n				<li>Fix: Fixing some notices</li>\n				<li>Dev: Fixing the wp_ajax_nopriv hooks</li>\n				<li>Dev: added filters to the from_currency and to_currency variables in WPML integration</li>\n			</ul>\n		<h4>Version 1.1.1 - Released: Aug 20, 2018</h4>\n			<ul>\n				<li>New: New option to let the admin decide the status of the orders to be displayed in the report</li>\n				<li>New: Added a basic integration with Aelia Currency Switcher</li>\n				<li>New: Added a new option to add a new column with the margin percentage in the report</li>\n				<li>New: Added the order total Cost of Goods in the orders totals table</li>\n				<li>Update: Italian language</li>\n				<li>Update: Spanish language</li>\n				<li>Update: Plugin framework 3.0.21</li>\n				<li>Update: Updating plugin options</li>\n				<li>Update: Updating the plugin data</li>\n				<li>Fix: Change the product price caught from the order, now the product price have included the coupons</li>\n				<li>Fix: Fixing the refunded items values</li>\n				<li>Fix: Fixed an issue with the pagination</li>\n				<li>Fix: Fixed a plugin string</li>\n				<li>Fix: Fixing non numeric values</li>\n				<li>Dev: Fixing a filter name</li>\n				<li>Dev: Changing the language file names</li>\n				<li>Dev: Added instance in the admin premium class</li>\n				<li>Dev: Deleting the plugin name from the text domain</li>\n			</ul>\n		<h4>Version 1.1 - Released: May 24, 2018</h4>\n			<ul>\n				<li>New: added a new pagination options in the settings</li>\n				<li>New: Added a new option to hide the currency symbol in the reports</li>\n				<li>Tweak: Improving the technical language of the reports</li>\n				<li>Update: Italian language</li>\n				<li>Update: Spanish language</li>\n				<li>Update: Dutch language</li>\n				<li>Update: Plugin framework 3.0.15</li>\n				<li>Fix: Fixing the stock</li>\n				<li>Fix: Fixed the name of the variation on the stock report</li>\n				<li>Fix: fixing minor issues</li>\n				<li>Fix: adding a round to the values without currency symbol</li>\n				<li>Fix: Fixed the item per page select</li>\n				<li>Dev: Hiding the item meta in the orders</li>\n			</ul>\n		<h4>Version 1.0.6 - Released: Mar 20, 2018</h4>\n			<ul>\n				<li>Update: Updating .pot</li>\n				<li>Fix: Changing some texts strings</li>\n				<li>Fix: Fixed a problem with the JS</li>\n				<li>Fix: Fixing the stock report with variations.</li>\n				<li>Dev: Added a filter in the product column value</li>\n			</ul>\n		<h4>Version 1.0.5 - Released: Feb 5, 2018</h4>\n			<ul>\n				<li>New: Add a Export CSV link in the stock report</li>\n				<li>New: Add a button to import the cost from WooCommerce Cost of Goods</li>\n			</ul>\n		<h4>Version 1.0.4 - Released: Jan 30, 2018</h4>\n			<ul>\n				<li>Fix: Fixing the Quick Edit cost value, now don\'t disappear when quick edit the product</li>\n				<li>Fix: Fixing a problem with the price that the report takes, now takes the order price, with the discount if it have one</li>\n			</ul>\n		<h4>Version 1.0.3 - Released: Jan 30, 2018</h4>\n			<ul>\n				<li>New: Support to 3.3.0-rc.2</li>\n				<li>Fix: Now the product name is from the order, the deleted products now are showed correctly in the report</li>\n			</ul>\n		<h4>Version 1.0.2 - Released: Jan 29, 2018</h4>\n			<ul>\n				<li>New: Spanish translations</li>\n				<li>New: Italian translations</li>\n				<li>Fix: Fixing Ajax problem with the apply cost buttons</li>\n			</ul>\n		<h4>Version 1.0.1 - Released: Jan 22, 2018</h4>\n			<ul>\n				<li>New: Dutch translation</li>\n				<li>Fix: Fixed an Ajax mixed issue</li>\n			</ul>\n        <h4>Version 1.0.0 - Released: Jan 11, 2018</h4>\n            <ul>\n                <li>Initial Release</li>\n            </ul>\n		\n	                </div>\n            </div>\n        </div>\n    </div>\n\n\n</div>\n\n    </div>\n	<br />\n    </div>\n	<br />\n    <div class=\"spacer\" style=\"height: 50px;\"></div>\n	</p>\n<h2 style=\"text-align: center\">WITH <span class=\"green\">YITH COST OF GOODS</span> YOU CAN:</h2>\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Set cost of goods in each of your products            </h2>\n		\n		            <h3>\n				For variable products you can choose if set or not a different price for each variation            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"926\" src=\"https://yithemes.com/wp-content/uploads/2018/01/02-1.jpg\" class=\"attachment-full size-full\" alt=\"Cost of goods in single product\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/01/02-1.jpg 600w, https://yithemes.com/wp-content/uploads/2018/01/02-1-261x403.jpg 261w, https://yithemes.com/wp-content/uploads/2018/01/02-1-270x417.jpg 270w, https://yithemes.com/wp-content/uploads/2018/01/02-1-194x300.jpg 194w, https://yithemes.com/wp-content/uploads/2018/01/02-1-311x480.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Add cost of good to products by bulk action            </h2>\n		\n		            <h3>\n				modify the cost of different products at the same time with the product page bulk action            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"1172\" src=\"https://yithemes.com/wp-content/uploads/2018/01/001.jpg\" class=\"attachment-full size-full\" alt=\"Set cost of goods with bulk operation\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/01/001.jpg 600w, https://yithemes.com/wp-content/uploads/2018/01/001-261x510.jpg 261w, https://yithemes.com/wp-content/uploads/2018/01/001-270x527.jpg 270w, https://yithemes.com/wp-content/uploads/2018/01/001-154x300.jpg 154w, https://yithemes.com/wp-content/uploads/2018/01/001-524x1024.jpg 524w, https://yithemes.com/wp-content/uploads/2018/01/001-311x607.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Know your benefits in real time and the potential profit of your stock            </h2>\n		\n		            <h3>\n				allow to the admins have info about the benefits of the store and having a estimation of your profits before you sell all your products            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"536\" src=\"https://yithemes.com/wp-content/uploads/2018/01/03-1.jpg\" class=\"attachment-full size-full\" alt=\"Sales reports\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/01/03-1.jpg 600w, https://yithemes.com/wp-content/uploads/2018/01/03-1-261x233.jpg 261w, https://yithemes.com/wp-content/uploads/2018/01/03-1-270x241.jpg 270w, https://yithemes.com/wp-content/uploads/2018/01/03-1-300x268.jpg 300w, https://yithemes.com/wp-content/uploads/2018/01/03-1-311x278.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Export data into CSV file            </h2>\n		\n		            <h3>\n				to obtain all the info in a quick and safe way            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"536\" src=\"https://yithemes.com/wp-content/uploads/2018/01/04-1.jpg\" class=\"attachment-full size-full\" alt=\"Export csv\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/01/04-1.jpg 600w, https://yithemes.com/wp-content/uploads/2018/01/04-1-261x233.jpg 261w, https://yithemes.com/wp-content/uploads/2018/01/04-1-270x241.jpg 270w, https://yithemes.com/wp-content/uploads/2018/01/04-1-300x268.jpg 300w, https://yithemes.com/wp-content/uploads/2018/01/04-1-311x278.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Filter your products to make your search easier by product, date, category, tag or custom field            </h2>\n		\n		            <h3>\n				facilitate the filtered of the products             </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"1091\" src=\"https://yithemes.com/wp-content/uploads/2018/01/05-1.jpg\" class=\"attachment-full size-full\" alt=\"Filter report results\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/01/05-1.jpg 600w, https://yithemes.com/wp-content/uploads/2018/01/05-1-261x475.jpg 261w, https://yithemes.com/wp-content/uploads/2018/01/05-1-270x491.jpg 270w, https://yithemes.com/wp-content/uploads/2018/01/05-1-165x300.jpg 165w, https://yithemes.com/wp-content/uploads/2018/01/05-1-563x1024.jpg 563w, https://yithemes.com/wp-content/uploads/2018/01/05-1-311x566.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				enable/ disable shipping costs, tax and fees in the amount table            </h2>\n		\n		            <h3>\n				possibility of include the Shipping cost, Taxes and Fees to the total cost            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"498\" src=\"https://yithemes.com/wp-content/uploads/2018/01/06-1.jpg\" class=\"attachment-full size-full\" alt=\"General settings of the plugin Cost of Goods\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/01/06-1.jpg 600w, https://yithemes.com/wp-content/uploads/2018/01/06-1-261x217.jpg 261w, https://yithemes.com/wp-content/uploads/2018/01/06-1-270x224.jpg 270w, https://yithemes.com/wp-content/uploads/2018/01/06-1-300x249.jpg 300w, https://yithemes.com/wp-content/uploads/2018/01/06-1-311x258.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				view costs in orders            </h2>\n		\n		            <h3>\n				take a look of the item cost in the order summary            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"603\" src=\"https://yithemes.com/wp-content/uploads/2018/01/07.jpg\" class=\"attachment-full size-full\" alt=\"Cost of goods inside order page\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/01/07.jpg 600w, https://yithemes.com/wp-content/uploads/2018/01/07-261x262.jpg 261w, https://yithemes.com/wp-content/uploads/2018/01/07-100x100.jpg 100w, https://yithemes.com/wp-content/uploads/2018/01/07-270x271.jpg 270w, https://yithemes.com/wp-content/uploads/2018/01/07-65x65.jpg 65w, https://yithemes.com/wp-content/uploads/2018/01/07-80x80.jpg 80w, https://yithemes.com/wp-content/uploads/2018/01/07-134x134.jpg 134w, https://yithemes.com/wp-content/uploads/2018/01/07-311x313.jpg 311w, https://yithemes.com/wp-content/uploads/2018/01/07-135x135.jpg 135w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Monitor your products inventory on a single screen            </h2>\n		\n		            <h3>\n				to take note of the potential benefit you would get from their sales            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"501\" src=\"https://yithemes.com/wp-content/uploads/2018/01/08-1.jpg\" class=\"attachment-full size-full\" alt=\"Stock reports\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2018/01/08-1.jpg 600w, https://yithemes.com/wp-content/uploads/2018/01/08-1-261x218.jpg 261w, https://yithemes.com/wp-content/uploads/2018/01/08-1-270x225.jpg 270w, https://yithemes.com/wp-content/uploads/2018/01/08-1-300x251.jpg 300w, https://yithemes.com/wp-content/uploads/2018/01/08-1-311x260.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row \">\n		<br />\n    <div class=\"cols col-sm-12 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Take advantage of the wpml compatibility            </h2>\n		\n		            <h3>\n				You are free to easily translate the plugin with the powerful wpml tool            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"528\" height=\"395\" src=\"https://yithemes.com/wp-content/uploads/2016/08/wpml.jpg\" class=\"attachment-full size-full\" alt=\"Wpml Compatible\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2016/08/wpml.jpg 528w, https://yithemes.com/wp-content/uploads/2016/08/wpml-261x195.jpg 261w, https://yithemes.com/wp-content/uploads/2016/08/wpml-270x202.jpg 270w, https://yithemes.com/wp-content/uploads/2016/08/wpml-300x224.jpg 300w, https://yithemes.com/wp-content/uploads/2016/08/wpml-311x233.jpg 311w\" sizes=\"(max-width: 528px) 100vw, 528px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n\";s: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:72:\"https://yithemes.com/themes/plugins/yith-woocommerce-cost-of-goods/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;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:48:\"YITH Multiple Shipping Addresses for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://yithemes.com/themes/plugins/yith-multiple-addresses-shipping-for-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://yithemes.com/themes/plugins/yith-multiple-addresses-shipping-for-woocommerce/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Nov 2017 10:52:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://yithemes.com/?post_type=product&p=864709\";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:1354:\"<p dir=\"ltr\">Alex is making purchases on your e-commerce. He placed three products in his cart and, while surfing, he finds an item that he considers perfect as a birthday present for his father who lives in another country.\r\nSatisfied, he adds this to the cart as well, while thinking of his father\'s happiness when he would unexpectedly receive the gift.</p>\r\n<p dir=\"ltr\">But when he’s about to end payment, he realizes that he can’t make one order and select two different shipping addresses<strong>.</strong> He’s forced to take away his father\'s gift from his cart and plan to make a new order later. As soon as he has 5 minutes, he thinks, maybe later, maybe the next day.</p>\r\n<p dir=\"ltr\">Maybe never, as is often the case. Because in the meantime he will find a similar product on another e-commerce, or maybe he will find it at a better price in another store, who knows.</p>\r\n<p dir=\"ltr\"><strong>Whatever the reason, in fact, a product removed from the order is a lost sale that will hardly be recovered.</strong>\r\nNow imagine that Alex chose to remove his products and buy only the gift for his father. In this case, the economic loss would not be of a product but three. And imagine that this situation in your e-commerce occurs several times over a week or a month. How many sales are you already losing without even knowing 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"YITH Support Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12672:\"<p>    <div class=\"row \">\n		    <div class=\"cols col-sm-9 \">\n		</p>\n<h3>Increase your e-commerce sales by shipping to multiple recipients in the same order</h3>\n<p dir=\"ltr\"><strong>YITH Multiple Shipping Addresses for WooCommerce</strong> is a solution that allows your customer to select the delivery of individual products to completely different addresses with great simplicity and speed.</p>\n<p dir=\"ltr\">An incredibly versatile plugin that will <strong>allow your customers to make multiple purchases</strong> for friends, colleagues, and family members in just one order. Consider what this tool will do for your business next Christmas, when Alex chooses to buy his gifts for his father and all of his friends away on your website</p>\n<p>    </div>\n	<br />\n    <div class=\"cols col-sm-3 \">\n		\n<div class=\"general-features\">\n\n		<h3 class=\"quick-info-title\">Quick info</h3>\n\n<div class=\"quick-info\">\n\n    <table class=\"info \">\n                    <tr>\n                <th>Requires:</th>\n                <td>WordPress 4.6 or higher</td>\n            </tr>\n                            <tr>\n                <th>Compatible up to:</th>\n                <td>WordPress 5.0.3</td>\n            </tr>\n                            <tr>\n                <th>Requires:</th>\n                <td>WooCommerce 3.2.x or higher</td>\n            </tr>\n                            <tr>\n                <th>Compatible up to:</th>\n                <td>WooCommerce 3.5.x</td>\n            </tr>\n                <tr>\n            <th>Minimum PHP version:</th>\n            <td>5.6</td>\n        </tr>\n                    <tr>\n                <th>Version:</th>\n                <td>1.0.8</td>\n            </tr>\n                            <tr>\n                <th>Released:</th>\n                <td>2019-02-19</td>\n            </tr>\n                            <tr>\n                <th>100% WPML Compatible:</th>\n                <td>yes</td>\n            </tr>\n                <tr>\n            <th>Translation ready:</th>\n            <td>yes</td>\n        </tr>\n                    <tr>\n                <th>Languages:</th>\n                <td>Dutch, English, Italian, Spanish</td>\n            </tr>\n                <tr>\n            <th>Support to:</th>\n            <td>\n                <ul class=\"list-unstyled\">\n                    <li style=\"margin-bottom: 15px;\">\n                        All YITH plugins                    </li>\n                    <li>All YITH themes</li>\n                    \n                </ul>\n            </td>\n        </tr>\n	                <tr>\n                <th>GDPR Compliant:</th>\n                <td>\n				    YES                </td>\n            </tr>\n	        </table>\n\n</div>\n\n<div class=\"quick-info-actions\">\n	        <a class=\"btn-sm btn-flat-green\" href=\"https://docs.yithemes.com/yith-multiple-shipping-addresses-for-woocommerce/\"\n           title=\"View documentation\"\n           target=\"_blank\">View documentation</a>\n		\n    <a class=\"btn-sm btn-flat-green\" href=\"#\" title=\"View changelog\"\n       data-toggle=\"modal\" data-target=\"#changelog\">View changelog</a>\n</div>\n\n    <div class=\"modal fade\" id=\"changelog\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"changelogLabel\" aria-hidden=\"true\">\n        <div class=\"modal-dialog\">\n            <div class=\"modal-content\">\n                <div class=\"modal-body\">\n                    <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"><span\n                            aria-hidden=\"true\">&times;</span></button>\n                    \n		\n		<h4>Version 1.0.8 - Released: Feb 19, 2019</h4>\n		<ul>\n			<li>New: show package weight feature.</li>\n			<li>Update: Plugin core.</li>\n			<li>Update: Language files.</li>\n		</ul>\n		<h4>Version 1.0.7 - Released: Dec 27, 2018</h4>\n		<ul>\n			<li>New: Local Pickup integration.</li>\n			<li>Update: Plugin core.</li>\n			<li>Update: Language files.</li>\n			<li>Fix: non-alphameric characters on Shipping Identifier.</li>\n		</ul>\n		<h4>Version 1.0.6 - Released: Oct 23, 2018</h4>\n		<ul>\n			<li>Update: Plugin Core.</li>\n		</ul>\n		<h4>Version 1.0.5 - Released: Oct 17, 2018</h4>\n		<ul>\n			<li>New: Support to WooCommerce 3.5.0 RC2</li>\n			<li>Update: Plugin Core 3.0.25</li>\n			<li>Update: Language files.</li>\n		</ul>\n		<h4>Version 1.0.4 - Released: May 25, 2018</h4>\n		<ul>\n			<li>New: Support to WooCommerce 3.4.0</li>\n			<li>New: Support to WordPress 4.9.6</li>\n			<li>New: Support to GDPR compliance - Export personal data</li>\n			<li>New: Support to GDPR compliance - Erase personal data</li>\n			<li>New: Privacy Policy Guide</li>\n			<li>Update: Plugin core</li>\n			<li>Update: Italian language</li>\n			<li>Update: Spanish language</li>\n			<li>Update: Dutch language</li>\n		</ul>\n		<h4>Version 1.0.3 - Released: Jan 31, 2018</h4>\n		<ul>\n			<li>New: Support to WC 3.3.0</li>\n			<li>New: Spanish translation.</li>\n			<li>New: Italian translation.</li>\n			<li>Updated: Plugin core.</li>\n			<li>Updated: Translation files.</li>\n		</ul>\n		<h4>Version 1.0.2 - Released: Jan 09, 2018</h4>\n		<ul>\n			<li>Tweak: Fixed the way how the address fields are taken on JS when saving an address.</li>\n		</ul>\n		<h4>Version 1.0.1 - Released: Jan 05, 2018</h4>\n		<ul>\n			<li>New: Dutch Translation.</li>\n			<li>Update: Plugin Core.</li>\n		</ul>\n		<h4>Version 1.0.0 - Released: Nov 30, 2017</h4>\n		<ul>\n			<li>Initial Release</li>\n		</ul>\n		\n	                </div>\n            </div>\n        </div>\n    </div>\n\n\n</div>\n\n    </div>\n	<br />\n    </div>\n	<br />\n    <div class=\"spacer\" style=\"height: 50px;\"></div>\n	</p>\n<h2 style=\"text-align: center\">WITH <span class=\"green\">YITH MULTIPLE SHIPPING ADDRESSES</span> YOU CAN:</h2>\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Enable multi-shipping option for every single order            </h2>\n		\n		            <h3>\n				to allow all users or only registered ones to set their shipping addresses            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"822\" src=\"https://yithemes.com/wp-content/uploads/2017/11/01-1.jpg\" class=\"attachment-full size-full\" alt=\"Multiple shipping addresses\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2017/11/01-1.jpg 600w, https://yithemes.com/wp-content/uploads/2017/11/01-1-261x358.jpg 261w, https://yithemes.com/wp-content/uploads/2017/11/01-1-270x370.jpg 270w, https://yithemes.com/wp-content/uploads/2017/11/01-1-219x300.jpg 219w, https://yithemes.com/wp-content/uploads/2017/11/01-1-311x426.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Prevent the multi-shipping on certain products of your shop            </h2>\n		\n		            <h3>\n				selecting them by product or category            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"576\" src=\"https://yithemes.com/wp-content/uploads/2010/06/02.jpg\" class=\"attachment-full size-full\" alt=\"Exclude products from multishipping\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2010/06/02.jpg 600w, https://yithemes.com/wp-content/uploads/2010/06/02-261x251.jpg 261w, https://yithemes.com/wp-content/uploads/2010/06/02-270x259.jpg 270w, https://yithemes.com/wp-content/uploads/2010/06/02-300x288.jpg 300w, https://yithemes.com/wp-content/uploads/2010/06/02-311x299.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Add unlimited custom shipping addresses            </h2>\n		\n		            <h3>\n				to allow your customers to insert and manage them both on Checkout and My Account page in an easy way             </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"543\" src=\"https://yithemes.com/wp-content/uploads/2010/06/03.jpg\" class=\"attachment-full size-full\" alt=\"Edit new shipping address\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2010/06/03.jpg 600w, https://yithemes.com/wp-content/uploads/2010/06/03-261x236.jpg 261w, https://yithemes.com/wp-content/uploads/2010/06/03-270x244.jpg 270w, https://yithemes.com/wp-content/uploads/2010/06/03-300x272.jpg 300w, https://yithemes.com/wp-content/uploads/2010/06/03-311x281.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Split product quantity            </h2>\n		\n		            <h3>\n				to let users ship the product to different shipping addresses            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"543\" src=\"https://yithemes.com/wp-content/uploads/2010/06/04.jpg\" class=\"attachment-full size-full\" alt=\"Split products for multiple shipping\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2010/06/04.jpg 600w, https://yithemes.com/wp-content/uploads/2010/06/04-261x236.jpg 261w, https://yithemes.com/wp-content/uploads/2010/06/04-270x244.jpg 270w, https://yithemes.com/wp-content/uploads/2010/06/04-300x272.jpg 300w, https://yithemes.com/wp-content/uploads/2010/06/04-311x281.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Manage the shipping status            </h2>\n		\n		            <h3>\n				Choosing from Processing, Shipped, Cancelled, and Returned depending on your needs            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"543\" src=\"https://yithemes.com/wp-content/uploads/2010/06/05.jpg\" class=\"attachment-full size-full\" alt=\"Set status for each shipping\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2010/06/05.jpg 600w, https://yithemes.com/wp-content/uploads/2010/06/05-261x236.jpg 261w, https://yithemes.com/wp-content/uploads/2010/06/05-270x244.jpg 270w, https://yithemes.com/wp-content/uploads/2010/06/05-300x272.jpg 300w, https://yithemes.com/wp-content/uploads/2010/06/05-311x281.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Send an email notification            </h2>\n		\n		            <h3>\n				To inform your customers when the shipping status of the products they purchased has changed            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"543\" src=\"https://yithemes.com/wp-content/uploads/2010/06/06.jpg\" class=\"attachment-full size-full\" alt=\"Shipping status email notification\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2010/06/06.jpg 600w, https://yithemes.com/wp-content/uploads/2010/06/06-261x236.jpg 261w, https://yithemes.com/wp-content/uploads/2010/06/06-270x244.jpg 270w, https://yithemes.com/wp-content/uploads/2010/06/06-300x272.jpg 300w, https://yithemes.com/wp-content/uploads/2010/06/06-311x281.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row \">\n		<br />\n    <div class=\"cols col-sm-12 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Take advantage of the wpml compatibility            </h2>\n		\n		            <h3>\n				You are free to easily translate the plugin with the powerful wpml tool            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"528\" height=\"395\" src=\"https://yithemes.com/wp-content/uploads/2016/08/wpml.jpg\" class=\"attachment-full size-full\" alt=\"Wpml Compatible\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2016/08/wpml.jpg 528w, https://yithemes.com/wp-content/uploads/2016/08/wpml-261x195.jpg 261w, https://yithemes.com/wp-content/uploads/2016/08/wpml-270x202.jpg 270w, https://yithemes.com/wp-content/uploads/2016/08/wpml-300x224.jpg 300w, https://yithemes.com/wp-content/uploads/2016/08/wpml-311x233.jpg 311w\" sizes=\"(max-width: 528px) 100vw, 528px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n\";s: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:90:\"https://yithemes.com/themes/plugins/yith-multiple-addresses-shipping-for-woocommerce/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"23\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;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:26:\"YITH Deals for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://yithemes.com/themes/plugins/yith-woocommerce-deals/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://yithemes.com/themes/plugins/yith-woocommerce-deals/#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, 22 Nov 2017 09:04: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://yithemes.com/?post_type=product&p=802236\";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:724:\"<p dir=\"ltr\">Many stores attempt to sell you something right before paying for what you chose to purchase, videogames stores are a prime example fo this practice, when they ask you if you want to pay for some extra DVD damage/scratch policy, or house appliances stores that ask you if you want to extend your guarantee for one or two extra years, or even simply fast foods trying to sell you dips or sides and clothing stores that <strong>offer an extra item once you have reached a certain amount of money spent</strong>.</p>\r\n<p dir=\"ltr\">Can you tell how incredible this strategy is? Can’t you already smell the money you’ll make?\r\nIt’ s inevitable! You will increase the average value of each order in no time.</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Samantha 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:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13666:\"    <div class=\"row \">\n		    <div class=\"cols col-sm-9 \">\n		</p>\n<h3>Selling more is child’s play if you make exclusive offers just when your customer is about to pay</h3>\n<p dir=\"ltr\">This winning formula could work in a number of contexts: if you sell tickets for a concert, you could offer the opportunity to provide pictures with the artists, or an autograph for an extra price; if you sell gifts you could offer the wrapping service, if you sell gym subscriptions, you could add a “personal coach” service and so on!</p>\n<p dir=\"ltr\">Thanks to our <strong>YITH Deals for WooCommerce</strong> plugin you can apply this strategy in the easiest way, by displaying a popup, right before the checkout page, with exclusive offers that are only going to be valid in that specific moment and compatible with the products your customers are about to purchase.</p>\n<p dir=\"ltr\">This plugin also allows you to link an offer to a single product, <strong>to schedule a promotional time period</strong>, to set it according to the amount spent, or show no promotion at all when customers add a product to their cart.</p>\n<p dir=\"ltr\">Think about it, <strong>you just got yourself a real money making machine!</strong> Start increasing the average value of each one of your order, not doing so would be a big loss.</p>\n<p>    </div>\n	<br />\n    <div class=\"cols col-sm-3 \">\n		\n<div class=\"general-features\">\n\n		<h3 class=\"quick-info-title\">Quick info</h3>\n\n<div class=\"quick-info\">\n\n    <table class=\"info \">\n                    <tr>\n                <th>Requires:</th>\n                <td>WordPress 4.6 or higher</td>\n            </tr>\n                            <tr>\n                <th>Compatible up to:</th>\n                <td>WordPress 5.0.x</td>\n            </tr>\n                            <tr>\n                <th>Requires:</th>\n                <td>WooCommerce 3.2.x or higher</td>\n            </tr>\n                            <tr>\n                <th>Compatible up to:</th>\n                <td>WooCommerce 3.5.x</td>\n            </tr>\n                <tr>\n            <th>Minimum PHP version:</th>\n            <td>5.6</td>\n        </tr>\n                    <tr>\n                <th>Version:</th>\n                <td>1.0.5</td>\n            </tr>\n                            <tr>\n                <th>Released:</th>\n                <td>2019-02-21</td>\n            </tr>\n                            <tr>\n                <th>100% WPML Compatible:</th>\n                <td>yes</td>\n            </tr>\n                <tr>\n            <th>Translation ready:</th>\n            <td>yes</td>\n        </tr>\n                    <tr>\n                <th>Languages:</th>\n                <td>English, Spanish, Dutch, Italian</td>\n            </tr>\n                <tr>\n            <th>Support to:</th>\n            <td>\n                <ul class=\"list-unstyled\">\n                    <li style=\"margin-bottom: 15px;\">\n                        All YITH plugins                    </li>\n                    <li>All YITH themes</li>\n                    \n                </ul>\n            </td>\n        </tr>\n	                <tr>\n                <th>GDPR Compliant:</th>\n                <td>\n				    UNNECESSARY                </td>\n            </tr>\n	        </table>\n\n</div>\n\n<div class=\"quick-info-actions\">\n	        <a class=\"btn-sm btn-flat-green\" href=\"https://docs.yithemes.com/yith-deals-for-woocommerce/\"\n           title=\"View documentation\"\n           target=\"_blank\">View documentation</a>\n		\n    <a class=\"btn-sm btn-flat-green\" href=\"#\" title=\"View changelog\"\n       data-toggle=\"modal\" data-target=\"#changelog\">View changelog</a>\n</div>\n\n    <div class=\"modal fade\" id=\"changelog\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"changelogLabel\" aria-hidden=\"true\">\n        <div class=\"modal-dialog\">\n            <div class=\"modal-content\">\n                <div class=\"modal-body\">\n                    <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"><span\n                            aria-hidden=\"true\">&times;</span></button>\n                    \n		\n		<h4>Version 1.0.5 - Released: Feb 21, 2019</h4>\n            <ul>\n                <li>New: Admin option to accept the deal without user interaction</li>\n                <li>Update: Plugin framework</li>\n                <li>Update: Italian language</li>\n                <li>Update: Dutch language</li>\n            </ul>\n        <h4>Version 1.0.4 - Released: Dic 31, 2018</h4>\n            <ul>\n                <li>Tweak: Check restriction by price when cart is updated</li>\n                <li>Update: Plugin framework</li>\n                <li>Update: Plugin language</li>\n            </ul>\n        <h4>Version 1.0.3 - Released: Oct 23, 2018</h4>\n            <ul>\n                <li>New: support to WooCommerce 3.5.0</li>\n                <li>Update: Plugin framework</li>\n                <li>Update: Plugin Description</li>\n                <li>Tweak: remove product to the cart if the cart not pass the product condition</li>\n                <li>Tweak: Show offer in different languages</li>\n                <li>Fix: popup find error</li>\n                <li>Dev: yith_wcdls_before_show_another_offer</li>\n            </ul>\n		<h4>Version 1.0.2 - Released: Feb 19, 2018</h4>\n			<ul>\n				<li>Fix: Javascript selector problem on admin side</li>\n			</ul>\n		<h4>Version 1.0.1 - Released: Jan 31, 2017</h4>\n			<ul>\n				<li>New: support to WordPress 4.9.2</li>\n                <li>New: support to WooCommerce 3.3.0</li>\n                <li>New: Spanish translation</li>\n                <li>New: Italian translation</li>\n                <li>New: Dutch translation</li>\n                <li>Fix: add a product to the cart and no apply rules</li>\n                <li>Update: plugin core</li>\n            </ul>\n        <h4>Version 1.0.0 - Released: Nov 22, 2017</h4>\n            <ul>\n                <li>Initial Release</li>\n            </ul>\n		\n                    </div>\n            </div>\n        </div>\n    </div>\n\n\n</div>\n\n    </div>\n	<br />\n    </div>\n	\n<h2 style=\"text-align: center\">WITH <span class=\"green\">YITH DEALS</span> YOU CAN:</h2>\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-12 \">\n		    </div>\n	\n    <div class=\"image_title\">\n		            <h2>\n				Create rules to show offer on checkout page            </h2>\n		\n		            <h3>\n				the offer can be shown at the bottom of the page or in a popup            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"1302\" height=\"583\" src=\"https://yithemes.com/wp-content/uploads/2017/11/01.jpg\" class=\"attachment-full size-full\" alt=\"Offer layout\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2017/11/01.jpg 1302w, https://yithemes.com/wp-content/uploads/2017/11/01-261x117.jpg 261w, https://yithemes.com/wp-content/uploads/2017/11/01-270x121.jpg 270w, https://yithemes.com/wp-content/uploads/2017/11/01-300x134.jpg 300w, https://yithemes.com/wp-content/uploads/2017/11/01-768x344.jpg 768w, https://yithemes.com/wp-content/uploads/2017/11/01-1024x459.jpg 1024w, https://yithemes.com/wp-content/uploads/2017/11/01-311x139.jpg 311w\" sizes=\"(max-width: 1302px) 100vw, 1302px\" />    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Customize the content of your offer            </h2>\n		\n		            <h3>\n				set a message to capture the attention of your customers            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"501\" src=\"https://yithemes.com/wp-content/uploads/2017/11/02.jpg\" class=\"attachment-full size-full\" alt=\"Customize offer content\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2017/11/02.jpg 600w, https://yithemes.com/wp-content/uploads/2017/11/02-261x218.jpg 261w, https://yithemes.com/wp-content/uploads/2017/11/02-270x225.jpg 270w, https://yithemes.com/wp-content/uploads/2017/11/02-300x251.jpg 300w, https://yithemes.com/wp-content/uploads/2017/11/02-311x260.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Set the conditions to show the offer            </h2>\n		\n		            <h3>\n				According to the cart content or the user details (role or country)            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"596\" src=\"https://yithemes.com/wp-content/uploads/2017/11/03.jpg\" class=\"attachment-full size-full\" alt=\"Offer conditions\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2017/11/03.jpg 600w, https://yithemes.com/wp-content/uploads/2017/11/03-261x259.jpg 261w, https://yithemes.com/wp-content/uploads/2017/11/03-100x100.jpg 100w, https://yithemes.com/wp-content/uploads/2017/11/03-270x268.jpg 270w, https://yithemes.com/wp-content/uploads/2017/11/03-65x65.jpg 65w, https://yithemes.com/wp-content/uploads/2017/11/03-300x298.jpg 300w, https://yithemes.com/wp-content/uploads/2017/11/03-80x80.jpg 80w, https://yithemes.com/wp-content/uploads/2017/11/03-134x134.jpg 134w, https://yithemes.com/wp-content/uploads/2017/11/03-311x309.jpg 311w, https://yithemes.com/wp-content/uploads/2017/11/03-135x135.jpg 135w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Choose what will happen when the offer is accepted            </h2>\n		\n		            <h3>\n				Remove products from the cart or add a new item for a special price            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"1008\" src=\"https://yithemes.com/wp-content/uploads/2017/11/04.jpg\" class=\"attachment-full size-full\" alt=\"Accepted offer\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2017/11/04.jpg 600w, https://yithemes.com/wp-content/uploads/2017/11/04-261x438.jpg 261w, https://yithemes.com/wp-content/uploads/2017/11/04-270x454.jpg 270w, https://yithemes.com/wp-content/uploads/2017/11/04-179x300.jpg 179w, https://yithemes.com/wp-content/uploads/2017/11/04-311x522.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Choose what will happen when the offer is rejected            </h2>\n		\n		            <h3>\n				Hide the offer or show another            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"974\" src=\"https://yithemes.com/wp-content/uploads/2017/11/05.jpg\" class=\"attachment-full size-full\" alt=\"Decline offer\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2017/11/05.jpg 600w, https://yithemes.com/wp-content/uploads/2017/11/05-261x424.jpg 261w, https://yithemes.com/wp-content/uploads/2017/11/05-270x438.jpg 270w, https://yithemes.com/wp-content/uploads/2017/11/05-185x300.jpg 185w, https://yithemes.com/wp-content/uploads/2017/11/05-311x505.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row \">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Show the offer for a limited period of time            </h2>\n		\n		            <h3>\n				setting a different time for each offer that you created            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"593\" src=\"https://yithemes.com/wp-content/uploads/2017/11/06.jpg\" class=\"attachment-full size-full\" alt=\"Offer availability\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2017/11/06.jpg 600w, https://yithemes.com/wp-content/uploads/2017/11/06-261x258.jpg 261w, https://yithemes.com/wp-content/uploads/2017/11/06-100x100.jpg 100w, https://yithemes.com/wp-content/uploads/2017/11/06-270x267.jpg 270w, https://yithemes.com/wp-content/uploads/2017/11/06-65x65.jpg 65w, https://yithemes.com/wp-content/uploads/2017/11/06-300x297.jpg 300w, https://yithemes.com/wp-content/uploads/2017/11/06-80x80.jpg 80w, https://yithemes.com/wp-content/uploads/2017/11/06-311x307.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Take advantage of the wpml compatibility            </h2>\n		\n		            <h3>\n				You are free to easily translate the plugin with the powerful wpml tool            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"528\" height=\"395\" src=\"https://yithemes.com/wp-content/uploads/2016/08/wpml.jpg\" class=\"attachment-full size-full\" alt=\"Wpml Compatible\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2016/08/wpml.jpg 528w, https://yithemes.com/wp-content/uploads/2016/08/wpml-261x195.jpg 261w, https://yithemes.com/wp-content/uploads/2016/08/wpml-270x202.jpg 270w, https://yithemes.com/wp-content/uploads/2016/08/wpml-300x224.jpg 300w, https://yithemes.com/wp-content/uploads/2016/08/wpml-311x233.jpg 311w\" sizes=\"(max-width: 528px) 100vw, 528px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://yithemes.com/themes/plugins/yith-woocommerce-deals/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"25\";s: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: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:22:\"YITH Amazon S3 Storage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://yithemes.com/themes/plugins/yith-amazon-s3-storage/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://yithemes.com/themes/plugins/yith-amazon-s3-storage/#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, 10 Oct 2017 06:00:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://yithemes.com/?post_type=product&p=883513\";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:983:\"<p dir=\"ltr\">While developing our most popular plugins, we are often inspired by the features of successful eCommerce platforms like Amazon. In most cases, before we sell our plugins, we install and use them on our platform in order to understand their full potential and to improve them and make them even more powerful and effective.</p>\r\n<p dir=\"ltr\">That\'s why <strong>YITH Amazon S3 Storage</strong> is not just a plugin, but the full answer to the goals we aimed for when we started selling digital products: reducing the bandwidth consumption to make your e-commerce more effective and protect your products once they are online.</p>\r\n<p dir=\"ltr\">Our experience proves that, no matter what kind of online business you are running, if you\'re focusing on selling digital products, you\'ll have to deal with the problem of hosting space that\'s never enough and with the need to protect your products so that they will be accessible only to those who are fully entitled 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"YITH Support Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14671:\"    <div class=\"row \">\n		    <div class=\"cols col-sm-9 \">\n		</p>\n<h3>Upload WordPress media files to Amazon and improve the security of your digital products</h3>\n<p dir=\"ltr\">Our plugin will allow you to automatically upload &#8211; without the need to open the Amazon S3 page, publish the media, copy the URL, replace it manually with the WordPress URL &#8211; all your media files (videos, pictures, PDF files, archives zip, etc.) on Amazon S3, thus making the server load for your website much lighter in a single action!</p>\n<p dir=\"ltr\">Once the files are loaded on Amazon S3, their security will be exponentially increased, as you are free to make them &#8220;private&#8221; &#8211; so they will only be accessible to verified buyers &#8211; and/or make them available for a specific amount of time only.</p>\n<p dir=\"ltr\"><strong>YITH Amazon S3 Storage:</strong> the most powerful and versatile tool for managing and protecting your online files.</p>\n<p>    </div>\n	<br />\n    <div class=\"cols col-sm-3 \">\n		\n<div class=\"general-features\">\n\n		<h3 class=\"quick-info-title\">Quick info</h3>\n\n<div class=\"quick-info\">\n\n    <table class=\"info \">\n                    <tr>\n                <th>Requires:</th>\n                <td>WordPress 4.6 or higher</td>\n            </tr>\n                            <tr>\n                <th>Compatible up to:</th>\n                <td>WordPress 5.1.x</td>\n            </tr>\n                            <tr>\n                <th>Requires:</th>\n                <td>WooCommerce 3.2.x or higher</td>\n            </tr>\n                            <tr>\n                <th>Compatible up to:</th>\n                <td>WooCommerce 3.5.x</td>\n            </tr>\n                <tr>\n            <th>Minimum PHP version:</th>\n            <td>5.6</td>\n        </tr>\n                    <tr>\n                <th>Version:</th>\n                <td>1.1.0</td>\n            </tr>\n                            <tr>\n                <th>Released:</th>\n                <td>2019-03-21</td>\n            </tr>\n                            <tr>\n                <th>100% WPML Compatible:</th>\n                <td>yes</td>\n            </tr>\n                <tr>\n            <th>Translation ready:</th>\n            <td>yes</td>\n        </tr>\n                    <tr>\n                <th>Languages:</th>\n                <td>Dutch, English, Italian, Spanish</td>\n            </tr>\n                <tr>\n            <th>Support to:</th>\n            <td>\n                <ul class=\"list-unstyled\">\n                    <li style=\"margin-bottom: 15px;\">\n                        All YITH plugins                    </li>\n                    <li>All YITH themes</li>\n                    \n                </ul>\n            </td>\n        </tr>\n	        </table>\n\n</div>\n\n<div class=\"quick-info-actions\">\n	        <a class=\"btn-sm btn-flat-green\" href=\"https://docs.yithemes.com/yith-amazon-s3-storage/\"\n           title=\"View documentation\"\n           target=\"_blank\">View documentation</a>\n		\n    <a class=\"btn-sm btn-flat-green\" href=\"#\" title=\"View changelog\"\n       data-toggle=\"modal\" data-target=\"#changelog\">View changelog</a>\n</div>\n\n    <div class=\"modal fade\" id=\"changelog\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"changelogLabel\" aria-hidden=\"true\">\n        <div class=\"modal-dialog\">\n            <div class=\"modal-content\">\n                <div class=\"modal-body\">\n                    <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"><span\n                            aria-hidden=\"true\">&times;</span></button>\n                    \n		\n		<h4>Version 1.1.0 - Released: Mar 21, 2019</h4>\n		<ul>\n			<li>Update: updated plugin framework</li>\n		</ul>\n		<h4>Version 1.0.2 - Released: Feb 21, 2019</h4>\n		<ul>\n			<li>Tweak: hide upload options on admin product image</li>\n			<li>Tweak: improve how to get the file when the folder is an url</li>\n			<li>Update: plugin framework</li>\n			<li>Update: Spanish translation</li>\n			<li>Update: Italian translation</li>\n			<li>Update: Dutch translation</li>\n			<li>Update: language file .pot</li>\n		</ul>\n		<h4>Version 1.0.11 - Released: Oct 24, 2018</h4>\n		<ul>\n			<li>Update: plugin framework</li>\n			<li>Update: plugin description</li>\n			<li>Update: plugin links</li>\n		</ul>\n		<h4>Version 1.0.10 - Released: Oct 17, 2018</h4>\n		<ul>\n			<li>New: Support to WooCommerce 3.5.0</li>\n			<li>Tweak: new action links and plugin row meta in admin manage plugins page</li>\n			<li>Tweak: Adding filter to set the timeout of the downloading by js</li>\n			<li>Update: Italian language</li>\n			<li>Update: Spanish translation</li>\n			<li>Update: Dutch translation</li>\n			<li>Fix: Allowing to download big files weight</li>\n		</ul>\n		<h4>Version 1.0.9 - Released: Apr 2, 2018</h4>\n		<ul>\n			<li>Tweak: improvement of displaying the settings</li>\n			<li>Tweak: filter to choose whether to download the file from PHP or JS</li>\n			<li>Fix: load plugin textdomain</li>\n			<li>Fix: display correctly amazon urls of srcset</li>\n			<li>Dev: loading admin and frontend classes without PHP sessions</li>\n		</ul>\n		<h4>Version 1.0.8 - Released: Feb 27, 2018</h4>\n		<ul>\n			<li>Tweak: setting the Amazon base url for all kind of credentials</li>\n			<li>Fix: changing string temporarlly to temporary</li>\n		</ul>\n		<h4>Version 1.0.7 - Released: Feb 09, 2018</h4>\n		<ul>\n			<li>New - Support to WooCommerce 3.3.1</li>\n			<li>Tweak - Download links without javascript</li>\n			<li>Tweak - Customize the link of the order under the user account</li>\n		</ul>\n		<h4>Version 1.0.6 - Released: Feb 05, 2018</h4>\n		<ul>\n			<li>Tweak - Showing download links and download counting without using the WooCommerce templates</li>\n			<li>Fix - download link compatible for mozilla and safari</li>\n		</ul>\n		<h4>Version 1.0.5 - Released: Jan 31, 2018</h4>\n		<ul>\n			<li>New - Checking the images in the content</li>\n			<li>New - Spanish translation .po and .mo</li>\n			<li>Tweak - Adding a filter to modify target blank</li>\n			<li>Tweak - Adding an additional link to the email to go to the order under account</li>\n			<li>Tweak - Adding the counting of the downloads</li>\n			<li>Fix - Javascript error .select2 not found</li>\n			<li>Fix - Showing download urls on admin orders</li>\n			<li>Fix - Showing correct download url on emails</li>\n			<li>Fix - Configuring the valid time for downloads</li>\n			<li>Fix - Checking several images in content</li>\n			<li>Remove - Cleaning unnecessary code</li>\n		</ul>\n		<h4>Version 1.0.4 - Released: Dec 29, 2017</h4>\n		<ul>\n			<li>New - Italian translation</li>\n			<li>New - Dutch translation</li>\n			<li>Update - Plugin-fw</li>\n		</ul>\n		<h4>Version 1.0.3 - Released: Nov 27, 2017</h4>\n		<ul>\n			<li>Fix - Compatibility of url for downloadable products in downloads of my account with WooCommerce 3.2.1</li>\n		</ul>\n		<h4>Version 1.0.2 - Released: Nov 23, 2017</h4>\n		<ul>\n			<li>Fix - Compatibility of url for downloadable products with WooCommerce 3.2.1 for emails sent</li>\n		</ul>\n		<h4>Version 1.0.1 - Released: Nov 16, 2017</h4>\n		<ul>\n			<li>Fix - Compatibility of url for downloadable products with WooCommerce 3.2.1</li>\n		</ul>\n		<h4>Version 1.0.0 - Released: Oct 10, 2017</h4>\n		<ul>\n			<li>Initial Release</li>\n		</ul>   \n		\n	                </div>\n            </div>\n        </div>\n    </div>\n\n\n</div>\n\n    </div>\n	<br />\n    </div>\n	\n<h2 style=\"text-align: center\">WITH <span class=\"green\">AMAZON S3 STORAGE</span> YOU CAN:</h2>\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Copy all the new WordPress media files to Amazon S3            </h2>\n		\n		            <h3>\n				Images, audios or videos: you will have a synchronized backup of all your media files            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"429\" src=\"https://yithemes.com/wp-content/uploads/2017/10/01-1-1.jpg\" class=\"attachment-full size-full\" alt=\"\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2017/10/01-1-1.jpg 600w, https://yithemes.com/wp-content/uploads/2017/10/01-1-1-261x187.jpg 261w, https://yithemes.com/wp-content/uploads/2017/10/01-1-1-270x193.jpg 270w, https://yithemes.com/wp-content/uploads/2017/10/01-1-1-300x215.jpg 300w, https://yithemes.com/wp-content/uploads/2017/10/01-1-1-311x222.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Download files from Amazon S3 rather than from your site            </h2>\n		\n		            <h3>\n				The automatic replacement of download URL will speed up your site            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"535\" src=\"https://yithemes.com/wp-content/uploads/2017/10/02-2.jpg\" class=\"attachment-full size-full\" alt=\"Replace url\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2017/10/02-2.jpg 600w, https://yithemes.com/wp-content/uploads/2017/10/02-2-261x233.jpg 261w, https://yithemes.com/wp-content/uploads/2017/10/02-2-270x241.jpg 270w, https://yithemes.com/wp-content/uploads/2017/10/02-2-300x268.jpg 300w, https://yithemes.com/wp-content/uploads/2017/10/02-2-311x277.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Remove from your site the files moved to Amazon S3            </h2>\n		\n		            <h3>\n				Thanks to this automatic action you will optimize the space on your server            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"464\" src=\"https://yithemes.com/wp-content/uploads/2017/10/03-2.jpg\" class=\"attachment-full size-full\" alt=\"Remove images from server\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2017/10/03-2.jpg 600w, https://yithemes.com/wp-content/uploads/2017/10/03-2-261x202.jpg 261w, https://yithemes.com/wp-content/uploads/2017/10/03-2-270x209.jpg 270w, https://yithemes.com/wp-content/uploads/2017/10/03-2-300x232.jpg 300w, https://yithemes.com/wp-content/uploads/2017/10/03-2-311x241.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Enable direct download from Amazon S3 for files linked to your WooCommerce virtual products            </h2>\n		\n		            <h3>\n				Make the most of potentialities and safety of an Amazon S3 account            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"842\" src=\"https://yithemes.com/wp-content/uploads/2017/10/04-1.jpg\" class=\"attachment-full size-full\" alt=\"Choose file for WooCommerce Digital products\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2017/10/04-1.jpg 600w, https://yithemes.com/wp-content/uploads/2017/10/04-1-261x366.jpg 261w, https://yithemes.com/wp-content/uploads/2017/10/04-1-270x379.jpg 270w, https://yithemes.com/wp-content/uploads/2017/10/04-1-214x300.jpg 214w, https://yithemes.com/wp-content/uploads/2017/10/04-1-311x436.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row border\">\n		<br />\n    <div class=\"cols col-sm-6 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Add files to Amazon S3 manually by taking advantage of WordPress media gallery            </h2>\n		\n		            <h3>\n				Use this possibility to upload files that have nothing to do with your site            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"926\" src=\"https://yithemes.com/wp-content/uploads/2017/10/05-2.jpg\" class=\"attachment-full size-full\" alt=\"Add new media to s3 Amazon\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2017/10/05-2.jpg 600w, https://yithemes.com/wp-content/uploads/2017/10/05-2-261x403.jpg 261w, https://yithemes.com/wp-content/uploads/2017/10/05-2-270x417.jpg 270w, https://yithemes.com/wp-content/uploads/2017/10/05-2-194x300.jpg 194w, https://yithemes.com/wp-content/uploads/2017/10/05-2-311x480.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	    <div class=\"cols col-sm-6 border\">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Set an expiration for the downloads linked to the products            </h2>\n		\n		            <h3>\n				Access to the resource can be limited to a few minutes since the users access the download page            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"600\" height=\"415\" src=\"https://yithemes.com/wp-content/uploads/2017/10/06-2.jpg\" class=\"attachment-full size-full\" alt=\"WooCommerce settings for digital goods\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2017/10/06-2.jpg 600w, https://yithemes.com/wp-content/uploads/2017/10/06-2-261x181.jpg 261w, https://yithemes.com/wp-content/uploads/2017/10/06-2-270x187.jpg 270w, https://yithemes.com/wp-content/uploads/2017/10/06-2-300x208.jpg 300w, https://yithemes.com/wp-content/uploads/2017/10/06-2-311x215.jpg 311w\" sizes=\"(max-width: 600px) 100vw, 600px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n    <div class=\"row \">\n		<br />\n    <div class=\"cols col-sm-12 \">\n		\n    <div class=\"image_title\">\n		            <h2>\n				Take advantage of the wpml compatibility            </h2>\n		\n		            <h3>\n				You are free to easily translate the plugin with the powerful wpml tool            </h3>\n            <div class=\"image_title_content\">\n				            </div>\n		    </div>\n\n	    <div class=\"image-from-id\">\n		<img width=\"528\" height=\"395\" src=\"https://yithemes.com/wp-content/uploads/2016/08/wpml.jpg\" class=\"attachment-full size-full\" alt=\"Wpml Compatible\" is_lazyload=\"1\" srcset=\"https://yithemes.com/wp-content/uploads/2016/08/wpml.jpg 528w, https://yithemes.com/wp-content/uploads/2016/08/wpml-261x195.jpg 261w, https://yithemes.com/wp-content/uploads/2016/08/wpml-270x202.jpg 270w, https://yithemes.com/wp-content/uploads/2016/08/wpml-300x224.jpg 300w, https://yithemes.com/wp-content/uploads/2016/08/wpml-311x233.jpg 311w\" sizes=\"(max-width: 528px) 100vw, 528px\" />    </div>\n	    </div>\n	<br />\n    </div>\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://yithemes.com/themes/plugins/yith-amazon-s3-storage/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"22\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s: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:44:\"https://yithemes.com/feed/?post_type=product\";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:20:{s:4:\"date\";s:29:\"Thu, 11 Apr 2019 08:52:54 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"set-cookie\";s:137:\"__cfduid=d5187daf03eda064d14f4308765f2e4b91554972774; expires=Fri, 10-Apr-20 08:52:54 GMT; path=/; domain=.yithemes.com; HttpOnly; Secure\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:13:\"last-modified\";s:29:\"Wed, 10 Apr 2019 22:18:51 GMT\";s:4:\"etag\";s:36:\"W/\"0683fd162744dd6f4a4f53050fcae790\"\";s:4:\"link\";a:2:{i:0;s:248:\"</wp-content/themes/yithemes/assets/css/main.min.css?ver=3.0.11>; rel=preload; as=style,</wp-includes/js/jquery/jquery.js?ver=1.12.4>; rel=\"preload\"; as=script,</wp-content/themes/yithemes/assets/js/scripts.min.js?ver=3.0.0>; rel=preload; as=script\";i:1;s:57:\"<https://yithemes.com/wp-json/>; rel=\"https://api.w.org/\"\";}s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:12:\"x-robots-tag\";s:15:\"noindex, follow\";s:14:\"x-kinsta-cache\";s:6:\"BYPASS\";s:16:\"content-encoding\";s:4:\"gzip\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:15:\"cf-cache-status\";s:3:\"HIT\";s:7:\"expires\";s:29:\"Fri, 12 Apr 2019 08:52:54 GMT\";s:13:\"cache-control\";s:21:\"public, max-age=86400\";s:25:\"strict-transport-security\";s:44:\"max-age=15552000; includeSubDomains; preload\";s:9:\"expect-ct\";s:87:\"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"\";s:6:\"server\";s:10:\"cloudflare\";s:6:\"cf-ray\";s:20:\"4c5bba2278973313-HKG\";}}s:5:\"build\";s:14:\"20181212092058\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(407, '_transient_timeout_feed_mod_cd43c96e0a956d0642f6b5bb05816ca1', '1555015974', 'no'),
(408, '_transient_feed_mod_cd43c96e0a956d0642f6b5bb05816ca1', '1554972774', 'no'),
(409, '_transient_timeout_feed_40a89299829082877949471eeb1c21e3', '1555015975', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(410, '_transient_feed_40a89299829082877949471eeb1c21e3', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"YITH\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"https://yithemes.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"FREE 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"\n	Thu, 11 Apr 2019 01:23:17 +0000	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=5.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:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://yithemes.com/wp-content/uploads/2015/11/cropped-favicon4-32x32.png\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"YITH\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"https://yithemes.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WordCamp Granada 2018 – Perfectly organised from A to Z\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://yithemes.com/blog/events/wordcamp-granada-2018-perfectly-organised-from-a-to-z/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://yithemes.com/blog/events/wordcamp-granada-2018-perfectly-organised-from-a-to-z/#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:\"Mon, 24 Dec 2018 13:54:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://yithemes.com/?p=1007221\";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:327:\"Granada´s very first WordCamp, and we were there! It got of to a great start on the contributor day, which was held in the University of Granada, where we had our first get- together and introduction to the upcoming event. Afterwards we took our chance to contribute to the WordPress community and joined the Support [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"YITH Support Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5438:\"<p><span style=\"font-weight: 400;\">Granada´s very first WordCamp, and we were there! It got of to a great start on the contributor day, which was held in the University of Granada, where we had our first get- together and introduction to the upcoming event.</span></p>\n<p><span style=\"font-weight: 400;\">Afterwards we took our chance to contribute to the WordPress community and joined the Support and Polyglots tables to have a productive yet enjoyable afternoon!</span></p>\n<p><span style=\"font-weight: 400;\"><strong>The venue was perfect for the contributor day</strong> and we could already tell that just like the first day, every part of the event was going to be organised well up until the smallest details.</span></p>\n<p><img class=\"alignnone size-full wp-image-1007222\" src=\"https://yithemes.com/wp-content/uploads/2018/12/02.jpg\" alt=\"WordCamp Granada 2018\" width=\"1000\" height=\"400\" srcset=\"https://yithemes.com/wp-content/uploads/2018/12/02.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/12/02-300x120.jpg 300w, https://yithemes.com/wp-content/uploads/2018/12/02-768x307.jpg 768w, https://yithemes.com/wp-content/uploads/2018/12/02-261x104.jpg 261w, https://yithemes.com/wp-content/uploads/2018/12/02-311x124.jpg 311w, https://yithemes.com/wp-content/uploads/2018/12/02-270x108.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p><span style=\"font-weight: 400;\">In the evening we were invited to the dinner for sponsors and speakers, which was in the famous neighbourhood of Albaicín, which makes you feel like you are walking around in a fairy tale or old movie with its narrow streets and amazing architecture and of course the <strong>Alhambra! Which</strong> we were very surprised to find out that the dinner had immediate views up on. </span></p>\n<p><img class=\"alignnone size-full wp-image-1007223\" src=\"https://yithemes.com/wp-content/uploads/2018/12/01.jpg\" alt=\"WordCamp Granada 2018\" width=\"1000\" height=\"400\" srcset=\"https://yithemes.com/wp-content/uploads/2018/12/01.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/12/01-300x120.jpg 300w, https://yithemes.com/wp-content/uploads/2018/12/01-768x307.jpg 768w, https://yithemes.com/wp-content/uploads/2018/12/01-261x104.jpg 261w, https://yithemes.com/wp-content/uploads/2018/12/01-311x124.jpg 311w, https://yithemes.com/wp-content/uploads/2018/12/01-270x108.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p><span style=\"font-weight: 400;\">On the next day we found our ways to the Palacio de Congresos of Granada, <strong>where a great team of volunteers was ready to help us with whatever we needed</strong>, after a quick set-up we were ready for the doors to open!</span></p>\n<p><img class=\"alignnone size-full wp-image-1007224\" src=\"https://yithemes.com/wp-content/uploads/2018/12/03.jpg\" alt=\"WordCamp Granada 2018\" width=\"1000\" height=\"400\" srcset=\"https://yithemes.com/wp-content/uploads/2018/12/03.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/12/03-300x120.jpg 300w, https://yithemes.com/wp-content/uploads/2018/12/03-768x307.jpg 768w, https://yithemes.com/wp-content/uploads/2018/12/03-261x104.jpg 261w, https://yithemes.com/wp-content/uploads/2018/12/03-311x124.jpg 311w, https://yithemes.com/wp-content/uploads/2018/12/03-270x108.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p><span style=\"font-weight: 400;\">We were all very heartwarmed by the song about code from Fran Torres.</span></p>\n<p><strong>And after the first talks started and during the networking and breaks our hilarious shirts went out very fast!</strong> Everyone loved them, probably because of the reletable phrase <strong>“It works on my PC”</strong> . Haven&#8217;t we all been there?!</p>\n<p><span style=\"font-weight: 400;\">We saw many familiar faces but also had the chance to meet and have interesting chats with attendees from all around the world, from Spain to India!</span></p>\n<p><span style=\"font-weight: 400;\">The big smiles are not only thanks to the productive time spend listening and learning at the talks and workshops, I am sure this also had something to do with the provided lunch that included paella among various delicious treats! <strong>And the fact that the day was very well organised in this amazing location with a great turnout, in total almost 400 people!</strong></span></p>\n<p><span style=\"font-weight: 400;\">We would like to thank the organisation for setting up this spectacular weekend! And a big thumbs up to all volunteers, We appreciated all of your effort and care throughout the WordCamp and it would not have been possible without you! </span></p>\n<p><span style=\"font-weight: 400;\">Both the event and city have made a great impression on us, and we will surely come back for a longer visit in the near future! </span></p>\n<p><img class=\"alignnone size-full wp-image-1007225\" src=\"https://yithemes.com/wp-content/uploads/2018/12/04.jpg\" alt=\"WordCamp Granada 2018\" width=\"1000\" height=\"400\" srcset=\"https://yithemes.com/wp-content/uploads/2018/12/04.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/12/04-300x120.jpg 300w, https://yithemes.com/wp-content/uploads/2018/12/04-768x307.jpg 768w, https://yithemes.com/wp-content/uploads/2018/12/04-261x104.jpg 261w, https://yithemes.com/wp-content/uploads/2018/12/04-311x124.jpg 311w, https://yithemes.com/wp-content/uploads/2018/12/04-270x108.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p>&nbsp;</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:92:\"https://yithemes.com/blog/events/wordcamp-granada-2018-perfectly-organised-from-a-to-z/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:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"WordPress 5.0 under the Christmas tree\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://yithemes.com/blog/yit-news/wordpress-5-0-under-the-christmas-tree/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://yithemes.com/blog/yit-news/wordpress-5-0-under-the-christmas-tree/#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, 05 Dec 2018 15:41: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"YITH News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://yithemes.com/?p=1002420\";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:313:\"Yesterday we have learned that WordPress 5.0 will be released on December 6th (tomorrow). This news was a surprise to us as we all thought it would have been released after the Christmas holidays. Given the short notice, we would like to give you some advice and make you consider a few things. We would [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Marco Salvo\";s: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:2630:\"<p>Yesterday we have learned that WordPress 5.0 will be released on December 6th (tomorrow).</p>\n<p>This news was a surprise to us as we all thought it would have been released after the Christmas holidays.</p>\n<p>Given the short notice, we would like to give you some advice and make you consider a few things. We would also like to specify that YITH is ready for this new version.</p>\n<p>Before updating to WordPress 5.0, we want you to spend two minutes thinking about the future of your business and ask yourself some questions.</p>\n<h2>Do you think this is the right moment to update to WordPress 5.0?</h2>\n<p>December is a month when everyone is weighed down with work due to the upcoming holidays. All the stores are crowded and also online shops register this month as the most profitable of the year.</p>\n<p>Consider that in January, when holidays will be over, you can update calmly. Moreover, the patches already scheduled will be released and your system will be more stable.</p>\n<h2>Will your site work with Gutenberg?</h2>\n<p>WordPress 5.0 will integrate Gutenberg. Gutenberg is a new text editor with higher performances that will revolutionize the way of writing in WordPress. If you still don&#8217;t know about Gutenberg, I suggest referring to <a href=\"https://wordpress.org/gutenberg/\" target=\"_blank\" rel=\"noopener\">this</a>.</p>\n<p>YITH plugins are almost all ready and many have been already released with support to the new version, but since not all of them are ready, it is important for you to know whether those you are using can support the update.</p>\n<p>If you are using other plugins in addition to YITH ones that integrate with Gutenberg, please check (by testing them or consulting the plugin documentation) they are ready or at least that they won&#8217;t cause fatal errors. Otherwise, I suggest installing and activating the plugin <a href=\"https://wordpress.org/plugins/classic-editor/\" target=\"_blank\" rel=\"noopener\">Classic Editor</a> before the update.</p>\n<p>Just to be clear, we love Gutenberg and YITH plugins have integrated blocks to use their own shortcodes. We are ready! Yet, we think this version will be even more stable and safer in January.</p>\n<p>Therefore, our advice is the following: <strong>slow and steady wins the race</strong>.</p>\n<h2>If you still want to update to WordPress 5.0</h2>\n<p>Before updating, make a backup. If you have a staging environment, we recommend testing there the new version first.</p>\n<p>If you don&#8217;t have any and your site is fully active and essential for your business, create one. This advice is valid also for any major release.</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:79:\"https://yithemes.com/blog/yit-news/wordpress-5-0-under-the-christmas-tree/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:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WordCamp Barcelona 2018 – Impressive is not enough!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://yithemes.com/blog/events/wordcamp-barcelona-2018-impressive-is-not-enough/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://yithemes.com/blog/events/wordcamp-barcelona-2018-impressive-is-not-enough/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Nov 2018 09:18:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://yithemes.com/?p=998071\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"We didn’t miss our appointment in Barcelona. WordCamp Barcelona got back after almost 2 years (there wasn’t WordCamp in 2017) with one of the most powerful Contributor Day we have seen and the event was at an impressive and precious venue (Historic Building of the University of Barcelona). Really a WordCamp worthy of its city. [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"YITH Support Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6480:\"<p><span style=\"font-weight: 400\">We didn’t miss our appointment in Barcelona. <strong>WordCamp Barcelona got back after almost 2 years</strong> (there wasn’t WordCamp in 2017) with one of the most powerful Contributor Day we have seen and the event was at an impressive and precious venue (Historic Building of the University of Barcelona). Really a WordCamp worthy of its city.</span></p>\n<p><span style=\"font-weight: 400\">On Friday, we assisted to the Contributor Day in the <strong>Movistar Centre</strong>, right in the heart of Barcelona.</span></p>\n<p><img class=\"alignnone size-full wp-image-998075\" src=\"https://yithemes.com/wp-content/uploads/2018/11/02.jpg\" alt=\"\" width=\"1000\" height=\"454\" srcset=\"https://yithemes.com/wp-content/uploads/2018/11/02.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/11/02-300x136.jpg 300w, https://yithemes.com/wp-content/uploads/2018/11/02-768x349.jpg 768w, https://yithemes.com/wp-content/uploads/2018/11/02-261x118.jpg 261w, https://yithemes.com/wp-content/uploads/2018/11/02-311x141.jpg 311w, https://yithemes.com/wp-content/uploads/2018/11/02-270x123.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p><span style=\"font-weight: 400\">This great and modern building had all the necessary resources to cover such an event.</span></p>\n<p><span style=\"font-weight: 400\">Also, we’ve got great sights to Plaza Catalunya.</span></p>\n<p><img class=\"alignnone size-full wp-image-998076\" src=\"https://yithemes.com/wp-content/uploads/2018/11/03.jpg\" alt=\"\" width=\"1000\" height=\"454\" srcset=\"https://yithemes.com/wp-content/uploads/2018/11/03.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/11/03-300x136.jpg 300w, https://yithemes.com/wp-content/uploads/2018/11/03-768x349.jpg 768w, https://yithemes.com/wp-content/uploads/2018/11/03-261x118.jpg 261w, https://yithemes.com/wp-content/uploads/2018/11/03-311x141.jpg 311w, https://yithemes.com/wp-content/uploads/2018/11/03-270x123.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p><span style=\"font-weight: 400\">Something to highlight was the organization and coordination of the attendees. Quickly, the tables were assigned between the different categories to contribute.</span></p>\n<p><img class=\"alignnone size-full wp-image-998077\" src=\"https://yithemes.com/wp-content/uploads/2018/11/04.jpg\" alt=\"\" width=\"1000\" height=\"454\" srcset=\"https://yithemes.com/wp-content/uploads/2018/11/04.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/11/04-300x136.jpg 300w, https://yithemes.com/wp-content/uploads/2018/11/04-768x349.jpg 768w, https://yithemes.com/wp-content/uploads/2018/11/04-261x118.jpg 261w, https://yithemes.com/wp-content/uploads/2018/11/04-311x141.jpg 311w, https://yithemes.com/wp-content/uploads/2018/11/04-270x123.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p><span style=\"font-weight: 400\">The next day, we went to the <strong>Historic Building of the University of Barcelona</strong> to assist the WordCamp. <strong>This WordCamp had over 300 attendants</strong>. Everything took place on the 1st floor. Our stand was next to the Sala Paranimf’s entry. The Sala Paranimf is an enormous and stunning catholic-style hall.</span></p>\n<p><img class=\"alignnone size-full wp-image-998078\" src=\"https://yithemes.com/wp-content/uploads/2018/11/05.jpg\" alt=\"\" width=\"1000\" height=\"500\" srcset=\"https://yithemes.com/wp-content/uploads/2018/11/05.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/11/05-300x150.jpg 300w, https://yithemes.com/wp-content/uploads/2018/11/05-768x384.jpg 768w, https://yithemes.com/wp-content/uploads/2018/11/05-261x131.jpg 261w, https://yithemes.com/wp-content/uploads/2018/11/05-311x156.jpg 311w, https://yithemes.com/wp-content/uploads/2018/11/05-270x135.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p><span style=\"font-weight: 400\">We released a new T-Shirt model which ran out very soon! (as always :P) The attendees really loved it, they took them off our hands!!</span></p>\n<p><img class=\"alignnone size-full wp-image-998079\" src=\"https://yithemes.com/wp-content/uploads/2018/11/06.jpg\" alt=\"\" width=\"1000\" height=\"454\" srcset=\"https://yithemes.com/wp-content/uploads/2018/11/06.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/11/06-300x136.jpg 300w, https://yithemes.com/wp-content/uploads/2018/11/06-768x349.jpg 768w, https://yithemes.com/wp-content/uploads/2018/11/06-261x118.jpg 261w, https://yithemes.com/wp-content/uploads/2018/11/06-311x141.jpg 311w, https://yithemes.com/wp-content/uploads/2018/11/06-270x123.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p><span style=\"font-weight: 400\">Without hesitation, we can say that we had a good time on this WordCamp.</span></p>\n<p><span style=\"font-weight: 400\">Of course, <strong>we want to thank the WordCamp organization</strong>, which made a great effort and managed everything successfully. We receive the best possible treatment.</span></p>\n<p><img class=\"alignnone size-full wp-image-998080\" src=\"https://yithemes.com/wp-content/uploads/2018/11/07.jpg\" alt=\"\" width=\"1000\" height=\"500\" srcset=\"https://yithemes.com/wp-content/uploads/2018/11/07.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/11/07-300x150.jpg 300w, https://yithemes.com/wp-content/uploads/2018/11/07-768x384.jpg 768w, https://yithemes.com/wp-content/uploads/2018/11/07-261x131.jpg 261w, https://yithemes.com/wp-content/uploads/2018/11/07-311x156.jpg 311w, https://yithemes.com/wp-content/uploads/2018/11/07-270x135.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p><span style=\"font-weight: 400\">During the WordCamp weekend, we have time to visit many beautiful places in Barcelona, like “La Sagrada Familia” of Gaudí, Las Ramblas, the Barceloneta beach or the amazing Parc Güell among other wonderful locations in the city. </span></p>\n<p><img class=\"alignnone size-full wp-image-998081\" src=\"https://yithemes.com/wp-content/uploads/2018/11/08.jpg\" alt=\"\" width=\"1000\" height=\"360\" srcset=\"https://yithemes.com/wp-content/uploads/2018/11/08.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/11/08-300x108.jpg 300w, https://yithemes.com/wp-content/uploads/2018/11/08-768x276.jpg 768w, https://yithemes.com/wp-content/uploads/2018/11/08-261x94.jpg 261w, https://yithemes.com/wp-content/uploads/2018/11/08-311x112.jpg 311w, https://yithemes.com/wp-content/uploads/2018/11/08-270x97.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://yithemes.com/blog/events/wordcamp-barcelona-2018-impressive-is-not-enough/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:3;a:6:{s:4:\"data\";s:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Black Friday 30% off – Details\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://yithemes.com/blog/yit-news/black-friday-30-off-details/\";s: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:71:\"https://yithemes.com/blog/yit-news/black-friday-30-off-details/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Nov 2018 14:55: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:1:{i:0;a:5:{s:4:\"data\";s:9:\"YITH News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://yithemes.com/?p=997134\";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:\"What is this Black Friday offer about? The offer is a 30% discount on everything, yes!, every product that you can find here on YITH for the whole Black Friday weekend, so until Sunday 25th November. It applies also to the Club Subscription (both annual and monthly plan). The prices on the product pages will [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Francesco\";s: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:1548:\"<p>What is this <strong>Black Friday</strong> offer about?</p>\n<p>The offer is a <strong>30% discount on everything</strong>, yes!, every product that you can find here on YITH for the whole Black Friday weekend, so until Sunday 25th November.</p>\n<p>It applies also to the Club Subscription (both annual and monthly plan).</p>\n<p>The prices on the product pages will not change, but you will see the discount in the cart.</p>\n<p>It will look like this:</p>\n<p><img class=\"aligncenter size-full wp-image-997275\" src=\"https://yithemes.com/wp-content/uploads/2018/11/screen.jpg\" alt=\"\" width=\"1000\" height=\"672\" srcset=\"https://yithemes.com/wp-content/uploads/2018/11/screen.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/11/screen-300x202.jpg 300w, https://yithemes.com/wp-content/uploads/2018/11/screen-768x516.jpg 768w, https://yithemes.com/wp-content/uploads/2018/11/screen-261x175.jpg 261w, https://yithemes.com/wp-content/uploads/2018/11/screen-311x209.jpg 311w, https://yithemes.com/wp-content/uploads/2018/11/screen-270x181.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p>&nbsp;</p>\n<p>Consider also that the Black Friday offer cannot be combined with other coupons, so, make sure you use the one that is most advantageous for you!</p>\n<p>And, please, do not hesitate to contact us through our <strong>live chat</strong> if you have any doubts, we&#8217;ll be happy to help!</p>\n<p>Click <a href=\"https://yithemes.com/product-category/plugins?orderby=popularity\"><strong>here</strong></a> to continue shopping now!</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:68:\"https://yithemes.com/blog/yit-news/black-friday-30-off-details/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:4;a:6:{s:4:\"data\";s:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"First WordCamp Verona: a great success in every aspect!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://yithemes.com/blog/events/first-wordcamp-veronaa-great-success-in-every-aspect/\";s: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:94:\"https://yithemes.com/blog/events/first-wordcamp-veronaa-great-success-in-every-aspect/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Oct 2018 14:30: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:1:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://yithemes.com/?p=987146\";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:333:\"During the after party at WordCamp Verona, we were asked if at YITH we fight for taking part in WordCamps. Well, we don’t get into fights, but, personally speaking, as time goes by,  our passion for WordPress events grows bigger that taking part in them becomes like an obsession, we get more and more WordPress-addicted [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"YITH Support Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5681:\"<p><span style=\"font-weight: 400\">During the after party at WordCamp Verona, we were asked if at YITH we fight for taking part in WordCamps. Well, we don’t get into fights, but, personally speaking, as time goes by, <strong> our passion for WordPress events grows bigger that taking part in them becomes like an obsession</strong>, we get more and more WordPress-addicted every day and we like this!</span></p>\n<p><span style=\"font-weight: 400\">Is it the attendees’ enthusiasm? Or the organisers’? Or is it the passionate and tireless contribute of the volunteers that makes everything so motivating, exciting and fun?</span><span style=\"font-weight: 400\"><br />\n</span><span style=\"font-weight: 400\">At YITH, we don’t get into fights, but, yes, we have to leave space to others, sort of taking turns to leave for WordCamp events, as everyone wants to!</span></p>\n<p><span style=\"font-weight: 400\">Fortunately, WordCamps are increasing in number and we now have more opportunities. Moreover, the organisation is improving as well, thanks to the experience of others in the community. </span></p>\n<p><span style=\"font-weight: 400\">This is what <strong>makes the community even more precious and its growth faster and faster</strong>: you learn from others’ experiences, from a shared knowledge, not only for what concerns contributing to the WordPress open source project but also for what concerns the organisation of local and international events.</span></p>\n<p><span style=\"font-weight: 400\">It’s like being part of a one big body that grows day after day thanks to the boundless enthusiasm of all <strong>WordPress lovers</strong>!</span></p>\n<p><span style=\"font-weight: 400\">This is why we would like to say one more word about <strong>WordCamp Verona</strong>, the first WordPress event in the town that learned from others’ experiences and managed to organise a solid event, where the feeling of being part of a family-like community could be strongly felt.</span></p>\n<p><img class=\"alignnone size-full wp-image-987147\" src=\"https://yithemes.com/wp-content/uploads/2018/10/01.jpg\" alt=\"WordCamp Verona - YITH Crew\" width=\"1000\" height=\"500\" /></p>\n<p><img class=\"alignnone size-full wp-image-987148\" src=\"https://yithemes.com/wp-content/uploads/2018/10/02-1.jpg\" alt=\"WordCamp Verona - YITH and Friends\" width=\"1000\" height=\"500\" /></p>\n<p><span style=\"font-weight: 400\">The organization was excellent, attentive and careful. 225 the attendees and an outstanding participation to the Contributor Day: <strong>over 80 contributors worked hard</strong> and actively during the day, it was noteworthy.</span></p>\n<p><img class=\"alignnone size-full wp-image-987152\" src=\"https://yithemes.com/wp-content/uploads/2018/10/03-1.jpg\" alt=\"WordCamp Verona - YITH swag\" width=\"1000\" height=\"500\" srcset=\"https://yithemes.com/wp-content/uploads/2018/10/03-1.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/10/03-1-300x150.jpg 300w, https://yithemes.com/wp-content/uploads/2018/10/03-1-768x384.jpg 768w, https://yithemes.com/wp-content/uploads/2018/10/03-1-261x131.jpg 261w, https://yithemes.com/wp-content/uploads/2018/10/03-1-311x156.jpg 311w, https://yithemes.com/wp-content/uploads/2018/10/03-1-270x135.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p><img class=\"alignnone size-full wp-image-987153\" src=\"https://yithemes.com/wp-content/uploads/2018/10/04-1.jpg\" alt=\"WordCamp Verona - WordCamp volunteers\" width=\"1000\" height=\"500\" srcset=\"https://yithemes.com/wp-content/uploads/2018/10/04-1.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/10/04-1-300x150.jpg 300w, https://yithemes.com/wp-content/uploads/2018/10/04-1-768x384.jpg 768w, https://yithemes.com/wp-content/uploads/2018/10/04-1-261x131.jpg 261w, https://yithemes.com/wp-content/uploads/2018/10/04-1-311x156.jpg 311w, https://yithemes.com/wp-content/uploads/2018/10/04-1-270x135.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p><span style=\"font-weight: 400\">What about the speakers? About half of them were women, and it is not always easy to record such a percentage, meaning also that the <strong>women’s share in WordPress is gradually increasing</strong>.</span><span style=\"font-weight: 400\"><br />\n</span><span style=\"font-weight: 400\">And then, all the talks were successful: as members of the community this makes us proud, especially if we think that almost all the speakers (11 out of 12) were talking for the first time in a WordCamp. We can’t help being proud of all this!</span></p>\n<p><span style=\"font-weight: 400\">Moving then to the </span><i><span style=\"font-weight: 400\">social</span></i><span style=\"font-weight: 400\"> side of the event, well, everyone was warmly welcomed, <strong>it felt like being part of a big family or a merry gang!</strong> Maybe because of the number of people (not huge), but certainly thanks to the organisers who made all this possible. There was such a friendly atmosphere that made all of us feel so close as ever, professionally and personally speaking.</span></p>\n<p><img class=\"alignnone size-full wp-image-987154\" src=\"https://yithemes.com/wp-content/uploads/2018/10/05-1.jpg\" alt=\"WordCamp Verona\" width=\"1000\" height=\"500\" srcset=\"https://yithemes.com/wp-content/uploads/2018/10/05-1.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/10/05-1-300x150.jpg 300w, https://yithemes.com/wp-content/uploads/2018/10/05-1-768x384.jpg 768w, https://yithemes.com/wp-content/uploads/2018/10/05-1-261x131.jpg 261w, https://yithemes.com/wp-content/uploads/2018/10/05-1-311x156.jpg 311w, https://yithemes.com/wp-content/uploads/2018/10/05-1-270x135.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></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:91:\"https://yithemes.com/blog/events/first-wordcamp-veronaa-great-success-in-every-aspect/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:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"1st WordCamp at Pontevedra: YITH was there!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://yithemes.com/blog/events/1st-wordcamp-at-pontevedra-yith-was-there/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://yithemes.com/blog/events/1st-wordcamp-at-pontevedra-yith-was-there/#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, 02 Oct 2018 10:00:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://yithemes.com/?p=979070\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"We have attended the fantastic WordCamp of Pontevedra, which has exceeded our expectations. With nearly 200 participants in its first year, they became one of the most important WordCamps in the Spanish scene. The event was held at the Faculty of Social Sciences and Communication of the University of Vigo, located in the Campus of [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"YITH Support Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6684:\"<p>We have attended the fantastic <strong>WordCamp of Pontevedra</strong>, which has exceeded our expectations. With nearly 200 participants in its first year, they became <strong>one of the most important WordCamps in the Spanish</strong> scene.</p>\n<p>The event was held at the <strong>Faculty of Social Sciences and Communication of the University of Vigo</strong>, located in the Campus of Pontevedra, a privileged place to host an event in where it is intended to share all the potential our WordPress community has.</p>\n<p><img class=\"alignnone size-full wp-image-979071\" src=\"https://yithemes.com/wp-content/uploads/2018/10/02.jpg\" alt=\"\" width=\"1000\" height=\"432\" srcset=\"https://yithemes.com/wp-content/uploads/2018/10/02.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/10/02-300x130.jpg 300w, https://yithemes.com/wp-content/uploads/2018/10/02-768x332.jpg 768w, https://yithemes.com/wp-content/uploads/2018/10/02-261x113.jpg 261w, https://yithemes.com/wp-content/uploads/2018/10/02-311x134.jpg 311w, https://yithemes.com/wp-content/uploads/2018/10/02-270x117.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p><span style=\"font-weight: 400\">The WordCamp had a great variety of presentations, which made it difficult to decide which ones to attend, thank goodness we have WordPress TV to see those we have missed!</span></p>\n<p><span style=\"font-weight: 400\">Another thing we would not want to have missed are the stands of the sponsors, who gave very cool merchandise to attendees such as shirts, socks, stickers and many more.</span></p>\n<p>Among the speakers at the event was <strong>Sara Presenti</strong>, UX designer of YITH, <a href=\"https://wordpress.tv/2018/09/23/sara-presenti-la-importancia-de-la-atencion-al-cliente-en-un-e-commerce/\" target=\"_blank\" rel=\"noopener\">who spoke about the importance of customer service in an e-commerce</a>. She gave us some advice on how to keep our old customers happy and at the same time manage to attract new ones, trying to keep everyone satisfied.</p>\n<p><img class=\"alignnone size-full wp-image-979220\" src=\"https://yithemes.com/wp-content/uploads/2018/10/sara-presenti.jpg\" alt=\"Sara Presenti\" width=\"1000\" height=\"500\" srcset=\"https://yithemes.com/wp-content/uploads/2018/10/sara-presenti.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/10/sara-presenti-300x150.jpg 300w, https://yithemes.com/wp-content/uploads/2018/10/sara-presenti-768x384.jpg 768w, https://yithemes.com/wp-content/uploads/2018/10/sara-presenti-261x131.jpg 261w, https://yithemes.com/wp-content/uploads/2018/10/sara-presenti-311x156.jpg 311w, https://yithemes.com/wp-content/uploads/2018/10/sara-presenti-270x135.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p><span style=\"font-weight: 400\">One of the funniest activities was the <strong>game of cards made by the organization</strong>, with which it was intended to make the stay of the WordCamp participants more fun and to bring them closer to the sponsors and speakers, since they had to be encouraged to ask for their personal letters for the collection. Although we all know that the most important one was the José Luis card!</span></p>\n<p><span style=\"font-weight: 400\">The final activity of a magnificent WordCamp day, was the famous <strong>‘Pulpo a La Gallega’</strong>, which we were invited too by our Dinahosting friends and which made us enjoy the beauty of the Galician gastronomy.</span></p>\n<p><img class=\"alignnone size-full wp-image-979072\" src=\"https://yithemes.com/wp-content/uploads/2018/10/03.jpg\" alt=\"WC Pontevedra food\" width=\"1000\" height=\"432\" srcset=\"https://yithemes.com/wp-content/uploads/2018/10/03.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/10/03-300x130.jpg 300w, https://yithemes.com/wp-content/uploads/2018/10/03-768x332.jpg 768w, https://yithemes.com/wp-content/uploads/2018/10/03-261x113.jpg 261w, https://yithemes.com/wp-content/uploads/2018/10/03-311x134.jpg 311w, https://yithemes.com/wp-content/uploads/2018/10/03-270x117.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p><span style=\"font-weight: 400\"><strong>On Sunday the Contributor Day was held,</strong> which had a great turn up by the attendees of the event, willing to be an active part of the WordPress community.</span></p>\n<p><img class=\"alignnone size-full wp-image-979073\" src=\"https://yithemes.com/wp-content/uploads/2018/10/04.jpg\" alt=\"WC Pontevedra Contributor day\" width=\"1000\" height=\"432\" srcset=\"https://yithemes.com/wp-content/uploads/2018/10/04.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/10/04-300x130.jpg 300w, https://yithemes.com/wp-content/uploads/2018/10/04-768x332.jpg 768w, https://yithemes.com/wp-content/uploads/2018/10/04-261x113.jpg 261w, https://yithemes.com/wp-content/uploads/2018/10/04-311x134.jpg 311w, https://yithemes.com/wp-content/uploads/2018/10/04-270x117.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p><span style=\"font-weight: 400\">We would like to thank the entire WordCamp organization, which made it possible for everything to run successfully.</span></p>\n<p><img class=\"alignnone size-full wp-image-979074\" src=\"https://yithemes.com/wp-content/uploads/2018/10/05.jpg\" alt=\"WC Pontevedra volunteers\" width=\"1000\" height=\"432\" srcset=\"https://yithemes.com/wp-content/uploads/2018/10/05.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/10/05-300x130.jpg 300w, https://yithemes.com/wp-content/uploads/2018/10/05-768x332.jpg 768w, https://yithemes.com/wp-content/uploads/2018/10/05-261x113.jpg 261w, https://yithemes.com/wp-content/uploads/2018/10/05-311x134.jpg 311w, https://yithemes.com/wp-content/uploads/2018/10/05-270x117.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p><span style=\"font-weight: 400\">And at the end of our journey through these beautiful Galician lands, <strong>we took a nice walk through the city of Pontevedra</strong>, where we could enjoy its historical monuments and buildings, such as the incredible Church of the Pilgrim or the Church of San Francisco.</span></p>\n<p><img class=\"alignnone size-full wp-image-979077\" src=\"https://yithemes.com/wp-content/uploads/2018/10/07.jpg\" alt=\"YITH team at Pontevedra\" width=\"1000\" height=\"432\" srcset=\"https://yithemes.com/wp-content/uploads/2018/10/07.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/10/07-300x130.jpg 300w, https://yithemes.com/wp-content/uploads/2018/10/07-768x332.jpg 768w, https://yithemes.com/wp-content/uploads/2018/10/07-261x113.jpg 261w, https://yithemes.com/wp-content/uploads/2018/10/07-311x134.jpg 311w, https://yithemes.com/wp-content/uploads/2018/10/07-270x117.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p>&nbsp;</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:80:\"https://yithemes.com/blog/events/1st-wordcamp-at-pontevedra-yith-was-there/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:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"The great WordPress event in the Eternal City: WordCamp Rome 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://yithemes.com/blog/events/the-great-wordpress-event-in-the-eternal-city-wordcamp-rome-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://yithemes.com/blog/events/the-great-wordpress-event-in-the-eternal-city-wordcamp-rome-2018/#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, 27 Sep 2018 13:23:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://yithemes.com/?p=977610\";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:300:\"Also this year we took part in WordCamp Roma 2018, in the Caput Mundi city. Happy we were part of it during the first edition last year, we didn&#8217;t want to miss this one! Just like any major WordCamp, the Contributor Day struck up the band: we went to Luiss EnLabs offices where we had [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"YITH Support Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5389:\"<p><span style=\"font-weight: 400\">Also this year we took part in <strong>WordCamp Roma 2018</strong>, in the Caput Mundi city. </span></p>\n<p><span style=\"font-weight: 400\">Happy we were part of it during the first edition last year, we didn&#8217;t want to miss this one!</span></p>\n<p><span style=\"font-weight: 400\">Just like any major WordCamp, the Contributor Day struck up the band: we went to Luiss EnLabs offices where we had the pleasure to meet old friends and know new ones  belonging to this big WordPress family.</span></p>\n<p><span style=\"font-weight: 400\">We have talked about news related to <strong>Gutenberg</strong>, worked on translations, promoted a new WordCamp in Turin in 2019. </span></p>\n<p><span style=\"font-weight: 400\">So, there is always something to keep yourself busy and to not loaf around. <img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></span></p>\n<p><img class=\"alignnone size-full wp-image-977622\" src=\"https://yithemes.com/wp-content/uploads/2018/09/01.jpg\" alt=\"WC Roma 2018 Contributor day\" width=\"1000\" height=\"453\" srcset=\"https://yithemes.com/wp-content/uploads/2018/09/01.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/09/01-300x136.jpg 300w, https://yithemes.com/wp-content/uploads/2018/09/01-768x348.jpg 768w, https://yithemes.com/wp-content/uploads/2018/09/01-261x118.jpg 261w, https://yithemes.com/wp-content/uploads/2018/09/01-311x141.jpg 311w, https://yithemes.com/wp-content/uploads/2018/09/01-270x122.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p><span style=\"font-weight: 400\">We are always very happy to <strong>take part in these events as we have the chance to know new people</strong> and finally meet in person those interacting with us usually via email or through our support desk. </span></p>\n<p><span style=\"font-weight: 400\">The main thing we are proud of is when we find out how many good seeds we have planted thanks to your praises for our products and our support service. </span></p>\n<p><img class=\"alignnone size-full wp-image-977623\" src=\"https://yithemes.com/wp-content/uploads/2018/09/02.jpg\" alt=\"WordCamp Rome 2018\" width=\"1000\" height=\"443\" srcset=\"https://yithemes.com/wp-content/uploads/2018/09/02.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/09/02-300x133.jpg 300w, https://yithemes.com/wp-content/uploads/2018/09/02-768x340.jpg 768w, https://yithemes.com/wp-content/uploads/2018/09/02-261x116.jpg 261w, https://yithemes.com/wp-content/uploads/2018/09/02-311x138.jpg 311w, https://yithemes.com/wp-content/uploads/2018/09/02-270x120.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p><span style=\"font-weight: 400\">During the event, our CEO <strong>Nando Pappalardo had a speech</strong> about how he succeeded in turning from a freelancer into the founder of <strong>one of the most successful business in the WordPress environment</strong>. In a few words, the <strong>amazing history of YITH!</strong> The speech moved many people in the room. Nando has frequently underlined the importance of time, one of the most precious goods we have in this life and to which we often don&#8217;t give the right value.  </span></p>\n<p><img class=\"alignnone size-full wp-image-977624\" src=\"https://yithemes.com/wp-content/uploads/2018/09/03.jpg\" alt=\"WordCamp Rome 2018\" width=\"1000\" height=\"463\" srcset=\"https://yithemes.com/wp-content/uploads/2018/09/03.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/09/03-300x139.jpg 300w, https://yithemes.com/wp-content/uploads/2018/09/03-768x356.jpg 768w, https://yithemes.com/wp-content/uploads/2018/09/03-261x121.jpg 261w, https://yithemes.com/wp-content/uploads/2018/09/03-311x144.jpg 311w, https://yithemes.com/wp-content/uploads/2018/09/03-270x125.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p><span style=\"font-weight: 400\">A special thank you goes to <strong>all the organizers and volunteers</strong> who made this WordCamp possible with their excellent contribution.</span></p>\n<p><span style=\"font-weight: 400\">We are treasuring one thousand positive sensations and lots of energy to invest in our daily job, always ready to improve! </span></p>\n<p><span style=\"font-weight: 400\">Until next time! <img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></span></p>\n<p><span style=\"font-weight: 400\">P.S.: About this WordCamp Roma 2018, <strong>we feel like highlighting the delicious lunch,</strong> one of the best of all WordCamps ever <img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/1f600.png\" alt=\"😀\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></span></p>\n<p><img class=\"alignnone size-full wp-image-977625\" src=\"https://yithemes.com/wp-content/uploads/2018/09/04.jpg\" alt=\"WordCamp Rome 2018\" width=\"1000\" height=\"341\" srcset=\"https://yithemes.com/wp-content/uploads/2018/09/04.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/09/04-300x102.jpg 300w, https://yithemes.com/wp-content/uploads/2018/09/04-768x262.jpg 768w, https://yithemes.com/wp-content/uploads/2018/09/04-261x89.jpg 261w, https://yithemes.com/wp-content/uploads/2018/09/04-311x106.jpg 311w, https://yithemes.com/wp-content/uploads/2018/09/04-270x92.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p>&nbsp;</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:103:\"https://yithemes.com/blog/events/the-great-wordpress-event-in-the-eternal-city-wordcamp-rome-2018/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:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WordCamp San Jose: what a beatiful 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://yithemes.com/blog/events/wordcamp-san-jose-what-a-beatiful-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://yithemes.com/blog/events/wordcamp-san-jose-what-a-beatiful-experience/#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:\"Mon, 17 Sep 2018 13:22:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://yithemes.com/?p=974231\";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:298:\"What if someone tells you: hey, I have a plan for you, go to the San José WordCamp in Costa Rica!! And yes, indeed, it was an amazing experience to join the tika WordPress community from the other side of the Atlantic. They attended us and prepared everything in a way so we could easily [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"YITH Support Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4429:\"<p><span style=\"font-weight: 400\">What if someone tells you: hey, I have a plan for you, go to the San José WordCamp in Costa Rica!!</span></p>\n<p><span style=\"font-weight: 400\">And yes, indeed, <strong>it was an amazing experience to join the tika WordPress community from the other side of the Atlantic</strong>. They attended us and prepared everything in a way so we could easily participate on the WordCamp, this was an excellent point.</span></p>\n<p><span style=\"font-weight: 400\">The event was located on the “Universidad de la Latina de Costa Rica” which allowed to have many young participants from the university to let them know about the potential of our WordPress community.</span></p>\n<p><img class=\"alignnone size-full wp-image-974241\" src=\"https://yithemes.com/wp-content/uploads/2018/09/01.png\" alt=\"WordCamp Costa Rica location\" width=\"1000\" height=\"500\" srcset=\"https://yithemes.com/wp-content/uploads/2018/09/01.png 1000w, https://yithemes.com/wp-content/uploads/2018/09/01-300x150.png 300w, https://yithemes.com/wp-content/uploads/2018/09/01-768x384.png 768w, https://yithemes.com/wp-content/uploads/2018/09/01-261x131.png 261w, https://yithemes.com/wp-content/uploads/2018/09/01-311x156.png 311w, https://yithemes.com/wp-content/uploads/2018/09/01-270x135.png 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p><span style=\"font-weight: 400\">The hall where the sponsors were, was big enough to have everyone together and feel that you could move freely, and also, the three speaker rooms were just in the same hall beside of the sponsors tables so you didn’t feel to be separated when everyone went to listen them.</span></p>\n<p><img class=\"alignnone size-full wp-image-974242\" src=\"https://yithemes.com/wp-content/uploads/2018/09/02.png\" alt=\"\" width=\"1000\" height=\"500\" srcset=\"https://yithemes.com/wp-content/uploads/2018/09/02.png 1000w, https://yithemes.com/wp-content/uploads/2018/09/02-300x150.png 300w, https://yithemes.com/wp-content/uploads/2018/09/02-768x384.png 768w, https://yithemes.com/wp-content/uploads/2018/09/02-261x131.png 261w, https://yithemes.com/wp-content/uploads/2018/09/02-311x156.png 311w, https://yithemes.com/wp-content/uploads/2018/09/02-270x135.png 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400\">There was a <strong>big variety of speakers come from different parts of the world</strong> which gave to the attendants the opportunity to learn and have a good knowledge about the meaning, why and how to use WordPress with a wide point of vision.</span></p>\n<p><span style=\"font-weight: 400\">Something that surprised us was the kid’s camp, <strong>an event created just for kids</strong> where they were showed the procedure of installing a WordPress and created some posts making as if it was a game, so <strong>the youngest ones get along with the community</strong>.</span></p>\n<p><img class=\"alignnone size-full wp-image-974243\" src=\"https://yithemes.com/wp-content/uploads/2018/09/03.png\" alt=\"WordPress community\" width=\"1000\" height=\"500\" srcset=\"https://yithemes.com/wp-content/uploads/2018/09/03.png 1000w, https://yithemes.com/wp-content/uploads/2018/09/03-300x150.png 300w, https://yithemes.com/wp-content/uploads/2018/09/03-768x384.png 768w, https://yithemes.com/wp-content/uploads/2018/09/03-261x131.png 261w, https://yithemes.com/wp-content/uploads/2018/09/03-311x156.png 311w, https://yithemes.com/wp-content/uploads/2018/09/03-270x135.png 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p><span style=\"font-weight: 400\">Well, of course, we profited from going to the WordCamp and we decided to stay a couple of weeks more and visit some places to enjoy this is amazing nature and get closer to the Costa Rica people.</span></p>\n<p><img class=\"alignnone size-full wp-image-974244\" src=\"https://yithemes.com/wp-content/uploads/2018/09/04.png\" alt=\"YITH developers in Costa Rica\" width=\"1000\" height=\"500\" srcset=\"https://yithemes.com/wp-content/uploads/2018/09/04.png 1000w, https://yithemes.com/wp-content/uploads/2018/09/04-300x150.png 300w, https://yithemes.com/wp-content/uploads/2018/09/04-768x384.png 768w, https://yithemes.com/wp-content/uploads/2018/09/04-261x131.png 261w, https://yithemes.com/wp-content/uploads/2018/09/04-311x156.png 311w, https://yithemes.com/wp-content/uploads/2018/09/04-270x135.png 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p>&nbsp;</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:83:\"https://yithemes.com/blog/events/wordcamp-san-jose-what-a-beatiful-experience/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:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WordCamp Europe: a growing family and an amazing experience in Belgrade\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://yithemes.com/blog/events/wordcamp-europe-a-growing-family-and-an-amazing-experience-in-belgrade/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"https://yithemes.com/blog/events/wordcamp-europe-a-growing-family-and-an-amazing-experience-in-belgrade/#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, 17 Jul 2018 14:41:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://yithemes.com/?p=955907\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:302:\"What shall we say? Words are not enough to describe how amazing and engaging WordCamp Europe 2018 was. We were warmly welcomed, as usual, when we first arrived at the venue. It’s like when you meet life-long friends (and we really did!). You feel as if you were in a big family. We both met [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"YITH Support Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5703:\"<p dir=\"ltr\">What shall we say? Words are not enough to describe how amazing and engaging <strong>WordCamp Europe 2018</strong> was.<br />\nWe were warmly welcomed, as usual, when we first arrived at the venue. It’s like when you meet life-long friends (and we really did!). You feel as if you were in a big family. We both met members of the community that are now close friends and new people, but even with people that you’ve just met the feeling doesn’t change, it’s as if you were talking with old friends.<br />\n<strong>This is typical of all WordCamp events and makes them unique.</strong></p>\n<p dir=\"ltr\">We could smell the enthusiasm of participating.<br />\nAs usual, the contributor day kicks many ideas, and projects that might only be in the air receive the driving force that is needed to make them rolling!</p>\n<p><img class=\"alignnone size-full wp-image-955917\" src=\"https://yithemes.com/wp-content/uploads/2018/07/01-3.jpg\" alt=\"WC Europe 2018 - Contributor Day\" width=\"1000\" height=\"600\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/01-3.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/07/01-3-300x180.jpg 300w, https://yithemes.com/wp-content/uploads/2018/07/01-3-768x461.jpg 768w, https://yithemes.com/wp-content/uploads/2018/07/01-3-261x157.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/01-3-311x187.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/01-3-270x162.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p dir=\"ltr\">As for the organization it was incredible. Do you need something? <strong>Just ask and someone will help you!</strong> The organizers made a great job, and this goes for both what they did and how they did it. Priceless!\n</p>\n<p dir=\"ltr\">\nOn the same topic, volunteers contribution was then a great plus, this year the volunteers were 170, a huge number and their help was precious during the event. Need anything? There was always someone around ready to help.</p>\n<p><img class=\"alignnone size-full wp-image-955918\" src=\"https://yithemes.com/wp-content/uploads/2018/07/02-3.jpg\" alt=\"Volunteers at WC Europe 2018\" width=\"1000\" height=\"312\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/02-3.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/07/02-3-300x94.jpg 300w, https://yithemes.com/wp-content/uploads/2018/07/02-3-768x240.jpg 768w, https://yithemes.com/wp-content/uploads/2018/07/02-3-261x81.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/02-3-311x97.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/02-3-270x84.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p dir=\"ltr\">The sponsorship booths were allocated very well, there was room and visibility for everyone, which is not so easy to achieve at times. The venue was a big location that could host all the sponsors in one place, where the attendees could take a break and visit the booths and take something to drink or to eat at any time of the day and next to the main tracks. Networking was the watchword.</p>\n<p><img class=\"alignnone size-full wp-image-955928\" src=\"https://yithemes.com/wp-content/uploads/2018/07/03-3.jpg\" alt=\"WordCamp Europe 2018\" width=\"1000\" height=\"600\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/03-3.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/07/03-3-300x180.jpg 300w, https://yithemes.com/wp-content/uploads/2018/07/03-3-768x461.jpg 768w, https://yithemes.com/wp-content/uploads/2018/07/03-3-261x157.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/03-3-311x187.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/03-3-270x162.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p dir=\"ltr\"><strong>What to say about the social side of the event?</strong> It was amazing, the spacious venue that hosted us during the Contributor day was turned into a disco with a live band who entertained the attendees with true grit and people had a lot of fun all the night through.</p>\n<p><img class=\"alignnone size-full wp-image-955921\" src=\"https://yithemes.com/wp-content/uploads/2018/07/04-2.jpg\" alt=\"WordCamp Europe 2018 - After Party\" width=\"1000\" height=\"446\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/04-2.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/07/04-2-300x134.jpg 300w, https://yithemes.com/wp-content/uploads/2018/07/04-2-768x343.jpg 768w, https://yithemes.com/wp-content/uploads/2018/07/04-2-261x116.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/04-2-311x139.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/04-2-270x120.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p dir=\"ltr\">As for numbers, also, the event was such a great success! Compared to the past year, it recorded many more attendees, <strong>over 2000, and 65 speakers from a record number of 374 applications!</strong> This shows how the WordPress community to this great project is growing from year to year, and this is thanks to the great work that everyone in the community with their own big or small contribution do day by day.</p>\n<p><img class=\"alignnone size-full wp-image-955924\" src=\"https://yithemes.com/wp-content/uploads/2018/07/05-2.jpg\" alt=\"WordCamp Europe 2018\" width=\"1000\" height=\"600\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/05-2.jpg 1000w, https://yithemes.com/wp-content/uploads/2018/07/05-2-300x180.jpg 300w, https://yithemes.com/wp-content/uploads/2018/07/05-2-768x461.jpg 768w, https://yithemes.com/wp-content/uploads/2018/07/05-2-261x157.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/05-2-311x187.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/05-2-270x162.jpg 270w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></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:109:\"https://yithemes.com/blog/events/wordcamp-europe-a-growing-family-and-an-amazing-experience-in-belgrade/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:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"What a beautiful experience at Web Marketing Festival 2018!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://yithemes.com/blog/events/what-a-beautiful-experience-at-web-marketing-festival-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://yithemes.com/blog/events/what-a-beautiful-experience-at-web-marketing-festival-2018/#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, 11 Jul 2018 07:40:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://yithemes.com/?p=954228\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:322:\"The curtain has fallen and the Web Marketing Festival &#8211; 2018 edition is over. We want to share our experience of the event with you. This was the second time we decided to participate this yearly amazing event and we are happy for doing this. The Web Marketing Festival is the biggest Italian event devoted [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"YITH Support Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4802:\"<p><span style=\"font-weight: 400\">The curtain has fallen and the <strong>Web Marketing Festival &#8211; 2018</strong> edition is over. We want to share our experience of the event with you.</span></p>\n<p><span style=\"font-weight: 400\">This was the second time we decided to participate this yearly amazing event and we are happy for doing this.</span></p>\n<p><span style=\"font-weight: 400\">The Web Marketing Festival is the <strong>biggest Italian event devoted to the digital world</strong> and is able to convey such an energy that is not easy to understand if you do not take part in it personally.</span></p>\n<p><img class=\"alignnone size-full wp-image-954230\" src=\"https://yithemes.com/wp-content/uploads/2018/07/01-1.jpg\" alt=\"Web Marketing Festival 01\" width=\"996\" height=\"594\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/01-1.jpg 996w, https://yithemes.com/wp-content/uploads/2018/07/01-1-300x179.jpg 300w, https://yithemes.com/wp-content/uploads/2018/07/01-1-768x458.jpg 768w, https://yithemes.com/wp-content/uploads/2018/07/01-1-261x156.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/01-1-311x185.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/01-1-270x161.jpg 270w\" sizes=\"(max-width: 996px) 100vw, 996px\" /></p>\n<p><span style=\"font-weight: 400\">Many were the people who came to our booth moved by the wish to meet us and learn more about what YITH is and what’s behind it.</span></p>\n<p><span style=\"font-weight: 400\">Additionally we realized, to our greatest delight, that after one year, <strong>our company popularity</strong> in the Web Marketing Festival had increased, and this is thanks to the fact that we participated last year as well. </span></p>\n<p><span style=\"font-weight: 400\">Many of those who first met us last year were happy to come to the booth and to express their satisfaction with the products we offer and our daily work.</span></p>\n<p><span style=\"font-weight: 400\"><strong>We can’t imagine a better reward than a customer who is satisfied with our work</strong>: this both pleases us and drives us to aim high and improve constantly.</span></p>\n<p><img class=\"alignnone size-full wp-image-954236\" src=\"https://yithemes.com/wp-content/uploads/2018/07/02-1.jpg\" alt=\"Web Marketing Festival 02\" width=\"996\" height=\"594\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/02-1.jpg 996w, https://yithemes.com/wp-content/uploads/2018/07/02-1-300x179.jpg 300w, https://yithemes.com/wp-content/uploads/2018/07/02-1-768x458.jpg 768w, https://yithemes.com/wp-content/uploads/2018/07/02-1-261x156.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/02-1-311x185.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/02-1-270x161.jpg 270w\" sizes=\"(max-width: 996px) 100vw, 996px\" /></p>\n<p><span style=\"font-weight: 400\">Those who know us know that our in-target events are the WordCamps, which are entirely focussed on WordPress.</span></p>\n<p><span style=\"font-weight: 400\">Attending the Web Marketing Festival is, however, a confirmation of how fast <strong>WordPress is growing</strong> and how much it is widespreadly used in all digital fields and above all in the web marketing one.</span></p>\n<p><span style=\"font-weight: 400\">So, during the event, you find yourself talking to <strong>WooCommerce experts</strong> but also with bloggers who are winking at the e-commerce world.</span></p>\n<p><span style=\"font-weight: 400\">And the cherry on top was seeing dozens of attendees wearing our T-shirt move among the tracks and conference rooms. This filled our heart with joy. <img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></span></p>\n<p><strong>Our gadget was a hit on the social networks.</strong></p>\n<p>&nbsp;</p>\n<p><img class=\"alignnone size-full wp-image-954238\" src=\"https://yithemes.com/wp-content/uploads/2018/07/03-1.jpg\" alt=\"Web Marketing Festival 03\" width=\"996\" height=\"594\" srcset=\"https://yithemes.com/wp-content/uploads/2018/07/03-1.jpg 996w, https://yithemes.com/wp-content/uploads/2018/07/03-1-300x179.jpg 300w, https://yithemes.com/wp-content/uploads/2018/07/03-1-768x458.jpg 768w, https://yithemes.com/wp-content/uploads/2018/07/03-1-261x156.jpg 261w, https://yithemes.com/wp-content/uploads/2018/07/03-1-311x185.jpg 311w, https://yithemes.com/wp-content/uploads/2018/07/03-1-270x161.jpg 270w\" sizes=\"(max-width: 996px) 100vw, 996px\" /></p>\n<p><span style=\"font-weight: 400\">Our evaluation of 2018 edition of the event is extremely positive.</span></p>\n<p><span style=\"font-weight: 400\">We are <strong>happy we participated and we took the occasion</strong> to show the human faces behind YITH, as not only there is code at YITH, but people with a great will to have fun and build a community.</span></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:97:\"https://yithemes.com/blog/events/what-a-beautiful-experience-at-web-marketing-festival-2018/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:26:\"https://yithemes.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:20:{s:4:\"date\";s:29:\"Thu, 11 Apr 2019 08:52:55 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"set-cookie\";s:137:\"__cfduid=d389b0505ca69f2c89acfdd04c887ce141554972775; expires=Fri, 10-Apr-20 08:52:55 GMT; path=/; domain=.yithemes.com; HttpOnly; Secure\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:13:\"last-modified\";s:29:\"Thu, 11 Apr 2019 01:23:17 GMT\";s:4:\"etag\";s:36:\"W/\"b9d330f9ef97de90958cdfcecaafba83\"\";s:4:\"link\";a:2:{i:0;s:248:\"</wp-content/themes/yithemes/assets/css/main.min.css?ver=3.0.11>; rel=preload; as=style,</wp-includes/js/jquery/jquery.js?ver=1.12.4>; rel=\"preload\"; as=script,</wp-content/themes/yithemes/assets/js/scripts.min.js?ver=3.0.0>; rel=preload; as=script\";i:1;s:57:\"<https://yithemes.com/wp-json/>; rel=\"https://api.w.org/\"\";}s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:12:\"x-robots-tag\";s:15:\"noindex, follow\";s:14:\"x-kinsta-cache\";s:4:\"MISS\";s:16:\"content-encoding\";s:4:\"gzip\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:15:\"cf-cache-status\";s:3:\"HIT\";s:7:\"expires\";s:29:\"Fri, 12 Apr 2019 08:52:55 GMT\";s:13:\"cache-control\";s:21:\"public, max-age=86400\";s:25:\"strict-transport-security\";s:44:\"max-age=15552000; includeSubDomains; preload\";s:9:\"expect-ct\";s:87:\"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"\";s:6:\"server\";s:10:\"cloudflare\";s:6:\"cf-ray\";s:20:\"4c5bba25fc5033f1-HKG\";}}s:5:\"build\";s:14:\"20181212092058\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(411, '_transient_timeout_feed_mod_40a89299829082877949471eeb1c21e3', '1555015975', 'no'),
(412, '_transient_feed_mod_40a89299829082877949471eeb1c21e3', '1554972775', 'no'),
(413, '_transient_timeout_wc_report_sales_by_date', '1555059830', 'no'),
(414, '_transient_wc_report_sales_by_date', 'a:16:{s:32:\"09fc85165977f1cd2d1f02c9de2289cc\";a:0:{}s:32:\"781ec022eda13ee894b4580033db0d2d\";a:0:{}s:32:\"26a4c13bce8e34930929fc67657209ee\";a:0:{}s:32:\"8ff6eae51fa06416ddf03ef464994dd9\";N;s:32:\"4fbc1525177e6a7b46481f24667e60b5\";a:0:{}s:32:\"d550723cbe09065a91ffdc6f2079501f\";a:0:{}s:32:\"6445484da7abd3f1c814f902078aeffc\";a:0:{}s:32:\"ff420e9bc5d19dd3443f6340be35c6b0\";a:0:{}s:32:\"9fdab09da64f11dba7934ca387a060b5\";a:0:{}s:32:\"0c639cc85f58accd0ee9b889d5bec869\";a:0:{}s:32:\"cfa01cfd024860e0267c558886baed04\";a:0:{}s:32:\"bfc474c26a1c318a9b537357c9a7a4c5\";N;s:32:\"6452a9facf97d5a1ccc3e181877a3283\";a:0:{}s:32:\"8094298efa5675e6ec91d50f03cbb57c\";a:0:{}s:32:\"e5eb765fd76f7420e4839fe7dbbe06a0\";a:0:{}s:32:\"702a8e22c6e9c38c73575fe942f35145\";a:0:{}}', 'no'),
(415, '_transient_timeout_wc_admin_report', '1555059175', 'no'),
(416, '_transient_wc_admin_report', 'a:1:{s:32:\"b25e7113c9f9b2dd90185f6a3eb6f314\";a:0:{}}', 'no'),
(417, '_transient_timeout_wc_low_stock_count', '1557564775', 'no'),
(418, '_transient_wc_low_stock_count', '0', 'no'),
(419, '_transient_timeout_wc_outofstock_count', '1557564775', 'no'),
(420, '_transient_wc_outofstock_count', '1', 'no'),
(422, '_transient_timeout_wc_shipping_method_count_1_1554972744', '1557564839', 'no'),
(423, '_transient_wc_shipping_method_count_1_1554972744', '0', 'no'),
(434, '_transient_timeout_external_ip_address_192.168.3.154', '1555578204', 'no'),
(435, '_transient_external_ip_address_192.168.3.154', '130.105.25.31', 'no'),
(436, '_site_transient_timeout_browser_127868b9556d0b73282ae4585eb3c66a', '1555578229', 'no'),
(437, '_site_transient_browser_127868b9556d0b73282ae4585eb3c66a', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"73.0.3683.103\";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');

-- --------------------------------------------------------

--
-- Table structure for table `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 DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `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'),
(3, 5, '_wp_attached_file', '2019/04/erwan-hesry-102070-unsplash.png'),
(4, 5, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1494;s:6:\"height\";i:996;s:4:\"file\";s:39:\"2019/04/erwan-hesry-102070-unsplash.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"erwan-hesry-102070-unsplash-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"erwan-hesry-102070-unsplash-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"erwan-hesry-102070-unsplash-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"erwan-hesry-102070-unsplash-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:39:\"erwan-hesry-102070-unsplash-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7, 8, '_form', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),
(8, 8, '_mail', 'a:8:{s:7:\"subject\";s:22:\"metro \"[your-subject]\"\";s:6:\"sender\";s:30:\"metro <wordpress@192.168.3.60>\";s:4:\"body\";s:173:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on metro (http://192.168.3.60/wordpress)\";s:9:\"recipient\";s:31:\"arvin.regino@maxtecnetworks.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(9, 8, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:22:\"metro \"[your-subject]\"\";s:6:\"sender\";s:30:\"metro <wordpress@192.168.3.60>\";s:4:\"body\";s:115:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on metro (http://192.168.3.60/wordpress)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:41:\"Reply-To: arvin.regino@maxtecnetworks.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(10, 8, '_messages', 'a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),
(11, 8, '_additional_settings', NULL),
(12, 8, '_locale', 'en_US'),
(13, 9, '_form', '<div class=\"form-flat\">\n[text* your-name placeholder \"Your Name (required)\"]\n\n[email* your-email placeholder \"Your Email (required)\"] </p>\n\n[textarea your-message placeholder \"Your Message (required)\"] </p>\n\n[submit class:button primary \"Submit\"]\n</div>'),
(14, 9, '_mail', ''),
(15, 9, '_mail_2', ''),
(16, 9, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(17, 9, '_additional_settings', ''),
(18, 9, '_locale', 'en_US'),
(19, 10, '_form', '<div class=\"form-flat\">\n	[email* your-email placeholder \"Your Email (required)\"]\n\n	[submit class:button primary \"Sign Up\"]\n</div>'),
(20, 10, '_mail', 'a:8:{s:7:\"subject\";s:11:\"New signup!\";s:6:\"sender\";s:34:\"Flatsome Theme <mail@flatsome.dev>\";s:4:\"body\";s:24:\"New signup: [your-email]\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(21, 10, '_mail_2', ''),
(22, 10, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(23, 10, '_additional_settings', ''),
(24, 10, '_locale', 'en_US'),
(25, 11, '_form', '<div class=\"flex-row form-flat medium-flex-wrap\">\n<div class=\"flex-col flex-grow\">\n	[email* your-email placeholder \"Your Email (required)\"]\n</div>\n<div class=\"flex-col ml-half\">\n	[submit class:button primary \"Sign Up\"]\n</div>\n</div>'),
(26, 11, '_mail', ''),
(27, 11, '_mail_2', ''),
(28, 11, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(29, 11, '_additional_settings', ''),
(30, 11, '_locale', 'en_US'),
(31, 12, '_form', '<label>Your Name (required)</label>\n[text* your-name]\n\n<label>Your Email (required)</label>\n[email*  your-email] </p>\n\n<label>Your Message (required)</label>\n[textarea your-message] </p>\n\n[submit class:button primary \"Submit\"]'),
(32, 12, '_mail', ''),
(33, 12, '_mail_2', ''),
(34, 12, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(35, 12, '_additional_settings', ''),
(36, 12, '_locale', 'en_US'),
(39, 13, '_thumbnail_id', NULL),
(42, 14, '_thumbnail_id', NULL),
(45, 15, '_thumbnail_id', NULL),
(48, 16, '_thumbnail_id', NULL),
(51, 17, '_thumbnail_id', NULL),
(54, 18, '_thumbnail_id', NULL),
(57, 19, '_thumbnail_id', NULL),
(60, 20, '_thumbnail_id', NULL),
(61, 21, '_footer', 'normal'),
(62, 21, '_wp_page_template', 'default'),
(63, 22, '_footer', 'normal'),
(64, 22, '_wp_page_template', 'page-left-sidebar.php'),
(65, 23, '_footer', 'normal'),
(66, 23, '_thumbnail_id', NULL),
(67, 23, '_wp_page_template', 'page-blank.php'),
(68, 24, '_footer', 'transparent'),
(69, 24, '_wp_page_template', 'page-transparent-header-light.php'),
(70, 24, '_thumbnail_id', NULL),
(71, 25, '_footer', 'normal'),
(72, 25, '_wp_page_template', 'page-blank-landingpage.php'),
(73, 26, '_footer', 'transparent'),
(74, 26, '_wp_page_template', 'page-transparent-header-light.php'),
(75, 26, '_thumbnail_id', NULL),
(76, 27, '_footer', 'normal'),
(77, 27, '_wp_page_template', 'page-blank.php'),
(78, 27, '_thumbnail_id', NULL),
(79, 28, '_footer', 'normal'),
(80, 28, '_wp_page_template', 'page-blank.php'),
(81, 28, '_thumbnail_id', NULL),
(82, 29, '_footer', 'transparent'),
(83, 29, '_wp_page_template', 'page-transparent-header-light.php'),
(84, 29, '_thumbnail_id', NULL),
(85, 30, '_footer', 'normal'),
(86, 30, '_wp_page_template', 'page-blank.php'),
(87, 30, '_thumbnail_id', NULL),
(88, 31, '_footer', 'normal'),
(89, 31, '_wp_page_template', 'default'),
(90, 31, '_thumbnail_id', NULL),
(91, 32, '_footer', 'normal'),
(92, 32, '_wp_page_template', 'page-blank.php'),
(93, 32, '_thumbnail_id', NULL),
(94, 33, '_footer', 'normal'),
(95, 33, '_wp_page_template', 'page-blank.php'),
(96, 33, '_thumbnail_id', NULL),
(97, 34, '_footer', 'normal'),
(98, 34, '_wp_page_template', 'default'),
(99, 34, '_thumbnail_id', NULL),
(100, 35, '_footer', 'normal'),
(101, 35, '_wp_page_template', 'page-blank.php'),
(102, 35, '_thumbnail_id', NULL),
(103, 36, '_footer', 'normal'),
(104, 36, '_wp_page_template', 'page-blank.php'),
(105, 36, '_thumbnail_id', NULL),
(106, 37, '_wp_page_template', 'page-transparent-header.php'),
(107, 37, '_footer', 'normal'),
(108, 37, '_thumbnail_id', NULL),
(109, 38, '_wp_page_template', 'page-blank.php'),
(110, 38, '_footer', 'normal'),
(111, 38, '_thumbnail_id', NULL),
(112, 39, '_thumbnail_id', NULL),
(113, 39, '_wp_page_template', 'page-blank.php'),
(114, 39, '_footer', 'normal'),
(115, 40, '_thumbnail_id', NULL),
(116, 40, '_wp_page_template', 'page-blank.php'),
(117, 40, '_footer', 'normal'),
(118, 41, '_thumbnail_id', NULL),
(119, 41, '_wp_page_template', 'page-blank.php'),
(120, 41, '_footer', 'normal'),
(121, 42, '_thumbnail_id', NULL),
(122, 42, '_wp_page_template', 'page-blank.php'),
(123, 42, '_footer', 'normal'),
(124, 43, '_wp_page_template', 'page-blank.php'),
(125, 43, '_thumbnail_id', NULL),
(126, 43, '_footer', 'normal'),
(127, 44, '_wp_page_template', 'page-blank.php'),
(128, 44, '_thumbnail_id', NULL),
(129, 44, '_footer', 'normal'),
(130, 45, '_thumbnail_id', NULL),
(131, 45, '_wp_page_template', 'page-blank.php'),
(132, 45, '_footer', 'normal'),
(133, 46, '_thumbnail_id', NULL),
(134, 46, '_wp_page_template', 'page-transparent-header-light.php'),
(135, 46, '_footer', 'normal'),
(136, 47, '_wp_page_template', 'page-blank.php'),
(137, 47, '_thumbnail_id', NULL),
(138, 47, '_footer', 'normal'),
(139, 48, '_wp_page_template', 'page-blank.php'),
(140, 48, '_thumbnail_id', NULL),
(141, 48, '_footer', 'normal'),
(142, 49, '_wp_page_template', 'page-transparent-header-light.php'),
(143, 49, '_footer', 'normal'),
(144, 49, '_thumbnail_id', NULL),
(145, 50, '_wp_page_template', 'page-blank.php'),
(146, 50, '_thumbnail_id', NULL),
(147, 50, '_footer', 'normal'),
(148, 51, '_wp_page_template', 'page-blank.php'),
(149, 51, '_footer', 'normal'),
(150, 51, '_thumbnail_id', NULL),
(151, 52, '_wp_page_template', 'page-blank.php'),
(152, 52, '_footer', 'normal'),
(153, 52, '_thumbnail_id', NULL),
(154, 53, '_wp_page_template', 'page-blank.php'),
(155, 53, '_footer', 'normal'),
(156, 53, '_thumbnail_id', NULL),
(157, 54, '_wp_page_template', 'page-blank.php'),
(158, 54, '_footer', 'normal'),
(159, 54, '_thumbnail_id', NULL),
(160, 55, '_wp_page_template', 'page-blank.php'),
(161, 55, '_footer', 'normal'),
(162, 55, '_thumbnail_id', NULL),
(163, 56, '_wp_page_template', 'page-blank.php'),
(164, 56, '_footer', 'normal'),
(165, 56, '_thumbnail_id', NULL),
(166, 57, '_wp_page_template', 'default'),
(167, 58, '_wp_page_template', 'page-blank.php'),
(168, 58, '_thumbnail_id', NULL),
(169, 58, '_footer', 'normal'),
(170, 59, '_wp_page_template', 'default'),
(171, 59, '_footer', 'normal'),
(172, 60, '_footer', 'normal'),
(173, 60, '_wp_page_template', 'default'),
(174, 61, '_wp_page_template', 'default'),
(175, 61, '_footer', 'normal'),
(176, 63, '_wp_page_template', 'default'),
(177, 63, '_footer', 'normal'),
(178, 63, '_thumbnail_id', NULL),
(179, 64, '_wp_page_template', 'default'),
(180, 64, '_footer', 'normal'),
(181, 64, '_thumbnail_id', NULL),
(182, 65, '_wp_page_template', 'page-transparent-header-light.php'),
(183, 65, '_footer', 'normal'),
(184, 65, '_thumbnail_id', NULL),
(185, 66, '_wp_page_template', 'page-blank.php'),
(186, 66, '_footer', 'normal'),
(187, 67, '_wp_page_template', 'default'),
(188, 68, '_wp_page_template', 'default'),
(189, 68, '_footer', 'normal'),
(190, 69, '_wp_page_template', 'page-blank.php'),
(191, 69, '_footer', 'normal'),
(192, 69, '_thumbnail_id', NULL),
(193, 70, '_wp_page_template', 'page-blank.php'),
(194, 70, '_thumbnail_id', NULL),
(195, 70, '_footer', 'normal'),
(196, 71, '_wp_page_template', 'page-blank.php'),
(197, 71, '_footer', 'normal'),
(198, 71, '_thumbnail_id', NULL),
(199, 72, '_wp_page_template', 'page-blank.php'),
(200, 72, '_thumbnail_id', NULL),
(201, 72, '_footer', 'normal'),
(202, 73, '_wp_page_template', 'page-transparent-header-light.php'),
(203, 73, '_footer', 'normal'),
(204, 73, '_thumbnail_id', NULL),
(205, 74, '_wp_page_template', 'page-my-account.php'),
(206, 75, '_wp_page_template', 'page-blank.php'),
(207, 75, '_thumbnail_id', NULL),
(208, 75, '_footer', 'normal'),
(209, 76, '_wp_page_template', 'page-blank.php'),
(210, 76, '_thumbnail_id', NULL),
(211, 76, '_footer', 'normal'),
(212, 77, '_wp_page_template', 'page-blank.php'),
(213, 77, '_thumbnail_id', NULL),
(214, 77, '_footer', 'normal'),
(215, 78, '_wp_page_template', 'page-blank.php'),
(216, 78, '_thumbnail_id', NULL),
(217, 78, '_footer', 'normal'),
(218, 79, '_wp_page_template', 'page-blank.php'),
(219, 79, '_thumbnail_id', NULL),
(220, 79, '_footer', 'normal'),
(221, 80, '_wp_page_template', 'page-blank.php'),
(222, 80, '_thumbnail_id', NULL),
(223, 80, '_footer', 'normal'),
(224, 81, '_wp_page_template', 'page-blank.php'),
(225, 81, '_thumbnail_id', NULL),
(226, 81, '_footer', 'normal'),
(227, 82, '_wp_page_template', 'page-blank.php'),
(228, 82, '_footer', 'normal'),
(229, 82, '_thumbnail_id', NULL),
(230, 83, '_wp_page_template', 'default'),
(231, 84, '_wp_page_template', 'page-blank.php'),
(232, 84, '_thumbnail_id', NULL),
(233, 84, '_footer', 'normal'),
(234, 85, '_wp_page_template', 'page-blank.php'),
(235, 85, '_footer', 'normal'),
(236, 85, '_thumbnail_id', NULL),
(237, 86, '_wp_page_template', 'page-blank.php'),
(238, 86, '_footer', 'normal'),
(239, 86, '_thumbnail_id', NULL),
(240, 87, '_wp_page_template', 'default'),
(241, 88, '_wp_page_template', 'page-transparent-header-light.php'),
(242, 88, '_footer', 'normal'),
(243, 88, '_thumbnail_id', NULL),
(244, 89, '_wp_page_template', 'page-blank.php'),
(245, 89, '_thumbnail_id', NULL),
(246, 89, '_footer', 'normal'),
(247, 90, '_wp_page_template', 'default'),
(248, 90, '_thumbnail_id', NULL),
(249, 90, '_footer', 'normal'),
(250, 91, '_wp_page_template', 'page-my-account.php'),
(251, 91, '_footer', 'normal'),
(252, 92, '_wp_page_template', 'page-transparent-header-light.php'),
(253, 92, '_thumbnail_id', NULL),
(254, 92, '_footer', 'normal'),
(255, 93, '_wp_page_template', 'page-blank.php'),
(256, 93, '_footer', 'normal'),
(257, 93, '_thumbnail_id', NULL),
(258, 94, '_wp_page_template', 'page-blank.php'),
(259, 94, '_footer', 'normal'),
(260, 94, '_thumbnail_id', NULL),
(261, 95, '_wp_page_template', 'page-blank.php'),
(262, 95, '_footer', 'normal'),
(263, 95, '_thumbnail_id', NULL),
(264, 96, '_wp_page_template', 'page-blank.php'),
(265, 96, '_footer', 'normal'),
(266, 96, '_thumbnail_id', ''),
(267, 158, '_thumbnail_id', NULL),
(268, 159, '_thumbnail_id', NULL),
(269, 160, '_thumbnail_id', NULL),
(270, 161, '_thumbnail_id', NULL),
(271, 163, '_wp_page_template', ''),
(272, 163, '_footer', ''),
(273, 164, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(274, 164, '_edit_last', '1'),
(275, 164, '_visibility', 'visible'),
(276, 164, '_stock_status', 'instock'),
(277, 164, 'total_sales', '156'),
(278, 164, '_downloadable', 'no'),
(279, 164, '_virtual', 'no'),
(280, 164, '_product_image_gallery', ',,'),
(281, 164, '_regular_price', '29'),
(282, 164, '_sale_price', ''),
(283, 164, '_tax_status', ''),
(284, 164, '_tax_class', ''),
(285, 164, '_purchase_note', ''),
(286, 164, '_featured', 'no'),
(287, 164, '_weight', ''),
(288, 164, '_length', ''),
(289, 164, '_width', ''),
(290, 164, '_height', ''),
(291, 164, '_sku', ''),
(292, 164, '_sale_price_dates_from', ''),
(293, 164, '_sale_price_dates_to', ''),
(294, 164, '_price', '29'),
(295, 164, '_sold_individually', ''),
(296, 164, '_stock', ''),
(297, 164, '_backorders', 'no'),
(298, 164, '_manage_stock', 'no'),
(299, 164, '_min_variation_price', '39'),
(300, 164, '_max_variation_price', '39'),
(301, 164, '_min_variation_regular_price', '39'),
(302, 164, '_max_variation_regular_price', '39'),
(303, 164, '_min_variation_sale_price', ''),
(304, 164, '_max_variation_sale_price', ''),
(305, 164, '_default_attributes', 'a:0:{}'),
(306, 164, '_dp_original', '389'),
(307, 164, '_wc_rating_count', 'a:3:{i:3;s:1:\"1\";i:4;s:1:\"2\";i:5;s:1:\"1\";}'),
(308, 164, '_wc_average_rating', '4.00'),
(309, 164, '_wc_review_count', '4'),
(310, 164, '_edit_lock', '1472852321:1'),
(311, 164, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(312, 164, '_upsell_ids', 'a:0:{}'),
(313, 164, '_crosssell_ids', 'a:0:{}'),
(314, 164, '_product_version', '2.6.4'),
(315, 164, '_thumbnail_id', NULL),
(316, 165, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(317, 165, '_visibility', 'visible'),
(318, 165, '_stock_status', 'instock'),
(319, 165, 'total_sales', '402337'),
(320, 165, '_downloadable', 'no'),
(321, 165, '_virtual', 'no'),
(322, 165, '_product_image_gallery', ',,'),
(323, 165, '_regular_price', '29'),
(324, 165, '_sale_price', ''),
(325, 165, '_tax_status', ''),
(326, 165, '_tax_class', ''),
(327, 165, '_purchase_note', ''),
(328, 165, '_featured', 'yes'),
(329, 165, '_weight', ''),
(330, 165, '_length', ''),
(331, 165, '_width', ''),
(332, 165, '_height', ''),
(333, 165, '_sku', ''),
(334, 165, '_sale_price_dates_from', ''),
(335, 165, '_sale_price_dates_to', ''),
(336, 165, '_sold_individually', ''),
(337, 165, '_stock', ''),
(338, 165, '_backorders', 'no'),
(339, 165, '_manage_stock', 'no'),
(340, 165, '_min_variation_price', '29'),
(341, 165, '_max_variation_price', '29'),
(342, 165, '_min_variation_regular_price', '29'),
(343, 165, '_max_variation_regular_price', '29'),
(344, 165, '_min_variation_sale_price', NULL),
(345, 165, '_max_variation_sale_price', NULL),
(346, 165, '_default_attributes', 'a:1:{s:5:\"color\";s:4:\"blue\";}'),
(347, 165, '_dp_original', '250'),
(348, 165, '_thumbnail_id', NULL),
(349, 165, '_upsell_ids', 'a:4:{i:0;i:229;i:1;i:187;i:2;i:111;i:3;i:132;}'),
(350, 165, '_max_regular_price_variation_id', '8870'),
(351, 165, '_min_sale_price_variation_id', NULL),
(352, 165, '_max_sale_price_variation_id', NULL),
(353, 165, '_wc_rating_count', 'a:2:{i:4;s:1:\"2\";i:5;s:1:\"1\";}'),
(354, 165, '_wc_average_rating', '4.33'),
(355, 165, '_wc_review_count', '3'),
(356, 165, '_edit_lock', '1472855428:1'),
(357, 165, '_edit_last', '1'),
(358, 165, 'pv_commission_rate', ''),
(359, 165, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(360, 165, '_crosssell_ids', 'a:0:{}'),
(361, 165, '_product_version', '2.6.4'),
(362, 165, '_price', '29'),
(363, 166, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(364, 166, '_edit_last', '1'),
(365, 166, '_visibility', 'visible'),
(366, 166, '_stock_status', 'instock'),
(367, 166, 'total_sales', '127'),
(368, 166, '_downloadable', 'no'),
(369, 166, '_virtual', 'no'),
(370, 166, '_product_image_gallery', ',,'),
(371, 166, '_regular_price', '29'),
(372, 166, '_sale_price', ''),
(373, 166, '_tax_status', ''),
(374, 166, '_tax_class', ''),
(375, 166, '_purchase_note', ''),
(376, 166, '_featured', 'no'),
(377, 166, '_weight', ''),
(378, 166, '_length', ''),
(379, 166, '_width', ''),
(380, 166, '_height', ''),
(381, 166, '_sku', ''),
(382, 166, '_sale_price_dates_from', ''),
(383, 166, '_sale_price_dates_to', ''),
(384, 166, '_price', '29'),
(385, 166, '_sold_individually', ''),
(386, 166, '_stock', '0'),
(387, 166, '_backorders', 'no'),
(388, 166, '_manage_stock', 'no'),
(389, 166, '_min_variation_price', '39'),
(390, 166, '_max_variation_price', '39'),
(391, 166, '_min_variation_regular_price', '39'),
(392, 166, '_max_variation_regular_price', '39'),
(393, 166, '_min_variation_sale_price', ''),
(394, 166, '_max_variation_sale_price', ''),
(395, 166, '_default_attributes', 'a:0:{}'),
(396, 166, '_dp_original', '157'),
(397, 166, '_thumbnail_id', NULL),
(398, 166, '_wc_rating_count', 'a:0:{}'),
(399, 166, '_wc_average_rating', '0'),
(400, 166, '_wc_review_count', '0'),
(401, 166, '_edit_lock', '1470131071:1'),
(402, 167, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(403, 167, '_edit_last', '1'),
(404, 167, '_visibility', 'visible'),
(405, 167, '_stock_status', 'instock'),
(406, 167, 'total_sales', '125'),
(407, 167, '_downloadable', 'no'),
(408, 167, '_virtual', 'no'),
(409, 167, '_product_image_gallery', ',,'),
(410, 167, '_regular_price', '29'),
(411, 167, '_sale_price', '15'),
(412, 167, '_tax_status', ''),
(413, 167, '_tax_class', ''),
(414, 167, '_purchase_note', ''),
(415, 167, '_featured', 'yes'),
(416, 167, '_weight', ''),
(417, 167, '_length', ''),
(418, 167, '_width', ''),
(419, 167, '_height', ''),
(420, 167, '_sku', ''),
(421, 167, '_sale_price_dates_from', ''),
(422, 167, '_sale_price_dates_to', ''),
(423, 167, '_price', '15'),
(424, 167, '_sold_individually', ''),
(425, 167, '_stock', ''),
(426, 167, '_backorders', 'no'),
(427, 167, '_manage_stock', 'no'),
(428, 167, '_min_variation_price', '39'),
(429, 167, '_max_variation_price', '39'),
(430, 167, '_min_variation_regular_price', '39'),
(431, 167, '_max_variation_regular_price', '39'),
(432, 167, '_min_variation_sale_price', ''),
(433, 167, '_max_variation_sale_price', ''),
(434, 167, '_default_attributes', 'a:0:{}'),
(435, 167, '_dp_original', '111'),
(436, 167, '_thumbnail_id', NULL),
(437, 167, 'wc_productdata_options', 'a:1:{i:0;a:3:{s:11:\"_bubble_new\";s:5:\"\"yes\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";}}'),
(438, 167, '_wc_rating_count', 'a:2:{i:2;s:1:\"1\";i:5;s:1:\"1\";}'),
(439, 167, '_wc_average_rating', '3.50'),
(440, 167, '_wc_review_count', '2'),
(441, 167, '_edit_lock', '1467815163:1'),
(442, 168, '_edit_last', '1'),
(443, 168, '_edit_lock', '1472847351:1'),
(444, 168, '_visibility', 'visible'),
(445, 168, '_stock_status', 'instock'),
(446, 168, '_disable_va', 'setting'),
(447, 168, '_name_style', 'label'),
(448, 168, '_only_va', 'no'),
(449, 168, 'pv_commission_rate', ''),
(450, 168, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:5:\"\"yes\"\";s:12:\"_bubble_text\";s:3:\"HOT\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(451, 168, 'total_sales', '0'),
(452, 168, '_downloadable', 'no'),
(453, 168, '_virtual', 'no'),
(454, 168, '_purchase_note', ''),
(455, 168, '_featured', 'no'),
(456, 168, '_weight', ''),
(457, 168, '_length', ''),
(458, 168, '_width', ''),
(459, 168, '_height', ''),
(460, 168, '_sku', ''),
(461, 168, '_regular_price', '29'),
(462, 168, '_sale_price', '199'),
(463, 168, '_sale_price_dates_from', ''),
(464, 168, '_sale_price_dates_to', ''),
(465, 168, '_price', '29'),
(466, 168, '_sold_individually', ''),
(467, 168, '_manage_stock', 'no'),
(468, 168, '_backorders', 'no'),
(469, 168, '_stock', ''),
(470, 168, '_upsell_ids', 'a:0:{}'),
(471, 168, '_crosssell_ids', 'a:0:{}'),
(472, 168, '_product_version', '2.6.4'),
(473, 168, '_product_image_gallery', ',,'),
(474, 168, '_wc_rating_count', 'a:0:{}'),
(475, 168, '_wc_review_count', '0'),
(476, 168, '_wc_average_rating', '0'),
(477, 168, '_thumbnail_id', NULL),
(478, 169, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(479, 169, '_edit_last', '1'),
(480, 169, '_visibility', 'visible'),
(481, 169, '_stock_status', 'instock'),
(482, 169, 'total_sales', '75'),
(483, 169, '_downloadable', 'no'),
(484, 169, '_virtual', 'no'),
(485, 169, '_product_image_gallery', ',,'),
(486, 169, '_regular_price', '29'),
(487, 169, '_sale_price', ''),
(488, 169, '_tax_status', ''),
(489, 169, '_tax_class', ''),
(490, 169, '_purchase_note', ''),
(491, 169, '_featured', 'no'),
(492, 169, '_weight', ''),
(493, 169, '_length', ''),
(494, 169, '_width', ''),
(495, 169, '_height', ''),
(496, 169, '_sku', ''),
(497, 169, '_sale_price_dates_from', ''),
(498, 169, '_sale_price_dates_to', ''),
(499, 169, '_price', '29'),
(500, 169, '_sold_individually', ''),
(501, 169, '_stock', ''),
(502, 169, '_backorders', 'no'),
(503, 169, '_manage_stock', 'no'),
(504, 169, '_min_variation_price', '39'),
(505, 169, '_max_variation_price', '39'),
(506, 169, '_min_variation_regular_price', '39'),
(507, 169, '_max_variation_regular_price', '39'),
(508, 169, '_min_variation_sale_price', ''),
(509, 169, '_max_variation_sale_price', ''),
(510, 169, '_default_attributes', 'a:0:{}'),
(511, 169, '_wp_old_slug', 'hash-tag-sweat-vero-moda'),
(512, 169, '_dp_original', '226'),
(513, 169, '_thumbnail_id', NULL),
(514, 169, '_wc_rating_count', 'a:2:{i:2;s:1:\"1\";i:4;s:1:\"1\";}'),
(515, 169, '_wc_average_rating', '3.00'),
(516, 169, '_wc_review_count', '2'),
(517, 169, '_edit_lock', '1467815185:1'),
(518, 170, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(519, 170, '_visibility', 'visible'),
(520, 170, '_stock_status', 'instock'),
(521, 170, 'total_sales', '32'),
(522, 170, '_downloadable', 'no'),
(523, 170, '_virtual', 'no'),
(524, 170, '_product_image_gallery', ',,'),
(525, 170, '_regular_price', '29'),
(526, 170, '_sale_price', ''),
(527, 170, '_tax_status', 'taxable'),
(528, 170, '_tax_class', ''),
(529, 170, '_purchase_note', ''),
(530, 170, '_featured', 'yes'),
(531, 170, '_weight', ''),
(532, 170, '_length', ''),
(533, 170, '_width', ''),
(534, 170, '_height', ''),
(535, 170, '_sku', ''),
(536, 170, '_sale_price_dates_from', ''),
(537, 170, '_sale_price_dates_to', ''),
(538, 170, '_price', '29'),
(539, 170, '_sold_individually', ''),
(540, 170, '_stock', '0'),
(541, 170, '_backorders', 'no'),
(542, 170, '_manage_stock', 'no'),
(543, 170, '_min_variation_price', '39'),
(544, 170, '_max_variation_price', '39'),
(545, 170, '_min_variation_regular_price', '39'),
(546, 170, '_max_variation_regular_price', '39'),
(547, 170, '_min_variation_sale_price', ''),
(548, 170, '_max_variation_sale_price', ''),
(549, 170, '_default_attributes', 'a:0:{}'),
(550, 170, '_dp_original', '427'),
(551, 170, '_thumbnail_id', NULL),
(552, 170, '_enable_sidebar', 'no'),
(553, 170, '_edit_lock', '1456142372:1'),
(554, 170, '_wc_rating_count', 'a:2:{i:3;s:1:\"1\";i:4;s:1:\"2\";}'),
(555, 170, '_wc_average_rating', '3.67'),
(556, 170, '_edit_last', '1'),
(557, 170, '_wc_review_count', '3'),
(558, 171, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(559, 171, '_edit_last', '1'),
(560, 171, '_visibility', 'visible'),
(561, 171, '_stock_status', 'outofstock'),
(562, 171, 'total_sales', '266'),
(563, 171, '_downloadable', 'no'),
(564, 171, '_virtual', 'no'),
(565, 171, '_product_image_gallery', ',,'),
(566, 171, '_regular_price', '29'),
(567, 171, '_sale_price', ''),
(568, 171, '_tax_status', ''),
(569, 171, '_tax_class', ''),
(570, 171, '_purchase_note', ''),
(571, 171, '_featured', 'no'),
(572, 171, '_weight', ''),
(573, 171, '_length', ''),
(574, 171, '_width', ''),
(575, 171, '_height', ''),
(576, 171, '_sku', ''),
(577, 171, '_sale_price_dates_from', ''),
(578, 171, '_sale_price_dates_to', ''),
(579, 171, '_price', '29'),
(580, 171, '_sold_individually', ''),
(581, 171, '_stock', ''),
(582, 171, '_backorders', 'no'),
(583, 171, '_manage_stock', 'yes'),
(584, 171, '_min_variation_price', '15'),
(585, 171, '_max_variation_price', '15'),
(586, 171, '_min_variation_regular_price', '15'),
(587, 171, '_max_variation_regular_price', '15'),
(588, 171, '_min_variation_sale_price', ''),
(589, 171, '_max_variation_sale_price', ''),
(590, 171, '_default_attributes', 'a:0:{}'),
(591, 171, '_dp_original', '422'),
(592, 171, '_thumbnail_id', NULL),
(593, 171, '_max_regular_price_variation_id', '5893'),
(594, 171, '_min_sale_price_variation_id', ''),
(595, 171, '_max_sale_price_variation_id', ''),
(596, 171, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:5:\"\"yes\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(597, 171, '_wc_rating_count', 'a:1:{i:4;s:1:\"2\";}'),
(598, 171, '_wc_average_rating', '4.00'),
(599, 171, '_wc_review_count', '2'),
(600, 171, '_edit_lock', '1466586438:1'),
(601, 171, 'pv_commission_rate', ''),
(602, 171, '_upsell_ids', 'a:0:{}'),
(603, 171, '_crosssell_ids', 'a:0:{}'),
(604, 171, '_product_version', '2.6.1'),
(605, 172, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(606, 172, '_visibility', 'visible'),
(607, 172, '_stock_status', 'instock'),
(608, 172, 'total_sales', '2928'),
(609, 172, '_downloadable', 'no'),
(610, 172, '_virtual', 'no'),
(611, 172, '_product_image_gallery', ',,'),
(612, 172, '_regular_price', '29'),
(613, 172, '_sale_price', ''),
(614, 172, '_tax_status', ''),
(615, 172, '_tax_class', ''),
(616, 172, '_purchase_note', ''),
(617, 172, '_featured', 'no'),
(618, 172, '_weight', ''),
(619, 172, '_length', ''),
(620, 172, '_width', ''),
(621, 172, '_height', ''),
(622, 172, '_sku', ''),
(623, 172, '_sale_price_dates_from', ''),
(624, 172, '_sale_price_dates_to', ''),
(625, 172, '_price', '29'),
(626, 172, '_sold_individually', ''),
(627, 172, '_stock', ''),
(628, 172, '_backorders', 'no'),
(629, 172, '_manage_stock', 'no'),
(630, 172, '_min_variation_price', '39'),
(631, 172, '_max_variation_price', '39'),
(632, 172, '_min_variation_regular_price', '39'),
(633, 172, '_max_variation_regular_price', '39'),
(634, 172, '_min_variation_sale_price', ''),
(635, 172, '_max_variation_sale_price', ''),
(636, 172, '_default_attributes', 'a:0:{}'),
(637, 172, '_dp_original', '416'),
(638, 172, '_thumbnail_id', NULL),
(639, 172, '_wc_rating_count', 'a:2:{i:3;s:1:\"1\";i:4;s:1:\"1\";}'),
(640, 172, '_wc_average_rating', '3.50'),
(641, 172, '_wc_review_count', '2'),
(642, 173, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(643, 173, '_edit_last', '1'),
(644, 173, '_visibility', 'visible'),
(645, 173, '_stock_status', 'instock'),
(646, 173, 'total_sales', '1312'),
(647, 173, '_downloadable', 'no'),
(648, 173, '_virtual', 'no'),
(649, 173, '_product_image_gallery', ',,'),
(650, 173, '_regular_price', '29'),
(651, 173, '_sale_price', '15'),
(652, 173, '_tax_status', ''),
(653, 173, '_tax_class', ''),
(654, 173, '_purchase_note', ''),
(655, 173, '_featured', 'yes'),
(656, 173, '_weight', ''),
(657, 173, '_length', ''),
(658, 173, '_width', ''),
(659, 173, '_height', ''),
(660, 173, '_sku', '00012'),
(661, 173, '_sale_price_dates_from', ''),
(662, 173, '_sale_price_dates_to', ''),
(663, 173, '_price', '29'),
(664, 173, '_sold_individually', ''),
(665, 173, '_stock', ''),
(666, 173, '_backorders', 'no'),
(667, 173, '_manage_stock', 'no'),
(668, 173, '_min_variation_price', '39'),
(669, 173, '_max_variation_price', '39'),
(670, 173, '_min_variation_regular_price', '39'),
(671, 173, '_max_variation_regular_price', '39'),
(672, 173, '_min_variation_sale_price', ''),
(673, 173, '_max_variation_sale_price', ''),
(674, 173, '_default_attributes', 'a:0:{}'),
(675, 173, '_dp_original', '411'),
(676, 173, '_thumbnail_id', NULL),
(677, 173, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:43:\"https://www.youtube.com/watch?v=BBwBfBS3REs\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(678, 173, '_upsell_ids', 'a:0:{}'),
(679, 173, '_crosssell_ids', 'a:0:{}'),
(680, 173, '_product_version', '2.4.7'),
(681, 173, '_wc_rating_count', 'a:1:{i:4;s:1:\"3\";}'),
(682, 173, '_wc_review_count', '3'),
(683, 173, '_wc_average_rating', '4.00'),
(684, 173, '_edit_lock', '1461926689:1'),
(685, 174, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(686, 174, '_edit_last', '1'),
(687, 174, '_visibility', 'visible'),
(688, 174, '_stock_status', 'instock'),
(689, 174, 'total_sales', '100'),
(690, 174, '_downloadable', 'no'),
(691, 174, '_virtual', 'no'),
(692, 174, '_product_image_gallery', ',,'),
(693, 174, '_regular_price', '29'),
(694, 174, '_sale_price', ''),
(695, 174, '_tax_status', ''),
(696, 174, '_tax_class', ''),
(697, 174, '_purchase_note', ''),
(698, 174, '_featured', 'no'),
(699, 174, '_weight', ''),
(700, 174, '_length', ''),
(701, 174, '_width', ''),
(702, 174, '_height', ''),
(703, 174, '_sku', ''),
(704, 174, '_sale_price_dates_from', ''),
(705, 174, '_sale_price_dates_to', ''),
(706, 174, '_price', '29'),
(707, 174, '_sold_individually', ''),
(708, 174, '_stock', ''),
(709, 174, '_backorders', 'no'),
(710, 174, '_manage_stock', 'no'),
(711, 174, '_min_variation_price', '39'),
(712, 174, '_max_variation_price', '39'),
(713, 174, '_min_variation_regular_price', '39'),
(714, 174, '_max_variation_regular_price', '39'),
(715, 174, '_min_variation_sale_price', ''),
(716, 174, '_max_variation_sale_price', ''),
(717, 174, '_default_attributes', 'a:0:{}'),
(718, 174, '_dp_original', '405'),
(719, 174, '_thumbnail_id', NULL),
(720, 174, '_wc_rating_count', 'a:2:{i:4;s:1:\"1\";i:5;s:1:\"1\";}'),
(721, 174, '_wc_average_rating', '4.50'),
(722, 174, '_wc_review_count', '2'),
(723, 175, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(724, 175, '_edit_last', '1'),
(725, 175, '_visibility', 'visible'),
(726, 175, '_stock_status', 'instock'),
(727, 175, 'total_sales', '54'),
(728, 175, '_downloadable', 'no'),
(729, 175, '_virtual', 'no'),
(730, 175, '_product_image_gallery', ',,'),
(731, 175, '_regular_price', '29'),
(732, 175, '_sale_price', ''),
(733, 175, '_tax_status', ''),
(734, 175, '_tax_class', ''),
(735, 175, '_purchase_note', ''),
(736, 175, '_featured', 'no'),
(737, 175, '_weight', ''),
(738, 175, '_length', ''),
(739, 175, '_width', ''),
(740, 175, '_height', ''),
(741, 175, '_sku', ''),
(742, 175, '_sale_price_dates_from', ''),
(743, 175, '_sale_price_dates_to', ''),
(744, 175, '_price', '29'),
(745, 175, '_sold_individually', ''),
(746, 175, '_stock', ''),
(747, 175, '_backorders', 'no'),
(748, 175, '_manage_stock', 'no'),
(749, 175, '_min_variation_price', '39'),
(750, 175, '_max_variation_price', '39'),
(751, 175, '_min_variation_regular_price', '39'),
(752, 175, '_max_variation_regular_price', '39'),
(753, 175, '_min_variation_sale_price', ''),
(754, 175, '_max_variation_sale_price', ''),
(755, 175, '_default_attributes', 'a:0:{}'),
(756, 175, '_dp_original', '395'),
(757, 175, '_thumbnail_id', NULL),
(758, 175, '_wc_rating_count', 'a:0:{}'),
(759, 175, '_wc_average_rating', '0'),
(760, 175, '_wc_review_count', '0'),
(761, 176, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(762, 176, '_visibility', 'visible'),
(763, 176, '_stock_status', 'instock'),
(764, 176, 'total_sales', '35634'),
(765, 176, '_downloadable', 'no'),
(766, 176, '_virtual', 'no'),
(767, 176, '_product_image_gallery', ',,'),
(768, 176, '_regular_price', '29'),
(769, 176, '_sale_price', '29'),
(770, 176, '_tax_status', ''),
(771, 176, '_tax_class', ''),
(772, 176, '_purchase_note', ''),
(773, 176, '_featured', 'no'),
(774, 176, '_weight', ''),
(775, 176, '_length', ''),
(776, 176, '_width', ''),
(777, 176, '_height', ''),
(778, 176, '_sku', ''),
(779, 176, '_sale_price_dates_from', ''),
(780, 176, '_sale_price_dates_to', ''),
(781, 176, '_price', '29'),
(782, 176, '_sold_individually', ''),
(783, 176, '_stock', ''),
(784, 176, '_backorders', 'no'),
(785, 176, '_manage_stock', 'no'),
(786, 176, '_min_variation_price', '39'),
(787, 176, '_max_variation_price', '39'),
(788, 176, '_min_variation_regular_price', '39'),
(789, 176, '_max_variation_regular_price', '39'),
(790, 176, '_min_variation_sale_price', ''),
(791, 176, '_max_variation_sale_price', ''),
(792, 176, '_default_attributes', 'a:0:{}'),
(793, 176, '_dp_original', '395'),
(794, 176, '_thumbnail_id', NULL),
(795, 176, '_wc_rating_count', 'a:0:{}'),
(796, 176, '_wc_average_rating', '0'),
(797, 176, '_wc_review_count', '0'),
(798, 176, '_edit_lock', '1473943982:1'),
(799, 176, '_edit_last', '1'),
(800, 176, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:5:\"\"yes\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(801, 176, '_upsell_ids', 'a:0:{}'),
(802, 176, '_crosssell_ids', 'a:0:{}'),
(803, 176, '_product_version', '2.6.0'),
(804, 177, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(805, 177, '_edit_last', '1'),
(806, 177, '_visibility', 'visible'),
(807, 177, '_stock_status', 'instock'),
(808, 177, 'total_sales', '63'),
(809, 177, '_downloadable', 'no'),
(810, 177, '_virtual', 'no'),
(811, 177, '_product_image_gallery', ',,'),
(812, 177, '_regular_price', '29'),
(813, 177, '_sale_price', ''),
(814, 177, '_tax_status', ''),
(815, 177, '_tax_class', ''),
(816, 177, '_purchase_note', ''),
(817, 177, '_featured', 'no'),
(818, 177, '_weight', ''),
(819, 177, '_length', ''),
(820, 177, '_width', ''),
(821, 177, '_height', ''),
(822, 177, '_sku', ''),
(823, 177, '_sale_price_dates_from', ''),
(824, 177, '_sale_price_dates_to', ''),
(825, 177, '_price', '29'),
(826, 177, '_sold_individually', ''),
(827, 177, '_stock', ''),
(828, 177, '_backorders', 'no'),
(829, 177, '_manage_stock', 'no'),
(830, 177, '_min_variation_price', '39'),
(831, 177, '_max_variation_price', '39'),
(832, 177, '_min_variation_regular_price', '39'),
(833, 177, '_max_variation_regular_price', '39'),
(834, 177, '_min_variation_sale_price', ''),
(835, 177, '_max_variation_sale_price', ''),
(836, 177, '_default_attributes', 'a:0:{}'),
(837, 177, '_dp_original', '149'),
(838, 177, '_thumbnail_id', NULL),
(839, 177, '_wc_rating_count', 'a:1:{i:5;s:1:\"1\";}'),
(840, 177, '_wc_average_rating', '5.00'),
(841, 177, '_wc_review_count', '1'),
(842, 177, '_edit_lock', '1470827741:1'),
(843, 177, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(844, 177, '_upsell_ids', 'a:0:{}'),
(845, 177, '_crosssell_ids', 'a:0:{}'),
(846, 177, '_product_version', '2.6.4'),
(847, 178, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(848, 178, '_edit_last', '1'),
(849, 178, '_visibility', 'visible'),
(850, 178, '_stock_status', 'instock'),
(851, 178, 'total_sales', '95'),
(852, 178, '_downloadable', 'no'),
(853, 178, '_virtual', 'no'),
(854, 178, '_product_image_gallery', ',,'),
(855, 178, '_regular_price', '29'),
(856, 178, '_sale_price', ''),
(857, 178, '_tax_status', ''),
(858, 178, '_tax_class', ''),
(859, 178, '_purchase_note', ''),
(860, 178, '_featured', 'no'),
(861, 178, '_weight', ''),
(862, 178, '_length', ''),
(863, 178, '_width', ''),
(864, 178, '_height', ''),
(865, 178, '_sku', ''),
(866, 178, '_sale_price_dates_from', ''),
(867, 178, '_sale_price_dates_to', ''),
(868, 178, '_price', '29'),
(869, 178, '_sold_individually', ''),
(870, 178, '_stock', ''),
(871, 178, '_backorders', 'no'),
(872, 178, '_manage_stock', 'no'),
(873, 178, '_min_variation_price', '12'),
(874, 178, '_max_variation_price', '12'),
(875, 178, '_min_variation_regular_price', '12'),
(876, 178, '_max_variation_regular_price', '12'),
(877, 178, '_min_variation_sale_price', ''),
(878, 178, '_max_variation_sale_price', ''),
(879, 178, '_default_attributes', 'a:0:{}'),
(880, 178, '_dp_original', '328'),
(881, 178, '_thumbnail_id', NULL),
(882, 178, '_wc_rating_count', 'a:2:{i:3;s:1:\"1\";i:4;s:1:\"1\";}'),
(883, 178, '_wc_average_rating', '3.50'),
(884, 178, '_wc_review_count', '2'),
(885, 179, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(886, 179, '_edit_last', '1'),
(887, 179, '_visibility', 'visible'),
(888, 179, '_stock_status', 'instock'),
(889, 179, 'total_sales', '239'),
(890, 179, '_downloadable', 'no'),
(891, 179, '_virtual', 'no'),
(892, 179, '_product_image_gallery', ',,'),
(893, 179, '_regular_price', '29'),
(894, 179, '_sale_price', ''),
(895, 179, '_tax_status', ''),
(896, 179, '_tax_class', ''),
(897, 179, '_purchase_note', ''),
(898, 179, '_featured', 'no'),
(899, 179, '_weight', ''),
(900, 179, '_length', ''),
(901, 179, '_width', ''),
(902, 179, '_height', ''),
(903, 179, '_sku', ''),
(904, 179, '_sale_price_dates_from', ''),
(905, 179, '_sale_price_dates_to', ''),
(906, 179, '_price', '29'),
(907, 179, '_sold_individually', ''),
(908, 179, '_stock', ''),
(909, 179, '_backorders', 'no'),
(910, 179, '_manage_stock', 'no'),
(911, 179, '_min_variation_price', '12'),
(912, 179, '_max_variation_price', '12'),
(913, 179, '_min_variation_regular_price', '12'),
(914, 179, '_max_variation_regular_price', '12'),
(915, 179, '_min_variation_sale_price', ''),
(916, 179, '_max_variation_sale_price', ''),
(917, 179, '_default_attributes', 'a:0:{}'),
(918, 179, '_dp_original', '325'),
(919, 179, '_thumbnail_id', NULL),
(920, 179, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:5:\"\"yes\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:12:\"Product only\";s:11:\"_custom_tab\";s:55:\"This is a text for this product only. Add anything here\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(921, 179, '_product_url', '#'),
(922, 179, '_button_text', 'Buy at Amazon.com'),
(923, 179, '_wc_rating_count', 'a:3:{i:3;s:1:\"1\";i:4;s:1:\"1\";i:5;s:1:\"1\";}'),
(924, 179, '_wc_average_rating', '4.00'),
(925, 179, '_wc_review_count', '3'),
(926, 179, '_edit_lock', '1473844205:1'),
(927, 179, '_upsell_ids', 'a:0:{}'),
(928, 179, '_crosssell_ids', 'a:0:{}'),
(929, 179, '_product_version', '2.6.4'),
(930, 180, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(931, 180, '_edit_last', '1'),
(932, 180, '_visibility', 'visible'),
(933, 180, '_stock_status', 'instock'),
(934, 180, 'total_sales', '47'),
(935, 180, '_downloadable', 'no'),
(936, 180, '_virtual', 'no'),
(937, 180, '_product_image_gallery', ',,'),
(938, 180, '_regular_price', '29'),
(939, 180, '_sale_price', ''),
(940, 180, '_tax_status', ''),
(941, 180, '_tax_class', ''),
(942, 180, '_purchase_note', ''),
(943, 180, '_featured', 'no'),
(944, 180, '_weight', ''),
(945, 180, '_length', ''),
(946, 180, '_width', ''),
(947, 180, '_height', ''),
(948, 180, '_sku', ''),
(949, 180, '_sale_price_dates_from', ''),
(950, 180, '_sale_price_dates_to', ''),
(951, 180, '_price', '29'),
(952, 180, '_sold_individually', ''),
(953, 180, '_stock', ''),
(954, 180, '_backorders', 'no'),
(955, 180, '_manage_stock', 'no'),
(956, 180, '_min_variation_price', '12'),
(957, 180, '_max_variation_price', '12'),
(958, 180, '_min_variation_regular_price', '12'),
(959, 180, '_max_variation_regular_price', '12'),
(960, 180, '_min_variation_sale_price', ''),
(961, 180, '_max_variation_sale_price', ''),
(962, 180, '_default_attributes', 'a:0:{}'),
(963, 180, '_dp_original', '322'),
(964, 180, '_thumbnail_id', NULL),
(965, 180, '_wc_rating_count', 'a:1:{i:4;s:1:\"3\";}'),
(966, 180, '_wc_average_rating', '4.00'),
(967, 180, '_wc_review_count', '3'),
(968, 181, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(969, 181, '_edit_last', '1'),
(970, 181, '_visibility', 'visible'),
(971, 181, '_stock_status', 'instock'),
(972, 181, 'total_sales', '135'),
(973, 181, '_downloadable', 'no'),
(974, 181, '_virtual', 'no'),
(975, 181, '_product_image_gallery', ',,'),
(976, 181, '_regular_price', '29'),
(977, 181, '_sale_price', ''),
(978, 181, '_tax_status', ''),
(979, 181, '_tax_class', ''),
(980, 181, '_purchase_note', ''),
(981, 181, '_featured', 'no'),
(982, 181, '_weight', ''),
(983, 181, '_length', ''),
(984, 181, '_width', ''),
(985, 181, '_height', ''),
(986, 181, '_sku', ''),
(987, 181, '_sale_price_dates_from', ''),
(988, 181, '_sale_price_dates_to', ''),
(989, 181, '_price', '29'),
(990, 181, '_sold_individually', ''),
(991, 181, '_stock', ''),
(992, 181, '_backorders', 'no'),
(993, 181, '_manage_stock', 'no'),
(994, 181, '_min_variation_price', '12'),
(995, 181, '_max_variation_price', '12'),
(996, 181, '_min_variation_regular_price', '12'),
(997, 181, '_max_variation_regular_price', '12'),
(998, 181, '_min_variation_sale_price', ''),
(999, 181, '_max_variation_sale_price', ''),
(1000, 181, '_default_attributes', 'a:0:{}'),
(1001, 181, '_dp_original', '316'),
(1002, 181, '_thumbnail_id', NULL),
(1003, 181, '_wc_rating_count', 'a:1:{i:4;s:1:\"2\";}'),
(1004, 181, '_wc_average_rating', '4.00'),
(1005, 181, '_wc_review_count', '2'),
(1006, 182, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1007, 182, '_edit_last', '1'),
(1008, 182, '_visibility', 'visible'),
(1009, 182, '_stock_status', 'instock'),
(1010, 182, 'total_sales', '78'),
(1011, 182, '_downloadable', 'no'),
(1012, 182, '_virtual', 'no'),
(1013, 182, '_product_image_gallery', ',,'),
(1014, 182, '_regular_price', '29'),
(1015, 182, '_sale_price', ''),
(1016, 182, '_tax_status', ''),
(1017, 182, '_tax_class', ''),
(1018, 182, '_purchase_note', ''),
(1019, 182, '_featured', 'no'),
(1020, 182, '_weight', ''),
(1021, 182, '_length', ''),
(1022, 182, '_width', ''),
(1023, 182, '_height', ''),
(1024, 182, '_sku', ''),
(1025, 182, '_sale_price_dates_from', ''),
(1026, 182, '_sale_price_dates_to', ''),
(1027, 182, '_price', '29'),
(1028, 182, '_sold_individually', ''),
(1029, 182, '_stock', ''),
(1030, 182, '_backorders', 'no'),
(1031, 182, '_manage_stock', 'no'),
(1032, 182, '_min_variation_price', '12'),
(1033, 182, '_max_variation_price', '12'),
(1034, 182, '_min_variation_regular_price', '12'),
(1035, 182, '_max_variation_regular_price', '12'),
(1036, 182, '_min_variation_sale_price', ''),
(1037, 182, '_max_variation_sale_price', ''),
(1038, 182, '_default_attributes', 'a:0:{}'),
(1039, 182, '_dp_original', '308'),
(1040, 182, '_thumbnail_id', NULL),
(1041, 182, '_wc_rating_count', 'a:1:{i:4;s:1:\"2\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1042, 182, '_wc_average_rating', '4.00'),
(1043, 182, '_wc_review_count', '2'),
(1044, 183, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1045, 183, '_edit_last', '1'),
(1046, 183, '_visibility', 'visible'),
(1047, 183, '_stock_status', 'instock'),
(1048, 183, 'total_sales', '10000000062'),
(1049, 183, '_downloadable', 'no'),
(1050, 183, '_virtual', 'no'),
(1051, 183, '_product_image_gallery', ',,'),
(1052, 183, '_regular_price', '29'),
(1053, 183, '_sale_price', ''),
(1054, 183, '_tax_status', ''),
(1055, 183, '_tax_class', ''),
(1056, 183, '_purchase_note', ''),
(1057, 183, '_featured', 'no'),
(1058, 183, '_weight', ''),
(1059, 183, '_length', ''),
(1060, 183, '_width', ''),
(1061, 183, '_height', ''),
(1062, 183, '_sku', ''),
(1063, 183, '_sale_price_dates_from', ''),
(1064, 183, '_sale_price_dates_to', ''),
(1065, 183, '_price', '29'),
(1066, 183, '_sold_individually', ''),
(1067, 183, '_stock', ''),
(1068, 183, '_backorders', 'no'),
(1069, 183, '_manage_stock', 'no'),
(1070, 183, '_min_variation_price', '12'),
(1071, 183, '_max_variation_price', '12'),
(1072, 183, '_min_variation_regular_price', '12'),
(1073, 183, '_max_variation_regular_price', '12'),
(1074, 183, '_min_variation_sale_price', ''),
(1075, 183, '_max_variation_sale_price', ''),
(1076, 183, '_default_attributes', 'a:0:{}'),
(1077, 183, '_thumbnail_id', NULL),
(1078, 183, '_wc_rating_count', 'a:2:{i:3;s:1:\"1\";i:4;s:1:\"1\";}'),
(1079, 183, '_wc_average_rating', '3.50'),
(1080, 183, '_wc_review_count', '2'),
(1081, 184, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1082, 184, '_edit_last', '1'),
(1083, 184, '_visibility', 'visible'),
(1084, 184, '_stock_status', 'instock'),
(1085, 184, 'total_sales', '16'),
(1086, 184, '_downloadable', 'no'),
(1087, 184, '_virtual', 'no'),
(1088, 184, '_product_image_gallery', ',,'),
(1089, 184, '_regular_price', '29'),
(1090, 184, '_sale_price', ''),
(1091, 184, '_tax_status', ''),
(1092, 184, '_tax_class', ''),
(1093, 184, '_purchase_note', ''),
(1094, 184, '_featured', 'no'),
(1095, 184, '_weight', ''),
(1096, 184, '_length', ''),
(1097, 184, '_width', ''),
(1098, 184, '_height', ''),
(1099, 184, '_sku', ''),
(1100, 184, '_sale_price_dates_from', ''),
(1101, 184, '_sale_price_dates_to', ''),
(1102, 184, '_sold_individually', ''),
(1103, 184, '_stock', ''),
(1104, 184, '_backorders', 'no'),
(1105, 184, '_manage_stock', 'no'),
(1106, 184, '_min_variation_price', '19'),
(1107, 184, '_max_variation_price', '29'),
(1108, 184, '_min_variation_regular_price', '19'),
(1109, 184, '_max_variation_regular_price', '29'),
(1110, 184, '_min_variation_sale_price', NULL),
(1111, 184, '_max_variation_sale_price', NULL),
(1112, 184, '_default_attributes', 'a:0:{}'),
(1113, 184, '_upsell_ids', 'a:4:{i:0;i:229;i:1;i:187;i:2;i:111;i:3;i:132;}'),
(1114, 184, '_dp_original', '270'),
(1115, 184, '_thumbnail_id', NULL),
(1116, 184, '_max_regular_price_variation_id', '6694'),
(1117, 184, '_min_sale_price_variation_id', NULL),
(1118, 184, '_max_sale_price_variation_id', NULL),
(1119, 184, '_wc_rating_count', 'a:2:{i:3;s:1:\"1\";i:4;s:1:\"2\";}'),
(1120, 184, '_wc_average_rating', '3.67'),
(1121, 184, '_edit_lock', '1472207048:1'),
(1122, 184, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(1123, 184, '_crosssell_ids', 'a:0:{}'),
(1124, 184, '_product_version', '2.6.4'),
(1125, 184, '_wc_review_count', '3'),
(1126, 184, '_price', '29'),
(1127, 185, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1128, 185, '_edit_last', '1'),
(1129, 185, '_visibility', 'visible'),
(1130, 185, '_stock_status', 'instock'),
(1131, 185, 'total_sales', '131'),
(1132, 185, '_downloadable', 'no'),
(1133, 185, '_virtual', 'no'),
(1134, 185, '_product_image_gallery', ',,'),
(1135, 185, '_regular_price', '29'),
(1136, 185, '_sale_price', ''),
(1137, 185, '_tax_status', ''),
(1138, 185, '_tax_class', ''),
(1139, 185, '_purchase_note', ''),
(1140, 185, '_featured', 'no'),
(1141, 185, '_weight', ''),
(1142, 185, '_length', ''),
(1143, 185, '_width', ''),
(1144, 185, '_height', ''),
(1145, 185, '_sku', ''),
(1146, 185, '_sale_price_dates_from', ''),
(1147, 185, '_sale_price_dates_to', ''),
(1148, 185, '_price', '29'),
(1149, 185, '_sold_individually', ''),
(1150, 185, '_stock', ''),
(1151, 185, '_backorders', 'no'),
(1152, 185, '_manage_stock', 'no'),
(1153, 185, '_min_variation_price', '29'),
(1154, 185, '_max_variation_price', '29'),
(1155, 185, '_min_variation_regular_price', '29'),
(1156, 185, '_max_variation_regular_price', '29'),
(1157, 185, '_min_variation_sale_price', ''),
(1158, 185, '_max_variation_sale_price', ''),
(1159, 185, '_default_attributes', 'a:0:{}'),
(1160, 185, '_upsell_ids', 'a:6:{i:0;s:3:\"229\";i:1;s:3:\"187\";i:2;s:3:\"111\";i:3;s:3:\"132\";i:4;s:2:\"55\";i:5;s:3:\"212\";}'),
(1161, 185, '_dp_original', '270'),
(1162, 185, '_thumbnail_id', NULL),
(1163, 185, '_max_regular_price_variation_id', '383'),
(1164, 185, '_min_sale_price_variation_id', ''),
(1165, 185, '_max_sale_price_variation_id', ''),
(1166, 185, '_wc_rating_count', 'a:1:{i:4;s:1:\"2\";}'),
(1167, 185, '_wc_average_rating', '4.00'),
(1168, 185, '_wc_review_count', '2'),
(1169, 186, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1170, 186, '_edit_last', '1'),
(1171, 186, '_visibility', 'visible'),
(1172, 186, '_stock_status', 'instock'),
(1173, 186, 'total_sales', '28116'),
(1174, 186, '_downloadable', 'no'),
(1175, 186, '_virtual', 'no'),
(1176, 186, '_product_image_gallery', ',,'),
(1177, 186, '_regular_price', '29'),
(1178, 186, '_sale_price', ''),
(1179, 186, '_tax_status', ''),
(1180, 186, '_tax_class', ''),
(1181, 186, '_purchase_note', ''),
(1182, 186, '_featured', 'no'),
(1183, 186, '_weight', ''),
(1184, 186, '_length', ''),
(1185, 186, '_width', ''),
(1186, 186, '_height', ''),
(1187, 186, '_sku', ''),
(1188, 186, '_sale_price_dates_from', ''),
(1189, 186, '_sale_price_dates_to', ''),
(1190, 186, '_price', '29'),
(1191, 186, '_sold_individually', ''),
(1192, 186, '_stock', ''),
(1193, 186, '_backorders', 'no'),
(1194, 186, '_manage_stock', 'no'),
(1195, 186, '_min_variation_price', '32'),
(1196, 186, '_max_variation_price', '32'),
(1197, 186, '_min_variation_regular_price', '32'),
(1198, 186, '_max_variation_regular_price', '32'),
(1199, 186, '_min_variation_sale_price', ''),
(1200, 186, '_max_variation_sale_price', ''),
(1201, 186, '_default_attributes', 'a:0:{}'),
(1202, 186, '_dp_original', '250'),
(1203, 186, '_thumbnail_id', NULL),
(1204, 186, '_wc_rating_count', 'a:1:{i:5;s:1:\"1\";}'),
(1205, 186, '_wc_average_rating', '5.00'),
(1206, 187, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1207, 187, '_edit_last', '1'),
(1208, 187, '_visibility', 'visible'),
(1209, 187, '_stock_status', 'instock'),
(1210, 187, 'total_sales', '34'),
(1211, 187, '_downloadable', 'no'),
(1212, 187, '_virtual', 'no'),
(1213, 187, '_product_image_gallery', ',,'),
(1214, 187, '_regular_price', '29'),
(1215, 187, '_sale_price', ''),
(1216, 187, '_tax_status', ''),
(1217, 187, '_tax_class', ''),
(1218, 187, '_purchase_note', ''),
(1219, 187, '_featured', 'no'),
(1220, 187, '_weight', ''),
(1221, 187, '_length', ''),
(1222, 187, '_width', ''),
(1223, 187, '_height', ''),
(1224, 187, '_sku', ''),
(1225, 187, '_sale_price_dates_from', ''),
(1226, 187, '_sale_price_dates_to', ''),
(1227, 187, '_price', '29'),
(1228, 187, '_sold_individually', ''),
(1229, 187, '_stock', ''),
(1230, 187, '_backorders', 'no'),
(1231, 187, '_manage_stock', 'no'),
(1232, 187, '_min_variation_price', '32'),
(1233, 187, '_max_variation_price', '32'),
(1234, 187, '_min_variation_regular_price', '32'),
(1235, 187, '_max_variation_regular_price', '32'),
(1236, 187, '_min_variation_sale_price', ''),
(1237, 187, '_max_variation_sale_price', ''),
(1238, 187, '_default_attributes', 'a:0:{}'),
(1239, 187, '_dp_original', '250'),
(1240, 187, '_thumbnail_id', NULL),
(1241, 187, '_wc_rating_count', 'a:2:{i:3;s:1:\"1\";i:4;s:1:\"1\";}'),
(1242, 187, '_wc_average_rating', '3.50'),
(1243, 187, '_wc_review_count', '2'),
(1244, 188, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1245, 188, '_edit_last', '1'),
(1246, 188, '_visibility', 'visible'),
(1247, 188, '_stock_status', 'instock'),
(1248, 188, 'total_sales', '41'),
(1249, 188, '_downloadable', 'no'),
(1250, 188, '_virtual', 'no'),
(1251, 188, '_product_image_gallery', ',,'),
(1252, 188, '_regular_price', '29'),
(1253, 188, '_sale_price', ''),
(1254, 188, '_tax_status', ''),
(1255, 188, '_tax_class', ''),
(1256, 188, '_purchase_note', ''),
(1257, 188, '_featured', 'no'),
(1258, 188, '_weight', ''),
(1259, 188, '_length', ''),
(1260, 188, '_width', ''),
(1261, 188, '_height', ''),
(1262, 188, '_sku', ''),
(1263, 188, '_sale_price_dates_from', ''),
(1264, 188, '_sale_price_dates_to', ''),
(1265, 188, '_price', '29'),
(1266, 188, '_sold_individually', ''),
(1267, 188, '_stock', ''),
(1268, 188, '_backorders', 'no'),
(1269, 188, '_manage_stock', 'no'),
(1270, 188, '_min_variation_price', '32'),
(1271, 188, '_max_variation_price', '32'),
(1272, 188, '_min_variation_regular_price', '32'),
(1273, 188, '_max_variation_regular_price', '32'),
(1274, 188, '_min_variation_sale_price', ''),
(1275, 188, '_max_variation_sale_price', ''),
(1276, 188, '_default_attributes', 'a:0:{}'),
(1277, 188, '_dp_original', '233'),
(1278, 188, '_thumbnail_id', NULL),
(1279, 188, '_wc_rating_count', 'a:0:{}'),
(1280, 188, '_wc_average_rating', '0'),
(1281, 188, '_wc_review_count', '0'),
(1282, 189, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1283, 189, '_edit_last', '1'),
(1284, 189, '_visibility', 'visible'),
(1285, 189, '_stock_status', 'instock'),
(1286, 189, 'total_sales', '44'),
(1287, 189, '_downloadable', 'no'),
(1288, 189, '_virtual', 'no'),
(1289, 189, '_product_image_gallery', ',,'),
(1290, 189, '_regular_price', '29'),
(1291, 189, '_sale_price', ''),
(1292, 189, '_tax_status', ''),
(1293, 189, '_tax_class', ''),
(1294, 189, '_purchase_note', ''),
(1295, 189, '_featured', 'no'),
(1296, 189, '_weight', ''),
(1297, 189, '_length', ''),
(1298, 189, '_width', ''),
(1299, 189, '_height', ''),
(1300, 189, '_sku', ''),
(1301, 189, '_sale_price_dates_from', ''),
(1302, 189, '_sale_price_dates_to', ''),
(1303, 189, '_sold_individually', ''),
(1304, 189, '_stock', '99.000000'),
(1305, 189, '_backorders', 'no'),
(1306, 189, '_manage_stock', 'yes'),
(1307, 189, '_thumbnail_id', NULL),
(1308, 189, '_min_variation_price', '10'),
(1309, 189, '_max_variation_price', '21'),
(1310, 189, '_min_variation_regular_price', '21'),
(1311, 189, '_max_variation_regular_price', '21'),
(1312, 189, '_min_variation_sale_price', '10'),
(1313, 189, '_max_variation_sale_price', '10'),
(1314, 189, '_default_attributes', 'a:1:{s:4:\"size\";s:2:\"31\";}'),
(1315, 189, '_max_regular_price_variation_id', '8639'),
(1316, 189, '_min_sale_price_variation_id', '8639'),
(1317, 189, '_max_sale_price_variation_id', '8639'),
(1318, 189, '_wc_rating_count', 'a:0:{}'),
(1319, 189, '_wc_average_rating', '0'),
(1320, 189, '_wc_review_count', '0'),
(1321, 189, '_edit_lock', '1472207159:1'),
(1322, 189, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(1323, 189, '_upsell_ids', 'a:0:{}'),
(1324, 189, '_crosssell_ids', 'a:0:{}'),
(1325, 189, '_product_version', '2.6.4'),
(1326, 189, '_price', '29'),
(1327, 190, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1328, 190, '_edit_last', '1'),
(1329, 190, '_visibility', 'visible'),
(1330, 190, '_stock_status', 'instock'),
(1331, 190, 'total_sales', '255'),
(1332, 190, '_downloadable', 'no'),
(1333, 190, '_virtual', 'no'),
(1334, 190, '_product_image_gallery', ',,'),
(1335, 190, '_regular_price', '29'),
(1336, 190, '_sale_price', ''),
(1337, 190, '_tax_status', ''),
(1338, 190, '_tax_class', ''),
(1339, 190, '_purchase_note', ''),
(1340, 190, '_featured', 'no'),
(1341, 190, '_weight', ''),
(1342, 190, '_length', ''),
(1343, 190, '_width', ''),
(1344, 190, '_height', ''),
(1345, 190, '_sku', ''),
(1346, 190, '_sale_price_dates_from', ''),
(1347, 190, '_sale_price_dates_to', ''),
(1348, 190, '_price', '29'),
(1349, 190, '_sold_individually', ''),
(1350, 190, '_stock', '5.000000'),
(1351, 190, '_backorders', 'no'),
(1352, 190, '_manage_stock', 'yes'),
(1353, 190, '_min_variation_price', '39'),
(1354, 190, '_max_variation_price', '39'),
(1355, 190, '_min_variation_regular_price', '39'),
(1356, 190, '_max_variation_regular_price', '39'),
(1357, 190, '_min_variation_sale_price', ''),
(1358, 190, '_max_variation_sale_price', ''),
(1359, 190, '_default_attributes', 'a:0:{}'),
(1360, 190, '_dp_original', '182'),
(1361, 190, '_thumbnail_id', NULL),
(1362, 190, '_wc_rating_count', 'a:1:{i:4;s:1:\"3\";}'),
(1363, 190, '_wc_average_rating', '4.00'),
(1364, 190, '_wc_review_count', '3'),
(1365, 190, '_edit_lock', '1472855481:1'),
(1366, 190, 'pv_commission_rate', ''),
(1367, 190, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(1368, 190, '_upsell_ids', 'a:0:{}'),
(1369, 190, '_crosssell_ids', 'a:0:{}'),
(1370, 190, '_product_version', '2.6.2'),
(1371, 191, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1372, 191, '_edit_last', '1'),
(1373, 191, '_visibility', 'visible'),
(1374, 191, '_stock_status', 'instock'),
(1375, 191, 'total_sales', '867'),
(1376, 191, '_downloadable', 'no'),
(1377, 191, '_virtual', 'no'),
(1378, 191, '_product_image_gallery', ',,'),
(1379, 191, '_regular_price', '29'),
(1380, 191, '_sale_price', ''),
(1381, 191, '_tax_status', ''),
(1382, 191, '_tax_class', ''),
(1383, 191, '_purchase_note', ''),
(1384, 191, '_featured', 'yes'),
(1385, 191, '_weight', ''),
(1386, 191, '_length', ''),
(1387, 191, '_width', ''),
(1388, 191, '_height', ''),
(1389, 191, '_sku', ''),
(1390, 191, '_sale_price_dates_from', ''),
(1391, 191, '_sale_price_dates_to', ''),
(1392, 191, '_price', '29'),
(1393, 191, '_sold_individually', ''),
(1394, 191, '_stock', '0'),
(1395, 191, '_backorders', 'no'),
(1396, 191, '_manage_stock', 'no'),
(1397, 191, '_min_variation_price', '39'),
(1398, 191, '_max_variation_price', '39'),
(1399, 191, '_min_variation_regular_price', '39'),
(1400, 191, '_max_variation_regular_price', '39'),
(1401, 191, '_min_variation_sale_price', ''),
(1402, 191, '_max_variation_sale_price', ''),
(1403, 191, '_default_attributes', 'a:0:{}'),
(1404, 191, '_dp_original', '157'),
(1405, 191, '_thumbnail_id', NULL),
(1406, 191, '_wc_rating_count', 'a:2:{i:3;s:1:\"1\";i:4;s:1:\"1\";}'),
(1407, 191, '_wc_average_rating', '3.50'),
(1408, 191, '_wc_review_count', '2'),
(1409, 192, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1410, 192, '_visibility', 'visible'),
(1411, 192, '_stock_status', 'instock'),
(1412, 192, 'total_sales', '710075'),
(1413, 192, '_downloadable', 'no'),
(1414, 192, '_virtual', 'no'),
(1415, 192, '_product_image_gallery', ',,'),
(1416, 192, '_regular_price', '29'),
(1417, 192, '_sale_price', ''),
(1418, 192, '_tax_status', ''),
(1419, 192, '_tax_class', ''),
(1420, 192, '_purchase_note', ''),
(1421, 192, '_featured', 'no'),
(1422, 192, '_weight', ''),
(1423, 192, '_length', ''),
(1424, 192, '_width', ''),
(1425, 192, '_height', ''),
(1426, 192, '_sku', ''),
(1427, 192, '_sale_price_dates_from', ''),
(1428, 192, '_sale_price_dates_to', ''),
(1429, 192, '_price', '29'),
(1430, 192, '_sold_individually', ''),
(1431, 192, '_stock', ''),
(1432, 192, '_backorders', 'no'),
(1433, 192, '_manage_stock', 'no'),
(1434, 192, '_min_variation_price', '39'),
(1435, 192, '_max_variation_price', '39'),
(1436, 192, '_min_variation_regular_price', '39'),
(1437, 192, '_max_variation_regular_price', '39'),
(1438, 192, '_min_variation_sale_price', ''),
(1439, 192, '_max_variation_sale_price', ''),
(1440, 192, '_default_attributes', 'a:0:{}'),
(1441, 192, '_dp_original', '157'),
(1442, 192, '_thumbnail_id', NULL),
(1443, 192, '_upsell_ids', 'a:9:{i:0;s:3:\"331\";i:1;s:3:\"270\";i:2;s:3:\"209\";i:3;s:3:\"187\";i:4;s:3:\"182\";i:5;s:3:\"111\";i:6;s:2:\"78\";i:7;s:2:\"99\";i:8;s:3:\"192\";}'),
(1444, 192, '_wc_rating_count', 'a:1:{i:4;s:1:\"3\";}'),
(1445, 192, '_wc_average_rating', '4.00'),
(1446, 192, '_wc_review_count', '3'),
(1447, 193, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1448, 193, '_edit_last', '1'),
(1449, 193, '_visibility', 'visible'),
(1450, 193, '_stock_status', 'instock'),
(1451, 193, 'total_sales', '2147483669'),
(1452, 193, '_downloadable', 'no'),
(1453, 193, '_virtual', 'no'),
(1454, 193, '_product_image_gallery', ',,'),
(1455, 193, '_regular_price', '29'),
(1456, 193, '_sale_price', ''),
(1457, 193, '_tax_status', ''),
(1458, 193, '_tax_class', ''),
(1459, 193, '_purchase_note', ''),
(1460, 193, '_featured', 'no'),
(1461, 193, '_weight', ''),
(1462, 193, '_length', ''),
(1463, 193, '_width', ''),
(1464, 193, '_height', ''),
(1465, 193, '_sku', ''),
(1466, 193, '_sale_price_dates_from', ''),
(1467, 193, '_sale_price_dates_to', ''),
(1468, 193, '_price', '29'),
(1469, 193, '_sold_individually', ''),
(1470, 193, '_stock', '0'),
(1471, 193, '_backorders', 'no'),
(1472, 193, '_manage_stock', 'no'),
(1473, 193, '_min_variation_price', '39'),
(1474, 193, '_max_variation_price', '39'),
(1475, 193, '_min_variation_regular_price', '39'),
(1476, 193, '_max_variation_regular_price', '39'),
(1477, 193, '_min_variation_sale_price', ''),
(1478, 193, '_max_variation_sale_price', ''),
(1479, 193, '_default_attributes', 'a:0:{}'),
(1480, 193, '_dp_original', '157'),
(1481, 193, '_thumbnail_id', NULL),
(1482, 193, '_wc_rating_count', 'a:1:{i:5;s:1:\"1\";}'),
(1483, 193, '_wc_average_rating', '5.00'),
(1484, 193, '_wc_review_count', '1'),
(1485, 194, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1486, 194, '_edit_last', '1'),
(1487, 194, '_visibility', 'visible'),
(1488, 194, '_stock_status', 'instock'),
(1489, 194, 'total_sales', '25'),
(1490, 194, '_downloadable', 'no'),
(1491, 194, '_virtual', 'no'),
(1492, 194, '_product_image_gallery', ',,'),
(1493, 194, '_regular_price', '29'),
(1494, 194, '_sale_price', ''),
(1495, 194, '_tax_status', ''),
(1496, 194, '_tax_class', ''),
(1497, 194, '_purchase_note', ''),
(1498, 194, '_featured', 'no'),
(1499, 194, '_weight', ''),
(1500, 194, '_length', ''),
(1501, 194, '_width', ''),
(1502, 194, '_height', ''),
(1503, 194, '_sku', ''),
(1504, 194, '_sale_price_dates_from', ''),
(1505, 194, '_sale_price_dates_to', ''),
(1506, 194, '_price', '29'),
(1507, 194, '_sold_individually', ''),
(1508, 194, '_stock', '0'),
(1509, 194, '_backorders', 'no'),
(1510, 194, '_manage_stock', 'no'),
(1511, 194, '_min_variation_price', '39'),
(1512, 194, '_max_variation_price', '39'),
(1513, 194, '_min_variation_regular_price', '39'),
(1514, 194, '_max_variation_regular_price', '39'),
(1515, 194, '_min_variation_sale_price', ''),
(1516, 194, '_max_variation_sale_price', ''),
(1517, 194, '_default_attributes', 'a:0:{}'),
(1518, 194, '_dp_original', '157'),
(1519, 194, '_thumbnail_id', NULL),
(1520, 194, '_wc_rating_count', 'a:0:{}'),
(1521, 194, '_wc_average_rating', '0'),
(1522, 194, '_wc_review_count', '0'),
(1523, 195, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1524, 195, '_edit_last', '1'),
(1525, 195, '_visibility', 'visible'),
(1526, 195, '_stock_status', 'instock'),
(1527, 195, 'total_sales', '72'),
(1528, 195, '_downloadable', 'no'),
(1529, 195, '_virtual', 'no'),
(1530, 195, '_product_image_gallery', ',,'),
(1531, 195, '_regular_price', '29'),
(1532, 195, '_sale_price', ''),
(1533, 195, '_tax_status', ''),
(1534, 195, '_tax_class', ''),
(1535, 195, '_purchase_note', ''),
(1536, 195, '_featured', 'no'),
(1537, 195, '_weight', ''),
(1538, 195, '_length', ''),
(1539, 195, '_width', ''),
(1540, 195, '_height', ''),
(1541, 195, '_sku', ''),
(1542, 195, '_sale_price_dates_from', ''),
(1543, 195, '_sale_price_dates_to', ''),
(1544, 195, '_price', '29'),
(1545, 195, '_sold_individually', ''),
(1546, 195, '_stock', ''),
(1547, 195, '_backorders', 'no'),
(1548, 195, '_manage_stock', 'no'),
(1549, 195, '_min_variation_price', '39'),
(1550, 195, '_max_variation_price', '39'),
(1551, 195, '_min_variation_regular_price', '39'),
(1552, 195, '_max_variation_regular_price', '39'),
(1553, 195, '_min_variation_sale_price', ''),
(1554, 195, '_max_variation_sale_price', ''),
(1555, 195, '_default_attributes', 'a:0:{}'),
(1556, 195, '_dp_original', '149'),
(1557, 195, '_thumbnail_id', NULL),
(1558, 195, '_wc_rating_count', 'a:0:{}'),
(1559, 195, '_wc_average_rating', '0'),
(1560, 195, '_wc_review_count', '0'),
(1561, 195, '_edit_lock', '1461931136:1'),
(1562, 195, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(1563, 195, '_upsell_ids', 'a:0:{}'),
(1564, 195, '_crosssell_ids', 'a:0:{}'),
(1565, 195, '_product_version', '2.5.5'),
(1566, 196, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1567, 196, '_edit_last', '1'),
(1568, 196, '_visibility', 'visible'),
(1569, 196, '_stock_status', 'instock'),
(1570, 196, 'total_sales', '2646075'),
(1571, 196, '_downloadable', 'no'),
(1572, 196, '_virtual', 'no'),
(1573, 196, '_product_image_gallery', ',,'),
(1574, 196, '_regular_price', '29'),
(1575, 196, '_sale_price', ''),
(1576, 196, '_tax_status', ''),
(1577, 196, '_tax_class', ''),
(1578, 196, '_purchase_note', ''),
(1579, 196, '_featured', 'no'),
(1580, 196, '_weight', ''),
(1581, 196, '_length', ''),
(1582, 196, '_width', ''),
(1583, 196, '_height', ''),
(1584, 196, '_sku', ''),
(1585, 196, '_sale_price_dates_from', ''),
(1586, 196, '_sale_price_dates_to', ''),
(1587, 196, '_price', '29'),
(1588, 196, '_sold_individually', ''),
(1589, 196, '_stock', ''),
(1590, 196, '_backorders', 'no'),
(1591, 196, '_manage_stock', 'no'),
(1592, 196, '_min_variation_price', '39'),
(1593, 196, '_max_variation_price', '39'),
(1594, 196, '_min_variation_regular_price', '39'),
(1595, 196, '_max_variation_regular_price', '39'),
(1596, 196, '_min_variation_sale_price', ''),
(1597, 196, '_max_variation_sale_price', ''),
(1598, 196, '_default_attributes', 'a:0:{}'),
(1599, 196, '_dp_original', '143'),
(1600, 196, '_thumbnail_id', NULL),
(1601, 196, '_edit_lock', '1462024093:1'),
(1602, 196, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(1603, 196, '_upsell_ids', 'a:4:{i:0;i:15;i:1;i:79;i:2;i:96;i:3;i:3350;}'),
(1604, 196, '_crosssell_ids', 'a:0:{}'),
(1605, 196, '_product_version', '2.5.5'),
(1606, 196, '_wc_rating_count', 'a:2:{i:2;s:1:\"1\";i:4;s:1:\"3\";}'),
(1607, 196, '_wc_review_count', '4'),
(1608, 196, '_wc_average_rating', '3.50'),
(1609, 197, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1610, 197, '_edit_last', '1'),
(1611, 197, '_visibility', 'visible'),
(1612, 197, '_stock_status', 'instock'),
(1613, 197, 'total_sales', '93'),
(1614, 197, '_downloadable', 'no'),
(1615, 197, '_virtual', 'no'),
(1616, 197, '_product_image_gallery', ',,'),
(1617, 197, '_regular_price', '29'),
(1618, 197, '_sale_price', ''),
(1619, 197, '_tax_status', ''),
(1620, 197, '_tax_class', ''),
(1621, 197, '_purchase_note', ''),
(1622, 197, '_featured', 'no'),
(1623, 197, '_weight', ''),
(1624, 197, '_length', ''),
(1625, 197, '_width', ''),
(1626, 197, '_height', ''),
(1627, 197, '_sku', ''),
(1628, 197, '_sale_price_dates_from', ''),
(1629, 197, '_sale_price_dates_to', ''),
(1630, 197, '_price', '29'),
(1631, 197, '_sold_individually', ''),
(1632, 197, '_stock', ''),
(1633, 197, '_backorders', 'no'),
(1634, 197, '_manage_stock', 'no'),
(1635, 197, '_min_variation_price', '39'),
(1636, 197, '_max_variation_price', '39'),
(1637, 197, '_min_variation_regular_price', '39'),
(1638, 197, '_max_variation_regular_price', '39'),
(1639, 197, '_min_variation_sale_price', ''),
(1640, 197, '_max_variation_sale_price', ''),
(1641, 197, '_default_attributes', 'a:0:{}'),
(1642, 197, '_dp_original', '138'),
(1643, 197, '_thumbnail_id', NULL),
(1644, 197, '_wc_rating_count', 'a:1:{i:4;s:1:\"2\";}'),
(1645, 197, '_wc_average_rating', '4.00'),
(1646, 197, '_wc_review_count', '2'),
(1647, 198, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1648, 198, '_edit_last', '1'),
(1649, 198, '_visibility', 'visible'),
(1650, 198, '_stock_status', 'instock'),
(1651, 198, 'total_sales', '42'),
(1652, 198, '_downloadable', 'no'),
(1653, 198, '_virtual', 'no'),
(1654, 198, '_product_image_gallery', ',,'),
(1655, 198, '_regular_price', '29'),
(1656, 198, '_sale_price', ''),
(1657, 198, '_tax_status', ''),
(1658, 198, '_tax_class', ''),
(1659, 198, '_purchase_note', ''),
(1660, 198, '_featured', 'yes'),
(1661, 198, '_weight', ''),
(1662, 198, '_length', ''),
(1663, 198, '_width', ''),
(1664, 198, '_height', ''),
(1665, 198, '_sku', ''),
(1666, 198, '_sale_price_dates_from', ''),
(1667, 198, '_sale_price_dates_to', ''),
(1668, 198, '_price', '29'),
(1669, 198, '_sold_individually', ''),
(1670, 198, '_stock', '0'),
(1671, 198, '_backorders', 'no'),
(1672, 198, '_manage_stock', 'no'),
(1673, 198, '_min_variation_price', '39'),
(1674, 198, '_max_variation_price', '39'),
(1675, 198, '_min_variation_regular_price', '39'),
(1676, 198, '_max_variation_regular_price', '39'),
(1677, 198, '_min_variation_sale_price', ''),
(1678, 198, '_max_variation_sale_price', ''),
(1679, 198, '_default_attributes', 'a:0:{}'),
(1680, 198, '_dp_original', '132'),
(1681, 198, '_thumbnail_id', NULL),
(1682, 198, '_wc_rating_count', 'a:2:{i:4;s:1:\"1\";i:5;s:1:\"1\";}'),
(1683, 198, '_wc_average_rating', '4.50'),
(1684, 198, '_wc_review_count', '2'),
(1685, 199, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1686, 199, '_edit_last', '1'),
(1687, 199, '_visibility', 'visible'),
(1688, 199, '_stock_status', 'instock'),
(1689, 199, 'total_sales', '82'),
(1690, 199, '_downloadable', 'no'),
(1691, 199, '_virtual', 'no'),
(1692, 199, '_product_image_gallery', ',,'),
(1693, 199, '_regular_price', '29'),
(1694, 199, '_sale_price', '9.9'),
(1695, 199, '_tax_status', ''),
(1696, 199, '_tax_class', ''),
(1697, 199, '_purchase_note', ''),
(1698, 199, '_featured', 'yes'),
(1699, 199, '_weight', ''),
(1700, 199, '_length', ''),
(1701, 199, '_width', ''),
(1702, 199, '_height', ''),
(1703, 199, '_sku', ''),
(1704, 199, '_sale_price_dates_from', ''),
(1705, 199, '_sale_price_dates_to', ''),
(1706, 199, '_price', '9.9'),
(1707, 199, '_sold_individually', ''),
(1708, 199, '_stock', '0'),
(1709, 199, '_backorders', 'no'),
(1710, 199, '_manage_stock', 'no'),
(1711, 199, '_min_variation_price', '39'),
(1712, 199, '_max_variation_price', '39'),
(1713, 199, '_min_variation_regular_price', '39'),
(1714, 199, '_max_variation_regular_price', '39'),
(1715, 199, '_min_variation_sale_price', ''),
(1716, 199, '_max_variation_sale_price', ''),
(1717, 199, '_default_attributes', 'a:0:{}'),
(1718, 199, '_dp_original', '111'),
(1719, 199, '_thumbnail_id', NULL),
(1720, 199, '_wc_rating_count', 'a:1:{i:5;s:1:\"1\";}'),
(1721, 199, '_wc_average_rating', '5.00'),
(1722, 199, '_wc_review_count', '1'),
(1723, 200, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1724, 200, '_edit_last', '1'),
(1725, 200, '_visibility', 'visible'),
(1726, 200, '_stock_status', 'instock'),
(1727, 200, 'total_sales', '90'),
(1728, 200, '_downloadable', 'no'),
(1729, 200, '_virtual', 'no'),
(1730, 200, '_product_image_gallery', ',,'),
(1731, 200, '_regular_price', '29'),
(1732, 200, '_sale_price', '9.9'),
(1733, 200, '_tax_status', ''),
(1734, 200, '_tax_class', ''),
(1735, 200, '_purchase_note', ''),
(1736, 200, '_featured', 'yes'),
(1737, 200, '_weight', ''),
(1738, 200, '_length', ''),
(1739, 200, '_width', ''),
(1740, 200, '_height', ''),
(1741, 200, '_sku', ''),
(1742, 200, '_sale_price_dates_from', ''),
(1743, 200, '_sale_price_dates_to', ''),
(1744, 200, '_price', '29'),
(1745, 200, '_sold_individually', ''),
(1746, 200, '_stock', '0'),
(1747, 200, '_backorders', 'no'),
(1748, 200, '_manage_stock', 'no'),
(1749, 200, '_min_variation_price', '39'),
(1750, 200, '_max_variation_price', '39'),
(1751, 200, '_min_variation_regular_price', '39'),
(1752, 200, '_max_variation_regular_price', '39'),
(1753, 200, '_min_variation_sale_price', ''),
(1754, 200, '_max_variation_sale_price', ''),
(1755, 200, '_default_attributes', 'a:0:{}'),
(1756, 200, '_dp_original', '111'),
(1757, 200, '_thumbnail_id', NULL),
(1758, 200, '_wc_rating_count', 'a:0:{}'),
(1759, 200, '_wc_average_rating', '0'),
(1760, 200, '_wc_review_count', '0'),
(1761, 201, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1762, 201, '_edit_last', '1'),
(1763, 201, '_visibility', 'visible'),
(1764, 201, '_stock_status', 'instock'),
(1765, 201, 'total_sales', '87'),
(1766, 201, '_downloadable', 'no'),
(1767, 201, '_virtual', 'no'),
(1768, 201, '_product_image_gallery', ',,'),
(1769, 201, '_regular_price', '29'),
(1770, 201, '_sale_price', ''),
(1771, 201, '_tax_status', ''),
(1772, 201, '_tax_class', ''),
(1773, 201, '_purchase_note', ''),
(1774, 201, '_featured', 'yes'),
(1775, 201, '_weight', ''),
(1776, 201, '_length', ''),
(1777, 201, '_width', ''),
(1778, 201, '_height', ''),
(1779, 201, '_sku', ''),
(1780, 201, '_sale_price_dates_from', ''),
(1781, 201, '_sale_price_dates_to', ''),
(1782, 201, '_price', '29'),
(1783, 201, '_sold_individually', ''),
(1784, 201, '_stock', ''),
(1785, 201, '_backorders', 'no'),
(1786, 201, '_manage_stock', 'no'),
(1787, 201, '_min_variation_price', '39'),
(1788, 201, '_max_variation_price', '39'),
(1789, 201, '_min_variation_regular_price', '39'),
(1790, 201, '_max_variation_regular_price', '39'),
(1791, 201, '_min_variation_sale_price', ''),
(1792, 201, '_max_variation_sale_price', ''),
(1793, 201, '_default_attributes', 'a:0:{}'),
(1794, 201, '_dp_original', '99'),
(1795, 201, '_thumbnail_id', NULL),
(1796, 201, '_max_regular_price_variation_id', '116'),
(1797, 201, '_min_sale_price_variation_id', ''),
(1798, 201, '_max_sale_price_variation_id', ''),
(1799, 201, 'wc_productdata_options', 'a:1:{i:0;a:4:{s:0:\"\";s:0:\"\";s:11:\"_bubble_new\";s:5:\"\"yes\"\";s:17:\"_custom_tab_title\";s:18:\"Custom product tab\";s:11:\"_custom_tab\";s:56:\"Custom content for this product only! Add anything here.\";}}'),
(1800, 201, '_wc_rating_count', 'a:2:{i:3;s:1:\"1\";i:4;s:1:\"1\";}'),
(1801, 201, '_wc_average_rating', '3.50'),
(1802, 201, '_wc_review_count', '2'),
(1803, 202, '_edit_last', '1'),
(1804, 202, '_edit_lock', '1467815081:1'),
(1805, 202, '_thumbnail_id', NULL),
(1806, 202, '_visibility', 'visible'),
(1807, 202, '_stock_status', 'instock'),
(1808, 202, '_disable_va', 'setting'),
(1809, 202, '_name_style', 'label'),
(1810, 202, '_only_va', 'no'),
(1811, 202, 'pv_commission_rate', ''),
(1812, 202, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(1813, 202, 'total_sales', '2'),
(1814, 202, '_downloadable', 'no'),
(1815, 202, '_virtual', 'no'),
(1816, 202, '_purchase_note', ''),
(1817, 202, '_featured', 'no'),
(1818, 202, '_weight', ''),
(1819, 202, '_length', ''),
(1820, 202, '_width', ''),
(1821, 202, '_height', ''),
(1822, 202, '_sku', ''),
(1823, 202, '_regular_price', '29'),
(1824, 202, '_sale_price', ''),
(1825, 202, '_sale_price_dates_from', ''),
(1826, 202, '_sale_price_dates_to', ''),
(1827, 202, '_price', '29'),
(1828, 202, '_sold_individually', ''),
(1829, 202, '_manage_stock', 'no'),
(1830, 202, '_backorders', 'no'),
(1831, 202, '_stock', ''),
(1832, 202, '_upsell_ids', 'a:0:{}'),
(1833, 202, '_crosssell_ids', 'a:0:{}'),
(1834, 202, '_product_version', '2.6.2'),
(1835, 202, '_product_image_gallery', ',,'),
(1836, 202, '_wc_rating_count', 'a:0:{}'),
(1837, 202, '_wc_average_rating', '0'),
(1838, 202, '_wc_review_count', '0'),
(1839, 203, '_edit_last', '1'),
(1840, 203, '_edit_lock', '1467815086:1'),
(1841, 203, '_thumbnail_id', NULL),
(1842, 203, '_visibility', 'visible'),
(1843, 203, '_stock_status', 'instock'),
(1844, 203, '_disable_va', 'setting'),
(1845, 203, '_name_style', 'label'),
(1846, 203, '_only_va', 'no'),
(1847, 203, 'pv_commission_rate', ''),
(1848, 203, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(1849, 203, 'total_sales', '0'),
(1850, 203, '_downloadable', 'no'),
(1851, 203, '_virtual', 'no'),
(1852, 203, '_purchase_note', ''),
(1853, 203, '_featured', 'no'),
(1854, 203, '_weight', ''),
(1855, 203, '_length', ''),
(1856, 203, '_width', ''),
(1857, 203, '_height', ''),
(1858, 203, '_sku', ''),
(1859, 203, '_regular_price', '29'),
(1860, 203, '_sale_price', ''),
(1861, 203, '_sale_price_dates_from', ''),
(1862, 203, '_sale_price_dates_to', ''),
(1863, 203, '_price', '29'),
(1864, 203, '_sold_individually', ''),
(1865, 203, '_manage_stock', 'no'),
(1866, 203, '_backorders', 'no'),
(1867, 203, '_stock', ''),
(1868, 203, '_upsell_ids', 'a:0:{}'),
(1869, 203, '_crosssell_ids', 'a:0:{}'),
(1870, 203, '_product_version', '2.6.2'),
(1871, 203, '_product_image_gallery', ',,'),
(1872, 203, '_wc_rating_count', 'a:0:{}'),
(1873, 203, '_wc_average_rating', '0'),
(1874, 203, '_wc_review_count', '0'),
(1875, 204, '_edit_last', '1'),
(1876, 204, '_edit_lock', '1467815103:1'),
(1877, 204, '_thumbnail_id', NULL),
(1878, 204, '_visibility', 'visible'),
(1879, 204, '_stock_status', 'instock'),
(1880, 204, 'pv_commission_rate', ''),
(1881, 204, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(1882, 204, 'total_sales', '0'),
(1883, 204, '_downloadable', 'no'),
(1884, 204, '_virtual', 'no'),
(1885, 204, '_purchase_note', ''),
(1886, 204, '_featured', 'no'),
(1887, 204, '_weight', ''),
(1888, 204, '_length', ''),
(1889, 204, '_width', ''),
(1890, 204, '_height', ''),
(1891, 204, '_sku', ''),
(1892, 204, '_regular_price', '29'),
(1893, 204, '_sale_price', ''),
(1894, 204, '_sale_price_dates_from', ''),
(1895, 204, '_sale_price_dates_to', ''),
(1896, 204, '_price', '29'),
(1897, 204, '_sold_individually', ''),
(1898, 204, '_manage_stock', 'no'),
(1899, 204, '_backorders', 'no'),
(1900, 204, '_stock', ''),
(1901, 204, '_upsell_ids', 'a:0:{}'),
(1902, 204, '_crosssell_ids', 'a:0:{}'),
(1903, 204, '_product_version', '2.6.2'),
(1904, 204, '_product_image_gallery', ',,'),
(1905, 204, '_wc_rating_count', 'a:0:{}'),
(1906, 204, '_wc_review_count', '0'),
(1907, 204, '_wc_average_rating', '0'),
(1908, 205, '_edit_last', '1'),
(1909, 205, '_edit_lock', '1467815107:1'),
(1910, 205, '_visibility', 'visible'),
(1911, 205, '_stock_status', 'instock'),
(1912, 205, 'pv_commission_rate', ''),
(1913, 205, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(1914, 205, 'total_sales', '11'),
(1915, 205, '_downloadable', 'no'),
(1916, 205, '_virtual', 'no'),
(1917, 205, '_purchase_note', ''),
(1918, 205, '_featured', 'no'),
(1919, 205, '_weight', ''),
(1920, 205, '_length', ''),
(1921, 205, '_width', ''),
(1922, 205, '_height', ''),
(1923, 205, '_sku', ''),
(1924, 205, '_regular_price', '29'),
(1925, 205, '_sale_price', ''),
(1926, 205, '_sale_price_dates_from', ''),
(1927, 205, '_sale_price_dates_to', ''),
(1928, 205, '_sold_individually', ''),
(1929, 205, '_manage_stock', 'no'),
(1930, 205, '_backorders', 'no'),
(1931, 205, '_stock', ''),
(1932, 205, '_upsell_ids', 'a:0:{}'),
(1933, 205, '_crosssell_ids', 'a:0:{}'),
(1934, 205, '_product_version', '2.6.2'),
(1935, 205, '_product_image_gallery', ',,'),
(1936, 205, '_wc_rating_count', 'a:0:{}'),
(1937, 205, '_wc_review_count', '0'),
(1938, 205, '_wc_average_rating', '0'),
(1939, 205, '_min_variation_price', '1500'),
(1940, 205, '_max_variation_price', '2500'),
(1941, 205, '_min_variation_regular_price', '1500'),
(1942, 205, '_max_variation_regular_price', '2500'),
(1943, 205, '_max_regular_price_variation_id', '8239'),
(1944, 205, '_min_variation_sale_price', NULL),
(1945, 205, '_max_variation_sale_price', NULL),
(1946, 205, '_min_sale_price_variation_id', NULL),
(1947, 205, '_max_sale_price_variation_id', NULL),
(1948, 205, '_default_attributes', 'a:0:{}'),
(1949, 205, '_thumbnail_id', NULL),
(1950, 205, '_price', '29'),
(1951, 206, '_thumbnail_id', NULL),
(1952, 206, '_visibility', 'visible'),
(1953, 206, '_stock_status', 'instock'),
(1954, 206, 'total_sales', '1'),
(1955, 206, '_downloadable', 'no'),
(1956, 206, '_virtual', 'no'),
(1957, 206, '_product_image_gallery', ',,'),
(1958, 206, '_regular_price', '29'),
(1959, 206, '_sale_price', '2'),
(1960, 206, '_tax_status', ''),
(1961, 206, '_tax_class', ''),
(1962, 206, '_purchase_note', ''),
(1963, 206, '_featured', 'no'),
(1964, 206, '_weight', ''),
(1965, 206, '_length', ''),
(1966, 206, '_width', ''),
(1967, 206, '_height', ''),
(1968, 206, '_sku', ''),
(1969, 206, '_sale_price_dates_from', ''),
(1970, 206, '_sale_price_dates_to', ''),
(1971, 206, '_price', '29'),
(1972, 206, '_sold_individually', ''),
(1973, 206, '_stock', ''),
(1974, 206, '_backorders', 'no'),
(1975, 206, '_manage_stock', 'no'),
(1976, 206, '_wc_rating_count', 'a:2:{i:4;s:1:\"1\";i:5;s:1:\"3\";}'),
(1977, 206, '_wc_review_count', '4'),
(1978, 206, '_wc_average_rating', '4.75'),
(1979, 207, '_thumbnail_id', NULL),
(1980, 207, '_visibility', 'visible'),
(1981, 207, '_stock_status', 'instock'),
(1982, 207, 'total_sales', '1'),
(1983, 207, '_downloadable', 'yes'),
(1984, 207, '_virtual', 'no'),
(1985, 207, '_product_image_gallery', ',,'),
(1986, 207, '_regular_price', '29'),
(1987, 207, '_sale_price', ''),
(1988, 207, '_tax_status', ''),
(1989, 207, '_tax_class', ''),
(1990, 207, '_purchase_note', ''),
(1991, 207, '_featured', 'no'),
(1992, 207, '_weight', ''),
(1993, 207, '_length', ''),
(1994, 207, '_width', ''),
(1995, 207, '_height', ''),
(1996, 207, '_sku', ''),
(1997, 207, '_sale_price_dates_from', ''),
(1998, 207, '_sale_price_dates_to', ''),
(1999, 207, '_price', '29'),
(2000, 207, '_sold_individually', ''),
(2001, 207, '_stock', ''),
(2002, 207, '_backorders', 'no'),
(2003, 207, '_manage_stock', 'no'),
(2004, 207, '_file_paths', 'a:0:{}'),
(2005, 207, '_download_limit', ''),
(2006, 207, '_download_expiry', ''),
(2007, 207, '_wc_rating_count', 'a:1:{i:5;s:1:\"2\";}'),
(2008, 207, '_wc_average_rating', '5.00'),
(2009, 207, '_wc_review_count', '2'),
(2010, 208, '_thumbnail_id', NULL),
(2011, 208, '_visibility', 'visible'),
(2012, 208, '_stock_status', 'instock'),
(2013, 208, 'total_sales', '0'),
(2014, 208, '_downloadable', 'yes'),
(2015, 208, '_virtual', 'no'),
(2016, 208, '_product_image_gallery', ',,'),
(2017, 208, '_regular_price', '29'),
(2018, 208, '_sale_price', ''),
(2019, 208, '_tax_status', ''),
(2020, 208, '_tax_class', ''),
(2021, 208, '_purchase_note', ''),
(2022, 208, '_featured', 'no'),
(2023, 208, '_weight', ''),
(2024, 208, '_length', ''),
(2025, 208, '_width', ''),
(2026, 208, '_height', ''),
(2027, 208, '_sku', ''),
(2028, 208, '_sale_price_dates_from', ''),
(2029, 208, '_sale_price_dates_to', ''),
(2030, 208, '_price', '29'),
(2031, 208, '_sold_individually', ''),
(2032, 208, '_stock', ''),
(2033, 208, '_backorders', 'no'),
(2034, 208, '_manage_stock', 'no'),
(2035, 208, '_file_paths', 'a:0:{}'),
(2036, 208, '_download_limit', ''),
(2037, 208, '_download_expiry', ''),
(2038, 208, '_wc_rating_count', 'a:0:{}'),
(2039, 208, '_wc_average_rating', '0'),
(2040, 208, '_wc_review_count', '0'),
(2041, 209, '_thumbnail_id', NULL),
(2042, 209, '_visibility', 'visible'),
(2043, 209, '_stock_status', 'instock'),
(2044, 209, 'total_sales', '3'),
(2045, 209, '_downloadable', 'yes'),
(2046, 209, '_virtual', 'no'),
(2047, 209, '_product_image_gallery', ',,'),
(2048, 209, '_regular_price', '29'),
(2049, 209, '_sale_price', ''),
(2050, 209, '_tax_status', ''),
(2051, 209, '_tax_class', ''),
(2052, 209, '_purchase_note', ''),
(2053, 209, '_featured', 'no'),
(2054, 209, '_weight', ''),
(2055, 209, '_length', ''),
(2056, 209, '_width', ''),
(2057, 209, '_height', ''),
(2058, 209, '_sku', ''),
(2059, 209, '_sale_price_dates_from', ''),
(2060, 209, '_sale_price_dates_to', ''),
(2061, 209, '_price', '29'),
(2062, 209, '_sold_individually', ''),
(2063, 209, '_stock', ''),
(2064, 209, '_backorders', 'no'),
(2065, 209, '_manage_stock', 'no'),
(2066, 209, '_file_paths', 'a:0:{}'),
(2067, 209, '_download_limit', ''),
(2068, 209, '_download_expiry', ''),
(2069, 209, '_wc_rating_count', 'a:2:{i:3;s:1:\"1\";i:4;s:1:\"1\";}'),
(2070, 209, '_wc_review_count', '2'),
(2071, 209, '_wc_average_rating', '3.50'),
(2072, 209, '_edit_lock', '1470903568:1'),
(2073, 209, '_edit_last', '1'),
(2074, 209, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(2075, 209, '_upsell_ids', 'a:0:{}'),
(2076, 209, '_crosssell_ids', 'a:0:{}'),
(2077, 209, '_downloadable_files', 'a:0:{}'),
(2078, 209, '_download_type', ''),
(2079, 209, '_product_version', '2.6.4'),
(2080, 210, '_thumbnail_id', NULL),
(2081, 210, '_visibility', 'visible'),
(2082, 210, '_stock_status', 'instock'),
(2083, 210, 'total_sales', '2'),
(2084, 210, '_downloadable', 'yes'),
(2085, 210, '_virtual', 'no'),
(2086, 210, '_product_image_gallery', ',,'),
(2087, 210, '_regular_price', '29'),
(2088, 210, '_sale_price', ''),
(2089, 210, '_tax_status', ''),
(2090, 210, '_tax_class', ''),
(2091, 210, '_purchase_note', ''),
(2092, 210, '_featured', 'no'),
(2093, 210, '_weight', ''),
(2094, 210, '_length', ''),
(2095, 210, '_width', ''),
(2096, 210, '_height', ''),
(2097, 210, '_sku', ''),
(2098, 210, '_sale_price_dates_from', ''),
(2099, 210, '_sale_price_dates_to', ''),
(2100, 210, '_price', '29'),
(2101, 210, '_sold_individually', ''),
(2102, 210, '_stock', ''),
(2103, 210, '_backorders', 'no'),
(2104, 210, '_manage_stock', 'no'),
(2105, 210, '_file_paths', 'a:0:{}'),
(2106, 210, '_download_limit', ''),
(2107, 210, '_download_expiry', ''),
(2108, 210, '_wc_rating_count', 'a:1:{i:4;s:1:\"1\";}'),
(2109, 210, '_wc_average_rating', '4.00'),
(2110, 210, '_wc_review_count', '1'),
(2111, 211, '_thumbnail_id', NULL),
(2112, 211, '_visibility', 'visible'),
(2113, 211, '_stock_status', 'instock'),
(2114, 211, 'total_sales', '5'),
(2115, 211, '_downloadable', 'yes'),
(2116, 211, '_virtual', 'no'),
(2117, 211, '_product_image_gallery', ',,'),
(2118, 211, '_regular_price', '29'),
(2119, 211, '_sale_price', ''),
(2120, 211, '_tax_status', ''),
(2121, 211, '_tax_class', ''),
(2122, 211, '_purchase_note', ''),
(2123, 211, '_featured', 'no'),
(2124, 211, '_weight', ''),
(2125, 211, '_length', ''),
(2126, 211, '_width', ''),
(2127, 211, '_height', ''),
(2128, 211, '_sku', ''),
(2129, 211, '_sale_price_dates_from', ''),
(2130, 211, '_sale_price_dates_to', ''),
(2131, 211, '_price', '29'),
(2132, 211, '_sold_individually', ''),
(2133, 211, '_stock', ''),
(2134, 211, '_backorders', 'no'),
(2135, 211, '_manage_stock', 'no'),
(2136, 211, '_file_paths', 'a:0:{}'),
(2137, 211, '_download_limit', ''),
(2138, 211, '_download_expiry', ''),
(2139, 211, '_wc_rating_count', 'a:0:{}'),
(2140, 211, '_wc_average_rating', '0'),
(2141, 211, '_wc_review_count', '0'),
(2142, 212, '_thumbnail_id', NULL),
(2143, 212, '_visibility', 'visible'),
(2144, 212, '_stock_status', 'instock'),
(2145, 212, 'total_sales', '1'),
(2146, 212, '_downloadable', 'no'),
(2147, 212, '_virtual', 'no'),
(2148, 212, '_product_image_gallery', ',,'),
(2149, 212, '_regular_price', '29'),
(2150, 212, '_sale_price', ''),
(2151, 212, '_tax_status', ''),
(2152, 212, '_tax_class', ''),
(2153, 212, '_purchase_note', ''),
(2154, 212, '_featured', 'no'),
(2155, 212, '_weight', ''),
(2156, 212, '_length', ''),
(2157, 212, '_width', ''),
(2158, 212, '_height', ''),
(2159, 212, '_sku', ''),
(2160, 212, '_sale_price_dates_from', ''),
(2161, 212, '_sale_price_dates_to', ''),
(2162, 212, '_price', '29'),
(2163, 212, '_sold_individually', ''),
(2164, 212, '_stock', ''),
(2165, 212, '_backorders', 'no'),
(2166, 212, '_manage_stock', 'no'),
(2167, 212, '_crosssell_ids', 'a:2:{i:0;s:2:\"15\";i:1;s:2:\"60\";}'),
(2168, 212, '_wc_rating_count', 'a:0:{}'),
(2169, 212, '_wc_average_rating', '0'),
(2170, 212, '_wc_review_count', '0'),
(2171, 213, '_thumbnail_id', NULL),
(2172, 213, '_visibility', 'visible'),
(2173, 213, '_stock_status', 'instock'),
(2174, 213, 'total_sales', '0'),
(2175, 213, '_downloadable', 'no'),
(2176, 213, '_virtual', 'no'),
(2177, 213, '_product_image_gallery', ',,'),
(2178, 213, '_regular_price', '29'),
(2179, 213, '_sale_price', ''),
(2180, 213, '_tax_status', ''),
(2181, 213, '_tax_class', ''),
(2182, 213, '_purchase_note', ''),
(2183, 213, '_featured', 'no'),
(2184, 213, '_weight', ''),
(2185, 213, '_length', ''),
(2186, 213, '_width', ''),
(2187, 213, '_height', ''),
(2188, 213, '_sku', ''),
(2189, 213, '_sale_price_dates_from', ''),
(2190, 213, '_sale_price_dates_to', ''),
(2191, 213, '_price', '29'),
(2192, 213, '_sold_individually', ''),
(2193, 213, '_stock', ''),
(2194, 213, '_backorders', 'no'),
(2195, 213, '_manage_stock', 'no'),
(2196, 213, '_crosssell_ids', 'a:2:{i:0;s:2:\"34\";i:1;s:2:\"47\";}'),
(2197, 213, '_wc_rating_count', 'a:1:{i:4;s:1:\"1\";}'),
(2198, 213, '_wc_average_rating', '4.00'),
(2199, 213, '_wc_review_count', '1'),
(2200, 214, '_visibility', 'visible'),
(2201, 214, '_stock_status', 'instock'),
(2202, 214, 'total_sales', '0'),
(2203, 214, '_downloadable', 'no'),
(2204, 214, '_virtual', 'no'),
(2205, 214, '_product_image_gallery', ',,'),
(2206, 214, '_regular_price', '29'),
(2207, 214, '_sale_price', '12'),
(2208, 214, '_tax_status', ''),
(2209, 214, '_tax_class', ''),
(2210, 214, '_purchase_note', ''),
(2211, 214, '_featured', 'no'),
(2212, 214, '_weight', ''),
(2213, 214, '_length', ''),
(2214, 214, '_width', ''),
(2215, 214, '_height', ''),
(2216, 214, '_sku', ''),
(2217, 214, '_sale_price_dates_from', ''),
(2218, 214, '_sale_price_dates_to', ''),
(2219, 214, '_price', '29'),
(2220, 214, '_sold_individually', ''),
(2221, 214, '_stock', ''),
(2222, 214, '_backorders', 'no'),
(2223, 214, '_manage_stock', 'no'),
(2224, 214, '_upsell_ids', 'a:4:{i:0;i:19;i:1;i:34;i:2;i:83;i:3;i:3351;}'),
(2225, 214, '_thumbnail_id', NULL),
(2226, 214, '_edit_lock', '1449573863:1'),
(2227, 214, '_edit_last', '1'),
(2228, 214, 'tm_meta_cpf', 'a:3:{s:4:\"mode\";s:8:\"settings\";s:16:\"override_display\";s:0:\"\";s:24:\"override_final_total_box\";s:0:\"\";}'),
(2229, 214, 'tm_meta', ''),
(2230, 214, '_crosssell_ids', 'a:0:{}'),
(2231, 214, '_product_version', '2.4.11'),
(2232, 214, '_booking_min', ''),
(2233, 214, '_booking_max', ''),
(2234, 214, '_first_available_date', ''),
(2235, 214, '_booking_option', ''),
(2236, 214, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(2237, 214, '_wc_rating_count', 'a:2:{i:1;s:1:\"1\";i:3;s:1:\"1\";}'),
(2238, 214, '_wc_average_rating', '2.00'),
(2239, 214, '_wc_review_count', '2'),
(2240, 215, '_visibility', 'visible'),
(2241, 215, '_stock_status', 'instock'),
(2242, 215, 'total_sales', '0'),
(2243, 215, '_downloadable', 'no'),
(2244, 215, '_virtual', 'no'),
(2245, 215, '_product_image_gallery', ',,'),
(2246, 215, '_regular_price', '29'),
(2247, 215, '_sale_price', ''),
(2248, 215, '_tax_status', ''),
(2249, 215, '_tax_class', ''),
(2250, 215, '_purchase_note', ''),
(2251, 215, '_featured', 'no'),
(2252, 215, '_weight', ''),
(2253, 215, '_length', ''),
(2254, 215, '_width', ''),
(2255, 215, '_height', ''),
(2256, 215, '_sku', ''),
(2257, 215, '_sale_price_dates_from', ''),
(2258, 215, '_sale_price_dates_to', ''),
(2259, 215, '_price', '29'),
(2260, 215, '_sold_individually', ''),
(2261, 215, '_stock', ''),
(2262, 215, '_backorders', 'no'),
(2263, 215, '_manage_stock', 'no'),
(2264, 215, '_thumbnail_id', NULL),
(2265, 215, '_edit_lock', '1458210763:1'),
(2266, 215, '_edit_last', '1'),
(2267, 215, 'tm_meta_cpf', 'a:3:{s:4:\"mode\";s:7:\"builder\";s:16:\"override_display\";s:0:\"\";s:24:\"override_final_total_box\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2268, 215, 'tm_meta', 'a:1:{s:10:\"tmfbuilder\";a:315:{s:19:\"section_header_size\";a:1:{i:0;s:1:\"3\";}s:20:\"section_header_title\";a:1:{i:0;s:0:\"\";}s:29:\"section_header_title_position\";a:1:{i:0;s:0:\"\";}s:26:\"section_header_title_color\";a:1:{i:0;s:0:\"\";}s:23:\"section_header_subtitle\";a:1:{i:0;s:0:\"\";}s:32:\"section_header_subtitle_position\";a:1:{i:0;s:0:\"\";}s:29:\"section_header_subtitle_color\";a:1:{i:0;s:0:\"\";}s:20:\"section_divider_type\";a:1:{i:0;s:4:\"none\";}s:8:\"sections\";a:1:{i:0;s:2:\"10\";}s:15:\"sections_slides\";a:1:{i:0;s:0:\"\";}s:13:\"sections_size\";a:1:{i:0;s:4:\"w100\";}s:15:\"sections_uniqid\";a:1:{i:0;s:23:\"565c97c1614da7.61643589\";}s:14:\"sections_style\";a:1:{i:0;s:0:\"\";}s:18:\"sections_placement\";a:1:{i:0;s:6:\"before\";}s:13:\"sections_type\";a:1:{i:0;s:0:\"\";}s:14:\"sections_class\";a:1:{i:0;s:0:\"\";}s:15:\"sections_clogic\";a:1:{i:0;s:41:\"{\"toggle\":\"show\",\"what\":\"any\",\"rules\":[]}\";}s:14:\"sections_logic\";a:1:{i:0;s:0:\"\";}s:22:\"sections_internal_name\";a:1:{i:0;s:7:\"Section\";}s:12:\"element_type\";a:10:{i:0;s:4:\"date\";i:1;s:7:\"divider\";i:2;s:5:\"range\";i:3;s:9:\"selectbox\";i:4;s:12:\"radiobuttons\";i:5;s:10:\"checkboxes\";i:6;s:8:\"textarea\";i:7;s:9:\"textfield\";i:8;s:5:\"color\";i:9;s:6:\"upload\";}s:8:\"div_size\";a:10:{i:0;s:4:\"w100\";i:1;s:4:\"w100\";i:2;s:3:\"w50\";i:3;s:3:\"w50\";i:4;s:4:\"w100\";i:5;s:4:\"w100\";i:6;s:4:\"w100\";i:7;s:4:\"w100\";i:8;s:4:\"w100\";i:9;s:4:\"w100\";}s:18:\"date_internal_name\";a:1:{i:0;s:4:\"Date\";}s:16:\"date_header_size\";a:1:{i:0;s:2:\"10\";}s:17:\"date_header_title\";a:1:{i:0;s:0:\"\";}s:26:\"date_header_title_position\";a:1:{i:0;s:0:\"\";}s:23:\"date_header_title_color\";a:1:{i:0;s:0:\"\";}s:20:\"date_header_subtitle\";a:1:{i:0;s:0:\"\";}s:29:\"date_header_subtitle_position\";a:1:{i:0;s:0:\"\";}s:26:\"date_header_subtitle_color\";a:1:{i:0;s:0:\"\";}s:17:\"date_divider_type\";a:1:{i:0;s:4:\"none\";}s:13:\"date_required\";a:1:{i:0;s:1:\"0\";}s:10:\"date_price\";a:1:{i:0;s:0:\"\";}s:22:\"date_text_before_price\";a:1:{i:0;s:0:\"\";}s:21:\"date_text_after_price\";a:1:{i:0;s:0:\"\";}s:15:\"date_price_type\";a:1:{i:0;s:0:\"\";}s:16:\"date_hide_amount\";a:1:{i:0;s:0:\"\";}s:13:\"date_quantity\";a:1:{i:0;s:0:\"\";}s:17:\"date_quantity_min\";a:1:{i:0;s:0:\"\";}s:17:\"date_quantity_max\";a:1:{i:0;s:0:\"\";}s:18:\"date_quantity_step\";a:1:{i:0;s:0:\"\";}s:27:\"date_quantity_default_value\";a:1:{i:0;s:0:\"\";}s:16:\"date_button_type\";a:1:{i:0;s:0:\"\";}s:11:\"date_format\";a:1:{i:0;s:1:\"0\";}s:15:\"date_start_year\";a:1:{i:0;s:4:\"1900\";}s:13:\"date_end_year\";a:1:{i:0;s:4:\"2025\";}s:13:\"date_min_date\";a:1:{i:0;s:0:\"\";}s:13:\"date_max_date\";a:1:{i:0;s:0:\"\";}s:19:\"date_disabled_dates\";a:1:{i:0;s:0:\"\";}s:23:\"date_enabled_only_dates\";a:1:{i:0;s:0:\"\";}s:10:\"date_theme\";a:1:{i:0;s:3:\"epo\";}s:15:\"date_theme_size\";a:1:{i:0;s:6:\"medium\";}s:19:\"date_theme_position\";a:1:{i:0;s:6:\"normal\";}s:22:\"date_disabled_weekdays\";a:1:{i:0;s:0:\"\";}s:19:\"date_tranlation_day\";a:1:{i:0;s:0:\"\";}s:21:\"date_tranlation_month\";a:1:{i:0;s:0:\"\";}s:20:\"date_tranlation_year\";a:1:{i:0;s:0:\"\";}s:11:\"date_uniqid\";a:1:{i:0;s:23:\"565c97c5614db6.43369198\";}s:11:\"date_clogic\";a:1:{i:0;s:41:\"{\"toggle\":\"show\",\"what\":\"any\",\"rules\":[]}\";}s:10:\"date_logic\";a:1:{i:0;s:0:\"\";}s:10:\"date_class\";a:1:{i:0;s:0:\"\";}s:21:\"divider_internal_name\";a:1:{i:0;s:7:\"Divider\";}s:12:\"divider_type\";a:1:{i:0;s:2:\"hr\";}s:14:\"divider_uniqid\";a:1:{i:0;s:23:\"565c997b79a2b7.23143460\";}s:14:\"divider_clogic\";a:1:{i:0;s:41:\"{\"toggle\":\"show\",\"what\":\"any\",\"rules\":[]}\";}s:13:\"divider_logic\";a:1:{i:0;s:0:\"\";}s:13:\"divider_class\";a:1:{i:0;s:0:\"\";}s:19:\"range_internal_name\";a:1:{i:0;s:12:\"Range picker\";}s:17:\"range_header_size\";a:1:{i:0;s:2:\"10\";}s:18:\"range_header_title\";a:1:{i:0;s:0:\"\";}s:27:\"range_header_title_position\";a:1:{i:0;s:0:\"\";}s:24:\"range_header_title_color\";a:1:{i:0;s:0:\"\";}s:21:\"range_header_subtitle\";a:1:{i:0;s:0:\"\";}s:30:\"range_header_subtitle_position\";a:1:{i:0;s:0:\"\";}s:27:\"range_header_subtitle_color\";a:1:{i:0;s:0:\"\";}s:18:\"range_divider_type\";a:1:{i:0;s:4:\"none\";}s:14:\"range_required\";a:1:{i:0;s:1:\"0\";}s:11:\"range_price\";a:1:{i:0;s:0:\"\";}s:23:\"range_text_before_price\";a:1:{i:0;s:0:\"\";}s:22:\"range_text_after_price\";a:1:{i:0;s:0:\"\";}s:16:\"range_price_type\";a:1:{i:0;s:0:\"\";}s:17:\"range_hide_amount\";a:1:{i:0;s:0:\"\";}s:14:\"range_quantity\";a:1:{i:0;s:0:\"\";}s:18:\"range_quantity_min\";a:1:{i:0;s:0:\"\";}s:18:\"range_quantity_max\";a:1:{i:0;s:0:\"\";}s:19:\"range_quantity_step\";a:1:{i:0;s:0:\"\";}s:28:\"range_quantity_default_value\";a:1:{i:0;s:0:\"\";}s:9:\"range_min\";a:1:{i:0;s:0:\"\";}s:9:\"range_max\";a:1:{i:0;s:0:\"\";}s:10:\"range_step\";a:1:{i:0;s:1:\"1\";}s:23:\"range_show_picker_value\";a:1:{i:0;s:0:\"\";}s:10:\"range_pips\";a:1:{i:0;s:0:\"\";}s:19:\"range_default_value\";a:1:{i:0;s:0:\"\";}s:12:\"range_uniqid\";a:1:{i:0;s:23:\"565c997f79a2c2.92949417\";}s:12:\"range_clogic\";a:1:{i:0;s:41:\"{\"toggle\":\"show\",\"what\":\"any\",\"rules\":[]}\";}s:11:\"range_logic\";a:1:{i:0;s:0:\"\";}s:11:\"range_class\";a:1:{i:0;s:0:\"\";}s:23:\"selectbox_internal_name\";a:1:{i:0;s:10:\"Select Box\";}s:21:\"selectbox_header_size\";a:1:{i:0;s:2:\"10\";}s:22:\"selectbox_header_title\";a:1:{i:0;s:0:\"\";}s:31:\"selectbox_header_title_position\";a:1:{i:0;s:0:\"\";}s:28:\"selectbox_header_title_color\";a:1:{i:0;s:0:\"\";}s:25:\"selectbox_header_subtitle\";a:1:{i:0;s:0:\"\";}s:34:\"selectbox_header_subtitle_position\";a:1:{i:0;s:0:\"\";}s:31:\"selectbox_header_subtitle_color\";a:1:{i:0;s:0:\"\";}s:22:\"selectbox_divider_type\";a:1:{i:0;s:4:\"none\";}s:18:\"selectbox_required\";a:1:{i:0;s:1:\"0\";}s:27:\"selectbox_text_before_price\";a:1:{i:0;s:0:\"\";}s:26:\"selectbox_text_after_price\";a:1:{i:0;s:0:\"\";}s:20:\"selectbox_price_type\";a:1:{i:0;s:0:\"\";}s:21:\"selectbox_hide_amount\";a:1:{i:0;s:0:\"\";}s:18:\"selectbox_quantity\";a:1:{i:0;s:0:\"\";}s:22:\"selectbox_quantity_min\";a:1:{i:0;s:0:\"\";}s:22:\"selectbox_quantity_max\";a:1:{i:0;s:0:\"\";}s:23:\"selectbox_quantity_step\";a:1:{i:0;s:0:\"\";}s:32:\"selectbox_quantity_default_value\";a:1:{i:0;s:0:\"\";}s:21:\"selectbox_placeholder\";a:1:{i:0;s:0:\"\";}s:17:\"selectbox_use_url\";a:1:{i:0;s:0:\"\";}s:31:\"selectbox_changes_product_image\";a:1:{i:0;s:0:\"\";}s:32:\"multiple_selectbox_options_title\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:32:\"multiple_selectbox_options_image\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:33:\"multiple_selectbox_options_imagep\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:32:\"multiple_selectbox_options_value\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:32:\"multiple_selectbox_options_price\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:37:\"multiple_selectbox_options_sale_price\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:37:\"multiple_selectbox_options_price_type\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:38:\"multiple_selectbox_options_description\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:30:\"multiple_selectbox_options_url\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:16:\"selectbox_uniqid\";a:1:{i:0;s:23:\"565c998579a2d8.75287852\";}s:16:\"selectbox_clogic\";a:1:{i:0;s:77:\"{\"element\":\"565c998579a2d8.75287852\",\"toggle\":\"show\",\"what\":\"all\",\"rules\":[]}\";}s:15:\"selectbox_logic\";a:1:{i:0;s:0:\"\";}s:15:\"selectbox_class\";a:1:{i:0;s:0:\"\";}s:26:\"radiobuttons_internal_name\";a:1:{i:0;s:13:\"Radio buttons\";}s:24:\"radiobuttons_header_size\";a:1:{i:0;s:2:\"10\";}s:25:\"radiobuttons_header_title\";a:1:{i:0;s:0:\"\";}s:34:\"radiobuttons_header_title_position\";a:1:{i:0;s:0:\"\";}s:31:\"radiobuttons_header_title_color\";a:1:{i:0;s:0:\"\";}s:28:\"radiobuttons_header_subtitle\";a:1:{i:0;s:0:\"\";}s:37:\"radiobuttons_header_subtitle_position\";a:1:{i:0;s:0:\"\";}s:34:\"radiobuttons_header_subtitle_color\";a:1:{i:0;s:0:\"\";}s:25:\"radiobuttons_divider_type\";a:1:{i:0;s:4:\"none\";}s:21:\"radiobuttons_required\";a:1:{i:0;s:1:\"0\";}s:30:\"radiobuttons_text_before_price\";a:1:{i:0;s:0:\"\";}s:29:\"radiobuttons_text_after_price\";a:1:{i:0;s:0:\"\";}s:24:\"radiobuttons_hide_amount\";a:1:{i:0;s:0:\"\";}s:21:\"radiobuttons_quantity\";a:1:{i:0;s:0:\"\";}s:25:\"radiobuttons_quantity_min\";a:1:{i:0;s:0:\"\";}s:25:\"radiobuttons_quantity_max\";a:1:{i:0;s:0:\"\";}s:26:\"radiobuttons_quantity_step\";a:1:{i:0;s:0:\"\";}s:35:\"radiobuttons_quantity_default_value\";a:1:{i:0;s:0:\"\";}s:20:\"radiobuttons_use_url\";a:1:{i:0;s:0:\"\";}s:23:\"radiobuttons_use_images\";a:1:{i:0;s:0:\"\";}s:34:\"radiobuttons_changes_product_image\";a:1:{i:0;s:6:\"custom\";}s:25:\"radiobuttons_use_lightbox\";a:1:{i:0;s:0:\"\";}s:23:\"radiobuttons_swatchmode\";a:1:{i:0;s:6:\"swatch\";}s:26:\"radiobuttons_items_per_row\";a:1:{i:0;s:0:\"\";}s:26:\"radiobuttons_clear_options\";a:1:{i:0;s:0:\"\";}s:43:\"multiple_radiobuttons_options_default_value\";a:1:{i:0;s:1:\"0\";}s:35:\"multiple_radiobuttons_options_title\";a:1:{i:0;a:2:{i:0;s:8:\"asdf 123\";i:1;s:13:\"asdfasdfas123\";}}s:35:\"multiple_radiobuttons_options_image\";a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}s:36:\"multiple_radiobuttons_options_imagep\";a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}s:35:\"multiple_radiobuttons_options_value\";a:1:{i:0;a:2:{i:0;s:8:\"asdf 123\";i:1;s:13:\"asdfasdfas123\";}}s:35:\"multiple_radiobuttons_options_price\";a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}s:40:\"multiple_radiobuttons_options_sale_price\";a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}s:40:\"multiple_radiobuttons_options_price_type\";a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}s:41:\"multiple_radiobuttons_options_description\";a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}s:33:\"multiple_radiobuttons_options_url\";a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}s:19:\"radiobuttons_uniqid\";a:1:{i:0;s:23:\"565c99a879a2e4.07250494\";}s:19:\"radiobuttons_clogic\";a:1:{i:0;s:155:\"{\"element\":\"565c99a879a2e4.07250494\",\"toggle\":\"show\",\"what\":\"any\",\"rules\":[{\"section\":\"565c97c1614da7.61643589\",\"element\":\"3\",\"operator\":\"is\",\"value\":\"\"}]}\";}s:18:\"radiobuttons_logic\";a:1:{i:0;s:0:\"\";}s:18:\"radiobuttons_class\";a:1:{i:0;s:0:\"\";}s:24:\"checkboxes_internal_name\";a:1:{i:0;s:10:\"Checkboxes\";}s:22:\"checkboxes_header_size\";a:1:{i:0;s:2:\"10\";}s:23:\"checkboxes_header_title\";a:1:{i:0;s:0:\"\";}s:32:\"checkboxes_header_title_position\";a:1:{i:0;s:0:\"\";}s:29:\"checkboxes_header_title_color\";a:1:{i:0;s:0:\"\";}s:26:\"checkboxes_header_subtitle\";a:1:{i:0;s:0:\"\";}s:35:\"checkboxes_header_subtitle_position\";a:1:{i:0;s:0:\"\";}s:32:\"checkboxes_header_subtitle_color\";a:1:{i:0;s:0:\"\";}s:23:\"checkboxes_divider_type\";a:1:{i:0;s:4:\"none\";}s:19:\"checkboxes_required\";a:1:{i:0;s:1:\"0\";}s:28:\"checkboxes_text_before_price\";a:1:{i:0;s:0:\"\";}s:27:\"checkboxes_text_after_price\";a:1:{i:0;s:0:\"\";}s:22:\"checkboxes_hide_amount\";a:1:{i:0;s:0:\"\";}s:19:\"checkboxes_quantity\";a:1:{i:0;s:0:\"\";}s:23:\"checkboxes_quantity_min\";a:1:{i:0;s:0:\"\";}s:23:\"checkboxes_quantity_max\";a:1:{i:0;s:0:\"\";}s:24:\"checkboxes_quantity_step\";a:1:{i:0;s:0:\"\";}s:33:\"checkboxes_quantity_default_value\";a:1:{i:0;s:0:\"\";}s:24:\"checkboxes_limit_choices\";a:1:{i:0;s:0:\"\";}s:29:\"checkboxes_exactlimit_choices\";a:1:{i:0;s:0:\"\";}s:31:\"checkboxes_minimumlimit_choices\";a:1:{i:0;s:0:\"\";}s:21:\"checkboxes_use_images\";a:1:{i:0;s:0:\"\";}s:32:\"checkboxes_changes_product_image\";a:1:{i:0;s:0:\"\";}s:23:\"checkboxes_use_lightbox\";a:1:{i:0;s:0:\"\";}s:21:\"checkboxes_swatchmode\";a:1:{i:0;s:0:\"\";}s:24:\"checkboxes_items_per_row\";a:1:{i:0;s:0:\"\";}s:33:\"multiple_checkboxes_options_title\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:33:\"multiple_checkboxes_options_image\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:34:\"multiple_checkboxes_options_imagep\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:33:\"multiple_checkboxes_options_value\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:33:\"multiple_checkboxes_options_price\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:38:\"multiple_checkboxes_options_sale_price\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:38:\"multiple_checkboxes_options_price_type\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:39:\"multiple_checkboxes_options_description\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:31:\"multiple_checkboxes_options_url\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:17:\"checkboxes_uniqid\";a:1:{i:0;s:23:\"565c99aa79a2f1.57825193\";}s:17:\"checkboxes_clogic\";a:1:{i:0;s:41:\"{\"toggle\":\"show\",\"what\":\"any\",\"rules\":[]}\";}s:16:\"checkboxes_logic\";a:1:{i:0;s:0:\"\";}s:16:\"checkboxes_class\";a:1:{i:0;s:0:\"\";}s:22:\"textarea_internal_name\";a:1:{i:0;s:9:\"Text Area\";}s:20:\"textarea_header_size\";a:1:{i:0;s:2:\"10\";}s:21:\"textarea_header_title\";a:1:{i:0;s:0:\"\";}s:30:\"textarea_header_title_position\";a:1:{i:0;s:0:\"\";}s:27:\"textarea_header_title_color\";a:1:{i:0;s:0:\"\";}s:24:\"textarea_header_subtitle\";a:1:{i:0;s:0:\"\";}s:33:\"textarea_header_subtitle_position\";a:1:{i:0;s:0:\"\";}s:30:\"textarea_header_subtitle_color\";a:1:{i:0;s:0:\"\";}s:21:\"textarea_divider_type\";a:1:{i:0;s:4:\"none\";}s:17:\"textarea_required\";a:1:{i:0;s:1:\"0\";}s:14:\"textarea_price\";a:1:{i:0;s:0:\"\";}s:26:\"textarea_text_before_price\";a:1:{i:0;s:0:\"\";}s:25:\"textarea_text_after_price\";a:1:{i:0;s:0:\"\";}s:19:\"textarea_price_type\";a:1:{i:0;s:0:\"\";}s:20:\"textarea_hide_amount\";a:1:{i:0;s:0:\"\";}s:17:\"textarea_quantity\";a:1:{i:0;s:0:\"\";}s:21:\"textarea_quantity_min\";a:1:{i:0;s:0:\"\";}s:21:\"textarea_quantity_max\";a:1:{i:0;s:0:\"\";}s:22:\"textarea_quantity_step\";a:1:{i:0;s:0:\"\";}s:31:\"textarea_quantity_default_value\";a:1:{i:0;s:0:\"\";}s:20:\"textarea_placeholder\";a:1:{i:0;s:0:\"\";}s:18:\"textarea_min_chars\";a:1:{i:0;s:0:\"\";}s:18:\"textarea_max_chars\";a:1:{i:0;s:0:\"\";}s:22:\"textarea_default_value\";a:1:{i:0;s:0:\"\";}s:20:\"textarea_validation1\";a:1:{i:0;s:0:\"\";}s:15:\"textarea_uniqid\";a:1:{i:0;s:23:\"565c99b479a301.40743225\";}s:15:\"textarea_clogic\";a:1:{i:0;s:41:\"{\"toggle\":\"show\",\"what\":\"any\",\"rules\":[]}\";}s:14:\"textarea_logic\";a:1:{i:0;s:0:\"\";}s:14:\"textarea_class\";a:1:{i:0;s:0:\"\";}s:23:\"textfield_internal_name\";a:1:{i:0;s:10:\"Text Field\";}s:21:\"textfield_header_size\";a:1:{i:0;s:2:\"10\";}s:22:\"textfield_header_title\";a:1:{i:0;s:0:\"\";}s:31:\"textfield_header_title_position\";a:1:{i:0;s:0:\"\";}s:28:\"textfield_header_title_color\";a:1:{i:0;s:0:\"\";}s:25:\"textfield_header_subtitle\";a:1:{i:0;s:0:\"\";}s:34:\"textfield_header_subtitle_position\";a:1:{i:0;s:0:\"\";}s:31:\"textfield_header_subtitle_color\";a:1:{i:0;s:0:\"\";}s:22:\"textfield_divider_type\";a:1:{i:0;s:4:\"none\";}s:18:\"textfield_required\";a:1:{i:0;s:1:\"0\";}s:15:\"textfield_price\";a:1:{i:0;s:0:\"\";}s:20:\"textfield_sale_price\";a:1:{i:0;s:0:\"\";}s:27:\"textfield_text_before_price\";a:1:{i:0;s:0:\"\";}s:26:\"textfield_text_after_price\";a:1:{i:0;s:0:\"\";}s:20:\"textfield_price_type\";a:1:{i:0;s:0:\"\";}s:21:\"textfield_hide_amount\";a:1:{i:0;s:0:\"\";}s:18:\"textfield_quantity\";a:1:{i:0;s:0:\"\";}s:22:\"textfield_quantity_min\";a:1:{i:0;s:0:\"\";}s:22:\"textfield_quantity_max\";a:1:{i:0;s:0:\"\";}s:23:\"textfield_quantity_step\";a:1:{i:0;s:0:\"\";}s:32:\"textfield_quantity_default_value\";a:1:{i:0;s:0:\"\";}s:21:\"textfield_placeholder\";a:1:{i:0;s:0:\"\";}s:19:\"textfield_min_chars\";a:1:{i:0;s:0:\"\";}s:19:\"textfield_max_chars\";a:1:{i:0;s:0:\"\";}s:23:\"textfield_default_value\";a:1:{i:0;s:0:\"\";}s:13:\"textfield_min\";a:1:{i:0;s:0:\"\";}s:13:\"textfield_max\";a:1:{i:0;s:0:\"\";}s:21:\"textfield_validation1\";a:1:{i:0;s:0:\"\";}s:16:\"textfield_uniqid\";a:1:{i:0;s:23:\"565c99b779a318.47513695\";}s:16:\"textfield_clogic\";a:1:{i:0;s:41:\"{\"toggle\":\"show\",\"what\":\"any\",\"rules\":[]}\";}s:15:\"textfield_logic\";a:1:{i:0;s:0:\"\";}s:15:\"textfield_class\";a:1:{i:0;s:0:\"\";}s:19:\"color_internal_name\";a:1:{i:0;s:12:\"Color picker\";}s:17:\"color_header_size\";a:1:{i:0;s:2:\"10\";}s:18:\"color_header_title\";a:1:{i:0;s:0:\"\";}s:27:\"color_header_title_position\";a:1:{i:0;s:0:\"\";}s:24:\"color_header_title_color\";a:1:{i:0;s:0:\"\";}s:21:\"color_header_subtitle\";a:1:{i:0;s:0:\"\";}s:30:\"color_header_subtitle_position\";a:1:{i:0;s:0:\"\";}s:27:\"color_header_subtitle_color\";a:1:{i:0;s:0:\"\";}s:18:\"color_divider_type\";a:1:{i:0;s:4:\"none\";}s:14:\"color_required\";a:1:{i:0;s:1:\"0\";}s:11:\"color_price\";a:1:{i:0;s:0:\"\";}s:23:\"color_text_before_price\";a:1:{i:0;s:0:\"\";}s:22:\"color_text_after_price\";a:1:{i:0;s:0:\"\";}s:16:\"color_price_type\";a:1:{i:0;s:0:\"\";}s:17:\"color_hide_amount\";a:1:{i:0;s:0:\"\";}s:14:\"color_quantity\";a:1:{i:0;s:0:\"\";}s:18:\"color_quantity_min\";a:1:{i:0;s:0:\"\";}s:18:\"color_quantity_max\";a:1:{i:0;s:0:\"\";}s:19:\"color_quantity_step\";a:1:{i:0;s:0:\"\";}s:28:\"color_quantity_default_value\";a:1:{i:0;s:0:\"\";}s:19:\"color_default_value\";a:1:{i:0;s:0:\"\";}s:12:\"color_uniqid\";a:1:{i:0;s:23:\"565c99bb79a321.52505093\";}s:12:\"color_clogic\";a:1:{i:0;s:41:\"{\"toggle\":\"show\",\"what\":\"any\",\"rules\":[]}\";}s:11:\"color_logic\";a:1:{i:0;s:0:\"\";}s:11:\"color_class\";a:1:{i:0;s:0:\"\";}s:20:\"upload_internal_name\";a:1:{i:0;s:6:\"Upload\";}s:18:\"upload_header_size\";a:1:{i:0;s:2:\"10\";}s:19:\"upload_header_title\";a:1:{i:0;s:0:\"\";}s:28:\"upload_header_title_position\";a:1:{i:0;s:0:\"\";}s:25:\"upload_header_title_color\";a:1:{i:0;s:0:\"\";}s:22:\"upload_header_subtitle\";a:1:{i:0;s:0:\"\";}s:31:\"upload_header_subtitle_position\";a:1:{i:0;s:0:\"\";}s:28:\"upload_header_subtitle_color\";a:1:{i:0;s:0:\"\";}s:19:\"upload_divider_type\";a:1:{i:0;s:4:\"none\";}s:15:\"upload_required\";a:1:{i:0;s:1:\"0\";}s:12:\"upload_price\";a:1:{i:0;s:0:\"\";}s:24:\"upload_text_before_price\";a:1:{i:0;s:0:\"\";}s:23:\"upload_text_after_price\";a:1:{i:0;s:0:\"\";}s:17:\"upload_price_type\";a:1:{i:0;s:0:\"\";}s:18:\"upload_hide_amount\";a:1:{i:0;s:0:\"\";}s:18:\"upload_button_type\";a:1:{i:0;s:0:\"\";}s:13:\"upload_uniqid\";a:1:{i:0;s:23:\"565c99c379a338.54618399\";}s:13:\"upload_clogic\";a:1:{i:0;s:41:\"{\"toggle\":\"show\",\"what\":\"any\",\"rules\":[]}\";}s:12:\"upload_logic\";a:1:{i:0;s:0:\"\";}s:12:\"upload_class\";a:1:{i:0;s:0:\"\";}}}'),
(2269, 215, '_upsell_ids', 'a:0:{}'),
(2270, 215, '_crosssell_ids', 'a:0:{}'),
(2271, 215, '_product_version', '2.5.5'),
(2272, 215, '_wc_rating_count', 'a:3:{i:3;s:1:\"1\";i:4;s:1:\"3\";i:5;s:1:\"2\";}'),
(2273, 215, '_wc_average_rating', '4.17'),
(2274, 215, '_wc_review_count', '6'),
(2275, 215, '_min_variation_price', '20'),
(2276, 215, '_max_variation_price', '20'),
(2277, 215, '_min_variation_regular_price', NULL),
(2278, 215, '_max_variation_regular_price', NULL),
(2279, 215, '_max_regular_price_variation_id', NULL),
(2280, 215, '_min_variation_sale_price', '20'),
(2281, 215, '_max_variation_sale_price', '20'),
(2282, 215, '_min_sale_price_variation_id', '6951'),
(2283, 215, '_max_sale_price_variation_id', '6951'),
(2284, 215, '_default_attributes', 'a:0:{}'),
(2285, 215, 'pv_commission_rate', ''),
(2286, 215, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(2287, 216, '_visibility', 'visible'),
(2288, 216, '_stock_status', 'instock'),
(2289, 216, 'total_sales', '0'),
(2290, 216, '_downloadable', 'no'),
(2291, 216, '_virtual', 'no'),
(2292, 216, '_product_image_gallery', ',,'),
(2293, 216, '_regular_price', '29'),
(2294, 216, '_sale_price', ''),
(2295, 216, '_tax_status', ''),
(2296, 216, '_tax_class', ''),
(2297, 216, '_purchase_note', ''),
(2298, 216, '_featured', 'no'),
(2299, 216, '_weight', ''),
(2300, 216, '_length', ''),
(2301, 216, '_width', ''),
(2302, 216, '_height', ''),
(2303, 216, '_sku', ''),
(2304, 216, '_sale_price_dates_from', ''),
(2305, 216, '_sale_price_dates_to', ''),
(2306, 216, '_price', '29'),
(2307, 216, '_sold_individually', ''),
(2308, 216, '_stock', ''),
(2309, 216, '_backorders', 'no'),
(2310, 216, '_manage_stock', 'no'),
(2311, 216, '_thumbnail_id', NULL),
(2312, 216, '_upsell_ids', 'a:2:{i:0;i:22;i:1;i:40;}'),
(2313, 216, '_crosssell_ids', 'a:2:{i:0;i:22;i:1;i:40;}'),
(2314, 216, '_edit_lock', '1449573921:1'),
(2315, 216, '_edit_last', '1'),
(2316, 216, 'tm_meta_cpf', 'a:3:{s:4:\"mode\";s:8:\"settings\";s:16:\"override_display\";s:0:\"\";s:24:\"override_final_total_box\";s:0:\"\";}'),
(2317, 216, 'tm_meta', ''),
(2318, 216, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(2319, 216, '_product_version', '2.4.11'),
(2320, 216, '_booking_min', ''),
(2321, 216, '_booking_max', ''),
(2322, 216, '_first_available_date', ''),
(2323, 216, '_booking_option', ''),
(2324, 216, '_wc_rating_count', 'a:0:{}'),
(2325, 216, '_wc_average_rating', '0'),
(2326, 216, '_wc_review_count', '0'),
(2327, 217, '_visibility', 'visible'),
(2328, 217, '_stock_status', 'instock'),
(2329, 217, 'total_sales', '14'),
(2330, 217, '_downloadable', 'no'),
(2331, 217, '_virtual', 'no'),
(2332, 217, '_product_image_gallery', ',,'),
(2333, 217, '_regular_price', '29'),
(2334, 217, '_sale_price', ''),
(2335, 217, '_tax_status', ''),
(2336, 217, '_tax_class', ''),
(2337, 217, '_purchase_note', ''),
(2338, 217, '_featured', 'no'),
(2339, 217, '_weight', ''),
(2340, 217, '_length', ''),
(2341, 217, '_width', ''),
(2342, 217, '_height', ''),
(2343, 217, '_sku', ''),
(2344, 217, '_sale_price_dates_from', ''),
(2345, 217, '_sale_price_dates_to', ''),
(2346, 217, '_price', '29'),
(2347, 217, '_sold_individually', ''),
(2348, 217, '_stock', ''),
(2349, 217, '_backorders', 'no'),
(2350, 217, '_manage_stock', 'no'),
(2351, 217, '_thumbnail_id', NULL),
(2352, 217, '_crosssell_ids', 'a:1:{i:0;s:2:\"31\";}'),
(2353, 217, '_edit_lock', '1449572363:1'),
(2354, 217, '_wc_rating_count', 'a:3:{i:1;s:1:\"1\";i:4;s:1:\"1\";i:5;s:1:\"3\";}'),
(2355, 217, '_wc_average_rating', '4.00'),
(2356, 217, '_wc_review_count', '5'),
(2357, 218, '_thumbnail_id', NULL),
(2358, 218, '_visibility', 'visible'),
(2359, 218, '_stock_status', 'instock'),
(2360, 218, 'total_sales', '9'),
(2361, 218, '_downloadable', 'no'),
(2362, 218, '_virtual', 'no'),
(2363, 218, '_product_image_gallery', ',,'),
(2364, 218, '_regular_price', '29'),
(2365, 218, '_sale_price', ''),
(2366, 218, '_tax_status', ''),
(2367, 218, '_tax_class', ''),
(2368, 218, '_purchase_note', ''),
(2369, 218, '_featured', 'no'),
(2370, 218, '_weight', ''),
(2371, 218, '_length', ''),
(2372, 218, '_width', ''),
(2373, 218, '_height', ''),
(2374, 218, '_sku', ''),
(2375, 218, '_sale_price_dates_from', ''),
(2376, 218, '_sale_price_dates_to', ''),
(2377, 218, '_price', '29'),
(2378, 218, '_sold_individually', ''),
(2379, 218, '_stock', ''),
(2380, 218, '_backorders', 'no'),
(2381, 218, '_manage_stock', 'no'),
(2382, 218, '_crosssell_ids', 'a:1:{i:0;s:2:\"37\";}'),
(2383, 218, '_wc_rating_count', 'a:2:{i:1;s:1:\"1\";i:5;s:1:\"1\";}'),
(2384, 218, '_wc_average_rating', '3.00'),
(2385, 218, '_wc_review_count', '2'),
(2386, 218, '_edit_lock', '1458056800:1'),
(2387, 219, '_visibility', 'visible'),
(2388, 219, '_stock_status', 'instock'),
(2389, 219, 'total_sales', '0'),
(2390, 219, '_downloadable', 'no'),
(2391, 219, '_virtual', 'no'),
(2392, 219, '_product_image_gallery', ',,'),
(2393, 219, '_regular_price', '29'),
(2394, 219, '_sale_price', ''),
(2395, 219, '_tax_status', ''),
(2396, 219, '_tax_class', ''),
(2397, 219, '_purchase_note', ''),
(2398, 219, '_featured', 'no'),
(2399, 219, '_weight', ''),
(2400, 219, '_length', ''),
(2401, 219, '_width', ''),
(2402, 219, '_height', ''),
(2403, 219, '_sku', ''),
(2404, 219, '_sale_price_dates_from', ''),
(2405, 219, '_sale_price_dates_to', ''),
(2406, 219, '_price', '29'),
(2407, 219, '_sold_individually', ''),
(2408, 219, '_stock', ''),
(2409, 219, '_backorders', 'no'),
(2410, 219, '_manage_stock', 'no'),
(2411, 219, '_thumbnail_id', NULL),
(2412, 219, '_crosssell_ids', 'a:1:{i:0;i:53;}'),
(2413, 219, '_wc_rating_count', 'a:2:{i:4;s:1:\"1\";i:5;s:1:\"2\";}'),
(2414, 219, '_wc_average_rating', '4.67'),
(2415, 219, '_wc_review_count', '3'),
(2416, 219, '_edit_lock', '1455203479:1'),
(2417, 219, '_edit_last', '1'),
(2418, 219, 'tm_meta_cpf', 'a:3:{s:4:\"mode\";s:8:\"settings\";s:16:\"override_display\";s:0:\"\";s:24:\"override_final_total_box\";s:0:\"\";}'),
(2419, 219, 'tm_meta', ''),
(2420, 219, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(2421, 219, '_upsell_ids', 'a:0:{}'),
(2422, 219, '_product_version', '2.5.2'),
(2423, 219, '_booking_min', ''),
(2424, 219, '_booking_max', ''),
(2425, 219, '_first_available_date', ''),
(2426, 219, '_booking_option', ''),
(2427, 220, '_edit_last', '1'),
(2428, 220, '_edit_lock', '1467815076:1'),
(2429, 220, '_downloadable', 'no'),
(2430, 220, '_virtual', 'no'),
(2431, 220, '_min_variation_price', '250'),
(2432, 220, '_max_variation_price', '1000'),
(2433, 220, '_min_variation_regular_price', '250'),
(2434, 220, '_max_variation_regular_price', '1000'),
(2435, 220, '_max_regular_price_variation_id', '8278'),
(2436, 220, '_min_variation_sale_price', NULL),
(2437, 220, '_max_variation_sale_price', NULL),
(2438, 220, '_min_sale_price_variation_id', NULL),
(2439, 220, '_max_sale_price_variation_id', NULL),
(2440, 220, '_default_attributes', 'a:0:{}'),
(2441, 220, '_visibility', 'visible'),
(2442, 220, '_disable_va', 'setting'),
(2443, 220, '_name_style', 'label'),
(2444, 220, '_only_va', 'no'),
(2445, 220, '_va_dropdown_nights', '0'),
(2446, 220, '_va_show_on_loop_nights', ''),
(2447, 220, '_va_showname_nights', ''),
(2448, 220, '_va_collection', 'a:0:{}'),
(2449, 220, 'pv_commission_rate', ''),
(2450, 220, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(2451, 220, 'total_sales', '0'),
(2452, 220, '_purchase_note', ''),
(2453, 220, '_featured', 'no'),
(2454, 220, '_weight', ''),
(2455, 220, '_length', ''),
(2456, 220, '_width', ''),
(2457, 220, '_height', ''),
(2458, 220, '_sku', ''),
(2459, 220, '_regular_price', '29'),
(2460, 220, '_sale_price', ''),
(2461, 220, '_sale_price_dates_from', ''),
(2462, 220, '_sale_price_dates_to', ''),
(2463, 220, '_sold_individually', ''),
(2464, 220, '_manage_stock', 'no'),
(2465, 220, '_backorders', 'no'),
(2466, 220, '_stock', ''),
(2467, 220, '_upsell_ids', 'a:0:{}'),
(2468, 220, '_crosssell_ids', 'a:0:{}'),
(2469, 220, '_stock_status', 'instock'),
(2470, 220, '_product_version', '2.6.2'),
(2471, 220, '_product_image_gallery', ',,'),
(2472, 220, '_thumbnail_id', NULL),
(2473, 220, '_price', '29'),
(2474, 220, '_wc_rating_count', 'a:0:{}'),
(2475, 220, '_wc_review_count', '0'),
(2476, 220, '_wc_average_rating', '0'),
(2477, 221, '_thumbnail_id', NULL),
(2478, 222, '_thumbnail_id', NULL),
(2479, 223, '_thumbnail_id', NULL),
(2480, 224, '_thumbnail_id', NULL),
(2481, 225, '_thumbnail_id', NULL),
(2482, 226, '_thumbnail_id', NULL),
(2483, 227, '_thumbnail_id', NULL),
(2484, 228, '_thumbnail_id', NULL),
(2485, 229, '_menu_item_type', 'post_type'),
(2486, 229, '_menu_item_menu_item_parent', '0'),
(2487, 229, '_menu_item_object_id', '27'),
(2488, 229, '_menu_item_object', 'page'),
(2489, 229, '_menu_item_target', ''),
(2490, 229, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2491, 229, '_menu_item_xfn', ''),
(2492, 229, '_menu_item_url', ''),
(2493, 230, '_menu_item_type', 'post_type'),
(2494, 230, '_menu_item_menu_item_parent', '0'),
(2495, 230, '_menu_item_object_id', '62'),
(2496, 230, '_menu_item_object', 'page'),
(2497, 230, '_menu_item_target', ''),
(2498, 230, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2499, 230, '_menu_item_xfn', ''),
(2500, 230, '_menu_item_url', ''),
(2501, 230, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2502, 231, '_menu_item_type', 'post_type'),
(2503, 231, '_menu_item_menu_item_parent', '0'),
(2504, 231, '_menu_item_object_id', '66'),
(2505, 231, '_menu_item_object', 'page'),
(2506, 231, '_menu_item_target', ''),
(2507, 231, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2508, 231, '_menu_item_xfn', ''),
(2509, 231, '_menu_item_url', ''),
(2510, 231, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2511, 232, '_menu_item_type', 'post_type'),
(2512, 232, '_menu_item_menu_item_parent', '231'),
(2513, 232, '_menu_item_object_id', '67'),
(2514, 232, '_menu_item_object', 'page'),
(2515, 232, '_menu_item_target', ''),
(2516, 232, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2517, 232, '_menu_item_xfn', ''),
(2518, 232, '_menu_item_url', ''),
(2519, 232, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2520, 233, '_menu_item_type', 'post_type'),
(2521, 233, '_menu_item_menu_item_parent', '231'),
(2522, 233, '_menu_item_object_id', '68'),
(2523, 233, '_menu_item_object', 'page'),
(2524, 233, '_menu_item_target', ''),
(2525, 233, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2526, 233, '_menu_item_xfn', ''),
(2527, 233, '_menu_item_url', ''),
(2528, 233, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2529, 234, '_menu_item_type', 'post_type'),
(2530, 234, '_menu_item_menu_item_parent', '0'),
(2531, 234, '_menu_item_object_id', '95'),
(2532, 234, '_menu_item_object', 'page'),
(2533, 234, '_menu_item_target', ''),
(2534, 234, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2535, 234, '_menu_item_xfn', ''),
(2536, 234, '_menu_item_url', ''),
(2537, 234, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2538, 235, '_menu_item_type', 'post_type'),
(2539, 235, '_menu_item_menu_item_parent', '233'),
(2540, 235, '_menu_item_object_id', '24'),
(2541, 235, '_menu_item_object', 'page'),
(2542, 235, '_menu_item_target', ''),
(2543, 235, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2544, 235, '_menu_item_xfn', ''),
(2545, 235, '_menu_item_url', ''),
(2546, 236, '_menu_item_type', 'post_type'),
(2547, 236, '_menu_item_menu_item_parent', '233'),
(2548, 236, '_menu_item_object_id', '26'),
(2549, 236, '_menu_item_object', 'page'),
(2550, 236, '_menu_item_target', ''),
(2551, 236, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2552, 236, '_menu_item_xfn', ''),
(2553, 236, '_menu_item_url', ''),
(2554, 237, '_menu_item_type', 'post_type'),
(2555, 237, '_menu_item_menu_item_parent', '233'),
(2556, 237, '_menu_item_object_id', '28'),
(2557, 237, '_menu_item_object', 'page'),
(2558, 237, '_menu_item_target', ''),
(2559, 237, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2560, 237, '_menu_item_xfn', ''),
(2561, 237, '_menu_item_url', ''),
(2562, 238, '_menu_item_type', 'post_type'),
(2563, 238, '_menu_item_menu_item_parent', '232'),
(2564, 238, '_menu_item_object_id', '29'),
(2565, 238, '_menu_item_object', 'page'),
(2566, 238, '_menu_item_target', ''),
(2567, 238, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2568, 238, '_menu_item_xfn', ''),
(2569, 238, '_menu_item_url', ''),
(2570, 239, '_menu_item_type', 'post_type'),
(2571, 239, '_menu_item_menu_item_parent', '232'),
(2572, 239, '_menu_item_object_id', '37'),
(2573, 239, '_menu_item_object', 'page'),
(2574, 239, '_menu_item_target', ''),
(2575, 239, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2576, 239, '_menu_item_xfn', ''),
(2577, 239, '_menu_item_url', ''),
(2578, 240, '_menu_item_type', 'post_type'),
(2579, 240, '_menu_item_menu_item_parent', '232'),
(2580, 240, '_menu_item_object_id', '48'),
(2581, 240, '_menu_item_object', 'page'),
(2582, 240, '_menu_item_target', ''),
(2583, 240, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2584, 240, '_menu_item_xfn', ''),
(2585, 240, '_menu_item_url', ''),
(2586, 240, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2587, 241, '_menu_item_type', 'post_type'),
(2588, 241, '_menu_item_menu_item_parent', '231'),
(2589, 241, '_menu_item_object_id', '68'),
(2590, 241, '_menu_item_object', 'page'),
(2591, 241, '_menu_item_target', ''),
(2592, 241, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2593, 241, '_menu_item_xfn', ''),
(2594, 241, '_menu_item_url', ''),
(2595, 241, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2596, 242, '_menu_item_type', 'post_type'),
(2597, 242, '_menu_item_menu_item_parent', '241'),
(2598, 242, '_menu_item_object_id', '58'),
(2599, 242, '_menu_item_object', 'page'),
(2600, 242, '_menu_item_target', ''),
(2601, 242, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2602, 242, '_menu_item_xfn', ''),
(2603, 242, '_menu_item_url', ''),
(2604, 242, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2605, 243, '_menu_item_type', 'post_type'),
(2606, 243, '_menu_item_menu_item_parent', '232'),
(2607, 243, '_menu_item_object_id', '65'),
(2608, 243, '_menu_item_object', 'page'),
(2609, 243, '_menu_item_target', ''),
(2610, 243, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2611, 243, '_menu_item_xfn', ''),
(2612, 243, '_menu_item_url', ''),
(2613, 243, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2614, 244, '_menu_item_type', 'post_type'),
(2615, 244, '_menu_item_menu_item_parent', '232'),
(2616, 244, '_menu_item_object_id', '64'),
(2617, 244, '_menu_item_object', 'page'),
(2618, 244, '_menu_item_target', ''),
(2619, 244, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2620, 244, '_menu_item_xfn', ''),
(2621, 244, '_menu_item_url', ''),
(2622, 244, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2623, 245, '_menu_item_type', 'post_type'),
(2624, 245, '_menu_item_menu_item_parent', '233'),
(2625, 245, '_menu_item_object_id', '96'),
(2626, 245, '_menu_item_object', 'page'),
(2627, 245, '_menu_item_target', ''),
(2628, 245, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2629, 245, '_menu_item_xfn', ''),
(2630, 245, '_menu_item_url', ''),
(2631, 245, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2632, 246, '_menu_item_type', 'post_type'),
(2633, 246, '_menu_item_menu_item_parent', '0'),
(2634, 246, '_menu_item_object_id', '45'),
(2635, 246, '_menu_item_object', 'page'),
(2636, 246, '_menu_item_target', ''),
(2637, 246, '_menu_item_classes', 'a:1:{i:0;s:11:\"menu-flyout\";}'),
(2638, 246, '_menu_item_xfn', ''),
(2639, 246, '_menu_item_url', ''),
(2640, 246, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2641, 247, '_menu_item_type', 'post_type'),
(2642, 247, '_menu_item_menu_item_parent', '0'),
(2643, 247, '_menu_item_object_id', '87'),
(2644, 247, '_menu_item_object', 'page'),
(2645, 247, '_menu_item_target', ''),
(2646, 247, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2647, 247, '_menu_item_xfn', ''),
(2648, 247, '_menu_item_url', ''),
(2649, 247, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2650, 248, '_menu_item_type', 'post_type'),
(2651, 248, '_menu_item_menu_item_parent', '233'),
(2652, 248, '_menu_item_object_id', '90'),
(2653, 248, '_menu_item_object', 'page'),
(2654, 248, '_menu_item_target', ''),
(2655, 248, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2656, 248, '_menu_item_xfn', ''),
(2657, 248, '_menu_item_url', ''),
(2658, 248, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2659, 249, '_menu_item_type', 'post_type'),
(2660, 249, '_menu_item_menu_item_parent', '233'),
(2661, 249, '_menu_item_object_id', '71'),
(2662, 249, '_menu_item_object', 'page'),
(2663, 249, '_menu_item_target', ''),
(2664, 249, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2665, 249, '_menu_item_xfn', ''),
(2666, 249, '_menu_item_url', ''),
(2667, 249, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2668, 250, '_menu_item_type', 'post_type'),
(2669, 250, '_menu_item_menu_item_parent', '233'),
(2670, 250, '_menu_item_object_id', '73'),
(2671, 250, '_menu_item_object', 'page'),
(2672, 250, '_menu_item_target', ''),
(2673, 250, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2674, 250, '_menu_item_xfn', ''),
(2675, 250, '_menu_item_url', ''),
(2676, 250, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2677, 251, '_menu_item_type', 'post_type'),
(2678, 251, '_menu_item_menu_item_parent', '233'),
(2679, 251, '_menu_item_object_id', '82'),
(2680, 251, '_menu_item_object', 'page'),
(2681, 251, '_menu_item_target', ''),
(2682, 251, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2683, 251, '_menu_item_xfn', ''),
(2684, 251, '_menu_item_url', ''),
(2685, 251, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2686, 252, '_menu_item_type', 'post_type'),
(2687, 252, '_menu_item_menu_item_parent', '0'),
(2688, 252, '_menu_item_object_id', '88'),
(2689, 252, '_menu_item_object', 'page'),
(2690, 252, '_menu_item_target', ''),
(2691, 252, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2692, 252, '_menu_item_xfn', ''),
(2693, 252, '_menu_item_url', ''),
(2694, 253, '_menu_item_type', 'post_type'),
(2695, 253, '_menu_item_menu_item_parent', '0'),
(2696, 253, '_menu_item_object_id', '87'),
(2697, 253, '_menu_item_object', 'page'),
(2698, 253, '_menu_item_target', ''),
(2699, 253, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2700, 253, '_menu_item_xfn', ''),
(2701, 253, '_menu_item_url', ''),
(2702, 254, '_menu_item_type', 'post_type'),
(2703, 254, '_menu_item_menu_item_parent', '0'),
(2704, 254, '_menu_item_object_id', '86'),
(2705, 254, '_menu_item_object', 'page'),
(2706, 254, '_menu_item_target', ''),
(2707, 254, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2708, 254, '_menu_item_xfn', ''),
(2709, 254, '_menu_item_url', ''),
(2710, 255, '_menu_item_type', 'post_type'),
(2711, 255, '_menu_item_menu_item_parent', '246'),
(2712, 255, '_menu_item_object_id', '25'),
(2713, 255, '_menu_item_object', 'page'),
(2714, 255, '_menu_item_target', ''),
(2715, 255, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2716, 255, '_menu_item_xfn', ''),
(2717, 255, '_menu_item_url', ''),
(2718, 256, '_menu_item_type', 'post_type'),
(2719, 256, '_menu_item_menu_item_parent', '246'),
(2720, 256, '_menu_item_object_id', '27'),
(2721, 256, '_menu_item_object', 'page'),
(2722, 256, '_menu_item_target', ''),
(2723, 256, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2724, 256, '_menu_item_xfn', ''),
(2725, 256, '_menu_item_url', ''),
(2726, 257, '_menu_item_type', 'post_type'),
(2727, 257, '_menu_item_menu_item_parent', '241'),
(2728, 257, '_menu_item_object_id', '30'),
(2729, 257, '_menu_item_object', 'page'),
(2730, 257, '_menu_item_target', ''),
(2731, 257, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2732, 257, '_menu_item_xfn', ''),
(2733, 257, '_menu_item_url', ''),
(2734, 258, '_menu_item_type', 'post_type'),
(2735, 258, '_menu_item_menu_item_parent', '241'),
(2736, 258, '_menu_item_object_id', '35'),
(2737, 258, '_menu_item_object', 'page'),
(2738, 258, '_menu_item_target', ''),
(2739, 258, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2740, 258, '_menu_item_xfn', ''),
(2741, 258, '_menu_item_url', ''),
(2742, 259, '_menu_item_type', 'post_type'),
(2743, 259, '_menu_item_menu_item_parent', '241'),
(2744, 259, '_menu_item_object_id', '36'),
(2745, 259, '_menu_item_object', 'page'),
(2746, 259, '_menu_item_target', ''),
(2747, 259, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2748, 259, '_menu_item_xfn', ''),
(2749, 259, '_menu_item_url', ''),
(2750, 260, '_menu_item_type', 'post_type'),
(2751, 260, '_menu_item_menu_item_parent', '241'),
(2752, 260, '_menu_item_object_id', '49'),
(2753, 260, '_menu_item_object', 'page'),
(2754, 260, '_menu_item_target', ''),
(2755, 260, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2756, 260, '_menu_item_xfn', ''),
(2757, 260, '_menu_item_url', ''),
(2758, 260, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2759, 261, '_menu_item_type', 'post_type'),
(2760, 261, '_menu_item_menu_item_parent', '241'),
(2761, 261, '_menu_item_object_id', '50'),
(2762, 261, '_menu_item_object', 'page'),
(2763, 261, '_menu_item_target', ''),
(2764, 261, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2765, 261, '_menu_item_xfn', ''),
(2766, 261, '_menu_item_url', ''),
(2767, 261, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2768, 262, '_menu_item_type', 'post_type'),
(2769, 262, '_menu_item_menu_item_parent', '241'),
(2770, 262, '_menu_item_object_id', '56'),
(2771, 262, '_menu_item_object', 'page'),
(2772, 262, '_menu_item_target', ''),
(2773, 262, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2774, 262, '_menu_item_xfn', ''),
(2775, 262, '_menu_item_url', ''),
(2776, 262, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2777, 263, '_menu_item_type', 'post_type'),
(2778, 263, '_menu_item_menu_item_parent', '246'),
(2779, 263, '_menu_item_object_id', '44'),
(2780, 263, '_menu_item_object', 'page'),
(2781, 263, '_menu_item_target', ''),
(2782, 263, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2783, 263, '_menu_item_xfn', ''),
(2784, 263, '_menu_item_url', ''),
(2785, 263, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2786, 264, '_menu_item_type', 'post_type'),
(2787, 264, '_menu_item_menu_item_parent', '246'),
(2788, 264, '_menu_item_object_id', '86'),
(2789, 264, '_menu_item_object', 'page'),
(2790, 264, '_menu_item_target', ''),
(2791, 264, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2792, 264, '_menu_item_xfn', ''),
(2793, 264, '_menu_item_url', ''),
(2794, 264, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2795, 265, '_menu_item_type', 'post_type'),
(2796, 265, '_menu_item_menu_item_parent', '246'),
(2797, 265, '_menu_item_object_id', '88'),
(2798, 265, '_menu_item_object', 'page'),
(2799, 265, '_menu_item_target', ''),
(2800, 265, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2801, 265, '_menu_item_xfn', ''),
(2802, 265, '_menu_item_url', ''),
(2803, 265, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2804, 266, '_menu_item_type', 'post_type'),
(2805, 266, '_menu_item_menu_item_parent', '0'),
(2806, 266, '_menu_item_object_id', '83'),
(2807, 266, '_menu_item_object', 'page'),
(2808, 266, '_menu_item_target', ''),
(2809, 266, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2810, 266, '_menu_item_xfn', ''),
(2811, 266, '_menu_item_url', ''),
(2812, 186, '_wc_review_count', '0');

-- --------------------------------------------------------

--
-- Table structure for table `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;

--
-- Dumping data for table `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
(1, 1, '2019-04-11 08:43:42', '2019-04-11 08:43:42', 'Welcome to WordPress. This is your first post. Edit or delete it, then start writing!', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2019-04-11 08:43:42', '2019-04-11 08:43:42', '', 0, 'http://192.168.3.60/wordpress/?p=1', 0, 'post', '', 1),
(2, 1, '2019-04-11 08:43:42', '2019-04-11 08:43:42', 'This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://192.168.3.60/wordpress/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2019-04-11 08:43:42', '2019-04-11 08:43:42', '', 0, 'http://192.168.3.60/wordpress/?page_id=2', 0, 'page', '', 0),
(3, 1, '2019-04-11 08:43:42', '2019-04-11 08:43:42', '<h2>Who we are</h2><p>Our website address is: http://192.168.3.60/wordpress.</p><h2>What personal data we collect and why we collect it</h2><h3>Comments</h3><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><h3>Media</h3><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><h3>Contact forms</h3><h3>Cookies</h3><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><p>If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><h3>Embedded content from other websites</h3><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><h3>Analytics</h3><h2>Who we share your data with</h2><h2>How long we retain your data</h2><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><h2>What rights you have over your data</h2><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><h2>Where we send your data</h2><p>Visitor comments may be checked through an automated spam detection service.</p><h2>Your contact information</h2><h2>Additional information</h2><h3>How we protect your data</h3><h3>What data breach procedures we have in place</h3><h3>What third parties we receive data from</h3><h3>What automated decision making and/or profiling we do with user data</h3><h3>Industry regulatory disclosure requirements</h3>', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2019-04-11 08:43:42', '2019-04-11 08:43:42', '', 0, 'http://192.168.3.60/wordpress/?page_id=3', 0, 'page', '', 0),
(4, 1, '2019-04-11 08:43:57', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2019-04-11 08:43:57', '0000-00-00 00:00:00', '', 0, 'http://192.168.3.60/wordpress/?p=4', 0, 'post', '', 0),
(5, 2, '2019-04-11 08:46:39', '2019-04-11 08:46:39', '', 'erwan-hesry-102070-unsplash', '', 'inherit', 'open', 'closed', '', 'erwan-hesry-102070-unsplash', '', '', '2019-04-11 08:46:39', '2019-04-11 08:46:39', '', 0, 'http://192.168.3.60/wordpress/wp-content/uploads/2019/04/erwan-hesry-102070-unsplash.png', 0, 'attachment', 'image/png', 0),
(7, 2, '2019-04-11 08:47:32', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2019-04-11 08:47:32', '0000-00-00 00:00:00', '', 0, 'http://192.168.3.60/wordpress/?p=7', 0, 'post', '', 0),
(8, 2, '2019-04-11 08:48:06', '2019-04-11 08:48:06', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]\nmetro \"[your-subject]\"\nmetro <wordpress@192.168.3.60>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on metro (http://192.168.3.60/wordpress)\narvin.regino@maxtecnetworks.com\nReply-To: [your-email]\n\n0\n0\n\nmetro \"[your-subject]\"\nmetro <wordpress@192.168.3.60>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on metro (http://192.168.3.60/wordpress)\n[your-email]\nReply-To: arvin.regino@maxtecnetworks.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2019-04-11 08:48:06', '2019-04-11 08:48:06', '', 0, 'http://192.168.3.60/wordpress/?post_type=wpcf7_contact_form&p=8', 0, 'wpcf7_contact_form', '', 0),
(9, 2, '2016-08-29 14:03:10', '2016-08-29 14:03:10', '<div class=\"form-flat\">\r\n[text* your-name placeholder \"Your Name (required)\"]\r\n\r\n[email* your-email placeholder \"Your Email (required)\"] </p>\r\n\r\n[textarea your-message placeholder \"Your Message (required)\"] </p>\r\n\r\n[submit class:button primary \"Submit\"]\r\n</div>\nFlatsome \"[your-subject]\"\n[your-name] <wordpress@flatsome.dev>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Flatsome (http://flatsome.dev)\nemail@mail.com\nReply-To: [your-email]\n\n\n\n\nFlatsome \"[your-subject]\"\nFlatsome <wordpress@flatsome.dev>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Flatsome (http://flatsome.dev)\n[your-email]\nReply-To: email@mail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact Form Flat', '', 'publish', 'closed', 'closed', '', 'contact-form-outline', '', '', '2016-08-29 14:03:10', '2016-08-29 14:03:10', '', 0, 'http://flatsome.dev/?post_type=wpcf7_contact_form&amp;p=8979', 0, 'wpcf7_contact_form', '', 0),
(10, 2, '2016-08-25 13:56:17', '2016-08-25 13:56:17', '<div class=\"form-flat\">\r\n	[email* your-email placeholder \"Your Email (required)\"]\r\n\r\n	[submit class:button primary \"Sign Up\"]\r\n</div>\nNew signup!\nFlatsome Theme <mail@flatsome.dev>\nNew signup: [your-email]\n[your-email]\n\n\n\n\n\nFlatsome \"[your-subject]\"\nFlatsome <wordpress@flatsome.dev>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Flatsome (http://flatsome.dev)\n[your-email]\nReply-To: email@mail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Newsletter Vertical', '', 'publish', 'closed', 'closed', '', 'newsletter-horizontal', '', '', '2016-08-25 13:56:17', '2016-08-25 13:56:17', '', 0, 'http://flatsome.dev/?post_type=wpcf7_contact_form&amp;p=8787', 0, 'wpcf7_contact_form', '', 0),
(11, 2, '2016-04-04 11:38:11', '2016-04-04 11:38:11', '<div class=\"flex-row form-flat medium-flex-wrap\">\r\n<div class=\"flex-col flex-grow\">\r\n	[email* your-email placeholder \"Your Email (required)\"]\r\n</div>\r\n<div class=\"flex-col ml-half\">\r\n	[submit class:button primary \"Sign Up\"]\r\n</div>\r\n</div>\nFlatsome \"[your-subject]\"\n[your-name] <wordpress@flatsome.dev>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Flatsome (http://flatsome.dev)\nemail@mail.com\n\n\n\n\n\nFlatsome \"[your-subject]\"\nFlatsome <wordpress@flatsome.dev>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Flatsome (http://flatsome.dev)\n[your-email]\nReply-To: email@mail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Newsletter Horizontal', '', 'publish', 'closed', 'closed', '', 'contact-form', '', '', '2016-04-04 11:38:11', '2016-04-04 11:38:11', '', 0, 'http://flatsome.dev/?post_type=wpcf7_contact_form&amp;p=7042', 0, 'wpcf7_contact_form', '', 0),
(12, 2, '2016-04-04 11:33:38', '2016-04-04 11:33:38', '<label>Your Name (required)</label>\r\n[text* your-name]\r\n\r\n<label>Your Email (required)</label>\r\n[email*  your-email] </p>\r\n\r\n<label>Your Message (required)</label>\r\n[textarea your-message] </p>\r\n\r\n[submit class:button primary \"Submit\"]\nNew Message!\nmail@flatsome.dev\nMessage:\r\n[your-message]\nemail@mail.com\n\n\n1\n\n\nFlatsome \"[your-subject]\"\nFlatsome <wordpress@flatsome.dev>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Flatsome (http://flatsome.dev)\n[your-email]\nReply-To: email@mail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact form', '', 'publish', 'closed', 'closed', '', 'contact-form-1-2', '', '', '2016-04-04 11:33:38', '2016-04-04 11:33:38', '', 0, 'http://flatsome.dev/?post_type=wpcf7_contact_form&amp;p=7041', 0, 'wpcf7_contact_form', '', 0),
(13, 2, '2015-11-19 10:26:13', '2015-11-19 10:26:13', '<p class=\"lead\">Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.\r\n<blockquote>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</blockquote>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.', 'Welcome to Flatsome', '', 'publish', 'open', 'open', '', 'welcome-to-flatsome', '', '', '2015-11-19 10:26:13', '2015-11-19 10:26:13', '', 0, 'http://flatsome.dev/?p=1', 0, 'post', '', 0),
(14, 2, '2015-10-13 21:13:41', '2015-10-13 21:13:41', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed vulputate massa. Fusce ante magna, iaculis ut purus ut, facilisis ultrices nibh. Quisque commodo nunc eget tortor dapibus, et tristique magna convallis. Phasellus egestas nunc eu venenatis vehicula. Phasellus et magna nulla. Proin ante nunc, mollis a lectus ac, volutpat placerat ante. Vestibulum sit amet magna sit amet nunc faucibus mollis. Aliquam vel lacinia purus, id tristique ipsum. Quisque vitae nibh ut libero vulputate ornare quis in risus. Nam sodales justo orci, a bibendum risus tincidunt id. Etiam hendrerit, metus in volutpat tempus, neque libero viverra lorem, ac tristique orci augue eu metus. Aenean elementum nisi vitae justo adipiscing gravida sit amet et risus. Suspendisse dapibus elementum quam, vel semper mi tempus ac.\r\n\r\n[gallery columns=\"4\" link=\"file\" size=\"large\" ids=\"\"]', 'Just another post with A Gallery', '', 'publish', 'open', 'open', '', 'velkommen-til-bloggen-min', '', '', '2015-10-13 21:13:41', '2015-10-13 21:13:41', '', 0, 'http://localhost:8888/flatsome-next/?p=5', 0, 'post', '', 0),
(15, 2, '2015-10-13 19:28:03', '2015-10-13 19:28:03', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus\r\n\r\nTypi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus\r\n', 'A Simple Blog Post', '', 'publish', 'open', 'open', '', 'a-simple-blog-post', '', '', '2015-10-13 19:28:03', '2015-10-13 19:28:03', '', 0, 'http://localhost:8888/flatsome-next/?p=1', 0, 'post', '', 0),
(16, 2, '2014-01-01 16:47:44', '2014-01-01 16:47:44', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed vulputate massa. Fusce ante magna, iaculis ut purus ut, facilisis ultrices nibh. Quisque commodo nunc eget tortor dapibus, et tristique magna convallis. Phasellus egestas nunc eu venenatis vehicula. Phasellus et magna nulla. Proin ante nunc, mollis a lectus ac, volutpat placerat ante. Vestibulum sit amet magna sit amet nunc faucibus mollis. Aliquam vel lacinia purus, id tristique ipsum. Quisque vitae nibh ut libero vulputate ornare quis in risus. Nam sodales justo orci, a bibendum risus tincidunt id. Etiam hendrerit, metus in volutpat tempus.\r\n\r\nNeque libero viverra lorem, ac tristique orci augue eu metus. Aenean elementum nisi vitae justo adipiscing gravida sit amet et risus. Suspendisse dapibus elementum quam, vel semper mi tempus ac.', 'A Video Blog Post', '', 'publish', 'open', 'open', '', 'a-video-blog-post', '', '', '2014-01-01 16:47:44', '2014-01-01 16:47:44', '', 0, 'http://localhost:8888/test/?p=483', 0, 'post', '', 0),
(17, 2, '2013-12-30 16:50:40', '2013-12-30 16:50:40', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed vulputate massa. Fusce ante magna, iaculis ut purus ut, facilisis ultrices nibh. Quisque commodo nunc eget tortor dapibus, et tristique magna convallis. Phasellus egestas nunc eu venenatis vehicula. Phasellus et magna nulla. Proin ante nunc, mollis a lectus ac, volutpat placerat ante. Vestibulum sit amet magna sit amet nunc faucibus mollis. Aliquam vel lacinia purus, id tristique ipsum. Quisque vitae nibh ut libero vulputate ornare quis in risus. Nam sodales justo orci, a bibendum risus tincidunt id. Etiam hendrerit, metus in volutpat tempus, neque libero viverra lorem, ac tristique orci augue eu metus. Aenean elementum nisi vitae justo adipiscing gravida sit amet et risus. Suspendisse dapibus elementum quam, vel semper mi tempus ac.\r\n\r\n[gallery link=\"file\" columns=\"4\" ids=\"\"]\r\n\r\nNam at nisi risus. Proin pretium, dolor vel venenatis suscipit, dui nunc tincidunt lectus, ac placerat felis dui in justo. Aliquam orci velit, facilisis in facilisis non, scelerisque in massa. Integer scelerisque odio nec eros sodales laoreet. Sed sed odio tellus. In tristique felis ac facilisis tempor. Nunc non enim in dolor congue pulvinar sed sed nisi. Mauris viverra convallis feugiat. Nam at mauris laoreet, dictum leo at, tristique mi. Aenean pellentesque justo vel diam elementum iaculis. Nam lobortis cursus vestibulum. Nulla feugiat mauris felis, auctor pretium dui euismod in.\r\n\r\nVestibulum et enim vitae lectus malesuada aliquam vitae non mi. Suspendisse tellus eros, ultricies nec lorem feugiat, pharetra auctor dui. Suspendisse placerat neque leo, nec commodo eros ultrices vel. Fusce elit libero, aliquam quis libero non, consectetur accumsan est. Proin tempus mauris id cursus posuere. Sed et rutrum felis, vel aliquet ante. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque neque tellus, condimentum non eros non, consectetur auctor lacus. Curabitur malesuada odio eget elit egestas porttitor.', 'Just a cool blog post with Images', '', 'publish', 'open', 'open', '', 'just-a-cool-blog-post-with-images', '', '', '2013-12-30 16:50:40', '2013-12-30 16:50:40', '', 0, 'http://localhost:8888/test/?p=485', 0, 'post', '', 0),
(18, 2, '2013-12-16 20:32:19', '2013-12-16 20:32:19', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed vulputate massa. Fusce ante magna, iaculis ut purus ut, facilisis ultrices nibh. Quisque commodo nunc eget tortor dapibus, et tristique magna convallis. Phasellus egestas nunc eu venenatis vehicula. Phasellus et magna nulla. Proin ante nunc, mollis a lectus ac, volutpat placerat ante. Vestibulum sit amet magna sit amet nunc faucibus mollis. Aliquam vel lacinia purus, id tristique ipsum. Quisque vitae nibh ut libero vulputate ornare quis in risus. Nam sodales justo orci, a bibendum risus tincidunt id. Etiam hendrerit, metus in volutpat tempus, neque libero viverra lorem, ac tristique orci augue eu metus. Aenean elementum nisi vitae justo adipiscing gravida sit amet et risus. Suspendisse dapibus elementum quam, vel semper mi tempus ac.\n\n[gallery link=\"file\" columns=\"4\" ids=\"\"]\n\nNam at nisi risus. Proin pretium, dolor vel venenatis suscipit, dui nunc tincidunt lectus, ac placerat felis dui in justo. Aliquam orci velit, facilisis in facilisis non, scelerisque in massa. Integer scelerisque odio nec eros sodales laoreet. Sed sed odio tellus. In tristique felis ac facilisis tempor. Nunc non enim in dolor congue pulvinar sed sed nisi. Mauris viverra convallis feugiat. Nam at mauris laoreet, dictum leo at, tristique mi. Aenean pellentesque justo vel diam elementum iaculis. Nam lobortis cursus vestibulum. Nulla feugiat mauris felis, auctor pretium dui euismod in.\n\nVestibulum et enim vitae lectus malesuada aliquam vitae non mi. Suspendisse tellus eros, ultricies nec lorem feugiat, pharetra auctor dui. Suspendisse placerat neque leo, nec commodo eros ultrices vel. Fusce elit libero, aliquam quis libero non, consectetur accumsan est. Proin tempus mauris id cursus posuere. Sed et rutrum felis, vel aliquet ante. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque neque tellus, condimentum non eros non, consectetur auctor lacus. Curabitur malesuada odio eget elit egestas porttitor.', 'Another post with A Gallery', '', 'publish', 'open', 'open', '', 'just-a-cool-blog-post-with-a-gallery-2', '', '', '2013-12-16 20:32:19', '2013-12-16 20:32:19', '', 0, 'http://localhost:8888/test/?p=2009', 0, 'post', '', 0),
(19, 2, '2013-08-29 14:15:41', '2013-08-29 14:15:41', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. \r\n \r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.', 'New Client Landed', '', 'publish', 'open', 'open', '', 'new-client-landed', '', '', '2013-08-29 14:15:41', '2013-08-29 14:15:41', '', 0, 'http://flatsome.dev/?p=8984', 0, 'post', '', 0),
(20, 2, '2013-08-11 16:35:51', '2013-08-11 16:35:51', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sed eleifend risus, sit amet porttitor massa. Ut vulputate felis at mauris ultrices sodales. Phasellus in leo ornare, vulputate purus eget, iaculis tellus. Donec sed laoreet orci. Praesent faucibus feugiat velit a iaculis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Morbi turpis mauris, consequat laoreet metus non, dictum fringilla sem. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla ornare malesuada ultricies. Nulla luctus velit diam, at lacinia odio aliquam nec. In adipiscing, arcu elementum dictum eleifend, mi velit sodales nisi, a semper tellus magna sed justo. Ut mauris velit, tristique id nulla eget, euismod consequat lacus. Vestibulum varius dapibus lacus et vestibulum.\r\n<blockquote>Ut eu imperdiet arcu. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras interdum porttitor quam at tempus. Sed quis rutrum lorem.</blockquote>\r\nUt eu imperdiet arcu. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras interdum porttitor quam at tempus. Sed quis rutrum lorem. Mauris vitae dui ut neque pulvinar mattis. Mauris sed tincidunt nisi. Ut porta quis lorem at consectetur. Mauris elementum vulputate metus, ut cursus felis dictum non. Sed in nulla metus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Phasellus at nunc eget ligula tristique scelerisque in et urna.\r\n\r\nPellentesque imperdiet, nunc id scelerisque scelerisque, nisi arcu hendrerit leo, vel volutpat arcu mi in risus. Vestibulum iaculis molestie venenatis. Donec faucibus elit quis enim porta, id fringilla lectus feugiat. Sed et diam fermentum, elementum elit et, placerat nisi. Sed vehicula nibh sed tellus elementum condimentum. Fusce laoreet lorem ipsum, vitae aliquam arcu gravida gravida. Nunc eget tristique sem, eu ornare ligula.\r\n\r\nPellentesque facilisis lobortis volutpat. Etiam non suscipit velit, vitae ornare eros. In hac habitasse platea dictumst. Phasellus eu auctor metus, et porta justo. Vivamus suscipit fermentum ante, eu dignissim orci. Proin faucibus quis orci a dictum. Nulla ac nibh neque. Curabitur eu justo massa.', 'An Amazing responsive and Retina ready theme.', '', 'publish', 'open', 'open', '', 'welcome-to-flatsome-an-amazing-responsive-and-retina-ready-theme', '', '', '2013-08-11 16:35:51', '2013-08-11 16:35:51', '', 0, 'http://localhost:8888/test/?p=474', 0, 'post', '', 0),
(21, 2, '2016-09-19 08:54:13', '2016-09-19 08:54:13', '<p>test</p>\r\n[ux_banner height=\"100%\" bg_overlay=\"rgba(0, 0, 0, 0.2)\"]\r\n\r\n[text_box style=\"circle\" width=\"40\" width__sm=\"60\" padding=\"30px 30px 30px 30px\" rotate=\"17\" position_x=\"90\" bg=\"rgba(0, 0, 0, 0.86)\" depth=\"3\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Main Headline</strong></h2>\r\n<h3>Smaller Headline</h3>\r\n<p>Lorem ipsum dolor sit amet, conse.</p>\r\n[button text=\"Secondary\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]', 'test', '', 'publish', 'closed', 'closed', '', 'test', '', '', '2016-09-19 08:54:13', '2016-09-19 08:54:13', '', 0, 'http://flatsome.dev/?page_id=9969', 0, 'page', '', 0),
(22, 2, '2016-09-05 20:12:31', '2016-09-05 20:12:31', '', 'Left Sidebar', '', 'publish', 'closed', 'closed', '', 'left-sidebar', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 45, 'http://flatsome.dev/?page_id=9847', 0, 'page', '', 0),
(23, 2, '2016-08-31 09:25:18', '2016-08-31 09:25:18', '[section bg_color=\"rgb(246, 246, 246)\"]\n\n[title style=\"center\" text=\"Flip book element\"]\n\n[ux_product_flip]\n\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead\" style=\"text-align: center;\">Create a Flip Book for any product category. You can also select custom posts.</p>\n\n[/col]\n\n[/row]\n\n[/section]', 'Flip Book', '', 'publish', 'closed', 'closed', '', 'flip-book', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 95, 'http://flatsome.dev/?page_id=9165', 99, 'page', '', 0),
(24, 2, '2016-08-09 14:23:35', '2016-08-09 14:23:35', '[ux_slider infinitive=\"false\" parallax=\"2\" hide_nav=\"true\" nav_size=\"normal\" nav_style=\"simple\" bullets=\"false\"]\r\n\r\n[ux_banner height=\"100%\" bg=\"8093\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"30% 57%\"]\r\n\r\n[text_box width=\"45\" width__sm=\"78\" scale__sm=\"125\" position_x=\"5\" position_y=\"80\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Welcome to our Fashion shop</strong></span></h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Click me!\" color=\"white\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" bg=\"8053\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"62% 18%\"]\r\n\r\n[text_box width=\"45\" width__sm=\"78\" scale__sm=\"125\" position_x=\"5\" position_y=\"80\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Welcome to our Fashion shop</strong></h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Click me!\" color=\"white\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" bg=\"6803\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"74% 14%\"]\r\n\r\n[text_box width=\"45\" width__sm=\"78\" scale__sm=\"125\" position_x=\"5\" position_y=\"80\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Welcome to our Fashion shop</strong></h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Click me!\" color=\"white\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]', 'Slider Cover', '', 'publish', 'closed', 'closed', '', 'slider-cover', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 68, 'http://flatsome.dev/?page_id=8550', 12, 'page', '', 0),
(25, 2, '2016-08-09 14:21:14', '2016-08-09 14:21:14', '[ux_banner height=\"100%\" bg=\"8012\"]\r\n\r\n[text_box]\r\n\r\n[ux_image id=\"8014\" width=\"24\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Flatsome 3.0</strong></h3>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt.</p>\r\n[ux_countdown bg_color=\"rgba(0, 0, 0, 0.2)\" month=\"12\" day=\"24\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]', 'Maintenance', '', 'publish', 'closed', 'closed', '', 'maintenance', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 45, 'http://flatsome.dev/?page_id=8545', 0, 'page', '', 0),
(26, 2, '2016-08-09 14:09:04', '2016-08-09 14:09:04', '[ux_banner height=\"100%\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" video_mp4=\"/wp-content/uploads/2016/02/348462762.mp4\"]\n\n[text_box width=\"53\" width__sm=\"87\" scale__sm=\"125\" margin=\"30px 0px 30px 0px\"]\n\n<h3 class=\"alt-font\">A Fancy top Title</h3>\n<h1 class=\"uppercase\"><strong>Welcome to COOL Our Shop</strong></h1>\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text=\"Shop now\" color=\"white\" link=\"shop\"]\n\n\n[/text_box]\n\n[/ux_banner]', 'Video Cover', '', 'publish', 'closed', 'closed', '', 'video-cover', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 68, 'http://flatsome.dev/?page_id=8538', 15, 'page', '', 0),
(27, 2, '2016-08-04 11:15:19', '2016-08-04 11:15:19', '[ux_banner height=\"300px\" bg=\"8245\" bg_overlay=\"rgba(0, 0, 0, 0.2)\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"60\"]\n\n<h3 class=\"uppercase\"><strong>Our Stores</strong></h3>\n[divider]\n\n[share]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead\">About our stores. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[tabgroup type=\"vertical\"]\n\n[tab title=\"New York\"]\n\n[map lat=\"40.7902\" saturation=\"-58\"]\n\n<p>Enter street adress here. Or any other information you want.</p>\n\n[/map]\n\n[/tab]\n[tab title=\"London\"]\n\n[map]\n\n<p>Enter street adress here. Or any other information you want.</p>\n\n[/map]\n\n[/tab]\n[tab title=\"Oslo\"]\n\n[map]\n\n<p>Enter street adress here. Or any other information you want.</p>\n\n[/map]\n\n[/tab]\n[tab title=\"Stockholm\"]\n\n[map]\n\n<p>Enter street adress here. Or any other information you want.</p>\n\n[/map]\n\n[/tab]\n[tab title=\"Add as many as you want\"]\n\n[map]\n\n<p>Enter street adress here. Or any other information you want.</p>\n\n[/map]\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n\n[/row]', 'Our Stores', '', 'publish', 'closed', 'closed', '', 'our-stores', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 45, 'http://flatsome.dev/?page_id=8412', 0, 'page', '', 0),
(28, 2, '2016-07-05 14:49:02', '2016-07-05 14:49:02', '[section bg=\"8651\" bg_color=\"rgb(246, 246, 246)\" parallax=\"3\" padding=\"19px\" border=\"1px 0px 1px 0px\"]\r\n\r\n[ux_banner_grid]\r\n\r\n[col_grid span=\"6\" span__sm=\"12\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8102\" bg_size=\"large\" bg_color=\"rgb(255, 255, 255)\" bg_pos=\"65% 16%\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"50\" scale=\"99\" position_x=\"10\" text_align=\"left\" text_color=\"dark\"]\r\n\r\n<p class=\"lead alt-font\"><span style=\"font-size: 190%;\">Add any text here...</span></p>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>New arrivals on the shop</strong></span></h2>\r\n[divider align=\"left\"]\r\n\r\n[button text=\"Browse\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"7\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8106\" bg_size=\"medium\" bg_pos=\"58% 24%\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"76\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"5\" height=\"1-2\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"4113\" bg_size=\"medium\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"67\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"5\" height=\"1-2\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8103\" bg_size=\"medium\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"68\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/section]\r\n[title style=\"bold-center\" text=\"Featured Products\" margin_top=\"22px\" size=\"undefined\"]\r\n\r\n[ux_products show=\"featured\"]\r\n\r\n[title style=\"bold-center\" text=\"Featured Categories\" size=\"undefined\"]\r\n\r\n[ux_product_categories]\r\n\r\n[gap height=\"36px\"]\r\n\r\n[ux_banner height=\"366px\" bg=\"3834\" bg_overlay=\"rgba(0, 0, 0, 0.26)\" bg_pos=\"60% 0%\" parallax=\"1\"]\r\n\r\n[text_box width=\"37\" width__sm=\"78\" position_x=\"10\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Signup for Newsletter</strong></h3>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonumm.</p>\r\n[gap height=\"18px\"]\r\n\r\n[contact-form-7 id=\"11\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"bold-center\" text=\"Latest news\" size=\"undefined\"]\r\n\r\n[blog_posts columns=\"3\" badge_style=\"square\" image_height=\"200px\"]\r\n\r\n[title style=\"bold-center\" text=\"Follow on instagram\" icon=\"icon-instagram\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" type=\"slider\" width=\"full-width\" columns=\"6\"]', 'Grid Style 3', '', 'publish', 'closed', 'closed', '', 'grid-style-3', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 68, 'http://flatsome.dev/?page_id=8220', 8, 'page', '', 0),
(29, 2, '2016-07-04 20:02:46', '2016-07-04 20:02:46', '[ux_slider slide_width=\"100%\" bullets=\"false\"]\r\n\r\n[ux_banner height=\"100%\" bg=\"8328\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"70% 17%\"]\r\n\r\n[text_box width=\"56\" width__sm=\"85\" width__md=\"52\" animate=\"fadeInLeft\" position_x=\"5\" position_x__sm=\"10\" position_y__sm=\"90\" text_depth=\"1\"]\r\n\r\n<h1><span style=\"font-size: 80%;\"><strong>WordPress & WooCommerce Expert</strong></span></h1>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>\r\n[button text=\"My Work\" color=\"white\" style=\"outline\" radius=\"99\" link=\"Portfolio\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" bg=\"8330\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"62% 50%\"]\r\n\r\n[text_box width=\"63\" width__sm=\"85\" width__md=\"52\" animate=\"fadeInLeft\" position_x__sm=\"10\" position_x__md=\"5\" position_y=\"25\" position_y__sm=\"90\" text_depth=\"1\"]\r\n\r\n<h2><strong>A small but focused Web Studio</strong></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Learn more\" color=\"white\" style=\"outline\" radius=\"99\" icon=\"icon-angle-right\" icon_reveal=\"true\" link=\"About\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" bg=\"8333\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"62% 50%\"]\r\n\r\n[text_box width=\"80\" width__sm=\"85\" width__md=\"52\" animate=\"fadeInLeft\" position_x__sm=\"10\" position_x__md=\"5\" position_y__sm=\"90\" text_depth=\"1\"]\r\n\r\n<h2><strong>Services</strong></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[button text=\"Contact Now\" color=\"white\" style=\"outline\" radius=\"99\" icon=\"icon-angle-right\" icon_reveal=\"true\" link=\"Contact\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]', 'Freelancer', '', 'publish', 'closed', 'closed', '', 'freelancer', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 67, 'http://flatsome.dev/?page_id=8194', 2, 'page', '', 0),
(30, 2, '2016-07-04 10:31:29', '2016-07-04 10:31:29', '[ux_slider]\r\n\r\n[ux_banner height=\"600px\" bg_overlay=\"rgba(246, 208, 45, 0.94)\" border=\"2px 2px 2px 2px\" border_margin=\"10px 10px 10px 10px\" border_style=\"dashed\" border_radius=\"undefined\"]\r\n\r\n[text_box style=\"circle\" width=\"15\" width__sm=\"29\" rotate=\"1\" animate=\"fadeInRight\" position_x=\"95\" position_x__sm=\"95\" position_y=\"5\" position_y__sm=\"5\" border=\"2px 2px 2px 2px\" border_margin=\"5px 5px 5px 5px\" border_style=\"dashed\" border_radius=\"100\" border_color=\"rgba(255, 255, 255, 0.19)\"]\r\n\r\n<h3>Up to<br /><span style=\"font-size: 160%;\"><strong>50<span style=\"font-size: 75%;\">%</span><br /></strong></span>off</h3>\r\n\r\n[/text_box]\r\n[text_box width=\"57\" width__sm=\"84\" scale__sm=\"111\" animate=\"flipInY\"]\r\n\r\n<h1 class=\"uppercase\"><span style=\"font-size: 400%;\" data-line-height=\"xs\"><strong>Sale</strong></span></h1>\r\n<h2 class=\"lead\">Summer Sale has Started</h2>\r\n[ux_countdown style=\"text\" size=\"114\" color=\"light\"]\r\n\r\n[gap height=\"23px\"]\r\n\r\n[button text=\"Shop men\" color=\"white\"]\r\n\r\n[button text=\"Shop Women\" color=\"white\"]\r\n\r\n[button text=\"Shop All\" color=\"white\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"600px\" bg=\"6799\" bg_pos=\"84% 0%\" border=\"2px 2px 2px 2px\" border_margin=\"10px 10px 10px 10px\" border_style=\"dashed\" border_radius=\"undefined\"]\r\n\r\n[text_box style=\"circle\" width=\"15\" width__sm=\"29\" rotate=\"1\" animate=\"fadeInRight\" position_x=\"100\" position_x__sm=\"95\" position_y=\"15\" position_y__sm=\"5\" border=\"2px 2px 2px 2px\" border_margin=\"5px 5px 5px 5px\" border_style=\"dashed\" border_radius=\"100\" border_color=\"rgba(255, 255, 255, 0.19)\"]\r\n\r\n<h3>Up to<br /><span style=\"font-size: 160%;\"><strong>50<span style=\"font-size: 75%;\">%</span><br /></strong></span>off</h3>\r\n\r\n[/text_box]\r\n[text_box width=\"50\"]\r\n\r\n<h2 class=\"uppercase\">Shop Fashion Clothes today</h2>\r\n<h3 class=\"thin-font\">Add any text here..</h3>\r\n[button text=\"Shop now\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[row depth=\"1\" depth_hover=\"5\"]\r\n\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"4116\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"50% 12%\" border=\"1px 1px 1px 1px\" border_margin=\"10px 10px 10px 10px\" border_style=\"dashed\" border_color=\"rgba(0, 0, 0, 0.16)\"]\r\n\r\n[text_box width=\"68\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>About us</strong></h2>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"4110\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"60% 18%\" border=\"1px 1px 1px 1px\" border_margin=\"10px 10px 10px 10px\" border_style=\"dashed\" border_color=\"rgba(0, 0, 0, 0.16)\"]\r\n\r\n[text_box width=\"68\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>OUR BLOG</strong></h2>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"4117\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"51% 35%\" border=\"1px 1px 1px 1px\" border_margin=\"10px 10px 10px 10px\" border_style=\"dashed\" border_color=\"rgba(0, 0, 0, 0.16)\"]\r\n\r\n[text_box width=\"68\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>NEWSLETTER</strong></h2>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"bold-center\" text=\"Latest products on sale\" size=\"undefined\"]\r\n\r\n[ux_products depth=\"1\" depth_hover=\"4\" orderby=\"sales\" show=\"onsale\"]\r\n\r\n[title style=\"bold-center\" text=\"Browse our Categories\" size=\"undefined\"]\r\n\r\n[ux_product_categories depth=\"1\" depth_hover=\"4\"]\r\n\r\n[title style=\"bold-center\" text=\"Follow us on Instagram\" icon=\"instagram\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" depth=\"1\"]\r\n\r\n[gap height=\"58px\"]\r\n\r\n[ux_banner height=\"407px\" bg=\"8102\" bg_color=\"rgb(18, 18, 18)\" bg_overlay=\"rgba(0, 0, 0, 0.36)\" bg_pos=\"79% 0%\" parallax=\"1\" border=\"2px 0px 2px 0px\" border_margin=\"10px 0px 10px 0px\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(255, 255, 255, 0.22)\"]\r\n\r\n[text_box width=\"47\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Don\'t miss a sale</strong></h2>\r\n<h3 class=\"thin-font\">Sign up for our Newsletter</h3>\r\n[gap height=\"32px\"]\r\n\r\n[contact-form-7 id=\"11\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"bold-center\" text=\"Latest News\" size=\"undefined\"]\r\n\r\n[blog_posts columns=\"3\" depth=\"1\" depth_hover=\"4\" image_height=\"181px\"]', 'Big Sale', '', 'publish', 'closed', 'closed', '', 'big-sale', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 68, 'http://flatsome.dev/?page_id=8111', 4, 'page', '', 0),
(31, 2, '2016-06-29 08:39:48', '2016-06-29 08:39:48', '[title text=\"Add responsive Video Embeds\" size=\"undefined\"]\n\n<p class=\"lead\">Add Responsive video embed to your site by using the Page Builder.</p>\n<h3>YOUTUBE</h3>\n[ux_video height=\"46%\"]\n\n<h3>VIMEO</h3>\n[ux_video url=\"https://vimeo.com/180255453\" height=\"54%\"]', 'Video', '', 'publish', 'closed', 'closed', '', 'video', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 95, 'http://flatsome.dev/?page_id=7921', 10, 'page', '', 0),
(32, 2, '2016-06-15 22:08:43', '2016-06-15 22:08:43', '[ux_banner height=\"450px\" bg=\"8271\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>Video Button</strong></h3>\n<p class=\"lead\">Add a video button that opens Youtube and Viemo videos anywhere.</p>\n[video_button size=\"118\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"4\" span__sm=\"12\" depth=\"2\" depth_hover=\"4\"]\n\n[ux_banner height=\"450px\" bg=\"8902\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.52)\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>Video Button</strong></h3>\n<p class=\"lead\">Add a video button that opens Youtube and Viemo videos anywhere.</p>\n[video_button]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\" depth=\"2\" depth_hover=\"4\"]\n\n[ux_banner height=\"450px\" bg=\"8976\"]\n\n[text_box position_x=\"10\" position_y=\"10\" text_align=\"left\" text_color=\"dark\"]\n\n<h3 class=\"uppercase\"><strong>Change Size</strong></h3>\n<p class=\"lead\">You can change the size to anything</p>\n[video_button size=\"202\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\" depth=\"2\" depth_hover=\"4\"]\n\n[ux_banner height=\"450px\" bg=\"8956\" bg_overlay=\"rgba(0, 0, 0, 0.45)\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\"]\n\n<h3 class=\"uppercase\"><strong>Show on Hover</strong></h3>\n<p class=\"lead\">Select between various hover effects</p>\n[video_button]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]', 'Video Button', '', 'publish', 'closed', 'closed', '', 'video-button', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 95, 'http://flatsome.dev/?page_id=7858', 12, 'page', '', 0);
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
(33, 2, '2016-06-02 12:48:15', '2016-06-02 12:48:15', '[ux_banner height=\"500px\" bg=\"8895\" bg_overlay=\"rgba(0, 0, 0, 0.71)\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>GALLERY ELEMENT</strong></h3>\r\n<p class=\"lead\">Create Galleries by using Image IDs and drag and drop. You can easily create galleries from the Page Builder.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Simple GAllery Row with lightbox\"]\r\n\r\n[ux_gallery ids=\"8896,8895,8894,8893,8892,8898,8899,8900\" style=\"shade\" grid_height=\"undefined\" slider_nav_style=\"undefined\" slider_nav_color=\"light\" slider_nav_position=\"outside\" col_spacing=\"undefined\" depth=\"1\" depth_hover=\"undefined\" image_height=\"81%\" image_width=\"undefined\" image_size=\"undefined\" image_overlay=\"undefined\" image_hover=\"zoom\" image_hover_alt=\"undefined\" text_pos=\"undefined\" text_align=\"undefined\" text_size=\"undefined\" text_bg=\"undefined\" text_color=\"undefined\"]\r\n\r\n[title style=\"center\" text=\"Full Width Gallery\"]\r\n\r\n[ux_gallery ids=\"8896,8895,8894,8893,8892,8898,8899,8900\" style=\"shade\" grid_height=\"undefined\" slider_nav_style=\"undefined\" slider_nav_color=\"light\" slider_nav_position=\"outside\" width=\"full-width\" col_spacing=\"collapse\" depth=\"1\" depth_hover=\"undefined\" image_height=\"81%\" image_width=\"undefined\" image_size=\"undefined\" image_overlay=\"undefined\" image_hover=\"zoom\" image_hover_alt=\"undefined\" text_pos=\"undefined\" text_align=\"undefined\" text_size=\"undefined\" text_bg=\"undefined\" text_color=\"undefined\"]\r\n\r\n[title style=\"center\" text=\"Gallery width Small gap\"]\r\n\r\n[ux_gallery ids=\"8896,8895,8894,8893,8892,8898,8899,8900\" style=\"shade\" grid_height=\"undefined\" slider_nav_style=\"undefined\" slider_nav_color=\"light\" slider_nav_position=\"outside\" col_spacing=\"xsmall\" depth=\"1\" depth_hover=\"undefined\" image_height=\"81%\" image_width=\"undefined\" image_size=\"undefined\" image_overlay=\"undefined\" image_hover=\"zoom\" image_hover_alt=\"undefined\" text_pos=\"undefined\" text_align=\"undefined\" text_size=\"undefined\" text_bg=\"undefined\" text_color=\"undefined\"]\r\n\r\n[title style=\"center\" text=\"Slider Gallery\" margin_top=\"21px\"]\r\n\r\n[ux_gallery ids=\"8896,8895,8894,8893,8892,8898,8899,8900\" type=\"slider\" grid_height=\"undefined\" slider_nav_style=\"undefined\" slider_nav_color=\"undefined\" slider_nav_position=\"undefined\" col_spacing=\"undefined\" depth=\"1\" depth_hover=\"undefined\" image_height=\"undefined\" image_width=\"undefined\" image_size=\"undefined\" image_overlay=\"undefined\" image_hover=\"undefined\" image_hover_alt=\"undefined\" text_pos=\"undefined\" text_align=\"undefined\" text_size=\"undefined\" text_hover=\"undefined\" text_bg=\"undefined\" text_color=\"undefined\" text_padding=\"undefined\"]', 'Galleries', '', 'publish', 'closed', 'closed', '', 'galleries', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 95, 'http://flatsome.dev/?page_id=7640', 11, 'page', '', 0),
(34, 2, '2016-05-31 07:16:46', '2016-05-31 07:16:46', '[ux_slider nav_style=\"simple\" nav_color=\"dark\"]\n\n[ux_banner height=\"62%\" slide_effect=\"zoom-out-fast\" bg=\"8341\" bg_color=\"rgb(27, 15, 15)\" bg_pos=\"42% 29%\"]\n\n[ux_hotspot type=\"product\" prod_id=\"416\" icon=\"search\" size=\"large\" position_x=\"15\" position_y=\"25\" position_y__sm=\"35\"]\n\n[ux_hotspot text=\"Add a custom text here\" link=\"#customlink\" size=\"large\" animate=\"flipInY\" position_x=\"10\" position_y=\"85\"]\n\n[text_box text_color=\"dark\" width=\"36\" width__sm=\"32\" scale__sm=\"58\" position_x=\"90\"]\n\n<h2 class=\"uppercase\">Banner with hotspots</h2>\n<p class=\"thin-font lead\">Add Hotspots anywhere by using the drag and drop Page Builder.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"62%\" slide_effect=\"zoom-out-fast\" bg=\"8343\" bg_color=\"rgba(0, 0, 0, 0.25)\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"42% 29%\"]\n\n[ux_hotspot type=\"product\" prod_id=\"416\" size=\"large\" position_x=\"80\" position_y=\"30\" position_y__sm=\"35\"]\n\n[ux_hotspot text=\"Add a custom text here\" link=\"#customlink\" size=\"large\" animate=\"flipInY\" position_y=\"35\"]\n\n[text_box text_color=\"dark\" width=\"36\" width__sm=\"32\" scale__sm=\"58\" position_x=\"10\"]\n\n<h2 class=\"uppercase\">Create Lookbooks </h2>\n<p class=\"thin-font lead\">Create beautiful lookbooks by combining the banner, hotspot and slider element.</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]', 'Hotspot', '', 'publish', 'closed', 'closed', '', 'hotspot', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 95, 'http://flatsome.dev/?page_id=7562', 99, 'page', '', 0),
(35, 2, '2016-04-26 12:34:20', '2016-04-26 12:34:20', '[section bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.62)\"]\r\n\r\n[ux_banner_grid height=\"666\" depth=\"1\"]\r\n\r\n[col_grid span=\"8\" span__sm=\"13\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8795\" bg_pos=\"32% 58%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"65\" width__sm=\"90\" scale=\"102\" animate=\"fadeInLeft\" position_x=\"10\" text_align=\"left\"]\r\n\r\n<h6 class=\"uppercase\">Featured Vendor</h6>\r\n<h2><strong>This Week Featured Vendor</strong></h2>\r\n<p class=\"lead\">Change this to anything. Consectetuer adipiscing elit.</p>\r\n[button text=\"Go To Shop\" style=\"outline\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"13\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8317\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.16)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"74\"]\r\n\r\n<h2><strong>This is a simple banner</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"large\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"15\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8226\" bg_size=\"medium\" bg_pos=\"66% 22%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"80\" width__sm=\"60\" animate=\"fadeInLeft\" position_y=\"85\" text_align=\"left\" text_color=\"dark\"]\r\n\r\n<h6 class=\"uppercase\">Featured Vendor</h6>\r\n<h2><strong>Woo Vendor Shop</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"13\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"7460\" bg_size=\"medium\" hover=\"zoom\"]\r\n\r\n[text_box width=\"80\" position_x=\"10\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h2><strong>This is a simple banner</strong></h2>\r\n<p class=\"lead\">Change this text to anything</p>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"15\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8753\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.09)\" hover=\"zoom\"]\r\n\r\n[text_box width=\"79\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h2><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"large\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/section]\r\n[section bg_color=\"rgb(246, 246, 246)\" border=\"1px 0px 0px 0px\" border_color=\"rgba(0, 0, 0, 0.05)\"]\r\n\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[featured_box img=\"8686\" img_width=\"42\" pos=\"left\" icon_border=\"2\" margin=\"px px px px\"]\r\n\r\n<h3>Find Something You love</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscin.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[featured_box img=\"8687\" img_width=\"42\" pos=\"left\" icon_border=\"2\" margin=\"px px px px\"]\r\n\r\n<h3>Find Something You love</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscin.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[featured_box img=\"8750\" img_width=\"42\" pos=\"left\" icon_border=\"2\" margin=\"px px px px\"]\r\n\r\n<h3>Find Something You love</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscin.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Shop By Category\" size=\"undefined\"]\r\n\r\n[ux_product_categories style=\"normal\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" columns=\"5\" depth=\"1\" image_height=\"230px\" text_bg=\"rgb(255, 255, 255)\"]\r\n\r\n[title style=\"center\" text=\"Latest  Collections\" size=\"undefined\"]\r\n\r\n[ux_products style=\"vertical\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" columns=\"2\" depth=\"1\" orderby=\"date\" image_width=\"42\" text_size=\"large\" text_bg=\"rgb(255, 255, 255)\"]\r\n\r\n\r\n[/section]\r\n[ux_banner height=\"318px\" bg=\"4059\" bg_color=\"rgb(80, 80, 80)\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" bg_pos=\"22% 29%\"]\r\n\r\n[text_box width=\"40\" width__sm=\"60\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Become a Vendor</strong></h3>\r\n<p class=\"lead\">Want to sell on Flatsome Vendor? We\'re looking for shop to join us.</p>\r\n[button text=\"Learn More\" color=\"white\" style=\"outline\" radius=\"99\"]\r\n\r\n[button text=\"Apply Now\" color=\"white\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section bg_color=\"rgb(244, 244, 244)\"]\r\n\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[title style=\"bold-center\" text=\"How it Works\" size=\"undefined\"]\r\n\r\n[row_inner]\r\n\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Apply to be a Vendor</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Upload your products</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Sell and make money</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col_inner]\r\n\r\n[/row_inner]\r\n[gap height=\"36px\"]\r\n\r\n[title style=\"bold-center\" text=\"Latest Reviews\" size=\"undefined\"]\r\n\r\n[ux_slider nav_pos=\"outside\" nav_style=\"simple\" nav_color=\"dark\"]\r\n\r\n[row_inner]\r\n\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n\r\n[/row_inner]\r\n[row_inner]\r\n\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n\r\n[/row_inner]\r\n\r\n[/ux_slider]\r\n[title style=\"bold-center\" text=\"From The Blog\" size=\"undefined\"]\r\n\r\n[blog_posts slider_nav_style=\"simple\" slider_nav_position=\"outside\" columns=\"3\" depth=\"1\" image_height=\"180px\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Vendor Shop', '', 'publish', 'closed', 'closed', '', 'vendor-shop', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 68, 'http://flatsome.dev/?page_id=7316', 14, 'page', '', 0),
(36, 2, '2016-04-18 13:07:29', '2016-04-18 13:07:29', '[message_box bg_color=\"rgb(69, 69, 69)\" padding=\"7\"]\r\n\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"7\" span__sm=\"12\" align=\"center\"]\r\n\r\n<p><strong>BIG SUMMER SALE HAS STARTED. UP TO 70% OFF   </strong>Make sure you</p>\r\n\r\n[/col]\r\n[col span=\"5\" span__sm=\"12\" align=\"center\"]\r\n\r\n[ux_countdown style=\"text\" size=\"94\" color=\"light\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/message_box]\r\n[ux_slider]\r\n\r\n[ux_banner height=\"706px\" bg=\"8093\" bg_overlay=\"rgba(0, 0, 0, 0.35)\" bg_pos=\"40% 54%\"]\r\n\r\n[text_box width=\"69\" width__sm=\"80\"]\r\n\r\n<p class=\"alt-font\"><span style=\"font-size: 200%;\">It has finally started</span></p>\r\n<h1><span style=\"font-size: 130%;\"><strong>BIG SUMMER SALE</strong></span></h1>\r\n[ux_countdown size=\"307\" color=\"light\" bg_color=\"rgba(255, 255, 255, 0.86)\"]\r\n\r\n[button text=\"Shop Men\" color=\"white\" style=\"outline\"]\r\n\r\n[button text=\"Shop Women\" color=\"white\" style=\"outline\"]\r\n\r\n[button text=\"Shop all\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[row h_align=\"center\"]\r\n\r\n[col span=\"8\" span__sm=\"12\" align=\"center\"]\r\n\r\n<h1 class=\"uppercase\">Welcome to our Shop</h1>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"bold-center\" text=\"Browse products\" size=\"undefined\"]\r\n\r\n[ux_product_categories style=\"overlay\" type=\"grid\" grid=\"8\" grid_height=\"300px\" depth=\"1\" depth_hover=\"4\" number=\"7\" text_pos=\"middle\" text_size=\"large\"]\r\n\r\n[gap height=\"54px\"]\r\n\r\n[ux_banner height=\"387px\" bg=\"8053\" bg_pos=\"49% 7%\"]\r\n\r\n[text_box width=\"40\" width__sm=\"76\" position_x=\"5\" position_x__sm=\"50\" position_y__sm=\"50\"]\r\n\r\n<h2 class=\"uppercase\"><strong>never miss a sale again</strong></h2>\r\n<p class=\"lead\">Sign up for our Newsletter</p>\r\n[contact-form-7 id=\"11\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"bold-center\" text=\"Latest news\" size=\"undefined\"]\r\n\r\n[blog_posts depth=\"1\" depth_hover=\"4\" image_height=\"68%\"]', 'Sale Countdown', '', 'publish', 'closed', 'closed', '', 'sale-countdown', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 68, 'http://flatsome.dev/?page_id=7224', 10, 'page', '', 0),
(37, 2, '2016-04-04 10:53:41', '2016-04-04 10:53:41', '[ux_banner height=\"100%\" bg=\"8264\" bg_color=\"#FFF\"]\r\n\r\n[text_box text_color=\"dark\" width=\"61\" width__sm=\"85\" animate=\"fadeInUp\"]\r\n\r\n<h2><span style=\"font-size: 170%;\"><strong>Go Explore</strong></span></h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[divider]\r\n\r\n[search]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section label=\"Simple Light\" bg_color=\"rgb(245, 245, 245)\" padding=\"27px\" border=\"1px 0px 0px 0px\" border_color=\"rgb(235, 235, 235)\"]\r\n\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[featured_box margin=\"px px px px\"]\r\n\r\n<h3>Explore Things</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<h3>Book Events</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<h3>Find a hotel</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[title style=\"center\" text=\"Thing to do\" margin_top=\"25px\" size=\"undefined\"]\r\n\r\n[ux_products style=\"shade\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" cat=\"114\"]\r\n\r\n[title style=\"center\" text=\"Go Explore\" margin_top=\"25px\" size=\"undefined\"]\r\n\r\n[ux_banner_grid]\r\n\r\n[col_grid span=\"3\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8266\" bg_overlay=\"rgba(0, 0, 0, 0.58)\" hover=\"glow\" hover_alt=\"overlay-add\" link=\"#\"]\r\n\r\n[text_box width=\"70\" width__sm=\"100\" scale=\"187\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Find a Beach</strong></h3>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8246\" bg_overlay=\"rgba(0, 0, 0, 0.58)\" hover_alt=\"overlay-add\" link=\"#\"]\r\n\r\n[text_box width=\"40\" width__sm=\"100\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Explore THe CITY</strong></h3>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8272\" bg_overlay=\"rgba(0, 0, 0, 0.58)\" hover=\"glow\" hover_alt=\"overlay-add\" link=\"#\"]\r\n\r\n[text_box width=\"40\" width__sm=\"100\"]\r\n\r\n<h3 class=\"uppercase\"><strong>EXPLORE OUTDOORS</strong></h3>\r\n<p> </p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"6\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8093\" bg_overlay=\"rgba(0, 0, 0, 0.58)\" hover=\"glow\" hover_alt=\"overlay-add\" link=\"#\"]\r\n\r\n[text_box width=\"40\" width__sm=\"100\"]\r\n\r\n<h3 class=\"uppercase\"><strong>TAILORED SUITES</strong></h3>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"6\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8274\" bg_overlay=\"rgba(0, 0, 0, 0.58)\" hover=\"glow\" hover_alt=\"overlay-add\" link=\"#\"]\r\n\r\n[text_box width=\"40\" width__sm=\"97\"]\r\n\r\n<h3 class=\"uppercase\"><strong>ENJOY A DRINK</strong></h3>\r\n<p> </p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[gap]\r\n\r\n[ux_banner height=\"400px\" bg=\"8266\" bg_overlay=\"rgba(255, 255, 255, 0.49)\" bg_pos=\"26% 17%\"]\r\n\r\n[text_box text_color=\"dark\" width=\"40\" width__sm=\"60\"]\r\n\r\n<h3 class=\"uppercase\"><strong>List your Company</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Apply Now\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Latest From Blog\" margin_top=\"25px\" size=\"undefined\"]\r\n\r\n[blog_posts style=\"overlay\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"293px\" image_hover=\"zoom\" text_align=\"left\"]\r\n\r\n[title style=\"center\" text=\"Follow on Instagram\" icon=\"icon-instagram\" margin_top=\"25px\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed type=\"slider\" width=\"full-width\" columns=\"6\"]', 'Explore', '', 'publish', 'closed', 'closed', '', 'explore', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 67, 'http://flatsome.dev/?page_id=7037', 4, 'page', '', 0),
(38, 2, '2016-03-31 15:07:47', '2016-03-31 15:07:47', '[ux_banner height=\"261px\" bg=\"8330\" bg_overlay=\"rgba(0, 0, 0, 0.09)\" bg_pos=\"54% 100%\" parallax=\"3\"]\n\n[text_box parallax=\"-4\" text_depth=\"1\"]\n\n<h3 class=\"uppercase\"><strong>Create Powerful Forms</strong></h3>\n<p class=\"lead\">Create Powerful forms with the integrated Contact Form 7 Plugin.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section bg_color=\"rgb(255, 255, 255)\" mask=\"arrow\" padding=\"45px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Simple Contact Form\" size=\"undefined\"]\n\n[contact-form-7 id=\"12\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Newsletter signup\" size=\"undefined\"]\n\n[contact-form-7 id=\"11\"]\n\n[title text=\"Newsletter signup 2\" size=\"undefined\"]\n\n[contact-form-7 id=\"11\"]\n\n[title text=\"Newsletter signup 2\" size=\"undefined\"]\n\n[contact-form-7 id=\"11\"]\n\n<p class=\"lead\">These forms are included as Contact Form 7 Presets.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Simple Center\" bg_color=\"rgb(0, 0, 0)\" dark=\"true\" mask=\"arrow\" padding=\"60px\" height=\"300px\" border_color=\"rgb(235, 235, 235)\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Contact Form Flat\"]\n\n[contact-form-7 id=\"9\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Newsletter signup\" size=\"undefined\"]\n\n[contact-form-7 id=\"11\"]\n\n[title text=\"Newsletter signup 2\" size=\"undefined\"]\n\n[contact-form-7 id=\"11\"]\n\n[title text=\"Newsletter signup 2\" size=\"undefined\"]\n\n[contact-form-7 id=\"11\"]\n\n<p class=\"lead\">These forms are included as Contact Form 7 Presets.</p>\n\n[/col]\n\n[/row]\n\n[/section]', 'Forms', '', 'publish', 'closed', 'closed', '', 'forms', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 95, 'http://flatsome.dev/?page_id=7025', 99, 'page', '', 0),
(39, 2, '2016-03-31 14:53:43', '2016-03-31 14:53:43', '[ux_banner height=\"377px\" bg=\"8962\" bg_overlay=\"rgba(0, 0, 0, 0.61)\" bg_pos=\"60% 22%\" parallax=\"3\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>PRICE TABLE ELEMENT</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[title text=\"3 Column price table with text on left\"]\r\n\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span=\"3\" padding=\"0 20px 0 0\"]\r\n\r\n<h3>Pricing</h3>\r\n[divider]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.reLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy. Add any text here</p>\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Silver\" description=\"Enter description here...\" price=\"29$\" color=\"dark\" bg_color=\"rgb(122, 44, 205)\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tooltip. Add extra info here.\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" color=\"white\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Gold\" description=\"Enter description here...\" price=\"49$\" color=\"dark\" bg_color=\"rgba(0, 0, 0, 0.99)\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tooltip. Add extra info here.\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Platinium\" description=\"Enter description here...\" price=\"129$\" color=\"dark\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" enabled=\"false\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Disabled\" enabled=\"false\"]\r\n\r\n[button text=\"Click me!\" color=\"white\" style=\"underline\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[section bg=\"#f1f1f1\" bg_color=\"rgb(243, 243, 243)\" margin=\"-1px\"]\r\n\r\n[title text=\"3 Column price table inside a background\"]\r\n\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Silver\" description=\"Enter description here...\" price=\"29$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tooltip. Add extra info here.\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" style=\"outline\" radius=\"10\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Gold\" description=\"Enter description here...\" price=\"49$\" featured=\"true\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tooltip. Add extra info here.\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" style=\"shade\" size=\"larger\" radius=\"10\" depth=\"4\" depth_hover=\"5\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Platinium\" description=\"Enter description here...\" price=\"129$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item]\r\n\r\n[button text=\"Click me!\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\" padding=\"0 0 0 20px\"]\r\n\r\n<h3>Pricing</h3>\r\n[divider]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.reLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy. Add any text here</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[row style=\"collapse\"]\r\n\r\n[col]\r\n\r\n[title style=\"center\" text=\"4 Column collapsed\"]\r\n\r\n[gap]\r\n\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\" featured=\"true\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n[section bg=\"8333\" bg_color=\"rgb(40, 40, 40)\" bg_overlay=\"rgba(255, 255, 255, 0.5)\" parallax=\"3\" padding=\"49px\"]\r\n\r\n[row style=\"small\" depth=\"2\"]\r\n\r\n[col span=\"3\" animate=\"fadeInUp\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\" animate=\"fadeInUp\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\" featured=\"true\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\" animate=\"fadeInUp\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\" animate=\"fadeInUp\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Price table', '', 'publish', 'closed', 'closed', '', 'price-table', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 95, 'http://flatsome.dev/?page_id=7020', 99, 'page', '', 0),
(40, 2, '2016-03-31 14:45:02', '2016-03-31 14:45:02', '[ux_banner height=\"500px\" bg=\"8990\" bg_overlay=\"rgba(0, 0, 0, 0.44)\" bg_pos=\"32% 28%\" parallax=\"3\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>SEARCH ELEMENT</strong></h3>\n<p class=\"lead\">Insert a Product Search box anywhere</p>\n[search style=\"flat\" size=\"xlarge\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Default style\"]\n\n[search]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Flat style\"]\n\n[search style=\"flat\"]\n\n\n[/col]\n\n[/row]\n[ux_banner height=\"500px\" bg=\"8053\" bg_pos=\"58% 16%\"]\n\n[text_box width=\"37\" position_x=\"0\" text_align=\"left\"]\n\n<h3 class=\"uppercase\"><strong>Search box inside a banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[gap height=\"25px\"]\n\n[search size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]', 'Search box', '', 'publish', 'closed', 'closed', '', 'search-box', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 95, 'http://flatsome.dev/?page_id=7017', 99, 'page', '', 0),
(41, 2, '2016-03-31 14:42:25', '2016-03-31 14:42:25', '[ux_banner height=\"405px\" bg=\"8962\" bg_overlay=\"rgba(255, 255, 255, 0.94)\" bg_pos=\"53% 30%\"]\r\n\r\n[text_box text_color=\"dark\"]\r\n\r\n[ux_image id=\"9197\" width=\"23\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Instagram element</strong></h3>\r\n<p class=\"lead\">Add beautiful instagram images anywhere on your site</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Simple Grid\" icon=\"icon-instagram\"]\r\n\r\n[ux_instagram_feed username=\"stylechild_no\" col_spacing=\"small\"]\r\n\r\n[title style=\"center\" text=\"full width slider\" icon=\"icon-instagram\" margin_top=\"43px\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" type=\"slider\" slider_nav_color=\"light\" width=\"full-width\" columns=\"6\"]\r\n\r\n[title style=\"center\" text=\"Simple slider\" icon=\"icon-instagram\" margin_top=\"32px\"]\r\n\r\n[ux_instagram_feed username=\"stylechild_no\" type=\"slider\" slider_nav_position=\"outside\" col_spacing=\"small\"]\r\n\r\n[title style=\"center\" text=\"full width slider Black and white\" icon=\"icon-instagram\" margin_top=\"43px\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" image_hover=\"color\" type=\"slider\" slider_nav_color=\"light\" width=\"full-width\" columns=\"6\"]', 'Instagram feed', '', 'publish', 'closed', 'closed', '', 'instagram-feed', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 95, 'http://flatsome.dev/?page_id=7014', 99, 'page', '', 0),
(42, 2, '2016-03-31 14:37:54', '2016-03-31 14:37:54', '[ux_banner height=\"338px\" bg=\"7450\" bg_overlay=\"rgba(0, 0, 0, 0.41)\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>Accordion element</strong></h3>\r\n<p class=\"lead\">Create beautiful accordion sections. You can add any element to the accordion panels.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Simple accordion\"]\r\n\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[accordion]\r\n\r\n[accordion-item title=\"Accordion Title\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Accordion Item 1 Title\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Accordion Item 2 Title\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Add any element to accordion\"]\r\n\r\n[blog_posts style=\"normal\" columns=\"3\" image_height=\"56.25%\"]\r\n\r\n[button text=\"Click me!\" style=\"outline\"]\r\n\r\n\r\n[/accordion-item]\r\n\r\n[/accordion]\r\n\r\n[/col]\r\n\r\n[/row]', 'Accordion', '', 'publish', 'closed', 'closed', '', 'accordion', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 95, 'http://flatsome.dev/?page_id=7011', 99, 'page', '', 0),
(43, 2, '2016-03-31 14:32:39', '2016-03-31 14:32:39', '[ux_banner height=\"375px\" bg=\"8330\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(0, 0, 0, 0.36)\"]\r\n\r\n[text_box width=\"51\"]\r\n\r\n<h3 class=\"uppercase\"><strong>LOGO ELEMENT</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Normal logos\"]\r\n\r\n[row]\r\n\r\n[col span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"9174\" hover=\"color\"]\r\n\r\n[logo img=\"9175\" hover=\"color\"]\r\n\r\n[logo img=\"9183\"]\r\n\r\n[logo img=\"9175\"]\r\n\r\n[logo img=\"9177\"]\r\n\r\n[logo img=\"9184\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Logos in a Dashed Grid\" margin_top=\"19px\"]\r\n\r\n[row col_style=\"dashed\" v_align=\"middle\"]\r\n\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"9176\" hover=\"overlay-add\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"9177\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"9184\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"9183\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"9184\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"9182\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"9179\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"9176\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"9177\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Logos in a Slider\" margin_top=\"57px\"]\r\n\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[ux_slider freescroll=\"true\" hide_nav=\"true\" nav_pos=\"outside\" nav_style=\"simple\" nav_color=\"dark\" bullets=\"false\"]\r\n\r\n[logo img=\"9182\" hover=\"color\"]\r\n\r\n[logo img=\"9182\" hover=\"color\"]\r\n\r\n[logo img=\"9183\" hover=\"color\"]\r\n\r\n[logo img=\"9179\" hover=\"color\"]\r\n\r\n[logo img=\"9184\" hover=\"color\"]\r\n\r\n[logo img=\"9182\" hover=\"color\"]\r\n\r\n[logo img=\"9177\" hover=\"color\"]\r\n\r\n\r\n[/ux_slider]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Logos in a Full width slider\" margin_top=\"57px\"]\r\n\r\n[ux_slider bg_color=\"rgb(247, 247, 247)\" infinitive=\"false\" freescroll=\"true\" hide_nav=\"true\" nav_style=\"simple\" nav_color=\"dark\" bullets=\"false\"]\r\n\r\n[logo img=\"9182\" hover=\"color\"]\r\n\r\n[logo img=\"9182\" hover=\"color\"]\r\n\r\n[logo img=\"9176\" hover=\"color\"]\r\n\r\n[logo img=\"9183\" hover=\"color\"]\r\n\r\n[logo img=\"9176\" hover=\"color\"]\r\n\r\n[logo img=\"9177\" hover=\"color\"]\r\n\r\n[logo img=\"9183\" hover=\"color\"]\r\n\r\n[logo img=\"9179\" hover=\"color\"]\r\n\r\n[logo img=\"9179\" hover=\"color\"]\r\n\r\n[logo img=\"9184\" hover=\"color\"]\r\n\r\n[logo img=\"9182\" hover=\"color\"]\r\n\r\n[logo img=\"9177\" hover=\"color\"]\r\n\r\n\r\n[/ux_slider]', 'Logo', '', 'publish', 'closed', 'closed', '', 'logo', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 95, 'http://flatsome.dev/?page_id=7008', 99, 'page', '', 0),
(44, 2, '2016-03-31 14:08:59', '2016-03-31 14:08:59', '[ux_banner height=\"364px\" bg=\"8896\" bg_overlay=\"rgba(255, 255, 255, 0.87)\" bg_pos=\"80% 19%\" parallax=\"2\"]\n\n[text_box text_color=\"dark\"]\n\n<h3 class=\"uppercase\"><strong>Portfolio Element</strong></h3>\n<p>Showcase work or other elements</p>\n[divider width=\"67px\" height=\"5px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"Simple with Filtering\" size=\"undefined\"]\n\n[ux_portfolio style=\"overlay\" filter=\"true\" orderby=\"name\" type=\"masonry\" grid=\"3\" image_hover=\"overlay-add-50\" image_hover_alt=\"zoom\" text_pos=\"middle\" text_size=\"large\" text_hover=\"slide\"]\n\n[title style=\"center\" text=\"Ouline Filter style\" size=\"undefined\"]\n\n[ux_portfolio style=\"overlay\" filter=\"true\" filter_nav=\"outline\" orderby=\"name\" type=\"masonry\" grid=\"3\" image_hover=\"overlay-add-50\" image_hover_alt=\"blur\" text_pos=\"middle\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead\" style=\"text-align: center;\">You can choose between many differnt filter navigation style and align them to left or right.</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Slider Style\" size=\"undefined\"]\n\n[ux_portfolio style=\"shade\" filter_nav=\"outline\" orderby=\"name\" grid=\"3\" columns=\"5\" image_hover=\"zoom\" image_hover_alt=\"grayscale\"]\n\n[title style=\"center\" text=\"Grid Style\" size=\"undefined\"]\n\n[ux_portfolio style=\"overlay\" filter=\"true\" filter_nav=\"outline\" number=\"4\" offset=\"4\" orderby=\"name\" type=\"grid\" grid=\"3\" image_hover=\"overlay-add-50\" image_hover_alt=\"zoom\" text_align=\"left\" text_size=\"large\" text_hover=\"bounce\"]\n\n[title style=\"center\" text=\"Collapsed Full width Grid\" size=\"undefined\"]\n\n[ux_portfolio style=\"overlay\" filter=\"true\" filter_nav=\"outline\" number=\"4\" orderby=\"name\" type=\"grid\" grid=\"3\" width=\"full-width\" col_spacing=\"collapse\" image_hover=\"overlay-add-50\" image_hover_alt=\"zoom\" text_align=\"left\" text_size=\"large\" text_hover=\"bounce\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead\" style=\"text-align: center;\">Choose between 14 differnt premade grid layouts.</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Open in a ligtbox\"]\n\n[ux_portfolio lightbox=\"true\"]', 'Portfolio', '', 'publish', 'closed', 'closed', '', 'portfolio', '', '', '2019-04-11 08:51:48', '2019-04-11 08:51:48', '', 45, 'http://flatsome.dev/?page_id=7002', 19, 'page', '', 0),
(45, 2, '2016-03-31 14:08:39', '2016-03-31 14:08:39', '[ux_banner height=\"496px\" bg=\"8903\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"52% 2%\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>Pages Element</strong></h3>\r\n<p class=\"lead\">Display a list of sub pages of a selected page in a beautiful way. Very useful if you need to link to sub pages from a parent page.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Default Style\"]\r\n\r\n[ux_pages parent=\"3021\" depth=\"1\" text_align=\"center\" text_padding=\"10px 10px 10px 10px\"]', 'Pages', '', 'publish', 'closed', 'closed', '', 'pages', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 95, 'http://flatsome.dev/?page_id=6999', 18, 'page', '', 0),
(46, 2, '2016-03-31 13:59:10', '2016-03-31 13:59:10', '[scroll_to title=\"Welcome Banner\" link=\"welcome\"]\n\n[ux_banner height=\"100%\" bg=\"8898\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.26)\" parallax=\"2\"]\n\n[text_box width=\"63\" width__sm=\"60\" position_y=\"20\"]\n\n<h1 class=\"lead\"><strong>Scroll To</strong> Element</h1>\n<p class=\"lead\">Create Scroll To elements to navigate the site with small bullets on the side. You can also disable the bullet and use it for <strong>One Page Navigation</strong></p>\n\n[/text_box]\n\n[/ux_banner]\n[scroll_to title=\"Another banner\" link=\"another_banner\"]\n\n[ux_banner height=\"100%\" bg=\"8976\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.26)\" parallax=\"2\"]\n\n[text_box width=\"50\" width__sm=\"60\" animate=\"fadeInRight\" position_x=\"0\" position_y=\"40\" text_align=\"left\"]\n\n<h1 class=\"lead\"><strong>Another Banner</strong></h1>\n<p class=\"lead\">Create Scroll To elements to navigate the site with small bullets on the side. You can also disable the bullet and use it for <strong>One Page Navigation</strong></p>\n\n[/text_box]\n\n[/ux_banner]\n[scroll_to title=\"Another Scroll To banner\" link=\"another_banner_2\"]\n\n[ux_banner height=\"100%\" bg=\"8888\" bg_overlay=\"rgba(0, 0, 0, 0.1)\"]\n\n[text_box width=\"52\" width__sm=\"60\" animate=\"fadeInUp\" parallax=\"3\"]\n\n<h2><span style=\"font-size: 200%;\">Another Banner</span></h2>\n\n[/text_box]\n\n[/ux_banner]\n[scroll_to title=\"Signup for Newsletter\" link=\"newsletter\"]\n\n[ux_banner height=\"100%\" bg=\"8891\" bg_color=\"rgb(43, 7, 7)\" bg_overlay=\"rgba(0, 0, 0, 0.27)\" parallax=\"4\"]\n\n[text_box width=\"74\" width__sm=\"84\" scale=\"120\" scale__sm=\"101\" parallax=\"2\"]\n\n<h3 class=\"uppercase\"><strong>Signup for Newsletter</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[contact-form-7 id=\"11\"]\n\n\n[/text_box]\n\n[/ux_banner]', 'Scroll To', '', 'publish', 'closed', 'closed', '', 'scroll-to', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 95, 'http://flatsome.dev/?page_id=6996', 17, 'page', '', 0),
(47, 2, '2016-03-31 13:48:41', '2016-03-31 13:48:41', '[ux_banner height=\"444px\" bg=\"8955\" bg_overlay=\"rgba(0, 0, 0, 0.27)\"]\n\n[text_box]\n\n<h1 class=\"uppercase\"><strong>COUNT DOWN ELEMENT</strong></h1>\n<p class=\"lead\">Add beautiful count downs anywhere on the site.</p>\n[ux_countdown size=\"300\" bg_color=\"rgba(0, 0, 0, 0.09)\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"4\"]\n\n[title style=\"center\" text=\"Primary Color\"]\n\n[ux_countdown size=\"198\" color=\"primary\" day=\"30\" time=\"24:00\"]\n\n\n[/col]\n[col span=\"4\"]\n\n[title style=\"center\" text=\"Dark Color\"]\n\n[ux_countdown day=\"30\" time=\"24:00\"]\n\n\n[/col]\n[col span=\"4\"]\n\n[title style=\"center\" text=\"Light Color\"]\n\n[ux_countdown size=\"200%\" color=\"light\" day=\"30\" time=\"24:00\"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col]\n\n[ux_banner height=\"600px\" bg=\"766\"]\n\n[text_box text_color=\"dark\" width=\"40\" width__sm=\"60\" animate=\"fadeIn\" position_x=\"10\"]\n\n<h3 class=\"uppercase\">A Countdown Inside A Banner</h3>\n[ux_countdown day=\"30\" time=\"24:00\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n\n[/col]\n[col span=\"6\" align=\"center\"]\n\n[title style=\"center\" text=\"Countdown as text\"]\n\n[ux_countdown style=\"text\" size=\"91\" day=\"30\" time=\"24:00\"]\n\n\n[/col]\n[col span=\"6\"]\n\n[title style=\"center\" text=\"Countdown as Clock\"]\n\n[ux_countdown color=\"primary\" day=\"30\" time=\"24:00\"]\n\n\n[/col]\n\n[/row]', 'Countdown', '', 'publish', 'closed', 'closed', '', 'countdown', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 95, 'http://flatsome.dev/?page_id=6990', 28, 'page', '', 0);
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
(48, 2, '2016-02-18 15:10:52', '2016-02-18 15:10:52', '[ux_slider]\n\n[ux_banner height=\"637px\" bg=\"4061\" bg_size=\"orginal\" bg_pos=\"62% 60%\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"5\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h6>A smaller header</h6>\n<h3 class=\"uppercase\">Add Some Corporate Header Here</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n[button text=\"A button\" style=\"gradient\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"7232\" bg_pos=\"62% 68%\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"5\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h6>A smaller header</h6>\n<h3 class=\"uppercase\">Add Some Corporate Header Here</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n[button text=\"A button\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\"]\n\n[featured_box img=\"7733\" pos=\"center\" title=\"Company Feature 1\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"7733\" pos=\"center\" title=\"Company Feature 2\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"7733\" pos=\"center\" title=\"Company Feature 3\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"7454\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Section with image left</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text=\"Add Any content here\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Section with Image right</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text=\"Add Any content here\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"7451\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"Our blog\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" slider_nav_style=\"circle\" columns=\"2\" depth=\"1\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">ADd a callout header here</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"Callout button\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" icon_pos=\"left\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]', 'Corporate', '', 'publish', 'closed', 'closed', '', 'simple-corporate', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 67, 'http://flatsome.dev/?page_id=4041', 1, 'page', '', 0),
(49, 2, '2016-02-17 13:38:32', '2016-02-17 13:38:32', '[ux_slider bg_color=\"rgb(0, 0, 0)\"]\r\n\r\n[ux_banner height=\"100%\" slide_effect=\"zoom-in\" bg=\"8271\" bg_size=\"orginal\" bg_color=\"rgb(35, 35, 35)\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"44% 34%\"]\r\n\r\n[text_box width=\"58\" width__sm=\"100\" animate=\"fadeInUp\" parallax=\"2\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 160%;\">Nothing is Impossible</span></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\r\n[button text=\"Shop Men\" color=\"white\" style=\"outline\"]\r\n\r\n[button text=\"Shop Women\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" slide_effect=\"zoom-in\" bg=\"8243\" bg_size=\"orginal\" bg_color=\"rgb(35, 35, 35)\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"44% 34%\"]\r\n\r\n[text_box width=\"58\" width__sm=\"100\" animate=\"fadeInLeft\" parallax=\"2\" position_x=\"0\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 160%;\">CHANGE THIS TO ANYTHING</span></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\r\n[button text=\"Shop Men\" color=\"white\" style=\"outline\"]\r\n\r\n[button text=\"Shop Women\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" slide_effect=\"zoom-in\" bg=\"8273\" bg_size=\"orginal\" bg_color=\"rgb(35, 35, 35)\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"44% 34%\"]\r\n\r\n[text_box width=\"58\" width__sm=\"100\" animate=\"fadeInLeft\" parallax=\"3\" position_x=\"0\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 160%;\">CHANGE THIS TO ANYTHING</span></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\r\n[button text=\"Shop Men\" color=\"white\" style=\"outline\"]\r\n\r\n[button text=\"Shop Women\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[section bg_color=\"rgb(27, 27, 27)\" dark=\"true\" padding=\"60px\"]\r\n\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"8687\" img_width=\"42\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(143, 143, 143)\" margin=\"px px px px\"]\r\n\r\n<h4>Free Shipping all products above 99$</h4>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"8686\" img_width=\"42\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(143, 143, 143)\" margin=\"px px px px\"]\r\n\r\n<h4>New products added everyday</h4>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"8685\" img_width=\"42\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(143, 143, 143)\" margin=\"px px px px\"]\r\n\r\n<h4>Free Shipping all products above 99$</h4>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Featured Products\" size=\"undefined\"]\r\n\r\n[ux_products slider_nav_style=\"circle\"]\r\n\r\n[title style=\"center\" text=\"Browse\" size=\"undefined\"]\r\n\r\n[ux_product_categories style=\"overlay\" columns=\"5\" image_height=\"113%\" image_overlay=\"rgba(0, 0, 0, 0.16)\" text_pos=\"middle\"]\r\n\r\n[title style=\"center\" text=\"Latest News\" size=\"undefined\"]\r\n\r\n[blog_posts style=\"overlay\" depth=\"1\" title_style=\"uppercase\" badge_style=\"square\" image_height=\"300px\"]\r\n\r\n\r\n[/section]\r\n[ux_banner height=\"420px\" bg=\"8273\" bg_overlay=\"rgba(0, 0, 0, 0.68)\" parallax=\"3\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>Signup for newsletter</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[contact-form-7 id=\"11\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_instagram_feed username=\"surfer_magazine\" type=\"slider\" width=\"full-width\" columns=\"8\"]', 'Sport Shop', '', 'publish', 'closed', 'closed', '', 'sport-shop', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 68, 'http://flatsome.dev/?page_id=4025', 13, 'page', '', 0),
(50, 2, '2016-02-17 10:15:15', '2016-02-17 10:15:15', '[section bg_color=\"rgb(237, 239, 241)\" effect=\"snow\" border=\"1px 0px 1px 0px\" border_color=\"rgba(0, 0, 0, 0.13)\"]\r\n\r\n[ux_banner_grid height=\"617\" depth=\"1\"]\r\n\r\n[col_grid span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner bg=\"8755\" bg_pos=\"64% 30%\" border_color=\"rgba(0, 0, 0, 0.05)\"]\r\n\r\n[text_box width=\"70\" position_y=\"80\"]\r\n\r\n<h2 class=\"alt-font\">A Cute Title</h2>\r\n<h2 class=\"uppercase\"><strong><span style=\"font-size: 140%;\">This is a simple headline</span></strong></h2>\r\n<p class=\"lead\"><span style=\"font-size: 130%;\">A Small text</span></p>\r\n[button text=\"Click me!\" style=\"outline\" size=\"xlarge\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\"]\r\n\r\n[ux_banner bg=\"8754\" bg_pos=\"51% 56%\" border_color=\"rgba(0, 0, 0, 0.08)\"]\r\n\r\n[text_box width=\"70\" width__sm=\"60\" position_y=\"10\"]\r\n\r\n<h2 class=\"uppercase\"><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"5\" span__sm=\"14\" height=\"1-3\"]\r\n\r\n[ux_banner bg=\"8753\" bg_size=\"medium\" bg_overlay=\"rgba(255, 255, 255, 0.15)\" bg_pos=\"51% 30%\" border_color=\"rgba(0, 0, 0, 0.08)\"]\r\n\r\n[text_box width=\"42\" position_x=\"10\" position_y=\"80\" text_align=\"left\" text_color=\"dark\"]\r\n\r\n<h2 class=\"uppercase\"><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"5\" span__sm=\"12\" height=\"2-3\"]\r\n\r\n[ux_banner bg=\"8757\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"71% 19%\" border_color=\"rgba(0, 0, 0, 0.07)\"]\r\n\r\n[text_box width=\"70\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>SALE ENDS SOON</strong></h2>\r\n[ux_countdown size=\"268\" bg_color=\"rgba(0, 0, 0, 0.1)\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/section]\r\n[section bg_color=\"rgb(255, 255, 255)\"]\r\n\r\n[row col_style=\"divided\"]\r\n\r\n[col span=\"4\" span__sm=\"12\" align=\"center\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"8687\" img_width=\"51\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\r\n\r\n<h3>Free Shipping on orders above 99$</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"8750\" img_width=\"51\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\r\n\r\n<h3>Give a Gift to a Friend</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed dia.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"8686\" img_width=\"51\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\r\n\r\n<h3>Loved by our Customers</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[title style=\"bold-center\" text=\"Shop Now\" margin_top=\"10px\" size=\"undefined\"]\r\n\r\n[ux_product_categories style=\"overlay\" columns=\"5\" depth=\"1\" show_count=\"0\" image_overlay=\"rgba(0, 0, 0, 0.08)\" image_hover=\"zoom\" text_pos=\"middle\" text_size=\"small\"]\r\n\r\n[row]\r\n\r\n[col span=\"3\" span__sm=\"12\"]\r\n\r\n\r\n[/col]\r\n[col span=\"5\" span__sm=\"12\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"bold-center\" text=\"Weekly Featured Products\" margin_top=\"10px\" size=\"undefined\"]\r\n\r\n[ux_products style=\"normal\" columns=\"5\" depth=\"1\" show=\"featured\"]\r\n\r\n[title style=\"bold-center\" text=\"Follow us on Instagram\" margin_top=\"10px\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed username=\"stylechild_no\" type=\"slider\" width=\"full-width\" columns=\"8\"]', 'Cute Shop', '', 'publish', 'closed', 'closed', '', 'cute-shop', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 68, 'http://flatsome.dev/?page_id=4008', 2, 'page', '', 0),
(51, 2, '2016-02-15 20:47:32', '2016-02-15 20:47:32', '[ux_banner height=\"562px\" height__sm=\"368px\" bg=\"7469\" bg_overlay=\"rgba(0, 0, 0, 0.27)\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"81\"]\n\n<h2 class=\"uppercase\">Powerful Theme needs powerul images</h2>\n<p class=\"lead\">Responsive Images you can insert anywhere. You can also them into a slider.</p>\n\n[/text_box]\n\n[/ux_banner]\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"center\"]\n\n<h1 class=\"lead\">Beautiful Images with Beautiful Captions</h1>\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"8990\" image_size=\"large\" lightbox=\"true\" caption=\"true\" image_overlay=\"rgba(0, 0, 0, 0.16)\" image_hover=\"zoom-long\" animate=\"fadeInUp\"]\n\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Image Overlay Styles\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"7469\" image_hover=\"glow\"]\n\n<p>Glow</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"7469\" image_hover=\"color\" animate=\"fadeInLeft\"]\n\n<p>Add Color</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"7469\" image_hover=\"grayscale\" animate=\"fadeInLeft\"]\n\n<p>Grayscale</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"7469\" image_hover=\"fade-in\" animate=\"fadeInLeft\"]\n\n<p>Fade In</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"7469\" image_hover=\"zoom-fade\" animate=\"fadeInLeft\"]\n\n<p>Zoom Fade</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"7469\" image_overlay=\"rgba(0, 0, 0, 0.37)\" image_hover=\"overlay-add\" animate=\"fadeInLeft\"]\n\n<p>Add Overlay</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"7469\" image_overlay=\"rgba(0, 0, 0, 0.37)\" image_hover=\"overlay-remove\" animate=\"fadeInLeft\"]\n\n<p>Remove Overlay</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"7469\" image_hover=\"blur\" animate=\"fadeInLeft\"]\n\n<p>Blur</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Image with video\"]\n\n[ux_image id=\"8990\" animate=\"fadeInLeft\" link=\"https://www.youtube.com/watch?v=_j5KR28qtsI\"]\n\n<p class=\"lead\">Add a <strong>Youtube or Vimeo</strong> link to Image link tag to automatically get a play icon and a Video Lightbox on Images.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Image drop shadow\"]\n\n[ux_image id=\"7469\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n<p class=\"lead\">Add cool drop shadows to your images to make them pop out on hover.</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Add Images to any sliders\" size=\"undefined\"]\n\n[ux_slider style=\"container\" slide_width=\"700px\" bg_color=\"rgb(0, 0, 0)\"]\n\n[ux_image id=\"8317\" height=\"75%\" image_hover=\"overlay-remove\" depth_hover=\"2\"]\n\n[ux_image id=\"8651\" height=\"75%\" image_hover=\"overlay-remove\" depth=\"3\"]\n\n[ux_image id=\"8274\" height=\"75%\" image_hover=\"overlay-remove\"]\n\n[ux_image id=\"7469\" height=\"75%\" link=\"https://www.youtube.com/watch?v=_j5KR28qtsI\"]\n\n\n[/ux_slider]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Image with reverse parallax\"]\n\n[ux_image id=\"7469\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" parallax=\"-1\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Image with PArallax\"]\n\n[ux_image id=\"8990\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" parallax=\"1\" animate=\"fadeInLeft\"]\n\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Images with lightbox\" size=\"undefined\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"7469\" height=\"75%\" lightbox=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"8956\" height=\"75%\" lightbox=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"8271\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"8270\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span__sm=\"12\" align=\"center\"]\n\n[title style=\"center\" text=\"Images with Caption\" size=\"undefined\"]\n\n[row_inner]\n\n[col_inner span=\"4\" span__sm=\"12\"]\n\n[ux_image id=\"8956\" height=\"75%\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"12\"]\n\n[ux_image id=\"8896\" height=\"75%\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"12\"]\n\n[ux_image id=\"8957\" height=\"75%\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]', 'Images', '', 'publish', 'closed', 'closed', '', 'images', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 95, 'http://flatsome.dev/?page_id=3983', 9, 'page', '', 0),
(52, 2, '2016-02-15 20:46:37', '2016-02-15 20:46:37', '[ux_banner height=\"446px\" bg=\"8895\" bg_overlay=\"rgba(0, 0, 0, 0.61)\" bg_pos=\"58% 26%\"]\n\n[text_box width=\"100\" width__sm=\"75\" parallax=\"-1\"]\n\n<h6>Flatsome Grid System</h6>\n<h1>Responsive Rows and Columns</h1>\n<p class=\"lead\">Create Amazing layouts by using Flatsome Row and Column System powered by<strong> Flexbox</strong></p>\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"Simple 4-column row\"]\n\n[row padding=\"30px\"]\n\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(255, 0, 211, 0.96)\" color=\"light\" depth_hover=\"5\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Vertical Centered Row\"]\n\n[row v_align=\"middle\" padding=\"30px\"]\n\n[col span=\"6\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Bottom Align Row\"]\n\n[row v_align=\"bottom\" padding=\"30px\"]\n\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Equal aligned row\"]\n\n[row v_align=\"equal\" padding=\"30px\"]\n\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Rows With Drop shadow\"]\n\n[row padding=\"30px\" depth=\"2\" depth_hover=\"3\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n<p><strong>You can set Column Depth for All columns or per column.</strong></p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Divided row\"]\n\n[row style=\"large\" col_style=\"divided\"]\n\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Dashed Lined Row\" margin_top=\"23px\" size=\"undefined\"]\n\n[row col_style=\"dashed\" padding=\"30px\"]\n\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Solid Lined Row\" margin_top=\"25px\" size=\"undefined\"]\n\n[row col_style=\"solid\" padding=\"30px\"]\n\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Custom Background on a Column\" margin_top=\"28px\" size=\"undefined\"]\n\n[row padding=\"30px\"]\n\n[col span=\"5\" span__sm=\"6\" padding=\"30px 30px 30px 30px\" bg_color=\"rgb(38, 65, 116)\" color=\"light\" depth=\"2\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Full Width Row with Backgrounds\"]\n\n[row style=\"collapse\" width=\"full-width\" v_align=\"equal\" padding=\"30px\"]\n\n[col span=\"4\" span__sm=\"12\" bg_color=\"rgb(0, 0, 0)\" color=\"light\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummyLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" bg_color=\"rgb(153, 120, 222)\" color=\"light\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummyLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" bg_color=\"rgb(120, 154, 222)\" color=\"light\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummyLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Nested Rows\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n[section bg_color=\"rgb(231, 231, 231)\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" padding=\"30px 30px 30px 30px\" bg_color=\"rgb(255, 255, 255)\" depth=\"3\" depth_hover=\"5\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(0, 0, 0)\"]\n\n[row style=\"small\" v_align=\"middle\"]\n\n[col span=\"4\" span__sm=\"12\" padding=\"20px\" bg_color=\"rgb(255, 255, 255)\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" color=\"light\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" color=\"light\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(231, 231, 231)\"]\n\n[row col_style=\"solid\"]\n\n[col span=\"4\" span__sm=\"6\" parallax=\"1\"]\n\n<h3>Parallax Column</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\" parallax=\"2\"]\n\n<h3>Parallax Column</h3>\n<p><span style=\"color: #555555; font-size: 14.4px; line-height: 1.5;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</span></p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" parallax=\"3\"]\n\n<h3>Parallax Column</h3>\n<p><span style=\"color: #555555; font-size: 14.4px; line-height: 1.5;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</span></p>\n\n[/col]\n\n[/row]\n\n[/section]\n[row h_align=\"center\"]\n\n[col span=\"7\" span__sm=\"10\" align=\"center\"]\n\n<h3>A Centered Columns Row</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Animated Columns\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\n\n<h3>Fade In Up</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInDown\"]\n\n<h3>Fade In Down</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInLeft\"]\n\n<h3>Fade In Left</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInRight\"]\n\n<h3>Fade In Right</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"bounceIn\"]\n\n<h3>Bounce In</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"bounceInUp\"]\n\n<h3>Bounce In Up</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"bounceInDown\"]\n\n<h3>Bounce In Down</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"bounceInLeft\"]\n\n<h3>Bounce In Left</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"bounceInRight\"]\n\n<h3>Bounce In Right</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"6\" span__sm=\"12\" animate=\"flipInY\"]\n\n<h3>Flip In Y</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\" animate=\"flipInX\"]\n\n<h3>Flip In X</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\" animate=\"blurIn\"]\n\n<h3>Blur In</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]', 'Rows / Columns', '', 'publish', 'closed', 'closed', '', 'rows-columns', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 95, 'http://flatsome.dev/?page_id=3981', 2, 'page', '', 0),
(53, 2, '2016-02-15 14:01:19', '2016-02-15 14:01:19', '[ux_banner height=\"400px\" bg=\"9012\" bg_overlay=\"rgba(0, 0, 0, 0.66)\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>Text Elements</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[title style=\"center\" text=\"Typography\"]\n\n[row]\n\n[col span=\"3\"]\n\n<h1>Headline h1</h1>\n<h2>Headline h2</h2>\n<h3>Headline h3</h3>\n<h4>Headline h4</h4>\n<h5>Headline h5</h5>\n<h6>Headline h6</h6>\n\n[/col]\n[col span=\"3\"]\n\n<h1 class=\"uppercase\">headline h1</h1>\n<h2 class=\"uppercase\">headline h2</h2>\n<h3 class=\"uppercase\">headline h3</h3>\n<h4 class=\"uppercase\">headline H4</h4>\n<h5 class=\"uppercase\">headline H5</h5>\n<h6 class=\"uppercase\">headline H6</h6>\n\n[/col]\n[col span=\"3\"]\n\n<h3 class=\"uppercase\" data-text-color=\"primary\">primary color</h3>\n<h3 class=\"uppercase\" data-text-color=\"secondary\">secondary color</h3>\n<h3 class=\"uppercase\" data-text-color=\"alert\">alert color</h3>\n<h3 class=\"uppercase\" data-text-color=\"success\">SUCCESS COLOR</h3>\n<h3 class=\"uppercase\">DEFAULT COLOR</h3>\n\n[/col]\n[col span=\"3\"]\n\n<p><a href=\"#\">Default link<br />\n<strong>Bold link</strong></a><br />\n<strong>Bold text<br />\n</strong><em>Italic text<br />\n</em><del>Strikethrough<br />\n</del><span style=\"text-decoration: underline;\">Underline</span></p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\"]\n\n<p class=\"lead\"><strong>Lead paragraph</strong>. dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/col]\n[col span=\"4\"]\n\n<p><strong>Bold Text.</strong> sit amet, consectetuer <em>italic text  </em>elit, sed diam nonummy nibh euismod tincidunt ut laoreet <span style=\"text-decoration: underline;\">underline text</span> magna aliquam erat volutpat. <del>Strike throught</del>. ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea. <a href=\"#\">A simple link.</a></p>\n\n[/col]\n[col span=\"4\"]\n\n<p>Normal Paragraph. sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequa</p>\n\n[/col]\n[col span=\"3\"]\n\n<h2 class=\"lead\">Default font</h2>\n<p class=\"lead\">Dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"3\"]\n\n<h2 class=\"lead alt-font\"><b>Alternative Font</b>.</h2>\n<p class=\"lead alt-font\">Dolor sit amet, consectetuer <strong>adipiscing</strong> elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"3\"]\n\n<h2 class=\"lead\">Thin text</h2>\n<p class=\"lead\">Dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"3\"]\n\n<h2 class=\"lead uppercase\">UPPERCASE</h2>\n<p class=\"lead uppercase\">Dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"6\"]\n\n<h2 class=\"lead\">This is a <span class=\"fancy-underline\">Fancy Text Underline</span></h2>\n<p class=\"lead\">Dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"6\"]\n\n<h2 class=\"lead\">This a count up number <span class=\"count-up\"><strong>5000</strong></span></h2>\n<p class=\"lead\">Count up number can be added anywhere.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h6>Flatsome Tip</h6>\n<h2>You can find many text options in the \"Format\" dropdown in text editor.</h2>\n<p class=\"lead\">You see the changes live if you use the Page Builder</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"9012\" depth=\"3\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgb(34, 34, 34)\" dark=\"true\" padding=\"60px\"]\n\n[title style=\"center\" text=\"Typography on Dark background\"]\n\n[row]\n\n[col span=\"3\"]\n\n<h1>Headline h1</h1>\n<h2>Headline h2</h2>\n<h3>Headline h3</h3>\n<h4>Headline h4</h4>\n<h5>Headline h5</h5>\n<h6>Headline h6</h6>\n\n[/col]\n[col span=\"3\"]\n\n<h1 class=\"uppercase\">headline h1</h1>\n<h2 class=\"uppercase\">headline h2</h2>\n<h3 class=\"uppercase\">headline h3</h3>\n<h4 class=\"uppercase\">headline H4</h4>\n<h5 class=\"uppercase\">headline H5</h5>\n<h6 class=\"uppercase\">headline H6</h6>\n\n[/col]\n[col span=\"3\"]\n\n<h3 class=\"uppercase\" data-text-color=\"primary\">primary color</h3>\n<h3 class=\"uppercase\" data-text-color=\"secondary\">secondary color</h3>\n<h3 class=\"uppercase\" data-text-color=\"alert\">alert color</h3>\n<h3 class=\"uppercase\" data-text-color=\"success\">SUCCESS COLOR</h3>\n<h3 class=\"uppercase\">DEFAULT COLOR</h3>\n\n[/col]\n[col span=\"3\"]\n\n<p><a href=\"#\">Default link<br />\n<strong>Bold link</strong></a><br />\n<strong>Bold text<br />\n</strong><em>Italic text<br />\n</em><del>Strikethrough<br />\n</del><span style=\"text-decoration: underline;\">Underline</span></p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\"]\n\n<p class=\"lead\"><strong>Lead paragraph</strong>. dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/col]\n[col span=\"4\"]\n\n<p><strong>Bold Text.</strong> sit amet, consectetuer <em>italic text  </em>elit, sed diam nonummy nibh euismod tincidunt ut laoreet <span style=\"text-decoration: underline;\">underline text</span> magna aliquam erat volutpat. <del>Strike throught</del>. ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea. <a href=\"#\">A simple link.</a></p>\n\n[/col]\n[col span=\"4\"]\n\n<p>Normal Paragraph. sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequa</p>\n\n[/col]\n[col span=\"7\"]\n\n<h2 class=\"lead\">This is a<span class=\"fancy-underline\"> Fancy Text Underline</span></h2>\n<p class=\"lead\">Dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"5\"]\n\n<h2 class=\"lead\">This a count up number <span class=\"count-up\"><strong>5000</strong></span></h2>\n<p class=\"lead\">Count up number can be added anywhere.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section padding=\"60px\"]\n\n[title style=\"center\" text=\"Quote\"]\n\n[row]\n\n[col]\n\n<blockquote>\n<p class=\"lead\"><strong>Quote</strong>. dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n</blockquote>\n<p class=\"lead\">Normal Paragraph. sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequa. Horizontal Line:</p>\n[title style=\"center\" text=\"Lists\"]\n\n\n[/col]\n[col span=\"2\"]\n\n<ul>\n<li>Simple List</li>\n<li>List item 1</li>\n<li>List Item 2</li>\n<li>List item 3</li>\n<li>List Item 4</li>\n<li>List Item 5</li>\n</ul>\n\n[/col]\n[col span=\"2\"]\n\n<ol>\n<li>Numbered List</li>\n<li>List item 1</li>\n<li>List Item 2</li>\n<li>List item 3</li>\n<li>List Item 4</li>\n<li>List Item 5</li>\n</ol>\n\n[/col]\n[col span=\"2\"]\n\n<ul>\n<li class=\"bullet-checkmark\">Checkmark list</li>\n<li class=\"bullet-checkmark\">List Item 2</li>\n<li class=\"bullet-checkmark\">List item 3</li>\n<li class=\"bullet-checkmark\">List Item 4</li>\n<li class=\"bullet-checkmark\">List Item 5</li>\n</ul>\n\n[/col]\n[col span=\"2\"]\n\n<ul>\n<li class=\"bullet-star\">Star list</li>\n<li class=\"bullet-star\">List Item 2</li>\n<li class=\"bullet-star\">List item 3</li>\n<li class=\"bullet-star\">List Item 4</li>\n<li class=\"bullet-star\">List Item 5</li>\n</ul>\n\n[/col]\n[col span=\"2\"]\n\n<ul>\n<li class=\"bullet-arrow\">Arrow List</li>\n<li class=\"bullet-arrow\">List Item 2</li>\n<li class=\"bullet-arrow\">List item 3</li>\n<li class=\"bullet-arrow\">List Item 4</li>\n<li class=\"bullet-arrow\">List Item 5</li>\n</ul>\n\n[/col]\n\n[/row]\n\n[/section]', 'Typography', '', 'publish', 'closed', 'closed', '', 'typography', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 95, 'http://flatsome.dev/?page_id=3971', 5, 'page', '', 0);
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
(54, 2, '2016-01-13 13:24:12', '2016-01-13 13:24:12', '[ux_slider]\n\n[ux_banner height=\"700px\" bg=\"3658\" bg_overlay=\"rgba(0, 0, 0, 0.25)\"]\n\n[text_box width=\"51\" animate=\"fadeInLeft\" text_depth=\"1\"]\n\n<h2>Create Amazing Banners with Drag and Drop</h2>\n[divider]\n\n[button text=\"A button\" color=\"success\" depth=\"3\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"700px\" bg=\"4063\"]\n\n[text_box width=\"46\" animate=\"fadeInRight\" parallax=\"1\" position_x=\"5\"]\n\n<h2>Lorem ipsum dolor sit amet</h2>\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n[button text=\"Buy now\" color=\"white\"]\n\n[button text=\"Learn more\" color=\"white\" style=\"outline\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[row v_align=\"middle\"]\n\n[col span=\"7\"]\n\n[ux_banner height=\"600px\" bg=\"4061\" bg_pos=\"44% 39%\"]\n\n[text_box width=\"63\" width__sm=\"78\" padding=\"39px\" position_x=\"5\" position_x__sm=\"50\" text_color=\"dark\" bg=\"rgba(255, 255, 255, 0.85)\" depth=\"2\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n[button text=\"Simple Link\" style=\"link\" icon=\"icon-play\"]\n\n[button text=\"Simple Button\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"center\"]\n\n<h2 class=\"lead uppercase\">Drag And Drop Banner System</h2>\n<p class=\"lead\"><span style=\"font-size: 115%;\">Flatsome <strong>Banners</strong> is the heart of Flatsome. Our Banner System let you create beautiful <strong>responsive</strong> banners with drag and drop.</span></p>\n<p class=\"lead\"> </p>\n[ux_image id=\"9124\"]\n\n\n[/col]\n[col span=\"14\"]\n\n[ux_banner height=\"56.25%\" height__sm=\"50%\" bg=\"4059\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"glow\"]\n\n[text_box width=\"36\" position_x=\"90\"]\n\n<h3>Small Title</h3>\n<p class=\"lead\">You can place a text box wherever you want on a Banner</p>\n[button text=\"Click me!\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"center\"]\n\n<h2>Banner Focus Point<b>™</b></h2>\n<p class=\"lead\">Set a focus point on the banner and the image will adjust to mobile a tablet screens. Perfect for resposnive Websites.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"9127\" image_size=\"original\"]\n\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Banner Hover effects\"]\n\n[row]\n\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"4059\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"glow\"]\n\n[text_box width=\"36\"]\n\n<h3>Glow</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"4059\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"zoom\"]\n\n[text_box width=\"36\"]\n\n<h3>Zoom</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"4059\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"zoom-fade\"]\n\n[text_box width=\"36\"]\n\n<h3>Zoom Fade</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"4059\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"blur\"]\n\n[text_box width=\"36\"]\n\n<h3>Blur</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"4059\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"fade-in\"]\n\n[text_box width=\"36\"]\n\n<h3>Fade In</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"4059\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"fade-out\"]\n\n[text_box width=\"36\"]\n\n<h3>Fade Out</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"4059\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"color\"]\n\n[text_box width=\"36\"]\n\n<h3>Add Color</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"4059\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"grayscale\"]\n\n[text_box width=\"36\"]\n\n<h3>Grayscale</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"4059\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"overlay-add\"]\n\n[text_box width=\"51\"]\n\n<h3>Add Overlay</h3>\n<p><span style=\"font-size: 140%;\">Overlay can be any color</span></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead\" style=\"text-align: center;\">You can also<strong> combine</strong> hover effects to create amazing hover effects</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"200px\" bg=\"4059\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"overlay-add\" border=\"3px 3px 3px 3px\" border_margin=\"10px 10px 10px 10px\" border_hover=\"zoom\"]\n\n[text_box width=\"51\"]\n\n<h3><strong>Add animated borders</strong></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"200px\" bg=\"4059\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"overlay-add\"]\n\n[text_box width=\"51\"]\n\n<h3>Add Overlay</h3>\n<p><span style=\"font-size: 140%;\">Overlay can be any color</span></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[ux_banner height=\"500px\" bg=\"4079\" parallax=\"2\"]\n\n[text_box width=\"41\"]\n\n<h2 class=\"uppercase\">BACKGROUND VIDEO</h2>\n\n[/text_box]\n\n[/ux_banner]', 'Banners', '', 'publish', 'closed', 'closed', '', 'banner', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 95, 'http://flatsome.dev/?page_id=3648', 4, 'page', '', 0),
(55, 2, '2016-01-12 17:26:06', '2016-01-12 17:26:06', '[ux_banner height=\"500px\" bg=\"8895\" bg_overlay=\"rgba(0, 0, 0, 0.42)\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>IMAGE BOX ELEMENT</strong></h3>\r\n<p class=\"lead\">Create amazing image boxes with unlimited style options.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section]\r\n\r\n[row]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_image_box img=\"80\"]\r\n\r\n<h4>Simple Style</h4>\r\n<p>Some smaller text</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"bounce\" img=\"45\"]\r\n\r\n<h4>Bounce Style</h4>\r\n<p>Add anything here</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"badge\" img=\"80\"]\r\n\r\n<h4>Badge Style</h4>\r\n<p>You can add shortcodes here</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"overlay\" img=\"71\"]\r\n\r\n<h2>Overlay Style</h2>\r\n<p class=\"lead\">Add any elements here..</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"label\" img=\"54\"]\r\n\r\n<h4>Label Style</h4>\r\n<p>Add any elements here..</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"shade\" img=\"3344\"]\r\n\r\n<h4>Shade Style</h4>\r\n<p class=\"lead\">Add any elements here..</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"push\" img=\"54\" image_height=\"90%\" text_hover=\"bounce\"]\r\n\r\n<h2>Push Style</h2>\r\n<p>Add any elements here..</p>\r\n[divider]\r\n\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"8\" depth=\"2\" depth_hover=\"5\"]\r\n\r\n[ux_image_box style=\"vertical\" img=\"54\" image_width=\"48\"]\r\n\r\n<h2>Vertical Style Boxed</h2>\r\n<p class=\"lead\">Add any elements here..</p>\r\n[button text=\"A button\" style=\"secondary alt-button\" radius=\"10\"]\r\n\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[section]\r\n\r\n[row]\r\n\r\n[col align=\"center\"]\r\n\r\n<h2>Create any kind of Image box by using the options in the Page Builder.</h2>\r\n<p class=\"lead\">We have created many examples here. Mix and Match effects to create your perfect Image Box</p>\r\n\r\n[/col]\r\n[col span=\"4\" depth=\"1\"]\r\n\r\n[ux_image_box img=\"80\" image_height=\"100%\"]\r\n\r\n<h4>Simple Centered Style</h4>\r\n<p>Some smaller text</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"bounce\" img=\"77\" image_height=\"100%\" depth=\"1\" text_bg=\"rgb(66, 66, 66)\" text_color=\"dark\"]\r\n\r\n<h4>Bounce Style</h4>\r\n<p>Add anything here</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"overlay\" img=\"71\" image_height=\"125%\" image_hover=\"blur\" text_pos=\"middle\" text_size=\"small\" text_hover=\"zoom-in\"]\r\n\r\n<h2>Overlay Style With Blur and Zoom</h2>\r\n<p>Add any elements here..</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"overlay\" img=\"80\" image_height=\"100%\"]\r\n\r\n<h4>Circle with Blur In Effect</h4>\r\n<p>Add any elements here..</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"shade\" img=\"3342\" image_height=\"116%\"]\r\n\r\n<h4>Simple Shade  Style</h4>\r\n<p class=\"lead\">A beautiful box.</p>\r\n[button text=\"Quick View\" style=\"white\"]\r\n\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"shade\" img=\"8899\" image_height=\"100%\" image_radius=\"100\" image_hover=\"zoom\" text_pos=\"middle\" text_hover=\"bounce\"]\r\n\r\n<h3 class=\"uppercase\">Circle Image</h3>\r\n<p class=\"lead\">Create this by adding radius 100% to the image.</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Image Box', '', 'publish', 'closed', 'closed', '', 'image-box', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 95, 'http://flatsome.dev/?page_id=3569', 15, 'page', '', 0),
(56, 2, '2015-11-20 13:46:21', '2015-11-20 13:46:21', '[ux_banner height=\"540px\" bg=\"8950\" bg_size=\"orginal\" bg_overlay__sm=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"35% 23%\" parallax=\"3\"]\r\n\r\n[text_box width=\"41\" width__sm=\"80\" animate=\"fadeInLeft\" position_x=\"95\" position_x__sm=\"50\" position_y__sm=\"50\"]\r\n\r\n<h3 class=\"alt-font\">Fancy Top Title</h3>\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Shop Now\" color=\"white\" radius=\"99\" link=\"shop\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"540px\" bg=\"8957\" bg_color=\"rgb(113, 117, 186)\" bg_pos=\"60% 16%\" parallax=\"3\"]\r\n\r\n[text_box width=\"41\" width__sm=\"82\" position_x=\"10\" position_x__sm=\"50\" position_y__sm=\"50\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Create amazing Parallax effects</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Shop Now\" color=\"white\" radius=\"99\" link=\"shop\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"470px\" bg=\"8956\" bg_color=\"rgb(164, 113, 186)\" parallax=\"1\"]\r\n\r\n[text_box width=\"58\" width__sm=\"85\" parallax=\"2\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Shop Now\" radius=\"99\" link=\"shop\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"470px\" bg=\"8102\" bg_color=\"rgb(218, 218, 218)\" parallax=\"1\"]\r\n\r\n[text_box width=\"34\" width__sm=\"74\" position_x=\"10\" text_align=\"left\" text_color=\"dark\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n<h2><strong>299$</strong></h2>\r\n[button text=\"Shop Now\" radius=\"99\" link=\"shop\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height=\"500px\" bg=\"6799\" bg_size=\"medium\" bg_overlay=\"rgba(0, 185, 179, 0.91)\"]\r\n\r\n[text_box width__sm=\"79\" parallax=\"2\"]\r\n\r\n<h3 class=\"uppercase\"><strong>SUMMER SALE END SOON</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[ux_countdown bg_color=\"rgba(0, 0, 0, 0.06)\"]\r\n\r\n[button text=\"Shop Now\" color=\"white\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row style=\"collapse\" width=\"full-width\" v_align=\"middle\"]\r\n\r\n[col span=\"6\" span__sm=\"14\"]\r\n\r\n[ux_banner height=\"94%\" bg=\"8341\" bg_pos=\"20% 60%\" parallax=\"2\"]\r\n\r\n[text_box width=\"31\" width__sm=\"61\" scale__sm=\"64\" position_x=\"90\" position_y=\"90\" text_align=\"right\" text_color=\"dark\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Add Hotspots to BAnners</strong></h3>\r\n<p class=\"lead\">Hotspots can be added to banners and dragged around. You can have Hotspots that goes to a Product Lightbox or just a simple Tooltip.</p>\r\n\r\n[/text_box]\r\n[ux_hotspot type=\"product\" prod_id=\"416\" text=\"Add product hotspots on banners\" bg_color=\"rgb(47, 166, 162)\" position_x=\"55\" position_y=\"25\"]\r\n\r\n[ux_hotspot text=\"Cool Camera :)\" size=\"large\" bg_color=\"#4DB7B3\" position_x=\"10\" position_y=\"80\"]\r\n\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"17\" padding=\"0px 10% 0px 10%\"]\r\n\r\n[title style=\"center\" text=\"Add a Title here\" size=\"undefined\"]\r\n\r\n[ux_products style=\"overlay\" slider_nav_style=\"circle\" slider_nav_position=\"outside\" columns=\"2\" columns__sm=\"2\" animate=\"fadeInLeft\" image_height=\"166%\" image_size=\"medium\" image_hover=\"overlay-add\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height=\"450px\" bg=\"8894\" bg_overlay=\"rgba(0, 0, 0, 0.63)\" parallax=\"3\"]\r\n\r\n[text_box width__sm=\"93\" parallax=\"2\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Join Our Newsletter</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[contact-form-7 id=\"11\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row style=\"collapse\" width=\"full-width\" v_align=\"equal\"]\r\n\r\n[col span=\"6\" span__sm=\"17\" padding=\"10% 10% 0px 10%\" bg_color=\"rgb(240, 240, 240)\"]\r\n\r\n[title style=\"center\" text=\"Featured\" size=\"undefined\"]\r\n\r\n[ux_products style=\"overlay\" slider_nav_style=\"circle\" slider_nav_position=\"outside\" columns=\"2\" columns__sm=\"2\" animate=\"fadeInLeft\" show=\"featured\" image_height=\"166%\" image_size=\"medium\" image_hover=\"overlay-add\"]\r\n\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"15\"]\r\n\r\n[ux_banner height=\"99%\" bg=\"8343\" bg_pos=\"56% 22%\" parallax=\"2\"]\r\n\r\n[text_box width=\"37\" position_x=\"10\" text_align=\"left\" text_color=\"dark\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n<h2><strong>29$</strong></h2>\r\n\r\n[/text_box]\r\n[ux_hotspot position_x=\"55\" position_y=\"15\"]\r\n\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_instagram_feed username=\"topshop\" type=\"slider\" slider_nav_style=\"simple\" slider_nav_color=\"light\" width=\"full-width\" columns=\"7\"]', 'Parallax Shop', '', 'publish', 'closed', 'closed', '', 'parallax-shop', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 68, 'http://flatsome.dev/?page_id=3288', 3, 'page', '', 0),
(57, 2, '2015-11-20 12:36:31', '2015-11-20 12:36:31', '', 'Size Chart', '', 'publish', 'closed', 'closed', '', 'size-chart', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 45, 'http://flatsome.dev/?page_id=3282', 0, 'page', '', 0),
(58, 2, '2015-11-20 08:27:14', '2015-11-20 08:27:14', '[section bg_color=\"rgb(241, 241, 241)\" padding=\"8px\" margin=\"15px\"]\r\n\r\n[row style=\"collapse\" col_style=\"dashed\"]\r\n\r\n[col span=\"4\" span__sm=\"12\" padding=\"0px 15px 0px 15px\" align=\"center\"]\r\n\r\n[featured_box img=\"8687\" img_width=\"20\" pos=\"left\" margin=\"px px px px\"]\r\n\r\n<p><span style=\"font-size: 90%;\"><strong>Free Delivery</strong> World Wide* <a href=\"#\">Learn more</a></span></p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" padding=\"0px 15px 0px 15px\"]\r\n\r\n[featured_box img=\"8686\" img_width=\"20\" pos=\"left\" margin=\"px px px px\"]\r\n\r\n<p><span style=\"font-size: 90%;\">Loved by our Customers. <strong>5000+</strong> Reviews</span></p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" padding=\"0px 15px 0px 15px\"]\r\n\r\n[featured_box img=\"8685\" img_width=\"20\" pos=\"left\" margin=\"px px px px\"]\r\n\r\n<p><span style=\"font-size: 90%;\"><strong>Free Returns</strong> and <strong>Free Shipping</strong></span></p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[ux_banner_grid]\r\n\r\n[col_grid span=\"9\" span__sm=\"12\"]\r\n\r\n[ux_slider]\r\n\r\n[ux_banner height=\"500px\" bg=\"4125\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width__sm=\"80\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Five Key Elements for your Living room</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"500px\" bg=\"8956\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"64% 34%\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width=\"54\" width__sm=\"80\" position_x=\"85\" text_align=\"right\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Latest Fashion News for AutumN</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"500px\" bg=\"8286\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width__sm=\"80\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Five Key Elements for your Living room</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"7460\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.13)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"87\"]\r\n\r\n<h3 class=\"alt-font\">Don\'t Miss</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>Sale ends soon</strong></span></h2>\r\n[ux_countdown bg_color=\"rgba(255, 255, 255, 0.17)\"]\r\n\r\n[button text=\"Browse Now\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"8286\" bg_size=\"thumbnail\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"87\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>SUMMER SALE</strong></span></h2>\r\n[button text=\"Browse Now\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[title text=\"Our BestSellers\" size=\"undefined\" link_text=\"Browse All\" link=\"#\"]\r\n\r\n[ux_products columns=\"5\" cat=\"73\" products=\"6\" orderby=\"sales\" image_height=\"106%\" text_bg=\"rgb(255, 255, 255)\" text_padding=\"20px 20px 20px 20px\"]\r\n\r\n[title text=\"Latest on Sale\" size=\"undefined\" link_text=\"Browse all\" link=\"#\"]\r\n\r\n[ux_products columns=\"5\" orderby=\"sales\" show=\"onsale\" image_height=\"106%\" text_bg=\"rgb(255, 255, 255)\"]\r\n\r\n[title text=\"Weekly Featured Products\" size=\"undefined\" link_text=\"Browse all\" link=\"#\"]\r\n\r\n[ux_products columns=\"5\" cat=\"73\" products=\"6\" image_height=\"106%\" text_bg=\"rgb(255, 255, 255)\"]\r\n\r\n[gap height=\"50px\"]\r\n\r\n[ux_banner height=\"399px\" bg=\"7460\" bg_size=\"large\" bg_overlay=\"rgba(0, 0, 0, 0.08)\" bg_pos=\"53% 43%\" parallax=\"3\"]\r\n\r\n[text_box width=\"58\" width__sm=\"80\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Sale Ends Soon</strong></h2>\r\n<h4 class=\"lead uppercase\">Up to <strong>50% off</strong> selected products</h4>\r\n[ux_countdown bg_color=\"rgba(255, 255, 255, 0.23)\"]\r\n\r\n[button text=\"Browse now\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap height=\"44px\"]\r\n\r\n[ux_product_categories style=\"bounce\" image_height=\"107%\"]', 'Mega Shop', '', 'publish', 'closed', 'closed', '', 'mega-shop', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 68, 'http://flatsome.dev/?page_id=3257', 9, 'page', '', 0),
(59, 2, '2015-11-19 10:40:52', '2015-11-19 10:40:52', '[woocommerce_my_account]', 'My Account', '', 'publish', 'closed', 'closed', '', 'my-account', '', '', '2015-11-19 10:40:52', '2015-11-19 10:40:52', '', 0, 'http://flatsome.dev/my-account/', 0, 'page', '', 0),
(60, 2, '2015-11-19 10:40:52', '2015-11-19 10:40:52', '[woocommerce_checkout]', 'Checkout', '', 'publish', 'closed', 'closed', '', 'checkout', '', '', '2015-11-19 10:40:52', '2015-11-19 10:40:52', '', 0, 'http://flatsome.dev/checkout/', 0, 'page', '', 0),
(61, 2, '2015-11-19 10:40:52', '2015-11-19 10:40:52', '[woocommerce_cart]', 'Cart', '', 'publish', 'closed', 'closed', '', 'cart', '', '', '2015-11-19 10:40:52', '2015-11-19 10:40:52', '', 0, 'http://flatsome.dev/cart/', 0, 'page', '', 0),
(62, 2, '2015-11-19 10:40:52', '2015-11-19 10:40:52', '', 'Shop', '', 'publish', 'closed', 'closed', '', 'shop', '', '', '2015-11-19 10:40:52', '2015-11-19 10:40:52', '', 0, 'http://flatsome.dev/shop/', 0, 'page', '', 0),
(63, 2, '2015-11-17 20:28:02', '2015-11-17 20:28:02', 'Coming soon...', 'Booking', '', 'publish', 'closed', 'closed', '', 'booking', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 67, 'http://localhost:8888/flatsome-next/?page_id=3055', 5, 'page', '', 0),
(64, 2, '2015-11-17 20:27:42', '2015-11-17 20:27:42', 'Coming soon...', 'Lifestyle', '', 'publish', 'closed', 'closed', '', 'lifestyle', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 67, 'http://localhost:8888/flatsome-next/?page_id=3053', 10, 'page', '', 0),
(65, 2, '2015-11-17 20:25:08', '2015-11-17 20:25:08', '[ux_banner height=\"100%\" bg=\"8902\" bg_overlay=\"rgba(0, 0, 0, 0.27)\" bg_pos=\"49% 43%\" parallax=\"4\" link=\"Portfolio\"]\r\n\r\n[text_box width=\"59\" width__sm=\"100\" scale__sm=\"131\" animate=\"fadeInUp\" parallax=\"-3\" text_depth=\"1\"]\r\n\r\n<h1 class=\"uppercase\"><strong>WE\'re a creative Agency</strong></h1>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner_grid spacing=\"collapse\" height=\"885\" width=\"full-width\"]\r\n\r\n[col_grid span=\"6\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8900\" bg_overlay=\"rgba(0, 0, 0, 0.2)\" bg_pos=\"53% 69%\" hover=\"zoom\" link=\"Portfolio\"]\r\n\r\n[text_box width=\"37\" animate=\"fadeInRight\" position_x=\"10\" position_y=\"80\" text_align=\"left\"]\r\n\r\n[video_button size=\"130\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8898\" bg_overlay=\"rgba(0, 0, 0, 0.19)\" bg_pos=\"53% 69%\" hover=\"zoom\" link=\"Portfolio\"]\r\n\r\n[text_box width=\"30\" animate=\"fadeInLeft\" position_x=\"90\" text_align=\"right\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8891\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.21)\" hover=\"zoom\" link=\"Portfolio\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"9067\" bg_overlay=\"rgba(0, 0, 0, 0.47)\" bg_pos=\"34% 46%\" hover=\"zoom\" link=\"Portfolio\"]\r\n\r\n[text_box hover=\"fade-out\" position_y=\"95\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n[text_box hover=\"zoom-in\"]\r\n\r\n[video_button size=\"178\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8888\" hover=\"zoom\"]\r\n\r\n[text_box text_color=\"dark\" width=\"39\" position_x=\"10\" position_y=\"70\" text_align=\"left\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col span__sm=\"12\" align=\"center\"]\r\n\r\n[button text=\"Browse Portfolio\" style=\"outline\" size=\"larger\" radius=\"99\" icon=\"icon-angle-right\" icon_reveal=\"true\" link=\"Portfolio\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Our Clients\"]\r\n\r\n[row col_style=\"dashed\" v_align=\"middle\"]\r\n\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n[section label=\"Media Right\" bg_color=\"rgb(207, 207, 207)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\r\n\r\n[row style=\"large\" h_align=\"center\"]\r\n\r\n[col span=\"9\" span__sm=\"12\" align=\"center\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\">Contact Us</span></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\r\n\r\n[accordion auto_open=\"true\"]\r\n\r\n[accordion-item title=\"How long does it takes to we get back to you\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n[accordion-item]\r\n\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Add anything here\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Research\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n\r\n[/accordion]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[contact-form-7 id=\"9\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[title style=\"center\" text=\"LAtest NEws\" margin_top=\"22px\" size=\"undefined\"]\r\n\r\n[blog_posts style=\"push\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" columns=\"3\" badge_style=\"circle\" image_height=\"180px\"]', 'Agency', '', 'publish', 'closed', 'closed', '', 'agency', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 67, 'http://localhost:8888/flatsome-next/?page_id=3049', 3, 'page', '', 0),
(66, 2, '2015-11-17 20:15:56', '2015-11-17 20:15:56', '[section bg_color=\"#fafafa\"]\r\n\r\n[block id=\"9439\"]\r\n\r\n\r\n[/section]', 'Demos', '', 'publish', 'closed', 'closed', '', 'demos', '', '', '2015-11-17 20:15:56', '2015-11-17 20:15:56', '', 0, 'http://localhost:8888/flatsome-next/?page_id=3031', 0, 'page', '', 0),
(67, 2, '2015-11-17 19:45:39', '2015-11-17 19:45:39', 'Business demos', 'Business Demos', '', 'publish', 'closed', 'closed', '', 'business-demos', '', '', '2015-11-17 19:45:39', '2015-11-17 19:45:39', '', 66, 'http://localhost:8888/flatsome-next/?page_id=3025', 0, 'page', '', 0),
(68, 2, '2015-11-17 19:43:25', '2015-11-17 19:43:25', '[ux_pages parent=\"3021\" depth=\"1\"]', 'Shop Demos', '', 'publish', 'closed', 'closed', '', 'shop-demos', '', '', '2015-11-17 19:43:25', '2015-11-17 19:43:25', '', 66, 'http://localhost:8888/flatsome-next/?page_id=3021', 0, 'page', '', 0),
(69, 2, '2014-02-10 14:07:58', '2014-02-10 14:07:58', '[section label=\"Top Section\" bg=\"8264\" bg_color=\"rgb(41, 41, 41)\" bg_overlay=\"rgba(0, 0, 0, 0.19)\" bg_pos=\"65% 40%\" parallax=\"3\" dark=\"true\" padding=\"0px\" height=\"424px\"]\n\n[row]\n\n[col span__sm=\"12\" padding=\"5% 6% 0px 10%\" align=\"center\"]\n\n<h1 class=\"uppercase\"><strong>Section Element</strong></h1>\n<p class=\"lead\">Sections are used for creating full width backgrounds with content inside it. You can have Parallax Effects and Background Videos.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(233, 233, 233)\" padding=\"50px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h3>A Simple section with a two column row inside</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(41, 41, 41)\" bg_overlay=\"rgb(36, 36, 36)\" dark=\"true\" padding=\"60px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h3>A Dark section with a row inside</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Background Video\" bg_color=\"rgb(41, 41, 41)\" bg_overlay=\"rgba(0, 0, 0, 0.27)\" dark=\"true\" padding=\"128px\" video_mp4=\"http://flatsome.dev/wp-content/uploads/2016/02/348462762.mp4\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n<h2>A section with a background video</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg=\"4079\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(0, 0, 0, 0.51)\" dark=\"true\" padding=\"60px\" height=\"50vh\"]\n\n[row style=\"collapse\" h_align=\"center\"]\n\n[col span=\"6\" align=\"center\"]\n\n<h2>A section can have a background image or a background color</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(243, 243, 243)\" padding=\"61px\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"6\"]\n\n<h2>A Section with a Image on the right</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\"]\n\n[ux_image id=\"4005\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Parallax Video\" bg_color=\"rgb(41, 41, 41)\" bg_overlay=\"rgba(0, 0, 0, 0.27)\" parallax=\"4\" dark=\"true\" padding=\"128px\" video_mp4=\"http://flatsome.dev/wp-content/uploads/2016/02/348462762.mp4\"]\n\n[row h_align=\"center\"]\n\n[col span=\"4\" span__sm=\"9\" align=\"center\"]\n\n<h2>A Parallax Background Video</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(255, 255, 255)\" sticky=\"true\" padding=\"61px\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"4005\" depth=\"4\" depth_hover=\"5\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>A sticky section with images left</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n[button text=\"Click me!\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(50, 50, 50)\" dark=\"true\" sticky=\"true\" padding=\"61px\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>A sticky section with images right</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n[button text=\"Click me!\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"4005\" depth=\"4\" depth_hover=\"5\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg=\"4126\" bg_color=\"rgb(243, 243, 243)\" bg_overlay=\"rgba(255, 255, 255, 0.9)\" padding=\"61px\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>A Section with Image and a background</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"4005\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(255, 255, 255)\" padding=\"61px\"]\n\n[row style=\"collapse\" width=\"full-width\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"4005\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" padding=\"10%\" align=\"center\" max_width=\"520px\"]\n\n<h2>A Section with a large image left.</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"61px\"]\n\n[row style=\"collapse\" width=\"full-width\" v_align=\"middle\" h_align=\"right\"]\n\n[col span=\"6\" padding=\"10%\" align=\"center\" max_width=\"520px\"]\n\n<h2>A Section with a large image right.</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\"]\n\n[ux_image id=\"4005\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg=\"4079\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(0, 0, 0, 0.51)\" parallax=\"1\" dark=\"true\" padding=\"97px\" height=\"300px\"]\n\n[title text=\"Section With a parallax background\"]\n\n[row h_align=\"center\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[row h_align=\"center\"]\n\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg=\"4120\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(255, 255, 255, 0.89)\" bg_pos=\"25% 0%\" parallax=\"1\" padding=\"60px\" height=\"300px\"]\n\n[row style=\"collapse\" width=\"full-width\" h_align=\"center\"]\n\n[col span=\"6\" padding=\"0 10%\" align=\"center\"]\n\n<h2>A product slider inside a section</h2>\n[button text=\"Click me now\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(63, 63, 63)\" dark=\"true\" mask=\"arrow\" height=\"365px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"10\"]\n\n<h3>Section With A Arrow Mask</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(160, 160, 160)\" dark=\"true\" mask=\"angled\" height=\"365px\"]\n\n[row]\n\n[col span=\"5\" span__sm=\"10\"]\n\n<h3>Section with an Angled Mask</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(77, 77, 77)\" dark=\"true\" mask=\"angled-right\" height=\"365px\"]\n\n[row]\n\n[col span=\"5\" span__sm=\"10\"]\n\n<h3>Section with an Angled Mask</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg=\"6706\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(117, 117, 117, 0.44)\" dark=\"true\" mask=\"angled-right\" height=\"365px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"9\"]\n\n<h3>Section with Angled Mask</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(77, 77, 77)\" dark=\"true\" mask=\"arrow-large\" height=\"365px\"]\n\n[row]\n\n[col]\n\n<h3>Section with a Large Arrow Mask</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]', 'Sections', '', 'publish', 'closed', 'closed', '', 'sections', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 95, 'http://localhost:8888/test/?page_id=2585', 1, 'page', '', 0);
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
(70, 2, '2014-02-08 21:03:57', '2014-02-08 21:03:57', '[section bg_color=\"rgb(237, 239, 241)\" border=\"1px 0px 1px 0px\" border_color=\"rgba(0, 0, 0, 0.13)\"]\r\n\r\n[title style=\"center\" text=\"Banner Grid Element\" size=\"120\"]\r\n\r\n[ux_banner_grid height=\"600\" depth=\"1\"]\r\n\r\n[col_grid span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner bg=\"8755\" bg_pos=\"64% 30%\" border_color=\"rgba(0, 0, 0, 0.05)\"]\r\n\r\n[text_box width=\"70\"]\r\n\r\n<h2 class=\"alt-font\">A Cute Title</h2>\r\n<h2 class=\"uppercase\"><strong><span style=\"font-size: 140%;\">This is a simple headline</span></strong></h2>\r\n<p class=\"lead\"><span style=\"font-size: 130%;\">A Small text</span></p>\r\n[button text=\"Click me!\" style=\"outline\" size=\"xlarge\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\"]\r\n\r\n[ux_banner bg=\"8754\" bg_pos=\"51% 56%\" border_color=\"rgba(0, 0, 0, 0.08)\"]\r\n\r\n[text_box width=\"69\" width__sm=\"60\" position_y=\"5\"]\r\n\r\n<h2 class=\"uppercase\"><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"5\" span__sm=\"14\" height=\"1-3\"]\r\n\r\n[ux_banner bg=\"8753\" bg_size=\"medium\" bg_overlay=\"rgba(255, 255, 255, 0.15)\" bg_pos=\"51% 30%\" border_color=\"rgba(0, 0, 0, 0.08)\"]\r\n\r\n[text_box text_color=\"dark\" width=\"42\" position_x=\"10\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"5\" span__sm=\"12\" height=\"2-3\"]\r\n\r\n[ux_banner bg=\"8757\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"71% 19%\" border_color=\"rgba(0, 0, 0, 0.07)\"]\r\n\r\n[text_box width=\"70\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>SALE ENDS SOON</strong></h2>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/section]\r\n[row v_align=\"middle\"]\r\n\r\n[col span=\"5\" span__sm=\"12\"]\r\n\r\n<h2 class=\"uppercase\">DRAG AND DROP EDITING</h2>\r\n<p class=\"lead\">Creating amazing Banner Grids is incredible easy with the new <strong>UX Builder</strong></p>\r\n\r\n[/col]\r\n[col span=\"7\" span__sm=\"12\"]\r\n\r\n[ux_image id=\"9031\" depth=\"3\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[section bg=\"8317\" bg_color=\"rgb(28, 28, 28)\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" parallax=\"2\" dark=\"true\"]\r\n\r\n[title style=\"center\" text=\"Banner Grid With A Background\" size=\"undefined\"]\r\n\r\n[ux_banner_grid height=\"666\" depth=\"1\"]\r\n\r\n[col_grid span=\"4\" span__sm=\"13\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8795\" bg_pos=\"32% 58%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"65\" width__sm=\"90\" scale=\"102\" animate=\"fadeInLeft\" position_x=\"10\" text_align=\"left\"]\r\n\r\n<h6 class=\"uppercase\">Featured Vendor</h6>\r\n<h2><strong>This Week Featured Vendor</strong></h2>\r\n<p class=\"lead\">Change this to anything. Consectetuer adipiscing elit.</p>\r\n[button text=\"Go To Shop\" style=\"outline\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"13\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8317\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.16)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"74\"]\r\n\r\n<h2><strong>This is a simple banner</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"large\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"15\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8226\" bg_size=\"medium\" bg_pos=\"66% 22%\" hover=\"zoom\"]\r\n\r\n[text_box text_color=\"dark\" width=\"80\" width__sm=\"60\" animate=\"fadeInLeft\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h6 class=\"uppercase\">Featured Vendor</h6>\r\n<h2><strong>Woo Vendor Shop</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"13\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"7460\" bg_size=\"medium\" hover=\"zoom\"]\r\n\r\n[text_box width=\"80\" position_x=\"10\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h2><strong>This is a simple banner</strong></h2>\r\n<p class=\"lead\">Change this text to anything</p>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"8\" span__sm=\"15\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8753\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.09)\" bg_pos=\"61% 30%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"79\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h2><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"large\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/section]\r\n[title style=\"center\" text=\"Use Banner Grids to Create Portfolio Grids\" margin_top=\"31px\" size=\"undefined\"]\r\n\r\n[ux_banner_grid spacing=\"collapse\" height=\"885\" width=\"full-width\"]\r\n\r\n[col_grid span=\"6\" span__sm=\"13\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8900\" bg_overlay=\"rgba(0, 0, 0, 0.2)\" bg_pos=\"53% 69%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"37\" animate=\"fadeInRight\" position_x=\"10\" position_y=\"80\" text_align=\"left\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" span__sm=\"15\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8898\" bg_overlay=\"rgba(0, 0, 0, 0.19)\" bg_pos=\"53% 69%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"30\" animate=\"fadeInLeft\" position_x=\"90\" text_align=\"right\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"14\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8891\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.21)\" hover=\"zoom\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"14\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8962\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.15)\" bg_pos=\"34% 46%\" hover=\"zoom\"]\r\n\r\n[text_box hover=\"fade-out\" position_y=\"95\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n[text_box hover=\"zoom-in\"]\r\n\r\n[video_button size=\"178\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" span__sm=\"15\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8888\" hover=\"zoom\"]\r\n\r\n[text_box text_color=\"dark\" width=\"39\" position_x=\"5\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[title style=\"center\" text=\"Add Slider to Banner Grids\" margin_top=\"28px\" size=\"undefined\"]\r\n\r\n[ux_banner_grid]\r\n\r\n[col_grid span=\"9\" span__sm=\"12\"]\r\n\r\n[ux_slider]\r\n\r\n[ux_banner height=\"500px\" bg=\"4125\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width__sm=\"80\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Five Key Elements for your Living room</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"500px\" bg=\"8956\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"64% 34%\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width=\"54\" width__sm=\"80\" position_x=\"85\" text_align=\"right\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Latest Fashion News for AutumN</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"500px\" bg=\"8286\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width__sm=\"80\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Five Key Elements for your Living room</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"7460\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.13)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"87\"]\r\n\r\n<h3 class=\"alt-font\">Don\'t Miss</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>Sale ends soon</strong></span></h2>\r\n[button text=\"Browse Now\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"8286\" bg_size=\"thumbnail\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"87\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>SUMMER SALE</strong></span></h2>\r\n[button text=\"Browse Now\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]', 'Banner Grids', '', 'publish', 'closed', 'closed', '', 'banner-grid', '', '', '2019-04-11 08:51:47', '2019-04-11 08:51:47', '', 95, 'http://localhost:8888/test/?page_id=2560', 13, 'page', '', 0),
(71, 2, '2013-12-30 15:48:22', '2013-12-30 15:48:22', '[gap height=\"32px\"]\r\n\r\n[ux_banner_grid]\r\n\r\n[col_grid span=\"6\" span__sm=\"12\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8102\" bg_color=\"rgb(255, 255, 255)\" bg_pos=\"65% 16%\" hover=\"overlay-add\"]\r\n\r\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"80\" scale=\"99\" position_x=\"10\" position_y=\"90\" text_align=\"left\"]\r\n\r\n<p class=\"lead alt-font\"><span style=\"font-size: 190%;\">Add any text here...</span></p>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>New arrivals on the shop</strong></span></h2>\r\n[divider align=\"left\"]\r\n\r\n[button text=\"Browse\" style=\"outline\" size=\"larger\"]\r\n\r\n[button text=\"Shop now\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8106\" bg_size=\"medium\" bg_pos=\"58% 24%\"]\r\n\r\n[text_box width=\"80\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any CONTENT here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" height=\"1-2\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"4113\" bg_size=\"medium\"]\r\n\r\n[text_box width=\"80\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"13\" height=\"1-2\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8103\" bg_size=\"medium\" hover=\"glow\"]\r\n\r\n[text_box width=\"68\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[title style=\"center\" text=\"Featured Products\" margin_top=\"22px\" size=\"undefined\"]\r\n\r\n[ux_products show=\"featured\"]\r\n\r\n[title style=\"center\" text=\"Featured Categories\" size=\"undefined\"]\r\n\r\n[ux_product_categories]\r\n\r\n[gap height=\"36px\"]\r\n\r\n[ux_banner height=\"366px\" bg=\"3834\" bg_overlay=\"rgba(0, 0, 0, 0.26)\" bg_pos=\"60% 0%\" parallax=\"1\"]\r\n\r\n[text_box width=\"49\" width__sm=\"78\" position_x=\"10\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Signup for Newsletter</strong></h3>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonumm.</p>\r\n[contact-form-7 id=\"11\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"bold-center\" text=\"Latest news\" size=\"undefined\"]\r\n\r\n[blog_posts badge_style=\"square\" image_height=\"75%\" image_hover=\"zoom\"]\r\n\r\n[title style=\"bold-center\" text=\"Follow on instagram\" icon=\"icon-instagram\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" type=\"slider\" width=\"full-width\" columns=\"6\"]', 'Grid Style 1', '', 'publish', 'closed', 'closed', '', 'grid-style-1', '', '', '2013-12-30 15:48:22', '2013-12-30 15:48:22', '', 68, 'http://localhost:8888/test/?page_id=2138', 6, 'page', '', 0),
(72, 2, '2013-12-20 14:31:52', '2013-12-20 14:31:52', '[ux_banner height=\"444px\" bg=\"8962\" bg_overlay=\"rgba(0, 0, 0, 0.3)\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>LIGHTBOX SHORTCODE</strong></h3>\r\n<p class=\"lead\">Open any content in a lightbox</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[button text=\"Lightbox button\" link=\"#test\"]\r\n\r\n<p><a href=\"#test\">Lightbox link</a></p>\r\n<p>[lightbox id=\"test\" width=\"600px\" padding=\"20px\"]<br />Add lightbox content here...<br />\r\n[/lightbox]\r\n</p>\r\n<pre>[button text=\"Lightbox button\" link=\"<b>#test</b>\"][lightbox id=\"<b>test</b>\" width=\"600px\" padding=\"20px\"]Add lightbox content here...[/lightbox]</pre>\r\n\r\n[/col]\r\n\r\n[/row]', 'Lightbox', '', 'publish', 'closed', 'closed', '', 'lightbox', '', '', '2019-04-11 08:51:48', '2019-04-11 08:51:48', '', 95, 'http://localhost:8888/test/?page_id=2058', 16, 'page', '', 0),
(73, 2, '2013-12-16 09:57:42', '2013-12-16 09:57:42', '[ux_slider]\r\n\r\n[ux_banner height=\"100%\" bg=\"8989\" bg_overlay=\"rgba(0, 0, 0, 0.31)\" bg_pos=\"68% 27%\"]\r\n\r\n[text_box width=\"52\" width__sm=\"80\" animate=\"bounceIn\" parallax=\"-1\" position_x__sm=\"50\" position_y__sm=\"50\"]\r\n\r\n<p class=\"alt-font\"><span style=\"font-size: 160%;\">Now Online!</span></p>\r\n<h2 class=\"uppercase\"><strong><span style=\"font-size: 200%;\" data-line-height=\"xs\">BIG SalE</span></strong></h2>\r\n<h3 class=\"lead uppercase\">up to <strong>70%</strong> off</h3>\r\n[button text=\"Shop Now\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" bg=\"4063\" bg_overlay=\"rgba(0, 0, 0, 0.13)\" bg_pos=\"68% 11%\"]\r\n\r\n[text_box width=\"52\" width__sm=\"77\" animate=\"fadeInUp\" parallax=\"-1\" position_x=\"10\" position_x__sm=\"5\" position_y__sm=\"50\" text_align=\"left\"]\r\n\r\n<p class=\"alt-font\"><span style=\"font-size: 160%;\">New Trends 2016</span></p>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 150%;\"><strong><span data-line-height=\"xs\">CELEBRATE SUMMER<br /></span></strong></span></h2>\r\n[button text=\"Shop Now\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"7341\" bg_overlay=\"rgba(0, 0, 0, 0.12)\" bg_pos=\"42% 18%\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"75\"]\r\n\r\n<h4 class=\"uppercase\">Summer 2017</h4>\r\n<h2 class=\"uppercase\"><strong>NEW Summer Trends</strong></h2>\r\n[button text=\"Shop now\" color=\"white\" style=\"outline\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"4085\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.2)\" bg_pos=\"50% 57%\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"70\" position_x=\"10\" text_align=\"left\"]\r\n\r\n<h4 class=\"uppercase\">Summer 2017</h4>\r\n<h2 class=\"uppercase\"><strong>NEW Summer Trends</strong></h2>\r\n[button text=\"Shop now\" color=\"white\" style=\"outline\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"4120\" bg_overlay=\"rgba(0, 0, 0, 0.13)\" bg_pos=\"31% 0%\" hover=\"zoom-fade\"]\r\n\r\n[text_box text_color=\"dark\" width=\"70\" position_x=\"90\" text_align=\"right\"]\r\n\r\n<h4 class=\"uppercase\">Summer 2017</h4>\r\n<h2 class=\"uppercase\"><strong>NEW Summer Trends</strong></h2>\r\n[button text=\"Shop now\" color=\"white\" style=\"outline\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row h_align=\"center\"]\r\n\r\n[col span=\"7\" span__sm=\"12\" padding=\"40px 0px 0px 0px\" align=\"center\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 160%;\">Welcome to our Shop</span></h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"About us\" style=\"outline\" size=\"small\" radius=\"99\" link=\"about-us\"]\r\n\r\n[button text=\"Shop now\" size=\"small\" radius=\"99\" icon_pos=\"left\" link=\"shop\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Browse products\" size=\"undefined\"]\r\n\r\n[ux_product_categories style=\"overlay\" type=\"grid\" grid_height=\"400px\" number=\"4\" image_hover=\"zoom\" image_hover_alt=\"glow\" text_pos=\"middle\" text_size=\"large\"]\r\n\r\n[title style=\"center\" text=\"Browse products\" size=\"undefined\"]\r\n\r\n[ux_products cat=\"81\"]\r\n\r\n[ux_banner height=\"426px\" bg=\"8093\" bg_pos=\"72% 78%\" parallax=\"3\"]\r\n\r\n[text_box width=\"61\" width__sm=\"79\" scale__sm=\"158\" animate=\"fadeInRight\" position_x__sm=\"50\" border_style=\"dashed\" border_radius=\"0\" border_color=\"rgba(255, 255, 255, 0.27)\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Signup for newsletter</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[contact-form-7 id=\"11\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"8687\" pos=\"center\" title=\"Shop Feature 1\" icon_border=\"1\" margin=\"px px px px\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"8686\" pos=\"center\" title=\"Shop Feature 2\" icon_border=\"1\" margin=\"px px px px\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"8685\" pos=\"center\" title=\"Shop Feature 3\" icon_border=\"1\" margin=\"px px px px\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Latest news\" margin_top=\"30px\" size=\"undefined\"]\r\n\r\n[blog_posts style=\"vertical\" slider_nav_style=\"circle\" slider_nav_position=\"outside\" columns=\"2\" title_style=\"uppercase\" badge_style=\"circle-inside\" image_height=\"100%\" image_width=\"53\" image_radius=\"100\"]\r\n\r\n[title style=\"center\" text=\"Follow Us on Instagram\" icon=\"icon-instagram\" margin_top=\"30px\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" type=\"slider\" slider_nav_style=\"circle\" slider_nav_color=\"light\" width=\"full-width\" columns=\"6\"]', 'Fullscreen Fashion', '', 'publish', 'closed', 'closed', '', 'fullscreen-fashion', '', '', '2013-12-16 09:57:42', '2013-12-16 09:57:42', '', 68, 'http://localhost:8888/test/?page_id=2000', 5, 'page', '', 0),
(74, 2, '2013-09-07 23:21:13', '2013-09-07 23:21:13', '[woocommerce_order_tracking]', 'Track your order', '', 'publish', 'closed', 'closed', '', 'track-order', '', '', '2013-09-07 23:21:13', '2013-09-07 23:21:13', '', 0, 'http://localhost:8888/test/?page_id=790', 0, 'page', '', 0),
(75, 2, '2013-08-19 19:35:32', '2013-08-19 19:35:32', '[ux_banner height=\"500px\" bg=\"8905\" bg_overlay=\"rgba(255, 255, 255, 0.61)\" bg_pos=\"41% 71%\" parallax=\"3\"]\r\n\r\n[text_box parallax=\"2\" text_color=\"dark\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Message Box Element</strong></h2>\r\n<p class=\"lead\">Create beautiful Call to Action areas.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[title style=\"center\" text=\"Message Box Element\"]\r\n\r\n[message_box padding=\"27\"]\r\n\r\n[row_inner v_align=\"middle\" h_align=\"center\"]\r\n\r\n[col_inner span=\"9\" span__sm=\"12\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col_inner]\r\n[col_inner span=\"2\" span__sm=\"12\" align=\"center\"]\r\n\r\n[button text=\"Click me\" color=\"white\" style=\"outline\" radius=\"99\"]\r\n\r\n\r\n[/col_inner]\r\n\r\n[/row_inner]\r\n\r\n[/message_box]\r\n[title style=\"center\" text=\"Use to Create Call to Actions areas\" margin_top=\"23px\"]\r\n\r\n[message_box bg=\"8989\" bg_color=\"rgba(0, 0, 0, 0.62)\" padding=\"27\"]\r\n\r\n[row_inner v_align=\"middle\" h_align=\"center\"]\r\n\r\n[col_inner span=\"8\" span__sm=\"12\"]\r\n\r\n<h2 class=\"uppercase\">Use Message Boxes to create Call to action messages</h2>\r\n\r\n[/col_inner]\r\n[col_inner span=\"3\" span__sm=\"12\" align=\"center\"]\r\n\r\n[button text=\"Click me now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"99\"]\r\n\r\n\r\n[/col_inner]\r\n\r\n[/row_inner]\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Full Width Message box\" margin_top=\"23px\"]\r\n\r\n[message_box bg=\"8989\" bg_color=\"rgba(0, 0, 0, 0.75)\" padding=\"27\"]\r\n\r\n[row v_align=\"middle\" h_align=\"center\"]\r\n\r\n[col span=\"6\" span__sm=\"15\"]\r\n\r\n<h3 class=\"uppercase\">Signup for Newsletter and get <span class=\"fancy-underline\">50% off</span> your next purchase</h3>\r\n\r\n[/col]\r\n[col span=\"5\" span__sm=\"17\" align=\"right\"]\r\n\r\n[contact-form-7 id=\"11\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/message_box]', 'Message box', '', 'publish', 'closed', 'closed', '', 'message-box', '', '', '2019-04-11 08:51:48', '2019-04-11 08:51:48', '', 95, 'http://localhost:8888/test/?page_id=670', 21, 'page', '', 0),
(76, 2, '2013-08-18 15:48:20', '2013-08-18 15:48:20', '[ux_banner height=\"360px\" bg=\"8330\" bg_overlay=\"rgba(0, 0, 0, 0.16)\" bg_pos=\"56% 97%\" parallax=\"2\"]\n\n[text_box width=\"63\" width__sm=\"60%\" text_depth=\"1\"]\n\n<h3 class=\"uppercase\"><strong>Categories Element</strong></h3>\n<p class=\"lead\">Create beautiful overview of your Shop categories. There is almost unlimited variations, but here are some examples.</p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col]\n\n[title style=\"center\" text=\"Simple\"]\n\n[ux_product_categories style=\"normal\"]\n\n[title style=\"center\" text=\"Badge style\"]\n\n[ux_product_categories]\n\n[title style=\"center\" text=\"Overlay Style\"]\n\n[ux_product_categories style=\"overlay\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" image_overlay=\"rgba(0, 0, 0, 0.19)\" image_hover=\"overlay-remove-50\" image_hover_alt=\"zoom\"]\n\n[title style=\"center\" text=\"Grid style\"]\n\n[ux_product_categories style=\"overlay\" type=\"grid\" grid=\"3\" columns=\"3\" animate=\"fadeInLeft\" number=\"4\" orderby=\"name\" image_size=\"large\" image_overlay=\"rgba(38, 38, 38, 0.16)\" text_pos=\"middle\" text_size=\"large\"]\n\n[title style=\"center\" text=\"Circle Style\"]\n\n[ux_product_categories style=\"overlay\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" image_height=\"100%\" image_radius=\"100\" image_overlay=\"rgba(0, 0, 0, 0.19)\" image_hover=\"overlay-remove-50\" image_hover_alt=\"zoom\" text_pos=\"middle\" text_size=\"large\" text_hover=\"bounce\"]\n\n\n[/col]\n\n[/row]\n[section bg_color=\"rgb(51, 51, 51)\" dark=\"true\"]\n\n[title style=\"center\" text=\"Be creative! Mix and match settings\"]\n\n[ux_product_categories style=\"overlay\" type=\"grid\" grid=\"13\" col_spacing=\"small\" columns=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\" number=\"5\" orderby=\"name\" image_size=\"large\" image_overlay=\"rgba(38, 38, 38, 0.16)\" image_hover=\"color\" image_hover_alt=\"zoom-long\" text_pos=\"middle\" text_size=\"large\"]\n\n\n[/section]', 'Product Categories', '', 'publish', 'closed', 'closed', '', 'product-categories', '', '', '2019-04-11 08:51:48', '2019-04-11 08:51:48', '', 95, 'http://localhost:8888/test/?page_id=654', 22, 'page', '', 0),
(77, 2, '2013-08-18 15:41:31', '2013-08-18 15:41:31', '[ux_banner height=\"451px\" bg=\"8093\" bg_overlay=\"rgba(0, 0, 0, 0.45)\"]\r\n\r\n[text_box width=\"66\" parallax=\"-4\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Product Element</strong></h2>\r\n<p class=\"lead\">List products anywhere in a beautiful style. Choose between Slider, Rows, Grid and Masonry Style. Select products from a custom category or sort by sales, featured items or latest. You can also select custom products.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"bold-center\" text=\"Simple Sale Slider\"]\r\n\r\n[ux_products orderby=\"sales\" show=\"onsale\"]\r\n\r\n[title style=\"bold-center\" text=\"Featured Products Slider\" icon=\"icon-star\"]\r\n\r\n[ux_products  show=\"featured\"]\r\n\r\n[title style=\"bold-center\" text=\"Best Selling Products\" icon=\"icon-heart\"]\r\n\r\n[ux_products orderby=\"sales\"]\r\n\r\n[title style=\"bold-center\" text=\"Lookbook style\"]\r\n\r\n[ux_products style=\"shade\" slider_nav_style=\"circle\" col_spacing=\"normal\" depth=\"1\" depth_hover=\"5\" cat=\"tops\" image_height=\"200%\" image_size=\"medium\" image_hover=\"overlay-add\" image_hover_alt=\"zoom-long\" text_size=\"large\" text_hover=\"hover-slide\"]\r\n\r\n[title style=\"bold-center\" text=\"Lookbook style 2\"]\r\n\r\n[ux_products style=\"overlay\" slider_nav_style=\"circle\" width=\"full-width\" col_spacing=\"collapse\" columns=\"6\" cat=\"80\" orderby=\"rand\" image_height=\"200%\" image_size=\"medium\" image_overlay=\"rgba(0, 0, 0, 0.58)\" image_hover=\"overlay-add\" image_hover_alt=\"zoom-long\" text_pos=\"middle\" text_size=\"large\" text_hover=\"zoom-in\"]\r\n\r\n[title style=\"bold-center\" text=\"Grid Style\" margin_top=\"16px\"]\r\n\r\n[ux_products style=\"shade\" type=\"grid\" grid_height=\"650px\" products=\"4\" orderby=\"sales\" show=\"featured\" image_overlay=\"rgba(0, 0, 0, 0.19)\" image_hover=\"zoom\" image_hover_alt=\"glow\" text_align=\"left\" text_size=\"large\"]\r\n\r\n[title style=\"bold-center\" text=\"Masonery Style\"]\r\n\r\n[ux_products type=\"masonry\" depth=\"1\" depth_hover=\"5\" text_align=\"left\"]\r\n\r\n[title style=\"bold-center\" text=\"Mix and match styles\"]\r\n\r\n[ux_products style=\"overlay\" image_height=\"169%\" image_size=\"medium\" image_overlay=\"rgba(0, 0, 0, 0.67)\" image_hover=\"color\" image_hover_alt=\"overlay-remove-50\" text_size=\"large\"]', 'Products', '', 'publish', 'closed', 'closed', '', 'products', '', '', '2019-04-11 08:51:48', '2019-04-11 08:51:48', '', 95, 'http://localhost:8888/test/?page_id=650', 23, 'page', '', 0),
(78, 2, '2013-08-18 15:12:19', '2013-08-18 15:12:19', '[ux_banner height=\"329px\" bg=\"8892\" bg_overlay=\"rgba(0, 0, 0, 0.28)\" parallax=\"2\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>Share & Follow Icons</strong></h3>\r\n<p>Beautiful Share and Follow Icons that you can insert anywhere with the Page Builder.</p>\r\n[follow facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section bg_color=\"rgb(255, 255, 255)\"]\r\n\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[title text=\"Share icons\"]\r\n\r\n[share]\r\n\r\n[title text=\"Follow icons\"]\r\n\r\n[follow facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[title text=\"Follow icons Fill\"]\r\n\r\n[follow style=\"fill\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[title text=\"Follow icons small\"]\r\n\r\n[follow style=\"small\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[title style=\"center\" text=\"Follow icons Larger\" size=\"undefined\"]\r\n\r\n[follow align=\"center\" scale=\"134\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[title style=\"center\" text=\"Follow Icons Larger Fill\" size=\"undefined\"]\r\n\r\n[follow style=\"fill\" align=\"center\" scale=\"128\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[title style=\"center\" text=\"Follow Icons Large\" size=\"undefined\"]\r\n\r\n[follow style=\"small\" align=\"center\" scale=\"177\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[section bg_color=\"rgb(48, 48, 48)\" dark=\"true\"]\r\n\r\n[title style=\"center\" text=\"Follow icons dark\" size=\"undefined\"]\r\n\r\n[follow align=\"center\" scale=\"134\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[follow style=\"small\" align=\"center\" scale=\"177\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[gap height=\"11px\"]\r\n\r\n[follow style=\"fill\" align=\"center\" scale=\"128\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n\r\n[/section]', 'Share / follow icons', '', 'publish', 'closed', 'closed', '', 'sharefollow-icons', '', '', '2019-04-11 08:51:48', '2019-04-11 08:51:48', '', 95, 'http://localhost:8888/test/?page_id=644', 24, 'page', '', 0),
(79, 2, '2013-08-18 15:09:39', '2013-08-18 15:09:39', '[ux_banner height=\"395px\" bg=\"8333\" bg_overlay=\"rgba(0, 0, 0, 0.1)\"]\n\n[text_box width__sm=\"86\" scale__sm=\"138\"]\n\n<h3 class=\"uppercase\"><strong>TEAM MEMBER ELEMENT</strong></h3>\n<p class=\"lead\">Use this for presenting your team member or staff</p>\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"Default Style\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"9148\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9150\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" pinterest=\"#\" linkedin=\"#\" snapchat=\"9152\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9147\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9149\" name=\"Nina Lacy\" title=\"Support Ninja\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Color Icon style\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"9148\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" icon_style=\"fill\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9150\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" icon_style=\"fill\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" pinterest=\"#\" linkedin=\"#\" snapchat=\"9152\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9147\" name=\"Mark Jance\" title=\"CTO / Developer\" icon_style=\"fill\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9149\" name=\"Nina Lacy\" title=\"Support Ninja\" icon_style=\"fill\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Bounce Style\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"9148\" style=\"bounce\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9150\" style=\"bounce\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" pinterest=\"#\" linkedin=\"#\" snapchat=\"9152\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9147\" style=\"bounce\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9149\" style=\"bounce\" name=\"Nina Lacy\" title=\"Support Ninja\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Push Style\"]\n\n[row]\n\n[col span=\"4\"]\n\n[team_member img=\"9148\" style=\"push\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" text_hover=\"bounce\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"4\"]\n\n[team_member img=\"9147\" style=\"push\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" text_hover=\"bounce\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"4\"]\n\n[team_member img=\"9149\" style=\"push\" name=\"Nina Lacy\" title=\"Support Ninja\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" text_hover=\"bounce\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Overlay Style\"]\n\n[row]\n\n[col span=\"4\"]\n\n[team_member img=\"9148\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"4\"]\n\n[team_member img=\"9150\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" pinterest=\"#\" linkedin=\"#\" snapchat=\"9152\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"4\"]\n\n[team_member img=\"9147\" style=\"overlay\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Overlay Circle\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"9148\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_height=\"100%\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9150\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" linkedin=\"#\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9147\" style=\"overlay\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9149\" style=\"overlay\" name=\"Nina Lacy\" title=\"Support Ninja\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Overlay Grayscale\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"9148\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_height=\"100%\" image_radius=\"100\" image_hover=\"color\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9150\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" linkedin=\"#\" image_radius=\"100\" image_hover=\"color\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9147\" style=\"overlay\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_radius=\"100\" image_hover=\"color\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9149\" style=\"overlay\" name=\"Nina Lacy\" title=\"Support Ninja\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_radius=\"100\" image_hover=\"color\"]\n\n\n[/team_member]\n\n[/col]\n\n[/row]\n[section bg=\"8989\" bg_color=\"rgb(40, 40, 40)\" bg_overlay=\"rgba(0, 0, 0, 0.84)\" dark=\"true\"]\n\n[title style=\"center\" text=\"Mix and match styles\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"9148\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" icon_style=\"small\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_height=\"100%\" image_radius=\"100\" image_hover=\"color\" image_hover_alt=\"zoom\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9150\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" icon_style=\"fill\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" linkedin=\"#\" image_radius=\"9\" image_hover=\"glow\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9147\" style=\"overlay\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_hover=\"zoom\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9149\" style=\"overlay\" name=\"Nina Lacy\" title=\"Support Ninja\" icon_style=\"fill\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_radius=\"100\" image_hover=\"color\"]\n\n\n[/team_member]\n\n[/col]\n\n[/row]\n\n[/section]', 'Team Member', '', 'publish', 'closed', 'closed', '', 'team-member', '', '', '2019-04-11 08:51:48', '2019-04-11 08:51:48', '', 95, 'http://localhost:8888/test/?page_id=642', 26, 'page', '', 0),
(80, 2, '2013-08-18 14:46:20', '2013-08-18 14:46:20', '[ux_banner height=\"500px\" bg=\"7232\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.12)\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>ICON BOX ELEMENT</strong></h3>\n<p class=\"lead\">Create simple icon boxes with this element. Upload any SVG icon or image. You can find beautiful SVG icons here: </p>\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"Top Align\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8687\" pos=\"center\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8750\" pos=\"center\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8686\" pos=\"center\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Top Align with border\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8687\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8750\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8686\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Left Align\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8687\" img_width=\"35\" pos=\"left\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8750\" img_width=\"35\" pos=\"left\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8686\" img_width=\"35\" pos=\"left\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8687\" img_width=\"35\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(140, 188, 25)\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8750\" img_width=\"35\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(25, 130, 188)\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8686\" img_width=\"35\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(188, 69, 25)\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]', 'Icon Box', '', 'publish', 'closed', 'closed', '', 'icon-box', '', '', '2019-04-11 08:51:48', '2019-04-11 08:51:48', '', 95, 'http://localhost:8888/test/?page_id=637', 14, 'page', '', 0);
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
(81, 2, '2013-08-18 14:39:33', '2013-08-18 14:39:33', '[ux_banner height=\"500px\" bg=\"7457\" parallax=\"2\"]\r\n\r\n[text_box parallax=\"-2\"]\r\n\r\n<h1>Section Titles</h1>\r\n<p class=\"lead\">Split content with beautiful Section Titles</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row]\r\n\r\n[col]\r\n\r\n[title text=\"This is a normal title\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title text=\"This is a title with a link\" link_text=\"Click here to view products\" link=\"http://\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title style=\"center\" text=\"This is a centered title\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title style=\"center\" text=\"This is a centered title with Icon\" icon=\"icon-star\" size=\"undefined\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title text=\"This is a title with a link and icon\" icon=\"icon-star-o\" size=\"undefined\" link_text=\"Click here to view products\" link=\"http://\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title style=\"bold-center\" text=\"This is a bold title\" size=\"171\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title style=\"bold\" text=\"This is a bold title with link\" link_text=\"Click here\" link=\"http://\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title style=\"bold-center\" text=\"This is a bold centered title\" size=\"undefined\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n', 'Titles / Dividers', '', 'publish', 'closed', 'closed', '', 'titles-dividers', '', '', '2019-04-11 08:51:48', '2019-04-11 08:51:48', '', 95, 'http://localhost:8888/test/?page_id=636', 7, 'page', '', 0),
(82, 2, '2013-08-18 12:30:42', '2013-08-18 12:30:42', '[gap]\r\n\r\n[ux_banner_grid height=\"575\"]\r\n\r\n[col_grid span=\"9\" span__sm=\"12\" depth=\"1\"]\r\n\r\n[ux_slider]\r\n\r\n[ux_banner height=\"500px\" bg=\"8053\" bg_size=\"large\" bg_color=\"rgb(2, 2, 2)\" bg_pos=\"56% 29%\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"50\" width__sm=\"78\" scale=\"99\"]\r\n\r\n<p class=\"lead alt-font\"><span style=\"font-size: 190%;\">Add any text here...</span></p>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>New arrivals on the shop</strong></span></h2>\r\n[divider align=\"left\"]\r\n\r\n[button text=\"Browse\" color=\"white\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"500px\" bg=\"8102\" bg_size=\"large\" bg_color=\"rgb(255, 255, 255)\" bg_pos=\"65% 16%\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"50\" scale=\"99\" position_x=\"10\" text_align=\"left\" text_color=\"dark\"]\r\n\r\n<p class=\"lead alt-font\"><span style=\"font-size: 190%;\">Add any text here...</span></p>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>New arrivals on the shop</strong></span></h2>\r\n[divider align=\"left\"]\r\n\r\n[button text=\"Browse\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" height=\"1-2\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"4113\" bg_size=\"medium\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"67\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"13\" height=\"1-2\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8103\" bg_size=\"medium\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"68\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[title style=\"bold-center\" text=\"Featured Products\" margin_top=\"22px\" size=\"undefined\"]\r\n\r\n[ux_products show=\"featured\"]\r\n\r\n[title style=\"bold-center\" text=\"Featured Categories\" size=\"undefined\"]\r\n\r\n[ux_product_categories]\r\n\r\n[gap height=\"36px\"]\r\n\r\n[ux_banner height=\"366px\" bg=\"3834\" bg_overlay=\"rgba(0, 0, 0, 0.26)\" bg_pos=\"60% 0%\" parallax=\"1\"]\r\n\r\n[text_box width=\"37\" width__sm=\"78\" position_x=\"10\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Signup for Newsletter</strong></h3>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonumm.</p>\r\n[gap height=\"18px\"]\r\n\r\n[contact-form-7 id=\"11\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"bold-center\" text=\"Latest news\" size=\"undefined\"]\r\n\r\n[blog_posts columns=\"3\" badge_style=\"square\" image_height=\"200px\"]\r\n\r\n[title style=\"bold-center\" text=\"Follow on instagram\" icon=\"icon-instagram\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" type=\"slider\" slider_nav_style=\"circle\" width=\"full-width\" columns=\"6\"]', 'Grid Style 2', '', 'publish', 'closed', 'closed', '', 'grid-style-2', '', '', '2013-08-18 12:30:42', '2013-08-18 12:30:42', '', 68, 'http://localhost:8888/test/?page_id=624', 7, 'page', '', 0),
(83, 2, '2013-08-11 20:13:42', '2013-08-11 20:13:42', '<p class=\"lead\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris. Fusce nec tellus sed augue semper porta. Mauris massa. Vestibulum lacinia arcu eget nulla.</p>\r\n[block id=\"faq-accordian\"]', 'FAQ', '', 'publish', 'closed', 'closed', '', 'faq', '', '', '2019-04-11 08:51:48', '2019-04-11 08:51:48', '', 45, 'http://localhost:8888/test/?page_id=545', 0, 'page', '', 0),
(84, 2, '2013-08-11 19:57:03', '2013-08-11 19:57:03', '[ux_banner height=\"398px\" bg=\"8957\" bg_pos=\"66% 25%\" parallax=\"2\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>Testemonial element</strong></h3>\n<p class=\"lead\">Tell your customers how happy your clients are</p>\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"With image left\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[testimonial image=\"9147\" image_width=\"121\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>This is a FANTASTIC Theme. Do you think that in the next version you could try and have it Multilanguage. Because I have nothing bad to say about this theme. Thank a million!</p>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"With image on Top\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9147\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9150\" image_width=\"121\" pos=\"center\" name=\"MIRORIM\"]\n\n<p>Excellent work. Very good theme, No need support, works perfectly. Congratulations !! <br />Waiting for version 3.0. Very excited.</p>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Boxed\"]\n\n[row v_align=\"equal\" padding=\"30px 30px 30px 30px\" depth=\"2\" depth_hover=\"5\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9147\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9150\" image_width=\"121\" pos=\"center\" name=\"MIRORIM\"]\n\n<p>Excellent work. Very good theme, No need support, works perfectly. Congratulations !! <br />Waiting for version 3.0. Very excited.</p>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Boxed Vertical\"]\n\n[row v_align=\"equal\" padding=\"30px 30px 30px 30px\" depth=\"2\" depth_hover=\"5\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Testemonials in a row slider\"]\n\n[ux_slider hide_nav=\"true\" nav_color=\"dark\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9147\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9150\" image_width=\"121\" pos=\"center\" name=\"MIRORIM\"]\n\n<p>Excellent work. Very good theme, No need support, works perfectly. Congratulations !! <br />Waiting for version 3.0. Very excited.</p>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9147\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9150\" image_width=\"121\" pos=\"center\" name=\"MIRORIM\"]\n\n<p>Excellent work. Very good theme, No need support, works perfectly. Congratulations !! <br />Waiting for version 3.0. Very excited.</p>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n\n[/ux_slider]\n[title style=\"center\" text=\"Testemonials in a slider\"]\n\n[ux_slider]\n\n[ux_banner height=\"378px\" bg=\"9147\" bg_overlay=\"rgba(0, 0, 0, 0.68)\" bg_pos=\"79% 68%\"]\n\n[text_box width=\"78\" width__sm=\"100\"]\n\n[testimonial image=\"9147\" image_width=\"142\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p class=\"lead\">The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"378px\" bg=\"9148\" bg_overlay=\"rgba(0, 0, 0, 0.68)\" bg_pos=\"79% 68%\"]\n\n[text_box width=\"78\" width__sm=\"100\"]\n\n[testimonial image=\"9148\" image_width=\"142\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p class=\"lead\">The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]', 'Testimonials', '', 'publish', 'closed', 'closed', '', 'testemonials', '', '', '2019-04-11 08:51:48', '2019-04-11 08:51:48', '', 95, 'http://localhost:8888/test/?page_id=539', 27, 'page', '', 0),
(85, 2, '2013-08-11 19:54:47', '2013-08-11 19:54:47', '[ux_banner height=\"500px\" bg=\"4063\" bg_overlay=\"rgba(0, 0, 0, 0.49)\"]\r\n\r\n[text_box width=\"76\"]\r\n\r\n<h1>Buttons</h1>\r\n<p class=\"lead\">Create beautiful Call to Action buttons with the amazing Button Element</p>\r\n[button text=\"Primary Button\" style=\"shade\" link=\"test?asdf&asdf=asdf&asdf&\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Unlimited Variations</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Primary Color\"]\r\n\r\n[button text=\"Secondary Color\" color=\"secondary\" radius=\"12\"]\r\n\r\n[button text=\"Alert Color\" color=\"alert\" icon=\"icon-heart\"]\r\n\r\n[button text=\"Success Color\" color=\"success\"]\r\n\r\n[button text=\"White Color\" color=\"white\"]\r\n\r\n[button text=\"Primary Color\" style=\"outline\"]\r\n\r\n[button text=\"Success Color\" color=\"success\" style=\"outline\" radius=\"99\"]\r\n\r\n[button text=\"Alert Color\" color=\"alert\" style=\"outline\" radius=\"6\" icon=\"icon-heart\" icon_reveal=\"true\"]\r\n\r\n[button text=\"Secondary Color\" color=\"secondary\" style=\"outline\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[section bg_color=\"rgb(44, 44, 44)\" dark=\"true\"]\r\n\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Buttons on Dark background</h3>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Primary Color\"]\r\n\r\n[button text=\"Secondary Color\" color=\"secondary\"]\r\n\r\n[button text=\"Alert Color\" color=\"alert\"]\r\n\r\n[button text=\"Success Color\" color=\"success\"]\r\n\r\n[button text=\"White Color\" color=\"white\"]\r\n\r\n[button text=\"Primary Color\" style=\"outline\"]\r\n\r\n[button text=\"Success Color\" color=\"success\" style=\"outline\"]\r\n\r\n[button text=\"Alert Color\" color=\"alert\" style=\"outline\"]\r\n\r\n[button text=\"Secondary Color\" color=\"secondary\" style=\"outline\"]\r\n\r\n[button text=\"White outline\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Button Styles</h3>\r\n<p>Select between many different button styles.</p>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Simple link\" style=\"link\"]\r\n\r\n[button text=\"Underline\" style=\"underline\"]\r\n\r\n[button text=\"Outline\" style=\"outline\" depth=\"2\" depth_hover=\"2\"]\r\n\r\n[button text=\"Normal\" depth=\"2\" depth_hover=\"5\"]\r\n\r\n[button text=\"Gloss\" style=\"gloss\" radius=\"99\" depth=\"2\" depth_hover=\"5\"]\r\n\r\n[button text=\"Shade\" style=\"shade\" radius=\"7\" depth=\"2\" depth_hover=\"5\"]\r\n\r\n[button text=\"Bevel\" style=\"bevel\" radius=\"12\" depth=\"2\" depth_hover=\"5\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Button with icon</h3>\r\n<p>Choose between many included Flatsome Icons.</p>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Icon Button\" style=\"bevel\" radius=\"8\" icon=\"icon-twitter\" icon_pos=\"left\"]\r\n\r\n[button text=\"Icon Left\" style=\"outline\" radius=\"6\" icon=\"icon-instagram\"]\r\n\r\n[button text=\"Reveal Left\" style=\"outline\" icon=\"icon-play\" icon_pos=\"left\" icon_reveal=\"true\"]\r\n\r\n[button text=\"Reveal Right\" icon=\"icon-angle-right\" icon_reveal=\"true\"]\r\n\r\n[button text=\"Large Button\" style=\"bevel\" size=\"xlarge\" radius=\"8\" icon=\"icon-twitter\" icon_pos=\"left\"]\r\n\r\n[button text=\"Large Reveal\" style=\"bevel\" size=\"xlarge\" radius=\"8\" icon=\"icon-checkmark\" icon_pos=\"left\" icon_reveal=\"true\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Simple Button Styles</h3>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Primary Color\" style=\"link\" icon=\"icon-play\" icon_reveal=\"true\"]\r\n\r\n[button text=\"Secondary Color\" color=\"secondary\" style=\"link\"]\r\n\r\n[button text=\"Success Color\" color=\"success\" style=\"link\"]\r\n\r\n[button text=\"Alert Color\" color=\"alert\" style=\"link\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Button Radius</h3>\r\n<p>Add custom radius to buttons</p>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Normal Button\" size=\"large\"]\r\n\r\n[button text=\"Round Button\" size=\"large\" radius=\"10\"]\r\n\r\n[button text=\"Circle Button\" size=\"large\" radius=\"99\"]\r\n\r\n[button text=\"Normal Button\" style=\"outline\" size=\"large\"]\r\n\r\n[button text=\"Round Button\" style=\"outline\" size=\"large\" radius=\"10\"]\r\n\r\n[button text=\"Circle Button\" style=\"outline\" size=\"large\" radius=\"99\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Button Shadow</h3>\r\n<p>Add drop shadow to buttons to make them stand out more.</p>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Large Shadow\" style=\"bevel\" size=\"large\" depth=\"5\" depth_hover=\"4\"]\r\n\r\n[button text=\"Medium Shadow\" style=\"bevel\" size=\"large\" depth=\"3\" depth_hover=\"4\"]\r\n\r\n[button text=\"Small Shadow\" style=\"bevel\" size=\"large\" depth=\"1\" depth_hover=\"2\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Button Sizes</h3>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"x Small\" size=\"xsmall\"]\r\n\r\n[button text=\"Smaller\" size=\"smaller\"]\r\n\r\n[button text=\"Small\" size=\"small\"]\r\n\r\n[button text=\"Normal\"]\r\n\r\n[button text=\"Large\" size=\"large\"]\r\n\r\n[button text=\"Larger\" size=\"larger\"]\r\n\r\n[button text=\"X LARGE\" size=\"xlarge\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Smart Links</h3>\r\n<p>Add simple text to button links to link to various WordPress and WooCommerce pages.</p>\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n<p>\'<strong>shop</strong>\' : Goes to Shop page</p>\r\n<p>\'<strong>account\'</strong> Goes to My Account Page</p>\r\n<p>\'<strong>checkout\'</strong> Goes to Checkout page</p>\r\n<p>\'<strong>blog\'</strong> Goes to blog page</p>\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<p>\'<strong>home</strong>\' Goes to homepage</p>\r\n<p><strong>\'wishlist</strong>\' Goes to wishlist page</p>\r\n<p>\'<strong>Page Title</strong>\' Goes to page by Title.</p>\r\n\r\n[/col]\r\n\r\n[/row]', 'Buttons', '', 'publish', 'closed', 'closed', '', 'buttons', '', '', '2019-04-11 08:51:48', '2019-04-11 08:51:48', '', 95, 'http://localhost:8888/test/?page_id=538', 6, 'page', '', 0),
(86, 2, '2013-08-11 19:22:53', '2013-08-11 19:22:53', '[map height=\"400px\"]\n\n<h3>Sesam Street 323b, 4010, Norway</h3>\n<p>We\'re open Monday – Friday, 8 a.m. – 7:30 p.m. EST</p>\n\n[/map]\n[row]\n\n[col span=\"6\"]\n\n[title text=\"Frequently Asked Questions\"]\n\n<p class=\"lead\">Please read our FAQ before sending us a message.</p>\n[accordion]\n\n[accordion-item title=\"What are the delivery charges for orders from the Online Shop?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"Which payment methods are accepted in the Online Shop?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"How long will delivery take?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante. </p>\n\n[/accordion-item]\n[accordion-item title=\"How secure is shopping in the Online Shop? Is my data protected?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"What exactly happens after ordering?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante. </p>\n\n[/accordion-item]\n[accordion-item title=\"Do I receive an invoice for my order?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante. </p>\n\n[/accordion-item]\n\n[/accordion]\n\n[/col]\n[col span=\"6\"]\n\n[title text=\"Send us an email\"]\n\n[contact-form-7 id=\"12\"]\n\n<p>This is form is just for demo purpose. No inquiries will be answered.</p>\n\n[/col]\n\n[/row]\n<p> </p>', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2019-04-11 08:51:48', '2019-04-11 08:51:48', '', 45, 'http://localhost:8888/test/?page_id=532', 0, 'page', '', 0),
(87, 2, '2013-08-11 19:17:44', '2013-08-11 19:17:44', 'Take a look here on how to setup your blog page: http://uxthemes.helpscoutdocs.com/article/49-2-2-homepage-blog-setup', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2013-08-11 19:17:44', '2013-08-11 19:17:44', '', 0, 'http://localhost:8888/test/?page_id=530', 0, 'page', '', 0),
(88, 2, '2013-08-11 19:06:15', '2013-08-11 19:06:15', '[ux_banner height=\"507px\" bg=\"8333\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box position_y=\"80\"]\n\n<h1 class=\"lead\">About Us</h1>\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead text-center\"><strong>Lorem ipsum</strong> dolor sit amet, consectetur adipiscing elit. Morbi fermentum justo vitae convallis varius. Nulla tristique risus ut justo pulvinar mattis. Phasellus aliquet egestas mauris in venenatis. Nulla tristique risus ut justo pulvinar mattis. Phasellus aliquet egestas mauris in venenatis.</p>\n[divider align=\"center\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[team_member img=\"9147\" name=\"Troy Gray\" title=\"CEO / Founder\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[team_member img=\"9150\" name=\"Richy Lace\" title=\"Marketing Director\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[team_member img=\"9148\" name=\"Jane Gray\" title=\"Public Relations\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[team_member img=\"9149\" name=\"July Wood\" title=\"Customer Support\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/team_member]\n\n[/col]\n\n[/row]', 'About', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2019-04-11 08:51:48', '2019-04-11 08:51:48', '', 45, 'http://localhost:8888/test/?page_id=520', 0, 'page', '', 0),
(89, 2, '2013-08-11 18:47:13', '2013-08-11 18:47:13', '[map lat=\"40.79022\" long=\"-73.95981\" content_bg=\"rgb(255, 255, 255)\" content_width__sm=\"100\" position_x=\"50\" position_x__sm=\"0\" position_y=\"50\" saturation=\"-100\"]\r\n\r\n<h3 class=\"uppercase\"><strong>GOOGLE MAP ELEMENT</strong></h3>\r\n<p class=\"lead\">Add highly customisable Google Maps to any page.</p>\r\n\r\n[/map]\r\n[title style=\"center\" text=\"Examples\" margin_top=\"14px\"]\r\n\r\n[row]\r\n\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[map]\r\n\r\n<p>Enter street adress here. Or any other information you want.</p>\r\n\r\n[/map]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[map controls=\"true\"]\r\n\r\n<p><strong>Map With Tools</strong></p>\r\n\r\n[/map]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[map content_width__sm=\"89\" color=\"#6d5854\"]\r\n\r\n<p>Use any color  for your map</p>\r\n\r\n[/map]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[map content_width__sm=\"86\" position_x=\"5\" position_y=\"5\" saturation=\"-100\"]\r\n\r\n<p>Enter street adress here. Or any other information you want.</p>\r\n\r\n[/map]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[map height=\"589px\" height__sm=\"747px\" lat=\"40.79022\" long=\"-73.95981\" content_bg=\"rgba(255, 255, 255, 0.85)\" content_width__sm=\"100\" position_x__sm=\"100\" position_y=\"10\" position_y__sm=\"100\" saturation=\"44\"]\r\n\r\n[title text=\"A map with a Form\" icon=\"icon-envelop\"]\r\n\r\n[contact-form-7 id=\"12\"]\r\n\r\n\r\n[/map]', 'Map', '', 'publish', 'closed', 'closed', '', 'map', '', '', '2019-04-11 08:51:48', '2019-04-11 08:51:48', '', 95, 'http://localhost:8888/test/?page_id=514', 20, 'page', '', 0),
(90, 2, '2013-08-11 18:04:55', '2013-08-11 18:04:55', '[ux_slider bg_color=\"rgb(79, 79, 79)\" hide_nav=\"true\" nav_size=\"normal\"]\r\n\r\n[ux_banner height=\"600px\" bg=\"8172\" bg_overlay=\"rgba(0, 0, 0, 0.05)\" bg_pos=\"60% 16%\" parallax=\"2\"]\r\n\r\n[text_box width__sm=\"69\" scale__sm=\"105\" animate=\"blurIn\"]\r\n\r\n<h3 class=\"alt-font\" data-animate=\"fadeInRight\">A nice title on Top</h3>\r\n[divider]\r\n\r\n<h2 class=\"uppercase\">Introducing This Spring Fashion News</h2>\r\n[divider]\r\n\r\n[button text=\"Shop Women\"]\r\n\r\n[button text=\"Shop Men\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"600px\" bg=\"8051\" bg_overlay=\"rgba(0, 0, 0, 0.05)\" bg_pos=\"60% 16%\" parallax=\"2\"]\r\n\r\n[text_box width__sm=\"69\" scale__sm=\"105\" animate=\"blurIn\"]\r\n\r\n<h3 class=\"alt-font\" data-animate=\"fadeInRight\">A nice title on Top</h3>\r\n<h2 class=\"uppercase\">Introducing This Spring Fashion News</h2>\r\n[divider]\r\n\r\n[button text=\"Shop Women\"]\r\n\r\n[button text=\"Shop Men\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"600px\" bg=\"8053\" bg_overlay=\"rgba(0, 0, 0, 0.05)\" parallax=\"2\"]\r\n\r\n[text_box animate=\"blurIn\"]\r\n\r\n<h3 class=\"alt-font\" data-animate=\"fadeInRight\">A nice title on Top</h3>\r\n<h2 class=\"uppercase\">Add anything Here in the Page Builder</h2>\r\n[divider]\r\n\r\n[button text=\"Shop Women\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[title style=\"center\" text=\"Featured Products\" size=\"100\"]\r\n\r\n[ux_products show=\"featured\" image_height=\"112%\"]\r\n\r\n[title style=\"center\" text=\"Browse Categories\" size=\"100\"]\r\n\r\n[ux_product_categories style=\"overlay\" slider_nav_style=\"circle\" animate=\"fadeInLeft\" image_height=\"87%\" image_hover=\"zoom\" image_hover_alt=\"glow\" text_pos=\"middle\"]\r\n\r\n[title style=\"center\" text=\"Latest blog posts\" size=\"100\"]\r\n\r\n[blog_posts style=\"bounce\" col_spacing=\"small\" title_size=\"larger\" title_style=\"uppercase\" badge_style=\"circle\" excerpt=\"false\" image_height=\"235px\" image_overlay=\"rgba(0, 0, 0, 0.15)\" image_hover=\"zoom\" image_hover_alt=\"glow\" text_size=\"small\"]', 'Simple Slider', '', 'publish', 'closed', 'closed', '', 'simple-slider', '', '', '2013-08-11 18:04:55', '2013-08-11 18:04:55', '', 68, 'http://localhost:8888/test/?page_id=501', 11, 'page', '', 0),
(91, 2, '2013-08-11 16:31:20', '2013-08-11 16:31:20', '[yith_wcwl_wishlist]', 'Wishlist', '', 'publish', 'closed', 'closed', '', 'wishlist', '', '', '2013-08-11 16:31:20', '2013-08-11 16:31:20', '', 59, 'http://localhost:8888/test/?page_id=473', 0, 'page', '', 0),
(92, 2, '2013-08-11 15:41:20', '2013-08-11 15:41:20', '[ux_slider hide_nav=\"true\" bullets=\"false\"]\n\n[ux_banner height=\"600px\" bg=\"7469\" bg_overlay=\"rgba(19, 6, 6, 0.36)\" bg_pos=\"53% 5%\"]\n\n[text_box width=\"61\" width__sm=\"80\" scale=\"136\" scale__sm=\"154\" position_y=\"75\"]\n\n<h3 class=\"uppercase\"><strong>SLIDER ELEMENT</strong></h3>\n<p class=\"lead\">Create amazing Sliders with our Slider element.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"7460\" bg_pos=\"22% 46%\"]\n\n[text_box width=\"40\" width__sm=\"80\" position_y=\"70\"]\n\n<h3>This is a Full Width Slider</h3>\n<p class=\"lead\">Add Any Content or Shortcode here</p>\n[button text=\"Click me\" style=\"outline\" radius=\"10\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" slide_effect=\"zoom-in\" bg=\"7457\" bg_pos=\"49% 42%\"]\n\n[text_box animate=\"bounceIn\"]\n\n<h3>Add Animations and Slide Effects</h3>\n<p class=\"lead\">Add Any Content or Shortcode here</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[row v_align=\"middle\" h_align=\"center\"]\n\n[col span=\"5\" span__sm=\"12\" align=\"center\"]\n\n<h3 class=\"uppercase\"><strong>Drag and Drop Editing</strong></h3>\n<p class=\"lead\">Use the UX Builder to Create amazing homepage sliders and ladingpages.</p>\n\n[/col]\n[col span=\"7\" span__sm=\"12\" align=\"center\"]\n\n[ux_image id=\"9015\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n[title style=\"center\" size=\"undefined\"]\n\n[ux_slider style=\"container\" bg_color=\"rgb(0, 0, 0)\"]\n\n[ux_banner height=\"500px\" bg=\"8901\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"8898\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"8899\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[title style=\"center\" text=\"Focused Slider Style\" size=\"undefined\"]\n\n[ux_slider style=\"focus\" bg_color=\"rgb(82, 82, 82)\"]\n\n[ux_banner height=\"500px\" bg=\"8901\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"8898\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"8899\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[title style=\"center\" text=\"Shadow Slide Style\" size=\"undefined\"]\n\n[ux_slider style=\"shadow\" bg_color=\"rgb(238, 238, 238)\"]\n\n[ux_banner height=\"500px\" bg=\"8901\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"8898\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"8899\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"8899\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[title style=\"center\" text=\"Free Scroll Shadow Slider\" size=\"undefined\"]\n\n[ux_slider style=\"shadow\" slide_width=\"500px\" bg_color=\"rgb(238, 238, 238)\" freescroll=\"true\"]\n\n[ux_banner height=\"500px\" bg=\"135\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"51% 19%\"]\n\n[text_box width=\"76\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"195\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"53% 13%\"]\n\n[text_box width=\"70\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"401\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"66\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"391\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"56% 11%\"]\n\n[text_box width=\"70\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"434\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"47% 9%\"]\n\n[text_box width=\"72\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Dark arrows\" size=\"undefined\"]\n\n[ux_slider]\n\n[ux_banner height=\"200px\" bg_color=\"rgb(222, 222, 222)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\" bg_color=\"rgb(238, 238, 238)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"light arrows\"]\n\n[ux_slider]\n\n[ux_banner height=\"200px\" bg_color=\"rgb(46, 46, 46)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\" bg_color=\"rgb(54, 54, 54)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"always visible arrows\"]\n\n[ux_slider hide_nav=\"true\"]\n\n[ux_banner height=\"200px\" bg_color=\"rgb(229, 191, 191)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\" bg_color=\"rgb(171, 204, 196)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Simple arrows\"]\n\n[ux_slider hide_nav=\"true\" nav_style=\"simple\"]\n\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n[col]\n\n[title style=\"center\" text=\"Nav outside\"]\n\n[ux_slider hide_nav=\"true\" nav_pos=\"outside\" nav_style=\"simple\" nav_color=\"dark\"]\n\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n[col]\n\n[title style=\"center\" text=\"Nav Circle outside\"]\n\n[ux_slider hide_nav=\"true\" nav_pos=\"outside\" nav_color=\"dark\" bullets=\"false\"]\n\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n\n[/row]', 'Sliders', '', 'publish', 'closed', 'closed', '', 'sliders', '', '', '2019-04-11 08:51:48', '2019-04-11 08:51:48', '', 95, 'http://localhost:8888/test/?page_id=464', 3, 'page', '', 0),
(93, 2, '2013-08-11 15:26:47', '2013-08-11 15:26:47', '[section bg=\"8899\" bg_color=\"rgb(50, 50, 50)\" bg_overlay=\"rgba(0, 0, 0, 0.63)\" dark=\"true\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"3\"]\n\n<h1 class=\"uppercase\">Amazing Blog Posts Element</h1>\n<p class=\"lead\">Display your Blog posts in many different ways.</p>\n<ul>\n<li class=\"bullet-checkmark\">Unlimited Styles and Options</li>\n<li class=\"bullet-checkmark\">Select Custom Posts</li>\n<li class=\"bullet-checkmark\">Slider / Row / Grid and Masonry Style</li>\n</ul>\n\n[/col]\n[col span=\"9\"]\n\n[blog_posts style=\"shade\" type=\"slider-full\" grid=\"2\" slider_nav_style=\"circle\" columns=\"1\" title_size=\"larger\" show_date=\"text\" excerpt=\"false\" show_category=\"label\" comments=\"false\" image_size=\"large\" image_overlay=\"rgba(0, 0, 0, 0.09)\" image_hover=\"overlay-remove\" text_size=\"large\" text_hover=\"bounce\" text_padding=\"10% 0px 10% 0px\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section]\n\n[title style=\"center\" text=\"Default Style\" size=\"undefined\"]\n\n[blog_posts style=\"normal\" columns=\"3\" image_height=\"56.25%\"]\n\n[title style=\"center\" text=\"Bounce Style\" size=\"undefined\"]\n\n[blog_posts style=\"bounce\" badge_style=\"square\" image_height=\"75%\"]\n\n[title style=\"center\" text=\"Push Style\" margin_top=\"17px\" size=\"undefined\"]\n\n[blog_posts style=\"push\" columns=\"3\" badge_style=\"circle-inside\" image_height=\"75%\"]\n\n\n[/section]\n[section bg_color=\"rgb(62, 62, 62)\" dark=\"true\"]\n\n[title style=\"center\" text=\"Blog posts inside a dark section\" size=\"undefined\"]\n\n[blog_posts style=\"normal\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_nav_position=\"outside\" columns=\"3\" image_height=\"56.25%\"]\n\n\n[/section]\n[title style=\"center\" text=\"Vertical Slide Style\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts style=\"vertical\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" columns=\"2\" depth=\"2\" image_height=\"89%\" image_width=\"43\"]\n\n[title style=\"center\" text=\"Animated Blog posts in grid\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts type=\"row\" animate=\"fadeInUp\" image_height=\"180px\"]\n\n[title style=\"center\" text=\"Overlay Style\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts style=\"overlay\" depth=\"1\" title_style=\"uppercase\" show_date=\"text\" image_height=\"144%\" image_overlay=\"rgba(0, 0, 0, 0.17)\" image_hover=\"zoom\"]\n\n[title style=\"center\" text=\"Overlay Grayscale\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts style=\"overlay\" depth=\"1\" animate=\"fadeInLeft\" title_style=\"uppercase\" show_date=\"text\" image_height=\"144%\" image_overlay=\"rgba(0, 0, 0, 0.56)\" image_hover=\"color\" image_hover_alt=\"overlay-remove-50\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n<p>Select between many different Hover Styles</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Read More button\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts type=\"row\" depth=\"2\" readmore=\"Read More\" image_height=\"180px\"]\n\n[title style=\"center\" text=\"Blog post in A Grid\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts style=\"shade\" type=\"grid\" columns=\"3\" depth=\"1\" posts=\"4\" title_size=\"larger\" title_style=\"uppercase\" readmore=\"Read More\" badge_style=\"circle-inside\" image_height=\"180px\"]\n\n[title style=\"center\" text=\"Blog post in A Masonery Grid\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts type=\"masonry\" columns=\"3\" depth=\"2\" image_height=\"180px\"]', 'Blog Posts', '', 'publish', 'closed', 'closed', '', 'blog-posts', '', '', '2019-04-11 08:51:48', '2019-04-11 08:51:48', '', 95, 'http://localhost:8888/test/?page_id=456', 8, 'page', '', 0);
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
(94, 2, '2013-08-11 15:20:04', '2013-08-11 15:20:04', '[section bg_color=\"rgb(246, 246, 246)\"]\n\n[row]\n\n[col span=\"4\"]\n\n<h1>Tabs Element</h1>\n<p>Ad flannel sartorial helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed.  </p>\n\n[/col]\n[col span=\"8\"]\n\n[tabgroup style=\"tabs\"]\n\n[tab title=\"Tab 3 Title\"]\n\n<p> lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 1 Title\"]\n\n<p>Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr.</p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed..</p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n\n[/row]\n\n[/section]\n[row]\n\n[col span=\"6\"]\n\n[tabgroup title=\"Line Tabs\"]\n\n[tab title=\"Tab 1 Title\"]\n\n<p>Lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 3 Title\"]\n\n<p>Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n[col span=\"6\"]\n\n[tabgroup title=\"Line Tabs Bottom\" style=\"line-bottom\"]\n\n[tab title=\"Tab 1 Title\"]\n\n<p>Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 3 Title\"]\n\n<p>Organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"6\"]\n\n[tabgroup title=\"Tabs Pills Centered\" style=\"pills\" align=\"center\"]\n\n[tab title=\"Tab 1 Title\"]\n\n<p>Cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr.</p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Sartorial helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 3 Title\"]\n\n<p>Flannel sartorial helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n[col span=\"6\"]\n\n[tabgroup title=\"Outline Tabs Centered\" style=\"outline\" align=\"center\"]\n\n[tab title=\"Tab 1 Title\"]\n\n<p>Lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Sartorial helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 3 Title\"]\n\n<p>Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n\n[/row]\n[row]\n\n[col]\n\n[tabgroup title=\"Line Grow Tabs Center\" style=\"line-grow\" align=\"center\"]\n\n[tab title=\"Tab 1 Title\"]\n\n<p>Cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 3 Title\"]\n\n<p>Helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n[col]\n\n[tabgroup title=\"Vertical Tabs\" type=\"vertical\"]\n\n[tab title=\"Top tab\"]\n\n<p>Flannel sartorial helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee yr.</p>\n\n[/tab]\n[tab title=\"This is tab\"]\n\n<p>Laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"this is another tab\"]\n\n<p>Lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n[col span__sm=\"12\"]\n\n[tabgroup style=\"outline\" type=\"vertical\"]\n\n[tab title=\"Tab title 1\"]\n\n<p>Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab title 2\"]\n\n<p>Lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab title 3\"]\n\n<p>Church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n\n[/row]', 'Tabs', '', 'publish', 'closed', 'closed', '', 'tabs', '', '', '2019-04-11 08:51:48', '2019-04-11 08:51:48', '', 95, 'http://localhost:8888/test/?page_id=453', 25, 'page', '', 0),
(95, 2, '2013-08-09 22:37:13', '2013-08-09 22:37:13', '[block id=\"elements-overview\"]', 'Elements', '', 'publish', 'closed', 'closed', '', 'elements', '', '', '2013-08-09 22:37:13', '2013-08-09 22:37:13', '', 0, 'http://localhost:8888/test/?page_id=288', 0, 'page', '', 0),
(96, 2, '2013-08-06 20:13:19', '2013-08-06 20:13:19', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"5\" bg_overlay=\"rgba(0, 0, 0, 0.02)\" bg_pos=\"58% 63%\"]\n\n[text_box width=\"70\" width__sm=\"100\" animate=\"flipInY\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"alt-font\">It has Finally started...</h3>\n[divider margin=\"3px\"]\n\n<h1 class=\"h-large uppercase\"><span style=\"font-size: 160%;\"><strong>Offline Draft</strong></span></h1>\n<h1 class=\"uppercase\"><span style=\"font-size: 100%;\">UP TO <strong>70% OFF</strong></span></h1>\n[divider]\n\n[button text=\"Shop men\" color=\"white\" style=\"outline\" link=\"#\"]\n\n[button text=\"Shop women\" color=\"white\" style=\"outline\" link=\"#\"]\n\n[button text=\"Shop all\" color=\"white\" style=\"outline\" link=\"#\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"8102\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"72% 6%\"]\n\n[text_box text_color=\"dark\" width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"10\" position_x__sm=\"50\" position_y=\"50\"]\n\n<h3 class=\"alt-font\">Mens Clothing</h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\"><strong>Hot Summer Fashion</strong></h2>\n<h3><strong>From 19$</strong></h3>\n[divider]\n\n[button text=\"Shop now\" style=\"outline\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"8654\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"57% 49%\"]\n\n[text_box text_color=\"dark\" width=\"40\" width__sm=\"84\" animate=\"fadeInLeft\" position_x=\"10\" position_y=\"50\" text_align=\"left\"]\n\n<h3 class=\"alt-font\">Shop Now</h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\"><strong>This is an awesome video banner</strong></h2>\n[divider align=\"left\"]\n\n[button text=\"Shop Men\" style=\"outline\"]\n\n[button text=\"Shop Women\" style=\"outline\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"8651\" bg_overlay=\"rgba(0, 0, 0, 0.05)\" bg_pos=\"67% 70%\"]\n\n[text_box width=\"40\" width__sm=\"100\" animate=\"fadeInLeft\" position_x=\"90\" position_x__sm=\"50\" position_y=\"50\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\">A Nice top title</h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\"><strong>Change this</strong></h2>\n<h2 class=\"uppercase\"><strong>to Anything</strong></h2>\n<p class=\"lead\">This can easily be edited in the page builder.</p>\n[button text=\"Browse Products\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"160px\" bg=\"3834\" bg_pos=\"55% 11%\" hover=\"zoom-fade\" link=\"blog\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<h2><strong><span class=\"uppercase\">Our Blog</span></strong></h2>\n[divider]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"160px\" bg=\"3862\" hover=\"zoom-fade\" link=\"http://localhost:8888/test/blog/\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<h2><strong><span class=\"uppercase\">Join our<br />\n<span style=\"font-size: 85%;\">competition</span></span></strong></h2>\n[divider]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"160px\" bg=\"3833\" bg_pos=\"71% 0%\" hover=\"zoom-fade\" link=\"about-us\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<h2><strong><span class=\"uppercase\">ABOUT US</span></strong></h2>\n[divider]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"weekly featured products\"]\n\n[ux_products products=\"14\" show=\"featured\"]\n\n[title style=\"center\" text=\"Best Selling Products\" size=\"undefined\"]\n\n[ux_products orderby=\"sales\"]\n\n[title style=\"center\" text=\"Browse our categories\"]\n\n[ux_product_categories number=\"20\"]\n\n[gap height=\"40px\"]\n\n[row col_style=\"divided\"]\n\n[col span=\"4\"]\n\n[featured_box img=\"8685\" img_width=\"46\" pos=\"center\" title=\"Free Shipping on all orders\" icon_border=\"2\" icon_color=\"rgb(182, 182, 182)\" margin=\"0px 0px 0px 0px\"]\n\n<p>Get Free Shipping on all orders over $75 and free returns to our UK returns centre! Items are dispatched from the US and will arrive in 5-8 days.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"8686\" img_width=\"46\" pos=\"center\" title=\"Amazing customer service\" icon_border=\"2\" icon_color=\"rgb(182, 182, 182)\" margin=\"0px 0px 0px 0px\"]\n\n<p>Get Free Shipping on all orders over $75 and free returns to our UK returns centre! Items are dispatched from the US and will arrive in 5-8 days.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"8687\" img_width=\"46\" pos=\"center\" title=\"No Customs or Duty Fees!\" icon_border=\"2\" icon_color=\"rgb(182, 182, 182)\" margin=\"0px 0px 0px 0px\"]\n\n<p>We pay these fees so you don’t have to! The total billed at checkout is the final amount you pay, inclusive of VAT, with no additional charges at the time of delivery!</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n[gap height=\"40px\"]\n\n[ux_slider timer=\"2000\"]\n\n[ux_banner height=\"300px\" bg=\"8011\" parallax=\"1\"]\n\n[text_box width=\"78\" position_x=\"50\" position_y=\"50\"]\n\n[testimonial image_width=\"128\" name=\"Lucy Anderson\" company=\"Facebook\" stars=\"3\"]\n\n<p>PBR kogi VHS commodo, single-origin coffee selvage kale chips. Fugiat try-hard ad aesthetic, tofu master cleanse typewriter tote bag accusamus sustainable ennui hella small batch cliche.</p>\n\n[/testimonial]\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"300px\" bg=\"8011\" parallax=\"1\"]\n\n[text_box width=\"80\" position_x=\"50\" position_y=\"50\"]\n\n[testimonial image_width=\"117\" name=\"Rebecca Smith\" company=\"Twitter\" stars=\"3\"]\n\n<p>PBR kogi VHS commodo, single-origin coffee selvage kale chips. Fugiat try-hard ad aesthetic, tofu master cleanse typewriter tote bag accusamus sustainable ennui hella small batch cliche.</p>\n\n[/testimonial]\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"300px\" bg=\"8011\" parallax=\"1\"]\n\n[text_box width=\"80\" position_x=\"50\" position_y=\"50\"]\n\n[testimonial image_width=\"131\" name=\"Jenny Brooks\" company=\"LinkedIn\"]\n\n<p>PBR kogi VHS commodo, single-origin coffee selvage kale chips. Fugiat try-hard ad aesthetic, tofu master cleanse typewriter tote bag accusamus sustainable ennui hella small batch cliche.</p>\n\n[/testimonial]\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[title style=\"center\" text=\"Latest News\" size=\"undefined\"]\n\n[blog_posts columns__sm=\"1\" animate=\"fadeInLeft\" posts=\"4\" image_height=\"70%\"]', 'Classic Shop', '', 'publish', 'closed', 'closed', '', 'classic-shop', '', '', '2019-04-11 08:55:26', '2019-04-11 08:55:26', '', 68, 'http://localhost:8888/test/?page_id=17', 1, 'page', '', 0),
(97, 2, '2019-04-11 08:50:44', '2019-04-11 08:50:44', '', 'Left Sidebar', '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2019-04-11 08:50:44', '2019-04-11 08:50:44', '', 22, 'http://192.168.3.60/wordpress/2019/04/11/22-revision-v1/', 0, 'revision', '', 0),
(98, 2, '2019-04-11 08:50:44', '2019-04-11 08:50:44', '[section bg_color=\"rgb(246, 246, 246)\"]\n\n[title style=\"center\" text=\"Flip book element\"]\n\n[ux_product_flip]\n\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead\" style=\"text-align: center;\">Create a Flip Book for any product category. You can also select custom posts.</p>\n\n[/col]\n\n[/row]\n\n[/section]', 'Flip Book', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2019-04-11 08:50:44', '2019-04-11 08:50:44', '', 23, 'http://192.168.3.60/wordpress/2019/04/11/23-revision-v1/', 0, 'revision', '', 0),
(99, 2, '2019-04-11 08:50:44', '2019-04-11 08:50:44', '[ux_slider infinitive=\"false\" parallax=\"2\" hide_nav=\"true\" nav_size=\"normal\" nav_style=\"simple\" bullets=\"false\"]\r\n\r\n[ux_banner height=\"100%\" bg=\"8093\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"30% 57%\"]\r\n\r\n[text_box width=\"45\" width__sm=\"78\" scale__sm=\"125\" position_x=\"5\" position_y=\"80\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Welcome to our Fashion shop</strong></span></h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Click me!\" color=\"white\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" bg=\"8053\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"62% 18%\"]\r\n\r\n[text_box width=\"45\" width__sm=\"78\" scale__sm=\"125\" position_x=\"5\" position_y=\"80\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Welcome to our Fashion shop</strong></h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Click me!\" color=\"white\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" bg=\"6803\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"74% 14%\"]\r\n\r\n[text_box width=\"45\" width__sm=\"78\" scale__sm=\"125\" position_x=\"5\" position_y=\"80\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Welcome to our Fashion shop</strong></h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Click me!\" color=\"white\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]', 'Slider Cover', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2019-04-11 08:50:44', '2019-04-11 08:50:44', '', 24, 'http://192.168.3.60/wordpress/2019/04/11/24-revision-v1/', 0, 'revision', '', 0),
(100, 2, '2019-04-11 08:50:44', '2019-04-11 08:50:44', '[ux_banner height=\"100%\" bg=\"8012\"]\r\n\r\n[text_box]\r\n\r\n[ux_image id=\"8014\" width=\"24\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Flatsome 3.0</strong></h3>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt.</p>\r\n[ux_countdown bg_color=\"rgba(0, 0, 0, 0.2)\" month=\"12\" day=\"24\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]', 'Maintenance', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2019-04-11 08:50:44', '2019-04-11 08:50:44', '', 25, 'http://192.168.3.60/wordpress/2019/04/11/25-revision-v1/', 0, 'revision', '', 0),
(101, 2, '2019-04-11 08:50:44', '2019-04-11 08:50:44', '[ux_banner height=\"100%\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" video_mp4=\"/wp-content/uploads/2016/02/348462762.mp4\"]\n\n[text_box width=\"53\" width__sm=\"87\" scale__sm=\"125\" margin=\"30px 0px 30px 0px\"]\n\n<h3 class=\"alt-font\">A Fancy top Title</h3>\n<h1 class=\"uppercase\"><strong>Welcome to COOL Our Shop</strong></h1>\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text=\"Shop now\" color=\"white\" link=\"shop\"]\n\n\n[/text_box]\n\n[/ux_banner]', 'Video Cover', '', 'inherit', 'closed', 'closed', '', '26-revision-v1', '', '', '2019-04-11 08:50:44', '2019-04-11 08:50:44', '', 26, 'http://192.168.3.60/wordpress/2019/04/11/26-revision-v1/', 0, 'revision', '', 0),
(102, 2, '2019-04-11 08:50:44', '2019-04-11 08:50:44', '[ux_banner height=\"300px\" bg=\"8245\" bg_overlay=\"rgba(0, 0, 0, 0.2)\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"60\"]\n\n<h3 class=\"uppercase\"><strong>Our Stores</strong></h3>\n[divider]\n\n[share]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead\">About our stores. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[tabgroup type=\"vertical\"]\n\n[tab title=\"New York\"]\n\n[map lat=\"40.7902\" saturation=\"-58\"]\n\n<p>Enter street adress here. Or any other information you want.</p>\n\n[/map]\n\n[/tab]\n[tab title=\"London\"]\n\n[map]\n\n<p>Enter street adress here. Or any other information you want.</p>\n\n[/map]\n\n[/tab]\n[tab title=\"Oslo\"]\n\n[map]\n\n<p>Enter street adress here. Or any other information you want.</p>\n\n[/map]\n\n[/tab]\n[tab title=\"Stockholm\"]\n\n[map]\n\n<p>Enter street adress here. Or any other information you want.</p>\n\n[/map]\n\n[/tab]\n[tab title=\"Add as many as you want\"]\n\n[map]\n\n<p>Enter street adress here. Or any other information you want.</p>\n\n[/map]\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n\n[/row]', 'Our Stores', '', 'inherit', 'closed', 'closed', '', '27-revision-v1', '', '', '2019-04-11 08:50:44', '2019-04-11 08:50:44', '', 27, 'http://192.168.3.60/wordpress/2019/04/11/27-revision-v1/', 0, 'revision', '', 0),
(103, 2, '2019-04-11 08:50:44', '2019-04-11 08:50:44', '[section bg=\"8651\" bg_color=\"rgb(246, 246, 246)\" parallax=\"3\" padding=\"19px\" border=\"1px 0px 1px 0px\"]\r\n\r\n[ux_banner_grid]\r\n\r\n[col_grid span=\"6\" span__sm=\"12\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8102\" bg_size=\"large\" bg_color=\"rgb(255, 255, 255)\" bg_pos=\"65% 16%\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"50\" scale=\"99\" position_x=\"10\" text_align=\"left\" text_color=\"dark\"]\r\n\r\n<p class=\"lead alt-font\"><span style=\"font-size: 190%;\">Add any text here...</span></p>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>New arrivals on the shop</strong></span></h2>\r\n[divider align=\"left\"]\r\n\r\n[button text=\"Browse\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"7\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8106\" bg_size=\"medium\" bg_pos=\"58% 24%\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"76\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"5\" height=\"1-2\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"4113\" bg_size=\"medium\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"67\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"5\" height=\"1-2\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8103\" bg_size=\"medium\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"68\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/section]\r\n[title style=\"bold-center\" text=\"Featured Products\" margin_top=\"22px\" size=\"undefined\"]\r\n\r\n[ux_products show=\"featured\"]\r\n\r\n[title style=\"bold-center\" text=\"Featured Categories\" size=\"undefined\"]\r\n\r\n[ux_product_categories]\r\n\r\n[gap height=\"36px\"]\r\n\r\n[ux_banner height=\"366px\" bg=\"3834\" bg_overlay=\"rgba(0, 0, 0, 0.26)\" bg_pos=\"60% 0%\" parallax=\"1\"]\r\n\r\n[text_box width=\"37\" width__sm=\"78\" position_x=\"10\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Signup for Newsletter</strong></h3>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonumm.</p>\r\n[gap height=\"18px\"]\r\n\r\n[contact-form-7 id=\"11\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"bold-center\" text=\"Latest news\" size=\"undefined\"]\r\n\r\n[blog_posts columns=\"3\" badge_style=\"square\" image_height=\"200px\"]\r\n\r\n[title style=\"bold-center\" text=\"Follow on instagram\" icon=\"icon-instagram\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" type=\"slider\" width=\"full-width\" columns=\"6\"]', 'Grid Style 3', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2019-04-11 08:50:44', '2019-04-11 08:50:44', '', 28, 'http://192.168.3.60/wordpress/2019/04/11/28-revision-v1/', 0, 'revision', '', 0),
(104, 2, '2019-04-11 08:50:44', '2019-04-11 08:50:44', '[ux_slider slide_width=\"100%\" bullets=\"false\"]\r\n\r\n[ux_banner height=\"100%\" bg=\"8328\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"70% 17%\"]\r\n\r\n[text_box width=\"56\" width__sm=\"85\" width__md=\"52\" animate=\"fadeInLeft\" position_x=\"5\" position_x__sm=\"10\" position_y__sm=\"90\" text_depth=\"1\"]\r\n\r\n<h1><span style=\"font-size: 80%;\"><strong>WordPress & WooCommerce Expert</strong></span></h1>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>\r\n[button text=\"My Work\" color=\"white\" style=\"outline\" radius=\"99\" link=\"Portfolio\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" bg=\"8330\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"62% 50%\"]\r\n\r\n[text_box width=\"63\" width__sm=\"85\" width__md=\"52\" animate=\"fadeInLeft\" position_x__sm=\"10\" position_x__md=\"5\" position_y=\"25\" position_y__sm=\"90\" text_depth=\"1\"]\r\n\r\n<h2><strong>A small but focused Web Studio</strong></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Learn more\" color=\"white\" style=\"outline\" radius=\"99\" icon=\"icon-angle-right\" icon_reveal=\"true\" link=\"About\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" bg=\"8333\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"62% 50%\"]\r\n\r\n[text_box width=\"80\" width__sm=\"85\" width__md=\"52\" animate=\"fadeInLeft\" position_x__sm=\"10\" position_x__md=\"5\" position_y__sm=\"90\" text_depth=\"1\"]\r\n\r\n<h2><strong>Services</strong></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[button text=\"Contact Now\" color=\"white\" style=\"outline\" radius=\"99\" icon=\"icon-angle-right\" icon_reveal=\"true\" link=\"Contact\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]', 'Freelancer', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2019-04-11 08:50:44', '2019-04-11 08:50:44', '', 29, 'http://192.168.3.60/wordpress/2019/04/11/29-revision-v1/', 0, 'revision', '', 0),
(105, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[ux_slider]\r\n\r\n[ux_banner height=\"600px\" bg_overlay=\"rgba(246, 208, 45, 0.94)\" border=\"2px 2px 2px 2px\" border_margin=\"10px 10px 10px 10px\" border_style=\"dashed\" border_radius=\"undefined\"]\r\n\r\n[text_box style=\"circle\" width=\"15\" width__sm=\"29\" rotate=\"1\" animate=\"fadeInRight\" position_x=\"95\" position_x__sm=\"95\" position_y=\"5\" position_y__sm=\"5\" border=\"2px 2px 2px 2px\" border_margin=\"5px 5px 5px 5px\" border_style=\"dashed\" border_radius=\"100\" border_color=\"rgba(255, 255, 255, 0.19)\"]\r\n\r\n<h3>Up to<br /><span style=\"font-size: 160%;\"><strong>50<span style=\"font-size: 75%;\">%</span><br /></strong></span>off</h3>\r\n\r\n[/text_box]\r\n[text_box width=\"57\" width__sm=\"84\" scale__sm=\"111\" animate=\"flipInY\"]\r\n\r\n<h1 class=\"uppercase\"><span style=\"font-size: 400%;\" data-line-height=\"xs\"><strong>Sale</strong></span></h1>\r\n<h2 class=\"lead\">Summer Sale has Started</h2>\r\n[ux_countdown style=\"text\" size=\"114\" color=\"light\"]\r\n\r\n[gap height=\"23px\"]\r\n\r\n[button text=\"Shop men\" color=\"white\"]\r\n\r\n[button text=\"Shop Women\" color=\"white\"]\r\n\r\n[button text=\"Shop All\" color=\"white\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"600px\" bg=\"6799\" bg_pos=\"84% 0%\" border=\"2px 2px 2px 2px\" border_margin=\"10px 10px 10px 10px\" border_style=\"dashed\" border_radius=\"undefined\"]\r\n\r\n[text_box style=\"circle\" width=\"15\" width__sm=\"29\" rotate=\"1\" animate=\"fadeInRight\" position_x=\"100\" position_x__sm=\"95\" position_y=\"15\" position_y__sm=\"5\" border=\"2px 2px 2px 2px\" border_margin=\"5px 5px 5px 5px\" border_style=\"dashed\" border_radius=\"100\" border_color=\"rgba(255, 255, 255, 0.19)\"]\r\n\r\n<h3>Up to<br /><span style=\"font-size: 160%;\"><strong>50<span style=\"font-size: 75%;\">%</span><br /></strong></span>off</h3>\r\n\r\n[/text_box]\r\n[text_box width=\"50\"]\r\n\r\n<h2 class=\"uppercase\">Shop Fashion Clothes today</h2>\r\n<h3 class=\"thin-font\">Add any text here..</h3>\r\n[button text=\"Shop now\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[row depth=\"1\" depth_hover=\"5\"]\r\n\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"4116\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"50% 12%\" border=\"1px 1px 1px 1px\" border_margin=\"10px 10px 10px 10px\" border_style=\"dashed\" border_color=\"rgba(0, 0, 0, 0.16)\"]\r\n\r\n[text_box width=\"68\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>About us</strong></h2>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"4110\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"60% 18%\" border=\"1px 1px 1px 1px\" border_margin=\"10px 10px 10px 10px\" border_style=\"dashed\" border_color=\"rgba(0, 0, 0, 0.16)\"]\r\n\r\n[text_box width=\"68\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>OUR BLOG</strong></h2>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"4117\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"51% 35%\" border=\"1px 1px 1px 1px\" border_margin=\"10px 10px 10px 10px\" border_style=\"dashed\" border_color=\"rgba(0, 0, 0, 0.16)\"]\r\n\r\n[text_box width=\"68\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>NEWSLETTER</strong></h2>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"bold-center\" text=\"Latest products on sale\" size=\"undefined\"]\r\n\r\n[ux_products depth=\"1\" depth_hover=\"4\" orderby=\"sales\" show=\"onsale\"]\r\n\r\n[title style=\"bold-center\" text=\"Browse our Categories\" size=\"undefined\"]\r\n\r\n[ux_product_categories depth=\"1\" depth_hover=\"4\"]\r\n\r\n[title style=\"bold-center\" text=\"Follow us on Instagram\" icon=\"instagram\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" depth=\"1\"]\r\n\r\n[gap height=\"58px\"]\r\n\r\n[ux_banner height=\"407px\" bg=\"8102\" bg_color=\"rgb(18, 18, 18)\" bg_overlay=\"rgba(0, 0, 0, 0.36)\" bg_pos=\"79% 0%\" parallax=\"1\" border=\"2px 0px 2px 0px\" border_margin=\"10px 0px 10px 0px\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(255, 255, 255, 0.22)\"]\r\n\r\n[text_box width=\"47\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Don\'t miss a sale</strong></h2>\r\n<h3 class=\"thin-font\">Sign up for our Newsletter</h3>\r\n[gap height=\"32px\"]\r\n\r\n[contact-form-7 id=\"11\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"bold-center\" text=\"Latest News\" size=\"undefined\"]\r\n\r\n[blog_posts columns=\"3\" depth=\"1\" depth_hover=\"4\" image_height=\"181px\"]', 'Big Sale', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 30, 'http://192.168.3.60/wordpress/2019/04/11/30-revision-v1/', 0, 'revision', '', 0),
(106, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[title text=\"Add responsive Video Embeds\" size=\"undefined\"]\n\n<p class=\"lead\">Add Responsive video embed to your site by using the Page Builder.</p>\n<h3>YOUTUBE</h3>\n[ux_video height=\"46%\"]\n\n<h3>VIMEO</h3>\n[ux_video url=\"https://vimeo.com/180255453\" height=\"54%\"]', 'Video', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 31, 'http://192.168.3.60/wordpress/2019/04/11/31-revision-v1/', 0, 'revision', '', 0),
(107, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[ux_banner height=\"450px\" bg=\"8271\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>Video Button</strong></h3>\n<p class=\"lead\">Add a video button that opens Youtube and Viemo videos anywhere.</p>\n[video_button size=\"118\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"4\" span__sm=\"12\" depth=\"2\" depth_hover=\"4\"]\n\n[ux_banner height=\"450px\" bg=\"8902\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.52)\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>Video Button</strong></h3>\n<p class=\"lead\">Add a video button that opens Youtube and Viemo videos anywhere.</p>\n[video_button]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\" depth=\"2\" depth_hover=\"4\"]\n\n[ux_banner height=\"450px\" bg=\"8976\"]\n\n[text_box position_x=\"10\" position_y=\"10\" text_align=\"left\" text_color=\"dark\"]\n\n<h3 class=\"uppercase\"><strong>Change Size</strong></h3>\n<p class=\"lead\">You can change the size to anything</p>\n[video_button size=\"202\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\" depth=\"2\" depth_hover=\"4\"]\n\n[ux_banner height=\"450px\" bg=\"8956\" bg_overlay=\"rgba(0, 0, 0, 0.45)\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\"]\n\n<h3 class=\"uppercase\"><strong>Show on Hover</strong></h3>\n<p class=\"lead\">Select between various hover effects</p>\n[video_button]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]', 'Video Button', '', 'inherit', 'closed', 'closed', '', '32-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 32, 'http://192.168.3.60/wordpress/2019/04/11/32-revision-v1/', 0, 'revision', '', 0),
(108, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[ux_banner height=\"500px\" bg=\"8895\" bg_overlay=\"rgba(0, 0, 0, 0.71)\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>GALLERY ELEMENT</strong></h3>\r\n<p class=\"lead\">Create Galleries by using Image IDs and drag and drop. You can easily create galleries from the Page Builder.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Simple GAllery Row with lightbox\"]\r\n\r\n[ux_gallery ids=\"8896,8895,8894,8893,8892,8898,8899,8900\" style=\"shade\" grid_height=\"undefined\" slider_nav_style=\"undefined\" slider_nav_color=\"light\" slider_nav_position=\"outside\" col_spacing=\"undefined\" depth=\"1\" depth_hover=\"undefined\" image_height=\"81%\" image_width=\"undefined\" image_size=\"undefined\" image_overlay=\"undefined\" image_hover=\"zoom\" image_hover_alt=\"undefined\" text_pos=\"undefined\" text_align=\"undefined\" text_size=\"undefined\" text_bg=\"undefined\" text_color=\"undefined\"]\r\n\r\n[title style=\"center\" text=\"Full Width Gallery\"]\r\n\r\n[ux_gallery ids=\"8896,8895,8894,8893,8892,8898,8899,8900\" style=\"shade\" grid_height=\"undefined\" slider_nav_style=\"undefined\" slider_nav_color=\"light\" slider_nav_position=\"outside\" width=\"full-width\" col_spacing=\"collapse\" depth=\"1\" depth_hover=\"undefined\" image_height=\"81%\" image_width=\"undefined\" image_size=\"undefined\" image_overlay=\"undefined\" image_hover=\"zoom\" image_hover_alt=\"undefined\" text_pos=\"undefined\" text_align=\"undefined\" text_size=\"undefined\" text_bg=\"undefined\" text_color=\"undefined\"]\r\n\r\n[title style=\"center\" text=\"Gallery width Small gap\"]\r\n\r\n[ux_gallery ids=\"8896,8895,8894,8893,8892,8898,8899,8900\" style=\"shade\" grid_height=\"undefined\" slider_nav_style=\"undefined\" slider_nav_color=\"light\" slider_nav_position=\"outside\" col_spacing=\"xsmall\" depth=\"1\" depth_hover=\"undefined\" image_height=\"81%\" image_width=\"undefined\" image_size=\"undefined\" image_overlay=\"undefined\" image_hover=\"zoom\" image_hover_alt=\"undefined\" text_pos=\"undefined\" text_align=\"undefined\" text_size=\"undefined\" text_bg=\"undefined\" text_color=\"undefined\"]\r\n\r\n[title style=\"center\" text=\"Slider Gallery\" margin_top=\"21px\"]\r\n\r\n[ux_gallery ids=\"8896,8895,8894,8893,8892,8898,8899,8900\" type=\"slider\" grid_height=\"undefined\" slider_nav_style=\"undefined\" slider_nav_color=\"undefined\" slider_nav_position=\"undefined\" col_spacing=\"undefined\" depth=\"1\" depth_hover=\"undefined\" image_height=\"undefined\" image_width=\"undefined\" image_size=\"undefined\" image_overlay=\"undefined\" image_hover=\"undefined\" image_hover_alt=\"undefined\" text_pos=\"undefined\" text_align=\"undefined\" text_size=\"undefined\" text_hover=\"undefined\" text_bg=\"undefined\" text_color=\"undefined\" text_padding=\"undefined\"]', 'Galleries', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 33, 'http://192.168.3.60/wordpress/2019/04/11/33-revision-v1/', 0, 'revision', '', 0),
(109, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[ux_slider nav_style=\"simple\" nav_color=\"dark\"]\n\n[ux_banner height=\"62%\" slide_effect=\"zoom-out-fast\" bg=\"8341\" bg_color=\"rgb(27, 15, 15)\" bg_pos=\"42% 29%\"]\n\n[ux_hotspot type=\"product\" prod_id=\"416\" icon=\"search\" size=\"large\" position_x=\"15\" position_y=\"25\" position_y__sm=\"35\"]\n\n[ux_hotspot text=\"Add a custom text here\" link=\"#customlink\" size=\"large\" animate=\"flipInY\" position_x=\"10\" position_y=\"85\"]\n\n[text_box text_color=\"dark\" width=\"36\" width__sm=\"32\" scale__sm=\"58\" position_x=\"90\"]\n\n<h2 class=\"uppercase\">Banner with hotspots</h2>\n<p class=\"thin-font lead\">Add Hotspots anywhere by using the drag and drop Page Builder.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"62%\" slide_effect=\"zoom-out-fast\" bg=\"8343\" bg_color=\"rgba(0, 0, 0, 0.25)\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"42% 29%\"]\n\n[ux_hotspot type=\"product\" prod_id=\"416\" size=\"large\" position_x=\"80\" position_y=\"30\" position_y__sm=\"35\"]\n\n[ux_hotspot text=\"Add a custom text here\" link=\"#customlink\" size=\"large\" animate=\"flipInY\" position_y=\"35\"]\n\n[text_box text_color=\"dark\" width=\"36\" width__sm=\"32\" scale__sm=\"58\" position_x=\"10\"]\n\n<h2 class=\"uppercase\">Create Lookbooks </h2>\n<p class=\"thin-font lead\">Create beautiful lookbooks by combining the banner, hotspot and slider element.</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]', 'Hotspot', '', 'inherit', 'closed', 'closed', '', '34-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 34, 'http://192.168.3.60/wordpress/2019/04/11/34-revision-v1/', 0, 'revision', '', 0);
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
(110, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[section bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.62)\"]\r\n\r\n[ux_banner_grid height=\"666\" depth=\"1\"]\r\n\r\n[col_grid span=\"8\" span__sm=\"13\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8795\" bg_pos=\"32% 58%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"65\" width__sm=\"90\" scale=\"102\" animate=\"fadeInLeft\" position_x=\"10\" text_align=\"left\"]\r\n\r\n<h6 class=\"uppercase\">Featured Vendor</h6>\r\n<h2><strong>This Week Featured Vendor</strong></h2>\r\n<p class=\"lead\">Change this to anything. Consectetuer adipiscing elit.</p>\r\n[button text=\"Go To Shop\" style=\"outline\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"13\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8317\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.16)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"74\"]\r\n\r\n<h2><strong>This is a simple banner</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"large\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"15\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8226\" bg_size=\"medium\" bg_pos=\"66% 22%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"80\" width__sm=\"60\" animate=\"fadeInLeft\" position_y=\"85\" text_align=\"left\" text_color=\"dark\"]\r\n\r\n<h6 class=\"uppercase\">Featured Vendor</h6>\r\n<h2><strong>Woo Vendor Shop</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"13\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"7460\" bg_size=\"medium\" hover=\"zoom\"]\r\n\r\n[text_box width=\"80\" position_x=\"10\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h2><strong>This is a simple banner</strong></h2>\r\n<p class=\"lead\">Change this text to anything</p>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"15\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8753\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.09)\" hover=\"zoom\"]\r\n\r\n[text_box width=\"79\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h2><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"large\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/section]\r\n[section bg_color=\"rgb(246, 246, 246)\" border=\"1px 0px 0px 0px\" border_color=\"rgba(0, 0, 0, 0.05)\"]\r\n\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[featured_box img=\"8686\" img_width=\"42\" pos=\"left\" icon_border=\"2\" margin=\"px px px px\"]\r\n\r\n<h3>Find Something You love</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscin.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[featured_box img=\"8687\" img_width=\"42\" pos=\"left\" icon_border=\"2\" margin=\"px px px px\"]\r\n\r\n<h3>Find Something You love</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscin.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[featured_box img=\"8750\" img_width=\"42\" pos=\"left\" icon_border=\"2\" margin=\"px px px px\"]\r\n\r\n<h3>Find Something You love</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscin.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Shop By Category\" size=\"undefined\"]\r\n\r\n[ux_product_categories style=\"normal\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" columns=\"5\" depth=\"1\" image_height=\"230px\" text_bg=\"rgb(255, 255, 255)\"]\r\n\r\n[title style=\"center\" text=\"Latest  Collections\" size=\"undefined\"]\r\n\r\n[ux_products style=\"vertical\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" columns=\"2\" depth=\"1\" orderby=\"date\" image_width=\"42\" text_size=\"large\" text_bg=\"rgb(255, 255, 255)\"]\r\n\r\n\r\n[/section]\r\n[ux_banner height=\"318px\" bg=\"4059\" bg_color=\"rgb(80, 80, 80)\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" bg_pos=\"22% 29%\"]\r\n\r\n[text_box width=\"40\" width__sm=\"60\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Become a Vendor</strong></h3>\r\n<p class=\"lead\">Want to sell on Flatsome Vendor? We\'re looking for shop to join us.</p>\r\n[button text=\"Learn More\" color=\"white\" style=\"outline\" radius=\"99\"]\r\n\r\n[button text=\"Apply Now\" color=\"white\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section bg_color=\"rgb(244, 244, 244)\"]\r\n\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[title style=\"bold-center\" text=\"How it Works\" size=\"undefined\"]\r\n\r\n[row_inner]\r\n\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Apply to be a Vendor</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Upload your products</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Sell and make money</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col_inner]\r\n\r\n[/row_inner]\r\n[gap height=\"36px\"]\r\n\r\n[title style=\"bold-center\" text=\"Latest Reviews\" size=\"undefined\"]\r\n\r\n[ux_slider nav_pos=\"outside\" nav_style=\"simple\" nav_color=\"dark\"]\r\n\r\n[row_inner]\r\n\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n\r\n[/row_inner]\r\n[row_inner]\r\n\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n\r\n[/row_inner]\r\n\r\n[/ux_slider]\r\n[title style=\"bold-center\" text=\"From The Blog\" size=\"undefined\"]\r\n\r\n[blog_posts slider_nav_style=\"simple\" slider_nav_position=\"outside\" columns=\"3\" depth=\"1\" image_height=\"180px\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Vendor Shop', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 35, 'http://192.168.3.60/wordpress/2019/04/11/35-revision-v1/', 0, 'revision', '', 0),
(111, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[message_box bg_color=\"rgb(69, 69, 69)\" padding=\"7\"]\r\n\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"7\" span__sm=\"12\" align=\"center\"]\r\n\r\n<p><strong>BIG SUMMER SALE HAS STARTED. UP TO 70% OFF   </strong>Make sure you</p>\r\n\r\n[/col]\r\n[col span=\"5\" span__sm=\"12\" align=\"center\"]\r\n\r\n[ux_countdown style=\"text\" size=\"94\" color=\"light\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/message_box]\r\n[ux_slider]\r\n\r\n[ux_banner height=\"706px\" bg=\"8093\" bg_overlay=\"rgba(0, 0, 0, 0.35)\" bg_pos=\"40% 54%\"]\r\n\r\n[text_box width=\"69\" width__sm=\"80\"]\r\n\r\n<p class=\"alt-font\"><span style=\"font-size: 200%;\">It has finally started</span></p>\r\n<h1><span style=\"font-size: 130%;\"><strong>BIG SUMMER SALE</strong></span></h1>\r\n[ux_countdown size=\"307\" color=\"light\" bg_color=\"rgba(255, 255, 255, 0.86)\"]\r\n\r\n[button text=\"Shop Men\" color=\"white\" style=\"outline\"]\r\n\r\n[button text=\"Shop Women\" color=\"white\" style=\"outline\"]\r\n\r\n[button text=\"Shop all\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[row h_align=\"center\"]\r\n\r\n[col span=\"8\" span__sm=\"12\" align=\"center\"]\r\n\r\n<h1 class=\"uppercase\">Welcome to our Shop</h1>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"bold-center\" text=\"Browse products\" size=\"undefined\"]\r\n\r\n[ux_product_categories style=\"overlay\" type=\"grid\" grid=\"8\" grid_height=\"300px\" depth=\"1\" depth_hover=\"4\" number=\"7\" text_pos=\"middle\" text_size=\"large\"]\r\n\r\n[gap height=\"54px\"]\r\n\r\n[ux_banner height=\"387px\" bg=\"8053\" bg_pos=\"49% 7%\"]\r\n\r\n[text_box width=\"40\" width__sm=\"76\" position_x=\"5\" position_x__sm=\"50\" position_y__sm=\"50\"]\r\n\r\n<h2 class=\"uppercase\"><strong>never miss a sale again</strong></h2>\r\n<p class=\"lead\">Sign up for our Newsletter</p>\r\n[contact-form-7 id=\"11\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"bold-center\" text=\"Latest news\" size=\"undefined\"]\r\n\r\n[blog_posts depth=\"1\" depth_hover=\"4\" image_height=\"68%\"]', 'Sale Countdown', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 36, 'http://192.168.3.60/wordpress/2019/04/11/36-revision-v1/', 0, 'revision', '', 0),
(112, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[ux_banner height=\"100%\" bg=\"8264\" bg_color=\"#FFF\"]\r\n\r\n[text_box text_color=\"dark\" width=\"61\" width__sm=\"85\" animate=\"fadeInUp\"]\r\n\r\n<h2><span style=\"font-size: 170%;\"><strong>Go Explore</strong></span></h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[divider]\r\n\r\n[search]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section label=\"Simple Light\" bg_color=\"rgb(245, 245, 245)\" padding=\"27px\" border=\"1px 0px 0px 0px\" border_color=\"rgb(235, 235, 235)\"]\r\n\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[featured_box margin=\"px px px px\"]\r\n\r\n<h3>Explore Things</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<h3>Book Events</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<h3>Find a hotel</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[title style=\"center\" text=\"Thing to do\" margin_top=\"25px\" size=\"undefined\"]\r\n\r\n[ux_products style=\"shade\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" cat=\"114\"]\r\n\r\n[title style=\"center\" text=\"Go Explore\" margin_top=\"25px\" size=\"undefined\"]\r\n\r\n[ux_banner_grid]\r\n\r\n[col_grid span=\"3\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8266\" bg_overlay=\"rgba(0, 0, 0, 0.58)\" hover=\"glow\" hover_alt=\"overlay-add\" link=\"#\"]\r\n\r\n[text_box width=\"70\" width__sm=\"100\" scale=\"187\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Find a Beach</strong></h3>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8246\" bg_overlay=\"rgba(0, 0, 0, 0.58)\" hover_alt=\"overlay-add\" link=\"#\"]\r\n\r\n[text_box width=\"40\" width__sm=\"100\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Explore THe CITY</strong></h3>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8272\" bg_overlay=\"rgba(0, 0, 0, 0.58)\" hover=\"glow\" hover_alt=\"overlay-add\" link=\"#\"]\r\n\r\n[text_box width=\"40\" width__sm=\"100\"]\r\n\r\n<h3 class=\"uppercase\"><strong>EXPLORE OUTDOORS</strong></h3>\r\n<p> </p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"6\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8093\" bg_overlay=\"rgba(0, 0, 0, 0.58)\" hover=\"glow\" hover_alt=\"overlay-add\" link=\"#\"]\r\n\r\n[text_box width=\"40\" width__sm=\"100\"]\r\n\r\n<h3 class=\"uppercase\"><strong>TAILORED SUITES</strong></h3>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"6\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8274\" bg_overlay=\"rgba(0, 0, 0, 0.58)\" hover=\"glow\" hover_alt=\"overlay-add\" link=\"#\"]\r\n\r\n[text_box width=\"40\" width__sm=\"97\"]\r\n\r\n<h3 class=\"uppercase\"><strong>ENJOY A DRINK</strong></h3>\r\n<p> </p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[gap]\r\n\r\n[ux_banner height=\"400px\" bg=\"8266\" bg_overlay=\"rgba(255, 255, 255, 0.49)\" bg_pos=\"26% 17%\"]\r\n\r\n[text_box text_color=\"dark\" width=\"40\" width__sm=\"60\"]\r\n\r\n<h3 class=\"uppercase\"><strong>List your Company</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Apply Now\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Latest From Blog\" margin_top=\"25px\" size=\"undefined\"]\r\n\r\n[blog_posts style=\"overlay\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"293px\" image_hover=\"zoom\" text_align=\"left\"]\r\n\r\n[title style=\"center\" text=\"Follow on Instagram\" icon=\"icon-instagram\" margin_top=\"25px\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed type=\"slider\" width=\"full-width\" columns=\"6\"]', 'Explore', '', 'inherit', 'closed', 'closed', '', '37-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 37, 'http://192.168.3.60/wordpress/2019/04/11/37-revision-v1/', 0, 'revision', '', 0),
(113, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[ux_banner height=\"261px\" bg=\"8330\" bg_overlay=\"rgba(0, 0, 0, 0.09)\" bg_pos=\"54% 100%\" parallax=\"3\"]\n\n[text_box parallax=\"-4\" text_depth=\"1\"]\n\n<h3 class=\"uppercase\"><strong>Create Powerful Forms</strong></h3>\n<p class=\"lead\">Create Powerful forms with the integrated Contact Form 7 Plugin.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section bg_color=\"rgb(255, 255, 255)\" mask=\"arrow\" padding=\"45px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Simple Contact Form\" size=\"undefined\"]\n\n[contact-form-7 id=\"12\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Newsletter signup\" size=\"undefined\"]\n\n[contact-form-7 id=\"11\"]\n\n[title text=\"Newsletter signup 2\" size=\"undefined\"]\n\n[contact-form-7 id=\"11\"]\n\n[title text=\"Newsletter signup 2\" size=\"undefined\"]\n\n[contact-form-7 id=\"11\"]\n\n<p class=\"lead\">These forms are included as Contact Form 7 Presets.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Simple Center\" bg_color=\"rgb(0, 0, 0)\" dark=\"true\" mask=\"arrow\" padding=\"60px\" height=\"300px\" border_color=\"rgb(235, 235, 235)\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Contact Form Flat\"]\n\n[contact-form-7 id=\"9\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Newsletter signup\" size=\"undefined\"]\n\n[contact-form-7 id=\"11\"]\n\n[title text=\"Newsletter signup 2\" size=\"undefined\"]\n\n[contact-form-7 id=\"11\"]\n\n[title text=\"Newsletter signup 2\" size=\"undefined\"]\n\n[contact-form-7 id=\"11\"]\n\n<p class=\"lead\">These forms are included as Contact Form 7 Presets.</p>\n\n[/col]\n\n[/row]\n\n[/section]', 'Forms', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 38, 'http://192.168.3.60/wordpress/2019/04/11/38-revision-v1/', 0, 'revision', '', 0),
(114, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[ux_banner height=\"377px\" bg=\"8962\" bg_overlay=\"rgba(0, 0, 0, 0.61)\" bg_pos=\"60% 22%\" parallax=\"3\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>PRICE TABLE ELEMENT</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[title text=\"3 Column price table with text on left\"]\r\n\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span=\"3\" padding=\"0 20px 0 0\"]\r\n\r\n<h3>Pricing</h3>\r\n[divider]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.reLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy. Add any text here</p>\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Silver\" description=\"Enter description here...\" price=\"29$\" color=\"dark\" bg_color=\"rgb(122, 44, 205)\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tooltip. Add extra info here.\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" color=\"white\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Gold\" description=\"Enter description here...\" price=\"49$\" color=\"dark\" bg_color=\"rgba(0, 0, 0, 0.99)\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tooltip. Add extra info here.\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Platinium\" description=\"Enter description here...\" price=\"129$\" color=\"dark\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" enabled=\"false\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Disabled\" enabled=\"false\"]\r\n\r\n[button text=\"Click me!\" color=\"white\" style=\"underline\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[section bg=\"#f1f1f1\" bg_color=\"rgb(243, 243, 243)\" margin=\"-1px\"]\r\n\r\n[title text=\"3 Column price table inside a background\"]\r\n\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Silver\" description=\"Enter description here...\" price=\"29$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tooltip. Add extra info here.\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" style=\"outline\" radius=\"10\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Gold\" description=\"Enter description here...\" price=\"49$\" featured=\"true\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tooltip. Add extra info here.\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" style=\"shade\" size=\"larger\" radius=\"10\" depth=\"4\" depth_hover=\"5\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Platinium\" description=\"Enter description here...\" price=\"129$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item]\r\n\r\n[button text=\"Click me!\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\" padding=\"0 0 0 20px\"]\r\n\r\n<h3>Pricing</h3>\r\n[divider]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.reLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy. Add any text here</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[row style=\"collapse\"]\r\n\r\n[col]\r\n\r\n[title style=\"center\" text=\"4 Column collapsed\"]\r\n\r\n[gap]\r\n\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\" featured=\"true\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n[section bg=\"8333\" bg_color=\"rgb(40, 40, 40)\" bg_overlay=\"rgba(255, 255, 255, 0.5)\" parallax=\"3\" padding=\"49px\"]\r\n\r\n[row style=\"small\" depth=\"2\"]\r\n\r\n[col span=\"3\" animate=\"fadeInUp\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\" animate=\"fadeInUp\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\" featured=\"true\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\" animate=\"fadeInUp\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\" animate=\"fadeInUp\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Price table', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 39, 'http://192.168.3.60/wordpress/2019/04/11/39-revision-v1/', 0, 'revision', '', 0),
(115, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[ux_banner height=\"500px\" bg=\"8990\" bg_overlay=\"rgba(0, 0, 0, 0.44)\" bg_pos=\"32% 28%\" parallax=\"3\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>SEARCH ELEMENT</strong></h3>\n<p class=\"lead\">Insert a Product Search box anywhere</p>\n[search style=\"flat\" size=\"xlarge\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Default style\"]\n\n[search]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Flat style\"]\n\n[search style=\"flat\"]\n\n\n[/col]\n\n[/row]\n[ux_banner height=\"500px\" bg=\"8053\" bg_pos=\"58% 16%\"]\n\n[text_box width=\"37\" position_x=\"0\" text_align=\"left\"]\n\n<h3 class=\"uppercase\"><strong>Search box inside a banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[gap height=\"25px\"]\n\n[search size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]', 'Search box', '', 'inherit', 'closed', 'closed', '', '40-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 40, 'http://192.168.3.60/wordpress/2019/04/11/40-revision-v1/', 0, 'revision', '', 0),
(116, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[ux_banner height=\"405px\" bg=\"8962\" bg_overlay=\"rgba(255, 255, 255, 0.94)\" bg_pos=\"53% 30%\"]\r\n\r\n[text_box text_color=\"dark\"]\r\n\r\n[ux_image id=\"9197\" width=\"23\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Instagram element</strong></h3>\r\n<p class=\"lead\">Add beautiful instagram images anywhere on your site</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Simple Grid\" icon=\"icon-instagram\"]\r\n\r\n[ux_instagram_feed username=\"stylechild_no\" col_spacing=\"small\"]\r\n\r\n[title style=\"center\" text=\"full width slider\" icon=\"icon-instagram\" margin_top=\"43px\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" type=\"slider\" slider_nav_color=\"light\" width=\"full-width\" columns=\"6\"]\r\n\r\n[title style=\"center\" text=\"Simple slider\" icon=\"icon-instagram\" margin_top=\"32px\"]\r\n\r\n[ux_instagram_feed username=\"stylechild_no\" type=\"slider\" slider_nav_position=\"outside\" col_spacing=\"small\"]\r\n\r\n[title style=\"center\" text=\"full width slider Black and white\" icon=\"icon-instagram\" margin_top=\"43px\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" image_hover=\"color\" type=\"slider\" slider_nav_color=\"light\" width=\"full-width\" columns=\"6\"]', 'Instagram feed', '', 'inherit', 'closed', 'closed', '', '41-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 41, 'http://192.168.3.60/wordpress/2019/04/11/41-revision-v1/', 0, 'revision', '', 0),
(117, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[ux_banner height=\"338px\" bg=\"7450\" bg_overlay=\"rgba(0, 0, 0, 0.41)\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>Accordion element</strong></h3>\r\n<p class=\"lead\">Create beautiful accordion sections. You can add any element to the accordion panels.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Simple accordion\"]\r\n\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[accordion]\r\n\r\n[accordion-item title=\"Accordion Title\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Accordion Item 1 Title\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Accordion Item 2 Title\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Add any element to accordion\"]\r\n\r\n[blog_posts style=\"normal\" columns=\"3\" image_height=\"56.25%\"]\r\n\r\n[button text=\"Click me!\" style=\"outline\"]\r\n\r\n\r\n[/accordion-item]\r\n\r\n[/accordion]\r\n\r\n[/col]\r\n\r\n[/row]', 'Accordion', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 42, 'http://192.168.3.60/wordpress/2019/04/11/42-revision-v1/', 0, 'revision', '', 0),
(118, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[ux_banner height=\"375px\" bg=\"8330\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(0, 0, 0, 0.36)\"]\r\n\r\n[text_box width=\"51\"]\r\n\r\n<h3 class=\"uppercase\"><strong>LOGO ELEMENT</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Normal logos\"]\r\n\r\n[row]\r\n\r\n[col span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"9174\" hover=\"color\"]\r\n\r\n[logo img=\"9175\" hover=\"color\"]\r\n\r\n[logo img=\"9183\"]\r\n\r\n[logo img=\"9175\"]\r\n\r\n[logo img=\"9177\"]\r\n\r\n[logo img=\"9184\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Logos in a Dashed Grid\" margin_top=\"19px\"]\r\n\r\n[row col_style=\"dashed\" v_align=\"middle\"]\r\n\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"9176\" hover=\"overlay-add\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"9177\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"9184\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"9183\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"9184\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"9182\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"9179\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"9176\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"9177\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Logos in a Slider\" margin_top=\"57px\"]\r\n\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[ux_slider freescroll=\"true\" hide_nav=\"true\" nav_pos=\"outside\" nav_style=\"simple\" nav_color=\"dark\" bullets=\"false\"]\r\n\r\n[logo img=\"9182\" hover=\"color\"]\r\n\r\n[logo img=\"9182\" hover=\"color\"]\r\n\r\n[logo img=\"9183\" hover=\"color\"]\r\n\r\n[logo img=\"9179\" hover=\"color\"]\r\n\r\n[logo img=\"9184\" hover=\"color\"]\r\n\r\n[logo img=\"9182\" hover=\"color\"]\r\n\r\n[logo img=\"9177\" hover=\"color\"]\r\n\r\n\r\n[/ux_slider]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Logos in a Full width slider\" margin_top=\"57px\"]\r\n\r\n[ux_slider bg_color=\"rgb(247, 247, 247)\" infinitive=\"false\" freescroll=\"true\" hide_nav=\"true\" nav_style=\"simple\" nav_color=\"dark\" bullets=\"false\"]\r\n\r\n[logo img=\"9182\" hover=\"color\"]\r\n\r\n[logo img=\"9182\" hover=\"color\"]\r\n\r\n[logo img=\"9176\" hover=\"color\"]\r\n\r\n[logo img=\"9183\" hover=\"color\"]\r\n\r\n[logo img=\"9176\" hover=\"color\"]\r\n\r\n[logo img=\"9177\" hover=\"color\"]\r\n\r\n[logo img=\"9183\" hover=\"color\"]\r\n\r\n[logo img=\"9179\" hover=\"color\"]\r\n\r\n[logo img=\"9179\" hover=\"color\"]\r\n\r\n[logo img=\"9184\" hover=\"color\"]\r\n\r\n[logo img=\"9182\" hover=\"color\"]\r\n\r\n[logo img=\"9177\" hover=\"color\"]\r\n\r\n\r\n[/ux_slider]', 'Logo', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 43, 'http://192.168.3.60/wordpress/2019/04/11/43-revision-v1/', 0, 'revision', '', 0),
(119, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[ux_banner height=\"364px\" bg=\"8896\" bg_overlay=\"rgba(255, 255, 255, 0.87)\" bg_pos=\"80% 19%\" parallax=\"2\"]\n\n[text_box text_color=\"dark\"]\n\n<h3 class=\"uppercase\"><strong>Portfolio Element</strong></h3>\n<p>Showcase work or other elements</p>\n[divider width=\"67px\" height=\"5px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"Simple with Filtering\" size=\"undefined\"]\n\n[ux_portfolio style=\"overlay\" filter=\"true\" orderby=\"name\" type=\"masonry\" grid=\"3\" image_hover=\"overlay-add-50\" image_hover_alt=\"zoom\" text_pos=\"middle\" text_size=\"large\" text_hover=\"slide\"]\n\n[title style=\"center\" text=\"Ouline Filter style\" size=\"undefined\"]\n\n[ux_portfolio style=\"overlay\" filter=\"true\" filter_nav=\"outline\" orderby=\"name\" type=\"masonry\" grid=\"3\" image_hover=\"overlay-add-50\" image_hover_alt=\"blur\" text_pos=\"middle\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead\" style=\"text-align: center;\">You can choose between many differnt filter navigation style and align them to left or right.</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Slider Style\" size=\"undefined\"]\n\n[ux_portfolio style=\"shade\" filter_nav=\"outline\" orderby=\"name\" grid=\"3\" columns=\"5\" image_hover=\"zoom\" image_hover_alt=\"grayscale\"]\n\n[title style=\"center\" text=\"Grid Style\" size=\"undefined\"]\n\n[ux_portfolio style=\"overlay\" filter=\"true\" filter_nav=\"outline\" number=\"4\" offset=\"4\" orderby=\"name\" type=\"grid\" grid=\"3\" image_hover=\"overlay-add-50\" image_hover_alt=\"zoom\" text_align=\"left\" text_size=\"large\" text_hover=\"bounce\"]\n\n[title style=\"center\" text=\"Collapsed Full width Grid\" size=\"undefined\"]\n\n[ux_portfolio style=\"overlay\" filter=\"true\" filter_nav=\"outline\" number=\"4\" orderby=\"name\" type=\"grid\" grid=\"3\" width=\"full-width\" col_spacing=\"collapse\" image_hover=\"overlay-add-50\" image_hover_alt=\"zoom\" text_align=\"left\" text_size=\"large\" text_hover=\"bounce\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead\" style=\"text-align: center;\">Choose between 14 differnt premade grid layouts.</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Open in a ligtbox\"]\n\n[ux_portfolio lightbox=\"true\"]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '44-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 44, 'http://192.168.3.60/wordpress/2019/04/11/44-revision-v1/', 0, 'revision', '', 0),
(120, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[ux_banner height=\"496px\" bg=\"8903\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"52% 2%\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>Pages Element</strong></h3>\r\n<p class=\"lead\">Display a list of sub pages of a selected page in a beautiful way. Very useful if you need to link to sub pages from a parent page.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Default Style\"]\r\n\r\n[ux_pages parent=\"3021\" depth=\"1\" text_align=\"center\" text_padding=\"10px 10px 10px 10px\"]', 'Pages', '', 'inherit', 'closed', 'closed', '', '45-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 45, 'http://192.168.3.60/wordpress/2019/04/11/45-revision-v1/', 0, 'revision', '', 0),
(121, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[scroll_to title=\"Welcome Banner\" link=\"welcome\"]\n\n[ux_banner height=\"100%\" bg=\"8898\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.26)\" parallax=\"2\"]\n\n[text_box width=\"63\" width__sm=\"60\" position_y=\"20\"]\n\n<h1 class=\"lead\"><strong>Scroll To</strong> Element</h1>\n<p class=\"lead\">Create Scroll To elements to navigate the site with small bullets on the side. You can also disable the bullet and use it for <strong>One Page Navigation</strong></p>\n\n[/text_box]\n\n[/ux_banner]\n[scroll_to title=\"Another banner\" link=\"another_banner\"]\n\n[ux_banner height=\"100%\" bg=\"8976\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.26)\" parallax=\"2\"]\n\n[text_box width=\"50\" width__sm=\"60\" animate=\"fadeInRight\" position_x=\"0\" position_y=\"40\" text_align=\"left\"]\n\n<h1 class=\"lead\"><strong>Another Banner</strong></h1>\n<p class=\"lead\">Create Scroll To elements to navigate the site with small bullets on the side. You can also disable the bullet and use it for <strong>One Page Navigation</strong></p>\n\n[/text_box]\n\n[/ux_banner]\n[scroll_to title=\"Another Scroll To banner\" link=\"another_banner_2\"]\n\n[ux_banner height=\"100%\" bg=\"8888\" bg_overlay=\"rgba(0, 0, 0, 0.1)\"]\n\n[text_box width=\"52\" width__sm=\"60\" animate=\"fadeInUp\" parallax=\"3\"]\n\n<h2><span style=\"font-size: 200%;\">Another Banner</span></h2>\n\n[/text_box]\n\n[/ux_banner]\n[scroll_to title=\"Signup for Newsletter\" link=\"newsletter\"]\n\n[ux_banner height=\"100%\" bg=\"8891\" bg_color=\"rgb(43, 7, 7)\" bg_overlay=\"rgba(0, 0, 0, 0.27)\" parallax=\"4\"]\n\n[text_box width=\"74\" width__sm=\"84\" scale=\"120\" scale__sm=\"101\" parallax=\"2\"]\n\n<h3 class=\"uppercase\"><strong>Signup for Newsletter</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[contact-form-7 id=\"11\"]\n\n\n[/text_box]\n\n[/ux_banner]', 'Scroll To', '', 'inherit', 'closed', 'closed', '', '46-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 46, 'http://192.168.3.60/wordpress/2019/04/11/46-revision-v1/', 0, 'revision', '', 0),
(122, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[ux_banner height=\"444px\" bg=\"8955\" bg_overlay=\"rgba(0, 0, 0, 0.27)\"]\n\n[text_box]\n\n<h1 class=\"uppercase\"><strong>COUNT DOWN ELEMENT</strong></h1>\n<p class=\"lead\">Add beautiful count downs anywhere on the site.</p>\n[ux_countdown size=\"300\" bg_color=\"rgba(0, 0, 0, 0.09)\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"4\"]\n\n[title style=\"center\" text=\"Primary Color\"]\n\n[ux_countdown size=\"198\" color=\"primary\" day=\"30\" time=\"24:00\"]\n\n\n[/col]\n[col span=\"4\"]\n\n[title style=\"center\" text=\"Dark Color\"]\n\n[ux_countdown day=\"30\" time=\"24:00\"]\n\n\n[/col]\n[col span=\"4\"]\n\n[title style=\"center\" text=\"Light Color\"]\n\n[ux_countdown size=\"200%\" color=\"light\" day=\"30\" time=\"24:00\"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col]\n\n[ux_banner height=\"600px\" bg=\"766\"]\n\n[text_box text_color=\"dark\" width=\"40\" width__sm=\"60\" animate=\"fadeIn\" position_x=\"10\"]\n\n<h3 class=\"uppercase\">A Countdown Inside A Banner</h3>\n[ux_countdown day=\"30\" time=\"24:00\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n\n[/col]\n[col span=\"6\" align=\"center\"]\n\n[title style=\"center\" text=\"Countdown as text\"]\n\n[ux_countdown style=\"text\" size=\"91\" day=\"30\" time=\"24:00\"]\n\n\n[/col]\n[col span=\"6\"]\n\n[title style=\"center\" text=\"Countdown as Clock\"]\n\n[ux_countdown color=\"primary\" day=\"30\" time=\"24:00\"]\n\n\n[/col]\n\n[/row]', 'Countdown', '', 'inherit', 'closed', 'closed', '', '47-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 47, 'http://192.168.3.60/wordpress/2019/04/11/47-revision-v1/', 0, 'revision', '', 0),
(123, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[ux_slider]\n\n[ux_banner height=\"637px\" bg=\"4061\" bg_size=\"orginal\" bg_pos=\"62% 60%\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"5\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h6>A smaller header</h6>\n<h3 class=\"uppercase\">Add Some Corporate Header Here</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n[button text=\"A button\" style=\"gradient\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"7232\" bg_pos=\"62% 68%\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"5\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h6>A smaller header</h6>\n<h3 class=\"uppercase\">Add Some Corporate Header Here</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n[button text=\"A button\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\"]\n\n[featured_box img=\"7733\" pos=\"center\" title=\"Company Feature 1\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"7733\" pos=\"center\" title=\"Company Feature 2\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"7733\" pos=\"center\" title=\"Company Feature 3\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"7454\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Section with image left</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text=\"Add Any content here\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Section with Image right</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text=\"Add Any content here\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"7451\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"Our blog\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" slider_nav_style=\"circle\" columns=\"2\" depth=\"1\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">ADd a callout header here</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"Callout button\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" icon_pos=\"left\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 48, 'http://192.168.3.60/wordpress/2019/04/11/48-revision-v1/', 0, 'revision', '', 0);
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
(124, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[ux_slider bg_color=\"rgb(0, 0, 0)\"]\r\n\r\n[ux_banner height=\"100%\" slide_effect=\"zoom-in\" bg=\"8271\" bg_size=\"orginal\" bg_color=\"rgb(35, 35, 35)\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"44% 34%\"]\r\n\r\n[text_box width=\"58\" width__sm=\"100\" animate=\"fadeInUp\" parallax=\"2\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 160%;\">Nothing is Impossible</span></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\r\n[button text=\"Shop Men\" color=\"white\" style=\"outline\"]\r\n\r\n[button text=\"Shop Women\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" slide_effect=\"zoom-in\" bg=\"8243\" bg_size=\"orginal\" bg_color=\"rgb(35, 35, 35)\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"44% 34%\"]\r\n\r\n[text_box width=\"58\" width__sm=\"100\" animate=\"fadeInLeft\" parallax=\"2\" position_x=\"0\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 160%;\">CHANGE THIS TO ANYTHING</span></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\r\n[button text=\"Shop Men\" color=\"white\" style=\"outline\"]\r\n\r\n[button text=\"Shop Women\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" slide_effect=\"zoom-in\" bg=\"8273\" bg_size=\"orginal\" bg_color=\"rgb(35, 35, 35)\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"44% 34%\"]\r\n\r\n[text_box width=\"58\" width__sm=\"100\" animate=\"fadeInLeft\" parallax=\"3\" position_x=\"0\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 160%;\">CHANGE THIS TO ANYTHING</span></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\r\n[button text=\"Shop Men\" color=\"white\" style=\"outline\"]\r\n\r\n[button text=\"Shop Women\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[section bg_color=\"rgb(27, 27, 27)\" dark=\"true\" padding=\"60px\"]\r\n\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"8687\" img_width=\"42\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(143, 143, 143)\" margin=\"px px px px\"]\r\n\r\n<h4>Free Shipping all products above 99$</h4>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"8686\" img_width=\"42\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(143, 143, 143)\" margin=\"px px px px\"]\r\n\r\n<h4>New products added everyday</h4>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"8685\" img_width=\"42\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(143, 143, 143)\" margin=\"px px px px\"]\r\n\r\n<h4>Free Shipping all products above 99$</h4>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Featured Products\" size=\"undefined\"]\r\n\r\n[ux_products slider_nav_style=\"circle\"]\r\n\r\n[title style=\"center\" text=\"Browse\" size=\"undefined\"]\r\n\r\n[ux_product_categories style=\"overlay\" columns=\"5\" image_height=\"113%\" image_overlay=\"rgba(0, 0, 0, 0.16)\" text_pos=\"middle\"]\r\n\r\n[title style=\"center\" text=\"Latest News\" size=\"undefined\"]\r\n\r\n[blog_posts style=\"overlay\" depth=\"1\" title_style=\"uppercase\" badge_style=\"square\" image_height=\"300px\"]\r\n\r\n\r\n[/section]\r\n[ux_banner height=\"420px\" bg=\"8273\" bg_overlay=\"rgba(0, 0, 0, 0.68)\" parallax=\"3\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>Signup for newsletter</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[contact-form-7 id=\"11\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_instagram_feed username=\"surfer_magazine\" type=\"slider\" width=\"full-width\" columns=\"8\"]', 'Sport Shop', '', 'inherit', 'closed', 'closed', '', '49-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 49, 'http://192.168.3.60/wordpress/2019/04/11/49-revision-v1/', 0, 'revision', '', 0),
(125, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[section bg_color=\"rgb(237, 239, 241)\" effect=\"snow\" border=\"1px 0px 1px 0px\" border_color=\"rgba(0, 0, 0, 0.13)\"]\r\n\r\n[ux_banner_grid height=\"617\" depth=\"1\"]\r\n\r\n[col_grid span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner bg=\"8755\" bg_pos=\"64% 30%\" border_color=\"rgba(0, 0, 0, 0.05)\"]\r\n\r\n[text_box width=\"70\" position_y=\"80\"]\r\n\r\n<h2 class=\"alt-font\">A Cute Title</h2>\r\n<h2 class=\"uppercase\"><strong><span style=\"font-size: 140%;\">This is a simple headline</span></strong></h2>\r\n<p class=\"lead\"><span style=\"font-size: 130%;\">A Small text</span></p>\r\n[button text=\"Click me!\" style=\"outline\" size=\"xlarge\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\"]\r\n\r\n[ux_banner bg=\"8754\" bg_pos=\"51% 56%\" border_color=\"rgba(0, 0, 0, 0.08)\"]\r\n\r\n[text_box width=\"70\" width__sm=\"60\" position_y=\"10\"]\r\n\r\n<h2 class=\"uppercase\"><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"5\" span__sm=\"14\" height=\"1-3\"]\r\n\r\n[ux_banner bg=\"8753\" bg_size=\"medium\" bg_overlay=\"rgba(255, 255, 255, 0.15)\" bg_pos=\"51% 30%\" border_color=\"rgba(0, 0, 0, 0.08)\"]\r\n\r\n[text_box width=\"42\" position_x=\"10\" position_y=\"80\" text_align=\"left\" text_color=\"dark\"]\r\n\r\n<h2 class=\"uppercase\"><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"5\" span__sm=\"12\" height=\"2-3\"]\r\n\r\n[ux_banner bg=\"8757\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"71% 19%\" border_color=\"rgba(0, 0, 0, 0.07)\"]\r\n\r\n[text_box width=\"70\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>SALE ENDS SOON</strong></h2>\r\n[ux_countdown size=\"268\" bg_color=\"rgba(0, 0, 0, 0.1)\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/section]\r\n[section bg_color=\"rgb(255, 255, 255)\"]\r\n\r\n[row col_style=\"divided\"]\r\n\r\n[col span=\"4\" span__sm=\"12\" align=\"center\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"8687\" img_width=\"51\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\r\n\r\n<h3>Free Shipping on orders above 99$</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"8750\" img_width=\"51\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\r\n\r\n<h3>Give a Gift to a Friend</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed dia.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"8686\" img_width=\"51\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\r\n\r\n<h3>Loved by our Customers</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[title style=\"bold-center\" text=\"Shop Now\" margin_top=\"10px\" size=\"undefined\"]\r\n\r\n[ux_product_categories style=\"overlay\" columns=\"5\" depth=\"1\" show_count=\"0\" image_overlay=\"rgba(0, 0, 0, 0.08)\" image_hover=\"zoom\" text_pos=\"middle\" text_size=\"small\"]\r\n\r\n[row]\r\n\r\n[col span=\"3\" span__sm=\"12\"]\r\n\r\n\r\n[/col]\r\n[col span=\"5\" span__sm=\"12\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"bold-center\" text=\"Weekly Featured Products\" margin_top=\"10px\" size=\"undefined\"]\r\n\r\n[ux_products style=\"normal\" columns=\"5\" depth=\"1\" show=\"featured\"]\r\n\r\n[title style=\"bold-center\" text=\"Follow us on Instagram\" margin_top=\"10px\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed username=\"stylechild_no\" type=\"slider\" width=\"full-width\" columns=\"8\"]', 'Cute Shop', '', 'inherit', 'closed', 'closed', '', '50-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 50, 'http://192.168.3.60/wordpress/2019/04/11/50-revision-v1/', 0, 'revision', '', 0),
(126, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[ux_banner height=\"562px\" height__sm=\"368px\" bg=\"7469\" bg_overlay=\"rgba(0, 0, 0, 0.27)\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"81\"]\n\n<h2 class=\"uppercase\">Powerful Theme needs powerul images</h2>\n<p class=\"lead\">Responsive Images you can insert anywhere. You can also them into a slider.</p>\n\n[/text_box]\n\n[/ux_banner]\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"center\"]\n\n<h1 class=\"lead\">Beautiful Images with Beautiful Captions</h1>\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"8990\" image_size=\"large\" lightbox=\"true\" caption=\"true\" image_overlay=\"rgba(0, 0, 0, 0.16)\" image_hover=\"zoom-long\" animate=\"fadeInUp\"]\n\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Image Overlay Styles\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"7469\" image_hover=\"glow\"]\n\n<p>Glow</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"7469\" image_hover=\"color\" animate=\"fadeInLeft\"]\n\n<p>Add Color</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"7469\" image_hover=\"grayscale\" animate=\"fadeInLeft\"]\n\n<p>Grayscale</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"7469\" image_hover=\"fade-in\" animate=\"fadeInLeft\"]\n\n<p>Fade In</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"7469\" image_hover=\"zoom-fade\" animate=\"fadeInLeft\"]\n\n<p>Zoom Fade</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"7469\" image_overlay=\"rgba(0, 0, 0, 0.37)\" image_hover=\"overlay-add\" animate=\"fadeInLeft\"]\n\n<p>Add Overlay</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"7469\" image_overlay=\"rgba(0, 0, 0, 0.37)\" image_hover=\"overlay-remove\" animate=\"fadeInLeft\"]\n\n<p>Remove Overlay</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"7469\" image_hover=\"blur\" animate=\"fadeInLeft\"]\n\n<p>Blur</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Image with video\"]\n\n[ux_image id=\"8990\" animate=\"fadeInLeft\" link=\"https://www.youtube.com/watch?v=_j5KR28qtsI\"]\n\n<p class=\"lead\">Add a <strong>Youtube or Vimeo</strong> link to Image link tag to automatically get a play icon and a Video Lightbox on Images.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Image drop shadow\"]\n\n[ux_image id=\"7469\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n<p class=\"lead\">Add cool drop shadows to your images to make them pop out on hover.</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Add Images to any sliders\" size=\"undefined\"]\n\n[ux_slider style=\"container\" slide_width=\"700px\" bg_color=\"rgb(0, 0, 0)\"]\n\n[ux_image id=\"8317\" height=\"75%\" image_hover=\"overlay-remove\" depth_hover=\"2\"]\n\n[ux_image id=\"8651\" height=\"75%\" image_hover=\"overlay-remove\" depth=\"3\"]\n\n[ux_image id=\"8274\" height=\"75%\" image_hover=\"overlay-remove\"]\n\n[ux_image id=\"7469\" height=\"75%\" link=\"https://www.youtube.com/watch?v=_j5KR28qtsI\"]\n\n\n[/ux_slider]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Image with reverse parallax\"]\n\n[ux_image id=\"7469\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" parallax=\"-1\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Image with PArallax\"]\n\n[ux_image id=\"8990\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" parallax=\"1\" animate=\"fadeInLeft\"]\n\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Images with lightbox\" size=\"undefined\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"7469\" height=\"75%\" lightbox=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"8956\" height=\"75%\" lightbox=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"8271\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"8270\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span__sm=\"12\" align=\"center\"]\n\n[title style=\"center\" text=\"Images with Caption\" size=\"undefined\"]\n\n[row_inner]\n\n[col_inner span=\"4\" span__sm=\"12\"]\n\n[ux_image id=\"8956\" height=\"75%\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"12\"]\n\n[ux_image id=\"8896\" height=\"75%\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"12\"]\n\n[ux_image id=\"8957\" height=\"75%\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]', 'Images', '', 'inherit', 'closed', 'closed', '', '51-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 51, 'http://192.168.3.60/wordpress/2019/04/11/51-revision-v1/', 0, 'revision', '', 0),
(127, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[ux_banner height=\"446px\" bg=\"8895\" bg_overlay=\"rgba(0, 0, 0, 0.61)\" bg_pos=\"58% 26%\"]\n\n[text_box width=\"100\" width__sm=\"75\" parallax=\"-1\"]\n\n<h6>Flatsome Grid System</h6>\n<h1>Responsive Rows and Columns</h1>\n<p class=\"lead\">Create Amazing layouts by using Flatsome Row and Column System powered by<strong> Flexbox</strong></p>\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"Simple 4-column row\"]\n\n[row padding=\"30px\"]\n\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(255, 0, 211, 0.96)\" color=\"light\" depth_hover=\"5\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Vertical Centered Row\"]\n\n[row v_align=\"middle\" padding=\"30px\"]\n\n[col span=\"6\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Bottom Align Row\"]\n\n[row v_align=\"bottom\" padding=\"30px\"]\n\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Equal aligned row\"]\n\n[row v_align=\"equal\" padding=\"30px\"]\n\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Rows With Drop shadow\"]\n\n[row padding=\"30px\" depth=\"2\" depth_hover=\"3\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n<p><strong>You can set Column Depth for All columns or per column.</strong></p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Divided row\"]\n\n[row style=\"large\" col_style=\"divided\"]\n\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Dashed Lined Row\" margin_top=\"23px\" size=\"undefined\"]\n\n[row col_style=\"dashed\" padding=\"30px\"]\n\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Solid Lined Row\" margin_top=\"25px\" size=\"undefined\"]\n\n[row col_style=\"solid\" padding=\"30px\"]\n\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Custom Background on a Column\" margin_top=\"28px\" size=\"undefined\"]\n\n[row padding=\"30px\"]\n\n[col span=\"5\" span__sm=\"6\" padding=\"30px 30px 30px 30px\" bg_color=\"rgb(38, 65, 116)\" color=\"light\" depth=\"2\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Full Width Row with Backgrounds\"]\n\n[row style=\"collapse\" width=\"full-width\" v_align=\"equal\" padding=\"30px\"]\n\n[col span=\"4\" span__sm=\"12\" bg_color=\"rgb(0, 0, 0)\" color=\"light\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummyLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" bg_color=\"rgb(153, 120, 222)\" color=\"light\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummyLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" bg_color=\"rgb(120, 154, 222)\" color=\"light\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummyLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Nested Rows\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n[section bg_color=\"rgb(231, 231, 231)\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" padding=\"30px 30px 30px 30px\" bg_color=\"rgb(255, 255, 255)\" depth=\"3\" depth_hover=\"5\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(0, 0, 0)\"]\n\n[row style=\"small\" v_align=\"middle\"]\n\n[col span=\"4\" span__sm=\"12\" padding=\"20px\" bg_color=\"rgb(255, 255, 255)\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" color=\"light\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" color=\"light\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(231, 231, 231)\"]\n\n[row col_style=\"solid\"]\n\n[col span=\"4\" span__sm=\"6\" parallax=\"1\"]\n\n<h3>Parallax Column</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\" parallax=\"2\"]\n\n<h3>Parallax Column</h3>\n<p><span style=\"color: #555555; font-size: 14.4px; line-height: 1.5;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</span></p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" parallax=\"3\"]\n\n<h3>Parallax Column</h3>\n<p><span style=\"color: #555555; font-size: 14.4px; line-height: 1.5;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</span></p>\n\n[/col]\n\n[/row]\n\n[/section]\n[row h_align=\"center\"]\n\n[col span=\"7\" span__sm=\"10\" align=\"center\"]\n\n<h3>A Centered Columns Row</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Animated Columns\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\n\n<h3>Fade In Up</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInDown\"]\n\n<h3>Fade In Down</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInLeft\"]\n\n<h3>Fade In Left</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInRight\"]\n\n<h3>Fade In Right</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"bounceIn\"]\n\n<h3>Bounce In</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"bounceInUp\"]\n\n<h3>Bounce In Up</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"bounceInDown\"]\n\n<h3>Bounce In Down</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"bounceInLeft\"]\n\n<h3>Bounce In Left</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"bounceInRight\"]\n\n<h3>Bounce In Right</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"6\" span__sm=\"12\" animate=\"flipInY\"]\n\n<h3>Flip In Y</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\" animate=\"flipInX\"]\n\n<h3>Flip In X</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\" animate=\"blurIn\"]\n\n<h3>Blur In</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]', 'Rows / Columns', '', 'inherit', 'closed', 'closed', '', '52-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 52, 'http://192.168.3.60/wordpress/2019/04/11/52-revision-v1/', 0, 'revision', '', 0),
(128, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[ux_banner height=\"400px\" bg=\"9012\" bg_overlay=\"rgba(0, 0, 0, 0.66)\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>Text Elements</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[title style=\"center\" text=\"Typography\"]\n\n[row]\n\n[col span=\"3\"]\n\n<h1>Headline h1</h1>\n<h2>Headline h2</h2>\n<h3>Headline h3</h3>\n<h4>Headline h4</h4>\n<h5>Headline h5</h5>\n<h6>Headline h6</h6>\n\n[/col]\n[col span=\"3\"]\n\n<h1 class=\"uppercase\">headline h1</h1>\n<h2 class=\"uppercase\">headline h2</h2>\n<h3 class=\"uppercase\">headline h3</h3>\n<h4 class=\"uppercase\">headline H4</h4>\n<h5 class=\"uppercase\">headline H5</h5>\n<h6 class=\"uppercase\">headline H6</h6>\n\n[/col]\n[col span=\"3\"]\n\n<h3 class=\"uppercase\" data-text-color=\"primary\">primary color</h3>\n<h3 class=\"uppercase\" data-text-color=\"secondary\">secondary color</h3>\n<h3 class=\"uppercase\" data-text-color=\"alert\">alert color</h3>\n<h3 class=\"uppercase\" data-text-color=\"success\">SUCCESS COLOR</h3>\n<h3 class=\"uppercase\">DEFAULT COLOR</h3>\n\n[/col]\n[col span=\"3\"]\n\n<p><a href=\"#\">Default link<br />\n<strong>Bold link</strong></a><br />\n<strong>Bold text<br />\n</strong><em>Italic text<br />\n</em><del>Strikethrough<br />\n</del><span style=\"text-decoration: underline;\">Underline</span></p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\"]\n\n<p class=\"lead\"><strong>Lead paragraph</strong>. dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/col]\n[col span=\"4\"]\n\n<p><strong>Bold Text.</strong> sit amet, consectetuer <em>italic text  </em>elit, sed diam nonummy nibh euismod tincidunt ut laoreet <span style=\"text-decoration: underline;\">underline text</span> magna aliquam erat volutpat. <del>Strike throught</del>. ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea. <a href=\"#\">A simple link.</a></p>\n\n[/col]\n[col span=\"4\"]\n\n<p>Normal Paragraph. sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequa</p>\n\n[/col]\n[col span=\"3\"]\n\n<h2 class=\"lead\">Default font</h2>\n<p class=\"lead\">Dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"3\"]\n\n<h2 class=\"lead alt-font\"><b>Alternative Font</b>.</h2>\n<p class=\"lead alt-font\">Dolor sit amet, consectetuer <strong>adipiscing</strong> elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"3\"]\n\n<h2 class=\"lead\">Thin text</h2>\n<p class=\"lead\">Dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"3\"]\n\n<h2 class=\"lead uppercase\">UPPERCASE</h2>\n<p class=\"lead uppercase\">Dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"6\"]\n\n<h2 class=\"lead\">This is a <span class=\"fancy-underline\">Fancy Text Underline</span></h2>\n<p class=\"lead\">Dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"6\"]\n\n<h2 class=\"lead\">This a count up number <span class=\"count-up\"><strong>5000</strong></span></h2>\n<p class=\"lead\">Count up number can be added anywhere.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h6>Flatsome Tip</h6>\n<h2>You can find many text options in the \"Format\" dropdown in text editor.</h2>\n<p class=\"lead\">You see the changes live if you use the Page Builder</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"9012\" depth=\"3\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgb(34, 34, 34)\" dark=\"true\" padding=\"60px\"]\n\n[title style=\"center\" text=\"Typography on Dark background\"]\n\n[row]\n\n[col span=\"3\"]\n\n<h1>Headline h1</h1>\n<h2>Headline h2</h2>\n<h3>Headline h3</h3>\n<h4>Headline h4</h4>\n<h5>Headline h5</h5>\n<h6>Headline h6</h6>\n\n[/col]\n[col span=\"3\"]\n\n<h1 class=\"uppercase\">headline h1</h1>\n<h2 class=\"uppercase\">headline h2</h2>\n<h3 class=\"uppercase\">headline h3</h3>\n<h4 class=\"uppercase\">headline H4</h4>\n<h5 class=\"uppercase\">headline H5</h5>\n<h6 class=\"uppercase\">headline H6</h6>\n\n[/col]\n[col span=\"3\"]\n\n<h3 class=\"uppercase\" data-text-color=\"primary\">primary color</h3>\n<h3 class=\"uppercase\" data-text-color=\"secondary\">secondary color</h3>\n<h3 class=\"uppercase\" data-text-color=\"alert\">alert color</h3>\n<h3 class=\"uppercase\" data-text-color=\"success\">SUCCESS COLOR</h3>\n<h3 class=\"uppercase\">DEFAULT COLOR</h3>\n\n[/col]\n[col span=\"3\"]\n\n<p><a href=\"#\">Default link<br />\n<strong>Bold link</strong></a><br />\n<strong>Bold text<br />\n</strong><em>Italic text<br />\n</em><del>Strikethrough<br />\n</del><span style=\"text-decoration: underline;\">Underline</span></p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\"]\n\n<p class=\"lead\"><strong>Lead paragraph</strong>. dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/col]\n[col span=\"4\"]\n\n<p><strong>Bold Text.</strong> sit amet, consectetuer <em>italic text  </em>elit, sed diam nonummy nibh euismod tincidunt ut laoreet <span style=\"text-decoration: underline;\">underline text</span> magna aliquam erat volutpat. <del>Strike throught</del>. ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea. <a href=\"#\">A simple link.</a></p>\n\n[/col]\n[col span=\"4\"]\n\n<p>Normal Paragraph. sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequa</p>\n\n[/col]\n[col span=\"7\"]\n\n<h2 class=\"lead\">This is a<span class=\"fancy-underline\"> Fancy Text Underline</span></h2>\n<p class=\"lead\">Dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"5\"]\n\n<h2 class=\"lead\">This a count up number <span class=\"count-up\"><strong>5000</strong></span></h2>\n<p class=\"lead\">Count up number can be added anywhere.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section padding=\"60px\"]\n\n[title style=\"center\" text=\"Quote\"]\n\n[row]\n\n[col]\n\n<blockquote>\n<p class=\"lead\"><strong>Quote</strong>. dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n</blockquote>\n<p class=\"lead\">Normal Paragraph. sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequa. Horizontal Line:</p>\n[title style=\"center\" text=\"Lists\"]\n\n\n[/col]\n[col span=\"2\"]\n\n<ul>\n<li>Simple List</li>\n<li>List item 1</li>\n<li>List Item 2</li>\n<li>List item 3</li>\n<li>List Item 4</li>\n<li>List Item 5</li>\n</ul>\n\n[/col]\n[col span=\"2\"]\n\n<ol>\n<li>Numbered List</li>\n<li>List item 1</li>\n<li>List Item 2</li>\n<li>List item 3</li>\n<li>List Item 4</li>\n<li>List Item 5</li>\n</ol>\n\n[/col]\n[col span=\"2\"]\n\n<ul>\n<li class=\"bullet-checkmark\">Checkmark list</li>\n<li class=\"bullet-checkmark\">List Item 2</li>\n<li class=\"bullet-checkmark\">List item 3</li>\n<li class=\"bullet-checkmark\">List Item 4</li>\n<li class=\"bullet-checkmark\">List Item 5</li>\n</ul>\n\n[/col]\n[col span=\"2\"]\n\n<ul>\n<li class=\"bullet-star\">Star list</li>\n<li class=\"bullet-star\">List Item 2</li>\n<li class=\"bullet-star\">List item 3</li>\n<li class=\"bullet-star\">List Item 4</li>\n<li class=\"bullet-star\">List Item 5</li>\n</ul>\n\n[/col]\n[col span=\"2\"]\n\n<ul>\n<li class=\"bullet-arrow\">Arrow List</li>\n<li class=\"bullet-arrow\">List Item 2</li>\n<li class=\"bullet-arrow\">List item 3</li>\n<li class=\"bullet-arrow\">List Item 4</li>\n<li class=\"bullet-arrow\">List Item 5</li>\n</ul>\n\n[/col]\n\n[/row]\n\n[/section]', 'Typography', '', 'inherit', 'closed', 'closed', '', '53-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 53, 'http://192.168.3.60/wordpress/2019/04/11/53-revision-v1/', 0, 'revision', '', 0),
(129, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[ux_slider]\n\n[ux_banner height=\"700px\" bg=\"3658\" bg_overlay=\"rgba(0, 0, 0, 0.25)\"]\n\n[text_box width=\"51\" animate=\"fadeInLeft\" text_depth=\"1\"]\n\n<h2>Create Amazing Banners with Drag and Drop</h2>\n[divider]\n\n[button text=\"A button\" color=\"success\" depth=\"3\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"700px\" bg=\"4063\"]\n\n[text_box width=\"46\" animate=\"fadeInRight\" parallax=\"1\" position_x=\"5\"]\n\n<h2>Lorem ipsum dolor sit amet</h2>\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n[button text=\"Buy now\" color=\"white\"]\n\n[button text=\"Learn more\" color=\"white\" style=\"outline\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[row v_align=\"middle\"]\n\n[col span=\"7\"]\n\n[ux_banner height=\"600px\" bg=\"4061\" bg_pos=\"44% 39%\"]\n\n[text_box width=\"63\" width__sm=\"78\" padding=\"39px\" position_x=\"5\" position_x__sm=\"50\" text_color=\"dark\" bg=\"rgba(255, 255, 255, 0.85)\" depth=\"2\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n[button text=\"Simple Link\" style=\"link\" icon=\"icon-play\"]\n\n[button text=\"Simple Button\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"center\"]\n\n<h2 class=\"lead uppercase\">Drag And Drop Banner System</h2>\n<p class=\"lead\"><span style=\"font-size: 115%;\">Flatsome <strong>Banners</strong> is the heart of Flatsome. Our Banner System let you create beautiful <strong>responsive</strong> banners with drag and drop.</span></p>\n<p class=\"lead\"> </p>\n[ux_image id=\"9124\"]\n\n\n[/col]\n[col span=\"14\"]\n\n[ux_banner height=\"56.25%\" height__sm=\"50%\" bg=\"4059\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"glow\"]\n\n[text_box width=\"36\" position_x=\"90\"]\n\n<h3>Small Title</h3>\n<p class=\"lead\">You can place a text box wherever you want on a Banner</p>\n[button text=\"Click me!\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"center\"]\n\n<h2>Banner Focus Point<b>™</b></h2>\n<p class=\"lead\">Set a focus point on the banner and the image will adjust to mobile a tablet screens. Perfect for resposnive Websites.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"9127\" image_size=\"original\"]\n\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Banner Hover effects\"]\n\n[row]\n\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"4059\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"glow\"]\n\n[text_box width=\"36\"]\n\n<h3>Glow</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"4059\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"zoom\"]\n\n[text_box width=\"36\"]\n\n<h3>Zoom</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"4059\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"zoom-fade\"]\n\n[text_box width=\"36\"]\n\n<h3>Zoom Fade</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"4059\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"blur\"]\n\n[text_box width=\"36\"]\n\n<h3>Blur</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"4059\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"fade-in\"]\n\n[text_box width=\"36\"]\n\n<h3>Fade In</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"4059\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"fade-out\"]\n\n[text_box width=\"36\"]\n\n<h3>Fade Out</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"4059\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"color\"]\n\n[text_box width=\"36\"]\n\n<h3>Add Color</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"4059\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"grayscale\"]\n\n[text_box width=\"36\"]\n\n<h3>Grayscale</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"4059\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"overlay-add\"]\n\n[text_box width=\"51\"]\n\n<h3>Add Overlay</h3>\n<p><span style=\"font-size: 140%;\">Overlay can be any color</span></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead\" style=\"text-align: center;\">You can also<strong> combine</strong> hover effects to create amazing hover effects</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"200px\" bg=\"4059\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"overlay-add\" border=\"3px 3px 3px 3px\" border_margin=\"10px 10px 10px 10px\" border_hover=\"zoom\"]\n\n[text_box width=\"51\"]\n\n<h3><strong>Add animated borders</strong></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"200px\" bg=\"4059\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"overlay-add\"]\n\n[text_box width=\"51\"]\n\n<h3>Add Overlay</h3>\n<p><span style=\"font-size: 140%;\">Overlay can be any color</span></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[ux_banner height=\"500px\" bg=\"4079\" parallax=\"2\"]\n\n[text_box width=\"41\"]\n\n<h2 class=\"uppercase\">BACKGROUND VIDEO</h2>\n\n[/text_box]\n\n[/ux_banner]', 'Banners', '', 'inherit', 'closed', 'closed', '', '54-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 54, 'http://192.168.3.60/wordpress/2019/04/11/54-revision-v1/', 0, 'revision', '', 0);
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
(130, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[ux_banner height=\"500px\" bg=\"8895\" bg_overlay=\"rgba(0, 0, 0, 0.42)\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>IMAGE BOX ELEMENT</strong></h3>\r\n<p class=\"lead\">Create amazing image boxes with unlimited style options.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section]\r\n\r\n[row]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_image_box img=\"80\"]\r\n\r\n<h4>Simple Style</h4>\r\n<p>Some smaller text</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"bounce\" img=\"45\"]\r\n\r\n<h4>Bounce Style</h4>\r\n<p>Add anything here</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"badge\" img=\"80\"]\r\n\r\n<h4>Badge Style</h4>\r\n<p>You can add shortcodes here</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"overlay\" img=\"71\"]\r\n\r\n<h2>Overlay Style</h2>\r\n<p class=\"lead\">Add any elements here..</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"label\" img=\"54\"]\r\n\r\n<h4>Label Style</h4>\r\n<p>Add any elements here..</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"shade\" img=\"3344\"]\r\n\r\n<h4>Shade Style</h4>\r\n<p class=\"lead\">Add any elements here..</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"push\" img=\"54\" image_height=\"90%\" text_hover=\"bounce\"]\r\n\r\n<h2>Push Style</h2>\r\n<p>Add any elements here..</p>\r\n[divider]\r\n\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"8\" depth=\"2\" depth_hover=\"5\"]\r\n\r\n[ux_image_box style=\"vertical\" img=\"54\" image_width=\"48\"]\r\n\r\n<h2>Vertical Style Boxed</h2>\r\n<p class=\"lead\">Add any elements here..</p>\r\n[button text=\"A button\" style=\"secondary alt-button\" radius=\"10\"]\r\n\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[section]\r\n\r\n[row]\r\n\r\n[col align=\"center\"]\r\n\r\n<h2>Create any kind of Image box by using the options in the Page Builder.</h2>\r\n<p class=\"lead\">We have created many examples here. Mix and Match effects to create your perfect Image Box</p>\r\n\r\n[/col]\r\n[col span=\"4\" depth=\"1\"]\r\n\r\n[ux_image_box img=\"80\" image_height=\"100%\"]\r\n\r\n<h4>Simple Centered Style</h4>\r\n<p>Some smaller text</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"bounce\" img=\"77\" image_height=\"100%\" depth=\"1\" text_bg=\"rgb(66, 66, 66)\" text_color=\"dark\"]\r\n\r\n<h4>Bounce Style</h4>\r\n<p>Add anything here</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"overlay\" img=\"71\" image_height=\"125%\" image_hover=\"blur\" text_pos=\"middle\" text_size=\"small\" text_hover=\"zoom-in\"]\r\n\r\n<h2>Overlay Style With Blur and Zoom</h2>\r\n<p>Add any elements here..</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"overlay\" img=\"80\" image_height=\"100%\"]\r\n\r\n<h4>Circle with Blur In Effect</h4>\r\n<p>Add any elements here..</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"shade\" img=\"3342\" image_height=\"116%\"]\r\n\r\n<h4>Simple Shade  Style</h4>\r\n<p class=\"lead\">A beautiful box.</p>\r\n[button text=\"Quick View\" style=\"white\"]\r\n\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"shade\" img=\"8899\" image_height=\"100%\" image_radius=\"100\" image_hover=\"zoom\" text_pos=\"middle\" text_hover=\"bounce\"]\r\n\r\n<h3 class=\"uppercase\">Circle Image</h3>\r\n<p class=\"lead\">Create this by adding radius 100% to the image.</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Image Box', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 55, 'http://192.168.3.60/wordpress/2019/04/11/55-revision-v1/', 0, 'revision', '', 0),
(131, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[ux_banner height=\"540px\" bg=\"8950\" bg_size=\"orginal\" bg_overlay__sm=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"35% 23%\" parallax=\"3\"]\r\n\r\n[text_box width=\"41\" width__sm=\"80\" animate=\"fadeInLeft\" position_x=\"95\" position_x__sm=\"50\" position_y__sm=\"50\"]\r\n\r\n<h3 class=\"alt-font\">Fancy Top Title</h3>\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Shop Now\" color=\"white\" radius=\"99\" link=\"shop\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"540px\" bg=\"8957\" bg_color=\"rgb(113, 117, 186)\" bg_pos=\"60% 16%\" parallax=\"3\"]\r\n\r\n[text_box width=\"41\" width__sm=\"82\" position_x=\"10\" position_x__sm=\"50\" position_y__sm=\"50\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Create amazing Parallax effects</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Shop Now\" color=\"white\" radius=\"99\" link=\"shop\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"470px\" bg=\"8956\" bg_color=\"rgb(164, 113, 186)\" parallax=\"1\"]\r\n\r\n[text_box width=\"58\" width__sm=\"85\" parallax=\"2\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Shop Now\" radius=\"99\" link=\"shop\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"470px\" bg=\"8102\" bg_color=\"rgb(218, 218, 218)\" parallax=\"1\"]\r\n\r\n[text_box width=\"34\" width__sm=\"74\" position_x=\"10\" text_align=\"left\" text_color=\"dark\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n<h2><strong>299$</strong></h2>\r\n[button text=\"Shop Now\" radius=\"99\" link=\"shop\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height=\"500px\" bg=\"6799\" bg_size=\"medium\" bg_overlay=\"rgba(0, 185, 179, 0.91)\"]\r\n\r\n[text_box width__sm=\"79\" parallax=\"2\"]\r\n\r\n<h3 class=\"uppercase\"><strong>SUMMER SALE END SOON</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[ux_countdown bg_color=\"rgba(0, 0, 0, 0.06)\"]\r\n\r\n[button text=\"Shop Now\" color=\"white\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row style=\"collapse\" width=\"full-width\" v_align=\"middle\"]\r\n\r\n[col span=\"6\" span__sm=\"14\"]\r\n\r\n[ux_banner height=\"94%\" bg=\"8341\" bg_pos=\"20% 60%\" parallax=\"2\"]\r\n\r\n[text_box width=\"31\" width__sm=\"61\" scale__sm=\"64\" position_x=\"90\" position_y=\"90\" text_align=\"right\" text_color=\"dark\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Add Hotspots to BAnners</strong></h3>\r\n<p class=\"lead\">Hotspots can be added to banners and dragged around. You can have Hotspots that goes to a Product Lightbox or just a simple Tooltip.</p>\r\n\r\n[/text_box]\r\n[ux_hotspot type=\"product\" prod_id=\"416\" text=\"Add product hotspots on banners\" bg_color=\"rgb(47, 166, 162)\" position_x=\"55\" position_y=\"25\"]\r\n\r\n[ux_hotspot text=\"Cool Camera :)\" size=\"large\" bg_color=\"#4DB7B3\" position_x=\"10\" position_y=\"80\"]\r\n\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"17\" padding=\"0px 10% 0px 10%\"]\r\n\r\n[title style=\"center\" text=\"Add a Title here\" size=\"undefined\"]\r\n\r\n[ux_products style=\"overlay\" slider_nav_style=\"circle\" slider_nav_position=\"outside\" columns=\"2\" columns__sm=\"2\" animate=\"fadeInLeft\" image_height=\"166%\" image_size=\"medium\" image_hover=\"overlay-add\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height=\"450px\" bg=\"8894\" bg_overlay=\"rgba(0, 0, 0, 0.63)\" parallax=\"3\"]\r\n\r\n[text_box width__sm=\"93\" parallax=\"2\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Join Our Newsletter</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[contact-form-7 id=\"11\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row style=\"collapse\" width=\"full-width\" v_align=\"equal\"]\r\n\r\n[col span=\"6\" span__sm=\"17\" padding=\"10% 10% 0px 10%\" bg_color=\"rgb(240, 240, 240)\"]\r\n\r\n[title style=\"center\" text=\"Featured\" size=\"undefined\"]\r\n\r\n[ux_products style=\"overlay\" slider_nav_style=\"circle\" slider_nav_position=\"outside\" columns=\"2\" columns__sm=\"2\" animate=\"fadeInLeft\" show=\"featured\" image_height=\"166%\" image_size=\"medium\" image_hover=\"overlay-add\"]\r\n\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"15\"]\r\n\r\n[ux_banner height=\"99%\" bg=\"8343\" bg_pos=\"56% 22%\" parallax=\"2\"]\r\n\r\n[text_box width=\"37\" position_x=\"10\" text_align=\"left\" text_color=\"dark\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n<h2><strong>29$</strong></h2>\r\n\r\n[/text_box]\r\n[ux_hotspot position_x=\"55\" position_y=\"15\"]\r\n\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_instagram_feed username=\"topshop\" type=\"slider\" slider_nav_style=\"simple\" slider_nav_color=\"light\" width=\"full-width\" columns=\"7\"]', 'Parallax Shop', '', 'inherit', 'closed', 'closed', '', '56-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 56, 'http://192.168.3.60/wordpress/2019/04/11/56-revision-v1/', 0, 'revision', '', 0),
(132, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 'Size Chart', '', 'inherit', 'closed', 'closed', '', '57-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 57, 'http://192.168.3.60/wordpress/2019/04/11/57-revision-v1/', 0, 'revision', '', 0),
(133, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[section bg_color=\"rgb(241, 241, 241)\" padding=\"8px\" margin=\"15px\"]\r\n\r\n[row style=\"collapse\" col_style=\"dashed\"]\r\n\r\n[col span=\"4\" span__sm=\"12\" padding=\"0px 15px 0px 15px\" align=\"center\"]\r\n\r\n[featured_box img=\"8687\" img_width=\"20\" pos=\"left\" margin=\"px px px px\"]\r\n\r\n<p><span style=\"font-size: 90%;\"><strong>Free Delivery</strong> World Wide* <a href=\"#\">Learn more</a></span></p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" padding=\"0px 15px 0px 15px\"]\r\n\r\n[featured_box img=\"8686\" img_width=\"20\" pos=\"left\" margin=\"px px px px\"]\r\n\r\n<p><span style=\"font-size: 90%;\">Loved by our Customers. <strong>5000+</strong> Reviews</span></p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" padding=\"0px 15px 0px 15px\"]\r\n\r\n[featured_box img=\"8685\" img_width=\"20\" pos=\"left\" margin=\"px px px px\"]\r\n\r\n<p><span style=\"font-size: 90%;\"><strong>Free Returns</strong> and <strong>Free Shipping</strong></span></p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[ux_banner_grid]\r\n\r\n[col_grid span=\"9\" span__sm=\"12\"]\r\n\r\n[ux_slider]\r\n\r\n[ux_banner height=\"500px\" bg=\"4125\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width__sm=\"80\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Five Key Elements for your Living room</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"500px\" bg=\"8956\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"64% 34%\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width=\"54\" width__sm=\"80\" position_x=\"85\" text_align=\"right\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Latest Fashion News for AutumN</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"500px\" bg=\"8286\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width__sm=\"80\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Five Key Elements for your Living room</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"7460\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.13)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"87\"]\r\n\r\n<h3 class=\"alt-font\">Don\'t Miss</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>Sale ends soon</strong></span></h2>\r\n[ux_countdown bg_color=\"rgba(255, 255, 255, 0.17)\"]\r\n\r\n[button text=\"Browse Now\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"8286\" bg_size=\"thumbnail\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"87\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>SUMMER SALE</strong></span></h2>\r\n[button text=\"Browse Now\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[title text=\"Our BestSellers\" size=\"undefined\" link_text=\"Browse All\" link=\"#\"]\r\n\r\n[ux_products columns=\"5\" cat=\"73\" products=\"6\" orderby=\"sales\" image_height=\"106%\" text_bg=\"rgb(255, 255, 255)\" text_padding=\"20px 20px 20px 20px\"]\r\n\r\n[title text=\"Latest on Sale\" size=\"undefined\" link_text=\"Browse all\" link=\"#\"]\r\n\r\n[ux_products columns=\"5\" orderby=\"sales\" show=\"onsale\" image_height=\"106%\" text_bg=\"rgb(255, 255, 255)\"]\r\n\r\n[title text=\"Weekly Featured Products\" size=\"undefined\" link_text=\"Browse all\" link=\"#\"]\r\n\r\n[ux_products columns=\"5\" cat=\"73\" products=\"6\" image_height=\"106%\" text_bg=\"rgb(255, 255, 255)\"]\r\n\r\n[gap height=\"50px\"]\r\n\r\n[ux_banner height=\"399px\" bg=\"7460\" bg_size=\"large\" bg_overlay=\"rgba(0, 0, 0, 0.08)\" bg_pos=\"53% 43%\" parallax=\"3\"]\r\n\r\n[text_box width=\"58\" width__sm=\"80\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Sale Ends Soon</strong></h2>\r\n<h4 class=\"lead uppercase\">Up to <strong>50% off</strong> selected products</h4>\r\n[ux_countdown bg_color=\"rgba(255, 255, 255, 0.23)\"]\r\n\r\n[button text=\"Browse now\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap height=\"44px\"]\r\n\r\n[ux_product_categories style=\"bounce\" image_height=\"107%\"]', 'Mega Shop', '', 'inherit', 'closed', 'closed', '', '58-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 58, 'http://192.168.3.60/wordpress/2019/04/11/58-revision-v1/', 0, 'revision', '', 0),
(134, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', 'Coming soon...', 'Booking', '', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 63, 'http://192.168.3.60/wordpress/2019/04/11/63-revision-v1/', 0, 'revision', '', 0),
(135, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', 'Coming soon...', 'Lifestyle', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 64, 'http://192.168.3.60/wordpress/2019/04/11/64-revision-v1/', 0, 'revision', '', 0),
(136, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[ux_banner height=\"100%\" bg=\"8902\" bg_overlay=\"rgba(0, 0, 0, 0.27)\" bg_pos=\"49% 43%\" parallax=\"4\" link=\"Portfolio\"]\r\n\r\n[text_box width=\"59\" width__sm=\"100\" scale__sm=\"131\" animate=\"fadeInUp\" parallax=\"-3\" text_depth=\"1\"]\r\n\r\n<h1 class=\"uppercase\"><strong>WE\'re a creative Agency</strong></h1>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner_grid spacing=\"collapse\" height=\"885\" width=\"full-width\"]\r\n\r\n[col_grid span=\"6\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8900\" bg_overlay=\"rgba(0, 0, 0, 0.2)\" bg_pos=\"53% 69%\" hover=\"zoom\" link=\"Portfolio\"]\r\n\r\n[text_box width=\"37\" animate=\"fadeInRight\" position_x=\"10\" position_y=\"80\" text_align=\"left\"]\r\n\r\n[video_button size=\"130\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8898\" bg_overlay=\"rgba(0, 0, 0, 0.19)\" bg_pos=\"53% 69%\" hover=\"zoom\" link=\"Portfolio\"]\r\n\r\n[text_box width=\"30\" animate=\"fadeInLeft\" position_x=\"90\" text_align=\"right\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8891\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.21)\" hover=\"zoom\" link=\"Portfolio\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"9067\" bg_overlay=\"rgba(0, 0, 0, 0.47)\" bg_pos=\"34% 46%\" hover=\"zoom\" link=\"Portfolio\"]\r\n\r\n[text_box hover=\"fade-out\" position_y=\"95\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n[text_box hover=\"zoom-in\"]\r\n\r\n[video_button size=\"178\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8888\" hover=\"zoom\"]\r\n\r\n[text_box text_color=\"dark\" width=\"39\" position_x=\"10\" position_y=\"70\" text_align=\"left\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col span__sm=\"12\" align=\"center\"]\r\n\r\n[button text=\"Browse Portfolio\" style=\"outline\" size=\"larger\" radius=\"99\" icon=\"icon-angle-right\" icon_reveal=\"true\" link=\"Portfolio\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Our Clients\"]\r\n\r\n[row col_style=\"dashed\" v_align=\"middle\"]\r\n\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n[section label=\"Media Right\" bg_color=\"rgb(207, 207, 207)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\r\n\r\n[row style=\"large\" h_align=\"center\"]\r\n\r\n[col span=\"9\" span__sm=\"12\" align=\"center\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\">Contact Us</span></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\r\n\r\n[accordion auto_open=\"true\"]\r\n\r\n[accordion-item title=\"How long does it takes to we get back to you\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n[accordion-item]\r\n\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Add anything here\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Research\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n\r\n[/accordion]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[contact-form-7 id=\"9\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[title style=\"center\" text=\"LAtest NEws\" margin_top=\"22px\" size=\"undefined\"]\r\n\r\n[blog_posts style=\"push\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" columns=\"3\" badge_style=\"circle\" image_height=\"180px\"]', 'Agency', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 65, 'http://192.168.3.60/wordpress/2019/04/11/65-revision-v1/', 0, 'revision', '', 0),
(137, 2, '2019-04-11 08:50:45', '2019-04-11 08:50:45', '[section label=\"Top Section\" bg=\"8264\" bg_color=\"rgb(41, 41, 41)\" bg_overlay=\"rgba(0, 0, 0, 0.19)\" bg_pos=\"65% 40%\" parallax=\"3\" dark=\"true\" padding=\"0px\" height=\"424px\"]\n\n[row]\n\n[col span__sm=\"12\" padding=\"5% 6% 0px 10%\" align=\"center\"]\n\n<h1 class=\"uppercase\"><strong>Section Element</strong></h1>\n<p class=\"lead\">Sections are used for creating full width backgrounds with content inside it. You can have Parallax Effects and Background Videos.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(233, 233, 233)\" padding=\"50px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h3>A Simple section with a two column row inside</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(41, 41, 41)\" bg_overlay=\"rgb(36, 36, 36)\" dark=\"true\" padding=\"60px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h3>A Dark section with a row inside</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Background Video\" bg_color=\"rgb(41, 41, 41)\" bg_overlay=\"rgba(0, 0, 0, 0.27)\" dark=\"true\" padding=\"128px\" video_mp4=\"http://flatsome.dev/wp-content/uploads/2016/02/348462762.mp4\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n<h2>A section with a background video</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg=\"4079\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(0, 0, 0, 0.51)\" dark=\"true\" padding=\"60px\" height=\"50vh\"]\n\n[row style=\"collapse\" h_align=\"center\"]\n\n[col span=\"6\" align=\"center\"]\n\n<h2>A section can have a background image or a background color</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(243, 243, 243)\" padding=\"61px\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"6\"]\n\n<h2>A Section with a Image on the right</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\"]\n\n[ux_image id=\"4005\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Parallax Video\" bg_color=\"rgb(41, 41, 41)\" bg_overlay=\"rgba(0, 0, 0, 0.27)\" parallax=\"4\" dark=\"true\" padding=\"128px\" video_mp4=\"http://flatsome.dev/wp-content/uploads/2016/02/348462762.mp4\"]\n\n[row h_align=\"center\"]\n\n[col span=\"4\" span__sm=\"9\" align=\"center\"]\n\n<h2>A Parallax Background Video</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(255, 255, 255)\" sticky=\"true\" padding=\"61px\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"4005\" depth=\"4\" depth_hover=\"5\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>A sticky section with images left</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n[button text=\"Click me!\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(50, 50, 50)\" dark=\"true\" sticky=\"true\" padding=\"61px\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>A sticky section with images right</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n[button text=\"Click me!\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"4005\" depth=\"4\" depth_hover=\"5\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg=\"4126\" bg_color=\"rgb(243, 243, 243)\" bg_overlay=\"rgba(255, 255, 255, 0.9)\" padding=\"61px\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>A Section with Image and a background</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"4005\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(255, 255, 255)\" padding=\"61px\"]\n\n[row style=\"collapse\" width=\"full-width\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"4005\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" padding=\"10%\" align=\"center\" max_width=\"520px\"]\n\n<h2>A Section with a large image left.</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"61px\"]\n\n[row style=\"collapse\" width=\"full-width\" v_align=\"middle\" h_align=\"right\"]\n\n[col span=\"6\" padding=\"10%\" align=\"center\" max_width=\"520px\"]\n\n<h2>A Section with a large image right.</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\"]\n\n[ux_image id=\"4005\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg=\"4079\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(0, 0, 0, 0.51)\" parallax=\"1\" dark=\"true\" padding=\"97px\" height=\"300px\"]\n\n[title text=\"Section With a parallax background\"]\n\n[row h_align=\"center\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[row h_align=\"center\"]\n\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg=\"4120\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(255, 255, 255, 0.89)\" bg_pos=\"25% 0%\" parallax=\"1\" padding=\"60px\" height=\"300px\"]\n\n[row style=\"collapse\" width=\"full-width\" h_align=\"center\"]\n\n[col span=\"6\" padding=\"0 10%\" align=\"center\"]\n\n<h2>A product slider inside a section</h2>\n[button text=\"Click me now\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(63, 63, 63)\" dark=\"true\" mask=\"arrow\" height=\"365px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"10\"]\n\n<h3>Section With A Arrow Mask</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(160, 160, 160)\" dark=\"true\" mask=\"angled\" height=\"365px\"]\n\n[row]\n\n[col span=\"5\" span__sm=\"10\"]\n\n<h3>Section with an Angled Mask</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(77, 77, 77)\" dark=\"true\" mask=\"angled-right\" height=\"365px\"]\n\n[row]\n\n[col span=\"5\" span__sm=\"10\"]\n\n<h3>Section with an Angled Mask</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg=\"6706\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(117, 117, 117, 0.44)\" dark=\"true\" mask=\"angled-right\" height=\"365px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"9\"]\n\n<h3>Section with Angled Mask</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(77, 77, 77)\" dark=\"true\" mask=\"arrow-large\" height=\"365px\"]\n\n[row]\n\n[col]\n\n<h3>Section with a Large Arrow Mask</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]', 'Sections', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2019-04-11 08:50:45', '2019-04-11 08:50:45', '', 69, 'http://192.168.3.60/wordpress/2019/04/11/69-revision-v1/', 0, 'revision', '', 0),
(138, 2, '2019-04-11 08:50:46', '2019-04-11 08:50:46', '[section bg_color=\"rgb(237, 239, 241)\" border=\"1px 0px 1px 0px\" border_color=\"rgba(0, 0, 0, 0.13)\"]\r\n\r\n[title style=\"center\" text=\"Banner Grid Element\" size=\"120\"]\r\n\r\n[ux_banner_grid height=\"600\" depth=\"1\"]\r\n\r\n[col_grid span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner bg=\"8755\" bg_pos=\"64% 30%\" border_color=\"rgba(0, 0, 0, 0.05)\"]\r\n\r\n[text_box width=\"70\"]\r\n\r\n<h2 class=\"alt-font\">A Cute Title</h2>\r\n<h2 class=\"uppercase\"><strong><span style=\"font-size: 140%;\">This is a simple headline</span></strong></h2>\r\n<p class=\"lead\"><span style=\"font-size: 130%;\">A Small text</span></p>\r\n[button text=\"Click me!\" style=\"outline\" size=\"xlarge\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\"]\r\n\r\n[ux_banner bg=\"8754\" bg_pos=\"51% 56%\" border_color=\"rgba(0, 0, 0, 0.08)\"]\r\n\r\n[text_box width=\"69\" width__sm=\"60\" position_y=\"5\"]\r\n\r\n<h2 class=\"uppercase\"><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"5\" span__sm=\"14\" height=\"1-3\"]\r\n\r\n[ux_banner bg=\"8753\" bg_size=\"medium\" bg_overlay=\"rgba(255, 255, 255, 0.15)\" bg_pos=\"51% 30%\" border_color=\"rgba(0, 0, 0, 0.08)\"]\r\n\r\n[text_box text_color=\"dark\" width=\"42\" position_x=\"10\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"5\" span__sm=\"12\" height=\"2-3\"]\r\n\r\n[ux_banner bg=\"8757\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"71% 19%\" border_color=\"rgba(0, 0, 0, 0.07)\"]\r\n\r\n[text_box width=\"70\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>SALE ENDS SOON</strong></h2>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/section]\r\n[row v_align=\"middle\"]\r\n\r\n[col span=\"5\" span__sm=\"12\"]\r\n\r\n<h2 class=\"uppercase\">DRAG AND DROP EDITING</h2>\r\n<p class=\"lead\">Creating amazing Banner Grids is incredible easy with the new <strong>UX Builder</strong></p>\r\n\r\n[/col]\r\n[col span=\"7\" span__sm=\"12\"]\r\n\r\n[ux_image id=\"9031\" depth=\"3\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[section bg=\"8317\" bg_color=\"rgb(28, 28, 28)\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" parallax=\"2\" dark=\"true\"]\r\n\r\n[title style=\"center\" text=\"Banner Grid With A Background\" size=\"undefined\"]\r\n\r\n[ux_banner_grid height=\"666\" depth=\"1\"]\r\n\r\n[col_grid span=\"4\" span__sm=\"13\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8795\" bg_pos=\"32% 58%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"65\" width__sm=\"90\" scale=\"102\" animate=\"fadeInLeft\" position_x=\"10\" text_align=\"left\"]\r\n\r\n<h6 class=\"uppercase\">Featured Vendor</h6>\r\n<h2><strong>This Week Featured Vendor</strong></h2>\r\n<p class=\"lead\">Change this to anything. Consectetuer adipiscing elit.</p>\r\n[button text=\"Go To Shop\" style=\"outline\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"13\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8317\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.16)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"74\"]\r\n\r\n<h2><strong>This is a simple banner</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"large\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"15\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8226\" bg_size=\"medium\" bg_pos=\"66% 22%\" hover=\"zoom\"]\r\n\r\n[text_box text_color=\"dark\" width=\"80\" width__sm=\"60\" animate=\"fadeInLeft\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h6 class=\"uppercase\">Featured Vendor</h6>\r\n<h2><strong>Woo Vendor Shop</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"13\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"7460\" bg_size=\"medium\" hover=\"zoom\"]\r\n\r\n[text_box width=\"80\" position_x=\"10\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h2><strong>This is a simple banner</strong></h2>\r\n<p class=\"lead\">Change this text to anything</p>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"8\" span__sm=\"15\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8753\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.09)\" bg_pos=\"61% 30%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"79\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h2><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"large\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/section]\r\n[title style=\"center\" text=\"Use Banner Grids to Create Portfolio Grids\" margin_top=\"31px\" size=\"undefined\"]\r\n\r\n[ux_banner_grid spacing=\"collapse\" height=\"885\" width=\"full-width\"]\r\n\r\n[col_grid span=\"6\" span__sm=\"13\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8900\" bg_overlay=\"rgba(0, 0, 0, 0.2)\" bg_pos=\"53% 69%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"37\" animate=\"fadeInRight\" position_x=\"10\" position_y=\"80\" text_align=\"left\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" span__sm=\"15\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8898\" bg_overlay=\"rgba(0, 0, 0, 0.19)\" bg_pos=\"53% 69%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"30\" animate=\"fadeInLeft\" position_x=\"90\" text_align=\"right\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"14\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8891\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.21)\" hover=\"zoom\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"14\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8962\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.15)\" bg_pos=\"34% 46%\" hover=\"zoom\"]\r\n\r\n[text_box hover=\"fade-out\" position_y=\"95\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n[text_box hover=\"zoom-in\"]\r\n\r\n[video_button size=\"178\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" span__sm=\"15\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"8888\" hover=\"zoom\"]\r\n\r\n[text_box text_color=\"dark\" width=\"39\" position_x=\"5\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[title style=\"center\" text=\"Add Slider to Banner Grids\" margin_top=\"28px\" size=\"undefined\"]\r\n\r\n[ux_banner_grid]\r\n\r\n[col_grid span=\"9\" span__sm=\"12\"]\r\n\r\n[ux_slider]\r\n\r\n[ux_banner height=\"500px\" bg=\"4125\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width__sm=\"80\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Five Key Elements for your Living room</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"500px\" bg=\"8956\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"64% 34%\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width=\"54\" width__sm=\"80\" position_x=\"85\" text_align=\"right\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Latest Fashion News for AutumN</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"500px\" bg=\"8286\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width__sm=\"80\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Five Key Elements for your Living room</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"7460\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.13)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"87\"]\r\n\r\n<h3 class=\"alt-font\">Don\'t Miss</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>Sale ends soon</strong></span></h2>\r\n[button text=\"Browse Now\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"8286\" bg_size=\"thumbnail\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"87\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>SUMMER SALE</strong></span></h2>\r\n[button text=\"Browse Now\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]', 'Banner Grids', '', 'inherit', 'closed', 'closed', '', '70-revision-v1', '', '', '2019-04-11 08:50:46', '2019-04-11 08:50:46', '', 70, 'http://192.168.3.60/wordpress/2019/04/11/70-revision-v1/', 0, 'revision', '', 0),
(139, 2, '2019-04-11 08:50:46', '2019-04-11 08:50:46', '[ux_banner height=\"444px\" bg=\"8962\" bg_overlay=\"rgba(0, 0, 0, 0.3)\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>LIGHTBOX SHORTCODE</strong></h3>\r\n<p class=\"lead\">Open any content in a lightbox</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[button text=\"Lightbox button\" link=\"#test\"]\r\n\r\n<p><a href=\"#test\">Lightbox link</a></p>\r\n<p>[lightbox id=\"test\" width=\"600px\" padding=\"20px\"]<br />Add lightbox content here...<br />\r\n[/lightbox]\r\n</p>\r\n<pre>[button text=\"Lightbox button\" link=\"<b>#test</b>\"][lightbox id=\"<b>test</b>\" width=\"600px\" padding=\"20px\"]Add lightbox content here...[/lightbox]</pre>\r\n\r\n[/col]\r\n\r\n[/row]', 'Lightbox', '', 'inherit', 'closed', 'closed', '', '72-revision-v1', '', '', '2019-04-11 08:50:46', '2019-04-11 08:50:46', '', 72, 'http://192.168.3.60/wordpress/2019/04/11/72-revision-v1/', 0, 'revision', '', 0),
(140, 2, '2019-04-11 08:50:46', '2019-04-11 08:50:46', '[ux_banner height=\"500px\" bg=\"8905\" bg_overlay=\"rgba(255, 255, 255, 0.61)\" bg_pos=\"41% 71%\" parallax=\"3\"]\r\n\r\n[text_box parallax=\"2\" text_color=\"dark\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Message Box Element</strong></h2>\r\n<p class=\"lead\">Create beautiful Call to Action areas.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[title style=\"center\" text=\"Message Box Element\"]\r\n\r\n[message_box padding=\"27\"]\r\n\r\n[row_inner v_align=\"middle\" h_align=\"center\"]\r\n\r\n[col_inner span=\"9\" span__sm=\"12\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col_inner]\r\n[col_inner span=\"2\" span__sm=\"12\" align=\"center\"]\r\n\r\n[button text=\"Click me\" color=\"white\" style=\"outline\" radius=\"99\"]\r\n\r\n\r\n[/col_inner]\r\n\r\n[/row_inner]\r\n\r\n[/message_box]\r\n[title style=\"center\" text=\"Use to Create Call to Actions areas\" margin_top=\"23px\"]\r\n\r\n[message_box bg=\"8989\" bg_color=\"rgba(0, 0, 0, 0.62)\" padding=\"27\"]\r\n\r\n[row_inner v_align=\"middle\" h_align=\"center\"]\r\n\r\n[col_inner span=\"8\" span__sm=\"12\"]\r\n\r\n<h2 class=\"uppercase\">Use Message Boxes to create Call to action messages</h2>\r\n\r\n[/col_inner]\r\n[col_inner span=\"3\" span__sm=\"12\" align=\"center\"]\r\n\r\n[button text=\"Click me now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"99\"]\r\n\r\n\r\n[/col_inner]\r\n\r\n[/row_inner]\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Full Width Message box\" margin_top=\"23px\"]\r\n\r\n[message_box bg=\"8989\" bg_color=\"rgba(0, 0, 0, 0.75)\" padding=\"27\"]\r\n\r\n[row v_align=\"middle\" h_align=\"center\"]\r\n\r\n[col span=\"6\" span__sm=\"15\"]\r\n\r\n<h3 class=\"uppercase\">Signup for Newsletter and get <span class=\"fancy-underline\">50% off</span> your next purchase</h3>\r\n\r\n[/col]\r\n[col span=\"5\" span__sm=\"17\" align=\"right\"]\r\n\r\n[contact-form-7 id=\"11\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/message_box]', 'Message box', '', 'inherit', 'closed', 'closed', '', '75-revision-v1', '', '', '2019-04-11 08:50:46', '2019-04-11 08:50:46', '', 75, 'http://192.168.3.60/wordpress/2019/04/11/75-revision-v1/', 0, 'revision', '', 0),
(141, 2, '2019-04-11 08:50:46', '2019-04-11 08:50:46', '[ux_banner height=\"360px\" bg=\"8330\" bg_overlay=\"rgba(0, 0, 0, 0.16)\" bg_pos=\"56% 97%\" parallax=\"2\"]\n\n[text_box width=\"63\" width__sm=\"60%\" text_depth=\"1\"]\n\n<h3 class=\"uppercase\"><strong>Categories Element</strong></h3>\n<p class=\"lead\">Create beautiful overview of your Shop categories. There is almost unlimited variations, but here are some examples.</p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col]\n\n[title style=\"center\" text=\"Simple\"]\n\n[ux_product_categories style=\"normal\"]\n\n[title style=\"center\" text=\"Badge style\"]\n\n[ux_product_categories]\n\n[title style=\"center\" text=\"Overlay Style\"]\n\n[ux_product_categories style=\"overlay\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" image_overlay=\"rgba(0, 0, 0, 0.19)\" image_hover=\"overlay-remove-50\" image_hover_alt=\"zoom\"]\n\n[title style=\"center\" text=\"Grid style\"]\n\n[ux_product_categories style=\"overlay\" type=\"grid\" grid=\"3\" columns=\"3\" animate=\"fadeInLeft\" number=\"4\" orderby=\"name\" image_size=\"large\" image_overlay=\"rgba(38, 38, 38, 0.16)\" text_pos=\"middle\" text_size=\"large\"]\n\n[title style=\"center\" text=\"Circle Style\"]\n\n[ux_product_categories style=\"overlay\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" image_height=\"100%\" image_radius=\"100\" image_overlay=\"rgba(0, 0, 0, 0.19)\" image_hover=\"overlay-remove-50\" image_hover_alt=\"zoom\" text_pos=\"middle\" text_size=\"large\" text_hover=\"bounce\"]\n\n\n[/col]\n\n[/row]\n[section bg_color=\"rgb(51, 51, 51)\" dark=\"true\"]\n\n[title style=\"center\" text=\"Be creative! Mix and match settings\"]\n\n[ux_product_categories style=\"overlay\" type=\"grid\" grid=\"13\" col_spacing=\"small\" columns=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\" number=\"5\" orderby=\"name\" image_size=\"large\" image_overlay=\"rgba(38, 38, 38, 0.16)\" image_hover=\"color\" image_hover_alt=\"zoom-long\" text_pos=\"middle\" text_size=\"large\"]\n\n\n[/section]', 'Product Categories', '', 'inherit', 'closed', 'closed', '', '76-revision-v1', '', '', '2019-04-11 08:50:46', '2019-04-11 08:50:46', '', 76, 'http://192.168.3.60/wordpress/2019/04/11/76-revision-v1/', 0, 'revision', '', 0);
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
(142, 2, '2019-04-11 08:50:46', '2019-04-11 08:50:46', '[ux_banner height=\"451px\" bg=\"8093\" bg_overlay=\"rgba(0, 0, 0, 0.45)\"]\r\n\r\n[text_box width=\"66\" parallax=\"-4\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Product Element</strong></h2>\r\n<p class=\"lead\">List products anywhere in a beautiful style. Choose between Slider, Rows, Grid and Masonry Style. Select products from a custom category or sort by sales, featured items or latest. You can also select custom products.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"bold-center\" text=\"Simple Sale Slider\"]\r\n\r\n[ux_products orderby=\"sales\" show=\"onsale\"]\r\n\r\n[title style=\"bold-center\" text=\"Featured Products Slider\" icon=\"icon-star\"]\r\n\r\n[ux_products  show=\"featured\"]\r\n\r\n[title style=\"bold-center\" text=\"Best Selling Products\" icon=\"icon-heart\"]\r\n\r\n[ux_products orderby=\"sales\"]\r\n\r\n[title style=\"bold-center\" text=\"Lookbook style\"]\r\n\r\n[ux_products style=\"shade\" slider_nav_style=\"circle\" col_spacing=\"normal\" depth=\"1\" depth_hover=\"5\" cat=\"tops\" image_height=\"200%\" image_size=\"medium\" image_hover=\"overlay-add\" image_hover_alt=\"zoom-long\" text_size=\"large\" text_hover=\"hover-slide\"]\r\n\r\n[title style=\"bold-center\" text=\"Lookbook style 2\"]\r\n\r\n[ux_products style=\"overlay\" slider_nav_style=\"circle\" width=\"full-width\" col_spacing=\"collapse\" columns=\"6\" cat=\"80\" orderby=\"rand\" image_height=\"200%\" image_size=\"medium\" image_overlay=\"rgba(0, 0, 0, 0.58)\" image_hover=\"overlay-add\" image_hover_alt=\"zoom-long\" text_pos=\"middle\" text_size=\"large\" text_hover=\"zoom-in\"]\r\n\r\n[title style=\"bold-center\" text=\"Grid Style\" margin_top=\"16px\"]\r\n\r\n[ux_products style=\"shade\" type=\"grid\" grid_height=\"650px\" products=\"4\" orderby=\"sales\" show=\"featured\" image_overlay=\"rgba(0, 0, 0, 0.19)\" image_hover=\"zoom\" image_hover_alt=\"glow\" text_align=\"left\" text_size=\"large\"]\r\n\r\n[title style=\"bold-center\" text=\"Masonery Style\"]\r\n\r\n[ux_products type=\"masonry\" depth=\"1\" depth_hover=\"5\" text_align=\"left\"]\r\n\r\n[title style=\"bold-center\" text=\"Mix and match styles\"]\r\n\r\n[ux_products style=\"overlay\" image_height=\"169%\" image_size=\"medium\" image_overlay=\"rgba(0, 0, 0, 0.67)\" image_hover=\"color\" image_hover_alt=\"overlay-remove-50\" text_size=\"large\"]', 'Products', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2019-04-11 08:50:46', '2019-04-11 08:50:46', '', 77, 'http://192.168.3.60/wordpress/2019/04/11/77-revision-v1/', 0, 'revision', '', 0),
(143, 2, '2019-04-11 08:50:46', '2019-04-11 08:50:46', '[ux_banner height=\"329px\" bg=\"8892\" bg_overlay=\"rgba(0, 0, 0, 0.28)\" parallax=\"2\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>Share & Follow Icons</strong></h3>\r\n<p>Beautiful Share and Follow Icons that you can insert anywhere with the Page Builder.</p>\r\n[follow facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section bg_color=\"rgb(255, 255, 255)\"]\r\n\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[title text=\"Share icons\"]\r\n\r\n[share]\r\n\r\n[title text=\"Follow icons\"]\r\n\r\n[follow facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[title text=\"Follow icons Fill\"]\r\n\r\n[follow style=\"fill\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[title text=\"Follow icons small\"]\r\n\r\n[follow style=\"small\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[title style=\"center\" text=\"Follow icons Larger\" size=\"undefined\"]\r\n\r\n[follow align=\"center\" scale=\"134\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[title style=\"center\" text=\"Follow Icons Larger Fill\" size=\"undefined\"]\r\n\r\n[follow style=\"fill\" align=\"center\" scale=\"128\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[title style=\"center\" text=\"Follow Icons Large\" size=\"undefined\"]\r\n\r\n[follow style=\"small\" align=\"center\" scale=\"177\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[section bg_color=\"rgb(48, 48, 48)\" dark=\"true\"]\r\n\r\n[title style=\"center\" text=\"Follow icons dark\" size=\"undefined\"]\r\n\r\n[follow align=\"center\" scale=\"134\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[follow style=\"small\" align=\"center\" scale=\"177\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[gap height=\"11px\"]\r\n\r\n[follow style=\"fill\" align=\"center\" scale=\"128\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n\r\n[/section]', 'Share / follow icons', '', 'inherit', 'closed', 'closed', '', '78-revision-v1', '', '', '2019-04-11 08:50:46', '2019-04-11 08:50:46', '', 78, 'http://192.168.3.60/wordpress/2019/04/11/78-revision-v1/', 0, 'revision', '', 0),
(144, 2, '2019-04-11 08:50:46', '2019-04-11 08:50:46', '[ux_banner height=\"395px\" bg=\"8333\" bg_overlay=\"rgba(0, 0, 0, 0.1)\"]\n\n[text_box width__sm=\"86\" scale__sm=\"138\"]\n\n<h3 class=\"uppercase\"><strong>TEAM MEMBER ELEMENT</strong></h3>\n<p class=\"lead\">Use this for presenting your team member or staff</p>\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"Default Style\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"9148\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9150\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" pinterest=\"#\" linkedin=\"#\" snapchat=\"9152\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9147\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9149\" name=\"Nina Lacy\" title=\"Support Ninja\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Color Icon style\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"9148\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" icon_style=\"fill\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9150\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" icon_style=\"fill\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" pinterest=\"#\" linkedin=\"#\" snapchat=\"9152\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9147\" name=\"Mark Jance\" title=\"CTO / Developer\" icon_style=\"fill\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9149\" name=\"Nina Lacy\" title=\"Support Ninja\" icon_style=\"fill\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Bounce Style\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"9148\" style=\"bounce\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9150\" style=\"bounce\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" pinterest=\"#\" linkedin=\"#\" snapchat=\"9152\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9147\" style=\"bounce\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9149\" style=\"bounce\" name=\"Nina Lacy\" title=\"Support Ninja\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Push Style\"]\n\n[row]\n\n[col span=\"4\"]\n\n[team_member img=\"9148\" style=\"push\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" text_hover=\"bounce\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"4\"]\n\n[team_member img=\"9147\" style=\"push\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" text_hover=\"bounce\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"4\"]\n\n[team_member img=\"9149\" style=\"push\" name=\"Nina Lacy\" title=\"Support Ninja\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" text_hover=\"bounce\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Overlay Style\"]\n\n[row]\n\n[col span=\"4\"]\n\n[team_member img=\"9148\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"4\"]\n\n[team_member img=\"9150\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" pinterest=\"#\" linkedin=\"#\" snapchat=\"9152\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"4\"]\n\n[team_member img=\"9147\" style=\"overlay\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Overlay Circle\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"9148\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_height=\"100%\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9150\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" linkedin=\"#\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9147\" style=\"overlay\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9149\" style=\"overlay\" name=\"Nina Lacy\" title=\"Support Ninja\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Overlay Grayscale\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"9148\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_height=\"100%\" image_radius=\"100\" image_hover=\"color\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9150\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" linkedin=\"#\" image_radius=\"100\" image_hover=\"color\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9147\" style=\"overlay\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_radius=\"100\" image_hover=\"color\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9149\" style=\"overlay\" name=\"Nina Lacy\" title=\"Support Ninja\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_radius=\"100\" image_hover=\"color\"]\n\n\n[/team_member]\n\n[/col]\n\n[/row]\n[section bg=\"8989\" bg_color=\"rgb(40, 40, 40)\" bg_overlay=\"rgba(0, 0, 0, 0.84)\" dark=\"true\"]\n\n[title style=\"center\" text=\"Mix and match styles\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"9148\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" icon_style=\"small\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_height=\"100%\" image_radius=\"100\" image_hover=\"color\" image_hover_alt=\"zoom\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9150\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" icon_style=\"fill\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" linkedin=\"#\" image_radius=\"9\" image_hover=\"glow\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9147\" style=\"overlay\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_hover=\"zoom\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"9149\" style=\"overlay\" name=\"Nina Lacy\" title=\"Support Ninja\" icon_style=\"fill\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_radius=\"100\" image_hover=\"color\"]\n\n\n[/team_member]\n\n[/col]\n\n[/row]\n\n[/section]', 'Team Member', '', 'inherit', 'closed', 'closed', '', '79-revision-v1', '', '', '2019-04-11 08:50:46', '2019-04-11 08:50:46', '', 79, 'http://192.168.3.60/wordpress/2019/04/11/79-revision-v1/', 0, 'revision', '', 0),
(145, 2, '2019-04-11 08:50:46', '2019-04-11 08:50:46', '[ux_banner height=\"500px\" bg=\"7232\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.12)\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>ICON BOX ELEMENT</strong></h3>\n<p class=\"lead\">Create simple icon boxes with this element. Upload any SVG icon or image. You can find beautiful SVG icons here: </p>\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"Top Align\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8687\" pos=\"center\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8750\" pos=\"center\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8686\" pos=\"center\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Top Align with border\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8687\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8750\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8686\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Left Align\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8687\" img_width=\"35\" pos=\"left\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8750\" img_width=\"35\" pos=\"left\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8686\" img_width=\"35\" pos=\"left\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8687\" img_width=\"35\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(140, 188, 25)\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8750\" img_width=\"35\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(25, 130, 188)\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"8686\" img_width=\"35\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(188, 69, 25)\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]', 'Icon Box', '', 'inherit', 'closed', 'closed', '', '80-revision-v1', '', '', '2019-04-11 08:50:46', '2019-04-11 08:50:46', '', 80, 'http://192.168.3.60/wordpress/2019/04/11/80-revision-v1/', 0, 'revision', '', 0),
(146, 2, '2019-04-11 08:50:46', '2019-04-11 08:50:46', '[ux_banner height=\"500px\" bg=\"7457\" parallax=\"2\"]\r\n\r\n[text_box parallax=\"-2\"]\r\n\r\n<h1>Section Titles</h1>\r\n<p class=\"lead\">Split content with beautiful Section Titles</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row]\r\n\r\n[col]\r\n\r\n[title text=\"This is a normal title\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title text=\"This is a title with a link\" link_text=\"Click here to view products\" link=\"http://\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title style=\"center\" text=\"This is a centered title\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title style=\"center\" text=\"This is a centered title with Icon\" icon=\"icon-star\" size=\"undefined\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title text=\"This is a title with a link and icon\" icon=\"icon-star-o\" size=\"undefined\" link_text=\"Click here to view products\" link=\"http://\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title style=\"bold-center\" text=\"This is a bold title\" size=\"171\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title style=\"bold\" text=\"This is a bold title with link\" link_text=\"Click here\" link=\"http://\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title style=\"bold-center\" text=\"This is a bold centered title\" size=\"undefined\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n', 'Titles / Dividers', '', 'inherit', 'closed', 'closed', '', '81-revision-v1', '', '', '2019-04-11 08:50:46', '2019-04-11 08:50:46', '', 81, 'http://192.168.3.60/wordpress/2019/04/11/81-revision-v1/', 0, 'revision', '', 0),
(147, 2, '2019-04-11 08:50:46', '2019-04-11 08:50:46', '<p class=\"lead\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris. Fusce nec tellus sed augue semper porta. Mauris massa. Vestibulum lacinia arcu eget nulla.</p>\r\n[block id=\"faq-accordian\"]', 'FAQ', '', 'inherit', 'closed', 'closed', '', '83-revision-v1', '', '', '2019-04-11 08:50:46', '2019-04-11 08:50:46', '', 83, 'http://192.168.3.60/wordpress/2019/04/11/83-revision-v1/', 0, 'revision', '', 0),
(148, 2, '2019-04-11 08:50:46', '2019-04-11 08:50:46', '[ux_banner height=\"398px\" bg=\"8957\" bg_pos=\"66% 25%\" parallax=\"2\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>Testemonial element</strong></h3>\n<p class=\"lead\">Tell your customers how happy your clients are</p>\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"With image left\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[testimonial image=\"9147\" image_width=\"121\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>This is a FANTASTIC Theme. Do you think that in the next version you could try and have it Multilanguage. Because I have nothing bad to say about this theme. Thank a million!</p>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"With image on Top\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9147\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9150\" image_width=\"121\" pos=\"center\" name=\"MIRORIM\"]\n\n<p>Excellent work. Very good theme, No need support, works perfectly. Congratulations !! <br />Waiting for version 3.0. Very excited.</p>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Boxed\"]\n\n[row v_align=\"equal\" padding=\"30px 30px 30px 30px\" depth=\"2\" depth_hover=\"5\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9147\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9150\" image_width=\"121\" pos=\"center\" name=\"MIRORIM\"]\n\n<p>Excellent work. Very good theme, No need support, works perfectly. Congratulations !! <br />Waiting for version 3.0. Very excited.</p>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Boxed Vertical\"]\n\n[row v_align=\"equal\" padding=\"30px 30px 30px 30px\" depth=\"2\" depth_hover=\"5\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Testemonials in a row slider\"]\n\n[ux_slider hide_nav=\"true\" nav_color=\"dark\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9147\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9150\" image_width=\"121\" pos=\"center\" name=\"MIRORIM\"]\n\n<p>Excellent work. Very good theme, No need support, works perfectly. Congratulations !! <br />Waiting for version 3.0. Very excited.</p>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9147\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9150\" image_width=\"121\" pos=\"center\" name=\"MIRORIM\"]\n\n<p>Excellent work. Very good theme, No need support, works perfectly. Congratulations !! <br />Waiting for version 3.0. Very excited.</p>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n\n[/ux_slider]\n[title style=\"center\" text=\"Testemonials in a slider\"]\n\n[ux_slider]\n\n[ux_banner height=\"378px\" bg=\"9147\" bg_overlay=\"rgba(0, 0, 0, 0.68)\" bg_pos=\"79% 68%\"]\n\n[text_box width=\"78\" width__sm=\"100\"]\n\n[testimonial image=\"9147\" image_width=\"142\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p class=\"lead\">The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"378px\" bg=\"9148\" bg_overlay=\"rgba(0, 0, 0, 0.68)\" bg_pos=\"79% 68%\"]\n\n[text_box width=\"78\" width__sm=\"100\"]\n\n[testimonial image=\"9148\" image_width=\"142\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p class=\"lead\">The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '84-revision-v1', '', '', '2019-04-11 08:50:46', '2019-04-11 08:50:46', '', 84, 'http://192.168.3.60/wordpress/2019/04/11/84-revision-v1/', 0, 'revision', '', 0),
(149, 2, '2019-04-11 08:50:46', '2019-04-11 08:50:46', '[ux_banner height=\"500px\" bg=\"4063\" bg_overlay=\"rgba(0, 0, 0, 0.49)\"]\r\n\r\n[text_box width=\"76\"]\r\n\r\n<h1>Buttons</h1>\r\n<p class=\"lead\">Create beautiful Call to Action buttons with the amazing Button Element</p>\r\n[button text=\"Primary Button\" style=\"shade\" link=\"test?asdf&asdf=asdf&asdf&\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Unlimited Variations</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Primary Color\"]\r\n\r\n[button text=\"Secondary Color\" color=\"secondary\" radius=\"12\"]\r\n\r\n[button text=\"Alert Color\" color=\"alert\" icon=\"icon-heart\"]\r\n\r\n[button text=\"Success Color\" color=\"success\"]\r\n\r\n[button text=\"White Color\" color=\"white\"]\r\n\r\n[button text=\"Primary Color\" style=\"outline\"]\r\n\r\n[button text=\"Success Color\" color=\"success\" style=\"outline\" radius=\"99\"]\r\n\r\n[button text=\"Alert Color\" color=\"alert\" style=\"outline\" radius=\"6\" icon=\"icon-heart\" icon_reveal=\"true\"]\r\n\r\n[button text=\"Secondary Color\" color=\"secondary\" style=\"outline\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[section bg_color=\"rgb(44, 44, 44)\" dark=\"true\"]\r\n\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Buttons on Dark background</h3>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Primary Color\"]\r\n\r\n[button text=\"Secondary Color\" color=\"secondary\"]\r\n\r\n[button text=\"Alert Color\" color=\"alert\"]\r\n\r\n[button text=\"Success Color\" color=\"success\"]\r\n\r\n[button text=\"White Color\" color=\"white\"]\r\n\r\n[button text=\"Primary Color\" style=\"outline\"]\r\n\r\n[button text=\"Success Color\" color=\"success\" style=\"outline\"]\r\n\r\n[button text=\"Alert Color\" color=\"alert\" style=\"outline\"]\r\n\r\n[button text=\"Secondary Color\" color=\"secondary\" style=\"outline\"]\r\n\r\n[button text=\"White outline\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Button Styles</h3>\r\n<p>Select between many different button styles.</p>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Simple link\" style=\"link\"]\r\n\r\n[button text=\"Underline\" style=\"underline\"]\r\n\r\n[button text=\"Outline\" style=\"outline\" depth=\"2\" depth_hover=\"2\"]\r\n\r\n[button text=\"Normal\" depth=\"2\" depth_hover=\"5\"]\r\n\r\n[button text=\"Gloss\" style=\"gloss\" radius=\"99\" depth=\"2\" depth_hover=\"5\"]\r\n\r\n[button text=\"Shade\" style=\"shade\" radius=\"7\" depth=\"2\" depth_hover=\"5\"]\r\n\r\n[button text=\"Bevel\" style=\"bevel\" radius=\"12\" depth=\"2\" depth_hover=\"5\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Button with icon</h3>\r\n<p>Choose between many included Flatsome Icons.</p>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Icon Button\" style=\"bevel\" radius=\"8\" icon=\"icon-twitter\" icon_pos=\"left\"]\r\n\r\n[button text=\"Icon Left\" style=\"outline\" radius=\"6\" icon=\"icon-instagram\"]\r\n\r\n[button text=\"Reveal Left\" style=\"outline\" icon=\"icon-play\" icon_pos=\"left\" icon_reveal=\"true\"]\r\n\r\n[button text=\"Reveal Right\" icon=\"icon-angle-right\" icon_reveal=\"true\"]\r\n\r\n[button text=\"Large Button\" style=\"bevel\" size=\"xlarge\" radius=\"8\" icon=\"icon-twitter\" icon_pos=\"left\"]\r\n\r\n[button text=\"Large Reveal\" style=\"bevel\" size=\"xlarge\" radius=\"8\" icon=\"icon-checkmark\" icon_pos=\"left\" icon_reveal=\"true\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Simple Button Styles</h3>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Primary Color\" style=\"link\" icon=\"icon-play\" icon_reveal=\"true\"]\r\n\r\n[button text=\"Secondary Color\" color=\"secondary\" style=\"link\"]\r\n\r\n[button text=\"Success Color\" color=\"success\" style=\"link\"]\r\n\r\n[button text=\"Alert Color\" color=\"alert\" style=\"link\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Button Radius</h3>\r\n<p>Add custom radius to buttons</p>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Normal Button\" size=\"large\"]\r\n\r\n[button text=\"Round Button\" size=\"large\" radius=\"10\"]\r\n\r\n[button text=\"Circle Button\" size=\"large\" radius=\"99\"]\r\n\r\n[button text=\"Normal Button\" style=\"outline\" size=\"large\"]\r\n\r\n[button text=\"Round Button\" style=\"outline\" size=\"large\" radius=\"10\"]\r\n\r\n[button text=\"Circle Button\" style=\"outline\" size=\"large\" radius=\"99\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Button Shadow</h3>\r\n<p>Add drop shadow to buttons to make them stand out more.</p>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Large Shadow\" style=\"bevel\" size=\"large\" depth=\"5\" depth_hover=\"4\"]\r\n\r\n[button text=\"Medium Shadow\" style=\"bevel\" size=\"large\" depth=\"3\" depth_hover=\"4\"]\r\n\r\n[button text=\"Small Shadow\" style=\"bevel\" size=\"large\" depth=\"1\" depth_hover=\"2\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Button Sizes</h3>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"x Small\" size=\"xsmall\"]\r\n\r\n[button text=\"Smaller\" size=\"smaller\"]\r\n\r\n[button text=\"Small\" size=\"small\"]\r\n\r\n[button text=\"Normal\"]\r\n\r\n[button text=\"Large\" size=\"large\"]\r\n\r\n[button text=\"Larger\" size=\"larger\"]\r\n\r\n[button text=\"X LARGE\" size=\"xlarge\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Smart Links</h3>\r\n<p>Add simple text to button links to link to various WordPress and WooCommerce pages.</p>\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n<p>\'<strong>shop</strong>\' : Goes to Shop page</p>\r\n<p>\'<strong>account\'</strong> Goes to My Account Page</p>\r\n<p>\'<strong>checkout\'</strong> Goes to Checkout page</p>\r\n<p>\'<strong>blog\'</strong> Goes to blog page</p>\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<p>\'<strong>home</strong>\' Goes to homepage</p>\r\n<p><strong>\'wishlist</strong>\' Goes to wishlist page</p>\r\n<p>\'<strong>Page Title</strong>\' Goes to page by Title.</p>\r\n\r\n[/col]\r\n\r\n[/row]', 'Buttons', '', 'inherit', 'closed', 'closed', '', '85-revision-v1', '', '', '2019-04-11 08:50:46', '2019-04-11 08:50:46', '', 85, 'http://192.168.3.60/wordpress/2019/04/11/85-revision-v1/', 0, 'revision', '', 0),
(150, 2, '2019-04-11 08:50:46', '2019-04-11 08:50:46', '[map height=\"400px\"]\n\n<h3>Sesam Street 323b, 4010, Norway</h3>\n<p>We\'re open Monday – Friday, 8 a.m. – 7:30 p.m. EST</p>\n\n[/map]\n[row]\n\n[col span=\"6\"]\n\n[title text=\"Frequently Asked Questions\"]\n\n<p class=\"lead\">Please read our FAQ before sending us a message.</p>\n[accordion]\n\n[accordion-item title=\"What are the delivery charges for orders from the Online Shop?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"Which payment methods are accepted in the Online Shop?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"How long will delivery take?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante. </p>\n\n[/accordion-item]\n[accordion-item title=\"How secure is shopping in the Online Shop? Is my data protected?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"What exactly happens after ordering?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante. </p>\n\n[/accordion-item]\n[accordion-item title=\"Do I receive an invoice for my order?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante. </p>\n\n[/accordion-item]\n\n[/accordion]\n\n[/col]\n[col span=\"6\"]\n\n[title text=\"Send us an email\"]\n\n[contact-form-7 id=\"12\"]\n\n<p>This is form is just for demo purpose. No inquiries will be answered.</p>\n\n[/col]\n\n[/row]\n<p> </p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2019-04-11 08:50:46', '2019-04-11 08:50:46', '', 86, 'http://192.168.3.60/wordpress/2019/04/11/86-revision-v1/', 0, 'revision', '', 0),
(151, 2, '2019-04-11 08:50:46', '2019-04-11 08:50:46', '[ux_banner height=\"507px\" bg=\"8333\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box position_y=\"80\"]\n\n<h1 class=\"lead\">About Us</h1>\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead text-center\"><strong>Lorem ipsum</strong> dolor sit amet, consectetur adipiscing elit. Morbi fermentum justo vitae convallis varius. Nulla tristique risus ut justo pulvinar mattis. Phasellus aliquet egestas mauris in venenatis. Nulla tristique risus ut justo pulvinar mattis. Phasellus aliquet egestas mauris in venenatis.</p>\n[divider align=\"center\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[team_member img=\"9147\" name=\"Troy Gray\" title=\"CEO / Founder\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[team_member img=\"9150\" name=\"Richy Lace\" title=\"Marketing Director\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[team_member img=\"9148\" name=\"Jane Gray\" title=\"Public Relations\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[team_member img=\"9149\" name=\"July Wood\" title=\"Customer Support\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/team_member]\n\n[/col]\n\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2019-04-11 08:50:46', '2019-04-11 08:50:46', '', 88, 'http://192.168.3.60/wordpress/2019/04/11/88-revision-v1/', 0, 'revision', '', 0),
(152, 2, '2019-04-11 08:50:46', '2019-04-11 08:50:46', '[map lat=\"40.79022\" long=\"-73.95981\" content_bg=\"rgb(255, 255, 255)\" content_width__sm=\"100\" position_x=\"50\" position_x__sm=\"0\" position_y=\"50\" saturation=\"-100\"]\r\n\r\n<h3 class=\"uppercase\"><strong>GOOGLE MAP ELEMENT</strong></h3>\r\n<p class=\"lead\">Add highly customisable Google Maps to any page.</p>\r\n\r\n[/map]\r\n[title style=\"center\" text=\"Examples\" margin_top=\"14px\"]\r\n\r\n[row]\r\n\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[map]\r\n\r\n<p>Enter street adress here. Or any other information you want.</p>\r\n\r\n[/map]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[map controls=\"true\"]\r\n\r\n<p><strong>Map With Tools</strong></p>\r\n\r\n[/map]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[map content_width__sm=\"89\" color=\"#6d5854\"]\r\n\r\n<p>Use any color  for your map</p>\r\n\r\n[/map]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[map content_width__sm=\"86\" position_x=\"5\" position_y=\"5\" saturation=\"-100\"]\r\n\r\n<p>Enter street adress here. Or any other information you want.</p>\r\n\r\n[/map]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[map height=\"589px\" height__sm=\"747px\" lat=\"40.79022\" long=\"-73.95981\" content_bg=\"rgba(255, 255, 255, 0.85)\" content_width__sm=\"100\" position_x__sm=\"100\" position_y=\"10\" position_y__sm=\"100\" saturation=\"44\"]\r\n\r\n[title text=\"A map with a Form\" icon=\"icon-envelop\"]\r\n\r\n[contact-form-7 id=\"12\"]\r\n\r\n\r\n[/map]', 'Map', '', 'inherit', 'closed', 'closed', '', '89-revision-v1', '', '', '2019-04-11 08:50:46', '2019-04-11 08:50:46', '', 89, 'http://192.168.3.60/wordpress/2019/04/11/89-revision-v1/', 0, 'revision', '', 0);
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
(153, 2, '2019-04-11 08:50:46', '2019-04-11 08:50:46', '[ux_slider hide_nav=\"true\" bullets=\"false\"]\n\n[ux_banner height=\"600px\" bg=\"7469\" bg_overlay=\"rgba(19, 6, 6, 0.36)\" bg_pos=\"53% 5%\"]\n\n[text_box width=\"61\" width__sm=\"80\" scale=\"136\" scale__sm=\"154\" position_y=\"75\"]\n\n<h3 class=\"uppercase\"><strong>SLIDER ELEMENT</strong></h3>\n<p class=\"lead\">Create amazing Sliders with our Slider element.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"7460\" bg_pos=\"22% 46%\"]\n\n[text_box width=\"40\" width__sm=\"80\" position_y=\"70\"]\n\n<h3>This is a Full Width Slider</h3>\n<p class=\"lead\">Add Any Content or Shortcode here</p>\n[button text=\"Click me\" style=\"outline\" radius=\"10\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" slide_effect=\"zoom-in\" bg=\"7457\" bg_pos=\"49% 42%\"]\n\n[text_box animate=\"bounceIn\"]\n\n<h3>Add Animations and Slide Effects</h3>\n<p class=\"lead\">Add Any Content or Shortcode here</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[row v_align=\"middle\" h_align=\"center\"]\n\n[col span=\"5\" span__sm=\"12\" align=\"center\"]\n\n<h3 class=\"uppercase\"><strong>Drag and Drop Editing</strong></h3>\n<p class=\"lead\">Use the UX Builder to Create amazing homepage sliders and ladingpages.</p>\n\n[/col]\n[col span=\"7\" span__sm=\"12\" align=\"center\"]\n\n[ux_image id=\"9015\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n[title style=\"center\" size=\"undefined\"]\n\n[ux_slider style=\"container\" bg_color=\"rgb(0, 0, 0)\"]\n\n[ux_banner height=\"500px\" bg=\"8901\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"8898\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"8899\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[title style=\"center\" text=\"Focused Slider Style\" size=\"undefined\"]\n\n[ux_slider style=\"focus\" bg_color=\"rgb(82, 82, 82)\"]\n\n[ux_banner height=\"500px\" bg=\"8901\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"8898\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"8899\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[title style=\"center\" text=\"Shadow Slide Style\" size=\"undefined\"]\n\n[ux_slider style=\"shadow\" bg_color=\"rgb(238, 238, 238)\"]\n\n[ux_banner height=\"500px\" bg=\"8901\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"8898\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"8899\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"8899\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[title style=\"center\" text=\"Free Scroll Shadow Slider\" size=\"undefined\"]\n\n[ux_slider style=\"shadow\" slide_width=\"500px\" bg_color=\"rgb(238, 238, 238)\" freescroll=\"true\"]\n\n[ux_banner height=\"500px\" bg=\"135\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"51% 19%\"]\n\n[text_box width=\"76\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"195\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"53% 13%\"]\n\n[text_box width=\"70\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"401\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"66\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"391\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"56% 11%\"]\n\n[text_box width=\"70\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"434\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"47% 9%\"]\n\n[text_box width=\"72\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Dark arrows\" size=\"undefined\"]\n\n[ux_slider]\n\n[ux_banner height=\"200px\" bg_color=\"rgb(222, 222, 222)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\" bg_color=\"rgb(238, 238, 238)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"light arrows\"]\n\n[ux_slider]\n\n[ux_banner height=\"200px\" bg_color=\"rgb(46, 46, 46)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\" bg_color=\"rgb(54, 54, 54)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"always visible arrows\"]\n\n[ux_slider hide_nav=\"true\"]\n\n[ux_banner height=\"200px\" bg_color=\"rgb(229, 191, 191)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\" bg_color=\"rgb(171, 204, 196)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Simple arrows\"]\n\n[ux_slider hide_nav=\"true\" nav_style=\"simple\"]\n\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n[col]\n\n[title style=\"center\" text=\"Nav outside\"]\n\n[ux_slider hide_nav=\"true\" nav_pos=\"outside\" nav_style=\"simple\" nav_color=\"dark\"]\n\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n[col]\n\n[title style=\"center\" text=\"Nav Circle outside\"]\n\n[ux_slider hide_nav=\"true\" nav_pos=\"outside\" nav_color=\"dark\" bullets=\"false\"]\n\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n\n[/row]', 'Sliders', '', 'inherit', 'closed', 'closed', '', '92-revision-v1', '', '', '2019-04-11 08:50:46', '2019-04-11 08:50:46', '', 92, 'http://192.168.3.60/wordpress/2019/04/11/92-revision-v1/', 0, 'revision', '', 0),
(154, 2, '2019-04-11 08:50:46', '2019-04-11 08:50:46', '[section bg=\"8899\" bg_color=\"rgb(50, 50, 50)\" bg_overlay=\"rgba(0, 0, 0, 0.63)\" dark=\"true\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"3\"]\n\n<h1 class=\"uppercase\">Amazing Blog Posts Element</h1>\n<p class=\"lead\">Display your Blog posts in many different ways.</p>\n<ul>\n<li class=\"bullet-checkmark\">Unlimited Styles and Options</li>\n<li class=\"bullet-checkmark\">Select Custom Posts</li>\n<li class=\"bullet-checkmark\">Slider / Row / Grid and Masonry Style</li>\n</ul>\n\n[/col]\n[col span=\"9\"]\n\n[blog_posts style=\"shade\" type=\"slider-full\" grid=\"2\" slider_nav_style=\"circle\" columns=\"1\" title_size=\"larger\" show_date=\"text\" excerpt=\"false\" show_category=\"label\" comments=\"false\" image_size=\"large\" image_overlay=\"rgba(0, 0, 0, 0.09)\" image_hover=\"overlay-remove\" text_size=\"large\" text_hover=\"bounce\" text_padding=\"10% 0px 10% 0px\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section]\n\n[title style=\"center\" text=\"Default Style\" size=\"undefined\"]\n\n[blog_posts style=\"normal\" columns=\"3\" image_height=\"56.25%\"]\n\n[title style=\"center\" text=\"Bounce Style\" size=\"undefined\"]\n\n[blog_posts style=\"bounce\" badge_style=\"square\" image_height=\"75%\"]\n\n[title style=\"center\" text=\"Push Style\" margin_top=\"17px\" size=\"undefined\"]\n\n[blog_posts style=\"push\" columns=\"3\" badge_style=\"circle-inside\" image_height=\"75%\"]\n\n\n[/section]\n[section bg_color=\"rgb(62, 62, 62)\" dark=\"true\"]\n\n[title style=\"center\" text=\"Blog posts inside a dark section\" size=\"undefined\"]\n\n[blog_posts style=\"normal\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_nav_position=\"outside\" columns=\"3\" image_height=\"56.25%\"]\n\n\n[/section]\n[title style=\"center\" text=\"Vertical Slide Style\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts style=\"vertical\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" columns=\"2\" depth=\"2\" image_height=\"89%\" image_width=\"43\"]\n\n[title style=\"center\" text=\"Animated Blog posts in grid\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts type=\"row\" animate=\"fadeInUp\" image_height=\"180px\"]\n\n[title style=\"center\" text=\"Overlay Style\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts style=\"overlay\" depth=\"1\" title_style=\"uppercase\" show_date=\"text\" image_height=\"144%\" image_overlay=\"rgba(0, 0, 0, 0.17)\" image_hover=\"zoom\"]\n\n[title style=\"center\" text=\"Overlay Grayscale\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts style=\"overlay\" depth=\"1\" animate=\"fadeInLeft\" title_style=\"uppercase\" show_date=\"text\" image_height=\"144%\" image_overlay=\"rgba(0, 0, 0, 0.56)\" image_hover=\"color\" image_hover_alt=\"overlay-remove-50\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n<p>Select between many different Hover Styles</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Read More button\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts type=\"row\" depth=\"2\" readmore=\"Read More\" image_height=\"180px\"]\n\n[title style=\"center\" text=\"Blog post in A Grid\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts style=\"shade\" type=\"grid\" columns=\"3\" depth=\"1\" posts=\"4\" title_size=\"larger\" title_style=\"uppercase\" readmore=\"Read More\" badge_style=\"circle-inside\" image_height=\"180px\"]\n\n[title style=\"center\" text=\"Blog post in A Masonery Grid\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts type=\"masonry\" columns=\"3\" depth=\"2\" image_height=\"180px\"]', 'Blog Posts', '', 'inherit', 'closed', 'closed', '', '93-revision-v1', '', '', '2019-04-11 08:50:46', '2019-04-11 08:50:46', '', 93, 'http://192.168.3.60/wordpress/2019/04/11/93-revision-v1/', 0, 'revision', '', 0),
(155, 2, '2019-04-11 08:50:46', '2019-04-11 08:50:46', '[section bg_color=\"rgb(246, 246, 246)\"]\n\n[row]\n\n[col span=\"4\"]\n\n<h1>Tabs Element</h1>\n<p>Ad flannel sartorial helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed.  </p>\n\n[/col]\n[col span=\"8\"]\n\n[tabgroup style=\"tabs\"]\n\n[tab title=\"Tab 3 Title\"]\n\n<p> lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 1 Title\"]\n\n<p>Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr.</p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed..</p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n\n[/row]\n\n[/section]\n[row]\n\n[col span=\"6\"]\n\n[tabgroup title=\"Line Tabs\"]\n\n[tab title=\"Tab 1 Title\"]\n\n<p>Lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 3 Title\"]\n\n<p>Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n[col span=\"6\"]\n\n[tabgroup title=\"Line Tabs Bottom\" style=\"line-bottom\"]\n\n[tab title=\"Tab 1 Title\"]\n\n<p>Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 3 Title\"]\n\n<p>Organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"6\"]\n\n[tabgroup title=\"Tabs Pills Centered\" style=\"pills\" align=\"center\"]\n\n[tab title=\"Tab 1 Title\"]\n\n<p>Cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr.</p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Sartorial helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 3 Title\"]\n\n<p>Flannel sartorial helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n[col span=\"6\"]\n\n[tabgroup title=\"Outline Tabs Centered\" style=\"outline\" align=\"center\"]\n\n[tab title=\"Tab 1 Title\"]\n\n<p>Lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Sartorial helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 3 Title\"]\n\n<p>Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n\n[/row]\n[row]\n\n[col]\n\n[tabgroup title=\"Line Grow Tabs Center\" style=\"line-grow\" align=\"center\"]\n\n[tab title=\"Tab 1 Title\"]\n\n<p>Cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 3 Title\"]\n\n<p>Helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n[col]\n\n[tabgroup title=\"Vertical Tabs\" type=\"vertical\"]\n\n[tab title=\"Top tab\"]\n\n<p>Flannel sartorial helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee yr.</p>\n\n[/tab]\n[tab title=\"This is tab\"]\n\n<p>Laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"this is another tab\"]\n\n<p>Lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n[col span__sm=\"12\"]\n\n[tabgroup style=\"outline\" type=\"vertical\"]\n\n[tab title=\"Tab title 1\"]\n\n<p>Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab title 2\"]\n\n<p>Lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab title 3\"]\n\n<p>Church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n\n[/row]', 'Tabs', '', 'inherit', 'closed', 'closed', '', '94-revision-v1', '', '', '2019-04-11 08:50:46', '2019-04-11 08:50:46', '', 94, 'http://192.168.3.60/wordpress/2019/04/11/94-revision-v1/', 0, 'revision', '', 0),
(156, 2, '2016-09-04 15:57:34', '2016-09-04 15:57:34', '[section bg_color=\"#fff\" class=\"flatsome-features\"]\r\n\r\n[title style=\"center\" text=\"Flatsome Main Features\"]\r\n\r\n[ux_pages style=\"default\" parent=\"2862\" col_spacing=\"small\" image_radius=\"3\" image_overlay=\"rgba(255, 255, 255, 0)\" image_hover=\"zoom\" text_align=\"center\"]\r\n\r\n\r\n[/section]\r\n[section bg_overlay=\"rgb(229, 235, 237)\" border=\"1px 0px 1px 0px\"]\r\n\r\n[row style=\"collapse\" h_align=\"center\"]\r\n\r\n[col span=\"7\" span__sm=\"12\" align=\"center\" animate=\"flipInX\"]\r\n\r\n[button text=\"Buy Flatsome Now\" link=\"http://bit.ly/buy-flatsome\" size=\"large\" radius=\"6\" icon=\"icon-shopping-basket\" icon_reveal=\"true\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Features Overview', '', 'publish', 'closed', 'closed', '', 'features-overview', '', '', '2016-09-04 15:57:34', '2016-09-04 15:57:34', '', 0, 'http://flatsome.dev/?post_type=blocks&amp;p=9654', 0, 'blocks', '', 0),
(157, 2, '2016-09-03 16:24:28', '2016-09-03 16:24:28', '[row style=\"small\" h_align=\"center\" class=\"flatsome-demos\"]\r\n\r\n[col span=\"9\" span__sm=\"12\" align=\"center\"]\r\n<h2>Flatsome Theme Demos</h2>\r\n<p class=\"lead\">Flatsome includes many pre-made homepages and settings you can add with a single click. These are just examples. You can mix and match headers, pages, colors and fonts using the Theme Option Panel.</p>\r\n[/col]\r\n\r\n[/row]\r\n\r\n[title style=\"center\" text=\"Shop Demos\"]\r\n\r\n[ux_pages style=\"default\" parent=\"3021\" col_spacing=\"small\" columns=\"3\" depth=\"1\" depth_hover=\"4\" image_size=\"medium\" image_overlay=\"rgba(0, 0, 0, 0)\" text_align=\"center\" text_bg=\"rgba(255, 255, 255, 0.63)\" text_padding=\"5px 5px 5px 5px\"]\r\n\r\n[title style=\"center\" text=\"Business Demos\"]\r\n\r\n[ux_pages style=\"default\" parent=\"3025\" col_spacing=\"small\" columns=\"3\" depth=\"1\" depth_hover=\"4\" image_size=\"medium\" image_overlay=\"rgba(0, 0, 0, 0)\" text_align=\"center\" text_bg=\"rgba(255, 255, 255, 0.76)\" text_padding=\"5px 5px 5px 5px\"]', 'Demos', '', 'publish', 'closed', 'closed', '', 'demos', '', '', '2016-09-03 16:24:28', '2016-09-03 16:24:28', '', 0, 'http://flatsome.dev/?post_type=blocks&amp;p=9439', 0, 'blocks', '', 0),
(158, 2, '2016-08-25 13:42:06', '2016-08-25 13:42:06', '<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.</p>\n[contact-form-7 id=\"10\"]', 'Footer - Newsletter Signup', '', 'publish', 'closed', 'closed', '', 'footer-newsletter-signup', '', '', '2016-08-25 13:42:06', '2016-08-25 13:42:06', '', 0, 'http://flatsome.dev/?post_type=blocks&amp;p=8783', 0, 'blocks', '', 0),
(159, 2, '2016-08-25 13:41:28', '2016-08-25 13:41:28', '<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[follow facebook=\"#\" instagram=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\"]', 'Footer - About us', '', 'publish', 'closed', 'closed', '', 'footer-about-us', '', '', '2016-08-25 13:41:28', '2016-08-25 13:41:28', '', 0, 'http://flatsome.dev/?post_type=blocks&amp;p=8781', 0, 'blocks', '', 0),
(160, 2, '2016-08-18 11:43:28', '2016-08-18 11:43:28', '[ux_slider]\n\n[ux_banner height=\"200px\" bg=\"8069\" bg_overlay=\"rgba(0, 0, 0, 0.35)\" bg_pos=\"69% 3%\"]\n\n[text_box]\n\n<h3>SALE ENDS SOON</h3>\n[ux_countdown]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\" bg=\"8989\" bg_overlay=\"rgba(0, 0, 0, 0.35)\" bg_pos=\"67% 29%\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>Category top banner</strong></h3>\n<p class=\"lead\">This is a Block and can be edited live in with the Page Builder</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]', 'Shop - Category Slider', '', 'publish', 'closed', 'closed', '', 'shop-category-slider', '', '', '2016-08-18 11:43:28', '2016-08-18 11:43:28', '', 0, 'http://flatsome.dev/?post_type=blocks&amp;p=8635', 0, 'blocks', '', 0),
(161, 2, '2016-08-18 10:42:40', '2016-08-18 10:42:40', '[ux_banner height=\"319px\" bg=\"8093\" bg_overlay=\"rgba(0, 0, 0, 0.1)\" parallax=\"3\"]\n\n[text_box]\n\n<h1 class=\"uppercase\"><strong>Shop</strong></h1>\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismotest. Change or remove this banner easely.</p>\n\n[/text_box]\n\n[/ux_banner]', 'Shop - Header', '', 'publish', 'closed', 'closed', '', 'shop-header', '', '', '2016-08-18 10:42:40', '2016-08-18 10:42:40', '', 0, 'http://flatsome.dev/?post_type=blocks&amp;p=8593', 0, 'blocks', '', 0),
(162, 2, '2016-08-18 07:04:50', '2016-08-18 07:04:50', '[ux_banner height=\"400px\" bg=\"7450\" bg_overlay=\"rgba(0, 0, 0, 0.12)\" bg_pos=\"66% 24%\" parallax=\"2\"]\r\n\r\n[text_box parallax=\"-1\" text_depth=\"1\"]\r\n\r\n<h1 class=\"uppercase\"><strong>our Blog</strong></h1>\r\n<p class=\"lead\">Change This header to anything by using the UX Builder. You can also remove it. It\'s only visible on the blog homepage.</p>\r\n[share]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]', 'Blog Header', '', 'publish', 'closed', 'closed', '', 'blog-header', '', '', '2016-08-18 07:04:50', '2016-08-18 07:04:50', '', 0, 'http://flatsome.dev/?post_type=blocks&amp;p=8587', 0, 'blocks', '', 0),
(163, 2, '2016-01-25 11:39:27', '2016-01-25 11:39:27', '[section bg_color=\"rgb(250, 250, 250)\" border=\"2px 0px 1px 0px\"]\r\n\r\n[row h_align=\"center\"]\r\n\r\n[col span=\"9\" span__sm=\"12\" align=\"center\"]\r\n<h1 class=\"lead uppercase\">Flatsome Elements</h1>\r\n<p class=\"lead\">Flatsome is more than a theme. It\'s a framework for creating amazing Websites. Here is a collection of our highly customisable elements.</p>\r\n[/col]\r\n[col]\r\n\r\n[ux_pages style=\"default\" parent=\"elements\" col_spacing=\"small\" columns=\"8\" depth=\"1\" depth_hover=\"1\" image_height=\"68%\" image_hover=\"zoom\" text_bg=\"rgb(250, 250, 250)\" text_padding=\"1px 1px 3px 10px\"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Elements Overview', '', 'publish', 'closed', 'closed', '', 'elements-overview', '', '', '2016-01-25 11:39:27', '2016-01-25 11:39:27', '', 0, 'http://flatsome.dev/?post_type=blocks&amp;p=3764', 0, 'blocks', '', 0),
(164, 2, '2014-08-10 10:06:55', '2014-08-10 10:06:55', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida. Suspendisse nibh neque, hendrerit vel nisi at, ultrices adipiscing justo. Nunc ullamcorper molestie felis at pharetra.\r\n\r\nOsaka Entry Tee NOK 399, Superdry - NELLY.COM\r\n\r\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\r\n\r\n ', 'Osaka Entry Tee Superdry', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida.', 'publish', 'open', 'closed', '', 'osaka-entry-tee-superdry', '', '', '2014-08-10 10:06:55', '2014-08-10 10:06:55', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=395', 0, 'product', '', 0),
(165, 2, '2014-08-09 22:18:44', '2014-08-09 22:18:44', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur. Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur.\r\n\r\nAll Star Canvas Hi NOK 699, Converse - NELLY.COM\r\n\r\nVivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'All Star Canvas Hi Converse', 'Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat.', 'publish', 'open', 'closed', '', 'all-star-canvas-hi-converse', '', '', '2014-08-09 22:18:44', '2014-08-09 22:18:44', '', 0, 'http://uxthemes.wpengine.com/product/all-star-canvas-hi-converse/', 0, 'product', '', 0),
(166, 2, '2014-08-09 21:11:51', '2014-08-09 21:11:51', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Suspendisse suscipit arcu velit, in rutrum est molestie in. Suspendisse suscipit arcu velit, in rutrum est molestie in. Proin convallis scelerisque facilisis. Integer vestibulum mollis felis eu mollis.\n\nFluro Big Pullover NOK 1795, Designers Remix - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Fluro Big Pullover Designers Remix', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Fluro Big Pullover NOK 1795, Designers Remix - Nelly.com', 'publish', 'open', 'closed', '', 'fluro-big-pullover-designers-remix', '', '', '2014-08-09 21:11:51', '2014-08-09 21:11:51', '', 0, 'http://uxthemes.wpengine.com/product/fluro-big-pullover-designers-remix/', 0, 'product', '', 0),
(167, 2, '2014-08-08 20:57:29', '2014-08-08 20:57:29', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it null. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up.\n\nVaranise CN Tee NOK 449, Hilfiger Denim - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Varanise CN Tee Hilfiger Denim', 'Varanise CN Tee NOK 449, Hilfiger Denim - NELLY.COM. Marfa authentic High Life veniam. Tumblr post-ironic typewriter, sriracha tote bag kogi you. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam.', 'publish', 'open', 'closed', '', 'varanise-cn-tee-hilfiger-denim', '', '', '2014-08-08 20:57:29', '2014-08-08 20:57:29', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=132', 0, 'product', '', 0),
(168, 2, '2014-07-06 10:43:57', '2014-07-06 10:43:57', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.', 'Weekend in San Fransico', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.', 'publish', 'open', 'closed', '', 'weekend-in-san-fransico', '', '', '2014-07-06 10:43:57', '2014-07-06 10:43:57', '', 0, 'http://flatsome.dev/?post_type=product&amp;p=8263', 0, 'product', '', 0),
(169, 2, '2014-06-09 21:48:15', '2014-06-09 21:48:15', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Suspendisse suscipit arcu velit, in rutrum est molestie in.\n\nSuspendisse suscipit arcu velit, in rutrum est molestie in. Proin convallis scelerisque facilisis. Integer vestibulum mollis felis eu mollis.  Suspendisse suscipit arcu velit, in rutrum est molestie in. Proin convallis scelerisque facilisis. Integer vestibulum mollis felis eu mollis.\n\nBuy: Hirise Skinny 199700022 NOK 1195, Levis - NELLY.COM\n\nSuspendisse suscipit arcu velit, in rutrum est molestie in. Proin convallis scelerisque facilisis. Integer vestibulum mollis felis eu mollis.\n\n ', 'Lucy Slim Jeans Noisy May', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vel pulvinar diam vulputate quis ,vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum.  Vulputate quis. Donec porttitor volutpat rutrum. Donec porttitor volutpat rutrum.  Vulputate quis.', 'publish', 'open', 'closed', '', 'lucy-slim-jeans-nok-379-noisy-may', '', '', '2014-06-09 21:48:15', '2014-06-09 21:48:15', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=229', 0, 'product', '', 0),
(170, 2, '2013-08-10 10:26:25', '2013-08-10 10:26:25', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida. Suspendisse nibh neque, hendrerit vel nisi at, ultrices adipiscing justo. Nunc ullamcorper molestie felis at pharetra.\n\nSS Crew California Sub NOK 199, River Island - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'SS Crew California Sub River Island', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida.', 'publish', 'open', 'closed', '', 'ss-crew-california-sub-river-island', '', '', '2013-08-10 10:26:25', '2013-08-10 10:26:25', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=432', 0, 'product', '', 0),
(171, 2, '2013-08-10 10:21:47', '2013-08-10 10:21:47', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida. Suspendisse nibh neque, hendrerit vel nisi at, ultrices adipiscing justo. Nunc ullamcorper molestie felis at pharetra.\r\n\r\nLand Tee NOK 149, Jack & Jones - NELLY.COM\r\n\r\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\r\n\r\n ', 'Land Tee  Jack & Jones', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida.', 'publish', 'open', 'closed', '', 'land-tee-jack-jones', '', '', '2013-08-10 10:21:47', '2013-08-10 10:21:47', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=427', 0, 'product', '', 0),
(172, 2, '2013-08-10 10:19:20', '2013-08-10 10:19:20', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida. Suspendisse nibh neque, hendrerit vel nisi at, ultrices adipiscing justo. Nunc ullamcorper molestie felis at pharetra.\n\nBjorn Tee SS NOK 199, Jack & Jones - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Bjorn Tee SS Jack & Jones', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida.', 'publish', 'open', 'closed', '', 'bjorn-tee-ss-jack-jones', '', '', '2013-08-10 10:19:20', '2013-08-10 10:19:20', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=422', 0, 'product', '', 0),
(173, 2, '2013-08-10 10:17:13', '2013-08-10 10:17:13', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida. Suspendisse nibh neque, hendrerit vel nisi at, ultrices adipiscing justo. Nunc ullamcorper molestie felis at pharetra.\n\nWicked SS O-Neck NOK 199, Selected Homme - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Wicked SS O-Neck Selected Homme', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida.', 'publish', 'open', 'closed', '', 'wicked-ss-o-neck-selected-homme', '', '', '2013-08-10 10:17:13', '2013-08-10 10:17:13', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=416', 0, 'product', '', 0),
(174, 2, '2013-08-10 10:15:29', '2013-08-10 10:15:29', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida. Suspendisse nibh neque, hendrerit vel nisi at, ultrices adipiscing justo. Nunc ullamcorper molestie felis at pharetra.\n\nLawrance Polo Tee NOK 249, Jack & Jones - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Lawrance Polo Tee Jack & Jones', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida.', 'publish', 'open', 'closed', '', 'lawrance-polo-tee-jack-jones', '', '', '2013-08-10 10:15:29', '2013-08-10 10:15:29', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=411', 0, 'product', '', 0),
(175, 2, '2013-08-10 10:09:09', '2013-08-10 10:09:09', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida. Suspendisse nibh neque, hendrerit vel nisi at, ultrices adipiscing justo. Nunc ullamcorper molestie felis at pharetra.\n\nRandal Tee NOK 149, Jack & Jones - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Randal Tee Jack & Jones', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida.', 'publish', 'open', 'closed', '', 'randal-tee-jack-jones', '', '', '2013-08-10 10:09:09', '2013-08-10 10:09:09', '', 0, 'http://uxthemes.wpengine.com/product/randal-tee-jack-jones/', 0, 'product', '', 0),
(176, 2, '2013-08-10 10:09:03', '2013-08-10 10:09:03', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida. Suspendisse nibh neque, hendrerit vel nisi at, ultrices adipiscing justo. Nunc ullamcorper molestie felis at pharetra.\r\n\r\nJeansmaker Tee NOK 299, Lee Jeans - NELLY.COM\r\n\r\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\r\n\r\n ', 'Jeansmaker Tee Lee Jeans', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida.', 'publish', 'open', 'closed', '', 'jeansmaker-tee-lee-jeans', '', '', '2013-08-10 10:09:03', '2013-08-10 10:09:03', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=400', 0, 'product', '', 0),
(177, 2, '2013-08-10 10:01:52', '2013-08-10 10:01:52', 'Marfa authentic High Life veniam. Tumblr post-ironic typewriter, sriracha tote bag kogi you. Pima SS O-Neck NOOS NOK Selected Homme - NELLY.COMMarfa authentic High Life veniam. Tumblr post-ironic typewriter, sriracha tote bag kogi you. Pima SS O-Neck NOOS NOK Selected Homme - NELLY.COM', 'Pima SS O-Neck NOOS  Selected Homme', 'Marfa authentic High Life veniam. Tumblr post-ironic typewriter, sriracha tote bag kogi you. Pima SS O-Neck NOOS NOK Selected Homme - NELLY.COM', 'publish', 'open', 'closed', '', 'pima-ss-o-neck-noos-selected-homme', '', '', '2013-08-10 10:01:52', '2013-08-10 10:01:52', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=389', 0, 'product', '', 0),
(178, 2, '2013-08-10 09:34:34', '2013-08-10 09:34:34', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\nBuy: Classic Bag NOK 399, Svea - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Classic Bag, Svea', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam.', 'publish', 'open', 'closed', '', 'classic-bag-svea', '', '', '2013-08-10 09:34:34', '2013-08-10 09:34:34', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=331', 0, 'product', '', 0),
(179, 2, '2013-08-10 09:31:57', '2013-08-10 09:31:57', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\r\n\r\nBuy: Adelia Bag NOK 299, NYPD - NELLY.COM\r\n\r\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.', 'Adelia Bag, NYPD', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam.\r\n<ul>\r\n 	<li>List test</li>\r\n 	<li>Test 2</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'adelia-bag-nypd', '', '', '2013-08-10 09:31:57', '2013-08-10 09:31:57', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=328', 0, 'product', '', 0),
(180, 2, '2013-08-10 09:30:18', '2013-08-10 09:30:18', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\nBuy: Talifa Bag NOK 449, NYPD - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Talifa Bag , NYPD', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam.', 'publish', 'open', 'closed', '', 'talifa-bag-nypd', '', '', '2013-08-10 09:30:18', '2013-08-10 09:30:18', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=325', 0, 'product', '', 0);
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
(181, 2, '2013-08-10 09:26:37', '2013-08-10 09:26:37', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\nBuy: Alanya Braided Leather NOK 1549, Whyred - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Alanya Braided Leather', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam.', 'publish', 'open', 'closed', '', 'alanya-braided-leather', '', '', '2013-08-10 09:26:37', '2013-08-10 09:26:37', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=319', 0, 'product', '', 0),
(182, 2, '2013-08-10 09:24:18', '2013-08-10 09:24:18', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\nBuy: Small Fortune Bag NOK 399, Converse - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Small Fortune Bag Converse', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam.', 'publish', 'open', 'closed', '', 'small-fortune-bag-converse', '', '', '2013-08-10 09:24:18', '2013-08-10 09:24:18', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=316', 0, 'product', '', 0),
(183, 2, '2013-08-10 09:16:03', '2013-08-10 09:16:03', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\nBuy: Daisy Bag NOK 11795, Sonia by Sonia Rykiel - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Daisy Bag Sonia by Sonia Rykiel', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam.', 'publish', 'open', 'closed', '', 'daisy-bag-sonia-by-sonia-rykiel', '', '', '2013-08-10 09:16:03', '2013-08-10 09:16:03', '', 0, 'http://uxthemes.wpengine.com/product/daisy-bag-sonia-by-sonia-rykiel/', 0, 'product', '', 0),
(184, 2, '2013-08-10 09:14:20', '2013-08-10 09:14:20', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur. Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur.\r\n\r\nU Old Skool NOK 799, VANS - NELLY.COM\r\n\r\nVivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'U Old Skool VANS', 'Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'publish', 'open', 'closed', '', 'u-old-skool-vans', '', '', '2013-08-10 09:14:20', '2013-08-10 09:14:20', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=293', 0, 'product', '', 0),
(185, 2, '2013-08-09 22:28:47', '2013-08-09 22:28:47', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur. Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur.\n\nArizona Racer Ox NOK 899, Converse - NELLY.COM\n\nVivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'Arizona Racer Ox Converse', 'Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'publish', 'open', 'closed', '', 'arizona-racer-ox-converse', '', '', '2013-08-09 22:28:47', '2013-08-09 22:28:47', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=283', 0, 'product', '', 0),
(186, 2, '2013-08-09 22:15:31', '2013-08-09 22:15:31', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur. Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur.\n\nMagnete Exposure W NOK 995, Diesel - NELLY.COM\n\nVivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'Magnete Exposure Diesel', 'Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'publish', 'open', 'closed', '', 'magnete-exposure-diesel', '', '', '2013-08-09 22:15:31', '2013-08-09 22:15:31', '', 0, 'http://uxthemes.wpengine.com/product/magnete-exposure-diesel/', 0, 'product', '', 0),
(187, 2, '2013-08-09 22:15:14', '2013-08-09 22:15:14', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur. Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur.\n\nU Era NOK 699, VANS - NELLY.COM\n\nVivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'U Era  VANS', 'Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'publish', 'open', 'closed', '', 'u-era-vans', '', '', '2013-08-09 22:15:14', '2013-08-09 22:15:14', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=263', 0, 'product', '', 0),
(188, 2, '2013-08-09 22:13:25', '2013-08-09 22:13:25', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur. Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur.\n\nAll Star Print Ox NOK 799, Converse - NELLY.COM\n\nVivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'All Star Print Ox Converse', 'Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'publish', 'open', 'closed', '', 'all-star-print-ox-converse', '', '', '2013-08-09 22:13:25', '2013-08-09 22:13:25', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=250', 0, 'product', '', 0),
(189, 2, '2013-08-09 21:58:02', '2013-08-09 21:58:02', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur. Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur.\r\n\r\nU420GKW NOK 799, New Balance - NELLY.COM\r\n\r\nVivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'U420GKW NOK 799 New Balance', 'Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'publish', 'open', 'closed', '', 'u420gkw-nok-799-new-balance-nelly-com', '', '', '2013-08-09 21:58:02', '2013-08-09 21:58:02', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=233', 0, 'product', '', 0),
(190, 2, '2013-08-09 21:20:26', '2013-08-09 21:20:26', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Suspendisse suscipit arcu velit, in rutrum est molestie in. Suspendisse suscipit arcu velit, in rutrum est molestie in. Proin convallis scelerisque facilisis. Integer vestibulum mollis felis eu mollis.\r\n\r\nBrooklyn Long Sleeve Sweater NOK 649, Zoe Karssen - NELLY.COM\r\n\r\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\r\n\r\n ', 'Brooklyn Long Sleeve Sweater', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vel pulvinar diam vulputate quis ,vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum .Brooklyn Long Sleeve Sweater.', 'publish', 'open', 'closed', '', 'brooklyn-long-sleeve-sweater', '', '', '2013-08-09 21:20:26', '2013-08-09 21:20:26', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=187', 0, 'product', '', 0),
(191, 2, '2013-08-09 21:16:49', '2013-08-09 21:16:49', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Suspendisse suscipit arcu velit, in rutrum est molestie in. Suspendisse suscipit arcu velit, in rutrum est molestie in. Proin convallis scelerisque facilisis. Integer vestibulum mollis felis eu mollis.\n\nUnion Sweater NOK 399, NLY Trend - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Union Sweater NLY Trend', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis ,vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Union Sweater  NLY Trend.', 'publish', 'open', 'closed', '', 'union-sweater-nly-trend', '', '', '2013-08-09 21:16:49', '2013-08-09 21:16:49', '', 0, 'http://uxthemes.wpengine.com/product/union-sweater-nly-trend/', 0, 'product', '', 0),
(192, 2, '2013-08-09 21:15:27', '2013-08-09 21:15:27', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Suspendisse suscipit arcu velit, in rutrum est molestie in. Suspendisse suscipit arcu velit, in rutrum est molestie in. Proin convallis scelerisque facilisis. Integer vestibulum mollis felis eu mollis.\n\nHarissa O-Neck Sweat NOK 229, Only - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Harissa O-Neck Sweat', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis ,vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Harissa O-Neck Sweat.', 'publish', 'open', 'closed', '', 'harissa-o-neck-sweat', '', '', '2013-08-09 21:15:27', '2013-08-09 21:15:27', '', 0, 'http://uxthemes.wpengine.com/product/harissa-o-neck-sweat/', 0, 'product', '', 0),
(193, 2, '2013-08-09 21:13:41', '2013-08-09 21:13:41', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Suspendisse suscipit arcu velit, in rutrum est molestie in. Suspendisse suscipit arcu velit, in rutrum est molestie in. Proin convallis scelerisque facilisis. Integer vestibulum mollis felis eu mollis.\n\nOn1 Jersey NOK 1395, UNIF - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'On1 Jersey UNIF', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis ,vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. On1 Jersey UNIF.', 'publish', 'open', 'closed', '', 'on1-jersey-unif', '', '', '2013-08-09 21:13:41', '2013-08-09 21:13:41', '', 0, 'http://uxthemes.wpengine.com/product/on1-jersey-unif/', 0, 'product', '', 0),
(194, 2, '2013-08-09 21:11:43', '2013-08-09 21:11:43', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Suspendisse suscipit arcu velit, in rutrum est molestie in. Proin convallis scelerisque facilisis. Integer vestibulum mollis felis eu mollis. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Suspendisse suscipit arcu velit, in rutrum est molestie in. Proin convallis scelerisque facilisis. Integer vestibulum mollis felis eu mollis.\n\nSweat Blouse NOK 599, Gestuz - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Sweat Blouse Gestuz', '.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Sweat Blouse NOK 599, Gestuz - Nelly.com', 'publish', 'open', 'closed', '', 'sweat-blouse-gestuz', '', '', '2013-08-09 21:11:43', '2013-08-09 21:11:43', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=162', 0, 'product', '', 0),
(195, 2, '2013-08-09 21:07:45', '2013-08-09 21:07:45', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it null. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Tadf heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it null. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up.\r\n\r\nLenox Star Knit NOK 1295, Hunkydory - NELLY.COM\r\n\r\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.', 'Lenox Star Knit Hunkydory', 'Marfa authentic High Life veniam. Tumblr post-ironic typewriter, sriracha tote bag kogi you. Lenox Star Knit Hunkydory.', 'publish', 'open', 'closed', '', 'lenox-star-knit-hunkydory', '', '', '2013-08-09 21:07:45', '2013-08-09 21:07:45', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=157', 0, 'product', '', 0),
(196, 2, '2013-08-08 21:08:19', '2013-08-08 21:08:19', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it null. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it null. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up.\r\n\r\nBeyond Top NOK 249, NLY Trend - NELLY.COM\r\n\r\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.', 'Beyond Top NLY Trend', 'Beyond Top NOK 249, NLY Trend - NELLY.COM. Marfa authentic High Life veniam. Tumblr post-ironic typewriter, sriracha tote bag kogi you.', 'publish', 'open', 'closed', '', 'beyond-top-nly-trend', '', '', '2013-08-08 21:08:19', '2013-08-08 21:08:19', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=149', 0, 'product', '', 0),
(197, 2, '2013-08-08 21:05:13', '2013-08-08 21:05:13', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it null. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up.\n\nIndigo Blue Tee Lee Jeans - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.', 'Indigo Blue Tee Lee Jeans', 'Indigo Blue Tee Lee Jeans - NELLY.COM. Marfa authentic High Life veniam. Tumblr post-ironic typewriter, sriracha tote bag kogi you. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam.', 'publish', 'open', 'closed', '', 'indigo-blue-tee-lee-jeans', '', '', '2013-08-08 21:05:13', '2013-08-08 21:05:13', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=143', 0, 'product', '', 0),
(198, 2, '2013-08-08 21:02:34', '2013-08-08 21:02:34', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it null. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up.\n\nSunny Tank NOK 159, Selected Femme - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Sunny Tank Selected Femme', 'Sunny Tank NOK 159, Selected Femme - NELLY.COM. Marfa authentic High Life veniam. Tumblr post-ironic typewriter, sriracha tote bag kogi you. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam.', 'publish', 'open', 'closed', '', 'sunny-tank-selected-femme-2', '', '', '2013-08-08 21:02:34', '2013-08-08 21:02:34', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=138', 0, 'product', '', 0),
(199, 2, '2013-08-08 20:45:50', '2013-08-08 20:45:50', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it null. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up.\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\nRaglan Tee NOK 699, Denim & Supply Ralph Lauren', 'Raglan Tee Denim & Supply Ralph Lauren', 'Marfa authentic High Life veniam. Tumblr post-ironic typewriter, sriracha tote bag kogi you. Direct trade Banksy Carles pop-up. Raglan Tee , Denim & Supply Ralph Lauren.  Tumblr post-ironic typewriter, sriracha tote bag kogi you.', 'publish', 'open', 'closed', '', 'raglan-tee-denim-supply-ralph-lauren', '', '', '2013-08-08 20:45:50', '2013-08-08 20:45:50', '', 0, 'http://uxthemes.wpengine.com/product/raglan-tee-denim-supply-ralph-lauren/', 0, 'product', '', 0),
(200, 2, '2013-08-08 20:44:01', '2013-08-08 20:44:01', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it null. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up.\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\nPrint Ls College Sweat NOK 199, River Island - NELLY.COM', 'Print Ls College Sweat', 'Marfa authentic High Life veniam. Tumblr post-ironic typewriter, sriracha tote bag kogi you. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam. Print Ls College Sweat, River Island - NELLY.COM', 'publish', 'open', 'closed', '', 'print-ls-college-sweat', '', '', '2013-08-08 20:44:01', '2013-08-08 20:44:01', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=120', 0, 'product', '', 0),
(201, 2, '2013-08-08 20:39:50', '2013-08-08 20:39:50', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it null. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up.\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\nPink Check Shirt NOK 249, River Island - NELLY.COM', 'Pink Check Shirt', 'Pink Check Shirt NOK 249, River Island - NELLY.COM\n\nMarfa authentic High Life veniam. Tumblr post-ironic typewriter, sriracha tote bag kogi you. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam.', 'publish', 'open', 'closed', '', 'pink-check-shirt', '', '', '2013-08-08 20:39:50', '2013-08-08 20:39:50', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=111', 0, 'product', '', 0),
(202, 2, '2013-07-06 11:02:40', '2013-07-06 11:02:40', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam', 'Weekend Wine Course', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam', 'publish', 'open', 'closed', '', 'weekend-wine-course', '', '', '2013-07-06 11:02:40', '2013-07-06 11:02:40', '', 0, 'http://flatsome.dev/?post_type=product&amp;p=8269', 0, 'product', '', 0),
(203, 2, '2013-07-06 11:02:20', '2013-07-06 11:02:20', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.', 'Yoga Course', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam', 'publish', 'open', 'closed', '', 'yoga-course', '', '', '2013-07-06 11:02:20', '2013-07-06 11:02:20', '', 0, 'http://flatsome.dev/?post_type=product&amp;p=8268', 0, 'product', '', 0),
(204, 2, '2013-07-05 19:55:19', '2013-07-05 19:55:19', '\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat', 'Weekend in London', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat', 'publish', 'open', 'closed', '', 'weekend-in-london', '', '', '2013-07-05 19:55:19', '2013-07-05 19:55:19', '', 0, 'http://flatsome.dev/?post_type=product&amp;p=8244', 0, 'product', '', 0),
(205, 2, '2013-07-05 19:32:57', '2013-07-05 19:32:57', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat', 'Surfing in Portugal', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat', 'publish', 'open', 'closed', '', 'surfing-in-portugal', '', '', '2013-07-05 19:32:57', '2013-07-05 19:32:57', '', 0, 'http://flatsome.dev/?post_type=product&amp;p=8238', 0, 'product', '', 0),
(206, 2, '2013-06-07 11:38:12', '2013-06-07 11:38:12', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Woo Single #2', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'woo-single-2', '', '', '2013-06-07 11:38:12', '2013-06-07 11:38:12', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=99', 0, 'product', '', 0),
(207, 2, '2013-06-07 11:37:23', '2013-06-07 11:37:23', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Woo Album #4', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'woo-album-4', '', '', '2013-06-07 11:37:23', '2013-06-07 11:37:23', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=96', 0, 'product', '', 0),
(208, 2, '2013-06-07 11:36:34', '2013-06-07 11:36:34', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Woo Single #1', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'woo-single-1', '', '', '2013-06-07 11:36:34', '2013-06-07 11:36:34', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=93', 0, 'product', '', 0),
(209, 2, '2013-06-07 11:35:18', '2013-06-07 11:35:18', '', 'Woo Album #3', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'woo-album-3', '', '', '2013-06-07 11:35:18', '2013-06-07 11:35:18', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=90', 0, 'product', '', 0),
(210, 2, '2013-06-07 11:34:14', '2013-06-07 11:34:14', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Woo Album #2', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'woo-album-2', '', '', '2013-06-07 11:34:14', '2013-06-07 11:34:14', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=87', 0, 'product', '', 0),
(211, 2, '2013-06-07 11:33:05', '2013-06-07 11:33:05', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Woo Album #1', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'woo-album-1', '', '', '2013-06-07 11:33:05', '2013-06-07 11:33:05', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=83', 0, 'product', '', 0),
(212, 2, '2013-06-07 11:29:44', '2013-06-07 11:29:44', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Woo Logo', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'woo-logo-3', '', '', '2013-06-07 11:29:44', '2013-06-07 11:29:44', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=79', 0, 'product', '', 0),
(213, 2, '2013-06-07 11:28:45', '2013-06-07 11:28:45', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Woo Ninja', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'woo-ninja-3', '', '', '2013-06-07 11:28:45', '2013-06-07 11:28:45', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=76', 0, 'product', '', 0),
(214, 2, '2013-06-07 11:27:38', '2013-06-07 11:27:38', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Premium Quality', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'premium-quality-2', '', '', '2013-06-07 11:27:38', '2013-06-07 11:27:38', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=73', 0, 'product', '', 0),
(215, 2, '2013-06-07 11:25:01', '2013-06-07 11:25:01', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Flying Ninja', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'flying-ninja', '', '', '2013-06-07 11:25:01', '2013-06-07 11:25:01', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=70', 0, 'product', '', 0),
(216, 2, '2013-06-07 11:22:50', '2013-06-07 11:22:50', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Ship Your Idea', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'ship-your-idea-3', '', '', '2013-06-07 11:22:50', '2013-06-07 11:22:50', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=67', 0, 'product', '', 0),
(217, 2, '2013-06-07 11:07:19', '2013-06-07 11:07:19', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Ninja Silhouette', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'ninja-silhouette-2', '', '', '2013-06-07 11:07:19', '2013-06-07 11:07:19', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=56', 0, 'product', '', 0),
(218, 2, '2013-06-07 11:05:37', '2013-06-07 11:05:37', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Happy Ninja', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'happy-ninja-2', '', '', '2013-06-07 11:05:37', '2013-06-07 11:05:37', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=53', 0, 'product', '', 0),
(219, 2, '2013-06-07 11:03:56', '2013-06-07 11:03:56', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Patient Ninja', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'patient-ninja', '', '', '2013-06-07 11:03:56', '2013-06-07 11:03:56', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=50', 0, 'product', '', 0),
(220, 2, '2013-01-06 11:19:56', '2013-01-06 11:19:56', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam', 'Luxury Hotel', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam', 'publish', 'open', 'closed', '', 'luxury-hotel', '', '', '2013-01-06 11:19:56', '2013-01-06 11:19:56', '', 0, 'http://flatsome.dev/?post_type=product&amp;p=8277', 12, 'product', '', 0),
(221, 2, '2016-08-28 09:39:54', '2016-08-28 09:39:54', '', 'Lookbook Summer', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.', 'publish', 'open', 'closed', '', 'lookbook-summer', '', '', '2016-08-28 09:39:54', '2016-08-28 09:39:54', '', 0, 'http://flatsome.dev/?post_type=featured_item&amp;p=8922', 0, 'featured_item', '', 0),
(222, 2, '2016-08-28 09:38:06', '2016-08-28 09:38:06', '', 'Another Print Package', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. ', 'publish', 'open', 'closed', '', 'another-print-package', '', '', '2016-08-28 09:38:06', '2016-08-28 09:38:06', '', 0, 'http://flatsome.dev/?post_type=featured_item&amp;p=8919', 0, 'featured_item', '', 0),
(223, 2, '2016-08-28 09:36:46', '2016-08-28 09:36:46', '[ux_slider margin=\"13px\"]\n\n[ux_image id=\"8893\"]\n\n[ux_image id=\"8892\"]\n\n[ux_image id=\"8891\"]\n\n\n[/ux_slider]\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>', 'FL3 Print Package', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.', 'publish', 'open', 'closed', '', 'fl3-print-package', '', '', '2016-08-28 09:36:46', '2016-08-28 09:36:46', '', 0, 'http://flatsome.dev/?post_type=featured_item&amp;p=8917', 0, 'featured_item', '', 0),
(224, 2, '2016-08-28 09:35:26', '2016-08-28 09:35:26', '', 'Awesome Pencil Poster', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat', 'publish', 'open', 'closed', '', 'awesome-pencil-poster', '', '', '2016-08-28 09:35:26', '2016-08-28 09:35:26', '', 0, 'http://flatsome.dev/?post_type=featured_item&amp;p=8915', 0, 'featured_item', '', 0),
(225, 2, '2016-08-28 09:29:58', '2016-08-28 09:29:58', '', 'Portfolio typography', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.', 'publish', 'open', 'closed', '', 'portfolio-typography', '', '', '2016-08-28 09:29:58', '2016-08-28 09:29:58', '', 0, 'http://flatsome.dev/?post_type=featured_item&amp;p=8913', 0, 'featured_item', '', 0),
(226, 2, '2016-08-28 09:25:23', '2016-08-28 09:25:23', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.', 'Flatsome Poster Print', '', 'publish', 'open', 'closed', '', 'flatsome-poster-print', '', '', '2016-08-28 09:25:23', '2016-08-28 09:25:23', '', 0, 'http://flatsome.dev/?post_type=featured_item&amp;p=8909', 0, 'featured_item', '', 0),
(227, 2, '2016-08-28 09:22:57', '2016-08-28 09:22:57', '', 'Magazine', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat', 'publish', 'open', 'closed', '', 'magazine', '', '', '2016-08-28 09:22:57', '2016-08-28 09:22:57', '', 0, 'http://flatsome.dev/?post_type=featured_item&amp;p=8890', 0, 'featured_item', '', 0),
(228, 2, '2016-08-28 08:57:59', '2016-08-28 08:57:59', '', 'Flat T-Shirt Company', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.', 'publish', 'open', 'closed', '', 'flat-t-shirt-company', '', '', '2016-08-28 08:57:59', '2016-08-28 08:57:59', '', 0, 'http://flatsome.dev/?post_type=featured_item&amp;p=8887', 0, 'featured_item', '', 0),
(229, 2, '2016-08-09 09:52:05', '2016-08-09 09:52:05', ' ', '', '', 'publish', 'closed', 'closed', '', '8516', '', '', '2016-08-09 09:52:05', '2016-08-09 09:52:05', '', 45, 'http://flatsome.dev/?p=8516', 2, 'nav_menu_item', '', 0),
(230, 2, '2015-11-25 12:33:37', '2015-11-25 12:33:37', ' ', '', '', 'publish', 'closed', 'closed', '', '3320', '', '', '2015-11-25 12:33:37', '2015-11-25 12:33:37', '', 0, 'http://flatsome.dev/?p=3320', 49, 'nav_menu_item', '', 0),
(231, 2, '2015-11-19 10:44:52', '2015-11-19 10:44:52', ' ', '', '', 'publish', 'closed', 'closed', '', '3219', '', '', '2015-11-19 10:44:52', '2015-11-19 10:44:52', '', 0, 'http://flatsome.dev/2015/11/19/3219/', 1, 'nav_menu_item', '', 0),
(232, 2, '2015-11-19 10:44:52', '2015-11-19 10:44:52', ' ', '', '', 'publish', 'closed', 'closed', '', '3216', '', '', '2015-11-19 10:44:52', '2015-11-19 10:44:52', '', 66, 'http://flatsome.dev/2015/11/19/3216/', 19, 'nav_menu_item', '', 0),
(233, 2, '2015-11-19 10:44:52', '2015-11-19 10:44:52', ' ', '', '', 'publish', 'closed', 'closed', '', '3215', '', '', '2015-11-19 10:44:52', '2015-11-19 10:44:52', '', 66, 'http://flatsome.dev/2015/11/19/3215/', 2, 'nav_menu_item', '', 0),
(234, 2, '2015-11-19 10:44:52', '2015-11-19 10:44:52', ' ', '', '', 'publish', 'closed', 'closed', '', '3210', '', '', '2015-11-19 10:44:52', '2015-11-19 10:44:52', '', 0, 'http://flatsome.dev/2015/11/19/3210/', 58, 'nav_menu_item', '', 0),
(235, 2, '2016-08-09 14:24:23', '2016-08-09 14:24:23', ' ', '', '', 'publish', 'closed', 'closed', '', '8552', '', '', '2016-08-09 14:24:23', '2016-08-09 14:24:23', '', 68, 'http://flatsome.dev/?p=8552', 7, 'nav_menu_item', '', 0),
(236, 2, '2016-08-09 14:22:09', '2016-08-09 14:22:09', ' ', '', '', 'publish', 'closed', 'closed', '', '8548', '', '', '2016-08-09 14:22:09', '2016-08-09 14:22:09', '', 68, 'http://flatsome.dev/?p=8548', 6, 'nav_menu_item', '', 0),
(237, 2, '2016-08-04 11:10:25', '2016-08-04 11:10:25', ' ', '', '', 'publish', 'closed', 'closed', '', '8406', '', '', '2016-08-04 11:10:25', '2016-08-04 11:10:25', '', 68, 'http://flatsome.dev/?p=8406', 10, 'nav_menu_item', '', 0),
(238, 2, '2016-07-04 20:03:30', '2016-07-04 20:03:30', ' ', '', '', 'publish', 'closed', 'closed', '', '8196', '', '', '2016-07-04 20:03:30', '2016-07-04 20:03:30', '', 67, 'http://flatsome.dev/?p=8196', 22, 'nav_menu_item', '', 0),
(239, 2, '2016-04-04 11:20:49', '2016-04-04 11:20:49', ' ', '', '', 'publish', 'closed', 'closed', '', '7040', '', '', '2016-04-04 11:20:49', '2016-04-04 11:20:49', '', 67, 'http://flatsome.dev/?p=7040', 23, 'nav_menu_item', '', 0),
(240, 2, '2016-02-18 15:14:15', '2016-02-18 15:14:15', ' ', '', '', 'publish', 'closed', 'closed', '', '4046', '', '', '2016-02-18 15:14:15', '2016-02-18 15:14:15', '', 67, 'http://flatsome.dev/?p=4046', 21, 'nav_menu_item', '', 0),
(241, 2, '2015-11-20 08:29:53', '2015-11-20 08:29:53', '', 'More Shop Demos', '', 'publish', 'closed', 'closed', '', 'more-shop-demos', '', '', '2015-11-20 08:29:53', '2015-11-20 08:29:53', '', 66, 'http://flatsome.dev/?p=3263', 11, 'nav_menu_item', '', 0),
(242, 2, '2015-11-20 08:29:53', '2015-11-20 08:29:53', ' ', '', '', 'publish', 'closed', 'closed', '', '3259', '', '', '2015-11-20 08:29:53', '2015-11-20 08:29:53', '', 68, 'http://flatsome.dev/?p=3259', 12, 'nav_menu_item', '', 0),
(243, 2, '2015-11-19 10:44:53', '2015-11-19 10:44:53', ' ', '', '', 'publish', 'closed', 'closed', '', '3224', '', '', '2015-11-19 10:44:53', '2015-11-19 10:44:53', '', 67, 'http://flatsome.dev/2015/11/19/3224/', 20, 'nav_menu_item', '', 0),
(244, 2, '2015-11-19 10:44:53', '2015-11-19 10:44:53', ' ', '', '', 'publish', 'closed', 'closed', '', '3222', '', '', '2015-11-19 10:44:53', '2015-11-19 10:44:53', '', 67, 'http://flatsome.dev/2015/11/19/3222/', 24, 'nav_menu_item', '', 0),
(245, 2, '2015-11-19 10:44:52', '2015-11-19 10:44:52', ' ', '', '', 'publish', 'closed', 'closed', '', '3218', '', '', '2015-11-19 10:44:52', '2015-11-19 10:44:52', '', 68, 'http://flatsome.dev/2015/11/19/3218/', 3, 'nav_menu_item', '', 0),
(246, 2, '2015-11-19 10:44:52', '2015-11-19 10:44:52', ' ', '', '', 'publish', 'closed', 'closed', '', '3204', '', '', '2015-11-19 10:44:52', '2015-11-19 10:44:52', '', 0, 'http://flatsome.dev/2015/11/19/3204/', 51, 'nav_menu_item', '', 0),
(247, 2, '2015-11-19 10:44:52', '2015-11-19 10:44:52', ' ', '', '', 'publish', 'closed', 'closed', '', '3203', '', '', '2015-11-19 10:44:52', '2015-11-19 10:44:52', '', 0, 'http://flatsome.dev/2015/11/19/3203/', 57, 'nav_menu_item', '', 0),
(248, 2, '2015-11-19 10:44:52', '2015-11-19 10:44:52', ' ', '', '', 'publish', 'closed', 'closed', '', '3202', '', '', '2015-11-19 10:44:52', '2015-11-19 10:44:52', '', 68, 'http://flatsome.dev/2015/11/19/3202/', 4, 'nav_menu_item', '', 0),
(249, 2, '2015-11-19 10:44:52', '2015-11-19 10:44:52', ' ', '', '', 'publish', 'closed', 'closed', '', '3201', '', '', '2015-11-19 10:44:52', '2015-11-19 10:44:52', '', 68, 'http://flatsome.dev/2015/11/19/3201/', 8, 'nav_menu_item', '', 0),
(250, 2, '2015-11-19 10:44:52', '2015-11-19 10:44:52', ' ', '', '', 'publish', 'closed', 'closed', '', '3200', '', '', '2015-11-19 10:44:52', '2015-11-19 10:44:52', '', 68, 'http://flatsome.dev/2015/11/19/3200/', 5, 'nav_menu_item', '', 0),
(251, 2, '2015-11-19 10:44:52', '2015-11-19 10:44:52', ' ', '', '', 'publish', 'closed', 'closed', '', '3197', '', '', '2015-11-19 10:44:52', '2015-11-19 10:44:52', '', 68, 'http://flatsome.dev/2015/11/19/3197/', 9, 'nav_menu_item', '', 0);
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
(252, 2, '2015-11-19 10:44:50', '2015-11-19 10:44:50', ' ', '', '', 'publish', 'closed', 'closed', '', '3167', '', '', '2015-11-19 10:44:50', '2015-11-19 10:44:50', '', 45, 'http://flatsome.dev/2015/11/19/3167/', 1, 'nav_menu_item', '', 0),
(253, 2, '2015-11-19 10:44:48', '2015-11-19 10:44:48', ' ', '', '', 'publish', 'closed', 'closed', '', '3121', '', '', '2015-11-19 10:44:48', '2015-11-19 10:44:48', '', 0, 'http://flatsome.dev/2015/11/19/3121/', 3, 'nav_menu_item', '', 0),
(254, 2, '2015-11-19 10:44:48', '2015-11-19 10:44:48', ' ', '', '', 'publish', 'closed', 'closed', '', '3119', '', '', '2015-11-19 10:44:48', '2015-11-19 10:44:48', '', 45, 'http://flatsome.dev/2015/11/19/3119/', 4, 'nav_menu_item', '', 0),
(255, 2, '2016-08-09 14:22:09', '2016-08-09 14:22:09', ' ', '', '', 'publish', 'closed', 'closed', '', '8547', '', '', '2016-08-09 14:22:09', '2016-08-09 14:22:09', '', 45, 'http://flatsome.dev/?p=8547', 56, 'nav_menu_item', '', 0),
(256, 2, '2016-08-04 11:17:30', '2016-08-04 11:17:30', ' ', '', '', 'publish', 'closed', 'closed', '', '8416', '', '', '2016-08-04 11:17:30', '2016-08-04 11:17:30', '', 45, 'http://flatsome.dev/?p=8416', 55, 'nav_menu_item', '', 0),
(257, 2, '2016-07-04 10:47:55', '2016-07-04 10:47:55', ' ', '', '', 'publish', 'closed', 'closed', '', '8113', '', '', '2016-07-04 10:47:55', '2016-07-04 10:47:55', '', 68, 'http://flatsome.dev/?p=8113', 17, 'nav_menu_item', '', 0),
(258, 2, '2016-04-26 12:34:59', '2016-04-26 12:34:59', ' ', '', '', 'publish', 'closed', 'closed', '', '7318', '', '', '2016-04-26 12:34:59', '2016-04-26 12:34:59', '', 68, 'http://flatsome.dev/?p=7318', 15, 'nav_menu_item', '', 0),
(259, 2, '2016-04-18 13:08:41', '2016-04-18 13:08:41', ' ', '', '', 'publish', 'closed', 'closed', '', '7226', '', '', '2016-04-18 13:08:41', '2016-04-18 13:08:41', '', 68, 'http://flatsome.dev/?p=7226', 18, 'nav_menu_item', '', 0),
(260, 2, '2016-02-17 13:39:07', '2016-02-17 13:39:07', ' ', '', '', 'publish', 'closed', 'closed', '', '4027', '', '', '2016-02-17 13:39:07', '2016-02-17 13:39:07', '', 68, 'http://flatsome.dev/?p=4027', 14, 'nav_menu_item', '', 0),
(261, 2, '2016-02-17 10:15:47', '2016-02-17 10:15:47', ' ', '', '', 'publish', 'closed', 'closed', '', '4010', '', '', '2016-02-17 10:15:47', '2016-02-17 10:15:47', '', 68, 'http://flatsome.dev/?p=4010', 13, 'nav_menu_item', '', 0),
(262, 2, '2015-11-20 13:46:54', '2015-11-20 13:46:54', ' ', '', '', 'publish', 'closed', 'closed', '', '3290', '', '', '2015-11-20 13:46:54', '2015-11-20 13:46:54', '', 68, 'http://flatsome.dev/?p=3290', 16, 'nav_menu_item', '', 0),
(263, 2, '2015-11-19 10:44:52', '2015-11-19 10:44:52', ' ', '', '', 'publish', 'closed', 'closed', '', '3209', '', '', '2015-11-19 10:44:52', '2015-11-19 10:44:52', '', 45, 'http://flatsome.dev/2015/11/19/3209/', 52, 'nav_menu_item', '', 0),
(264, 2, '2015-11-19 10:44:52', '2015-11-19 10:44:52', ' ', '', '', 'publish', 'closed', 'closed', '', '3206', '', '', '2015-11-19 10:44:52', '2015-11-19 10:44:52', '', 45, 'http://flatsome.dev/2015/11/19/3206/', 54, 'nav_menu_item', '', 0),
(265, 2, '2015-11-19 10:44:52', '2015-11-19 10:44:52', ' ', '', '', 'publish', 'closed', 'closed', '', '3205', '', '', '2015-11-19 10:44:52', '2015-11-19 10:44:52', '', 45, 'http://flatsome.dev/2015/11/19/3205/', 53, 'nav_menu_item', '', 0),
(266, 2, '2015-11-19 10:44:48', '2015-11-19 10:44:48', ' ', '', '', 'publish', 'closed', 'closed', '', '3118', '', '', '2015-11-19 10:44:48', '2015-11-19 10:44:48', '', 0, 'http://flatsome.dev/2015/11/19/3118/', 5, 'nav_menu_item', '', 0),
(267, 2, '2019-04-11 08:55:11', '2019-04-11 08:55:11', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"3861\" bg_overlay=\"rgba(0, 0, 0, 0.02)\" bg_pos=\"58% 63%\"]\n\n[text_box width=\"70\" width__sm=\"100\" animate=\"flipInY\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"alt-font\">It has Finally started...</h3>\n[divider margin=\"3px\"]\n\n<h1 class=\"h-large uppercase\"><span style=\"font-size: 160%;\"><strong>Offline Draft</strong></span></h1>\n<h1 class=\"uppercase\"><span style=\"font-size: 100%;\">UP TO <strong>70% OFF</strong></span></h1>\n[divider]\n\n[button text=\"Shop men\" color=\"white\" style=\"outline\" link=\"#\"]\n\n[button text=\"Shop women\" color=\"white\" style=\"outline\" link=\"#\"]\n\n[button text=\"Shop all\" color=\"white\" style=\"outline\" link=\"#\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"8102\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"72% 6%\"]\n\n[text_box text_color=\"dark\" width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"10\" position_x__sm=\"50\" position_y=\"50\"]\n\n<h3 class=\"alt-font\">Mens Clothing</h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\"><strong>Hot Summer Fashion</strong></h2>\n<h3><strong>From 19$</strong></h3>\n[divider]\n\n[button text=\"Shop now\" style=\"outline\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"8654\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"57% 49%\"]\n\n[text_box text_color=\"dark\" width=\"40\" width__sm=\"84\" animate=\"fadeInLeft\" position_x=\"10\" position_y=\"50\" text_align=\"left\"]\n\n<h3 class=\"alt-font\">Shop Now</h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\"><strong>This is an awesome video banner</strong></h2>\n[divider align=\"left\"]\n\n[button text=\"Shop Men\" style=\"outline\"]\n\n[button text=\"Shop Women\" style=\"outline\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"8651\" bg_overlay=\"rgba(0, 0, 0, 0.05)\" bg_pos=\"67% 70%\"]\n\n[text_box width=\"40\" width__sm=\"100\" animate=\"fadeInLeft\" position_x=\"90\" position_x__sm=\"50\" position_y=\"50\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\">A Nice top title</h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\"><strong>Change this</strong></h2>\n<h2 class=\"uppercase\"><strong>to Anything</strong></h2>\n<p class=\"lead\">This can easily be edited in the page builder.</p>\n[button text=\"Browse Products\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"160px\" bg=\"3834\" bg_pos=\"55% 11%\" hover=\"zoom-fade\" link=\"blog\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<h2><strong><span class=\"uppercase\">Our Blog</span></strong></h2>\n[divider]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"160px\" bg=\"3862\" hover=\"zoom-fade\" link=\"http://localhost:8888/test/blog/\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<h2><strong><span class=\"uppercase\">Join our<br />\n<span style=\"font-size: 85%;\">competition</span></span></strong></h2>\n[divider]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"160px\" bg=\"3833\" bg_pos=\"71% 0%\" hover=\"zoom-fade\" link=\"about-us\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<h2><strong><span class=\"uppercase\">ABOUT US</span></strong></h2>\n[divider]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"weekly featured products\"]\n\n[ux_products products=\"14\" show=\"featured\"]\n\n[title style=\"center\" text=\"Best Selling Products\" size=\"undefined\"]\n\n[ux_products orderby=\"sales\"]\n\n[title style=\"center\" text=\"Browse our categories\"]\n\n[ux_product_categories number=\"20\"]\n\n[gap height=\"40px\"]\n\n[row col_style=\"divided\"]\n\n[col span=\"4\"]\n\n[featured_box img=\"8685\" img_width=\"46\" pos=\"center\" title=\"Free Shipping on all orders\" icon_border=\"2\" icon_color=\"rgb(182, 182, 182)\" margin=\"0px 0px 0px 0px\"]\n\n<p>Get Free Shipping on all orders over $75 and free returns to our UK returns centre! Items are dispatched from the US and will arrive in 5-8 days.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"8686\" img_width=\"46\" pos=\"center\" title=\"Amazing customer service\" icon_border=\"2\" icon_color=\"rgb(182, 182, 182)\" margin=\"0px 0px 0px 0px\"]\n\n<p>Get Free Shipping on all orders over $75 and free returns to our UK returns centre! Items are dispatched from the US and will arrive in 5-8 days.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"8687\" img_width=\"46\" pos=\"center\" title=\"No Customs or Duty Fees!\" icon_border=\"2\" icon_color=\"rgb(182, 182, 182)\" margin=\"0px 0px 0px 0px\"]\n\n<p>We pay these fees so you don’t have to! The total billed at checkout is the final amount you pay, inclusive of VAT, with no additional charges at the time of delivery!</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n[gap height=\"40px\"]\n\n[ux_slider timer=\"2000\"]\n\n[ux_banner height=\"300px\" bg=\"8011\" parallax=\"1\"]\n\n[text_box width=\"78\" position_x=\"50\" position_y=\"50\"]\n\n[testimonial image_width=\"128\" name=\"Lucy Anderson\" company=\"Facebook\" stars=\"3\"]\n\n<p>PBR kogi VHS commodo, single-origin coffee selvage kale chips. Fugiat try-hard ad aesthetic, tofu master cleanse typewriter tote bag accusamus sustainable ennui hella small batch cliche.</p>\n\n[/testimonial]\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"300px\" bg=\"8011\" parallax=\"1\"]\n\n[text_box width=\"80\" position_x=\"50\" position_y=\"50\"]\n\n[testimonial image_width=\"117\" name=\"Rebecca Smith\" company=\"Twitter\" stars=\"3\"]\n\n<p>PBR kogi VHS commodo, single-origin coffee selvage kale chips. Fugiat try-hard ad aesthetic, tofu master cleanse typewriter tote bag accusamus sustainable ennui hella small batch cliche.</p>\n\n[/testimonial]\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"300px\" bg=\"8011\" parallax=\"1\"]\n\n[text_box width=\"80\" position_x=\"50\" position_y=\"50\"]\n\n[testimonial image_width=\"131\" name=\"Jenny Brooks\" company=\"LinkedIn\"]\n\n<p>PBR kogi VHS commodo, single-origin coffee selvage kale chips. Fugiat try-hard ad aesthetic, tofu master cleanse typewriter tote bag accusamus sustainable ennui hella small batch cliche.</p>\n\n[/testimonial]\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[title style=\"center\" text=\"Latest News\" size=\"undefined\"]\n\n[blog_posts columns__sm=\"1\" animate=\"fadeInLeft\" posts=\"4\" image_height=\"70%\"]', 'Classic Shop', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2019-04-11 08:55:11', '2019-04-11 08:55:11', '', 96, 'http://192.168.3.60/wordpress/2019/04/11/96-revision-v1/', 0, 'revision', '', 0),
(268, 2, '2019-04-11 08:55:26', '2019-04-11 08:55:26', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"5\" bg_overlay=\"rgba(0, 0, 0, 0.02)\" bg_pos=\"58% 63%\"]\n\n[text_box width=\"70\" width__sm=\"100\" animate=\"flipInY\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"alt-font\">It has Finally started...</h3>\n[divider margin=\"3px\"]\n\n<h1 class=\"h-large uppercase\"><span style=\"font-size: 160%;\"><strong>Offline Draft</strong></span></h1>\n<h1 class=\"uppercase\"><span style=\"font-size: 100%;\">UP TO <strong>70% OFF</strong></span></h1>\n[divider]\n\n[button text=\"Shop men\" color=\"white\" style=\"outline\" link=\"#\"]\n\n[button text=\"Shop women\" color=\"white\" style=\"outline\" link=\"#\"]\n\n[button text=\"Shop all\" color=\"white\" style=\"outline\" link=\"#\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"8102\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"72% 6%\"]\n\n[text_box text_color=\"dark\" width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"10\" position_x__sm=\"50\" position_y=\"50\"]\n\n<h3 class=\"alt-font\">Mens Clothing</h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\"><strong>Hot Summer Fashion</strong></h2>\n<h3><strong>From 19$</strong></h3>\n[divider]\n\n[button text=\"Shop now\" style=\"outline\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"8654\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"57% 49%\"]\n\n[text_box text_color=\"dark\" width=\"40\" width__sm=\"84\" animate=\"fadeInLeft\" position_x=\"10\" position_y=\"50\" text_align=\"left\"]\n\n<h3 class=\"alt-font\">Shop Now</h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\"><strong>This is an awesome video banner</strong></h2>\n[divider align=\"left\"]\n\n[button text=\"Shop Men\" style=\"outline\"]\n\n[button text=\"Shop Women\" style=\"outline\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"8651\" bg_overlay=\"rgba(0, 0, 0, 0.05)\" bg_pos=\"67% 70%\"]\n\n[text_box width=\"40\" width__sm=\"100\" animate=\"fadeInLeft\" position_x=\"90\" position_x__sm=\"50\" position_y=\"50\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\">A Nice top title</h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\"><strong>Change this</strong></h2>\n<h2 class=\"uppercase\"><strong>to Anything</strong></h2>\n<p class=\"lead\">This can easily be edited in the page builder.</p>\n[button text=\"Browse Products\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"160px\" bg=\"3834\" bg_pos=\"55% 11%\" hover=\"zoom-fade\" link=\"blog\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<h2><strong><span class=\"uppercase\">Our Blog</span></strong></h2>\n[divider]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"160px\" bg=\"3862\" hover=\"zoom-fade\" link=\"http://localhost:8888/test/blog/\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<h2><strong><span class=\"uppercase\">Join our<br />\n<span style=\"font-size: 85%;\">competition</span></span></strong></h2>\n[divider]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"160px\" bg=\"3833\" bg_pos=\"71% 0%\" hover=\"zoom-fade\" link=\"about-us\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<h2><strong><span class=\"uppercase\">ABOUT US</span></strong></h2>\n[divider]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"weekly featured products\"]\n\n[ux_products products=\"14\" show=\"featured\"]\n\n[title style=\"center\" text=\"Best Selling Products\" size=\"undefined\"]\n\n[ux_products orderby=\"sales\"]\n\n[title style=\"center\" text=\"Browse our categories\"]\n\n[ux_product_categories number=\"20\"]\n\n[gap height=\"40px\"]\n\n[row col_style=\"divided\"]\n\n[col span=\"4\"]\n\n[featured_box img=\"8685\" img_width=\"46\" pos=\"center\" title=\"Free Shipping on all orders\" icon_border=\"2\" icon_color=\"rgb(182, 182, 182)\" margin=\"0px 0px 0px 0px\"]\n\n<p>Get Free Shipping on all orders over $75 and free returns to our UK returns centre! Items are dispatched from the US and will arrive in 5-8 days.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"8686\" img_width=\"46\" pos=\"center\" title=\"Amazing customer service\" icon_border=\"2\" icon_color=\"rgb(182, 182, 182)\" margin=\"0px 0px 0px 0px\"]\n\n<p>Get Free Shipping on all orders over $75 and free returns to our UK returns centre! Items are dispatched from the US and will arrive in 5-8 days.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"8687\" img_width=\"46\" pos=\"center\" title=\"No Customs or Duty Fees!\" icon_border=\"2\" icon_color=\"rgb(182, 182, 182)\" margin=\"0px 0px 0px 0px\"]\n\n<p>We pay these fees so you don’t have to! The total billed at checkout is the final amount you pay, inclusive of VAT, with no additional charges at the time of delivery!</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n[gap height=\"40px\"]\n\n[ux_slider timer=\"2000\"]\n\n[ux_banner height=\"300px\" bg=\"8011\" parallax=\"1\"]\n\n[text_box width=\"78\" position_x=\"50\" position_y=\"50\"]\n\n[testimonial image_width=\"128\" name=\"Lucy Anderson\" company=\"Facebook\" stars=\"3\"]\n\n<p>PBR kogi VHS commodo, single-origin coffee selvage kale chips. Fugiat try-hard ad aesthetic, tofu master cleanse typewriter tote bag accusamus sustainable ennui hella small batch cliche.</p>\n\n[/testimonial]\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"300px\" bg=\"8011\" parallax=\"1\"]\n\n[text_box width=\"80\" position_x=\"50\" position_y=\"50\"]\n\n[testimonial image_width=\"117\" name=\"Rebecca Smith\" company=\"Twitter\" stars=\"3\"]\n\n<p>PBR kogi VHS commodo, single-origin coffee selvage kale chips. Fugiat try-hard ad aesthetic, tofu master cleanse typewriter tote bag accusamus sustainable ennui hella small batch cliche.</p>\n\n[/testimonial]\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"300px\" bg=\"8011\" parallax=\"1\"]\n\n[text_box width=\"80\" position_x=\"50\" position_y=\"50\"]\n\n[testimonial image_width=\"131\" name=\"Jenny Brooks\" company=\"LinkedIn\"]\n\n<p>PBR kogi VHS commodo, single-origin coffee selvage kale chips. Fugiat try-hard ad aesthetic, tofu master cleanse typewriter tote bag accusamus sustainable ennui hella small batch cliche.</p>\n\n[/testimonial]\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[title style=\"center\" text=\"Latest News\" size=\"undefined\"]\n\n[blog_posts columns__sm=\"1\" animate=\"fadeInLeft\" posts=\"4\" image_height=\"70%\"]', 'Classic Shop', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2019-04-11 08:55:26', '2019-04-11 08:55:26', '', 96, 'http://192.168.3.60/wordpress/2019/04/11/96-revision-v1/', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_social_users`
--

CREATE TABLE `wp_social_users` (
  `ID` int(11) NOT NULL,
  `type` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
  `identifier` varchar(100) COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `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 DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_termmeta`
--

INSERT INTO `wp_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES
(1, 22, 'order', '0'),
(2, 23, 'order', '0'),
(3, 22, 'product_count_product_cat', '9'),
(4, 23, 'product_count_product_cat', '9'),
(5, 24, 'product_count_product_tag', '3'),
(6, 25, 'product_count_product_tag', '9'),
(7, 26, 'product_count_product_tag', '9'),
(8, 27, 'product_count_product_tag', '2'),
(9, 28, 'order', '0'),
(10, 28, 'product_count_product_cat', '7'),
(11, 29, 'product_count_product_tag', '3'),
(12, 30, 'product_count_product_tag', '7'),
(13, 31, 'product_count_product_tag', '6'),
(14, 32, 'order', '0'),
(15, 33, 'order', '0'),
(16, 32, 'product_count_product_cat', '7'),
(17, 33, 'product_count_product_cat', '15'),
(18, 34, 'order', '0'),
(19, 34, 'product_count_product_cat', '7'),
(20, 35, 'order', '0'),
(21, 35, 'product_count_product_cat', '6'),
(22, 36, 'order', '0'),
(23, 36, 'product_count_product_cat', '1'),
(24, 37, 'product_count_product_tag', '1'),
(25, 38, 'product_count_product_tag', '1'),
(26, 39, 'product_count_product_tag', '1'),
(27, 40, 'product_count_product_tag', '1'),
(28, 41, 'product_count_product_tag', '1'),
(29, 42, 'product_count_product_tag', '1'),
(30, 43, 'product_count_product_tag', '5'),
(31, 44, 'product_count_product_tag', '1'),
(32, 45, 'order', '0'),
(33, 45, 'product_count_product_cat', '6'),
(34, 46, 'product_count_product_tag', '5'),
(35, 47, 'product_count_product_tag', '1'),
(36, 48, 'product_count_product_tag', '3'),
(37, 49, 'product_count_product_tag', '1'),
(38, 50, 'product_count_product_tag', '3'),
(39, 51, 'product_count_product_tag', '2'),
(40, 52, 'product_count_product_tag', '3'),
(41, 53, 'product_count_product_tag', '2'),
(42, 54, 'product_count_product_tag', '1'),
(43, 55, 'product_count_product_tag', '2'),
(44, 56, 'order', '0'),
(45, 57, 'order', '0'),
(46, 56, 'product_count_product_cat', '6'),
(47, 57, 'product_count_product_cat', '2'),
(48, 58, 'order', '0'),
(49, 58, 'product_count_product_cat', '4'),
(50, 59, 'order', '0'),
(51, 59, 'product_count_product_cat', '5'),
(52, 60, 'order', '0'),
(53, 61, 'order', '0'),
(54, 60, 'product_count_product_cat', '3'),
(55, 61, 'product_count_product_cat', '3'),
(56, 62, 'product_count_product_tag', '1'),
(57, 63, 'product_count_product_tag', '1');

-- --------------------------------------------------------

--
-- Table structure for table `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;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'simple', 'simple', 0),
(3, 'grouped', 'grouped', 0),
(4, 'variable', 'variable', 0),
(5, 'external', 'external', 0),
(6, 'exclude-from-search', 'exclude-from-search', 0),
(7, 'exclude-from-catalog', 'exclude-from-catalog', 0),
(8, 'featured', 'featured', 0),
(9, 'outofstock', 'outofstock', 0),
(10, 'rated-1', 'rated-1', 0),
(11, 'rated-2', 'rated-2', 0),
(12, 'rated-3', 'rated-3', 0),
(13, 'rated-4', 'rated-4', 0),
(14, 'rated-5', 'rated-5', 0),
(15, 'Uncategorized', 'uncategorized', 0),
(16, 'Style', 'style', 0),
(17, 'Video', 'post-format-video', 0),
(18, 'brooklyn', 'brooklyn', 0),
(19, 'fashion', 'fashion', 0),
(20, 'style', 'style-2', 0),
(21, 'women', 'women-3', 0),
(22, 'Men', 'men', 0),
(23, 'T-Shirts', 't-shirts', 0),
(24, 'jeans', 'jeans-2', 0),
(25, 'man', 'man', 0),
(26, 't-shirt', 't-shirt', 0),
(27, 'white', 'white', 0),
(28, 'Shoes', 'shoes', 0),
(29, 'Diesel', 'diesel', 0),
(30, 'shoe', 'shoe', 0),
(31, 'stars', 'stars', 0),
(32, 'Sweaters', 'sweaters', 0),
(33, 'Women', 'women', 0),
(34, 'Tops', 'tops', 0),
(35, 'Booking', 'booking', 0),
(36, 'Jeans', 'jeans', 0),
(37, 'fit', 'fit', 0),
(38, 'levis', 'levis', 0),
(39, 'party', 'party', 0),
(40, 'washed-out', 'washed-out', 0),
(41, 'women', 'women-2', 0),
(42, 'River Island', 'river-island', 0),
(43, 'Jack and Jones', 'jack-and-jones', 0),
(44, 'Lee', 'lee', 0),
(45, 'Bags', 'bags', 0),
(46, 'bag', 'bag', 0),
(47, 'classic', 'classic', 0),
(48, 'leather', 'leather', 0),
(49, 'sweden', 'sweden', 0),
(50, 'green', 'green', 0),
(51, 'nypd', 'nypd', 0),
(52, 'Converse', 'converse', 0),
(53, 'rock chick', 'rock-chick', 0),
(54, 'vans', 'vans', 0),
(55, 'run', 'run', 0),
(56, 'Music', 'music', 0),
(57, 'Singles', 'singles', 0),
(58, 'Albums', 'albums', 0),
(59, 'Posters', 'posters', 0),
(60, 'Clothing', 'clothing', 0),
(61, 'Hoodies', 'hoodies', 0),
(62, 'Jumper', 'jumper', 0),
(63, 'Pink', 'pink', 0),
(64, 'Lookbook', 'lookbook', 0),
(65, 'Design', 'design', 0),
(66, 'Secondary', 'secondary', 0),
(67, 'Main', 'main', 0);

-- --------------------------------------------------------

--
-- Table structure for table `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;

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(13, 1, 0),
(14, 1, 0),
(15, 1, 0),
(16, 16, 0),
(16, 17, 0),
(17, 16, 0),
(17, 18, 0),
(17, 19, 0),
(17, 20, 0),
(17, 21, 0),
(18, 16, 0),
(18, 18, 0),
(18, 19, 0),
(18, 20, 0),
(18, 21, 0),
(19, 16, 0),
(20, 16, 0),
(164, 2, 0),
(164, 22, 0),
(164, 23, 0),
(164, 24, 0),
(164, 25, 0),
(164, 26, 0),
(164, 27, 0),
(165, 4, 0),
(165, 28, 0),
(165, 29, 0),
(165, 30, 0),
(165, 31, 0),
(166, 2, 0),
(166, 32, 0),
(166, 33, 0),
(167, 2, 0),
(167, 33, 0),
(167, 34, 0),
(168, 2, 0),
(168, 35, 0),
(169, 2, 0),
(169, 24, 0),
(169, 33, 0),
(169, 36, 0),
(169, 37, 0),
(169, 38, 0),
(169, 39, 0),
(169, 40, 0),
(169, 41, 0),
(170, 2, 0),
(170, 22, 0),
(170, 23, 0),
(170, 25, 0),
(170, 26, 0),
(170, 42, 0),
(171, 4, 0),
(171, 22, 0),
(171, 23, 0),
(171, 25, 0),
(171, 26, 0),
(171, 43, 0),
(172, 2, 0),
(172, 22, 0),
(172, 23, 0),
(172, 25, 0),
(172, 26, 0),
(172, 43, 0),
(173, 2, 0),
(173, 22, 0),
(173, 23, 0),
(173, 25, 0),
(173, 26, 0),
(173, 43, 0),
(174, 2, 0),
(174, 22, 0),
(174, 23, 0),
(174, 25, 0),
(174, 26, 0),
(174, 43, 0),
(175, 2, 0),
(175, 22, 0),
(175, 23, 0),
(175, 25, 0),
(175, 26, 0),
(175, 43, 0),
(176, 2, 0),
(176, 22, 0),
(176, 23, 0),
(176, 25, 0),
(176, 26, 0),
(176, 44, 0),
(177, 2, 0),
(177, 22, 0),
(177, 23, 0),
(177, 24, 0),
(177, 25, 0),
(177, 26, 0),
(177, 27, 0),
(178, 2, 0),
(178, 45, 0),
(178, 46, 0),
(178, 47, 0),
(178, 48, 0),
(178, 49, 0),
(179, 5, 0),
(179, 45, 0),
(179, 46, 0),
(179, 48, 0),
(179, 50, 0),
(179, 51, 0),
(180, 2, 0),
(180, 45, 0),
(180, 46, 0),
(180, 48, 0),
(180, 51, 0),
(181, 2, 0),
(181, 45, 0),
(181, 46, 0),
(181, 52, 0),
(181, 53, 0),
(182, 2, 0),
(182, 45, 0),
(182, 46, 0),
(182, 52, 0),
(182, 53, 0),
(183, 2, 0),
(183, 45, 0),
(184, 4, 0),
(184, 28, 0),
(184, 29, 0),
(184, 30, 0),
(184, 31, 0),
(185, 4, 0),
(185, 28, 0),
(185, 30, 0),
(185, 31, 0),
(185, 52, 0),
(186, 2, 0),
(186, 28, 0),
(186, 29, 0),
(186, 30, 0),
(186, 31, 0),
(187, 2, 0),
(187, 28, 0),
(187, 30, 0),
(187, 31, 0),
(187, 54, 0),
(188, 2, 0),
(188, 28, 0),
(188, 30, 0),
(188, 31, 0),
(188, 50, 0),
(188, 55, 0),
(189, 4, 0),
(189, 28, 0),
(189, 30, 0),
(189, 50, 0),
(189, 55, 0),
(190, 2, 0),
(190, 32, 0),
(190, 33, 0),
(191, 2, 0),
(191, 32, 0),
(191, 33, 0),
(192, 2, 0),
(192, 32, 0),
(192, 33, 0),
(193, 2, 0),
(193, 32, 0),
(193, 33, 0),
(194, 2, 0),
(194, 32, 0),
(194, 33, 0),
(195, 2, 0),
(195, 32, 0),
(195, 33, 0),
(196, 2, 0),
(196, 33, 0),
(196, 34, 0),
(197, 2, 0),
(197, 33, 0),
(197, 34, 0),
(198, 2, 0),
(198, 33, 0),
(198, 34, 0),
(199, 2, 0),
(199, 33, 0),
(199, 34, 0),
(200, 2, 0),
(200, 33, 0),
(200, 34, 0),
(201, 4, 0),
(201, 33, 0),
(201, 34, 0),
(202, 2, 0),
(202, 35, 0),
(203, 2, 0),
(203, 35, 0),
(204, 2, 0),
(204, 35, 0),
(205, 4, 0),
(205, 35, 0),
(206, 2, 0),
(206, 56, 0),
(206, 57, 0),
(207, 2, 0),
(207, 56, 0),
(207, 58, 0),
(208, 2, 0),
(208, 56, 0),
(208, 57, 0),
(209, 2, 0),
(209, 56, 0),
(209, 58, 0),
(210, 2, 0),
(210, 56, 0),
(210, 58, 0),
(211, 2, 0),
(211, 56, 0),
(211, 58, 0),
(212, 2, 0),
(212, 59, 0),
(213, 2, 0),
(213, 59, 0),
(214, 2, 0),
(214, 59, 0),
(215, 4, 0),
(215, 59, 0),
(216, 2, 0),
(216, 59, 0),
(217, 2, 0),
(217, 60, 0),
(217, 61, 0),
(218, 2, 0),
(218, 60, 0),
(218, 61, 0),
(219, 2, 0),
(219, 60, 0),
(219, 61, 0),
(219, 62, 0),
(219, 63, 0),
(220, 4, 0),
(220, 35, 0),
(221, 64, 0),
(222, 65, 0),
(223, 65, 0),
(224, 65, 0),
(225, 65, 0),
(226, 65, 0),
(227, 65, 0),
(228, 64, 0),
(229, 66, 0),
(230, 67, 0),
(231, 67, 0),
(232, 67, 0),
(233, 67, 0),
(234, 67, 0),
(235, 67, 0),
(236, 67, 0),
(237, 67, 0),
(238, 67, 0),
(239, 67, 0),
(240, 67, 0),
(241, 67, 0),
(242, 67, 0),
(243, 67, 0),
(244, 67, 0),
(245, 67, 0),
(246, 67, 0),
(247, 67, 0),
(248, 67, 0),
(249, 67, 0),
(250, 67, 0),
(251, 67, 0),
(252, 66, 0),
(253, 66, 0),
(254, 66, 0),
(255, 67, 0),
(256, 67, 0),
(257, 67, 0),
(258, 67, 0),
(259, 67, 0),
(260, 67, 0),
(261, 67, 0),
(262, 67, 0),
(263, 67, 0),
(264, 67, 0),
(265, 67, 0),
(266, 66, 0);

-- --------------------------------------------------------

--
-- Table structure for table `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;

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 4),
(2, 2, 'product_type', '', 0, 47),
(3, 3, 'product_type', '', 0, 0),
(4, 4, 'product_type', '', 0, 9),
(5, 5, 'product_type', '', 0, 1),
(6, 6, 'product_visibility', '', 0, 0),
(7, 7, 'product_visibility', '', 0, 0),
(8, 8, 'product_visibility', '', 0, 0),
(9, 9, 'product_visibility', '', 0, 0),
(10, 10, 'product_visibility', '', 0, 0),
(11, 11, 'product_visibility', '', 0, 0),
(12, 12, 'product_visibility', '', 0, 0),
(13, 13, 'product_visibility', '', 0, 0),
(14, 14, 'product_visibility', '', 0, 0),
(15, 15, 'product_cat', '', 0, 0),
(16, 16, 'category', '', 0, 5),
(17, 17, 'post_format', '', 0, 1),
(18, 18, 'post_tag', '', 0, 2),
(19, 19, 'post_tag', '', 0, 2),
(20, 20, 'post_tag', '', 0, 2),
(21, 21, 'post_tag', '', 0, 2),
(22, 22, 'product_cat', '', 0, 9),
(23, 23, 'product_cat', '', 22, 9),
(24, 24, 'product_tag', '', 0, 3),
(25, 25, 'product_tag', '', 0, 9),
(26, 26, 'product_tag', '', 0, 9),
(27, 27, 'product_tag', '', 0, 2),
(28, 28, 'product_cat', '', 0, 7),
(29, 29, 'product_tag', '', 0, 3),
(30, 30, 'product_tag', '', 0, 7),
(31, 31, 'product_tag', '', 0, 6),
(32, 32, 'product_cat', '', 0, 7),
(33, 33, 'product_cat', '', 0, 15),
(34, 34, 'product_cat', '', 33, 7),
(35, 35, 'product_cat', '', 0, 6),
(36, 36, 'product_cat', '', 33, 1),
(37, 37, 'product_tag', '', 0, 1),
(38, 38, 'product_tag', '', 0, 1),
(39, 39, 'product_tag', '', 0, 1),
(40, 40, 'product_tag', '', 0, 1),
(41, 41, 'product_tag', '', 0, 1),
(42, 42, 'product_tag', '', 0, 1),
(43, 43, 'product_tag', '', 0, 5),
(44, 44, 'product_tag', '', 0, 1),
(45, 45, 'product_cat', '', 0, 6),
(46, 46, 'product_tag', '', 0, 5),
(47, 47, 'product_tag', '', 0, 1),
(48, 48, 'product_tag', '', 0, 3),
(49, 49, 'product_tag', '', 0, 1),
(50, 50, 'product_tag', '', 0, 3),
(51, 51, 'product_tag', '', 0, 2),
(52, 52, 'product_tag', '', 0, 3),
(53, 53, 'product_tag', '', 0, 2),
(54, 54, 'product_tag', '', 0, 1),
(55, 55, 'product_tag', '', 0, 2),
(56, 56, 'product_cat', '', 0, 6),
(57, 57, 'product_cat', '', 56, 2),
(58, 58, 'product_cat', '', 56, 4),
(59, 59, 'product_cat', '', 0, 5),
(60, 60, 'product_cat', '', 0, 3),
(61, 61, 'product_cat', '', 60, 3),
(62, 62, 'product_tag', '', 0, 1),
(63, 63, 'product_tag', '', 0, 1),
(64, 64, 'featured_item_category', '', 0, 2),
(65, 65, 'featured_item_category', '', 0, 6),
(66, 66, 'nav_menu', '', 0, 5),
(67, 67, 'nav_menu', '', 0, 33);

-- --------------------------------------------------------

--
-- Table structure for table `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 DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `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', 'wp496_privacy'),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:2:{s:64:\"0f5987fc70ddf0142feaafcdb2cdb76217de87fdd8eecf7abb43aa84184ad973\";a:4:{s:10:\"expiration\";i:1555145035;s:2:\"ip\";s:13:\"192.168.3.156\";s:2:\"ua\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36\";s:5:\"login\";i:1554972235;}s:64:\"eafd2597d40f7b28b7d0e011121b672f37f1cdf2abb882ee0a331d45aad3a669\";a:4:{s:10:\"expiration\";i:1555146226;s:2:\"ip\";s:13:\"192.168.3.154\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36\";s:5:\"login\";i:1554973426;}}'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '4'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"192.168.3.0\";}'),
(19, 2, 'nickname', 'jose'),
(20, 2, 'first_name', 'jose'),
(21, 2, 'last_name', ''),
(22, 2, 'description', ''),
(23, 2, 'rich_editing', 'true'),
(24, 2, 'syntax_highlighting', 'true'),
(25, 2, 'comment_shortcuts', 'false'),
(26, 2, 'admin_color', 'fresh'),
(27, 2, 'use_ssl', '0'),
(28, 2, 'show_admin_bar_front', 'true'),
(29, 2, 'locale', ''),
(30, 2, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(31, 2, 'wp_user_level', '10'),
(32, 2, 'dismissed_wp_pointers', 'wp496_privacy'),
(33, 2, 'session_tokens', 'a:1:{s:64:\"620cf30ecd9532f6bf898546b322d1f5373af209d98c37b91b79d4ce3e3bfb4b\";a:4:{s:10:\"expiration\";i:1555145168;s:2:\"ip\";s:13:\"192.168.3.133\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36 OPR/58.0.3135.127\";s:5:\"login\";i:1554972368;}}'),
(34, 2, 'wp_dashboard_quick_press_last_post_id', '7'),
(35, 2, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"192.168.3.0\";}'),
(36, 2, '_woocommerce_persistent_cart_1', 'a:1:{s:4:\"cart\";a:0:{}}'),
(37, 1, '_woocommerce_persistent_cart_1', 'a:1:{s:4:\"cart\";a:0:{}}'),
(38, 2, 'wc_last_active', '1554940800'),
(39, 1, 'wc_last_active', '1554940800');

-- --------------------------------------------------------

--
-- Table structure for table `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;

--
-- Dumping data for table `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$BSY7BEI2ElYqLMblpadf9IGZ9Pt6L9/', 'admin', 'arvin.regino@maxtecnetworks.com', '', '2019-04-11 08:43:42', '', 0, 'admin'),
(2, 'jose', '$P$Bc0RiT0EZ43bNy0e2wIYds3Ge8z1y.0', 'jose', 'jose.paterno@maxtecnetworks.com', '', '2019-04-11 08:44:59', '1554972301:$P$BxKrb2ln/57VvuQJcg1GsGS0ODl1191', 0, 'jose');

-- --------------------------------------------------------

--
-- Table structure for table `wp_wc_download_log`
--

CREATE TABLE `wp_wc_download_log` (
  `download_log_id` bigint(20) UNSIGNED NOT NULL,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wc_webhooks`
--

CREATE TABLE `wp_wc_webhooks` (
  `webhook_id` bigint(20) UNSIGNED NOT NULL,
  `status` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `delivery_url` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `secret` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `topic` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT 0,
  `pending_delivery` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_api_keys`
--

CREATE TABLE `wp_woocommerce_api_keys` (
  `key_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `description` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `permissions` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL,
  `consumer_key` char(64) COLLATE utf8mb4_unicode_ci NOT NULL,
  `consumer_secret` char(43) COLLATE utf8mb4_unicode_ci NOT NULL,
  `nonces` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `truncated_key` char(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_access` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_attribute_taxonomies`
--

CREATE TABLE `wp_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) UNSIGNED NOT NULL,
  `attribute_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_label` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `attribute_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_downloadable_product_permissions`
--

CREATE TABLE `wp_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `download_id` varchar(36) COLLATE utf8mb4_unicode_ci NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `order_key` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_email` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_log`
--

CREATE TABLE `wp_woocommerce_log` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `context` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_order_itemmeta`
--

CREATE TABLE `wp_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_order_items`
--

CREATE TABLE `wp_woocommerce_order_items` (
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `order_item_name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `order_item_type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `order_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_payment_tokenmeta`
--

CREATE TABLE `wp_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `payment_token_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_payment_tokens`
--

CREATE TABLE `wp_woocommerce_payment_tokens` (
  `token_id` bigint(20) UNSIGNED NOT NULL,
  `gateway_id` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_sessions`
--

CREATE TABLE `wp_woocommerce_sessions` (
  `session_id` bigint(20) UNSIGNED NOT NULL,
  `session_key` char(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `session_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `session_expiry` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_woocommerce_sessions`
--

INSERT INTO `wp_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES
(1, '2', 'a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:719:\"a:26:{s:2:\"id\";s:1:\"2\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"GB\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"GB\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:31:\"jose.paterno@maxtecnetworks.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}', 1555145346),
(2, '1', 'a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:719:\"a:26:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"GB\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"GB\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:31:\"arvin.regino@maxtecnetworks.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}', 1555145356);

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_shipping_zones`
--

CREATE TABLE `wp_woocommerce_shipping_zones` (
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `zone_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `zone_order` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_shipping_zone_locations`
--

CREATE TABLE `wp_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) UNSIGNED NOT NULL,
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_shipping_zone_methods`
--

CREATE TABLE `wp_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `instance_id` bigint(20) UNSIGNED NOT NULL,
  `method_id` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `method_order` bigint(20) UNSIGNED NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_tax_rates`
--

CREATE TABLE `wp_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT 0,
  `tax_rate_shipping` int(1) NOT NULL DEFAULT 1,
  `tax_rate_order` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_tax_rate_locations`
--

CREATE TABLE `wp_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) UNSIGNED NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_yith_wcwl`
--

CREATE TABLE `wp_yith_wcwl` (
  `ID` int(11) NOT NULL,
  `prod_id` int(11) NOT NULL,
  `quantity` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `wishlist_id` int(11) DEFAULT NULL,
  `dateadded` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_yith_wcwl_lists`
--

CREATE TABLE `wp_yith_wcwl_lists` (
  `ID` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `wishlist_slug` varchar(200) NOT NULL,
  `wishlist_name` text DEFAULT NULL,
  `wishlist_token` varchar(64) NOT NULL,
  `wishlist_privacy` tinyint(1) NOT NULL DEFAULT 0,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  `dateadded` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_yith_wcwl_lists`
--

INSERT INTO `wp_yith_wcwl_lists` (`ID`, `user_id`, `wishlist_slug`, `wishlist_name`, `wishlist_token`, `wishlist_privacy`, `is_default`, `dateadded`) VALUES
(1, 2, '', '', 'DTXE1AYZVNIE', 0, 1, '2019-04-11 08:52:24'),
(2, 1, '', '', '0DM39QUMWNB8', 0, 1, '2019-04-11 09:05:05');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `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)),
  ADD KEY `woo_idx_comment_type` (`comment_type`);

--
-- Indexes for table `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`);

--
-- Indexes for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `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`);

--
-- Indexes for table `wp_social_users`
--
ALTER TABLE `wp_social_users`
  ADD KEY `ID` (`ID`,`type`);

--
-- Indexes for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `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`);

--
-- Indexes for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `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`);

--
-- Indexes for table `wp_wc_download_log`
--
ALTER TABLE `wp_wc_download_log`
  ADD PRIMARY KEY (`download_log_id`),
  ADD KEY `permission_id` (`permission_id`),
  ADD KEY `timestamp` (`timestamp`);

--
-- Indexes for table `wp_wc_webhooks`
--
ALTER TABLE `wp_wc_webhooks`
  ADD PRIMARY KEY (`webhook_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `wp_woocommerce_api_keys`
--
ALTER TABLE `wp_woocommerce_api_keys`
  ADD PRIMARY KEY (`key_id`),
  ADD KEY `consumer_key` (`consumer_key`),
  ADD KEY `consumer_secret` (`consumer_secret`);

--
-- Indexes for table `wp_woocommerce_attribute_taxonomies`
--
ALTER TABLE `wp_woocommerce_attribute_taxonomies`
  ADD PRIMARY KEY (`attribute_id`),
  ADD KEY `attribute_name` (`attribute_name`(20));

--
-- Indexes for table `wp_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `wp_woocommerce_downloadable_product_permissions`
  ADD PRIMARY KEY (`permission_id`),
  ADD KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  ADD KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  ADD KEY `order_id` (`order_id`);

--
-- Indexes for table `wp_woocommerce_log`
--
ALTER TABLE `wp_woocommerce_log`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `level` (`level`);

--
-- Indexes for table `wp_woocommerce_order_itemmeta`
--
ALTER TABLE `wp_woocommerce_order_itemmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `order_item_id` (`order_item_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indexes for table `wp_woocommerce_order_items`
--
ALTER TABLE `wp_woocommerce_order_items`
  ADD PRIMARY KEY (`order_item_id`),
  ADD KEY `order_id` (`order_id`);

--
-- Indexes for table `wp_woocommerce_payment_tokenmeta`
--
ALTER TABLE `wp_woocommerce_payment_tokenmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `payment_token_id` (`payment_token_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indexes for table `wp_woocommerce_payment_tokens`
--
ALTER TABLE `wp_woocommerce_payment_tokens`
  ADD PRIMARY KEY (`token_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `wp_woocommerce_sessions`
--
ALTER TABLE `wp_woocommerce_sessions`
  ADD PRIMARY KEY (`session_id`),
  ADD UNIQUE KEY `session_key` (`session_key`);

--
-- Indexes for table `wp_woocommerce_shipping_zones`
--
ALTER TABLE `wp_woocommerce_shipping_zones`
  ADD PRIMARY KEY (`zone_id`);

--
-- Indexes for table `wp_woocommerce_shipping_zone_locations`
--
ALTER TABLE `wp_woocommerce_shipping_zone_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `location_id` (`location_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- Indexes for table `wp_woocommerce_shipping_zone_methods`
--
ALTER TABLE `wp_woocommerce_shipping_zone_methods`
  ADD PRIMARY KEY (`instance_id`);

--
-- Indexes for table `wp_woocommerce_tax_rates`
--
ALTER TABLE `wp_woocommerce_tax_rates`
  ADD PRIMARY KEY (`tax_rate_id`),
  ADD KEY `tax_rate_country` (`tax_rate_country`),
  ADD KEY `tax_rate_state` (`tax_rate_state`(2)),
  ADD KEY `tax_rate_class` (`tax_rate_class`(10)),
  ADD KEY `tax_rate_priority` (`tax_rate_priority`);

--
-- Indexes for table `wp_woocommerce_tax_rate_locations`
--
ALTER TABLE `wp_woocommerce_tax_rate_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `tax_rate_id` (`tax_rate_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- Indexes for table `wp_yith_wcwl`
--
ALTER TABLE `wp_yith_wcwl`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `prod_id` (`prod_id`);

--
-- Indexes for table `wp_yith_wcwl_lists`
--
ALTER TABLE `wp_yith_wcwl_lists`
  ADD PRIMARY KEY (`ID`),
  ADD UNIQUE KEY `wishlist_token` (`wishlist_token`),
  ADD KEY `wishlist_slug` (`wishlist_slug`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=446;

--
-- AUTO_INCREMENT for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2813;

--
-- AUTO_INCREMENT for table `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=269;

--
-- AUTO_INCREMENT for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=58;

--
-- AUTO_INCREMENT for table `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=68;

--
-- AUTO_INCREMENT for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=68;

--
-- AUTO_INCREMENT for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=41;

--
-- AUTO_INCREMENT for table `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp_wc_download_log`
--
ALTER TABLE `wp_wc_download_log`
  MODIFY `download_log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wc_webhooks`
--
ALTER TABLE `wp_wc_webhooks`
  MODIFY `webhook_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_api_keys`
--
ALTER TABLE `wp_woocommerce_api_keys`
  MODIFY `key_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_attribute_taxonomies`
--
ALTER TABLE `wp_woocommerce_attribute_taxonomies`
  MODIFY `attribute_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `wp_woocommerce_downloadable_product_permissions`
  MODIFY `permission_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_log`
--
ALTER TABLE `wp_woocommerce_log`
  MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_order_itemmeta`
--
ALTER TABLE `wp_woocommerce_order_itemmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_order_items`
--
ALTER TABLE `wp_woocommerce_order_items`
  MODIFY `order_item_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_payment_tokenmeta`
--
ALTER TABLE `wp_woocommerce_payment_tokenmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_payment_tokens`
--
ALTER TABLE `wp_woocommerce_payment_tokens`
  MODIFY `token_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_sessions`
--
ALTER TABLE `wp_woocommerce_sessions`
  MODIFY `session_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp_woocommerce_shipping_zones`
--
ALTER TABLE `wp_woocommerce_shipping_zones`
  MODIFY `zone_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_shipping_zone_locations`
--
ALTER TABLE `wp_woocommerce_shipping_zone_locations`
  MODIFY `location_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_shipping_zone_methods`
--
ALTER TABLE `wp_woocommerce_shipping_zone_methods`
  MODIFY `instance_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_tax_rates`
--
ALTER TABLE `wp_woocommerce_tax_rates`
  MODIFY `tax_rate_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_tax_rate_locations`
--
ALTER TABLE `wp_woocommerce_tax_rate_locations`
  MODIFY `location_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_yith_wcwl`
--
ALTER TABLE `wp_yith_wcwl`
  MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_yith_wcwl_lists`
--
ALTER TABLE `wp_yith_wcwl_lists`
  MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- Constraints for dumped tables
--

--
-- Constraints for table `wp_wc_download_log`
--
ALTER TABLE `wp_wc_download_log`
  ADD CONSTRAINT `fk_wp_wc_download_log_permission_id` FOREIGN KEY (`permission_id`) REFERENCES `wp_woocommerce_downloadable_product_permissions` (`permission_id`) ON DELETE CASCADE;
COMMIT;

/*!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 */;
