文件操作 - .db.sql
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/redlightpain/.db.sql
编辑文件内容
-- MariaDB dump 10.19 Distrib 10.6.12-MariaDB, for debian-linux-gnu (x86_64) -- -- Host: localhost Database: redlightpaindb -- ------------------------------------------------------ -- Server version 10.6.12-MariaDB-1:10.6.12+maria~ubu2004 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_actionscheduler_actions` -- DROP TABLE IF EXISTS `wp_actionscheduler_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_actionscheduler_actions` ( `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `hook` varchar(191) NOT NULL, `status` varchar(20) NOT NULL, `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00', `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00', `priority` tinyint(3) unsigned NOT NULL DEFAULT 10, `args` varchar(191) DEFAULT NULL, `schedule` longtext DEFAULT NULL, `group_id` bigint(20) unsigned NOT NULL DEFAULT 0, `attempts` int(11) NOT NULL DEFAULT 0, `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00', `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00', `claim_id` bigint(20) unsigned NOT NULL DEFAULT 0, `extended_args` varchar(8000) DEFAULT NULL, PRIMARY KEY (`action_id`), KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`), KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`), KEY `scheduled_date_gmt` (`scheduled_date_gmt`), KEY `args` (`args`), KEY `group_id` (`group_id`), KEY `last_attempt_gmt` (`last_attempt_gmt`), KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`), KEY `claim_id_status_priority_scheduled_date_gmt` (`claim_id`,`status`,`priority`,`scheduled_date_gmt`), KEY `status_last_attempt_gmt` (`status`,`last_attempt_gmt`), KEY `status_claim_id` (`status`,`claim_id`) ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_actionscheduler_actions` -- LOCK TABLES `wp_actionscheduler_actions` WRITE; /*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */; INSERT INTO `wp_actionscheduler_actions` VALUES (32,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-05-03 22:15:29','2026-05-03 22:15:29',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777846529;s:18:\"\0*\0first_timestamp\";i:1752744322;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777846529;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2026-06-24 19:03:44','2026-06-24 19:03:44',48457,NULL),(33,'action_scheduler_run_recurring_actions_schedule_hook','pending','2026-06-25 19:03:44','2026-06-25 19:03:44',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1782414224;s:18:\"\0*\0first_timestamp\";i:1752744322;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1782414224;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL); /*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_actionscheduler_claims` -- DROP TABLE IF EXISTS `wp_actionscheduler_claims`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_actionscheduler_claims` ( `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`claim_id`), KEY `date_created_gmt` (`date_created_gmt`) ) ENGINE=InnoDB AUTO_INCREMENT=48459 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_actionscheduler_claims` -- LOCK TABLES `wp_actionscheduler_claims` WRITE; /*!40000 ALTER TABLE `wp_actionscheduler_claims` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_actionscheduler_claims` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_actionscheduler_groups` -- DROP TABLE IF EXISTS `wp_actionscheduler_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_actionscheduler_groups` ( `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(255) NOT NULL, PRIMARY KEY (`group_id`), KEY `slug` (`slug`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_actionscheduler_groups` -- LOCK TABLES `wp_actionscheduler_groups` WRITE; /*!40000 ALTER TABLE `wp_actionscheduler_groups` DISABLE KEYS */; INSERT INTO `wp_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'ActionScheduler'); /*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_actionscheduler_logs` -- DROP TABLE IF EXISTS `wp_actionscheduler_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_actionscheduler_logs` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `action_id` bigint(20) unsigned NOT NULL, `message` text NOT NULL, `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00', `log_date_local` datetime DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`log_id`), KEY `action_id` (`action_id`), KEY `log_date_gmt` (`log_date_gmt`) ) ENGINE=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_actionscheduler_logs` -- LOCK TABLES `wp_actionscheduler_logs` WRITE; /*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */; INSERT INTO `wp_actionscheduler_logs` VALUES (37,32,'action created','2026-05-02 22:15:29','2026-05-02 22:15:29'),(38,32,'action started via WP Cron','2026-06-24 19:03:44','2026-06-24 19:03:44'),(39,32,'action complete via WP Cron','2026-06-24 19:03:44','2026-06-24 19:03:44'),(40,33,'action created','2026-06-24 19:03:44','2026-06-24 19:03:44'); /*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_addonlibrary_addons` -- DROP TABLE IF EXISTS `wp_addonlibrary_addons`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_addonlibrary_addons` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `title` varchar(255) DEFAULT NULL, `name` varchar(128) DEFAULT NULL, `alias` varchar(128) DEFAULT NULL, `addontype` varchar(128) DEFAULT NULL, `description` text DEFAULT NULL, `ordering` int(11) NOT NULL, `templates` mediumtext DEFAULT NULL, `config` mediumtext DEFAULT NULL, `catid` int(11) DEFAULT NULL, `is_active` tinyint(4) DEFAULT NULL, `test_slot1` text DEFAULT NULL, `test_slot2` text DEFAULT NULL, `test_slot3` text DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_addonlibrary_addons` -- LOCK TABLES `wp_addonlibrary_addons` WRITE; /*!40000 ALTER TABLE `wp_addonlibrary_addons` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_addonlibrary_addons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_addonlibrary_categories` -- DROP TABLE IF EXISTS `wp_addonlibrary_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_addonlibrary_categories` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `alias` varchar(255) DEFAULT NULL, `ordering` int(11) NOT NULL, `params` text NOT NULL, `type` tinytext DEFAULT NULL, `parent_id` int(9) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_addonlibrary_categories` -- LOCK TABLES `wp_addonlibrary_categories` WRITE; /*!40000 ALTER TABLE `wp_addonlibrary_categories` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_addonlibrary_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0, `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT 0, `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=54 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2024-02-27 18:51:45','2024-02-27 18:51:45','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://en.gravatar.com/\">Gravatar</a>.',0,'1','','comment',0,0),(2,1,'Marian Davis','stonedgene@aol.com','https://carotmordv.com','141.101.105.78','2024-03-23 17:39:31','2024-03-23 17:39:31','Hmm is anyone else experiencing problems with the pictures on this blog loading?\r\n\r\nI\'m trying to figure out if its a problem on my end or if it\'s \r\nthe blog. Any feedback would be greatly appreciated.',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.83 Safari/537.36','comment',0,0),(3,1,'goodhere Handjob porn','afi5jkDsqd@hotmail.com','https://goodhere.org/','179.43.191.18','2024-03-28 03:42:20','2024-03-28 03:42:20','goodhere DP porn vurucutewet.ubdczsRM7JT',0,'0','TheWebContents','comment',0,0),(4,1,'Pinterest downloader','brionna_minima@yahoo.com','https://downloader.run/pinterest-downloader/','185.106.28.191','2024-08-28 22:49:12','2024-08-28 22:49:12','Your blog has become an indispensable resource for me. I\'m always excited to see what new insights you have to offer. Thank you for consistently delivering top-notch content!',0,'0','','comment',0,0),(5,1,'? Email: Transfer #TH31. NEXT =>> https://telegra.ph/Go-to-your-personal-cabinet-08-25?hs=cf88b5fff660e70359dd2f28c3b82af7& ?','friedenspfeifen@omggreatfoods.com','https://telegra.ph/Go-to-your-personal-cabinet-08-25','162.158.203.99','2024-10-27 02:48:23','2024-10-27 02:48:23','o7rw6e',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','comment',0,0),(6,1,'DanielNuh','bthnegdxrbx2fn5@tempmail.us.com','https://tomyaccount.com','172.71.210.239','2024-11-12 08:41:28','2024-11-12 08:41:28','Get your verified accounts quickly at tomyAccount.com. We provide safe, reliable accounts with instant delivery. Shop now and secure your success with verified accounts from tomyAccount.com! \r\n \r\nView here: \r\n \r\nhttps://tomyAccount.com \r\n \r\nYou’re the best!',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36','comment',0,0),(7,1,'? You got a gift from Binance. Next > https://telegra.ph/Bitcoin-Transfer-12-04?hs=cf88b5fff660e70359dd2f28c3b82af7& ?','friedenspfeifen@omggreatfoods.com','https://telegra.ph/Bitcoin-Transfer-12-04','162.158.112.136','2024-12-15 02:13:15','2024-12-15 02:13:15','lgx34z',0,'0','Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100723 SUSE/3.6.8-0.1.1 Firefox/3.6.8','comment',0,0),(8,1,'? You have received a email № 962. Open >>> https://telegra.ph/Message--2868-12-25?hs=cf88b5fff660e70359dd2f28c3b82af7& ?','txahole@eewmaop.com','https://telegra.ph/Message--2868-12-25','172.69.151.181','2025-01-01 17:03:05','2025-01-01 17:03:05','af3uqw',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15','comment',0,0),(9,1,'? + 0.75335788 BTC.NEXT - https://telegra.ph/Ticket--6974-01-15?hs=cf88b5fff660e70359dd2f28c3b82af7& ?','friedenspfeifen@omggreatfoods.com','https://telegra.ph/Ticket--6974-01-15','172.71.183.120','2025-01-17 07:36:44','2025-01-17 07:36:44','rx0ea0',0,'0','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/7.0)','comment',0,0),(10,1,'EQiblyRaify','taanakeif@gazeta.pl','','172.71.103.52','2025-02-04 11:12:09','2025-02-04 11:12:09',' Balanset-1A: Balancing made uncomplicated and widespread \r\n \r\n Rotor imbalance is a frequent cause of equipment failures, second only to bearing wear in frequency. Imbalance can arise from temperature fluctuations . While replacing bearings is often the only solution for wear, rotor imbalance can be corrected on-site through balancing, a procedure related to rotor equipment vibration tuning . \r\n \r\n Traditionally, this process necessitated complex and expensive vibration analyzers operated by experienced specialists. However, Vibromera has developed the Balanset-1A, a device designed to simplify on-site rotor balancing, making it accessible even to personnel with minimal training, including maintenance services . \r\n \r\n The core philosophy of Balanset-1A is simple: <strong> rotor balancing should be achievable on-site, by anyone, without deep knowledge and without high costs. </strong> Instead of being a secondary function of a complex vibration analyzer, balancing is the primary focus of Balanset-1A. While it includes a fundamental built-in vibration signal analyzer to detect imbalance and other basic defects, its main goal is simplified and comfortable balancing. \r\n \r\n This focus provides significant advantages. <strong> Balanset-1A is designed for simplicity </strong> , allowing users to promptly and efficiently eliminate rotor imbalance. This ease of use enables operational staff to take proactive measures in maintaining equipment functionality. \r\n \r\n Additionally, Vibromera has made the Balanset-1A <strong> exceptionally affordable. </strong> Priced at just <strong>€1751</strong> , it offers excellent value for money, especially considering the complete package. \r\n \r\n The complete package includes: \r\n \r\n<strong> Measurement unit: </strong> The heart of the system, processing sensor data and guiding the balancing process. \r\n<strong> Two vibration sensors: </strong> They with high precision capture the rotor\'s vibrational characteristics. \r\n<strong> Optical sensor (laser tachometer): </strong> Used for measuring rotational speed and phase determination . \r\n<strong> Magnetic stand: </strong> Provides stable and versatile mounting of sensors. \r\n<strong> Electronic scales: </strong> Necessary for precise weight adjustment during balancing. \r\n<strong> Software: </strong> User-friendly software accompanies the balancing process and provides comprehensive reports. \r\n<strong> Transport case: </strong> Ensures safe and convenient transportation of the entire system. \r\n \r\n \r\n With this complete package, users have everything needed to perform both single-plane and two-plane balancing right out of the box . This eliminates the need to purchase extra parts and simplifies the setup process. \r\n \r\n In conclusion, the Balanset-1A represents a significant step forward in making rotor balancing accessible . With an emphasis on ease of use and offering a complete and cost-effective solution, Vibromera empowers maintenance teams to effectively eliminate rotor imbalance, ultimately enhancing equipment reliability and reducing downtime. The Balanset-1A proves that with the necessary tools, even complex maintenance tasks can be made simple and accessible to all . \r\n \r\n \r\n \r\nInstagram: https://www.instagram.com/vibromera_ou/ \r\nYoutube : https://youtu.be/guA6XJ-ArZM?si=vmkuX7RILzKBl0zL \r\nOur website about <a href=\"https://vibromera.eu \r\n\"> Rotor balancing news </a> \r\nMachinio: https://www.machinio.com/listings/98380186-portable-balancer-vibration-analyzer-balanset-1a-full-kit-in-portugal \r\nFacebook: https://www.facebook.com/marketplace/item/350151228150722 \r\n \r\nhttps://gidro2000.com/forum-gidro/user/32405/',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36','comment',0,0),(11,1,'混合ポルノ','TfhgAMaYZt@hotmail.com','https://newwavefoods.com/','188.114.102.145','2025-02-20 18:54:00','2025-02-20 18:54:00','L1IiiEPQ9wV',0,'0','TheSafeInternetSearch','comment',0,0),(12,1,'duis','VzKdif9G6Y@hotmail.com','https://newwavefoods.com/','172.70.216.167','2025-02-21 11:24:56','2025-02-21 11:24:56','VcWwQGi8Y5D',0,'0','TheSafeInternetSearch','comment',0,0),(13,1,'? You have received a message(-s) # 1963. Open >> https://graph.org/GET-BITCOIN-TRANSFER-02-23-2?hs=cf88b5fff660e70359dd2f28c3b82af7& ?','txahole@eewmaop.com','https://graph.org/GET-BITCOIN-TRANSFER-02-23-2','172.69.151.80','2025-03-14 01:40:04','2025-03-14 01:40:04','yxfvt7',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36 OPR/29.0.1795.47 (Edition Yx)','comment',0,0),(14,1,'Matthewner','metabrez@gmx.de','https://cutt.ly/teX52Bd3','141.101.76.89','2025-03-24 19:10:49','2025-03-24 19:10:49','Trusted by Over 40,933 Men Across the U.S. \r\n \r\nAffordable ED Treatment No Catch \r\n \r\nWe offer 100 mg Generic Viagra® and 20 mg Generic Cialis® for just $0.45 per dose—a price that’s up to 97% less than the big brands. \r\n \r\nHow do we do it? By building our direct-to-patient platform from scratch and sourcing medication directly from the manufacturer, we cut out the middlemen and pass the savings on to you. No hidden fees, no markups—just proven ED treatments at an unbeatable price. \r\n \r\nhttps://cutt.ly/teX52Bd3 \r\nhttps://cutt.ly/geMsuEqP \r\nhttps://telegra.ph/Ordering-Viagra-from-an-online-pharmacy-12-25',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','comment',0,0),(15,1,'Alice','gmebxboi@form-check.online','https://test.org','172.70.214.249','2025-04-01 14:11:19','2025-04-01 14:11:19','rRaNE HUZnFyN eFiRuiS CADnI mVPSkc',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0','comment',0,0),(16,1,'? + 1.55091 BTC.NEXT - https://graph.org/Message--17856-03-25?hs=cf88b5fff660e70359dd2f28c3b82af7& ?','friedenspfeifen@omggreatfoods.com','https://graph.org/Message--17856-03-25','162.158.112.246','2025-04-01 23:51:09','2025-04-01 23:51:09','14ogc6',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','comment',0,0),(17,1,'Alice','udpmnwfs@dont-reply.me','https://test.org','172.70.46.157','2025-04-09 05:28:57','2025-04-09 05:28:57','pUV jjBWCcCq mmwgNr',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36','comment',0,0),(18,1,'Jamie834','Jamie834@gmail.com','','172.70.188.83','2025-04-16 04:44:50','2025-04-16 04:44:50','<a href=\"https://mazda-demio.ru/forums/index.php?autocom=gallery&req=si&img=6337\" rel=\"nofollow ugc\">https://mazda-demio.ru/forums/index.php?autocom=gallery&req=si&img=6337</a>',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(19,1,'MyName','jigpmemq@dont-reply.me','http://example.com','172.71.98.166','2025-04-20 22:16:18','2025-04-20 22:16:18','kldJtxe mLODjt jZgjvpzV IAo mmvaMPN',0,'0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0','comment',0,0),(20,1,'John','uwiythvr@dont-reply.me','http://example.com','162.158.42.55','2025-05-04 13:23:32','2025-05-04 13:23:32','mDFh tAZa nxaazA',0,'0','Mozilla/5.0 (iPad; CPU OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1','comment',0,0),(21,1,'Hello','rpqlfpsl@dont-reply.me','https://test.org','196.251.70.5','2025-05-24 03:41:33','2025-05-24 03:41:33','FcexQcPT DKjlt uTQ ihz exvVrpb kvwL',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36','comment',0,0),(22,1,'Alice','pjewgtjx@dont-reply.me','https://test.org','196.251.70.8','2025-06-05 15:50:28','2025-06-05 15:50:28','zafKIw UMcLlK aVApStCB tQHE pVVri eabCV',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36','comment',0,0),(23,1,'? Message: Operation 1.661075 BTC. Verify => https://yandex.com/poll/76RuKke5vYn6W1hp2wxzvb?hs=cf88b5fff660e70359dd2f28c3b82af7& ?','friedenspfeifen@omggreatfoods.com','https://yandex.com/poll/76RuKke5vYn6W1hp2wxzvb','45.90.185.106','2025-06-06 15:24:33','2025-06-06 15:24:33','bnc9so',0,'0','Mozilla/5.0 (Linux; Android 9; SM-A600FN Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.99 YaSearchBrowser/9.99','comment',0,0),(24,1,'GeorgetindY','yawiviseya67@gmail.com','','185.39.19.97','2025-06-28 02:32:17','2025-06-28 02:32:17','Hi, I wanted to know your price.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36','comment',0,0),(25,1,'Creatbotd600Si','almeta_muller@creatbotd6002.com','','91.84.109.103','2025-07-15 11:08:38','2025-07-15 11:08:38','<strong>CreatBot D600 Pro 2</strong> is a state-of-the-art <strong>3D printing device</strong> designed for engineers demanding accuracy, dependability, and versatility in <strong>3D printing devices</strong>. As part of the <strong>D600 series</strong>, it incorporates a spacious build volume, advanced <strong>dual extruder</strong> technology, and top-tier features suitable for industrial-scale applications and varied materials. \r\n \r\nOverview of the CreatBot D600 Series \r\nThe <strong>CreatBot D600</strong> and <strong>D600 Pro</strong> establish benchmarks for <strong>large format 3D printer</strong> solutions. With a <strong>build volume</strong> of 600 ? 600 ? 600 mm, these <strong>industrial 3D printers</strong> cater to a broad spectrum of industrial 3D printing demands, from <strong>large model</strong> prototyping to end-use production. The <strong>D600 pro series</strong> and the latest <strong>D600 Pro2 HS</strong> introduce further improvements in performance and material compatibility. \r\n \r\nKey Features and Advantages \r\nIndustrial-Grade Large Build Volume \r\n \r\n<strong>Build volume</strong>: 600 ? 600 ? 600 mm \r\nIdeal for <strong>large format 3D printing</strong> projects and industrial 3D printing \r\nSupports <strong>engineering-grade materials</strong> and complex prototypes \r\n \r\n \r\nDual Extruder System and High-Temperature Printing \r\n \r\n4th generation <strong>dual 1.75mm extruders</strong> for multi-material printing \r\nRight and <strong>left-side extruder</strong> design for flexible <strong>printing</strong> \r\nSupports high performance 3D materials, including <strong>PLA</strong>, <strong>nylon filament</strong>, <strong>carbon-fiber</strong>, and more \r\nMaximum <strong>extruder</strong> temperature: up to 420°C (<strong>high temperature</strong>) \r\nHeated build chamber for <strong>premium</strong> applications \r\n \r\n \r\nPrecision, Speed and Reliability \r\n \r\nProfessional <strong>3d print</strong> quality with accurate layer resolution \r\nAdvanced motion system for <strong>fast printing</strong> and robust performance \r\nConsistent <strong>printing speed</strong> up to 120 mm/s \r\nReliable operation for continuous industrial use \r\n \r\n \r\nSupported Materials and Filaments \r\nBroad Filament Support \r\n \r\nWorks with a broad spectrum of <strong>filament types</strong>: PLA, ABS, PC, PETG, PVA, <strong>nylon filament</strong>, <strong>carbon-fiber</strong>, and more \r\nDesigned for <strong>technical materials</strong> and functional prototyping \r\nAdvanced <strong>dual extrusion system</strong> enables multi-material and soluble support printing \r\n \r\n \r\nApplications: From Prototyping to Production \r\nThe <strong>CreatBot D600 Pro 2 model</strong> and <strong>D600 Pro</strong> serve a diverse set of applications: \r\n \r\nRapid prototyping and <strong>large format 3D print</strong> models \r\nFunctional parts for automotive, aerospace, and engineering \r\nTooling, jigs, and fixtures for industrial production \r\nArt, architecture, and creative projects requiring <strong>large-scale industrial 3d</strong> printing \r\n \r\n \r\nTechnical Specifications \r\n \r\n<strong>Models</strong>: CreatBot D600 Pro 2, D600 Pro, D600 \r\n<strong>Build size</strong>: 600 ? 600 ? 600 mm \r\n<strong>Extruders</strong>: Dual extruder, 4th generation 1.75mm dual extruders and hotends \r\n<strong>Max nozzle temperature</strong>: 420°C \r\n<strong>Heated bed</strong>: up to 100°C \r\n<strong>Filament size</strong>: 1.75 mm \r\n<strong>Layer resolution</strong>: 0.05 – 0.3 mm \r\n<strong>Supported materials</strong>: PLA, ABS, PC, PETG, PVA, nylon, carbon fiber, engineering-grade materials \r\n<strong>Printing speed</strong>: up to 120 mm/s \r\n<strong>Enclosure</strong>: Heated, for improved material properties \r\n<strong>Control</strong>: Touchscreen interface \r\n<strong>File formats</strong>: STL, OBJ, AMF \r\n \r\n \r\nComparing D600 Models \r\nFeature Differences \r\n \r\n<strong>D600 model</strong>: Entry-level industrial large scale 3d printer for basic applications \r\n<strong>D600 Pro model</strong>: Enhanced with heated chamber, auto bed leveling, and wider material support \r\n<strong>D600 Pro 2</strong> (<strong>professional version</strong>): Adds higher <strong>print speed</strong>, improved reliability, and HS (high speed) configuration \r\n \r\n \r\nAdditional CreatBot Printers \r\n \r\n<strong>CreatBot D1000</strong> for even larger build volumes \r\n<strong>CreatBot 3D printer</strong> includes industrial and professional 3d printer solutions \r\n \r\n \r\nFrequently Asked Questions (FAQ) \r\nCompatible Materials for CreatBot D600 Pro 2 \r\nThe <strong>D600 Pro 2</strong> is compatible with a wide range of <strong>filament</strong> including PLA, ABS, PETG, PC, <strong>nylon</strong>, <strong>carbon fiber</strong>, and other engineering-grade materials. \r\n \r\nWhat is the maximum build volume of the D600 Pro 2? \r\nThe <strong>build volume</strong> is 600 ? 600 ? 600 mm, supporting <strong>large-scale</strong> and industrial 3d printing needs. \r\n \r\nDoes the D600 Pro 2 support dual extruder and high-temperature printing? \r\nYes, it is equipped with <strong>dual extrusion</strong> technology and reaches up to 420°C for high-temperature <strong>printing</strong>. \r\n \r\nWhat differentiates the D600 Pro 2 from the D600 Pro? \r\nThe <strong>Pro Version</strong> offers higher <strong>print speed</strong>, improved reliability, and the new HS (high speed) option. \r\n \r\nConclusion \r\nThe <strong>CreatBot D600 Pro 2</strong> and the <strong>CreatBot D600 Pro industrial professional</strong> set the benchmark in the <strong>industrial 3D printer</strong> category. With exceptional <strong>build volume</strong>, robust <strong>dual extruders and hotends</strong>, compatibility with <strong>engineering-grade materials</strong>, and <strong>top performance</strong> across applications, they empower businesses and engineers to achieve new heights in <strong>industrial 3D print</strong>. \r\n \r\n[url=http://www.creatbotd6002.com]d1000[/url]\r\n[url=http://creatbotd6002.com]high performance 3d[/url]\r\n[url=https://creatbotd6002.com/d600+and+d600+pro]d600 and d600 pro[/url]\r\n[url=http://creatbotd6002.com]d600 series[/url]',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36','comment',0,0),(26,1,'? Email- SENDING 1,533994 bitcoin. Confirm > https://graph.org/Payout-from-Blockchaincom-06-26?hs=cf88b5fff660e70359dd2f28c3b82af7& ?','friedenspfeifen@omggreatfoods.com','https://graph.org/Payout-from-Blockchaincom-06-26','45.84.107.54','2025-07-16 09:56:02','2025-07-16 09:56:02','kkia32',0,'0','Mozilla/5.0 (Linux; Android 9; SM-J610F Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.119 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/259.0.0.36.115;]','comment',0,0),(27,1,'GeorgetindY','irinademenkova86@gmail.com','','185.39.19.97','2025-07-18 12:49:40','2025-07-18 12:49:40','Hej, jeg ønskede at kende din pris.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36','comment',0,0),(28,1,'GeorgetindY','irinademenkova86@gmail.com','','185.39.19.97','2025-08-09 11:40:07','2025-08-09 11:40:07','Ola, quería saber o seu prezo.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0','comment',0,0),(29,1,'MyBlog','','http://mnbdaa.com','185.36.81.36','2025-08-14 13:53:03','2025-08-14 13:53:03','<strong>itstitle</strong>\n\nexcerptsa',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36','trackback',0,0),(30,1,'GeorgetindY','irinademenkova86@gmail.com','','185.39.19.97','2025-09-24 20:21:48','2025-09-24 20:21:48','Здравейте, исках да знам цената ви.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','comment',0,0),(31,1,'GeorgetindY','dinanikolskaya99@gmail.com','','185.39.19.97','2025-10-14 16:14:32','2025-10-14 16:14:32','Sveiki, aš norėjau sužinoti jūsų kainą.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36','comment',0,0),(32,1,'Juliawax','mohammadjamalkhan9765@gmail.com','https://wa.me/+66960574873','82.147.84.12','2025-10-19 22:49:29','2025-10-19 22:49:29','Hello! I sent a request but haven\'t received a response. I would be very grateful if you could contact me via WhatsApp. \r\n \r\nwa.me/+66960574873',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36','comment',0,0),(33,1,'GeorgetindY','dinanikolskaya99@gmail.com','','185.39.19.97','2025-11-07 09:36:37','2025-11-07 09:36:37','Ola, quería saber o seu prezo.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36','comment',0,0),(34,1,'BigsharkKam','bsara5865@gmail.com','https://wa.me/‪+66990459269','82.147.84.12','2025-11-22 16:43:41','2025-11-22 16:43:41','Hi there! Wishing you a great day ahead. \r\n \r\nLet\'s partner to solve your problem or fund your project. I offer grants for a variety of needs and situations. Reach out on WhatsApp +66990459269',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36','comment',0,0),(35,1,'GeorgetindY','dinanikolskaya99@gmail.com','','185.39.19.97','2025-11-30 00:07:45','2025-11-30 00:07:45','Salut, ech wollt Äre Präis wëssen.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0','comment',0,0),(36,1,'Juliawax','cinkincaid@gmail.com','https://wa.me/+380930262296','51.83.239.94','2025-12-01 10:48:31','2025-12-01 10:48:31','Greetings! Hope you\'re having a good one. \r\nDear Site Owner, I\'m reaching out with an offer of financial backing for your web platform. This is a grant, not investment. Interested in exploring possibilities? Please contact me on WhatsApp +79951399756',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36','comment',0,0),(37,1,'JessicaKam','bsara5865@gmail.com','https://wa.me/‪+31687318106','82.147.84.12','2025-12-08 15:50:30','2025-12-08 15:50:30','Warm greetings! Hope you\'re doing well. \r\n \r\nFinancial constraints shouldn\'t stop a good idea. I\'m offering grants to help with projects and personal needs. Write to me on WhatsApp +447831980198',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0','comment',0,0),(38,1,'hm 88','hm-88@hm-88.biz','https://hm-88.biz','14.199.128.233','2025-12-09 03:04:43','2025-12-09 03:04:43','Online gaming is evolving so fast! Seeing platforms like hm 88 focus on security & a curated experience is great. Easy registration & access via <a href=\'https://hm-88.biz\' rel=\"nofollow ugc\">hm 88 login</a> makes it appealing – a solid Vietnam博彩平台! Definitely worth checking out.',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(39,1,'jiliwinlogin','admin@jiliwinlogin.com','https://jiliwinlogin.com','156.245.246.131','2025-12-10 20:30:11','2025-12-10 20:30:11','Checking in from jiliwinlogin, quick signup process. Fairly good selection of game. Could be better, but I am enjoying the time. <a href=\'https://jiliwinlogin.com\' rel=\"nofollow ugc\">jiliwinlogin</a>',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/360.1.737798518 Mobile/15E148 Safari/604.1','comment',0,0),(40,1,'? Dating for sex. Go >> yandex.com/poll/LZW8GPQdJg3xe5C7gt95bD?hs=cf88b5fff660e70359dd2f28c3b82af7& Notification № 1831 ?','roofa2000@automisly.org','http://yandex.com/poll/LZW8GPQdJg3xe5C7gt95bD','107.189.12.3','2025-12-12 13:15:38','2025-12-12 13:15:38','wznvrx',0,'0','Mozilla/5.0 (Linux; Android 6.0; CAM-L21 Build/HUAWEICAM-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/77.0.3865.92 Mobile Safari/537.36','comment',0,0),(41,1,'gamebet','admin@gamebet7.net','https://gamebet7.net','156.245.246.112','2025-12-20 05:13:51','2025-12-20 05:13:51','Gamebet, huh? Never heard of it, but I\'m always open to new platforms. Might give it a shot. Anyone else playing there? Learn more here: <a href=\'https://gamebet7.net\' rel=\"nofollow ugc\">gamebet</a>.',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4','comment',0,0),(42,1,'GeorgetindY','dinanikolskaya99@gmail.com','','185.39.19.97','2025-12-22 01:30:17','2025-12-22 01:30:17','Zdravo, htio sam znati vašu cijenu.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36','comment',0,0),(43,1,'191betapp','admin@191betapp.net','https://191betapp.net','156.245.246.131','2025-12-31 05:38:23','2025-12-31 05:38:23','Alright folks, gotta say, the 191betapp is pretty slick. Downloaded it the other day and it\'s smooth sailing. Good odds and a solid interface. Get on it <a href=\'https://191betapp.net\' rel=\"nofollow ugc\">191betapp</a>',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1','comment',0,0),(44,1,'GeorgetindY','zekisuquc419@gmail.com','','185.39.19.97','2026-01-18 20:17:54','2026-01-18 20:17:54','Zdravo, htio sam znati vašu cijenu.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0','comment',0,0),(45,1,'Nikitaseasp','nikitafofanov46@gmail.com','https://wa.me/+380938820856','82.147.84.12','2026-01-27 11:13:29','2026-01-27 11:13:29','Greetings! Hope you\'re having a good one. \r\nLet\'s get your project funded or your personal need met. I\'m offering financial grants to those who need them. WhatsApp +66928160350',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36','comment',0,0),(46,1,'Nikitaseasp','nikitafofanov46@gmail.com','https://wa.me/+79885244972','82.147.84.12','2026-02-04 01:19:57','2026-02-04 01:19:57','Greetings! Hope you\'re having a good one. \r\nDon\'t let a lack of funds stop your progress. I\'m providing grants for various personal initiatives and needs. Contact me on WhatsApp +447453801761',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36','comment',0,0),(47,1,'Hacklink Panel','hacklinkpanel5202@icloud.com','https://sites.google.com/hacklinkmarket.com/hacklink-panel-satin-al/','94.26.106.209','2026-03-08 11:28:48','2026-03-08 11:28:48','Hacklink Paneli Almanın En Kaliteli Yolu. Güçlü SEO yükselişi için hacklink satın al. Uygun fiyat, kaliteli bağlantılar, hızlı teslimat.',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.6045.159 Safari/537.36','comment',0,0),(48,1,'hacklink satın al','leoniehunley86@gmail.com','https://sites.google.com/hacklinkmarket.com/hacklink-panel-satin-al/','88.198.25.144','2026-03-09 03:38:09','2026-03-09 03:38:09','hacklink,hacklink panel,hacklink satın al , hacklink,hacklink panel,hacklink satın al , hacklink,hacklink panel,hacklink \r\nsatın al',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68','comment',0,0),(49,1,'silah satın al','miriambarlow355@gmail.com','https://hacklinksatispaneli.com/','88.198.25.144','2026-03-15 23:14:34','2026-03-15 23:14:34','bedava bitcoin, ücretsiz kripto, casino bonus,\r\ncasino sitesi, güvenilir casino, online casino, \r\ncanlı casino, slot oyunları, rulet oyna, poker oyna,\r\nblackjack oyna, bahis sitesi, güvenilir bahis, canlı bahis, spor bahisleri, yüksek oran bahis,\r\nkaçak bahis, bedava bahis, deneme bonusu, hoşgeldin bonusu, casino free spin, slot free spin, kumar \r\nsitesi, kumarhane, çevrimiçi kumar, illegal bahis, yasa \r\ndışı bahis, illegal casino, yasadışı kumar, kayıt olmadan bahis, kimlik doğrulama \r\nyok bahis, bahis para yatır, bahis para çek, casino para \r\nçekme, casino para yatırma, slot jackpot, jackpot casino, bedava casino, ücretsiz \r\ncasino, casino demo, canlı krupiye, canlı rulet, canlı blackjack, canlı poker, canlı baccarat,\r\nbaccarat oyna, baccarat sitesi, çevrimsiz bonus, yatırımsız bonus, çevrim şartsız bonus, kayıp \r\nbonusu, kayıp iadesi, free bet, freespin, casino cashback,\r\nbahis cashback, bedava iddaa, maç izle bahis, canlı maç bahis, \r\nfutbol bahis, basketbol bahis, tenis bahis,\r\nesports bahis, sanal bahis, sanal spor bahis, köpek yarışı bahis, at yarışı bahis, greyhound bahis,\r\npoker freeroll, escort bayan, escort istanbul, escort ankara, escort izmir,\r\nescort bursa, escort adana, escort kocaeli, escort mersin, escort antalya,\r\nescort gaziantep, escort konya, escort diyarbakır, escort \r\naydın, escort kayseri, vip escort, ucuz escort, eve gelen escort, otele gelen escort, saatlik escort, gecelik escort, haftalık escort, çıkmalık escort, rezidans escort, öğrenci escort, yabancı escort, rus escort, \r\nukraynalı escort, arap escort, sarışın escort, esmer escort, olgun escort',0,'0','Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0','comment',0,0),(50,1,'Hacklink','hacklink1424@aol.com','https://hacklinkmarket.com/','94.26.106.225','2026-03-21 04:42:49','2026-03-21 04:42:49','Etkili hacklink hizmeti ile SEO hedeflerinize ulaşın. Doğal backlink profili, yüksek kaliteli linkler ve profesyonel destek. 7833',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.76 Safari/537.36','comment',0,0),(51,1,'Avtoservis_wfkn','uozajpwgwkn@lvdskjn.store','https://servis-toyota-moskva.ru/remont-toyota-v-moskve/','2.26.23.219','2026-07-10 03:41:57','2026-07-10 03:41:57','Если вы ищете надежный автосервис для вашей Тойота в Москве, вам повезло. Профессионалы помогут вам с ремонтом и техническим обслуживанием. \r\nЕсли вам нужен качественный и надежный [url=https://servis-toyota-moskva.su/remont-toyota-v-moskve/] автосервис Тойота[/url], мы предлагаем широкий спектр услуг для вашего автомобиля. \r\nДля Тойота необходим высокий уровень квалификации. Каждый механик проходит специальное обучение и сертификацию. \r\nВ нашем сервисе используются современные технологии и оборудование. Благодаря этому, мы можем гарантировать качество выполняемых работ. \r\nНаш автосервис обеспечивает надежность и долговечность вашего автомобиля. Мы ценим каждого клиента и стремимся к его удовлетворенности.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36','comment',0,0),(52,1,'Buy_wskl','wlzrvfdmokl@hello-word-2026.store','https://santiamhospital.org/wp-content/uploads/wp_dndcf7_uploads/wpcf7-files/0f0aa6b6-f4f0-4aee-8882-283e4e698257/xanax_alprazolam_online.pdf','2.26.23.219','2026-07-25 15:37:01','2026-07-25 15:37:01','Distinct from other providers, we offer prescription medications without a prescription following legal procedures and qualified pharmacist review. \r\n \r\nBuy over-the-counter medications with home delivery. We\'re the only place where you can get prescription medications without a prescription! \r\n[url=https://santiamhospital.org/wp-content/uploads/wp_dndcf7_uploads/wpcf7-files/8dd63f18-28e9-400b-a818-0a10bca5dec1/klonopin_clonazepam_online.pdf]Purchase[/url] \r\n \r\nGet over-the-counter medications delivered to your home and appreciate the comfort of receiving products without leaving your house. \r\nIt\'s easy to order: find your products, place an order, and schedule delivery for a suitable time. \r\nWe maintain secure records and transparent policies to build trust with our customers.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36','comment',0,0),(53,1,'Obuchenie_phKt','bxufnmdsfKt@hello-word-2026.store','https://t.me/s/seo_pro100','2.26.23.219','2026-07-27 03:17:54','2026-07-27 03:17:54','Если вы хотите повысить свои навыки продвижения, обязательно пройдите [url=https://t.me/s/seo_pro100]уроки XRumer и GSA[/url], чтобы эффективно использовать все возможности этих инструментов. \r\nДанные программы позволяют автоматизировать процесс публикации и создания ссылок.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0','comment',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_e_events` -- DROP TABLE IF EXISTS `wp_e_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_e_events` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `event_data` text DEFAULT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `created_at_index` (`created_at`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_e_events` -- LOCK TABLES `wp_e_events` WRITE; /*!40000 ALTER TABLE `wp_e_events` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_e_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_e_notes` -- DROP TABLE IF EXISTS `wp_e_notes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_e_notes` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `route_url` text DEFAULT NULL COMMENT 'Clean url where the note was created.', `route_title` varchar(255) DEFAULT NULL, `route_post_id` bigint(20) unsigned DEFAULT NULL COMMENT 'The post id of the route that the note was created on.', `post_id` bigint(20) unsigned DEFAULT NULL, `element_id` varchar(60) DEFAULT NULL COMMENT 'The Elementor element ID the note is attached to.', `parent_id` bigint(20) unsigned NOT NULL DEFAULT 0, `author_id` bigint(20) unsigned DEFAULT NULL, `author_display_name` varchar(250) DEFAULT NULL COMMENT 'Save the author name when the author was deleted.', `status` varchar(20) NOT NULL DEFAULT 'publish', `position` text DEFAULT NULL COMMENT 'A JSON string that represents the position of the note inside the element in percentages. e.g. {x:10, y:15}', `content` longtext DEFAULT NULL, `is_resolved` tinyint(1) NOT NULL DEFAULT 0, `is_public` tinyint(1) NOT NULL DEFAULT 1, `last_activity_at` datetime DEFAULT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `route_url_index` (`route_url`(191)), KEY `post_id_index` (`post_id`), KEY `element_id_index` (`element_id`), KEY `parent_id_index` (`parent_id`), KEY `author_id_index` (`author_id`), KEY `status_index` (`status`), KEY `is_resolved_index` (`is_resolved`), KEY `is_public_index` (`is_public`), KEY `created_at_index` (`created_at`), KEY `updated_at_index` (`updated_at`), KEY `last_activity_at_index` (`last_activity_at`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_e_notes` -- LOCK TABLES `wp_e_notes` WRITE; /*!40000 ALTER TABLE `wp_e_notes` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_e_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_e_notes_users_relations` -- DROP TABLE IF EXISTS `wp_e_notes_users_relations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_e_notes_users_relations` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `type` varchar(60) NOT NULL COMMENT 'The relation type between user and note (e.g mention, watch, read).', `note_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `type_index` (`type`), KEY `note_id_index` (`note_id`), KEY `user_id_index` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_e_notes_users_relations` -- LOCK TABLES `wp_e_notes_users_relations` WRITE; /*!40000 ALTER TABLE `wp_e_notes_users_relations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_e_notes_users_relations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_e_submissions` -- DROP TABLE IF EXISTS `wp_e_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_e_submissions` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `type` varchar(60) DEFAULT NULL, `hash_id` varchar(60) NOT NULL, `main_meta_id` bigint(20) unsigned NOT NULL COMMENT 'Id of main field. to represent the main meta field', `post_id` bigint(20) unsigned NOT NULL, `referer` varchar(500) NOT NULL, `referer_title` varchar(300) DEFAULT NULL, `element_id` varchar(20) NOT NULL, `form_name` varchar(60) NOT NULL, `campaign_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `user_ip` varchar(46) NOT NULL, `user_agent` text NOT NULL, `actions_count` int(11) DEFAULT 0, `actions_succeeded_count` int(11) DEFAULT 0, `status` varchar(20) NOT NULL, `is_read` tinyint(1) NOT NULL DEFAULT 0, `meta` text DEFAULT NULL, `created_at_gmt` datetime NOT NULL, `updated_at_gmt` datetime NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `hash_id_unique_index` (`hash_id`), KEY `main_meta_id_index` (`main_meta_id`), KEY `hash_id_index` (`hash_id`), KEY `type_index` (`type`), KEY `post_id_index` (`post_id`), KEY `element_id_index` (`element_id`), KEY `campaign_id_index` (`campaign_id`), KEY `user_id_index` (`user_id`), KEY `user_ip_index` (`user_ip`), KEY `status_index` (`status`), KEY `is_read_index` (`is_read`), KEY `created_at_gmt_index` (`created_at_gmt`), KEY `updated_at_gmt_index` (`updated_at_gmt`), KEY `created_at_index` (`created_at`), KEY `updated_at_index` (`updated_at`), KEY `referer_index` (`referer`(191)), KEY `referer_title_index` (`referer_title`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_e_submissions` -- LOCK TABLES `wp_e_submissions` WRITE; /*!40000 ALTER TABLE `wp_e_submissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_e_submissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_e_submissions_actions_log` -- DROP TABLE IF EXISTS `wp_e_submissions_actions_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_e_submissions_actions_log` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `submission_id` bigint(20) unsigned NOT NULL, `action_name` varchar(60) NOT NULL, `action_label` varchar(60) DEFAULT NULL, `status` varchar(20) NOT NULL, `log` text DEFAULT NULL, `created_at_gmt` datetime NOT NULL, `updated_at_gmt` datetime NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `submission_id_index` (`submission_id`), KEY `action_name_index` (`action_name`), KEY `status_index` (`status`), KEY `created_at_gmt_index` (`created_at_gmt`), KEY `updated_at_gmt_index` (`updated_at_gmt`), KEY `created_at_index` (`created_at`), KEY `updated_at_index` (`updated_at`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_e_submissions_actions_log` -- LOCK TABLES `wp_e_submissions_actions_log` WRITE; /*!40000 ALTER TABLE `wp_e_submissions_actions_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_e_submissions_actions_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_e_submissions_values` -- DROP TABLE IF EXISTS `wp_e_submissions_values`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_e_submissions_values` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `submission_id` bigint(20) unsigned NOT NULL DEFAULT 0, `key` varchar(60) DEFAULT NULL, `value` longtext DEFAULT NULL, PRIMARY KEY (`id`), KEY `submission_id_index` (`submission_id`), KEY `key_index` (`key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_e_submissions_values` -- LOCK TABLES `wp_e_submissions_values` WRITE; /*!40000 ALTER TABLE `wp_e_submissions_values` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_e_submissions_values` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1, `link_rating` int(11) NOT NULL DEFAULT 0, `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=108209 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','https://redlightpain.us7.cdn-alpha.com','yes'),(2,'home','https://redlightpain.us7.cdn-alpha.com','yes'),(3,'blogname','My WordPress','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','help@forte.agency','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:137:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:32:\"category/(.+?)/schema-preview/?$\";s:57:\"index.php?category=$matches[1]&schema-preview=$matches[3]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:46:\"e-floating-buttons/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"e-floating-buttons/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"e-floating-buttons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"e-floating-buttons/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"e-floating-buttons/([^/]+)/embed/?$\";s:51:\"index.php?e-floating-buttons=$matches[1]&embed=true\";s:39:\"e-floating-buttons/([^/]+)/trackback/?$\";s:45:\"index.php?e-floating-buttons=$matches[1]&tb=1\";s:47:\"e-floating-buttons/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&paged=$matches[2]\";s:54:\"e-floating-buttons/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&cpage=$matches[2]\";s:52:\"e-floating-buttons/([^/]+)/schema-preview(/(.*))?/?$\";s:67:\"index.php?e-floating-buttons=$matches[1]&schema-preview=$matches[3]\";s:43:\"e-floating-buttons/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?e-floating-buttons=$matches[1]&page=$matches[2]\";s:35:\"e-floating-buttons/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"e-floating-buttons/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"e-floating-buttons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"e-floating-buttons/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"elementor_component/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"elementor_component/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"elementor_component/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"elementor_component/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"elementor_component/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"elementor_component/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"elementor_component/([^/]+)/embed/?$\";s:52:\"index.php?elementor_component=$matches[1]&embed=true\";s:40:\"elementor_component/([^/]+)/trackback/?$\";s:46:\"index.php?elementor_component=$matches[1]&tb=1\";s:48:\"elementor_component/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?elementor_component=$matches[1]&paged=$matches[2]\";s:55:\"elementor_component/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?elementor_component=$matches[1]&cpage=$matches[2]\";s:53:\"elementor_component/([^/]+)/schema-preview(/(.*))?/?$\";s:68:\"index.php?elementor_component=$matches[1]&schema-preview=$matches[3]\";s:44:\"elementor_component/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?elementor_component=$matches[1]&page=$matches[2]\";s:36:\"elementor_component/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"elementor_component/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"elementor_component/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"elementor_component/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"elementor_component/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"elementor_component/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:23:\"index.php?sitemap=index\";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:25:\"schema-preview(/(.*))?/?$\";s:37:\"index.php?&schema-preview=$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:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:33:\"(.?.+?)/schema-preview(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&schema-preview=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:33:\"([^/]+)/schema-preview(/(.*))?/?$\";s:53:\"index.php?name=$matches[1]&schema-preview=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:12:{i:0;s:31:\"elementor-pro/elementor-pro.php\";i:1;s:23:\"elementor/elementor.php\";i:2;s:56:\"essential-addons-elementor/essential_adons_elementor.php\";i:3;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:4;s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";i:5;s:55:\"premium-addons-pro/premium-addons-pro-for-elementor.php\";i:6;s:38:\"seo-by-rank-math-pro/rank-math-pro.php\";i:7;s:30:\"seo-by-rank-math/rank-math.php\";i:8;s:25:\"templately/templately.php\";i:9;s:41:\"ultimate-elementor/ultimate-elementor.php\";i:10;s:67:\"unlimited-elements-for-elementor-premium/unlimited-elements-pro.php\";i:11;s:39:\"wp-file-manager/file_folder_manager.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:3:{i:0;s:91:\"/storage/v12552/redlightpain/public_html/wp-content/plugins/elementor-pro/elementor-pro.php\";i:2;s:98:\"/storage/v12552/redlightpain/public_html/wp-content/plugins/seo-by-rank-math-pro/rank-math-pro.php\";i:3;s:0:\"\";}','no'),(40,'template','hello-elementor','yes'),(41,'stylesheet','hello-elementor','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','60717','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','0','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','posts','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:0:{}','yes'),(77,'widget_text','a:0:{}','yes'),(78,'widget_rss','a:0:{}','yes'),(79,'uninstall_plugins','a:3:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:25:\"templately/templately.php\";a:2:{i:0;s:27:\"Templately\\Core\\Maintenance\";i:1;s:9:\"uninstall\";}s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";a:2:{i:0;s:30:\"PremiumAddons\\Includes\\PA_Core\";i:1;s:9:\"uninstall\";}}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','0','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1734898535','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'wp_force_deactivated_plugins','a:0:{}','off'),(99,'wp_attachment_pages_enabled','0','yes'),(100,'initial_db_version','56657','yes'),(101,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:87:{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:23:\"rank_math_edit_htaccess\";b:1;s:16:\"rank_math_titles\";b:1;s:17:\"rank_math_general\";b:1;s:17:\"rank_math_sitemap\";b:1;s:21:\"rank_math_404_monitor\";b:1;s:22:\"rank_math_link_builder\";b:1;s:22:\"rank_math_redirections\";b:1;s:22:\"rank_math_role_manager\";b:1;s:19:\"rank_math_analytics\";b:1;s:23:\"rank_math_site_analysis\";b:1;s:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:25:\"rank_math_onpage_advanced\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";b:1;s:20:\"rank_math_content_ai\";b:1;s:19:\"rank_math_admin_bar\";b:1;s:26:\"create_notes_elementor-pro\";b:1;s:24:\"edit_notes_elementor-pro\";b:1;s:26:\"delete_notes_elementor-pro\";b:1;s:24:\"read_notes_elementor-pro\";b:1;s:31:\"edit_others_notes_elementor-pro\";b:1;s:33:\"delete_others_notes_elementor-pro\";b:1;s:39:\"read_others_private_notes_elementor-pro\";b:1;s:23:\"edit_templately_builder\";b:1;s:24:\"edit_templately_settings\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:39:{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:23:\"rank_math_site_analysis\";b:1;s:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:14:{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:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(102,'fresh_site','0','off'),(103,'user_count','68','off'),(104,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','yes'),(105,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','yes'),(106,'cron','a:11:{i:1777456321;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1777456883;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:1777488706;a:5:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1777488742;a:4:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}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;}}s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1777488919;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1777495753;a:1:{s:35:\"rank_math/content-ai/update_prompts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1777507200;a:2:{s:35:\"rank_math/redirection/clean_trashed\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"rank_math/links/internal_links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1778007107;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1784882386;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1785396477;a:1:{s:45:\"fs_data_sync_unlimited-elements-for-elementor\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','on'),(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(121,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.9.1\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}','yes'),(123,'theme_mods_twentytwentyfour','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1709060163;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','no'),(124,'recovery_keys','a:6:{s:22:\"xT5Twm5H1NKXi7ICcPb1u8\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$D3aRloDw0-u5IjEGP3JmvLt3qRvD00E8ZNRo8e4A\";s:10:\"created_at\";i:1784793289;}s:22:\"gknDB69P6cBtTC3ojLQLeu\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$wEiSGScQzJ23sAhqmMzemNqtgRS3jjpgX8ZW7rdN\";s:10:\"created_at\";i:1784885908;}s:22:\"pHipyfuw51rTYkI6C1sefN\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$ovprzqnqB3OjikIKAFAgDhVC0o-IEyA7TZ55fTup\";s:10:\"created_at\";i:1784993174;}s:22:\"50CCbEWXcsg3PJQN3yENsd\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$rzQBAzcw5mQ33IgQsBvLhIwePAonOaVddQgGpmKu\";s:10:\"created_at\";i:1785086284;}s:22:\"9pZembUnNirdgDuUopeZw7\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$RAnsowd6NOchQXNIHT5QhwF8OxnO4SnjZ0fhl6UU\";s:10:\"created_at\";i:1785182223;}s:22:\"XTqAGSmJReGoFU08tVV1BB\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$309cWodhk3t_bCvQtVkt6LHbDliVPdP4qNeQFnEM\";s:10:\"created_at\";i:1785311687;}}','off'),(136,'wp_cli_login','{\"endpoint\":\"8a3da092\",\"version\":\"^1.2\"}','yes'),(140,'ai1wmue_plugin_key','467437d2-35c0-41f1-b8e7-2b657efb466e','yes'),(164,'finished_updating_comment_type','1','yes'),(166,'_site_transient_ai1wm_last_check_for_updates','1709060119','no'),(167,'ai1wm_updater','a:1:{s:43:\"all-in-one-wp-migration-unlimited-extension\";a:13:{s:4:\"name\";s:19:\"Unlimited Extension\";s:4:\"slug\";s:19:\"unlimited-extension\";s:8:\"homepage\";s:51:\"https://servmask.com/extensions/unlimited-extension\";s:13:\"download_link\";s:29:\"https://servmask.com/purchase\";s:7:\"version\";s:4:\"2.54\";s:6:\"author\";s:8:\"ServMask\";s:15:\"author_homepage\";s:20:\"https://servmask.com\";s:8:\"sections\";a:1:{s:11:\"description\";s:201:\"<ul class=\"description\"><li>Remove upload limits</li><li>Use on any number of websites that you own</li><li>Restore backup from server</li><li>WP CLI commands included</li><li>Premium support</li></ul>\";}s:7:\"banners\";a:2:{s:3:\"low\";s:65:\"https://servmask.com/img/products/unlimited-extension-772x250.png\";s:4:\"high\";s:66:\"https://servmask.com/img/products/unlimited-extension-1544x500.png\";}s:5:\"icons\";a:3:{s:2:\"1x\";s:65:\"https://servmask.com/img/products/unlimited-extension-128x128.png\";s:2:\"2x\";s:65:\"https://servmask.com/img/products/unlimited-extension-256x256.png\";s:7:\"default\";s:65:\"https://servmask.com/img/products/unlimited-extension-256x256.png\";}s:6:\"rating\";i:99;s:11:\"num_ratings\";i:509;s:10:\"downloaded\";i:50188;}}','yes'),(168,'elementor_active_kit','6','yes'),(169,'elementor_font_display','swap','yes'),(172,'recently_activated','a:0:{}','off'),(173,'elementor_version','3.20.2','yes'),(174,'elementor_install_history','a:5:{s:6:\"3.19.3\";i:1709060119;s:6:\"3.19.4\";i:1709208490;s:6:\"3.20.0\";i:1710252537;s:6:\"3.20.1\";i:1710420342;s:6:\"3.20.2\";i:1711010582;}','yes'),(175,'elementor_events_db_version','1.0.0','no'),(177,'elementor_onboarded','1','yes'),(178,'elementor_connect_site_key','870b07fff7d8b69eb1a204f29b65b134','yes'),(179,'elementor_allow_tracking','yes','yes'),(180,'elementor_tracker_last_send','1777456319','yes'),(183,'_elementor_installed_time','1709060131','yes'),(184,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:28:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:11:\"Link in Bio\";i:15;s:9:\"portfolio\";i:16;s:7:\"pricing\";i:17;s:15:\"product archive\";i:18;s:5:\"Quote\";i:19;s:15:\"Service Details\";i:20;s:8:\"services\";i:21;s:11:\"single page\";i:22;s:11:\"single post\";i:23;s:14:\"single product\";i:24;s:5:\"stats\";i:25;s:9:\"subscribe\";i:26;s:4:\"team\";i:27;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:28:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:11:\"Link in Bio\";i:15;s:9:\"portfolio\";i:16;s:7:\"pricing\";i:17;s:15:\"product archive\";i:18;s:5:\"Quote\";i:19;s:15:\"Service Details\";i:20;s:8:\"services\";i:21;s:11:\"single page\";i:22;s:11:\"single post\";i:23;s:14:\"single product\";i:24;s:5:\"stats\";i:25;s:9:\"subscribe\";i:26;s:4:\"team\";i:27;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:19:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:19:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:19:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:19:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:19:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:19:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:19:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:19:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:19:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:19:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:19:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:19:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:19:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:19:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:19:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:19:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:19:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:19:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:19:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:19:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:19:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:19:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:19:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:19:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:19:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:19:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:19:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic | Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:19:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:19:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:19:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:19:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:19:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:19:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:19:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:19:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:19:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:19:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving & Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:19:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:19:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:19:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:19:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:19:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:19:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:19:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:19:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:19:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App & SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:19:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:19:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:19:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:19:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:19:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:19:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:19:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:19:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:19:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:19:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:19:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:19:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health & Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:19:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:19:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:19:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital & Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:19:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital & Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:19:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:19:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:19:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health & Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:19:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:19:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:19:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:19:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:19:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:19:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:19:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:19:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:19:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:19:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:19:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:19:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:19:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:19:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:19:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:19:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:19:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:19:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:19:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:19:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:19:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:19:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:19:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:19:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:19:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:19:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:19:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:19:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:19:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:19:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:19:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:19:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:19:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:19:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:19:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:19:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:19:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:19:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:19:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:19:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health & Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:19:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:19:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:19:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:19:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:19:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:19:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:19:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:19:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:19:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:19:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club – NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:19:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot – NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:19:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors – NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:19:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends – NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:19:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe – Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:19:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe – Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:19:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe – Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:19:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe – Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:19:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe – Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:19:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe – Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:19:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe – Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:19:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe – Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:19:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:19:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health & Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:19:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:19:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:19:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:19:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health & Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:19:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:19:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:19:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:19:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:19:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:19:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:19:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:19:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:19:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:19:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:19:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:19:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic | Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:19:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:19:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:19:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:19:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic | Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:19:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:19:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:19:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:19:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:19:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:19:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:19:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:19:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:19:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:19:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:19:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:19:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar – Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:19:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion – Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:19:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery – Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:19:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:19:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails – Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:19:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival – Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:19:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course – Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:19:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop – Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:19:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:19:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic – Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:19:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe – Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:19:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car – Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:19:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe – About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:19:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:19:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:19:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:19:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe – Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:19:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine – Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:19:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog – Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:19:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant – About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:19:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:19:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency – Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:19:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm – Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:19:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:19:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption – Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:19:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer – Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:19:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:19:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:19:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise & Fitness Equipment – eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:19:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer – Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:19:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe – Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:19:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:19:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe – Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:19:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation – Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:19:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:19:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:19:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events – Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:19:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training – Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:19:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:19:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe – About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:19:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses – Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:19:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:19:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe – Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:19:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop – eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:19:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace – Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:19:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa & Beauty – Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:19:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:19:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:19:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening – Health & Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:19:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company – Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:19:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:19:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management – Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:19:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact – Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:19:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:19:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:19:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care – Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:19:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:19:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones – eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:19:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe – Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:19:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference – Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:19:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe – Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:19:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:19:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:19:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe – Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:19:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course – eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:19:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale – eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:19:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference – Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:19:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale – eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:19:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:19:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency – Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:19:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash – Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:19:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography – Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:19:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:19:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:19:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School – Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:19:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer – Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:19:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:19:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker – Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:19:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture – Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:19:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:19:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:19:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:19:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor – Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:19:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe – About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:19:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach – Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:19:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe – Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:19:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:19:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:19:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe – About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:19:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:19:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:19:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:19:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:19:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale – eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:19:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing & Moving Company – Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:19:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer – Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:19:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:19:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design – Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:19:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management – Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:19:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:19:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog – Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:19:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center – Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:19:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel – Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:19:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling – Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:19:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe – Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:19:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:19:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course – Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:19:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:19:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe – Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:19:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian – Health & Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:19:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe – Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:19:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef – Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:19:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe – Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:19:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:19:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course – Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:19:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe – Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:19:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant – Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:19:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:19:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant – Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:19:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project – Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:19:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer – Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:19:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog & Cat Food Delivery – Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:19:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:19:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:19:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming – Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:19:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition – Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:19:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:19:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course – Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:19:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger – Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:19:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor – Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:19:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:19:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:19:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio – Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:19:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery – Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:19:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar – Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:19:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop – Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:19:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:19:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer – Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:19:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:19:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency – Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:19:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App – Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:19:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:19:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:19:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:19:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale – eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:19:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare – Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:19:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:19:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:19:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:19:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare – Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:19:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company – Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:19:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:19:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:19:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service – Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:19:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine – Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:19:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:19:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform – Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:19:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company – About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:19:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store – Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:19:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction – Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:19:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:19:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:19:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency – About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:19:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic – Health & Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:19:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:19:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:19:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course – Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:19:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store – Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:19:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School – Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:19:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:19:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency – Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:19:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week – Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:19:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:19:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:19:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference – Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:19:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:19:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children’s Optometrist – Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:19:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:19:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:19:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:19:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery – Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:19:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:19:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon – Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:19:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant – Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:19:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:19:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon – Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:19:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:19:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon – Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:19:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance – Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:19:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon – Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:19:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page – Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:19:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:19:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:19:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency – Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:19:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:19:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page – Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:19:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:19:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:19:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page – Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:19:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:19:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:19:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product – eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:19:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:19:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:19:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym – App Service – Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:19:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio – Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:19:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale – eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:19:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio – Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:19:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion – eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:19:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:19:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale – eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:19:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:19:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:19:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:19:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef – Thank You Page – Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:19:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:19:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course – Thank You Page – Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:19:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:19:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:19:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:19:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:19:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:19:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:19:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:19:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:19:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:19:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:19:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:19:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform – Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:19:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:19:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:19:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:19:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store – Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:19:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:19:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:19:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:19:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:19:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:19:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:19:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate – News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:19:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store – Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:19:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:19:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:19:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency – Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:19:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:19:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant – Chef’s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:19:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant – Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:19:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:19:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop – 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:19:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:19:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant – Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:19:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop – Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:19:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant – Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:19:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:19:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:19:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:19:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop – Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:19:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop – Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:19:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:19:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop – Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:19:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:19:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop – Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:19:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:19:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:19:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course – Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:19:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:19:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:19:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:19:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home – Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:19:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:19:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:19:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design – Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:19:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:19:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:19:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:19:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:19:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:19:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography – Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:19:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography – Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:19:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:19:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography – Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:19:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography – Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:19:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography – Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:19:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:19:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography – Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:19:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:19:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography – Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:19:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography – Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:19:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography – B&W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:19:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:19:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography – Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:19:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:19:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:19:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:19:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:19:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:19:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel – Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:19:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:19:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel – Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:19:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:19:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel – FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:19:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:19:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel – Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:19:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio – Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:19:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:19:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:19:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:19:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio – Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:19:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:19:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:19:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:19:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:19:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:19:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:19:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm – Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:19:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:19:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym – Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:19:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:19:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm – Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:19:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact 16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:19:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:19:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:19:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm – Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:19:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:19:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency – Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:19:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym – Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:19:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:19:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:19:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:19:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:19:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency – Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:19:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:19:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym – Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:19:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:19:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm – Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:19:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:19:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency – Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:19:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:19:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:19:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:19:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym – Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:19:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:19:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency – Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:19:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:19:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:19:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:19:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:19:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:19:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:19:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:19:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:19:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:19:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:19:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:19:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:19:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:19:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:19:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:19:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:19:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:19:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:19:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:19:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:19:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:19:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:19:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:19:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:19:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:19:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:19:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:19:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:19:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:19:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:19:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:19:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:19:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:19:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:19:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:19:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:19:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:19:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:19:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:19:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:19:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:19:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:19:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:19:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:19:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:19:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:19:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:19:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:19:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:19:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:19:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:19:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:19:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:19:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:19:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:19:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:19:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:19:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:19:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:19:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:19:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:19:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:19:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:19:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:19:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:19:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:19:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:19:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:19:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:19:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:19:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:19:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:19:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:19:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:19:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company – Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:19:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:19:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:19:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:19:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:19:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:19:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:19:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:19:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:19:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:19:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:19:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:19:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:19:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:19:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:19:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:19:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:19:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:19:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:19:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:19:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:19:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:19:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:19:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:19:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:19:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:19:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:19:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:19:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:19:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:19:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:19:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:19:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:19:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:19:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:19:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:19:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:19:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:19:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:19:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:19:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:19:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:19:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:19:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:19:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:19:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:19:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:19:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:19:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:19:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:19:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:19:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design – Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:19:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design – News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:19:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design – Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:19:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design – Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:19:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant – 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:19:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:19:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant – Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:19:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:19:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm – Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:19:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:19:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:19:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm – Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:19:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:19:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate – 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:19:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:19:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:19:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate – Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:19:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate – Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:19:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate – single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:19:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:19:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine – Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:19:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:19:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:19:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine – Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:19:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine – Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:19:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine – Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:19:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:19:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:19:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:19:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:19:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course – End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:19:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:19:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course – Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:19:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course – Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:19:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:19:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography – Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:19:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:19:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography – Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:19:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:19:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:19:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:19:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:19:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:19:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:19:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio – Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:19:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:19:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:19:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio – Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:19:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:19:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:19:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:19:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:19:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:19:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:19:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:19:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:19:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:19:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:19:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:19:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:19:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:19:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:19:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:19:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:19:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:19:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:19:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:19:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:19:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:19:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:19:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:19:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:19:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:19:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:19:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:19:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:19:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:19:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:19:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:19:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:19:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:19:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:19:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:19:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:19:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist – single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:19:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:19:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist – single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:19:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:19:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:19:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:19:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:19:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:19:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:19:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:19:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:19:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:19:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:19:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:19:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:19:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:19:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:19:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:19:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:19:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:19:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:19:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:19:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:19:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:19:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:19:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:19:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:19:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:19:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:19:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:19:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:19:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:19:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:19:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:19:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:19:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:19:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:19:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:19:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:19:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:19:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:19:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:19:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:19:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:19:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:19:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:19:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:19:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:19:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:19:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:19:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:19:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:19:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:19:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:19:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:19:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:19:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:19:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:19:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:19:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:19:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:19:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:19:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:19:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:19:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:19:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:19:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:19:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:19:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:19:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:19:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:19:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:19:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:19:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:19:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:19:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:19:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:19:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:19:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:19:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:19:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:19:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:19:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:19:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:19:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:19:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:19:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:19:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:19:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:19:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:19:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:19:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:19:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:19:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:19:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:19:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:19:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:19:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:19:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:19:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:19:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel – Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:19:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel – Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:19:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel – Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:19:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel – Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:19:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:19:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:19:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog – Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:19:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog – Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:19:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:19:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:19:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog – Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:19:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog – Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','off'),(185,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:126:\"New in Elementor 3.25: CSS Optimization, New Anchor Offset Control & Pagination Options for Live Results in the Search widget!\";s:7:\"excerpt\";s:183:\"Boost your site’s speed with further CSS optimization, enjoy smooth scrolling with native CSS and Anchor Offset, and enhance search functionality with pagination for Live Results!\r\n\";s:7:\"created\";i:1730630544;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:157:\"https://elementor.com/blog/elementor-325-css-loading-anchor-offset-search-pagination/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:81:\"Introducing Site Mailer by Elementor: Improve Your WordPress Email Deliverability\";s:7:\"excerpt\";s:377:\"In the world of WordPress, managing transactional emails can be a real challenge. From emails landing in spam folders to issues with server configurations, ensuring your messages are delivered can feel overwhelming.\r\nEnter Site Mailer by Elementor—a powerful plugin designed to solve your email deliverability issues with ease, eliminating the need for complex SMTP setups.\r\n\";s:7:\"created\";i:1727247060;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:123:\"https://elementor.com/blog/introducing-site-mailer/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:87:\"Introducing Elementor 3.24: Floating Bars, Variable Fonts, Enhanced CSS Loading & More!\";s:7:\"excerpt\";s:116:\"Elevate Your Websites with Floating Bars and Variable Fonts, Improve Performance with Enhanced CSS Loading and More!\";s:7:\"created\";i:1725891168;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:155:\"https://elementor.com/blog/elementor-324-floating-bars-variable-fonts-enhanced-css/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','off'),(189,'current_theme','Hello Elementor','yes'),(190,'theme_mods_hello-elementor','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}','yes'),(191,'theme_switched','','yes'),(192,'hello_theme_version','3.0.1','yes'),(196,'_elementor_notifications_data','a:2:{s:7:\"timeout\";i:1709063771;s:5:\"value\";s:7046:\"[{\"id\":\"display-conditions-3.19\",\"title\":\"Create Comprehensive Dynamic Visitor Experiences with Display Conditions\",\"description\":\"Customize visitor experiences by setting display conditions for your content based on parameters like the time and date, the visitor\'s identity, the type of page they\'re viewing, and more.\",\"topic\":\"New in Elementor Pro 3.19\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/display-conditions-3.19.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-319-display-conditions-akismet-integration\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"display-conditions-3.19\",\"title\":\"Create Personalized Visitor Experiences\",\"description\":\"Choose when to display certain content on your website according to conditions such as the visitor\\u2019s identity, the timing of their visit, the page they are viewing, and the URL address they came from.\",\"topic\":\"New in Elementor Pro 3.19\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/display-conditions-3.19.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-319-display-conditions-akismet-integration\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-dispaly-conditions\\/\"},{\"id\":\"element-manager-permissions-3.19\",\"title\":\"Streamline Collaboration by Setting Permissions to Widgets in the Element Manager\",\"description\":\"Customize the widgets displayed in the Widget Panel for each user based on their assigned roles.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/element-manager-role-permissions-3.19.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"element-manager-permissions-3.19\",\"title\":\"Streamline Collaboration by Setting Permissions to Widgets in the Element Manager\",\"description\":\"Customize the widgets displayed in the Widget Panel for each user based on their assigned roles.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/element-manager-role-permissions-3.19.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-element-manager-permission\\/\"},{\"id\":\"akismet-3.19\",\"title\":\"Protect Forms From Spam by Seamlessly Integrating Akismet Spam Filter\",\"description\":\"Akismet works in the background, using AI technology to detect spam with 99.9 percent accuracy without any additional interactions required by your visitors.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/akismet-3.19.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"akismet-3.19\",\"title\":\"Protect Forms From Spam by Seamlessly Integrating Akismet Spam Filter\",\"description\":\"Akismet works in the background, using AI technology to detect spam with 99.9 percent accuracy without any additional interactions required by your visitors.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/akismet-3.19.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-akismet\\/\"},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website. Resize, compress, and convert images to WebP , for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"ai-variations-in-template-library-3.19\",\"title\":\"Inspire Your Creation with Web-Based Container Generation\",\"description\":\"Use a URL address to generate containers based on a reference from the open web.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ai-variations-in-template-library-3.19.png\",\"chipPlan\":\"Elementor AI\",\"chipTags\":[\"New Feature\"],\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Get Elementor AI\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-web-based-container\\/\"},{\"id\":\"ai-variations-in-template-library-3.19\",\"title\":\"Inspire Your Creation with Web-Based Container Generation\",\"description\":\"Use a URL address to generate containers based on a reference from the open web.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ai-variations-in-template-library-3.19.png\",\"chipPlan\":\"Elementor AI\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-web-based-container\\/\"},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"taxonomy-filter-multi-select-3.18\",\"title\":\"Enhance the Visitor Experience of Listings with Taxonomy Filter Multi-Select Capabilities\",\"description\":\"Help visitors find the products and posts they\'re looking for by filter listings based on multiple categories or tags from the same taxonomy filter.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/taxonomy-filter-multi-select-3.18.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-318-element-manager-multi-selection-taxonomy-filter\\/#:~:text=%5BPro%5D%20Enhanced%20Taxonomy%20Filter%20with%20Multi%2DSelection\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"taxonomy-filter-multi-select-3.18\",\"title\":\"Enhance the Visitor Experience of Listings with Taxonomy Filter Multi-Select Capabilities\",\"description\":\"Help visitors find the products and posts they\'re looking for by filter listings based on multiple categories or tags from the same taxonomy filter.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/taxonomy-filter-multi-select-3.18.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-318-element-manager-multi-selection-taxonomy-filter\\/#:~:text=%5BPro%5D%20Enhanced%20Taxonomy%20Filter%20with%20Multi%2DSelection\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-taxonomy-filter\\/\"}]\";}','no'),(205,'papro_updated','true','yes'),(208,'edd_sl_74d626434e61718d87e2dccd8bec5fb9','a:2:{s:7:\"timeout\";i:1709071316;s:5:\"value\";s:138603:\"{\"new_version\":\"2.9.12\",\"stable_version\":\"2.9.12\",\"name\":\"Premium Addons Pro\",\"slug\":\"premium-addons-pro-for-elementor\",\"url\":\"https:\\/\\/my.leap13.com\\/downloads\\/premium-addons-pro-for-elementor\\/?changelog=1\",\"last_updated\":\"2024-02-20 12:59:42\",\"homepage\":\"https:\\/\\/premiumaddons.com\",\"package\":\"\",\"download_link\":\"\",\"sections\":{\"description\":\"<p>This plugin is an extension to Premium Addons for Elementor Plugin that includes Pro Elementor widgets and Addons for Elementor Page Builder. Visit <a href=\\\"https:\\/\\/www.premiumaddons.com\\/\\\">Premium Addons Website<\\/a> to check widgets and addons demos.<\\/p>\\n<p>Premium Addons PRO plugin\\u2019s widgets are cross browser compatible and also fully responsive, Your website will rock on all browsers as well as tables and mobile devices.<\\/p>\\n<p>When using Premium Addons\\u2019 widgets you will notice that it has more customization options than any other widget in other plugin.<\\/p>\\n<p>Premium Addons PRO can be used only as a complement of Elementor page builder plugin as it\\u2019s not a standalone plugin.<\\/p>\\n<h3>Features<\\/h3>\\n<ul>\\n<li>Fully Customizable Elements.<\\/li>\\n<li>Options panel for enabling desired elements only for faster performance.<\\/li>\\n<li>Free Support through online forums.<\\/li>\\n<\\/ul>\\n<h3>Available Elements<\\/h3>\\n<ol>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/alert-box-widget-for-elementor-page-builder\\/\\\">Premium Alert Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/animated-section-gradients-for-elementor-page-builder\\/\\\">Premium Animated Section Gradient<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/behance-feed-widget-for-elementor-page-builder\\/\\\">Premium Behance Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/charts-widget-for-elementor-page-builder\\/\\\">Premium Charts<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/content-switcher-widget-for-elementor-page-builder\\/\\\">Premium Content Switcher<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/dual-header-widget-for-elementor-page-builder\\/\\\">Premium Divider<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/facebook-feed-widget-for-elementor-page-builder-2\\/\\\">Premium Facebook Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/facebook-messenger-widget-for-elementor-page-builder\\/\\\">Premium Facebook Messenger<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/facebook-reviews-widget-for-elementor-page-builder\\/\\\">Premium Facebook Reviews<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/flip-box-widget-for-elementor-page-builder\\/\\\">Premium Flip Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/google-reviews-for-elementor-page-builder\\/\\\">Premium Google Reviews<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/icon-box-widget-for-elementor-page-builder\\/\\\">Premium Icon Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/ihover-widget-for-elementor-page-builder\\/\\\">Premium iHover<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-image-accordion-widget\\/\\\">Premium Image Accordion<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-comparison-widget-for-elementor-page-builder\\/\\\">Premium Image Comparison<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-hotspots-widget-for-elementor-page-builder\\/\\\">Premium Image Hotspots<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-layers-widget-for-elementor-page-builder\\/\\\">Premium Image Layers<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/instagram-feed-widget-for-elementor-page-builder\\/\\\">Premium Instagram Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/ken-burns-section-addon-for-elementor-page-builder\\/\\\">Premium Ken Burns<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/magic-section-widget-for-elementor-page-builder\\/\\\">Premium Magic Section<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/multi-scroll-widget-for-elementor-page-builder\\/\\\">Premium Multi Scroll<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/parallax-section-addon-for-elementor-page-builder\\/\\\">Premium Parallax<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/particles-section-addon-for-elementor-page-builder\\/\\\">Premium Particles<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/preview-window-widget-for-elementor-page-builder\\/\\\">Premium Preview Window<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/table-widget-for-elementor-page-builder\\/\\\">Premium Tables<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/twitter-feed-widget-for-elementor-page-builder\\/\\\">Premium Twitter Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/tabs-widget-for-elementor-page-builder-2\\/\\\">Premium Tabs<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/unfold-widget-for-elementor-page-builder\\/\\\">Premium Unfold<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/whatsapp-widget-for-elementor-page-builder\\/\\\">Premium WhatsApp Chat<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-yelp-reviews-widget\\/\\\">Premium Yelp Reviews<\\/a><\\/li>\\n<\\/ol>\",\"changelog\":\"<h4> 2.9.12 <\\/h4>\\n<ul>\\n<li>New: Magic Section widget rebuilt. It\'s now Off-Canvas - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-off-canvas-widget\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Fixed Content Template option in Multi Scroll widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/multi-scroll-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Icon hover styling options not working in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.11 <\\/h4>\\n<ul>\\n<li>New: Added new hover effects to all the buttons all over the plugin - <a href=\\\"https:\\/\\/premiumaddons.com\\/button-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Alert Box widget rebuilt - <a href=\\\"https:\\/\\/premiumaddons.com\\/alert-box-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Social icons not showing in Image Hotspots widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.10 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to apply Particles addon on whole page through Elementor page settings.<\\/li>\\n<li>Tweak: Added responsive controls to Display option in Content Toggle widget.<\\/li>\\n<li>Fixed: Disable Snappy Effect on Touch Devices in Horizontal Scroll widget not working.<\\/li>\\n<li>Fixed: Flickering issue with Image Sequence effect in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.9 <\\/h4>\\n<ul>\\n<li>Tweak: Divider widget rebuilt - <a href=\\\"https:\\/\\/premiumaddons.com\\/divider-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Option to Disable Scroll on Accordion Item Click added in in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to hide Horizontal Scroll widget slides on desktop devices.<\\/li>\\n<li>Fixed: Unnecessary HTML markup rendered in the table widget.<\\/li>\\n<li>Fixed: Feed is duplicated in Facebook and Behance Feed widgets.<\\/li>\\n<li>Fixed: Facebook and Behance Feed widgets not working on the frontend.<\\/li>\\n<\\/ul>\\n<h4> 2.9.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added SVG Code option in Site Logo widget.<\\/li>\\n<li>Tweak: Gold API error messages handled in News Ticker widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added Option to enable US numbers sorting in Table widget.<\\/li>\\n<li>Tweak: Compatibility between Hide Slide On option in Multi Scroll widget and Elementor custom breakpoints.<\\/li>\\n<\\/ul>\\n<h4> 2.9.5 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error when Premium Addons Pro is activated without the free version.<\\/li>\\n<li>Fixed: Masonry effect not working correctly on editor page in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added Custom Navigation Element Selector option in Multi Scroll to be used to navigate to Multi Scroll slides.<\\/li>\\n<li>Fixed: Ratings values between .7 and .9 are rendered as half star in Social Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.9.3 <\\/h4>\\n<ul>\\n<li>Fixed: PHP Error when Image Accordion widget is used.<\\/li>\\n<li>Fixed: Elementor asks to run Safe Mode with Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Alternative Gold API key option in News Ticker widget.<\\/li>\\n<li>Tweak: Added Load More option in Smart Post Listing widget.<\\/li>\\n<li>Tweak: Added more styling controls in Smart Post Listing widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.1 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<\\/ul>\\n<h4> 2.9.0 <\\/h4>\\n<ul>\\n<li>New: Added Smart Post Listing widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-smart-post-listing-widget\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Show Alt text for the images in Ken Burns addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.27 <\\/h4>\\n<ul>\\n<li>Fixed: Twitter Feed widget not working.<\\/li>\\n<\\/ul>\\n<h4> 2.8.26 <\\/h4>\\n<ul>\\n<li>Tweak: Code refactored for better performance and security.<\\/li>\\n<li>Fixed: Numbers showing on hover not formatted in Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.25 <\\/h4>\\n<ul>\\n<li>Tweak: Removed Twitter Feed credentials section.<\\/li>\\n<\\/ul>\\n<h4> 2.8.24 <\\/h4>\\n<ul>\\n<li>Tweak: Added custom position options for tooltips in Image Hotspots widget.<\\/li>\\n<li>Fixed: Multi Scroll widget not working when elements with entrance animations used in it.<\\/li>\\n<li>Fixed: Twitter Feed widget not working in some cases.<\\/li>\\n<li>Fixed: Image Comparison widget handle not working on RTL sites.<\\/li>\\n<\\/ul>\\n<h4> 2.8.23 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching options in Facebook and Behance Feed widgets.<\\/li>\\n<li>Tweak: Multi Scroll widget improved to trigger entrance animations on slide change.<\\/li>\\n<li>Fixed: Button showing in back side in 3D Hover Box widget.<\\/li>\\n<li>Fixed: Horizontal Scroll issues on mobile devices.<\\/li>\\n<li>Fixed: Hide Empty Reviews option not working correctly in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.22 <\\/h4>\\n<ul>\\n<li>Tweak: Added custom size unit for range controls in some widgets.<\\/li>\\n<li>Tweak: Load posts only if they have body text in Facebook Feed widget.<\\/li>\\n<li>Fixed: Load Chart On option not working in Charts widget.<\\/li>\\n<li>Fixed: Fatal error in Tabs widget when an image icon with empty image is added.<\\/li>\\n<\\/ul>\\n<h4> 2.8.21 <\\/h4>\\n<ul>\\n<li>New: Added Magnet Effect in Custom Mouse Cursor addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-feature\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Magic Scroll addon performance improved.<\\/li>\\n<\\/ul>\\n<h4> 2.8.20 <\\/h4>\\n<ul>\\n<li>Tweak: CSS files size minimized for better performance.<\\/li>\\n<li>Fixed: Custom link attributes not working in Icon Box widget.<\\/li>\\n<li>Fixed: Console error in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.19 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to load Magic Scroll addon on page load, not when the section is reached.<\\/li>\\n<li>Fixed: Image Comparison widget not working when used inside Tabs widget.<\\/li>\\n<li>Fixed: Lock Page Scroll option in Magic Scroll addon causing a blank area while scrolling on mobile devices.<\\/li>\\n<li>Fixed: PHP warning in Parallax addon when no layers are added.<\\/li>\\n<li>Fixed: Console error with Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.18 <\\/h4>\\n<ul>\\n<li>Tweak: Added Text Shadow and Box Shadow scroll effects in Magic Scroll addon.<\\/li>\\n<li>Tweak: Added Sort Reviews by date option in Google Reviews widget.<\\/li>\\n<li>Tweak: Show\\/hide images by hashtags in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.17 <\\/h4>\\n<ul>\\n<li>Tweak: Sticky effect behavior improved in Magic Scroll addon.<\\/li>\\n<li>Tweak: Added option to trigger entrance animations once for Snappy scroll in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Sticky effect not working on the editor page in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.16 <\\/h4>\\n<ul>\\n<li>Fixed: Draw SVG not working on the editor page with multiple SVGs in Magic Scroll addon.<\\/li>\\n<li>Fixed: Transition is added to Icon Box widget when used with Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.15 <\\/h4>\\n<ul>\\n<li>Fixed: Elements with entrance animation flash in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Icons not showing in some controls.<\\/li>\\n<\\/ul>\\n<h4> 2.8.14 <\\/h4>\\n<ul>\\n<li>New: Added Magic Scroll addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-magic-scroll-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.8.13 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.8.0<\\/li>\\n<li>Fixed: Ken Burns section\\/column addon not working with recent Elementor versions.<\\/li>\\n<\\/ul>\\n<h4> 2.8.12 <\\/h4>\\n<ul>\\n<li>New: Added Site Logo widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-site-logo-widget\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.8.11 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching option in Instagram Feed widget to improve the feed performance and loading speed.<\\/li>\\n<li>Tweak: Added Close On Click Outside option in Magic Section widget.<\\/li>\\n<li>Fixed: Icon styling not applied properly on SVG icons in Divider widget.<\\/li>\\n<li>Fixed: Mouse tilt option not working since Premium Addons for Elementor v4.9.35.<\\/li>\\n<li>Fixed: Feed is not showing if Posts\\/Account option value is larger than the posts returned by Facebook.<\\/li>\\n<li>Fixed: Alignment option not working properly for multi-line values in Table widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.10 <\\/h4>\\n<ul>\\n<li>New: Added Random Badges option in Mega Menu widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-mega-menu-widget\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: PHP warnings in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.9 <\\/h4>\\n<ul>\\n<li>Fixed: Console error when SVG Draw option is disabled for Parallax addon.<\\/li>\\n<li>Fixed: SVG Draw option not working for Font Awesome icons in Icon Box widget.<\\/li>\\n<li>Fixed: Applying global background colors not working in Magic Section widget.<\\/li>\\n<li>Fixed: Icon color applied on Lottie animation in Hover Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.8 <\\/h4>\\n<ul>\\n<li>Tweak: Behance Feed widget now loads feed on scroll, not on page load.<\\/li>\\n<li>Fixed: PHP warning after v2.8.7.<\\/li>\\n<\\/ul>\\n<h4> 2.8.7 <\\/h4>\\n<ul>\\n<li>Tweak: Make sure Custom Mouse Cursor addon JS files are loaded only if the addon is used on a page.<\\/li>\\n<li>Fixed: Navigation Arrows\\/Dots not working properly on touch devices in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.6 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error due to Image Accordion widget since v2.8.4.<\\/li>\\n<\\/ul>\\n<h4> 2.8.5 <\\/h4>\\n<ul>\\n<li>Fixed: Icons in Icon Box widget always dissappear if Draw SVG option is disabled.<\\/li>\\n<\\/ul>\\n<h4> 2.8.4 <\\/h4>\\n<ul>\\n<li>New: Added Draw Icon option in all widgets that has Icon option in them.<\\/li>\\n<li>Tweak: Added Horizontal\\/Vertical Alignment options for multi-layers in Parallax addon.<\\/li>\\n<li>Fixed: Conflict between Custom Mouse Cursor addon and WP Rocket Defer JS files option.<\\/li>\\n<\\/ul>\\n<h4> 2.8.3 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.7.0.<\\/li>\\n<li>Fixed: Freehand Positioning feature not working when the device mode is changed in the editor page.<\\/li>\\n<\\/ul>\\n<h4> 2.8.2 <\\/h4>\\n<ul>\\n<li>Tweak: Facebook Feed widget styling improved for RTL sites.<\\/li>\\n<li>Fixed: Conflict with Elementor Pro templates.<\\/li>\\n<li>Fixed: Even layout not working with Carousel Infinite Autoplay in social reviews widgets.<\\/li>\\n<li>Fixed: Carousel Navigation Arrows color\\/size controls not working in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.1 <\\/h4>\\n<ul>\\n<li>Fixed: PHP warning since v2.8.0<\\/li>\\n<\\/ul>\\n<h4> 2.8.0 <\\/h4>\\n<ul>\\n<li>Tweak: Apply Custom Mouse Cursor on full page or the entire website - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-feature\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added responsive controls to Number of Columns option in Behance Feed widget.<\\/li>\\n<li>Fixed: Carousel Tabs option applied on nested tabs.<\\/li>\\n<li>Fixed: Unnecessay Elementor placeholder images added to the Media Library after importing templates.<\\/li>\\n<li>Fixed: Multi Scroll widget not working with Elementor custom breakpoints.<\\/li>\\n<li>Fixed: Ken Burns addon not showing images properly on small screens.<\\/li>\\n<li>Fixed: Hover Box widget not working properly on iOS devices.<\\/li>\\n<\\/ul>\\n<h4> 2.7.9 <\\/h4>\\n<ul>\\n<li>Tweak: Add responsive controls for image control in Ken Burns section\\/column addon.<\\/li>\\n<li>Fixed: Horizontal\\/Vertical Offset option not working for social icon in all Social Reviews widgets.<\\/li>\\n<li>Fixed: Horizontal Offset and z-index options not working for Fixed Content template in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Console error in Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.8 <\\/h4>\\n<ul>\\n<li>Tweak: Code improvements for better performance and loading speed.<\\/li>\\n<\\/ul>\\n<h4> 2.7.7 <\\/h4>\\n<ul>\\n<li>Tweak: Load Custom Mouse Cursor addon when the element is visible on viewport to improve performance and page loading speed.<\\/li>\\n<li>Tweak: Added Cover Image size option in Behance Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.6 <\\/h4>\\n<ul>\\n<li>Tweak: Add Mask Image option in Image Layers widget.<\\/li>\\n<li>Tweak: Add Render As SVG\\/Canvas option for Lottie Animation icons in Hover Box widget.<\\/li>\\n<li>Tweak: HTML markup optimized for Image Hotspots and Twitter Feed widgets for better performance.<\\/li>\\n<li>Fixed: Accordion Tabs option not working in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.5 <\\/h4>\\n<ul>\\n<li>New: Added URL String, Shortcode and WooCommerce Products in Cart options in Display Conditions.<\\/li>\\n<li>Tweak: HTML markup optimized for Hover Box, Image Accordion, Instagram Feed, Tabs, Unfold widgets for better performance.<\\/li>\\n<li>Tweak: Added Disable Floating Effects on Safari option in widgets have floating effects.<\\/li>\\n<li>Tweak: Trigger Particles and Badge addons JS code when visible on viewport to improve page loading speed.<\\/li>\\n<li>Tweak: Added compatibility Charts and Horizontal Scroll widgets.<\\/li>\\n<li>Fixed: Change Colors As Gradient option not working in Background Transition widget.<\\/li>\\n<li>Fixed: Profile Header image not showing properly on small devices in Twitter Feed widget.<\\/li>\\n<li>Fixed: Right Side Template option not showing in Multi Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility between Badge Global Addon and Elementor Container element - <a href=\\\"https:\\/\\/elementor.com\\/help\\/container-element\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Horizontal Scroll jiterring issue on touch devices.<\\/li>\\n<\\/ul>\\n<h4> 2.7.3 <\\/h4>\\n<ul>\\n<li>New: Added Create\\/Edit Live Templates feature in all widgets that support Elementor Templates.<\\/li>\\n<\\/ul>\\n<h4> 2.7.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added support for future features compatibility<\\/li>\\n<li>Fixed: Button Trigger Size option not working on frontend in Magic Section widget.<\\/li>\\n<li>Fixed: Alignment issue in Icon Box widget when description is short.<\\/li>\\n<li>Fixed: Invalid CSS added in the editor when Badge Addon is enabled.<\\/li>\\n<\\/ul>\\n<h4> 2.7.1 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error with some PHP versions after v2.7.0<\\/li>\\n<\\/ul>\\n<h4> 2.7.0 <\\/h4>\\n<ul>\\n<li>New: Added Premium Badge global addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-badge-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.6.9 <\\/h4>\\n<ul>\\n<li>Tweak: HTML markup optimized for Table widget for better performance.<\\/li>\\n<li>Tweak: Added Icon Color and Text Color\\/Typography options for each repeater cell in Table widget.<\\/li>\\n<li>Fixed: Hover Color and Padding options not working for Read More link in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.8 <\\/h4>\\n<ul>\\n<li>New: Added five new skins in Elementor WooCommerce Products Listing widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-woocommerce-products\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added compatibility between section\\/column addons and Elementor Container element - <a href=\\\"https:\\/\\/elementor.com\\/help\\/container-element\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Widgets code refactored to improve performance and loading speed.<\\/li>\\n<li>Tweak: Added Hover Box Shadow option in Lottie Animation section addon.<\\/li>\\n<li>Fixed: PHP warning when Follow Delay option value is not set in Custom Mouse Cursor addon.<\\/li>\\n<li>Fixed: Image with Size option set to custom not rendered in Image Layers and Icon Box widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.6.7 <\\/h4>\\n<ul>\\n<li>New: Added Custom Mouse Cursor global addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-feature\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Auto Change Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: HTML markup for images in Icon Box widget.<\\/li>\\n<li>Tweak: Make sure images in Image Layers and Tabs widgets are lazyloaded to improve loading speed.<\\/li>\\n<li>Fixed: Section\\/Column addons not working on editor when used inside widgets using Elementor templates.<\\/li>\\n<\\/ul>\\n<h4> 2.6.6 <\\/h4>\\n<ul>\\n<li>Fixed: Box shadow and Background Color options overriden by default values in CSS in Preview Window widget.<\\/li>\\n<li>Fixed: Charts widget not working in some cases inside Tabs widget.<\\/li>\\n<li>Fixed: Animated Gradient and Blob Generator addons not working in Tabs widget.<\\/li>\\n<li>Fixed: Ken Burns addon Infinite option always disabled when the editor page is reloaded.<\\/li>\\n<\\/ul>\\n<h4> 2.6.5 <\\/h4>\\n<ul>\\n<li>Tweak: Load the main CSS file only when required.<\\/li>\\n<li>Fixed: Tabs widget not working properly with some themes.<\\/li>\\n<li>Fixed: Compatibility between Carousel option in Social Reviews widgets and RTL sites.<\\/li>\\n<li>Fixed: Keyboard Scrolling still works even when the control is disabled in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.4 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.5.0.<\\/li>\\n<\\/ul>\\n<h4> 2.6.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added options to control Scroll Offset for each section individually in Color Transition widget.<\\/li>\\n<li>Tweak: Javascript loading method improved for Animated Gradient, Particles section\\/column addons for better performance.<\\/li>\\n<li>Fixed: Styling options not working for SVG icons in Magic Section widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added WooCommerce Total Amount In Cart and Current Product Stock options in Display Conditions feature.<\\/li>\\n<li>Fixed: Console error when videos are inserted in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.1 <\\/h4>\\n<ul>\\n<li>Fixed: Undefined variable $dir_class in Image Layers widget when Text option is used.<\\/li>\\n<li>Fixed: Button Size option not working in WhatsApp Chat widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.0 <\\/h4>\\n<ul>\\n<li>New: Added Animated Blob Generator section addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-animated-blob-generator\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Radar Style option in Image Hotspots widget.<\\/li>\\n<li>Tweak: Added div, p and span HTML tag options for heading in Hover Box widget.<\\/li>\\n<li>Fixed: Default icon size changed in Hover Box widget.<\\/li>\\n<li>Fixed: Background Color not changing when multiple Background Transition widgets are used on the same page.<\\/li>\\n<\\/ul>\\n<h4> 2.5.5 <\\/h4>\\n<ul>\\n<li>Fixed: Background is not changed on scroll up in Background Transition widget.<\\/li>\\n<li>Fixed: Nested tabs styling overwrite issue in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.5.4 <\\/h4>\\n<ul>\\n<li>Tweak: Tabs widget rebuilt for better usability and editing experience.<\\/li>\\n<li>Tweak: Control number of carousel slides to show in Instagram Feed widget.<\\/li>\\n<li>Tweak: Prevent Background Transition widget from changing color when up\\/down backgrounds are the same.<\\/li>\\n<li>Fixed: Line height not working for Business\\/Place Name, Reviewer Name and Review Text in Social Reviews widgets.<\\/li>\\n<li>Fixed: Entrance Animations not working on for the first in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Tabs widget not working when shortcodes are used in tabs content.<\\/li>\\n<\\/ul>\\n<h4> 2.5.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added Heroes Flying-Left effect in iHover widget.<\\/li>\\n<li>Tweak: Remove any duplicate content when Accordion Tabs option is enabled in Tabs widget.<\\/li>\\n<li>Tweak: Added Tab ID option in Tabs widget.<\\/li>\\n<li>Fixed: Animation issues for Flash Rotation, Flip Door, and Magic Door effects in iHover widget.<\\/li>\\n<li>Fixed: Charts not working on the editor page on Chrome browser.<\\/li>\\n<li>Fixed: Color option not applied on links in Table widget when CSV file is used.<\\/li>\\n<\\/ul>\\n<h4> 2.5.2 <\\/h4>\\n<ul>\\n<li>Tweak: Save all the plugin settings on change without need to click "Save Settings" button.<\\/li>\\n<li>Tweak: Compatibility with Elementor v3.4.4.<\\/li>\\n<li>Fixed: Snappy scroll stability issues in Horizontal Scroll issues.<\\/li>\\n<li>Fixed: Compatibility issues between Elementor custom breakpoints and Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.5.1 <\\/h4>\\n<ul>\\n<li>Tweak: iHover widget code refactored for faster editing speed..<\\/li>\\n<li>Tweak: Added Image Hover Effect in Image Layers widget.<\\/li>\\n<li>Tweak: Added compatibility between Multiscroll widget and sticky headers.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Premium Particles not working on some devices in editor page.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Content is not fully rendered issue in Unfold widget.<\\/li>\\n<li>Fixed: Removed Unnecessary requests made in Instagram Feed widget.<\\/li>\\n<li>Fixed: Hide Slide On and Disable Horizontal Scroll On options not working togethr in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Carousel not working in Facebook Feed widget when <code>Only Show Admin Posts<\\/code> option is enabled.<\\/li>\\n<li>Fixed: Fold Height option not working when set to <code>0<\\/code> in Unfold widget.<\\/li>\\n<li>Fixed: Console error in Multi Scroll widget.<\\/li>\\n<li>Fixed: Admin notices not showing when Premium Addons for Elementor is not installed.<\\/li>\\n<\\/ul>\\n<h4> 2.5.0 <\\/h4>\\n<ul>\\n<li>Tweak: JS code refactored for better performance and faster editing speed.<\\/li>\\n<li>Tweak: Compatibility with Elementor v3.4.2.<\\/li>\\n<li>Fixed: Emojis not showing in Twitter Feed widget.<\\/li>\\n<li>Fixed: Slides overlapping issue on touch devices in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Image Hotspots colors not working in editor page.<\\/li>\\n<\\/ul>\\n<h4> 2.4.9 <\\/h4>\\n<ul>\\n<li>New: Added Advanced Border Radius option to improve the normal Border Radius option - <a href=\\\"https:\\/\\/9elements.github.io\\/fancy-border-radius\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Particles overlapping issue when browser active tab is changed.<\\/li>\\n<li>Fixed: Alignment controls icons not showing in editor panel.<\\/li>\\n<li>Fixed: Tabs widget style conflict with LearnDash plugin.<\\/li>\\n<\\/ul>\\n<h4> 2.4.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to control <code>Based on Number of Reviews<\\/code> string in all social reviews widgets.<\\/li>\\n<li>Fixed: Expired access token is not refreshed in Instagram Feed widget.<\\/li>\\n<li>Fixed: Image appears before entrance animation starts in Image Layers widget.<\\/li>\\n<li>Fixed: Facebook Feed widget conflict with Complianz | GDPR\\/CCPA Cookie Consent plugin.<\\/li>\\n<li>Fixed: Pagination not working in the editor in Table widget.<\\/li>\\n<li>Fixed: Tabs widget conflict with some themes.<\\/li>\\n<\\/ul>\\n<h4> 2.4.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Change Tabs to Accordion On Small Screens<\\/code> option in Tabs widget.<\\/li>\\n<li>Tweak: Improved compatibility with Elementor new version.<\\/li>\\n<\\/ul>\\n<h4> 2.4.6 <\\/h4>\\n<ul>\\n<li>Tweak: Improved Social Reviews widgets compatibility for RTL sites.<\\/li>\\n<li>Tweak: Improved WPML compatibility with all widgets.<\\/li>\\n<li>Tweak: Added Icon Spacing option in Unfold widget.<\\/li>\\n<li>Fixed: SVGs icons not showing on button in Unfold widget.<\\/li>\\n<\\/ul>\\n<h4> 2.4.5 <\\/h4>\\n<ul>\\n<li>Fixed: Code improvements for better performance.<\\/li>\\n<\\/ul>\\n<h4> 2.4.4 <\\/h4>\\n<ul>\\n<li>Fixed: Console error in Parallax addon issue.<\\/li>\\n<\\/ul>\\n<h4> 2.4.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added Infinite Autoplay for carousel in social reviews widgets.<\\/li>\\n<li>Tweak: Added Navigation Type Dots\\/Arrows option in social reviews widgets.<\\/li>\\n<li>Tweak: Added Show Number of Reviews option in social reviews widgets.<\\/li>\\n<li>Tweak: Added Put Place\\/Business Info next to reviews option in social reviews widgets.<\\/li>\\n<li>Fixed: Console error <code>$ is not defined<\\/code> since v2.4.2.<\\/li>\\n<\\/ul>\\n<h4> 2.4.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Clear Cached Data button to Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<li>Tweak: Added Carousel Arrows option for Carousel Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: Snap Scroll improved in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.4.1 <\\/h4>\\n<ul>\\n<li>Fixed: Horizontal Scroll slides anchoring not working since v2.4.0<\\/li>\\n<li>Fixed: Lightbox option issue in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.4.0 <\\/h4>\\n<ul>\\n<li>Tweak: Feed Media Height control added to work all time in Facebook\\/Twitter Feed widgets.<\\/li>\\n<li>Tweak: Section\\/Column addons code refactored to improve editing speed.<\\/li>\\n<\\/ul>\\n<h4> 2.3.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added Hovered Image Width control option in Image Accordion widget.<\\/li>\\n<li>Tweak: Javascript Code refactored for better performance and security.<\\/li>\\n<li>Fixed: Lottie Animation icon size option not working on Chrome in WhatsApp Chat widget.<\\/li>\\n<\\/ul>\\n<h4> 2.3.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added Spacing Color option in Image Accordion widget.<\\/li>\\n<li>Fixed: Horizontal Scroll anchor links not working with Elementor popups.<\\/li>\\n<li>Fixed: Images Spacing option not working with horizontal direction in Image Accordion widget.<\\/li>\\n<\\/ul>\\n<h4> 2.3.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added Minimal Mask effect for Text in Image Layers widget.<\\/li>\\n<li>Tweak: Added Image Spacing option in Image Accordion widget.<\\/li>\\n<li>Fixed: Icon Color option not applied on SVGs in all widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.3.6 <\\/h4>\\n<ul>\\n<li>Fixed: Hide Section option not working after v2.3.5 in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.3.5 <\\/h4>\\n<ul>\\n<li>Tweak: Added Disable Horizontal Scroll On Tablet\\/Mobile devices option in Horizontal Scroll widget.<\\/li>\\n<li>Tweak: Added Wave Effect option in Animated Gradient add-on.<\\/li>\\n<li>Tweak: Added Change Legend to Circles option in Charts widget.<\\/li>\\n<li>Tweak: Added Maximum Height control in Magic Section.<\\/li>\\n<li>Fixed: Equal Height option not working when Carousel is enabled in Social Feed and Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.3.4 <\\/h4>\\n<ul>\\n<li>Tweak: Code refactored for better performance and security.<\\/li>\\n<li>Fixed: Live Search option shows results only from current page in Table widget.<\\/li>\\n<li>Fixed: Icon Hover Animation not working with Whole Box Link in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.3.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added Pull Data from CSV file in Charts widget.<\\/li>\\n<li>Fixed: Some Particles effects not working.<\\/li>\\n<li>Fixed: Template style is rendered in Content Toggle widget.<\\/li>\\n<\\/ul>\\n<h4> 2.3.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Lottie Animations, Icon and Text Trigger options in Preview Window widget.<\\/li>\\n<li>Tweak: Added Show\\/Hide Reviewer Image option in Social Reviews widgets.<\\/li>\\n<li>Tweak: Added Show\\/Hide Place Rating Stars option in Social Reviews widgets.<\\/li>\\n<li>Tweak: Code refactored for better performance and security.<\\/li>\\n<\\/ul>\\n<h4> 2.3.1 <\\/h4>\\n<ul>\\n<li>Tweak: Compatibility with Elementor PRO 3.2.0.<\\/li>\\n<\\/ul>\\n<h4> 2.3.0 <\\/h4>\\n<ul>\\n<li>Tweak: Code refactored for better performance and faster editor loading.<\\/li>\\n<li>Tweak: Font Awesome 5 compatibility for Magic Section widget.<\\/li>\\n<li>Tweak: Added option to enable cookies for logged in users in Alert Box widget.<\\/li>\\n<li>Tweak: Added Hover Image option in Preview Window widget.<\\/li>\\n<li>Tweak: Added responsive controls for Fold Height and Fade Height options in Unfold widget.<\\/li>\\n<li>Tweak: Added Icon Spacing option for Link in Icon Box widget.<\\/li>\\n<li>Fixed: Icon Spacing not working on RTL sites in WhatsApp Chat widget.<\\/li>\\n<li>Fixed: Tooltips height issue in Image Hotspots widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to hide specific sections on different devices in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Content alignment responsive controls not working in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.8 <\\/h4>\\n<ul>\\n<li>New: Apply Animated Gradient, Ken Burns, Parallax and Particles add-on on columns.<\\/li>\\n<li>Fixed: Global Colors not working for Animated Gradient add-on.<\\/li>\\n<li>Fixed: Spinner effect text link not working in iHover widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added Text option in Image Layers widget.<\\/li>\\n<li>Tweak: Code refactored for better performance.<\\/li>\\n<\\/ul>\\n<h4> 2.2.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added Show Admin Posts Only option in Facebook Feed widget.<\\/li>\\n<li>Tweak: Added Data Format Locale option to format numbers in Charts widget.<\\/li>\\n<li>Tweak: Number formatting in Twitter Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.5 <\\/h4>\\n<ul>\\n<li>Tweak: Added Horizontal Scroll Parallax option in Parallax Section add-on.<\\/li>\\n<li>Tweak: Added Profile Header and Tweet Information options in Twitter Feed widget.<\\/li>\\n<li>Tweak: Added Cube effect in Hover Box widget.<\\/li>\\n<li>Tweak: Added Profile Header in Instagram Feed widget.<\\/li>\\n<li>Tweak: Added Feed Share button in Instagram Feed widget.<\\/li>\\n<li>Tweak: WPML Compatibility for Horizontal Scroll widget.<\\/li>\\n<li>Tweak: Reload data every Minute option changed to Five Minutes to prevent API block in Table widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added Show\\/Hide Profile Name and Feed Content option in Facebook\\/Twitter Feed widget.<\\/li>\\n<li>Tweak: Added Feed Media Image Height option in Facebook\\/Twitter Feed widget.<\\/li>\\n<li>Tweak: Added CSS ID option for hotspots in Image Hotspots widget.<\\/li>\\n<li>Fixed: All RTL issues in Facebook\\/Twitter Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added Custom Navigation option to Tabs widget.<\\/li>\\n<li>Tweak: Added Back To Initial Position for Parallax Mouse Interactivity in Image Layers widget.<\\/li>\\n<li>Fixed: Icon Spacing option not working when direction option is set to RTL in Table widget.<\\/li>\\n<li>Fixed: Google Sheets not working in Table widget.<\\/li>\\n<li>Fixed: Left Margin\\/Padding option not working for Title\\/Link in Hover Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.2 <\\/h4>\\n<ul>\\n<li>Tweak: Now you can load more than 25 feed posts in Instagram Feed widget.<\\/li>\\n<li>Fixed: Google Sheets not working in Table widget.<\\/li>\\n<li>Fixed: Carousel swipes in opposite direction in all social feed\\/reviews widgets.<\\/li>\\n<li>Fixed: Duplicated Premium Addons icon in section add-ons after WordPress v5.6.<\\/li>\\n<\\/ul>\\n<h4> 2.2.1 <\\/h4>\\n<ul>\\n<li>Fixed: Description not showing issue in Icon Box widget.<\\/li>\\n<li>Fixed: Font Awesome icons not showing in Image Hotspots widget.<\\/li>\\n<li>Fixed: Inline editing not working for content in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.0 <\\/h4>\\n<ul>\\n<li>Tweak: Added two new styles to Hover Box widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/flip-box-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Carousel option in Facebook\\/Instagram Feed widgets.<\\/li>\\n<li>Tweak: Added Equal Height option in Facebook\\/Twitter Feed widgets.<\\/li>\\n<li>Tweak: Added Lottie Animation Icon option in Tabs widget.<\\/li>\\n<li>Tweak: Added Whole Box Link and Link Position options in Icon Box widget.<\\/li>\\n<li>Tweak: Added responsive controls for Carousel Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: Added slides spacing for Carousel Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: Added Rotate option to back icon in Icon Box widget.<\\/li>\\n<li>Tweak: Hotspots Image render function code refactored to improve for site performance.<\\/li>\\n<li>Tweak: Removed API Key option in Behance Feed widget.<\\/li>\\n<li>Fixed: List layout width issue in Facebook\\/Twitter Feed widgets.<\\/li>\\n<li>Fixed: Multi Scroll widget console error with some themes.<\\/li>\\n<li>Fixed: Horizontal Scroll widget issues on browser window resize.<\\/li>\\n<li>Fixed: Tabs widget spacing issues on small screens.<\\/li>\\n<li>Fixed: Default padding given to content in Content Toggle widget.<\\/li>\\n<li>Fixed: Widgets Badge White Labeling option not working.<\\/li>\\n<li>Fixed: Warning <code>Trying to access array offset on value of type null<\\/code> when Navigation Arrows option is disabled in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.1.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added WPML Compatibility for Table widget.<\\/li>\\n<li>Fixed: Bounce image issue in Parallax section addon.<\\/li>\\n<li>Fixed: Font Awesome icons not showing in social feed widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.1.3 <\\/h4>\\n<ul>\\n<li>Tweak: Alt attribute is now reading from Media library for images in Image Layers widget.<\\/li>\\n<li>Tweak: Unnecessary code removed for better performance.<\\/li>\\n<\\/ul>\\n<h4> 2.1.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Text Editor\\/Template Content Type option in Unfold widget.<\\/li>\\n<li>Tweak: Added Interactive option for tooltips in Image Hotspots widget.<\\/li>\\n<li>Tweak: Added File Source (URL\\/File Upload) option in Lottie Animations section add-on.<\\/li>\\n<li>Fixed: Images Alt attribute not added in multi-layered Parallax add-on.<\\/li>\\n<li>Fixed: Images stretch issue in Image Comparison widget.<\\/li>\\n<li>Fixed: Handle not moving in RTL sites issue in Image Comparison widget.<\\/li>\\n<li>Fixed: Responsive controls for section background not applied on Parallax add-on.<\\/li>\\n<li>Fixed: Custom Data table not pulling data after the file URL is changed in Table widget.<\\/li>\\n<li>Fixed: Instagram video not showing in RTL sites in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.1.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added new skin Cards in Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<li>Tweak: Added Maximum Words Number option for image caption in Instagram Feed widget.<\\/li>\\n<li>Fixed: Icon Color option not applied on SVGs in Tabs widget.<\\/li>\\n<li>Fixed: Place\\/Page avatar alignment issue on Twenty Twenty theme in Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.1.0 <\\/h4>\\n<ul>\\n<li>Fixed: Icon Spacing option not working on RTL sites in WhatsApp Chat widget.<\\/li>\\n<li>Fixed: Icon Spacing option not working when Icon Position is set to After in Magic Section widget.<\\/li>\\n<li>Fixed: Freehand design option not working in Image Layers, Hotspots and Parallax section add-on after Elementor 3.0.0.<\\/li>\\n<li>Fixed: Page update button is disabled after using Freehand position\\/resize feature.<\\/li>\\n<\\/ul>\\n<h4> 2.0.9 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.0.0.<\\/li>\\n<li>Fixed: Particles add-on appears below section in RTL sites issue.<\\/li>\\n<li>Fixed: Undefined \'open_graph_story\' in Facebook Reviews widget.<\\/li>\\n<li>Fixed: Icon Size option not working with SVG icons in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.0.8 <\\/h4>\\n<ul>\\n<li>Tweak: Add different color to each dataset value in bar Chart widget.<\\/li>\\n<li>Fixed: WhatsApp Chat widget group option not working on mobile devices.<\\/li>\\n<li>Fixed: Hotspots Horizontal Position option not working for RTL sites in Image Hotspots widget.<\\/li>\\n<li>Fixed: Compatibility issues with WordPress 5.5.<\\/li>\\n<\\/ul>\\n<h4> 2.0.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added Change Colors As Gradient option in Background Transition widget.<\\/li>\\n<li>Tweak: API Version updated for Facebook Reviews\\/Feed widgets.<\\/li>\\n<li>Fixed: Filter by Tags option letter case sensitive in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.0.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching option for remote CSV files in Table widget.<\\/li>\\n<li>Tweak: Added Filter by Tags option in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.0.5 <\\/h4>\\n<ul>\\n<li>Tweak: Instagram deprecated API replaced with Facebook API in Instagram Feed widget.<\\/li>\\n<li>Tweak: Added Color options for feed links in Twitter\\/Facebook Feed widgets.<\\/li>\\n<li>Tweak: Added Background Color, Margin and Padding option for readmore link in Twitter\\/Facebook Feed widgets.<\\/li>\\n<li>Fixed: Widgets with entrance animations not showing on tablet\\/mobile devices in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.0.4 <\\/h4>\\n<ul>\\n<li>Tweak: Premium Instagram Feed widget now supports Instagram videos.<\\/li>\\n<li>Tweak: Added RTL Mode option in Horizontal Scroll widget.<\\/li>\\n<li>Tweak: Added Image icon option in Tabs widget.<\\/li>\\n<li>Tweak: Added Carousel Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: Added Change Readmore text option in social reviews widgets.<\\/li>\\n<li>Tweak: Added Render Type option in Lottie Animations section add-on.<\\/li>\\n<li>Tweak: Added Speed option in Flip Box widget.<\\/li>\\n<li>Fixed: Facebook Feed widget date not showing in Safari.<\\/li>\\n<li>Fixed: Social reviews carousel issue in RTL sites.<\\/li>\\n<li>Fixed: Vertical Image Comparison widget not working when label option is disabled.<\\/li>\\n<\\/ul>\\n<h4> 2.0.3 <\\/h4>\\n<ul>\\n<li>Fixed: Section add-on and some widgets not working since v2.0.2<\\/li>\\n<\\/ul>\\n<h4> 2.0.3 <\\/h4>\\n<ul>\\n<li>Fixed: Section add-on and some widgets not working since v2.0.2<\\/li>\\n<\\/ul>\\n<h4> 2.0.2 <\\/h4>\\n<ul>\\n<li>Fixed: Image Layers scroll effects not working since v2.0.0<\\/li>\\n<li>Fixed: Premium Lottie section add-on editor overloading issue.<\\/li>\\n<li>Fixed: WhatsApp button not working on iOS mobile devices.<\\/li>\\n<\\/ul>\\n<h4> 2.0.1 <\\/h4>\\n<ul>\\n<li>Fixed: Freehand positioning conflict in Lottie Animations section add-on.<\\/li>\\n<li>Fixed: Entrance animation duplicate issue in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.0.0 <\\/h4>\\n<ul>\\n<li>New: Introducing Lottie Animations Integration for all the widgets including icon options.<\\/li>\\n<li>New: Added Premium Lottie Animations Section Add-on.<\\/li>\\n<li>Tweak: Added Overlay Background option to Alert Box widget.<\\/li>\\n<li>Tweak: Added Default Tab Index option to Tabs widget.<\\/li>\\n<li>Tweak: Added Border Radius option for button in Content Switcher widget.<\\/li>\\n<li>Tweak: Added Show\\/hide layers on different devices option in Parallax Add-on multi layers.<\\/li>\\n<li>Tweak: Added Floating Effects in Image Hotspots and Preview Window widgets.<\\/li>\\n<li>Fixed: Horizontal Scroll not scrolling below last slide on Snappy effect.<\\/li>\\n<li>Fixed: Widgets masonry layout issues on the editor on Chrome browser.<\\/li>\\n<li>Fixed: Table widget responsive option not working on tablets.<\\/li>\\n<li>Fixed: Instagram Feed new API not working for logged out users.<\\/li>\\n<li>Fixed: Instagram login button not working when Facebook Reviews widget is disabled.<\\/li>\\n<li>Fixed: Conflict with Pinpoint Booking System Plugin shortcodes.<\\/li>\\n<li>Fixed: Multi Scroll widget Left\\/Right Section Width option override previous widgets.<\\/li>\\n<li>Fixed: PHP error <code>Trying to access array offer on value of type bool<\\/code> in \\/white-label\\/admin.php.<\\/li>\\n<li>Fixed: Console error <code>jQuery is not defined<\\/code> in Image Hotspots widget.<\\/li>\\n<li>Fixed: Compatibility errors with PHP v7.0<\\/li>\\n<\\/ul>\\n<h4> 1.9.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added new API options for Instagram Feed widget.<\\/li>\\n<li>Fixed: Horizontal Scroll widget not working on RTL sites.<\\/li>\\n<li>Fixed: Opacity floating effect now working in Image Layers widget.<\\/li>\\n<\\/ul>\\n<h4> 1.9.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Hover Text\\/Icon Color option for Trigger Button in Magic Section widget.<\\/li>\\n<li>Tweak: Added Opacity to Float Effects in Image Layers widget.<\\/li>\\n<li>Tweak: Change "Read More" link text option added in Facebook\\/Twitter Feed widgets.<\\/li>\\n<li>Tweak: Added <code>Mouse Tilt<\\/code> option in Icon Box widget.<\\/li>\\n<li>Tweak: Get \'alt\' attribute for images in iHover widget.<\\/li>\\n<li>Fixed: Dynamic links not working for some elements.<\\/li>\\n<li>Fixed: Warning <code>Trying to access array offset on value of type bool<\\/code> in section add-ons.<\\/li>\\n<\\/ul>\\n<h4> 1.9.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added support for dynamic fields in all social media widgets.<\\/li>\\n<li>Fixed: Scrolling issues in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Console error <code>ReferenceError: module is not defined<\\/code><\\/li>\\n<\\/ul>\\n<h4> 1.9.0 <\\/h4>\\n<ul>\\n<li>New: Added Horizontal Scroll widget.<\\/li>\\n<li>Tweak: Added <code>Animation Duration<\\/code> option in Animated Gradient section add-on.<\\/li>\\n<li>Tweak: Added Chinese to Language option for Facebook Messenger Chat widget.<\\/li>\\n<li>Tweak: Added <code>Whole Box Link<\\/code> option in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Load Chart on Scroll\\/Page Load<\\/code> option in Charts widget.<\\/li>\\n<li>Tweak: Added <code>Animation Duration<\\/code> option in Charts widget.<\\/li>\\n<li>Fixed: Filters by rating not working properly when review rating is not set in Facebook Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.8 <\\/h4>\\n<ul>\\n<li>Tweak: Improved <code>Filter By Language<\\/code> option in Google Reviews widget.<\\/li>\\n<li>Fixed: Spacings not applied on tooltips templates in Image Hotspots widget.<\\/li>\\n<li>Fixed: Colors applied on <code>Whole Box Link<\\/code> in iHover widget.<\\/li>\\n<li>Fixed: Rating Schema in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Pagination<\\/code> options in Table widget.<\\/li>\\n<li>Tweak: Added <code>Carousel<\\/code> options in Twitter Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.6 <\\/h4>\\n<ul>\\n<li>Tweak: Now, you can remove all header cells in Table widget.<\\/li>\\n<li>Tweak: Added <code>Hover Text Animation<\\/code> switcher option in Flip Box widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.5 <\\/h4>\\n<ul>\\n<li>Tweak: Added new effects for Ken Burns add-on.<\\/li>\\n<li>Tweak: Added <code>Reverse Direction<\\/code> for mousemove parallax in Image Layers widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Link<\\/code> option for header cells in Table widget.<\\/li>\\n<li>Fixed: <code>Transition Speed<\\/code> option not working in Ken Burns section add-on.<\\/li>\\n<\\/ul>\\n<h4> 1.8.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Padding<\\/code> option for container in Facebook Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Blend Mode<\\/code> option to iHover, Image Hotspots and Image Layers widgets.<\\/li>\\n<li>Tweak: Added <code>Filter by Tags<\\/code> option to Instagram Feed widget.<\\/li>\\n<li>Fixed: Lightbox not working in Instagram Feed widget.<\\/li>\\n<li>Fixed: Console errors on IE due to Background Transition widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Floating Effects<\\/code> to Image Layers widget.<\\/li>\\n<li>Tweak: Added <code>Zoom In\\/Out<\\/code> option for each layer in Ken Burns add-on.<\\/li>\\n<\\/ul>\\n<h4> 1.8.0 <\\/h4>\\n<ul>\\n<li>Tweak: Added four new effects to Flip Box widget.<\\/li>\\n<li>Tweak: 3D flip effect animation enhanced in Flip Box widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.9 <\\/h4>\\n<ul>\\n<li>Tweak: Now you can set different style to each hotspot item in Image Hotspots widget.<\\/li>\\n<li>Tweak: Added link option for Button in Alert Box widget.<\\/li>\\n<li>Tweak: Added Hover Background Color option Alert Box widget.<\\/li>\\n<li>Fixed: Not all ratings are pulled in Facebook Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added Spinner styling option for loading spinner in Instagram Feed widget.<\\/li>\\n<li>Fixed: <code>$<\\/code> is not defined in Facebook Reviews and Feed widgets.<\\/li>\\n<\\/ul>\\n<h4> 1.7.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Button<\\/code> option to iHover widget.<\\/li>\\n<li>Tweak: Added <code>Hide Plugin Row Meta<\\/code> and <code>Hide Plugin Changelog Link<\\/code> to plugin White Labeling options.<\\/li>\\n<li>Fixed: Background Transition widget not working with <code>RGB<\\/code> colors.<\\/li>\\n<li>Fixed: Console errors with invalid sections CSS IDs in Background Transition widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>CSS Filter<\\/code> for normal\\/hover state in Image Hotspots widget.<\\/li>\\n<li>Fixed: Grey line appears by default in Image Layers widget.<\\/li>\\n<li>Fixed: Even Layout not working with Carousel option enabled in all Reviews widgets.<\\/li>\\n<li>Fixed: Carousel slides not appearing on RTL sites in all Reviews widgets.<\\/li>\\n<li>Fixed: SVG icons size option not working in all widgets.<\\/li>\\n<li>Fixed: Link title and icon are not aligned in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.5 <\\/h4>\\n<ul>\\n<li>Tweak: Premium Background Transition widget improved.<\\/li>\\n<li>Fixed: Caching is not applied on place data in Yelp Reviews widget.<\\/li>\\n<li>Fixed: Nested Premium Tabs not appearing.<\\/li>\\n<li>Fixed: Active Tab box shadow option not applied on the same selector in normal\\/hover in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching option <code>Reload Reviews Once Every<\\/code> in Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 1.7.3 <\\/h4>\\n<ul>\\n<li>Fixed: Instagram Feed widget not working on IE browsers.<\\/li>\\n<\\/ul>\\n<h4> 1.7.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Render First Row As<\\/code> option in Table widget.<\\/li>\\n<li>Fixed: Flipbox widget <code>Whole Box<\\/code> link option is not working.<\\/li>\\n<li>Fixed: Default icon is not working in iHover widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.1 <\\/h4>\\n<ul>\\n<li>New: Added Color Transition widget.<\\/li>\\n<li>Tweak: Get Instagram feed by Access Token only.<\\/li>\\n<li>Tweak: Added dynamic field support for CSV file in Table widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.0 <\\/h4>\\n<ul>\\n<li>Fixed: Instagram Feed loading spinner does not appear on preview page.<\\/li>\\n<\\/ul>\\n<h4> 1.6.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Hover Color<\\/code> option for title\\/icon in Tabs widget.<\\/li>\\n<li>Fixed: Active tab Margin\\/Padding issue in Tabs widget.<\\/li>\\n<li>Fixed: Vertical Tabs widget alignment issue.<\\/li>\\n<li>Fixed: Security bugs fixed.<\\/li>\\n<\\/ul>\\n<h4> 1.6.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Schema Support<\\/code> option for all Reviews widgets.<\\/li>\\n<li>Tweak: Font Awesome 5 compatibility for all widgets.<\\/li>\\n<\\/ul>\\n<h4> 1.6.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Minimum Value<\\/code> option in Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 1.6.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Line Width<\\/code> option for grid lines in Charts widget.<\\/li>\\n<li>Tweak: Added transition for Image Accordion overlay color.<\\/li>\\n<li>Fixed: Parallax section add-on does not work on frontend pages.<\\/li>\\n<\\/ul>\\n<h4> 1.6.5 <\\/h4>\\n<ul>\\n<li>Tweak: Load assets files for section add-ons only when needed to improve performance.<\\/li>\\n<li>Tweak: Added <code>Step Size<\\/code> option for Radar type Charts.<\\/li>\\n<li>Fixed: Tabs nav container changed to div to prevent styling issues.<\\/li>\\n<\\/ul>\\n<h4> 1.6.4 <\\/h4>\\n<ul>\\n<li>Fixed: <code>Reviews Word Length<\\/code> option does not work for non-latin characters in all reviews widgets.<\\/li>\\n<li>Fixed: <code>Notice: Undefined variable: tool_tips_image_url<\\/code> in Preview Window widget.<\\/li>\\n<\\/ul>\\n<h4> 1.6.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added responsive controls for <code>Alignment<\\/code> option in iHover widget.<\\/li>\\n<li>Fixed: <code>Border Color<\\/code> option missing for <code>Style 3<\\/code> in Tabs widget.<\\/li>\\n<li>Fixed: Bottom positioned Magic Section appears after page load.<\\/li>\\n<\\/ul>\\n<h4> 1.6.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Facebook Login<\\/code> Button to Premium Facebook Feed widget for easier feed pull.<\\/li>\\n<li>Fixed: <code>Maximum Value<\\/code> option added to Radar chat type in Charts widget.<\\/li>\\n<li>Fixed: <code>Carousel Arrows Position<\\/code> option shows when <code>Autoplay<\\/code> option is enabled in Yelp Reviews widget.<\\/li>\\n<li>Fixed: Loader spinner not showing on the preview page in Facebook\\/Twitter Feed.<\\/li>\\n<\\/ul>\\n<h4> 1.6.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>RTL Mode<\\/code> option for Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<li>Fixed: <code>Transition Speed<\\/code> option not working for Ken Burns section add-on.<\\/li>\\n<li>Fixed: Image Layers <code>Freehand<\\/code> reposition not working if page contains Premium Carousel widget.<\\/li>\\n<\\/ul>\\n<h4> 1.6.0 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Review Length<\\/code> option to Facebook Reviews widget.<\\/li>\\n<li>Fixed: Images pixelated when size is increased in Facebook Reviews widget.<\\/li>\\n<li>Fixed: Messenger Chat icon not showing on mobile devices.<\\/li>\\n<li>Fixed: Cells alignment issue with multi-line text in Table widget.<\\/li>\\n<li>Fixed: Blank line below Instagram images for some themes.<\\/li>\\n<\\/ul>\\n<h4> 1.5.9 <\\/h4>\\n<ul>\\n<li>New: Added Yelp Reviews widget.<\\/li>\\n<li>Tweak: Added <code>Facebook Login<\\/code> Button to Premium Facebook Reviews widget for easier reviews pull.<\\/li>\\n<li>Tweak: Added <code>Review Length<\\/code> option in Google Reviews widget.<\\/li>\\n<li>Tweak: Added <code>Responsive Controls<\\/code> for Premium Particles section add-on.<\\/li>\\n<li>Tweak: Added <code>Table Layout<\\/code> option in Premium Table widget.<\\/li>\\n<li>Fixed: Divider and text in Premium Divider widget are not centered in some themes.<\\/li>\\n<li>Fixed: <code>Button Size<\\/code> in Unfold widget not applied on the front-end.<\\/li>\\n<li>Fixed: Back side <code>Link<\\/code> unclickable on Microsoft Edge in Flip Box widget.<\\/li>\\n<li>Fixed: Twitter\\/Facebook Feed time elapsed Singular\\/Plural issue.<\\/li>\\n<li>Fixed: Clipped reviewer profile picture in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.8 <\\/h4>\\n<ul>\\n<li>New: Added Image Accordion widget.<\\/li>\\n<li>Fixed: Title\\/Icon are not horizontally centered in styles 3,4 in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.7 <\\/h4>\\n<ul>\\n<li>Tweak: <code>Read More<\\/code> button redirects to post instead of page in Facebook Feed widget.<\\/li>\\n<li>Fixed: Carousel arrows styling only works on the editor page in Google\\/Facebook Reviews widget.<\\/li>\\n<li>Tweak: Added <code>Theme<\\/code> option for lightbox in Instagram widget.<\\/li>\\n<li>Tweak: Added <code>Date Format<\\/code> option in Facebook Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Fade Speed<\\/code> option for Ken Burns section add-on.<\\/li>\\n<li>Fixed: Posts` images don\'t appear in Facebook Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.5 <\\/h4>\\n<ul>\\n<li>Fixed: Reviews date doesn\'t appear with <code>Place Info<\\/code> option disabled.<\\/li>\\n<li>Fixed: Right templates shift to left by <code>1px<\\/code> in Multi Scroll widget.<\\/li>\\n<li>Fixed: Facebook Feed widget doesn\'t work with APIs v3.3.<\\/li>\\n<\\/ul>\\n<h4> 1.5.4 <\\/h4>\\n<ul>\\n<li>Tweak: Plugin core refactored to improve performance.<\\/li>\\n<\\/ul>\\n<h4> 1.5.3 <\\/h4>\\n<ul>\\n<li>Fixed: Charts animation doesn\'t work when height option is set.<\\/li>\\n<li>Fixed: <code>Tabs Background<\\/code> overrides lists background for <code>Style 3<\\/code> in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.2 <\\/h4>\\n<ul>\\n<li>Fixed: <code>Dynamic Content<\\/code> doesn\'t work when <code>ACF Field<\\/code> is selected in Table widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.1 <\\/h4>\\n<ul>\\n<li>Tweak: <code>Tilt Mouse Interactivity<\\/code> doesn\'t work on IE for Image Layers widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.0 <\\/h4>\\n<ul>\\n<li>Fixed: Image Comparison broken on IE with Section Vertical Parallax enabled.<\\/li>\\n<\\/ul>\\n<h4> 1.4.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Outer Background Color<\\/code> option for container in Preview Window widget.<\\/li>\\n<li>Fixed: Magic Section content appears until page is loaded.<\\/li>\\n<li>Fixed: Image Comparison broken on IE with Image Layers scroll effects enabled.<\\/li>\\n<\\/ul>\\n<h4> 1.4.8 <\\/h4>\\n<ul>\\n<li>Tweak: <code>WPML Compatibility<\\/code> for all widgets.<\\/li>\\n<li>Fixed: License deactivation issues.<\\/li>\\n<li>Fixed: Google reCaptcha doesn\'t work after v1.4.8<\\/li>\\n<li>Fixed: Particles are stretched on small screens.<\\/li>\\n<li>Fixed: Add-ons don\'t load with <code>MyListing<\\/code> theme.<\\/li>\\n<\\/ul>\\n<h4> 1.4.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Stretch Image<\\/code> option for background image in Image Hotspots widget.<\\/li>\\n<li>Fixed: Console error <code>UniversalTilt undefined<\\/code> on IE browser with Image Layers widget.<\\/li>\\n<\\/ul>\\n<h4> 1.4.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Dynamic Field<\\/code> support for Instagram widget.<\\/li>\\n<li>Fixed: <code>Invalid Character on line 3361<\\/code> after v1.3.5<\\/li>\\n<\\/ul>\\n<h4> 1.4.5 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Scroll Effects<\\/code> for images in Image Layers widget.<\\/li>\\n<li>Tweak: Added <code>Freehand<\\/code> postioning, resizing features for layers in Image Layers widget and Multi Layer Parallax.<\\/li>\\n<li>Tweak: Added <code>Freehand<\\/code> postioning feature for Image Hotspots widget.<\\/li>\\n<li>Tweak: Added <code>Date Format<\\/code> option for Google Reviews widget.<\\/li>\\n<li>Tweak: Added <code>Dynamic Field<\\/code> support for all <code>URL<\\/code> fields.<\\/li>\\n<li>Fixed: Content Switcher widget button issue when browse back page button is clicked.<\\/li>\\n<li>Fixed: <code>Save Settings<\\/code> button doesn\'t work in White Labeling Dashboard submenu.<\\/li>\\n<li><strong>Important: This update includes deep enhancements for Image Hotspots, Image Layers widgets and Parallax Add-on. So, please review your existing pages.<\\/strong><\\/li>\\n<\\/ul>\\n<h4> 1.4.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Data Separator<\\/code> optiuon for CSV files in Table widget.<\\/li>\\n<li>Fixed: Layout issues on Microsoft IE browser.<\\/li>\\n<li>Fixed: <code>Notice: Undefined index: premium_parallax_android_support<\\/code> , <code>premium_parallax_ios_support<\\/code> in Parallax add-on.<\\/li>\\n<\\/ul>\\n<h4> 1.4.3 <\\/h4>\\n<ul>\\n<li>Tweak: Prevent adding inline styles\\/scripts for Section add-ons.<\\/li>\\n<li>Tweak: Changed Particles Add-on <code>JSON<\\/code> code area from <code>TEXTAREA<\\/code> to <code>CODE<\\/code><\\/li>\\n<li>Tweak: Ability to change <code>Live Search<\\/code> and <code>Show Records<\\/code> strings in Table widget.<\\/li>\\n<li>Tweak: Wait images to load before triggering <code>Masonry<\\/code> layout in Faceook Feed widget.<\\/li>\\n<li>Fixed: Cells align right issue on Google Chrome in Table widget.<\\/li>\\n<li>Fixed: Premium Divider issues with <code>Elementor Custom Positioning<\\/code> option.<\\/li>\\n<\\/ul>\\n<h4> 1.4.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Show Records<\\/code> option in Table widget.<\\/li>\\n<li>Tweak: Added <code>Blur On Hover<\\/code> effect in Table widget.<\\/li>\\n<li>Tweak: Added <code>responsive controls<\\/code> for Search field in Table widget.<\\/li>\\n<li>Tweak: Added <code>Text Color<\\/code> option for Search field in Table widget.<\\/li>\\n<li>Tweak: Added <code>Settings<\\/code> to plugin action links on <code>Plugins<\\/code> page.<\\/li>\\n<\\/ul>\\n<h4> 1.4.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Left\\/Right Section Width<\\/code> option to control width ratio in Multi Scroll widget.<\\/li>\\n<li>Tweak: Added <code>Show Caption<\\/code> option to show photo caption in Instagram widget.<\\/li>\\n<li>Tweak: Added <code>CSS Filters<\\/code> options group for hover state in Instagram widget.<\\/li>\\n<\\/ul>\\n<h4> 1.4.0 <\\/h4>\\n<ul>\\n<li>Fixed: Premium Twitter Feed does not work.<\\/li>\\n<\\/ul>\\n<h4> 1.3.9 <\\/h4>\\n<ul>\\n<li>Tweak: Premium Parallax background position, repeat and size inherit from Elementor responsive background options.<\\/li>\\n<li>Tweak: Added responsive controls for <code>Arrow Size<\\/code> option in Premium Facebook\\/Google Reviews widgets.<\\/li>\\n<li>Tweak: Added <code>CSS Filters<\\/code> option for images for trigger and preview images in Preview Image widget.<\\/li>\\n<li>Tweak: Code refactor to enhance plugin performance speed.<\\/li>\\n<\\/ul>\\n<h4> 1.3.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added responsive controls for <code>Number of Columns<\\/code> option in Premium Facebook\\/Google Review and Facebook\\/Twitter widgets.<\\/li>\\n<li>Tweak: Added <code>CSS Filters<\\/code> option for images in Premium Behance\\/Instagram Feed and iHover widgets.<\\/li>\\n<\\/ul>\\n<h4> 1.3.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added responsive controls for <code>Images per Row<\\/code> option in Premium Instagram widget.<\\/li>\\n<li>Tweak: Added <code>Widgets Badge<\\/code> option to white labeling to change widgets` icons badge text.<\\/li>\\n<li>Fixed: Enable Parallax on Android\\/iOS does not work for Parallax section add-on.<\\/li>\\n<li>Fixed: Different images height when <code>Masonry<\\/code> option is disabled in Premium Intagram widget.<\\/li>\\n<\\/ul>\\n<h4> 1.3.6 <\\/h4>\\n<ul>\\n<li>Fixed: Warning: require_once(\\/premium-addons-pro-includes\\/deps\\/json.php): failed to open stream: No such file or directory.<\\/li>\\n<li>Fixed: Images order when <code>Masonry<\\/code> option is disabled in Premium Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 1.3.5 <\\/h4>\\n<ul>\\n<li>Tweak: JS enhancements in Facebook, Twitter and Instagram elements to improve plugin performance.<\\/li>\\n<li>Tweak: Added <code>Infinite<\\/code> option for single image in Ken Burns add-on.<\\/li>\\n<li>Fixed: Set Tabs content to Full Width issue.<\\/li>\\n<li>Fixed: Posts overlapping when masonry option enabled in Premium Facebook Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 1.3.4 <\\/h4>\\n<ul>\\n<li>Tweak: JS enhancements in Charts, Facebook\\/Google Reviews, Image layers, Multi Scroll , and Tabs elements to improve plugin performance.<\\/li>\\n<li>Tweak: Dynamic data support for <code>Image<\\/code> in Premium Divider widget.<\\/li>\\n<\\/ul>\\n<h4> 1.3.3 <\\/h4>\\n<ul>\\n<li>Tweak: Dynamic data support in Premium Ken Burns add-on.<\\/li>\\n<li>Fixed: Image Hotspots widget issue on preview page.<\\/li>\\n<\\/ul>\\n<h4> 1.3.2 <\\/h4>\\n<ul>\\n<li>Fixed: Pointer cursor for cells with <code>Link<\\/code> option disabled in Premium Table widget.<\\/li>\\n<li>Fixed: overlapping issue when iHover widget <code>Link<\\/code> option is enabled.<\\/li>\\n<li>Fixed: Tabs widget layout issue on iOS devices.<\\/li>\\n<\\/ul>\\n<h4> 1.3.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Border Width<\\/code> option for each dataset in Premium Charts widget.<\\/li>\\n<li>Fixed: <code>Warning: Creating default object from empty value<\\/code> in Premium Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.3.0 <\\/h4>\\n<ul>\\n<li>Tweak: Unnecessary <code>esc_html()<\\/code> function removed.<\\/li>\\n<li>Tweak: Unnecessary conditions removed to enhance editor page loading speed.<\\/li>\\n<\\/ul>\\n<h4> 1.2.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Second Fill Color<\\/code> option to create gradients in Line, Bar and Horizontal Bar charts.<\\/li>\\n<li>Tweak: Unnecessary functions removed from Facebook Feed, Charts, Behance and Image Comparison widgets to enhance performance.<\\/li>\\n<\\/ul>\\n<h4> 1.2.8 <\\/h4>\\n<ul>\\n<li>Tweak: CSS files loaded only when required to enhance plugin performance.<\\/li>\\n<li>Tweak: Show label next to value on Pie\\/Doughnut Premium Chart hover.<\\/li>\\n<\\/ul>\\n<h4> 1.2.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Show Values on Chart<\\/code> option to Pie\\/Doughnut chart in Premium Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 1.2.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added language option to Premium Messenger Chat widget.<\\/li>\\n<li>Fixed: <code>View Details<\\/code> link appears for Premium Add-ons for Elementor with White Labeling enabled.<\\/li>\\n<\\/ul>\\n<h4> 1.2.5 <\\/h4>\\n<ul>\\n<li>Tweak: Formatting Y-Axis labels numbers in Premium Charts widget.<\\/li>\\n<li>Tweak: Ken Burns can now be used with only one image.<\\/li>\\n<li>Fixed: Charts not visible when inserted in Elementor Accordion widget.<\\/li>\\n<li>Fixed: CSV files don\'t appear in Media in Premium Tables widget.<\\/li>\\n<\\/ul>\\n<h4> 1.2.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added Overlay Color option to Premium Ken Burns section add-on.<\\/li>\\n<li>Fixed: <code>Detected usage of deprecated noAndroid<\\/code> with Premium Parallax section add-on.<\\/li>\\n<li>Fixed: Premium Messenger Chat not working after Facebook latest Apps update.<\\/li>\\n<\\/ul>\\n<h4> 1.2.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added vertical tabs sections width option in Premium Tabs widget.<\\/li>\\n<li>Tweak: Added Filter by language option in Premium Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.2.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added arrow size and padding options to carousel arrows in Premium Facebook\\/Google reviews widget.<\\/li>\\n<li>Tweak: Dynamic data support in Premium Charts widget.<\\/li>\\n<li>Tweak: Shortcodes support using text editor in Premium Content Switcher widget.<\\/li>\\n<li>Fixed: Charts issue when inserted inside Premium Modal Box widget.<\\/li>\\n<\\/ul>\\n<h4> 1.2.1 <\\/h4>\\n<ul>\\n<li>Fixed: Projects with grid images in Premium Behance widget.<\\/li>\\n<\\/ul>\\n<h4> 1.2.0 <\\/h4>\\n<ul>\\n<li>Tweak: Added Column Width option in Premium Charts widget.<\\/li>\\n<li>Tweak: Added Carousel Autoplay speed option in Premium Facebook\\/Google reviews widget.<\\/li>\\n<li>Tweak: Added Carousel Arrows position option in Premium Facebook\\/Google reviews widget.<\\/li>\\n<li>Fixed: Carousel responsive issues in Premium Facebook\\/Google reviews widget.<\\/li>\\n<li>Fixed: Reviews issue when no stars is returned with review.<\\/li>\\n<\\/ul>\\n<h4> 1.1.9 <\\/h4>\\n<ul>\\n<li>Tweak: Hide specific sections on mobiles\\/tables option added to Multi Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 1.1.8 <\\/h4>\\n<ul>\\n<li>Fixed: Sections order on mobile\\/tablets in Multi Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 1.1.7 <\\/h4>\\n<ul>\\n<li>Fixed: Responsive issues in Premium Multi Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 1.1.6 <\\/h4>\\n<ul>\\n<li>New: Added Multi Scroll widget.<\\/li>\\n<li>Tweak: Added Margin Option for Magic Section widget in active case.<\\/li>\\n<li>Fixed: Google Reviews unloaded place image.<\\/li>\\n<li>Fixed: Tabs background\\/arrow color issue.<\\/li>\\n<\\/ul>\\n<h4> 1.1.5 <\\/h4>\\n<ul>\\n<li>Tweak: Premium Table widget performance enhanced.<\\/li>\\n<li>Tweak: Added Dynamic Images option for all widgets.<\\/li>\\n<li>Tweak: Added Dynamic place id option for Premium Google Reviews widget.<\\/li>\\n<li>Tweak: Added Carousel option for Premium Facebook\\/Google reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.1.4 <\\/h4>\\n<ul>\\n<li>Fixed: Premium Tabs conflict issue.<\\/li>\\n<li>Fixed: Facebook\\/Twitter Feed read more issue.<\\/li>\\n<\\/ul>\\n<h4> 1.1.3 <\\/h4>\\n<ul>\\n<li>Fixed: Facebook Feed widget conflict issue.<\\/li>\\n<\\/ul>\\n<h4> 1.1.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added convert values to percentage in Premium Charts widget.<\\/li>\\n<li>Fixed: Call to a member function get_error_message() on array after license activation.<\\/li>\\n<\\/ul>\\n<h4> 1.1.1 <\\/h4>\\n<ul>\\n<li>Tweak: Plugin core enhancement for faster performance.<\\/li>\\n<li>Tweak: Premium Divider widget performance enhanced.<\\/li>\\n<li>Tweak: Premium Flip Box widget performance enhanced.<\\/li>\\n<li>Tweak: Premium Icon Box widget performance enhanced.<\\/li>\\n<li>Tweak: Premium Image Layers widget performance enhanced.<\\/li>\\n<li>Tweak: Premium iHover widget performance enhanced.<\\/li>\\n<\\/ul>\\n<h4> 1.1.0 <\\/h4>\\n<ul>\\n<li>Fixed: Tabs issue on IE browser.<\\/li>\\n<li>Fixed: Group Control issue in Premium Facebook\\/Twitter widgets.<\\/li>\\n<\\/ul>\\n<h4> 1.0.9 <\\/h4>\\n<ul>\\n<li>Fixed: Warning "Invalid argument supplied for foreach() in \\/premium-addons-pro\\/widgets\\/premium-tables.php on line 1567".<\\/li>\\n<\\/ul>\\n<h4> 1.0.8 <\\/h4>\\n<ul>\\n<li>Fixed: License not Valid after trying to activate license.<\\/li>\\n<\\/ul>\\n<h4> 1.0.7 <\\/h4>\\n<ul>\\n<li>New: Added WhatsApp Chat widget.<\\/li>\\n<\\/ul>\\n<h4> 1.0.6 <\\/h4>\\n<ul>\\n<li>Fixed: Image size issue in Premium Parallax addon.<\\/li>\\n<li>Fixed: Transparent images grey background issue.<\\/li>\\n<li>Fixed: Invisible charts issue.<\\/li>\\n<\\/ul>\\n<h4> 1.0.5 <\\/h4>\\n<ul>\\n<li>Tweak: App ID and App secret are changed to Access Token in Facebook Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 1.0.4 <\\/h4>\\n<ul>\\n<li>Tweak: Animations starts on scrolling in Premium Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 1.0.3 <\\/h4>\\n<ul>\\n<li>New: Added Facebook Feed element.<\\/li>\\n<\\/ul>\\n<h4> 1.0.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Background Size\\/Position options in Premium Section Parallax.<\\/li>\\n<li>Fixed: Instagram Feed grid issue when Masonry is disabled.<\\/li>\\n<li>Fixed: Fatal error: Can\'t use function return value in write context for PHP versions below 5.5<\\/li>\\n<\\/ul>\\n<h4> 1.0.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added URLs option to each dataset in Premium Charts widget.<\\/li>\\n<li>Tweak: Added image fill option in Premium Ken Burns.<\\/li>\\n<\\/ul>\\n<h4> 1.0.0 <\\/h4>\\n<ul>\\n<li>Initial stable release.<\\/li>\\n<\\/ul>\",\"installation\":\"<h4> Minimum Requirements <\\/h4>\\n<ul>\\n<li>WordPress 4.5 or greater<\\/li>\\n<li>PHP version 5.4 or greater<\\/li>\\n<li>MySQL version 5.0 or greater<\\/li>\\n<\\/ul>\\n<h4> Installation Instructions <\\/h4>\\n<ul>\\n<li>First make sure that Elementor Page Builder and Premium Addons for Elementor are installed, As this plugin works only with both of them.<\\/li>\\n<li>Download the plugin then Upload it to the plugin folder: \\/wp-content\\/plugins\\/ or install it through the WordPress plugins screen directly.<\\/li>\\n<li>Activate the plugin through the \\u2018Plugins\\u2019 screen in WordPress<\\/li>\\n<li>You can find Premium Addons Elements under the category \\u201cPremium Addons\\u201d on your Elementor element\\/widget list.<\\/li>\\n<\\/ul>\"},\"banners\":{\"high\":\"https:\\/\\/my.leap13.com\\/wp-content\\/uploads\\/edd\\/2018\\/10\\/premium-addons-pro-plugin-banner-hd.jpg\",\"low\":\"https:\\/\\/my.leap13.com\\/wp-content\\/uploads\\/edd\\/2018\\/10\\/premium-addons-pro-plugin-banner-ld.jpg\"},\"icons\":{\"1x\":\"https:\\/\\/my.leap13.com\\/wp-content\\/uploads\\/edd\\/2021\\/08\\/premium-addons-logo-128x128.jpg\",\"2x\":\"https:\\/\\/my.leap13.com\\/wp-content\\/uploads\\/edd\\/2021\\/08\\/premium-addons-logo-256x256.jpg\"},\"msg\":\"No license key has been provided.\",\"stable_tag\":\"2.9.12\",\"license\":\"GPL v3.0\",\"tested\":\"6.4.3\",\"description\":[\"<p>This plugin is an extension to Premium Addons for Elementor Plugin that includes Pro Elementor widgets and Addons for Elementor Page Builder. Visit <a href=\\\"https:\\/\\/www.premiumaddons.com\\/\\\">Premium Addons Website<\\/a> to check widgets and addons demos.<\\/p>\\n<p>Premium Addons PRO plugin\\u2019s widgets are cross browser compatible and also fully responsive, Your website will rock on all browsers as well as tables and mobile devices.<\\/p>\\n<p>When using Premium Addons\\u2019 widgets you will notice that it has more customization options than any other widget in other plugin.<\\/p>\\n<p>Premium Addons PRO can be used only as a complement of Elementor page builder plugin as it\\u2019s not a standalone plugin.<\\/p>\\n<h3>Features<\\/h3>\\n<ul>\\n<li>Fully Customizable Elements.<\\/li>\\n<li>Options panel for enabling desired elements only for faster performance.<\\/li>\\n<li>Free Support through online forums.<\\/li>\\n<\\/ul>\\n<h3>Available Elements<\\/h3>\\n<ol>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/alert-box-widget-for-elementor-page-builder\\/\\\">Premium Alert Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/animated-section-gradients-for-elementor-page-builder\\/\\\">Premium Animated Section Gradient<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/behance-feed-widget-for-elementor-page-builder\\/\\\">Premium Behance Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/charts-widget-for-elementor-page-builder\\/\\\">Premium Charts<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/content-switcher-widget-for-elementor-page-builder\\/\\\">Premium Content Switcher<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/dual-header-widget-for-elementor-page-builder\\/\\\">Premium Divider<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/facebook-feed-widget-for-elementor-page-builder-2\\/\\\">Premium Facebook Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/facebook-messenger-widget-for-elementor-page-builder\\/\\\">Premium Facebook Messenger<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/facebook-reviews-widget-for-elementor-page-builder\\/\\\">Premium Facebook Reviews<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/flip-box-widget-for-elementor-page-builder\\/\\\">Premium Flip Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/google-reviews-for-elementor-page-builder\\/\\\">Premium Google Reviews<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/icon-box-widget-for-elementor-page-builder\\/\\\">Premium Icon Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/ihover-widget-for-elementor-page-builder\\/\\\">Premium iHover<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-image-accordion-widget\\/\\\">Premium Image Accordion<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-comparison-widget-for-elementor-page-builder\\/\\\">Premium Image Comparison<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-hotspots-widget-for-elementor-page-builder\\/\\\">Premium Image Hotspots<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-layers-widget-for-elementor-page-builder\\/\\\">Premium Image Layers<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/instagram-feed-widget-for-elementor-page-builder\\/\\\">Premium Instagram Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/ken-burns-section-addon-for-elementor-page-builder\\/\\\">Premium Ken Burns<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/magic-section-widget-for-elementor-page-builder\\/\\\">Premium Magic Section<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/multi-scroll-widget-for-elementor-page-builder\\/\\\">Premium Multi Scroll<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/parallax-section-addon-for-elementor-page-builder\\/\\\">Premium Parallax<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/particles-section-addon-for-elementor-page-builder\\/\\\">Premium Particles<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/preview-window-widget-for-elementor-page-builder\\/\\\">Premium Preview Window<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/table-widget-for-elementor-page-builder\\/\\\">Premium Tables<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/twitter-feed-widget-for-elementor-page-builder\\/\\\">Premium Twitter Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/tabs-widget-for-elementor-page-builder-2\\/\\\">Premium Tabs<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/unfold-widget-for-elementor-page-builder\\/\\\">Premium Unfold<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/whatsapp-widget-for-elementor-page-builder\\/\\\">Premium WhatsApp Chat<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-yelp-reviews-widget\\/\\\">Premium Yelp Reviews<\\/a><\\/li>\\n<\\/ol>\"],\"changelog\":[\"<h4> 2.9.12 <\\/h4>\\n<ul>\\n<li>New: Magic Section widget rebuilt. It\'s now Off-Canvas - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-off-canvas-widget\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Fixed Content Template option in Multi Scroll widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/multi-scroll-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Icon hover styling options not working in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.11 <\\/h4>\\n<ul>\\n<li>New: Added new hover effects to all the buttons all over the plugin - <a href=\\\"https:\\/\\/premiumaddons.com\\/button-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Alert Box widget rebuilt - <a href=\\\"https:\\/\\/premiumaddons.com\\/alert-box-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Social icons not showing in Image Hotspots widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.10 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to apply Particles addon on whole page through Elementor page settings.<\\/li>\\n<li>Tweak: Added responsive controls to Display option in Content Toggle widget.<\\/li>\\n<li>Fixed: Disable Snappy Effect on Touch Devices in Horizontal Scroll widget not working.<\\/li>\\n<li>Fixed: Flickering issue with Image Sequence effect in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.9 <\\/h4>\\n<ul>\\n<li>Tweak: Divider widget rebuilt - <a href=\\\"https:\\/\\/premiumaddons.com\\/divider-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Option to Disable Scroll on Accordion Item Click added in in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to hide Horizontal Scroll widget slides on desktop devices.<\\/li>\\n<li>Fixed: Unnecessary HTML markup rendered in the table widget.<\\/li>\\n<li>Fixed: Feed is duplicated in Facebook and Behance Feed widgets.<\\/li>\\n<li>Fixed: Facebook and Behance Feed widgets not working on the frontend.<\\/li>\\n<\\/ul>\\n<h4> 2.9.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added SVG Code option in Site Logo widget.<\\/li>\\n<li>Tweak: Gold API error messages handled in News Ticker widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added Option to enable US numbers sorting in Table widget.<\\/li>\\n<li>Tweak: Compatibility between Hide Slide On option in Multi Scroll widget and Elementor custom breakpoints.<\\/li>\\n<\\/ul>\\n<h4> 2.9.5 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error when Premium Addons Pro is activated without the free version.<\\/li>\\n<li>Fixed: Masonry effect not working correctly on editor page in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added Custom Navigation Element Selector option in Multi Scroll to be used to navigate to Multi Scroll slides.<\\/li>\\n<li>Fixed: Ratings values between .7 and .9 are rendered as half star in Social Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.9.3 <\\/h4>\\n<ul>\\n<li>Fixed: PHP Error when Image Accordion widget is used.<\\/li>\\n<li>Fixed: Elementor asks to run Safe Mode with Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Alternative Gold API key option in News Ticker widget.<\\/li>\\n<li>Tweak: Added Load More option in Smart Post Listing widget.<\\/li>\\n<li>Tweak: Added more styling controls in Smart Post Listing widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.1 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<\\/ul>\\n<h4> 2.9.0 <\\/h4>\\n<ul>\\n<li>New: Added Smart Post Listing widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-smart-post-listing-widget\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Show Alt text for the images in Ken Burns addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.27 <\\/h4>\\n<ul>\\n<li>Fixed: Twitter Feed widget not working.<\\/li>\\n<\\/ul>\\n<h4> 2.8.26 <\\/h4>\\n<ul>\\n<li>Tweak: Code refactored for better performance and security.<\\/li>\\n<li>Fixed: Numbers showing on hover not formatted in Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.25 <\\/h4>\\n<ul>\\n<li>Tweak: Removed Twitter Feed credentials section.<\\/li>\\n<\\/ul>\\n<h4> 2.8.24 <\\/h4>\\n<ul>\\n<li>Tweak: Added custom position options for tooltips in Image Hotspots widget.<\\/li>\\n<li>Fixed: Multi Scroll widget not working when elements with entrance animations used in it.<\\/li>\\n<li>Fixed: Twitter Feed widget not working in some cases.<\\/li>\\n<li>Fixed: Image Comparison widget handle not working on RTL sites.<\\/li>\\n<\\/ul>\\n<h4> 2.8.23 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching options in Facebook and Behance Feed widgets.<\\/li>\\n<li>Tweak: Multi Scroll widget improved to trigger entrance animations on slide change.<\\/li>\\n<li>Fixed: Button showing in back side in 3D Hover Box widget.<\\/li>\\n<li>Fixed: Horizontal Scroll issues on mobile devices.<\\/li>\\n<li>Fixed: Hide Empty Reviews option not working correctly in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.22 <\\/h4>\\n<ul>\\n<li>Tweak: Added custom size unit for range controls in some widgets.<\\/li>\\n<li>Tweak: Load posts only if they have body text in Facebook Feed widget.<\\/li>\\n<li>Fixed: Load Chart On option not working in Charts widget.<\\/li>\\n<li>Fixed: Fatal error in Tabs widget when an image icon with empty image is added.<\\/li>\\n<\\/ul>\\n<h4> 2.8.21 <\\/h4>\\n<ul>\\n<li>New: Added Magnet Effect in Custom Mouse Cursor addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-feature\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Magic Scroll addon performance improved.<\\/li>\\n<\\/ul>\\n<h4> 2.8.20 <\\/h4>\\n<ul>\\n<li>Tweak: CSS files size minimized for better performance.<\\/li>\\n<li>Fixed: Custom link attributes not working in Icon Box widget.<\\/li>\\n<li>Fixed: Console error in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.19 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to load Magic Scroll addon on page load, not when the section is reached.<\\/li>\\n<li>Fixed: Image Comparison widget not working when used inside Tabs widget.<\\/li>\\n<li>Fixed: Lock Page Scroll option in Magic Scroll addon causing a blank area while scrolling on mobile devices.<\\/li>\\n<li>Fixed: PHP warning in Parallax addon when no layers are added.<\\/li>\\n<li>Fixed: Console error with Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.18 <\\/h4>\\n<ul>\\n<li>Tweak: Added Text Shadow and Box Shadow scroll effects in Magic Scroll addon.<\\/li>\\n<li>Tweak: Added Sort Reviews by date option in Google Reviews widget.<\\/li>\\n<li>Tweak: Show\\/hide images by hashtags in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.17 <\\/h4>\\n<ul>\\n<li>Tweak: Sticky effect behavior improved in Magic Scroll addon.<\\/li>\\n<li>Tweak: Added option to trigger entrance animations once for Snappy scroll in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Sticky effect not working on the editor page in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.16 <\\/h4>\\n<ul>\\n<li>Fixed: Draw SVG not working on the editor page with multiple SVGs in Magic Scroll addon.<\\/li>\\n<li>Fixed: Transition is added to Icon Box widget when used with Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.15 <\\/h4>\\n<ul>\\n<li>Fixed: Elements with entrance animation flash in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Icons not showing in some controls.<\\/li>\\n<\\/ul>\\n<h4> 2.8.14 <\\/h4>\\n<ul>\\n<li>New: Added Magic Scroll addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-magic-scroll-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.8.13 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.8.0<\\/li>\\n<li>Fixed: Ken Burns section\\/column addon not working with recent Elementor versions.<\\/li>\\n<\\/ul>\\n<h4> 2.8.12 <\\/h4>\\n<ul>\\n<li>New: Added Site Logo widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-site-logo-widget\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.8.11 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching option in Instagram Feed widget to improve the feed performance and loading speed.<\\/li>\\n<li>Tweak: Added Close On Click Outside option in Magic Section widget.<\\/li>\\n<li>Fixed: Icon styling not applied properly on SVG icons in Divider widget.<\\/li>\\n<li>Fixed: Mouse tilt option not working since Premium Addons for Elementor v4.9.35.<\\/li>\\n<li>Fixed: Feed is not showing if Posts\\/Account option value is larger than the posts returned by Facebook.<\\/li>\\n<li>Fixed: Alignment option not working properly for multi-line values in Table widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.10 <\\/h4>\\n<ul>\\n<li>New: Added Random Badges option in Mega Menu widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-mega-menu-widget\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: PHP warnings in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.9 <\\/h4>\\n<ul>\\n<li>Fixed: Console error when SVG Draw option is disabled for Parallax addon.<\\/li>\\n<li>Fixed: SVG Draw option not working for Font Awesome icons in Icon Box widget.<\\/li>\\n<li>Fixed: Applying global background colors not working in Magic Section widget.<\\/li>\\n<li>Fixed: Icon color applied on Lottie animation in Hover Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.8 <\\/h4>\\n<ul>\\n<li>Tweak: Behance Feed widget now loads feed on scroll, not on page load.<\\/li>\\n<li>Fixed: PHP warning after v2.8.7.<\\/li>\\n<\\/ul>\\n<h4> 2.8.7 <\\/h4>\\n<ul>\\n<li>Tweak: Make sure Custom Mouse Cursor addon JS files are loaded only if the addon is used on a page.<\\/li>\\n<li>Fixed: Navigation Arrows\\/Dots not working properly on touch devices in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.6 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error due to Image Accordion widget since v2.8.4.<\\/li>\\n<\\/ul>\\n<h4> 2.8.5 <\\/h4>\\n<ul>\\n<li>Fixed: Icons in Icon Box widget always dissappear if Draw SVG option is disabled.<\\/li>\\n<\\/ul>\\n<h4> 2.8.4 <\\/h4>\\n<ul>\\n<li>New: Added Draw Icon option in all widgets that has Icon option in them.<\\/li>\\n<li>Tweak: Added Horizontal\\/Vertical Alignment options for multi-layers in Parallax addon.<\\/li>\\n<li>Fixed: Conflict between Custom Mouse Cursor addon and WP Rocket Defer JS files option.<\\/li>\\n<\\/ul>\\n<h4> 2.8.3 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.7.0.<\\/li>\\n<li>Fixed: Freehand Positioning feature not working when the device mode is changed in the editor page.<\\/li>\\n<\\/ul>\\n<h4> 2.8.2 <\\/h4>\\n<ul>\\n<li>Tweak: Facebook Feed widget styling improved for RTL sites.<\\/li>\\n<li>Fixed: Conflict with Elementor Pro templates.<\\/li>\\n<li>Fixed: Even layout not working with Carousel Infinite Autoplay in social reviews widgets.<\\/li>\\n<li>Fixed: Carousel Navigation Arrows color\\/size controls not working in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.1 <\\/h4>\\n<ul>\\n<li>Fixed: PHP warning since v2.8.0<\\/li>\\n<\\/ul>\\n<h4> 2.8.0 <\\/h4>\\n<ul>\\n<li>Tweak: Apply Custom Mouse Cursor on full page or the entire website - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-feature\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added responsive controls to Number of Columns option in Behance Feed widget.<\\/li>\\n<li>Fixed: Carousel Tabs option applied on nested tabs.<\\/li>\\n<li>Fixed: Unnecessay Elementor placeholder images added to the Media Library after importing templates.<\\/li>\\n<li>Fixed: Multi Scroll widget not working with Elementor custom breakpoints.<\\/li>\\n<li>Fixed: Ken Burns addon not showing images properly on small screens.<\\/li>\\n<li>Fixed: Hover Box widget not working properly on iOS devices.<\\/li>\\n<\\/ul>\\n<h4> 2.7.9 <\\/h4>\\n<ul>\\n<li>Tweak: Add responsive controls for image control in Ken Burns section\\/column addon.<\\/li>\\n<li>Fixed: Horizontal\\/Vertical Offset option not working for social icon in all Social Reviews widgets.<\\/li>\\n<li>Fixed: Horizontal Offset and z-index options not working for Fixed Content template in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Console error in Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.8 <\\/h4>\\n<ul>\\n<li>Tweak: Code improvements for better performance and loading speed.<\\/li>\\n<\\/ul>\\n<h4> 2.7.7 <\\/h4>\\n<ul>\\n<li>Tweak: Load Custom Mouse Cursor addon when the element is visible on viewport to improve performance and page loading speed.<\\/li>\\n<li>Tweak: Added Cover Image size option in Behance Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.6 <\\/h4>\\n<ul>\\n<li>Tweak: Add Mask Image option in Image Layers widget.<\\/li>\\n<li>Tweak: Add Render As SVG\\/Canvas option for Lottie Animation icons in Hover Box widget.<\\/li>\\n<li>Tweak: HTML markup optimized for Image Hotspots and Twitter Feed widgets for better performance.<\\/li>\\n<li>Fixed: Accordion Tabs option not working in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.5 <\\/h4>\\n<ul>\\n<li>New: Added URL String, Shortcode and WooCommerce Products in Cart options in Display Conditions.<\\/li>\\n<li>Tweak: HTML markup optimized for Hover Box, Image Accordion, Instagram Feed, Tabs, Unfold widgets for better performance.<\\/li>\\n<li>Tweak: Added Disable Floating Effects on Safari option in widgets have floating effects.<\\/li>\\n<li>Tweak: Trigger Particles and Badge addons JS code when visible on viewport to improve page loading speed.<\\/li>\\n<li>Tweak: Added compatibility Charts and Horizontal Scroll widgets.<\\/li>\\n<li>Fixed: Change Colors As Gradient option not working in Background Transition widget.<\\/li>\\n<li>Fixed: Profile Header image not showing properly on small devices in Twitter Feed widget.<\\/li>\\n<li>Fixed: Right Side Template option not showing in Multi Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility between Badge Global Addon and Elementor Container element - <a href=\\\"https:\\/\\/elementor.com\\/help\\/container-element\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Horizontal Scroll jiterring issue on touch devices.<\\/li>\\n<\\/ul>\\n<h4> 2.7.3 <\\/h4>\\n<ul>\\n<li>New: Added Create\\/Edit Live Templates feature in all widgets that support Elementor Templates.<\\/li>\\n<\\/ul>\\n<h4> 2.7.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added support for future features compatibility<\\/li>\\n<li>Fixed: Button Trigger Size option not working on frontend in Magic Section widget.<\\/li>\\n<li>Fixed: Alignment issue in Icon Box widget when description is short.<\\/li>\\n<li>Fixed: Invalid CSS added in the editor when Badge Addon is enabled.<\\/li>\\n<\\/ul>\\n<h4> 2.7.1 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error with some PHP versions after v2.7.0<\\/li>\\n<\\/ul>\\n<h4> 2.7.0 <\\/h4>\\n<ul>\\n<li>New: Added Premium Badge global addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-badge-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.6.9 <\\/h4>\\n<ul>\\n<li>Tweak: HTML markup optimized for Table widget for better performance.<\\/li>\\n<li>Tweak: Added Icon Color and Text Color\\/Typography options for each repeater cell in Table widget.<\\/li>\\n<li>Fixed: Hover Color and Padding options not working for Read More link in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.8 <\\/h4>\\n<ul>\\n<li>New: Added five new skins in Elementor WooCommerce Products Listing widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-woocommerce-products\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added compatibility between section\\/column addons and Elementor Container element - <a href=\\\"https:\\/\\/elementor.com\\/help\\/container-element\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Widgets code refactored to improve performance and loading speed.<\\/li>\\n<li>Tweak: Added Hover Box Shadow option in Lottie Animation section addon.<\\/li>\\n<li>Fixed: PHP warning when Follow Delay option value is not set in Custom Mouse Cursor addon.<\\/li>\\n<li>Fixed: Image with Size option set to custom not rendered in Image Layers and Icon Box widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.6.7 <\\/h4>\\n<ul>\\n<li>New: Added Custom Mouse Cursor global addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-feature\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Auto Change Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: HTML markup for images in Icon Box widget.<\\/li>\\n<li>Tweak: Make sure images in Image Layers and Tabs widgets are lazyloaded to improve loading speed.<\\/li>\\n<li>Fixed: Section\\/Column addons not working on editor when used inside widgets using Elementor templates.<\\/li>\\n<\\/ul>\\n<h4> 2.6.6 <\\/h4>\\n<ul>\\n<li>Fixed: Box shadow and Background Color options overriden by default values in CSS in Preview Window widget.<\\/li>\\n<li>Fixed: Charts widget not working in some cases inside Tabs widget.<\\/li>\\n<li>Fixed: Animated Gradient and Blob Generator addons not working in Tabs widget.<\\/li>\\n<li>Fixed: Ken Burns addon Infinite option always disabled when the editor page is reloaded.<\\/li>\\n<\\/ul>\\n<h4> 2.6.5 <\\/h4>\\n<ul>\\n<li>Tweak: Load the main CSS file only when required.<\\/li>\\n<li>Fixed: Tabs widget not working properly with some themes.<\\/li>\\n<li>Fixed: Compatibility between Carousel option in Social Reviews widgets and RTL sites.<\\/li>\\n<li>Fixed: Keyboard Scrolling still works even when the control is disabled in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.4 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.5.0.<\\/li>\\n<\\/ul>\\n<h4> 2.6.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added options to control Scroll Offset for each section individually in Color Transition widget.<\\/li>\\n<li>Tweak: Javascript loading method improved for Animated Gradient, Particles section\\/column addons for better performance.<\\/li>\\n<li>Fixed: Styling options not working for SVG icons in Magic Section widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added WooCommerce Total Amount In Cart and Current Product Stock options in Display Conditions feature.<\\/li>\\n<li>Fixed: Console error when videos are inserted in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.1 <\\/h4>\\n<ul>\\n<li>Fixed: Undefined variable $dir_class in Image Layers widget when Text option is used.<\\/li>\\n<li>Fixed: Button Size option not working in WhatsApp Chat widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.0 <\\/h4>\\n<ul>\\n<li>New: Added Animated Blob Generator section addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-animated-blob-generator\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Radar Style option in Image Hotspots widget.<\\/li>\\n<li>Tweak: Added div, p and span HTML tag options for heading in Hover Box widget.<\\/li>\\n<li>Fixed: Default icon size changed in Hover Box widget.<\\/li>\\n<li>Fixed: Background Color not changing when multiple Background Transition widgets are used on the same page.<\\/li>\\n<\\/ul>\\n<h4> 2.5.5 <\\/h4>\\n<ul>\\n<li>Fixed: Background is not changed on scroll up in Background Transition widget.<\\/li>\\n<li>Fixed: Nested tabs styling overwrite issue in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.5.4 <\\/h4>\\n<ul>\\n<li>Tweak: Tabs widget rebuilt for better usability and editing experience.<\\/li>\\n<li>Tweak: Control number of carousel slides to show in Instagram Feed widget.<\\/li>\\n<li>Tweak: Prevent Background Transition widget from changing color when up\\/down backgrounds are the same.<\\/li>\\n<li>Fixed: Line height not working for Business\\/Place Name, Reviewer Name and Review Text in Social Reviews widgets.<\\/li>\\n<li>Fixed: Entrance Animations not working on for the first in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Tabs widget not working when shortcodes are used in tabs content.<\\/li>\\n<\\/ul>\\n<h4> 2.5.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added Heroes Flying-Left effect in iHover widget.<\\/li>\\n<li>Tweak: Remove any duplicate content when Accordion Tabs option is enabled in Tabs widget.<\\/li>\\n<li>Tweak: Added Tab ID option in Tabs widget.<\\/li>\\n<li>Fixed: Animation issues for Flash Rotation, Flip Door, and Magic Door effects in iHover widget.<\\/li>\\n<li>Fixed: Charts not working on the editor page on Chrome browser.<\\/li>\\n<li>Fixed: Color option not applied on links in Table widget when CSV file is used.<\\/li>\\n<\\/ul>\\n<h4> 2.5.2 <\\/h4>\\n<ul>\\n<li>Tweak: Save all the plugin settings on change without need to click "Save Settings" button.<\\/li>\\n<li>Tweak: Compatibility with Elementor v3.4.4.<\\/li>\\n<li>Fixed: Snappy scroll stability issues in Horizontal Scroll issues.<\\/li>\\n<li>Fixed: Compatibility issues between Elementor custom breakpoints and Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.5.1 <\\/h4>\\n<ul>\\n<li>Tweak: iHover widget code refactored for faster editing speed..<\\/li>\\n<li>Tweak: Added Image Hover Effect in Image Layers widget.<\\/li>\\n<li>Tweak: Added compatibility between Multiscroll widget and sticky headers.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Premium Particles not working on some devices in editor page.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Content is not fully rendered issue in Unfold widget.<\\/li>\\n<li>Fixed: Removed Unnecessary requests made in Instagram Feed widget.<\\/li>\\n<li>Fixed: Hide Slide On and Disable Horizontal Scroll On options not working togethr in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Carousel not working in Facebook Feed widget when <code>Only Show Admin Posts<\\/code> option is enabled.<\\/li>\\n<li>Fixed: Fold Height option not working when set to <code>0<\\/code> in Unfold widget.<\\/li>\\n<li>Fixed: Console error in Multi Scroll widget.<\\/li>\\n<li>Fixed: Admin notices not showing when Premium Addons for Elementor is not installed.<\\/li>\\n<\\/ul>\\n<h4> 2.5.0 <\\/h4>\\n<ul>\\n<li>Tweak: JS code refactored for better performance and faster editing speed.<\\/li>\\n<li>Tweak: Compatibility with Elementor v3.4.2.<\\/li>\\n<li>Fixed: Emojis not showing in Twitter Feed widget.<\\/li>\\n<li>Fixed: Slides overlapping issue on touch devices in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Image Hotspots colors not working in editor page.<\\/li>\\n<\\/ul>\\n<h4> 2.4.9 <\\/h4>\\n<ul>\\n<li>New: Added Advanced Border Radius option to improve the normal Border Radius option - <a href=\\\"https:\\/\\/9elements.github.io\\/fancy-border-radius\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Particles overlapping issue when browser active tab is changed.<\\/li>\\n<li>Fixed: Alignment controls icons not showing in editor panel.<\\/li>\\n<li>Fixed: Tabs widget style conflict with LearnDash plugin.<\\/li>\\n<\\/ul>\\n<h4> 2.4.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to control <code>Based on Number of Reviews<\\/code> string in all social reviews widgets.<\\/li>\\n<li>Fixed: Expired access token is not refreshed in Instagram Feed widget.<\\/li>\\n<li>Fixed: Image appears before entrance animation starts in Image Layers widget.<\\/li>\\n<li>Fixed: Facebook Feed widget conflict with Complianz | GDPR\\/CCPA Cookie Consent plugin.<\\/li>\\n<li>Fixed: Pagination not working in the editor in Table widget.<\\/li>\\n<li>Fixed: Tabs widget conflict with some themes.<\\/li>\\n<\\/ul>\\n<h4> 2.4.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Change Tabs to Accordion On Small Screens<\\/code> option in Tabs widget.<\\/li>\\n<li>Tweak: Improved compatibility with Elementor new version.<\\/li>\\n<\\/ul>\\n<h4> 2.4.6 <\\/h4>\\n<ul>\\n<li>Tweak: Improved Social Reviews widgets compatibility for RTL sites.<\\/li>\\n<li>Tweak: Improved WPML compatibility with all widgets.<\\/li>\\n<li>Tweak: Added Icon Spacing option in Unfold widget.<\\/li>\\n<li>Fixed: SVGs icons not showing on button in Unfold widget.<\\/li>\\n<\\/ul>\\n<h4> 2.4.5 <\\/h4>\\n<ul>\\n<li>Fixed: Code improvements for better performance.<\\/li>\\n<\\/ul>\\n<h4> 2.4.4 <\\/h4>\\n<ul>\\n<li>Fixed: Console error in Parallax addon issue.<\\/li>\\n<\\/ul>\\n<h4> 2.4.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added Infinite Autoplay for carousel in social reviews widgets.<\\/li>\\n<li>Tweak: Added Navigation Type Dots\\/Arrows option in social reviews widgets.<\\/li>\\n<li>Tweak: Added Show Number of Reviews option in social reviews widgets.<\\/li>\\n<li>Tweak: Added Put Place\\/Business Info next to reviews option in social reviews widgets.<\\/li>\\n<li>Fixed: Console error <code>$ is not defined<\\/code> since v2.4.2.<\\/li>\\n<\\/ul>\\n<h4> 2.4.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Clear Cached Data button to Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<li>Tweak: Added Carousel Arrows option for Carousel Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: Snap Scroll improved in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.4.1 <\\/h4>\\n<ul>\\n<li>Fixed: Horizontal Scroll slides anchoring not working since v2.4.0<\\/li>\\n<li>Fixed: Lightbox option issue in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.4.0 <\\/h4>\\n<ul>\\n<li>Tweak: Feed Media Height control added to work all time in Facebook\\/Twitter Feed widgets.<\\/li>\\n<li>Tweak: Section\\/Column addons code refactored to improve editing speed.<\\/li>\\n<\\/ul>\\n<h4> 2.3.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added Hovered Image Width control option in Image Accordion widget.<\\/li>\\n<li>Tweak: Javascript Code refactored for better performance and security.<\\/li>\\n<li>Fixed: Lottie Animation icon size option not working on Chrome in WhatsApp Chat widget.<\\/li>\\n<\\/ul>\\n<h4> 2.3.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added Spacing Color option in Image Accordion widget.<\\/li>\\n<li>Fixed: Horizontal Scroll anchor links not working with Elementor popups.<\\/li>\\n<li>Fixed: Images Spacing option not working with horizontal direction in Image Accordion widget.<\\/li>\\n<\\/ul>\\n<h4> 2.3.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added Minimal Mask effect for Text in Image Layers widget.<\\/li>\\n<li>Tweak: Added Image Spacing option in Image Accordion widget.<\\/li>\\n<li>Fixed: Icon Color option not applied on SVGs in all widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.3.6 <\\/h4>\\n<ul>\\n<li>Fixed: Hide Section option not working after v2.3.5 in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.3.5 <\\/h4>\\n<ul>\\n<li>Tweak: Added Disable Horizontal Scroll On Tablet\\/Mobile devices option in Horizontal Scroll widget.<\\/li>\\n<li>Tweak: Added Wave Effect option in Animated Gradient add-on.<\\/li>\\n<li>Tweak: Added Change Legend to Circles option in Charts widget.<\\/li>\\n<li>Tweak: Added Maximum Height control in Magic Section.<\\/li>\\n<li>Fixed: Equal Height option not working when Carousel is enabled in Social Feed and Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.3.4 <\\/h4>\\n<ul>\\n<li>Tweak: Code refactored for better performance and security.<\\/li>\\n<li>Fixed: Live Search option shows results only from current page in Table widget.<\\/li>\\n<li>Fixed: Icon Hover Animation not working with Whole Box Link in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.3.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added Pull Data from CSV file in Charts widget.<\\/li>\\n<li>Fixed: Some Particles effects not working.<\\/li>\\n<li>Fixed: Template style is rendered in Content Toggle widget.<\\/li>\\n<\\/ul>\\n<h4> 2.3.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Lottie Animations, Icon and Text Trigger options in Preview Window widget.<\\/li>\\n<li>Tweak: Added Show\\/Hide Reviewer Image option in Social Reviews widgets.<\\/li>\\n<li>Tweak: Added Show\\/Hide Place Rating Stars option in Social Reviews widgets.<\\/li>\\n<li>Tweak: Code refactored for better performance and security.<\\/li>\\n<\\/ul>\\n<h4> 2.3.1 <\\/h4>\\n<ul>\\n<li>Tweak: Compatibility with Elementor PRO 3.2.0.<\\/li>\\n<\\/ul>\\n<h4> 2.3.0 <\\/h4>\\n<ul>\\n<li>Tweak: Code refactored for better performance and faster editor loading.<\\/li>\\n<li>Tweak: Font Awesome 5 compatibility for Magic Section widget.<\\/li>\\n<li>Tweak: Added option to enable cookies for logged in users in Alert Box widget.<\\/li>\\n<li>Tweak: Added Hover Image option in Preview Window widget.<\\/li>\\n<li>Tweak: Added responsive controls for Fold Height and Fade Height options in Unfold widget.<\\/li>\\n<li>Tweak: Added Icon Spacing option for Link in Icon Box widget.<\\/li>\\n<li>Fixed: Icon Spacing not working on RTL sites in WhatsApp Chat widget.<\\/li>\\n<li>Fixed: Tooltips height issue in Image Hotspots widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to hide specific sections on different devices in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Content alignment responsive controls not working in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.8 <\\/h4>\\n<ul>\\n<li>New: Apply Animated Gradient, Ken Burns, Parallax and Particles add-on on columns.<\\/li>\\n<li>Fixed: Global Colors not working for Animated Gradient add-on.<\\/li>\\n<li>Fixed: Spinner effect text link not working in iHover widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added Text option in Image Layers widget.<\\/li>\\n<li>Tweak: Code refactored for better performance.<\\/li>\\n<\\/ul>\\n<h4> 2.2.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added Show Admin Posts Only option in Facebook Feed widget.<\\/li>\\n<li>Tweak: Added Data Format Locale option to format numbers in Charts widget.<\\/li>\\n<li>Tweak: Number formatting in Twitter Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.5 <\\/h4>\\n<ul>\\n<li>Tweak: Added Horizontal Scroll Parallax option in Parallax Section add-on.<\\/li>\\n<li>Tweak: Added Profile Header and Tweet Information options in Twitter Feed widget.<\\/li>\\n<li>Tweak: Added Cube effect in Hover Box widget.<\\/li>\\n<li>Tweak: Added Profile Header in Instagram Feed widget.<\\/li>\\n<li>Tweak: Added Feed Share button in Instagram Feed widget.<\\/li>\\n<li>Tweak: WPML Compatibility for Horizontal Scroll widget.<\\/li>\\n<li>Tweak: Reload data every Minute option changed to Five Minutes to prevent API block in Table widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added Show\\/Hide Profile Name and Feed Content option in Facebook\\/Twitter Feed widget.<\\/li>\\n<li>Tweak: Added Feed Media Image Height option in Facebook\\/Twitter Feed widget.<\\/li>\\n<li>Tweak: Added CSS ID option for hotspots in Image Hotspots widget.<\\/li>\\n<li>Fixed: All RTL issues in Facebook\\/Twitter Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added Custom Navigation option to Tabs widget.<\\/li>\\n<li>Tweak: Added Back To Initial Position for Parallax Mouse Interactivity in Image Layers widget.<\\/li>\\n<li>Fixed: Icon Spacing option not working when direction option is set to RTL in Table widget.<\\/li>\\n<li>Fixed: Google Sheets not working in Table widget.<\\/li>\\n<li>Fixed: Left Margin\\/Padding option not working for Title\\/Link in Hover Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.2 <\\/h4>\\n<ul>\\n<li>Tweak: Now you can load more than 25 feed posts in Instagram Feed widget.<\\/li>\\n<li>Fixed: Google Sheets not working in Table widget.<\\/li>\\n<li>Fixed: Carousel swipes in opposite direction in all social feed\\/reviews widgets.<\\/li>\\n<li>Fixed: Duplicated Premium Addons icon in section add-ons after WordPress v5.6.<\\/li>\\n<\\/ul>\\n<h4> 2.2.1 <\\/h4>\\n<ul>\\n<li>Fixed: Description not showing issue in Icon Box widget.<\\/li>\\n<li>Fixed: Font Awesome icons not showing in Image Hotspots widget.<\\/li>\\n<li>Fixed: Inline editing not working for content in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.0 <\\/h4>\\n<ul>\\n<li>Tweak: Added two new styles to Hover Box widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/flip-box-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Carousel option in Facebook\\/Instagram Feed widgets.<\\/li>\\n<li>Tweak: Added Equal Height option in Facebook\\/Twitter Feed widgets.<\\/li>\\n<li>Tweak: Added Lottie Animation Icon option in Tabs widget.<\\/li>\\n<li>Tweak: Added Whole Box Link and Link Position options in Icon Box widget.<\\/li>\\n<li>Tweak: Added responsive controls for Carousel Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: Added slides spacing for Carousel Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: Added Rotate option to back icon in Icon Box widget.<\\/li>\\n<li>Tweak: Hotspots Image render function code refactored to improve for site performance.<\\/li>\\n<li>Tweak: Removed API Key option in Behance Feed widget.<\\/li>\\n<li>Fixed: List layout width issue in Facebook\\/Twitter Feed widgets.<\\/li>\\n<li>Fixed: Multi Scroll widget console error with some themes.<\\/li>\\n<li>Fixed: Horizontal Scroll widget issues on browser window resize.<\\/li>\\n<li>Fixed: Tabs widget spacing issues on small screens.<\\/li>\\n<li>Fixed: Default padding given to content in Content Toggle widget.<\\/li>\\n<li>Fixed: Widgets Badge White Labeling option not working.<\\/li>\\n<li>Fixed: Warning <code>Trying to access array offset on value of type null<\\/code> when Navigation Arrows option is disabled in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.1.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added WPML Compatibility for Table widget.<\\/li>\\n<li>Fixed: Bounce image issue in Parallax section addon.<\\/li>\\n<li>Fixed: Font Awesome icons not showing in social feed widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.1.3 <\\/h4>\\n<ul>\\n<li>Tweak: Alt attribute is now reading from Media library for images in Image Layers widget.<\\/li>\\n<li>Tweak: Unnecessary code removed for better performance.<\\/li>\\n<\\/ul>\\n<h4> 2.1.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Text Editor\\/Template Content Type option in Unfold widget.<\\/li>\\n<li>Tweak: Added Interactive option for tooltips in Image Hotspots widget.<\\/li>\\n<li>Tweak: Added File Source (URL\\/File Upload) option in Lottie Animations section add-on.<\\/li>\\n<li>Fixed: Images Alt attribute not added in multi-layered Parallax add-on.<\\/li>\\n<li>Fixed: Images stretch issue in Image Comparison widget.<\\/li>\\n<li>Fixed: Handle not moving in RTL sites issue in Image Comparison widget.<\\/li>\\n<li>Fixed: Responsive controls for section background not applied on Parallax add-on.<\\/li>\\n<li>Fixed: Custom Data table not pulling data after the file URL is changed in Table widget.<\\/li>\\n<li>Fixed: Instagram video not showing in RTL sites in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.1.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added new skin Cards in Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<li>Tweak: Added Maximum Words Number option for image caption in Instagram Feed widget.<\\/li>\\n<li>Fixed: Icon Color option not applied on SVGs in Tabs widget.<\\/li>\\n<li>Fixed: Place\\/Page avatar alignment issue on Twenty Twenty theme in Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.1.0 <\\/h4>\\n<ul>\\n<li>Fixed: Icon Spacing option not working on RTL sites in WhatsApp Chat widget.<\\/li>\\n<li>Fixed: Icon Spacing option not working when Icon Position is set to After in Magic Section widget.<\\/li>\\n<li>Fixed: Freehand design option not working in Image Layers, Hotspots and Parallax section add-on after Elementor 3.0.0.<\\/li>\\n<li>Fixed: Page update button is disabled after using Freehand position\\/resize feature.<\\/li>\\n<\\/ul>\\n<h4> 2.0.9 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.0.0.<\\/li>\\n<li>Fixed: Particles add-on appears below section in RTL sites issue.<\\/li>\\n<li>Fixed: Undefined \'open_graph_story\' in Facebook Reviews widget.<\\/li>\\n<li>Fixed: Icon Size option not working with SVG icons in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.0.8 <\\/h4>\\n<ul>\\n<li>Tweak: Add different color to each dataset value in bar Chart widget.<\\/li>\\n<li>Fixed: WhatsApp Chat widget group option not working on mobile devices.<\\/li>\\n<li>Fixed: Hotspots Horizontal Position option not working for RTL sites in Image Hotspots widget.<\\/li>\\n<li>Fixed: Compatibility issues with WordPress 5.5.<\\/li>\\n<\\/ul>\\n<h4> 2.0.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added Change Colors As Gradient option in Background Transition widget.<\\/li>\\n<li>Tweak: API Version updated for Facebook Reviews\\/Feed widgets.<\\/li>\\n<li>Fixed: Filter by Tags option letter case sensitive in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.0.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching option for remote CSV files in Table widget.<\\/li>\\n<li>Tweak: Added Filter by Tags option in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.0.5 <\\/h4>\\n<ul>\\n<li>Tweak: Instagram deprecated API replaced with Facebook API in Instagram Feed widget.<\\/li>\\n<li>Tweak: Added Color options for feed links in Twitter\\/Facebook Feed widgets.<\\/li>\\n<li>Tweak: Added Background Color, Margin and Padding option for readmore link in Twitter\\/Facebook Feed widgets.<\\/li>\\n<li>Fixed: Widgets with entrance animations not showing on tablet\\/mobile devices in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.0.4 <\\/h4>\\n<ul>\\n<li>Tweak: Premium Instagram Feed widget now supports Instagram videos.<\\/li>\\n<li>Tweak: Added RTL Mode option in Horizontal Scroll widget.<\\/li>\\n<li>Tweak: Added Image icon option in Tabs widget.<\\/li>\\n<li>Tweak: Added Carousel Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: Added Change Readmore text option in social reviews widgets.<\\/li>\\n<li>Tweak: Added Render Type option in Lottie Animations section add-on.<\\/li>\\n<li>Tweak: Added Speed option in Flip Box widget.<\\/li>\\n<li>Fixed: Facebook Feed widget date not showing in Safari.<\\/li>\\n<li>Fixed: Social reviews carousel issue in RTL sites.<\\/li>\\n<li>Fixed: Vertical Image Comparison widget not working when label option is disabled.<\\/li>\\n<\\/ul>\\n<h4> 2.0.3 <\\/h4>\\n<ul>\\n<li>Fixed: Section add-on and some widgets not working since v2.0.2<\\/li>\\n<\\/ul>\\n<h4> 2.0.3 <\\/h4>\\n<ul>\\n<li>Fixed: Section add-on and some widgets not working since v2.0.2<\\/li>\\n<\\/ul>\\n<h4> 2.0.2 <\\/h4>\\n<ul>\\n<li>Fixed: Image Layers scroll effects not working since v2.0.0<\\/li>\\n<li>Fixed: Premium Lottie section add-on editor overloading issue.<\\/li>\\n<li>Fixed: WhatsApp button not working on iOS mobile devices.<\\/li>\\n<\\/ul>\\n<h4> 2.0.1 <\\/h4>\\n<ul>\\n<li>Fixed: Freehand positioning conflict in Lottie Animations section add-on.<\\/li>\\n<li>Fixed: Entrance animation duplicate issue in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.0.0 <\\/h4>\\n<ul>\\n<li>New: Introducing Lottie Animations Integration for all the widgets including icon options.<\\/li>\\n<li>New: Added Premium Lottie Animations Section Add-on.<\\/li>\\n<li>Tweak: Added Overlay Background option to Alert Box widget.<\\/li>\\n<li>Tweak: Added Default Tab Index option to Tabs widget.<\\/li>\\n<li>Tweak: Added Border Radius option for button in Content Switcher widget.<\\/li>\\n<li>Tweak: Added Show\\/hide layers on different devices option in Parallax Add-on multi layers.<\\/li>\\n<li>Tweak: Added Floating Effects in Image Hotspots and Preview Window widgets.<\\/li>\\n<li>Fixed: Horizontal Scroll not scrolling below last slide on Snappy effect.<\\/li>\\n<li>Fixed: Widgets masonry layout issues on the editor on Chrome browser.<\\/li>\\n<li>Fixed: Table widget responsive option not working on tablets.<\\/li>\\n<li>Fixed: Instagram Feed new API not working for logged out users.<\\/li>\\n<li>Fixed: Instagram login button not working when Facebook Reviews widget is disabled.<\\/li>\\n<li>Fixed: Conflict with Pinpoint Booking System Plugin shortcodes.<\\/li>\\n<li>Fixed: Multi Scroll widget Left\\/Right Section Width option override previous widgets.<\\/li>\\n<li>Fixed: PHP error <code>Trying to access array offer on value of type bool<\\/code> in \\/white-label\\/admin.php.<\\/li>\\n<li>Fixed: Console error <code>jQuery is not defined<\\/code> in Image Hotspots widget.<\\/li>\\n<li>Fixed: Compatibility errors with PHP v7.0<\\/li>\\n<\\/ul>\\n<h4> 1.9.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added new API options for Instagram Feed widget.<\\/li>\\n<li>Fixed: Horizontal Scroll widget not working on RTL sites.<\\/li>\\n<li>Fixed: Opacity floating effect now working in Image Layers widget.<\\/li>\\n<\\/ul>\\n<h4> 1.9.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Hover Text\\/Icon Color option for Trigger Button in Magic Section widget.<\\/li>\\n<li>Tweak: Added Opacity to Float Effects in Image Layers widget.<\\/li>\\n<li>Tweak: Change "Read More" link text option added in Facebook\\/Twitter Feed widgets.<\\/li>\\n<li>Tweak: Added <code>Mouse Tilt<\\/code> option in Icon Box widget.<\\/li>\\n<li>Tweak: Get \'alt\' attribute for images in iHover widget.<\\/li>\\n<li>Fixed: Dynamic links not working for some elements.<\\/li>\\n<li>Fixed: Warning <code>Trying to access array offset on value of type bool<\\/code> in section add-ons.<\\/li>\\n<\\/ul>\\n<h4> 1.9.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added support for dynamic fields in all social media widgets.<\\/li>\\n<li>Fixed: Scrolling issues in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Console error <code>ReferenceError: module is not defined<\\/code><\\/li>\\n<\\/ul>\\n<h4> 1.9.0 <\\/h4>\\n<ul>\\n<li>New: Added Horizontal Scroll widget.<\\/li>\\n<li>Tweak: Added <code>Animation Duration<\\/code> option in Animated Gradient section add-on.<\\/li>\\n<li>Tweak: Added Chinese to Language option for Facebook Messenger Chat widget.<\\/li>\\n<li>Tweak: Added <code>Whole Box Link<\\/code> option in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Load Chart on Scroll\\/Page Load<\\/code> option in Charts widget.<\\/li>\\n<li>Tweak: Added <code>Animation Duration<\\/code> option in Charts widget.<\\/li>\\n<li>Fixed: Filters by rating not working properly when review rating is not set in Facebook Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.8 <\\/h4>\\n<ul>\\n<li>Tweak: Improved <code>Filter By Language<\\/code> option in Google Reviews widget.<\\/li>\\n<li>Fixed: Spacings not applied on tooltips templates in Image Hotspots widget.<\\/li>\\n<li>Fixed: Colors applied on <code>Whole Box Link<\\/code> in iHover widget.<\\/li>\\n<li>Fixed: Rating Schema in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Pagination<\\/code> options in Table widget.<\\/li>\\n<li>Tweak: Added <code>Carousel<\\/code> options in Twitter Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.6 <\\/h4>\\n<ul>\\n<li>Tweak: Now, you can remove all header cells in Table widget.<\\/li>\\n<li>Tweak: Added <code>Hover Text Animation<\\/code> switcher option in Flip Box widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.5 <\\/h4>\\n<ul>\\n<li>Tweak: Added new effects for Ken Burns add-on.<\\/li>\\n<li>Tweak: Added <code>Reverse Direction<\\/code> for mousemove parallax in Image Layers widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Link<\\/code> option for header cells in Table widget.<\\/li>\\n<li>Fixed: <code>Transition Speed<\\/code> option not working in Ken Burns section add-on.<\\/li>\\n<\\/ul>\\n<h4> 1.8.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Padding<\\/code> option for container in Facebook Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Blend Mode<\\/code> option to iHover, Image Hotspots and Image Layers widgets.<\\/li>\\n<li>Tweak: Added <code>Filter by Tags<\\/code> option to Instagram Feed widget.<\\/li>\\n<li>Fixed: Lightbox not working in Instagram Feed widget.<\\/li>\\n<li>Fixed: Console errors on IE due to Background Transition widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Floating Effects<\\/code> to Image Layers widget.<\\/li>\\n<li>Tweak: Added <code>Zoom In\\/Out<\\/code> option for each layer in Ken Burns add-on.<\\/li>\\n<\\/ul>\\n<h4> 1.8.0 <\\/h4>\\n<ul>\\n<li>Tweak: Added four new effects to Flip Box widget.<\\/li>\\n<li>Tweak: 3D flip effect animation enhanced in Flip Box widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.9 <\\/h4>\\n<ul>\\n<li>Tweak: Now you can set different style to each hotspot item in Image Hotspots widget.<\\/li>\\n<li>Tweak: Added link option for Button in Alert Box widget.<\\/li>\\n<li>Tweak: Added Hover Background Color option Alert Box widget.<\\/li>\\n<li>Fixed: Not all ratings are pulled in Facebook Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added Spinner styling option for loading spinner in Instagram Feed widget.<\\/li>\\n<li>Fixed: <code>$<\\/code> is not defined in Facebook Reviews and Feed widgets.<\\/li>\\n<\\/ul>\\n<h4> 1.7.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Button<\\/code> option to iHover widget.<\\/li>\\n<li>Tweak: Added <code>Hide Plugin Row Meta<\\/code> and <code>Hide Plugin Changelog Link<\\/code> to plugin White Labeling options.<\\/li>\\n<li>Fixed: Background Transition widget not working with <code>RGB<\\/code> colors.<\\/li>\\n<li>Fixed: Console errors with invalid sections CSS IDs in Background Transition widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>CSS Filter<\\/code> for normal\\/hover state in Image Hotspots widget.<\\/li>\\n<li>Fixed: Grey line appears by default in Image Layers widget.<\\/li>\\n<li>Fixed: Even Layout not working with Carousel option enabled in all Reviews widgets.<\\/li>\\n<li>Fixed: Carousel slides not appearing on RTL sites in all Reviews widgets.<\\/li>\\n<li>Fixed: SVG icons size option not working in all widgets.<\\/li>\\n<li>Fixed: Link title and icon are not aligned in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.5 <\\/h4>\\n<ul>\\n<li>Tweak: Premium Background Transition widget improved.<\\/li>\\n<li>Fixed: Caching is not applied on place data in Yelp Reviews widget.<\\/li>\\n<li>Fixed: Nested Premium Tabs not appearing.<\\/li>\\n<li>Fixed: Active Tab box shadow option not applied on the same selector in normal\\/hover in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching option <code>Reload Reviews Once Every<\\/code> in Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 1.7.3 <\\/h4>\\n<ul>\\n<li>Fixed: Instagram Feed widget not working on IE browsers.<\\/li>\\n<\\/ul>\\n<h4> 1.7.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Render First Row As<\\/code> option in Table widget.<\\/li>\\n<li>Fixed: Flipbox widget <code>Whole Box<\\/code> link option is not working.<\\/li>\\n<li>Fixed: Default icon is not working in iHover widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.1 <\\/h4>\\n<ul>\\n<li>New: Added Color Transition widget.<\\/li>\\n<li>Tweak: Get Instagram feed by Access Token only.<\\/li>\\n<li>Tweak: Added dynamic field support for CSV file in Table widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.0 <\\/h4>\\n<ul>\\n<li>Fixed: Instagram Feed loading spinner does not appear on preview page.<\\/li>\\n<\\/ul>\\n<h4> 1.6.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Hover Color<\\/code> option for title\\/icon in Tabs widget.<\\/li>\\n<li>Fixed: Active tab Margin\\/Padding issue in Tabs widget.<\\/li>\\n<li>Fixed: Vertical Tabs widget alignment issue.<\\/li>\\n<li>Fixed: Security bugs fixed.<\\/li>\\n<\\/ul>\\n<h4> 1.6.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Schema Support<\\/code> option for all Reviews widgets.<\\/li>\\n<li>Tweak: Font Awesome 5 compatibility for all widgets.<\\/li>\\n<\\/ul>\\n<h4> 1.6.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Minimum Value<\\/code> option in Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 1.6.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Line Width<\\/code> option for grid lines in Charts widget.<\\/li>\\n<li>Tweak: Added transition for Image Accordion overlay color.<\\/li>\\n<li>Fixed: Parallax section add-on does not work on frontend pages.<\\/li>\\n<\\/ul>\\n<h4> 1.6.5 <\\/h4>\\n<ul>\\n<li>Tweak: Load assets files for section add-ons only when needed to improve performance.<\\/li>\\n<li>Tweak: Added <code>Step Size<\\/code> option for Radar type Charts.<\\/li>\\n<li>Fixed: Tabs nav container changed to div to prevent styling issues.<\\/li>\\n<\\/ul>\\n<h4> 1.6.4 <\\/h4>\\n<ul>\\n<li>Fixed: <code>Reviews Word Length<\\/code> option does not work for non-latin characters in all reviews widgets.<\\/li>\\n<li>Fixed: <code>Notice: Undefined variable: tool_tips_image_url<\\/code> in Preview Window widget.<\\/li>\\n<\\/ul>\\n<h4> 1.6.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added responsive controls for <code>Alignment<\\/code> option in iHover widget.<\\/li>\\n<li>Fixed: <code>Border Color<\\/code> option missing for <code>Style 3<\\/code> in Tabs widget.<\\/li>\\n<li>Fixed: Bottom positioned Magic Section appears after page load.<\\/li>\\n<\\/ul>\\n<h4> 1.6.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Facebook Login<\\/code> Button to Premium Facebook Feed widget for easier feed pull.<\\/li>\\n<li>Fixed: <code>Maximum Value<\\/code> option added to Radar chat type in Charts widget.<\\/li>\\n<li>Fixed: <code>Carousel Arrows Position<\\/code> option shows when <code>Autoplay<\\/code> option is enabled in Yelp Reviews widget.<\\/li>\\n<li>Fixed: Loader spinner not showing on the preview page in Facebook\\/Twitter Feed.<\\/li>\\n<\\/ul>\\n<h4> 1.6.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>RTL Mode<\\/code> option for Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<li>Fixed: <code>Transition Speed<\\/code> option not working for Ken Burns section add-on.<\\/li>\\n<li>Fixed: Image Layers <code>Freehand<\\/code> reposition not working if page contains Premium Carousel widget.<\\/li>\\n<\\/ul>\\n<h4> 1.6.0 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Review Length<\\/code> option to Facebook Reviews widget.<\\/li>\\n<li>Fixed: Images pixelated when size is increased in Facebook Reviews widget.<\\/li>\\n<li>Fixed: Messenger Chat icon not showing on mobile devices.<\\/li>\\n<li>Fixed: Cells alignment issue with multi-line text in Table widget.<\\/li>\\n<li>Fixed: Blank line below Instagram images for some themes.<\\/li>\\n<\\/ul>\\n<h4> 1.5.9 <\\/h4>\\n<ul>\\n<li>New: Added Yelp Reviews widget.<\\/li>\\n<li>Tweak: Added <code>Facebook Login<\\/code> Button to Premium Facebook Reviews widget for easier reviews pull.<\\/li>\\n<li>Tweak: Added <code>Review Length<\\/code> option in Google Reviews widget.<\\/li>\\n<li>Tweak: Added <code>Responsive Controls<\\/code> for Premium Particles section add-on.<\\/li>\\n<li>Tweak: Added <code>Table Layout<\\/code> option in Premium Table widget.<\\/li>\\n<li>Fixed: Divider and text in Premium Divider widget are not centered in some themes.<\\/li>\\n<li>Fixed: <code>Button Size<\\/code> in Unfold widget not applied on the front-end.<\\/li>\\n<li>Fixed: Back side <code>Link<\\/code> unclickable on Microsoft Edge in Flip Box widget.<\\/li>\\n<li>Fixed: Twitter\\/Facebook Feed time elapsed Singular\\/Plural issue.<\\/li>\\n<li>Fixed: Clipped reviewer profile picture in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.8 <\\/h4>\\n<ul>\\n<li>New: Added Image Accordion widget.<\\/li>\\n<li>Fixed: Title\\/Icon are not horizontally centered in styles 3,4 in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.7 <\\/h4>\\n<ul>\\n<li>Tweak: <code>Read More<\\/code> button redirects to post instead of page in Facebook Feed widget.<\\/li>\\n<li>Fixed: Carousel arrows styling only works on the editor page in Google\\/Facebook Reviews widget.<\\/li>\\n<li>Tweak: Added <code>Theme<\\/code> option for lightbox in Instagram widget.<\\/li>\\n<li>Tweak: Added <code>Date Format<\\/code> option in Facebook Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Fade Speed<\\/code> option for Ken Burns section add-on.<\\/li>\\n<li>Fixed: Posts` images don\'t appear in Facebook Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.5 <\\/h4>\\n<ul>\\n<li>Fixed: Reviews date doesn\'t appear with <code>Place Info<\\/code> option disabled.<\\/li>\\n<li>Fixed: Right templates shift to left by <code>1px<\\/code> in Multi Scroll widget.<\\/li>\\n<li>Fixed: Facebook Feed widget doesn\'t work with APIs v3.3.<\\/li>\\n<\\/ul>\\n<h4> 1.5.4 <\\/h4>\\n<ul>\\n<li>Tweak: Plugin core refactored to improve performance.<\\/li>\\n<\\/ul>\\n<h4> 1.5.3 <\\/h4>\\n<ul>\\n<li>Fixed: Charts animation doesn\'t work when height option is set.<\\/li>\\n<li>Fixed: <code>Tabs Background<\\/code> overrides lists background for <code>Style 3<\\/code> in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.2 <\\/h4>\\n<ul>\\n<li>Fixed: <code>Dynamic Content<\\/code> doesn\'t work when <code>ACF Field<\\/code> is selected in Table widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.1 <\\/h4>\\n<ul>\\n<li>Tweak: <code>Tilt Mouse Interactivity<\\/code> doesn\'t work on IE for Image Layers widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.0 <\\/h4>\\n<ul>\\n<li>Fixed: Image Comparison broken on IE with Section Vertical Parallax enabled.<\\/li>\\n<\\/ul>\\n<h4> 1.4.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Outer Background Color<\\/code> option for container in Preview Window widget.<\\/li>\\n<li>Fixed: Magic Section content appears until page is loaded.<\\/li>\\n<li>Fixed: Image Comparison broken on IE with Image Layers scroll effects enabled.<\\/li>\\n<\\/ul>\\n<h4> 1.4.8 <\\/h4>\\n<ul>\\n<li>Tweak: <code>WPML Compatibility<\\/code> for all widgets.<\\/li>\\n<li>Fixed: License deactivation issues.<\\/li>\\n<li>Fixed: Google reCaptcha doesn\'t work after v1.4.8<\\/li>\\n<li>Fixed: Particles are stretched on small screens.<\\/li>\\n<li>Fixed: Add-ons don\'t load with <code>MyListing<\\/code> theme.<\\/li>\\n<\\/ul>\\n<h4> 1.4.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Stretch Image<\\/code> option for background image in Image Hotspots widget.<\\/li>\\n<li>Fixed: Console error <code>UniversalTilt undefined<\\/code> on IE browser with Image Layers widget.<\\/li>\\n<\\/ul>\\n<h4> 1.4.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Dynamic Field<\\/code> support for Instagram widget.<\\/li>\\n<li>Fixed: <code>Invalid Character on line 3361<\\/code> after v1.3.5<\\/li>\\n<\\/ul>\\n<h4> 1.4.5 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Scroll Effects<\\/code> for images in Image Layers widget.<\\/li>\\n<li>Tweak: Added <code>Freehand<\\/code> postioning, resizing features for layers in Image Layers widget and Multi Layer Parallax.<\\/li>\\n<li>Tweak: Added <code>Freehand<\\/code> postioning feature for Image Hotspots widget.<\\/li>\\n<li>Tweak: Added <code>Date Format<\\/code> option for Google Reviews widget.<\\/li>\\n<li>Tweak: Added <code>Dynamic Field<\\/code> support for all <code>URL<\\/code> fields.<\\/li>\\n<li>Fixed: Content Switcher widget button issue when browse back page button is clicked.<\\/li>\\n<li>Fixed: <code>Save Settings<\\/code> button doesn\'t work in White Labeling Dashboard submenu.<\\/li>\\n<li><strong>Important: This update includes deep enhancements for Image Hotspots, Image Layers widgets and Parallax Add-on. So, please review your existing pages.<\\/strong><\\/li>\\n<\\/ul>\\n<h4> 1.4.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Data Separator<\\/code> optiuon for CSV files in Table widget.<\\/li>\\n<li>Fixed: Layout issues on Microsoft IE browser.<\\/li>\\n<li>Fixed: <code>Notice: Undefined index: premium_parallax_android_support<\\/code> , <code>premium_parallax_ios_support<\\/code> in Parallax add-on.<\\/li>\\n<\\/ul>\\n<h4> 1.4.3 <\\/h4>\\n<ul>\\n<li>Tweak: Prevent adding inline styles\\/scripts for Section add-ons.<\\/li>\\n<li>Tweak: Changed Particles Add-on <code>JSON<\\/code> code area from <code>TEXTAREA<\\/code> to <code>CODE<\\/code><\\/li>\\n<li>Tweak: Ability to change <code>Live Search<\\/code> and <code>Show Records<\\/code> strings in Table widget.<\\/li>\\n<li>Tweak: Wait images to load before triggering <code>Masonry<\\/code> layout in Faceook Feed widget.<\\/li>\\n<li>Fixed: Cells align right issue on Google Chrome in Table widget.<\\/li>\\n<li>Fixed: Premium Divider issues with <code>Elementor Custom Positioning<\\/code> option.<\\/li>\\n<\\/ul>\\n<h4> 1.4.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Show Records<\\/code> option in Table widget.<\\/li>\\n<li>Tweak: Added <code>Blur On Hover<\\/code> effect in Table widget.<\\/li>\\n<li>Tweak: Added <code>responsive controls<\\/code> for Search field in Table widget.<\\/li>\\n<li>Tweak: Added <code>Text Color<\\/code> option for Search field in Table widget.<\\/li>\\n<li>Tweak: Added <code>Settings<\\/code> to plugin action links on <code>Plugins<\\/code> page.<\\/li>\\n<\\/ul>\\n<h4> 1.4.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Left\\/Right Section Width<\\/code> option to control width ratio in Multi Scroll widget.<\\/li>\\n<li>Tweak: Added <code>Show Caption<\\/code> option to show photo caption in Instagram widget.<\\/li>\\n<li>Tweak: Added <code>CSS Filters<\\/code> options group for hover state in Instagram widget.<\\/li>\\n<\\/ul>\\n<h4> 1.4.0 <\\/h4>\\n<ul>\\n<li>Fixed: Premium Twitter Feed does not work.<\\/li>\\n<\\/ul>\\n<h4> 1.3.9 <\\/h4>\\n<ul>\\n<li>Tweak: Premium Parallax background position, repeat and size inherit from Elementor responsive background options.<\\/li>\\n<li>Tweak: Added responsive controls for <code>Arrow Size<\\/code> option in Premium Facebook\\/Google Reviews widgets.<\\/li>\\n<li>Tweak: Added <code>CSS Filters<\\/code> option for images for trigger and preview images in Preview Image widget.<\\/li>\\n<li>Tweak: Code refactor to enhance plugin performance speed.<\\/li>\\n<\\/ul>\\n<h4> 1.3.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added responsive controls for <code>Number of Columns<\\/code> option in Premium Facebook\\/Google Review and Facebook\\/Twitter widgets.<\\/li>\\n<li>Tweak: Added <code>CSS Filters<\\/code> option for images in Premium Behance\\/Instagram Feed and iHover widgets.<\\/li>\\n<\\/ul>\\n<h4> 1.3.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added responsive controls for <code>Images per Row<\\/code> option in Premium Instagram widget.<\\/li>\\n<li>Tweak: Added <code>Widgets Badge<\\/code> option to white labeling to change widgets` icons badge text.<\\/li>\\n<li>Fixed: Enable Parallax on Android\\/iOS does not work for Parallax section add-on.<\\/li>\\n<li>Fixed: Different images height when <code>Masonry<\\/code> option is disabled in Premium Intagram widget.<\\/li>\\n<\\/ul>\\n<h4> 1.3.6 <\\/h4>\\n<ul>\\n<li>Fixed: Warning: require_once(\\/premium-addons-pro-includes\\/deps\\/json.php): failed to open stream: No such file or directory.<\\/li>\\n<li>Fixed: Images order when <code>Masonry<\\/code> option is disabled in Premium Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 1.3.5 <\\/h4>\\n<ul>\\n<li>Tweak: JS enhancements in Facebook, Twitter and Instagram elements to improve plugin performance.<\\/li>\\n<li>Tweak: Added <code>Infinite<\\/code> option for single image in Ken Burns add-on.<\\/li>\\n<li>Fixed: Set Tabs content to Full Width issue.<\\/li>\\n<li>Fixed: Posts overlapping when masonry option enabled in Premium Facebook Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 1.3.4 <\\/h4>\\n<ul>\\n<li>Tweak: JS enhancements in Charts, Facebook\\/Google Reviews, Image layers, Multi Scroll , and Tabs elements to improve plugin performance.<\\/li>\\n<li>Tweak: Dynamic data support for <code>Image<\\/code> in Premium Divider widget.<\\/li>\\n<\\/ul>\\n<h4> 1.3.3 <\\/h4>\\n<ul>\\n<li>Tweak: Dynamic data support in Premium Ken Burns add-on.<\\/li>\\n<li>Fixed: Image Hotspots widget issue on preview page.<\\/li>\\n<\\/ul>\\n<h4> 1.3.2 <\\/h4>\\n<ul>\\n<li>Fixed: Pointer cursor for cells with <code>Link<\\/code> option disabled in Premium Table widget.<\\/li>\\n<li>Fixed: overlapping issue when iHover widget <code>Link<\\/code> option is enabled.<\\/li>\\n<li>Fixed: Tabs widget layout issue on iOS devices.<\\/li>\\n<\\/ul>\\n<h4> 1.3.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Border Width<\\/code> option for each dataset in Premium Charts widget.<\\/li>\\n<li>Fixed: <code>Warning: Creating default object from empty value<\\/code> in Premium Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.3.0 <\\/h4>\\n<ul>\\n<li>Tweak: Unnecessary <code>esc_html()<\\/code> function removed.<\\/li>\\n<li>Tweak: Unnecessary conditions removed to enhance editor page loading speed.<\\/li>\\n<\\/ul>\\n<h4> 1.2.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Second Fill Color<\\/code> option to create gradients in Line, Bar and Horizontal Bar charts.<\\/li>\\n<li>Tweak: Unnecessary functions removed from Facebook Feed, Charts, Behance and Image Comparison widgets to enhance performance.<\\/li>\\n<\\/ul>\\n<h4> 1.2.8 <\\/h4>\\n<ul>\\n<li>Tweak: CSS files loaded only when required to enhance plugin performance.<\\/li>\\n<li>Tweak: Show label next to value on Pie\\/Doughnut Premium Chart hover.<\\/li>\\n<\\/ul>\\n<h4> 1.2.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Show Values on Chart<\\/code> option to Pie\\/Doughnut chart in Premium Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 1.2.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added language option to Premium Messenger Chat widget.<\\/li>\\n<li>Fixed: <code>View Details<\\/code> link appears for Premium Add-ons for Elementor with White Labeling enabled.<\\/li>\\n<\\/ul>\\n<h4> 1.2.5 <\\/h4>\\n<ul>\\n<li>Tweak: Formatting Y-Axis labels numbers in Premium Charts widget.<\\/li>\\n<li>Tweak: Ken Burns can now be used with only one image.<\\/li>\\n<li>Fixed: Charts not visible when inserted in Elementor Accordion widget.<\\/li>\\n<li>Fixed: CSV files don\'t appear in Media in Premium Tables widget.<\\/li>\\n<\\/ul>\\n<h4> 1.2.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added Overlay Color option to Premium Ken Burns section add-on.<\\/li>\\n<li>Fixed: <code>Detected usage of deprecated noAndroid<\\/code> with Premium Parallax section add-on.<\\/li>\\n<li>Fixed: Premium Messenger Chat not working after Facebook latest Apps update.<\\/li>\\n<\\/ul>\\n<h4> 1.2.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added vertical tabs sections width option in Premium Tabs widget.<\\/li>\\n<li>Tweak: Added Filter by language option in Premium Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.2.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added arrow size and padding options to carousel arrows in Premium Facebook\\/Google reviews widget.<\\/li>\\n<li>Tweak: Dynamic data support in Premium Charts widget.<\\/li>\\n<li>Tweak: Shortcodes support using text editor in Premium Content Switcher widget.<\\/li>\\n<li>Fixed: Charts issue when inserted inside Premium Modal Box widget.<\\/li>\\n<\\/ul>\\n<h4> 1.2.1 <\\/h4>\\n<ul>\\n<li>Fixed: Projects with grid images in Premium Behance widget.<\\/li>\\n<\\/ul>\\n<h4> 1.2.0 <\\/h4>\\n<ul>\\n<li>Tweak: Added Column Width option in Premium Charts widget.<\\/li>\\n<li>Tweak: Added Carousel Autoplay speed option in Premium Facebook\\/Google reviews widget.<\\/li>\\n<li>Tweak: Added Carousel Arrows position option in Premium Facebook\\/Google reviews widget.<\\/li>\\n<li>Fixed: Carousel responsive issues in Premium Facebook\\/Google reviews widget.<\\/li>\\n<li>Fixed: Reviews issue when no stars is returned with review.<\\/li>\\n<\\/ul>\\n<h4> 1.1.9 <\\/h4>\\n<ul>\\n<li>Tweak: Hide specific sections on mobiles\\/tables option added to Multi Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 1.1.8 <\\/h4>\\n<ul>\\n<li>Fixed: Sections order on mobile\\/tablets in Multi Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 1.1.7 <\\/h4>\\n<ul>\\n<li>Fixed: Responsive issues in Premium Multi Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 1.1.6 <\\/h4>\\n<ul>\\n<li>New: Added Multi Scroll widget.<\\/li>\\n<li>Tweak: Added Margin Option for Magic Section widget in active case.<\\/li>\\n<li>Fixed: Google Reviews unloaded place image.<\\/li>\\n<li>Fixed: Tabs background\\/arrow color issue.<\\/li>\\n<\\/ul>\\n<h4> 1.1.5 <\\/h4>\\n<ul>\\n<li>Tweak: Premium Table widget performance enhanced.<\\/li>\\n<li>Tweak: Added Dynamic Images option for all widgets.<\\/li>\\n<li>Tweak: Added Dynamic place id option for Premium Google Reviews widget.<\\/li>\\n<li>Tweak: Added Carousel option for Premium Facebook\\/Google reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.1.4 <\\/h4>\\n<ul>\\n<li>Fixed: Premium Tabs conflict issue.<\\/li>\\n<li>Fixed: Facebook\\/Twitter Feed read more issue.<\\/li>\\n<\\/ul>\\n<h4> 1.1.3 <\\/h4>\\n<ul>\\n<li>Fixed: Facebook Feed widget conflict issue.<\\/li>\\n<\\/ul>\\n<h4> 1.1.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added convert values to percentage in Premium Charts widget.<\\/li>\\n<li>Fixed: Call to a member function get_error_message() on array after license activation.<\\/li>\\n<\\/ul>\\n<h4> 1.1.1 <\\/h4>\\n<ul>\\n<li>Tweak: Plugin core enhancement for faster performance.<\\/li>\\n<li>Tweak: Premium Divider widget performance enhanced.<\\/li>\\n<li>Tweak: Premium Flip Box widget performance enhanced.<\\/li>\\n<li>Tweak: Premium Icon Box widget performance enhanced.<\\/li>\\n<li>Tweak: Premium Image Layers widget performance enhanced.<\\/li>\\n<li>Tweak: Premium iHover widget performance enhanced.<\\/li>\\n<\\/ul>\\n<h4> 1.1.0 <\\/h4>\\n<ul>\\n<li>Fixed: Tabs issue on IE browser.<\\/li>\\n<li>Fixed: Group Control issue in Premium Facebook\\/Twitter widgets.<\\/li>\\n<\\/ul>\\n<h4> 1.0.9 <\\/h4>\\n<ul>\\n<li>Fixed: Warning "Invalid argument supplied for foreach() in \\/premium-addons-pro\\/widgets\\/premium-tables.php on line 1567".<\\/li>\\n<\\/ul>\\n<h4> 1.0.8 <\\/h4>\\n<ul>\\n<li>Fixed: License not Valid after trying to activate license.<\\/li>\\n<\\/ul>\\n<h4> 1.0.7 <\\/h4>\\n<ul>\\n<li>New: Added WhatsApp Chat widget.<\\/li>\\n<\\/ul>\\n<h4> 1.0.6 <\\/h4>\\n<ul>\\n<li>Fixed: Image size issue in Premium Parallax addon.<\\/li>\\n<li>Fixed: Transparent images grey background issue.<\\/li>\\n<li>Fixed: Invisible charts issue.<\\/li>\\n<\\/ul>\\n<h4> 1.0.5 <\\/h4>\\n<ul>\\n<li>Tweak: App ID and App secret are changed to Access Token in Facebook Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 1.0.4 <\\/h4>\\n<ul>\\n<li>Tweak: Animations starts on scrolling in Premium Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 1.0.3 <\\/h4>\\n<ul>\\n<li>New: Added Facebook Feed element.<\\/li>\\n<\\/ul>\\n<h4> 1.0.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Background Size\\/Position options in Premium Section Parallax.<\\/li>\\n<li>Fixed: Instagram Feed grid issue when Masonry is disabled.<\\/li>\\n<li>Fixed: Fatal error: Can\'t use function return value in write context for PHP versions below 5.5<\\/li>\\n<\\/ul>\\n<h4> 1.0.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added URLs option to each dataset in Premium Charts widget.<\\/li>\\n<li>Tweak: Added image fill option in Premium Ken Burns.<\\/li>\\n<\\/ul>\\n<h4> 1.0.0 <\\/h4>\\n<ul>\\n<li>Initial stable release.<\\/li>\\n<\\/ul>\"],\"installation\":[\"<h4> Minimum Requirements <\\/h4>\\n<ul>\\n<li>WordPress 4.5 or greater<\\/li>\\n<li>PHP version 5.4 or greater<\\/li>\\n<li>MySQL version 5.0 or greater<\\/li>\\n<\\/ul>\\n<h4> Installation Instructions <\\/h4>\\n<ul>\\n<li>First make sure that Elementor Page Builder and Premium Addons for Elementor are installed, As this plugin works only with both of them.<\\/li>\\n<li>Download the plugin then Upload it to the plugin folder: \\/wp-content\\/plugins\\/ or install it through the WordPress plugins screen directly.<\\/li>\\n<li>Activate the plugin through the \\u2018Plugins\\u2019 screen in WordPress<\\/li>\\n<li>You can find Premium Addons Elements under the category \\u201cPremium Addons\\u201d on your Elementor element\\/widget list.<\\/li>\\n<\\/ul>\"],\"plugin\":\"premium-addons-pro\\/premium-addons-pro-for-elementor.php\",\"id\":\"premium-addons-pro\\/premium-addons-pro-for-elementor.php\"}\";}','no'),(212,'bsf_force_check_extensions','','no'),(213,'bsf-updater-version','1.29.9','yes'),(214,'brainstrom_products','a:1:{s:7:\"plugins\";a:1:{s:4:\"uael\";a:32:{s:2:\"id\";s:4:\"uael\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";s:4:\"slug\";s:18:\"ultimate-elementor\";s:10:\"short_name\";s:0:\"\";s:11:\"description\";s:170:\"Ultimate Addons is a premium extension for Elementor that adds 35+ widgets and works on top of any Elementor Package (Free, Pro). You can use it with any WordPress theme.\";s:7:\"version\";s:7:\"1.36.29\";s:12:\"download_url\";s:0:\"\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"tested\";s:3:\"6.7\";s:14:\"privacy_policy\";s:133:\"https://store.brainstormforce.com/privacy-policy/?utm_source=graupi-license-form&utm_medium=privacy-policy&utm_campaign=uael-purchase\";s:16:\"terms_conditions\";s:145:\"https://store.brainstormforce.com/terms-and-conditions/?utm_source=graupi-license-form&utm_medium=terms-and-conditions&utm_campaign=uael-purchase\";s:12:\"purchase_url\";s:119:\"http://ultimateelementor.com/pricing/?utm_source=license-form&utm_medium=uael-purchase&utm_campaign=graupi-license-form\";s:13:\"changelog_url\";s:122:\"https://ultimateelementor.com/whats-new/?utm_source=graupi-updater&utm_medium=changelog-link&utm_campaign=graupi-changelog\";s:4:\"type\";s:6:\"plugin\";s:8:\"in_house\";s:4:\"true\";s:9:\"on_market\";s:5:\"false\";s:15:\"is_product_free\";s:5:\"false\";s:14:\"has-extensions\";s:5:\"false\";s:13:\"support_forum\";s:134:\"http://ultimateelementor.com/support/submit-a-ticket/?utm_source=license-form&utm_medium=support-form&utm_campaign=graupi-license-form\";s:25:\"after_registration_action\";s:0:\"\";s:13:\"product_image\";s:70:\"//support.brainstormforce.com/wp-content/uploads/2018/12/uael-logo.svg\";s:32:\"show_on_register_licence_listing\";s:5:\"false\";s:15:\"show_on_listing\";s:5:\"false\";s:13:\"is_support_on\";s:4:\"true\";s:14:\"envato_item_id\";s:0:\"\";s:8:\"template\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:6:\"remote\";s:6:\"1.37.3\";s:12:\"purchase_key\";s:32:\"06bc1612071bf2266508392cac212472\";s:6:\"status\";s:14:\"not-registered\";s:7:\"message\";s:31:\"License successfully validated!\";s:12:\"product_name\";s:29:\"Ultimate Addons for Elementor\";}}}','yes'),(216,'uael-version','1.36.29','yes'),(217,'bsf_analytics_installed_time','1709060579','no'),(218,'bsf_last_update_check','1734677721','yes'),(221,'eael_save_settings','a:34:{s:14:\"img-comparison\";i:1;s:17:\"instagram-gallery\";i:1;s:17:\"interactive-promo\";i:1;s:8:\"lightbox\";i:1;s:10:\"post-block\";i:1;s:18:\"testimonial-slider\";i:1;s:14:\"static-product\";i:1;s:14:\"adv-google-map\";i:1;s:13:\"flip-carousel\";i:1;s:17:\"interactive-cards\";i:1;s:16:\"content-timeline\";i:1;s:21:\"twitter-feed-carousel\";i:1;s:22:\"dynamic-filter-gallery\";i:1;s:9:\"post-list\";i:1;s:6:\"toggle\";i:1;s:9:\"mailchimp\";i:1;s:7:\"divider\";i:1;s:10:\"price-menu\";i:1;s:14:\"image-hotspots\";i:1;s:19:\"one-page-navigation\";i:1;s:7:\"counter\";i:1;s:13:\"post-carousel\";i:1;s:20:\"team-member-carousel\";i:1;s:13:\"logo-carousel\";i:1;s:17:\"protected-content\";i:1;s:9:\"offcanvas\";i:1;s:13:\"advanced-menu\";i:1;s:14:\"image-scroller\";i:1;s:19:\"learn-dash-elements\";i:1;s:15:\"woo-collections\";i:1;s:19:\"dismissible-section\";i:1;s:16:\"section-parallax\";i:1;s:17:\"section-particles\";i:1;s:20:\"eael-tooltip-section\";i:1;}','yes'),(224,'eael_pro_version','5.8.17','yes'),(225,'edd_sl_3f108a182fb19972b031742afa068c31','a:2:{s:7:\"timeout\";i:1709071408;s:5:\"value\";s:1294:\"{\"new_version\":\"5.8.9\",\"stable_version\":\"5.8.9\",\"name\":\"Essential Addons for Elementor\",\"slug\":\"essential_adons_elementor\",\"url\":\"https:\\/\\/api.wpdeveloper.com\\/downloads\\/essential-addons-elementor\\/?changelog=1\",\"last_updated\":\"2024-02-11 12:15:21\",\"homepage\":\"https:\\/\\/api.wpdeveloper.com\\/downloads\\/essential-addons-elementor\\/\",\"package\":\"\",\"download_link\":\"\",\"sections\":{\"description\":\"<p>Ultimate elements bundle for Elementor WordPress Page Builder. Lots of useful and premium elements to complete your website quickly.<\\/p>\\n\",\"changelog\":\"<p>See <a href=\\\"https:\\/\\/essential-addons.com\\/elementor\\/changelog\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Changelog<\\/a> for details.<\\/p>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":\"a:2:{s:2:\\\"1x\\\";s:67:\\\"https:\\/\\/store.assets.wpdeveloper.com\\/2021\\/11\\/ea-logo-sq-128x128.png\\\";s:2:\\\"2x\\\";s:67:\\\"https:\\/\\/store.assets.wpdeveloper.com\\/2021\\/11\\/ea-logo-sq-256x256.png\\\";}\",\"msg\":\"No license key has been provided.\",\"description\":[\"<p>Ultimate elements bundle for Elementor WordPress Page Builder. Lots of useful and premium elements to complete your website quickly.<\\/p>\\n\"],\"changelog\":[\"<p>See <a href=\\\"https:\\/\\/essential-addons.com\\/elementor\\/changelog\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Changelog<\\/a> for details.<\\/p>\\n\"]}\";}','no'),(227,'eael_version','6.5.9','yes'),(228,'pa_review_notice','1','yes'),(233,'action_scheduler_hybrid_store_demarkation','19','yes'),(234,'schema-ActionScheduler_StoreSchema','8.0.1752744283','yes'),(235,'schema-ActionScheduler_LoggerSchema','3.0.1709060641','yes'),(236,'rank_math_known_post_types','a:4:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";s:10:\"attachment\";s:10:\"attachment\";s:14:\"e-landing-page\";s:14:\"e-landing-page\";}','yes'),(237,'rank_math_modules','a:12:{i:0;s:12:\"link-counter\";i:1;s:9:\"analytics\";i:2;s:12:\"seo-analysis\";i:3;s:7:\"sitemap\";i:4;s:12:\"rich-snippet\";i:5;s:11:\"woocommerce\";i:6;s:10:\"buddypress\";i:7;s:7:\"bbpress\";i:8;s:3:\"acf\";i:9;s:11:\"web-stories\";i:10;s:10:\"content-ai\";i:11;s:16:\"instant-indexing\";}','yes'),(238,'rank-math-options-general','a:53:{s:19:\"strip_category_base\";s:3:\"off\";s:24:\"attachment_redirect_urls\";s:2:\"on\";s:27:\"attachment_redirect_default\";s:39:\"https://fortetemplate.us7.cdn-alpha.com\";s:23:\"nofollow_external_links\";s:3:\"off\";s:20:\"nofollow_image_links\";s:3:\"off\";s:25:\"new_window_external_links\";s:2:\"on\";s:11:\"add_img_alt\";s:3:\"off\";s:14:\"img_alt_format\";s:11:\" %filename%\";s:13:\"add_img_title\";s:3:\"off\";s:16:\"img_title_format\";s:22:\"%title% %count(title)%\";s:11:\"breadcrumbs\";s:3:\"off\";s:21:\"breadcrumbs_separator\";s:1:\"-\";s:16:\"breadcrumbs_home\";s:2:\"on\";s:22:\"breadcrumbs_home_label\";s:4:\"Home\";s:26:\"breadcrumbs_archive_format\";s:15:\"Archives for %s\";s:25:\"breadcrumbs_search_format\";s:14:\"Results for %s\";s:21:\"breadcrumbs_404_label\";s:25:\"404 Error: page not found\";s:31:\"breadcrumbs_ancestor_categories\";s:3:\"off\";s:21:\"breadcrumbs_blog_page\";s:3:\"off\";s:16:\"404_monitor_mode\";s:6:\"simple\";s:17:\"404_monitor_limit\";i:100;s:35:\"404_monitor_ignore_query_parameters\";s:2:\"on\";s:24:\"redirections_header_code\";s:3:\"301\";s:18:\"redirections_debug\";s:3:\"off\";s:23:\"console_caching_control\";s:2:\"90\";s:21:\"console_email_reports\";s:2:\"on\";s:23:\"console_email_frequency\";s:7:\"monthly\";s:27:\"link_builder_links_per_page\";s:1:\"7\";s:29:\"link_builder_links_per_target\";s:1:\"1\";s:22:\"wc_remove_product_base\";s:3:\"off\";s:23:\"wc_remove_category_base\";s:3:\"off\";s:31:\"wc_remove_category_parent_slugs\";s:3:\"off\";s:18:\"rss_before_content\";s:0:\"\";s:17:\"rss_after_content\";s:0:\"\";s:19:\"wc_remove_generator\";s:2:\"on\";s:24:\"remove_shop_snippet_data\";s:2:\"on\";s:18:\"frontend_seo_score\";s:3:\"off\";s:29:\"frontend_seo_score_post_types\";a:1:{i:0;s:4:\"post\";}s:27:\"frontend_seo_score_position\";s:3:\"top\";s:10:\"setup_mode\";s:8:\"advanced\";s:21:\"content_ai_post_types\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:14:\"e-landing-page\";}s:18:\"content_ai_country\";s:3:\"all\";s:15:\"content_ai_tone\";s:6:\"Formal\";s:19:\"content_ai_audience\";s:16:\"General Audience\";s:19:\"content_ai_language\";s:10:\"US English\";s:15:\"analytics_stats\";s:2:\"on\";s:15:\"toc_block_title\";s:17:\"Table of Contents\";s:20:\"toc_block_list_style\";s:2:\"ul\";s:14:\"google_updates\";s:2:\"on\";s:13:\"podcast_title\";s:10:\"%sitename%\";s:19:\"podcast_description\";s:10:\"%sitedesc%\";s:29:\"podcast_tipodcast_explicittle\";s:3:\"off\";s:15:\"llms_post_types\";a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:18:\"e-floating-buttons\";i:3;s:18:\"templately_library\";}}','yes'),(239,'rank-math-options-titles','a:118:{s:24:\"noindex_empty_taxonomies\";s:2:\"on\";s:15:\"title_separator\";s:1:\"-\";s:17:\"capitalize_titles\";s:3:\"off\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:19:\"knowledgegraph_type\";s:6:\"person\";s:19:\"knowledgegraph_name\";s:12:\"My WordPress\";s:12:\"website_name\";s:12:\"My WordPress\";s:19:\"local_business_type\";s:12:\"Organization\";s:20:\"local_address_format\";s:43:\"{address} {locality}, {region} {postalcode}\";s:13:\"opening_hours\";a:7:{i:0;a:2:{s:3:\"day\";s:6:\"Monday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:1;a:2:{s:3:\"day\";s:7:\"Tuesday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:2;a:2:{s:3:\"day\";s:9:\"Wednesday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:3;a:2:{s:3:\"day\";s:8:\"Thursday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:4;a:2:{s:3:\"day\";s:6:\"Friday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:5;a:2:{s:3:\"day\";s:8:\"Saturday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:6;a:2:{s:3:\"day\";s:6:\"Sunday\";s:4:\"time\";s:11:\"09:00-17:00\";}}s:20:\"opening_hours_format\";s:3:\"off\";s:14:\"homepage_title\";s:34:\"%sitename% %page% %sep% %sitedesc%\";s:20:\"homepage_description\";s:0:\"\";s:22:\"homepage_custom_robots\";s:3:\"off\";s:23:\"disable_author_archives\";s:3:\"off\";s:15:\"url_author_base\";s:6:\"author\";s:20:\"author_custom_robots\";s:2:\"on\";s:13:\"author_robots\";a:1:{i:0;s:7:\"noindex\";}s:20:\"author_archive_title\";s:30:\"%name% %sep% %sitename% %page%\";s:19:\"author_add_meta_box\";s:2:\"on\";s:21:\"disable_date_archives\";s:2:\"on\";s:18:\"date_archive_title\";s:30:\"%date% %page% %sep% %sitename%\";s:12:\"search_title\";s:38:\"%search_query% %page% %sep% %sitename%\";s:9:\"404_title\";s:31:\"Page Not Found %sep% %sitename%\";s:19:\"date_archive_robots\";a:1:{i:0;s:7:\"noindex\";}s:14:\"noindex_search\";s:2:\"on\";s:24:\"noindex_archive_subpages\";s:3:\"off\";s:26:\"noindex_password_protected\";s:3:\"off\";s:32:\"pt_download_default_rich_snippet\";s:7:\"product\";s:29:\"author_slack_enhanced_sharing\";s:2:\"on\";s:13:\"pt_post_title\";s:24:\"%title% %sep% %sitename%\";s:19:\"pt_post_description\";s:9:\"%excerpt%\";s:14:\"pt_post_robots\";a:0:{}s:21:\"pt_post_custom_robots\";s:3:\"off\";s:28:\"pt_post_default_rich_snippet\";s:7:\"article\";s:28:\"pt_post_default_article_type\";s:11:\"BlogPosting\";s:28:\"pt_post_default_snippet_name\";s:11:\"%seo_title%\";s:28:\"pt_post_default_snippet_desc\";s:17:\"%seo_description%\";s:30:\"pt_post_slack_enhanced_sharing\";s:2:\"on\";s:17:\"pt_post_ls_use_fk\";s:6:\"titles\";s:20:\"pt_post_add_meta_box\";s:2:\"on\";s:20:\"pt_post_bulk_editing\";s:7:\"editing\";s:24:\"pt_post_link_suggestions\";s:2:\"on\";s:24:\"pt_post_primary_taxonomy\";s:8:\"category\";s:13:\"pt_page_title\";s:24:\"%title% %sep% %sitename%\";s:19:\"pt_page_description\";s:9:\"%excerpt%\";s:14:\"pt_page_robots\";a:0:{}s:21:\"pt_page_custom_robots\";s:3:\"off\";s:28:\"pt_page_default_rich_snippet\";s:7:\"article\";s:28:\"pt_page_default_article_type\";s:7:\"Article\";s:28:\"pt_page_default_snippet_name\";s:11:\"%seo_title%\";s:28:\"pt_page_default_snippet_desc\";s:17:\"%seo_description%\";s:30:\"pt_page_slack_enhanced_sharing\";s:2:\"on\";s:17:\"pt_page_ls_use_fk\";s:6:\"titles\";s:20:\"pt_page_add_meta_box\";s:2:\"on\";s:20:\"pt_page_bulk_editing\";s:7:\"editing\";s:24:\"pt_page_link_suggestions\";s:2:\"on\";s:19:\"pt_attachment_title\";s:24:\"%title% %sep% %sitename%\";s:25:\"pt_attachment_description\";s:9:\"%excerpt%\";s:20:\"pt_attachment_robots\";a:1:{i:0;s:7:\"noindex\";}s:27:\"pt_attachment_custom_robots\";s:2:\"on\";s:34:\"pt_attachment_default_rich_snippet\";s:3:\"off\";s:34:\"pt_attachment_default_article_type\";s:7:\"Article\";s:34:\"pt_attachment_default_snippet_name\";s:11:\"%seo_title%\";s:34:\"pt_attachment_default_snippet_desc\";s:17:\"%seo_description%\";s:36:\"pt_attachment_slack_enhanced_sharing\";s:3:\"off\";s:26:\"pt_attachment_add_meta_box\";s:3:\"off\";s:23:\"pt_e-landing-page_title\";s:24:\"%title% %sep% %sitename%\";s:29:\"pt_e-landing-page_description\";s:9:\"%excerpt%\";s:24:\"pt_e-landing-page_robots\";a:0:{}s:31:\"pt_e-landing-page_custom_robots\";s:3:\"off\";s:38:\"pt_e-landing-page_default_rich_snippet\";s:3:\"off\";s:38:\"pt_e-landing-page_default_article_type\";s:7:\"Article\";s:38:\"pt_e-landing-page_default_snippet_name\";s:11:\"%seo_title%\";s:38:\"pt_e-landing-page_default_snippet_desc\";s:17:\"%seo_description%\";s:40:\"pt_e-landing-page_slack_enhanced_sharing\";s:3:\"off\";s:27:\"pt_e-landing-page_ls_use_fk\";s:6:\"titles\";s:30:\"pt_e-landing-page_add_meta_box\";s:2:\"on\";s:30:\"pt_e-landing-page_bulk_editing\";s:7:\"editing\";s:34:\"pt_e-landing-page_link_suggestions\";s:2:\"on\";s:16:\"pt_product_title\";s:24:\"%title% %sep% %sitename%\";s:22:\"pt_product_description\";s:9:\"%excerpt%\";s:17:\"pt_product_robots\";a:0:{}s:24:\"pt_product_custom_robots\";s:3:\"off\";s:31:\"pt_product_default_rich_snippet\";s:7:\"product\";s:31:\"pt_product_default_article_type\";s:7:\"Article\";s:31:\"pt_product_default_snippet_name\";s:11:\"%seo_title%\";s:31:\"pt_product_default_snippet_desc\";s:17:\"%seo_description%\";s:33:\"pt_product_slack_enhanced_sharing\";s:2:\"on\";s:20:\"pt_product_ls_use_fk\";s:6:\"titles\";s:23:\"pt_product_add_meta_box\";s:2:\"on\";s:23:\"pt_product_bulk_editing\";s:7:\"editing\";s:27:\"pt_product_link_suggestions\";s:2:\"on\";s:27:\"pt_product_primary_taxonomy\";s:11:\"product_cat\";s:18:\"pt_web-story_title\";s:24:\"%title% %sep% %sitename%\";s:24:\"pt_web-story_description\";s:9:\"%excerpt%\";s:19:\"pt_web-story_robots\";a:0:{}s:26:\"pt_web-story_custom_robots\";s:3:\"off\";s:33:\"pt_web-story_default_rich_snippet\";s:7:\"article\";s:33:\"pt_web-story_default_article_type\";s:7:\"Article\";s:33:\"pt_web-story_default_snippet_name\";s:11:\"%seo_title%\";s:33:\"pt_web-story_default_snippet_desc\";s:17:\"%seo_description%\";s:35:\"pt_web-story_slack_enhanced_sharing\";s:3:\"off\";s:25:\"pt_web-story_add_meta_box\";s:3:\"off\";s:18:\"tax_category_title\";s:23:\"%term% %sep% %sitename%\";s:19:\"tax_category_robots\";a:0:{}s:25:\"tax_category_add_meta_box\";s:2:\"on\";s:26:\"tax_category_custom_robots\";s:3:\"off\";s:24:\"tax_category_description\";s:18:\"%term_description%\";s:35:\"tax_category_slack_enhanced_sharing\";s:2:\"on\";s:18:\"tax_post_tag_title\";s:23:\"%term% %sep% %sitename%\";s:19:\"tax_post_tag_robots\";a:1:{i:0;s:7:\"noindex\";}s:25:\"tax_post_tag_add_meta_box\";s:3:\"off\";s:26:\"tax_post_tag_custom_robots\";s:2:\"on\";s:24:\"tax_post_tag_description\";s:18:\"%term_description%\";s:35:\"tax_post_tag_slack_enhanced_sharing\";s:2:\"on\";s:31:\"remove_product_cat_snippet_data\";s:2:\"on\";s:31:\"remove_product_tag_snippet_data\";s:2:\"on\";}','yes'),(240,'rank-math-options-sitemap','a:17:{s:14:\"items_per_page\";i:200;s:14:\"include_images\";s:2:\"on\";s:22:\"include_featured_image\";s:3:\"off\";s:13:\"exclude_roles\";a:2:{s:11:\"contributor\";s:11:\"Contributor\";s:10:\"subscriber\";s:10:\"Subscriber\";}s:12:\"html_sitemap\";s:2:\"on\";s:20:\"html_sitemap_display\";s:9:\"shortcode\";s:17:\"html_sitemap_sort\";s:9:\"published\";s:23:\"html_sitemap_seo_titles\";s:6:\"titles\";s:15:\"authors_sitemap\";s:2:\"on\";s:15:\"pt_post_sitemap\";s:2:\"on\";s:15:\"pt_page_sitemap\";s:2:\"on\";s:21:\"pt_attachment_sitemap\";s:3:\"off\";s:25:\"pt_e-landing-page_sitemap\";s:2:\"on\";s:18:\"pt_product_sitemap\";s:2:\"on\";s:20:\"pt_web-story_sitemap\";s:3:\"off\";s:20:\"tax_category_sitemap\";s:2:\"on\";s:20:\"tax_post_tag_sitemap\";s:3:\"off\";}','yes'),(241,'rank-math-options-instant-indexing','a:2:{s:15:\"bing_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:16:\"indexnow_api_key\";s:32:\"0649b6d0545040ec954329bbc22d8ffb\";}','yes'),(244,'rank_math_version','1.0.263','off'),(245,'rank_math_db_version','1','yes'),(246,'rank_math_install_date','1709060641','yes'),(248,'action_scheduler_lock_async-request-runner','6a6afbec3575e7.30983199|1785396264','no'),(254,'rank_math_pro_google_updates','[{\"link\":\"https:\\/\\/rankmath.com\\/google-update\\/june-2026-spam-update\\/\",\"title\":\"June 2026 Spam Update\",\"content\":\"Google rolled out the June 2026 Spam Update from June 24 to 26, 2026. The update affected sites across all languages and regions.\",\"date\":\"1782259200\",\"status\":\"confirmed\"},{\"link\":\"https:\\/\\/rankmath.com\\/google-update\\/may-2026-core-update\\/\",\"title\":\"May 2026 Core Update\",\"content\":\"Google released the May 2026 Core Update from May 21, 2026 to June 2, 2026. Notably, many SEOs reported that multiple websites gained traffic during the update.\",\"date\":\"1779321600\",\"status\":\"confirmed\"},{\"link\":\"https:\\/\\/rankmath.com\\/google-update\\/march-2026-core-update\\/\",\"title\":\"March 2026 Core Update\",\"content\":\"Google released the March 2026 Core Update between March 27 and April 8, 2026. The rollout was completed within two weeks, and according to Google, improved how relevant content is served to users.\",\"date\":\"1774569600\",\"status\":\"confirmed\"},{\"link\":\"https:\\/\\/rankmath.com\\/google-update\\/march-2026-spam-update\\/\",\"title\":\"March 2026 Spam Update\",\"content\":\"Google released an update to its spam system between March 24 and 25, 2026. The update lasted below 20 hours, making it Google\\u0027s fastest update ever.\",\"date\":\"1774310400\",\"status\":\"confirmed\"},{\"link\":\"https:\\/\\/rankmath.com\\/google-update\\/february-2026-discover-core-update\\/\",\"title\":\"February 2026 Discover Core Update\",\"content\":\"Google rolled out the February 2026 Discover Core Update from February 5 to February 27, 2026. This is Google’s first update to Discover and only targets English users in the United States.\",\"date\":\"1770249600\",\"status\":\"confirmed\"}]','off'),(257,'rank_math_registration_skip','1','yes'),(258,'rank_math_review_notice_date','1710270245','no'),(259,'rank_math_review_posts_converted','1','yes'),(260,'_transient_rank_math_first_submenu_id','rank-math','yes'),(261,'rank_math_pro_version','3.0.54','yes'),(262,'rank_math_content_ai_viewed','1','yes'),(263,'rank_math_wizard_completed','1','yes'),(265,'action_scheduler_migration_status','complete','yes'),(266,'rank_math_viewed_seo_analyer','1','off'),(270,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:58:\"unlimited-elements-for-elementor-premium/provider/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.9.0\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1734020386;s:11:\"plugin_path\";s:67:\"unlimited-elements-for-elementor-premium/unlimited-elements-pro.php\";}}s:7:\"abspath\";s:41:\"/storage/v12552/redlightpain/public_html/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:67:\"unlimited-elements-for-elementor-premium/unlimited-elements-pro.php\";s:8:\"sdk_path\";s:58:\"unlimited-elements-for-elementor-premium/provider/freemius\";s:7:\"version\";s:5:\"2.9.0\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1734020386;}}','yes'),(271,'fs_debug_mode','','yes'),(272,'fs_accounts','a:14:{s:21:\"id_slug_type_path_map\";a:1:{i:4036;a:3:{s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:67:\"unlimited-elements-for-elementor-premium/unlimited-elements-pro.php\";}}s:11:\"plugin_data\";a:1:{s:32:\"unlimited-elements-for-elementor\";a:29:{s:19:\"last_load_timestamp\";i:1785351138;s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:67:\"unlimited-elements-for-elementor-premium/unlimited-elements-pro.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1709060817;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.7.3\";s:11:\"sdk_version\";s:5:\"2.9.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:7:\"1.5.116\";s:14:\"plugin_version\";s:7:\"1.5.130\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:30:\"redlightpain.us7.cdn-alpha.com\";s:9:\"server_ip\";s:9:\"127.0.0.1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1709063804;s:7:\"version\";s:6:\"1.5.96\";}s:15:\"prev_is_premium\";b:1;s:30:\"is_diagnostic_tracking_allowed\";b:1;s:30:\"is_extensions_tracking_allowed\";b:0;s:14:\"has_trial_plan\";b:0;s:19:\"keepalive_timestamp\";i:1759676526;s:16:\"last_license_key\";s:32:\"b87dcd53c0835612945af787fbc7f66e\";s:20:\"last_license_user_id\";N;s:15:\"is_whitelabeled\";b:0;s:20:\"activation_timestamp\";i:1709060903;s:9:\"beta_data\";a:2:{s:7:\"is_beta\";b:0;s:7:\"version\";s:7:\"1.5.141\";}s:14:\"sync_timestamp\";i:1759676526;s:22:\"install_sync_timestamp\";i:1759676526;s:8:\"clone_id\";s:6:\"620700\";s:9:\"sync_cron\";O:8:\"stdClass\":5:{s:7:\"version\";s:7:\"1.5.130\";s:7:\"blog_id\";i:0;s:11:\"sdk_version\";s:5:\"2.9.0\";s:9:\"timestamp\";i:1785370350;s:2:\"on\";b:1;}}}s:13:\"file_slug_map\";a:1:{s:67:\"unlimited-elements-for-elementor-premium/unlimited-elements-pro.php\";s:32:\"unlimited-elements-for-elementor\";}s:7:\"plugins\";a:1:{s:32:\"unlimited-elements-for-elementor\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:42:\"Unlimited Elements for Elementor (Premium)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:12:\"premium_slug\";s:22:\"unlimited-elements-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:67:\"unlimited-elements-for-elementor-premium/unlimited-elements-pro.php\";s:7:\"version\";s:7:\"1.5.130\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:1;s:14:\"premium_suffix\";s:5:\"(Pro)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_719fa791fb45bf1896e3916eca491\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"4036\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"ef49937a6839869bbd189466e1d725ca\";s:5:\"plans\";a:1:{s:32:\"unlimited-elements-for-elementor\";a:2:{i:0;O:14:\"FS_Plugin_Plan\":24:{s:9:\"plugin_id\";s:8:\"NDAzNg==\";s:4:\"name\";s:8:\"ZnJlZQ==\";s:5:\"title\";s:8:\"RnJlZQ==\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:4:\"MQ==\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:0:\"\";s:9:\"is_hidden\";s:0:\"\";s:7:\"pricing\";N;s:8:\"features\";N;s:2:\"id\";s:8:\"NjU2OQ==\";s:7:\"updated\";N;s:7:\"created\";s:28:\"MjAxOS0wNy0wNyAxNDo0MjoyOA==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:1;O:14:\"FS_Plugin_Plan\":24:{s:9:\"plugin_id\";s:8:\"NDAzNg==\";s:4:\"name\";s:24:\"dW5saW1pdGVkX2VsZW1lbnRz\";s:5:\"title\";s:4:\"UFJP\";s:11:\"description\";s:0:\"\";s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:4:\"MQ==\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";s:48:\"aHR0cHM6Ly91bmxpbWl0ZWQtZWxlbWVudHMuY29tL2RvY3Mv\";s:13:\"support_forum\";N;s:13:\"support_email\";s:36:\"YW1pdEB1bmxpbWl0ZWQtZWxlbWVudHMuY29t\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:4:\"MQ==\";s:9:\"is_hidden\";s:0:\"\";s:7:\"pricing\";N;s:8:\"features\";N;s:2:\"id\";s:8:\"NjUxOA==\";s:7:\"updated\";s:28:\"MjAyNS0wNy0zMCAxNToxODozMw==\";s:7:\"created\";s:28:\"MjAxOS0wNy0wMiAxMzozOTowMg==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:5:\"sites\";a:1:{s:32:\"unlimited-elements-for-elementor\";O:7:\"FS_Site\":25:{s:7:\"site_id\";s:9:\"219176151\";s:9:\"plugin_id\";s:4:\"4036\";s:7:\"user_id\";s:7:\"6608135\";s:5:\"title\";s:12:\"My WordPress\";s:3:\"url\";s:38:\"https://redlightpain.us7.cdn-alpha.com\";s:7:\"version\";s:7:\"1.5.130\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:5:\"6.7.1\";s:11:\"sdk_version\";s:5:\"2.9.0\";s:28:\"programming_language_version\";s:6:\"7.4.30\";s:7:\"plan_id\";s:4:\"6518\";s:10:\"license_id\";s:7:\"1085123\";s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:1;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";b:0;s:10:\"public_key\";s:32:\"pk_ab29ed294114855f6f0c181724333\";s:10:\"secret_key\";s:32:\"sk_lX)w+XJ0!8X}$i?$<D@pk2U%BI[%E\";s:2:\"id\";s:8:\"14440533\";s:7:\"updated\";s:19:\"2024-12-12 16:19:48\";s:7:\"created\";s:19:\"2024-02-27 19:56:45\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:5:\"users\";a:1:{i:6608135;O:7:\"FS_User\":12:{s:5:\"email\";s:18:\"brice@forte.agency\";s:5:\"first\";s:5:\"Brice\";s:4:\"last\";s:9:\"Blackerby\";s:11:\"is_verified\";b:1;s:11:\"customer_id\";N;s:5:\"gross\";N;s:10:\"public_key\";s:32:\"pk_e209271c08818164bbb8d69e9d802\";s:10:\"secret_key\";s:32:\"sk_NM<x!#?or1%S_7MEW~s~dA<zuW6:P\";s:2:\"id\";s:7:\"6608135\";s:7:\"updated\";s:19:\"2024-01-29 16:15:15\";s:7:\"created\";s:19:\"2023-01-28 16:52:03\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:23:\"user_id_license_ids_map\";a:1:{i:4036;a:1:{i:6608135;a:1:{i:0;i:1085123;}}}s:12:\"all_licenses\";a:1:{i:4036;a:1:{i:0;O:17:\"FS_Plugin_License\":21:{s:9:\"plugin_id\";s:4:\"4036\";s:7:\"user_id\";s:7:\"6608135\";s:7:\"plan_id\";s:4:\"6518\";s:16:\"parent_plan_name\";N;s:17:\"parent_plan_title\";N;s:17:\"parent_license_id\";N;s:8:\"products\";N;s:10:\"pricing_id\";s:4:\"5958\";s:5:\"quota\";N;s:9:\"activated\";i:28;s:15:\"activated_local\";i:5;s:10:\"expiration\";N;s:10:\"secret_key\";s:32:\"sk_3C19kNdwm7mL__Q!=IawQ41i6MsGu\";s:15:\"is_whitelabeled\";b:0;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:1;s:12:\"is_cancelled\";b:0;s:2:\"id\";s:7:\"1085123\";s:7:\"updated\";s:19:\"2025-08-19 23:25:05\";s:7:\"created\";s:19:\"2023-01-28 20:20:05\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:7:\"updates\";a:1:{i:4036;O:13:\"FS_Plugin_Tag\":12:{s:7:\"version\";s:7:\"1.5.141\";s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/84572.zip?is_premium=true&authorization=FSLA+14440533%3AOKV2oKfZkK8fjw3bNSsfISkl-gpG3ZcDBEl1G-h5IfUC_FaMh3uM1d8CWhpsegLRq6WRp0r6HYiudMewHFHj22mUPPawrOzu6vSaVQw8uzX0UB6zWGOh9MQo7w-n71y0d1WN9HP4Y9gPlP_pDemuUCsGZ-uEstIctUTCrgPb44STnxRQTGdEIHMOG8RnhcRtInsgmsaxfd7Jsss39AnHYwS1TCWuEvcxiAnEq5Dc2v_lSjev2hbgX7bWYVNXQLM2CVKADjW5L9Osg5YcQYdF2A\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:3:\"6.7\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:2:\"id\";s:5:\"84572\";s:7:\"updated\";i:1784677746;s:7:\"created\";s:19:\"2025-01-30 15:23:43\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:12:\"gc_timestamp\";a:0:{}s:10:\"theme_data\";a:0:{}s:13:\"admin_notices\";a:1:{s:31:\"global_clone_resolution_notices\";a:0:{}}}','yes'); INSERT INTO `wp_options` VALUES (273,'fs_api_cache','a:30:{s:30:\"get:/v1/plugins/4036/info.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":14:{s:9:\"plugin_id\";s:4:\"4036\";s:3:\"url\";s:31:\"https://unlimited-elements.com/\";s:11:\"description\";N;s:17:\"short_description\";s:111:\"An all in one plugin that instantly gives you the most advanced tools to make better Elementor websites faster.\";s:10:\"banner_url\";N;s:15:\"card_banner_url\";N;s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:3:\"930\";s:7:\"created\";s:19:\"2019-07-07 14:44:36\";s:7:\"updated\";s:19:\"2023-04-15 16:38:06\";s:4:\"icon\";s:99:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/4036/icons/5ebe603d6f820842a9b8ffd0fd38a80c.png\";}s:7:\"created\";i:1784677744;s:9:\"timestamp\";i:1785282544;}s:26:\"get:/v1/users/6608135.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":10:{s:5:\"email\";s:18:\"brice@forte.agency\";s:5:\"first\";s:5:\"Brice\";s:4:\"last\";s:9:\"Blackerby\";s:11:\"is_verified\";b:1;s:4:\"auth\";s:8:\"password\";s:10:\"secret_key\";s:32:\"sk_NM<x!#?or1%S_7MEW~s~dA<zuW6:P\";s:10:\"public_key\";s:32:\"pk_e209271c08818164bbb8d69e9d802\";s:2:\"id\";s:7:\"6608135\";s:7:\"created\";s:19:\"2023-01-28 16:52:03\";s:7:\"updated\";s:19:\"2024-01-29 16:15:15\";}s:7:\"created\";i:1709060903;s:9:\"timestamp\";i:1709147303;}s:30:\"get:/v1/installs/14440104.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":33:{s:7:\"site_id\";s:9:\"219170113\";s:9:\"plugin_id\";s:4:\"4036\";s:7:\"user_id\";s:7:\"6608135\";s:3:\"url\";s:39:\"https://fortetemplate.us7.cdn-alpha.com\";s:5:\"title\";s:12:\"My WordPress\";s:7:\"version\";s:6:\"1.5.92\";s:7:\"plan_id\";s:4:\"6518\";s:10:\"license_id\";s:7:\"1085123\";s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:15:\"subscription_id\";N;s:5:\"gross\";i:0;s:12:\"country_code\";s:2:\"us\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:5:\"6.4.3\";s:11:\"sdk_version\";s:5:\"2.6.0\";s:28:\"programming_language_version\";s:6:\"7.4.30\";s:9:\"is_active\";b:1;s:15:\"is_disconnected\";b:0;s:10:\"is_premium\";b:1;s:14:\"is_uninstalled\";b:0;s:9:\"is_locked\";b:0;s:6:\"source\";i:0;s:8:\"upgraded\";N;s:12:\"last_seen_at\";s:19:\"2024-02-27 19:08:24\";s:26:\"last_served_update_version\";N;s:10:\"secret_key\";s:32:\"sk_Dom@{ooAhf-_o$hshMki$DD:spqgI\";s:10:\"public_key\";s:32:\"pk_fb7b76c9a9d145bee1a7bfa7d00eb\";s:2:\"id\";s:8:\"14440104\";s:7:\"created\";s:19:\"2024-02-27 19:08:23\";s:7:\"updated\";s:19:\"2024-02-27 19:08:23\";s:7:\"charset\";N;s:7:\"is_beta\";b:0;}s:7:\"created\";i:1709060903;s:9:\"timestamp\";i:1709147303;}s:45:\"get:/v1/users/6608135/plugins/4036/plans.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:5:\"plans\";a:2:{i:0;O:14:\"FS_Plugin_Plan\":24:{s:9:\"plugin_id\";s:4:\"4036\";s:4:\"name\";s:4:\"free\";s:5:\"title\";s:4:\"Free\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:1;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";N;s:23:\"is_require_subscription\";b:0;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:0;s:9:\"is_hidden\";b:0;s:7:\"pricing\";N;s:8:\"features\";N;s:2:\"id\";s:4:\"6569\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2019-07-07 14:42:28\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:1;O:14:\"FS_Plugin_Plan\":24:{s:9:\"plugin_id\";s:4:\"4036\";s:4:\"name\";s:18:\"unlimited_elements\";s:5:\"title\";s:3:\"PRO\";s:11:\"description\";s:0:\"\";s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:1;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";N;s:23:\"is_require_subscription\";b:0;s:10:\"support_kb\";s:36:\"https://unlimited-elements.com/docs/\";s:13:\"support_forum\";N;s:13:\"support_email\";s:27:\"amit@unlimited-elements.com\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:1;s:9:\"is_hidden\";b:0;s:7:\"pricing\";N;s:8:\"features\";N;s:2:\"id\";s:4:\"6518\";s:7:\"updated\";s:19:\"2025-07-30 15:18:33\";s:7:\"created\";s:19:\"2019-07-02 13:39:02\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:7:\"created\";i:1759676513;s:9:\"timestamp\";i:1759762913;}s:65:\"get:/v1/users/6608135/plugins/4036/licenses.json?is_enriched=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:8:\"licenses\";a:1:{i:0;O:8:\"stdClass\":30:{s:15:\"subscription_id\";N;s:24:\"subscription_total_gross\";N;s:27:\"subscription_initial_amount\";N;s:20:\"subscription_gateway\";N;s:28:\"subscription_failed_payments\";N;s:12:\"next_payment\";N;s:17:\"parent_license_id\";N;s:24:\"parent_license_bundle_id\";N;s:17:\"parent_plan_title\";N;s:16:\"parent_plan_name\";N;s:9:\"plugin_id\";s:4:\"4036\";s:7:\"user_id\";s:7:\"6608135\";s:7:\"plan_id\";s:4:\"6518\";s:10:\"pricing_id\";s:4:\"5958\";s:5:\"quota\";N;s:9:\"activated\";i:28;s:15:\"activated_local\";i:5;s:10:\"expiration\";N;s:10:\"secret_key\";s:32:\"sk_3C19kNdwm7mL__Q!=IawQ41i6MsGu\";s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:1;s:12:\"is_cancelled\";b:0;s:15:\"is_whitelabeled\";b:0;s:11:\"environment\";i:0;s:6:\"source\";i:0;s:2:\"id\";s:7:\"1085123\";s:7:\"created\";s:19:\"2023-01-28 20:20:05\";s:7:\"updated\";s:19:\"2025-08-19 23:25:05\";s:10:\"trial_ends\";N;s:14:\"parent_plan_id\";N;}}}s:7:\"created\";i:1759676513;s:9:\"timestamp\";i:1759762913;}s:91:\"get:/v1/installs/14440104/updates/latest.json?is_premium=true&newer_than=1.5.92&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:6:\"1.5.96\";s:11:\"sdk_version\";s:5:\"2.6.2\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:5:\"6.4.2\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:30765;s:2:\"id\";s:5:\"69019\";s:7:\"created\";s:19:\"2024-02-26 13:43:58\";s:7:\"updated\";s:19:\"2024-02-27 19:09:09\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14440104/updates/69019.zip?is_premium=true&authorization=FSLA+14440104%3A8nB7Gb0XxRlPFGg9Dx5IXdEBJWkxLT7UfzizQrhNubKneKI8GJ9e1yCWz4n6e1w6Pa69rMzE7MuCzt9C0loDA5kYtPf_t_tQjudxVWaAVEKGEY_FVJ1dIh-QWnnmWLifGRgYle0UhyIq3q1emrGY0aY5xqMgC_1MwbyITQati-V8QwUg6Pmoa5EP7IYPlh1wgAwNtOpm-pLrne2Y5Viuf5eoD868QdlChnlU_Ujp8lqDLBd-6LsHH0bEvWrGO6NA-RYAXBnp4MunImDt_lgSNQ\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:66:\"Unlimited Elements For Elementor (Free Widgets, Addons, Templates)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"tags\";O:8:\"stdClass\":6:{s:9:\"elementor\";s:9:\"elementor\";s:8:\"elements\";s:8:\"elements\";s:6:\"addons\";s:6:\"addons\";s:16:\"elementor addons\";s:16:\"elementor addons\";s:16:\"elementor widget\";s:16:\"elementor widget\";s:12:\"page builder\";s:12:\"page builder\";}s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";N;s:6:\"tested\";s:5:\"6.4.2\";s:10:\"stable_tag\";s:3:\"1.0\";s:8:\"sections\";O:8:\"stdClass\":4:{s:11:\"description\";s:7110:\"<p><strong>Elementor</strong> users, elevate your web design experience with <strong>Unlimited Elements for Elementor</strong>. An all in one plugin that instantly gives you the most advanced widgets and tools to make better Elementor websites faster. Take your WordPress website to the next level.</p>\n\n<p><a href=\"https://unlimited-elements.com/elementor-widgets/\">View Elementor Widgets Demos</a>\n<br>\nBrowse our extensive collection of free widgets or upgrade to our pro version for access to over 200 additional unique drag and drop widgets for <strong>Elementor</strong>. Each widget provides a wide range of options to easily control every aspect. If you can\'t find what you need, our <strong>Widget Creator</strong> Framework empowers you to create any widget you can imagine.</p>\n\n<h3>Plugin Features</h3>\n\n<ul>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Widget Library</strong></a> – Enhance the popular Elementor page builder with our user-friendly and innovative widget library. Simplify your website by finding everything you need in one place, without the need for multiple plugins.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/widget-creator/\"><strong>Widget Creator</strong></a> – Save valuable time by eliminating the need to search for numerous plugins and add-ons. Instead, create customized, professional widgets that perfectly align with your website requirements.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-templates/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/loop-builder-for-elementor/\"><strong>Loop Builder</strong></a> – Easily create dynamic Loop Items within the Elementor Theme Builder by utilizing any loop widget layout of your preference. Effortlessly populate the chosen widget with dynamic content to craft versatile and engaging Loop Items.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/background-widgets-for-elementor/\"><strong>Background Widgets</strong></a> – Elevate your web designs instantly with our user-friendly animated backgrounds available in our extensive widget library. Experience seamless integration and unleash your creativity like never before.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/post-widgets-filters-tools/\"><strong>Post Widgets & Filters</strong></a> – Easily create stunning post layouts with real-time filters. Improve the browsing experience for website visitors by helping them find the content they\'re looking for. Effortlessly display posts using advanced criteria on your entire website.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/woo/\"><strong>WooCommerce Widgets & Filters</strong></a> – Create stunning product layouts with dynamic real-time filters. Showcase your products and categories in a wide array of interactive formats, such as grids, carousels, sliders, and more.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/remote-control-widgets/\"><strong>Woo Widgets & Filters</strong></a> – Unleash your creativity with advanced and customizable layouts. Take full control of your designs and make them truly unique using the remote controls. Stand out from the crowd with layouts that are both eye-catching and distinctive.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/sync-widgets/\"><strong>Sync Between Widgets</strong></a> – Elevate your web designs to new heights by seamlessly synchronizing multiple item-based widgets. This powerful feature empowers you to effortlessly create intricate and personalized layouts, taking your designs to the next level of sophistication.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source-galleries/\"><strong>Multi-Source Galleries</strong></a> – Empower your gallery showcase by effortlessly featuring Woo products, WordPress posts, Instagram feeds, and a variety of other sources, including various API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/live-copy-paste/\"><strong>Live Copy Paste</strong></a> – Copy and paste fully designed sections from the Unlimited Elements website directly to your website, saving you time and ensuring you can finish your web project as soon as possible.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-menu-widget-for-elementor/\"><strong>Mega Menu Builder</strong></a> – Easily craft a distinctive Mega Menu for your website navigation by incorporating images, icons, links, and various Elementor widgets into unique menu layouts.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-slider-widget-for-elementor/\"><strong>Mega Slider Builder</strong></a> – Easily turn any Elementor sections into slider slides. Now you can amaze your website visitors with jaw-dropping slider designs that look amazing on any device.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source/\"><strong>Multi-Source Widgets</strong></a> – Add content dynamically to item-based widgets effortlessly with support for ACF repeaters, JSON/CSV files, Woo Products, WordPress posts, users, menus, and a range of API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/dynamic-post-popup-widget-for-elementor/\"><strong>Dynamic Popup Builder</strong></a> – Dynamically create a popup to add a quick view of the post without leaving the page. Use an Elementor single post template to create the layout of the dynamic popup.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/form-builder/\"><strong>Elementor Form Builder</strong></a> – Build advanced forms effortlessly using the drag-and-drop form builder. Whether it’s a simple or complex form, our straightforward form widgets make it quick and easy to create forms, improving your workflow.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/calculators/\"><strong>Calculator Builder</strong></a> – Easily design professional calculators for any type of industry. Whether you need a loan calculator, mortgage calculator or business calculator, our powerful and intuitive drag and drop builder makes it easy to create complex calculators with ease.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/filters/\"><strong>Elementor Filter Widgets</strong></a> – Unlock the potential of the AJAX-based faceted filter system, seamlessly empowering you to craft diverse layouts with ease. Take control by applying multiple filters, ensuring a super-fast and dynamic filtering experience tailored to your website needs.</p></li>\n</ul>\";s:12:\"installation\";s:521:\"<p>Note : This plugin works with Elementor. Make sure you have <a href=\"https://wordpress.org/plugins/elementor/\">Elementor</a> installed.</p>\n\n<ol>\n<li>Upload the plugin folder to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress</li>\n<li>Navigate to Unlimited Elements in the WordPress side menu and install the widget you want by hovering over it and clicking install.</li>\n</ol>\";s:3:\"faq\";s:4208:\"<h4>Can I use the plugin without Elementor?</h4>\n\n<p>No. You cannot use the plugin without Elementor since it\'s an addon for Elementor.</p>\n\n<h4>Does the plugin work with any theme?</h4>\n\n<p>Absolutely! The plugin will work with any theme where Elementor works.</p>\n\n<h4>What if I update to the Premium version after using the Free version?</h4>\n\n<p>Your existing elements/content will work with the premium version. So you won’t lose your any of your hard work.</p>\n\n<h4>Can I get a refund?</h4>\n\n<p>If you are not happy with your purchase at anytime just contact us and we will refund 100% of your money no questions asked.</p>\n\n<h4>Do you offer a renewals discount?</h4>\n\n<p>Yes, you get 25% discount for all annual plan automatic renewals. The renewal price will never be increased so long as the subscription is not cancelled.</p>\n\n<h4>How do I install and activate the \'Unlimited Elements for Elementor\' plugin on WordPress?</h4>\n\n<p>To install the \'Unlimited Elements\' plugin on your WordPress site, access your WordPress Dashboard and go to Plugins -> Add New. In the search box, enter \'Unlimited Elements.\' Locate the plugin in the search results and click on the \'Install Now\' button. Once the installation is finished, click on the \'Activate\' button, and \'Unlimited Elements for Elementor\' will be successfully activated on your WordPress site.</p>\n\n<h4>Do I need to know code to use Unlimited Elements?</h4>\n\n<p>No, you do not need to know code to leverage the widgets and other tools provided by the Unlimited Elements plugin. It is designed to be user-friendly, allowing you to enhance your Elementor experience without any coding expertise. However, for users familiar with code, the plugin offers the added advantage of a widget creator, enabling the creation of custom Elementor widgets for a more tailored and advanced design experience.</p>\n\n<h4>Is my site secure with Unlimited Elements?</h4>\n\n<p>Yes, Unlimited Elements is a secure plugin. The plugin is regularly updated to adhere to common security standards, ensuring a secure environment for your website.</p>\n\n<h4>What types of filters does Unlimited Elements provide?</h4>\n\n<p>Unlimited Elements offers a variety of filter types, including search filters, dropdowns, tabs filters, checkboxes filters, and WooCommerce-related filters, providing a diverse range of options for dynamic and versatile website filtering.</p>\n\n<h4>Are the filters compatible with any post type or WooCommerce products?</h4>\n\n<p>Yes, all the filters provided by Unlimited Elements are live Ajax filters, ensuring dynamic and seamless filtering experiences. They are compatible with any post type, including custom post types, and WooCommerce products, offering versatile functionality for a wide range of content on your website. Utilize specific WooCommerce filters to enhance the shopping experience for your customers, such as the price range slider filter and color swatches filter for products with different colors.</p>\n\n<h4>Can I use Unlimited Elements to display custom post types in my widgets?</h4>\n\n<p>Yes, Unlimited Elements supports showcasing custom post types with advanced query selection and seamless connection to any filter from the UE library. This allows for tailored and dynamic content presentation on your website using the plugin\'s versatile features.</p>\n\n<h4>What are multi-source widgets in Unlimited Elements?</h4>\n\n<p>Multi-source widgets in Unlimited Elements enable the population of item-based widgets with various dynamic source types. These widgets can be populated using sources like ACF repeater fields, WooCommerce products, custom post types, Instagram feeds, and various API integrations. This versatility allows for the seamless integration of diverse content into widgets, enhancing the flexibility and functionality of your website elements.</p>\n\n<h4>Should I use Remote Control Widgets or the Sync Widgets function in Unlimited Elements?</h4>\n\n<p>The choice depends on your design preferences. If you want complete control, go for Remote Control Widgets. For synchronized layouts, choose Sync Widgets. They can also be used together for even more powerful customization options in Unlimited Elements.</p>\";s:9:\"changelog\";s:110623:\"<p>version 1.5.96: 2024-02-26</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Feature: added option for time_ago_short in timelines that will show shorter version of minutes and hours text</li>\n<li>Feature: added defaults for weather widget</li>\n<li>Fix: fixed hourly weather fields</li>\n<li>Fix: fixed the import with images functionality</li>\n<li>Fix: set default timeout to remote requests</li>\n<li>Fix: fixed the image duplicate when importing templates</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Side Menu (Pro) - Implemented \'Menu Padding\' option. This new functionality allows users to set padding for the menu, providing control over the spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced a new value for \'Meta Data Position\' option called \'Before Title\'. This new functionality allows users to position meta data before the title, providing additional flexibility in content layout.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Stage Padding\' option. This new functionality allows users to set stage padding, displaying a part of the previous and next carousel items for a more visually appealing and dynamic presentation.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Selected Item Number\' option. This new functionality allows users to select a specific item by default, enhancing user experience by highlighting a predetermined item upon initialization.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option to display the image on the opposite side of the content for enhanced layout flexibility and customization.</li>\n<li>Feature: Thumbnail Slider (Pro) - Introduced \'Multi Source\' option, enabling users to select gallery items from various sources for enhanced flexibility and content integration.</li>\n<li>Feature: Timer Countdown Banner (Pro) - Added \'Direction\' option to support RTL (Right-to-Left) layout websites.</li>\n<li>Feature: Post Horizontal Timeline (Pro) - Introduced Background Color and Icon Color options for Navigation Arrows in disabled mode. This new functionality allows users to customize the appearance of navigation arrows when they are disabled, providing enhanced visual control.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Time Ago Type\' option. This new functionality allows users to choose the type of time ago representation, providing flexibility in how time is displayed within the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Text Custom Field\' option. This new functionality allows users to add a custom field under the main Posts Text, providing additional customization for displaying content.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Link Type\' option for all link elements in the widget. This new functionality allows users to choose the type of link for various elements within the widget, enhancing control over linking behavior.</li>\n<li>Feature: Remote Link (Pro) - Introduced active state for the link. This new functionality allows users to customize the appearance of the link when it is in an active state, providing enhanced visual feedback.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Implemented \'Hide Vertical Scrollbar in Popup\' option. This new functionality allows users to hide the vertical scrollbar within the popup, providing a cleaner and more focused appearance.</li>\n<li>Feature: Icon Carousel (Pro) - Introduced \'Autoplay Pause on Hover\' option, allowing users to pause autoplay functionality when hovering over the carousel for improved control and interaction.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Introduced Entrance Animation functionality for the popup. This new feature allows users to apply entrance animations, enhancing the visual appeal and engagement when the popup appears.</li>\n<li>Feature: Unlimited Timeline (Free) - Implemented \'Content Box Link\' option. This new functionality allows users to link the entire content box, providing a convenient way to associate a link with the entire widget item.</li>\n<li>Feature: Text Field (Free) - Added \'Read Only\' option, allowing users to set the field as read-only for preventing user input while retaining visibility of the text.</li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Radar Range\' option for Radar chart, allowing users to set the minimum range value for improved data visualization.</li>\n<li>Feature: Testimonial Carousel (Pro) - Added \'Rating\' field to the Source option. This new functionality allows users to incorporate a rating field as a source for the widget, expanding the available data sources for enhanced content display.</li>\n<li>Feature: Multi Step Form (Pro) - Introduced \'Direction\' option. This new functionality is useful for RTL (Right-to-Left) websites, allowing users to set the direction of the widget layout accordingly.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option for users to customize the text of each item\'s button, providing greater flexibility.</li>\n<li>Feature: Post List (Free) - Implemented \'Space Between Categories\' option. This new functionality allows users to set spacing between categories, providing control over the layout and visual presentation of category elements.</li>\n<li>Feature: Memory Game (Pro) - Introduced \'Add Completion Time to Form Field\' option, enabling users to automatically append the time taken to complete the memory game to a designated form field.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Add Link For The Whole Item\' option. This new functionality allows users to add a link to the entire widget item, enhancing the interactive capabilities and providing a clickable area for the entire item.</li>\n<li>Feature: Post Carousel (Pro) - Implemented \'Text Padding\' and \'Title Padding\' options. This new functionality allows users to set padding for text and title elements, providing enhanced control over spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced \'Date Modified\' options. This new functionality allows users to display the date when a post was last modified, providing additional information and transparency in content presentation.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Introduced options to customize Maps Controls icons\' color and background color. This new functionality allows users to personalize the appearance of map controls, enhancing visual customization.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Disable Map Interaction On Mobile\' option. This new functionality allows users to disable map interaction specifically on mobile devices, providing control over the user experience on smaller screens.</li>\n<li>Change: Content Tabs (Free) - Modified behavior of \'Start Collapsed\' option when used with \'Set Hash\'. If the URL has a hash, the first opened tab will be determined by the hash, providing a more dynamic and user-friendly experience.</li>\n<li>Change: Dropdown Button (Pro) - Removed Text Decoration CSS property from dropdown items. This update enhances the visual presentation by eliminating unnecessary text decoration.</li>\n<li>Change: Woo Mini Cart (Pro) - Added separate border options for \'View Cart\' and \'Checkout\' buttons, providing users with more customization flexibility for button styling.</li>\n<li>Change: Swipe Carousel (Pro) - Modified \'Enable Link\' option. Now, the entire item serves as a link, providing a more intuitive and consistent approach to linking within the widget.</li>\n<li>Fix: Submit Button (Free) - Corrected default values in email 2 that were leading to validation errors.</li>\n<li>Fix: Post Carousel Lite (Free) - Addressed issue where the carousel was not displaying on mobile devices.</li>\n<li>Fix: Icon Tabs (Pro) - Resolved issue with the \'Start Collapsed\' option. The fix ensures that the \'Start Collapsed\' option now functions correctly, delivering the intended collapsed behavior upon initialization.</li>\n<li>Fix: Post Grid (Pro) - Optimized widget item HTML code. This update enhances performance and efficiency by streamlining the HTML structure of widget items.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized item HTML code. This update improves performance and efficiency by refining the HTML structure of individual items within the widget.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized CSS code. This update improves performance and reduces the overall footprint of the stylesheet, enhancing efficiency and loading times.</li>\n<li>Fix: Remote Link (Pro) - Resolved issue where the Text Shadow option was erroneously interpreted as Box Shadow. The fix ensures that the Text Shadow option now functions correctly, providing the intended text shadow effect.</li>\n<li>Fix: Scroll Sequence (Pro) - Revised and improved descriptions of the widget fields for better clarity.</li>\n<li>Fix: Post Magazine Grid (Pro) - Added \'raw\' tag to category names to fix the display issue where the \'&\' symbol in category names was not displaying correctly.</li>\n<li>Fix: Before After (Pro) - Improved widget interaction with Elementor\'s Popups. This update ensures seamless integration and optimal performance when using the widget within Elementor\'s Popup functionality.</li>\n<li>Fix: Grid Gallery (Pro) - Resolved an issue where the widget was not extending to full width within Elementor Container.</li>\n<li>Fix: Particle Image (Pro) - Added protection from lazy load. This update ensures compatibility and proper functionality, mitigating potential issues related to lazy loading on various platforms.</li>\n</ul>\n\n<p>version 1.5.95: 2024-02-12:</p>\n\n<ul>\n<li>Feature: Ensure that the blog displayed on the \"Home\" page of the plugin is always up-to-date.</li>\n<li>Feature: Implemented support for tags in the widget catalog.</li>\n<li>Feature: Added an option for galleries to play videos in muted mode.</li>\n<li>Feature: Integrated weather forecast data preparation for the widget.</li>\n<li>Fix: Addressed some minor potential security risks associated with the import templates functionality.</li>\n<li>Fix: Rectified email validation for Form Email2.</li>\n<li>Fix: Resolved some issues with the price range filter.</li>\n<li>Fix: fixed the problem where dynamic template styles disappeared after updating Elementor Pro.</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Image Zoom Content Box (Free) - Implemented \'Title Tag\' option. This new functionality allows users to specify the HTML tag for titles within the widget, providing flexibility and control over the semantic structure of the content.</li>\n<li>Feature: Post Accordion (Free) - Implemented \'Disable Link in Image\' option. This new functionality allows users to disable the link associated with an image, providing more control over the interactive behavior of images within the widget.</li>\n<li>Feature: Slider Gallery (Free) - Implemented \'Mute Video\' option. This new functionality allows to play videos muted by default. Volume can be adjusted in video players on live page.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Item Bar Width\' option. This new functionality allows users to customize the width of individual bars, providing greater control over the visual representation of items.</li>\n<li>Feature: Remote Item Navigation (Pro) - Introduced \'Border Override Color\' options for Regular and Active states. This new functionality allows users to customize border colors separately for both Regular and Active states, enhancing visual styling in the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Title Min Height\' option. This new functionality allows users to set a minimum height for the title, offering more control over the visual presentation and consistency in the widget.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Show Link\' option. This new functionality enables users to show or hide links and customize their styling within the widget, offering more control over the interactive elements.</li>\n<li>Feature: Counter (Free) - Implemented \'Add Link To Widget Container\' option. This new functionality allows users to include a link, enhancing the interactive capabilities of the element by enabling navigation to another page or resource.</li>\n<li>Feature: Icon Box Accordion (Pro) - Introduced \'Icon + Text\' option for Graphic Element. This new value expands customization by allowing users to display both an icon and text within the Graphic Element for richer visual representation.</li>\n<li>Feature: Before After (Pro) - Added support for the widget inside Elementor\'s Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to utilize the widget effectively within Elementor\'s Tabs.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Hide Inactive Arrow\' option. This new functionality allows users to hide inactive arrows, providing a cleaner and more focused appearance in the widget interface.</li>\n<li>Feature: Layers (Pro) - Added shadow for icon type layers.</li>\n<li>Feature: Icon Pointer Button (Pro) - Introduced \'Direction\' option. This new functionality allows users to specify the direction for RTL (Right-to-Left) or LTR (Left-to-Right) websites, ensuring proper layout alignment based on language direction.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Auto Height\' option. This new functionality adjusts the height of the slider dynamically based on the height of the current slide, providing a more adaptive and seamless user experience.</li>\n<li>Feature: Justified Image Carousel (Pro) - Option to fix the broken layout (resulting in a duplicate carousel) caused by delayed image loading, this solution verifies that the images are loaded before initializing the carousel.</li>\n<li>Feature: Remote Tabs (Pro) - Introduced styling options for Border Radius, Border, and Shadow for the image of the active tab.</li>\n<li>Feature: Layers (Pro) - Added background color, padding and radius for text fields.</li>\n<li>Feature: WhatsApp Chat (Pro) - z-index option for Popup, allowing users to customize the stacking order of the Popup for better control over its visibility in relation to other elements.</li>\n<li>Feature: WhatsApp Chat (Pro) - Introduced option to customize the Popup Title, along with styling options for enhanced visual control and personalization.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced \'Additional Title\' options. This new functionality expands customization by providing additional settings for titles, allowing users to further enhance the visual presentation of titles within the widget.</li>\n<li>Feature: Content Grid (Pro) - Introduced \'Image Scale\' option. This new functionality allows users to scale the images, providing enhanced control over the visual presentation within the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented feature - automatically opens menu item if it matches the current page URL.</li>\n<li>Feature: Post Grid (Pro) - Added Option to show post tags, providing users with the ability to showcase tags associated with each post.</li>\n<li>Feature: Post Magazine Grid (Pro) - Introduced \'Image Scale\' and \'CSS Filters\' options along with the hover transition duration for enhanced image customization.</li>\n<li>Feature: Card Carousel (Free) - Implemented \'Image Position\' option. This new functionality allows users to customize the position of image within the widget, providing enhanced control over the visual layout.</li>\n<li>Feature: Layers (Pro) - Added mouse parallax effect, adds a captivating and interactive dimension to the user interface.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced additional styling options. This new set of functionalities allows users to further customize and refine the visual appearance of the widget, providing enhanced styling possibilities.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Close Transition Speed\' option. This new functionality enables users to set the speed of close animations for the dropdown, enhancing visual transitions and customization.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added \'Image Position\' option, allowing users to customize the position of the image above or below the content for enhanced layout flexibility.</li>\n<li>Feature: Layers (Pro) - Implemented motion effects—now elements can bounce up and down and move left to right for a livelier interface.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Center Info Window\' option. This new functionality allows users to center the info window on the map, providing enhanced visibility and focus on the selected location.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Close After Outside Info Window Click\' option. This new functionality allows users to close the info window after clicking outside of it on the map, enhancing user interaction and control.</li>\n<li>Feature: Layers (Pro) - Implemented responsive settings for individual layers, allowing users to toggle each layer on or off based on the specific device requirements.</li>\n<li>Feature: Image Accordion (Pro) - Added \'Title HTML Tag\' option, providing users with better SEO control by allowing customization of HTML tags for widget titles.</li>\n<li>Feature: Content Tabs (Free) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab content for a smoother and more seamless user experience.</li>\n<li>Feature: Event List (Pro) - Implemented \'Remove Expired Event Item\' option. This new functionality allows users to automatically remove event items that have expired, streamlining content management within the widget.</li>\n<li>Feature: Post Grid (Pro) - Added typography option for post tags, allowing users to customize the font style, size, and other typographic attributes.</li>\n<li>Feature: Event List (Pro) - Implemented \'Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the button, providing enhanced control over the layout within the widget.</li>\n<li>Feature: vCard (Pro) - Introduced option to include social media links in downloadable VCF contact file, enhancing contact information with additional social network profiles for improved connectivity.</li>\n<li>Change: Toggle Text Button (Free) - Upgraded textarea to full functionality editor, providing users with enhanced editing capabilities.</li>\n<li>Change: vCard (Pro) - Updated vCard JavaScript library to the latest version, ensuring compatibility with current standards and latest feature availability.</li>\n<li>Fix: Woo Product List (Free) - Introduced \'Layout Type\' option. This new functionality allows users to set the layout as either column or row, providing flexibility in organizing and displaying content within the widget.</li>\n<li>Fix: vCard (Pro) - Resolved issue where QR code was not scanning on some apps.</li>\n<li>Fix: Hotspots (Pro) - Rebuilt JavaScript code for better interaction. Removed unnecessary code to optimize performance and streamline functionality.</li>\n<li>Fix: Sideways Vertical Text (Pro) - Text layout shifting issue on Safari browser.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue with scrolling to the top of the page after tab click. The fix ensures that tab clicks no longer trigger unintended scrolling to the top, providing a smoother user experience.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the vertical scrollbar appearing on hover.</li>\n<li>Fix: Testimonial Carousel (Pro) - The issue where styling attributes (size and color) for SVG icons were not taking effect.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue in Content Tabs when Before After widget couldn\'t function inside tabs. The fix ensures proper functionality, allowing users to utilize the widget as intended.</li>\n<li>Fix: Woo Product Grid (Pro) - Added image HTML attributes to product images.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue where the size of social icons wasn\'t responding to the option value. The fix ensures that the specified option value now accurately reflects the size of social icons.</li>\n<li>Fix: Counter (Free) - Removed unnecessary space in \'Before Text\' and \'After Text\' options. This update improves the clarity and presentation of the text by eliminating unnecessary spacing.</li>\n<li>Fix: Content Tabs (Free) - Added support for Elementor Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to incorporate the widget effortlessly within Elementor Tabs.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved an issue where incorrect icons were being displayed after selecting a menu item.</li>\n<li>Fix: Woo Mini Cart (Pro) - Improved widget compatibility with optimization plugins like WP Rocket. This update ensures seamless integration, optimizing performance and enhancing the overall user experience when using these plugins.</li>\n<li>Fix: Post Accordion (Free) - Updated post content loading method to resolve the issue where, on some sites, post content was not displaying correctly.</li>\n<li>Fix: Dropdown Field (Pro) - Fixed an issue when Dropdown Field couldn\'t parse Field Name to Number Field widget.</li>\n<li>Fix: Card Carousel (Free) - Resolved issue where Transition Speed wasn\'t working for non-default animations. The fix ensures that Transition Speed now functions correctly for all animations, providing consistent and reliable behavior.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Removed default 2px border with blue color from one of the map elements. This update improves the visual presentation by eliminating an unnecessary border.</li>\n</ul>\n\n<p>version 1.5.94: 2024-01-25:</p>\n\n<ul>\n<li>Feature: added option to message individual fields for the form</li>\n<li>Change: removed instagram blocked api message - the instagram functionality is active now!</li>\n<li>Change: added default values to currency fields</li>\n<li>Fix: fixed small php bug regarding date field in items</li>\n<li><p>Fix: fixed some small xss vulnurability that pachstack discovered</p></li>\n<li><p>Feature: Number Field (Pro) - Introduced \'Enable Date Field in Formula\' option. This new functionality enables the use of Date Field in formula by allowing the addition or subtraction of days.</p></li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Remove Items with 0 Value\' option. This new functionality automatically excludes items with a value of 0 from charts.</li>\n<li>Feature: WordPress Menu (Free) - Implemented \'Hover Effect\' option. This new functionality allows users to choose from a variety of hover link effects, enhancing the visual presentation with dynamic animations.</li>\n<li>Feature: Hotspots (Pro) - Introduced customizable popup positioning, providing users with the option to define the exact position rather than relying on preset center alignment.</li>\n<li>Feature: Event List (Pro) - Introduced \'Event End Date\' option, allowing users to display event end date and time.</li>\n<li>Feature: Event List (Pro) - Implemented \'Calendar Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the calendar, providing better control over its placement within the layout.</li>\n<li>Feature: Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Dropdown Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Value Handling\' options. This new functionality allows users to choose the checkbox value type from options such as sum, individual number, or individual text, providing flexibility in handling checkbox values.</li>\n<li>Feature: Masonry Gallery (Pro) - Introduced \'Title Typography\' and \'Description Typography\' options. These new functionalities allow users to customize the typography settings for titles and descriptions.</li>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Tile Background Color\' option. This new functionality allows users to customize the background color of tiles, providing enhanced visual control over the widget\'s appearance.</li>\n<li>Feature: Hotspots (Pro) - Added \'Popup Image Size\' option, allowing users to customize the size of popup images.</li>\n<li>Feature: WooCommerce Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented \'Open Links In New Tab\' option. This new functionality allows users to specify whether links should open in a new tab with Source type posts, products, etc.</li>\n<li>Feature: Content Ticker (Pro) - Added Option to add an Image for each ticker item.</li>\n<li>Change: Hotspots (Pro) - Enabled \'Image Size Select\' option for the Image, allowing users to choose from different image resolutions for enhanced flexibility and visual customization.</li>\n<li>Change: Icon Carousel (Pro) - Improved \'Item Minimum Height\' option by expanding the range of values.</li>\n<li>Fix: Fullscreen Menu (Free) - Improved protection from Elementor sticky section interference.</li>\n<li>Fix: vCard (Pro) - Issue with QR code not displaying when \'Include Image in Contact\' is enabled has been resolved.</li>\n<li>Fix: Dropdown Field (Pro) - Resolved issue with \'Field Name\' not appearing during email sending. The fix ensures that the field name is now properly displayed in email notifications.</li>\n<li>Fix: Mega Menu (Pro) - Resolved horizontal scroll issue. The fix ensures that the layout no longer experiences unintended horizontal scrolling, providing a more stable and user-friendly experience.</li>\n<li>Fix: Scroll To Top (Free) - Resolved issue where the icon wasn\'t visible on the frontend. The fix ensures proper visibility of the icon, addressing the bug and improving the overall appearance.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the \'Disable Page Scroll\' option not working in some cases. The fix ensures consistent functionality, preventing page scrolling as intended.</li>\n<li>Fix: Text Field (Free) - Resolved input width issue. The fix ensures that input elements now display with the correct width.</li>\n</ul>\n\n<p>version 1.5.93: 2024-01-18:</p>\n\n<ul>\n<li>Feature: Introduced the option \'slider_video_autoplay\' to galleries, enabling video autoplay when changing items.</li>\n<li>Feature: Added the option to include specific taxonomies in related posts queries.</li>\n<li>Feature: Implemented automatic recognition of video thumbnail IDs in certain gallery types based on relevant post meta.</li>\n<li>Feature: Added functionality for the price range filter.</li>\n<li>Change: Updated the Freemius version.</li>\n<li>Change: Modified the text format for the export change log.</li>\n<li>Change: Restored the \"import with images\" feature after incorporating file type checks for security.</li>\n<li>Fix: Enhanced the handling of multiple user records for the \'exclude users\' option in the users query (Ajax-based).</li>\n<li>Fix: Corrected URL CSS and JS inclusion issues in Elementor editor.</li>\n<li><p>Fix: Corrected a bug related to \"mini cart widget\" in PHP in specific cases.</p></li>\n<li><p>Feature - Card Carousel (Free) - Introduced \'Hide Item\' option. This new functionality allows users to hide items instead of deleting them permanently, offering a more reversible and flexible approach to item management.</p></li>\n<li>Feature - Post Grid (Pro) - Implemented \'Layout Type: Above\' option. This new functionality allows users to change the position of the content box to above the image.</li>\n<li>Feature - Thumbnail Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Compact Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Grid Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Slider Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Flip Box Carousel (Pro) - Introduced option for back icon alignment, providing users the flexibility to customize the alignment of the back icon.</li>\n<li>Feature - Post List (Free) - Implemented \'Image Scale\' option for regular and hover states. This new feature allows users to customize the scaling of images independently for regular and hover states, enhancing visual presentation.</li>\n<li>Change - Flip Box Carousel (Pro) - Implemented conditional rendering of CSS to reduce unused styles, resulting in improved performance, SEO, and faster load times for enhanced user experience.</li>\n<li>Change - Content Accordion (Free) - Improved \'Expand All Accordion\' functionality, now allowing users to close the accordion by clicking the same button again for a more intuitive and user-friendly experience.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Implemented protection against buttons not being vertically aligned in specific cases.</li>\n<li>Fix - Flip Box Carousel (Pro) - Resolved an issue where links were not functioning properly when clicking on the back icon.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Resolved issue with the product button not being clickable in some cases.</li>\n<li>Fix - Post Carousel (Pro) - Resolved issue with the side-by-side layout.</li>\n<li>Feature - Logo Grid (Free) - Enhanced responsiveness for item \'Padding\' option. This update ensures that item padding adjusts effectively across various screen sizes and device resolutions for a consistent layout.</li>\n<li>Feature - Logo Grid (Free) - Implemented \'Direction\' option. This new feature is particularly useful for RTL (Right-to-Left) websites, allowing users to specify the direction of the widget\'s layout for improved compatibility.</li>\n<li>Feature - Content Accordion (Free) - Introduced a new feature that allows the expansion of all accordion items by clicking on an external element with the class \"ue-content-accordion-expand-all\".</li>\n<li>Feature - Memory Game (Pro) - Introduced template option for success message, Allowing users to show Elementor template as success message.</li>\n<li>Feature - Memory Game (Pro) - Added \'Completion Time\' option, enabling users to show the time it took to complete the game for a more informative and engaging experience.</li>\n<li>Feature - Content Accordion (Free) - Introduced \'Additional Header Content\' option in the accordion, allowing users to include additional content after the header title.</li>\n<li>Feature - Post Accordion (Free) - Implemented \'Open Links in New Tab\' option. This new functionality allows users to configure links to open in a new tab, enhancing control over the navigation experience.</li>\n<li>Feature - Side Menu (Pro) - Added an option to add a logo to the side menu layout.</li>\n</ul>\n\n<p>version 1.5.92: 2024-01-04:</p>\n\n<ul>\n<li>Feature: Introduced the change log option in the widget editor.</li>\n<li>Feature: Introduced the ability to connect with Google API for multi-source options.</li>\n<li>Feature: Included an option to link with Google Sheets under the general settings for forms.</li>\n<li>Feature: Integrated a \"show globals\" feature in troubleshooting for enhanced diagnostics.</li>\n<li>Feature: Implemented the capability to output cart fragments for the woo mini cart.</li>\n<li>Feature: Provided an option for \"none\" under lightbox-type in galleries, allowing users to disable the lightbox.</li>\n<li>Feature: Added an \"excerpt\" field to post fields within the widget editor for more detailed posts.</li>\n<li>Fix: Replaced site_url() with home_url() in global variables for better website navigation.</li>\n<li>Fix: Resolved a conflict with another select2 on the admin side, ensuring smoother operations.</li>\n<li>Fix: Rectified an error with multiple order by clauses in post queries to improve data sorting.</li>\n<li><p>Fix: Enhanced the manual selection of Elementor template retrieval for optimized performance.</p></li>\n<li><p>Feature - Content Carousel - Introduced \'Equalize Content Height\' option. This new feature simplifies the process of making content elements equal in each item.</p></li>\n<li>Feature - Flip Box Carousel - Enhanced responsiveness for Border Radius option. The update ensures that the Border Radius adapts effectively to different screen sizes and device resolutions for a consistent display.</li>\n<li>Feature - WooCommerce Product Carousel - Resolved broken layout issue occurring when set to side-by-side layout</li>\n<li>Feature - Phone Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Textarea Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Email Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Text Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Testimonial Carousel - Implemented \'Layout Type: Grid\' option. This new functionality facilitates the transformation of the widget\'s layout into a simple grid.</li>\n<li>Feature - Testimonial Carousel - Introduced \'Layout Type: Swipe\' option. This new feature allows users to set the behavior of the widget, resembling the functionality found in Swipe Carousel widget.</li>\n<li>Feature - Flip Box Carousel - Introduced \'Disable Mouse Drag\' and \'Disable Touch Drag\' options in Flip Box Carousel settings, offering control over user interaction by allowing the disabling of dragging functionalities.</li>\n<li>Feature - Team Member Grid - Introduced \'Badge\' option, allowing users to include custom badge images or icons for enhanced member representation.</li>\n<li>Feature - Thumbnail Slider - Implemented responsiveness for \'Slider Main Image Height\' option.</li>\n<li>Feature - Thumbnail Slider - Optimized \'Slider Main Image Height\' functionality to prevent widget reloading upon value change.</li>\n<li>Change - Thumbnail Slider - Changed attribute of \'Slider Main Image Height\' option from Number to Slider. This adjustment simplifies the process of adjusting the height of the main image by providing a more intuitive control.</li>\n<li>Fix - Submit Button - Improved interaction within Multi Step Form widget. Enhancements have been made to streamline and optimize the submit action.</li>\n<li>Feature - Multi Step Form - Implemented form submission loader. This new addition introduces a visual loader to illustrate the process of sending form data, enhancing user feedback during form submission.</li>\n<li>Feature - WooCommerce Product List - Introduced \'Default Image\' option. The widget will now display the specified default image when a product image is empty, for a more personalized user experience.</li>\n</ul>\n\n<p>version 1.5.91: 2023-12-28:</p>\n\n<ul>\n<li>Change: removed some vulnerability related to templates import</li>\n</ul>\n\n<p>version 1.5.90: 2023-12-18:</p>\n\n<ul>\n<li>Fix: fixed some small bug with pro version main file</li>\n</ul>\n\n<p>version 1.5.89: 2023-12-17:</p>\n\n<ul>\n<li>Fix: fixed some post filters detection issues on the page</li>\n<li>Fix: fixed some \"$type not found\" message in php</li>\n<li>Fix: fixed some \"infinite template found: \" message in php (emtpy template load protection)</li>\n<li>Change: added instagram api access error message</li>\n<li>Change: removed \"import with images\" functionality. replaced by doubly plugin.</li>\n</ul>\n\n<p>version 1.5.88: 2023-12-11:</p>\n\n<ul>\n<li>Feature: added \"iframe\" gallery type to the gallery items</li>\n<li>Fix: fixed the \"show/hide edit html button\" option from general settings</li>\n<li>Fix: fixed the general_settings.xml php error</li>\n<li>Fix: fixed some issue with gallery loading on pages and current meta keys</li>\n<li>Fix: fixed default value in datetime control</li>\n<li>Change: added some improvements for the form </li>\n<li>Change: set video placeholder to dynamic galleries in case of video item</li>\n</ul>\n\n<p>version 1.5.87: 2023-11-21:</p>\n\n<ul>\n<li>Change: updated freemius sdk to 2.6.0 version</li>\n<li>Change: added some protection against double background widgets output</li>\n<li>Feature: enabled form functionality</li>\n<li>Feature: enabled currency exchange functionality</li>\n</ul>\n\n<p>version 1.5.85: 2023-11-15</p>\n\n<ul>\n<li>Feature: added woo_addcart_ajax_attributes_button in twig for the button</li>\n<li>Feature: added option to show original settings values in widget debug</li>\n<li>Feature: added troubleshooting setting not to show php deprecated warnings</li>\n<li>Fix: better prepare post custom fields for the post multisource</li>\n<li>Fix: links from meta field works now</li>\n<li>Fix: fixed the ob_end_clean bug</li>\n<li>Fix: in post query - excluded posts not in from posts in</li>\n<li>Fix: fixed a small bug in the unite gallery library</li>\n<li>Change: updated twig version to 3.x</li>\n<li>Change: updated instagram data with date released field</li>\n</ul>\n\n<p>version 1.5.85: 2023-09-20</p>\n\n<ul>\n<li>Fix: fixed a small bug with multisource image param message</li>\n</ul>\n\n<p>version 1.5.84: 2023-09-20</p>\n\n<ul>\n<li>Feature: added twig function csv to json</li>\n<li>Feature: changed the admin view to new design (added designed header and menu)</li>\n<li>Feature: added option to enable animation on swipe to owl carousel js</li>\n<li>Feature: added woo mini cart functionality</li>\n<li><p>Feature: added option: \"current query as a base\" to post selection -> include by</p></li>\n<li><p>Fix: added support for webp in the manager</p></li>\n<li>Fix: allow fetching images from media library post type for the galleries </li>\n</ul>\n\n<p>version 1.5.83: 2023-08-22</p>\n\n<ul>\n<li>Fix: don\'t show first item in filter when no terms available</li>\n<li>Change: updated calculators javascript code base</li>\n</ul>\n\n<p>version 1.5.82: 2023-08-16</p>\n\n<ul>\n<li>Feature: added option for group filtering widgets</li>\n<li>Feature: solved the video play in gallery type from attachment video</li>\n<li>Change: turned off the video icon for background attribute</li>\n<li>Fix: fixed dynamic template with avoid duplicates</li>\n<li>Fix: fixed gallery widget acf video item error</li>\n<li>Fix: fixed some sort filter bugs with the default selected</li>\n</ul>\n\n<p>version 1.5.81: 2023-08-10</p>\n\n<ul>\n<li>Fix: fixed some missing css in the dynamic loop widgets</li>\n<li>Fix: fixed some child filters related bug</li>\n<li>Fix: fixed order by price in current query</li>\n<li>Fix: fixed some php 8.16+ version notices </li>\n<li>Feature: added option to print the term meta</li>\n</ul>\n\n<p>version 1.5.80: 2023-08-07</p>\n\n<ul>\n<li>Feature: added option to get \"all taxonomy terms\" from a post </li>\n<li>Feature: added html preperations for the woocommerce minicart</li>\n<li>Feature: added \"this week\" to the date selection query</li>\n<li>Feature: added \"grouping\" mode in the \"related posts\"</li>\n<li>Fix: the pagination now works on top of the grid</li>\n<li>Fix: fixed some init ajax filters multiple issues</li>\n<li>Fix: fixed the error with the assets path set</li>\n</ul>\n\n<p>version 1.5.79: 2023-07-24</p>\n\n<ul>\n<li>Fix: changed name for area-label to aria-label</li>\n<li>Fix: in filters - refresh single filter if \"all\" selected and there are hidden items</li>\n<li>Fix: changed protection against inifnite loop to 200</li>\n<li>Fix: show child filters at start if there are selected items</li>\n<li>Fix: date time attribute processor - if no date given - don\'t take current time</li>\n<li>Fix: refresh child filter if main filter selected on init</li>\n<li>Fix: dynamic popup was not worked with multisource in some cases</li>\n</ul>\n\n<p>version 1.5.78: 2023-07-16</p>\n\n<ul>\n<li>Fix: fixed show filters load more</li>\n<li>Fix: fixed multisource repeater empty</li>\n</ul>\n\n<p>version 1.5.77: 2023-07-13</p>\n\n<ul>\n<li>Fix: fixed dropzone collision in widget editor view</li>\n<li>Fix: fixed sort filter price filtering</li>\n<li>Fix: fixed max number in addons db table. from \"int\" to \"bigint\"</li>\n<li>Fix: replaced some deprecated by elementor codes</li>\n</ul>\n\n<p>version 1.5.76: 2023-07-12</p>\n\n<ul>\n<li>Feature: added \"rem\" unit in slider attribute</li>\n<li>Fix: fixed some small bug with remote sync debug</li>\n<li>Fix: fixed the truncate in multisource</li>\n<li>Fix: fixed some small bugs related to remote controls</li>\n<li>Fix: fixed dropzon third party conflict in manager</li>\n</ul>\n\n<p>version 1.5.75: 2023-07-05</p>\n\n<ul>\n<li>Feature: added some suggestion text to add some memory in the troubleshooting section in case that needed</li>\n<li>Fix: the wrong author was displayed in loop post meta data</li>\n<li>Fix: do_shortcode to html items inside the grid and dynamic loop</li>\n<li>Update: Updated Freemius SDK to the latest version</li>\n</ul>\n\n<p>version 1.5.74: 2023-07-04</p>\n\n<ul>\n<li>Fix: show search widgets at plugin install.</li>\n<li>Fix: menu picker depts in multisource</li>\n<li>Fix: set the author data to be retrievable in dynamic grid template</li>\n<li>Fix: show meta fields switcher didn\'t worked in multisource menu items</li>\n</ul>\n\n<p>version 1.5.73: 2023-06-26</p>\n\n<ul>\n<li>Feature: added options for revisions in widget editor</li>\n<li>Fix: added support for wordpress proxy in api calling</li>\n<li>Fix: fixed empty post in query result</li>\n<li>Fix: fixed \"wrong template ID\" elementor error in post accordion</li>\n</ul>\n\n<p>version 1.5.72: 2023-06-21</p>\n\n<ul>\n<li>Fix: added the swf extension in the allowed files in assets</li>\n<li>Feature: prepared the plugin for sort filter</li>\n<li>Change: updated freemius sdk to 2.5.9</li>\n</ul>\n\n<p>version 1.5.71: 2023-06-20</p>\n\n<ul>\n<li>Change: removed js includes of the forms and filters from backend editor</li>\n<li>Change: changed colors of the free version notification in dark mode</li>\n<li>Fix: fix the \"link\" type in wpml integration automatic translation</li>\n<li>Feature: add support for the conditions in ue forms</li>\n</ul>\n\n<p>version 1.5.70 2023-06-19:</p>\n\n<ul>\n<li>Change: added some \"birthday sale\" banner</li>\n<li>Feature: added \"truncate text\" modifier to multisource fields</li>\n<li>Feature: dynamic tags now works inside posts and products related widgets</li>\n<li>Feature: added twig highlighting in codemirror editor</li>\n<li>Fix: fixed sequence animation sliders bug (fields didn\'t loaded in elementor)</li>\n<li>Fix: change the comment from // to /* */ in filters js output to allow proper page compression.</li>\n<li>Fix: the \"time ago\" string is now translatable </li>\n<li>Fix: fixed the wpml elementor template id output</li>\n<li>Fix: fixed backgrounds bug with containers in editor</li>\n<li>Fix: fixed some small bugs with the checkbox filter</li>\n</ul>\n\n<p>version 1.5.69: 2023-06-08:</p>\n\n<ul>\n<li>Fix: allow to install webp images in widgets</li>\n</ul>\n\n<p>version 1.5.68: 2023-06-06:</p>\n\n<ul>\n<li>Change: added functionality for sort filter </li>\n<li>Feature: added field: \"form conditions\" for the upcoming form</li>\n<li>Feature: added link translation to wpml integration</li>\n<li>Feature: added link_attributes field to post list fields in twig</li>\n<li>Fix: fixed slider control min max values in case of multiple units</li>\n<li>Fix: add do shortcode from ajax items response</li>\n<li>Fix: fixed posts grid output with \"product\" taxonomy without woocommerce</li>\n<li>Fix: fixed getting cross sell products query in product list</li>\n</ul>\n\n<p>version 1.5.67 - 2023-05-29:</p>\n\n<ul>\n<li>Fix: fixed some more securaty issues related to assets manager</li>\n</ul>\n\n<p>version 1.5.66 - 2023-05-28:</p>\n\n<ul>\n<li>Fix: fixed some securaty issues related to non editor users operations and not allowed to upload php files in assets manager</li>\n</ul>\n\n<p>version 1.5.65 - 2023-05-26:</p>\n\n<ul>\n<li>Fix: fixed instagram api related bugs </li>\n</ul>\n\n<p>version 1.5.64 2023-05-23:</p>\n\n<ul>\n<li>Change: update freemius to latest version 2.5.8</li>\n<li>Fix: fixed a small php bug</li>\n</ul>\n\n<p>version 1.5.63 2023-05-23:</p>\n\n<ul>\n<li>Change: expand in widget editor is now connected to the screen height</li>\n<li>Fix: fixed the dynamic popup with multiple fields code </li>\n<li>Fix: fixed some sync if the clicked item is link</li>\n<li>Feature: added support for sort post filter</li>\n<li>Feature: hide \"show only insalled\" checkbox in widgets manager if no widget installed.</li>\n</ul>\n\n<p>version 1.5.62 2023-05-14:</p>\n\n<ul>\n<li>Feature: added \"edit template\" link in template selector</li>\n<li>Feature: added hidden template edit button to top bar</li>\n<li>Feature: added option for dynamic popup link to connect to many links in the widget</li>\n<li>Fix: solved some php error with parse dynamic settings in php 8.1</li>\n<li>Fix: getMetaValue error in products</li>\n<li>Fix: fixed doubly css includes in some cases</li>\n</ul>\n\n<p>version 1.5.61 - 2023-05-07:</p>\n\n<ul>\n<li>Feature: added support for woocommerce jet wishlist</li>\n<li>Feature: did option to disable third party hooks in ajax</li>\n<li>Fix: click on link on sync didn\'t worked</li>\n<li>Fix: added some protections to nonce and to file manager zip exctract (securaty issues fix) </li>\n<li>Change: updated freemius sdk to 2.5.7 version.</li>\n</ul>\n\n<p>version 1.5.60 - 2023-04-30:</p>\n\n<ul>\n<li>Feature: added functionality to get cart number of products </li>\n<li>Fix: fixed link field settings for multisoure</li>\n<li>Fix: fixed some bugs with regular price in woocommerce widgets</li>\n<li>Fix: filters js file loaded in editor as well</li>\n<li>Fix: fixed some small php bug regarding \"pathBase\"</li>\n<li>Fix: fixed conditions in multiple select control</li>\n<li>Change: updated unite gallery version</li>\n<li>Change: disabled autoload in update_option for the catalog variable</li>\n</ul>\n\n<p>version 1.5.59: 2023-04-09</p>\n\n<ul>\n<li>Feature: added multiple select to condition attributes in widget editor</li>\n<li>Change: updated freemius sdk to the latest version</li>\n<li>Fix: fixed empty post meta fields in case that acf plugin is on</li>\n<li>Fix: fixed some bug with avoid duplicates option and filters in single grid</li>\n<li>Fix: made some corrections in case that post query show wrong init selected terms values</li>\n<li>Fix: the post carousel goes to random item after ajax refresh</li>\n<li>Fix: fixed jet engine custom fields integration</li>\n</ul>\n\n<p>version 1.5.58: 2023-03-26</p>\n\n<ul>\n<li>Feature: added dynamic popup functionality to multisource widgets</li>\n<li>Fix: fixed missing arguments in the_post action</li>\n<li>Fix: fixed some php multisource error</li>\n<li>Fix: fixed some product ajax search related issues</li>\n<li>Fix: fixed some small but with ajax refresh and sync</li>\n</ul>\n\n<p>version 1.5.57: 2023-03-20</p>\n\n<ul>\n<li>Feature: improved the multisource selectors</li>\n<li>Feature: added option to get image from post meta in post fields - widget editor</li>\n<li>Fix: added \"skins\" folder to unite gallery</li>\n<li>Fix: added more compatability to woo commerce grids with discounts plugins</li>\n<li>Fix: fixed same uc_id in dynamic templates</li>\n</ul>\n\n<p>version 1.5.56: 2023-03-13:</p>\n\n<ul>\n<li>Feature: added option authors by dynamic field in post query</li>\n<li>Feature: done some integration with flycart discounts</li>\n<li>Feature: added option to show post type and post type title in posts fields</li>\n<li>Feature: added option to add multiple values in multisource</li>\n<li>Fix: fixed get posts by terms meta field - add taxonomy</li>\n<li>Fix: fixed responsive css in dynamic loop</li>\n<li>Fix: fixed dynamic loop with jet engine acf fields</li>\n<li>Fix: fixed slider control units for vh, vx and % </li>\n<li>Fix: added \"before today\" for past year in date qury</li>\n<li>Change: the uc_id will not change now when page refresh</li>\n</ul>\n\n<p>version 1.5.55: 2023-02-23:</p>\n\n<ul>\n<li>Fix: fixed wpml integrate fields</li>\n<li>Fix: fixed some write file error, will not crash if happend</li>\n<li>Fix: fixed entrance animation js on popup</li>\n<li>Fix: fixed strip tags in intro from content</li>\n<li>Fix: fixed some php 8.1 issues</li>\n<li>Fix: fixed some post intro with html tags issues</li>\n<li>Change: do_action function is working now in free version</li>\n</ul>\n\n<p>version 1.5.54: 2023-02-15</p>\n\n<ul>\n<li>Change: added some define variable that indicate the under ajax search</li>\n<li>Change: added \"collect\", and \"output\" to schema types in content accordion widget for example</li>\n<li>Feature: added wpml auto translate integration</li>\n<li>Feature: added option to select \"all taxonomies\" in exclude terms in terms selection</li>\n<li>Feature: added option - only direct children to terms select include by</li>\n<li>Feature: added option to post select to get posts by terms from curent meta field</li>\n<li>Fix: preserve tags when truncate</li>\n<li>Fix: fixed load more with second meta add in post query</li>\n</ul>\n\n<p>version 1.5.53: 2023-02-07</p>\n\n<ul>\n<li>Fix: keep exclude terms in grid when filtering with \"override terms\" mode</li>\n<li>Fix: fixed get_terms() not found php error from 1.5.52 version</li>\n</ul>\n\n<p>version 1.5.52: 2023-02-06</p>\n\n<ul>\n<li>Change: done some protection agains infinite loops in templates</li>\n<li>Fix: fixed popup button type conditions</li>\n<li>Fix: fixed term meta fields in multisource</li>\n<li>Fix: fixed exclude term not found in post select</li>\n</ul>\n\n<p>version 1.5.51: 2023-01-31</p>\n\n<ul>\n<li>Feature: added version to js comment output</li>\n<li>Feature: connected the galleies to remote play / stop like the carousels</li>\n<li>Feature: added some error message when image size attribute is missing in multisource</li>\n<li>Feature: added dynamic popup special attribute type</li>\n<li>Fix: fixed title source and description source in multisource gallery for products.</li>\n<li>Fix: added supress filtres to ajax search query</li>\n</ul>\n\n<p>version 1.5.50: 2023-01-24</p>\n\n<ul>\n<li>Feature: added \"media\" to post types select in advanced post query</li>\n<li>Feature: improved the date time attribute</li>\n</ul>\n\n<p>version 1.5.49: 2023-01-23</p>\n\n<ul>\n<li>Fix: fixed some js optimization issues </li>\n<li>Fix: fixed filters related small js bug</li>\n</ul>\n\n<p>version 1.5.48: 2023-01-19</p>\n\n<ul>\n<li>Feature: added gallery to multisource</li>\n<li>Feature: added post type override selectin current post query options</li>\n<li>Fix: fixed remote play with carousel</li>\n<li>Fix: fixed some multisource and ajax related bugs</li>\n<li>Fix: fixed popular posts plugin integration multiple post types</li>\n<li>Fix: fixed background widgets some problematic attribute names</li>\n<li>Fix: fixed include terms by current post terms in some cases.</li>\n<li>Fix: fixed default url_assets value in multisoure</li>\n<li>Fix: fixed dark mode svg icons</li>\n</ul>\n\n<p>version 1.5.47: 2023-01-10</p>\n\n<ul>\n<li>Feature: added more units to slider attribute</li>\n<li>Feature: added \"any\" post type to post types select</li>\n<li>Feature: added include and exclude current post terms in terms selection</li>\n<li>Feature: added option to carousel - scroll to head - force</li>\n<li>Feature: allow import widgets with theme activate</li>\n<li>Fix: fixed dynamic template render css for dynamic popup</li>\n<li>Fix: fixed users list select by manual</li>\n</ul>\n\n<p>version 1.5.46: 2023-01-08</p>\n\n<ul>\n<li>Feature: set the items image size chooser work for certain image</li>\n<li>Feature: made option to put js script in saparate tags with id\'s for optimization plugins like wprocket</li>\n<li>Feature: enriched the uc_lang variable. now it\'s always showing the current language</li>\n<li>Feature: added user_login variable to the users list output</li>\n<li>Feature: has put the preview link always as a help link in widget edit panel.</li>\n<li>Change: updated the multisource that it works better with items images</li>\n<li>Change: allow html tags in post intro (excerpt) in widgets</li>\n<li>Fix: fixed filters with sync multiple grid issues</li>\n<li>Fix: fixed the exclude users list with similar names</li>\n</ul>\n\n<p>version 1.5.45: 2022-12-26</p>\n\n<ul>\n<li>Feature: added json decode filter to twig</li>\n<li>Feature: added catalog images from shortpixel for speed loading</li>\n<li>Feature: done multisource group setting</li>\n<li>Fix: fixed entrance animation on ajax refresh</li>\n<li>Fix: done sync pause / play between carousels</li>\n</ul>\n\n<p>version 1.5.44: 2022-12-19</p>\n\n<ul>\n<li>Change: updated freemius to the latest version</li>\n<li>Fix: fixed remote play / pause button</li>\n<li>Fix: fixed search filter unicode phrase</li>\n<li>Fix: fixed entrance animation appear on scroll</li>\n<li>Feature: added video gallery responsive options</li>\n<li>Fix: fixed some owl carousel size on init bug</li>\n<li>Fix: fixed js widgets under the dynamic grid template like flipbox</li>\n</ul>\n\n<p>version 1.5.43: 2022-12-04</p>\n\n<ul>\n<li>Feature: add settings output to dynamic grid fields debug</li>\n<li>Fix: fixed pods multiple image data</li>\n<li>Fix: fixed url terms in filter with dynamic grid</li>\n<li>Fix: fixed users and menu not found bug in front </li>\n<li>Change: updated twig engine to the latest version</li>\n</ul>\n\n<p>version 1.5.42: 2022-11-29</p>\n\n<ul>\n<li>Feature: added functionality for time ago in posts widgets</li>\n<li>Feature: added woo variables to woo fields - woo_price_withtax, woo_price_notax</li>\n<li>Feature: added option for term child filter role\n-optimization: reduced number of queries in post related widgets</li>\n</ul>\n\n<p>version 1.5.41: 2022-11-24</p>\n\n<p>-bug fix: fixed post select in post query</p>\n\n<p>version 1.5.40: 2022-11-23</p>\n\n<ul>\n<li>Feature: added integration to woocommerce multicourancy plugins</li>\n<li>Feature: made some integration with translate press plugin</li>\n<li>Feature: added select post and select term attribute</li>\n<li>Fix: fixed dynamic loop css backgrounds with containers</li>\n<li>Fix: fixed mousewheel event in the carousel</li>\n<li>Fix: fixed some rare php error with filters</li>\n</ul>\n\n<p>version 1.5.39: 2022-11-16</p>\n\n<ul>\n<li>Fix: fixed small bug with zip extract</li>\n<li>Update: updated black friday sale banners</li>\n</ul>\n\n<p>version 1.5.38: 2022-11-10</p>\n\n<ul>\n<li>Fix: fixed galleries default sizes with post filters</li>\n<li>Fix: fixed hidden option in select filter in safari browser</li>\n<li>Fix: fixed non ssl assets url</li>\n<li>Feature: added \"schema\" special attribute</li>\n<li>Fix: fixed false autoplay in carousel</li>\n</ul>\n\n<p>version 1.5.37: 2022-11-09</p>\n\n<ul>\n<li>Fix: fixed 1px glitch bug in the carousel, on 1 item (slide mode)</li>\n<li>Feature: prepared the filters to work with ajax search</li>\n</ul>\n\n<p>version 1.5.36: 2022-11-6</p>\n\n<ul>\n<li>Feature: added function that outputs items schema</li>\n<li>Feature: improved include by meta in posts selection, added option for multiple values</li>\n<li>Feature: added option to get current user with meta in twig</li>\n<li>Addition: validate number of post list attributes, allow only one when creating widget</li>\n<li>Fix: fixed count posts in post query summary</li>\n<li>Fix: fixed entrance animation blur type</li>\n<li>Fix: fixed avoid duplicates with random order while posts load more</li>\n<li>Fix: the timeout now reset after slide change in owl carousel</li>\n<li>Fix: fixed terms selection taxonomies with idetical post type title</li>\n<li>Fix: added protection against inifinite loop in putElementorTemplate twig function</li>\n<li>Fix: fixed acf field unaccessable in some cases with elementor pro 3.8</li>\n</ul>\n\n<p>version 1.5.35: 2022-10-24</p>\n\n<p>-Fix: fixed include by id\'s from dynamic field, and terms from dynamic field in post selection</p>\n\n<p>version 1.5.34: 2022-10-19</p>\n\n<ul>\n<li>Feature: added items image size attribute (special type)</li>\n<li>Fix: fixed show backgrounds in elementor editor</li>\n</ul>\n\n<p>version 1.5.33: 2022-10-15</p>\n\n<ul>\n<li>Fix: fixed avoid duplicates with filters</li>\n<li>Fix: fixed select dropdown filter js</li>\n<li>Feature: added avoid duplicates option to manual posts selection</li>\n</ul>\n\n<p>version 1.5.32: 2022-10-11</p>\n\n<ul>\n<li>Fix: fixed some ajax pagination issues</li>\n<li>Fix: fixed pagination widget appearance on archive ajax pages with filters</li>\n<li>Fix: added twig functionality to put product attributes text</li>\n<li>Fix: fixed export with images not worked in some cases</li>\n<li>Fix: made some protection with ezcache plugin integration and filtering</li>\n<li>Fix: fixed some small php bug with this month post selection</li>\n<li>Fix: fixed some visible and hidden filters collision</li>\n<li>Fix: fixed terms select in terms filter on history back click in filters</li>\n<li>Fix: set child filter always first unselected</li>\n<li>Fix: set option for the tabs filter to be unselected</li>\n<li><p>Fix: fixed the pagination numbers if exclude offset chosen</p></li>\n<li><p>Feature: added multiple taxonomy terms in term selection</p></li>\n<li>Feature: added query id in terms selection</li>\n<li>Feature: added functionality for next / prev post</li>\n</ul>\n\n<p>version 1.5.31: 2022-09-20</p>\n\n<ul>\n<li>Fix: fixed thumbs gallery</li>\n</ul>\n\n<p>version 1.5.30: 2022-09-18</p>\n\n<ul>\n<li>Fix: fixed multiple post filters and grid connection</li>\n<li>Fix: fixed various small php errors</li>\n<li>Fix: fixed wordpress popular posts integration small bug</li>\n<li>Feature: added terms from dynamic post selection option</li>\n<li>Feature: added option for limiting terms show in post list</li>\n<li>Change: updated once more unitegallery graphics, changed assets to svg</li>\n<li>Fix: fixed thumbnail gallery arrows</li>\n</ul>\n\n<p>version 1.5.29: 2022-09-08</p>\n\n<ul>\n<li>Fix: fixed a small issue with search page and load more</li>\n<li>Fix: fix vimeo videos stoppped playing bug</li>\n</ul>\n\n<p>version 1.5.28: 2022-09-06</p>\n\n<ul>\n<li>Feature: added support for the select filter</li>\n<li>Fix: fixed some small js bug with filters</li>\n<li>Fix: fixed some post filters related popup error</li>\n<li>Change: changed the way that galleries srolls by mouseover</li>\n</ul>\n\n<p>version 1.5.27: 2022-09-02</p>\n\n<ul>\n<li>Fix: fixed popular posts plugin integration</li>\n<li>Fix: removed some console logs in filter.js file</li>\n<li>Fix: fixed ajax pagination jump</li>\n<li>Fix: fixed unitegallery strict standards bugs</li>\n<li>Change: renamed field - \"use dynamic fields\" to \"use current post data\" in widget editor</li>\n<li>Change: updated freemius sdk to: 2.4.5</li>\n</ul>\n\n<p>version 1.5.26: 2022-08-17</p>\n\n<ul>\n<li>Feature: added debug to remote elements</li>\n<li>Fix: made some protection against wrong animation names in carousel</li>\n<li>Fix: added some small fixes to carousel and remote sync js libraries</li>\n<li>Fix: done a better find closest section in remote</li>\n<li>Fix: fixed not showing values in elementor editor post selectors</li>\n</ul>\n\n<p>version 1.5.25: 2022-08-11</p>\n\n<ul>\n<li>Feature: added option to set title field in items</li>\n<li>Fix: fixed some more lazy load related protections in galleries</li>\n<li>Fix: Fixed some Elementor 3.7 deprecation issues</li>\n</ul>\n\n<p>version 1.5.24: 2022-08-09</p>\n\n<ul>\n<li>Fix: fixed some Elementor 3.7 related js bug in editor</li>\n</ul>\n\n<p>version 1.5.23: 2022-08-05</p>\n\n<ul>\n<li>Feature: added date format to date meta field post selection</li>\n<li>Feature: added more units to padding and margin attribute</li>\n<li>Feature: added option to set selected tab number in tabs filter widget</li>\n<li>Fix: fixed some unitegallery strict related scripts</li>\n<li>Fix: fixed sequance entrance animation attribute</li>\n<li>Fix: fixed some text with pagination edit mode in elementor editor</li>\n<li>Fix: fixed ajax pagination didn\'t get back to first page</li>\n<li>Fix: fixed tabs filter and taxonomy terms in one page</li>\n<li>Change: prepare the right way dates should work in post list</li>\n</ul>\n\n<p>version 1.5.22: 2022-07-24:</p>\n\n<ul>\n<li>Feature: added option to connect to another parent in remote arrows</li>\n<li>Feature: added change url and back button in ajax filers behaviour</li>\n<li>Fix: fixed doubly plugin integration import bg widgets</li>\n<li>Fix: fixed remote next/prev directions in carousels</li>\n<li>Fix: added some more protection against infinite loops from post content processing</li>\n</ul>\n\n<p>version 1.5.21 2022-07-17:</p>\n\n<ul>\n<li>Feature: added docstart and docend template in widget js</li>\n<li>Change: end of birthday sale message update</li>\n<li>Change: added warning message in case of twig collision with other plugins</li>\n</ul>\n\n<p>version 1.5.20 2022-07-13:</p>\n\n<ul>\n<li>Feature: added more widget debug type - current post fields</li>\n<li>Feature: updated admin title on edit widget view</li>\n<li>Feature: added option to carousel: scroll to head</li>\n<li>Feature: added query data attributes into filtering grid</li>\n<li>Fix: fixed ajax pagination in some cases</li>\n<li>Fix: fixed small php bug with hover animations control</li>\n<li>Fix: fixed lity lightbox with vimeo autoplay</li>\n<li>Fix: fixed item index after shuffle</li>\n<li>Fix: fixed some seleted tab filters related issues</li>\n<li>Fix: fixed load more filter doubly ajax request in some cases</li>\n<li>Fix: fixed woo scedualed sale price output</li>\n<li>Fix: in filters replace url with pagination as well</li>\n<li>Fix: changed gallery arrows to svg</li>\n</ul>\n\n<p>version 1.5.19 2022-06-27:</p>\n\n<ul>\n<li>Feature: added max posts to current query</li>\n<li>Fix: fixed controls conditions for elementor template control</li>\n<li>Feature: added more fields to dynamic grid loop (was only title)</li>\n<li>Change: added birthday sale banner and text</li>\n</ul>\n\n<p>version 1.5.17 2022-06-21:</p>\n\n<ul>\n<li>Change: updated fancybox version</li>\n<li>Fix: Fixed bug with ajax load more and ajax pagination</li>\n</ul>\n\n<p>version 1.5.17 2022-06-09:</p>\n\n<ul>\n<li>Feature: fixed entrance animation attribute</li>\n<li>Fix: fixed uc_inside_editor variable inside background widget</li>\n<li>Fix: fixed empty default value of radio boolean control</li>\n<li>Fix: fixed double filtering issues in archive pages</li>\n</ul>\n\n<p>version 1.5.16: 2022-05-31</p>\n\n<ul>\n<li>Fix: fixed double plugin versions in pro version</li>\n<li>Fix: fixed 1 size gap in one item owl carousel</li>\n<li>Fix: fixed the dissapearing options bug in mobile</li>\n</ul>\n\n<p>version 1.5.15: 2022-05-30</p>\n\n<ul>\n<li>Change: set cache folder inside wp-uploads</li>\n<li>Feature: added option to get terms last level only - for post list / grid</li>\n<li>Feature: added twig function - get_current_user</li>\n<li>Feature: disabled right click on html5 galleries (unite gallery)</li>\n<li>Fix: the image and video repeater was missing default items</li>\n<li>Fix: fixed load more and filters on a search page</li>\n<li>Fix: fixed carousel stage padding issues</li>\n<li>Fix: fixed carousel 1 item one pixel issues</li>\n<li>Fix: fixed default values in responsive selectors</li>\n</ul>\n\n<p>version 1.5.14: 2022-05-24</p>\n\n<ul>\n<li>Fix: fixed responsive default values with selectors in number and dropdown and slider controls</li>\n<li>Fix: fixed a bug in run_code_once functionality</li>\n</ul>\n\n<p>version 1.5.13: 2022-05-23</p>\n\n<ul>\n<li>Feature: added integration with \"sticky posts switch\" plugin</li>\n<li><p>Feature: added special attribute type - entrance animation</p></li>\n<li><p>Fix: fixed sync bug between two similar elements</p></li>\n<li>Fix: fixed filters loading with wp-rocket lazy load scripts</li>\n<li>Fix: fixed put_hide_ids_css function small bug</li>\n<li>Fix: fixed fetch 2 and more widgets within one section for filtering</li>\n<li>Fix: fixed slider control js empty output bug</li>\n<li>Fix: fixed gallery title as number js bug</li>\n<li>Fix: fixed gallery images from meta fields source as array </li>\n</ul>\n\n<p>version 1.5.12: 2022-05-08</p>\n\n<ul>\n<li>Feature: added integration for wpml media change</li>\n<li>Feature: bug fix: fixed hover animations setting don\'t work on front in some cases</li>\n<li>Feature: in post selection by date added options for \"future from today\", and \"future from tomorrow\".</li>\n<li>Feature: added new function: \"put_hide_ids_css\" to hide some css comma saparated id\'s from css tab.</li>\n<li>Feature: added support for ajax refresh for multiple synced grids together</li>\n<li>Feature: added option to test instagram data</li>\n<li><p>Feature: added phpinfo view in settings - troubleshooting</p></li>\n<li><p>Fix: fixed blank window opened by a link</p></li>\n<li>Fix: fixed acf boolean value present</li>\n<li>Fix: fixed another gallery related lazy load issues</li>\n</ul>\n\n<p>version 1.5.11: 2022-04-13</p>\n\n<ul>\n<li>Feature: made option to put elementor post_content inside post widget if the post made by elementor</li>\n<li>Feature: added additional fields to getPostAuthor function like avatar url and author meta</li>\n<li>Feature: show the \"no posts\" message with filters in post list / grid</li>\n<li>Feature: add background location (back/front) to background widgets</li>\n<li>Feature: done option to get post parent with the posts in posts selection</li>\n<li>Fix: set prices display in woocommerce widgets including tax</li>\n<li>Fix: fixed editor js files didn\'t loaded bug</li>\n<li>Fix: fixed css output with dynamic template and inline css mode</li>\n<li>Fix: fixed the ajax pagination that now works with post based gallery widget</li>\n<li>Fix: fixed filters scripts loading before jquery in js</li>\n<li>Fix: allow to select empty terms in term selection control</li>\n<li>Change: set default values of responsive number / slider / dropdown controls to desktop default values</li>\n</ul>\n\n<p>version 1.5.10: 2022-04-04</p>\n\n<ul>\n<li>Fix: fixed title and description source in gallery source selection</li>\n<li>Fix: fixed the dropdown attribute php filter for elementor</li>\n<li>Feature: added \"menu_id\" for various uses as menu attribute output</li>\n<li>Feature: added option for side offset in owl carousel</li>\n<li>Feature: added option for second items html refresh in ajax filters</li>\n</ul>\n\n<p>version 1.5.9: 2022-03-27</p>\n\n<ul>\n<li>Fix: fixed simple meta output for post list</li>\n<li>Feature: made dynamic grid work with filters</li>\n<li>Feature: the background widgets works for the new container objects as well</li>\n<li>Feature: added include by another meta field in post query</li>\n</ul>\n\n<p>version 1.5.8: 2022-03-23</p>\n\n<ul>\n<li>Feature: set special behaviour for more then one filters on the page</li>\n<li>Feature: added option to load video item from posts in a gallery</li>\n<li>Change: set up galleries common default items</li>\n<li>Fix: fixed unclosable gallery lightbox with youtube videos</li>\n<li>Fix: fixed elementor 3.6.0 compatability</li>\n</ul>\n\n<p>version 1.5.7: 2022-03-17</p>\n\n<ul>\n<li>Feature: added option to modify dropdown items in php\nFix: fixed gallery default items preview and init\nFix: fixed remote counter js error</li>\n</ul>\n\n<p>version 1.5.6 = 2022-03-15:</p>\n\n<p>Fix: fixed dissapearing items in remote related widgets</p>\n\n<p>version 1.5.5 = 2022-03-15:</p>\n\n<ul>\n<li>Feature: added woocommerce sorting options in posts selection by number of sales and rating</li>\n<li>Feature: added option to get related products on checkout page</li>\n<li>Feature: done manual posts and terms selections sort by drag and drop</li>\n<li>Feature: done option to custom refresh filters html (for carousels, galleries etc)</li>\n<li>Feature: made the attributes dialog support multi controls</li>\n<li>Feature: prepared the galleries and dynamic loops to use filters and load more\nFix: fixed query debug in manual posts selection\nFix: fix: fixed posts_per_page in manual posts selection\nFix: fix: fixed jquery include for remote widgets</li>\n</ul>\n\n<p>version 1.5.4 = 2022-03-06:</p>\n\n<ul>\n<li>Feature: added roles to post filter: single, main and child</li>\n<li>Feature: added option \"placeholder\" and \"disable dynamic\" for text field control</li>\n<li>Feature: added option for debug meta fields in post list, post grid</li>\n<li>Fix: fixed some pagination widget buttons related issues</li>\n<li>Fix: fixed non clickable items in some widgets</li>\n<li>Fix: fixed put_items(0) - first item output in twig</li>\n</ul>\n\n<p>version 1.5.3 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: added functionality to put image inside taxonomy terms widget</li>\n<li>Fix: fixed load more on archive page with orderby=xxx filter in url</li>\n<li>Fix: made support for woocommerce special order by in load more</li>\n<li>Change: updated freemius sdk to 2.4.3 version (Security fix)</li>\n</ul>\n\n<p>version 1.5.2 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: set up remote and sync functionality for the galleries</li>\n<li>Fix: fixed load more for current query posts</li>\n<li>Fix: fixed background js based widgets with elementor popups</li>\n<li>Fix: fixed unitegallery unclosed tag issue</li>\n<li>Fix: fixed replace mode in tabs filters</li>\n</ul>\n\n<p>version 1.5.1 = 2022-02-21:</p>\n\n<ul>\n<li>Feature: improved post pagination debug and added force options</li>\n<li>Feature: added code for the button filters</li>\n<li>Feature: added option to shuffle owl carousel</li>\n<li>Feature: added option for general \"shuffle\" in items</li>\n<li>Feature: made option for text modify, and get the current page url and current page title</li>\n<li>Feature: get feature image of a product from a first gallery image if featured image not exists</li>\n<li>Feature: added function \"one_random\" and \"first\" to get_items twig function</li>\n<li>Feature: added support for jet listing item</li>\n<li>Change: changed the \"choose template\" setting text to attirbute title</li>\n<li>Fix: fixed load more if offset turned on in the grid</li>\n<li>Fix: fixed link control attributes parsing</li>\n<li>Fix: fixed sync general api related bugs in elementor editor</li>\n</ul>\n\n<p>version 1.5.0 = 2022-02-02:</p>\n\n<ul>\n<li>Feature: added tabs in items controls</li>\n<li>Feature: added functionality for ajax taxonomies terms filter</li>\n<li>Feature: added some accessability to owl carousel buttons</li>\n</ul>\n\n<p>version 1.4.99: 2022-01-27:</p>\n\n<ul>\n<li>Feature: added option for disable content filtering in general settings->troubleshooting</li>\n<li>Feature: added taxonomies in widget debug output</li>\n<li>Fix: fixed some gallery lazy load related js bugs</li>\n</ul>\n\n<p>version 1.4.98: 2022-01-14:</p>\n\n<ul>\n<li>Feature: modified remote general js api to fit more types of widgets</li>\n<li>Feature: added support for put meta field in post list</li>\n<li>Fix: fixed some small php notices output in post query</li>\n</ul>\n\n<p>version 1.4.97 = 2022-01-06:</p>\n\n<ul>\n<li>Feature: add code base for the taxonomy filter</li>\n<li>Feature: added option to highlight all carousel items</li>\n<li>Feature: added active class to new owl carousel</li>\n<li>Feature: added scroll on click functionality to new owl carousel</li>\n<li>Fix: added support for acf fields styles in dynamic grid</li>\n<li>Fix: fixed some wp-rocket and filters related bug</li>\n</ul>\n\n<p>version 1.4.96 = 2021-12-29:</p>\n\n<ul>\n<li>Feature: use yoast main category feature to determine post main category</li>\n<li>Feature: added get woocommerce product gallery functionality to twig</li>\n<li>Feature: added support for multiple attribute conditoins values</li>\n<li>Feature: added menu order in advanced widget debug type</li>\n<li>Feature: added WooCommerce endpoints links code to twig</li>\n<li>Feature: added option to disable font awesome in general settings</li>\n<li>Fix: fixed some filters related issue</li>\n<li>Fix: added custom attributes to link attributes output</li>\n</ul>\n\n<p>version 1.4.95 = 2021-12-16:</p>\n\n<p>*Fix: fixed db table not found php bug in some cases</p>\n\n<p>version 1.4.94 = 2021-12-14:</p>\n\n<ul>\n<li>Feature: made posible multiple includes condition values per assets</li>\n<li>Feature: added meta value2 and meta value3 in include by meta value post selection</li>\n<li>Feature: added error notice if no api connectivity</li>\n<li>Feature: added attributes section conditions</li>\n<li>Feature: prepared code base for the new galleries</li>\n<li>Fix: fixed some small pagination related bug</li>\n<li>Fix: fixed remote connection parent detection in some cases</li>\n<li>Fix: added content filtering by filter widget_text_content for all the embed and other content modifications</li>\n<li>Fix: fixed edit defaulsin widget settings</li>\n<li>Fix: fixed some polylang issues with the template in dynamic template widgets</li>\n<li>Fix: [security] remove the \"duplicate layout\" functionality (not used in the plugin) that had some security issues </li>\n</ul>\n\n<p>version 1.4.93 = 2021-12-03:</p>\n\n<ul>\n<li>Fix: fixed some connected widgets bugs when there is many of them in the page</li>\n<li>Change: removed the black friday sale banner</li>\n<li>Feature: added general remote API for various widgets connections</li>\n<li>Feature: add some code base for the new gallery output</li>\n</ul>\n\n<p>version 1.4.92 = 2021-11-24:</p>\n\n<ul>\n<li>Fix: fixed similar post content in post list</li>\n<li>Change: saparated remote and sync options in connected widgets settings</li>\n</ul>\n\n<p>version 1.4.91 = 2021-11-23:</p>\n\n<ul>\n<li>Fix: fixed the wrong post intro in editor mode</li>\n</ul>\n\n<p>version 1.4.90 = 2021-11-22:</p>\n\n<ul>\n<li>Addition: added black friday banner discount banner and link</li>\n<li>Change: improved \"sync widgets\" editor experience</li>\n<li>Fix: fixed depricated \"post\" attribute bug</li>\n<li>Fix: modified zip extracting error messages</li>\n</ul>\n\n<p>version 1.4.89 = 2021-11-17:</p>\n\n<ul>\n<li>Feature: done the functionality for sync widgets</li>\n<li>Feature: done the functionality remote widgets</li>\n<li>Fix: fixed error message on remote widgets</li>\n<li>Fix: fixed css in post content in editor</li>\n<li>Fix: use better strip tags for post intro</li>\n</ul>\n\n<p>version 1.4.88 = 2021-11-08:</p>\n\n<ul>\n<li>Fix: fixed gutenberg support in widgets</li>\n<li>Fix: fixed all the pagination issues in archive page</li>\n</ul>\n\n<p>version 1.4.86 = 2021-11-01:</p>\n\n<ul>\n<li>Fix: fixed some load more last issues</li>\n<li>Feature: added code for taxonomy terms filter</li>\n<li>Feature: added code for checkbox filter</li>\n</ul>\n\n<p>version 1.4.86 = 2021-10-29:</p>\n\n<ul>\n<li>Feature: improved current query debug - full type</li>\n<li>Feature: added dropdown responsive placeholders</li>\n<li><p>Feature: added radio boolean attribute responsive controls</p></li>\n<li><p>Fix: fixed controls tabs functionality</p></li>\n<li>Fix: fixed load more custom image bug</li>\n<li>Fix: fixed double load more in a page mishmash bug</li>\n<li>Fix: fixed all load more issues</li>\n</ul>\n\n<p>version 1.4.85 = 2021-10-13:</p>\n\n<p>-bug fix: small bug fix - headers sent bug</p>\n\n<p>version 1.4.84 = 2021-10-13:</p>\n\n<ul>\n<li>Feature: added taxonomy terms full query debug option</li>\n<li>Feature: improved full debug type in posts query</li>\n<li>Feature: added items support in editor->background switcher</li>\n<li>Feature: added support for remote controls</li>\n<li>Feature: functionality to posts load more</li>\n<li>Feature: added second condition</li>\n<li>Feature: added tabs functionality to attributes</li>\n<li>Addition: added %,px to slider units</li>\n<li>Fix: fixed avoid duplicates related bug</li>\n<li>Fix: fixed conflicting wordpress codemirror script</li>\n<li>Fix: fixed post selection values init from editor</li>\n<li>Fix: fixed pagination on front page</li>\n<li>Fix: fixed some polylang related bugs</li>\n</ul>\n\n<p>version 1.4.83 = 2021-09-22:</p>\n\n<ul>\n<li>Fix: fixed styles mishmash inside elementor editor navigator</li>\n<li>Fix: fixed dissapearing carousels after refresh bug</li>\n<li>Fix: fixed dynamic grid pagination not changed</li>\n</ul>\n\n<p>version 1.4.82 = 2021-09-20:</p>\n\n<ul>\n<li>Feature: added troubleshooting setting - show php error message</li>\n<li>Feature: added px, vh, % options for slider attribute</li>\n<li>Feature: added dynamic group attributes for galleries, including image and video</li>\n<li>Feature: added option to convert one date string to another with ucdate filter</li>\n<li>Feature: added option to use items in background widgets</li>\n<li>Feature: added ucfunc(\"set\") and ucfunc(\"get\") functions in twig for remember and retrieve variables</li>\n<li>Feature: added include by option: \"children of current term\" to category selection options</li>\n<li>Feature: added option to pull woo product variations in twig</li>\n<li>Feature: added placeholder: link_withprefix, link_noprefix for link attribute</li>\n<li>Fix: fixed error when exists dynamic link in dynamic loop widgets</li>\n<li>Fix: enabled pagination in a single type in dynamic template grid</li>\n<li>Fix: the \"not equal\" attributes condition now works</li>\n<li>Fix: fixed not editable empty dropdown attribute in widget editor</li>\n<li>Fix: fixed mb_string absence php bug</li>\n<li>Fix: fixed heading attribute label</li>\n<li>Fix: fixed responsive elementor controls in widget items</li>\n</ul>\n\n<p>version 1.4.81 = 2021-08-17:</p>\n\n<ul>\n<li>Feature: added json select (lottie) for image attribute type </li>\n<li>Feature: made option for ajax in widgets with post list attribute</li>\n<li>Feature: made the ajax pagination work with pagination widget</li>\n<li>Feature: added dynamic options for number and slider attribute types</li>\n<li>Feature: added new owl carousel sources in assets chooser</li>\n<li>Feature: added heading attribute</li>\n<li>Change: added more types of debug for pagination widget</li>\n<li>Change: changed widget icons chooser for elementor icon instead of font awesome icon</li>\n<li>Fix: fixed import with template button dissapear in the new bar</li>\n<li>Fix: fixed widgets icons</li>\n</ul>\n\n<p>version 1.4.80 = 2021-08-09:</p>\n\n<ul>\n<li>Feature: added option to change items section label</li>\n<li>Feature: added js snippet with code that works in elementor popup</li>\n<li>Feature: added option to add {current_user_id} keyword in post meta query</li>\n<li>Feature: added option for block label inside each attribute</li>\n<li>Feature: added heading text option for items section</li>\n<li>Feature: added extra fields to image base gallery options</li>\n<li>Feature: added php filter option for variable</li>\n<li>Feature: added twig functions \"get_post_term\" and \"is_post_has_term\". The examples visible when you click on item.posts.putPostTerm placeholder</li>\n<li>Fix: fixed some test widgets output relate bugs</li>\n<li>Fix: conditions settings was not affected typography controls</li>\n<li>Fix: fixed template dynamic background image didn\'t displayed bug in dynamic loops</li>\n<li>Change: added some instructions for api connectivity test in general settings - troubleshooting</li>\n</ul>\n\n<p>version 1.4.79 = 2021-07-13</p>\n\n<ul>\n<li>Fix: fixed scripts output in preview widget page</li>\n</ul>\n\n<p>version 1.4.78 = 2021-07-12</p>\n\n<ul>\n<li>Change: added birthday sale promotions</li>\n<li>Feature: added woo commerce products to dynamic loop items source</li>\n</ul>\n\n<p>version 1.4.77 = 2021-07-07</p>\n\n<ul>\n<li>Fix: fixd the is_ajax() error function from the admin area</li>\n</ul>\n\n<p>version 1.4.76 = 2021-07-07</p>\n\n<ul>\n<li>Feature: added option to show post last modified date</li>\n<li>Feature: added function: get_from_sql in widget editor that allow to pull any custom records from DB</li>\n<li>Feature: added function: run_code_once in widget editor, that allow to run the code only once. Good for many similar widgets on the same page</li>\n<li>Feature: added option for load widget js as module</li>\n<li>Fix: fixed no key_thumb field in images inside widget</li>\n<li>Fix: fixed no condition in image sizes widget setting</li>\n<li>Fix: fixed javascript based backgrounds</li>\n<li>Fix: fixed brocken svg icon on catalog widget box in some of the cases</li>\n<li>Fix: fixed collision with rankmath in ajax actions</li>\n<li>Change: added some max length for a widget category, now it\'s 60</li>\n</ul>\n\n<p>version 1.4.75 = 2021-06-21</p>\n\n<ul>\n<li>Feature: added category image to products list</li>\n<li>Feature: added option to include as module widget js include</li>\n<li>Feature: added option to write custom handle to widget js and css include</li>\n<li>Feature: added options - avoid duplicate posts to post query exclude</li>\n<li>Feature: added option to include or exclude posts by dynamic field to posts selection</li>\n<li>Feature: added option to include or exclude posts by logged in user, in posts selection</li>\n<li>Fix: fixed background widget condition functionality</li>\n<li>Fix: changed template picker to simple select2 list</li>\n</ul>\n\n<p>version 1.4.74 = 2021-06-02</p>\n\n<ul>\n<li>Feature: added function put_date_range to twig functions. good for events widgets</li>\n<li>Feature: added integration with google map</li>\n<li>Feature: added function: \"run_code_once\" for twig</li>\n<li>Feature: added grouped options for the gallery</li>\n<li>Feature: added option to get posts by date from custom ACF field</li>\n<li>Feature: added gallery settings options for dynamic settings attribute</li>\n<li>Feature: added pagination to dynamic loop</li>\n<li>Change: improved dynamic settings attribute</li>\n</ul>\n\n<p>version 1.4.73 = 2021-05-20</p>\n\n<ul>\n<li>Feature: added twig function: \"put_attributes_json\" that available in js tab in widget editor</li>\n<li>Feature: added constant - uc_inside_editor - for distinquish between editor and site front</li>\n<li>Feature: added multiple select attribute</li>\n<li>Feature: added listing attribute support</li>\n<li>Fix: fixed \"request too long\" message on a widget preview - shortened preview url</li>\n<li>Fix: fixed several bugs with condition field in widgets editor</li>\n<li>Fix: fixed hidden image size select on item attributes</li>\n<li>Fix: fixed acf group field output</li>\n<li>Fix: fixed elementor template in items, changed to specific function</li>\n</ul>\n\n<p>version 1.4.72 = 2021-05-02</p>\n\n<ul>\n<li>Feature: added rating stars helper placeholder for woocommerce</li>\n<li>Feature: added option to include js file after elementor-frontend</li>\n<li>Fix: fixed new typography deprecation message</li>\n</ul>\n\n<p>version 1.4.71 = 2021-04-22</p>\n\n<ul>\n<li>Feature: added option to take post id\'s from php function in post selection</li>\n<li>Feature: added option for get posts by meta field that located in current or different post</li>\n<li>Feature: added twig filter: wc_price for native price filtering</li>\n<li>Feature: added post terms titles to post data debug</li>\n<li>Change: added option for woocommerce categories in terms selection</li>\n<li>Fix: fixed price issues in woocommerce related grids</li>\n<li>Fix: fixed include and exclude terms mismatch with nested tax query</li>\n<li>Fix: fixed pagination on search pages</li>\n</ul>\n\n<p>version 1.4.70 = 2021-04-14</p>\n\n<ul>\n<li>Feature: added show widget data debug options</li>\n<li>Feature: added option for filter post by post meta</li>\n<li>Feature: added option for simple condition for attributes</li>\n<li>Feature: added integration with wordpress popular post plugin for most viewed posts selection</li>\n<li>Feature: added post list variables for data debug</li>\n<li>Feature: added image sizes selector for post list</li>\n<li>Feature: get thumbnailID from content in case that it\'s missing in post</li>\n<li>Fix: when bulk moving attribute it now always goes to general category</li>\n<li>Fix: fixed filter posts by status</li>\n<li>Fix: fixed instagram media albom</li>\n</ul>\n\n<p>version 1.4.69 = 2021-04-04</p>\n\n<ul>\n<li>Feature: added extra query debug options for custom post types selector</li>\n<li>Feature: added choose image size select option to image attribute</li>\n<li>Feature: added \"image_attributes\" placeholder for image output in widget editor</li>\n<li>Change: added default values select to hover animations attribute</li>\n<li>Change: changed button \"add to cart\" to \"select options\" for variable products in woocommerce list widgets</li>\n<li>Fix: fixed border radius attribute from width to radius</li>\n<li>Fix: added missing thumb sizes for image select</li>\n</ul>\n\n<p>version 1.4.68 = 2021-03-22</p>\n\n<ul>\n<li>Feature: added include recently viewed products in woocommerce</li>\n<li>Feature: added option for default max posts in post selector</li>\n<li>Feature: added attribute type: Border Dimensions</li>\n<li>Feature: added attribute type: CSS Filters</li>\n<li>Feature: added attribute type: Hover Animations</li>\n<li>Fix: removed max posts from archive type post query selection, because has no control over pagination.</li>\n<li>Fix: fixed bug when instagram video images didn\'t show up</li>\n</ul>\n\n<p>version 1.4.67 = 2021-03-12</p>\n\n<ul>\n<li>Feature: added api connectivity to troubleshooting section</li>\n<li>Feature: added options in terms selection fields</li>\n<li><p>Feature: added order by meta key for woo categories select</p></li>\n<li><p>Fix: fixed woo product price format for decimal prices</p></li>\n<li>Fix: fixed context menu cut from bottom inside the widgets manager</li>\n<li>Fix: fixed show item data in widgets items repeater</li>\n<li>Fix: fixed float to round in woocommerce discount percents</li>\n</ul>\n\n<p>version 1.4.66 = 2021-02-18</p>\n\n<ul>\n<li>Feature: added \"box shadow\" attribute type</li>\n<li>Feature: added url_posts and num_posts to users output</li>\n<li>Feature: added option for selector 2 and selector 3 in several attributes</li>\n<li>Feature: added copy / paste attributes sections in widget editor</li>\n<li>Feature: added option for get default object to getListingItemData function</li>\n<li>Feature: added support for wpml site language inside a widget</li>\n<li>Feature: added acf image and thumbnails widths and heights to placeholders list</li>\n<li>Fix: load js include file in editor even if no js code</li>\n<li>Fix: fixed some php notice with exclude terms posts selection</li>\n<li>Fix: fixed small bug in getListingItemData function with no object returned</li>\n<li>Fix: fixed post selection manual select no posts shown at init</li>\n<li>Fix: fixed bug when private posts not fetched on manual posts selection</li>\n<li>Change: updated codemirror to latest version, added code search feature</li>\n<li>Change: updated freemius sdk to 2.4.2</li>\n</ul>\n\n<p>version 1.4.65 = 2021-02-03</p>\n\n<ul>\n<li>Feature: added option to fetch custom meta fields in users list</li>\n<li>Feature: added function to twig: getByPHPFunction()</li>\n<li>Feature: added function to twig: getUserMeta()</li>\n<li>Feature: added function to twig: getListingItemData() - working inside any plugin listing</li>\n<li>Fix: fixed php sanitize array bug</li>\n<li>Fix: fixed post type in related posts post selection</li>\n</ul>\n\n<p>version 1.4.64 = 2021-02-02</p>\n\n<ul>\n<li>Change: moved \"edit widget html\" button to advanced section in general tab</li>\n<li>Feature: added option to exclude products on sale in products query section in widget settings</li>\n<li>Feature: added option to exclude specific posts in post selection widget settings</li>\n<li>Feature: added woocommerce related products select in post selection</li>\n<li>Feature: added include/exclude posts by author in widget posts selection</li>\n<li>Feature: added include/exclude posts by date in widget posts selection</li>\n<li>Feature: added date/time picker to widget attributes types</li>\n<li>Feature: added post status to widget posts selection</li>\n<li>Feature: added offset setting to widget posts selection</li>\n<li>Feature: added author url and author post count to users fields</li>\n<li>Feature: added max number of users to user selection attribute</li>\n<li>Feature: added \"elementor template\" attribute</li>\n<li>Fix: fixed small php bug in post selection control</li>\n<li>Fix: fixed js bug in items repeater</li>\n<li>Fix: fixed exclude role not worked in user selection attribute</li>\n<li>Fix: fixed get products on sale selection with variations</li>\n</ul>\n\n<p>version 1.4.63 = 2021-01-26</p>\n\n<ul>\n<li>Feature: added acf link array and attributes</li>\n<li>Feature: added ordering features to post selection related and manual</li>\n<li>Feature: added option for showing only sticky posts</li>\n<li>Feature: added exclude by term setting in widget post selection</li>\n<li>Change: moved debug data from advaned to general folder in elementor widget settings</li>\n<li>Fix: fixed woo commerce prices number format</li>\n<li>Fix: fixed refresh posts on \"post query\" section open in widget post settings</li>\n<li>Fix: fixed manual posts selection default order</li>\n</ul>\n\n<p>version 1.4.62 = 2021-01-21</p>\n\n<ul>\n<li>Feature: added text shadow field</li>\n<li>Feature: added \"manual selection\" in posts query</li>\n<li>Feature: added compatability tag</li>\n<li>Fix: fixed image size thumb name with \"-\" sign inside</li>\n<li>Fix: fixed some php warning related to array to string conversion, happening in php 8</li>\n<li>Change: show woo commerce placeholders if selected \"for woocommerce products\" checkbox in post list attribute</li>\n<li>Change: improved woo category output placeholder help, added getTermCustomFields function</li>\n</ul>\n\n<p>version 1.4.61 = 2021-01-14</p>\n\n<ul>\n<li>Feature: added max posts and order by options to current query posts selection</li>\n<li>Feature: added manual selection for woocommerce categories select</li>\n<li>Feature: added selector and responsive to drop down attribute in widget builder</li>\n<li>Change: changed buy pro version link from the catalog widgets to inside of the plugin</li>\n<li>Fix: fixed adding widgets to a db table that is not auto incriment</li>\n<li>Fix: fixed svg preview from widget builder interface</li>\n<li>Fix: fixed manual memory check when registering widgets</li>\n</ul>\n\n<p>version 1.4.60 = 2020-12-30</p>\n\n<ul>\n<li>Feature: added option for third party integration for woocommerce grid</li>\n<li>Feature: added integration for \"advanced labels for woocommerce\" plugin</li>\n<li>Feature: added view file button in assets manager</li>\n<li>Feature: added svg icon option together with font icon for elementor panel widget box</li>\n<li>Feature: added preview image on mouseover inside elementor panel widget box</li>\n<li><p>Feature: added option for disabling \"edit widget html\" from widget settings</p></li>\n<li><p>Fix: fixed empty settings when there are gallery item setting only</p></li>\n<li>Fix: added \"no settings\" heading in case that no attributes in the widget</li>\n<li>Fix: fixed some php warnings for php 8.0</li>\n</ul>\n\n<p>version 1.4.59 = 2020-12-17</p>\n\n<ul>\n<li>Fix: fixed import template redirect</li>\n<li>Feature: added option to include sticky posts for post query</li>\n<li>Feature: added post pagination for single page</li>\n<li>Feature: added number of items for instagram widget</li>\n<li>Feature: added background image to background attribute</li>\n</ul>\n\n<p>version 1.4.58 - 2020-12-07</p>\n\n<ul>\n<li>Feature: make the plugin translatable for wordpress.org</li>\n</ul>\n\n<p>version 1.4.57 - 2020-12-07</p>\n\n<ul>\n<li>Feature: done post pagination widget for archive posts</li>\n<li>Feature: added option to truncate the post list</li>\n<li>Fix: fixed show debug query on current post query</li>\n</ul>\n\n<p>version 1.4.56 - 2020-11-30</p>\n\n<ul>\n<li>Update: relesed cyber monday deal admin notice</li>\n</ul>\n\n<p>version 1.4.55 - 2020-11-26</p>\n\n<ul>\n<li>Feature: added option to sort by sale price</li>\n<li>Feature: added option to debug query</li>\n<li>Feature: added option debug widget data</li>\n<li>Feature: added option to filter posts with child categories</li>\n<li><p>Feature: added option to include only products on sale</p></li>\n<li><p>Fix: fixed no widget shown in some cases</p></li>\n<li>Fix: fixed woocommerce prices placeholders prefix</li>\n</ul>\n\n<p>version 1.4.54 - 2020-11-13 =</p>\n\n<ul>\n<li>Update: updated freemius sdk to newest version</li>\n<li>Fix: fixed comma saparated selector</li>\n</ul>\n\n<p>version 1.4.53 - 2020-11-09 =</p>\n\n<ul>\n<li>Feature: added background widgets and section backgrounds</li>\n<li>Change: removed global colors from template export</li>\n<li>Fix: fixed bug with regular and sale price in woocommerce</li>\n</ul>\n\n<p>version 1.4.52 - 2020-11-06 =</p>\n\n<p>Fix: fixed bug with regular and sale price in woocommerce</p>\n\n<p>version 1.4.51 - 2020-11-04 =</p>\n\n<ul>\n<li>Feature: added svg output in icon library attribute</li>\n<li>Feature: added woocommerce checkbox to post list</li>\n<li>Feature: added product out of stock filter for product selection</li>\n<li>Feature: added discount_percent field in post list attribute woocommerce product type</li>\n<li>Feature: added woocommerce post list order by price option</li>\n<li>Fix: fixed woocommerce category in post list attribute</li>\n</ul>\n\n<p>version 1.4.50 - 2020-10-21 =</p>\n\n<ul>\n<li>Fix: removed display errors setting</li>\n</ul>\n\n<p>version 1.4.49 - 2020-10-12 =</p>\n\n<ul>\n<li>Fix: fixed small bug with non existing controls</li>\n<li>Fix: fixed general settings error when turning off plugin</li>\n</ul>\n\n<p>version 1.4.48 - 2020-10-12 =</p>\n\n<p>*Feature: added border attribute\n*Fix: page break in some versions of elementor\n*Fix: fixed bulk move attributes with categories\n*Fix: fixed default items image field not match</p>\n\n<p>version 1.4.47 - 2020-10-08 =</p>\n\n<ul>\n<li>Update: remove russian translation</li>\n<li>Feature: added function: get_items for twig</li>\n<li>Fix: fixed switch content and style tab</li>\n<li>Fix: fixed slider control tablet/mobile default value</li>\n<li>Fix: fixed non ordered widget categories</li>\n</ul>\n\n<p>version 1.4.46 - 2020-10-04 =</p>\n\n<ul>\n<li>Feature: added function put_items_json for js items output</li>\n<li>Fix: returned widgets from uncategorized category</li>\n</ul>\n\n<p>version 1.4.45 - 2020-10-04 =</p>\n\n<ul>\n<li>Fix: fixed template import with custom widgets</li>\n</ul>\n\n<p>version 1.4.44 - 2020-10-03 =</p>\n\n<ul>\n<li>Feature: added flexible content type attribute</li>\n<li>Optimize: reduced the number of db queries, dramatically increased load speed</li>\n</ul>\n\n<p>version 1.4.43 - 2020-09-22 =</p>\n\n<ul>\n<li>Feature: added option to group attributes into sections</li>\n<li>Feature: done instagram access token auto renew</li>\n<li>Feature: added \"selector\" to color picker attribute</li>\n<li>Fix: improved consolidate widgets option protection</li>\n<li>Fix: fixed select default widget images</li>\n<li>Fix: fixed default items in gallery item (image base fields)</li>\n<li>Fix: fixed image display in default item selector</li>\n<li>Fix: global colors was absent from color selection</li>\n</ul>\n\n<p>version 1.4.42 - 2020-08-06 =</p>\n\n<ul>\n<li>Feature: added option to get grouped woocomerce products</li>\n<li>Feature: added instagram connect to official API</li>\n<li>Feature: added function: getUserData(), added into \"twig code examples\" panel</li>\n<li>Feature: added \"printVar\" and \"showDebug\" functions \"twig code examples\" panel</li>\n<li>Feature: done \"login with instagram\" in general settings, and get data from instgram API</li>\n<li>Fix: sorted \"overwrite widgets\" issue on import</li>\n<li>Fix: fixed dropdown attribute when work with html data</li>\n</ul>\n\n<p>version 1.4.41 - 2020-06-18 =</p>\n\n<ul>\n<li>Feature: added additional controls to \"number\" attribute</li>\n<li>Feature: added \"exclude uncategorized category\" to woocommerce categories select </li>\n<li>Feature: added responsive controls to slider attribute</li>\n<li>Fix: fixed template type variable issues in elementor integration</li>\n<li>Fix: show pagination only when \"current query\" is available</li>\n<li>Fix: fixed select2 field min width in posts query</li>\n</ul>\n\n<p>version 1.4.40 - 2020-06-10 =</p>\n\n<ul>\n<li>Change: hided \"consolidate widgets\" general setting</li>\n<li>Feature: added \"show/hide wrapping html comments\" to general settings</li>\n<li>Fix: fixed export template filename</li>\n</ul>\n\n<p>version 1.4.39 - 2020-06-02 =</p>\n\n<ul>\n<li>Fix: fixed save widgets from editor with large config limitation.</li>\n<li>Fix: fixed export template with page settings bug.</li>\n<li>Fix: removed extra fields from items editor, leaved only supported fields</li>\n<li>Change: updated freemius SDK to latest version</li>\n</ul>\n\n<p>version 1.4.36 - 2020-05-21 =</p>\n\n<ul>\n<li>Feature: added support for pods panda repeater</li>\n<li>Fix: done some solution for max_execution_time issues when installing template</li>\n<li>Fix: fixed rtl on templates dialog popup</li>\n<li>Fix: corrected the naming near the \"number\" field</li>\n<li>Fix: cleared \"twig\" library from some not needed files.</li>\n<li>Change: removed \"image view\" file from framework.</li>\n</ul>\n\n<p>version 1.4.35 - 2020-05-11 =</p>\n\n<ul>\n<li>Feature: added term custom fields support</li>\n<li>Feature: added term meta fields support</li>\n<li>Change: moved composer vendor folder to plugin root</li>\n<li>Change: fixed empty templates list bug when \"show only installed widget\" checkbox checked</li>\n<li>Fix: sorted out some of the templates import bugs</li>\n</ul>\n\n<p>version 1.4.34 - 2020-05-06 =</p>\n\n<ul>\n<li>Fix: removed category ations from templates section</li>\n<li>Fix: show \"putPostMeta\" function even if no example post available</li>\n<li>Fix: fixed finally all the DB not installed issues on elementor and admin pages</li>\n</ul>\n\n<p>version 1.4.33 - 2020-05-03 =</p>\n\n<ul>\n<li>Fix: fixed double twig collision by another plugin</li>\n</ul>\n\n<p>version 1.4.32 - 2020-05-02 =</p>\n\n<ul>\n<li>Update: updated to newest twig 1.x version</li>\n<li>Fix: fixed no space between placeholders in php 7.4 bug</li>\n</ul>\n\n<p>version 1.4.31 - 2020-04-26 =</p>\n\n<p>*Fix: fixed dissapearing widget issue</p>\n\n<p>version 1.4.30 - 2020-04-23 =</p>\n\n<ul>\n<li>Fix: fixed couple of bugs related to templates</li>\n</ul>\n\n<p>version 1.4.29 - 2020-04-22 =</p>\n\n<ul>\n<li>Feature: released the templates catalog</li>\n</ul>\n\n<p>version 1.4.28 - 2020-04-10 =</p>\n\n<ul>\n<li>Feature: added woocommerce categories field</li>\n<li>Fix: fixed export / import with images feature</li>\n<li>Fug: fixed error message on front on some cases when the db tables not installed yet.</li>\n</ul>\n\n<p>version 1.4.27 - 2020-04-01 =</p>\n\n<p>Fix: fixed widget default icon in manager\nFeature: added \"getPostMeta, putPostMeta, printPostMeta\" functions\nFeature: added \"getPostData\" function for acf related posts, that get\'s all the data from the related post including custom fields</p>\n\n<p>version 1.4.26 - 2020-03-28 =</p>\n\n<ul>\n<li>Change: changed to new api address</li>\n<li>Fix: fixed links not included bug in theme builder posts</li>\n<li>Fix: fixed link to buy pro version</li>\n<li>Fix: fixed free version remain activated bug</li>\n<li>Fix: simpleXML validation made the site down</li>\n</ul>\n\n<p>version 1.4.25 - 2020-03-09 =</p>\n\n<ul>\n<li>Feature: added \"responsive controls\" to margin and padding setting</li>\n<li>Feature: made \"refresh catalog\" button</li>\n<li>Feature: added \"num_items\" variable to the widget editor</li>\n<li>Change: removed the \"default fonts\" from widget defaults screen</li>\n<li>Fix: fixed some php bug in \"implode\" function</li>\n<li>Fix: fixed posts from sub categories in post list</li>\n</ul>\n\n<p>version 1.4.24 - 2020-02-14 =</p>\n\n<ul>\n<li>Feature: made \"export with images\" option in templates</li>\n<li>Fix: fixed import category widgets</li>\n<li>Fix: fixed icon html output placeholder</li>\n</ul>\n\n<p>version 1.4.23 - 2020-02-02 =</p>\n\n<ul>\n<li>Feature: improved the slider attribute</li>\n<li>Feature: added \"menu\" attribute</li>\n</ul>\n\n<p>version 1.4.22 - 2020-01-28 =</p>\n\n<ul>\n<li>Feature: added woo currency symbol</li>\n<li>Feature: added woo add to cart button</li>\n<li>Feature: added slider attribute</li>\n<li>Widget: logo grid</li>\n<li>Widget: logo carousel</li>\n<li>Widget: logo marquee</li>\n<li>Widget: image tooltip</li>\n<li>Widget: content toggle</li>\n<li>Widget: circle number</li>\n<li>Widget: post list</li>\n</ul>\n\n<p>version 1.4.21 - 2020-01-22 =</p>\n\n<ul>\n<li>Feature: added users attribute</li>\n<li>Feature: done multiple post type selector</li>\n<li>Feature: added background attribute</li>\n<li>Feature: added icon library html output</li>\n<li>Feature: added woo commerce support in posts list</li>\n<li>Bug fix: fixed icons not shown bug in widget settings</li>\n</ul>\n\n<p>version 1.4.20 - 2020-01-15 =</p>\n\n<ul>\n<li>Bug fix: fixed font awesome icon output</li>\n<li>Bug fix: fixed instagram not loading bug</li>\n<li>Change: updated font awesome css version</li>\n<li>Change: changed the way that instagram was loaded on the page</li>\n</ul>\n\n<p>version 1.4.19 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added filter by slug to terms attribute</li>\n<li>Feature: changed repeater items titles to the ones from \"title\" field instead of \"Item1\", \"Item2\" etc.</li>\n<li>Feature: added automated styling for date field, added \"ucdate\" filter for that.</li>\n<li>Feature: done functionality for display post author</li>\n<li>Change: changed the font awesome attribute to fa5</li>\n<li>Change: added strip html tags from truncate function</li>\n</ul>\n\n<p>version 1.4.18 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added all image sizes to posts</li>\n<li>Feature: added \"putPostTerms\" function to posts</li>\n<li>Feature: added wpautop filter to twig</li>\n<li>Feature: added option for custom twig PHP functinoality for PRO version</li>\n<li>Feature: hide \"edit widget html\" button for user that don\'t have capability to see the plugin </li>\n<li>Feature: added wpml compatablity</li>\n<li>Feature: added related posts in posts list</li>\n<li>Feature: added padding and margin controls (pro)</li>\n<li>Bug Fix: fixed pagination output</li>\n</ul>\n\n<p>version 1.4.17 - 2019-12-12 =</p>\n\n<ul>\n<li>Change: changed to more flexible catalog api</li>\n</ul>\n\n<p>version 1.4.16 - 2019-08-12 =</p>\n\n<ul>\n<li>Feature: added post query relation (and, or) chooser</li>\n<li>Change: update to freemius sdk 2.3.1</li>\n<li>Feature: added \"trancate\" filter</li>\n<li>Fix: fixed editor permissions PHP Error</li>\n</ul>\n\n<p>version 1.4.15 - 2019-19-11 =</p>\n\n<ul>\n<li>Change: remove the old deprecated codecanyon activation</li>\n<li>Fix: fixed bug when both plugins are installed together</li>\n<li>Fix: fixed empty widget content when put a lot of content in the widget html/js</li>\n<li>Feature: added option for fonts for post list for intro and content</li>\n<li>Feature: added custom filter query ID in posts list query (pro)</li>\n<li>Feature: added labels to typography fields</li>\n<li>Feature: added description option for elementor controls</li>\n<li>Feature: added option to add help links to widgets from the widget editor</li>\n</ul>\n\n<p>version 1.4.14 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed js not included bug</li>\n</ul>\n\n<p>version 1.4.13 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed terms attribute selector bugs in elementor</li>\n<li>Fix: fixed post selection was not showing post types without taxonomies</li>\n<li>Fix: fixed rtl visibility issues in admin</li>\n</ul>\n\n<p>version 1.4.12 - 2019-15-10 =</p>\n\n<ul>\n<li>Feature: added exclude posts by current post</li>\n<li>Feature: added post category addition custom taxonomy support</li>\n<li>Fix: fixed some bug in post list selector elementor</li>\n</ul>\n\n<p>version 1.4.11 - 2019-07-10 =</p>\n\n<p>*Feature: added link param html attributes placeholder\n*Feature: added category link to post list params\n*Fix: fixed post list category not displayed bug</p>\n\n<p>version 1.4.10 - 2019-28-9 =</p>\n\n<p>-bug fix: added some front end protection against db not installed bug\n* Feature(pro): added do_action for custom wp actions run\n* Feature(pro): added apply_filters for custom wp actions run\n-bug fix: fixed export widget with assets path\n-change: added instructions to download pro version.</p>\n\n<h4>1.4.7 - 2019-18-9</h4>\n\n<p>*Fix: fixed post category selection in post list</p>\n\n<h4>1.4.6 - 2019-18-9</h4>\n\n<p>*Fix: fixed dynamic items in repeater</p>\n\n<h4>1.4.6 - 2019-11-9</h4>\n\n<p>*Fix: fixed admin body class external\n*Feature: make support for post categories list\n*Feature(pro) - made taxonomies list attribute\n*Fix: fixed current posts fetch in archive type</p>\n\n<h4>1.4.5 - 2019-19-8</h4>\n\n<p>*Change: improved widgets manager design</p>\n\n<h4>1.4.3 - 2019-25-7</h4>\n\n<p>*Change: updated the activation link from plugins\n*Change: small UI improvements</p>\n\n<h4>1.4.2 - 2019-24-7</h4>\n\n<p>*Feature: add post category to dynamic fields\n*Feature: added toolset integration</p>\n\n<h4>1.4.1 - 2019-8-7</h4>\n\n<p>*Feature: added search widget\n*Feature: the plugin is now fully translatable, added russian translation</p>\n\n<h4>1.4 - 2019-8-7</h4>\n\n<p>*Change: moved to new payment system (freemius), changed pricing plans</p>\n\n<h4>1.3.39 - 2019-2-7</h4>\n\n<p>*Feature: add alt tags to image attribute\n*Feature: add automatic name from title on add attribute\n*Feature: redesign categories</p>\n\n<p>*Fix: removed autop filter change code from front end\n*Fix: allow to import widget when stand on category from catalog\n*Fix: fixed instagram widgets typography bug</p>\n\n<h4>1.3.38 - 2019-30-6</h4>\n\n<p>*Feature: added code examples / js snippets\n*Feature: added widget preview</p>\n\n<h4>1.3.37 - 2019-23-6</h4>\n\n<p>*Feature: add support for archive pages\n*Feature: added archive pages pagination\n*Change: changed fonts design controls</p>\n\n<h4>1.3.36 - 2019-20-6</h4>\n\n<p>*Fix: fixed multiple similar js includes in one page</p>\n\n<h4>1.3.35 - 2019-20-6</h4>\n\n<p>*Feature: add support for acf gallery field</p>\n\n<h4>1.3.34 - 2019-13-6</h4>\n\n<ul>\n<li>Feature: improved the post list filtering and ordering</li>\n</ul>\n\n<h4>1.3.33 - 2019-12-6</h4>\n\n<ul>\n<li>Feature: added ordering posts by meta value</li>\n<li>Fix: fixed site crash by db error</li>\n</ul>\n\n<h4>1.3.32 - 2019-11-6</h4>\n\n<ul>\n<li>Fix: fixed pods together with acf fileds</li>\n<li>Fix: added all categories to post list</li>\n</ul>\n\n<h4>1.3.31 - 2019-10-6</h4>\n\n<ul>\n<li>Feature: added link attribute</li>\n</ul>\n\n<h4>1.3.30 - 2019-06-6</h4>\n\n<ul>\n<li>Feature: made PODS integration</li>\n</ul>\n\n<h4>1.3.29 - 2019-06-5</h4>\n\n<ul>\n<li>Feature: added set widget icon functionality, with presence in catalog</li>\n<li>Feature: added preview widget button from the catalog</li>\n</ul>\n\n<h4>1.3.28 - 2019-06-3</h4>\n\n<ul>\n<li>Feature: made plugin translatable</li>\n</ul>\n\n<h4>1.3.27 - 2019-06-2</h4>\n\n<ul>\n<li>Fix: fixed font override attribute bug</li>\n</ul>\n\n<h4>1.3.26 - 2019-05-30</h4>\n\n<ul>\n<li>Feature: added typography attribute</li>\n</ul>\n\n<h4>1.3.25 - 2019-05-29</h4>\n\n<ul>\n<li>Tweak: added support for dynamic params in image field</li>\n</ul>\n\n<h4>1.3.24 - 2019-05-29</h4>\n\n<ul>\n<li>Fix: Fix dynamic field</li>\n<li>Tweak: Added message when adding an empty repeater from custom fields</li>\n</ul>\n\n<h4>1.3.23 - 2019-05-01</h4>\n\n<ul>\n<li>Feature: Added dynamic fields to all text controls</li>\n<li>Feature: Added \"edit html\" button to all widgets</li>\n<li>Fix: Fixed consolidated addons render bugs</li>\n</ul>\n\n<h4>1.3.22 - 2019-04-25</h4>\n\n<ul>\n<li>Feature: Made all acf fields integration including the pro like repeater and clone</li>\n</ul>\n\n<h4>1.3.21 - 2019-04-20</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.20 - 2019-04-15</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.19 - 2019-04-10</h4>\n\n<ul>\n<li>Feature: Done all acf fields</li>\n</ul>\n\n<h4>1.3.18 - 2019-04-05</h4>\n\n<ul>\n<li>Change: Update post child vars when change post</li>\n</ul>\n\n<h4>1.3.17 - 2019-04-01</h4>\n\n<ul>\n<li>Change: Add dynamic fields to addon editor</li>\n</ul>\n\n<h4>1.3.16 - 2019-03-30</h4>\n\n<ul>\n<li>Fix: Fixed the switchers </li>\n<li>Fix: Fixed the upload file</li>\n<li>Fix: Fixed checkbox in assets tab</li>\n</ul>\n\n<h4>1.3.15 - 2019-03-25</h4>\n\n<ul>\n<li>Fix: Fixed visual bugs</li>\n<li>Fix: Fixed radio boolean attribute (switcher)</li>\n</ul>\n\n<h4>1.3.14 - 2019-03-20</h4>\n\n<ul>\n<li>Fix: Fixed addon assets tab bugs</li>\n</ul>\n\n<h4>1.3.13 - 2019-03-15</h4>\n\n<ul>\n<li>Feature: Done export/import template with addons</li>\n</ul>\n\n<h4>1.3.12 - 2019-03-10</h4>\n\n<ul>\n<li>Feature: Added fedback on deactivate</li>\n</ul>\n\n<h4>1.3.11 - 2019-03-05</h4>\n\n<ul>\n<li>Fix: Fixed export import layout stuff</li>\n</ul>\n\n<h4>1.3.10 - 2019-03-01</h4>\n\n<ul>\n<li>Fix: Fixed assets tab issues</li>\n<li>Fix: Fixed post to articles category rename on install</li>\n</ul>\n\n<h4>1.3.09 - 2019-02-28</h4>\n\n<ul>\n<li>Fix: Fixed test addon jquery include</li>\n<li>Change: Added purchase link to license page</li>\n</ul>\n\n<h4>1.3.08 - 2019-02-25</h4>\n\n<ul>\n<li>Fix: Fixed settings text output</li>\n</ul>\n\n<h4>1.3.07 - 2019-02-20</h4>\n\n<ul>\n<li>Fix: Fixed font manager bug</li>\n</ul>\n\n<h4>1.3.06 - 2019-02-15</h4>\n\n<ul>\n<li>Fix: Fixed taxonomy issues</li>\n</ul>\n\n<h4>1.3.05 - 2019-02-10</h4>\n\n<ul>\n<li>Fix: Fixed add addon functionality</li>\n</ul>\n\n<h4>1.3.04 - 2019-02-05</h4>\n\n<ul>\n<li>Improvment: Improved post types category selection</li>\n</ul>\n\n<h4>1.3.03 - 2019-02-01</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.02 - 2019-01-30</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.01 - 2019-01-25</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.2.01 - 2019-01-20</h4>\n\n<ul>\n<li>Fix: Fixed js in editor when addins widget</li>\n</ul>\n\n<h4>1.2.00 - 2019-01-15</h4>\n\n<ul>\n<li>Feature: Pro version with a catalog</li>\n</ul>\n\n<h4>1.0.11 - 2019-01-10</h4>\n\n<ul>\n<li>Fix: Fixed some wordpress galleries related bug</li>\n</ul>\n\n<h4>1.0.10 - 2019-01-05</h4>\n\n<ul>\n<li>Fix: Fixed export category</li>\n</ul>\n\n<h4>1.0.09 - 2019-01-01</h4>\n\n<ul>\n<li>Change: Made global setting for consolidata addons or not</li>\n<li>Change: Updated some memory text in general settings</li>\n</ul>\n\n<h4>1.0.08 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed all notices related bugs</li>\n</ul>\n\n<h4>1.0.07 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed with default data types</li>\n</ul>\n\n<h4>1.0.06 - 2018-12-25</h4>\n\n<ul>\n<li>Fix: Fixed js includes consolidated</li>\n</ul>\n\n<h4>1.0.05 - 2018-12-20</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.04 - 2018-12-15</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.03 - 2018-12-10</h4>\n\n<ul>\n<li>Fix: Fixed empty category issues</li>\n</ul>\n\n<h4>1.0.02 - 2018-12-05</h4>\n\n<ul>\n<li>Fix: Fixed bug with some unit values in render output</li>\n</ul>\n\n<h4>1.0.00 - 2018-12-01</h4>\n\n<ul>\n<li>Release: First plugin release</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:6:\"1.5.96\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/14440104/updates/69019.zip?is_premium=true&authorization=FSLA+14440104%3A8nB7Gb0XxRlPFGg9Dx5IXdEBJWkxLT7UfzizQrhNubKneKI8GJ9e1yCWz4n6e1w6Pa69rMzE7MuCzt9C0loDA5kYtPf_t_tQjudxVWaAVEKGEY_FVJ1dIh-QWnnmWLifGRgYle0UhyIq3q1emrGY0aY5xqMgC_1MwbyITQati-V8QwUg6Pmoa5EP7IYPlh1wgAwNtOpm-pLrne2Y5Viuf5eoD868QdlChnlU_Ujp8lqDLBd-6LsHH0bEvWrGO6NA-RYAXBnp4MunImDt_lgSNQ\";}}s:7:\"created\";i:1709060952;s:9:\"timestamp\";i:1709064552;}s:73:\"get:/v1/installs/14440104/updates/latest.json?is_premium=true&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:6:\"1.5.96\";s:11:\"sdk_version\";s:5:\"2.6.2\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:5:\"6.4.2\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:30766;s:2:\"id\";s:5:\"69019\";s:7:\"created\";s:19:\"2024-02-26 13:43:58\";s:7:\"updated\";s:19:\"2024-02-27 19:09:14\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14440104/updates/69019.zip?is_premium=true&authorization=FSLA+14440104%3AlEB8gt_gJUmJv1k0PqvS3OJUgoa15kHgOM-UWaKtM3cruWc8gPKFuUSgD1X5Ms3gMF4QLc-jQSXAzXN7-8jPmHI7tbBz87Ql-BAN7vkbV9x6NGz906-HM_QY-dcmVeNMhjzRZ8SAccIaOo0IyznZlnZ2BeegpZJZWhd9WoRTQvO02mtq0CSNaHQLEGBSSr2y6Seip36UdvG6Dgx-RK-pyXkpNzKZmAck0PHGoIFEkh5vxIRMjVrXTZ5eff_-9QUguCSg8i-DbI2TA2PyrbKlxQ\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:66:\"Unlimited Elements For Elementor (Free Widgets, Addons, Templates)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"tags\";O:8:\"stdClass\":6:{s:9:\"elementor\";s:9:\"elementor\";s:8:\"elements\";s:8:\"elements\";s:6:\"addons\";s:6:\"addons\";s:16:\"elementor addons\";s:16:\"elementor addons\";s:16:\"elementor widget\";s:16:\"elementor widget\";s:12:\"page builder\";s:12:\"page builder\";}s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";N;s:6:\"tested\";s:5:\"6.4.2\";s:10:\"stable_tag\";s:3:\"1.0\";s:8:\"sections\";O:8:\"stdClass\":4:{s:11:\"description\";s:7110:\"<p><strong>Elementor</strong> users, elevate your web design experience with <strong>Unlimited Elements for Elementor</strong>. An all in one plugin that instantly gives you the most advanced widgets and tools to make better Elementor websites faster. Take your WordPress website to the next level.</p>\n\n<p><a href=\"https://unlimited-elements.com/elementor-widgets/\">View Elementor Widgets Demos</a>\n<br>\nBrowse our extensive collection of free widgets or upgrade to our pro version for access to over 200 additional unique drag and drop widgets for <strong>Elementor</strong>. Each widget provides a wide range of options to easily control every aspect. If you can\'t find what you need, our <strong>Widget Creator</strong> Framework empowers you to create any widget you can imagine.</p>\n\n<h3>Plugin Features</h3>\n\n<ul>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Widget Library</strong></a> – Enhance the popular Elementor page builder with our user-friendly and innovative widget library. Simplify your website by finding everything you need in one place, without the need for multiple plugins.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/widget-creator/\"><strong>Widget Creator</strong></a> – Save valuable time by eliminating the need to search for numerous plugins and add-ons. Instead, create customized, professional widgets that perfectly align with your website requirements.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-templates/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/loop-builder-for-elementor/\"><strong>Loop Builder</strong></a> – Easily create dynamic Loop Items within the Elementor Theme Builder by utilizing any loop widget layout of your preference. Effortlessly populate the chosen widget with dynamic content to craft versatile and engaging Loop Items.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/background-widgets-for-elementor/\"><strong>Background Widgets</strong></a> – Elevate your web designs instantly with our user-friendly animated backgrounds available in our extensive widget library. Experience seamless integration and unleash your creativity like never before.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/post-widgets-filters-tools/\"><strong>Post Widgets & Filters</strong></a> – Easily create stunning post layouts with real-time filters. Improve the browsing experience for website visitors by helping them find the content they\'re looking for. Effortlessly display posts using advanced criteria on your entire website.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/woo/\"><strong>WooCommerce Widgets & Filters</strong></a> – Create stunning product layouts with dynamic real-time filters. Showcase your products and categories in a wide array of interactive formats, such as grids, carousels, sliders, and more.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/remote-control-widgets/\"><strong>Woo Widgets & Filters</strong></a> – Unleash your creativity with advanced and customizable layouts. Take full control of your designs and make them truly unique using the remote controls. Stand out from the crowd with layouts that are both eye-catching and distinctive.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/sync-widgets/\"><strong>Sync Between Widgets</strong></a> – Elevate your web designs to new heights by seamlessly synchronizing multiple item-based widgets. This powerful feature empowers you to effortlessly create intricate and personalized layouts, taking your designs to the next level of sophistication.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source-galleries/\"><strong>Multi-Source Galleries</strong></a> – Empower your gallery showcase by effortlessly featuring Woo products, WordPress posts, Instagram feeds, and a variety of other sources, including various API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/live-copy-paste/\"><strong>Live Copy Paste</strong></a> – Copy and paste fully designed sections from the Unlimited Elements website directly to your website, saving you time and ensuring you can finish your web project as soon as possible.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-menu-widget-for-elementor/\"><strong>Mega Menu Builder</strong></a> – Easily craft a distinctive Mega Menu for your website navigation by incorporating images, icons, links, and various Elementor widgets into unique menu layouts.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-slider-widget-for-elementor/\"><strong>Mega Slider Builder</strong></a> – Easily turn any Elementor sections into slider slides. Now you can amaze your website visitors with jaw-dropping slider designs that look amazing on any device.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source/\"><strong>Multi-Source Widgets</strong></a> – Add content dynamically to item-based widgets effortlessly with support for ACF repeaters, JSON/CSV files, Woo Products, WordPress posts, users, menus, and a range of API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/dynamic-post-popup-widget-for-elementor/\"><strong>Dynamic Popup Builder</strong></a> – Dynamically create a popup to add a quick view of the post without leaving the page. Use an Elementor single post template to create the layout of the dynamic popup.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/form-builder/\"><strong>Elementor Form Builder</strong></a> – Build advanced forms effortlessly using the drag-and-drop form builder. Whether it’s a simple or complex form, our straightforward form widgets make it quick and easy to create forms, improving your workflow.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/calculators/\"><strong>Calculator Builder</strong></a> – Easily design professional calculators for any type of industry. Whether you need a loan calculator, mortgage calculator or business calculator, our powerful and intuitive drag and drop builder makes it easy to create complex calculators with ease.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/filters/\"><strong>Elementor Filter Widgets</strong></a> – Unlock the potential of the AJAX-based faceted filter system, seamlessly empowering you to craft diverse layouts with ease. Take control by applying multiple filters, ensuring a super-fast and dynamic filtering experience tailored to your website needs.</p></li>\n</ul>\";s:12:\"installation\";s:521:\"<p>Note : This plugin works with Elementor. Make sure you have <a href=\"https://wordpress.org/plugins/elementor/\">Elementor</a> installed.</p>\n\n<ol>\n<li>Upload the plugin folder to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress</li>\n<li>Navigate to Unlimited Elements in the WordPress side menu and install the widget you want by hovering over it and clicking install.</li>\n</ol>\";s:3:\"faq\";s:4208:\"<h4>Can I use the plugin without Elementor?</h4>\n\n<p>No. You cannot use the plugin without Elementor since it\'s an addon for Elementor.</p>\n\n<h4>Does the plugin work with any theme?</h4>\n\n<p>Absolutely! The plugin will work with any theme where Elementor works.</p>\n\n<h4>What if I update to the Premium version after using the Free version?</h4>\n\n<p>Your existing elements/content will work with the premium version. So you won’t lose your any of your hard work.</p>\n\n<h4>Can I get a refund?</h4>\n\n<p>If you are not happy with your purchase at anytime just contact us and we will refund 100% of your money no questions asked.</p>\n\n<h4>Do you offer a renewals discount?</h4>\n\n<p>Yes, you get 25% discount for all annual plan automatic renewals. The renewal price will never be increased so long as the subscription is not cancelled.</p>\n\n<h4>How do I install and activate the \'Unlimited Elements for Elementor\' plugin on WordPress?</h4>\n\n<p>To install the \'Unlimited Elements\' plugin on your WordPress site, access your WordPress Dashboard and go to Plugins -> Add New. In the search box, enter \'Unlimited Elements.\' Locate the plugin in the search results and click on the \'Install Now\' button. Once the installation is finished, click on the \'Activate\' button, and \'Unlimited Elements for Elementor\' will be successfully activated on your WordPress site.</p>\n\n<h4>Do I need to know code to use Unlimited Elements?</h4>\n\n<p>No, you do not need to know code to leverage the widgets and other tools provided by the Unlimited Elements plugin. It is designed to be user-friendly, allowing you to enhance your Elementor experience without any coding expertise. However, for users familiar with code, the plugin offers the added advantage of a widget creator, enabling the creation of custom Elementor widgets for a more tailored and advanced design experience.</p>\n\n<h4>Is my site secure with Unlimited Elements?</h4>\n\n<p>Yes, Unlimited Elements is a secure plugin. The plugin is regularly updated to adhere to common security standards, ensuring a secure environment for your website.</p>\n\n<h4>What types of filters does Unlimited Elements provide?</h4>\n\n<p>Unlimited Elements offers a variety of filter types, including search filters, dropdowns, tabs filters, checkboxes filters, and WooCommerce-related filters, providing a diverse range of options for dynamic and versatile website filtering.</p>\n\n<h4>Are the filters compatible with any post type or WooCommerce products?</h4>\n\n<p>Yes, all the filters provided by Unlimited Elements are live Ajax filters, ensuring dynamic and seamless filtering experiences. They are compatible with any post type, including custom post types, and WooCommerce products, offering versatile functionality for a wide range of content on your website. Utilize specific WooCommerce filters to enhance the shopping experience for your customers, such as the price range slider filter and color swatches filter for products with different colors.</p>\n\n<h4>Can I use Unlimited Elements to display custom post types in my widgets?</h4>\n\n<p>Yes, Unlimited Elements supports showcasing custom post types with advanced query selection and seamless connection to any filter from the UE library. This allows for tailored and dynamic content presentation on your website using the plugin\'s versatile features.</p>\n\n<h4>What are multi-source widgets in Unlimited Elements?</h4>\n\n<p>Multi-source widgets in Unlimited Elements enable the population of item-based widgets with various dynamic source types. These widgets can be populated using sources like ACF repeater fields, WooCommerce products, custom post types, Instagram feeds, and various API integrations. This versatility allows for the seamless integration of diverse content into widgets, enhancing the flexibility and functionality of your website elements.</p>\n\n<h4>Should I use Remote Control Widgets or the Sync Widgets function in Unlimited Elements?</h4>\n\n<p>The choice depends on your design preferences. If you want complete control, go for Remote Control Widgets. For synchronized layouts, choose Sync Widgets. They can also be used together for even more powerful customization options in Unlimited Elements.</p>\";s:9:\"changelog\";s:110623:\"<p>version 1.5.96: 2024-02-26</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Feature: added option for time_ago_short in timelines that will show shorter version of minutes and hours text</li>\n<li>Feature: added defaults for weather widget</li>\n<li>Fix: fixed hourly weather fields</li>\n<li>Fix: fixed the import with images functionality</li>\n<li>Fix: set default timeout to remote requests</li>\n<li>Fix: fixed the image duplicate when importing templates</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Side Menu (Pro) - Implemented \'Menu Padding\' option. This new functionality allows users to set padding for the menu, providing control over the spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced a new value for \'Meta Data Position\' option called \'Before Title\'. This new functionality allows users to position meta data before the title, providing additional flexibility in content layout.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Stage Padding\' option. This new functionality allows users to set stage padding, displaying a part of the previous and next carousel items for a more visually appealing and dynamic presentation.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Selected Item Number\' option. This new functionality allows users to select a specific item by default, enhancing user experience by highlighting a predetermined item upon initialization.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option to display the image on the opposite side of the content for enhanced layout flexibility and customization.</li>\n<li>Feature: Thumbnail Slider (Pro) - Introduced \'Multi Source\' option, enabling users to select gallery items from various sources for enhanced flexibility and content integration.</li>\n<li>Feature: Timer Countdown Banner (Pro) - Added \'Direction\' option to support RTL (Right-to-Left) layout websites.</li>\n<li>Feature: Post Horizontal Timeline (Pro) - Introduced Background Color and Icon Color options for Navigation Arrows in disabled mode. This new functionality allows users to customize the appearance of navigation arrows when they are disabled, providing enhanced visual control.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Time Ago Type\' option. This new functionality allows users to choose the type of time ago representation, providing flexibility in how time is displayed within the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Text Custom Field\' option. This new functionality allows users to add a custom field under the main Posts Text, providing additional customization for displaying content.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Link Type\' option for all link elements in the widget. This new functionality allows users to choose the type of link for various elements within the widget, enhancing control over linking behavior.</li>\n<li>Feature: Remote Link (Pro) - Introduced active state for the link. This new functionality allows users to customize the appearance of the link when it is in an active state, providing enhanced visual feedback.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Implemented \'Hide Vertical Scrollbar in Popup\' option. This new functionality allows users to hide the vertical scrollbar within the popup, providing a cleaner and more focused appearance.</li>\n<li>Feature: Icon Carousel (Pro) - Introduced \'Autoplay Pause on Hover\' option, allowing users to pause autoplay functionality when hovering over the carousel for improved control and interaction.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Introduced Entrance Animation functionality for the popup. This new feature allows users to apply entrance animations, enhancing the visual appeal and engagement when the popup appears.</li>\n<li>Feature: Unlimited Timeline (Free) - Implemented \'Content Box Link\' option. This new functionality allows users to link the entire content box, providing a convenient way to associate a link with the entire widget item.</li>\n<li>Feature: Text Field (Free) - Added \'Read Only\' option, allowing users to set the field as read-only for preventing user input while retaining visibility of the text.</li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Radar Range\' option for Radar chart, allowing users to set the minimum range value for improved data visualization.</li>\n<li>Feature: Testimonial Carousel (Pro) - Added \'Rating\' field to the Source option. This new functionality allows users to incorporate a rating field as a source for the widget, expanding the available data sources for enhanced content display.</li>\n<li>Feature: Multi Step Form (Pro) - Introduced \'Direction\' option. This new functionality is useful for RTL (Right-to-Left) websites, allowing users to set the direction of the widget layout accordingly.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option for users to customize the text of each item\'s button, providing greater flexibility.</li>\n<li>Feature: Post List (Free) - Implemented \'Space Between Categories\' option. This new functionality allows users to set spacing between categories, providing control over the layout and visual presentation of category elements.</li>\n<li>Feature: Memory Game (Pro) - Introduced \'Add Completion Time to Form Field\' option, enabling users to automatically append the time taken to complete the memory game to a designated form field.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Add Link For The Whole Item\' option. This new functionality allows users to add a link to the entire widget item, enhancing the interactive capabilities and providing a clickable area for the entire item.</li>\n<li>Feature: Post Carousel (Pro) - Implemented \'Text Padding\' and \'Title Padding\' options. This new functionality allows users to set padding for text and title elements, providing enhanced control over spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced \'Date Modified\' options. This new functionality allows users to display the date when a post was last modified, providing additional information and transparency in content presentation.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Introduced options to customize Maps Controls icons\' color and background color. This new functionality allows users to personalize the appearance of map controls, enhancing visual customization.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Disable Map Interaction On Mobile\' option. This new functionality allows users to disable map interaction specifically on mobile devices, providing control over the user experience on smaller screens.</li>\n<li>Change: Content Tabs (Free) - Modified behavior of \'Start Collapsed\' option when used with \'Set Hash\'. If the URL has a hash, the first opened tab will be determined by the hash, providing a more dynamic and user-friendly experience.</li>\n<li>Change: Dropdown Button (Pro) - Removed Text Decoration CSS property from dropdown items. This update enhances the visual presentation by eliminating unnecessary text decoration.</li>\n<li>Change: Woo Mini Cart (Pro) - Added separate border options for \'View Cart\' and \'Checkout\' buttons, providing users with more customization flexibility for button styling.</li>\n<li>Change: Swipe Carousel (Pro) - Modified \'Enable Link\' option. Now, the entire item serves as a link, providing a more intuitive and consistent approach to linking within the widget.</li>\n<li>Fix: Submit Button (Free) - Corrected default values in email 2 that were leading to validation errors.</li>\n<li>Fix: Post Carousel Lite (Free) - Addressed issue where the carousel was not displaying on mobile devices.</li>\n<li>Fix: Icon Tabs (Pro) - Resolved issue with the \'Start Collapsed\' option. The fix ensures that the \'Start Collapsed\' option now functions correctly, delivering the intended collapsed behavior upon initialization.</li>\n<li>Fix: Post Grid (Pro) - Optimized widget item HTML code. This update enhances performance and efficiency by streamlining the HTML structure of widget items.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized item HTML code. This update improves performance and efficiency by refining the HTML structure of individual items within the widget.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized CSS code. This update improves performance and reduces the overall footprint of the stylesheet, enhancing efficiency and loading times.</li>\n<li>Fix: Remote Link (Pro) - Resolved issue where the Text Shadow option was erroneously interpreted as Box Shadow. The fix ensures that the Text Shadow option now functions correctly, providing the intended text shadow effect.</li>\n<li>Fix: Scroll Sequence (Pro) - Revised and improved descriptions of the widget fields for better clarity.</li>\n<li>Fix: Post Magazine Grid (Pro) - Added \'raw\' tag to category names to fix the display issue where the \'&\' symbol in category names was not displaying correctly.</li>\n<li>Fix: Before After (Pro) - Improved widget interaction with Elementor\'s Popups. This update ensures seamless integration and optimal performance when using the widget within Elementor\'s Popup functionality.</li>\n<li>Fix: Grid Gallery (Pro) - Resolved an issue where the widget was not extending to full width within Elementor Container.</li>\n<li>Fix: Particle Image (Pro) - Added protection from lazy load. This update ensures compatibility and proper functionality, mitigating potential issues related to lazy loading on various platforms.</li>\n</ul>\n\n<p>version 1.5.95: 2024-02-12:</p>\n\n<ul>\n<li>Feature: Ensure that the blog displayed on the \"Home\" page of the plugin is always up-to-date.</li>\n<li>Feature: Implemented support for tags in the widget catalog.</li>\n<li>Feature: Added an option for galleries to play videos in muted mode.</li>\n<li>Feature: Integrated weather forecast data preparation for the widget.</li>\n<li>Fix: Addressed some minor potential security risks associated with the import templates functionality.</li>\n<li>Fix: Rectified email validation for Form Email2.</li>\n<li>Fix: Resolved some issues with the price range filter.</li>\n<li>Fix: fixed the problem where dynamic template styles disappeared after updating Elementor Pro.</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Image Zoom Content Box (Free) - Implemented \'Title Tag\' option. This new functionality allows users to specify the HTML tag for titles within the widget, providing flexibility and control over the semantic structure of the content.</li>\n<li>Feature: Post Accordion (Free) - Implemented \'Disable Link in Image\' option. This new functionality allows users to disable the link associated with an image, providing more control over the interactive behavior of images within the widget.</li>\n<li>Feature: Slider Gallery (Free) - Implemented \'Mute Video\' option. This new functionality allows to play videos muted by default. Volume can be adjusted in video players on live page.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Item Bar Width\' option. This new functionality allows users to customize the width of individual bars, providing greater control over the visual representation of items.</li>\n<li>Feature: Remote Item Navigation (Pro) - Introduced \'Border Override Color\' options for Regular and Active states. This new functionality allows users to customize border colors separately for both Regular and Active states, enhancing visual styling in the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Title Min Height\' option. This new functionality allows users to set a minimum height for the title, offering more control over the visual presentation and consistency in the widget.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Show Link\' option. This new functionality enables users to show or hide links and customize their styling within the widget, offering more control over the interactive elements.</li>\n<li>Feature: Counter (Free) - Implemented \'Add Link To Widget Container\' option. This new functionality allows users to include a link, enhancing the interactive capabilities of the element by enabling navigation to another page or resource.</li>\n<li>Feature: Icon Box Accordion (Pro) - Introduced \'Icon + Text\' option for Graphic Element. This new value expands customization by allowing users to display both an icon and text within the Graphic Element for richer visual representation.</li>\n<li>Feature: Before After (Pro) - Added support for the widget inside Elementor\'s Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to utilize the widget effectively within Elementor\'s Tabs.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Hide Inactive Arrow\' option. This new functionality allows users to hide inactive arrows, providing a cleaner and more focused appearance in the widget interface.</li>\n<li>Feature: Layers (Pro) - Added shadow for icon type layers.</li>\n<li>Feature: Icon Pointer Button (Pro) - Introduced \'Direction\' option. This new functionality allows users to specify the direction for RTL (Right-to-Left) or LTR (Left-to-Right) websites, ensuring proper layout alignment based on language direction.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Auto Height\' option. This new functionality adjusts the height of the slider dynamically based on the height of the current slide, providing a more adaptive and seamless user experience.</li>\n<li>Feature: Justified Image Carousel (Pro) - Option to fix the broken layout (resulting in a duplicate carousel) caused by delayed image loading, this solution verifies that the images are loaded before initializing the carousel.</li>\n<li>Feature: Remote Tabs (Pro) - Introduced styling options for Border Radius, Border, and Shadow for the image of the active tab.</li>\n<li>Feature: Layers (Pro) - Added background color, padding and radius for text fields.</li>\n<li>Feature: WhatsApp Chat (Pro) - z-index option for Popup, allowing users to customize the stacking order of the Popup for better control over its visibility in relation to other elements.</li>\n<li>Feature: WhatsApp Chat (Pro) - Introduced option to customize the Popup Title, along with styling options for enhanced visual control and personalization.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced \'Additional Title\' options. This new functionality expands customization by providing additional settings for titles, allowing users to further enhance the visual presentation of titles within the widget.</li>\n<li>Feature: Content Grid (Pro) - Introduced \'Image Scale\' option. This new functionality allows users to scale the images, providing enhanced control over the visual presentation within the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented feature - automatically opens menu item if it matches the current page URL.</li>\n<li>Feature: Post Grid (Pro) - Added Option to show post tags, providing users with the ability to showcase tags associated with each post.</li>\n<li>Feature: Post Magazine Grid (Pro) - Introduced \'Image Scale\' and \'CSS Filters\' options along with the hover transition duration for enhanced image customization.</li>\n<li>Feature: Card Carousel (Free) - Implemented \'Image Position\' option. This new functionality allows users to customize the position of image within the widget, providing enhanced control over the visual layout.</li>\n<li>Feature: Layers (Pro) - Added mouse parallax effect, adds a captivating and interactive dimension to the user interface.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced additional styling options. This new set of functionalities allows users to further customize and refine the visual appearance of the widget, providing enhanced styling possibilities.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Close Transition Speed\' option. This new functionality enables users to set the speed of close animations for the dropdown, enhancing visual transitions and customization.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added \'Image Position\' option, allowing users to customize the position of the image above or below the content for enhanced layout flexibility.</li>\n<li>Feature: Layers (Pro) - Implemented motion effects—now elements can bounce up and down and move left to right for a livelier interface.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Center Info Window\' option. This new functionality allows users to center the info window on the map, providing enhanced visibility and focus on the selected location.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Close After Outside Info Window Click\' option. This new functionality allows users to close the info window after clicking outside of it on the map, enhancing user interaction and control.</li>\n<li>Feature: Layers (Pro) - Implemented responsive settings for individual layers, allowing users to toggle each layer on or off based on the specific device requirements.</li>\n<li>Feature: Image Accordion (Pro) - Added \'Title HTML Tag\' option, providing users with better SEO control by allowing customization of HTML tags for widget titles.</li>\n<li>Feature: Content Tabs (Free) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab content for a smoother and more seamless user experience.</li>\n<li>Feature: Event List (Pro) - Implemented \'Remove Expired Event Item\' option. This new functionality allows users to automatically remove event items that have expired, streamlining content management within the widget.</li>\n<li>Feature: Post Grid (Pro) - Added typography option for post tags, allowing users to customize the font style, size, and other typographic attributes.</li>\n<li>Feature: Event List (Pro) - Implemented \'Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the button, providing enhanced control over the layout within the widget.</li>\n<li>Feature: vCard (Pro) - Introduced option to include social media links in downloadable VCF contact file, enhancing contact information with additional social network profiles for improved connectivity.</li>\n<li>Change: Toggle Text Button (Free) - Upgraded textarea to full functionality editor, providing users with enhanced editing capabilities.</li>\n<li>Change: vCard (Pro) - Updated vCard JavaScript library to the latest version, ensuring compatibility with current standards and latest feature availability.</li>\n<li>Fix: Woo Product List (Free) - Introduced \'Layout Type\' option. This new functionality allows users to set the layout as either column or row, providing flexibility in organizing and displaying content within the widget.</li>\n<li>Fix: vCard (Pro) - Resolved issue where QR code was not scanning on some apps.</li>\n<li>Fix: Hotspots (Pro) - Rebuilt JavaScript code for better interaction. Removed unnecessary code to optimize performance and streamline functionality.</li>\n<li>Fix: Sideways Vertical Text (Pro) - Text layout shifting issue on Safari browser.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue with scrolling to the top of the page after tab click. The fix ensures that tab clicks no longer trigger unintended scrolling to the top, providing a smoother user experience.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the vertical scrollbar appearing on hover.</li>\n<li>Fix: Testimonial Carousel (Pro) - The issue where styling attributes (size and color) for SVG icons were not taking effect.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue in Content Tabs when Before After widget couldn\'t function inside tabs. The fix ensures proper functionality, allowing users to utilize the widget as intended.</li>\n<li>Fix: Woo Product Grid (Pro) - Added image HTML attributes to product images.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue where the size of social icons wasn\'t responding to the option value. The fix ensures that the specified option value now accurately reflects the size of social icons.</li>\n<li>Fix: Counter (Free) - Removed unnecessary space in \'Before Text\' and \'After Text\' options. This update improves the clarity and presentation of the text by eliminating unnecessary spacing.</li>\n<li>Fix: Content Tabs (Free) - Added support for Elementor Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to incorporate the widget effortlessly within Elementor Tabs.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved an issue where incorrect icons were being displayed after selecting a menu item.</li>\n<li>Fix: Woo Mini Cart (Pro) - Improved widget compatibility with optimization plugins like WP Rocket. This update ensures seamless integration, optimizing performance and enhancing the overall user experience when using these plugins.</li>\n<li>Fix: Post Accordion (Free) - Updated post content loading method to resolve the issue where, on some sites, post content was not displaying correctly.</li>\n<li>Fix: Dropdown Field (Pro) - Fixed an issue when Dropdown Field couldn\'t parse Field Name to Number Field widget.</li>\n<li>Fix: Card Carousel (Free) - Resolved issue where Transition Speed wasn\'t working for non-default animations. The fix ensures that Transition Speed now functions correctly for all animations, providing consistent and reliable behavior.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Removed default 2px border with blue color from one of the map elements. This update improves the visual presentation by eliminating an unnecessary border.</li>\n</ul>\n\n<p>version 1.5.94: 2024-01-25:</p>\n\n<ul>\n<li>Feature: added option to message individual fields for the form</li>\n<li>Change: removed instagram blocked api message - the instagram functionality is active now!</li>\n<li>Change: added default values to currency fields</li>\n<li>Fix: fixed small php bug regarding date field in items</li>\n<li><p>Fix: fixed some small xss vulnurability that pachstack discovered</p></li>\n<li><p>Feature: Number Field (Pro) - Introduced \'Enable Date Field in Formula\' option. This new functionality enables the use of Date Field in formula by allowing the addition or subtraction of days.</p></li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Remove Items with 0 Value\' option. This new functionality automatically excludes items with a value of 0 from charts.</li>\n<li>Feature: WordPress Menu (Free) - Implemented \'Hover Effect\' option. This new functionality allows users to choose from a variety of hover link effects, enhancing the visual presentation with dynamic animations.</li>\n<li>Feature: Hotspots (Pro) - Introduced customizable popup positioning, providing users with the option to define the exact position rather than relying on preset center alignment.</li>\n<li>Feature: Event List (Pro) - Introduced \'Event End Date\' option, allowing users to display event end date and time.</li>\n<li>Feature: Event List (Pro) - Implemented \'Calendar Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the calendar, providing better control over its placement within the layout.</li>\n<li>Feature: Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Dropdown Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Value Handling\' options. This new functionality allows users to choose the checkbox value type from options such as sum, individual number, or individual text, providing flexibility in handling checkbox values.</li>\n<li>Feature: Masonry Gallery (Pro) - Introduced \'Title Typography\' and \'Description Typography\' options. These new functionalities allow users to customize the typography settings for titles and descriptions.</li>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Tile Background Color\' option. This new functionality allows users to customize the background color of tiles, providing enhanced visual control over the widget\'s appearance.</li>\n<li>Feature: Hotspots (Pro) - Added \'Popup Image Size\' option, allowing users to customize the size of popup images.</li>\n<li>Feature: WooCommerce Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented \'Open Links In New Tab\' option. This new functionality allows users to specify whether links should open in a new tab with Source type posts, products, etc.</li>\n<li>Feature: Content Ticker (Pro) - Added Option to add an Image for each ticker item.</li>\n<li>Change: Hotspots (Pro) - Enabled \'Image Size Select\' option for the Image, allowing users to choose from different image resolutions for enhanced flexibility and visual customization.</li>\n<li>Change: Icon Carousel (Pro) - Improved \'Item Minimum Height\' option by expanding the range of values.</li>\n<li>Fix: Fullscreen Menu (Free) - Improved protection from Elementor sticky section interference.</li>\n<li>Fix: vCard (Pro) - Issue with QR code not displaying when \'Include Image in Contact\' is enabled has been resolved.</li>\n<li>Fix: Dropdown Field (Pro) - Resolved issue with \'Field Name\' not appearing during email sending. The fix ensures that the field name is now properly displayed in email notifications.</li>\n<li>Fix: Mega Menu (Pro) - Resolved horizontal scroll issue. The fix ensures that the layout no longer experiences unintended horizontal scrolling, providing a more stable and user-friendly experience.</li>\n<li>Fix: Scroll To Top (Free) - Resolved issue where the icon wasn\'t visible on the frontend. The fix ensures proper visibility of the icon, addressing the bug and improving the overall appearance.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the \'Disable Page Scroll\' option not working in some cases. The fix ensures consistent functionality, preventing page scrolling as intended.</li>\n<li>Fix: Text Field (Free) - Resolved input width issue. The fix ensures that input elements now display with the correct width.</li>\n</ul>\n\n<p>version 1.5.93: 2024-01-18:</p>\n\n<ul>\n<li>Feature: Introduced the option \'slider_video_autoplay\' to galleries, enabling video autoplay when changing items.</li>\n<li>Feature: Added the option to include specific taxonomies in related posts queries.</li>\n<li>Feature: Implemented automatic recognition of video thumbnail IDs in certain gallery types based on relevant post meta.</li>\n<li>Feature: Added functionality for the price range filter.</li>\n<li>Change: Updated the Freemius version.</li>\n<li>Change: Modified the text format for the export change log.</li>\n<li>Change: Restored the \"import with images\" feature after incorporating file type checks for security.</li>\n<li>Fix: Enhanced the handling of multiple user records for the \'exclude users\' option in the users query (Ajax-based).</li>\n<li>Fix: Corrected URL CSS and JS inclusion issues in Elementor editor.</li>\n<li><p>Fix: Corrected a bug related to \"mini cart widget\" in PHP in specific cases.</p></li>\n<li><p>Feature - Card Carousel (Free) - Introduced \'Hide Item\' option. This new functionality allows users to hide items instead of deleting them permanently, offering a more reversible and flexible approach to item management.</p></li>\n<li>Feature - Post Grid (Pro) - Implemented \'Layout Type: Above\' option. This new functionality allows users to change the position of the content box to above the image.</li>\n<li>Feature - Thumbnail Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Compact Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Grid Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Slider Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Flip Box Carousel (Pro) - Introduced option for back icon alignment, providing users the flexibility to customize the alignment of the back icon.</li>\n<li>Feature - Post List (Free) - Implemented \'Image Scale\' option for regular and hover states. This new feature allows users to customize the scaling of images independently for regular and hover states, enhancing visual presentation.</li>\n<li>Change - Flip Box Carousel (Pro) - Implemented conditional rendering of CSS to reduce unused styles, resulting in improved performance, SEO, and faster load times for enhanced user experience.</li>\n<li>Change - Content Accordion (Free) - Improved \'Expand All Accordion\' functionality, now allowing users to close the accordion by clicking the same button again for a more intuitive and user-friendly experience.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Implemented protection against buttons not being vertically aligned in specific cases.</li>\n<li>Fix - Flip Box Carousel (Pro) - Resolved an issue where links were not functioning properly when clicking on the back icon.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Resolved issue with the product button not being clickable in some cases.</li>\n<li>Fix - Post Carousel (Pro) - Resolved issue with the side-by-side layout.</li>\n<li>Feature - Logo Grid (Free) - Enhanced responsiveness for item \'Padding\' option. This update ensures that item padding adjusts effectively across various screen sizes and device resolutions for a consistent layout.</li>\n<li>Feature - Logo Grid (Free) - Implemented \'Direction\' option. This new feature is particularly useful for RTL (Right-to-Left) websites, allowing users to specify the direction of the widget\'s layout for improved compatibility.</li>\n<li>Feature - Content Accordion (Free) - Introduced a new feature that allows the expansion of all accordion items by clicking on an external element with the class \"ue-content-accordion-expand-all\".</li>\n<li>Feature - Memory Game (Pro) - Introduced template option for success message, Allowing users to show Elementor template as success message.</li>\n<li>Feature - Memory Game (Pro) - Added \'Completion Time\' option, enabling users to show the time it took to complete the game for a more informative and engaging experience.</li>\n<li>Feature - Content Accordion (Free) - Introduced \'Additional Header Content\' option in the accordion, allowing users to include additional content after the header title.</li>\n<li>Feature - Post Accordion (Free) - Implemented \'Open Links in New Tab\' option. This new functionality allows users to configure links to open in a new tab, enhancing control over the navigation experience.</li>\n<li>Feature - Side Menu (Pro) - Added an option to add a logo to the side menu layout.</li>\n</ul>\n\n<p>version 1.5.92: 2024-01-04:</p>\n\n<ul>\n<li>Feature: Introduced the change log option in the widget editor.</li>\n<li>Feature: Introduced the ability to connect with Google API for multi-source options.</li>\n<li>Feature: Included an option to link with Google Sheets under the general settings for forms.</li>\n<li>Feature: Integrated a \"show globals\" feature in troubleshooting for enhanced diagnostics.</li>\n<li>Feature: Implemented the capability to output cart fragments for the woo mini cart.</li>\n<li>Feature: Provided an option for \"none\" under lightbox-type in galleries, allowing users to disable the lightbox.</li>\n<li>Feature: Added an \"excerpt\" field to post fields within the widget editor for more detailed posts.</li>\n<li>Fix: Replaced site_url() with home_url() in global variables for better website navigation.</li>\n<li>Fix: Resolved a conflict with another select2 on the admin side, ensuring smoother operations.</li>\n<li>Fix: Rectified an error with multiple order by clauses in post queries to improve data sorting.</li>\n<li><p>Fix: Enhanced the manual selection of Elementor template retrieval for optimized performance.</p></li>\n<li><p>Feature - Content Carousel - Introduced \'Equalize Content Height\' option. This new feature simplifies the process of making content elements equal in each item.</p></li>\n<li>Feature - Flip Box Carousel - Enhanced responsiveness for Border Radius option. The update ensures that the Border Radius adapts effectively to different screen sizes and device resolutions for a consistent display.</li>\n<li>Feature - WooCommerce Product Carousel - Resolved broken layout issue occurring when set to side-by-side layout</li>\n<li>Feature - Phone Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Textarea Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Email Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Text Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Testimonial Carousel - Implemented \'Layout Type: Grid\' option. This new functionality facilitates the transformation of the widget\'s layout into a simple grid.</li>\n<li>Feature - Testimonial Carousel - Introduced \'Layout Type: Swipe\' option. This new feature allows users to set the behavior of the widget, resembling the functionality found in Swipe Carousel widget.</li>\n<li>Feature - Flip Box Carousel - Introduced \'Disable Mouse Drag\' and \'Disable Touch Drag\' options in Flip Box Carousel settings, offering control over user interaction by allowing the disabling of dragging functionalities.</li>\n<li>Feature - Team Member Grid - Introduced \'Badge\' option, allowing users to include custom badge images or icons for enhanced member representation.</li>\n<li>Feature - Thumbnail Slider - Implemented responsiveness for \'Slider Main Image Height\' option.</li>\n<li>Feature - Thumbnail Slider - Optimized \'Slider Main Image Height\' functionality to prevent widget reloading upon value change.</li>\n<li>Change - Thumbnail Slider - Changed attribute of \'Slider Main Image Height\' option from Number to Slider. This adjustment simplifies the process of adjusting the height of the main image by providing a more intuitive control.</li>\n<li>Fix - Submit Button - Improved interaction within Multi Step Form widget. Enhancements have been made to streamline and optimize the submit action.</li>\n<li>Feature - Multi Step Form - Implemented form submission loader. This new addition introduces a visual loader to illustrate the process of sending form data, enhancing user feedback during form submission.</li>\n<li>Feature - WooCommerce Product List - Introduced \'Default Image\' option. The widget will now display the specified default image when a product image is empty, for a more personalized user experience.</li>\n</ul>\n\n<p>version 1.5.91: 2023-12-28:</p>\n\n<ul>\n<li>Change: removed some vulnerability related to templates import</li>\n</ul>\n\n<p>version 1.5.90: 2023-12-18:</p>\n\n<ul>\n<li>Fix: fixed some small bug with pro version main file</li>\n</ul>\n\n<p>version 1.5.89: 2023-12-17:</p>\n\n<ul>\n<li>Fix: fixed some post filters detection issues on the page</li>\n<li>Fix: fixed some \"$type not found\" message in php</li>\n<li>Fix: fixed some \"infinite template found: \" message in php (emtpy template load protection)</li>\n<li>Change: added instagram api access error message</li>\n<li>Change: removed \"import with images\" functionality. replaced by doubly plugin.</li>\n</ul>\n\n<p>version 1.5.88: 2023-12-11:</p>\n\n<ul>\n<li>Feature: added \"iframe\" gallery type to the gallery items</li>\n<li>Fix: fixed the \"show/hide edit html button\" option from general settings</li>\n<li>Fix: fixed the general_settings.xml php error</li>\n<li>Fix: fixed some issue with gallery loading on pages and current meta keys</li>\n<li>Fix: fixed default value in datetime control</li>\n<li>Change: added some improvements for the form </li>\n<li>Change: set video placeholder to dynamic galleries in case of video item</li>\n</ul>\n\n<p>version 1.5.87: 2023-11-21:</p>\n\n<ul>\n<li>Change: updated freemius sdk to 2.6.0 version</li>\n<li>Change: added some protection against double background widgets output</li>\n<li>Feature: enabled form functionality</li>\n<li>Feature: enabled currency exchange functionality</li>\n</ul>\n\n<p>version 1.5.85: 2023-11-15</p>\n\n<ul>\n<li>Feature: added woo_addcart_ajax_attributes_button in twig for the button</li>\n<li>Feature: added option to show original settings values in widget debug</li>\n<li>Feature: added troubleshooting setting not to show php deprecated warnings</li>\n<li>Fix: better prepare post custom fields for the post multisource</li>\n<li>Fix: links from meta field works now</li>\n<li>Fix: fixed the ob_end_clean bug</li>\n<li>Fix: in post query - excluded posts not in from posts in</li>\n<li>Fix: fixed a small bug in the unite gallery library</li>\n<li>Change: updated twig version to 3.x</li>\n<li>Change: updated instagram data with date released field</li>\n</ul>\n\n<p>version 1.5.85: 2023-09-20</p>\n\n<ul>\n<li>Fix: fixed a small bug with multisource image param message</li>\n</ul>\n\n<p>version 1.5.84: 2023-09-20</p>\n\n<ul>\n<li>Feature: added twig function csv to json</li>\n<li>Feature: changed the admin view to new design (added designed header and menu)</li>\n<li>Feature: added option to enable animation on swipe to owl carousel js</li>\n<li>Feature: added woo mini cart functionality</li>\n<li><p>Feature: added option: \"current query as a base\" to post selection -> include by</p></li>\n<li><p>Fix: added support for webp in the manager</p></li>\n<li>Fix: allow fetching images from media library post type for the galleries </li>\n</ul>\n\n<p>version 1.5.83: 2023-08-22</p>\n\n<ul>\n<li>Fix: don\'t show first item in filter when no terms available</li>\n<li>Change: updated calculators javascript code base</li>\n</ul>\n\n<p>version 1.5.82: 2023-08-16</p>\n\n<ul>\n<li>Feature: added option for group filtering widgets</li>\n<li>Feature: solved the video play in gallery type from attachment video</li>\n<li>Change: turned off the video icon for background attribute</li>\n<li>Fix: fixed dynamic template with avoid duplicates</li>\n<li>Fix: fixed gallery widget acf video item error</li>\n<li>Fix: fixed some sort filter bugs with the default selected</li>\n</ul>\n\n<p>version 1.5.81: 2023-08-10</p>\n\n<ul>\n<li>Fix: fixed some missing css in the dynamic loop widgets</li>\n<li>Fix: fixed some child filters related bug</li>\n<li>Fix: fixed order by price in current query</li>\n<li>Fix: fixed some php 8.16+ version notices </li>\n<li>Feature: added option to print the term meta</li>\n</ul>\n\n<p>version 1.5.80: 2023-08-07</p>\n\n<ul>\n<li>Feature: added option to get \"all taxonomy terms\" from a post </li>\n<li>Feature: added html preperations for the woocommerce minicart</li>\n<li>Feature: added \"this week\" to the date selection query</li>\n<li>Feature: added \"grouping\" mode in the \"related posts\"</li>\n<li>Fix: the pagination now works on top of the grid</li>\n<li>Fix: fixed some init ajax filters multiple issues</li>\n<li>Fix: fixed the error with the assets path set</li>\n</ul>\n\n<p>version 1.5.79: 2023-07-24</p>\n\n<ul>\n<li>Fix: changed name for area-label to aria-label</li>\n<li>Fix: in filters - refresh single filter if \"all\" selected and there are hidden items</li>\n<li>Fix: changed protection against inifnite loop to 200</li>\n<li>Fix: show child filters at start if there are selected items</li>\n<li>Fix: date time attribute processor - if no date given - don\'t take current time</li>\n<li>Fix: refresh child filter if main filter selected on init</li>\n<li>Fix: dynamic popup was not worked with multisource in some cases</li>\n</ul>\n\n<p>version 1.5.78: 2023-07-16</p>\n\n<ul>\n<li>Fix: fixed show filters load more</li>\n<li>Fix: fixed multisource repeater empty</li>\n</ul>\n\n<p>version 1.5.77: 2023-07-13</p>\n\n<ul>\n<li>Fix: fixed dropzone collision in widget editor view</li>\n<li>Fix: fixed sort filter price filtering</li>\n<li>Fix: fixed max number in addons db table. from \"int\" to \"bigint\"</li>\n<li>Fix: replaced some deprecated by elementor codes</li>\n</ul>\n\n<p>version 1.5.76: 2023-07-12</p>\n\n<ul>\n<li>Feature: added \"rem\" unit in slider attribute</li>\n<li>Fix: fixed some small bug with remote sync debug</li>\n<li>Fix: fixed the truncate in multisource</li>\n<li>Fix: fixed some small bugs related to remote controls</li>\n<li>Fix: fixed dropzon third party conflict in manager</li>\n</ul>\n\n<p>version 1.5.75: 2023-07-05</p>\n\n<ul>\n<li>Feature: added some suggestion text to add some memory in the troubleshooting section in case that needed</li>\n<li>Fix: the wrong author was displayed in loop post meta data</li>\n<li>Fix: do_shortcode to html items inside the grid and dynamic loop</li>\n<li>Update: Updated Freemius SDK to the latest version</li>\n</ul>\n\n<p>version 1.5.74: 2023-07-04</p>\n\n<ul>\n<li>Fix: show search widgets at plugin install.</li>\n<li>Fix: menu picker depts in multisource</li>\n<li>Fix: set the author data to be retrievable in dynamic grid template</li>\n<li>Fix: show meta fields switcher didn\'t worked in multisource menu items</li>\n</ul>\n\n<p>version 1.5.73: 2023-06-26</p>\n\n<ul>\n<li>Feature: added options for revisions in widget editor</li>\n<li>Fix: added support for wordpress proxy in api calling</li>\n<li>Fix: fixed empty post in query result</li>\n<li>Fix: fixed \"wrong template ID\" elementor error in post accordion</li>\n</ul>\n\n<p>version 1.5.72: 2023-06-21</p>\n\n<ul>\n<li>Fix: added the swf extension in the allowed files in assets</li>\n<li>Feature: prepared the plugin for sort filter</li>\n<li>Change: updated freemius sdk to 2.5.9</li>\n</ul>\n\n<p>version 1.5.71: 2023-06-20</p>\n\n<ul>\n<li>Change: removed js includes of the forms and filters from backend editor</li>\n<li>Change: changed colors of the free version notification in dark mode</li>\n<li>Fix: fix the \"link\" type in wpml integration automatic translation</li>\n<li>Feature: add support for the conditions in ue forms</li>\n</ul>\n\n<p>version 1.5.70 2023-06-19:</p>\n\n<ul>\n<li>Change: added some \"birthday sale\" banner</li>\n<li>Feature: added \"truncate text\" modifier to multisource fields</li>\n<li>Feature: dynamic tags now works inside posts and products related widgets</li>\n<li>Feature: added twig highlighting in codemirror editor</li>\n<li>Fix: fixed sequence animation sliders bug (fields didn\'t loaded in elementor)</li>\n<li>Fix: change the comment from // to /* */ in filters js output to allow proper page compression.</li>\n<li>Fix: the \"time ago\" string is now translatable </li>\n<li>Fix: fixed the wpml elementor template id output</li>\n<li>Fix: fixed backgrounds bug with containers in editor</li>\n<li>Fix: fixed some small bugs with the checkbox filter</li>\n</ul>\n\n<p>version 1.5.69: 2023-06-08:</p>\n\n<ul>\n<li>Fix: allow to install webp images in widgets</li>\n</ul>\n\n<p>version 1.5.68: 2023-06-06:</p>\n\n<ul>\n<li>Change: added functionality for sort filter </li>\n<li>Feature: added field: \"form conditions\" for the upcoming form</li>\n<li>Feature: added link translation to wpml integration</li>\n<li>Feature: added link_attributes field to post list fields in twig</li>\n<li>Fix: fixed slider control min max values in case of multiple units</li>\n<li>Fix: add do shortcode from ajax items response</li>\n<li>Fix: fixed posts grid output with \"product\" taxonomy without woocommerce</li>\n<li>Fix: fixed getting cross sell products query in product list</li>\n</ul>\n\n<p>version 1.5.67 - 2023-05-29:</p>\n\n<ul>\n<li>Fix: fixed some more securaty issues related to assets manager</li>\n</ul>\n\n<p>version 1.5.66 - 2023-05-28:</p>\n\n<ul>\n<li>Fix: fixed some securaty issues related to non editor users operations and not allowed to upload php files in assets manager</li>\n</ul>\n\n<p>version 1.5.65 - 2023-05-26:</p>\n\n<ul>\n<li>Fix: fixed instagram api related bugs </li>\n</ul>\n\n<p>version 1.5.64 2023-05-23:</p>\n\n<ul>\n<li>Change: update freemius to latest version 2.5.8</li>\n<li>Fix: fixed a small php bug</li>\n</ul>\n\n<p>version 1.5.63 2023-05-23:</p>\n\n<ul>\n<li>Change: expand in widget editor is now connected to the screen height</li>\n<li>Fix: fixed the dynamic popup with multiple fields code </li>\n<li>Fix: fixed some sync if the clicked item is link</li>\n<li>Feature: added support for sort post filter</li>\n<li>Feature: hide \"show only insalled\" checkbox in widgets manager if no widget installed.</li>\n</ul>\n\n<p>version 1.5.62 2023-05-14:</p>\n\n<ul>\n<li>Feature: added \"edit template\" link in template selector</li>\n<li>Feature: added hidden template edit button to top bar</li>\n<li>Feature: added option for dynamic popup link to connect to many links in the widget</li>\n<li>Fix: solved some php error with parse dynamic settings in php 8.1</li>\n<li>Fix: getMetaValue error in products</li>\n<li>Fix: fixed doubly css includes in some cases</li>\n</ul>\n\n<p>version 1.5.61 - 2023-05-07:</p>\n\n<ul>\n<li>Feature: added support for woocommerce jet wishlist</li>\n<li>Feature: did option to disable third party hooks in ajax</li>\n<li>Fix: click on link on sync didn\'t worked</li>\n<li>Fix: added some protections to nonce and to file manager zip exctract (securaty issues fix) </li>\n<li>Change: updated freemius sdk to 2.5.7 version.</li>\n</ul>\n\n<p>version 1.5.60 - 2023-04-30:</p>\n\n<ul>\n<li>Feature: added functionality to get cart number of products </li>\n<li>Fix: fixed link field settings for multisoure</li>\n<li>Fix: fixed some bugs with regular price in woocommerce widgets</li>\n<li>Fix: filters js file loaded in editor as well</li>\n<li>Fix: fixed some small php bug regarding \"pathBase\"</li>\n<li>Fix: fixed conditions in multiple select control</li>\n<li>Change: updated unite gallery version</li>\n<li>Change: disabled autoload in update_option for the catalog variable</li>\n</ul>\n\n<p>version 1.5.59: 2023-04-09</p>\n\n<ul>\n<li>Feature: added multiple select to condition attributes in widget editor</li>\n<li>Change: updated freemius sdk to the latest version</li>\n<li>Fix: fixed empty post meta fields in case that acf plugin is on</li>\n<li>Fix: fixed some bug with avoid duplicates option and filters in single grid</li>\n<li>Fix: made some corrections in case that post query show wrong init selected terms values</li>\n<li>Fix: the post carousel goes to random item after ajax refresh</li>\n<li>Fix: fixed jet engine custom fields integration</li>\n</ul>\n\n<p>version 1.5.58: 2023-03-26</p>\n\n<ul>\n<li>Feature: added dynamic popup functionality to multisource widgets</li>\n<li>Fix: fixed missing arguments in the_post action</li>\n<li>Fix: fixed some php multisource error</li>\n<li>Fix: fixed some product ajax search related issues</li>\n<li>Fix: fixed some small but with ajax refresh and sync</li>\n</ul>\n\n<p>version 1.5.57: 2023-03-20</p>\n\n<ul>\n<li>Feature: improved the multisource selectors</li>\n<li>Feature: added option to get image from post meta in post fields - widget editor</li>\n<li>Fix: added \"skins\" folder to unite gallery</li>\n<li>Fix: added more compatability to woo commerce grids with discounts plugins</li>\n<li>Fix: fixed same uc_id in dynamic templates</li>\n</ul>\n\n<p>version 1.5.56: 2023-03-13:</p>\n\n<ul>\n<li>Feature: added option authors by dynamic field in post query</li>\n<li>Feature: done some integration with flycart discounts</li>\n<li>Feature: added option to show post type and post type title in posts fields</li>\n<li>Feature: added option to add multiple values in multisource</li>\n<li>Fix: fixed get posts by terms meta field - add taxonomy</li>\n<li>Fix: fixed responsive css in dynamic loop</li>\n<li>Fix: fixed dynamic loop with jet engine acf fields</li>\n<li>Fix: fixed slider control units for vh, vx and % </li>\n<li>Fix: added \"before today\" for past year in date qury</li>\n<li>Change: the uc_id will not change now when page refresh</li>\n</ul>\n\n<p>version 1.5.55: 2023-02-23:</p>\n\n<ul>\n<li>Fix: fixed wpml integrate fields</li>\n<li>Fix: fixed some write file error, will not crash if happend</li>\n<li>Fix: fixed entrance animation js on popup</li>\n<li>Fix: fixed strip tags in intro from content</li>\n<li>Fix: fixed some php 8.1 issues</li>\n<li>Fix: fixed some post intro with html tags issues</li>\n<li>Change: do_action function is working now in free version</li>\n</ul>\n\n<p>version 1.5.54: 2023-02-15</p>\n\n<ul>\n<li>Change: added some define variable that indicate the under ajax search</li>\n<li>Change: added \"collect\", and \"output\" to schema types in content accordion widget for example</li>\n<li>Feature: added wpml auto translate integration</li>\n<li>Feature: added option to select \"all taxonomies\" in exclude terms in terms selection</li>\n<li>Feature: added option - only direct children to terms select include by</li>\n<li>Feature: added option to post select to get posts by terms from curent meta field</li>\n<li>Fix: preserve tags when truncate</li>\n<li>Fix: fixed load more with second meta add in post query</li>\n</ul>\n\n<p>version 1.5.53: 2023-02-07</p>\n\n<ul>\n<li>Fix: keep exclude terms in grid when filtering with \"override terms\" mode</li>\n<li>Fix: fixed get_terms() not found php error from 1.5.52 version</li>\n</ul>\n\n<p>version 1.5.52: 2023-02-06</p>\n\n<ul>\n<li>Change: done some protection agains infinite loops in templates</li>\n<li>Fix: fixed popup button type conditions</li>\n<li>Fix: fixed term meta fields in multisource</li>\n<li>Fix: fixed exclude term not found in post select</li>\n</ul>\n\n<p>version 1.5.51: 2023-01-31</p>\n\n<ul>\n<li>Feature: added version to js comment output</li>\n<li>Feature: connected the galleies to remote play / stop like the carousels</li>\n<li>Feature: added some error message when image size attribute is missing in multisource</li>\n<li>Feature: added dynamic popup special attribute type</li>\n<li>Fix: fixed title source and description source in multisource gallery for products.</li>\n<li>Fix: added supress filtres to ajax search query</li>\n</ul>\n\n<p>version 1.5.50: 2023-01-24</p>\n\n<ul>\n<li>Feature: added \"media\" to post types select in advanced post query</li>\n<li>Feature: improved the date time attribute</li>\n</ul>\n\n<p>version 1.5.49: 2023-01-23</p>\n\n<ul>\n<li>Fix: fixed some js optimization issues </li>\n<li>Fix: fixed filters related small js bug</li>\n</ul>\n\n<p>version 1.5.48: 2023-01-19</p>\n\n<ul>\n<li>Feature: added gallery to multisource</li>\n<li>Feature: added post type override selectin current post query options</li>\n<li>Fix: fixed remote play with carousel</li>\n<li>Fix: fixed some multisource and ajax related bugs</li>\n<li>Fix: fixed popular posts plugin integration multiple post types</li>\n<li>Fix: fixed background widgets some problematic attribute names</li>\n<li>Fix: fixed include terms by current post terms in some cases.</li>\n<li>Fix: fixed default url_assets value in multisoure</li>\n<li>Fix: fixed dark mode svg icons</li>\n</ul>\n\n<p>version 1.5.47: 2023-01-10</p>\n\n<ul>\n<li>Feature: added more units to slider attribute</li>\n<li>Feature: added \"any\" post type to post types select</li>\n<li>Feature: added include and exclude current post terms in terms selection</li>\n<li>Feature: added option to carousel - scroll to head - force</li>\n<li>Feature: allow import widgets with theme activate</li>\n<li>Fix: fixed dynamic template render css for dynamic popup</li>\n<li>Fix: fixed users list select by manual</li>\n</ul>\n\n<p>version 1.5.46: 2023-01-08</p>\n\n<ul>\n<li>Feature: set the items image size chooser work for certain image</li>\n<li>Feature: made option to put js script in saparate tags with id\'s for optimization plugins like wprocket</li>\n<li>Feature: enriched the uc_lang variable. now it\'s always showing the current language</li>\n<li>Feature: added user_login variable to the users list output</li>\n<li>Feature: has put the preview link always as a help link in widget edit panel.</li>\n<li>Change: updated the multisource that it works better with items images</li>\n<li>Change: allow html tags in post intro (excerpt) in widgets</li>\n<li>Fix: fixed filters with sync multiple grid issues</li>\n<li>Fix: fixed the exclude users list with similar names</li>\n</ul>\n\n<p>version 1.5.45: 2022-12-26</p>\n\n<ul>\n<li>Feature: added json decode filter to twig</li>\n<li>Feature: added catalog images from shortpixel for speed loading</li>\n<li>Feature: done multisource group setting</li>\n<li>Fix: fixed entrance animation on ajax refresh</li>\n<li>Fix: done sync pause / play between carousels</li>\n</ul>\n\n<p>version 1.5.44: 2022-12-19</p>\n\n<ul>\n<li>Change: updated freemius to the latest version</li>\n<li>Fix: fixed remote play / pause button</li>\n<li>Fix: fixed search filter unicode phrase</li>\n<li>Fix: fixed entrance animation appear on scroll</li>\n<li>Feature: added video gallery responsive options</li>\n<li>Fix: fixed some owl carousel size on init bug</li>\n<li>Fix: fixed js widgets under the dynamic grid template like flipbox</li>\n</ul>\n\n<p>version 1.5.43: 2022-12-04</p>\n\n<ul>\n<li>Feature: add settings output to dynamic grid fields debug</li>\n<li>Fix: fixed pods multiple image data</li>\n<li>Fix: fixed url terms in filter with dynamic grid</li>\n<li>Fix: fixed users and menu not found bug in front </li>\n<li>Change: updated twig engine to the latest version</li>\n</ul>\n\n<p>version 1.5.42: 2022-11-29</p>\n\n<ul>\n<li>Feature: added functionality for time ago in posts widgets</li>\n<li>Feature: added woo variables to woo fields - woo_price_withtax, woo_price_notax</li>\n<li>Feature: added option for term child filter role\n-optimization: reduced number of queries in post related widgets</li>\n</ul>\n\n<p>version 1.5.41: 2022-11-24</p>\n\n<p>-bug fix: fixed post select in post query</p>\n\n<p>version 1.5.40: 2022-11-23</p>\n\n<ul>\n<li>Feature: added integration to woocommerce multicourancy plugins</li>\n<li>Feature: made some integration with translate press plugin</li>\n<li>Feature: added select post and select term attribute</li>\n<li>Fix: fixed dynamic loop css backgrounds with containers</li>\n<li>Fix: fixed mousewheel event in the carousel</li>\n<li>Fix: fixed some rare php error with filters</li>\n</ul>\n\n<p>version 1.5.39: 2022-11-16</p>\n\n<ul>\n<li>Fix: fixed small bug with zip extract</li>\n<li>Update: updated black friday sale banners</li>\n</ul>\n\n<p>version 1.5.38: 2022-11-10</p>\n\n<ul>\n<li>Fix: fixed galleries default sizes with post filters</li>\n<li>Fix: fixed hidden option in select filter in safari browser</li>\n<li>Fix: fixed non ssl assets url</li>\n<li>Feature: added \"schema\" special attribute</li>\n<li>Fix: fixed false autoplay in carousel</li>\n</ul>\n\n<p>version 1.5.37: 2022-11-09</p>\n\n<ul>\n<li>Fix: fixed 1px glitch bug in the carousel, on 1 item (slide mode)</li>\n<li>Feature: prepared the filters to work with ajax search</li>\n</ul>\n\n<p>version 1.5.36: 2022-11-6</p>\n\n<ul>\n<li>Feature: added function that outputs items schema</li>\n<li>Feature: improved include by meta in posts selection, added option for multiple values</li>\n<li>Feature: added option to get current user with meta in twig</li>\n<li>Addition: validate number of post list attributes, allow only one when creating widget</li>\n<li>Fix: fixed count posts in post query summary</li>\n<li>Fix: fixed entrance animation blur type</li>\n<li>Fix: fixed avoid duplicates with random order while posts load more</li>\n<li>Fix: the timeout now reset after slide change in owl carousel</li>\n<li>Fix: fixed terms selection taxonomies with idetical post type title</li>\n<li>Fix: added protection against inifinite loop in putElementorTemplate twig function</li>\n<li>Fix: fixed acf field unaccessable in some cases with elementor pro 3.8</li>\n</ul>\n\n<p>version 1.5.35: 2022-10-24</p>\n\n<p>-Fix: fixed include by id\'s from dynamic field, and terms from dynamic field in post selection</p>\n\n<p>version 1.5.34: 2022-10-19</p>\n\n<ul>\n<li>Feature: added items image size attribute (special type)</li>\n<li>Fix: fixed show backgrounds in elementor editor</li>\n</ul>\n\n<p>version 1.5.33: 2022-10-15</p>\n\n<ul>\n<li>Fix: fixed avoid duplicates with filters</li>\n<li>Fix: fixed select dropdown filter js</li>\n<li>Feature: added avoid duplicates option to manual posts selection</li>\n</ul>\n\n<p>version 1.5.32: 2022-10-11</p>\n\n<ul>\n<li>Fix: fixed some ajax pagination issues</li>\n<li>Fix: fixed pagination widget appearance on archive ajax pages with filters</li>\n<li>Fix: added twig functionality to put product attributes text</li>\n<li>Fix: fixed export with images not worked in some cases</li>\n<li>Fix: made some protection with ezcache plugin integration and filtering</li>\n<li>Fix: fixed some small php bug with this month post selection</li>\n<li>Fix: fixed some visible and hidden filters collision</li>\n<li>Fix: fixed terms select in terms filter on history back click in filters</li>\n<li>Fix: set child filter always first unselected</li>\n<li>Fix: set option for the tabs filter to be unselected</li>\n<li><p>Fix: fixed the pagination numbers if exclude offset chosen</p></li>\n<li><p>Feature: added multiple taxonomy terms in term selection</p></li>\n<li>Feature: added query id in terms selection</li>\n<li>Feature: added functionality for next / prev post</li>\n</ul>\n\n<p>version 1.5.31: 2022-09-20</p>\n\n<ul>\n<li>Fix: fixed thumbs gallery</li>\n</ul>\n\n<p>version 1.5.30: 2022-09-18</p>\n\n<ul>\n<li>Fix: fixed multiple post filters and grid connection</li>\n<li>Fix: fixed various small php errors</li>\n<li>Fix: fixed wordpress popular posts integration small bug</li>\n<li>Feature: added terms from dynamic post selection option</li>\n<li>Feature: added option for limiting terms show in post list</li>\n<li>Change: updated once more unitegallery graphics, changed assets to svg</li>\n<li>Fix: fixed thumbnail gallery arrows</li>\n</ul>\n\n<p>version 1.5.29: 2022-09-08</p>\n\n<ul>\n<li>Fix: fixed a small issue with search page and load more</li>\n<li>Fix: fix vimeo videos stoppped playing bug</li>\n</ul>\n\n<p>version 1.5.28: 2022-09-06</p>\n\n<ul>\n<li>Feature: added support for the select filter</li>\n<li>Fix: fixed some small js bug with filters</li>\n<li>Fix: fixed some post filters related popup error</li>\n<li>Change: changed the way that galleries srolls by mouseover</li>\n</ul>\n\n<p>version 1.5.27: 2022-09-02</p>\n\n<ul>\n<li>Fix: fixed popular posts plugin integration</li>\n<li>Fix: removed some console logs in filter.js file</li>\n<li>Fix: fixed ajax pagination jump</li>\n<li>Fix: fixed unitegallery strict standards bugs</li>\n<li>Change: renamed field - \"use dynamic fields\" to \"use current post data\" in widget editor</li>\n<li>Change: updated freemius sdk to: 2.4.5</li>\n</ul>\n\n<p>version 1.5.26: 2022-08-17</p>\n\n<ul>\n<li>Feature: added debug to remote elements</li>\n<li>Fix: made some protection against wrong animation names in carousel</li>\n<li>Fix: added some small fixes to carousel and remote sync js libraries</li>\n<li>Fix: done a better find closest section in remote</li>\n<li>Fix: fixed not showing values in elementor editor post selectors</li>\n</ul>\n\n<p>version 1.5.25: 2022-08-11</p>\n\n<ul>\n<li>Feature: added option to set title field in items</li>\n<li>Fix: fixed some more lazy load related protections in galleries</li>\n<li>Fix: Fixed some Elementor 3.7 deprecation issues</li>\n</ul>\n\n<p>version 1.5.24: 2022-08-09</p>\n\n<ul>\n<li>Fix: fixed some Elementor 3.7 related js bug in editor</li>\n</ul>\n\n<p>version 1.5.23: 2022-08-05</p>\n\n<ul>\n<li>Feature: added date format to date meta field post selection</li>\n<li>Feature: added more units to padding and margin attribute</li>\n<li>Feature: added option to set selected tab number in tabs filter widget</li>\n<li>Fix: fixed some unitegallery strict related scripts</li>\n<li>Fix: fixed sequance entrance animation attribute</li>\n<li>Fix: fixed some text with pagination edit mode in elementor editor</li>\n<li>Fix: fixed ajax pagination didn\'t get back to first page</li>\n<li>Fix: fixed tabs filter and taxonomy terms in one page</li>\n<li>Change: prepare the right way dates should work in post list</li>\n</ul>\n\n<p>version 1.5.22: 2022-07-24:</p>\n\n<ul>\n<li>Feature: added option to connect to another parent in remote arrows</li>\n<li>Feature: added change url and back button in ajax filers behaviour</li>\n<li>Fix: fixed doubly plugin integration import bg widgets</li>\n<li>Fix: fixed remote next/prev directions in carousels</li>\n<li>Fix: added some more protection against infinite loops from post content processing</li>\n</ul>\n\n<p>version 1.5.21 2022-07-17:</p>\n\n<ul>\n<li>Feature: added docstart and docend template in widget js</li>\n<li>Change: end of birthday sale message update</li>\n<li>Change: added warning message in case of twig collision with other plugins</li>\n</ul>\n\n<p>version 1.5.20 2022-07-13:</p>\n\n<ul>\n<li>Feature: added more widget debug type - current post fields</li>\n<li>Feature: updated admin title on edit widget view</li>\n<li>Feature: added option to carousel: scroll to head</li>\n<li>Feature: added query data attributes into filtering grid</li>\n<li>Fix: fixed ajax pagination in some cases</li>\n<li>Fix: fixed small php bug with hover animations control</li>\n<li>Fix: fixed lity lightbox with vimeo autoplay</li>\n<li>Fix: fixed item index after shuffle</li>\n<li>Fix: fixed some seleted tab filters related issues</li>\n<li>Fix: fixed load more filter doubly ajax request in some cases</li>\n<li>Fix: fixed woo scedualed sale price output</li>\n<li>Fix: in filters replace url with pagination as well</li>\n<li>Fix: changed gallery arrows to svg</li>\n</ul>\n\n<p>version 1.5.19 2022-06-27:</p>\n\n<ul>\n<li>Feature: added max posts to current query</li>\n<li>Fix: fixed controls conditions for elementor template control</li>\n<li>Feature: added more fields to dynamic grid loop (was only title)</li>\n<li>Change: added birthday sale banner and text</li>\n</ul>\n\n<p>version 1.5.17 2022-06-21:</p>\n\n<ul>\n<li>Change: updated fancybox version</li>\n<li>Fix: Fixed bug with ajax load more and ajax pagination</li>\n</ul>\n\n<p>version 1.5.17 2022-06-09:</p>\n\n<ul>\n<li>Feature: fixed entrance animation attribute</li>\n<li>Fix: fixed uc_inside_editor variable inside background widget</li>\n<li>Fix: fixed empty default value of radio boolean control</li>\n<li>Fix: fixed double filtering issues in archive pages</li>\n</ul>\n\n<p>version 1.5.16: 2022-05-31</p>\n\n<ul>\n<li>Fix: fixed double plugin versions in pro version</li>\n<li>Fix: fixed 1 size gap in one item owl carousel</li>\n<li>Fix: fixed the dissapearing options bug in mobile</li>\n</ul>\n\n<p>version 1.5.15: 2022-05-30</p>\n\n<ul>\n<li>Change: set cache folder inside wp-uploads</li>\n<li>Feature: added option to get terms last level only - for post list / grid</li>\n<li>Feature: added twig function - get_current_user</li>\n<li>Feature: disabled right click on html5 galleries (unite gallery)</li>\n<li>Fix: the image and video repeater was missing default items</li>\n<li>Fix: fixed load more and filters on a search page</li>\n<li>Fix: fixed carousel stage padding issues</li>\n<li>Fix: fixed carousel 1 item one pixel issues</li>\n<li>Fix: fixed default values in responsive selectors</li>\n</ul>\n\n<p>version 1.5.14: 2022-05-24</p>\n\n<ul>\n<li>Fix: fixed responsive default values with selectors in number and dropdown and slider controls</li>\n<li>Fix: fixed a bug in run_code_once functionality</li>\n</ul>\n\n<p>version 1.5.13: 2022-05-23</p>\n\n<ul>\n<li>Feature: added integration with \"sticky posts switch\" plugin</li>\n<li><p>Feature: added special attribute type - entrance animation</p></li>\n<li><p>Fix: fixed sync bug between two similar elements</p></li>\n<li>Fix: fixed filters loading with wp-rocket lazy load scripts</li>\n<li>Fix: fixed put_hide_ids_css function small bug</li>\n<li>Fix: fixed fetch 2 and more widgets within one section for filtering</li>\n<li>Fix: fixed slider control js empty output bug</li>\n<li>Fix: fixed gallery title as number js bug</li>\n<li>Fix: fixed gallery images from meta fields source as array </li>\n</ul>\n\n<p>version 1.5.12: 2022-05-08</p>\n\n<ul>\n<li>Feature: added integration for wpml media change</li>\n<li>Feature: bug fix: fixed hover animations setting don\'t work on front in some cases</li>\n<li>Feature: in post selection by date added options for \"future from today\", and \"future from tomorrow\".</li>\n<li>Feature: added new function: \"put_hide_ids_css\" to hide some css comma saparated id\'s from css tab.</li>\n<li>Feature: added support for ajax refresh for multiple synced grids together</li>\n<li>Feature: added option to test instagram data</li>\n<li><p>Feature: added phpinfo view in settings - troubleshooting</p></li>\n<li><p>Fix: fixed blank window opened by a link</p></li>\n<li>Fix: fixed acf boolean value present</li>\n<li>Fix: fixed another gallery related lazy load issues</li>\n</ul>\n\n<p>version 1.5.11: 2022-04-13</p>\n\n<ul>\n<li>Feature: made option to put elementor post_content inside post widget if the post made by elementor</li>\n<li>Feature: added additional fields to getPostAuthor function like avatar url and author meta</li>\n<li>Feature: show the \"no posts\" message with filters in post list / grid</li>\n<li>Feature: add background location (back/front) to background widgets</li>\n<li>Feature: done option to get post parent with the posts in posts selection</li>\n<li>Fix: set prices display in woocommerce widgets including tax</li>\n<li>Fix: fixed editor js files didn\'t loaded bug</li>\n<li>Fix: fixed css output with dynamic template and inline css mode</li>\n<li>Fix: fixed the ajax pagination that now works with post based gallery widget</li>\n<li>Fix: fixed filters scripts loading before jquery in js</li>\n<li>Fix: allow to select empty terms in term selection control</li>\n<li>Change: set default values of responsive number / slider / dropdown controls to desktop default values</li>\n</ul>\n\n<p>version 1.5.10: 2022-04-04</p>\n\n<ul>\n<li>Fix: fixed title and description source in gallery source selection</li>\n<li>Fix: fixed the dropdown attribute php filter for elementor</li>\n<li>Feature: added \"menu_id\" for various uses as menu attribute output</li>\n<li>Feature: added option for side offset in owl carousel</li>\n<li>Feature: added option for second items html refresh in ajax filters</li>\n</ul>\n\n<p>version 1.5.9: 2022-03-27</p>\n\n<ul>\n<li>Fix: fixed simple meta output for post list</li>\n<li>Feature: made dynamic grid work with filters</li>\n<li>Feature: the background widgets works for the new container objects as well</li>\n<li>Feature: added include by another meta field in post query</li>\n</ul>\n\n<p>version 1.5.8: 2022-03-23</p>\n\n<ul>\n<li>Feature: set special behaviour for more then one filters on the page</li>\n<li>Feature: added option to load video item from posts in a gallery</li>\n<li>Change: set up galleries common default items</li>\n<li>Fix: fixed unclosable gallery lightbox with youtube videos</li>\n<li>Fix: fixed elementor 3.6.0 compatability</li>\n</ul>\n\n<p>version 1.5.7: 2022-03-17</p>\n\n<ul>\n<li>Feature: added option to modify dropdown items in php\nFix: fixed gallery default items preview and init\nFix: fixed remote counter js error</li>\n</ul>\n\n<p>version 1.5.6 = 2022-03-15:</p>\n\n<p>Fix: fixed dissapearing items in remote related widgets</p>\n\n<p>version 1.5.5 = 2022-03-15:</p>\n\n<ul>\n<li>Feature: added woocommerce sorting options in posts selection by number of sales and rating</li>\n<li>Feature: added option to get related products on checkout page</li>\n<li>Feature: done manual posts and terms selections sort by drag and drop</li>\n<li>Feature: done option to custom refresh filters html (for carousels, galleries etc)</li>\n<li>Feature: made the attributes dialog support multi controls</li>\n<li>Feature: prepared the galleries and dynamic loops to use filters and load more\nFix: fixed query debug in manual posts selection\nFix: fix: fixed posts_per_page in manual posts selection\nFix: fix: fixed jquery include for remote widgets</li>\n</ul>\n\n<p>version 1.5.4 = 2022-03-06:</p>\n\n<ul>\n<li>Feature: added roles to post filter: single, main and child</li>\n<li>Feature: added option \"placeholder\" and \"disable dynamic\" for text field control</li>\n<li>Feature: added option for debug meta fields in post list, post grid</li>\n<li>Fix: fixed some pagination widget buttons related issues</li>\n<li>Fix: fixed non clickable items in some widgets</li>\n<li>Fix: fixed put_items(0) - first item output in twig</li>\n</ul>\n\n<p>version 1.5.3 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: added functionality to put image inside taxonomy terms widget</li>\n<li>Fix: fixed load more on archive page with orderby=xxx filter in url</li>\n<li>Fix: made support for woocommerce special order by in load more</li>\n<li>Change: updated freemius sdk to 2.4.3 version (Security fix)</li>\n</ul>\n\n<p>version 1.5.2 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: set up remote and sync functionality for the galleries</li>\n<li>Fix: fixed load more for current query posts</li>\n<li>Fix: fixed background js based widgets with elementor popups</li>\n<li>Fix: fixed unitegallery unclosed tag issue</li>\n<li>Fix: fixed replace mode in tabs filters</li>\n</ul>\n\n<p>version 1.5.1 = 2022-02-21:</p>\n\n<ul>\n<li>Feature: improved post pagination debug and added force options</li>\n<li>Feature: added code for the button filters</li>\n<li>Feature: added option to shuffle owl carousel</li>\n<li>Feature: added option for general \"shuffle\" in items</li>\n<li>Feature: made option for text modify, and get the current page url and current page title</li>\n<li>Feature: get feature image of a product from a first gallery image if featured image not exists</li>\n<li>Feature: added function \"one_random\" and \"first\" to get_items twig function</li>\n<li>Feature: added support for jet listing item</li>\n<li>Change: changed the \"choose template\" setting text to attirbute title</li>\n<li>Fix: fixed load more if offset turned on in the grid</li>\n<li>Fix: fixed link control attributes parsing</li>\n<li>Fix: fixed sync general api related bugs in elementor editor</li>\n</ul>\n\n<p>version 1.5.0 = 2022-02-02:</p>\n\n<ul>\n<li>Feature: added tabs in items controls</li>\n<li>Feature: added functionality for ajax taxonomies terms filter</li>\n<li>Feature: added some accessability to owl carousel buttons</li>\n</ul>\n\n<p>version 1.4.99: 2022-01-27:</p>\n\n<ul>\n<li>Feature: added option for disable content filtering in general settings->troubleshooting</li>\n<li>Feature: added taxonomies in widget debug output</li>\n<li>Fix: fixed some gallery lazy load related js bugs</li>\n</ul>\n\n<p>version 1.4.98: 2022-01-14:</p>\n\n<ul>\n<li>Feature: modified remote general js api to fit more types of widgets</li>\n<li>Feature: added support for put meta field in post list</li>\n<li>Fix: fixed some small php notices output in post query</li>\n</ul>\n\n<p>version 1.4.97 = 2022-01-06:</p>\n\n<ul>\n<li>Feature: add code base for the taxonomy filter</li>\n<li>Feature: added option to highlight all carousel items</li>\n<li>Feature: added active class to new owl carousel</li>\n<li>Feature: added scroll on click functionality to new owl carousel</li>\n<li>Fix: added support for acf fields styles in dynamic grid</li>\n<li>Fix: fixed some wp-rocket and filters related bug</li>\n</ul>\n\n<p>version 1.4.96 = 2021-12-29:</p>\n\n<ul>\n<li>Feature: use yoast main category feature to determine post main category</li>\n<li>Feature: added get woocommerce product gallery functionality to twig</li>\n<li>Feature: added support for multiple attribute conditoins values</li>\n<li>Feature: added menu order in advanced widget debug type</li>\n<li>Feature: added WooCommerce endpoints links code to twig</li>\n<li>Feature: added option to disable font awesome in general settings</li>\n<li>Fix: fixed some filters related issue</li>\n<li>Fix: added custom attributes to link attributes output</li>\n</ul>\n\n<p>version 1.4.95 = 2021-12-16:</p>\n\n<p>*Fix: fixed db table not found php bug in some cases</p>\n\n<p>version 1.4.94 = 2021-12-14:</p>\n\n<ul>\n<li>Feature: made posible multiple includes condition values per assets</li>\n<li>Feature: added meta value2 and meta value3 in include by meta value post selection</li>\n<li>Feature: added error notice if no api connectivity</li>\n<li>Feature: added attributes section conditions</li>\n<li>Feature: prepared code base for the new galleries</li>\n<li>Fix: fixed some small pagination related bug</li>\n<li>Fix: fixed remote connection parent detection in some cases</li>\n<li>Fix: added content filtering by filter widget_text_content for all the embed and other content modifications</li>\n<li>Fix: fixed edit defaulsin widget settings</li>\n<li>Fix: fixed some polylang issues with the template in dynamic template widgets</li>\n<li>Fix: [security] remove the \"duplicate layout\" functionality (not used in the plugin) that had some security issues </li>\n</ul>\n\n<p>version 1.4.93 = 2021-12-03:</p>\n\n<ul>\n<li>Fix: fixed some connected widgets bugs when there is many of them in the page</li>\n<li>Change: removed the black friday sale banner</li>\n<li>Feature: added general remote API for various widgets connections</li>\n<li>Feature: add some code base for the new gallery output</li>\n</ul>\n\n<p>version 1.4.92 = 2021-11-24:</p>\n\n<ul>\n<li>Fix: fixed similar post content in post list</li>\n<li>Change: saparated remote and sync options in connected widgets settings</li>\n</ul>\n\n<p>version 1.4.91 = 2021-11-23:</p>\n\n<ul>\n<li>Fix: fixed the wrong post intro in editor mode</li>\n</ul>\n\n<p>version 1.4.90 = 2021-11-22:</p>\n\n<ul>\n<li>Addition: added black friday banner discount banner and link</li>\n<li>Change: improved \"sync widgets\" editor experience</li>\n<li>Fix: fixed depricated \"post\" attribute bug</li>\n<li>Fix: modified zip extracting error messages</li>\n</ul>\n\n<p>version 1.4.89 = 2021-11-17:</p>\n\n<ul>\n<li>Feature: done the functionality for sync widgets</li>\n<li>Feature: done the functionality remote widgets</li>\n<li>Fix: fixed error message on remote widgets</li>\n<li>Fix: fixed css in post content in editor</li>\n<li>Fix: use better strip tags for post intro</li>\n</ul>\n\n<p>version 1.4.88 = 2021-11-08:</p>\n\n<ul>\n<li>Fix: fixed gutenberg support in widgets</li>\n<li>Fix: fixed all the pagination issues in archive page</li>\n</ul>\n\n<p>version 1.4.86 = 2021-11-01:</p>\n\n<ul>\n<li>Fix: fixed some load more last issues</li>\n<li>Feature: added code for taxonomy terms filter</li>\n<li>Feature: added code for checkbox filter</li>\n</ul>\n\n<p>version 1.4.86 = 2021-10-29:</p>\n\n<ul>\n<li>Feature: improved current query debug - full type</li>\n<li>Feature: added dropdown responsive placeholders</li>\n<li><p>Feature: added radio boolean attribute responsive controls</p></li>\n<li><p>Fix: fixed controls tabs functionality</p></li>\n<li>Fix: fixed load more custom image bug</li>\n<li>Fix: fixed double load more in a page mishmash bug</li>\n<li>Fix: fixed all load more issues</li>\n</ul>\n\n<p>version 1.4.85 = 2021-10-13:</p>\n\n<p>-bug fix: small bug fix - headers sent bug</p>\n\n<p>version 1.4.84 = 2021-10-13:</p>\n\n<ul>\n<li>Feature: added taxonomy terms full query debug option</li>\n<li>Feature: improved full debug type in posts query</li>\n<li>Feature: added items support in editor->background switcher</li>\n<li>Feature: added support for remote controls</li>\n<li>Feature: functionality to posts load more</li>\n<li>Feature: added second condition</li>\n<li>Feature: added tabs functionality to attributes</li>\n<li>Addition: added %,px to slider units</li>\n<li>Fix: fixed avoid duplicates related bug</li>\n<li>Fix: fixed conflicting wordpress codemirror script</li>\n<li>Fix: fixed post selection values init from editor</li>\n<li>Fix: fixed pagination on front page</li>\n<li>Fix: fixed some polylang related bugs</li>\n</ul>\n\n<p>version 1.4.83 = 2021-09-22:</p>\n\n<ul>\n<li>Fix: fixed styles mishmash inside elementor editor navigator</li>\n<li>Fix: fixed dissapearing carousels after refresh bug</li>\n<li>Fix: fixed dynamic grid pagination not changed</li>\n</ul>\n\n<p>version 1.4.82 = 2021-09-20:</p>\n\n<ul>\n<li>Feature: added troubleshooting setting - show php error message</li>\n<li>Feature: added px, vh, % options for slider attribute</li>\n<li>Feature: added dynamic group attributes for galleries, including image and video</li>\n<li>Feature: added option to convert one date string to another with ucdate filter</li>\n<li>Feature: added option to use items in background widgets</li>\n<li>Feature: added ucfunc(\"set\") and ucfunc(\"get\") functions in twig for remember and retrieve variables</li>\n<li>Feature: added include by option: \"children of current term\" to category selection options</li>\n<li>Feature: added option to pull woo product variations in twig</li>\n<li>Feature: added placeholder: link_withprefix, link_noprefix for link attribute</li>\n<li>Fix: fixed error when exists dynamic link in dynamic loop widgets</li>\n<li>Fix: enabled pagination in a single type in dynamic template grid</li>\n<li>Fix: the \"not equal\" attributes condition now works</li>\n<li>Fix: fixed not editable empty dropdown attribute in widget editor</li>\n<li>Fix: fixed mb_string absence php bug</li>\n<li>Fix: fixed heading attribute label</li>\n<li>Fix: fixed responsive elementor controls in widget items</li>\n</ul>\n\n<p>version 1.4.81 = 2021-08-17:</p>\n\n<ul>\n<li>Feature: added json select (lottie) for image attribute type </li>\n<li>Feature: made option for ajax in widgets with post list attribute</li>\n<li>Feature: made the ajax pagination work with pagination widget</li>\n<li>Feature: added dynamic options for number and slider attribute types</li>\n<li>Feature: added new owl carousel sources in assets chooser</li>\n<li>Feature: added heading attribute</li>\n<li>Change: added more types of debug for pagination widget</li>\n<li>Change: changed widget icons chooser for elementor icon instead of font awesome icon</li>\n<li>Fix: fixed import with template button dissapear in the new bar</li>\n<li>Fix: fixed widgets icons</li>\n</ul>\n\n<p>version 1.4.80 = 2021-08-09:</p>\n\n<ul>\n<li>Feature: added option to change items section label</li>\n<li>Feature: added js snippet with code that works in elementor popup</li>\n<li>Feature: added option to add {current_user_id} keyword in post meta query</li>\n<li>Feature: added option for block label inside each attribute</li>\n<li>Feature: added heading text option for items section</li>\n<li>Feature: added extra fields to image base gallery options</li>\n<li>Feature: added php filter option for variable</li>\n<li>Feature: added twig functions \"get_post_term\" and \"is_post_has_term\". The examples visible when you click on item.posts.putPostTerm placeholder</li>\n<li>Fix: fixed some test widgets output relate bugs</li>\n<li>Fix: conditions settings was not affected typography controls</li>\n<li>Fix: fixed template dynamic background image didn\'t displayed bug in dynamic loops</li>\n<li>Change: added some instructions for api connectivity test in general settings - troubleshooting</li>\n</ul>\n\n<p>version 1.4.79 = 2021-07-13</p>\n\n<ul>\n<li>Fix: fixed scripts output in preview widget page</li>\n</ul>\n\n<p>version 1.4.78 = 2021-07-12</p>\n\n<ul>\n<li>Change: added birthday sale promotions</li>\n<li>Feature: added woo commerce products to dynamic loop items source</li>\n</ul>\n\n<p>version 1.4.77 = 2021-07-07</p>\n\n<ul>\n<li>Fix: fixd the is_ajax() error function from the admin area</li>\n</ul>\n\n<p>version 1.4.76 = 2021-07-07</p>\n\n<ul>\n<li>Feature: added option to show post last modified date</li>\n<li>Feature: added function: get_from_sql in widget editor that allow to pull any custom records from DB</li>\n<li>Feature: added function: run_code_once in widget editor, that allow to run the code only once. Good for many similar widgets on the same page</li>\n<li>Feature: added option for load widget js as module</li>\n<li>Fix: fixed no key_thumb field in images inside widget</li>\n<li>Fix: fixed no condition in image sizes widget setting</li>\n<li>Fix: fixed javascript based backgrounds</li>\n<li>Fix: fixed brocken svg icon on catalog widget box in some of the cases</li>\n<li>Fix: fixed collision with rankmath in ajax actions</li>\n<li>Change: added some max length for a widget category, now it\'s 60</li>\n</ul>\n\n<p>version 1.4.75 = 2021-06-21</p>\n\n<ul>\n<li>Feature: added category image to products list</li>\n<li>Feature: added option to include as module widget js include</li>\n<li>Feature: added option to write custom handle to widget js and css include</li>\n<li>Feature: added options - avoid duplicate posts to post query exclude</li>\n<li>Feature: added option to include or exclude posts by dynamic field to posts selection</li>\n<li>Feature: added option to include or exclude posts by logged in user, in posts selection</li>\n<li>Fix: fixed background widget condition functionality</li>\n<li>Fix: changed template picker to simple select2 list</li>\n</ul>\n\n<p>version 1.4.74 = 2021-06-02</p>\n\n<ul>\n<li>Feature: added function put_date_range to twig functions. good for events widgets</li>\n<li>Feature: added integration with google map</li>\n<li>Feature: added function: \"run_code_once\" for twig</li>\n<li>Feature: added grouped options for the gallery</li>\n<li>Feature: added option to get posts by date from custom ACF field</li>\n<li>Feature: added gallery settings options for dynamic settings attribute</li>\n<li>Feature: added pagination to dynamic loop</li>\n<li>Change: improved dynamic settings attribute</li>\n</ul>\n\n<p>version 1.4.73 = 2021-05-20</p>\n\n<ul>\n<li>Feature: added twig function: \"put_attributes_json\" that available in js tab in widget editor</li>\n<li>Feature: added constant - uc_inside_editor - for distinquish between editor and site front</li>\n<li>Feature: added multiple select attribute</li>\n<li>Feature: added listing attribute support</li>\n<li>Fix: fixed \"request too long\" message on a widget preview - shortened preview url</li>\n<li>Fix: fixed several bugs with condition field in widgets editor</li>\n<li>Fix: fixed hidden image size select on item attributes</li>\n<li>Fix: fixed acf group field output</li>\n<li>Fix: fixed elementor template in items, changed to specific function</li>\n</ul>\n\n<p>version 1.4.72 = 2021-05-02</p>\n\n<ul>\n<li>Feature: added rating stars helper placeholder for woocommerce</li>\n<li>Feature: added option to include js file after elementor-frontend</li>\n<li>Fix: fixed new typography deprecation message</li>\n</ul>\n\n<p>version 1.4.71 = 2021-04-22</p>\n\n<ul>\n<li>Feature: added option to take post id\'s from php function in post selection</li>\n<li>Feature: added option for get posts by meta field that located in current or different post</li>\n<li>Feature: added twig filter: wc_price for native price filtering</li>\n<li>Feature: added post terms titles to post data debug</li>\n<li>Change: added option for woocommerce categories in terms selection</li>\n<li>Fix: fixed price issues in woocommerce related grids</li>\n<li>Fix: fixed include and exclude terms mismatch with nested tax query</li>\n<li>Fix: fixed pagination on search pages</li>\n</ul>\n\n<p>version 1.4.70 = 2021-04-14</p>\n\n<ul>\n<li>Feature: added show widget data debug options</li>\n<li>Feature: added option for filter post by post meta</li>\n<li>Feature: added option for simple condition for attributes</li>\n<li>Feature: added integration with wordpress popular post plugin for most viewed posts selection</li>\n<li>Feature: added post list variables for data debug</li>\n<li>Feature: added image sizes selector for post list</li>\n<li>Feature: get thumbnailID from content in case that it\'s missing in post</li>\n<li>Fix: when bulk moving attribute it now always goes to general category</li>\n<li>Fix: fixed filter posts by status</li>\n<li>Fix: fixed instagram media albom</li>\n</ul>\n\n<p>version 1.4.69 = 2021-04-04</p>\n\n<ul>\n<li>Feature: added extra query debug options for custom post types selector</li>\n<li>Feature: added choose image size select option to image attribute</li>\n<li>Feature: added \"image_attributes\" placeholder for image output in widget editor</li>\n<li>Change: added default values select to hover animations attribute</li>\n<li>Change: changed button \"add to cart\" to \"select options\" for variable products in woocommerce list widgets</li>\n<li>Fix: fixed border radius attribute from width to radius</li>\n<li>Fix: added missing thumb sizes for image select</li>\n</ul>\n\n<p>version 1.4.68 = 2021-03-22</p>\n\n<ul>\n<li>Feature: added include recently viewed products in woocommerce</li>\n<li>Feature: added option for default max posts in post selector</li>\n<li>Feature: added attribute type: Border Dimensions</li>\n<li>Feature: added attribute type: CSS Filters</li>\n<li>Feature: added attribute type: Hover Animations</li>\n<li>Fix: removed max posts from archive type post query selection, because has no control over pagination.</li>\n<li>Fix: fixed bug when instagram video images didn\'t show up</li>\n</ul>\n\n<p>version 1.4.67 = 2021-03-12</p>\n\n<ul>\n<li>Feature: added api connectivity to troubleshooting section</li>\n<li>Feature: added options in terms selection fields</li>\n<li><p>Feature: added order by meta key for woo categories select</p></li>\n<li><p>Fix: fixed woo product price format for decimal prices</p></li>\n<li>Fix: fixed context menu cut from bottom inside the widgets manager</li>\n<li>Fix: fixed show item data in widgets items repeater</li>\n<li>Fix: fixed float to round in woocommerce discount percents</li>\n</ul>\n\n<p>version 1.4.66 = 2021-02-18</p>\n\n<ul>\n<li>Feature: added \"box shadow\" attribute type</li>\n<li>Feature: added url_posts and num_posts to users output</li>\n<li>Feature: added option for selector 2 and selector 3 in several attributes</li>\n<li>Feature: added copy / paste attributes sections in widget editor</li>\n<li>Feature: added option for get default object to getListingItemData function</li>\n<li>Feature: added support for wpml site language inside a widget</li>\n<li>Feature: added acf image and thumbnails widths and heights to placeholders list</li>\n<li>Fix: load js include file in editor even if no js code</li>\n<li>Fix: fixed some php notice with exclude terms posts selection</li>\n<li>Fix: fixed small bug in getListingItemData function with no object returned</li>\n<li>Fix: fixed post selection manual select no posts shown at init</li>\n<li>Fix: fixed bug when private posts not fetched on manual posts selection</li>\n<li>Change: updated codemirror to latest version, added code search feature</li>\n<li>Change: updated freemius sdk to 2.4.2</li>\n</ul>\n\n<p>version 1.4.65 = 2021-02-03</p>\n\n<ul>\n<li>Feature: added option to fetch custom meta fields in users list</li>\n<li>Feature: added function to twig: getByPHPFunction()</li>\n<li>Feature: added function to twig: getUserMeta()</li>\n<li>Feature: added function to twig: getListingItemData() - working inside any plugin listing</li>\n<li>Fix: fixed php sanitize array bug</li>\n<li>Fix: fixed post type in related posts post selection</li>\n</ul>\n\n<p>version 1.4.64 = 2021-02-02</p>\n\n<ul>\n<li>Change: moved \"edit widget html\" button to advanced section in general tab</li>\n<li>Feature: added option to exclude products on sale in products query section in widget settings</li>\n<li>Feature: added option to exclude specific posts in post selection widget settings</li>\n<li>Feature: added woocommerce related products select in post selection</li>\n<li>Feature: added include/exclude posts by author in widget posts selection</li>\n<li>Feature: added include/exclude posts by date in widget posts selection</li>\n<li>Feature: added date/time picker to widget attributes types</li>\n<li>Feature: added post status to widget posts selection</li>\n<li>Feature: added offset setting to widget posts selection</li>\n<li>Feature: added author url and author post count to users fields</li>\n<li>Feature: added max number of users to user selection attribute</li>\n<li>Feature: added \"elementor template\" attribute</li>\n<li>Fix: fixed small php bug in post selection control</li>\n<li>Fix: fixed js bug in items repeater</li>\n<li>Fix: fixed exclude role not worked in user selection attribute</li>\n<li>Fix: fixed get products on sale selection with variations</li>\n</ul>\n\n<p>version 1.4.63 = 2021-01-26</p>\n\n<ul>\n<li>Feature: added acf link array and attributes</li>\n<li>Feature: added ordering features to post selection related and manual</li>\n<li>Feature: added option for showing only sticky posts</li>\n<li>Feature: added exclude by term setting in widget post selection</li>\n<li>Change: moved debug data from advaned to general folder in elementor widget settings</li>\n<li>Fix: fixed woo commerce prices number format</li>\n<li>Fix: fixed refresh posts on \"post query\" section open in widget post settings</li>\n<li>Fix: fixed manual posts selection default order</li>\n</ul>\n\n<p>version 1.4.62 = 2021-01-21</p>\n\n<ul>\n<li>Feature: added text shadow field</li>\n<li>Feature: added \"manual selection\" in posts query</li>\n<li>Feature: added compatability tag</li>\n<li>Fix: fixed image size thumb name with \"-\" sign inside</li>\n<li>Fix: fixed some php warning related to array to string conversion, happening in php 8</li>\n<li>Change: show woo commerce placeholders if selected \"for woocommerce products\" checkbox in post list attribute</li>\n<li>Change: improved woo category output placeholder help, added getTermCustomFields function</li>\n</ul>\n\n<p>version 1.4.61 = 2021-01-14</p>\n\n<ul>\n<li>Feature: added max posts and order by options to current query posts selection</li>\n<li>Feature: added manual selection for woocommerce categories select</li>\n<li>Feature: added selector and responsive to drop down attribute in widget builder</li>\n<li>Change: changed buy pro version link from the catalog widgets to inside of the plugin</li>\n<li>Fix: fixed adding widgets to a db table that is not auto incriment</li>\n<li>Fix: fixed svg preview from widget builder interface</li>\n<li>Fix: fixed manual memory check when registering widgets</li>\n</ul>\n\n<p>version 1.4.60 = 2020-12-30</p>\n\n<ul>\n<li>Feature: added option for third party integration for woocommerce grid</li>\n<li>Feature: added integration for \"advanced labels for woocommerce\" plugin</li>\n<li>Feature: added view file button in assets manager</li>\n<li>Feature: added svg icon option together with font icon for elementor panel widget box</li>\n<li>Feature: added preview image on mouseover inside elementor panel widget box</li>\n<li><p>Feature: added option for disabling \"edit widget html\" from widget settings</p></li>\n<li><p>Fix: fixed empty settings when there are gallery item setting only</p></li>\n<li>Fix: added \"no settings\" heading in case that no attributes in the widget</li>\n<li>Fix: fixed some php warnings for php 8.0</li>\n</ul>\n\n<p>version 1.4.59 = 2020-12-17</p>\n\n<ul>\n<li>Fix: fixed import template redirect</li>\n<li>Feature: added option to include sticky posts for post query</li>\n<li>Feature: added post pagination for single page</li>\n<li>Feature: added number of items for instagram widget</li>\n<li>Feature: added background image to background attribute</li>\n</ul>\n\n<p>version 1.4.58 - 2020-12-07</p>\n\n<ul>\n<li>Feature: make the plugin translatable for wordpress.org</li>\n</ul>\n\n<p>version 1.4.57 - 2020-12-07</p>\n\n<ul>\n<li>Feature: done post pagination widget for archive posts</li>\n<li>Feature: added option to truncate the post list</li>\n<li>Fix: fixed show debug query on current post query</li>\n</ul>\n\n<p>version 1.4.56 - 2020-11-30</p>\n\n<ul>\n<li>Update: relesed cyber monday deal admin notice</li>\n</ul>\n\n<p>version 1.4.55 - 2020-11-26</p>\n\n<ul>\n<li>Feature: added option to sort by sale price</li>\n<li>Feature: added option to debug query</li>\n<li>Feature: added option debug widget data</li>\n<li>Feature: added option to filter posts with child categories</li>\n<li><p>Feature: added option to include only products on sale</p></li>\n<li><p>Fix: fixed no widget shown in some cases</p></li>\n<li>Fix: fixed woocommerce prices placeholders prefix</li>\n</ul>\n\n<p>version 1.4.54 - 2020-11-13 =</p>\n\n<ul>\n<li>Update: updated freemius sdk to newest version</li>\n<li>Fix: fixed comma saparated selector</li>\n</ul>\n\n<p>version 1.4.53 - 2020-11-09 =</p>\n\n<ul>\n<li>Feature: added background widgets and section backgrounds</li>\n<li>Change: removed global colors from template export</li>\n<li>Fix: fixed bug with regular and sale price in woocommerce</li>\n</ul>\n\n<p>version 1.4.52 - 2020-11-06 =</p>\n\n<p>Fix: fixed bug with regular and sale price in woocommerce</p>\n\n<p>version 1.4.51 - 2020-11-04 =</p>\n\n<ul>\n<li>Feature: added svg output in icon library attribute</li>\n<li>Feature: added woocommerce checkbox to post list</li>\n<li>Feature: added product out of stock filter for product selection</li>\n<li>Feature: added discount_percent field in post list attribute woocommerce product type</li>\n<li>Feature: added woocommerce post list order by price option</li>\n<li>Fix: fixed woocommerce category in post list attribute</li>\n</ul>\n\n<p>version 1.4.50 - 2020-10-21 =</p>\n\n<ul>\n<li>Fix: removed display errors setting</li>\n</ul>\n\n<p>version 1.4.49 - 2020-10-12 =</p>\n\n<ul>\n<li>Fix: fixed small bug with non existing controls</li>\n<li>Fix: fixed general settings error when turning off plugin</li>\n</ul>\n\n<p>version 1.4.48 - 2020-10-12 =</p>\n\n<p>*Feature: added border attribute\n*Fix: page break in some versions of elementor\n*Fix: fixed bulk move attributes with categories\n*Fix: fixed default items image field not match</p>\n\n<p>version 1.4.47 - 2020-10-08 =</p>\n\n<ul>\n<li>Update: remove russian translation</li>\n<li>Feature: added function: get_items for twig</li>\n<li>Fix: fixed switch content and style tab</li>\n<li>Fix: fixed slider control tablet/mobile default value</li>\n<li>Fix: fixed non ordered widget categories</li>\n</ul>\n\n<p>version 1.4.46 - 2020-10-04 =</p>\n\n<ul>\n<li>Feature: added function put_items_json for js items output</li>\n<li>Fix: returned widgets from uncategorized category</li>\n</ul>\n\n<p>version 1.4.45 - 2020-10-04 =</p>\n\n<ul>\n<li>Fix: fixed template import with custom widgets</li>\n</ul>\n\n<p>version 1.4.44 - 2020-10-03 =</p>\n\n<ul>\n<li>Feature: added flexible content type attribute</li>\n<li>Optimize: reduced the number of db queries, dramatically increased load speed</li>\n</ul>\n\n<p>version 1.4.43 - 2020-09-22 =</p>\n\n<ul>\n<li>Feature: added option to group attributes into sections</li>\n<li>Feature: done instagram access token auto renew</li>\n<li>Feature: added \"selector\" to color picker attribute</li>\n<li>Fix: improved consolidate widgets option protection</li>\n<li>Fix: fixed select default widget images</li>\n<li>Fix: fixed default items in gallery item (image base fields)</li>\n<li>Fix: fixed image display in default item selector</li>\n<li>Fix: global colors was absent from color selection</li>\n</ul>\n\n<p>version 1.4.42 - 2020-08-06 =</p>\n\n<ul>\n<li>Feature: added option to get grouped woocomerce products</li>\n<li>Feature: added instagram connect to official API</li>\n<li>Feature: added function: getUserData(), added into \"twig code examples\" panel</li>\n<li>Feature: added \"printVar\" and \"showDebug\" functions \"twig code examples\" panel</li>\n<li>Feature: done \"login with instagram\" in general settings, and get data from instgram API</li>\n<li>Fix: sorted \"overwrite widgets\" issue on import</li>\n<li>Fix: fixed dropdown attribute when work with html data</li>\n</ul>\n\n<p>version 1.4.41 - 2020-06-18 =</p>\n\n<ul>\n<li>Feature: added additional controls to \"number\" attribute</li>\n<li>Feature: added \"exclude uncategorized category\" to woocommerce categories select </li>\n<li>Feature: added responsive controls to slider attribute</li>\n<li>Fix: fixed template type variable issues in elementor integration</li>\n<li>Fix: show pagination only when \"current query\" is available</li>\n<li>Fix: fixed select2 field min width in posts query</li>\n</ul>\n\n<p>version 1.4.40 - 2020-06-10 =</p>\n\n<ul>\n<li>Change: hided \"consolidate widgets\" general setting</li>\n<li>Feature: added \"show/hide wrapping html comments\" to general settings</li>\n<li>Fix: fixed export template filename</li>\n</ul>\n\n<p>version 1.4.39 - 2020-06-02 =</p>\n\n<ul>\n<li>Fix: fixed save widgets from editor with large config limitation.</li>\n<li>Fix: fixed export template with page settings bug.</li>\n<li>Fix: removed extra fields from items editor, leaved only supported fields</li>\n<li>Change: updated freemius SDK to latest version</li>\n</ul>\n\n<p>version 1.4.36 - 2020-05-21 =</p>\n\n<ul>\n<li>Feature: added support for pods panda repeater</li>\n<li>Fix: done some solution for max_execution_time issues when installing template</li>\n<li>Fix: fixed rtl on templates dialog popup</li>\n<li>Fix: corrected the naming near the \"number\" field</li>\n<li>Fix: cleared \"twig\" library from some not needed files.</li>\n<li>Change: removed \"image view\" file from framework.</li>\n</ul>\n\n<p>version 1.4.35 - 2020-05-11 =</p>\n\n<ul>\n<li>Feature: added term custom fields support</li>\n<li>Feature: added term meta fields support</li>\n<li>Change: moved composer vendor folder to plugin root</li>\n<li>Change: fixed empty templates list bug when \"show only installed widget\" checkbox checked</li>\n<li>Fix: sorted out some of the templates import bugs</li>\n</ul>\n\n<p>version 1.4.34 - 2020-05-06 =</p>\n\n<ul>\n<li>Fix: removed category ations from templates section</li>\n<li>Fix: show \"putPostMeta\" function even if no example post available</li>\n<li>Fix: fixed finally all the DB not installed issues on elementor and admin pages</li>\n</ul>\n\n<p>version 1.4.33 - 2020-05-03 =</p>\n\n<ul>\n<li>Fix: fixed double twig collision by another plugin</li>\n</ul>\n\n<p>version 1.4.32 - 2020-05-02 =</p>\n\n<ul>\n<li>Update: updated to newest twig 1.x version</li>\n<li>Fix: fixed no space between placeholders in php 7.4 bug</li>\n</ul>\n\n<p>version 1.4.31 - 2020-04-26 =</p>\n\n<p>*Fix: fixed dissapearing widget issue</p>\n\n<p>version 1.4.30 - 2020-04-23 =</p>\n\n<ul>\n<li>Fix: fixed couple of bugs related to templates</li>\n</ul>\n\n<p>version 1.4.29 - 2020-04-22 =</p>\n\n<ul>\n<li>Feature: released the templates catalog</li>\n</ul>\n\n<p>version 1.4.28 - 2020-04-10 =</p>\n\n<ul>\n<li>Feature: added woocommerce categories field</li>\n<li>Fix: fixed export / import with images feature</li>\n<li>Fug: fixed error message on front on some cases when the db tables not installed yet.</li>\n</ul>\n\n<p>version 1.4.27 - 2020-04-01 =</p>\n\n<p>Fix: fixed widget default icon in manager\nFeature: added \"getPostMeta, putPostMeta, printPostMeta\" functions\nFeature: added \"getPostData\" function for acf related posts, that get\'s all the data from the related post including custom fields</p>\n\n<p>version 1.4.26 - 2020-03-28 =</p>\n\n<ul>\n<li>Change: changed to new api address</li>\n<li>Fix: fixed links not included bug in theme builder posts</li>\n<li>Fix: fixed link to buy pro version</li>\n<li>Fix: fixed free version remain activated bug</li>\n<li>Fix: simpleXML validation made the site down</li>\n</ul>\n\n<p>version 1.4.25 - 2020-03-09 =</p>\n\n<ul>\n<li>Feature: added \"responsive controls\" to margin and padding setting</li>\n<li>Feature: made \"refresh catalog\" button</li>\n<li>Feature: added \"num_items\" variable to the widget editor</li>\n<li>Change: removed the \"default fonts\" from widget defaults screen</li>\n<li>Fix: fixed some php bug in \"implode\" function</li>\n<li>Fix: fixed posts from sub categories in post list</li>\n</ul>\n\n<p>version 1.4.24 - 2020-02-14 =</p>\n\n<ul>\n<li>Feature: made \"export with images\" option in templates</li>\n<li>Fix: fixed import category widgets</li>\n<li>Fix: fixed icon html output placeholder</li>\n</ul>\n\n<p>version 1.4.23 - 2020-02-02 =</p>\n\n<ul>\n<li>Feature: improved the slider attribute</li>\n<li>Feature: added \"menu\" attribute</li>\n</ul>\n\n<p>version 1.4.22 - 2020-01-28 =</p>\n\n<ul>\n<li>Feature: added woo currency symbol</li>\n<li>Feature: added woo add to cart button</li>\n<li>Feature: added slider attribute</li>\n<li>Widget: logo grid</li>\n<li>Widget: logo carousel</li>\n<li>Widget: logo marquee</li>\n<li>Widget: image tooltip</li>\n<li>Widget: content toggle</li>\n<li>Widget: circle number</li>\n<li>Widget: post list</li>\n</ul>\n\n<p>version 1.4.21 - 2020-01-22 =</p>\n\n<ul>\n<li>Feature: added users attribute</li>\n<li>Feature: done multiple post type selector</li>\n<li>Feature: added background attribute</li>\n<li>Feature: added icon library html output</li>\n<li>Feature: added woo commerce support in posts list</li>\n<li>Bug fix: fixed icons not shown bug in widget settings</li>\n</ul>\n\n<p>version 1.4.20 - 2020-01-15 =</p>\n\n<ul>\n<li>Bug fix: fixed font awesome icon output</li>\n<li>Bug fix: fixed instagram not loading bug</li>\n<li>Change: updated font awesome css version</li>\n<li>Change: changed the way that instagram was loaded on the page</li>\n</ul>\n\n<p>version 1.4.19 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added filter by slug to terms attribute</li>\n<li>Feature: changed repeater items titles to the ones from \"title\" field instead of \"Item1\", \"Item2\" etc.</li>\n<li>Feature: added automated styling for date field, added \"ucdate\" filter for that.</li>\n<li>Feature: done functionality for display post author</li>\n<li>Change: changed the font awesome attribute to fa5</li>\n<li>Change: added strip html tags from truncate function</li>\n</ul>\n\n<p>version 1.4.18 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added all image sizes to posts</li>\n<li>Feature: added \"putPostTerms\" function to posts</li>\n<li>Feature: added wpautop filter to twig</li>\n<li>Feature: added option for custom twig PHP functinoality for PRO version</li>\n<li>Feature: hide \"edit widget html\" button for user that don\'t have capability to see the plugin </li>\n<li>Feature: added wpml compatablity</li>\n<li>Feature: added related posts in posts list</li>\n<li>Feature: added padding and margin controls (pro)</li>\n<li>Bug Fix: fixed pagination output</li>\n</ul>\n\n<p>version 1.4.17 - 2019-12-12 =</p>\n\n<ul>\n<li>Change: changed to more flexible catalog api</li>\n</ul>\n\n<p>version 1.4.16 - 2019-08-12 =</p>\n\n<ul>\n<li>Feature: added post query relation (and, or) chooser</li>\n<li>Change: update to freemius sdk 2.3.1</li>\n<li>Feature: added \"trancate\" filter</li>\n<li>Fix: fixed editor permissions PHP Error</li>\n</ul>\n\n<p>version 1.4.15 - 2019-19-11 =</p>\n\n<ul>\n<li>Change: remove the old deprecated codecanyon activation</li>\n<li>Fix: fixed bug when both plugins are installed together</li>\n<li>Fix: fixed empty widget content when put a lot of content in the widget html/js</li>\n<li>Feature: added option for fonts for post list for intro and content</li>\n<li>Feature: added custom filter query ID in posts list query (pro)</li>\n<li>Feature: added labels to typography fields</li>\n<li>Feature: added description option for elementor controls</li>\n<li>Feature: added option to add help links to widgets from the widget editor</li>\n</ul>\n\n<p>version 1.4.14 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed js not included bug</li>\n</ul>\n\n<p>version 1.4.13 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed terms attribute selector bugs in elementor</li>\n<li>Fix: fixed post selection was not showing post types without taxonomies</li>\n<li>Fix: fixed rtl visibility issues in admin</li>\n</ul>\n\n<p>version 1.4.12 - 2019-15-10 =</p>\n\n<ul>\n<li>Feature: added exclude posts by current post</li>\n<li>Feature: added post category addition custom taxonomy support</li>\n<li>Fix: fixed some bug in post list selector elementor</li>\n</ul>\n\n<p>version 1.4.11 - 2019-07-10 =</p>\n\n<p>*Feature: added link param html attributes placeholder\n*Feature: added category link to post list params\n*Fix: fixed post list category not displayed bug</p>\n\n<p>version 1.4.10 - 2019-28-9 =</p>\n\n<p>-bug fix: added some front end protection against db not installed bug\n* Feature(pro): added do_action for custom wp actions run\n* Feature(pro): added apply_filters for custom wp actions run\n-bug fix: fixed export widget with assets path\n-change: added instructions to download pro version.</p>\n\n<h4>1.4.7 - 2019-18-9</h4>\n\n<p>*Fix: fixed post category selection in post list</p>\n\n<h4>1.4.6 - 2019-18-9</h4>\n\n<p>*Fix: fixed dynamic items in repeater</p>\n\n<h4>1.4.6 - 2019-11-9</h4>\n\n<p>*Fix: fixed admin body class external\n*Feature: make support for post categories list\n*Feature(pro) - made taxonomies list attribute\n*Fix: fixed current posts fetch in archive type</p>\n\n<h4>1.4.5 - 2019-19-8</h4>\n\n<p>*Change: improved widgets manager design</p>\n\n<h4>1.4.3 - 2019-25-7</h4>\n\n<p>*Change: updated the activation link from plugins\n*Change: small UI improvements</p>\n\n<h4>1.4.2 - 2019-24-7</h4>\n\n<p>*Feature: add post category to dynamic fields\n*Feature: added toolset integration</p>\n\n<h4>1.4.1 - 2019-8-7</h4>\n\n<p>*Feature: added search widget\n*Feature: the plugin is now fully translatable, added russian translation</p>\n\n<h4>1.4 - 2019-8-7</h4>\n\n<p>*Change: moved to new payment system (freemius), changed pricing plans</p>\n\n<h4>1.3.39 - 2019-2-7</h4>\n\n<p>*Feature: add alt tags to image attribute\n*Feature: add automatic name from title on add attribute\n*Feature: redesign categories</p>\n\n<p>*Fix: removed autop filter change code from front end\n*Fix: allow to import widget when stand on category from catalog\n*Fix: fixed instagram widgets typography bug</p>\n\n<h4>1.3.38 - 2019-30-6</h4>\n\n<p>*Feature: added code examples / js snippets\n*Feature: added widget preview</p>\n\n<h4>1.3.37 - 2019-23-6</h4>\n\n<p>*Feature: add support for archive pages\n*Feature: added archive pages pagination\n*Change: changed fonts design controls</p>\n\n<h4>1.3.36 - 2019-20-6</h4>\n\n<p>*Fix: fixed multiple similar js includes in one page</p>\n\n<h4>1.3.35 - 2019-20-6</h4>\n\n<p>*Feature: add support for acf gallery field</p>\n\n<h4>1.3.34 - 2019-13-6</h4>\n\n<ul>\n<li>Feature: improved the post list filtering and ordering</li>\n</ul>\n\n<h4>1.3.33 - 2019-12-6</h4>\n\n<ul>\n<li>Feature: added ordering posts by meta value</li>\n<li>Fix: fixed site crash by db error</li>\n</ul>\n\n<h4>1.3.32 - 2019-11-6</h4>\n\n<ul>\n<li>Fix: fixed pods together with acf fileds</li>\n<li>Fix: added all categories to post list</li>\n</ul>\n\n<h4>1.3.31 - 2019-10-6</h4>\n\n<ul>\n<li>Feature: added link attribute</li>\n</ul>\n\n<h4>1.3.30 - 2019-06-6</h4>\n\n<ul>\n<li>Feature: made PODS integration</li>\n</ul>\n\n<h4>1.3.29 - 2019-06-5</h4>\n\n<ul>\n<li>Feature: added set widget icon functionality, with presence in catalog</li>\n<li>Feature: added preview widget button from the catalog</li>\n</ul>\n\n<h4>1.3.28 - 2019-06-3</h4>\n\n<ul>\n<li>Feature: made plugin translatable</li>\n</ul>\n\n<h4>1.3.27 - 2019-06-2</h4>\n\n<ul>\n<li>Fix: fixed font override attribute bug</li>\n</ul>\n\n<h4>1.3.26 - 2019-05-30</h4>\n\n<ul>\n<li>Feature: added typography attribute</li>\n</ul>\n\n<h4>1.3.25 - 2019-05-29</h4>\n\n<ul>\n<li>Tweak: added support for dynamic params in image field</li>\n</ul>\n\n<h4>1.3.24 - 2019-05-29</h4>\n\n<ul>\n<li>Fix: Fix dynamic field</li>\n<li>Tweak: Added message when adding an empty repeater from custom fields</li>\n</ul>\n\n<h4>1.3.23 - 2019-05-01</h4>\n\n<ul>\n<li>Feature: Added dynamic fields to all text controls</li>\n<li>Feature: Added \"edit html\" button to all widgets</li>\n<li>Fix: Fixed consolidated addons render bugs</li>\n</ul>\n\n<h4>1.3.22 - 2019-04-25</h4>\n\n<ul>\n<li>Feature: Made all acf fields integration including the pro like repeater and clone</li>\n</ul>\n\n<h4>1.3.21 - 2019-04-20</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.20 - 2019-04-15</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.19 - 2019-04-10</h4>\n\n<ul>\n<li>Feature: Done all acf fields</li>\n</ul>\n\n<h4>1.3.18 - 2019-04-05</h4>\n\n<ul>\n<li>Change: Update post child vars when change post</li>\n</ul>\n\n<h4>1.3.17 - 2019-04-01</h4>\n\n<ul>\n<li>Change: Add dynamic fields to addon editor</li>\n</ul>\n\n<h4>1.3.16 - 2019-03-30</h4>\n\n<ul>\n<li>Fix: Fixed the switchers </li>\n<li>Fix: Fixed the upload file</li>\n<li>Fix: Fixed checkbox in assets tab</li>\n</ul>\n\n<h4>1.3.15 - 2019-03-25</h4>\n\n<ul>\n<li>Fix: Fixed visual bugs</li>\n<li>Fix: Fixed radio boolean attribute (switcher)</li>\n</ul>\n\n<h4>1.3.14 - 2019-03-20</h4>\n\n<ul>\n<li>Fix: Fixed addon assets tab bugs</li>\n</ul>\n\n<h4>1.3.13 - 2019-03-15</h4>\n\n<ul>\n<li>Feature: Done export/import template with addons</li>\n</ul>\n\n<h4>1.3.12 - 2019-03-10</h4>\n\n<ul>\n<li>Feature: Added fedback on deactivate</li>\n</ul>\n\n<h4>1.3.11 - 2019-03-05</h4>\n\n<ul>\n<li>Fix: Fixed export import layout stuff</li>\n</ul>\n\n<h4>1.3.10 - 2019-03-01</h4>\n\n<ul>\n<li>Fix: Fixed assets tab issues</li>\n<li>Fix: Fixed post to articles category rename on install</li>\n</ul>\n\n<h4>1.3.09 - 2019-02-28</h4>\n\n<ul>\n<li>Fix: Fixed test addon jquery include</li>\n<li>Change: Added purchase link to license page</li>\n</ul>\n\n<h4>1.3.08 - 2019-02-25</h4>\n\n<ul>\n<li>Fix: Fixed settings text output</li>\n</ul>\n\n<h4>1.3.07 - 2019-02-20</h4>\n\n<ul>\n<li>Fix: Fixed font manager bug</li>\n</ul>\n\n<h4>1.3.06 - 2019-02-15</h4>\n\n<ul>\n<li>Fix: Fixed taxonomy issues</li>\n</ul>\n\n<h4>1.3.05 - 2019-02-10</h4>\n\n<ul>\n<li>Fix: Fixed add addon functionality</li>\n</ul>\n\n<h4>1.3.04 - 2019-02-05</h4>\n\n<ul>\n<li>Improvment: Improved post types category selection</li>\n</ul>\n\n<h4>1.3.03 - 2019-02-01</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.02 - 2019-01-30</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.01 - 2019-01-25</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.2.01 - 2019-01-20</h4>\n\n<ul>\n<li>Fix: Fixed js in editor when addins widget</li>\n</ul>\n\n<h4>1.2.00 - 2019-01-15</h4>\n\n<ul>\n<li>Feature: Pro version with a catalog</li>\n</ul>\n\n<h4>1.0.11 - 2019-01-10</h4>\n\n<ul>\n<li>Fix: Fixed some wordpress galleries related bug</li>\n</ul>\n\n<h4>1.0.10 - 2019-01-05</h4>\n\n<ul>\n<li>Fix: Fixed export category</li>\n</ul>\n\n<h4>1.0.09 - 2019-01-01</h4>\n\n<ul>\n<li>Change: Made global setting for consolidata addons or not</li>\n<li>Change: Updated some memory text in general settings</li>\n</ul>\n\n<h4>1.0.08 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed all notices related bugs</li>\n</ul>\n\n<h4>1.0.07 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed with default data types</li>\n</ul>\n\n<h4>1.0.06 - 2018-12-25</h4>\n\n<ul>\n<li>Fix: Fixed js includes consolidated</li>\n</ul>\n\n<h4>1.0.05 - 2018-12-20</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.04 - 2018-12-15</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.03 - 2018-12-10</h4>\n\n<ul>\n<li>Fix: Fixed empty category issues</li>\n</ul>\n\n<h4>1.0.02 - 2018-12-05</h4>\n\n<ul>\n<li>Fix: Fixed bug with some unit values in render output</li>\n</ul>\n\n<h4>1.0.00 - 2018-12-01</h4>\n\n<ul>\n<li>Release: First plugin release</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:6:\"1.5.96\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/14440104/updates/69019.zip?is_premium=true&authorization=FSLA+14440104%3AlEB8gt_gJUmJv1k0PqvS3OJUgoa15kHgOM-UWaKtM3cruWc8gPKFuUSgD1X5Ms3gMF4QLc-jQSXAzXN7-8jPmHI7tbBz87Ql-BAN7vkbV9x6NGz906-HM_QY-dcmVeNMhjzRZ8SAccIaOo0IyznZlnZ2BeegpZJZWhd9WoRTQvO02mtq0CSNaHQLEGBSSr2y6Seip36UdvG6Dgx-RK-pyXkpNzKZmAck0PHGoIFEkh5vxIRMjVrXTZ5eff_-9QUguCSg8i-DbI2TA2PyrbKlxQ\";}}s:7:\"created\";i:1709060952;s:9:\"timestamp\";i:1709147352;}s:91:\"get:/v1/installs/14440104/updates/latest.json?is_premium=true&newer_than=1.5.96&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:5:\"error\";O:8:\"stdClass\":3:{s:7:\"message\";s:40:\"There\'s no newer release of the product.\";s:4:\"code\";s:23:\"newer_version_not_found\";s:4:\"http\";i:404;}}s:7:\"created\";i:1709061267;s:9:\"timestamp\";i:1709063067;}s:92:\"get:/v1/users/6608135/plugins/4036/installs.json?url=redlightpain.us7.cdn-alpha.com&all=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:8:\"installs\";a:0:{}}s:7:\"created\";i:1709063783;s:9:\"timestamp\";i:1709150183;}s:30:\"get:/v1/installs/14440533.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":33:{s:7:\"site_id\";s:9:\"219176151\";s:9:\"plugin_id\";s:4:\"4036\";s:7:\"user_id\";s:7:\"6608135\";s:3:\"url\";s:38:\"https://redlightpain.us7.cdn-alpha.com\";s:5:\"title\";s:12:\"My WordPress\";s:7:\"version\";s:6:\"1.5.96\";s:7:\"plan_id\";s:4:\"6518\";s:10:\"license_id\";s:7:\"1085123\";s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:15:\"subscription_id\";N;s:5:\"gross\";i:0;s:12:\"country_code\";s:2:\"us\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:5:\"6.4.3\";s:11:\"sdk_version\";s:5:\"2.6.2\";s:28:\"programming_language_version\";s:6:\"7.4.30\";s:9:\"is_active\";b:1;s:15:\"is_disconnected\";b:0;s:10:\"is_premium\";b:1;s:14:\"is_uninstalled\";b:0;s:9:\"is_locked\";b:0;s:6:\"source\";i:0;s:8:\"upgraded\";N;s:12:\"last_seen_at\";s:19:\"2024-02-27 19:56:45\";s:26:\"last_served_update_version\";N;s:10:\"secret_key\";s:32:\"sk_lX)w+XJ0!8X}$i?$<D@pk2U%BI[%E\";s:10:\"public_key\";s:32:\"pk_ab29ed294114855f6f0c181724333\";s:2:\"id\";s:8:\"14440533\";s:7:\"created\";s:19:\"2024-02-27 19:56:45\";s:7:\"updated\";s:19:\"2024-02-27 19:56:45\";s:7:\"charset\";N;s:7:\"is_beta\";b:0;}s:7:\"created\";i:1709063804;s:9:\"timestamp\";i:1709150204;}s:73:\"get:/v1/installs/14440533/updates/latest.json?is_premium=true&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":19:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:7:\"1.5.130\";s:11:\"sdk_version\";s:5:\"2.9.0\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:5:\"6.5.3\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:44451;s:2:\"id\";s:5:\"81667\";s:7:\"created\";s:19:\"2024-12-11 12:53:48\";s:7:\"updated\";s:19:\"2024-12-12 06:52:29\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/81667.zip?is_premium=true&authorization=FSLA+14440533%3ABHnLE6MF-6vsfyevS-ZcSL2ggSb-_6pttq1l2fpz3Gp56tsgaGQSHKW1DXhrP7SHJqWM0wLKguFeFtrlhxSp0AqfFehtNMkMjJSXR6UvVLbS6F_ke0YBMS2jIV1_6-o1s_v48ZCPMpGbYu1nDUN_OCfAsTNqQOlF0tBFTG5U7UYxEltJYRnF9LaN_YpMtOn8sICEK7sUovKH0NtvJH9gMmItiKnH6JPGVARoiGUGlhGfU8ZEAE9FUaAuoGat0WYGNSHFEtMrKbQNcigo7RE3_A\";}s:7:\"created\";i:1733986356;s:9:\"timestamp\";i:1734072756;}s:91:\"get:/v1/installs/14440533/updates/latest.json?is_premium=true&newer_than=1.5.96&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:6:\"1.5.98\";s:11:\"sdk_version\";s:5:\"2.6.2\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:5:\"6.4.2\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:28992;s:2:\"id\";s:5:\"69314\";s:7:\"created\";s:19:\"2024-03-05 07:02:01\";s:7:\"updated\";s:19:\"2024-03-05 18:52:11\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/69314.zip?is_premium=true&authorization=FSLA+14440533%3AdGgC1HGFvSyXStffeaKTxjiEeaK7qdYdNRoXqC9bk2ewJ-GU98w9xz9D4n36Zr0PKXeLE0YchZX7NcQBH8fSJ6DTJGNV6XiMwUsLbVUA4EVyNzgEH-ZfB3_f5PyYbWkmtlUz5LzdwRUt8SAsbO7Meup_8cWAUTvTzkz7maVpOM1o-5xSST-2UTGPe52lVv6v3RLwU4puFHON_23lgy4wvipJ-X9kPjzqgrfZiXRcWzSxfnKRr69NJonRR2uICJRDI_mn7GRV2gftbxGMn43OUQ\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:66:\"Unlimited Elements For Elementor (Free Widgets, Addons, Templates)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"tags\";O:8:\"stdClass\":6:{s:9:\"elementor\";s:9:\"elementor\";s:8:\"elements\";s:8:\"elements\";s:6:\"addons\";s:6:\"addons\";s:16:\"elementor addons\";s:16:\"elementor addons\";s:16:\"elementor widget\";s:16:\"elementor widget\";s:12:\"page builder\";s:12:\"page builder\";}s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";N;s:6:\"tested\";s:5:\"6.4.2\";s:10:\"stable_tag\";s:3:\"1.0\";s:8:\"sections\";O:8:\"stdClass\":4:{s:11:\"description\";s:7110:\"<p><strong>Elementor</strong> users, elevate your web design experience with <strong>Unlimited Elements for Elementor</strong>. An all in one plugin that instantly gives you the most advanced widgets and tools to make better Elementor websites faster. Take your WordPress website to the next level.</p>\n\n<p><a href=\"https://unlimited-elements.com/elementor-widgets/\">View Elementor Widgets Demos</a>\n<br>\nBrowse our extensive collection of free widgets or upgrade to our pro version for access to over 200 additional unique drag and drop widgets for <strong>Elementor</strong>. Each widget provides a wide range of options to easily control every aspect. If you can\'t find what you need, our <strong>Widget Creator</strong> Framework empowers you to create any widget you can imagine.</p>\n\n<h3>Plugin Features</h3>\n\n<ul>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Widget Library</strong></a> – Enhance the popular Elementor page builder with our user-friendly and innovative widget library. Simplify your website by finding everything you need in one place, without the need for multiple plugins.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/widget-creator/\"><strong>Widget Creator</strong></a> – Save valuable time by eliminating the need to search for numerous plugins and add-ons. Instead, create customized, professional widgets that perfectly align with your website requirements.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-templates/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/loop-builder-for-elementor/\"><strong>Loop Builder</strong></a> – Easily create dynamic Loop Items within the Elementor Theme Builder by utilizing any loop widget layout of your preference. Effortlessly populate the chosen widget with dynamic content to craft versatile and engaging Loop Items.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/background-widgets-for-elementor/\"><strong>Background Widgets</strong></a> – Elevate your web designs instantly with our user-friendly animated backgrounds available in our extensive widget library. Experience seamless integration and unleash your creativity like never before.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/post-widgets-filters-tools/\"><strong>Post Widgets & Filters</strong></a> – Easily create stunning post layouts with real-time filters. Improve the browsing experience for website visitors by helping them find the content they\'re looking for. Effortlessly display posts using advanced criteria on your entire website.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/woo/\"><strong>WooCommerce Widgets & Filters</strong></a> – Create stunning product layouts with dynamic real-time filters. Showcase your products and categories in a wide array of interactive formats, such as grids, carousels, sliders, and more.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/remote-control-widgets/\"><strong>Woo Widgets & Filters</strong></a> – Unleash your creativity with advanced and customizable layouts. Take full control of your designs and make them truly unique using the remote controls. Stand out from the crowd with layouts that are both eye-catching and distinctive.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/sync-widgets/\"><strong>Sync Between Widgets</strong></a> – Elevate your web designs to new heights by seamlessly synchronizing multiple item-based widgets. This powerful feature empowers you to effortlessly create intricate and personalized layouts, taking your designs to the next level of sophistication.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source-galleries/\"><strong>Multi-Source Galleries</strong></a> – Empower your gallery showcase by effortlessly featuring Woo products, WordPress posts, Instagram feeds, and a variety of other sources, including various API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/live-copy-paste/\"><strong>Live Copy Paste</strong></a> – Copy and paste fully designed sections from the Unlimited Elements website directly to your website, saving you time and ensuring you can finish your web project as soon as possible.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-menu-widget-for-elementor/\"><strong>Mega Menu Builder</strong></a> – Easily craft a distinctive Mega Menu for your website navigation by incorporating images, icons, links, and various Elementor widgets into unique menu layouts.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-slider-widget-for-elementor/\"><strong>Mega Slider Builder</strong></a> – Easily turn any Elementor sections into slider slides. Now you can amaze your website visitors with jaw-dropping slider designs that look amazing on any device.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source/\"><strong>Multi-Source Widgets</strong></a> – Add content dynamically to item-based widgets effortlessly with support for ACF repeaters, JSON/CSV files, Woo Products, WordPress posts, users, menus, and a range of API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/dynamic-post-popup-widget-for-elementor/\"><strong>Dynamic Popup Builder</strong></a> – Dynamically create a popup to add a quick view of the post without leaving the page. Use an Elementor single post template to create the layout of the dynamic popup.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/form-builder/\"><strong>Elementor Form Builder</strong></a> – Build advanced forms effortlessly using the drag-and-drop form builder. Whether it’s a simple or complex form, our straightforward form widgets make it quick and easy to create forms, improving your workflow.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/calculators/\"><strong>Calculator Builder</strong></a> – Easily design professional calculators for any type of industry. Whether you need a loan calculator, mortgage calculator or business calculator, our powerful and intuitive drag and drop builder makes it easy to create complex calculators with ease.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/filters/\"><strong>Elementor Filter Widgets</strong></a> – Unlock the potential of the AJAX-based faceted filter system, seamlessly empowering you to craft diverse layouts with ease. Take control by applying multiple filters, ensuring a super-fast and dynamic filtering experience tailored to your website needs.</p></li>\n</ul>\";s:12:\"installation\";s:521:\"<p>Note : This plugin works with Elementor. Make sure you have <a href=\"https://wordpress.org/plugins/elementor/\">Elementor</a> installed.</p>\n\n<ol>\n<li>Upload the plugin folder to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress</li>\n<li>Navigate to Unlimited Elements in the WordPress side menu and install the widget you want by hovering over it and clicking install.</li>\n</ol>\";s:3:\"faq\";s:4208:\"<h4>Can I use the plugin without Elementor?</h4>\n\n<p>No. You cannot use the plugin without Elementor since it\'s an addon for Elementor.</p>\n\n<h4>Does the plugin work with any theme?</h4>\n\n<p>Absolutely! The plugin will work with any theme where Elementor works.</p>\n\n<h4>What if I update to the Premium version after using the Free version?</h4>\n\n<p>Your existing elements/content will work with the premium version. So you won’t lose your any of your hard work.</p>\n\n<h4>Can I get a refund?</h4>\n\n<p>If you are not happy with your purchase at anytime just contact us and we will refund 100% of your money no questions asked.</p>\n\n<h4>Do you offer a renewals discount?</h4>\n\n<p>Yes, you get 25% discount for all annual plan automatic renewals. The renewal price will never be increased so long as the subscription is not cancelled.</p>\n\n<h4>How do I install and activate the \'Unlimited Elements for Elementor\' plugin on WordPress?</h4>\n\n<p>To install the \'Unlimited Elements\' plugin on your WordPress site, access your WordPress Dashboard and go to Plugins -> Add New. In the search box, enter \'Unlimited Elements.\' Locate the plugin in the search results and click on the \'Install Now\' button. Once the installation is finished, click on the \'Activate\' button, and \'Unlimited Elements for Elementor\' will be successfully activated on your WordPress site.</p>\n\n<h4>Do I need to know code to use Unlimited Elements?</h4>\n\n<p>No, you do not need to know code to leverage the widgets and other tools provided by the Unlimited Elements plugin. It is designed to be user-friendly, allowing you to enhance your Elementor experience without any coding expertise. However, for users familiar with code, the plugin offers the added advantage of a widget creator, enabling the creation of custom Elementor widgets for a more tailored and advanced design experience.</p>\n\n<h4>Is my site secure with Unlimited Elements?</h4>\n\n<p>Yes, Unlimited Elements is a secure plugin. The plugin is regularly updated to adhere to common security standards, ensuring a secure environment for your website.</p>\n\n<h4>What types of filters does Unlimited Elements provide?</h4>\n\n<p>Unlimited Elements offers a variety of filter types, including search filters, dropdowns, tabs filters, checkboxes filters, and WooCommerce-related filters, providing a diverse range of options for dynamic and versatile website filtering.</p>\n\n<h4>Are the filters compatible with any post type or WooCommerce products?</h4>\n\n<p>Yes, all the filters provided by Unlimited Elements are live Ajax filters, ensuring dynamic and seamless filtering experiences. They are compatible with any post type, including custom post types, and WooCommerce products, offering versatile functionality for a wide range of content on your website. Utilize specific WooCommerce filters to enhance the shopping experience for your customers, such as the price range slider filter and color swatches filter for products with different colors.</p>\n\n<h4>Can I use Unlimited Elements to display custom post types in my widgets?</h4>\n\n<p>Yes, Unlimited Elements supports showcasing custom post types with advanced query selection and seamless connection to any filter from the UE library. This allows for tailored and dynamic content presentation on your website using the plugin\'s versatile features.</p>\n\n<h4>What are multi-source widgets in Unlimited Elements?</h4>\n\n<p>Multi-source widgets in Unlimited Elements enable the population of item-based widgets with various dynamic source types. These widgets can be populated using sources like ACF repeater fields, WooCommerce products, custom post types, Instagram feeds, and various API integrations. This versatility allows for the seamless integration of diverse content into widgets, enhancing the flexibility and functionality of your website elements.</p>\n\n<h4>Should I use Remote Control Widgets or the Sync Widgets function in Unlimited Elements?</h4>\n\n<p>The choice depends on your design preferences. If you want complete control, go for Remote Control Widgets. For synchronized layouts, choose Sync Widgets. They can also be used together for even more powerful customization options in Unlimited Elements.</p>\";s:9:\"changelog\";s:112775:\"<p>version 1.5.98: 2024-03-05</p>\n\n<ul>\n<li>Fix Some small gutenberg related bug fix</li>\n</ul>\n\n<p>version 1.5.97: 2024-03-04</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Fix: allow showing authors name translated</li>\n<li>Change: updated font awesome version to 6</li>\n<li>Fix: done some link attribute security fix</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Accordion Menu (Pro) - Implemented \'Active State Color\' options for Sub Menu items. This new functionality allows users to customize the color of sub-menu items when they are in the active state, providing enhanced visual feedback.</li>\n<li>Feature: Content Slider (Pro) - Made \'Slide Margin\' option available for Full Slider Type and Offset Slider Type. This update expands the usability of the margin customization, allowing users to set margins between slides in both Full Slider and Offset Slider configurations.</li>\n<li>Feature: Icon Tabs (Pro) - Made \'Start Collapsed\' option responsive. This update ensures that the \'Start Collapsed\' behavior adjusts responsively, providing a consistent and user-friendly experience across various devices and screen sizes.</li>\n<li>Feature: Post Accordion (Free) - Introduced \'Expand All Accordion\' functionality, enabling users to expand all accordion items with a single click for improved content accessibility.</li>\n<li>Feature: Fullscreen Menu (Free) - Introduced option to customize the thickness of the animated hamburger icon bars, providing users with greater control over the visual appearance of the icon.</li>\n<li>Change: Coverflow Carousel (Pro) - Updated \'Button Link\' option: if empty, no link will be applied. This modification ensures that if the \'Button Link\' option is left empty, no link will be associated with the button within the widget.</li>\n<li>Fix: Product Carousel (Pro) - Optimized widget HTML code. This update enhances performance and efficiency by streamlining the HTML structure of the widget.</li>\n<li>Fix: Content Tabs (Free) - Improved widget interaction within an Elementor\'s popup. This update ensures a more seamless and optimized experience when utilizing the widget within a popup setting.</li>\n</ul>\n\n<p>version 1.5.96: 2024-02-26</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Feature: added option for time_ago_short in timelines that will show shorter version of minutes and hours text</li>\n<li>Feature: added defaults for weather widget</li>\n<li>Fix: fixed hourly weather fields</li>\n<li>Fix: fixed the import with images functionality</li>\n<li>Fix: set default timeout to remote requests</li>\n<li>Fix: fixed the image duplicate when importing templates</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Side Menu (Pro) - Implemented \'Menu Padding\' option. This new functionality allows users to set padding for the menu, providing control over the spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced a new value for \'Meta Data Position\' option called \'Before Title\'. This new functionality allows users to position meta data before the title, providing additional flexibility in content layout.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Stage Padding\' option. This new functionality allows users to set stage padding, displaying a part of the previous and next carousel items for a more visually appealing and dynamic presentation.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Selected Item Number\' option. This new functionality allows users to select a specific item by default, enhancing user experience by highlighting a predetermined item upon initialization.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option to display the image on the opposite side of the content for enhanced layout flexibility and customization.</li>\n<li>Feature: Thumbnail Slider (Pro) - Introduced \'Multi Source\' option, enabling users to select gallery items from various sources for enhanced flexibility and content integration.</li>\n<li>Feature: Timer Countdown Banner (Pro) - Added \'Direction\' option to support RTL (Right-to-Left) layout websites.</li>\n<li>Feature: Post Horizontal Timeline (Pro) - Introduced Background Color and Icon Color options for Navigation Arrows in disabled mode. This new functionality allows users to customize the appearance of navigation arrows when they are disabled, providing enhanced visual control.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Time Ago Type\' option. This new functionality allows users to choose the type of time ago representation, providing flexibility in how time is displayed within the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Text Custom Field\' option. This new functionality allows users to add a custom field under the main Posts Text, providing additional customization for displaying content.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Link Type\' option for all link elements in the widget. This new functionality allows users to choose the type of link for various elements within the widget, enhancing control over linking behavior.</li>\n<li>Feature: Remote Link (Pro) - Introduced active state for the link. This new functionality allows users to customize the appearance of the link when it is in an active state, providing enhanced visual feedback.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Implemented \'Hide Vertical Scrollbar in Popup\' option. This new functionality allows users to hide the vertical scrollbar within the popup, providing a cleaner and more focused appearance.</li>\n<li>Feature: Icon Carousel (Pro) - Introduced \'Autoplay Pause on Hover\' option, allowing users to pause autoplay functionality when hovering over the carousel for improved control and interaction.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Introduced Entrance Animation functionality for the popup. This new feature allows users to apply entrance animations, enhancing the visual appeal and engagement when the popup appears.</li>\n<li>Feature: Unlimited Timeline (Free) - Implemented \'Content Box Link\' option. This new functionality allows users to link the entire content box, providing a convenient way to associate a link with the entire widget item.</li>\n<li>Feature: Text Field (Free) - Added \'Read Only\' option, allowing users to set the field as read-only for preventing user input while retaining visibility of the text.</li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Radar Range\' option for Radar chart, allowing users to set the minimum range value for improved data visualization.</li>\n<li>Feature: Testimonial Carousel (Pro) - Added \'Rating\' field to the Source option. This new functionality allows users to incorporate a rating field as a source for the widget, expanding the available data sources for enhanced content display.</li>\n<li>Feature: Multi Step Form (Pro) - Introduced \'Direction\' option. This new functionality is useful for RTL (Right-to-Left) websites, allowing users to set the direction of the widget layout accordingly.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option for users to customize the text of each item\'s button, providing greater flexibility.</li>\n<li>Feature: Post List (Free) - Implemented \'Space Between Categories\' option. This new functionality allows users to set spacing between categories, providing control over the layout and visual presentation of category elements.</li>\n<li>Feature: Memory Game (Pro) - Introduced \'Add Completion Time to Form Field\' option, enabling users to automatically append the time taken to complete the memory game to a designated form field.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Add Link For The Whole Item\' option. This new functionality allows users to add a link to the entire widget item, enhancing the interactive capabilities and providing a clickable area for the entire item.</li>\n<li>Feature: Post Carousel (Pro) - Implemented \'Text Padding\' and \'Title Padding\' options. This new functionality allows users to set padding for text and title elements, providing enhanced control over spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced \'Date Modified\' options. This new functionality allows users to display the date when a post was last modified, providing additional information and transparency in content presentation.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Introduced options to customize Maps Controls icons\' color and background color. This new functionality allows users to personalize the appearance of map controls, enhancing visual customization.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Disable Map Interaction On Mobile\' option. This new functionality allows users to disable map interaction specifically on mobile devices, providing control over the user experience on smaller screens.</li>\n<li>Change: Content Tabs (Free) - Modified behavior of \'Start Collapsed\' option when used with \'Set Hash\'. If the URL has a hash, the first opened tab will be determined by the hash, providing a more dynamic and user-friendly experience.</li>\n<li>Change: Dropdown Button (Pro) - Removed Text Decoration CSS property from dropdown items. This update enhances the visual presentation by eliminating unnecessary text decoration.</li>\n<li>Change: Woo Mini Cart (Pro) - Added separate border options for \'View Cart\' and \'Checkout\' buttons, providing users with more customization flexibility for button styling.</li>\n<li>Change: Swipe Carousel (Pro) - Modified \'Enable Link\' option. Now, the entire item serves as a link, providing a more intuitive and consistent approach to linking within the widget.</li>\n<li>Fix: Submit Button (Free) - Corrected default values in email 2 that were leading to validation errors.</li>\n<li>Fix: Post Carousel Lite (Free) - Addressed issue where the carousel was not displaying on mobile devices.</li>\n<li>Fix: Icon Tabs (Pro) - Resolved issue with the \'Start Collapsed\' option. The fix ensures that the \'Start Collapsed\' option now functions correctly, delivering the intended collapsed behavior upon initialization.</li>\n<li>Fix: Post Grid (Pro) - Optimized widget item HTML code. This update enhances performance and efficiency by streamlining the HTML structure of widget items.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized item HTML code. This update improves performance and efficiency by refining the HTML structure of individual items within the widget.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized CSS code. This update improves performance and reduces the overall footprint of the stylesheet, enhancing efficiency and loading times.</li>\n<li>Fix: Remote Link (Pro) - Resolved issue where the Text Shadow option was erroneously interpreted as Box Shadow. The fix ensures that the Text Shadow option now functions correctly, providing the intended text shadow effect.</li>\n<li>Fix: Scroll Sequence (Pro) - Revised and improved descriptions of the widget fields for better clarity.</li>\n<li>Fix: Post Magazine Grid (Pro) - Added \'raw\' tag to category names to fix the display issue where the \'&\' symbol in category names was not displaying correctly.</li>\n<li>Fix: Before After (Pro) - Improved widget interaction with Elementor\'s Popups. This update ensures seamless integration and optimal performance when using the widget within Elementor\'s Popup functionality.</li>\n<li>Fix: Grid Gallery (Pro) - Resolved an issue where the widget was not extending to full width within Elementor Container.</li>\n<li>Fix: Particle Image (Pro) - Added protection from lazy load. This update ensures compatibility and proper functionality, mitigating potential issues related to lazy loading on various platforms.</li>\n</ul>\n\n<p>version 1.5.95: 2024-02-12:</p>\n\n<ul>\n<li>Feature: Ensure that the blog displayed on the \"Home\" page of the plugin is always up-to-date.</li>\n<li>Feature: Implemented support for tags in the widget catalog.</li>\n<li>Feature: Added an option for galleries to play videos in muted mode.</li>\n<li>Feature: Integrated weather forecast data preparation for the widget.</li>\n<li>Fix: Addressed some minor potential security risks associated with the import templates functionality.</li>\n<li>Fix: Rectified email validation for Form Email2.</li>\n<li>Fix: Resolved some issues with the price range filter.</li>\n<li>Fix: fixed the problem where dynamic template styles disappeared after updating Elementor Pro.</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Image Zoom Content Box (Free) - Implemented \'Title Tag\' option. This new functionality allows users to specify the HTML tag for titles within the widget, providing flexibility and control over the semantic structure of the content.</li>\n<li>Feature: Post Accordion (Free) - Implemented \'Disable Link in Image\' option. This new functionality allows users to disable the link associated with an image, providing more control over the interactive behavior of images within the widget.</li>\n<li>Feature: Slider Gallery (Free) - Implemented \'Mute Video\' option. This new functionality allows to play videos muted by default. Volume can be adjusted in video players on live page.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Item Bar Width\' option. This new functionality allows users to customize the width of individual bars, providing greater control over the visual representation of items.</li>\n<li>Feature: Remote Item Navigation (Pro) - Introduced \'Border Override Color\' options for Regular and Active states. This new functionality allows users to customize border colors separately for both Regular and Active states, enhancing visual styling in the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Title Min Height\' option. This new functionality allows users to set a minimum height for the title, offering more control over the visual presentation and consistency in the widget.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Show Link\' option. This new functionality enables users to show or hide links and customize their styling within the widget, offering more control over the interactive elements.</li>\n<li>Feature: Counter (Free) - Implemented \'Add Link To Widget Container\' option. This new functionality allows users to include a link, enhancing the interactive capabilities of the element by enabling navigation to another page or resource.</li>\n<li>Feature: Icon Box Accordion (Pro) - Introduced \'Icon + Text\' option for Graphic Element. This new value expands customization by allowing users to display both an icon and text within the Graphic Element for richer visual representation.</li>\n<li>Feature: Before After (Pro) - Added support for the widget inside Elementor\'s Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to utilize the widget effectively within Elementor\'s Tabs.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Hide Inactive Arrow\' option. This new functionality allows users to hide inactive arrows, providing a cleaner and more focused appearance in the widget interface.</li>\n<li>Feature: Layers (Pro) - Added shadow for icon type layers.</li>\n<li>Feature: Icon Pointer Button (Pro) - Introduced \'Direction\' option. This new functionality allows users to specify the direction for RTL (Right-to-Left) or LTR (Left-to-Right) websites, ensuring proper layout alignment based on language direction.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Auto Height\' option. This new functionality adjusts the height of the slider dynamically based on the height of the current slide, providing a more adaptive and seamless user experience.</li>\n<li>Feature: Justified Image Carousel (Pro) - Option to fix the broken layout (resulting in a duplicate carousel) caused by delayed image loading, this solution verifies that the images are loaded before initializing the carousel.</li>\n<li>Feature: Remote Tabs (Pro) - Introduced styling options for Border Radius, Border, and Shadow for the image of the active tab.</li>\n<li>Feature: Layers (Pro) - Added background color, padding and radius for text fields.</li>\n<li>Feature: WhatsApp Chat (Pro) - z-index option for Popup, allowing users to customize the stacking order of the Popup for better control over its visibility in relation to other elements.</li>\n<li>Feature: WhatsApp Chat (Pro) - Introduced option to customize the Popup Title, along with styling options for enhanced visual control and personalization.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced \'Additional Title\' options. This new functionality expands customization by providing additional settings for titles, allowing users to further enhance the visual presentation of titles within the widget.</li>\n<li>Feature: Content Grid (Pro) - Introduced \'Image Scale\' option. This new functionality allows users to scale the images, providing enhanced control over the visual presentation within the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented feature - automatically opens menu item if it matches the current page URL.</li>\n<li>Feature: Post Grid (Pro) - Added Option to show post tags, providing users with the ability to showcase tags associated with each post.</li>\n<li>Feature: Post Magazine Grid (Pro) - Introduced \'Image Scale\' and \'CSS Filters\' options along with the hover transition duration for enhanced image customization.</li>\n<li>Feature: Card Carousel (Free) - Implemented \'Image Position\' option. This new functionality allows users to customize the position of image within the widget, providing enhanced control over the visual layout.</li>\n<li>Feature: Layers (Pro) - Added mouse parallax effect, adds a captivating and interactive dimension to the user interface.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced additional styling options. This new set of functionalities allows users to further customize and refine the visual appearance of the widget, providing enhanced styling possibilities.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Close Transition Speed\' option. This new functionality enables users to set the speed of close animations for the dropdown, enhancing visual transitions and customization.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added \'Image Position\' option, allowing users to customize the position of the image above or below the content for enhanced layout flexibility.</li>\n<li>Feature: Layers (Pro) - Implemented motion effects—now elements can bounce up and down and move left to right for a livelier interface.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Center Info Window\' option. This new functionality allows users to center the info window on the map, providing enhanced visibility and focus on the selected location.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Close After Outside Info Window Click\' option. This new functionality allows users to close the info window after clicking outside of it on the map, enhancing user interaction and control.</li>\n<li>Feature: Layers (Pro) - Implemented responsive settings for individual layers, allowing users to toggle each layer on or off based on the specific device requirements.</li>\n<li>Feature: Image Accordion (Pro) - Added \'Title HTML Tag\' option, providing users with better SEO control by allowing customization of HTML tags for widget titles.</li>\n<li>Feature: Content Tabs (Free) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab content for a smoother and more seamless user experience.</li>\n<li>Feature: Event List (Pro) - Implemented \'Remove Expired Event Item\' option. This new functionality allows users to automatically remove event items that have expired, streamlining content management within the widget.</li>\n<li>Feature: Post Grid (Pro) - Added typography option for post tags, allowing users to customize the font style, size, and other typographic attributes.</li>\n<li>Feature: Event List (Pro) - Implemented \'Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the button, providing enhanced control over the layout within the widget.</li>\n<li>Feature: vCard (Pro) - Introduced option to include social media links in downloadable VCF contact file, enhancing contact information with additional social network profiles for improved connectivity.</li>\n<li>Change: Toggle Text Button (Free) - Upgraded textarea to full functionality editor, providing users with enhanced editing capabilities.</li>\n<li>Change: vCard (Pro) - Updated vCard JavaScript library to the latest version, ensuring compatibility with current standards and latest feature availability.</li>\n<li>Fix: Woo Product List (Free) - Introduced \'Layout Type\' option. This new functionality allows users to set the layout as either column or row, providing flexibility in organizing and displaying content within the widget.</li>\n<li>Fix: vCard (Pro) - Resolved issue where QR code was not scanning on some apps.</li>\n<li>Fix: Hotspots (Pro) - Rebuilt JavaScript code for better interaction. Removed unnecessary code to optimize performance and streamline functionality.</li>\n<li>Fix: Sideways Vertical Text (Pro) - Text layout shifting issue on Safari browser.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue with scrolling to the top of the page after tab click. The fix ensures that tab clicks no longer trigger unintended scrolling to the top, providing a smoother user experience.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the vertical scrollbar appearing on hover.</li>\n<li>Fix: Testimonial Carousel (Pro) - The issue where styling attributes (size and color) for SVG icons were not taking effect.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue in Content Tabs when Before After widget couldn\'t function inside tabs. The fix ensures proper functionality, allowing users to utilize the widget as intended.</li>\n<li>Fix: Woo Product Grid (Pro) - Added image HTML attributes to product images.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue where the size of social icons wasn\'t responding to the option value. The fix ensures that the specified option value now accurately reflects the size of social icons.</li>\n<li>Fix: Counter (Free) - Removed unnecessary space in \'Before Text\' and \'After Text\' options. This update improves the clarity and presentation of the text by eliminating unnecessary spacing.</li>\n<li>Fix: Content Tabs (Free) - Added support for Elementor Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to incorporate the widget effortlessly within Elementor Tabs.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved an issue where incorrect icons were being displayed after selecting a menu item.</li>\n<li>Fix: Woo Mini Cart (Pro) - Improved widget compatibility with optimization plugins like WP Rocket. This update ensures seamless integration, optimizing performance and enhancing the overall user experience when using these plugins.</li>\n<li>Fix: Post Accordion (Free) - Updated post content loading method to resolve the issue where, on some sites, post content was not displaying correctly.</li>\n<li>Fix: Dropdown Field (Pro) - Fixed an issue when Dropdown Field couldn\'t parse Field Name to Number Field widget.</li>\n<li>Fix: Card Carousel (Free) - Resolved issue where Transition Speed wasn\'t working for non-default animations. The fix ensures that Transition Speed now functions correctly for all animations, providing consistent and reliable behavior.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Removed default 2px border with blue color from one of the map elements. This update improves the visual presentation by eliminating an unnecessary border.</li>\n</ul>\n\n<p>version 1.5.94: 2024-01-25:</p>\n\n<ul>\n<li>Feature: added option to message individual fields for the form</li>\n<li>Change: removed instagram blocked api message - the instagram functionality is active now!</li>\n<li>Change: added default values to currency fields</li>\n<li>Fix: fixed small php bug regarding date field in items</li>\n<li><p>Fix: fixed some small xss vulnurability that pachstack discovered</p></li>\n<li><p>Feature: Number Field (Pro) - Introduced \'Enable Date Field in Formula\' option. This new functionality enables the use of Date Field in formula by allowing the addition or subtraction of days.</p></li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Remove Items with 0 Value\' option. This new functionality automatically excludes items with a value of 0 from charts.</li>\n<li>Feature: WordPress Menu (Free) - Implemented \'Hover Effect\' option. This new functionality allows users to choose from a variety of hover link effects, enhancing the visual presentation with dynamic animations.</li>\n<li>Feature: Hotspots (Pro) - Introduced customizable popup positioning, providing users with the option to define the exact position rather than relying on preset center alignment.</li>\n<li>Feature: Event List (Pro) - Introduced \'Event End Date\' option, allowing users to display event end date and time.</li>\n<li>Feature: Event List (Pro) - Implemented \'Calendar Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the calendar, providing better control over its placement within the layout.</li>\n<li>Feature: Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Dropdown Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Value Handling\' options. This new functionality allows users to choose the checkbox value type from options such as sum, individual number, or individual text, providing flexibility in handling checkbox values.</li>\n<li>Feature: Masonry Gallery (Pro) - Introduced \'Title Typography\' and \'Description Typography\' options. These new functionalities allow users to customize the typography settings for titles and descriptions.</li>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Tile Background Color\' option. This new functionality allows users to customize the background color of tiles, providing enhanced visual control over the widget\'s appearance.</li>\n<li>Feature: Hotspots (Pro) - Added \'Popup Image Size\' option, allowing users to customize the size of popup images.</li>\n<li>Feature: WooCommerce Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented \'Open Links In New Tab\' option. This new functionality allows users to specify whether links should open in a new tab with Source type posts, products, etc.</li>\n<li>Feature: Content Ticker (Pro) - Added Option to add an Image for each ticker item.</li>\n<li>Change: Hotspots (Pro) - Enabled \'Image Size Select\' option for the Image, allowing users to choose from different image resolutions for enhanced flexibility and visual customization.</li>\n<li>Change: Icon Carousel (Pro) - Improved \'Item Minimum Height\' option by expanding the range of values.</li>\n<li>Fix: Fullscreen Menu (Free) - Improved protection from Elementor sticky section interference.</li>\n<li>Fix: vCard (Pro) - Issue with QR code not displaying when \'Include Image in Contact\' is enabled has been resolved.</li>\n<li>Fix: Dropdown Field (Pro) - Resolved issue with \'Field Name\' not appearing during email sending. The fix ensures that the field name is now properly displayed in email notifications.</li>\n<li>Fix: Mega Menu (Pro) - Resolved horizontal scroll issue. The fix ensures that the layout no longer experiences unintended horizontal scrolling, providing a more stable and user-friendly experience.</li>\n<li>Fix: Scroll To Top (Free) - Resolved issue where the icon wasn\'t visible on the frontend. The fix ensures proper visibility of the icon, addressing the bug and improving the overall appearance.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the \'Disable Page Scroll\' option not working in some cases. The fix ensures consistent functionality, preventing page scrolling as intended.</li>\n<li>Fix: Text Field (Free) - Resolved input width issue. The fix ensures that input elements now display with the correct width.</li>\n</ul>\n\n<p>version 1.5.93: 2024-01-18:</p>\n\n<ul>\n<li>Feature: Introduced the option \'slider_video_autoplay\' to galleries, enabling video autoplay when changing items.</li>\n<li>Feature: Added the option to include specific taxonomies in related posts queries.</li>\n<li>Feature: Implemented automatic recognition of video thumbnail IDs in certain gallery types based on relevant post meta.</li>\n<li>Feature: Added functionality for the price range filter.</li>\n<li>Change: Updated the Freemius version.</li>\n<li>Change: Modified the text format for the export change log.</li>\n<li>Change: Restored the \"import with images\" feature after incorporating file type checks for security.</li>\n<li>Fix: Enhanced the handling of multiple user records for the \'exclude users\' option in the users query (Ajax-based).</li>\n<li>Fix: Corrected URL CSS and JS inclusion issues in Elementor editor.</li>\n<li><p>Fix: Corrected a bug related to \"mini cart widget\" in PHP in specific cases.</p></li>\n<li><p>Feature - Card Carousel (Free) - Introduced \'Hide Item\' option. This new functionality allows users to hide items instead of deleting them permanently, offering a more reversible and flexible approach to item management.</p></li>\n<li>Feature - Post Grid (Pro) - Implemented \'Layout Type: Above\' option. This new functionality allows users to change the position of the content box to above the image.</li>\n<li>Feature - Thumbnail Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Compact Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Grid Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Slider Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Flip Box Carousel (Pro) - Introduced option for back icon alignment, providing users the flexibility to customize the alignment of the back icon.</li>\n<li>Feature - Post List (Free) - Implemented \'Image Scale\' option for regular and hover states. This new feature allows users to customize the scaling of images independently for regular and hover states, enhancing visual presentation.</li>\n<li>Change - Flip Box Carousel (Pro) - Implemented conditional rendering of CSS to reduce unused styles, resulting in improved performance, SEO, and faster load times for enhanced user experience.</li>\n<li>Change - Content Accordion (Free) - Improved \'Expand All Accordion\' functionality, now allowing users to close the accordion by clicking the same button again for a more intuitive and user-friendly experience.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Implemented protection against buttons not being vertically aligned in specific cases.</li>\n<li>Fix - Flip Box Carousel (Pro) - Resolved an issue where links were not functioning properly when clicking on the back icon.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Resolved issue with the product button not being clickable in some cases.</li>\n<li>Fix - Post Carousel (Pro) - Resolved issue with the side-by-side layout.</li>\n<li>Feature - Logo Grid (Free) - Enhanced responsiveness for item \'Padding\' option. This update ensures that item padding adjusts effectively across various screen sizes and device resolutions for a consistent layout.</li>\n<li>Feature - Logo Grid (Free) - Implemented \'Direction\' option. This new feature is particularly useful for RTL (Right-to-Left) websites, allowing users to specify the direction of the widget\'s layout for improved compatibility.</li>\n<li>Feature - Content Accordion (Free) - Introduced a new feature that allows the expansion of all accordion items by clicking on an external element with the class \"ue-content-accordion-expand-all\".</li>\n<li>Feature - Memory Game (Pro) - Introduced template option for success message, Allowing users to show Elementor template as success message.</li>\n<li>Feature - Memory Game (Pro) - Added \'Completion Time\' option, enabling users to show the time it took to complete the game for a more informative and engaging experience.</li>\n<li>Feature - Content Accordion (Free) - Introduced \'Additional Header Content\' option in the accordion, allowing users to include additional content after the header title.</li>\n<li>Feature - Post Accordion (Free) - Implemented \'Open Links in New Tab\' option. This new functionality allows users to configure links to open in a new tab, enhancing control over the navigation experience.</li>\n<li>Feature - Side Menu (Pro) - Added an option to add a logo to the side menu layout.</li>\n</ul>\n\n<p>version 1.5.92: 2024-01-04:</p>\n\n<ul>\n<li>Feature: Introduced the change log option in the widget editor.</li>\n<li>Feature: Introduced the ability to connect with Google API for multi-source options.</li>\n<li>Feature: Included an option to link with Google Sheets under the general settings for forms.</li>\n<li>Feature: Integrated a \"show globals\" feature in troubleshooting for enhanced diagnostics.</li>\n<li>Feature: Implemented the capability to output cart fragments for the woo mini cart.</li>\n<li>Feature: Provided an option for \"none\" under lightbox-type in galleries, allowing users to disable the lightbox.</li>\n<li>Feature: Added an \"excerpt\" field to post fields within the widget editor for more detailed posts.</li>\n<li>Fix: Replaced site_url() with home_url() in global variables for better website navigation.</li>\n<li>Fix: Resolved a conflict with another select2 on the admin side, ensuring smoother operations.</li>\n<li>Fix: Rectified an error with multiple order by clauses in post queries to improve data sorting.</li>\n<li><p>Fix: Enhanced the manual selection of Elementor template retrieval for optimized performance.</p></li>\n<li><p>Feature - Content Carousel - Introduced \'Equalize Content Height\' option. This new feature simplifies the process of making content elements equal in each item.</p></li>\n<li>Feature - Flip Box Carousel - Enhanced responsiveness for Border Radius option. The update ensures that the Border Radius adapts effectively to different screen sizes and device resolutions for a consistent display.</li>\n<li>Feature - WooCommerce Product Carousel - Resolved broken layout issue occurring when set to side-by-side layout</li>\n<li>Feature - Phone Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Textarea Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Email Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Text Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Testimonial Carousel - Implemented \'Layout Type: Grid\' option. This new functionality facilitates the transformation of the widget\'s layout into a simple grid.</li>\n<li>Feature - Testimonial Carousel - Introduced \'Layout Type: Swipe\' option. This new feature allows users to set the behavior of the widget, resembling the functionality found in Swipe Carousel widget.</li>\n<li>Feature - Flip Box Carousel - Introduced \'Disable Mouse Drag\' and \'Disable Touch Drag\' options in Flip Box Carousel settings, offering control over user interaction by allowing the disabling of dragging functionalities.</li>\n<li>Feature - Team Member Grid - Introduced \'Badge\' option, allowing users to include custom badge images or icons for enhanced member representation.</li>\n<li>Feature - Thumbnail Slider - Implemented responsiveness for \'Slider Main Image Height\' option.</li>\n<li>Feature - Thumbnail Slider - Optimized \'Slider Main Image Height\' functionality to prevent widget reloading upon value change.</li>\n<li>Change - Thumbnail Slider - Changed attribute of \'Slider Main Image Height\' option from Number to Slider. This adjustment simplifies the process of adjusting the height of the main image by providing a more intuitive control.</li>\n<li>Fix - Submit Button - Improved interaction within Multi Step Form widget. Enhancements have been made to streamline and optimize the submit action.</li>\n<li>Feature - Multi Step Form - Implemented form submission loader. This new addition introduces a visual loader to illustrate the process of sending form data, enhancing user feedback during form submission.</li>\n<li>Feature - WooCommerce Product List - Introduced \'Default Image\' option. The widget will now display the specified default image when a product image is empty, for a more personalized user experience.</li>\n</ul>\n\n<p>version 1.5.91: 2023-12-28:</p>\n\n<ul>\n<li>Change: removed some vulnerability related to templates import</li>\n</ul>\n\n<p>version 1.5.90: 2023-12-18:</p>\n\n<ul>\n<li>Fix: fixed some small bug with pro version main file</li>\n</ul>\n\n<p>version 1.5.89: 2023-12-17:</p>\n\n<ul>\n<li>Fix: fixed some post filters detection issues on the page</li>\n<li>Fix: fixed some \"$type not found\" message in php</li>\n<li>Fix: fixed some \"infinite template found: \" message in php (emtpy template load protection)</li>\n<li>Change: added instagram api access error message</li>\n<li>Change: removed \"import with images\" functionality. replaced by doubly plugin.</li>\n</ul>\n\n<p>version 1.5.88: 2023-12-11:</p>\n\n<ul>\n<li>Feature: added \"iframe\" gallery type to the gallery items</li>\n<li>Fix: fixed the \"show/hide edit html button\" option from general settings</li>\n<li>Fix: fixed the general_settings.xml php error</li>\n<li>Fix: fixed some issue with gallery loading on pages and current meta keys</li>\n<li>Fix: fixed default value in datetime control</li>\n<li>Change: added some improvements for the form </li>\n<li>Change: set video placeholder to dynamic galleries in case of video item</li>\n</ul>\n\n<p>version 1.5.87: 2023-11-21:</p>\n\n<ul>\n<li>Change: updated freemius sdk to 2.6.0 version</li>\n<li>Change: added some protection against double background widgets output</li>\n<li>Feature: enabled form functionality</li>\n<li>Feature: enabled currency exchange functionality</li>\n</ul>\n\n<p>version 1.5.85: 2023-11-15</p>\n\n<ul>\n<li>Feature: added woo_addcart_ajax_attributes_button in twig for the button</li>\n<li>Feature: added option to show original settings values in widget debug</li>\n<li>Feature: added troubleshooting setting not to show php deprecated warnings</li>\n<li>Fix: better prepare post custom fields for the post multisource</li>\n<li>Fix: links from meta field works now</li>\n<li>Fix: fixed the ob_end_clean bug</li>\n<li>Fix: in post query - excluded posts not in from posts in</li>\n<li>Fix: fixed a small bug in the unite gallery library</li>\n<li>Change: updated twig version to 3.x</li>\n<li>Change: updated instagram data with date released field</li>\n</ul>\n\n<p>version 1.5.85: 2023-09-20</p>\n\n<ul>\n<li>Fix: fixed a small bug with multisource image param message</li>\n</ul>\n\n<p>version 1.5.84: 2023-09-20</p>\n\n<ul>\n<li>Feature: added twig function csv to json</li>\n<li>Feature: changed the admin view to new design (added designed header and menu)</li>\n<li>Feature: added option to enable animation on swipe to owl carousel js</li>\n<li>Feature: added woo mini cart functionality</li>\n<li><p>Feature: added option: \"current query as a base\" to post selection -> include by</p></li>\n<li><p>Fix: added support for webp in the manager</p></li>\n<li>Fix: allow fetching images from media library post type for the galleries </li>\n</ul>\n\n<p>version 1.5.83: 2023-08-22</p>\n\n<ul>\n<li>Fix: don\'t show first item in filter when no terms available</li>\n<li>Change: updated calculators javascript code base</li>\n</ul>\n\n<p>version 1.5.82: 2023-08-16</p>\n\n<ul>\n<li>Feature: added option for group filtering widgets</li>\n<li>Feature: solved the video play in gallery type from attachment video</li>\n<li>Change: turned off the video icon for background attribute</li>\n<li>Fix: fixed dynamic template with avoid duplicates</li>\n<li>Fix: fixed gallery widget acf video item error</li>\n<li>Fix: fixed some sort filter bugs with the default selected</li>\n</ul>\n\n<p>version 1.5.81: 2023-08-10</p>\n\n<ul>\n<li>Fix: fixed some missing css in the dynamic loop widgets</li>\n<li>Fix: fixed some child filters related bug</li>\n<li>Fix: fixed order by price in current query</li>\n<li>Fix: fixed some php 8.16+ version notices </li>\n<li>Feature: added option to print the term meta</li>\n</ul>\n\n<p>version 1.5.80: 2023-08-07</p>\n\n<ul>\n<li>Feature: added option to get \"all taxonomy terms\" from a post </li>\n<li>Feature: added html preperations for the woocommerce minicart</li>\n<li>Feature: added \"this week\" to the date selection query</li>\n<li>Feature: added \"grouping\" mode in the \"related posts\"</li>\n<li>Fix: the pagination now works on top of the grid</li>\n<li>Fix: fixed some init ajax filters multiple issues</li>\n<li>Fix: fixed the error with the assets path set</li>\n</ul>\n\n<p>version 1.5.79: 2023-07-24</p>\n\n<ul>\n<li>Fix: changed name for area-label to aria-label</li>\n<li>Fix: in filters - refresh single filter if \"all\" selected and there are hidden items</li>\n<li>Fix: changed protection against inifnite loop to 200</li>\n<li>Fix: show child filters at start if there are selected items</li>\n<li>Fix: date time attribute processor - if no date given - don\'t take current time</li>\n<li>Fix: refresh child filter if main filter selected on init</li>\n<li>Fix: dynamic popup was not worked with multisource in some cases</li>\n</ul>\n\n<p>version 1.5.78: 2023-07-16</p>\n\n<ul>\n<li>Fix: fixed show filters load more</li>\n<li>Fix: fixed multisource repeater empty</li>\n</ul>\n\n<p>version 1.5.77: 2023-07-13</p>\n\n<ul>\n<li>Fix: fixed dropzone collision in widget editor view</li>\n<li>Fix: fixed sort filter price filtering</li>\n<li>Fix: fixed max number in addons db table. from \"int\" to \"bigint\"</li>\n<li>Fix: replaced some deprecated by elementor codes</li>\n</ul>\n\n<p>version 1.5.76: 2023-07-12</p>\n\n<ul>\n<li>Feature: added \"rem\" unit in slider attribute</li>\n<li>Fix: fixed some small bug with remote sync debug</li>\n<li>Fix: fixed the truncate in multisource</li>\n<li>Fix: fixed some small bugs related to remote controls</li>\n<li>Fix: fixed dropzon third party conflict in manager</li>\n</ul>\n\n<p>version 1.5.75: 2023-07-05</p>\n\n<ul>\n<li>Feature: added some suggestion text to add some memory in the troubleshooting section in case that needed</li>\n<li>Fix: the wrong author was displayed in loop post meta data</li>\n<li>Fix: do_shortcode to html items inside the grid and dynamic loop</li>\n<li>Update: Updated Freemius SDK to the latest version</li>\n</ul>\n\n<p>version 1.5.74: 2023-07-04</p>\n\n<ul>\n<li>Fix: show search widgets at plugin install.</li>\n<li>Fix: menu picker depts in multisource</li>\n<li>Fix: set the author data to be retrievable in dynamic grid template</li>\n<li>Fix: show meta fields switcher didn\'t worked in multisource menu items</li>\n</ul>\n\n<p>version 1.5.73: 2023-06-26</p>\n\n<ul>\n<li>Feature: added options for revisions in widget editor</li>\n<li>Fix: added support for wordpress proxy in api calling</li>\n<li>Fix: fixed empty post in query result</li>\n<li>Fix: fixed \"wrong template ID\" elementor error in post accordion</li>\n</ul>\n\n<p>version 1.5.72: 2023-06-21</p>\n\n<ul>\n<li>Fix: added the swf extension in the allowed files in assets</li>\n<li>Feature: prepared the plugin for sort filter</li>\n<li>Change: updated freemius sdk to 2.5.9</li>\n</ul>\n\n<p>version 1.5.71: 2023-06-20</p>\n\n<ul>\n<li>Change: removed js includes of the forms and filters from backend editor</li>\n<li>Change: changed colors of the free version notification in dark mode</li>\n<li>Fix: fix the \"link\" type in wpml integration automatic translation</li>\n<li>Feature: add support for the conditions in ue forms</li>\n</ul>\n\n<p>version 1.5.70 2023-06-19:</p>\n\n<ul>\n<li>Change: added some \"birthday sale\" banner</li>\n<li>Feature: added \"truncate text\" modifier to multisource fields</li>\n<li>Feature: dynamic tags now works inside posts and products related widgets</li>\n<li>Feature: added twig highlighting in codemirror editor</li>\n<li>Fix: fixed sequence animation sliders bug (fields didn\'t loaded in elementor)</li>\n<li>Fix: change the comment from // to /* */ in filters js output to allow proper page compression.</li>\n<li>Fix: the \"time ago\" string is now translatable </li>\n<li>Fix: fixed the wpml elementor template id output</li>\n<li>Fix: fixed backgrounds bug with containers in editor</li>\n<li>Fix: fixed some small bugs with the checkbox filter</li>\n</ul>\n\n<p>version 1.5.69: 2023-06-08:</p>\n\n<ul>\n<li>Fix: allow to install webp images in widgets</li>\n</ul>\n\n<p>version 1.5.68: 2023-06-06:</p>\n\n<ul>\n<li>Change: added functionality for sort filter </li>\n<li>Feature: added field: \"form conditions\" for the upcoming form</li>\n<li>Feature: added link translation to wpml integration</li>\n<li>Feature: added link_attributes field to post list fields in twig</li>\n<li>Fix: fixed slider control min max values in case of multiple units</li>\n<li>Fix: add do shortcode from ajax items response</li>\n<li>Fix: fixed posts grid output with \"product\" taxonomy without woocommerce</li>\n<li>Fix: fixed getting cross sell products query in product list</li>\n</ul>\n\n<p>version 1.5.67 - 2023-05-29:</p>\n\n<ul>\n<li>Fix: fixed some more securaty issues related to assets manager</li>\n</ul>\n\n<p>version 1.5.66 - 2023-05-28:</p>\n\n<ul>\n<li>Fix: fixed some securaty issues related to non editor users operations and not allowed to upload php files in assets manager</li>\n</ul>\n\n<p>version 1.5.65 - 2023-05-26:</p>\n\n<ul>\n<li>Fix: fixed instagram api related bugs </li>\n</ul>\n\n<p>version 1.5.64 2023-05-23:</p>\n\n<ul>\n<li>Change: update freemius to latest version 2.5.8</li>\n<li>Fix: fixed a small php bug</li>\n</ul>\n\n<p>version 1.5.63 2023-05-23:</p>\n\n<ul>\n<li>Change: expand in widget editor is now connected to the screen height</li>\n<li>Fix: fixed the dynamic popup with multiple fields code </li>\n<li>Fix: fixed some sync if the clicked item is link</li>\n<li>Feature: added support for sort post filter</li>\n<li>Feature: hide \"show only insalled\" checkbox in widgets manager if no widget installed.</li>\n</ul>\n\n<p>version 1.5.62 2023-05-14:</p>\n\n<ul>\n<li>Feature: added \"edit template\" link in template selector</li>\n<li>Feature: added hidden template edit button to top bar</li>\n<li>Feature: added option for dynamic popup link to connect to many links in the widget</li>\n<li>Fix: solved some php error with parse dynamic settings in php 8.1</li>\n<li>Fix: getMetaValue error in products</li>\n<li>Fix: fixed doubly css includes in some cases</li>\n</ul>\n\n<p>version 1.5.61 - 2023-05-07:</p>\n\n<ul>\n<li>Feature: added support for woocommerce jet wishlist</li>\n<li>Feature: did option to disable third party hooks in ajax</li>\n<li>Fix: click on link on sync didn\'t worked</li>\n<li>Fix: added some protections to nonce and to file manager zip exctract (securaty issues fix) </li>\n<li>Change: updated freemius sdk to 2.5.7 version.</li>\n</ul>\n\n<p>version 1.5.60 - 2023-04-30:</p>\n\n<ul>\n<li>Feature: added functionality to get cart number of products </li>\n<li>Fix: fixed link field settings for multisoure</li>\n<li>Fix: fixed some bugs with regular price in woocommerce widgets</li>\n<li>Fix: filters js file loaded in editor as well</li>\n<li>Fix: fixed some small php bug regarding \"pathBase\"</li>\n<li>Fix: fixed conditions in multiple select control</li>\n<li>Change: updated unite gallery version</li>\n<li>Change: disabled autoload in update_option for the catalog variable</li>\n</ul>\n\n<p>version 1.5.59: 2023-04-09</p>\n\n<ul>\n<li>Feature: added multiple select to condition attributes in widget editor</li>\n<li>Change: updated freemius sdk to the latest version</li>\n<li>Fix: fixed empty post meta fields in case that acf plugin is on</li>\n<li>Fix: fixed some bug with avoid duplicates option and filters in single grid</li>\n<li>Fix: made some corrections in case that post query show wrong init selected terms values</li>\n<li>Fix: the post carousel goes to random item after ajax refresh</li>\n<li>Fix: fixed jet engine custom fields integration</li>\n</ul>\n\n<p>version 1.5.58: 2023-03-26</p>\n\n<ul>\n<li>Feature: added dynamic popup functionality to multisource widgets</li>\n<li>Fix: fixed missing arguments in the_post action</li>\n<li>Fix: fixed some php multisource error</li>\n<li>Fix: fixed some product ajax search related issues</li>\n<li>Fix: fixed some small but with ajax refresh and sync</li>\n</ul>\n\n<p>version 1.5.57: 2023-03-20</p>\n\n<ul>\n<li>Feature: improved the multisource selectors</li>\n<li>Feature: added option to get image from post meta in post fields - widget editor</li>\n<li>Fix: added \"skins\" folder to unite gallery</li>\n<li>Fix: added more compatability to woo commerce grids with discounts plugins</li>\n<li>Fix: fixed same uc_id in dynamic templates</li>\n</ul>\n\n<p>version 1.5.56: 2023-03-13:</p>\n\n<ul>\n<li>Feature: added option authors by dynamic field in post query</li>\n<li>Feature: done some integration with flycart discounts</li>\n<li>Feature: added option to show post type and post type title in posts fields</li>\n<li>Feature: added option to add multiple values in multisource</li>\n<li>Fix: fixed get posts by terms meta field - add taxonomy</li>\n<li>Fix: fixed responsive css in dynamic loop</li>\n<li>Fix: fixed dynamic loop with jet engine acf fields</li>\n<li>Fix: fixed slider control units for vh, vx and % </li>\n<li>Fix: added \"before today\" for past year in date qury</li>\n<li>Change: the uc_id will not change now when page refresh</li>\n</ul>\n\n<p>version 1.5.55: 2023-02-23:</p>\n\n<ul>\n<li>Fix: fixed wpml integrate fields</li>\n<li>Fix: fixed some write file error, will not crash if happend</li>\n<li>Fix: fixed entrance animation js on popup</li>\n<li>Fix: fixed strip tags in intro from content</li>\n<li>Fix: fixed some php 8.1 issues</li>\n<li>Fix: fixed some post intro with html tags issues</li>\n<li>Change: do_action function is working now in free version</li>\n</ul>\n\n<p>version 1.5.54: 2023-02-15</p>\n\n<ul>\n<li>Change: added some define variable that indicate the under ajax search</li>\n<li>Change: added \"collect\", and \"output\" to schema types in content accordion widget for example</li>\n<li>Feature: added wpml auto translate integration</li>\n<li>Feature: added option to select \"all taxonomies\" in exclude terms in terms selection</li>\n<li>Feature: added option - only direct children to terms select include by</li>\n<li>Feature: added option to post select to get posts by terms from curent meta field</li>\n<li>Fix: preserve tags when truncate</li>\n<li>Fix: fixed load more with second meta add in post query</li>\n</ul>\n\n<p>version 1.5.53: 2023-02-07</p>\n\n<ul>\n<li>Fix: keep exclude terms in grid when filtering with \"override terms\" mode</li>\n<li>Fix: fixed get_terms() not found php error from 1.5.52 version</li>\n</ul>\n\n<p>version 1.5.52: 2023-02-06</p>\n\n<ul>\n<li>Change: done some protection agains infinite loops in templates</li>\n<li>Fix: fixed popup button type conditions</li>\n<li>Fix: fixed term meta fields in multisource</li>\n<li>Fix: fixed exclude term not found in post select</li>\n</ul>\n\n<p>version 1.5.51: 2023-01-31</p>\n\n<ul>\n<li>Feature: added version to js comment output</li>\n<li>Feature: connected the galleies to remote play / stop like the carousels</li>\n<li>Feature: added some error message when image size attribute is missing in multisource</li>\n<li>Feature: added dynamic popup special attribute type</li>\n<li>Fix: fixed title source and description source in multisource gallery for products.</li>\n<li>Fix: added supress filtres to ajax search query</li>\n</ul>\n\n<p>version 1.5.50: 2023-01-24</p>\n\n<ul>\n<li>Feature: added \"media\" to post types select in advanced post query</li>\n<li>Feature: improved the date time attribute</li>\n</ul>\n\n<p>version 1.5.49: 2023-01-23</p>\n\n<ul>\n<li>Fix: fixed some js optimization issues </li>\n<li>Fix: fixed filters related small js bug</li>\n</ul>\n\n<p>version 1.5.48: 2023-01-19</p>\n\n<ul>\n<li>Feature: added gallery to multisource</li>\n<li>Feature: added post type override selectin current post query options</li>\n<li>Fix: fixed remote play with carousel</li>\n<li>Fix: fixed some multisource and ajax related bugs</li>\n<li>Fix: fixed popular posts plugin integration multiple post types</li>\n<li>Fix: fixed background widgets some problematic attribute names</li>\n<li>Fix: fixed include terms by current post terms in some cases.</li>\n<li>Fix: fixed default url_assets value in multisoure</li>\n<li>Fix: fixed dark mode svg icons</li>\n</ul>\n\n<p>version 1.5.47: 2023-01-10</p>\n\n<ul>\n<li>Feature: added more units to slider attribute</li>\n<li>Feature: added \"any\" post type to post types select</li>\n<li>Feature: added include and exclude current post terms in terms selection</li>\n<li>Feature: added option to carousel - scroll to head - force</li>\n<li>Feature: allow import widgets with theme activate</li>\n<li>Fix: fixed dynamic template render css for dynamic popup</li>\n<li>Fix: fixed users list select by manual</li>\n</ul>\n\n<p>version 1.5.46: 2023-01-08</p>\n\n<ul>\n<li>Feature: set the items image size chooser work for certain image</li>\n<li>Feature: made option to put js script in saparate tags with id\'s for optimization plugins like wprocket</li>\n<li>Feature: enriched the uc_lang variable. now it\'s always showing the current language</li>\n<li>Feature: added user_login variable to the users list output</li>\n<li>Feature: has put the preview link always as a help link in widget edit panel.</li>\n<li>Change: updated the multisource that it works better with items images</li>\n<li>Change: allow html tags in post intro (excerpt) in widgets</li>\n<li>Fix: fixed filters with sync multiple grid issues</li>\n<li>Fix: fixed the exclude users list with similar names</li>\n</ul>\n\n<p>version 1.5.45: 2022-12-26</p>\n\n<ul>\n<li>Feature: added json decode filter to twig</li>\n<li>Feature: added catalog images from shortpixel for speed loading</li>\n<li>Feature: done multisource group setting</li>\n<li>Fix: fixed entrance animation on ajax refresh</li>\n<li>Fix: done sync pause / play between carousels</li>\n</ul>\n\n<p>version 1.5.44: 2022-12-19</p>\n\n<ul>\n<li>Change: updated freemius to the latest version</li>\n<li>Fix: fixed remote play / pause button</li>\n<li>Fix: fixed search filter unicode phrase</li>\n<li>Fix: fixed entrance animation appear on scroll</li>\n<li>Feature: added video gallery responsive options</li>\n<li>Fix: fixed some owl carousel size on init bug</li>\n<li>Fix: fixed js widgets under the dynamic grid template like flipbox</li>\n</ul>\n\n<p>version 1.5.43: 2022-12-04</p>\n\n<ul>\n<li>Feature: add settings output to dynamic grid fields debug</li>\n<li>Fix: fixed pods multiple image data</li>\n<li>Fix: fixed url terms in filter with dynamic grid</li>\n<li>Fix: fixed users and menu not found bug in front </li>\n<li>Change: updated twig engine to the latest version</li>\n</ul>\n\n<p>version 1.5.42: 2022-11-29</p>\n\n<ul>\n<li>Feature: added functionality for time ago in posts widgets</li>\n<li>Feature: added woo variables to woo fields - woo_price_withtax, woo_price_notax</li>\n<li>Feature: added option for term child filter role\n-optimization: reduced number of queries in post related widgets</li>\n</ul>\n\n<p>version 1.5.41: 2022-11-24</p>\n\n<p>-bug fix: fixed post select in post query</p>\n\n<p>version 1.5.40: 2022-11-23</p>\n\n<ul>\n<li>Feature: added integration to woocommerce multicourancy plugins</li>\n<li>Feature: made some integration with translate press plugin</li>\n<li>Feature: added select post and select term attribute</li>\n<li>Fix: fixed dynamic loop css backgrounds with containers</li>\n<li>Fix: fixed mousewheel event in the carousel</li>\n<li>Fix: fixed some rare php error with filters</li>\n</ul>\n\n<p>version 1.5.39: 2022-11-16</p>\n\n<ul>\n<li>Fix: fixed small bug with zip extract</li>\n<li>Update: updated black friday sale banners</li>\n</ul>\n\n<p>version 1.5.38: 2022-11-10</p>\n\n<ul>\n<li>Fix: fixed galleries default sizes with post filters</li>\n<li>Fix: fixed hidden option in select filter in safari browser</li>\n<li>Fix: fixed non ssl assets url</li>\n<li>Feature: added \"schema\" special attribute</li>\n<li>Fix: fixed false autoplay in carousel</li>\n</ul>\n\n<p>version 1.5.37: 2022-11-09</p>\n\n<ul>\n<li>Fix: fixed 1px glitch bug in the carousel, on 1 item (slide mode)</li>\n<li>Feature: prepared the filters to work with ajax search</li>\n</ul>\n\n<p>version 1.5.36: 2022-11-6</p>\n\n<ul>\n<li>Feature: added function that outputs items schema</li>\n<li>Feature: improved include by meta in posts selection, added option for multiple values</li>\n<li>Feature: added option to get current user with meta in twig</li>\n<li>Addition: validate number of post list attributes, allow only one when creating widget</li>\n<li>Fix: fixed count posts in post query summary</li>\n<li>Fix: fixed entrance animation blur type</li>\n<li>Fix: fixed avoid duplicates with random order while posts load more</li>\n<li>Fix: the timeout now reset after slide change in owl carousel</li>\n<li>Fix: fixed terms selection taxonomies with idetical post type title</li>\n<li>Fix: added protection against inifinite loop in putElementorTemplate twig function</li>\n<li>Fix: fixed acf field unaccessable in some cases with elementor pro 3.8</li>\n</ul>\n\n<p>version 1.5.35: 2022-10-24</p>\n\n<p>-Fix: fixed include by id\'s from dynamic field, and terms from dynamic field in post selection</p>\n\n<p>version 1.5.34: 2022-10-19</p>\n\n<ul>\n<li>Feature: added items image size attribute (special type)</li>\n<li>Fix: fixed show backgrounds in elementor editor</li>\n</ul>\n\n<p>version 1.5.33: 2022-10-15</p>\n\n<ul>\n<li>Fix: fixed avoid duplicates with filters</li>\n<li>Fix: fixed select dropdown filter js</li>\n<li>Feature: added avoid duplicates option to manual posts selection</li>\n</ul>\n\n<p>version 1.5.32: 2022-10-11</p>\n\n<ul>\n<li>Fix: fixed some ajax pagination issues</li>\n<li>Fix: fixed pagination widget appearance on archive ajax pages with filters</li>\n<li>Fix: added twig functionality to put product attributes text</li>\n<li>Fix: fixed export with images not worked in some cases</li>\n<li>Fix: made some protection with ezcache plugin integration and filtering</li>\n<li>Fix: fixed some small php bug with this month post selection</li>\n<li>Fix: fixed some visible and hidden filters collision</li>\n<li>Fix: fixed terms select in terms filter on history back click in filters</li>\n<li>Fix: set child filter always first unselected</li>\n<li>Fix: set option for the tabs filter to be unselected</li>\n<li><p>Fix: fixed the pagination numbers if exclude offset chosen</p></li>\n<li><p>Feature: added multiple taxonomy terms in term selection</p></li>\n<li>Feature: added query id in terms selection</li>\n<li>Feature: added functionality for next / prev post</li>\n</ul>\n\n<p>version 1.5.31: 2022-09-20</p>\n\n<ul>\n<li>Fix: fixed thumbs gallery</li>\n</ul>\n\n<p>version 1.5.30: 2022-09-18</p>\n\n<ul>\n<li>Fix: fixed multiple post filters and grid connection</li>\n<li>Fix: fixed various small php errors</li>\n<li>Fix: fixed wordpress popular posts integration small bug</li>\n<li>Feature: added terms from dynamic post selection option</li>\n<li>Feature: added option for limiting terms show in post list</li>\n<li>Change: updated once more unitegallery graphics, changed assets to svg</li>\n<li>Fix: fixed thumbnail gallery arrows</li>\n</ul>\n\n<p>version 1.5.29: 2022-09-08</p>\n\n<ul>\n<li>Fix: fixed a small issue with search page and load more</li>\n<li>Fix: fix vimeo videos stoppped playing bug</li>\n</ul>\n\n<p>version 1.5.28: 2022-09-06</p>\n\n<ul>\n<li>Feature: added support for the select filter</li>\n<li>Fix: fixed some small js bug with filters</li>\n<li>Fix: fixed some post filters related popup error</li>\n<li>Change: changed the way that galleries srolls by mouseover</li>\n</ul>\n\n<p>version 1.5.27: 2022-09-02</p>\n\n<ul>\n<li>Fix: fixed popular posts plugin integration</li>\n<li>Fix: removed some console logs in filter.js file</li>\n<li>Fix: fixed ajax pagination jump</li>\n<li>Fix: fixed unitegallery strict standards bugs</li>\n<li>Change: renamed field - \"use dynamic fields\" to \"use current post data\" in widget editor</li>\n<li>Change: updated freemius sdk to: 2.4.5</li>\n</ul>\n\n<p>version 1.5.26: 2022-08-17</p>\n\n<ul>\n<li>Feature: added debug to remote elements</li>\n<li>Fix: made some protection against wrong animation names in carousel</li>\n<li>Fix: added some small fixes to carousel and remote sync js libraries</li>\n<li>Fix: done a better find closest section in remote</li>\n<li>Fix: fixed not showing values in elementor editor post selectors</li>\n</ul>\n\n<p>version 1.5.25: 2022-08-11</p>\n\n<ul>\n<li>Feature: added option to set title field in items</li>\n<li>Fix: fixed some more lazy load related protections in galleries</li>\n<li>Fix: Fixed some Elementor 3.7 deprecation issues</li>\n</ul>\n\n<p>version 1.5.24: 2022-08-09</p>\n\n<ul>\n<li>Fix: fixed some Elementor 3.7 related js bug in editor</li>\n</ul>\n\n<p>version 1.5.23: 2022-08-05</p>\n\n<ul>\n<li>Feature: added date format to date meta field post selection</li>\n<li>Feature: added more units to padding and margin attribute</li>\n<li>Feature: added option to set selected tab number in tabs filter widget</li>\n<li>Fix: fixed some unitegallery strict related scripts</li>\n<li>Fix: fixed sequance entrance animation attribute</li>\n<li>Fix: fixed some text with pagination edit mode in elementor editor</li>\n<li>Fix: fixed ajax pagination didn\'t get back to first page</li>\n<li>Fix: fixed tabs filter and taxonomy terms in one page</li>\n<li>Change: prepare the right way dates should work in post list</li>\n</ul>\n\n<p>version 1.5.22: 2022-07-24:</p>\n\n<ul>\n<li>Feature: added option to connect to another parent in remote arrows</li>\n<li>Feature: added change url and back button in ajax filers behaviour</li>\n<li>Fix: fixed doubly plugin integration import bg widgets</li>\n<li>Fix: fixed remote next/prev directions in carousels</li>\n<li>Fix: added some more protection against infinite loops from post content processing</li>\n</ul>\n\n<p>version 1.5.21 2022-07-17:</p>\n\n<ul>\n<li>Feature: added docstart and docend template in widget js</li>\n<li>Change: end of birthday sale message update</li>\n<li>Change: added warning message in case of twig collision with other plugins</li>\n</ul>\n\n<p>version 1.5.20 2022-07-13:</p>\n\n<ul>\n<li>Feature: added more widget debug type - current post fields</li>\n<li>Feature: updated admin title on edit widget view</li>\n<li>Feature: added option to carousel: scroll to head</li>\n<li>Feature: added query data attributes into filtering grid</li>\n<li>Fix: fixed ajax pagination in some cases</li>\n<li>Fix: fixed small php bug with hover animations control</li>\n<li>Fix: fixed lity lightbox with vimeo autoplay</li>\n<li>Fix: fixed item index after shuffle</li>\n<li>Fix: fixed some seleted tab filters related issues</li>\n<li>Fix: fixed load more filter doubly ajax request in some cases</li>\n<li>Fix: fixed woo scedualed sale price output</li>\n<li>Fix: in filters replace url with pagination as well</li>\n<li>Fix: changed gallery arrows to svg</li>\n</ul>\n\n<p>version 1.5.19 2022-06-27:</p>\n\n<ul>\n<li>Feature: added max posts to current query</li>\n<li>Fix: fixed controls conditions for elementor template control</li>\n<li>Feature: added more fields to dynamic grid loop (was only title)</li>\n<li>Change: added birthday sale banner and text</li>\n</ul>\n\n<p>version 1.5.17 2022-06-21:</p>\n\n<ul>\n<li>Change: updated fancybox version</li>\n<li>Fix: Fixed bug with ajax load more and ajax pagination</li>\n</ul>\n\n<p>version 1.5.17 2022-06-09:</p>\n\n<ul>\n<li>Feature: fixed entrance animation attribute</li>\n<li>Fix: fixed uc_inside_editor variable inside background widget</li>\n<li>Fix: fixed empty default value of radio boolean control</li>\n<li>Fix: fixed double filtering issues in archive pages</li>\n</ul>\n\n<p>version 1.5.16: 2022-05-31</p>\n\n<ul>\n<li>Fix: fixed double plugin versions in pro version</li>\n<li>Fix: fixed 1 size gap in one item owl carousel</li>\n<li>Fix: fixed the dissapearing options bug in mobile</li>\n</ul>\n\n<p>version 1.5.15: 2022-05-30</p>\n\n<ul>\n<li>Change: set cache folder inside wp-uploads</li>\n<li>Feature: added option to get terms last level only - for post list / grid</li>\n<li>Feature: added twig function - get_current_user</li>\n<li>Feature: disabled right click on html5 galleries (unite gallery)</li>\n<li>Fix: the image and video repeater was missing default items</li>\n<li>Fix: fixed load more and filters on a search page</li>\n<li>Fix: fixed carousel stage padding issues</li>\n<li>Fix: fixed carousel 1 item one pixel issues</li>\n<li>Fix: fixed default values in responsive selectors</li>\n</ul>\n\n<p>version 1.5.14: 2022-05-24</p>\n\n<ul>\n<li>Fix: fixed responsive default values with selectors in number and dropdown and slider controls</li>\n<li>Fix: fixed a bug in run_code_once functionality</li>\n</ul>\n\n<p>version 1.5.13: 2022-05-23</p>\n\n<ul>\n<li>Feature: added integration with \"sticky posts switch\" plugin</li>\n<li><p>Feature: added special attribute type - entrance animation</p></li>\n<li><p>Fix: fixed sync bug between two similar elements</p></li>\n<li>Fix: fixed filters loading with wp-rocket lazy load scripts</li>\n<li>Fix: fixed put_hide_ids_css function small bug</li>\n<li>Fix: fixed fetch 2 and more widgets within one section for filtering</li>\n<li>Fix: fixed slider control js empty output bug</li>\n<li>Fix: fixed gallery title as number js bug</li>\n<li>Fix: fixed gallery images from meta fields source as array </li>\n</ul>\n\n<p>version 1.5.12: 2022-05-08</p>\n\n<ul>\n<li>Feature: added integration for wpml media change</li>\n<li>Feature: bug fix: fixed hover animations setting don\'t work on front in some cases</li>\n<li>Feature: in post selection by date added options for \"future from today\", and \"future from tomorrow\".</li>\n<li>Feature: added new function: \"put_hide_ids_css\" to hide some css comma saparated id\'s from css tab.</li>\n<li>Feature: added support for ajax refresh for multiple synced grids together</li>\n<li>Feature: added option to test instagram data</li>\n<li><p>Feature: added phpinfo view in settings - troubleshooting</p></li>\n<li><p>Fix: fixed blank window opened by a link</p></li>\n<li>Fix: fixed acf boolean value present</li>\n<li>Fix: fixed another gallery related lazy load issues</li>\n</ul>\n\n<p>version 1.5.11: 2022-04-13</p>\n\n<ul>\n<li>Feature: made option to put elementor post_content inside post widget if the post made by elementor</li>\n<li>Feature: added additional fields to getPostAuthor function like avatar url and author meta</li>\n<li>Feature: show the \"no posts\" message with filters in post list / grid</li>\n<li>Feature: add background location (back/front) to background widgets</li>\n<li>Feature: done option to get post parent with the posts in posts selection</li>\n<li>Fix: set prices display in woocommerce widgets including tax</li>\n<li>Fix: fixed editor js files didn\'t loaded bug</li>\n<li>Fix: fixed css output with dynamic template and inline css mode</li>\n<li>Fix: fixed the ajax pagination that now works with post based gallery widget</li>\n<li>Fix: fixed filters scripts loading before jquery in js</li>\n<li>Fix: allow to select empty terms in term selection control</li>\n<li>Change: set default values of responsive number / slider / dropdown controls to desktop default values</li>\n</ul>\n\n<p>version 1.5.10: 2022-04-04</p>\n\n<ul>\n<li>Fix: fixed title and description source in gallery source selection</li>\n<li>Fix: fixed the dropdown attribute php filter for elementor</li>\n<li>Feature: added \"menu_id\" for various uses as menu attribute output</li>\n<li>Feature: added option for side offset in owl carousel</li>\n<li>Feature: added option for second items html refresh in ajax filters</li>\n</ul>\n\n<p>version 1.5.9: 2022-03-27</p>\n\n<ul>\n<li>Fix: fixed simple meta output for post list</li>\n<li>Feature: made dynamic grid work with filters</li>\n<li>Feature: the background widgets works for the new container objects as well</li>\n<li>Feature: added include by another meta field in post query</li>\n</ul>\n\n<p>version 1.5.8: 2022-03-23</p>\n\n<ul>\n<li>Feature: set special behaviour for more then one filters on the page</li>\n<li>Feature: added option to load video item from posts in a gallery</li>\n<li>Change: set up galleries common default items</li>\n<li>Fix: fixed unclosable gallery lightbox with youtube videos</li>\n<li>Fix: fixed elementor 3.6.0 compatability</li>\n</ul>\n\n<p>version 1.5.7: 2022-03-17</p>\n\n<ul>\n<li>Feature: added option to modify dropdown items in php\nFix: fixed gallery default items preview and init\nFix: fixed remote counter js error</li>\n</ul>\n\n<p>version 1.5.6 = 2022-03-15:</p>\n\n<p>Fix: fixed dissapearing items in remote related widgets</p>\n\n<p>version 1.5.5 = 2022-03-15:</p>\n\n<ul>\n<li>Feature: added woocommerce sorting options in posts selection by number of sales and rating</li>\n<li>Feature: added option to get related products on checkout page</li>\n<li>Feature: done manual posts and terms selections sort by drag and drop</li>\n<li>Feature: done option to custom refresh filters html (for carousels, galleries etc)</li>\n<li>Feature: made the attributes dialog support multi controls</li>\n<li>Feature: prepared the galleries and dynamic loops to use filters and load more\nFix: fixed query debug in manual posts selection\nFix: fix: fixed posts_per_page in manual posts selection\nFix: fix: fixed jquery include for remote widgets</li>\n</ul>\n\n<p>version 1.5.4 = 2022-03-06:</p>\n\n<ul>\n<li>Feature: added roles to post filter: single, main and child</li>\n<li>Feature: added option \"placeholder\" and \"disable dynamic\" for text field control</li>\n<li>Feature: added option for debug meta fields in post list, post grid</li>\n<li>Fix: fixed some pagination widget buttons related issues</li>\n<li>Fix: fixed non clickable items in some widgets</li>\n<li>Fix: fixed put_items(0) - first item output in twig</li>\n</ul>\n\n<p>version 1.5.3 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: added functionality to put image inside taxonomy terms widget</li>\n<li>Fix: fixed load more on archive page with orderby=xxx filter in url</li>\n<li>Fix: made support for woocommerce special order by in load more</li>\n<li>Change: updated freemius sdk to 2.4.3 version (Security fix)</li>\n</ul>\n\n<p>version 1.5.2 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: set up remote and sync functionality for the galleries</li>\n<li>Fix: fixed load more for current query posts</li>\n<li>Fix: fixed background js based widgets with elementor popups</li>\n<li>Fix: fixed unitegallery unclosed tag issue</li>\n<li>Fix: fixed replace mode in tabs filters</li>\n</ul>\n\n<p>version 1.5.1 = 2022-02-21:</p>\n\n<ul>\n<li>Feature: improved post pagination debug and added force options</li>\n<li>Feature: added code for the button filters</li>\n<li>Feature: added option to shuffle owl carousel</li>\n<li>Feature: added option for general \"shuffle\" in items</li>\n<li>Feature: made option for text modify, and get the current page url and current page title</li>\n<li>Feature: get feature image of a product from a first gallery image if featured image not exists</li>\n<li>Feature: added function \"one_random\" and \"first\" to get_items twig function</li>\n<li>Feature: added support for jet listing item</li>\n<li>Change: changed the \"choose template\" setting text to attirbute title</li>\n<li>Fix: fixed load more if offset turned on in the grid</li>\n<li>Fix: fixed link control attributes parsing</li>\n<li>Fix: fixed sync general api related bugs in elementor editor</li>\n</ul>\n\n<p>version 1.5.0 = 2022-02-02:</p>\n\n<ul>\n<li>Feature: added tabs in items controls</li>\n<li>Feature: added functionality for ajax taxonomies terms filter</li>\n<li>Feature: added some accessability to owl carousel buttons</li>\n</ul>\n\n<p>version 1.4.99: 2022-01-27:</p>\n\n<ul>\n<li>Feature: added option for disable content filtering in general settings->troubleshooting</li>\n<li>Feature: added taxonomies in widget debug output</li>\n<li>Fix: fixed some gallery lazy load related js bugs</li>\n</ul>\n\n<p>version 1.4.98: 2022-01-14:</p>\n\n<ul>\n<li>Feature: modified remote general js api to fit more types of widgets</li>\n<li>Feature: added support for put meta field in post list</li>\n<li>Fix: fixed some small php notices output in post query</li>\n</ul>\n\n<p>version 1.4.97 = 2022-01-06:</p>\n\n<ul>\n<li>Feature: add code base for the taxonomy filter</li>\n<li>Feature: added option to highlight all carousel items</li>\n<li>Feature: added active class to new owl carousel</li>\n<li>Feature: added scroll on click functionality to new owl carousel</li>\n<li>Fix: added support for acf fields styles in dynamic grid</li>\n<li>Fix: fixed some wp-rocket and filters related bug</li>\n</ul>\n\n<p>version 1.4.96 = 2021-12-29:</p>\n\n<ul>\n<li>Feature: use yoast main category feature to determine post main category</li>\n<li>Feature: added get woocommerce product gallery functionality to twig</li>\n<li>Feature: added support for multiple attribute conditoins values</li>\n<li>Feature: added menu order in advanced widget debug type</li>\n<li>Feature: added WooCommerce endpoints links code to twig</li>\n<li>Feature: added option to disable font awesome in general settings</li>\n<li>Fix: fixed some filters related issue</li>\n<li>Fix: added custom attributes to link attributes output</li>\n</ul>\n\n<p>version 1.4.95 = 2021-12-16:</p>\n\n<p>*Fix: fixed db table not found php bug in some cases</p>\n\n<p>version 1.4.94 = 2021-12-14:</p>\n\n<ul>\n<li>Feature: made posible multiple includes condition values per assets</li>\n<li>Feature: added meta value2 and meta value3 in include by meta value post selection</li>\n<li>Feature: added error notice if no api connectivity</li>\n<li>Feature: added attributes section conditions</li>\n<li>Feature: prepared code base for the new galleries</li>\n<li>Fix: fixed some small pagination related bug</li>\n<li>Fix: fixed remote connection parent detection in some cases</li>\n<li>Fix: added content filtering by filter widget_text_content for all the embed and other content modifications</li>\n<li>Fix: fixed edit defaulsin widget settings</li>\n<li>Fix: fixed some polylang issues with the template in dynamic template widgets</li>\n<li>Fix: [security] remove the \"duplicate layout\" functionality (not used in the plugin) that had some security issues </li>\n</ul>\n\n<p>version 1.4.93 = 2021-12-03:</p>\n\n<ul>\n<li>Fix: fixed some connected widgets bugs when there is many of them in the page</li>\n<li>Change: removed the black friday sale banner</li>\n<li>Feature: added general remote API for various widgets connections</li>\n<li>Feature: add some code base for the new gallery output</li>\n</ul>\n\n<p>version 1.4.92 = 2021-11-24:</p>\n\n<ul>\n<li>Fix: fixed similar post content in post list</li>\n<li>Change: saparated remote and sync options in connected widgets settings</li>\n</ul>\n\n<p>version 1.4.91 = 2021-11-23:</p>\n\n<ul>\n<li>Fix: fixed the wrong post intro in editor mode</li>\n</ul>\n\n<p>version 1.4.90 = 2021-11-22:</p>\n\n<ul>\n<li>Addition: added black friday banner discount banner and link</li>\n<li>Change: improved \"sync widgets\" editor experience</li>\n<li>Fix: fixed depricated \"post\" attribute bug</li>\n<li>Fix: modified zip extracting error messages</li>\n</ul>\n\n<p>version 1.4.89 = 2021-11-17:</p>\n\n<ul>\n<li>Feature: done the functionality for sync widgets</li>\n<li>Feature: done the functionality remote widgets</li>\n<li>Fix: fixed error message on remote widgets</li>\n<li>Fix: fixed css in post content in editor</li>\n<li>Fix: use better strip tags for post intro</li>\n</ul>\n\n<p>version 1.4.88 = 2021-11-08:</p>\n\n<ul>\n<li>Fix: fixed gutenberg support in widgets</li>\n<li>Fix: fixed all the pagination issues in archive page</li>\n</ul>\n\n<p>version 1.4.86 = 2021-11-01:</p>\n\n<ul>\n<li>Fix: fixed some load more last issues</li>\n<li>Feature: added code for taxonomy terms filter</li>\n<li>Feature: added code for checkbox filter</li>\n</ul>\n\n<p>version 1.4.86 = 2021-10-29:</p>\n\n<ul>\n<li>Feature: improved current query debug - full type</li>\n<li>Feature: added dropdown responsive placeholders</li>\n<li><p>Feature: added radio boolean attribute responsive controls</p></li>\n<li><p>Fix: fixed controls tabs functionality</p></li>\n<li>Fix: fixed load more custom image bug</li>\n<li>Fix: fixed double load more in a page mishmash bug</li>\n<li>Fix: fixed all load more issues</li>\n</ul>\n\n<p>version 1.4.85 = 2021-10-13:</p>\n\n<p>-bug fix: small bug fix - headers sent bug</p>\n\n<p>version 1.4.84 = 2021-10-13:</p>\n\n<ul>\n<li>Feature: added taxonomy terms full query debug option</li>\n<li>Feature: improved full debug type in posts query</li>\n<li>Feature: added items support in editor->background switcher</li>\n<li>Feature: added support for remote controls</li>\n<li>Feature: functionality to posts load more</li>\n<li>Feature: added second condition</li>\n<li>Feature: added tabs functionality to attributes</li>\n<li>Addition: added %,px to slider units</li>\n<li>Fix: fixed avoid duplicates related bug</li>\n<li>Fix: fixed conflicting wordpress codemirror script</li>\n<li>Fix: fixed post selection values init from editor</li>\n<li>Fix: fixed pagination on front page</li>\n<li>Fix: fixed some polylang related bugs</li>\n</ul>\n\n<p>version 1.4.83 = 2021-09-22:</p>\n\n<ul>\n<li>Fix: fixed styles mishmash inside elementor editor navigator</li>\n<li>Fix: fixed dissapearing carousels after refresh bug</li>\n<li>Fix: fixed dynamic grid pagination not changed</li>\n</ul>\n\n<p>version 1.4.82 = 2021-09-20:</p>\n\n<ul>\n<li>Feature: added troubleshooting setting - show php error message</li>\n<li>Feature: added px, vh, % options for slider attribute</li>\n<li>Feature: added dynamic group attributes for galleries, including image and video</li>\n<li>Feature: added option to convert one date string to another with ucdate filter</li>\n<li>Feature: added option to use items in background widgets</li>\n<li>Feature: added ucfunc(\"set\") and ucfunc(\"get\") functions in twig for remember and retrieve variables</li>\n<li>Feature: added include by option: \"children of current term\" to category selection options</li>\n<li>Feature: added option to pull woo product variations in twig</li>\n<li>Feature: added placeholder: link_withprefix, link_noprefix for link attribute</li>\n<li>Fix: fixed error when exists dynamic link in dynamic loop widgets</li>\n<li>Fix: enabled pagination in a single type in dynamic template grid</li>\n<li>Fix: the \"not equal\" attributes condition now works</li>\n<li>Fix: fixed not editable empty dropdown attribute in widget editor</li>\n<li>Fix: fixed mb_string absence php bug</li>\n<li>Fix: fixed heading attribute label</li>\n<li>Fix: fixed responsive elementor controls in widget items</li>\n</ul>\n\n<p>version 1.4.81 = 2021-08-17:</p>\n\n<ul>\n<li>Feature: added json select (lottie) for image attribute type </li>\n<li>Feature: made option for ajax in widgets with post list attribute</li>\n<li>Feature: made the ajax pagination work with pagination widget</li>\n<li>Feature: added dynamic options for number and slider attribute types</li>\n<li>Feature: added new owl carousel sources in assets chooser</li>\n<li>Feature: added heading attribute</li>\n<li>Change: added more types of debug for pagination widget</li>\n<li>Change: changed widget icons chooser for elementor icon instead of font awesome icon</li>\n<li>Fix: fixed import with template button dissapear in the new bar</li>\n<li>Fix: fixed widgets icons</li>\n</ul>\n\n<p>version 1.4.80 = 2021-08-09:</p>\n\n<ul>\n<li>Feature: added option to change items section label</li>\n<li>Feature: added js snippet with code that works in elementor popup</li>\n<li>Feature: added option to add {current_user_id} keyword in post meta query</li>\n<li>Feature: added option for block label inside each attribute</li>\n<li>Feature: added heading text option for items section</li>\n<li>Feature: added extra fields to image base gallery options</li>\n<li>Feature: added php filter option for variable</li>\n<li>Feature: added twig functions \"get_post_term\" and \"is_post_has_term\". The examples visible when you click on item.posts.putPostTerm placeholder</li>\n<li>Fix: fixed some test widgets output relate bugs</li>\n<li>Fix: conditions settings was not affected typography controls</li>\n<li>Fix: fixed template dynamic background image didn\'t displayed bug in dynamic loops</li>\n<li>Change: added some instructions for api connectivity test in general settings - troubleshooting</li>\n</ul>\n\n<p>version 1.4.79 = 2021-07-13</p>\n\n<ul>\n<li>Fix: fixed scripts output in preview widget page</li>\n</ul>\n\n<p>version 1.4.78 = 2021-07-12</p>\n\n<ul>\n<li>Change: added birthday sale promotions</li>\n<li>Feature: added woo commerce products to dynamic loop items source</li>\n</ul>\n\n<p>version 1.4.77 = 2021-07-07</p>\n\n<ul>\n<li>Fix: fixd the is_ajax() error function from the admin area</li>\n</ul>\n\n<p>version 1.4.76 = 2021-07-07</p>\n\n<ul>\n<li>Feature: added option to show post last modified date</li>\n<li>Feature: added function: get_from_sql in widget editor that allow to pull any custom records from DB</li>\n<li>Feature: added function: run_code_once in widget editor, that allow to run the code only once. Good for many similar widgets on the same page</li>\n<li>Feature: added option for load widget js as module</li>\n<li>Fix: fixed no key_thumb field in images inside widget</li>\n<li>Fix: fixed no condition in image sizes widget setting</li>\n<li>Fix: fixed javascript based backgrounds</li>\n<li>Fix: fixed brocken svg icon on catalog widget box in some of the cases</li>\n<li>Fix: fixed collision with rankmath in ajax actions</li>\n<li>Change: added some max length for a widget category, now it\'s 60</li>\n</ul>\n\n<p>version 1.4.75 = 2021-06-21</p>\n\n<ul>\n<li>Feature: added category image to products list</li>\n<li>Feature: added option to include as module widget js include</li>\n<li>Feature: added option to write custom handle to widget js and css include</li>\n<li>Feature: added options - avoid duplicate posts to post query exclude</li>\n<li>Feature: added option to include or exclude posts by dynamic field to posts selection</li>\n<li>Feature: added option to include or exclude posts by logged in user, in posts selection</li>\n<li>Fix: fixed background widget condition functionality</li>\n<li>Fix: changed template picker to simple select2 list</li>\n</ul>\n\n<p>version 1.4.74 = 2021-06-02</p>\n\n<ul>\n<li>Feature: added function put_date_range to twig functions. good for events widgets</li>\n<li>Feature: added integration with google map</li>\n<li>Feature: added function: \"run_code_once\" for twig</li>\n<li>Feature: added grouped options for the gallery</li>\n<li>Feature: added option to get posts by date from custom ACF field</li>\n<li>Feature: added gallery settings options for dynamic settings attribute</li>\n<li>Feature: added pagination to dynamic loop</li>\n<li>Change: improved dynamic settings attribute</li>\n</ul>\n\n<p>version 1.4.73 = 2021-05-20</p>\n\n<ul>\n<li>Feature: added twig function: \"put_attributes_json\" that available in js tab in widget editor</li>\n<li>Feature: added constant - uc_inside_editor - for distinquish between editor and site front</li>\n<li>Feature: added multiple select attribute</li>\n<li>Feature: added listing attribute support</li>\n<li>Fix: fixed \"request too long\" message on a widget preview - shortened preview url</li>\n<li>Fix: fixed several bugs with condition field in widgets editor</li>\n<li>Fix: fixed hidden image size select on item attributes</li>\n<li>Fix: fixed acf group field output</li>\n<li>Fix: fixed elementor template in items, changed to specific function</li>\n</ul>\n\n<p>version 1.4.72 = 2021-05-02</p>\n\n<ul>\n<li>Feature: added rating stars helper placeholder for woocommerce</li>\n<li>Feature: added option to include js file after elementor-frontend</li>\n<li>Fix: fixed new typography deprecation message</li>\n</ul>\n\n<p>version 1.4.71 = 2021-04-22</p>\n\n<ul>\n<li>Feature: added option to take post id\'s from php function in post selection</li>\n<li>Feature: added option for get posts by meta field that located in current or different post</li>\n<li>Feature: added twig filter: wc_price for native price filtering</li>\n<li>Feature: added post terms titles to post data debug</li>\n<li>Change: added option for woocommerce categories in terms selection</li>\n<li>Fix: fixed price issues in woocommerce related grids</li>\n<li>Fix: fixed include and exclude terms mismatch with nested tax query</li>\n<li>Fix: fixed pagination on search pages</li>\n</ul>\n\n<p>version 1.4.70 = 2021-04-14</p>\n\n<ul>\n<li>Feature: added show widget data debug options</li>\n<li>Feature: added option for filter post by post meta</li>\n<li>Feature: added option for simple condition for attributes</li>\n<li>Feature: added integration with wordpress popular post plugin for most viewed posts selection</li>\n<li>Feature: added post list variables for data debug</li>\n<li>Feature: added image sizes selector for post list</li>\n<li>Feature: get thumbnailID from content in case that it\'s missing in post</li>\n<li>Fix: when bulk moving attribute it now always goes to general category</li>\n<li>Fix: fixed filter posts by status</li>\n<li>Fix: fixed instagram media albom</li>\n</ul>\n\n<p>version 1.4.69 = 2021-04-04</p>\n\n<ul>\n<li>Feature: added extra query debug options for custom post types selector</li>\n<li>Feature: added choose image size select option to image attribute</li>\n<li>Feature: added \"image_attributes\" placeholder for image output in widget editor</li>\n<li>Change: added default values select to hover animations attribute</li>\n<li>Change: changed button \"add to cart\" to \"select options\" for variable products in woocommerce list widgets</li>\n<li>Fix: fixed border radius attribute from width to radius</li>\n<li>Fix: added missing thumb sizes for image select</li>\n</ul>\n\n<p>version 1.4.68 = 2021-03-22</p>\n\n<ul>\n<li>Feature: added include recently viewed products in woocommerce</li>\n<li>Feature: added option for default max posts in post selector</li>\n<li>Feature: added attribute type: Border Dimensions</li>\n<li>Feature: added attribute type: CSS Filters</li>\n<li>Feature: added attribute type: Hover Animations</li>\n<li>Fix: removed max posts from archive type post query selection, because has no control over pagination.</li>\n<li>Fix: fixed bug when instagram video images didn\'t show up</li>\n</ul>\n\n<p>version 1.4.67 = 2021-03-12</p>\n\n<ul>\n<li>Feature: added api connectivity to troubleshooting section</li>\n<li>Feature: added options in terms selection fields</li>\n<li><p>Feature: added order by meta key for woo categories select</p></li>\n<li><p>Fix: fixed woo product price format for decimal prices</p></li>\n<li>Fix: fixed context menu cut from bottom inside the widgets manager</li>\n<li>Fix: fixed show item data in widgets items repeater</li>\n<li>Fix: fixed float to round in woocommerce discount percents</li>\n</ul>\n\n<p>version 1.4.66 = 2021-02-18</p>\n\n<ul>\n<li>Feature: added \"box shadow\" attribute type</li>\n<li>Feature: added url_posts and num_posts to users output</li>\n<li>Feature: added option for selector 2 and selector 3 in several attributes</li>\n<li>Feature: added copy / paste attributes sections in widget editor</li>\n<li>Feature: added option for get default object to getListingItemData function</li>\n<li>Feature: added support for wpml site language inside a widget</li>\n<li>Feature: added acf image and thumbnails widths and heights to placeholders list</li>\n<li>Fix: load js include file in editor even if no js code</li>\n<li>Fix: fixed some php notice with exclude terms posts selection</li>\n<li>Fix: fixed small bug in getListingItemData function with no object returned</li>\n<li>Fix: fixed post selection manual select no posts shown at init</li>\n<li>Fix: fixed bug when private posts not fetched on manual posts selection</li>\n<li>Change: updated codemirror to latest version, added code search feature</li>\n<li>Change: updated freemius sdk to 2.4.2</li>\n</ul>\n\n<p>version 1.4.65 = 2021-02-03</p>\n\n<ul>\n<li>Feature: added option to fetch custom meta fields in users list</li>\n<li>Feature: added function to twig: getByPHPFunction()</li>\n<li>Feature: added function to twig: getUserMeta()</li>\n<li>Feature: added function to twig: getListingItemData() - working inside any plugin listing</li>\n<li>Fix: fixed php sanitize array bug</li>\n<li>Fix: fixed post type in related posts post selection</li>\n</ul>\n\n<p>version 1.4.64 = 2021-02-02</p>\n\n<ul>\n<li>Change: moved \"edit widget html\" button to advanced section in general tab</li>\n<li>Feature: added option to exclude products on sale in products query section in widget settings</li>\n<li>Feature: added option to exclude specific posts in post selection widget settings</li>\n<li>Feature: added woocommerce related products select in post selection</li>\n<li>Feature: added include/exclude posts by author in widget posts selection</li>\n<li>Feature: added include/exclude posts by date in widget posts selection</li>\n<li>Feature: added date/time picker to widget attributes types</li>\n<li>Feature: added post status to widget posts selection</li>\n<li>Feature: added offset setting to widget posts selection</li>\n<li>Feature: added author url and author post count to users fields</li>\n<li>Feature: added max number of users to user selection attribute</li>\n<li>Feature: added \"elementor template\" attribute</li>\n<li>Fix: fixed small php bug in post selection control</li>\n<li>Fix: fixed js bug in items repeater</li>\n<li>Fix: fixed exclude role not worked in user selection attribute</li>\n<li>Fix: fixed get products on sale selection with variations</li>\n</ul>\n\n<p>version 1.4.63 = 2021-01-26</p>\n\n<ul>\n<li>Feature: added acf link array and attributes</li>\n<li>Feature: added ordering features to post selection related and manual</li>\n<li>Feature: added option for showing only sticky posts</li>\n<li>Feature: added exclude by term setting in widget post selection</li>\n<li>Change: moved debug data from advaned to general folder in elementor widget settings</li>\n<li>Fix: fixed woo commerce prices number format</li>\n<li>Fix: fixed refresh posts on \"post query\" section open in widget post settings</li>\n<li>Fix: fixed manual posts selection default order</li>\n</ul>\n\n<p>version 1.4.62 = 2021-01-21</p>\n\n<ul>\n<li>Feature: added text shadow field</li>\n<li>Feature: added \"manual selection\" in posts query</li>\n<li>Feature: added compatability tag</li>\n<li>Fix: fixed image size thumb name with \"-\" sign inside</li>\n<li>Fix: fixed some php warning related to array to string conversion, happening in php 8</li>\n<li>Change: show woo commerce placeholders if selected \"for woocommerce products\" checkbox in post list attribute</li>\n<li>Change: improved woo category output placeholder help, added getTermCustomFields function</li>\n</ul>\n\n<p>version 1.4.61 = 2021-01-14</p>\n\n<ul>\n<li>Feature: added max posts and order by options to current query posts selection</li>\n<li>Feature: added manual selection for woocommerce categories select</li>\n<li>Feature: added selector and responsive to drop down attribute in widget builder</li>\n<li>Change: changed buy pro version link from the catalog widgets to inside of the plugin</li>\n<li>Fix: fixed adding widgets to a db table that is not auto incriment</li>\n<li>Fix: fixed svg preview from widget builder interface</li>\n<li>Fix: fixed manual memory check when registering widgets</li>\n</ul>\n\n<p>version 1.4.60 = 2020-12-30</p>\n\n<ul>\n<li>Feature: added option for third party integration for woocommerce grid</li>\n<li>Feature: added integration for \"advanced labels for woocommerce\" plugin</li>\n<li>Feature: added view file button in assets manager</li>\n<li>Feature: added svg icon option together with font icon for elementor panel widget box</li>\n<li>Feature: added preview image on mouseover inside elementor panel widget box</li>\n<li><p>Feature: added option for disabling \"edit widget html\" from widget settings</p></li>\n<li><p>Fix: fixed empty settings when there are gallery item setting only</p></li>\n<li>Fix: added \"no settings\" heading in case that no attributes in the widget</li>\n<li>Fix: fixed some php warnings for php 8.0</li>\n</ul>\n\n<p>version 1.4.59 = 2020-12-17</p>\n\n<ul>\n<li>Fix: fixed import template redirect</li>\n<li>Feature: added option to include sticky posts for post query</li>\n<li>Feature: added post pagination for single page</li>\n<li>Feature: added number of items for instagram widget</li>\n<li>Feature: added background image to background attribute</li>\n</ul>\n\n<p>version 1.4.58 - 2020-12-07</p>\n\n<ul>\n<li>Feature: make the plugin translatable for wordpress.org</li>\n</ul>\n\n<p>version 1.4.57 - 2020-12-07</p>\n\n<ul>\n<li>Feature: done post pagination widget for archive posts</li>\n<li>Feature: added option to truncate the post list</li>\n<li>Fix: fixed show debug query on current post query</li>\n</ul>\n\n<p>version 1.4.56 - 2020-11-30</p>\n\n<ul>\n<li>Update: relesed cyber monday deal admin notice</li>\n</ul>\n\n<p>version 1.4.55 - 2020-11-26</p>\n\n<ul>\n<li>Feature: added option to sort by sale price</li>\n<li>Feature: added option to debug query</li>\n<li>Feature: added option debug widget data</li>\n<li>Feature: added option to filter posts with child categories</li>\n<li><p>Feature: added option to include only products on sale</p></li>\n<li><p>Fix: fixed no widget shown in some cases</p></li>\n<li>Fix: fixed woocommerce prices placeholders prefix</li>\n</ul>\n\n<p>version 1.4.54 - 2020-11-13 =</p>\n\n<ul>\n<li>Update: updated freemius sdk to newest version</li>\n<li>Fix: fixed comma saparated selector</li>\n</ul>\n\n<p>version 1.4.53 - 2020-11-09 =</p>\n\n<ul>\n<li>Feature: added background widgets and section backgrounds</li>\n<li>Change: removed global colors from template export</li>\n<li>Fix: fixed bug with regular and sale price in woocommerce</li>\n</ul>\n\n<p>version 1.4.52 - 2020-11-06 =</p>\n\n<p>Fix: fixed bug with regular and sale price in woocommerce</p>\n\n<p>version 1.4.51 - 2020-11-04 =</p>\n\n<ul>\n<li>Feature: added svg output in icon library attribute</li>\n<li>Feature: added woocommerce checkbox to post list</li>\n<li>Feature: added product out of stock filter for product selection</li>\n<li>Feature: added discount_percent field in post list attribute woocommerce product type</li>\n<li>Feature: added woocommerce post list order by price option</li>\n<li>Fix: fixed woocommerce category in post list attribute</li>\n</ul>\n\n<p>version 1.4.50 - 2020-10-21 =</p>\n\n<ul>\n<li>Fix: removed display errors setting</li>\n</ul>\n\n<p>version 1.4.49 - 2020-10-12 =</p>\n\n<ul>\n<li>Fix: fixed small bug with non existing controls</li>\n<li>Fix: fixed general settings error when turning off plugin</li>\n</ul>\n\n<p>version 1.4.48 - 2020-10-12 =</p>\n\n<p>*Feature: added border attribute\n*Fix: page break in some versions of elementor\n*Fix: fixed bulk move attributes with categories\n*Fix: fixed default items image field not match</p>\n\n<p>version 1.4.47 - 2020-10-08 =</p>\n\n<ul>\n<li>Update: remove russian translation</li>\n<li>Feature: added function: get_items for twig</li>\n<li>Fix: fixed switch content and style tab</li>\n<li>Fix: fixed slider control tablet/mobile default value</li>\n<li>Fix: fixed non ordered widget categories</li>\n</ul>\n\n<p>version 1.4.46 - 2020-10-04 =</p>\n\n<ul>\n<li>Feature: added function put_items_json for js items output</li>\n<li>Fix: returned widgets from uncategorized category</li>\n</ul>\n\n<p>version 1.4.45 - 2020-10-04 =</p>\n\n<ul>\n<li>Fix: fixed template import with custom widgets</li>\n</ul>\n\n<p>version 1.4.44 - 2020-10-03 =</p>\n\n<ul>\n<li>Feature: added flexible content type attribute</li>\n<li>Optimize: reduced the number of db queries, dramatically increased load speed</li>\n</ul>\n\n<p>version 1.4.43 - 2020-09-22 =</p>\n\n<ul>\n<li>Feature: added option to group attributes into sections</li>\n<li>Feature: done instagram access token auto renew</li>\n<li>Feature: added \"selector\" to color picker attribute</li>\n<li>Fix: improved consolidate widgets option protection</li>\n<li>Fix: fixed select default widget images</li>\n<li>Fix: fixed default items in gallery item (image base fields)</li>\n<li>Fix: fixed image display in default item selector</li>\n<li>Fix: global colors was absent from color selection</li>\n</ul>\n\n<p>version 1.4.42 - 2020-08-06 =</p>\n\n<ul>\n<li>Feature: added option to get grouped woocomerce products</li>\n<li>Feature: added instagram connect to official API</li>\n<li>Feature: added function: getUserData(), added into \"twig code examples\" panel</li>\n<li>Feature: added \"printVar\" and \"showDebug\" functions \"twig code examples\" panel</li>\n<li>Feature: done \"login with instagram\" in general settings, and get data from instgram API</li>\n<li>Fix: sorted \"overwrite widgets\" issue on import</li>\n<li>Fix: fixed dropdown attribute when work with html data</li>\n</ul>\n\n<p>version 1.4.41 - 2020-06-18 =</p>\n\n<ul>\n<li>Feature: added additional controls to \"number\" attribute</li>\n<li>Feature: added \"exclude uncategorized category\" to woocommerce categories select </li>\n<li>Feature: added responsive controls to slider attribute</li>\n<li>Fix: fixed template type variable issues in elementor integration</li>\n<li>Fix: show pagination only when \"current query\" is available</li>\n<li>Fix: fixed select2 field min width in posts query</li>\n</ul>\n\n<p>version 1.4.40 - 2020-06-10 =</p>\n\n<ul>\n<li>Change: hided \"consolidate widgets\" general setting</li>\n<li>Feature: added \"show/hide wrapping html comments\" to general settings</li>\n<li>Fix: fixed export template filename</li>\n</ul>\n\n<p>version 1.4.39 - 2020-06-02 =</p>\n\n<ul>\n<li>Fix: fixed save widgets from editor with large config limitation.</li>\n<li>Fix: fixed export template with page settings bug.</li>\n<li>Fix: removed extra fields from items editor, leaved only supported fields</li>\n<li>Change: updated freemius SDK to latest version</li>\n</ul>\n\n<p>version 1.4.36 - 2020-05-21 =</p>\n\n<ul>\n<li>Feature: added support for pods panda repeater</li>\n<li>Fix: done some solution for max_execution_time issues when installing template</li>\n<li>Fix: fixed rtl on templates dialog popup</li>\n<li>Fix: corrected the naming near the \"number\" field</li>\n<li>Fix: cleared \"twig\" library from some not needed files.</li>\n<li>Change: removed \"image view\" file from framework.</li>\n</ul>\n\n<p>version 1.4.35 - 2020-05-11 =</p>\n\n<ul>\n<li>Feature: added term custom fields support</li>\n<li>Feature: added term meta fields support</li>\n<li>Change: moved composer vendor folder to plugin root</li>\n<li>Change: fixed empty templates list bug when \"show only installed widget\" checkbox checked</li>\n<li>Fix: sorted out some of the templates import bugs</li>\n</ul>\n\n<p>version 1.4.34 - 2020-05-06 =</p>\n\n<ul>\n<li>Fix: removed category ations from templates section</li>\n<li>Fix: show \"putPostMeta\" function even if no example post available</li>\n<li>Fix: fixed finally all the DB not installed issues on elementor and admin pages</li>\n</ul>\n\n<p>version 1.4.33 - 2020-05-03 =</p>\n\n<ul>\n<li>Fix: fixed double twig collision by another plugin</li>\n</ul>\n\n<p>version 1.4.32 - 2020-05-02 =</p>\n\n<ul>\n<li>Update: updated to newest twig 1.x version</li>\n<li>Fix: fixed no space between placeholders in php 7.4 bug</li>\n</ul>\n\n<p>version 1.4.31 - 2020-04-26 =</p>\n\n<p>*Fix: fixed dissapearing widget issue</p>\n\n<p>version 1.4.30 - 2020-04-23 =</p>\n\n<ul>\n<li>Fix: fixed couple of bugs related to templates</li>\n</ul>\n\n<p>version 1.4.29 - 2020-04-22 =</p>\n\n<ul>\n<li>Feature: released the templates catalog</li>\n</ul>\n\n<p>version 1.4.28 - 2020-04-10 =</p>\n\n<ul>\n<li>Feature: added woocommerce categories field</li>\n<li>Fix: fixed export / import with images feature</li>\n<li>Fug: fixed error message on front on some cases when the db tables not installed yet.</li>\n</ul>\n\n<p>version 1.4.27 - 2020-04-01 =</p>\n\n<p>Fix: fixed widget default icon in manager\nFeature: added \"getPostMeta, putPostMeta, printPostMeta\" functions\nFeature: added \"getPostData\" function for acf related posts, that get\'s all the data from the related post including custom fields</p>\n\n<p>version 1.4.26 - 2020-03-28 =</p>\n\n<ul>\n<li>Change: changed to new api address</li>\n<li>Fix: fixed links not included bug in theme builder posts</li>\n<li>Fix: fixed link to buy pro version</li>\n<li>Fix: fixed free version remain activated bug</li>\n<li>Fix: simpleXML validation made the site down</li>\n</ul>\n\n<p>version 1.4.25 - 2020-03-09 =</p>\n\n<ul>\n<li>Feature: added \"responsive controls\" to margin and padding setting</li>\n<li>Feature: made \"refresh catalog\" button</li>\n<li>Feature: added \"num_items\" variable to the widget editor</li>\n<li>Change: removed the \"default fonts\" from widget defaults screen</li>\n<li>Fix: fixed some php bug in \"implode\" function</li>\n<li>Fix: fixed posts from sub categories in post list</li>\n</ul>\n\n<p>version 1.4.24 - 2020-02-14 =</p>\n\n<ul>\n<li>Feature: made \"export with images\" option in templates</li>\n<li>Fix: fixed import category widgets</li>\n<li>Fix: fixed icon html output placeholder</li>\n</ul>\n\n<p>version 1.4.23 - 2020-02-02 =</p>\n\n<ul>\n<li>Feature: improved the slider attribute</li>\n<li>Feature: added \"menu\" attribute</li>\n</ul>\n\n<p>version 1.4.22 - 2020-01-28 =</p>\n\n<ul>\n<li>Feature: added woo currency symbol</li>\n<li>Feature: added woo add to cart button</li>\n<li>Feature: added slider attribute</li>\n<li>Widget: logo grid</li>\n<li>Widget: logo carousel</li>\n<li>Widget: logo marquee</li>\n<li>Widget: image tooltip</li>\n<li>Widget: content toggle</li>\n<li>Widget: circle number</li>\n<li>Widget: post list</li>\n</ul>\n\n<p>version 1.4.21 - 2020-01-22 =</p>\n\n<ul>\n<li>Feature: added users attribute</li>\n<li>Feature: done multiple post type selector</li>\n<li>Feature: added background attribute</li>\n<li>Feature: added icon library html output</li>\n<li>Feature: added woo commerce support in posts list</li>\n<li>Bug fix: fixed icons not shown bug in widget settings</li>\n</ul>\n\n<p>version 1.4.20 - 2020-01-15 =</p>\n\n<ul>\n<li>Bug fix: fixed font awesome icon output</li>\n<li>Bug fix: fixed instagram not loading bug</li>\n<li>Change: updated font awesome css version</li>\n<li>Change: changed the way that instagram was loaded on the page</li>\n</ul>\n\n<p>version 1.4.19 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added filter by slug to terms attribute</li>\n<li>Feature: changed repeater items titles to the ones from \"title\" field instead of \"Item1\", \"Item2\" etc.</li>\n<li>Feature: added automated styling for date field, added \"ucdate\" filter for that.</li>\n<li>Feature: done functionality for display post author</li>\n<li>Change: changed the font awesome attribute to fa5</li>\n<li>Change: added strip html tags from truncate function</li>\n</ul>\n\n<p>version 1.4.18 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added all image sizes to posts</li>\n<li>Feature: added \"putPostTerms\" function to posts</li>\n<li>Feature: added wpautop filter to twig</li>\n<li>Feature: added option for custom twig PHP functinoality for PRO version</li>\n<li>Feature: hide \"edit widget html\" button for user that don\'t have capability to see the plugin </li>\n<li>Feature: added wpml compatablity</li>\n<li>Feature: added related posts in posts list</li>\n<li>Feature: added padding and margin controls (pro)</li>\n<li>Bug Fix: fixed pagination output</li>\n</ul>\n\n<p>version 1.4.17 - 2019-12-12 =</p>\n\n<ul>\n<li>Change: changed to more flexible catalog api</li>\n</ul>\n\n<p>version 1.4.16 - 2019-08-12 =</p>\n\n<ul>\n<li>Feature: added post query relation (and, or) chooser</li>\n<li>Change: update to freemius sdk 2.3.1</li>\n<li>Feature: added \"trancate\" filter</li>\n<li>Fix: fixed editor permissions PHP Error</li>\n</ul>\n\n<p>version 1.4.15 - 2019-19-11 =</p>\n\n<ul>\n<li>Change: remove the old deprecated codecanyon activation</li>\n<li>Fix: fixed bug when both plugins are installed together</li>\n<li>Fix: fixed empty widget content when put a lot of content in the widget html/js</li>\n<li>Feature: added option for fonts for post list for intro and content</li>\n<li>Feature: added custom filter query ID in posts list query (pro)</li>\n<li>Feature: added labels to typography fields</li>\n<li>Feature: added description option for elementor controls</li>\n<li>Feature: added option to add help links to widgets from the widget editor</li>\n</ul>\n\n<p>version 1.4.14 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed js not included bug</li>\n</ul>\n\n<p>version 1.4.13 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed terms attribute selector bugs in elementor</li>\n<li>Fix: fixed post selection was not showing post types without taxonomies</li>\n<li>Fix: fixed rtl visibility issues in admin</li>\n</ul>\n\n<p>version 1.4.12 - 2019-15-10 =</p>\n\n<ul>\n<li>Feature: added exclude posts by current post</li>\n<li>Feature: added post category addition custom taxonomy support</li>\n<li>Fix: fixed some bug in post list selector elementor</li>\n</ul>\n\n<p>version 1.4.11 - 2019-07-10 =</p>\n\n<p>*Feature: added link param html attributes placeholder\n*Feature: added category link to post list params\n*Fix: fixed post list category not displayed bug</p>\n\n<p>version 1.4.10 - 2019-28-9 =</p>\n\n<p>-bug fix: added some front end protection against db not installed bug\n* Feature(pro): added do_action for custom wp actions run\n* Feature(pro): added apply_filters for custom wp actions run\n-bug fix: fixed export widget with assets path\n-change: added instructions to download pro version.</p>\n\n<h4>1.4.7 - 2019-18-9</h4>\n\n<p>*Fix: fixed post category selection in post list</p>\n\n<h4>1.4.6 - 2019-18-9</h4>\n\n<p>*Fix: fixed dynamic items in repeater</p>\n\n<h4>1.4.6 - 2019-11-9</h4>\n\n<p>*Fix: fixed admin body class external\n*Feature: make support for post categories list\n*Feature(pro) - made taxonomies list attribute\n*Fix: fixed current posts fetch in archive type</p>\n\n<h4>1.4.5 - 2019-19-8</h4>\n\n<p>*Change: improved widgets manager design</p>\n\n<h4>1.4.3 - 2019-25-7</h4>\n\n<p>*Change: updated the activation link from plugins\n*Change: small UI improvements</p>\n\n<h4>1.4.2 - 2019-24-7</h4>\n\n<p>*Feature: add post category to dynamic fields\n*Feature: added toolset integration</p>\n\n<h4>1.4.1 - 2019-8-7</h4>\n\n<p>*Feature: added search widget\n*Feature: the plugin is now fully translatable, added russian translation</p>\n\n<h4>1.4 - 2019-8-7</h4>\n\n<p>*Change: moved to new payment system (freemius), changed pricing plans</p>\n\n<h4>1.3.39 - 2019-2-7</h4>\n\n<p>*Feature: add alt tags to image attribute\n*Feature: add automatic name from title on add attribute\n*Feature: redesign categories</p>\n\n<p>*Fix: removed autop filter change code from front end\n*Fix: allow to import widget when stand on category from catalog\n*Fix: fixed instagram widgets typography bug</p>\n\n<h4>1.3.38 - 2019-30-6</h4>\n\n<p>*Feature: added code examples / js snippets\n*Feature: added widget preview</p>\n\n<h4>1.3.37 - 2019-23-6</h4>\n\n<p>*Feature: add support for archive pages\n*Feature: added archive pages pagination\n*Change: changed fonts design controls</p>\n\n<h4>1.3.36 - 2019-20-6</h4>\n\n<p>*Fix: fixed multiple similar js includes in one page</p>\n\n<h4>1.3.35 - 2019-20-6</h4>\n\n<p>*Feature: add support for acf gallery field</p>\n\n<h4>1.3.34 - 2019-13-6</h4>\n\n<ul>\n<li>Feature: improved the post list filtering and ordering</li>\n</ul>\n\n<h4>1.3.33 - 2019-12-6</h4>\n\n<ul>\n<li>Feature: added ordering posts by meta value</li>\n<li>Fix: fixed site crash by db error</li>\n</ul>\n\n<h4>1.3.32 - 2019-11-6</h4>\n\n<ul>\n<li>Fix: fixed pods together with acf fileds</li>\n<li>Fix: added all categories to post list</li>\n</ul>\n\n<h4>1.3.31 - 2019-10-6</h4>\n\n<ul>\n<li>Feature: added link attribute</li>\n</ul>\n\n<h4>1.3.30 - 2019-06-6</h4>\n\n<ul>\n<li>Feature: made PODS integration</li>\n</ul>\n\n<h4>1.3.29 - 2019-06-5</h4>\n\n<ul>\n<li>Feature: added set widget icon functionality, with presence in catalog</li>\n<li>Feature: added preview widget button from the catalog</li>\n</ul>\n\n<h4>1.3.28 - 2019-06-3</h4>\n\n<ul>\n<li>Feature: made plugin translatable</li>\n</ul>\n\n<h4>1.3.27 - 2019-06-2</h4>\n\n<ul>\n<li>Fix: fixed font override attribute bug</li>\n</ul>\n\n<h4>1.3.26 - 2019-05-30</h4>\n\n<ul>\n<li>Feature: added typography attribute</li>\n</ul>\n\n<h4>1.3.25 - 2019-05-29</h4>\n\n<ul>\n<li>Tweak: added support for dynamic params in image field</li>\n</ul>\n\n<h4>1.3.24 - 2019-05-29</h4>\n\n<ul>\n<li>Fix: Fix dynamic field</li>\n<li>Tweak: Added message when adding an empty repeater from custom fields</li>\n</ul>\n\n<h4>1.3.23 - 2019-05-01</h4>\n\n<ul>\n<li>Feature: Added dynamic fields to all text controls</li>\n<li>Feature: Added \"edit html\" button to all widgets</li>\n<li>Fix: Fixed consolidated addons render bugs</li>\n</ul>\n\n<h4>1.3.22 - 2019-04-25</h4>\n\n<ul>\n<li>Feature: Made all acf fields integration including the pro like repeater and clone</li>\n</ul>\n\n<h4>1.3.21 - 2019-04-20</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.20 - 2019-04-15</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.19 - 2019-04-10</h4>\n\n<ul>\n<li>Feature: Done all acf fields</li>\n</ul>\n\n<h4>1.3.18 - 2019-04-05</h4>\n\n<ul>\n<li>Change: Update post child vars when change post</li>\n</ul>\n\n<h4>1.3.17 - 2019-04-01</h4>\n\n<ul>\n<li>Change: Add dynamic fields to addon editor</li>\n</ul>\n\n<h4>1.3.16 - 2019-03-30</h4>\n\n<ul>\n<li>Fix: Fixed the switchers </li>\n<li>Fix: Fixed the upload file</li>\n<li>Fix: Fixed checkbox in assets tab</li>\n</ul>\n\n<h4>1.3.15 - 2019-03-25</h4>\n\n<ul>\n<li>Fix: Fixed visual bugs</li>\n<li>Fix: Fixed radio boolean attribute (switcher)</li>\n</ul>\n\n<h4>1.3.14 - 2019-03-20</h4>\n\n<ul>\n<li>Fix: Fixed addon assets tab bugs</li>\n</ul>\n\n<h4>1.3.13 - 2019-03-15</h4>\n\n<ul>\n<li>Feature: Done export/import template with addons</li>\n</ul>\n\n<h4>1.3.12 - 2019-03-10</h4>\n\n<ul>\n<li>Feature: Added fedback on deactivate</li>\n</ul>\n\n<h4>1.3.11 - 2019-03-05</h4>\n\n<ul>\n<li>Fix: Fixed export import layout stuff</li>\n</ul>\n\n<h4>1.3.10 - 2019-03-01</h4>\n\n<ul>\n<li>Fix: Fixed assets tab issues</li>\n<li>Fix: Fixed post to articles category rename on install</li>\n</ul>\n\n<h4>1.3.09 - 2019-02-28</h4>\n\n<ul>\n<li>Fix: Fixed test addon jquery include</li>\n<li>Change: Added purchase link to license page</li>\n</ul>\n\n<h4>1.3.08 - 2019-02-25</h4>\n\n<ul>\n<li>Fix: Fixed settings text output</li>\n</ul>\n\n<h4>1.3.07 - 2019-02-20</h4>\n\n<ul>\n<li>Fix: Fixed font manager bug</li>\n</ul>\n\n<h4>1.3.06 - 2019-02-15</h4>\n\n<ul>\n<li>Fix: Fixed taxonomy issues</li>\n</ul>\n\n<h4>1.3.05 - 2019-02-10</h4>\n\n<ul>\n<li>Fix: Fixed add addon functionality</li>\n</ul>\n\n<h4>1.3.04 - 2019-02-05</h4>\n\n<ul>\n<li>Improvment: Improved post types category selection</li>\n</ul>\n\n<h4>1.3.03 - 2019-02-01</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.02 - 2019-01-30</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.01 - 2019-01-25</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.2.01 - 2019-01-20</h4>\n\n<ul>\n<li>Fix: Fixed js in editor when addins widget</li>\n</ul>\n\n<h4>1.2.00 - 2019-01-15</h4>\n\n<ul>\n<li>Feature: Pro version with a catalog</li>\n</ul>\n\n<h4>1.0.11 - 2019-01-10</h4>\n\n<ul>\n<li>Fix: Fixed some wordpress galleries related bug</li>\n</ul>\n\n<h4>1.0.10 - 2019-01-05</h4>\n\n<ul>\n<li>Fix: Fixed export category</li>\n</ul>\n\n<h4>1.0.09 - 2019-01-01</h4>\n\n<ul>\n<li>Change: Made global setting for consolidata addons or not</li>\n<li>Change: Updated some memory text in general settings</li>\n</ul>\n\n<h4>1.0.08 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed all notices related bugs</li>\n</ul>\n\n<h4>1.0.07 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed with default data types</li>\n</ul>\n\n<h4>1.0.06 - 2018-12-25</h4>\n\n<ul>\n<li>Fix: Fixed js includes consolidated</li>\n</ul>\n\n<h4>1.0.05 - 2018-12-20</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.04 - 2018-12-15</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.03 - 2018-12-10</h4>\n\n<ul>\n<li>Fix: Fixed empty category issues</li>\n</ul>\n\n<h4>1.0.02 - 2018-12-05</h4>\n\n<ul>\n<li>Fix: Fixed bug with some unit values in render output</li>\n</ul>\n\n<h4>1.0.00 - 2018-12-01</h4>\n\n<ul>\n<li>Release: First plugin release</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:6:\"1.5.98\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/69314.zip?is_premium=true&authorization=FSLA+14440533%3AdGgC1HGFvSyXStffeaKTxjiEeaK7qdYdNRoXqC9bk2ewJ-GU98w9xz9D4n36Zr0PKXeLE0YchZX7NcQBH8fSJ6DTJGNV6XiMwUsLbVUA4EVyNzgEH-ZfB3_f5PyYbWkmtlUz5LzdwRUt8SAsbO7Meup_8cWAUTvTzkz7maVpOM1o-5xSST-2UTGPe52lVv6v3RLwU4puFHON_23lgy4wvipJ-X9kPjzqgrfZiXRcWzSxfnKRr69NJonRR2uICJRDI_mn7GRV2gftbxGMn43OUQ\";}}s:7:\"created\";i:1709664732;s:9:\"timestamp\";i:1709668332;}s:91:\"get:/v1/installs/14440533/updates/latest.json?is_premium=true&newer_than=1.5.98&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:6:\"1.5.99\";s:11:\"sdk_version\";s:5:\"2.6.2\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:5:\"6.4.2\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:29686;s:2:\"id\";s:5:\"69597\";s:7:\"created\";s:19:\"2024-03-11 15:15:16\";s:7:\"updated\";s:19:\"2024-03-12 08:53:42\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/69597.zip?is_premium=true&authorization=FSLA+14440533%3AoowY7TkSc40E5N-w-uHU8HQCUqQQrGrDKrlNx6dT2CdgXbT4AbXD8GfpIdNaf5ATf8O6KS4pm4_pnYyLcJ-b3EA-Gk221W-WpHCGtbFV_5rJUzIAB1k27X6TW-AfeN1VFWTJDUmrFkbdNTLKjzk6FU3RK_JYHcbICAsPS3oMSFiKKtIXhFAlQ7elXGC5aOrpVFMvmOYv-sT668vWwNhUn7OJrZEuK1dGIs6YGtvvOAjMLg7ZB5FDvzMB3t8S-PhgJqqs3hUyLZJaEtHOdemwxA\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:66:\"Unlimited Elements For Elementor (Free Widgets, Addons, Templates)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"tags\";O:8:\"stdClass\":6:{s:9:\"elementor\";s:9:\"elementor\";s:8:\"elements\";s:8:\"elements\";s:6:\"addons\";s:6:\"addons\";s:16:\"elementor addons\";s:16:\"elementor addons\";s:16:\"elementor widget\";s:16:\"elementor widget\";s:12:\"page builder\";s:12:\"page builder\";}s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";N;s:6:\"tested\";s:5:\"6.4.2\";s:10:\"stable_tag\";s:3:\"1.0\";s:8:\"sections\";O:8:\"stdClass\":4:{s:11:\"description\";s:7110:\"<p><strong>Elementor</strong> users, elevate your web design experience with <strong>Unlimited Elements for Elementor</strong>. An all in one plugin that instantly gives you the most advanced widgets and tools to make better Elementor websites faster. Take your WordPress website to the next level.</p>\n\n<p><a href=\"https://unlimited-elements.com/elementor-widgets/\">View Elementor Widgets Demos</a>\n<br>\nBrowse our extensive collection of free widgets or upgrade to our pro version for access to over 200 additional unique drag and drop widgets for <strong>Elementor</strong>. Each widget provides a wide range of options to easily control every aspect. If you can\'t find what you need, our <strong>Widget Creator</strong> Framework empowers you to create any widget you can imagine.</p>\n\n<h3>Plugin Features</h3>\n\n<ul>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Widget Library</strong></a> – Enhance the popular Elementor page builder with our user-friendly and innovative widget library. Simplify your website by finding everything you need in one place, without the need for multiple plugins.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/widget-creator/\"><strong>Widget Creator</strong></a> – Save valuable time by eliminating the need to search for numerous plugins and add-ons. Instead, create customized, professional widgets that perfectly align with your website requirements.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-templates/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/loop-builder-for-elementor/\"><strong>Loop Builder</strong></a> – Easily create dynamic Loop Items within the Elementor Theme Builder by utilizing any loop widget layout of your preference. Effortlessly populate the chosen widget with dynamic content to craft versatile and engaging Loop Items.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/background-widgets-for-elementor/\"><strong>Background Widgets</strong></a> – Elevate your web designs instantly with our user-friendly animated backgrounds available in our extensive widget library. Experience seamless integration and unleash your creativity like never before.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/post-widgets-filters-tools/\"><strong>Post Widgets & Filters</strong></a> – Easily create stunning post layouts with real-time filters. Improve the browsing experience for website visitors by helping them find the content they\'re looking for. Effortlessly display posts using advanced criteria on your entire website.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/woo/\"><strong>WooCommerce Widgets & Filters</strong></a> – Create stunning product layouts with dynamic real-time filters. Showcase your products and categories in a wide array of interactive formats, such as grids, carousels, sliders, and more.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/remote-control-widgets/\"><strong>Woo Widgets & Filters</strong></a> – Unleash your creativity with advanced and customizable layouts. Take full control of your designs and make them truly unique using the remote controls. Stand out from the crowd with layouts that are both eye-catching and distinctive.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/sync-widgets/\"><strong>Sync Between Widgets</strong></a> – Elevate your web designs to new heights by seamlessly synchronizing multiple item-based widgets. This powerful feature empowers you to effortlessly create intricate and personalized layouts, taking your designs to the next level of sophistication.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source-galleries/\"><strong>Multi-Source Galleries</strong></a> – Empower your gallery showcase by effortlessly featuring Woo products, WordPress posts, Instagram feeds, and a variety of other sources, including various API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/live-copy-paste/\"><strong>Live Copy Paste</strong></a> – Copy and paste fully designed sections from the Unlimited Elements website directly to your website, saving you time and ensuring you can finish your web project as soon as possible.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-menu-widget-for-elementor/\"><strong>Mega Menu Builder</strong></a> – Easily craft a distinctive Mega Menu for your website navigation by incorporating images, icons, links, and various Elementor widgets into unique menu layouts.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-slider-widget-for-elementor/\"><strong>Mega Slider Builder</strong></a> – Easily turn any Elementor sections into slider slides. Now you can amaze your website visitors with jaw-dropping slider designs that look amazing on any device.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source/\"><strong>Multi-Source Widgets</strong></a> – Add content dynamically to item-based widgets effortlessly with support for ACF repeaters, JSON/CSV files, Woo Products, WordPress posts, users, menus, and a range of API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/dynamic-post-popup-widget-for-elementor/\"><strong>Dynamic Popup Builder</strong></a> – Dynamically create a popup to add a quick view of the post without leaving the page. Use an Elementor single post template to create the layout of the dynamic popup.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/form-builder/\"><strong>Elementor Form Builder</strong></a> – Build advanced forms effortlessly using the drag-and-drop form builder. Whether it’s a simple or complex form, our straightforward form widgets make it quick and easy to create forms, improving your workflow.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/calculators/\"><strong>Calculator Builder</strong></a> – Easily design professional calculators for any type of industry. Whether you need a loan calculator, mortgage calculator or business calculator, our powerful and intuitive drag and drop builder makes it easy to create complex calculators with ease.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/filters/\"><strong>Elementor Filter Widgets</strong></a> – Unlock the potential of the AJAX-based faceted filter system, seamlessly empowering you to craft diverse layouts with ease. Take control by applying multiple filters, ensuring a super-fast and dynamic filtering experience tailored to your website needs.</p></li>\n</ul>\";s:12:\"installation\";s:521:\"<p>Note : This plugin works with Elementor. Make sure you have <a href=\"https://wordpress.org/plugins/elementor/\">Elementor</a> installed.</p>\n\n<ol>\n<li>Upload the plugin folder to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress</li>\n<li>Navigate to Unlimited Elements in the WordPress side menu and install the widget you want by hovering over it and clicking install.</li>\n</ol>\";s:3:\"faq\";s:4208:\"<h4>Can I use the plugin without Elementor?</h4>\n\n<p>No. You cannot use the plugin without Elementor since it\'s an addon for Elementor.</p>\n\n<h4>Does the plugin work with any theme?</h4>\n\n<p>Absolutely! The plugin will work with any theme where Elementor works.</p>\n\n<h4>What if I update to the Premium version after using the Free version?</h4>\n\n<p>Your existing elements/content will work with the premium version. So you won’t lose your any of your hard work.</p>\n\n<h4>Can I get a refund?</h4>\n\n<p>If you are not happy with your purchase at anytime just contact us and we will refund 100% of your money no questions asked.</p>\n\n<h4>Do you offer a renewals discount?</h4>\n\n<p>Yes, you get 25% discount for all annual plan automatic renewals. The renewal price will never be increased so long as the subscription is not cancelled.</p>\n\n<h4>How do I install and activate the \'Unlimited Elements for Elementor\' plugin on WordPress?</h4>\n\n<p>To install the \'Unlimited Elements\' plugin on your WordPress site, access your WordPress Dashboard and go to Plugins -> Add New. In the search box, enter \'Unlimited Elements.\' Locate the plugin in the search results and click on the \'Install Now\' button. Once the installation is finished, click on the \'Activate\' button, and \'Unlimited Elements for Elementor\' will be successfully activated on your WordPress site.</p>\n\n<h4>Do I need to know code to use Unlimited Elements?</h4>\n\n<p>No, you do not need to know code to leverage the widgets and other tools provided by the Unlimited Elements plugin. It is designed to be user-friendly, allowing you to enhance your Elementor experience without any coding expertise. However, for users familiar with code, the plugin offers the added advantage of a widget creator, enabling the creation of custom Elementor widgets for a more tailored and advanced design experience.</p>\n\n<h4>Is my site secure with Unlimited Elements?</h4>\n\n<p>Yes, Unlimited Elements is a secure plugin. The plugin is regularly updated to adhere to common security standards, ensuring a secure environment for your website.</p>\n\n<h4>What types of filters does Unlimited Elements provide?</h4>\n\n<p>Unlimited Elements offers a variety of filter types, including search filters, dropdowns, tabs filters, checkboxes filters, and WooCommerce-related filters, providing a diverse range of options for dynamic and versatile website filtering.</p>\n\n<h4>Are the filters compatible with any post type or WooCommerce products?</h4>\n\n<p>Yes, all the filters provided by Unlimited Elements are live Ajax filters, ensuring dynamic and seamless filtering experiences. They are compatible with any post type, including custom post types, and WooCommerce products, offering versatile functionality for a wide range of content on your website. Utilize specific WooCommerce filters to enhance the shopping experience for your customers, such as the price range slider filter and color swatches filter for products with different colors.</p>\n\n<h4>Can I use Unlimited Elements to display custom post types in my widgets?</h4>\n\n<p>Yes, Unlimited Elements supports showcasing custom post types with advanced query selection and seamless connection to any filter from the UE library. This allows for tailored and dynamic content presentation on your website using the plugin\'s versatile features.</p>\n\n<h4>What are multi-source widgets in Unlimited Elements?</h4>\n\n<p>Multi-source widgets in Unlimited Elements enable the population of item-based widgets with various dynamic source types. These widgets can be populated using sources like ACF repeater fields, WooCommerce products, custom post types, Instagram feeds, and various API integrations. This versatility allows for the seamless integration of diverse content into widgets, enhancing the flexibility and functionality of your website elements.</p>\n\n<h4>Should I use Remote Control Widgets or the Sync Widgets function in Unlimited Elements?</h4>\n\n<p>The choice depends on your design preferences. If you want complete control, go for Remote Control Widgets. For synchronized layouts, choose Sync Widgets. They can also be used together for even more powerful customization options in Unlimited Elements.</p>\";s:9:\"changelog\";s:112934:\"<p>version 1.5.99: 2024-03-11</p>\n\n<ul>\n<li>Fix - updated multisource image fields</li>\n<li>Fix - fixed some small php bug with strtobool function</li>\n</ul>\n\n<p>version 1.5.98: 2024-03-05</p>\n\n<ul>\n<li>Fix Some small gutenberg related bug fix</li>\n</ul>\n\n<p>version 1.5.97: 2024-03-04</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Fix: allow showing authors name translated</li>\n<li>Change: updated font awesome version to 6</li>\n<li>Fix: done some link attribute security fix</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Accordion Menu (Pro) - Implemented \'Active State Color\' options for Sub Menu items. This new functionality allows users to customize the color of sub-menu items when they are in the active state, providing enhanced visual feedback.</li>\n<li>Feature: Content Slider (Pro) - Made \'Slide Margin\' option available for Full Slider Type and Offset Slider Type. This update expands the usability of the margin customization, allowing users to set margins between slides in both Full Slider and Offset Slider configurations.</li>\n<li>Feature: Icon Tabs (Pro) - Made \'Start Collapsed\' option responsive. This update ensures that the \'Start Collapsed\' behavior adjusts responsively, providing a consistent and user-friendly experience across various devices and screen sizes.</li>\n<li>Feature: Post Accordion (Free) - Introduced \'Expand All Accordion\' functionality, enabling users to expand all accordion items with a single click for improved content accessibility.</li>\n<li>Feature: Fullscreen Menu (Free) - Introduced option to customize the thickness of the animated hamburger icon bars, providing users with greater control over the visual appearance of the icon.</li>\n<li>Change: Coverflow Carousel (Pro) - Updated \'Button Link\' option: if empty, no link will be applied. This modification ensures that if the \'Button Link\' option is left empty, no link will be associated with the button within the widget.</li>\n<li>Fix: Product Carousel (Pro) - Optimized widget HTML code. This update enhances performance and efficiency by streamlining the HTML structure of the widget.</li>\n<li>Fix: Content Tabs (Free) - Improved widget interaction within an Elementor\'s popup. This update ensures a more seamless and optimized experience when utilizing the widget within a popup setting.</li>\n</ul>\n\n<p>version 1.5.96: 2024-02-26</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Feature: added option for time_ago_short in timelines that will show shorter version of minutes and hours text</li>\n<li>Feature: added defaults for weather widget</li>\n<li>Fix: fixed hourly weather fields</li>\n<li>Fix: fixed the import with images functionality</li>\n<li>Fix: set default timeout to remote requests</li>\n<li>Fix: fixed the image duplicate when importing templates</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Side Menu (Pro) - Implemented \'Menu Padding\' option. This new functionality allows users to set padding for the menu, providing control over the spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced a new value for \'Meta Data Position\' option called \'Before Title\'. This new functionality allows users to position meta data before the title, providing additional flexibility in content layout.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Stage Padding\' option. This new functionality allows users to set stage padding, displaying a part of the previous and next carousel items for a more visually appealing and dynamic presentation.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Selected Item Number\' option. This new functionality allows users to select a specific item by default, enhancing user experience by highlighting a predetermined item upon initialization.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option to display the image on the opposite side of the content for enhanced layout flexibility and customization.</li>\n<li>Feature: Thumbnail Slider (Pro) - Introduced \'Multi Source\' option, enabling users to select gallery items from various sources for enhanced flexibility and content integration.</li>\n<li>Feature: Timer Countdown Banner (Pro) - Added \'Direction\' option to support RTL (Right-to-Left) layout websites.</li>\n<li>Feature: Post Horizontal Timeline (Pro) - Introduced Background Color and Icon Color options for Navigation Arrows in disabled mode. This new functionality allows users to customize the appearance of navigation arrows when they are disabled, providing enhanced visual control.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Time Ago Type\' option. This new functionality allows users to choose the type of time ago representation, providing flexibility in how time is displayed within the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Text Custom Field\' option. This new functionality allows users to add a custom field under the main Posts Text, providing additional customization for displaying content.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Link Type\' option for all link elements in the widget. This new functionality allows users to choose the type of link for various elements within the widget, enhancing control over linking behavior.</li>\n<li>Feature: Remote Link (Pro) - Introduced active state for the link. This new functionality allows users to customize the appearance of the link when it is in an active state, providing enhanced visual feedback.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Implemented \'Hide Vertical Scrollbar in Popup\' option. This new functionality allows users to hide the vertical scrollbar within the popup, providing a cleaner and more focused appearance.</li>\n<li>Feature: Icon Carousel (Pro) - Introduced \'Autoplay Pause on Hover\' option, allowing users to pause autoplay functionality when hovering over the carousel for improved control and interaction.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Introduced Entrance Animation functionality for the popup. This new feature allows users to apply entrance animations, enhancing the visual appeal and engagement when the popup appears.</li>\n<li>Feature: Unlimited Timeline (Free) - Implemented \'Content Box Link\' option. This new functionality allows users to link the entire content box, providing a convenient way to associate a link with the entire widget item.</li>\n<li>Feature: Text Field (Free) - Added \'Read Only\' option, allowing users to set the field as read-only for preventing user input while retaining visibility of the text.</li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Radar Range\' option for Radar chart, allowing users to set the minimum range value for improved data visualization.</li>\n<li>Feature: Testimonial Carousel (Pro) - Added \'Rating\' field to the Source option. This new functionality allows users to incorporate a rating field as a source for the widget, expanding the available data sources for enhanced content display.</li>\n<li>Feature: Multi Step Form (Pro) - Introduced \'Direction\' option. This new functionality is useful for RTL (Right-to-Left) websites, allowing users to set the direction of the widget layout accordingly.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option for users to customize the text of each item\'s button, providing greater flexibility.</li>\n<li>Feature: Post List (Free) - Implemented \'Space Between Categories\' option. This new functionality allows users to set spacing between categories, providing control over the layout and visual presentation of category elements.</li>\n<li>Feature: Memory Game (Pro) - Introduced \'Add Completion Time to Form Field\' option, enabling users to automatically append the time taken to complete the memory game to a designated form field.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Add Link For The Whole Item\' option. This new functionality allows users to add a link to the entire widget item, enhancing the interactive capabilities and providing a clickable area for the entire item.</li>\n<li>Feature: Post Carousel (Pro) - Implemented \'Text Padding\' and \'Title Padding\' options. This new functionality allows users to set padding for text and title elements, providing enhanced control over spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced \'Date Modified\' options. This new functionality allows users to display the date when a post was last modified, providing additional information and transparency in content presentation.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Introduced options to customize Maps Controls icons\' color and background color. This new functionality allows users to personalize the appearance of map controls, enhancing visual customization.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Disable Map Interaction On Mobile\' option. This new functionality allows users to disable map interaction specifically on mobile devices, providing control over the user experience on smaller screens.</li>\n<li>Change: Content Tabs (Free) - Modified behavior of \'Start Collapsed\' option when used with \'Set Hash\'. If the URL has a hash, the first opened tab will be determined by the hash, providing a more dynamic and user-friendly experience.</li>\n<li>Change: Dropdown Button (Pro) - Removed Text Decoration CSS property from dropdown items. This update enhances the visual presentation by eliminating unnecessary text decoration.</li>\n<li>Change: Woo Mini Cart (Pro) - Added separate border options for \'View Cart\' and \'Checkout\' buttons, providing users with more customization flexibility for button styling.</li>\n<li>Change: Swipe Carousel (Pro) - Modified \'Enable Link\' option. Now, the entire item serves as a link, providing a more intuitive and consistent approach to linking within the widget.</li>\n<li>Fix: Submit Button (Free) - Corrected default values in email 2 that were leading to validation errors.</li>\n<li>Fix: Post Carousel Lite (Free) - Addressed issue where the carousel was not displaying on mobile devices.</li>\n<li>Fix: Icon Tabs (Pro) - Resolved issue with the \'Start Collapsed\' option. The fix ensures that the \'Start Collapsed\' option now functions correctly, delivering the intended collapsed behavior upon initialization.</li>\n<li>Fix: Post Grid (Pro) - Optimized widget item HTML code. This update enhances performance and efficiency by streamlining the HTML structure of widget items.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized item HTML code. This update improves performance and efficiency by refining the HTML structure of individual items within the widget.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized CSS code. This update improves performance and reduces the overall footprint of the stylesheet, enhancing efficiency and loading times.</li>\n<li>Fix: Remote Link (Pro) - Resolved issue where the Text Shadow option was erroneously interpreted as Box Shadow. The fix ensures that the Text Shadow option now functions correctly, providing the intended text shadow effect.</li>\n<li>Fix: Scroll Sequence (Pro) - Revised and improved descriptions of the widget fields for better clarity.</li>\n<li>Fix: Post Magazine Grid (Pro) - Added \'raw\' tag to category names to fix the display issue where the \'&\' symbol in category names was not displaying correctly.</li>\n<li>Fix: Before After (Pro) - Improved widget interaction with Elementor\'s Popups. This update ensures seamless integration and optimal performance when using the widget within Elementor\'s Popup functionality.</li>\n<li>Fix: Grid Gallery (Pro) - Resolved an issue where the widget was not extending to full width within Elementor Container.</li>\n<li>Fix: Particle Image (Pro) - Added protection from lazy load. This update ensures compatibility and proper functionality, mitigating potential issues related to lazy loading on various platforms.</li>\n</ul>\n\n<p>version 1.5.95: 2024-02-12:</p>\n\n<ul>\n<li>Feature: Ensure that the blog displayed on the \"Home\" page of the plugin is always up-to-date.</li>\n<li>Feature: Implemented support for tags in the widget catalog.</li>\n<li>Feature: Added an option for galleries to play videos in muted mode.</li>\n<li>Feature: Integrated weather forecast data preparation for the widget.</li>\n<li>Fix: Addressed some minor potential security risks associated with the import templates functionality.</li>\n<li>Fix: Rectified email validation for Form Email2.</li>\n<li>Fix: Resolved some issues with the price range filter.</li>\n<li>Fix: fixed the problem where dynamic template styles disappeared after updating Elementor Pro.</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Image Zoom Content Box (Free) - Implemented \'Title Tag\' option. This new functionality allows users to specify the HTML tag for titles within the widget, providing flexibility and control over the semantic structure of the content.</li>\n<li>Feature: Post Accordion (Free) - Implemented \'Disable Link in Image\' option. This new functionality allows users to disable the link associated with an image, providing more control over the interactive behavior of images within the widget.</li>\n<li>Feature: Slider Gallery (Free) - Implemented \'Mute Video\' option. This new functionality allows to play videos muted by default. Volume can be adjusted in video players on live page.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Item Bar Width\' option. This new functionality allows users to customize the width of individual bars, providing greater control over the visual representation of items.</li>\n<li>Feature: Remote Item Navigation (Pro) - Introduced \'Border Override Color\' options for Regular and Active states. This new functionality allows users to customize border colors separately for both Regular and Active states, enhancing visual styling in the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Title Min Height\' option. This new functionality allows users to set a minimum height for the title, offering more control over the visual presentation and consistency in the widget.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Show Link\' option. This new functionality enables users to show or hide links and customize their styling within the widget, offering more control over the interactive elements.</li>\n<li>Feature: Counter (Free) - Implemented \'Add Link To Widget Container\' option. This new functionality allows users to include a link, enhancing the interactive capabilities of the element by enabling navigation to another page or resource.</li>\n<li>Feature: Icon Box Accordion (Pro) - Introduced \'Icon + Text\' option for Graphic Element. This new value expands customization by allowing users to display both an icon and text within the Graphic Element for richer visual representation.</li>\n<li>Feature: Before After (Pro) - Added support for the widget inside Elementor\'s Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to utilize the widget effectively within Elementor\'s Tabs.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Hide Inactive Arrow\' option. This new functionality allows users to hide inactive arrows, providing a cleaner and more focused appearance in the widget interface.</li>\n<li>Feature: Layers (Pro) - Added shadow for icon type layers.</li>\n<li>Feature: Icon Pointer Button (Pro) - Introduced \'Direction\' option. This new functionality allows users to specify the direction for RTL (Right-to-Left) or LTR (Left-to-Right) websites, ensuring proper layout alignment based on language direction.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Auto Height\' option. This new functionality adjusts the height of the slider dynamically based on the height of the current slide, providing a more adaptive and seamless user experience.</li>\n<li>Feature: Justified Image Carousel (Pro) - Option to fix the broken layout (resulting in a duplicate carousel) caused by delayed image loading, this solution verifies that the images are loaded before initializing the carousel.</li>\n<li>Feature: Remote Tabs (Pro) - Introduced styling options for Border Radius, Border, and Shadow for the image of the active tab.</li>\n<li>Feature: Layers (Pro) - Added background color, padding and radius for text fields.</li>\n<li>Feature: WhatsApp Chat (Pro) - z-index option for Popup, allowing users to customize the stacking order of the Popup for better control over its visibility in relation to other elements.</li>\n<li>Feature: WhatsApp Chat (Pro) - Introduced option to customize the Popup Title, along with styling options for enhanced visual control and personalization.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced \'Additional Title\' options. This new functionality expands customization by providing additional settings for titles, allowing users to further enhance the visual presentation of titles within the widget.</li>\n<li>Feature: Content Grid (Pro) - Introduced \'Image Scale\' option. This new functionality allows users to scale the images, providing enhanced control over the visual presentation within the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented feature - automatically opens menu item if it matches the current page URL.</li>\n<li>Feature: Post Grid (Pro) - Added Option to show post tags, providing users with the ability to showcase tags associated with each post.</li>\n<li>Feature: Post Magazine Grid (Pro) - Introduced \'Image Scale\' and \'CSS Filters\' options along with the hover transition duration for enhanced image customization.</li>\n<li>Feature: Card Carousel (Free) - Implemented \'Image Position\' option. This new functionality allows users to customize the position of image within the widget, providing enhanced control over the visual layout.</li>\n<li>Feature: Layers (Pro) - Added mouse parallax effect, adds a captivating and interactive dimension to the user interface.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced additional styling options. This new set of functionalities allows users to further customize and refine the visual appearance of the widget, providing enhanced styling possibilities.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Close Transition Speed\' option. This new functionality enables users to set the speed of close animations for the dropdown, enhancing visual transitions and customization.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added \'Image Position\' option, allowing users to customize the position of the image above or below the content for enhanced layout flexibility.</li>\n<li>Feature: Layers (Pro) - Implemented motion effects—now elements can bounce up and down and move left to right for a livelier interface.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Center Info Window\' option. This new functionality allows users to center the info window on the map, providing enhanced visibility and focus on the selected location.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Close After Outside Info Window Click\' option. This new functionality allows users to close the info window after clicking outside of it on the map, enhancing user interaction and control.</li>\n<li>Feature: Layers (Pro) - Implemented responsive settings for individual layers, allowing users to toggle each layer on or off based on the specific device requirements.</li>\n<li>Feature: Image Accordion (Pro) - Added \'Title HTML Tag\' option, providing users with better SEO control by allowing customization of HTML tags for widget titles.</li>\n<li>Feature: Content Tabs (Free) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab content for a smoother and more seamless user experience.</li>\n<li>Feature: Event List (Pro) - Implemented \'Remove Expired Event Item\' option. This new functionality allows users to automatically remove event items that have expired, streamlining content management within the widget.</li>\n<li>Feature: Post Grid (Pro) - Added typography option for post tags, allowing users to customize the font style, size, and other typographic attributes.</li>\n<li>Feature: Event List (Pro) - Implemented \'Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the button, providing enhanced control over the layout within the widget.</li>\n<li>Feature: vCard (Pro) - Introduced option to include social media links in downloadable VCF contact file, enhancing contact information with additional social network profiles for improved connectivity.</li>\n<li>Change: Toggle Text Button (Free) - Upgraded textarea to full functionality editor, providing users with enhanced editing capabilities.</li>\n<li>Change: vCard (Pro) - Updated vCard JavaScript library to the latest version, ensuring compatibility with current standards and latest feature availability.</li>\n<li>Fix: Woo Product List (Free) - Introduced \'Layout Type\' option. This new functionality allows users to set the layout as either column or row, providing flexibility in organizing and displaying content within the widget.</li>\n<li>Fix: vCard (Pro) - Resolved issue where QR code was not scanning on some apps.</li>\n<li>Fix: Hotspots (Pro) - Rebuilt JavaScript code for better interaction. Removed unnecessary code to optimize performance and streamline functionality.</li>\n<li>Fix: Sideways Vertical Text (Pro) - Text layout shifting issue on Safari browser.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue with scrolling to the top of the page after tab click. The fix ensures that tab clicks no longer trigger unintended scrolling to the top, providing a smoother user experience.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the vertical scrollbar appearing on hover.</li>\n<li>Fix: Testimonial Carousel (Pro) - The issue where styling attributes (size and color) for SVG icons were not taking effect.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue in Content Tabs when Before After widget couldn\'t function inside tabs. The fix ensures proper functionality, allowing users to utilize the widget as intended.</li>\n<li>Fix: Woo Product Grid (Pro) - Added image HTML attributes to product images.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue where the size of social icons wasn\'t responding to the option value. The fix ensures that the specified option value now accurately reflects the size of social icons.</li>\n<li>Fix: Counter (Free) - Removed unnecessary space in \'Before Text\' and \'After Text\' options. This update improves the clarity and presentation of the text by eliminating unnecessary spacing.</li>\n<li>Fix: Content Tabs (Free) - Added support for Elementor Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to incorporate the widget effortlessly within Elementor Tabs.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved an issue where incorrect icons were being displayed after selecting a menu item.</li>\n<li>Fix: Woo Mini Cart (Pro) - Improved widget compatibility with optimization plugins like WP Rocket. This update ensures seamless integration, optimizing performance and enhancing the overall user experience when using these plugins.</li>\n<li>Fix: Post Accordion (Free) - Updated post content loading method to resolve the issue where, on some sites, post content was not displaying correctly.</li>\n<li>Fix: Dropdown Field (Pro) - Fixed an issue when Dropdown Field couldn\'t parse Field Name to Number Field widget.</li>\n<li>Fix: Card Carousel (Free) - Resolved issue where Transition Speed wasn\'t working for non-default animations. The fix ensures that Transition Speed now functions correctly for all animations, providing consistent and reliable behavior.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Removed default 2px border with blue color from one of the map elements. This update improves the visual presentation by eliminating an unnecessary border.</li>\n</ul>\n\n<p>version 1.5.94: 2024-01-25:</p>\n\n<ul>\n<li>Feature: added option to message individual fields for the form</li>\n<li>Change: removed instagram blocked api message - the instagram functionality is active now!</li>\n<li>Change: added default values to currency fields</li>\n<li>Fix: fixed small php bug regarding date field in items</li>\n<li><p>Fix: fixed some small xss vulnurability that pachstack discovered</p></li>\n<li><p>Feature: Number Field (Pro) - Introduced \'Enable Date Field in Formula\' option. This new functionality enables the use of Date Field in formula by allowing the addition or subtraction of days.</p></li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Remove Items with 0 Value\' option. This new functionality automatically excludes items with a value of 0 from charts.</li>\n<li>Feature: WordPress Menu (Free) - Implemented \'Hover Effect\' option. This new functionality allows users to choose from a variety of hover link effects, enhancing the visual presentation with dynamic animations.</li>\n<li>Feature: Hotspots (Pro) - Introduced customizable popup positioning, providing users with the option to define the exact position rather than relying on preset center alignment.</li>\n<li>Feature: Event List (Pro) - Introduced \'Event End Date\' option, allowing users to display event end date and time.</li>\n<li>Feature: Event List (Pro) - Implemented \'Calendar Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the calendar, providing better control over its placement within the layout.</li>\n<li>Feature: Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Dropdown Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Value Handling\' options. This new functionality allows users to choose the checkbox value type from options such as sum, individual number, or individual text, providing flexibility in handling checkbox values.</li>\n<li>Feature: Masonry Gallery (Pro) - Introduced \'Title Typography\' and \'Description Typography\' options. These new functionalities allow users to customize the typography settings for titles and descriptions.</li>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Tile Background Color\' option. This new functionality allows users to customize the background color of tiles, providing enhanced visual control over the widget\'s appearance.</li>\n<li>Feature: Hotspots (Pro) - Added \'Popup Image Size\' option, allowing users to customize the size of popup images.</li>\n<li>Feature: WooCommerce Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented \'Open Links In New Tab\' option. This new functionality allows users to specify whether links should open in a new tab with Source type posts, products, etc.</li>\n<li>Feature: Content Ticker (Pro) - Added Option to add an Image for each ticker item.</li>\n<li>Change: Hotspots (Pro) - Enabled \'Image Size Select\' option for the Image, allowing users to choose from different image resolutions for enhanced flexibility and visual customization.</li>\n<li>Change: Icon Carousel (Pro) - Improved \'Item Minimum Height\' option by expanding the range of values.</li>\n<li>Fix: Fullscreen Menu (Free) - Improved protection from Elementor sticky section interference.</li>\n<li>Fix: vCard (Pro) - Issue with QR code not displaying when \'Include Image in Contact\' is enabled has been resolved.</li>\n<li>Fix: Dropdown Field (Pro) - Resolved issue with \'Field Name\' not appearing during email sending. The fix ensures that the field name is now properly displayed in email notifications.</li>\n<li>Fix: Mega Menu (Pro) - Resolved horizontal scroll issue. The fix ensures that the layout no longer experiences unintended horizontal scrolling, providing a more stable and user-friendly experience.</li>\n<li>Fix: Scroll To Top (Free) - Resolved issue where the icon wasn\'t visible on the frontend. The fix ensures proper visibility of the icon, addressing the bug and improving the overall appearance.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the \'Disable Page Scroll\' option not working in some cases. The fix ensures consistent functionality, preventing page scrolling as intended.</li>\n<li>Fix: Text Field (Free) - Resolved input width issue. The fix ensures that input elements now display with the correct width.</li>\n</ul>\n\n<p>version 1.5.93: 2024-01-18:</p>\n\n<ul>\n<li>Feature: Introduced the option \'slider_video_autoplay\' to galleries, enabling video autoplay when changing items.</li>\n<li>Feature: Added the option to include specific taxonomies in related posts queries.</li>\n<li>Feature: Implemented automatic recognition of video thumbnail IDs in certain gallery types based on relevant post meta.</li>\n<li>Feature: Added functionality for the price range filter.</li>\n<li>Change: Updated the Freemius version.</li>\n<li>Change: Modified the text format for the export change log.</li>\n<li>Change: Restored the \"import with images\" feature after incorporating file type checks for security.</li>\n<li>Fix: Enhanced the handling of multiple user records for the \'exclude users\' option in the users query (Ajax-based).</li>\n<li>Fix: Corrected URL CSS and JS inclusion issues in Elementor editor.</li>\n<li><p>Fix: Corrected a bug related to \"mini cart widget\" in PHP in specific cases.</p></li>\n<li><p>Feature - Card Carousel (Free) - Introduced \'Hide Item\' option. This new functionality allows users to hide items instead of deleting them permanently, offering a more reversible and flexible approach to item management.</p></li>\n<li>Feature - Post Grid (Pro) - Implemented \'Layout Type: Above\' option. This new functionality allows users to change the position of the content box to above the image.</li>\n<li>Feature - Thumbnail Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Compact Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Grid Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Slider Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Flip Box Carousel (Pro) - Introduced option for back icon alignment, providing users the flexibility to customize the alignment of the back icon.</li>\n<li>Feature - Post List (Free) - Implemented \'Image Scale\' option for regular and hover states. This new feature allows users to customize the scaling of images independently for regular and hover states, enhancing visual presentation.</li>\n<li>Change - Flip Box Carousel (Pro) - Implemented conditional rendering of CSS to reduce unused styles, resulting in improved performance, SEO, and faster load times for enhanced user experience.</li>\n<li>Change - Content Accordion (Free) - Improved \'Expand All Accordion\' functionality, now allowing users to close the accordion by clicking the same button again for a more intuitive and user-friendly experience.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Implemented protection against buttons not being vertically aligned in specific cases.</li>\n<li>Fix - Flip Box Carousel (Pro) - Resolved an issue where links were not functioning properly when clicking on the back icon.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Resolved issue with the product button not being clickable in some cases.</li>\n<li>Fix - Post Carousel (Pro) - Resolved issue with the side-by-side layout.</li>\n<li>Feature - Logo Grid (Free) - Enhanced responsiveness for item \'Padding\' option. This update ensures that item padding adjusts effectively across various screen sizes and device resolutions for a consistent layout.</li>\n<li>Feature - Logo Grid (Free) - Implemented \'Direction\' option. This new feature is particularly useful for RTL (Right-to-Left) websites, allowing users to specify the direction of the widget\'s layout for improved compatibility.</li>\n<li>Feature - Content Accordion (Free) - Introduced a new feature that allows the expansion of all accordion items by clicking on an external element with the class \"ue-content-accordion-expand-all\".</li>\n<li>Feature - Memory Game (Pro) - Introduced template option for success message, Allowing users to show Elementor template as success message.</li>\n<li>Feature - Memory Game (Pro) - Added \'Completion Time\' option, enabling users to show the time it took to complete the game for a more informative and engaging experience.</li>\n<li>Feature - Content Accordion (Free) - Introduced \'Additional Header Content\' option in the accordion, allowing users to include additional content after the header title.</li>\n<li>Feature - Post Accordion (Free) - Implemented \'Open Links in New Tab\' option. This new functionality allows users to configure links to open in a new tab, enhancing control over the navigation experience.</li>\n<li>Feature - Side Menu (Pro) - Added an option to add a logo to the side menu layout.</li>\n</ul>\n\n<p>version 1.5.92: 2024-01-04:</p>\n\n<ul>\n<li>Feature: Introduced the change log option in the widget editor.</li>\n<li>Feature: Introduced the ability to connect with Google API for multi-source options.</li>\n<li>Feature: Included an option to link with Google Sheets under the general settings for forms.</li>\n<li>Feature: Integrated a \"show globals\" feature in troubleshooting for enhanced diagnostics.</li>\n<li>Feature: Implemented the capability to output cart fragments for the woo mini cart.</li>\n<li>Feature: Provided an option for \"none\" under lightbox-type in galleries, allowing users to disable the lightbox.</li>\n<li>Feature: Added an \"excerpt\" field to post fields within the widget editor for more detailed posts.</li>\n<li>Fix: Replaced site_url() with home_url() in global variables for better website navigation.</li>\n<li>Fix: Resolved a conflict with another select2 on the admin side, ensuring smoother operations.</li>\n<li>Fix: Rectified an error with multiple order by clauses in post queries to improve data sorting.</li>\n<li><p>Fix: Enhanced the manual selection of Elementor template retrieval for optimized performance.</p></li>\n<li><p>Feature - Content Carousel - Introduced \'Equalize Content Height\' option. This new feature simplifies the process of making content elements equal in each item.</p></li>\n<li>Feature - Flip Box Carousel - Enhanced responsiveness for Border Radius option. The update ensures that the Border Radius adapts effectively to different screen sizes and device resolutions for a consistent display.</li>\n<li>Feature - WooCommerce Product Carousel - Resolved broken layout issue occurring when set to side-by-side layout</li>\n<li>Feature - Phone Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Textarea Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Email Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Text Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Testimonial Carousel - Implemented \'Layout Type: Grid\' option. This new functionality facilitates the transformation of the widget\'s layout into a simple grid.</li>\n<li>Feature - Testimonial Carousel - Introduced \'Layout Type: Swipe\' option. This new feature allows users to set the behavior of the widget, resembling the functionality found in Swipe Carousel widget.</li>\n<li>Feature - Flip Box Carousel - Introduced \'Disable Mouse Drag\' and \'Disable Touch Drag\' options in Flip Box Carousel settings, offering control over user interaction by allowing the disabling of dragging functionalities.</li>\n<li>Feature - Team Member Grid - Introduced \'Badge\' option, allowing users to include custom badge images or icons for enhanced member representation.</li>\n<li>Feature - Thumbnail Slider - Implemented responsiveness for \'Slider Main Image Height\' option.</li>\n<li>Feature - Thumbnail Slider - Optimized \'Slider Main Image Height\' functionality to prevent widget reloading upon value change.</li>\n<li>Change - Thumbnail Slider - Changed attribute of \'Slider Main Image Height\' option from Number to Slider. This adjustment simplifies the process of adjusting the height of the main image by providing a more intuitive control.</li>\n<li>Fix - Submit Button - Improved interaction within Multi Step Form widget. Enhancements have been made to streamline and optimize the submit action.</li>\n<li>Feature - Multi Step Form - Implemented form submission loader. This new addition introduces a visual loader to illustrate the process of sending form data, enhancing user feedback during form submission.</li>\n<li>Feature - WooCommerce Product List - Introduced \'Default Image\' option. The widget will now display the specified default image when a product image is empty, for a more personalized user experience.</li>\n</ul>\n\n<p>version 1.5.91: 2023-12-28:</p>\n\n<ul>\n<li>Change: removed some vulnerability related to templates import</li>\n</ul>\n\n<p>version 1.5.90: 2023-12-18:</p>\n\n<ul>\n<li>Fix: fixed some small bug with pro version main file</li>\n</ul>\n\n<p>version 1.5.89: 2023-12-17:</p>\n\n<ul>\n<li>Fix: fixed some post filters detection issues on the page</li>\n<li>Fix: fixed some \"$type not found\" message in php</li>\n<li>Fix: fixed some \"infinite template found: \" message in php (emtpy template load protection)</li>\n<li>Change: added instagram api access error message</li>\n<li>Change: removed \"import with images\" functionality. replaced by doubly plugin.</li>\n</ul>\n\n<p>version 1.5.88: 2023-12-11:</p>\n\n<ul>\n<li>Feature: added \"iframe\" gallery type to the gallery items</li>\n<li>Fix: fixed the \"show/hide edit html button\" option from general settings</li>\n<li>Fix: fixed the general_settings.xml php error</li>\n<li>Fix: fixed some issue with gallery loading on pages and current meta keys</li>\n<li>Fix: fixed default value in datetime control</li>\n<li>Change: added some improvements for the form </li>\n<li>Change: set video placeholder to dynamic galleries in case of video item</li>\n</ul>\n\n<p>version 1.5.87: 2023-11-21:</p>\n\n<ul>\n<li>Change: updated freemius sdk to 2.6.0 version</li>\n<li>Change: added some protection against double background widgets output</li>\n<li>Feature: enabled form functionality</li>\n<li>Feature: enabled currency exchange functionality</li>\n</ul>\n\n<p>version 1.5.85: 2023-11-15</p>\n\n<ul>\n<li>Feature: added woo_addcart_ajax_attributes_button in twig for the button</li>\n<li>Feature: added option to show original settings values in widget debug</li>\n<li>Feature: added troubleshooting setting not to show php deprecated warnings</li>\n<li>Fix: better prepare post custom fields for the post multisource</li>\n<li>Fix: links from meta field works now</li>\n<li>Fix: fixed the ob_end_clean bug</li>\n<li>Fix: in post query - excluded posts not in from posts in</li>\n<li>Fix: fixed a small bug in the unite gallery library</li>\n<li>Change: updated twig version to 3.x</li>\n<li>Change: updated instagram data with date released field</li>\n</ul>\n\n<p>version 1.5.85: 2023-09-20</p>\n\n<ul>\n<li>Fix: fixed a small bug with multisource image param message</li>\n</ul>\n\n<p>version 1.5.84: 2023-09-20</p>\n\n<ul>\n<li>Feature: added twig function csv to json</li>\n<li>Feature: changed the admin view to new design (added designed header and menu)</li>\n<li>Feature: added option to enable animation on swipe to owl carousel js</li>\n<li>Feature: added woo mini cart functionality</li>\n<li><p>Feature: added option: \"current query as a base\" to post selection -> include by</p></li>\n<li><p>Fix: added support for webp in the manager</p></li>\n<li>Fix: allow fetching images from media library post type for the galleries </li>\n</ul>\n\n<p>version 1.5.83: 2023-08-22</p>\n\n<ul>\n<li>Fix: don\'t show first item in filter when no terms available</li>\n<li>Change: updated calculators javascript code base</li>\n</ul>\n\n<p>version 1.5.82: 2023-08-16</p>\n\n<ul>\n<li>Feature: added option for group filtering widgets</li>\n<li>Feature: solved the video play in gallery type from attachment video</li>\n<li>Change: turned off the video icon for background attribute</li>\n<li>Fix: fixed dynamic template with avoid duplicates</li>\n<li>Fix: fixed gallery widget acf video item error</li>\n<li>Fix: fixed some sort filter bugs with the default selected</li>\n</ul>\n\n<p>version 1.5.81: 2023-08-10</p>\n\n<ul>\n<li>Fix: fixed some missing css in the dynamic loop widgets</li>\n<li>Fix: fixed some child filters related bug</li>\n<li>Fix: fixed order by price in current query</li>\n<li>Fix: fixed some php 8.16+ version notices </li>\n<li>Feature: added option to print the term meta</li>\n</ul>\n\n<p>version 1.5.80: 2023-08-07</p>\n\n<ul>\n<li>Feature: added option to get \"all taxonomy terms\" from a post </li>\n<li>Feature: added html preperations for the woocommerce minicart</li>\n<li>Feature: added \"this week\" to the date selection query</li>\n<li>Feature: added \"grouping\" mode in the \"related posts\"</li>\n<li>Fix: the pagination now works on top of the grid</li>\n<li>Fix: fixed some init ajax filters multiple issues</li>\n<li>Fix: fixed the error with the assets path set</li>\n</ul>\n\n<p>version 1.5.79: 2023-07-24</p>\n\n<ul>\n<li>Fix: changed name for area-label to aria-label</li>\n<li>Fix: in filters - refresh single filter if \"all\" selected and there are hidden items</li>\n<li>Fix: changed protection against inifnite loop to 200</li>\n<li>Fix: show child filters at start if there are selected items</li>\n<li>Fix: date time attribute processor - if no date given - don\'t take current time</li>\n<li>Fix: refresh child filter if main filter selected on init</li>\n<li>Fix: dynamic popup was not worked with multisource in some cases</li>\n</ul>\n\n<p>version 1.5.78: 2023-07-16</p>\n\n<ul>\n<li>Fix: fixed show filters load more</li>\n<li>Fix: fixed multisource repeater empty</li>\n</ul>\n\n<p>version 1.5.77: 2023-07-13</p>\n\n<ul>\n<li>Fix: fixed dropzone collision in widget editor view</li>\n<li>Fix: fixed sort filter price filtering</li>\n<li>Fix: fixed max number in addons db table. from \"int\" to \"bigint\"</li>\n<li>Fix: replaced some deprecated by elementor codes</li>\n</ul>\n\n<p>version 1.5.76: 2023-07-12</p>\n\n<ul>\n<li>Feature: added \"rem\" unit in slider attribute</li>\n<li>Fix: fixed some small bug with remote sync debug</li>\n<li>Fix: fixed the truncate in multisource</li>\n<li>Fix: fixed some small bugs related to remote controls</li>\n<li>Fix: fixed dropzon third party conflict in manager</li>\n</ul>\n\n<p>version 1.5.75: 2023-07-05</p>\n\n<ul>\n<li>Feature: added some suggestion text to add some memory in the troubleshooting section in case that needed</li>\n<li>Fix: the wrong author was displayed in loop post meta data</li>\n<li>Fix: do_shortcode to html items inside the grid and dynamic loop</li>\n<li>Update: Updated Freemius SDK to the latest version</li>\n</ul>\n\n<p>version 1.5.74: 2023-07-04</p>\n\n<ul>\n<li>Fix: show search widgets at plugin install.</li>\n<li>Fix: menu picker depts in multisource</li>\n<li>Fix: set the author data to be retrievable in dynamic grid template</li>\n<li>Fix: show meta fields switcher didn\'t worked in multisource menu items</li>\n</ul>\n\n<p>version 1.5.73: 2023-06-26</p>\n\n<ul>\n<li>Feature: added options for revisions in widget editor</li>\n<li>Fix: added support for wordpress proxy in api calling</li>\n<li>Fix: fixed empty post in query result</li>\n<li>Fix: fixed \"wrong template ID\" elementor error in post accordion</li>\n</ul>\n\n<p>version 1.5.72: 2023-06-21</p>\n\n<ul>\n<li>Fix: added the swf extension in the allowed files in assets</li>\n<li>Feature: prepared the plugin for sort filter</li>\n<li>Change: updated freemius sdk to 2.5.9</li>\n</ul>\n\n<p>version 1.5.71: 2023-06-20</p>\n\n<ul>\n<li>Change: removed js includes of the forms and filters from backend editor</li>\n<li>Change: changed colors of the free version notification in dark mode</li>\n<li>Fix: fix the \"link\" type in wpml integration automatic translation</li>\n<li>Feature: add support for the conditions in ue forms</li>\n</ul>\n\n<p>version 1.5.70 2023-06-19:</p>\n\n<ul>\n<li>Change: added some \"birthday sale\" banner</li>\n<li>Feature: added \"truncate text\" modifier to multisource fields</li>\n<li>Feature: dynamic tags now works inside posts and products related widgets</li>\n<li>Feature: added twig highlighting in codemirror editor</li>\n<li>Fix: fixed sequence animation sliders bug (fields didn\'t loaded in elementor)</li>\n<li>Fix: change the comment from // to /* */ in filters js output to allow proper page compression.</li>\n<li>Fix: the \"time ago\" string is now translatable </li>\n<li>Fix: fixed the wpml elementor template id output</li>\n<li>Fix: fixed backgrounds bug with containers in editor</li>\n<li>Fix: fixed some small bugs with the checkbox filter</li>\n</ul>\n\n<p>version 1.5.69: 2023-06-08:</p>\n\n<ul>\n<li>Fix: allow to install webp images in widgets</li>\n</ul>\n\n<p>version 1.5.68: 2023-06-06:</p>\n\n<ul>\n<li>Change: added functionality for sort filter </li>\n<li>Feature: added field: \"form conditions\" for the upcoming form</li>\n<li>Feature: added link translation to wpml integration</li>\n<li>Feature: added link_attributes field to post list fields in twig</li>\n<li>Fix: fixed slider control min max values in case of multiple units</li>\n<li>Fix: add do shortcode from ajax items response</li>\n<li>Fix: fixed posts grid output with \"product\" taxonomy without woocommerce</li>\n<li>Fix: fixed getting cross sell products query in product list</li>\n</ul>\n\n<p>version 1.5.67 - 2023-05-29:</p>\n\n<ul>\n<li>Fix: fixed some more securaty issues related to assets manager</li>\n</ul>\n\n<p>version 1.5.66 - 2023-05-28:</p>\n\n<ul>\n<li>Fix: fixed some securaty issues related to non editor users operations and not allowed to upload php files in assets manager</li>\n</ul>\n\n<p>version 1.5.65 - 2023-05-26:</p>\n\n<ul>\n<li>Fix: fixed instagram api related bugs </li>\n</ul>\n\n<p>version 1.5.64 2023-05-23:</p>\n\n<ul>\n<li>Change: update freemius to latest version 2.5.8</li>\n<li>Fix: fixed a small php bug</li>\n</ul>\n\n<p>version 1.5.63 2023-05-23:</p>\n\n<ul>\n<li>Change: expand in widget editor is now connected to the screen height</li>\n<li>Fix: fixed the dynamic popup with multiple fields code </li>\n<li>Fix: fixed some sync if the clicked item is link</li>\n<li>Feature: added support for sort post filter</li>\n<li>Feature: hide \"show only insalled\" checkbox in widgets manager if no widget installed.</li>\n</ul>\n\n<p>version 1.5.62 2023-05-14:</p>\n\n<ul>\n<li>Feature: added \"edit template\" link in template selector</li>\n<li>Feature: added hidden template edit button to top bar</li>\n<li>Feature: added option for dynamic popup link to connect to many links in the widget</li>\n<li>Fix: solved some php error with parse dynamic settings in php 8.1</li>\n<li>Fix: getMetaValue error in products</li>\n<li>Fix: fixed doubly css includes in some cases</li>\n</ul>\n\n<p>version 1.5.61 - 2023-05-07:</p>\n\n<ul>\n<li>Feature: added support for woocommerce jet wishlist</li>\n<li>Feature: did option to disable third party hooks in ajax</li>\n<li>Fix: click on link on sync didn\'t worked</li>\n<li>Fix: added some protections to nonce and to file manager zip exctract (securaty issues fix) </li>\n<li>Change: updated freemius sdk to 2.5.7 version.</li>\n</ul>\n\n<p>version 1.5.60 - 2023-04-30:</p>\n\n<ul>\n<li>Feature: added functionality to get cart number of products </li>\n<li>Fix: fixed link field settings for multisoure</li>\n<li>Fix: fixed some bugs with regular price in woocommerce widgets</li>\n<li>Fix: filters js file loaded in editor as well</li>\n<li>Fix: fixed some small php bug regarding \"pathBase\"</li>\n<li>Fix: fixed conditions in multiple select control</li>\n<li>Change: updated unite gallery version</li>\n<li>Change: disabled autoload in update_option for the catalog variable</li>\n</ul>\n\n<p>version 1.5.59: 2023-04-09</p>\n\n<ul>\n<li>Feature: added multiple select to condition attributes in widget editor</li>\n<li>Change: updated freemius sdk to the latest version</li>\n<li>Fix: fixed empty post meta fields in case that acf plugin is on</li>\n<li>Fix: fixed some bug with avoid duplicates option and filters in single grid</li>\n<li>Fix: made some corrections in case that post query show wrong init selected terms values</li>\n<li>Fix: the post carousel goes to random item after ajax refresh</li>\n<li>Fix: fixed jet engine custom fields integration</li>\n</ul>\n\n<p>version 1.5.58: 2023-03-26</p>\n\n<ul>\n<li>Feature: added dynamic popup functionality to multisource widgets</li>\n<li>Fix: fixed missing arguments in the_post action</li>\n<li>Fix: fixed some php multisource error</li>\n<li>Fix: fixed some product ajax search related issues</li>\n<li>Fix: fixed some small but with ajax refresh and sync</li>\n</ul>\n\n<p>version 1.5.57: 2023-03-20</p>\n\n<ul>\n<li>Feature: improved the multisource selectors</li>\n<li>Feature: added option to get image from post meta in post fields - widget editor</li>\n<li>Fix: added \"skins\" folder to unite gallery</li>\n<li>Fix: added more compatability to woo commerce grids with discounts plugins</li>\n<li>Fix: fixed same uc_id in dynamic templates</li>\n</ul>\n\n<p>version 1.5.56: 2023-03-13:</p>\n\n<ul>\n<li>Feature: added option authors by dynamic field in post query</li>\n<li>Feature: done some integration with flycart discounts</li>\n<li>Feature: added option to show post type and post type title in posts fields</li>\n<li>Feature: added option to add multiple values in multisource</li>\n<li>Fix: fixed get posts by terms meta field - add taxonomy</li>\n<li>Fix: fixed responsive css in dynamic loop</li>\n<li>Fix: fixed dynamic loop with jet engine acf fields</li>\n<li>Fix: fixed slider control units for vh, vx and % </li>\n<li>Fix: added \"before today\" for past year in date qury</li>\n<li>Change: the uc_id will not change now when page refresh</li>\n</ul>\n\n<p>version 1.5.55: 2023-02-23:</p>\n\n<ul>\n<li>Fix: fixed wpml integrate fields</li>\n<li>Fix: fixed some write file error, will not crash if happend</li>\n<li>Fix: fixed entrance animation js on popup</li>\n<li>Fix: fixed strip tags in intro from content</li>\n<li>Fix: fixed some php 8.1 issues</li>\n<li>Fix: fixed some post intro with html tags issues</li>\n<li>Change: do_action function is working now in free version</li>\n</ul>\n\n<p>version 1.5.54: 2023-02-15</p>\n\n<ul>\n<li>Change: added some define variable that indicate the under ajax search</li>\n<li>Change: added \"collect\", and \"output\" to schema types in content accordion widget for example</li>\n<li>Feature: added wpml auto translate integration</li>\n<li>Feature: added option to select \"all taxonomies\" in exclude terms in terms selection</li>\n<li>Feature: added option - only direct children to terms select include by</li>\n<li>Feature: added option to post select to get posts by terms from curent meta field</li>\n<li>Fix: preserve tags when truncate</li>\n<li>Fix: fixed load more with second meta add in post query</li>\n</ul>\n\n<p>version 1.5.53: 2023-02-07</p>\n\n<ul>\n<li>Fix: keep exclude terms in grid when filtering with \"override terms\" mode</li>\n<li>Fix: fixed get_terms() not found php error from 1.5.52 version</li>\n</ul>\n\n<p>version 1.5.52: 2023-02-06</p>\n\n<ul>\n<li>Change: done some protection agains infinite loops in templates</li>\n<li>Fix: fixed popup button type conditions</li>\n<li>Fix: fixed term meta fields in multisource</li>\n<li>Fix: fixed exclude term not found in post select</li>\n</ul>\n\n<p>version 1.5.51: 2023-01-31</p>\n\n<ul>\n<li>Feature: added version to js comment output</li>\n<li>Feature: connected the galleies to remote play / stop like the carousels</li>\n<li>Feature: added some error message when image size attribute is missing in multisource</li>\n<li>Feature: added dynamic popup special attribute type</li>\n<li>Fix: fixed title source and description source in multisource gallery for products.</li>\n<li>Fix: added supress filtres to ajax search query</li>\n</ul>\n\n<p>version 1.5.50: 2023-01-24</p>\n\n<ul>\n<li>Feature: added \"media\" to post types select in advanced post query</li>\n<li>Feature: improved the date time attribute</li>\n</ul>\n\n<p>version 1.5.49: 2023-01-23</p>\n\n<ul>\n<li>Fix: fixed some js optimization issues </li>\n<li>Fix: fixed filters related small js bug</li>\n</ul>\n\n<p>version 1.5.48: 2023-01-19</p>\n\n<ul>\n<li>Feature: added gallery to multisource</li>\n<li>Feature: added post type override selectin current post query options</li>\n<li>Fix: fixed remote play with carousel</li>\n<li>Fix: fixed some multisource and ajax related bugs</li>\n<li>Fix: fixed popular posts plugin integration multiple post types</li>\n<li>Fix: fixed background widgets some problematic attribute names</li>\n<li>Fix: fixed include terms by current post terms in some cases.</li>\n<li>Fix: fixed default url_assets value in multisoure</li>\n<li>Fix: fixed dark mode svg icons</li>\n</ul>\n\n<p>version 1.5.47: 2023-01-10</p>\n\n<ul>\n<li>Feature: added more units to slider attribute</li>\n<li>Feature: added \"any\" post type to post types select</li>\n<li>Feature: added include and exclude current post terms in terms selection</li>\n<li>Feature: added option to carousel - scroll to head - force</li>\n<li>Feature: allow import widgets with theme activate</li>\n<li>Fix: fixed dynamic template render css for dynamic popup</li>\n<li>Fix: fixed users list select by manual</li>\n</ul>\n\n<p>version 1.5.46: 2023-01-08</p>\n\n<ul>\n<li>Feature: set the items image size chooser work for certain image</li>\n<li>Feature: made option to put js script in saparate tags with id\'s for optimization plugins like wprocket</li>\n<li>Feature: enriched the uc_lang variable. now it\'s always showing the current language</li>\n<li>Feature: added user_login variable to the users list output</li>\n<li>Feature: has put the preview link always as a help link in widget edit panel.</li>\n<li>Change: updated the multisource that it works better with items images</li>\n<li>Change: allow html tags in post intro (excerpt) in widgets</li>\n<li>Fix: fixed filters with sync multiple grid issues</li>\n<li>Fix: fixed the exclude users list with similar names</li>\n</ul>\n\n<p>version 1.5.45: 2022-12-26</p>\n\n<ul>\n<li>Feature: added json decode filter to twig</li>\n<li>Feature: added catalog images from shortpixel for speed loading</li>\n<li>Feature: done multisource group setting</li>\n<li>Fix: fixed entrance animation on ajax refresh</li>\n<li>Fix: done sync pause / play between carousels</li>\n</ul>\n\n<p>version 1.5.44: 2022-12-19</p>\n\n<ul>\n<li>Change: updated freemius to the latest version</li>\n<li>Fix: fixed remote play / pause button</li>\n<li>Fix: fixed search filter unicode phrase</li>\n<li>Fix: fixed entrance animation appear on scroll</li>\n<li>Feature: added video gallery responsive options</li>\n<li>Fix: fixed some owl carousel size on init bug</li>\n<li>Fix: fixed js widgets under the dynamic grid template like flipbox</li>\n</ul>\n\n<p>version 1.5.43: 2022-12-04</p>\n\n<ul>\n<li>Feature: add settings output to dynamic grid fields debug</li>\n<li>Fix: fixed pods multiple image data</li>\n<li>Fix: fixed url terms in filter with dynamic grid</li>\n<li>Fix: fixed users and menu not found bug in front </li>\n<li>Change: updated twig engine to the latest version</li>\n</ul>\n\n<p>version 1.5.42: 2022-11-29</p>\n\n<ul>\n<li>Feature: added functionality for time ago in posts widgets</li>\n<li>Feature: added woo variables to woo fields - woo_price_withtax, woo_price_notax</li>\n<li>Feature: added option for term child filter role\n-optimization: reduced number of queries in post related widgets</li>\n</ul>\n\n<p>version 1.5.41: 2022-11-24</p>\n\n<p>-bug fix: fixed post select in post query</p>\n\n<p>version 1.5.40: 2022-11-23</p>\n\n<ul>\n<li>Feature: added integration to woocommerce multicourancy plugins</li>\n<li>Feature: made some integration with translate press plugin</li>\n<li>Feature: added select post and select term attribute</li>\n<li>Fix: fixed dynamic loop css backgrounds with containers</li>\n<li>Fix: fixed mousewheel event in the carousel</li>\n<li>Fix: fixed some rare php error with filters</li>\n</ul>\n\n<p>version 1.5.39: 2022-11-16</p>\n\n<ul>\n<li>Fix: fixed small bug with zip extract</li>\n<li>Update: updated black friday sale banners</li>\n</ul>\n\n<p>version 1.5.38: 2022-11-10</p>\n\n<ul>\n<li>Fix: fixed galleries default sizes with post filters</li>\n<li>Fix: fixed hidden option in select filter in safari browser</li>\n<li>Fix: fixed non ssl assets url</li>\n<li>Feature: added \"schema\" special attribute</li>\n<li>Fix: fixed false autoplay in carousel</li>\n</ul>\n\n<p>version 1.5.37: 2022-11-09</p>\n\n<ul>\n<li>Fix: fixed 1px glitch bug in the carousel, on 1 item (slide mode)</li>\n<li>Feature: prepared the filters to work with ajax search</li>\n</ul>\n\n<p>version 1.5.36: 2022-11-6</p>\n\n<ul>\n<li>Feature: added function that outputs items schema</li>\n<li>Feature: improved include by meta in posts selection, added option for multiple values</li>\n<li>Feature: added option to get current user with meta in twig</li>\n<li>Addition: validate number of post list attributes, allow only one when creating widget</li>\n<li>Fix: fixed count posts in post query summary</li>\n<li>Fix: fixed entrance animation blur type</li>\n<li>Fix: fixed avoid duplicates with random order while posts load more</li>\n<li>Fix: the timeout now reset after slide change in owl carousel</li>\n<li>Fix: fixed terms selection taxonomies with idetical post type title</li>\n<li>Fix: added protection against inifinite loop in putElementorTemplate twig function</li>\n<li>Fix: fixed acf field unaccessable in some cases with elementor pro 3.8</li>\n</ul>\n\n<p>version 1.5.35: 2022-10-24</p>\n\n<p>-Fix: fixed include by id\'s from dynamic field, and terms from dynamic field in post selection</p>\n\n<p>version 1.5.34: 2022-10-19</p>\n\n<ul>\n<li>Feature: added items image size attribute (special type)</li>\n<li>Fix: fixed show backgrounds in elementor editor</li>\n</ul>\n\n<p>version 1.5.33: 2022-10-15</p>\n\n<ul>\n<li>Fix: fixed avoid duplicates with filters</li>\n<li>Fix: fixed select dropdown filter js</li>\n<li>Feature: added avoid duplicates option to manual posts selection</li>\n</ul>\n\n<p>version 1.5.32: 2022-10-11</p>\n\n<ul>\n<li>Fix: fixed some ajax pagination issues</li>\n<li>Fix: fixed pagination widget appearance on archive ajax pages with filters</li>\n<li>Fix: added twig functionality to put product attributes text</li>\n<li>Fix: fixed export with images not worked in some cases</li>\n<li>Fix: made some protection with ezcache plugin integration and filtering</li>\n<li>Fix: fixed some small php bug with this month post selection</li>\n<li>Fix: fixed some visible and hidden filters collision</li>\n<li>Fix: fixed terms select in terms filter on history back click in filters</li>\n<li>Fix: set child filter always first unselected</li>\n<li>Fix: set option for the tabs filter to be unselected</li>\n<li><p>Fix: fixed the pagination numbers if exclude offset chosen</p></li>\n<li><p>Feature: added multiple taxonomy terms in term selection</p></li>\n<li>Feature: added query id in terms selection</li>\n<li>Feature: added functionality for next / prev post</li>\n</ul>\n\n<p>version 1.5.31: 2022-09-20</p>\n\n<ul>\n<li>Fix: fixed thumbs gallery</li>\n</ul>\n\n<p>version 1.5.30: 2022-09-18</p>\n\n<ul>\n<li>Fix: fixed multiple post filters and grid connection</li>\n<li>Fix: fixed various small php errors</li>\n<li>Fix: fixed wordpress popular posts integration small bug</li>\n<li>Feature: added terms from dynamic post selection option</li>\n<li>Feature: added option for limiting terms show in post list</li>\n<li>Change: updated once more unitegallery graphics, changed assets to svg</li>\n<li>Fix: fixed thumbnail gallery arrows</li>\n</ul>\n\n<p>version 1.5.29: 2022-09-08</p>\n\n<ul>\n<li>Fix: fixed a small issue with search page and load more</li>\n<li>Fix: fix vimeo videos stoppped playing bug</li>\n</ul>\n\n<p>version 1.5.28: 2022-09-06</p>\n\n<ul>\n<li>Feature: added support for the select filter</li>\n<li>Fix: fixed some small js bug with filters</li>\n<li>Fix: fixed some post filters related popup error</li>\n<li>Change: changed the way that galleries srolls by mouseover</li>\n</ul>\n\n<p>version 1.5.27: 2022-09-02</p>\n\n<ul>\n<li>Fix: fixed popular posts plugin integration</li>\n<li>Fix: removed some console logs in filter.js file</li>\n<li>Fix: fixed ajax pagination jump</li>\n<li>Fix: fixed unitegallery strict standards bugs</li>\n<li>Change: renamed field - \"use dynamic fields\" to \"use current post data\" in widget editor</li>\n<li>Change: updated freemius sdk to: 2.4.5</li>\n</ul>\n\n<p>version 1.5.26: 2022-08-17</p>\n\n<ul>\n<li>Feature: added debug to remote elements</li>\n<li>Fix: made some protection against wrong animation names in carousel</li>\n<li>Fix: added some small fixes to carousel and remote sync js libraries</li>\n<li>Fix: done a better find closest section in remote</li>\n<li>Fix: fixed not showing values in elementor editor post selectors</li>\n</ul>\n\n<p>version 1.5.25: 2022-08-11</p>\n\n<ul>\n<li>Feature: added option to set title field in items</li>\n<li>Fix: fixed some more lazy load related protections in galleries</li>\n<li>Fix: Fixed some Elementor 3.7 deprecation issues</li>\n</ul>\n\n<p>version 1.5.24: 2022-08-09</p>\n\n<ul>\n<li>Fix: fixed some Elementor 3.7 related js bug in editor</li>\n</ul>\n\n<p>version 1.5.23: 2022-08-05</p>\n\n<ul>\n<li>Feature: added date format to date meta field post selection</li>\n<li>Feature: added more units to padding and margin attribute</li>\n<li>Feature: added option to set selected tab number in tabs filter widget</li>\n<li>Fix: fixed some unitegallery strict related scripts</li>\n<li>Fix: fixed sequance entrance animation attribute</li>\n<li>Fix: fixed some text with pagination edit mode in elementor editor</li>\n<li>Fix: fixed ajax pagination didn\'t get back to first page</li>\n<li>Fix: fixed tabs filter and taxonomy terms in one page</li>\n<li>Change: prepare the right way dates should work in post list</li>\n</ul>\n\n<p>version 1.5.22: 2022-07-24:</p>\n\n<ul>\n<li>Feature: added option to connect to another parent in remote arrows</li>\n<li>Feature: added change url and back button in ajax filers behaviour</li>\n<li>Fix: fixed doubly plugin integration import bg widgets</li>\n<li>Fix: fixed remote next/prev directions in carousels</li>\n<li>Fix: added some more protection against infinite loops from post content processing</li>\n</ul>\n\n<p>version 1.5.21 2022-07-17:</p>\n\n<ul>\n<li>Feature: added docstart and docend template in widget js</li>\n<li>Change: end of birthday sale message update</li>\n<li>Change: added warning message in case of twig collision with other plugins</li>\n</ul>\n\n<p>version 1.5.20 2022-07-13:</p>\n\n<ul>\n<li>Feature: added more widget debug type - current post fields</li>\n<li>Feature: updated admin title on edit widget view</li>\n<li>Feature: added option to carousel: scroll to head</li>\n<li>Feature: added query data attributes into filtering grid</li>\n<li>Fix: fixed ajax pagination in some cases</li>\n<li>Fix: fixed small php bug with hover animations control</li>\n<li>Fix: fixed lity lightbox with vimeo autoplay</li>\n<li>Fix: fixed item index after shuffle</li>\n<li>Fix: fixed some seleted tab filters related issues</li>\n<li>Fix: fixed load more filter doubly ajax request in some cases</li>\n<li>Fix: fixed woo scedualed sale price output</li>\n<li>Fix: in filters replace url with pagination as well</li>\n<li>Fix: changed gallery arrows to svg</li>\n</ul>\n\n<p>version 1.5.19 2022-06-27:</p>\n\n<ul>\n<li>Feature: added max posts to current query</li>\n<li>Fix: fixed controls conditions for elementor template control</li>\n<li>Feature: added more fields to dynamic grid loop (was only title)</li>\n<li>Change: added birthday sale banner and text</li>\n</ul>\n\n<p>version 1.5.17 2022-06-21:</p>\n\n<ul>\n<li>Change: updated fancybox version</li>\n<li>Fix: Fixed bug with ajax load more and ajax pagination</li>\n</ul>\n\n<p>version 1.5.17 2022-06-09:</p>\n\n<ul>\n<li>Feature: fixed entrance animation attribute</li>\n<li>Fix: fixed uc_inside_editor variable inside background widget</li>\n<li>Fix: fixed empty default value of radio boolean control</li>\n<li>Fix: fixed double filtering issues in archive pages</li>\n</ul>\n\n<p>version 1.5.16: 2022-05-31</p>\n\n<ul>\n<li>Fix: fixed double plugin versions in pro version</li>\n<li>Fix: fixed 1 size gap in one item owl carousel</li>\n<li>Fix: fixed the dissapearing options bug in mobile</li>\n</ul>\n\n<p>version 1.5.15: 2022-05-30</p>\n\n<ul>\n<li>Change: set cache folder inside wp-uploads</li>\n<li>Feature: added option to get terms last level only - for post list / grid</li>\n<li>Feature: added twig function - get_current_user</li>\n<li>Feature: disabled right click on html5 galleries (unite gallery)</li>\n<li>Fix: the image and video repeater was missing default items</li>\n<li>Fix: fixed load more and filters on a search page</li>\n<li>Fix: fixed carousel stage padding issues</li>\n<li>Fix: fixed carousel 1 item one pixel issues</li>\n<li>Fix: fixed default values in responsive selectors</li>\n</ul>\n\n<p>version 1.5.14: 2022-05-24</p>\n\n<ul>\n<li>Fix: fixed responsive default values with selectors in number and dropdown and slider controls</li>\n<li>Fix: fixed a bug in run_code_once functionality</li>\n</ul>\n\n<p>version 1.5.13: 2022-05-23</p>\n\n<ul>\n<li>Feature: added integration with \"sticky posts switch\" plugin</li>\n<li><p>Feature: added special attribute type - entrance animation</p></li>\n<li><p>Fix: fixed sync bug between two similar elements</p></li>\n<li>Fix: fixed filters loading with wp-rocket lazy load scripts</li>\n<li>Fix: fixed put_hide_ids_css function small bug</li>\n<li>Fix: fixed fetch 2 and more widgets within one section for filtering</li>\n<li>Fix: fixed slider control js empty output bug</li>\n<li>Fix: fixed gallery title as number js bug</li>\n<li>Fix: fixed gallery images from meta fields source as array </li>\n</ul>\n\n<p>version 1.5.12: 2022-05-08</p>\n\n<ul>\n<li>Feature: added integration for wpml media change</li>\n<li>Feature: bug fix: fixed hover animations setting don\'t work on front in some cases</li>\n<li>Feature: in post selection by date added options for \"future from today\", and \"future from tomorrow\".</li>\n<li>Feature: added new function: \"put_hide_ids_css\" to hide some css comma saparated id\'s from css tab.</li>\n<li>Feature: added support for ajax refresh for multiple synced grids together</li>\n<li>Feature: added option to test instagram data</li>\n<li><p>Feature: added phpinfo view in settings - troubleshooting</p></li>\n<li><p>Fix: fixed blank window opened by a link</p></li>\n<li>Fix: fixed acf boolean value present</li>\n<li>Fix: fixed another gallery related lazy load issues</li>\n</ul>\n\n<p>version 1.5.11: 2022-04-13</p>\n\n<ul>\n<li>Feature: made option to put elementor post_content inside post widget if the post made by elementor</li>\n<li>Feature: added additional fields to getPostAuthor function like avatar url and author meta</li>\n<li>Feature: show the \"no posts\" message with filters in post list / grid</li>\n<li>Feature: add background location (back/front) to background widgets</li>\n<li>Feature: done option to get post parent with the posts in posts selection</li>\n<li>Fix: set prices display in woocommerce widgets including tax</li>\n<li>Fix: fixed editor js files didn\'t loaded bug</li>\n<li>Fix: fixed css output with dynamic template and inline css mode</li>\n<li>Fix: fixed the ajax pagination that now works with post based gallery widget</li>\n<li>Fix: fixed filters scripts loading before jquery in js</li>\n<li>Fix: allow to select empty terms in term selection control</li>\n<li>Change: set default values of responsive number / slider / dropdown controls to desktop default values</li>\n</ul>\n\n<p>version 1.5.10: 2022-04-04</p>\n\n<ul>\n<li>Fix: fixed title and description source in gallery source selection</li>\n<li>Fix: fixed the dropdown attribute php filter for elementor</li>\n<li>Feature: added \"menu_id\" for various uses as menu attribute output</li>\n<li>Feature: added option for side offset in owl carousel</li>\n<li>Feature: added option for second items html refresh in ajax filters</li>\n</ul>\n\n<p>version 1.5.9: 2022-03-27</p>\n\n<ul>\n<li>Fix: fixed simple meta output for post list</li>\n<li>Feature: made dynamic grid work with filters</li>\n<li>Feature: the background widgets works for the new container objects as well</li>\n<li>Feature: added include by another meta field in post query</li>\n</ul>\n\n<p>version 1.5.8: 2022-03-23</p>\n\n<ul>\n<li>Feature: set special behaviour for more then one filters on the page</li>\n<li>Feature: added option to load video item from posts in a gallery</li>\n<li>Change: set up galleries common default items</li>\n<li>Fix: fixed unclosable gallery lightbox with youtube videos</li>\n<li>Fix: fixed elementor 3.6.0 compatability</li>\n</ul>\n\n<p>version 1.5.7: 2022-03-17</p>\n\n<ul>\n<li>Feature: added option to modify dropdown items in php\nFix: fixed gallery default items preview and init\nFix: fixed remote counter js error</li>\n</ul>\n\n<p>version 1.5.6 = 2022-03-15:</p>\n\n<p>Fix: fixed dissapearing items in remote related widgets</p>\n\n<p>version 1.5.5 = 2022-03-15:</p>\n\n<ul>\n<li>Feature: added woocommerce sorting options in posts selection by number of sales and rating</li>\n<li>Feature: added option to get related products on checkout page</li>\n<li>Feature: done manual posts and terms selections sort by drag and drop</li>\n<li>Feature: done option to custom refresh filters html (for carousels, galleries etc)</li>\n<li>Feature: made the attributes dialog support multi controls</li>\n<li>Feature: prepared the galleries and dynamic loops to use filters and load more\nFix: fixed query debug in manual posts selection\nFix: fix: fixed posts_per_page in manual posts selection\nFix: fix: fixed jquery include for remote widgets</li>\n</ul>\n\n<p>version 1.5.4 = 2022-03-06:</p>\n\n<ul>\n<li>Feature: added roles to post filter: single, main and child</li>\n<li>Feature: added option \"placeholder\" and \"disable dynamic\" for text field control</li>\n<li>Feature: added option for debug meta fields in post list, post grid</li>\n<li>Fix: fixed some pagination widget buttons related issues</li>\n<li>Fix: fixed non clickable items in some widgets</li>\n<li>Fix: fixed put_items(0) - first item output in twig</li>\n</ul>\n\n<p>version 1.5.3 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: added functionality to put image inside taxonomy terms widget</li>\n<li>Fix: fixed load more on archive page with orderby=xxx filter in url</li>\n<li>Fix: made support for woocommerce special order by in load more</li>\n<li>Change: updated freemius sdk to 2.4.3 version (Security fix)</li>\n</ul>\n\n<p>version 1.5.2 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: set up remote and sync functionality for the galleries</li>\n<li>Fix: fixed load more for current query posts</li>\n<li>Fix: fixed background js based widgets with elementor popups</li>\n<li>Fix: fixed unitegallery unclosed tag issue</li>\n<li>Fix: fixed replace mode in tabs filters</li>\n</ul>\n\n<p>version 1.5.1 = 2022-02-21:</p>\n\n<ul>\n<li>Feature: improved post pagination debug and added force options</li>\n<li>Feature: added code for the button filters</li>\n<li>Feature: added option to shuffle owl carousel</li>\n<li>Feature: added option for general \"shuffle\" in items</li>\n<li>Feature: made option for text modify, and get the current page url and current page title</li>\n<li>Feature: get feature image of a product from a first gallery image if featured image not exists</li>\n<li>Feature: added function \"one_random\" and \"first\" to get_items twig function</li>\n<li>Feature: added support for jet listing item</li>\n<li>Change: changed the \"choose template\" setting text to attirbute title</li>\n<li>Fix: fixed load more if offset turned on in the grid</li>\n<li>Fix: fixed link control attributes parsing</li>\n<li>Fix: fixed sync general api related bugs in elementor editor</li>\n</ul>\n\n<p>version 1.5.0 = 2022-02-02:</p>\n\n<ul>\n<li>Feature: added tabs in items controls</li>\n<li>Feature: added functionality for ajax taxonomies terms filter</li>\n<li>Feature: added some accessability to owl carousel buttons</li>\n</ul>\n\n<p>version 1.4.99: 2022-01-27:</p>\n\n<ul>\n<li>Feature: added option for disable content filtering in general settings->troubleshooting</li>\n<li>Feature: added taxonomies in widget debug output</li>\n<li>Fix: fixed some gallery lazy load related js bugs</li>\n</ul>\n\n<p>version 1.4.98: 2022-01-14:</p>\n\n<ul>\n<li>Feature: modified remote general js api to fit more types of widgets</li>\n<li>Feature: added support for put meta field in post list</li>\n<li>Fix: fixed some small php notices output in post query</li>\n</ul>\n\n<p>version 1.4.97 = 2022-01-06:</p>\n\n<ul>\n<li>Feature: add code base for the taxonomy filter</li>\n<li>Feature: added option to highlight all carousel items</li>\n<li>Feature: added active class to new owl carousel</li>\n<li>Feature: added scroll on click functionality to new owl carousel</li>\n<li>Fix: added support for acf fields styles in dynamic grid</li>\n<li>Fix: fixed some wp-rocket and filters related bug</li>\n</ul>\n\n<p>version 1.4.96 = 2021-12-29:</p>\n\n<ul>\n<li>Feature: use yoast main category feature to determine post main category</li>\n<li>Feature: added get woocommerce product gallery functionality to twig</li>\n<li>Feature: added support for multiple attribute conditoins values</li>\n<li>Feature: added menu order in advanced widget debug type</li>\n<li>Feature: added WooCommerce endpoints links code to twig</li>\n<li>Feature: added option to disable font awesome in general settings</li>\n<li>Fix: fixed some filters related issue</li>\n<li>Fix: added custom attributes to link attributes output</li>\n</ul>\n\n<p>version 1.4.95 = 2021-12-16:</p>\n\n<p>*Fix: fixed db table not found php bug in some cases</p>\n\n<p>version 1.4.94 = 2021-12-14:</p>\n\n<ul>\n<li>Feature: made posible multiple includes condition values per assets</li>\n<li>Feature: added meta value2 and meta value3 in include by meta value post selection</li>\n<li>Feature: added error notice if no api connectivity</li>\n<li>Feature: added attributes section conditions</li>\n<li>Feature: prepared code base for the new galleries</li>\n<li>Fix: fixed some small pagination related bug</li>\n<li>Fix: fixed remote connection parent detection in some cases</li>\n<li>Fix: added content filtering by filter widget_text_content for all the embed and other content modifications</li>\n<li>Fix: fixed edit defaulsin widget settings</li>\n<li>Fix: fixed some polylang issues with the template in dynamic template widgets</li>\n<li>Fix: [security] remove the \"duplicate layout\" functionality (not used in the plugin) that had some security issues </li>\n</ul>\n\n<p>version 1.4.93 = 2021-12-03:</p>\n\n<ul>\n<li>Fix: fixed some connected widgets bugs when there is many of them in the page</li>\n<li>Change: removed the black friday sale banner</li>\n<li>Feature: added general remote API for various widgets connections</li>\n<li>Feature: add some code base for the new gallery output</li>\n</ul>\n\n<p>version 1.4.92 = 2021-11-24:</p>\n\n<ul>\n<li>Fix: fixed similar post content in post list</li>\n<li>Change: saparated remote and sync options in connected widgets settings</li>\n</ul>\n\n<p>version 1.4.91 = 2021-11-23:</p>\n\n<ul>\n<li>Fix: fixed the wrong post intro in editor mode</li>\n</ul>\n\n<p>version 1.4.90 = 2021-11-22:</p>\n\n<ul>\n<li>Addition: added black friday banner discount banner and link</li>\n<li>Change: improved \"sync widgets\" editor experience</li>\n<li>Fix: fixed depricated \"post\" attribute bug</li>\n<li>Fix: modified zip extracting error messages</li>\n</ul>\n\n<p>version 1.4.89 = 2021-11-17:</p>\n\n<ul>\n<li>Feature: done the functionality for sync widgets</li>\n<li>Feature: done the functionality remote widgets</li>\n<li>Fix: fixed error message on remote widgets</li>\n<li>Fix: fixed css in post content in editor</li>\n<li>Fix: use better strip tags for post intro</li>\n</ul>\n\n<p>version 1.4.88 = 2021-11-08:</p>\n\n<ul>\n<li>Fix: fixed gutenberg support in widgets</li>\n<li>Fix: fixed all the pagination issues in archive page</li>\n</ul>\n\n<p>version 1.4.86 = 2021-11-01:</p>\n\n<ul>\n<li>Fix: fixed some load more last issues</li>\n<li>Feature: added code for taxonomy terms filter</li>\n<li>Feature: added code for checkbox filter</li>\n</ul>\n\n<p>version 1.4.86 = 2021-10-29:</p>\n\n<ul>\n<li>Feature: improved current query debug - full type</li>\n<li>Feature: added dropdown responsive placeholders</li>\n<li><p>Feature: added radio boolean attribute responsive controls</p></li>\n<li><p>Fix: fixed controls tabs functionality</p></li>\n<li>Fix: fixed load more custom image bug</li>\n<li>Fix: fixed double load more in a page mishmash bug</li>\n<li>Fix: fixed all load more issues</li>\n</ul>\n\n<p>version 1.4.85 = 2021-10-13:</p>\n\n<p>-bug fix: small bug fix - headers sent bug</p>\n\n<p>version 1.4.84 = 2021-10-13:</p>\n\n<ul>\n<li>Feature: added taxonomy terms full query debug option</li>\n<li>Feature: improved full debug type in posts query</li>\n<li>Feature: added items support in editor->background switcher</li>\n<li>Feature: added support for remote controls</li>\n<li>Feature: functionality to posts load more</li>\n<li>Feature: added second condition</li>\n<li>Feature: added tabs functionality to attributes</li>\n<li>Addition: added %,px to slider units</li>\n<li>Fix: fixed avoid duplicates related bug</li>\n<li>Fix: fixed conflicting wordpress codemirror script</li>\n<li>Fix: fixed post selection values init from editor</li>\n<li>Fix: fixed pagination on front page</li>\n<li>Fix: fixed some polylang related bugs</li>\n</ul>\n\n<p>version 1.4.83 = 2021-09-22:</p>\n\n<ul>\n<li>Fix: fixed styles mishmash inside elementor editor navigator</li>\n<li>Fix: fixed dissapearing carousels after refresh bug</li>\n<li>Fix: fixed dynamic grid pagination not changed</li>\n</ul>\n\n<p>version 1.4.82 = 2021-09-20:</p>\n\n<ul>\n<li>Feature: added troubleshooting setting - show php error message</li>\n<li>Feature: added px, vh, % options for slider attribute</li>\n<li>Feature: added dynamic group attributes for galleries, including image and video</li>\n<li>Feature: added option to convert one date string to another with ucdate filter</li>\n<li>Feature: added option to use items in background widgets</li>\n<li>Feature: added ucfunc(\"set\") and ucfunc(\"get\") functions in twig for remember and retrieve variables</li>\n<li>Feature: added include by option: \"children of current term\" to category selection options</li>\n<li>Feature: added option to pull woo product variations in twig</li>\n<li>Feature: added placeholder: link_withprefix, link_noprefix for link attribute</li>\n<li>Fix: fixed error when exists dynamic link in dynamic loop widgets</li>\n<li>Fix: enabled pagination in a single type in dynamic template grid</li>\n<li>Fix: the \"not equal\" attributes condition now works</li>\n<li>Fix: fixed not editable empty dropdown attribute in widget editor</li>\n<li>Fix: fixed mb_string absence php bug</li>\n<li>Fix: fixed heading attribute label</li>\n<li>Fix: fixed responsive elementor controls in widget items</li>\n</ul>\n\n<p>version 1.4.81 = 2021-08-17:</p>\n\n<ul>\n<li>Feature: added json select (lottie) for image attribute type </li>\n<li>Feature: made option for ajax in widgets with post list attribute</li>\n<li>Feature: made the ajax pagination work with pagination widget</li>\n<li>Feature: added dynamic options for number and slider attribute types</li>\n<li>Feature: added new owl carousel sources in assets chooser</li>\n<li>Feature: added heading attribute</li>\n<li>Change: added more types of debug for pagination widget</li>\n<li>Change: changed widget icons chooser for elementor icon instead of font awesome icon</li>\n<li>Fix: fixed import with template button dissapear in the new bar</li>\n<li>Fix: fixed widgets icons</li>\n</ul>\n\n<p>version 1.4.80 = 2021-08-09:</p>\n\n<ul>\n<li>Feature: added option to change items section label</li>\n<li>Feature: added js snippet with code that works in elementor popup</li>\n<li>Feature: added option to add {current_user_id} keyword in post meta query</li>\n<li>Feature: added option for block label inside each attribute</li>\n<li>Feature: added heading text option for items section</li>\n<li>Feature: added extra fields to image base gallery options</li>\n<li>Feature: added php filter option for variable</li>\n<li>Feature: added twig functions \"get_post_term\" and \"is_post_has_term\". The examples visible when you click on item.posts.putPostTerm placeholder</li>\n<li>Fix: fixed some test widgets output relate bugs</li>\n<li>Fix: conditions settings was not affected typography controls</li>\n<li>Fix: fixed template dynamic background image didn\'t displayed bug in dynamic loops</li>\n<li>Change: added some instructions for api connectivity test in general settings - troubleshooting</li>\n</ul>\n\n<p>version 1.4.79 = 2021-07-13</p>\n\n<ul>\n<li>Fix: fixed scripts output in preview widget page</li>\n</ul>\n\n<p>version 1.4.78 = 2021-07-12</p>\n\n<ul>\n<li>Change: added birthday sale promotions</li>\n<li>Feature: added woo commerce products to dynamic loop items source</li>\n</ul>\n\n<p>version 1.4.77 = 2021-07-07</p>\n\n<ul>\n<li>Fix: fixd the is_ajax() error function from the admin area</li>\n</ul>\n\n<p>version 1.4.76 = 2021-07-07</p>\n\n<ul>\n<li>Feature: added option to show post last modified date</li>\n<li>Feature: added function: get_from_sql in widget editor that allow to pull any custom records from DB</li>\n<li>Feature: added function: run_code_once in widget editor, that allow to run the code only once. Good for many similar widgets on the same page</li>\n<li>Feature: added option for load widget js as module</li>\n<li>Fix: fixed no key_thumb field in images inside widget</li>\n<li>Fix: fixed no condition in image sizes widget setting</li>\n<li>Fix: fixed javascript based backgrounds</li>\n<li>Fix: fixed brocken svg icon on catalog widget box in some of the cases</li>\n<li>Fix: fixed collision with rankmath in ajax actions</li>\n<li>Change: added some max length for a widget category, now it\'s 60</li>\n</ul>\n\n<p>version 1.4.75 = 2021-06-21</p>\n\n<ul>\n<li>Feature: added category image to products list</li>\n<li>Feature: added option to include as module widget js include</li>\n<li>Feature: added option to write custom handle to widget js and css include</li>\n<li>Feature: added options - avoid duplicate posts to post query exclude</li>\n<li>Feature: added option to include or exclude posts by dynamic field to posts selection</li>\n<li>Feature: added option to include or exclude posts by logged in user, in posts selection</li>\n<li>Fix: fixed background widget condition functionality</li>\n<li>Fix: changed template picker to simple select2 list</li>\n</ul>\n\n<p>version 1.4.74 = 2021-06-02</p>\n\n<ul>\n<li>Feature: added function put_date_range to twig functions. good for events widgets</li>\n<li>Feature: added integration with google map</li>\n<li>Feature: added function: \"run_code_once\" for twig</li>\n<li>Feature: added grouped options for the gallery</li>\n<li>Feature: added option to get posts by date from custom ACF field</li>\n<li>Feature: added gallery settings options for dynamic settings attribute</li>\n<li>Feature: added pagination to dynamic loop</li>\n<li>Change: improved dynamic settings attribute</li>\n</ul>\n\n<p>version 1.4.73 = 2021-05-20</p>\n\n<ul>\n<li>Feature: added twig function: \"put_attributes_json\" that available in js tab in widget editor</li>\n<li>Feature: added constant - uc_inside_editor - for distinquish between editor and site front</li>\n<li>Feature: added multiple select attribute</li>\n<li>Feature: added listing attribute support</li>\n<li>Fix: fixed \"request too long\" message on a widget preview - shortened preview url</li>\n<li>Fix: fixed several bugs with condition field in widgets editor</li>\n<li>Fix: fixed hidden image size select on item attributes</li>\n<li>Fix: fixed acf group field output</li>\n<li>Fix: fixed elementor template in items, changed to specific function</li>\n</ul>\n\n<p>version 1.4.72 = 2021-05-02</p>\n\n<ul>\n<li>Feature: added rating stars helper placeholder for woocommerce</li>\n<li>Feature: added option to include js file after elementor-frontend</li>\n<li>Fix: fixed new typography deprecation message</li>\n</ul>\n\n<p>version 1.4.71 = 2021-04-22</p>\n\n<ul>\n<li>Feature: added option to take post id\'s from php function in post selection</li>\n<li>Feature: added option for get posts by meta field that located in current or different post</li>\n<li>Feature: added twig filter: wc_price for native price filtering</li>\n<li>Feature: added post terms titles to post data debug</li>\n<li>Change: added option for woocommerce categories in terms selection</li>\n<li>Fix: fixed price issues in woocommerce related grids</li>\n<li>Fix: fixed include and exclude terms mismatch with nested tax query</li>\n<li>Fix: fixed pagination on search pages</li>\n</ul>\n\n<p>version 1.4.70 = 2021-04-14</p>\n\n<ul>\n<li>Feature: added show widget data debug options</li>\n<li>Feature: added option for filter post by post meta</li>\n<li>Feature: added option for simple condition for attributes</li>\n<li>Feature: added integration with wordpress popular post plugin for most viewed posts selection</li>\n<li>Feature: added post list variables for data debug</li>\n<li>Feature: added image sizes selector for post list</li>\n<li>Feature: get thumbnailID from content in case that it\'s missing in post</li>\n<li>Fix: when bulk moving attribute it now always goes to general category</li>\n<li>Fix: fixed filter posts by status</li>\n<li>Fix: fixed instagram media albom</li>\n</ul>\n\n<p>version 1.4.69 = 2021-04-04</p>\n\n<ul>\n<li>Feature: added extra query debug options for custom post types selector</li>\n<li>Feature: added choose image size select option to image attribute</li>\n<li>Feature: added \"image_attributes\" placeholder for image output in widget editor</li>\n<li>Change: added default values select to hover animations attribute</li>\n<li>Change: changed button \"add to cart\" to \"select options\" for variable products in woocommerce list widgets</li>\n<li>Fix: fixed border radius attribute from width to radius</li>\n<li>Fix: added missing thumb sizes for image select</li>\n</ul>\n\n<p>version 1.4.68 = 2021-03-22</p>\n\n<ul>\n<li>Feature: added include recently viewed products in woocommerce</li>\n<li>Feature: added option for default max posts in post selector</li>\n<li>Feature: added attribute type: Border Dimensions</li>\n<li>Feature: added attribute type: CSS Filters</li>\n<li>Feature: added attribute type: Hover Animations</li>\n<li>Fix: removed max posts from archive type post query selection, because has no control over pagination.</li>\n<li>Fix: fixed bug when instagram video images didn\'t show up</li>\n</ul>\n\n<p>version 1.4.67 = 2021-03-12</p>\n\n<ul>\n<li>Feature: added api connectivity to troubleshooting section</li>\n<li>Feature: added options in terms selection fields</li>\n<li><p>Feature: added order by meta key for woo categories select</p></li>\n<li><p>Fix: fixed woo product price format for decimal prices</p></li>\n<li>Fix: fixed context menu cut from bottom inside the widgets manager</li>\n<li>Fix: fixed show item data in widgets items repeater</li>\n<li>Fix: fixed float to round in woocommerce discount percents</li>\n</ul>\n\n<p>version 1.4.66 = 2021-02-18</p>\n\n<ul>\n<li>Feature: added \"box shadow\" attribute type</li>\n<li>Feature: added url_posts and num_posts to users output</li>\n<li>Feature: added option for selector 2 and selector 3 in several attributes</li>\n<li>Feature: added copy / paste attributes sections in widget editor</li>\n<li>Feature: added option for get default object to getListingItemData function</li>\n<li>Feature: added support for wpml site language inside a widget</li>\n<li>Feature: added acf image and thumbnails widths and heights to placeholders list</li>\n<li>Fix: load js include file in editor even if no js code</li>\n<li>Fix: fixed some php notice with exclude terms posts selection</li>\n<li>Fix: fixed small bug in getListingItemData function with no object returned</li>\n<li>Fix: fixed post selection manual select no posts shown at init</li>\n<li>Fix: fixed bug when private posts not fetched on manual posts selection</li>\n<li>Change: updated codemirror to latest version, added code search feature</li>\n<li>Change: updated freemius sdk to 2.4.2</li>\n</ul>\n\n<p>version 1.4.65 = 2021-02-03</p>\n\n<ul>\n<li>Feature: added option to fetch custom meta fields in users list</li>\n<li>Feature: added function to twig: getByPHPFunction()</li>\n<li>Feature: added function to twig: getUserMeta()</li>\n<li>Feature: added function to twig: getListingItemData() - working inside any plugin listing</li>\n<li>Fix: fixed php sanitize array bug</li>\n<li>Fix: fixed post type in related posts post selection</li>\n</ul>\n\n<p>version 1.4.64 = 2021-02-02</p>\n\n<ul>\n<li>Change: moved \"edit widget html\" button to advanced section in general tab</li>\n<li>Feature: added option to exclude products on sale in products query section in widget settings</li>\n<li>Feature: added option to exclude specific posts in post selection widget settings</li>\n<li>Feature: added woocommerce related products select in post selection</li>\n<li>Feature: added include/exclude posts by author in widget posts selection</li>\n<li>Feature: added include/exclude posts by date in widget posts selection</li>\n<li>Feature: added date/time picker to widget attributes types</li>\n<li>Feature: added post status to widget posts selection</li>\n<li>Feature: added offset setting to widget posts selection</li>\n<li>Feature: added author url and author post count to users fields</li>\n<li>Feature: added max number of users to user selection attribute</li>\n<li>Feature: added \"elementor template\" attribute</li>\n<li>Fix: fixed small php bug in post selection control</li>\n<li>Fix: fixed js bug in items repeater</li>\n<li>Fix: fixed exclude role not worked in user selection attribute</li>\n<li>Fix: fixed get products on sale selection with variations</li>\n</ul>\n\n<p>version 1.4.63 = 2021-01-26</p>\n\n<ul>\n<li>Feature: added acf link array and attributes</li>\n<li>Feature: added ordering features to post selection related and manual</li>\n<li>Feature: added option for showing only sticky posts</li>\n<li>Feature: added exclude by term setting in widget post selection</li>\n<li>Change: moved debug data from advaned to general folder in elementor widget settings</li>\n<li>Fix: fixed woo commerce prices number format</li>\n<li>Fix: fixed refresh posts on \"post query\" section open in widget post settings</li>\n<li>Fix: fixed manual posts selection default order</li>\n</ul>\n\n<p>version 1.4.62 = 2021-01-21</p>\n\n<ul>\n<li>Feature: added text shadow field</li>\n<li>Feature: added \"manual selection\" in posts query</li>\n<li>Feature: added compatability tag</li>\n<li>Fix: fixed image size thumb name with \"-\" sign inside</li>\n<li>Fix: fixed some php warning related to array to string conversion, happening in php 8</li>\n<li>Change: show woo commerce placeholders if selected \"for woocommerce products\" checkbox in post list attribute</li>\n<li>Change: improved woo category output placeholder help, added getTermCustomFields function</li>\n</ul>\n\n<p>version 1.4.61 = 2021-01-14</p>\n\n<ul>\n<li>Feature: added max posts and order by options to current query posts selection</li>\n<li>Feature: added manual selection for woocommerce categories select</li>\n<li>Feature: added selector and responsive to drop down attribute in widget builder</li>\n<li>Change: changed buy pro version link from the catalog widgets to inside of the plugin</li>\n<li>Fix: fixed adding widgets to a db table that is not auto incriment</li>\n<li>Fix: fixed svg preview from widget builder interface</li>\n<li>Fix: fixed manual memory check when registering widgets</li>\n</ul>\n\n<p>version 1.4.60 = 2020-12-30</p>\n\n<ul>\n<li>Feature: added option for third party integration for woocommerce grid</li>\n<li>Feature: added integration for \"advanced labels for woocommerce\" plugin</li>\n<li>Feature: added view file button in assets manager</li>\n<li>Feature: added svg icon option together with font icon for elementor panel widget box</li>\n<li>Feature: added preview image on mouseover inside elementor panel widget box</li>\n<li><p>Feature: added option for disabling \"edit widget html\" from widget settings</p></li>\n<li><p>Fix: fixed empty settings when there are gallery item setting only</p></li>\n<li>Fix: added \"no settings\" heading in case that no attributes in the widget</li>\n<li>Fix: fixed some php warnings for php 8.0</li>\n</ul>\n\n<p>version 1.4.59 = 2020-12-17</p>\n\n<ul>\n<li>Fix: fixed import template redirect</li>\n<li>Feature: added option to include sticky posts for post query</li>\n<li>Feature: added post pagination for single page</li>\n<li>Feature: added number of items for instagram widget</li>\n<li>Feature: added background image to background attribute</li>\n</ul>\n\n<p>version 1.4.58 - 2020-12-07</p>\n\n<ul>\n<li>Feature: make the plugin translatable for wordpress.org</li>\n</ul>\n\n<p>version 1.4.57 - 2020-12-07</p>\n\n<ul>\n<li>Feature: done post pagination widget for archive posts</li>\n<li>Feature: added option to truncate the post list</li>\n<li>Fix: fixed show debug query on current post query</li>\n</ul>\n\n<p>version 1.4.56 - 2020-11-30</p>\n\n<ul>\n<li>Update: relesed cyber monday deal admin notice</li>\n</ul>\n\n<p>version 1.4.55 - 2020-11-26</p>\n\n<ul>\n<li>Feature: added option to sort by sale price</li>\n<li>Feature: added option to debug query</li>\n<li>Feature: added option debug widget data</li>\n<li>Feature: added option to filter posts with child categories</li>\n<li><p>Feature: added option to include only products on sale</p></li>\n<li><p>Fix: fixed no widget shown in some cases</p></li>\n<li>Fix: fixed woocommerce prices placeholders prefix</li>\n</ul>\n\n<p>version 1.4.54 - 2020-11-13 =</p>\n\n<ul>\n<li>Update: updated freemius sdk to newest version</li>\n<li>Fix: fixed comma saparated selector</li>\n</ul>\n\n<p>version 1.4.53 - 2020-11-09 =</p>\n\n<ul>\n<li>Feature: added background widgets and section backgrounds</li>\n<li>Change: removed global colors from template export</li>\n<li>Fix: fixed bug with regular and sale price in woocommerce</li>\n</ul>\n\n<p>version 1.4.52 - 2020-11-06 =</p>\n\n<p>Fix: fixed bug with regular and sale price in woocommerce</p>\n\n<p>version 1.4.51 - 2020-11-04 =</p>\n\n<ul>\n<li>Feature: added svg output in icon library attribute</li>\n<li>Feature: added woocommerce checkbox to post list</li>\n<li>Feature: added product out of stock filter for product selection</li>\n<li>Feature: added discount_percent field in post list attribute woocommerce product type</li>\n<li>Feature: added woocommerce post list order by price option</li>\n<li>Fix: fixed woocommerce category in post list attribute</li>\n</ul>\n\n<p>version 1.4.50 - 2020-10-21 =</p>\n\n<ul>\n<li>Fix: removed display errors setting</li>\n</ul>\n\n<p>version 1.4.49 - 2020-10-12 =</p>\n\n<ul>\n<li>Fix: fixed small bug with non existing controls</li>\n<li>Fix: fixed general settings error when turning off plugin</li>\n</ul>\n\n<p>version 1.4.48 - 2020-10-12 =</p>\n\n<p>*Feature: added border attribute\n*Fix: page break in some versions of elementor\n*Fix: fixed bulk move attributes with categories\n*Fix: fixed default items image field not match</p>\n\n<p>version 1.4.47 - 2020-10-08 =</p>\n\n<ul>\n<li>Update: remove russian translation</li>\n<li>Feature: added function: get_items for twig</li>\n<li>Fix: fixed switch content and style tab</li>\n<li>Fix: fixed slider control tablet/mobile default value</li>\n<li>Fix: fixed non ordered widget categories</li>\n</ul>\n\n<p>version 1.4.46 - 2020-10-04 =</p>\n\n<ul>\n<li>Feature: added function put_items_json for js items output</li>\n<li>Fix: returned widgets from uncategorized category</li>\n</ul>\n\n<p>version 1.4.45 - 2020-10-04 =</p>\n\n<ul>\n<li>Fix: fixed template import with custom widgets</li>\n</ul>\n\n<p>version 1.4.44 - 2020-10-03 =</p>\n\n<ul>\n<li>Feature: added flexible content type attribute</li>\n<li>Optimize: reduced the number of db queries, dramatically increased load speed</li>\n</ul>\n\n<p>version 1.4.43 - 2020-09-22 =</p>\n\n<ul>\n<li>Feature: added option to group attributes into sections</li>\n<li>Feature: done instagram access token auto renew</li>\n<li>Feature: added \"selector\" to color picker attribute</li>\n<li>Fix: improved consolidate widgets option protection</li>\n<li>Fix: fixed select default widget images</li>\n<li>Fix: fixed default items in gallery item (image base fields)</li>\n<li>Fix: fixed image display in default item selector</li>\n<li>Fix: global colors was absent from color selection</li>\n</ul>\n\n<p>version 1.4.42 - 2020-08-06 =</p>\n\n<ul>\n<li>Feature: added option to get grouped woocomerce products</li>\n<li>Feature: added instagram connect to official API</li>\n<li>Feature: added function: getUserData(), added into \"twig code examples\" panel</li>\n<li>Feature: added \"printVar\" and \"showDebug\" functions \"twig code examples\" panel</li>\n<li>Feature: done \"login with instagram\" in general settings, and get data from instgram API</li>\n<li>Fix: sorted \"overwrite widgets\" issue on import</li>\n<li>Fix: fixed dropdown attribute when work with html data</li>\n</ul>\n\n<p>version 1.4.41 - 2020-06-18 =</p>\n\n<ul>\n<li>Feature: added additional controls to \"number\" attribute</li>\n<li>Feature: added \"exclude uncategorized category\" to woocommerce categories select </li>\n<li>Feature: added responsive controls to slider attribute</li>\n<li>Fix: fixed template type variable issues in elementor integration</li>\n<li>Fix: show pagination only when \"current query\" is available</li>\n<li>Fix: fixed select2 field min width in posts query</li>\n</ul>\n\n<p>version 1.4.40 - 2020-06-10 =</p>\n\n<ul>\n<li>Change: hided \"consolidate widgets\" general setting</li>\n<li>Feature: added \"show/hide wrapping html comments\" to general settings</li>\n<li>Fix: fixed export template filename</li>\n</ul>\n\n<p>version 1.4.39 - 2020-06-02 =</p>\n\n<ul>\n<li>Fix: fixed save widgets from editor with large config limitation.</li>\n<li>Fix: fixed export template with page settings bug.</li>\n<li>Fix: removed extra fields from items editor, leaved only supported fields</li>\n<li>Change: updated freemius SDK to latest version</li>\n</ul>\n\n<p>version 1.4.36 - 2020-05-21 =</p>\n\n<ul>\n<li>Feature: added support for pods panda repeater</li>\n<li>Fix: done some solution for max_execution_time issues when installing template</li>\n<li>Fix: fixed rtl on templates dialog popup</li>\n<li>Fix: corrected the naming near the \"number\" field</li>\n<li>Fix: cleared \"twig\" library from some not needed files.</li>\n<li>Change: removed \"image view\" file from framework.</li>\n</ul>\n\n<p>version 1.4.35 - 2020-05-11 =</p>\n\n<ul>\n<li>Feature: added term custom fields support</li>\n<li>Feature: added term meta fields support</li>\n<li>Change: moved composer vendor folder to plugin root</li>\n<li>Change: fixed empty templates list bug when \"show only installed widget\" checkbox checked</li>\n<li>Fix: sorted out some of the templates import bugs</li>\n</ul>\n\n<p>version 1.4.34 - 2020-05-06 =</p>\n\n<ul>\n<li>Fix: removed category ations from templates section</li>\n<li>Fix: show \"putPostMeta\" function even if no example post available</li>\n<li>Fix: fixed finally all the DB not installed issues on elementor and admin pages</li>\n</ul>\n\n<p>version 1.4.33 - 2020-05-03 =</p>\n\n<ul>\n<li>Fix: fixed double twig collision by another plugin</li>\n</ul>\n\n<p>version 1.4.32 - 2020-05-02 =</p>\n\n<ul>\n<li>Update: updated to newest twig 1.x version</li>\n<li>Fix: fixed no space between placeholders in php 7.4 bug</li>\n</ul>\n\n<p>version 1.4.31 - 2020-04-26 =</p>\n\n<p>*Fix: fixed dissapearing widget issue</p>\n\n<p>version 1.4.30 - 2020-04-23 =</p>\n\n<ul>\n<li>Fix: fixed couple of bugs related to templates</li>\n</ul>\n\n<p>version 1.4.29 - 2020-04-22 =</p>\n\n<ul>\n<li>Feature: released the templates catalog</li>\n</ul>\n\n<p>version 1.4.28 - 2020-04-10 =</p>\n\n<ul>\n<li>Feature: added woocommerce categories field</li>\n<li>Fix: fixed export / import with images feature</li>\n<li>Fug: fixed error message on front on some cases when the db tables not installed yet.</li>\n</ul>\n\n<p>version 1.4.27 - 2020-04-01 =</p>\n\n<p>Fix: fixed widget default icon in manager\nFeature: added \"getPostMeta, putPostMeta, printPostMeta\" functions\nFeature: added \"getPostData\" function for acf related posts, that get\'s all the data from the related post including custom fields</p>\n\n<p>version 1.4.26 - 2020-03-28 =</p>\n\n<ul>\n<li>Change: changed to new api address</li>\n<li>Fix: fixed links not included bug in theme builder posts</li>\n<li>Fix: fixed link to buy pro version</li>\n<li>Fix: fixed free version remain activated bug</li>\n<li>Fix: simpleXML validation made the site down</li>\n</ul>\n\n<p>version 1.4.25 - 2020-03-09 =</p>\n\n<ul>\n<li>Feature: added \"responsive controls\" to margin and padding setting</li>\n<li>Feature: made \"refresh catalog\" button</li>\n<li>Feature: added \"num_items\" variable to the widget editor</li>\n<li>Change: removed the \"default fonts\" from widget defaults screen</li>\n<li>Fix: fixed some php bug in \"implode\" function</li>\n<li>Fix: fixed posts from sub categories in post list</li>\n</ul>\n\n<p>version 1.4.24 - 2020-02-14 =</p>\n\n<ul>\n<li>Feature: made \"export with images\" option in templates</li>\n<li>Fix: fixed import category widgets</li>\n<li>Fix: fixed icon html output placeholder</li>\n</ul>\n\n<p>version 1.4.23 - 2020-02-02 =</p>\n\n<ul>\n<li>Feature: improved the slider attribute</li>\n<li>Feature: added \"menu\" attribute</li>\n</ul>\n\n<p>version 1.4.22 - 2020-01-28 =</p>\n\n<ul>\n<li>Feature: added woo currency symbol</li>\n<li>Feature: added woo add to cart button</li>\n<li>Feature: added slider attribute</li>\n<li>Widget: logo grid</li>\n<li>Widget: logo carousel</li>\n<li>Widget: logo marquee</li>\n<li>Widget: image tooltip</li>\n<li>Widget: content toggle</li>\n<li>Widget: circle number</li>\n<li>Widget: post list</li>\n</ul>\n\n<p>version 1.4.21 - 2020-01-22 =</p>\n\n<ul>\n<li>Feature: added users attribute</li>\n<li>Feature: done multiple post type selector</li>\n<li>Feature: added background attribute</li>\n<li>Feature: added icon library html output</li>\n<li>Feature: added woo commerce support in posts list</li>\n<li>Bug fix: fixed icons not shown bug in widget settings</li>\n</ul>\n\n<p>version 1.4.20 - 2020-01-15 =</p>\n\n<ul>\n<li>Bug fix: fixed font awesome icon output</li>\n<li>Bug fix: fixed instagram not loading bug</li>\n<li>Change: updated font awesome css version</li>\n<li>Change: changed the way that instagram was loaded on the page</li>\n</ul>\n\n<p>version 1.4.19 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added filter by slug to terms attribute</li>\n<li>Feature: changed repeater items titles to the ones from \"title\" field instead of \"Item1\", \"Item2\" etc.</li>\n<li>Feature: added automated styling for date field, added \"ucdate\" filter for that.</li>\n<li>Feature: done functionality for display post author</li>\n<li>Change: changed the font awesome attribute to fa5</li>\n<li>Change: added strip html tags from truncate function</li>\n</ul>\n\n<p>version 1.4.18 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added all image sizes to posts</li>\n<li>Feature: added \"putPostTerms\" function to posts</li>\n<li>Feature: added wpautop filter to twig</li>\n<li>Feature: added option for custom twig PHP functinoality for PRO version</li>\n<li>Feature: hide \"edit widget html\" button for user that don\'t have capability to see the plugin </li>\n<li>Feature: added wpml compatablity</li>\n<li>Feature: added related posts in posts list</li>\n<li>Feature: added padding and margin controls (pro)</li>\n<li>Bug Fix: fixed pagination output</li>\n</ul>\n\n<p>version 1.4.17 - 2019-12-12 =</p>\n\n<ul>\n<li>Change: changed to more flexible catalog api</li>\n</ul>\n\n<p>version 1.4.16 - 2019-08-12 =</p>\n\n<ul>\n<li>Feature: added post query relation (and, or) chooser</li>\n<li>Change: update to freemius sdk 2.3.1</li>\n<li>Feature: added \"trancate\" filter</li>\n<li>Fix: fixed editor permissions PHP Error</li>\n</ul>\n\n<p>version 1.4.15 - 2019-19-11 =</p>\n\n<ul>\n<li>Change: remove the old deprecated codecanyon activation</li>\n<li>Fix: fixed bug when both plugins are installed together</li>\n<li>Fix: fixed empty widget content when put a lot of content in the widget html/js</li>\n<li>Feature: added option for fonts for post list for intro and content</li>\n<li>Feature: added custom filter query ID in posts list query (pro)</li>\n<li>Feature: added labels to typography fields</li>\n<li>Feature: added description option for elementor controls</li>\n<li>Feature: added option to add help links to widgets from the widget editor</li>\n</ul>\n\n<p>version 1.4.14 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed js not included bug</li>\n</ul>\n\n<p>version 1.4.13 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed terms attribute selector bugs in elementor</li>\n<li>Fix: fixed post selection was not showing post types without taxonomies</li>\n<li>Fix: fixed rtl visibility issues in admin</li>\n</ul>\n\n<p>version 1.4.12 - 2019-15-10 =</p>\n\n<ul>\n<li>Feature: added exclude posts by current post</li>\n<li>Feature: added post category addition custom taxonomy support</li>\n<li>Fix: fixed some bug in post list selector elementor</li>\n</ul>\n\n<p>version 1.4.11 - 2019-07-10 =</p>\n\n<p>*Feature: added link param html attributes placeholder\n*Feature: added category link to post list params\n*Fix: fixed post list category not displayed bug</p>\n\n<p>version 1.4.10 - 2019-28-9 =</p>\n\n<p>-bug fix: added some front end protection against db not installed bug\n* Feature(pro): added do_action for custom wp actions run\n* Feature(pro): added apply_filters for custom wp actions run\n-bug fix: fixed export widget with assets path\n-change: added instructions to download pro version.</p>\n\n<h4>1.4.7 - 2019-18-9</h4>\n\n<p>*Fix: fixed post category selection in post list</p>\n\n<h4>1.4.6 - 2019-18-9</h4>\n\n<p>*Fix: fixed dynamic items in repeater</p>\n\n<h4>1.4.6 - 2019-11-9</h4>\n\n<p>*Fix: fixed admin body class external\n*Feature: make support for post categories list\n*Feature(pro) - made taxonomies list attribute\n*Fix: fixed current posts fetch in archive type</p>\n\n<h4>1.4.5 - 2019-19-8</h4>\n\n<p>*Change: improved widgets manager design</p>\n\n<h4>1.4.3 - 2019-25-7</h4>\n\n<p>*Change: updated the activation link from plugins\n*Change: small UI improvements</p>\n\n<h4>1.4.2 - 2019-24-7</h4>\n\n<p>*Feature: add post category to dynamic fields\n*Feature: added toolset integration</p>\n\n<h4>1.4.1 - 2019-8-7</h4>\n\n<p>*Feature: added search widget\n*Feature: the plugin is now fully translatable, added russian translation</p>\n\n<h4>1.4 - 2019-8-7</h4>\n\n<p>*Change: moved to new payment system (freemius), changed pricing plans</p>\n\n<h4>1.3.39 - 2019-2-7</h4>\n\n<p>*Feature: add alt tags to image attribute\n*Feature: add automatic name from title on add attribute\n*Feature: redesign categories</p>\n\n<p>*Fix: removed autop filter change code from front end\n*Fix: allow to import widget when stand on category from catalog\n*Fix: fixed instagram widgets typography bug</p>\n\n<h4>1.3.38 - 2019-30-6</h4>\n\n<p>*Feature: added code examples / js snippets\n*Feature: added widget preview</p>\n\n<h4>1.3.37 - 2019-23-6</h4>\n\n<p>*Feature: add support for archive pages\n*Feature: added archive pages pagination\n*Change: changed fonts design controls</p>\n\n<h4>1.3.36 - 2019-20-6</h4>\n\n<p>*Fix: fixed multiple similar js includes in one page</p>\n\n<h4>1.3.35 - 2019-20-6</h4>\n\n<p>*Feature: add support for acf gallery field</p>\n\n<h4>1.3.34 - 2019-13-6</h4>\n\n<ul>\n<li>Feature: improved the post list filtering and ordering</li>\n</ul>\n\n<h4>1.3.33 - 2019-12-6</h4>\n\n<ul>\n<li>Feature: added ordering posts by meta value</li>\n<li>Fix: fixed site crash by db error</li>\n</ul>\n\n<h4>1.3.32 - 2019-11-6</h4>\n\n<ul>\n<li>Fix: fixed pods together with acf fileds</li>\n<li>Fix: added all categories to post list</li>\n</ul>\n\n<h4>1.3.31 - 2019-10-6</h4>\n\n<ul>\n<li>Feature: added link attribute</li>\n</ul>\n\n<h4>1.3.30 - 2019-06-6</h4>\n\n<ul>\n<li>Feature: made PODS integration</li>\n</ul>\n\n<h4>1.3.29 - 2019-06-5</h4>\n\n<ul>\n<li>Feature: added set widget icon functionality, with presence in catalog</li>\n<li>Feature: added preview widget button from the catalog</li>\n</ul>\n\n<h4>1.3.28 - 2019-06-3</h4>\n\n<ul>\n<li>Feature: made plugin translatable</li>\n</ul>\n\n<h4>1.3.27 - 2019-06-2</h4>\n\n<ul>\n<li>Fix: fixed font override attribute bug</li>\n</ul>\n\n<h4>1.3.26 - 2019-05-30</h4>\n\n<ul>\n<li>Feature: added typography attribute</li>\n</ul>\n\n<h4>1.3.25 - 2019-05-29</h4>\n\n<ul>\n<li>Tweak: added support for dynamic params in image field</li>\n</ul>\n\n<h4>1.3.24 - 2019-05-29</h4>\n\n<ul>\n<li>Fix: Fix dynamic field</li>\n<li>Tweak: Added message when adding an empty repeater from custom fields</li>\n</ul>\n\n<h4>1.3.23 - 2019-05-01</h4>\n\n<ul>\n<li>Feature: Added dynamic fields to all text controls</li>\n<li>Feature: Added \"edit html\" button to all widgets</li>\n<li>Fix: Fixed consolidated addons render bugs</li>\n</ul>\n\n<h4>1.3.22 - 2019-04-25</h4>\n\n<ul>\n<li>Feature: Made all acf fields integration including the pro like repeater and clone</li>\n</ul>\n\n<h4>1.3.21 - 2019-04-20</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.20 - 2019-04-15</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.19 - 2019-04-10</h4>\n\n<ul>\n<li>Feature: Done all acf fields</li>\n</ul>\n\n<h4>1.3.18 - 2019-04-05</h4>\n\n<ul>\n<li>Change: Update post child vars when change post</li>\n</ul>\n\n<h4>1.3.17 - 2019-04-01</h4>\n\n<ul>\n<li>Change: Add dynamic fields to addon editor</li>\n</ul>\n\n<h4>1.3.16 - 2019-03-30</h4>\n\n<ul>\n<li>Fix: Fixed the switchers </li>\n<li>Fix: Fixed the upload file</li>\n<li>Fix: Fixed checkbox in assets tab</li>\n</ul>\n\n<h4>1.3.15 - 2019-03-25</h4>\n\n<ul>\n<li>Fix: Fixed visual bugs</li>\n<li>Fix: Fixed radio boolean attribute (switcher)</li>\n</ul>\n\n<h4>1.3.14 - 2019-03-20</h4>\n\n<ul>\n<li>Fix: Fixed addon assets tab bugs</li>\n</ul>\n\n<h4>1.3.13 - 2019-03-15</h4>\n\n<ul>\n<li>Feature: Done export/import template with addons</li>\n</ul>\n\n<h4>1.3.12 - 2019-03-10</h4>\n\n<ul>\n<li>Feature: Added fedback on deactivate</li>\n</ul>\n\n<h4>1.3.11 - 2019-03-05</h4>\n\n<ul>\n<li>Fix: Fixed export import layout stuff</li>\n</ul>\n\n<h4>1.3.10 - 2019-03-01</h4>\n\n<ul>\n<li>Fix: Fixed assets tab issues</li>\n<li>Fix: Fixed post to articles category rename on install</li>\n</ul>\n\n<h4>1.3.09 - 2019-02-28</h4>\n\n<ul>\n<li>Fix: Fixed test addon jquery include</li>\n<li>Change: Added purchase link to license page</li>\n</ul>\n\n<h4>1.3.08 - 2019-02-25</h4>\n\n<ul>\n<li>Fix: Fixed settings text output</li>\n</ul>\n\n<h4>1.3.07 - 2019-02-20</h4>\n\n<ul>\n<li>Fix: Fixed font manager bug</li>\n</ul>\n\n<h4>1.3.06 - 2019-02-15</h4>\n\n<ul>\n<li>Fix: Fixed taxonomy issues</li>\n</ul>\n\n<h4>1.3.05 - 2019-02-10</h4>\n\n<ul>\n<li>Fix: Fixed add addon functionality</li>\n</ul>\n\n<h4>1.3.04 - 2019-02-05</h4>\n\n<ul>\n<li>Improvment: Improved post types category selection</li>\n</ul>\n\n<h4>1.3.03 - 2019-02-01</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.02 - 2019-01-30</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.01 - 2019-01-25</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.2.01 - 2019-01-20</h4>\n\n<ul>\n<li>Fix: Fixed js in editor when addins widget</li>\n</ul>\n\n<h4>1.2.00 - 2019-01-15</h4>\n\n<ul>\n<li>Feature: Pro version with a catalog</li>\n</ul>\n\n<h4>1.0.11 - 2019-01-10</h4>\n\n<ul>\n<li>Fix: Fixed some wordpress galleries related bug</li>\n</ul>\n\n<h4>1.0.10 - 2019-01-05</h4>\n\n<ul>\n<li>Fix: Fixed export category</li>\n</ul>\n\n<h4>1.0.09 - 2019-01-01</h4>\n\n<ul>\n<li>Change: Made global setting for consolidata addons or not</li>\n<li>Change: Updated some memory text in general settings</li>\n</ul>\n\n<h4>1.0.08 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed all notices related bugs</li>\n</ul>\n\n<h4>1.0.07 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed with default data types</li>\n</ul>\n\n<h4>1.0.06 - 2018-12-25</h4>\n\n<ul>\n<li>Fix: Fixed js includes consolidated</li>\n</ul>\n\n<h4>1.0.05 - 2018-12-20</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.04 - 2018-12-15</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.03 - 2018-12-10</h4>\n\n<ul>\n<li>Fix: Fixed empty category issues</li>\n</ul>\n\n<h4>1.0.02 - 2018-12-05</h4>\n\n<ul>\n<li>Fix: Fixed bug with some unit values in render output</li>\n</ul>\n\n<h4>1.0.00 - 2018-12-01</h4>\n\n<ul>\n<li>Release: First plugin release</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:6:\"1.5.99\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/69597.zip?is_premium=true&authorization=FSLA+14440533%3AoowY7TkSc40E5N-w-uHU8HQCUqQQrGrDKrlNx6dT2CdgXbT4AbXD8GfpIdNaf5ATf8O6KS4pm4_pnYyLcJ-b3EA-Gk221W-WpHCGtbFV_5rJUzIAB1k27X6TW-AfeN1VFWTJDUmrFkbdNTLKjzk6FU3RK_JYHcbICAsPS3oMSFiKKtIXhFAlQ7elXGC5aOrpVFMvmOYv-sT668vWwNhUn7OJrZEuK1dGIs6YGtvvOAjMLg7ZB5FDvzMB3t8S-PhgJqqs3hUyLZJaEtHOdemwxA\";}}s:7:\"created\";i:1710233623;s:9:\"timestamp\";i:1710237223;}s:91:\"get:/v1/installs/14440533/updates/latest.json?is_premium=true&newer_than=1.5.99&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:7:\"1.5.100\";s:11:\"sdk_version\";s:5:\"2.6.2\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:5:\"6.4.2\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:30219;s:2:\"id\";s:5:\"69825\";s:7:\"created\";s:19:\"2024-03-17 10:01:11\";s:7:\"updated\";s:19:\"2024-03-18 06:53:56\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/69825.zip?is_premium=true&authorization=FSLA+14440533%3AwGRU-jqNMzLfyV9nhhnYg0EtXwFn2gtfw-NeUZ6kXD-Vai0fFMyJeASUfDx0SlxSbXY4qKd0RKGvNYai0y99r1b9kYiv1xA8aGl6BdroBoVAa5Mm03P0oXaENL4X5N9-t-GubyRPjY0flPgj-WOXm8zZhzVfXlGvR-CH0RMrF4Mr9T4gC1GvU4R_3o4bbqkGZWrtul0E7irC2PDDiQ2opv-tUjxZmvWkajObWEsXoi25Zdi0fFUJKkszJDRuPZ0Az3yFHHBVWm5fhvLqYpgQqQ\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:66:\"Unlimited Elements For Elementor (Free Widgets, Addons, Templates)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"tags\";O:8:\"stdClass\":6:{s:9:\"elementor\";s:9:\"elementor\";s:8:\"elements\";s:8:\"elements\";s:6:\"addons\";s:6:\"addons\";s:16:\"elementor addons\";s:16:\"elementor addons\";s:16:\"elementor widget\";s:16:\"elementor widget\";s:12:\"page builder\";s:12:\"page builder\";}s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";N;s:6:\"tested\";s:5:\"6.4.2\";s:10:\"stable_tag\";s:3:\"1.0\";s:8:\"sections\";O:8:\"stdClass\":4:{s:11:\"description\";s:7110:\"<p><strong>Elementor</strong> users, elevate your web design experience with <strong>Unlimited Elements for Elementor</strong>. An all in one plugin that instantly gives you the most advanced widgets and tools to make better Elementor websites faster. Take your WordPress website to the next level.</p>\n\n<p><a href=\"https://unlimited-elements.com/elementor-widgets/\">View Elementor Widgets Demos</a>\n<br>\nBrowse our extensive collection of free widgets or upgrade to our pro version for access to over 200 additional unique drag and drop widgets for <strong>Elementor</strong>. Each widget provides a wide range of options to easily control every aspect. If you can\'t find what you need, our <strong>Widget Creator</strong> Framework empowers you to create any widget you can imagine.</p>\n\n<h3>Plugin Features</h3>\n\n<ul>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Widget Library</strong></a> – Enhance the popular Elementor page builder with our user-friendly and innovative widget library. Simplify your website by finding everything you need in one place, without the need for multiple plugins.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/widget-creator/\"><strong>Widget Creator</strong></a> – Save valuable time by eliminating the need to search for numerous plugins and add-ons. Instead, create customized, professional widgets that perfectly align with your website requirements.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-templates/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/loop-builder-for-elementor/\"><strong>Loop Builder</strong></a> – Easily create dynamic Loop Items within the Elementor Theme Builder by utilizing any loop widget layout of your preference. Effortlessly populate the chosen widget with dynamic content to craft versatile and engaging Loop Items.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/background-widgets-for-elementor/\"><strong>Background Widgets</strong></a> – Elevate your web designs instantly with our user-friendly animated backgrounds available in our extensive widget library. Experience seamless integration and unleash your creativity like never before.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/post-widgets-filters-tools/\"><strong>Post Widgets & Filters</strong></a> – Easily create stunning post layouts with real-time filters. Improve the browsing experience for website visitors by helping them find the content they\'re looking for. Effortlessly display posts using advanced criteria on your entire website.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/woo/\"><strong>WooCommerce Widgets & Filters</strong></a> – Create stunning product layouts with dynamic real-time filters. Showcase your products and categories in a wide array of interactive formats, such as grids, carousels, sliders, and more.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/remote-control-widgets/\"><strong>Woo Widgets & Filters</strong></a> – Unleash your creativity with advanced and customizable layouts. Take full control of your designs and make them truly unique using the remote controls. Stand out from the crowd with layouts that are both eye-catching and distinctive.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/sync-widgets/\"><strong>Sync Between Widgets</strong></a> – Elevate your web designs to new heights by seamlessly synchronizing multiple item-based widgets. This powerful feature empowers you to effortlessly create intricate and personalized layouts, taking your designs to the next level of sophistication.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source-galleries/\"><strong>Multi-Source Galleries</strong></a> – Empower your gallery showcase by effortlessly featuring Woo products, WordPress posts, Instagram feeds, and a variety of other sources, including various API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/live-copy-paste/\"><strong>Live Copy Paste</strong></a> – Copy and paste fully designed sections from the Unlimited Elements website directly to your website, saving you time and ensuring you can finish your web project as soon as possible.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-menu-widget-for-elementor/\"><strong>Mega Menu Builder</strong></a> – Easily craft a distinctive Mega Menu for your website navigation by incorporating images, icons, links, and various Elementor widgets into unique menu layouts.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-slider-widget-for-elementor/\"><strong>Mega Slider Builder</strong></a> – Easily turn any Elementor sections into slider slides. Now you can amaze your website visitors with jaw-dropping slider designs that look amazing on any device.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source/\"><strong>Multi-Source Widgets</strong></a> – Add content dynamically to item-based widgets effortlessly with support for ACF repeaters, JSON/CSV files, Woo Products, WordPress posts, users, menus, and a range of API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/dynamic-post-popup-widget-for-elementor/\"><strong>Dynamic Popup Builder</strong></a> – Dynamically create a popup to add a quick view of the post without leaving the page. Use an Elementor single post template to create the layout of the dynamic popup.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/form-builder/\"><strong>Elementor Form Builder</strong></a> – Build advanced forms effortlessly using the drag-and-drop form builder. Whether it’s a simple or complex form, our straightforward form widgets make it quick and easy to create forms, improving your workflow.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/calculators/\"><strong>Calculator Builder</strong></a> – Easily design professional calculators for any type of industry. Whether you need a loan calculator, mortgage calculator or business calculator, our powerful and intuitive drag and drop builder makes it easy to create complex calculators with ease.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/filters/\"><strong>Elementor Filter Widgets</strong></a> – Unlock the potential of the AJAX-based faceted filter system, seamlessly empowering you to craft diverse layouts with ease. Take control by applying multiple filters, ensuring a super-fast and dynamic filtering experience tailored to your website needs.</p></li>\n</ul>\";s:12:\"installation\";s:521:\"<p>Note : This plugin works with Elementor. Make sure you have <a href=\"https://wordpress.org/plugins/elementor/\">Elementor</a> installed.</p>\n\n<ol>\n<li>Upload the plugin folder to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress</li>\n<li>Navigate to Unlimited Elements in the WordPress side menu and install the widget you want by hovering over it and clicking install.</li>\n</ol>\";s:3:\"faq\";s:4208:\"<h4>Can I use the plugin without Elementor?</h4>\n\n<p>No. You cannot use the plugin without Elementor since it\'s an addon for Elementor.</p>\n\n<h4>Does the plugin work with any theme?</h4>\n\n<p>Absolutely! The plugin will work with any theme where Elementor works.</p>\n\n<h4>What if I update to the Premium version after using the Free version?</h4>\n\n<p>Your existing elements/content will work with the premium version. So you won’t lose your any of your hard work.</p>\n\n<h4>Can I get a refund?</h4>\n\n<p>If you are not happy with your purchase at anytime just contact us and we will refund 100% of your money no questions asked.</p>\n\n<h4>Do you offer a renewals discount?</h4>\n\n<p>Yes, you get 25% discount for all annual plan automatic renewals. The renewal price will never be increased so long as the subscription is not cancelled.</p>\n\n<h4>How do I install and activate the \'Unlimited Elements for Elementor\' plugin on WordPress?</h4>\n\n<p>To install the \'Unlimited Elements\' plugin on your WordPress site, access your WordPress Dashboard and go to Plugins -> Add New. In the search box, enter \'Unlimited Elements.\' Locate the plugin in the search results and click on the \'Install Now\' button. Once the installation is finished, click on the \'Activate\' button, and \'Unlimited Elements for Elementor\' will be successfully activated on your WordPress site.</p>\n\n<h4>Do I need to know code to use Unlimited Elements?</h4>\n\n<p>No, you do not need to know code to leverage the widgets and other tools provided by the Unlimited Elements plugin. It is designed to be user-friendly, allowing you to enhance your Elementor experience without any coding expertise. However, for users familiar with code, the plugin offers the added advantage of a widget creator, enabling the creation of custom Elementor widgets for a more tailored and advanced design experience.</p>\n\n<h4>Is my site secure with Unlimited Elements?</h4>\n\n<p>Yes, Unlimited Elements is a secure plugin. The plugin is regularly updated to adhere to common security standards, ensuring a secure environment for your website.</p>\n\n<h4>What types of filters does Unlimited Elements provide?</h4>\n\n<p>Unlimited Elements offers a variety of filter types, including search filters, dropdowns, tabs filters, checkboxes filters, and WooCommerce-related filters, providing a diverse range of options for dynamic and versatile website filtering.</p>\n\n<h4>Are the filters compatible with any post type or WooCommerce products?</h4>\n\n<p>Yes, all the filters provided by Unlimited Elements are live Ajax filters, ensuring dynamic and seamless filtering experiences. They are compatible with any post type, including custom post types, and WooCommerce products, offering versatile functionality for a wide range of content on your website. Utilize specific WooCommerce filters to enhance the shopping experience for your customers, such as the price range slider filter and color swatches filter for products with different colors.</p>\n\n<h4>Can I use Unlimited Elements to display custom post types in my widgets?</h4>\n\n<p>Yes, Unlimited Elements supports showcasing custom post types with advanced query selection and seamless connection to any filter from the UE library. This allows for tailored and dynamic content presentation on your website using the plugin\'s versatile features.</p>\n\n<h4>What are multi-source widgets in Unlimited Elements?</h4>\n\n<p>Multi-source widgets in Unlimited Elements enable the population of item-based widgets with various dynamic source types. These widgets can be populated using sources like ACF repeater fields, WooCommerce products, custom post types, Instagram feeds, and various API integrations. This versatility allows for the seamless integration of diverse content into widgets, enhancing the flexibility and functionality of your website elements.</p>\n\n<h4>Should I use Remote Control Widgets or the Sync Widgets function in Unlimited Elements?</h4>\n\n<p>The choice depends on your design preferences. If you want complete control, go for Remote Control Widgets. For synchronized layouts, choose Sync Widgets. They can also be used together for even more powerful customization options in Unlimited Elements.</p>\";s:9:\"changelog\";s:114550:\"<p>version 1.5.100: 2024-03-17</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to connect the filters to some specific grid group</li>\n<li>Fix: fixed js run for background output not always happend</li>\n<li>Fix: filters was shown only related to grid taxonomies after changing to \"all\" </li>\n<li>Fix: returned some tiles gallery images that was missing</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: List (Free) - Implemented \'Open Link in New Tab\' option. This new functionality allows users to specify whether links should open in a new tab, providing flexibility in link behavior.</li>\n<li>Feature: Compact Gallery (Free) - Implemented \'Hide Thumbnail Panel Under Width\' option. This new functionality allows users to hide the thumbnail panel when the viewport width is below a specified threshold, optimizing the display for smaller screens.</li>\n<li>Feature: Select Dropdown Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Checkboxes Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Tabs Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Added \'Image Horizontal Shift\' option, allowing users to adjust the horizontal position of the image for enhanced customization and layout control.</li>\n</ul>\n\n<p>version 1.5.99: 2024-03-11</p>\n\n<ul>\n<li>Fix - updated multisource image fields</li>\n<li>Fix - fixed some small php bug with strtobool function</li>\n</ul>\n\n<p>version 1.5.98: 2024-03-05</p>\n\n<ul>\n<li>Fix Some small gutenberg related bug fix</li>\n</ul>\n\n<p>version 1.5.97: 2024-03-04</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Fix: allow showing authors name translated</li>\n<li>Change: updated font awesome version to 6</li>\n<li>Fix: done some link attribute security fix</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Accordion Menu (Pro) - Implemented \'Active State Color\' options for Sub Menu items. This new functionality allows users to customize the color of sub-menu items when they are in the active state, providing enhanced visual feedback.</li>\n<li>Feature: Content Slider (Pro) - Made \'Slide Margin\' option available for Full Slider Type and Offset Slider Type. This update expands the usability of the margin customization, allowing users to set margins between slides in both Full Slider and Offset Slider configurations.</li>\n<li>Feature: Icon Tabs (Pro) - Made \'Start Collapsed\' option responsive. This update ensures that the \'Start Collapsed\' behavior adjusts responsively, providing a consistent and user-friendly experience across various devices and screen sizes.</li>\n<li>Feature: Post Accordion (Free) - Introduced \'Expand All Accordion\' functionality, enabling users to expand all accordion items with a single click for improved content accessibility.</li>\n<li>Feature: Fullscreen Menu (Free) - Introduced option to customize the thickness of the animated hamburger icon bars, providing users with greater control over the visual appearance of the icon.</li>\n<li>Change: Coverflow Carousel (Pro) - Updated \'Button Link\' option: if empty, no link will be applied. This modification ensures that if the \'Button Link\' option is left empty, no link will be associated with the button within the widget.</li>\n<li>Fix: Product Carousel (Pro) - Optimized widget HTML code. This update enhances performance and efficiency by streamlining the HTML structure of the widget.</li>\n<li>Fix: Content Tabs (Free) - Improved widget interaction within an Elementor\'s popup. This update ensures a more seamless and optimized experience when utilizing the widget within a popup setting.</li>\n</ul>\n\n<p>version 1.5.96: 2024-02-26</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Feature: added option for time_ago_short in timelines that will show shorter version of minutes and hours text</li>\n<li>Feature: added defaults for weather widget</li>\n<li>Fix: fixed hourly weather fields</li>\n<li>Fix: fixed the import with images functionality</li>\n<li>Fix: set default timeout to remote requests</li>\n<li>Fix: fixed the image duplicate when importing templates</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Side Menu (Pro) - Implemented \'Menu Padding\' option. This new functionality allows users to set padding for the menu, providing control over the spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced a new value for \'Meta Data Position\' option called \'Before Title\'. This new functionality allows users to position meta data before the title, providing additional flexibility in content layout.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Stage Padding\' option. This new functionality allows users to set stage padding, displaying a part of the previous and next carousel items for a more visually appealing and dynamic presentation.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Selected Item Number\' option. This new functionality allows users to select a specific item by default, enhancing user experience by highlighting a predetermined item upon initialization.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option to display the image on the opposite side of the content for enhanced layout flexibility and customization.</li>\n<li>Feature: Thumbnail Slider (Pro) - Introduced \'Multi Source\' option, enabling users to select gallery items from various sources for enhanced flexibility and content integration.</li>\n<li>Feature: Timer Countdown Banner (Pro) - Added \'Direction\' option to support RTL (Right-to-Left) layout websites.</li>\n<li>Feature: Post Horizontal Timeline (Pro) - Introduced Background Color and Icon Color options for Navigation Arrows in disabled mode. This new functionality allows users to customize the appearance of navigation arrows when they are disabled, providing enhanced visual control.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Time Ago Type\' option. This new functionality allows users to choose the type of time ago representation, providing flexibility in how time is displayed within the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Text Custom Field\' option. This new functionality allows users to add a custom field under the main Posts Text, providing additional customization for displaying content.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Link Type\' option for all link elements in the widget. This new functionality allows users to choose the type of link for various elements within the widget, enhancing control over linking behavior.</li>\n<li>Feature: Remote Link (Pro) - Introduced active state for the link. This new functionality allows users to customize the appearance of the link when it is in an active state, providing enhanced visual feedback.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Implemented \'Hide Vertical Scrollbar in Popup\' option. This new functionality allows users to hide the vertical scrollbar within the popup, providing a cleaner and more focused appearance.</li>\n<li>Feature: Icon Carousel (Pro) - Introduced \'Autoplay Pause on Hover\' option, allowing users to pause autoplay functionality when hovering over the carousel for improved control and interaction.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Introduced Entrance Animation functionality for the popup. This new feature allows users to apply entrance animations, enhancing the visual appeal and engagement when the popup appears.</li>\n<li>Feature: Unlimited Timeline (Free) - Implemented \'Content Box Link\' option. This new functionality allows users to link the entire content box, providing a convenient way to associate a link with the entire widget item.</li>\n<li>Feature: Text Field (Free) - Added \'Read Only\' option, allowing users to set the field as read-only for preventing user input while retaining visibility of the text.</li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Radar Range\' option for Radar chart, allowing users to set the minimum range value for improved data visualization.</li>\n<li>Feature: Testimonial Carousel (Pro) - Added \'Rating\' field to the Source option. This new functionality allows users to incorporate a rating field as a source for the widget, expanding the available data sources for enhanced content display.</li>\n<li>Feature: Multi Step Form (Pro) - Introduced \'Direction\' option. This new functionality is useful for RTL (Right-to-Left) websites, allowing users to set the direction of the widget layout accordingly.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option for users to customize the text of each item\'s button, providing greater flexibility.</li>\n<li>Feature: Post List (Free) - Implemented \'Space Between Categories\' option. This new functionality allows users to set spacing between categories, providing control over the layout and visual presentation of category elements.</li>\n<li>Feature: Memory Game (Pro) - Introduced \'Add Completion Time to Form Field\' option, enabling users to automatically append the time taken to complete the memory game to a designated form field.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Add Link For The Whole Item\' option. This new functionality allows users to add a link to the entire widget item, enhancing the interactive capabilities and providing a clickable area for the entire item.</li>\n<li>Feature: Post Carousel (Pro) - Implemented \'Text Padding\' and \'Title Padding\' options. This new functionality allows users to set padding for text and title elements, providing enhanced control over spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced \'Date Modified\' options. This new functionality allows users to display the date when a post was last modified, providing additional information and transparency in content presentation.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Introduced options to customize Maps Controls icons\' color and background color. This new functionality allows users to personalize the appearance of map controls, enhancing visual customization.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Disable Map Interaction On Mobile\' option. This new functionality allows users to disable map interaction specifically on mobile devices, providing control over the user experience on smaller screens.</li>\n<li>Change: Content Tabs (Free) - Modified behavior of \'Start Collapsed\' option when used with \'Set Hash\'. If the URL has a hash, the first opened tab will be determined by the hash, providing a more dynamic and user-friendly experience.</li>\n<li>Change: Dropdown Button (Pro) - Removed Text Decoration CSS property from dropdown items. This update enhances the visual presentation by eliminating unnecessary text decoration.</li>\n<li>Change: Woo Mini Cart (Pro) - Added separate border options for \'View Cart\' and \'Checkout\' buttons, providing users with more customization flexibility for button styling.</li>\n<li>Change: Swipe Carousel (Pro) - Modified \'Enable Link\' option. Now, the entire item serves as a link, providing a more intuitive and consistent approach to linking within the widget.</li>\n<li>Fix: Submit Button (Free) - Corrected default values in email 2 that were leading to validation errors.</li>\n<li>Fix: Post Carousel Lite (Free) - Addressed issue where the carousel was not displaying on mobile devices.</li>\n<li>Fix: Icon Tabs (Pro) - Resolved issue with the \'Start Collapsed\' option. The fix ensures that the \'Start Collapsed\' option now functions correctly, delivering the intended collapsed behavior upon initialization.</li>\n<li>Fix: Post Grid (Pro) - Optimized widget item HTML code. This update enhances performance and efficiency by streamlining the HTML structure of widget items.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized item HTML code. This update improves performance and efficiency by refining the HTML structure of individual items within the widget.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized CSS code. This update improves performance and reduces the overall footprint of the stylesheet, enhancing efficiency and loading times.</li>\n<li>Fix: Remote Link (Pro) - Resolved issue where the Text Shadow option was erroneously interpreted as Box Shadow. The fix ensures that the Text Shadow option now functions correctly, providing the intended text shadow effect.</li>\n<li>Fix: Scroll Sequence (Pro) - Revised and improved descriptions of the widget fields for better clarity.</li>\n<li>Fix: Post Magazine Grid (Pro) - Added \'raw\' tag to category names to fix the display issue where the \'&\' symbol in category names was not displaying correctly.</li>\n<li>Fix: Before After (Pro) - Improved widget interaction with Elementor\'s Popups. This update ensures seamless integration and optimal performance when using the widget within Elementor\'s Popup functionality.</li>\n<li>Fix: Grid Gallery (Pro) - Resolved an issue where the widget was not extending to full width within Elementor Container.</li>\n<li>Fix: Particle Image (Pro) - Added protection from lazy load. This update ensures compatibility and proper functionality, mitigating potential issues related to lazy loading on various platforms.</li>\n</ul>\n\n<p>version 1.5.95: 2024-02-12:</p>\n\n<ul>\n<li>Feature: Ensure that the blog displayed on the \"Home\" page of the plugin is always up-to-date.</li>\n<li>Feature: Implemented support for tags in the widget catalog.</li>\n<li>Feature: Added an option for galleries to play videos in muted mode.</li>\n<li>Feature: Integrated weather forecast data preparation for the widget.</li>\n<li>Fix: Addressed some minor potential security risks associated with the import templates functionality.</li>\n<li>Fix: Rectified email validation for Form Email2.</li>\n<li>Fix: Resolved some issues with the price range filter.</li>\n<li>Fix: fixed the problem where dynamic template styles disappeared after updating Elementor Pro.</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Image Zoom Content Box (Free) - Implemented \'Title Tag\' option. This new functionality allows users to specify the HTML tag for titles within the widget, providing flexibility and control over the semantic structure of the content.</li>\n<li>Feature: Post Accordion (Free) - Implemented \'Disable Link in Image\' option. This new functionality allows users to disable the link associated with an image, providing more control over the interactive behavior of images within the widget.</li>\n<li>Feature: Slider Gallery (Free) - Implemented \'Mute Video\' option. This new functionality allows to play videos muted by default. Volume can be adjusted in video players on live page.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Item Bar Width\' option. This new functionality allows users to customize the width of individual bars, providing greater control over the visual representation of items.</li>\n<li>Feature: Remote Item Navigation (Pro) - Introduced \'Border Override Color\' options for Regular and Active states. This new functionality allows users to customize border colors separately for both Regular and Active states, enhancing visual styling in the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Title Min Height\' option. This new functionality allows users to set a minimum height for the title, offering more control over the visual presentation and consistency in the widget.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Show Link\' option. This new functionality enables users to show or hide links and customize their styling within the widget, offering more control over the interactive elements.</li>\n<li>Feature: Counter (Free) - Implemented \'Add Link To Widget Container\' option. This new functionality allows users to include a link, enhancing the interactive capabilities of the element by enabling navigation to another page or resource.</li>\n<li>Feature: Icon Box Accordion (Pro) - Introduced \'Icon + Text\' option for Graphic Element. This new value expands customization by allowing users to display both an icon and text within the Graphic Element for richer visual representation.</li>\n<li>Feature: Before After (Pro) - Added support for the widget inside Elementor\'s Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to utilize the widget effectively within Elementor\'s Tabs.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Hide Inactive Arrow\' option. This new functionality allows users to hide inactive arrows, providing a cleaner and more focused appearance in the widget interface.</li>\n<li>Feature: Layers (Pro) - Added shadow for icon type layers.</li>\n<li>Feature: Icon Pointer Button (Pro) - Introduced \'Direction\' option. This new functionality allows users to specify the direction for RTL (Right-to-Left) or LTR (Left-to-Right) websites, ensuring proper layout alignment based on language direction.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Auto Height\' option. This new functionality adjusts the height of the slider dynamically based on the height of the current slide, providing a more adaptive and seamless user experience.</li>\n<li>Feature: Justified Image Carousel (Pro) - Option to fix the broken layout (resulting in a duplicate carousel) caused by delayed image loading, this solution verifies that the images are loaded before initializing the carousel.</li>\n<li>Feature: Remote Tabs (Pro) - Introduced styling options for Border Radius, Border, and Shadow for the image of the active tab.</li>\n<li>Feature: Layers (Pro) - Added background color, padding and radius for text fields.</li>\n<li>Feature: WhatsApp Chat (Pro) - z-index option for Popup, allowing users to customize the stacking order of the Popup for better control over its visibility in relation to other elements.</li>\n<li>Feature: WhatsApp Chat (Pro) - Introduced option to customize the Popup Title, along with styling options for enhanced visual control and personalization.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced \'Additional Title\' options. This new functionality expands customization by providing additional settings for titles, allowing users to further enhance the visual presentation of titles within the widget.</li>\n<li>Feature: Content Grid (Pro) - Introduced \'Image Scale\' option. This new functionality allows users to scale the images, providing enhanced control over the visual presentation within the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented feature - automatically opens menu item if it matches the current page URL.</li>\n<li>Feature: Post Grid (Pro) - Added Option to show post tags, providing users with the ability to showcase tags associated with each post.</li>\n<li>Feature: Post Magazine Grid (Pro) - Introduced \'Image Scale\' and \'CSS Filters\' options along with the hover transition duration for enhanced image customization.</li>\n<li>Feature: Card Carousel (Free) - Implemented \'Image Position\' option. This new functionality allows users to customize the position of image within the widget, providing enhanced control over the visual layout.</li>\n<li>Feature: Layers (Pro) - Added mouse parallax effect, adds a captivating and interactive dimension to the user interface.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced additional styling options. This new set of functionalities allows users to further customize and refine the visual appearance of the widget, providing enhanced styling possibilities.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Close Transition Speed\' option. This new functionality enables users to set the speed of close animations for the dropdown, enhancing visual transitions and customization.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added \'Image Position\' option, allowing users to customize the position of the image above or below the content for enhanced layout flexibility.</li>\n<li>Feature: Layers (Pro) - Implemented motion effects—now elements can bounce up and down and move left to right for a livelier interface.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Center Info Window\' option. This new functionality allows users to center the info window on the map, providing enhanced visibility and focus on the selected location.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Close After Outside Info Window Click\' option. This new functionality allows users to close the info window after clicking outside of it on the map, enhancing user interaction and control.</li>\n<li>Feature: Layers (Pro) - Implemented responsive settings for individual layers, allowing users to toggle each layer on or off based on the specific device requirements.</li>\n<li>Feature: Image Accordion (Pro) - Added \'Title HTML Tag\' option, providing users with better SEO control by allowing customization of HTML tags for widget titles.</li>\n<li>Feature: Content Tabs (Free) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab content for a smoother and more seamless user experience.</li>\n<li>Feature: Event List (Pro) - Implemented \'Remove Expired Event Item\' option. This new functionality allows users to automatically remove event items that have expired, streamlining content management within the widget.</li>\n<li>Feature: Post Grid (Pro) - Added typography option for post tags, allowing users to customize the font style, size, and other typographic attributes.</li>\n<li>Feature: Event List (Pro) - Implemented \'Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the button, providing enhanced control over the layout within the widget.</li>\n<li>Feature: vCard (Pro) - Introduced option to include social media links in downloadable VCF contact file, enhancing contact information with additional social network profiles for improved connectivity.</li>\n<li>Change: Toggle Text Button (Free) - Upgraded textarea to full functionality editor, providing users with enhanced editing capabilities.</li>\n<li>Change: vCard (Pro) - Updated vCard JavaScript library to the latest version, ensuring compatibility with current standards and latest feature availability.</li>\n<li>Fix: Woo Product List (Free) - Introduced \'Layout Type\' option. This new functionality allows users to set the layout as either column or row, providing flexibility in organizing and displaying content within the widget.</li>\n<li>Fix: vCard (Pro) - Resolved issue where QR code was not scanning on some apps.</li>\n<li>Fix: Hotspots (Pro) - Rebuilt JavaScript code for better interaction. Removed unnecessary code to optimize performance and streamline functionality.</li>\n<li>Fix: Sideways Vertical Text (Pro) - Text layout shifting issue on Safari browser.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue with scrolling to the top of the page after tab click. The fix ensures that tab clicks no longer trigger unintended scrolling to the top, providing a smoother user experience.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the vertical scrollbar appearing on hover.</li>\n<li>Fix: Testimonial Carousel (Pro) - The issue where styling attributes (size and color) for SVG icons were not taking effect.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue in Content Tabs when Before After widget couldn\'t function inside tabs. The fix ensures proper functionality, allowing users to utilize the widget as intended.</li>\n<li>Fix: Woo Product Grid (Pro) - Added image HTML attributes to product images.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue where the size of social icons wasn\'t responding to the option value. The fix ensures that the specified option value now accurately reflects the size of social icons.</li>\n<li>Fix: Counter (Free) - Removed unnecessary space in \'Before Text\' and \'After Text\' options. This update improves the clarity and presentation of the text by eliminating unnecessary spacing.</li>\n<li>Fix: Content Tabs (Free) - Added support for Elementor Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to incorporate the widget effortlessly within Elementor Tabs.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved an issue where incorrect icons were being displayed after selecting a menu item.</li>\n<li>Fix: Woo Mini Cart (Pro) - Improved widget compatibility with optimization plugins like WP Rocket. This update ensures seamless integration, optimizing performance and enhancing the overall user experience when using these plugins.</li>\n<li>Fix: Post Accordion (Free) - Updated post content loading method to resolve the issue where, on some sites, post content was not displaying correctly.</li>\n<li>Fix: Dropdown Field (Pro) - Fixed an issue when Dropdown Field couldn\'t parse Field Name to Number Field widget.</li>\n<li>Fix: Card Carousel (Free) - Resolved issue where Transition Speed wasn\'t working for non-default animations. The fix ensures that Transition Speed now functions correctly for all animations, providing consistent and reliable behavior.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Removed default 2px border with blue color from one of the map elements. This update improves the visual presentation by eliminating an unnecessary border.</li>\n</ul>\n\n<p>version 1.5.94: 2024-01-25:</p>\n\n<ul>\n<li>Feature: added option to message individual fields for the form</li>\n<li>Change: removed instagram blocked api message - the instagram functionality is active now!</li>\n<li>Change: added default values to currency fields</li>\n<li>Fix: fixed small php bug regarding date field in items</li>\n<li><p>Fix: fixed some small xss vulnurability that pachstack discovered</p></li>\n<li><p>Feature: Number Field (Pro) - Introduced \'Enable Date Field in Formula\' option. This new functionality enables the use of Date Field in formula by allowing the addition or subtraction of days.</p></li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Remove Items with 0 Value\' option. This new functionality automatically excludes items with a value of 0 from charts.</li>\n<li>Feature: WordPress Menu (Free) - Implemented \'Hover Effect\' option. This new functionality allows users to choose from a variety of hover link effects, enhancing the visual presentation with dynamic animations.</li>\n<li>Feature: Hotspots (Pro) - Introduced customizable popup positioning, providing users with the option to define the exact position rather than relying on preset center alignment.</li>\n<li>Feature: Event List (Pro) - Introduced \'Event End Date\' option, allowing users to display event end date and time.</li>\n<li>Feature: Event List (Pro) - Implemented \'Calendar Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the calendar, providing better control over its placement within the layout.</li>\n<li>Feature: Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Dropdown Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Value Handling\' options. This new functionality allows users to choose the checkbox value type from options such as sum, individual number, or individual text, providing flexibility in handling checkbox values.</li>\n<li>Feature: Masonry Gallery (Pro) - Introduced \'Title Typography\' and \'Description Typography\' options. These new functionalities allow users to customize the typography settings for titles and descriptions.</li>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Tile Background Color\' option. This new functionality allows users to customize the background color of tiles, providing enhanced visual control over the widget\'s appearance.</li>\n<li>Feature: Hotspots (Pro) - Added \'Popup Image Size\' option, allowing users to customize the size of popup images.</li>\n<li>Feature: WooCommerce Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented \'Open Links In New Tab\' option. This new functionality allows users to specify whether links should open in a new tab with Source type posts, products, etc.</li>\n<li>Feature: Content Ticker (Pro) - Added Option to add an Image for each ticker item.</li>\n<li>Change: Hotspots (Pro) - Enabled \'Image Size Select\' option for the Image, allowing users to choose from different image resolutions for enhanced flexibility and visual customization.</li>\n<li>Change: Icon Carousel (Pro) - Improved \'Item Minimum Height\' option by expanding the range of values.</li>\n<li>Fix: Fullscreen Menu (Free) - Improved protection from Elementor sticky section interference.</li>\n<li>Fix: vCard (Pro) - Issue with QR code not displaying when \'Include Image in Contact\' is enabled has been resolved.</li>\n<li>Fix: Dropdown Field (Pro) - Resolved issue with \'Field Name\' not appearing during email sending. The fix ensures that the field name is now properly displayed in email notifications.</li>\n<li>Fix: Mega Menu (Pro) - Resolved horizontal scroll issue. The fix ensures that the layout no longer experiences unintended horizontal scrolling, providing a more stable and user-friendly experience.</li>\n<li>Fix: Scroll To Top (Free) - Resolved issue where the icon wasn\'t visible on the frontend. The fix ensures proper visibility of the icon, addressing the bug and improving the overall appearance.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the \'Disable Page Scroll\' option not working in some cases. The fix ensures consistent functionality, preventing page scrolling as intended.</li>\n<li>Fix: Text Field (Free) - Resolved input width issue. The fix ensures that input elements now display with the correct width.</li>\n</ul>\n\n<p>version 1.5.93: 2024-01-18:</p>\n\n<ul>\n<li>Feature: Introduced the option \'slider_video_autoplay\' to galleries, enabling video autoplay when changing items.</li>\n<li>Feature: Added the option to include specific taxonomies in related posts queries.</li>\n<li>Feature: Implemented automatic recognition of video thumbnail IDs in certain gallery types based on relevant post meta.</li>\n<li>Feature: Added functionality for the price range filter.</li>\n<li>Change: Updated the Freemius version.</li>\n<li>Change: Modified the text format for the export change log.</li>\n<li>Change: Restored the \"import with images\" feature after incorporating file type checks for security.</li>\n<li>Fix: Enhanced the handling of multiple user records for the \'exclude users\' option in the users query (Ajax-based).</li>\n<li>Fix: Corrected URL CSS and JS inclusion issues in Elementor editor.</li>\n<li><p>Fix: Corrected a bug related to \"mini cart widget\" in PHP in specific cases.</p></li>\n<li><p>Feature - Card Carousel (Free) - Introduced \'Hide Item\' option. This new functionality allows users to hide items instead of deleting them permanently, offering a more reversible and flexible approach to item management.</p></li>\n<li>Feature - Post Grid (Pro) - Implemented \'Layout Type: Above\' option. This new functionality allows users to change the position of the content box to above the image.</li>\n<li>Feature - Thumbnail Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Compact Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Grid Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Slider Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Flip Box Carousel (Pro) - Introduced option for back icon alignment, providing users the flexibility to customize the alignment of the back icon.</li>\n<li>Feature - Post List (Free) - Implemented \'Image Scale\' option for regular and hover states. This new feature allows users to customize the scaling of images independently for regular and hover states, enhancing visual presentation.</li>\n<li>Change - Flip Box Carousel (Pro) - Implemented conditional rendering of CSS to reduce unused styles, resulting in improved performance, SEO, and faster load times for enhanced user experience.</li>\n<li>Change - Content Accordion (Free) - Improved \'Expand All Accordion\' functionality, now allowing users to close the accordion by clicking the same button again for a more intuitive and user-friendly experience.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Implemented protection against buttons not being vertically aligned in specific cases.</li>\n<li>Fix - Flip Box Carousel (Pro) - Resolved an issue where links were not functioning properly when clicking on the back icon.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Resolved issue with the product button not being clickable in some cases.</li>\n<li>Fix - Post Carousel (Pro) - Resolved issue with the side-by-side layout.</li>\n<li>Feature - Logo Grid (Free) - Enhanced responsiveness for item \'Padding\' option. This update ensures that item padding adjusts effectively across various screen sizes and device resolutions for a consistent layout.</li>\n<li>Feature - Logo Grid (Free) - Implemented \'Direction\' option. This new feature is particularly useful for RTL (Right-to-Left) websites, allowing users to specify the direction of the widget\'s layout for improved compatibility.</li>\n<li>Feature - Content Accordion (Free) - Introduced a new feature that allows the expansion of all accordion items by clicking on an external element with the class \"ue-content-accordion-expand-all\".</li>\n<li>Feature - Memory Game (Pro) - Introduced template option for success message, Allowing users to show Elementor template as success message.</li>\n<li>Feature - Memory Game (Pro) - Added \'Completion Time\' option, enabling users to show the time it took to complete the game for a more informative and engaging experience.</li>\n<li>Feature - Content Accordion (Free) - Introduced \'Additional Header Content\' option in the accordion, allowing users to include additional content after the header title.</li>\n<li>Feature - Post Accordion (Free) - Implemented \'Open Links in New Tab\' option. This new functionality allows users to configure links to open in a new tab, enhancing control over the navigation experience.</li>\n<li>Feature - Side Menu (Pro) - Added an option to add a logo to the side menu layout.</li>\n</ul>\n\n<p>version 1.5.92: 2024-01-04:</p>\n\n<ul>\n<li>Feature: Introduced the change log option in the widget editor.</li>\n<li>Feature: Introduced the ability to connect with Google API for multi-source options.</li>\n<li>Feature: Included an option to link with Google Sheets under the general settings for forms.</li>\n<li>Feature: Integrated a \"show globals\" feature in troubleshooting for enhanced diagnostics.</li>\n<li>Feature: Implemented the capability to output cart fragments for the woo mini cart.</li>\n<li>Feature: Provided an option for \"none\" under lightbox-type in galleries, allowing users to disable the lightbox.</li>\n<li>Feature: Added an \"excerpt\" field to post fields within the widget editor for more detailed posts.</li>\n<li>Fix: Replaced site_url() with home_url() in global variables for better website navigation.</li>\n<li>Fix: Resolved a conflict with another select2 on the admin side, ensuring smoother operations.</li>\n<li>Fix: Rectified an error with multiple order by clauses in post queries to improve data sorting.</li>\n<li><p>Fix: Enhanced the manual selection of Elementor template retrieval for optimized performance.</p></li>\n<li><p>Feature - Content Carousel - Introduced \'Equalize Content Height\' option. This new feature simplifies the process of making content elements equal in each item.</p></li>\n<li>Feature - Flip Box Carousel - Enhanced responsiveness for Border Radius option. The update ensures that the Border Radius adapts effectively to different screen sizes and device resolutions for a consistent display.</li>\n<li>Feature - WooCommerce Product Carousel - Resolved broken layout issue occurring when set to side-by-side layout</li>\n<li>Feature - Phone Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Textarea Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Email Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Text Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Testimonial Carousel - Implemented \'Layout Type: Grid\' option. This new functionality facilitates the transformation of the widget\'s layout into a simple grid.</li>\n<li>Feature - Testimonial Carousel - Introduced \'Layout Type: Swipe\' option. This new feature allows users to set the behavior of the widget, resembling the functionality found in Swipe Carousel widget.</li>\n<li>Feature - Flip Box Carousel - Introduced \'Disable Mouse Drag\' and \'Disable Touch Drag\' options in Flip Box Carousel settings, offering control over user interaction by allowing the disabling of dragging functionalities.</li>\n<li>Feature - Team Member Grid - Introduced \'Badge\' option, allowing users to include custom badge images or icons for enhanced member representation.</li>\n<li>Feature - Thumbnail Slider - Implemented responsiveness for \'Slider Main Image Height\' option.</li>\n<li>Feature - Thumbnail Slider - Optimized \'Slider Main Image Height\' functionality to prevent widget reloading upon value change.</li>\n<li>Change - Thumbnail Slider - Changed attribute of \'Slider Main Image Height\' option from Number to Slider. This adjustment simplifies the process of adjusting the height of the main image by providing a more intuitive control.</li>\n<li>Fix - Submit Button - Improved interaction within Multi Step Form widget. Enhancements have been made to streamline and optimize the submit action.</li>\n<li>Feature - Multi Step Form - Implemented form submission loader. This new addition introduces a visual loader to illustrate the process of sending form data, enhancing user feedback during form submission.</li>\n<li>Feature - WooCommerce Product List - Introduced \'Default Image\' option. The widget will now display the specified default image when a product image is empty, for a more personalized user experience.</li>\n</ul>\n\n<p>version 1.5.91: 2023-12-28:</p>\n\n<ul>\n<li>Change: removed some vulnerability related to templates import</li>\n</ul>\n\n<p>version 1.5.90: 2023-12-18:</p>\n\n<ul>\n<li>Fix: fixed some small bug with pro version main file</li>\n</ul>\n\n<p>version 1.5.89: 2023-12-17:</p>\n\n<ul>\n<li>Fix: fixed some post filters detection issues on the page</li>\n<li>Fix: fixed some \"$type not found\" message in php</li>\n<li>Fix: fixed some \"infinite template found: \" message in php (emtpy template load protection)</li>\n<li>Change: added instagram api access error message</li>\n<li>Change: removed \"import with images\" functionality. replaced by doubly plugin.</li>\n</ul>\n\n<p>version 1.5.88: 2023-12-11:</p>\n\n<ul>\n<li>Feature: added \"iframe\" gallery type to the gallery items</li>\n<li>Fix: fixed the \"show/hide edit html button\" option from general settings</li>\n<li>Fix: fixed the general_settings.xml php error</li>\n<li>Fix: fixed some issue with gallery loading on pages and current meta keys</li>\n<li>Fix: fixed default value in datetime control</li>\n<li>Change: added some improvements for the form </li>\n<li>Change: set video placeholder to dynamic galleries in case of video item</li>\n</ul>\n\n<p>version 1.5.87: 2023-11-21:</p>\n\n<ul>\n<li>Change: updated freemius sdk to 2.6.0 version</li>\n<li>Change: added some protection against double background widgets output</li>\n<li>Feature: enabled form functionality</li>\n<li>Feature: enabled currency exchange functionality</li>\n</ul>\n\n<p>version 1.5.85: 2023-11-15</p>\n\n<ul>\n<li>Feature: added woo_addcart_ajax_attributes_button in twig for the button</li>\n<li>Feature: added option to show original settings values in widget debug</li>\n<li>Feature: added troubleshooting setting not to show php deprecated warnings</li>\n<li>Fix: better prepare post custom fields for the post multisource</li>\n<li>Fix: links from meta field works now</li>\n<li>Fix: fixed the ob_end_clean bug</li>\n<li>Fix: in post query - excluded posts not in from posts in</li>\n<li>Fix: fixed a small bug in the unite gallery library</li>\n<li>Change: updated twig version to 3.x</li>\n<li>Change: updated instagram data with date released field</li>\n</ul>\n\n<p>version 1.5.85: 2023-09-20</p>\n\n<ul>\n<li>Fix: fixed a small bug with multisource image param message</li>\n</ul>\n\n<p>version 1.5.84: 2023-09-20</p>\n\n<ul>\n<li>Feature: added twig function csv to json</li>\n<li>Feature: changed the admin view to new design (added designed header and menu)</li>\n<li>Feature: added option to enable animation on swipe to owl carousel js</li>\n<li>Feature: added woo mini cart functionality</li>\n<li><p>Feature: added option: \"current query as a base\" to post selection -> include by</p></li>\n<li><p>Fix: added support for webp in the manager</p></li>\n<li>Fix: allow fetching images from media library post type for the galleries </li>\n</ul>\n\n<p>version 1.5.83: 2023-08-22</p>\n\n<ul>\n<li>Fix: don\'t show first item in filter when no terms available</li>\n<li>Change: updated calculators javascript code base</li>\n</ul>\n\n<p>version 1.5.82: 2023-08-16</p>\n\n<ul>\n<li>Feature: added option for group filtering widgets</li>\n<li>Feature: solved the video play in gallery type from attachment video</li>\n<li>Change: turned off the video icon for background attribute</li>\n<li>Fix: fixed dynamic template with avoid duplicates</li>\n<li>Fix: fixed gallery widget acf video item error</li>\n<li>Fix: fixed some sort filter bugs with the default selected</li>\n</ul>\n\n<p>version 1.5.81: 2023-08-10</p>\n\n<ul>\n<li>Fix: fixed some missing css in the dynamic loop widgets</li>\n<li>Fix: fixed some child filters related bug</li>\n<li>Fix: fixed order by price in current query</li>\n<li>Fix: fixed some php 8.16+ version notices </li>\n<li>Feature: added option to print the term meta</li>\n</ul>\n\n<p>version 1.5.80: 2023-08-07</p>\n\n<ul>\n<li>Feature: added option to get \"all taxonomy terms\" from a post </li>\n<li>Feature: added html preperations for the woocommerce minicart</li>\n<li>Feature: added \"this week\" to the date selection query</li>\n<li>Feature: added \"grouping\" mode in the \"related posts\"</li>\n<li>Fix: the pagination now works on top of the grid</li>\n<li>Fix: fixed some init ajax filters multiple issues</li>\n<li>Fix: fixed the error with the assets path set</li>\n</ul>\n\n<p>version 1.5.79: 2023-07-24</p>\n\n<ul>\n<li>Fix: changed name for area-label to aria-label</li>\n<li>Fix: in filters - refresh single filter if \"all\" selected and there are hidden items</li>\n<li>Fix: changed protection against inifnite loop to 200</li>\n<li>Fix: show child filters at start if there are selected items</li>\n<li>Fix: date time attribute processor - if no date given - don\'t take current time</li>\n<li>Fix: refresh child filter if main filter selected on init</li>\n<li>Fix: dynamic popup was not worked with multisource in some cases</li>\n</ul>\n\n<p>version 1.5.78: 2023-07-16</p>\n\n<ul>\n<li>Fix: fixed show filters load more</li>\n<li>Fix: fixed multisource repeater empty</li>\n</ul>\n\n<p>version 1.5.77: 2023-07-13</p>\n\n<ul>\n<li>Fix: fixed dropzone collision in widget editor view</li>\n<li>Fix: fixed sort filter price filtering</li>\n<li>Fix: fixed max number in addons db table. from \"int\" to \"bigint\"</li>\n<li>Fix: replaced some deprecated by elementor codes</li>\n</ul>\n\n<p>version 1.5.76: 2023-07-12</p>\n\n<ul>\n<li>Feature: added \"rem\" unit in slider attribute</li>\n<li>Fix: fixed some small bug with remote sync debug</li>\n<li>Fix: fixed the truncate in multisource</li>\n<li>Fix: fixed some small bugs related to remote controls</li>\n<li>Fix: fixed dropzon third party conflict in manager</li>\n</ul>\n\n<p>version 1.5.75: 2023-07-05</p>\n\n<ul>\n<li>Feature: added some suggestion text to add some memory in the troubleshooting section in case that needed</li>\n<li>Fix: the wrong author was displayed in loop post meta data</li>\n<li>Fix: do_shortcode to html items inside the grid and dynamic loop</li>\n<li>Update: Updated Freemius SDK to the latest version</li>\n</ul>\n\n<p>version 1.5.74: 2023-07-04</p>\n\n<ul>\n<li>Fix: show search widgets at plugin install.</li>\n<li>Fix: menu picker depts in multisource</li>\n<li>Fix: set the author data to be retrievable in dynamic grid template</li>\n<li>Fix: show meta fields switcher didn\'t worked in multisource menu items</li>\n</ul>\n\n<p>version 1.5.73: 2023-06-26</p>\n\n<ul>\n<li>Feature: added options for revisions in widget editor</li>\n<li>Fix: added support for wordpress proxy in api calling</li>\n<li>Fix: fixed empty post in query result</li>\n<li>Fix: fixed \"wrong template ID\" elementor error in post accordion</li>\n</ul>\n\n<p>version 1.5.72: 2023-06-21</p>\n\n<ul>\n<li>Fix: added the swf extension in the allowed files in assets</li>\n<li>Feature: prepared the plugin for sort filter</li>\n<li>Change: updated freemius sdk to 2.5.9</li>\n</ul>\n\n<p>version 1.5.71: 2023-06-20</p>\n\n<ul>\n<li>Change: removed js includes of the forms and filters from backend editor</li>\n<li>Change: changed colors of the free version notification in dark mode</li>\n<li>Fix: fix the \"link\" type in wpml integration automatic translation</li>\n<li>Feature: add support for the conditions in ue forms</li>\n</ul>\n\n<p>version 1.5.70 2023-06-19:</p>\n\n<ul>\n<li>Change: added some \"birthday sale\" banner</li>\n<li>Feature: added \"truncate text\" modifier to multisource fields</li>\n<li>Feature: dynamic tags now works inside posts and products related widgets</li>\n<li>Feature: added twig highlighting in codemirror editor</li>\n<li>Fix: fixed sequence animation sliders bug (fields didn\'t loaded in elementor)</li>\n<li>Fix: change the comment from // to /* */ in filters js output to allow proper page compression.</li>\n<li>Fix: the \"time ago\" string is now translatable </li>\n<li>Fix: fixed the wpml elementor template id output</li>\n<li>Fix: fixed backgrounds bug with containers in editor</li>\n<li>Fix: fixed some small bugs with the checkbox filter</li>\n</ul>\n\n<p>version 1.5.69: 2023-06-08:</p>\n\n<ul>\n<li>Fix: allow to install webp images in widgets</li>\n</ul>\n\n<p>version 1.5.68: 2023-06-06:</p>\n\n<ul>\n<li>Change: added functionality for sort filter </li>\n<li>Feature: added field: \"form conditions\" for the upcoming form</li>\n<li>Feature: added link translation to wpml integration</li>\n<li>Feature: added link_attributes field to post list fields in twig</li>\n<li>Fix: fixed slider control min max values in case of multiple units</li>\n<li>Fix: add do shortcode from ajax items response</li>\n<li>Fix: fixed posts grid output with \"product\" taxonomy without woocommerce</li>\n<li>Fix: fixed getting cross sell products query in product list</li>\n</ul>\n\n<p>version 1.5.67 - 2023-05-29:</p>\n\n<ul>\n<li>Fix: fixed some more securaty issues related to assets manager</li>\n</ul>\n\n<p>version 1.5.66 - 2023-05-28:</p>\n\n<ul>\n<li>Fix: fixed some securaty issues related to non editor users operations and not allowed to upload php files in assets manager</li>\n</ul>\n\n<p>version 1.5.65 - 2023-05-26:</p>\n\n<ul>\n<li>Fix: fixed instagram api related bugs </li>\n</ul>\n\n<p>version 1.5.64 2023-05-23:</p>\n\n<ul>\n<li>Change: update freemius to latest version 2.5.8</li>\n<li>Fix: fixed a small php bug</li>\n</ul>\n\n<p>version 1.5.63 2023-05-23:</p>\n\n<ul>\n<li>Change: expand in widget editor is now connected to the screen height</li>\n<li>Fix: fixed the dynamic popup with multiple fields code </li>\n<li>Fix: fixed some sync if the clicked item is link</li>\n<li>Feature: added support for sort post filter</li>\n<li>Feature: hide \"show only insalled\" checkbox in widgets manager if no widget installed.</li>\n</ul>\n\n<p>version 1.5.62 2023-05-14:</p>\n\n<ul>\n<li>Feature: added \"edit template\" link in template selector</li>\n<li>Feature: added hidden template edit button to top bar</li>\n<li>Feature: added option for dynamic popup link to connect to many links in the widget</li>\n<li>Fix: solved some php error with parse dynamic settings in php 8.1</li>\n<li>Fix: getMetaValue error in products</li>\n<li>Fix: fixed doubly css includes in some cases</li>\n</ul>\n\n<p>version 1.5.61 - 2023-05-07:</p>\n\n<ul>\n<li>Feature: added support for woocommerce jet wishlist</li>\n<li>Feature: did option to disable third party hooks in ajax</li>\n<li>Fix: click on link on sync didn\'t worked</li>\n<li>Fix: added some protections to nonce and to file manager zip exctract (securaty issues fix) </li>\n<li>Change: updated freemius sdk to 2.5.7 version.</li>\n</ul>\n\n<p>version 1.5.60 - 2023-04-30:</p>\n\n<ul>\n<li>Feature: added functionality to get cart number of products </li>\n<li>Fix: fixed link field settings for multisoure</li>\n<li>Fix: fixed some bugs with regular price in woocommerce widgets</li>\n<li>Fix: filters js file loaded in editor as well</li>\n<li>Fix: fixed some small php bug regarding \"pathBase\"</li>\n<li>Fix: fixed conditions in multiple select control</li>\n<li>Change: updated unite gallery version</li>\n<li>Change: disabled autoload in update_option for the catalog variable</li>\n</ul>\n\n<p>version 1.5.59: 2023-04-09</p>\n\n<ul>\n<li>Feature: added multiple select to condition attributes in widget editor</li>\n<li>Change: updated freemius sdk to the latest version</li>\n<li>Fix: fixed empty post meta fields in case that acf plugin is on</li>\n<li>Fix: fixed some bug with avoid duplicates option and filters in single grid</li>\n<li>Fix: made some corrections in case that post query show wrong init selected terms values</li>\n<li>Fix: the post carousel goes to random item after ajax refresh</li>\n<li>Fix: fixed jet engine custom fields integration</li>\n</ul>\n\n<p>version 1.5.58: 2023-03-26</p>\n\n<ul>\n<li>Feature: added dynamic popup functionality to multisource widgets</li>\n<li>Fix: fixed missing arguments in the_post action</li>\n<li>Fix: fixed some php multisource error</li>\n<li>Fix: fixed some product ajax search related issues</li>\n<li>Fix: fixed some small but with ajax refresh and sync</li>\n</ul>\n\n<p>version 1.5.57: 2023-03-20</p>\n\n<ul>\n<li>Feature: improved the multisource selectors</li>\n<li>Feature: added option to get image from post meta in post fields - widget editor</li>\n<li>Fix: added \"skins\" folder to unite gallery</li>\n<li>Fix: added more compatability to woo commerce grids with discounts plugins</li>\n<li>Fix: fixed same uc_id in dynamic templates</li>\n</ul>\n\n<p>version 1.5.56: 2023-03-13:</p>\n\n<ul>\n<li>Feature: added option authors by dynamic field in post query</li>\n<li>Feature: done some integration with flycart discounts</li>\n<li>Feature: added option to show post type and post type title in posts fields</li>\n<li>Feature: added option to add multiple values in multisource</li>\n<li>Fix: fixed get posts by terms meta field - add taxonomy</li>\n<li>Fix: fixed responsive css in dynamic loop</li>\n<li>Fix: fixed dynamic loop with jet engine acf fields</li>\n<li>Fix: fixed slider control units for vh, vx and % </li>\n<li>Fix: added \"before today\" for past year in date qury</li>\n<li>Change: the uc_id will not change now when page refresh</li>\n</ul>\n\n<p>version 1.5.55: 2023-02-23:</p>\n\n<ul>\n<li>Fix: fixed wpml integrate fields</li>\n<li>Fix: fixed some write file error, will not crash if happend</li>\n<li>Fix: fixed entrance animation js on popup</li>\n<li>Fix: fixed strip tags in intro from content</li>\n<li>Fix: fixed some php 8.1 issues</li>\n<li>Fix: fixed some post intro with html tags issues</li>\n<li>Change: do_action function is working now in free version</li>\n</ul>\n\n<p>version 1.5.54: 2023-02-15</p>\n\n<ul>\n<li>Change: added some define variable that indicate the under ajax search</li>\n<li>Change: added \"collect\", and \"output\" to schema types in content accordion widget for example</li>\n<li>Feature: added wpml auto translate integration</li>\n<li>Feature: added option to select \"all taxonomies\" in exclude terms in terms selection</li>\n<li>Feature: added option - only direct children to terms select include by</li>\n<li>Feature: added option to post select to get posts by terms from curent meta field</li>\n<li>Fix: preserve tags when truncate</li>\n<li>Fix: fixed load more with second meta add in post query</li>\n</ul>\n\n<p>version 1.5.53: 2023-02-07</p>\n\n<ul>\n<li>Fix: keep exclude terms in grid when filtering with \"override terms\" mode</li>\n<li>Fix: fixed get_terms() not found php error from 1.5.52 version</li>\n</ul>\n\n<p>version 1.5.52: 2023-02-06</p>\n\n<ul>\n<li>Change: done some protection agains infinite loops in templates</li>\n<li>Fix: fixed popup button type conditions</li>\n<li>Fix: fixed term meta fields in multisource</li>\n<li>Fix: fixed exclude term not found in post select</li>\n</ul>\n\n<p>version 1.5.51: 2023-01-31</p>\n\n<ul>\n<li>Feature: added version to js comment output</li>\n<li>Feature: connected the galleies to remote play / stop like the carousels</li>\n<li>Feature: added some error message when image size attribute is missing in multisource</li>\n<li>Feature: added dynamic popup special attribute type</li>\n<li>Fix: fixed title source and description source in multisource gallery for products.</li>\n<li>Fix: added supress filtres to ajax search query</li>\n</ul>\n\n<p>version 1.5.50: 2023-01-24</p>\n\n<ul>\n<li>Feature: added \"media\" to post types select in advanced post query</li>\n<li>Feature: improved the date time attribute</li>\n</ul>\n\n<p>version 1.5.49: 2023-01-23</p>\n\n<ul>\n<li>Fix: fixed some js optimization issues </li>\n<li>Fix: fixed filters related small js bug</li>\n</ul>\n\n<p>version 1.5.48: 2023-01-19</p>\n\n<ul>\n<li>Feature: added gallery to multisource</li>\n<li>Feature: added post type override selectin current post query options</li>\n<li>Fix: fixed remote play with carousel</li>\n<li>Fix: fixed some multisource and ajax related bugs</li>\n<li>Fix: fixed popular posts plugin integration multiple post types</li>\n<li>Fix: fixed background widgets some problematic attribute names</li>\n<li>Fix: fixed include terms by current post terms in some cases.</li>\n<li>Fix: fixed default url_assets value in multisoure</li>\n<li>Fix: fixed dark mode svg icons</li>\n</ul>\n\n<p>version 1.5.47: 2023-01-10</p>\n\n<ul>\n<li>Feature: added more units to slider attribute</li>\n<li>Feature: added \"any\" post type to post types select</li>\n<li>Feature: added include and exclude current post terms in terms selection</li>\n<li>Feature: added option to carousel - scroll to head - force</li>\n<li>Feature: allow import widgets with theme activate</li>\n<li>Fix: fixed dynamic template render css for dynamic popup</li>\n<li>Fix: fixed users list select by manual</li>\n</ul>\n\n<p>version 1.5.46: 2023-01-08</p>\n\n<ul>\n<li>Feature: set the items image size chooser work for certain image</li>\n<li>Feature: made option to put js script in saparate tags with id\'s for optimization plugins like wprocket</li>\n<li>Feature: enriched the uc_lang variable. now it\'s always showing the current language</li>\n<li>Feature: added user_login variable to the users list output</li>\n<li>Feature: has put the preview link always as a help link in widget edit panel.</li>\n<li>Change: updated the multisource that it works better with items images</li>\n<li>Change: allow html tags in post intro (excerpt) in widgets</li>\n<li>Fix: fixed filters with sync multiple grid issues</li>\n<li>Fix: fixed the exclude users list with similar names</li>\n</ul>\n\n<p>version 1.5.45: 2022-12-26</p>\n\n<ul>\n<li>Feature: added json decode filter to twig</li>\n<li>Feature: added catalog images from shortpixel for speed loading</li>\n<li>Feature: done multisource group setting</li>\n<li>Fix: fixed entrance animation on ajax refresh</li>\n<li>Fix: done sync pause / play between carousels</li>\n</ul>\n\n<p>version 1.5.44: 2022-12-19</p>\n\n<ul>\n<li>Change: updated freemius to the latest version</li>\n<li>Fix: fixed remote play / pause button</li>\n<li>Fix: fixed search filter unicode phrase</li>\n<li>Fix: fixed entrance animation appear on scroll</li>\n<li>Feature: added video gallery responsive options</li>\n<li>Fix: fixed some owl carousel size on init bug</li>\n<li>Fix: fixed js widgets under the dynamic grid template like flipbox</li>\n</ul>\n\n<p>version 1.5.43: 2022-12-04</p>\n\n<ul>\n<li>Feature: add settings output to dynamic grid fields debug</li>\n<li>Fix: fixed pods multiple image data</li>\n<li>Fix: fixed url terms in filter with dynamic grid</li>\n<li>Fix: fixed users and menu not found bug in front </li>\n<li>Change: updated twig engine to the latest version</li>\n</ul>\n\n<p>version 1.5.42: 2022-11-29</p>\n\n<ul>\n<li>Feature: added functionality for time ago in posts widgets</li>\n<li>Feature: added woo variables to woo fields - woo_price_withtax, woo_price_notax</li>\n<li>Feature: added option for term child filter role\n-optimization: reduced number of queries in post related widgets</li>\n</ul>\n\n<p>version 1.5.41: 2022-11-24</p>\n\n<p>-bug fix: fixed post select in post query</p>\n\n<p>version 1.5.40: 2022-11-23</p>\n\n<ul>\n<li>Feature: added integration to woocommerce multicourancy plugins</li>\n<li>Feature: made some integration with translate press plugin</li>\n<li>Feature: added select post and select term attribute</li>\n<li>Fix: fixed dynamic loop css backgrounds with containers</li>\n<li>Fix: fixed mousewheel event in the carousel</li>\n<li>Fix: fixed some rare php error with filters</li>\n</ul>\n\n<p>version 1.5.39: 2022-11-16</p>\n\n<ul>\n<li>Fix: fixed small bug with zip extract</li>\n<li>Update: updated black friday sale banners</li>\n</ul>\n\n<p>version 1.5.38: 2022-11-10</p>\n\n<ul>\n<li>Fix: fixed galleries default sizes with post filters</li>\n<li>Fix: fixed hidden option in select filter in safari browser</li>\n<li>Fix: fixed non ssl assets url</li>\n<li>Feature: added \"schema\" special attribute</li>\n<li>Fix: fixed false autoplay in carousel</li>\n</ul>\n\n<p>version 1.5.37: 2022-11-09</p>\n\n<ul>\n<li>Fix: fixed 1px glitch bug in the carousel, on 1 item (slide mode)</li>\n<li>Feature: prepared the filters to work with ajax search</li>\n</ul>\n\n<p>version 1.5.36: 2022-11-6</p>\n\n<ul>\n<li>Feature: added function that outputs items schema</li>\n<li>Feature: improved include by meta in posts selection, added option for multiple values</li>\n<li>Feature: added option to get current user with meta in twig</li>\n<li>Addition: validate number of post list attributes, allow only one when creating widget</li>\n<li>Fix: fixed count posts in post query summary</li>\n<li>Fix: fixed entrance animation blur type</li>\n<li>Fix: fixed avoid duplicates with random order while posts load more</li>\n<li>Fix: the timeout now reset after slide change in owl carousel</li>\n<li>Fix: fixed terms selection taxonomies with idetical post type title</li>\n<li>Fix: added protection against inifinite loop in putElementorTemplate twig function</li>\n<li>Fix: fixed acf field unaccessable in some cases with elementor pro 3.8</li>\n</ul>\n\n<p>version 1.5.35: 2022-10-24</p>\n\n<p>-Fix: fixed include by id\'s from dynamic field, and terms from dynamic field in post selection</p>\n\n<p>version 1.5.34: 2022-10-19</p>\n\n<ul>\n<li>Feature: added items image size attribute (special type)</li>\n<li>Fix: fixed show backgrounds in elementor editor</li>\n</ul>\n\n<p>version 1.5.33: 2022-10-15</p>\n\n<ul>\n<li>Fix: fixed avoid duplicates with filters</li>\n<li>Fix: fixed select dropdown filter js</li>\n<li>Feature: added avoid duplicates option to manual posts selection</li>\n</ul>\n\n<p>version 1.5.32: 2022-10-11</p>\n\n<ul>\n<li>Fix: fixed some ajax pagination issues</li>\n<li>Fix: fixed pagination widget appearance on archive ajax pages with filters</li>\n<li>Fix: added twig functionality to put product attributes text</li>\n<li>Fix: fixed export with images not worked in some cases</li>\n<li>Fix: made some protection with ezcache plugin integration and filtering</li>\n<li>Fix: fixed some small php bug with this month post selection</li>\n<li>Fix: fixed some visible and hidden filters collision</li>\n<li>Fix: fixed terms select in terms filter on history back click in filters</li>\n<li>Fix: set child filter always first unselected</li>\n<li>Fix: set option for the tabs filter to be unselected</li>\n<li><p>Fix: fixed the pagination numbers if exclude offset chosen</p></li>\n<li><p>Feature: added multiple taxonomy terms in term selection</p></li>\n<li>Feature: added query id in terms selection</li>\n<li>Feature: added functionality for next / prev post</li>\n</ul>\n\n<p>version 1.5.31: 2022-09-20</p>\n\n<ul>\n<li>Fix: fixed thumbs gallery</li>\n</ul>\n\n<p>version 1.5.30: 2022-09-18</p>\n\n<ul>\n<li>Fix: fixed multiple post filters and grid connection</li>\n<li>Fix: fixed various small php errors</li>\n<li>Fix: fixed wordpress popular posts integration small bug</li>\n<li>Feature: added terms from dynamic post selection option</li>\n<li>Feature: added option for limiting terms show in post list</li>\n<li>Change: updated once more unitegallery graphics, changed assets to svg</li>\n<li>Fix: fixed thumbnail gallery arrows</li>\n</ul>\n\n<p>version 1.5.29: 2022-09-08</p>\n\n<ul>\n<li>Fix: fixed a small issue with search page and load more</li>\n<li>Fix: fix vimeo videos stoppped playing bug</li>\n</ul>\n\n<p>version 1.5.28: 2022-09-06</p>\n\n<ul>\n<li>Feature: added support for the select filter</li>\n<li>Fix: fixed some small js bug with filters</li>\n<li>Fix: fixed some post filters related popup error</li>\n<li>Change: changed the way that galleries srolls by mouseover</li>\n</ul>\n\n<p>version 1.5.27: 2022-09-02</p>\n\n<ul>\n<li>Fix: fixed popular posts plugin integration</li>\n<li>Fix: removed some console logs in filter.js file</li>\n<li>Fix: fixed ajax pagination jump</li>\n<li>Fix: fixed unitegallery strict standards bugs</li>\n<li>Change: renamed field - \"use dynamic fields\" to \"use current post data\" in widget editor</li>\n<li>Change: updated freemius sdk to: 2.4.5</li>\n</ul>\n\n<p>version 1.5.26: 2022-08-17</p>\n\n<ul>\n<li>Feature: added debug to remote elements</li>\n<li>Fix: made some protection against wrong animation names in carousel</li>\n<li>Fix: added some small fixes to carousel and remote sync js libraries</li>\n<li>Fix: done a better find closest section in remote</li>\n<li>Fix: fixed not showing values in elementor editor post selectors</li>\n</ul>\n\n<p>version 1.5.25: 2022-08-11</p>\n\n<ul>\n<li>Feature: added option to set title field in items</li>\n<li>Fix: fixed some more lazy load related protections in galleries</li>\n<li>Fix: Fixed some Elementor 3.7 deprecation issues</li>\n</ul>\n\n<p>version 1.5.24: 2022-08-09</p>\n\n<ul>\n<li>Fix: fixed some Elementor 3.7 related js bug in editor</li>\n</ul>\n\n<p>version 1.5.23: 2022-08-05</p>\n\n<ul>\n<li>Feature: added date format to date meta field post selection</li>\n<li>Feature: added more units to padding and margin attribute</li>\n<li>Feature: added option to set selected tab number in tabs filter widget</li>\n<li>Fix: fixed some unitegallery strict related scripts</li>\n<li>Fix: fixed sequance entrance animation attribute</li>\n<li>Fix: fixed some text with pagination edit mode in elementor editor</li>\n<li>Fix: fixed ajax pagination didn\'t get back to first page</li>\n<li>Fix: fixed tabs filter and taxonomy terms in one page</li>\n<li>Change: prepare the right way dates should work in post list</li>\n</ul>\n\n<p>version 1.5.22: 2022-07-24:</p>\n\n<ul>\n<li>Feature: added option to connect to another parent in remote arrows</li>\n<li>Feature: added change url and back button in ajax filers behaviour</li>\n<li>Fix: fixed doubly plugin integration import bg widgets</li>\n<li>Fix: fixed remote next/prev directions in carousels</li>\n<li>Fix: added some more protection against infinite loops from post content processing</li>\n</ul>\n\n<p>version 1.5.21 2022-07-17:</p>\n\n<ul>\n<li>Feature: added docstart and docend template in widget js</li>\n<li>Change: end of birthday sale message update</li>\n<li>Change: added warning message in case of twig collision with other plugins</li>\n</ul>\n\n<p>version 1.5.20 2022-07-13:</p>\n\n<ul>\n<li>Feature: added more widget debug type - current post fields</li>\n<li>Feature: updated admin title on edit widget view</li>\n<li>Feature: added option to carousel: scroll to head</li>\n<li>Feature: added query data attributes into filtering grid</li>\n<li>Fix: fixed ajax pagination in some cases</li>\n<li>Fix: fixed small php bug with hover animations control</li>\n<li>Fix: fixed lity lightbox with vimeo autoplay</li>\n<li>Fix: fixed item index after shuffle</li>\n<li>Fix: fixed some seleted tab filters related issues</li>\n<li>Fix: fixed load more filter doubly ajax request in some cases</li>\n<li>Fix: fixed woo scedualed sale price output</li>\n<li>Fix: in filters replace url with pagination as well</li>\n<li>Fix: changed gallery arrows to svg</li>\n</ul>\n\n<p>version 1.5.19 2022-06-27:</p>\n\n<ul>\n<li>Feature: added max posts to current query</li>\n<li>Fix: fixed controls conditions for elementor template control</li>\n<li>Feature: added more fields to dynamic grid loop (was only title)</li>\n<li>Change: added birthday sale banner and text</li>\n</ul>\n\n<p>version 1.5.17 2022-06-21:</p>\n\n<ul>\n<li>Change: updated fancybox version</li>\n<li>Fix: Fixed bug with ajax load more and ajax pagination</li>\n</ul>\n\n<p>version 1.5.17 2022-06-09:</p>\n\n<ul>\n<li>Feature: fixed entrance animation attribute</li>\n<li>Fix: fixed uc_inside_editor variable inside background widget</li>\n<li>Fix: fixed empty default value of radio boolean control</li>\n<li>Fix: fixed double filtering issues in archive pages</li>\n</ul>\n\n<p>version 1.5.16: 2022-05-31</p>\n\n<ul>\n<li>Fix: fixed double plugin versions in pro version</li>\n<li>Fix: fixed 1 size gap in one item owl carousel</li>\n<li>Fix: fixed the dissapearing options bug in mobile</li>\n</ul>\n\n<p>version 1.5.15: 2022-05-30</p>\n\n<ul>\n<li>Change: set cache folder inside wp-uploads</li>\n<li>Feature: added option to get terms last level only - for post list / grid</li>\n<li>Feature: added twig function - get_current_user</li>\n<li>Feature: disabled right click on html5 galleries (unite gallery)</li>\n<li>Fix: the image and video repeater was missing default items</li>\n<li>Fix: fixed load more and filters on a search page</li>\n<li>Fix: fixed carousel stage padding issues</li>\n<li>Fix: fixed carousel 1 item one pixel issues</li>\n<li>Fix: fixed default values in responsive selectors</li>\n</ul>\n\n<p>version 1.5.14: 2022-05-24</p>\n\n<ul>\n<li>Fix: fixed responsive default values with selectors in number and dropdown and slider controls</li>\n<li>Fix: fixed a bug in run_code_once functionality</li>\n</ul>\n\n<p>version 1.5.13: 2022-05-23</p>\n\n<ul>\n<li>Feature: added integration with \"sticky posts switch\" plugin</li>\n<li><p>Feature: added special attribute type - entrance animation</p></li>\n<li><p>Fix: fixed sync bug between two similar elements</p></li>\n<li>Fix: fixed filters loading with wp-rocket lazy load scripts</li>\n<li>Fix: fixed put_hide_ids_css function small bug</li>\n<li>Fix: fixed fetch 2 and more widgets within one section for filtering</li>\n<li>Fix: fixed slider control js empty output bug</li>\n<li>Fix: fixed gallery title as number js bug</li>\n<li>Fix: fixed gallery images from meta fields source as array </li>\n</ul>\n\n<p>version 1.5.12: 2022-05-08</p>\n\n<ul>\n<li>Feature: added integration for wpml media change</li>\n<li>Feature: bug fix: fixed hover animations setting don\'t work on front in some cases</li>\n<li>Feature: in post selection by date added options for \"future from today\", and \"future from tomorrow\".</li>\n<li>Feature: added new function: \"put_hide_ids_css\" to hide some css comma saparated id\'s from css tab.</li>\n<li>Feature: added support for ajax refresh for multiple synced grids together</li>\n<li>Feature: added option to test instagram data</li>\n<li><p>Feature: added phpinfo view in settings - troubleshooting</p></li>\n<li><p>Fix: fixed blank window opened by a link</p></li>\n<li>Fix: fixed acf boolean value present</li>\n<li>Fix: fixed another gallery related lazy load issues</li>\n</ul>\n\n<p>version 1.5.11: 2022-04-13</p>\n\n<ul>\n<li>Feature: made option to put elementor post_content inside post widget if the post made by elementor</li>\n<li>Feature: added additional fields to getPostAuthor function like avatar url and author meta</li>\n<li>Feature: show the \"no posts\" message with filters in post list / grid</li>\n<li>Feature: add background location (back/front) to background widgets</li>\n<li>Feature: done option to get post parent with the posts in posts selection</li>\n<li>Fix: set prices display in woocommerce widgets including tax</li>\n<li>Fix: fixed editor js files didn\'t loaded bug</li>\n<li>Fix: fixed css output with dynamic template and inline css mode</li>\n<li>Fix: fixed the ajax pagination that now works with post based gallery widget</li>\n<li>Fix: fixed filters scripts loading before jquery in js</li>\n<li>Fix: allow to select empty terms in term selection control</li>\n<li>Change: set default values of responsive number / slider / dropdown controls to desktop default values</li>\n</ul>\n\n<p>version 1.5.10: 2022-04-04</p>\n\n<ul>\n<li>Fix: fixed title and description source in gallery source selection</li>\n<li>Fix: fixed the dropdown attribute php filter for elementor</li>\n<li>Feature: added \"menu_id\" for various uses as menu attribute output</li>\n<li>Feature: added option for side offset in owl carousel</li>\n<li>Feature: added option for second items html refresh in ajax filters</li>\n</ul>\n\n<p>version 1.5.9: 2022-03-27</p>\n\n<ul>\n<li>Fix: fixed simple meta output for post list</li>\n<li>Feature: made dynamic grid work with filters</li>\n<li>Feature: the background widgets works for the new container objects as well</li>\n<li>Feature: added include by another meta field in post query</li>\n</ul>\n\n<p>version 1.5.8: 2022-03-23</p>\n\n<ul>\n<li>Feature: set special behaviour for more then one filters on the page</li>\n<li>Feature: added option to load video item from posts in a gallery</li>\n<li>Change: set up galleries common default items</li>\n<li>Fix: fixed unclosable gallery lightbox with youtube videos</li>\n<li>Fix: fixed elementor 3.6.0 compatability</li>\n</ul>\n\n<p>version 1.5.7: 2022-03-17</p>\n\n<ul>\n<li>Feature: added option to modify dropdown items in php\nFix: fixed gallery default items preview and init\nFix: fixed remote counter js error</li>\n</ul>\n\n<p>version 1.5.6 = 2022-03-15:</p>\n\n<p>Fix: fixed dissapearing items in remote related widgets</p>\n\n<p>version 1.5.5 = 2022-03-15:</p>\n\n<ul>\n<li>Feature: added woocommerce sorting options in posts selection by number of sales and rating</li>\n<li>Feature: added option to get related products on checkout page</li>\n<li>Feature: done manual posts and terms selections sort by drag and drop</li>\n<li>Feature: done option to custom refresh filters html (for carousels, galleries etc)</li>\n<li>Feature: made the attributes dialog support multi controls</li>\n<li>Feature: prepared the galleries and dynamic loops to use filters and load more\nFix: fixed query debug in manual posts selection\nFix: fix: fixed posts_per_page in manual posts selection\nFix: fix: fixed jquery include for remote widgets</li>\n</ul>\n\n<p>version 1.5.4 = 2022-03-06:</p>\n\n<ul>\n<li>Feature: added roles to post filter: single, main and child</li>\n<li>Feature: added option \"placeholder\" and \"disable dynamic\" for text field control</li>\n<li>Feature: added option for debug meta fields in post list, post grid</li>\n<li>Fix: fixed some pagination widget buttons related issues</li>\n<li>Fix: fixed non clickable items in some widgets</li>\n<li>Fix: fixed put_items(0) - first item output in twig</li>\n</ul>\n\n<p>version 1.5.3 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: added functionality to put image inside taxonomy terms widget</li>\n<li>Fix: fixed load more on archive page with orderby=xxx filter in url</li>\n<li>Fix: made support for woocommerce special order by in load more</li>\n<li>Change: updated freemius sdk to 2.4.3 version (Security fix)</li>\n</ul>\n\n<p>version 1.5.2 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: set up remote and sync functionality for the galleries</li>\n<li>Fix: fixed load more for current query posts</li>\n<li>Fix: fixed background js based widgets with elementor popups</li>\n<li>Fix: fixed unitegallery unclosed tag issue</li>\n<li>Fix: fixed replace mode in tabs filters</li>\n</ul>\n\n<p>version 1.5.1 = 2022-02-21:</p>\n\n<ul>\n<li>Feature: improved post pagination debug and added force options</li>\n<li>Feature: added code for the button filters</li>\n<li>Feature: added option to shuffle owl carousel</li>\n<li>Feature: added option for general \"shuffle\" in items</li>\n<li>Feature: made option for text modify, and get the current page url and current page title</li>\n<li>Feature: get feature image of a product from a first gallery image if featured image not exists</li>\n<li>Feature: added function \"one_random\" and \"first\" to get_items twig function</li>\n<li>Feature: added support for jet listing item</li>\n<li>Change: changed the \"choose template\" setting text to attirbute title</li>\n<li>Fix: fixed load more if offset turned on in the grid</li>\n<li>Fix: fixed link control attributes parsing</li>\n<li>Fix: fixed sync general api related bugs in elementor editor</li>\n</ul>\n\n<p>version 1.5.0 = 2022-02-02:</p>\n\n<ul>\n<li>Feature: added tabs in items controls</li>\n<li>Feature: added functionality for ajax taxonomies terms filter</li>\n<li>Feature: added some accessability to owl carousel buttons</li>\n</ul>\n\n<p>version 1.4.99: 2022-01-27:</p>\n\n<ul>\n<li>Feature: added option for disable content filtering in general settings->troubleshooting</li>\n<li>Feature: added taxonomies in widget debug output</li>\n<li>Fix: fixed some gallery lazy load related js bugs</li>\n</ul>\n\n<p>version 1.4.98: 2022-01-14:</p>\n\n<ul>\n<li>Feature: modified remote general js api to fit more types of widgets</li>\n<li>Feature: added support for put meta field in post list</li>\n<li>Fix: fixed some small php notices output in post query</li>\n</ul>\n\n<p>version 1.4.97 = 2022-01-06:</p>\n\n<ul>\n<li>Feature: add code base for the taxonomy filter</li>\n<li>Feature: added option to highlight all carousel items</li>\n<li>Feature: added active class to new owl carousel</li>\n<li>Feature: added scroll on click functionality to new owl carousel</li>\n<li>Fix: added support for acf fields styles in dynamic grid</li>\n<li>Fix: fixed some wp-rocket and filters related bug</li>\n</ul>\n\n<p>version 1.4.96 = 2021-12-29:</p>\n\n<ul>\n<li>Feature: use yoast main category feature to determine post main category</li>\n<li>Feature: added get woocommerce product gallery functionality to twig</li>\n<li>Feature: added support for multiple attribute conditoins values</li>\n<li>Feature: added menu order in advanced widget debug type</li>\n<li>Feature: added WooCommerce endpoints links code to twig</li>\n<li>Feature: added option to disable font awesome in general settings</li>\n<li>Fix: fixed some filters related issue</li>\n<li>Fix: added custom attributes to link attributes output</li>\n</ul>\n\n<p>version 1.4.95 = 2021-12-16:</p>\n\n<p>*Fix: fixed db table not found php bug in some cases</p>\n\n<p>version 1.4.94 = 2021-12-14:</p>\n\n<ul>\n<li>Feature: made posible multiple includes condition values per assets</li>\n<li>Feature: added meta value2 and meta value3 in include by meta value post selection</li>\n<li>Feature: added error notice if no api connectivity</li>\n<li>Feature: added attributes section conditions</li>\n<li>Feature: prepared code base for the new galleries</li>\n<li>Fix: fixed some small pagination related bug</li>\n<li>Fix: fixed remote connection parent detection in some cases</li>\n<li>Fix: added content filtering by filter widget_text_content for all the embed and other content modifications</li>\n<li>Fix: fixed edit defaulsin widget settings</li>\n<li>Fix: fixed some polylang issues with the template in dynamic template widgets</li>\n<li>Fix: [security] remove the \"duplicate layout\" functionality (not used in the plugin) that had some security issues </li>\n</ul>\n\n<p>version 1.4.93 = 2021-12-03:</p>\n\n<ul>\n<li>Fix: fixed some connected widgets bugs when there is many of them in the page</li>\n<li>Change: removed the black friday sale banner</li>\n<li>Feature: added general remote API for various widgets connections</li>\n<li>Feature: add some code base for the new gallery output</li>\n</ul>\n\n<p>version 1.4.92 = 2021-11-24:</p>\n\n<ul>\n<li>Fix: fixed similar post content in post list</li>\n<li>Change: saparated remote and sync options in connected widgets settings</li>\n</ul>\n\n<p>version 1.4.91 = 2021-11-23:</p>\n\n<ul>\n<li>Fix: fixed the wrong post intro in editor mode</li>\n</ul>\n\n<p>version 1.4.90 = 2021-11-22:</p>\n\n<ul>\n<li>Addition: added black friday banner discount banner and link</li>\n<li>Change: improved \"sync widgets\" editor experience</li>\n<li>Fix: fixed depricated \"post\" attribute bug</li>\n<li>Fix: modified zip extracting error messages</li>\n</ul>\n\n<p>version 1.4.89 = 2021-11-17:</p>\n\n<ul>\n<li>Feature: done the functionality for sync widgets</li>\n<li>Feature: done the functionality remote widgets</li>\n<li>Fix: fixed error message on remote widgets</li>\n<li>Fix: fixed css in post content in editor</li>\n<li>Fix: use better strip tags for post intro</li>\n</ul>\n\n<p>version 1.4.88 = 2021-11-08:</p>\n\n<ul>\n<li>Fix: fixed gutenberg support in widgets</li>\n<li>Fix: fixed all the pagination issues in archive page</li>\n</ul>\n\n<p>version 1.4.86 = 2021-11-01:</p>\n\n<ul>\n<li>Fix: fixed some load more last issues</li>\n<li>Feature: added code for taxonomy terms filter</li>\n<li>Feature: added code for checkbox filter</li>\n</ul>\n\n<p>version 1.4.86 = 2021-10-29:</p>\n\n<ul>\n<li>Feature: improved current query debug - full type</li>\n<li>Feature: added dropdown responsive placeholders</li>\n<li><p>Feature: added radio boolean attribute responsive controls</p></li>\n<li><p>Fix: fixed controls tabs functionality</p></li>\n<li>Fix: fixed load more custom image bug</li>\n<li>Fix: fixed double load more in a page mishmash bug</li>\n<li>Fix: fixed all load more issues</li>\n</ul>\n\n<p>version 1.4.85 = 2021-10-13:</p>\n\n<p>-bug fix: small bug fix - headers sent bug</p>\n\n<p>version 1.4.84 = 2021-10-13:</p>\n\n<ul>\n<li>Feature: added taxonomy terms full query debug option</li>\n<li>Feature: improved full debug type in posts query</li>\n<li>Feature: added items support in editor->background switcher</li>\n<li>Feature: added support for remote controls</li>\n<li>Feature: functionality to posts load more</li>\n<li>Feature: added second condition</li>\n<li>Feature: added tabs functionality to attributes</li>\n<li>Addition: added %,px to slider units</li>\n<li>Fix: fixed avoid duplicates related bug</li>\n<li>Fix: fixed conflicting wordpress codemirror script</li>\n<li>Fix: fixed post selection values init from editor</li>\n<li>Fix: fixed pagination on front page</li>\n<li>Fix: fixed some polylang related bugs</li>\n</ul>\n\n<p>version 1.4.83 = 2021-09-22:</p>\n\n<ul>\n<li>Fix: fixed styles mishmash inside elementor editor navigator</li>\n<li>Fix: fixed dissapearing carousels after refresh bug</li>\n<li>Fix: fixed dynamic grid pagination not changed</li>\n</ul>\n\n<p>version 1.4.82 = 2021-09-20:</p>\n\n<ul>\n<li>Feature: added troubleshooting setting - show php error message</li>\n<li>Feature: added px, vh, % options for slider attribute</li>\n<li>Feature: added dynamic group attributes for galleries, including image and video</li>\n<li>Feature: added option to convert one date string to another with ucdate filter</li>\n<li>Feature: added option to use items in background widgets</li>\n<li>Feature: added ucfunc(\"set\") and ucfunc(\"get\") functions in twig for remember and retrieve variables</li>\n<li>Feature: added include by option: \"children of current term\" to category selection options</li>\n<li>Feature: added option to pull woo product variations in twig</li>\n<li>Feature: added placeholder: link_withprefix, link_noprefix for link attribute</li>\n<li>Fix: fixed error when exists dynamic link in dynamic loop widgets</li>\n<li>Fix: enabled pagination in a single type in dynamic template grid</li>\n<li>Fix: the \"not equal\" attributes condition now works</li>\n<li>Fix: fixed not editable empty dropdown attribute in widget editor</li>\n<li>Fix: fixed mb_string absence php bug</li>\n<li>Fix: fixed heading attribute label</li>\n<li>Fix: fixed responsive elementor controls in widget items</li>\n</ul>\n\n<p>version 1.4.81 = 2021-08-17:</p>\n\n<ul>\n<li>Feature: added json select (lottie) for image attribute type </li>\n<li>Feature: made option for ajax in widgets with post list attribute</li>\n<li>Feature: made the ajax pagination work with pagination widget</li>\n<li>Feature: added dynamic options for number and slider attribute types</li>\n<li>Feature: added new owl carousel sources in assets chooser</li>\n<li>Feature: added heading attribute</li>\n<li>Change: added more types of debug for pagination widget</li>\n<li>Change: changed widget icons chooser for elementor icon instead of font awesome icon</li>\n<li>Fix: fixed import with template button dissapear in the new bar</li>\n<li>Fix: fixed widgets icons</li>\n</ul>\n\n<p>version 1.4.80 = 2021-08-09:</p>\n\n<ul>\n<li>Feature: added option to change items section label</li>\n<li>Feature: added js snippet with code that works in elementor popup</li>\n<li>Feature: added option to add {current_user_id} keyword in post meta query</li>\n<li>Feature: added option for block label inside each attribute</li>\n<li>Feature: added heading text option for items section</li>\n<li>Feature: added extra fields to image base gallery options</li>\n<li>Feature: added php filter option for variable</li>\n<li>Feature: added twig functions \"get_post_term\" and \"is_post_has_term\". The examples visible when you click on item.posts.putPostTerm placeholder</li>\n<li>Fix: fixed some test widgets output relate bugs</li>\n<li>Fix: conditions settings was not affected typography controls</li>\n<li>Fix: fixed template dynamic background image didn\'t displayed bug in dynamic loops</li>\n<li>Change: added some instructions for api connectivity test in general settings - troubleshooting</li>\n</ul>\n\n<p>version 1.4.79 = 2021-07-13</p>\n\n<ul>\n<li>Fix: fixed scripts output in preview widget page</li>\n</ul>\n\n<p>version 1.4.78 = 2021-07-12</p>\n\n<ul>\n<li>Change: added birthday sale promotions</li>\n<li>Feature: added woo commerce products to dynamic loop items source</li>\n</ul>\n\n<p>version 1.4.77 = 2021-07-07</p>\n\n<ul>\n<li>Fix: fixd the is_ajax() error function from the admin area</li>\n</ul>\n\n<p>version 1.4.76 = 2021-07-07</p>\n\n<ul>\n<li>Feature: added option to show post last modified date</li>\n<li>Feature: added function: get_from_sql in widget editor that allow to pull any custom records from DB</li>\n<li>Feature: added function: run_code_once in widget editor, that allow to run the code only once. Good for many similar widgets on the same page</li>\n<li>Feature: added option for load widget js as module</li>\n<li>Fix: fixed no key_thumb field in images inside widget</li>\n<li>Fix: fixed no condition in image sizes widget setting</li>\n<li>Fix: fixed javascript based backgrounds</li>\n<li>Fix: fixed brocken svg icon on catalog widget box in some of the cases</li>\n<li>Fix: fixed collision with rankmath in ajax actions</li>\n<li>Change: added some max length for a widget category, now it\'s 60</li>\n</ul>\n\n<p>version 1.4.75 = 2021-06-21</p>\n\n<ul>\n<li>Feature: added category image to products list</li>\n<li>Feature: added option to include as module widget js include</li>\n<li>Feature: added option to write custom handle to widget js and css include</li>\n<li>Feature: added options - avoid duplicate posts to post query exclude</li>\n<li>Feature: added option to include or exclude posts by dynamic field to posts selection</li>\n<li>Feature: added option to include or exclude posts by logged in user, in posts selection</li>\n<li>Fix: fixed background widget condition functionality</li>\n<li>Fix: changed template picker to simple select2 list</li>\n</ul>\n\n<p>version 1.4.74 = 2021-06-02</p>\n\n<ul>\n<li>Feature: added function put_date_range to twig functions. good for events widgets</li>\n<li>Feature: added integration with google map</li>\n<li>Feature: added function: \"run_code_once\" for twig</li>\n<li>Feature: added grouped options for the gallery</li>\n<li>Feature: added option to get posts by date from custom ACF field</li>\n<li>Feature: added gallery settings options for dynamic settings attribute</li>\n<li>Feature: added pagination to dynamic loop</li>\n<li>Change: improved dynamic settings attribute</li>\n</ul>\n\n<p>version 1.4.73 = 2021-05-20</p>\n\n<ul>\n<li>Feature: added twig function: \"put_attributes_json\" that available in js tab in widget editor</li>\n<li>Feature: added constant - uc_inside_editor - for distinquish between editor and site front</li>\n<li>Feature: added multiple select attribute</li>\n<li>Feature: added listing attribute support</li>\n<li>Fix: fixed \"request too long\" message on a widget preview - shortened preview url</li>\n<li>Fix: fixed several bugs with condition field in widgets editor</li>\n<li>Fix: fixed hidden image size select on item attributes</li>\n<li>Fix: fixed acf group field output</li>\n<li>Fix: fixed elementor template in items, changed to specific function</li>\n</ul>\n\n<p>version 1.4.72 = 2021-05-02</p>\n\n<ul>\n<li>Feature: added rating stars helper placeholder for woocommerce</li>\n<li>Feature: added option to include js file after elementor-frontend</li>\n<li>Fix: fixed new typography deprecation message</li>\n</ul>\n\n<p>version 1.4.71 = 2021-04-22</p>\n\n<ul>\n<li>Feature: added option to take post id\'s from php function in post selection</li>\n<li>Feature: added option for get posts by meta field that located in current or different post</li>\n<li>Feature: added twig filter: wc_price for native price filtering</li>\n<li>Feature: added post terms titles to post data debug</li>\n<li>Change: added option for woocommerce categories in terms selection</li>\n<li>Fix: fixed price issues in woocommerce related grids</li>\n<li>Fix: fixed include and exclude terms mismatch with nested tax query</li>\n<li>Fix: fixed pagination on search pages</li>\n</ul>\n\n<p>version 1.4.70 = 2021-04-14</p>\n\n<ul>\n<li>Feature: added show widget data debug options</li>\n<li>Feature: added option for filter post by post meta</li>\n<li>Feature: added option for simple condition for attributes</li>\n<li>Feature: added integration with wordpress popular post plugin for most viewed posts selection</li>\n<li>Feature: added post list variables for data debug</li>\n<li>Feature: added image sizes selector for post list</li>\n<li>Feature: get thumbnailID from content in case that it\'s missing in post</li>\n<li>Fix: when bulk moving attribute it now always goes to general category</li>\n<li>Fix: fixed filter posts by status</li>\n<li>Fix: fixed instagram media albom</li>\n</ul>\n\n<p>version 1.4.69 = 2021-04-04</p>\n\n<ul>\n<li>Feature: added extra query debug options for custom post types selector</li>\n<li>Feature: added choose image size select option to image attribute</li>\n<li>Feature: added \"image_attributes\" placeholder for image output in widget editor</li>\n<li>Change: added default values select to hover animations attribute</li>\n<li>Change: changed button \"add to cart\" to \"select options\" for variable products in woocommerce list widgets</li>\n<li>Fix: fixed border radius attribute from width to radius</li>\n<li>Fix: added missing thumb sizes for image select</li>\n</ul>\n\n<p>version 1.4.68 = 2021-03-22</p>\n\n<ul>\n<li>Feature: added include recently viewed products in woocommerce</li>\n<li>Feature: added option for default max posts in post selector</li>\n<li>Feature: added attribute type: Border Dimensions</li>\n<li>Feature: added attribute type: CSS Filters</li>\n<li>Feature: added attribute type: Hover Animations</li>\n<li>Fix: removed max posts from archive type post query selection, because has no control over pagination.</li>\n<li>Fix: fixed bug when instagram video images didn\'t show up</li>\n</ul>\n\n<p>version 1.4.67 = 2021-03-12</p>\n\n<ul>\n<li>Feature: added api connectivity to troubleshooting section</li>\n<li>Feature: added options in terms selection fields</li>\n<li><p>Feature: added order by meta key for woo categories select</p></li>\n<li><p>Fix: fixed woo product price format for decimal prices</p></li>\n<li>Fix: fixed context menu cut from bottom inside the widgets manager</li>\n<li>Fix: fixed show item data in widgets items repeater</li>\n<li>Fix: fixed float to round in woocommerce discount percents</li>\n</ul>\n\n<p>version 1.4.66 = 2021-02-18</p>\n\n<ul>\n<li>Feature: added \"box shadow\" attribute type</li>\n<li>Feature: added url_posts and num_posts to users output</li>\n<li>Feature: added option for selector 2 and selector 3 in several attributes</li>\n<li>Feature: added copy / paste attributes sections in widget editor</li>\n<li>Feature: added option for get default object to getListingItemData function</li>\n<li>Feature: added support for wpml site language inside a widget</li>\n<li>Feature: added acf image and thumbnails widths and heights to placeholders list</li>\n<li>Fix: load js include file in editor even if no js code</li>\n<li>Fix: fixed some php notice with exclude terms posts selection</li>\n<li>Fix: fixed small bug in getListingItemData function with no object returned</li>\n<li>Fix: fixed post selection manual select no posts shown at init</li>\n<li>Fix: fixed bug when private posts not fetched on manual posts selection</li>\n<li>Change: updated codemirror to latest version, added code search feature</li>\n<li>Change: updated freemius sdk to 2.4.2</li>\n</ul>\n\n<p>version 1.4.65 = 2021-02-03</p>\n\n<ul>\n<li>Feature: added option to fetch custom meta fields in users list</li>\n<li>Feature: added function to twig: getByPHPFunction()</li>\n<li>Feature: added function to twig: getUserMeta()</li>\n<li>Feature: added function to twig: getListingItemData() - working inside any plugin listing</li>\n<li>Fix: fixed php sanitize array bug</li>\n<li>Fix: fixed post type in related posts post selection</li>\n</ul>\n\n<p>version 1.4.64 = 2021-02-02</p>\n\n<ul>\n<li>Change: moved \"edit widget html\" button to advanced section in general tab</li>\n<li>Feature: added option to exclude products on sale in products query section in widget settings</li>\n<li>Feature: added option to exclude specific posts in post selection widget settings</li>\n<li>Feature: added woocommerce related products select in post selection</li>\n<li>Feature: added include/exclude posts by author in widget posts selection</li>\n<li>Feature: added include/exclude posts by date in widget posts selection</li>\n<li>Feature: added date/time picker to widget attributes types</li>\n<li>Feature: added post status to widget posts selection</li>\n<li>Feature: added offset setting to widget posts selection</li>\n<li>Feature: added author url and author post count to users fields</li>\n<li>Feature: added max number of users to user selection attribute</li>\n<li>Feature: added \"elementor template\" attribute</li>\n<li>Fix: fixed small php bug in post selection control</li>\n<li>Fix: fixed js bug in items repeater</li>\n<li>Fix: fixed exclude role not worked in user selection attribute</li>\n<li>Fix: fixed get products on sale selection with variations</li>\n</ul>\n\n<p>version 1.4.63 = 2021-01-26</p>\n\n<ul>\n<li>Feature: added acf link array and attributes</li>\n<li>Feature: added ordering features to post selection related and manual</li>\n<li>Feature: added option for showing only sticky posts</li>\n<li>Feature: added exclude by term setting in widget post selection</li>\n<li>Change: moved debug data from advaned to general folder in elementor widget settings</li>\n<li>Fix: fixed woo commerce prices number format</li>\n<li>Fix: fixed refresh posts on \"post query\" section open in widget post settings</li>\n<li>Fix: fixed manual posts selection default order</li>\n</ul>\n\n<p>version 1.4.62 = 2021-01-21</p>\n\n<ul>\n<li>Feature: added text shadow field</li>\n<li>Feature: added \"manual selection\" in posts query</li>\n<li>Feature: added compatability tag</li>\n<li>Fix: fixed image size thumb name with \"-\" sign inside</li>\n<li>Fix: fixed some php warning related to array to string conversion, happening in php 8</li>\n<li>Change: show woo commerce placeholders if selected \"for woocommerce products\" checkbox in post list attribute</li>\n<li>Change: improved woo category output placeholder help, added getTermCustomFields function</li>\n</ul>\n\n<p>version 1.4.61 = 2021-01-14</p>\n\n<ul>\n<li>Feature: added max posts and order by options to current query posts selection</li>\n<li>Feature: added manual selection for woocommerce categories select</li>\n<li>Feature: added selector and responsive to drop down attribute in widget builder</li>\n<li>Change: changed buy pro version link from the catalog widgets to inside of the plugin</li>\n<li>Fix: fixed adding widgets to a db table that is not auto incriment</li>\n<li>Fix: fixed svg preview from widget builder interface</li>\n<li>Fix: fixed manual memory check when registering widgets</li>\n</ul>\n\n<p>version 1.4.60 = 2020-12-30</p>\n\n<ul>\n<li>Feature: added option for third party integration for woocommerce grid</li>\n<li>Feature: added integration for \"advanced labels for woocommerce\" plugin</li>\n<li>Feature: added view file button in assets manager</li>\n<li>Feature: added svg icon option together with font icon for elementor panel widget box</li>\n<li>Feature: added preview image on mouseover inside elementor panel widget box</li>\n<li><p>Feature: added option for disabling \"edit widget html\" from widget settings</p></li>\n<li><p>Fix: fixed empty settings when there are gallery item setting only</p></li>\n<li>Fix: added \"no settings\" heading in case that no attributes in the widget</li>\n<li>Fix: fixed some php warnings for php 8.0</li>\n</ul>\n\n<p>version 1.4.59 = 2020-12-17</p>\n\n<ul>\n<li>Fix: fixed import template redirect</li>\n<li>Feature: added option to include sticky posts for post query</li>\n<li>Feature: added post pagination for single page</li>\n<li>Feature: added number of items for instagram widget</li>\n<li>Feature: added background image to background attribute</li>\n</ul>\n\n<p>version 1.4.58 - 2020-12-07</p>\n\n<ul>\n<li>Feature: make the plugin translatable for wordpress.org</li>\n</ul>\n\n<p>version 1.4.57 - 2020-12-07</p>\n\n<ul>\n<li>Feature: done post pagination widget for archive posts</li>\n<li>Feature: added option to truncate the post list</li>\n<li>Fix: fixed show debug query on current post query</li>\n</ul>\n\n<p>version 1.4.56 - 2020-11-30</p>\n\n<ul>\n<li>Update: relesed cyber monday deal admin notice</li>\n</ul>\n\n<p>version 1.4.55 - 2020-11-26</p>\n\n<ul>\n<li>Feature: added option to sort by sale price</li>\n<li>Feature: added option to debug query</li>\n<li>Feature: added option debug widget data</li>\n<li>Feature: added option to filter posts with child categories</li>\n<li><p>Feature: added option to include only products on sale</p></li>\n<li><p>Fix: fixed no widget shown in some cases</p></li>\n<li>Fix: fixed woocommerce prices placeholders prefix</li>\n</ul>\n\n<p>version 1.4.54 - 2020-11-13 =</p>\n\n<ul>\n<li>Update: updated freemius sdk to newest version</li>\n<li>Fix: fixed comma saparated selector</li>\n</ul>\n\n<p>version 1.4.53 - 2020-11-09 =</p>\n\n<ul>\n<li>Feature: added background widgets and section backgrounds</li>\n<li>Change: removed global colors from template export</li>\n<li>Fix: fixed bug with regular and sale price in woocommerce</li>\n</ul>\n\n<p>version 1.4.52 - 2020-11-06 =</p>\n\n<p>Fix: fixed bug with regular and sale price in woocommerce</p>\n\n<p>version 1.4.51 - 2020-11-04 =</p>\n\n<ul>\n<li>Feature: added svg output in icon library attribute</li>\n<li>Feature: added woocommerce checkbox to post list</li>\n<li>Feature: added product out of stock filter for product selection</li>\n<li>Feature: added discount_percent field in post list attribute woocommerce product type</li>\n<li>Feature: added woocommerce post list order by price option</li>\n<li>Fix: fixed woocommerce category in post list attribute</li>\n</ul>\n\n<p>version 1.4.50 - 2020-10-21 =</p>\n\n<ul>\n<li>Fix: removed display errors setting</li>\n</ul>\n\n<p>version 1.4.49 - 2020-10-12 =</p>\n\n<ul>\n<li>Fix: fixed small bug with non existing controls</li>\n<li>Fix: fixed general settings error when turning off plugin</li>\n</ul>\n\n<p>version 1.4.48 - 2020-10-12 =</p>\n\n<p>*Feature: added border attribute\n*Fix: page break in some versions of elementor\n*Fix: fixed bulk move attributes with categories\n*Fix: fixed default items image field not match</p>\n\n<p>version 1.4.47 - 2020-10-08 =</p>\n\n<ul>\n<li>Update: remove russian translation</li>\n<li>Feature: added function: get_items for twig</li>\n<li>Fix: fixed switch content and style tab</li>\n<li>Fix: fixed slider control tablet/mobile default value</li>\n<li>Fix: fixed non ordered widget categories</li>\n</ul>\n\n<p>version 1.4.46 - 2020-10-04 =</p>\n\n<ul>\n<li>Feature: added function put_items_json for js items output</li>\n<li>Fix: returned widgets from uncategorized category</li>\n</ul>\n\n<p>version 1.4.45 - 2020-10-04 =</p>\n\n<ul>\n<li>Fix: fixed template import with custom widgets</li>\n</ul>\n\n<p>version 1.4.44 - 2020-10-03 =</p>\n\n<ul>\n<li>Feature: added flexible content type attribute</li>\n<li>Optimize: reduced the number of db queries, dramatically increased load speed</li>\n</ul>\n\n<p>version 1.4.43 - 2020-09-22 =</p>\n\n<ul>\n<li>Feature: added option to group attributes into sections</li>\n<li>Feature: done instagram access token auto renew</li>\n<li>Feature: added \"selector\" to color picker attribute</li>\n<li>Fix: improved consolidate widgets option protection</li>\n<li>Fix: fixed select default widget images</li>\n<li>Fix: fixed default items in gallery item (image base fields)</li>\n<li>Fix: fixed image display in default item selector</li>\n<li>Fix: global colors was absent from color selection</li>\n</ul>\n\n<p>version 1.4.42 - 2020-08-06 =</p>\n\n<ul>\n<li>Feature: added option to get grouped woocomerce products</li>\n<li>Feature: added instagram connect to official API</li>\n<li>Feature: added function: getUserData(), added into \"twig code examples\" panel</li>\n<li>Feature: added \"printVar\" and \"showDebug\" functions \"twig code examples\" panel</li>\n<li>Feature: done \"login with instagram\" in general settings, and get data from instgram API</li>\n<li>Fix: sorted \"overwrite widgets\" issue on import</li>\n<li>Fix: fixed dropdown attribute when work with html data</li>\n</ul>\n\n<p>version 1.4.41 - 2020-06-18 =</p>\n\n<ul>\n<li>Feature: added additional controls to \"number\" attribute</li>\n<li>Feature: added \"exclude uncategorized category\" to woocommerce categories select </li>\n<li>Feature: added responsive controls to slider attribute</li>\n<li>Fix: fixed template type variable issues in elementor integration</li>\n<li>Fix: show pagination only when \"current query\" is available</li>\n<li>Fix: fixed select2 field min width in posts query</li>\n</ul>\n\n<p>version 1.4.40 - 2020-06-10 =</p>\n\n<ul>\n<li>Change: hided \"consolidate widgets\" general setting</li>\n<li>Feature: added \"show/hide wrapping html comments\" to general settings</li>\n<li>Fix: fixed export template filename</li>\n</ul>\n\n<p>version 1.4.39 - 2020-06-02 =</p>\n\n<ul>\n<li>Fix: fixed save widgets from editor with large config limitation.</li>\n<li>Fix: fixed export template with page settings bug.</li>\n<li>Fix: removed extra fields from items editor, leaved only supported fields</li>\n<li>Change: updated freemius SDK to latest version</li>\n</ul>\n\n<p>version 1.4.36 - 2020-05-21 =</p>\n\n<ul>\n<li>Feature: added support for pods panda repeater</li>\n<li>Fix: done some solution for max_execution_time issues when installing template</li>\n<li>Fix: fixed rtl on templates dialog popup</li>\n<li>Fix: corrected the naming near the \"number\" field</li>\n<li>Fix: cleared \"twig\" library from some not needed files.</li>\n<li>Change: removed \"image view\" file from framework.</li>\n</ul>\n\n<p>version 1.4.35 - 2020-05-11 =</p>\n\n<ul>\n<li>Feature: added term custom fields support</li>\n<li>Feature: added term meta fields support</li>\n<li>Change: moved composer vendor folder to plugin root</li>\n<li>Change: fixed empty templates list bug when \"show only installed widget\" checkbox checked</li>\n<li>Fix: sorted out some of the templates import bugs</li>\n</ul>\n\n<p>version 1.4.34 - 2020-05-06 =</p>\n\n<ul>\n<li>Fix: removed category ations from templates section</li>\n<li>Fix: show \"putPostMeta\" function even if no example post available</li>\n<li>Fix: fixed finally all the DB not installed issues on elementor and admin pages</li>\n</ul>\n\n<p>version 1.4.33 - 2020-05-03 =</p>\n\n<ul>\n<li>Fix: fixed double twig collision by another plugin</li>\n</ul>\n\n<p>version 1.4.32 - 2020-05-02 =</p>\n\n<ul>\n<li>Update: updated to newest twig 1.x version</li>\n<li>Fix: fixed no space between placeholders in php 7.4 bug</li>\n</ul>\n\n<p>version 1.4.31 - 2020-04-26 =</p>\n\n<p>*Fix: fixed dissapearing widget issue</p>\n\n<p>version 1.4.30 - 2020-04-23 =</p>\n\n<ul>\n<li>Fix: fixed couple of bugs related to templates</li>\n</ul>\n\n<p>version 1.4.29 - 2020-04-22 =</p>\n\n<ul>\n<li>Feature: released the templates catalog</li>\n</ul>\n\n<p>version 1.4.28 - 2020-04-10 =</p>\n\n<ul>\n<li>Feature: added woocommerce categories field</li>\n<li>Fix: fixed export / import with images feature</li>\n<li>Fug: fixed error message on front on some cases when the db tables not installed yet.</li>\n</ul>\n\n<p>version 1.4.27 - 2020-04-01 =</p>\n\n<p>Fix: fixed widget default icon in manager\nFeature: added \"getPostMeta, putPostMeta, printPostMeta\" functions\nFeature: added \"getPostData\" function for acf related posts, that get\'s all the data from the related post including custom fields</p>\n\n<p>version 1.4.26 - 2020-03-28 =</p>\n\n<ul>\n<li>Change: changed to new api address</li>\n<li>Fix: fixed links not included bug in theme builder posts</li>\n<li>Fix: fixed link to buy pro version</li>\n<li>Fix: fixed free version remain activated bug</li>\n<li>Fix: simpleXML validation made the site down</li>\n</ul>\n\n<p>version 1.4.25 - 2020-03-09 =</p>\n\n<ul>\n<li>Feature: added \"responsive controls\" to margin and padding setting</li>\n<li>Feature: made \"refresh catalog\" button</li>\n<li>Feature: added \"num_items\" variable to the widget editor</li>\n<li>Change: removed the \"default fonts\" from widget defaults screen</li>\n<li>Fix: fixed some php bug in \"implode\" function</li>\n<li>Fix: fixed posts from sub categories in post list</li>\n</ul>\n\n<p>version 1.4.24 - 2020-02-14 =</p>\n\n<ul>\n<li>Feature: made \"export with images\" option in templates</li>\n<li>Fix: fixed import category widgets</li>\n<li>Fix: fixed icon html output placeholder</li>\n</ul>\n\n<p>version 1.4.23 - 2020-02-02 =</p>\n\n<ul>\n<li>Feature: improved the slider attribute</li>\n<li>Feature: added \"menu\" attribute</li>\n</ul>\n\n<p>version 1.4.22 - 2020-01-28 =</p>\n\n<ul>\n<li>Feature: added woo currency symbol</li>\n<li>Feature: added woo add to cart button</li>\n<li>Feature: added slider attribute</li>\n<li>Widget: logo grid</li>\n<li>Widget: logo carousel</li>\n<li>Widget: logo marquee</li>\n<li>Widget: image tooltip</li>\n<li>Widget: content toggle</li>\n<li>Widget: circle number</li>\n<li>Widget: post list</li>\n</ul>\n\n<p>version 1.4.21 - 2020-01-22 =</p>\n\n<ul>\n<li>Feature: added users attribute</li>\n<li>Feature: done multiple post type selector</li>\n<li>Feature: added background attribute</li>\n<li>Feature: added icon library html output</li>\n<li>Feature: added woo commerce support in posts list</li>\n<li>Bug fix: fixed icons not shown bug in widget settings</li>\n</ul>\n\n<p>version 1.4.20 - 2020-01-15 =</p>\n\n<ul>\n<li>Bug fix: fixed font awesome icon output</li>\n<li>Bug fix: fixed instagram not loading bug</li>\n<li>Change: updated font awesome css version</li>\n<li>Change: changed the way that instagram was loaded on the page</li>\n</ul>\n\n<p>version 1.4.19 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added filter by slug to terms attribute</li>\n<li>Feature: changed repeater items titles to the ones from \"title\" field instead of \"Item1\", \"Item2\" etc.</li>\n<li>Feature: added automated styling for date field, added \"ucdate\" filter for that.</li>\n<li>Feature: done functionality for display post author</li>\n<li>Change: changed the font awesome attribute to fa5</li>\n<li>Change: added strip html tags from truncate function</li>\n</ul>\n\n<p>version 1.4.18 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added all image sizes to posts</li>\n<li>Feature: added \"putPostTerms\" function to posts</li>\n<li>Feature: added wpautop filter to twig</li>\n<li>Feature: added option for custom twig PHP functinoality for PRO version</li>\n<li>Feature: hide \"edit widget html\" button for user that don\'t have capability to see the plugin </li>\n<li>Feature: added wpml compatablity</li>\n<li>Feature: added related posts in posts list</li>\n<li>Feature: added padding and margin controls (pro)</li>\n<li>Bug Fix: fixed pagination output</li>\n</ul>\n\n<p>version 1.4.17 - 2019-12-12 =</p>\n\n<ul>\n<li>Change: changed to more flexible catalog api</li>\n</ul>\n\n<p>version 1.4.16 - 2019-08-12 =</p>\n\n<ul>\n<li>Feature: added post query relation (and, or) chooser</li>\n<li>Change: update to freemius sdk 2.3.1</li>\n<li>Feature: added \"trancate\" filter</li>\n<li>Fix: fixed editor permissions PHP Error</li>\n</ul>\n\n<p>version 1.4.15 - 2019-19-11 =</p>\n\n<ul>\n<li>Change: remove the old deprecated codecanyon activation</li>\n<li>Fix: fixed bug when both plugins are installed together</li>\n<li>Fix: fixed empty widget content when put a lot of content in the widget html/js</li>\n<li>Feature: added option for fonts for post list for intro and content</li>\n<li>Feature: added custom filter query ID in posts list query (pro)</li>\n<li>Feature: added labels to typography fields</li>\n<li>Feature: added description option for elementor controls</li>\n<li>Feature: added option to add help links to widgets from the widget editor</li>\n</ul>\n\n<p>version 1.4.14 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed js not included bug</li>\n</ul>\n\n<p>version 1.4.13 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed terms attribute selector bugs in elementor</li>\n<li>Fix: fixed post selection was not showing post types without taxonomies</li>\n<li>Fix: fixed rtl visibility issues in admin</li>\n</ul>\n\n<p>version 1.4.12 - 2019-15-10 =</p>\n\n<ul>\n<li>Feature: added exclude posts by current post</li>\n<li>Feature: added post category addition custom taxonomy support</li>\n<li>Fix: fixed some bug in post list selector elementor</li>\n</ul>\n\n<p>version 1.4.11 - 2019-07-10 =</p>\n\n<p>*Feature: added link param html attributes placeholder\n*Feature: added category link to post list params\n*Fix: fixed post list category not displayed bug</p>\n\n<p>version 1.4.10 - 2019-28-9 =</p>\n\n<p>-bug fix: added some front end protection against db not installed bug\n* Feature(pro): added do_action for custom wp actions run\n* Feature(pro): added apply_filters for custom wp actions run\n-bug fix: fixed export widget with assets path\n-change: added instructions to download pro version.</p>\n\n<h4>1.4.7 - 2019-18-9</h4>\n\n<p>*Fix: fixed post category selection in post list</p>\n\n<h4>1.4.6 - 2019-18-9</h4>\n\n<p>*Fix: fixed dynamic items in repeater</p>\n\n<h4>1.4.6 - 2019-11-9</h4>\n\n<p>*Fix: fixed admin body class external\n*Feature: make support for post categories list\n*Feature(pro) - made taxonomies list attribute\n*Fix: fixed current posts fetch in archive type</p>\n\n<h4>1.4.5 - 2019-19-8</h4>\n\n<p>*Change: improved widgets manager design</p>\n\n<h4>1.4.3 - 2019-25-7</h4>\n\n<p>*Change: updated the activation link from plugins\n*Change: small UI improvements</p>\n\n<h4>1.4.2 - 2019-24-7</h4>\n\n<p>*Feature: add post category to dynamic fields\n*Feature: added toolset integration</p>\n\n<h4>1.4.1 - 2019-8-7</h4>\n\n<p>*Feature: added search widget\n*Feature: the plugin is now fully translatable, added russian translation</p>\n\n<h4>1.4 - 2019-8-7</h4>\n\n<p>*Change: moved to new payment system (freemius), changed pricing plans</p>\n\n<h4>1.3.39 - 2019-2-7</h4>\n\n<p>*Feature: add alt tags to image attribute\n*Feature: add automatic name from title on add attribute\n*Feature: redesign categories</p>\n\n<p>*Fix: removed autop filter change code from front end\n*Fix: allow to import widget when stand on category from catalog\n*Fix: fixed instagram widgets typography bug</p>\n\n<h4>1.3.38 - 2019-30-6</h4>\n\n<p>*Feature: added code examples / js snippets\n*Feature: added widget preview</p>\n\n<h4>1.3.37 - 2019-23-6</h4>\n\n<p>*Feature: add support for archive pages\n*Feature: added archive pages pagination\n*Change: changed fonts design controls</p>\n\n<h4>1.3.36 - 2019-20-6</h4>\n\n<p>*Fix: fixed multiple similar js includes in one page</p>\n\n<h4>1.3.35 - 2019-20-6</h4>\n\n<p>*Feature: add support for acf gallery field</p>\n\n<h4>1.3.34 - 2019-13-6</h4>\n\n<ul>\n<li>Feature: improved the post list filtering and ordering</li>\n</ul>\n\n<h4>1.3.33 - 2019-12-6</h4>\n\n<ul>\n<li>Feature: added ordering posts by meta value</li>\n<li>Fix: fixed site crash by db error</li>\n</ul>\n\n<h4>1.3.32 - 2019-11-6</h4>\n\n<ul>\n<li>Fix: fixed pods together with acf fileds</li>\n<li>Fix: added all categories to post list</li>\n</ul>\n\n<h4>1.3.31 - 2019-10-6</h4>\n\n<ul>\n<li>Feature: added link attribute</li>\n</ul>\n\n<h4>1.3.30 - 2019-06-6</h4>\n\n<ul>\n<li>Feature: made PODS integration</li>\n</ul>\n\n<h4>1.3.29 - 2019-06-5</h4>\n\n<ul>\n<li>Feature: added set widget icon functionality, with presence in catalog</li>\n<li>Feature: added preview widget button from the catalog</li>\n</ul>\n\n<h4>1.3.28 - 2019-06-3</h4>\n\n<ul>\n<li>Feature: made plugin translatable</li>\n</ul>\n\n<h4>1.3.27 - 2019-06-2</h4>\n\n<ul>\n<li>Fix: fixed font override attribute bug</li>\n</ul>\n\n<h4>1.3.26 - 2019-05-30</h4>\n\n<ul>\n<li>Feature: added typography attribute</li>\n</ul>\n\n<h4>1.3.25 - 2019-05-29</h4>\n\n<ul>\n<li>Tweak: added support for dynamic params in image field</li>\n</ul>\n\n<h4>1.3.24 - 2019-05-29</h4>\n\n<ul>\n<li>Fix: Fix dynamic field</li>\n<li>Tweak: Added message when adding an empty repeater from custom fields</li>\n</ul>\n\n<h4>1.3.23 - 2019-05-01</h4>\n\n<ul>\n<li>Feature: Added dynamic fields to all text controls</li>\n<li>Feature: Added \"edit html\" button to all widgets</li>\n<li>Fix: Fixed consolidated addons render bugs</li>\n</ul>\n\n<h4>1.3.22 - 2019-04-25</h4>\n\n<ul>\n<li>Feature: Made all acf fields integration including the pro like repeater and clone</li>\n</ul>\n\n<h4>1.3.21 - 2019-04-20</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.20 - 2019-04-15</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.19 - 2019-04-10</h4>\n\n<ul>\n<li>Feature: Done all acf fields</li>\n</ul>\n\n<h4>1.3.18 - 2019-04-05</h4>\n\n<ul>\n<li>Change: Update post child vars when change post</li>\n</ul>\n\n<h4>1.3.17 - 2019-04-01</h4>\n\n<ul>\n<li>Change: Add dynamic fields to addon editor</li>\n</ul>\n\n<h4>1.3.16 - 2019-03-30</h4>\n\n<ul>\n<li>Fix: Fixed the switchers </li>\n<li>Fix: Fixed the upload file</li>\n<li>Fix: Fixed checkbox in assets tab</li>\n</ul>\n\n<h4>1.3.15 - 2019-03-25</h4>\n\n<ul>\n<li>Fix: Fixed visual bugs</li>\n<li>Fix: Fixed radio boolean attribute (switcher)</li>\n</ul>\n\n<h4>1.3.14 - 2019-03-20</h4>\n\n<ul>\n<li>Fix: Fixed addon assets tab bugs</li>\n</ul>\n\n<h4>1.3.13 - 2019-03-15</h4>\n\n<ul>\n<li>Feature: Done export/import template with addons</li>\n</ul>\n\n<h4>1.3.12 - 2019-03-10</h4>\n\n<ul>\n<li>Feature: Added fedback on deactivate</li>\n</ul>\n\n<h4>1.3.11 - 2019-03-05</h4>\n\n<ul>\n<li>Fix: Fixed export import layout stuff</li>\n</ul>\n\n<h4>1.3.10 - 2019-03-01</h4>\n\n<ul>\n<li>Fix: Fixed assets tab issues</li>\n<li>Fix: Fixed post to articles category rename on install</li>\n</ul>\n\n<h4>1.3.09 - 2019-02-28</h4>\n\n<ul>\n<li>Fix: Fixed test addon jquery include</li>\n<li>Change: Added purchase link to license page</li>\n</ul>\n\n<h4>1.3.08 - 2019-02-25</h4>\n\n<ul>\n<li>Fix: Fixed settings text output</li>\n</ul>\n\n<h4>1.3.07 - 2019-02-20</h4>\n\n<ul>\n<li>Fix: Fixed font manager bug</li>\n</ul>\n\n<h4>1.3.06 - 2019-02-15</h4>\n\n<ul>\n<li>Fix: Fixed taxonomy issues</li>\n</ul>\n\n<h4>1.3.05 - 2019-02-10</h4>\n\n<ul>\n<li>Fix: Fixed add addon functionality</li>\n</ul>\n\n<h4>1.3.04 - 2019-02-05</h4>\n\n<ul>\n<li>Improvment: Improved post types category selection</li>\n</ul>\n\n<h4>1.3.03 - 2019-02-01</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.02 - 2019-01-30</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.01 - 2019-01-25</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.2.01 - 2019-01-20</h4>\n\n<ul>\n<li>Fix: Fixed js in editor when addins widget</li>\n</ul>\n\n<h4>1.2.00 - 2019-01-15</h4>\n\n<ul>\n<li>Feature: Pro version with a catalog</li>\n</ul>\n\n<h4>1.0.11 - 2019-01-10</h4>\n\n<ul>\n<li>Fix: Fixed some wordpress galleries related bug</li>\n</ul>\n\n<h4>1.0.10 - 2019-01-05</h4>\n\n<ul>\n<li>Fix: Fixed export category</li>\n</ul>\n\n<h4>1.0.09 - 2019-01-01</h4>\n\n<ul>\n<li>Change: Made global setting for consolidata addons or not</li>\n<li>Change: Updated some memory text in general settings</li>\n</ul>\n\n<h4>1.0.08 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed all notices related bugs</li>\n</ul>\n\n<h4>1.0.07 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed with default data types</li>\n</ul>\n\n<h4>1.0.06 - 2018-12-25</h4>\n\n<ul>\n<li>Fix: Fixed js includes consolidated</li>\n</ul>\n\n<h4>1.0.05 - 2018-12-20</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.04 - 2018-12-15</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.03 - 2018-12-10</h4>\n\n<ul>\n<li>Fix: Fixed empty category issues</li>\n</ul>\n\n<h4>1.0.02 - 2018-12-05</h4>\n\n<ul>\n<li>Fix: Fixed bug with some unit values in render output</li>\n</ul>\n\n<h4>1.0.00 - 2018-12-01</h4>\n\n<ul>\n<li>Release: First plugin release</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:7:\"1.5.100\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/69825.zip?is_premium=true&authorization=FSLA+14440533%3AwGRU-jqNMzLfyV9nhhnYg0EtXwFn2gtfw-NeUZ6kXD-Vai0fFMyJeASUfDx0SlxSbXY4qKd0RKGvNYai0y99r1b9kYiv1xA8aGl6BdroBoVAa5Mm03P0oXaENL4X5N9-t-GubyRPjY0flPgj-WOXm8zZhzVfXlGvR-CH0RMrF4Mr9T4gC1GvU4R_3o4bbqkGZWrtul0E7irC2PDDiQ2opv-tUjxZmvWkajObWEsXoi25Zdi0fFUJKkszJDRuPZ0Az3yFHHBVWm5fhvLqYpgQqQ\";}}s:7:\"created\";i:1710744877;s:9:\"timestamp\";i:1710748477;}s:92:\"get:/v1/installs/14440533/updates/latest.json?is_premium=true&newer_than=1.5.100&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:7:\"1.5.102\";s:11:\"sdk_version\";s:5:\"2.6.2\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:3:\"6.5\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:30249;s:2:\"id\";s:5:\"70785\";s:7:\"created\";s:19:\"2024-04-04 14:57:39\";s:7:\"updated\";s:19:\"2024-04-05 06:53:02\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/70785.zip?is_premium=true&authorization=FSLA+14440533%3AlSOFm1AuhVPVxF-P587YqAOvqbFqvJQvWI8BxICrxDDoLRdwEAUSJzTiZ5tuV3AGmS7ZaP5gJV9w0zPmnGjN2itmYzzY8Q_fo6YtQMF6C-cSX_o3Y1Qfdrh_u7qPEGmStAust6QGvhvLN-g8J5HkhLhLHbFDH3QhA6rfSA4e07CtgigxBwdmJ-b4gx7B1T25U6H6CAo39MZRxrBNCWnkZgJEUg5fT2coVeeeO4JjH6RKaIHwlLgSQCVkP2IQrJ9Nsb_fllX4JS1qSrwpknsJuQ\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:66:\"Unlimited Elements For Elementor (Free Widgets, Addons, Templates)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"tags\";O:8:\"stdClass\":6:{s:9:\"elementor\";s:9:\"elementor\";s:8:\"elements\";s:8:\"elements\";s:6:\"addons\";s:6:\"addons\";s:16:\"elementor addons\";s:16:\"elementor addons\";s:16:\"elementor widget\";s:16:\"elementor widget\";s:12:\"page builder\";s:12:\"page builder\";}s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";N;s:6:\"tested\";s:3:\"6.5\";s:10:\"stable_tag\";s:3:\"1.0\";s:8:\"sections\";O:8:\"stdClass\":4:{s:11:\"description\";s:7110:\"<p><strong>Elementor</strong> users, elevate your web design experience with <strong>Unlimited Elements for Elementor</strong>. An all in one plugin that instantly gives you the most advanced widgets and tools to make better Elementor websites faster. Take your WordPress website to the next level.</p>\n\n<p><a href=\"https://unlimited-elements.com/elementor-widgets/\">View Elementor Widgets Demos</a>\n<br>\nBrowse our extensive collection of free widgets or upgrade to our pro version for access to over 200 additional unique drag and drop widgets for <strong>Elementor</strong>. Each widget provides a wide range of options to easily control every aspect. If you can\'t find what you need, our <strong>Widget Creator</strong> Framework empowers you to create any widget you can imagine.</p>\n\n<h3>Plugin Features</h3>\n\n<ul>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Widget Library</strong></a> – Enhance the popular Elementor page builder with our user-friendly and innovative widget library. Simplify your website by finding everything you need in one place, without the need for multiple plugins.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/widget-creator/\"><strong>Widget Creator</strong></a> – Save valuable time by eliminating the need to search for numerous plugins and add-ons. Instead, create customized, professional widgets that perfectly align with your website requirements.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-templates/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/loop-builder-for-elementor/\"><strong>Loop Builder</strong></a> – Easily create dynamic Loop Items within the Elementor Theme Builder by utilizing any loop widget layout of your preference. Effortlessly populate the chosen widget with dynamic content to craft versatile and engaging Loop Items.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/background-widgets-for-elementor/\"><strong>Background Widgets</strong></a> – Elevate your web designs instantly with our user-friendly animated backgrounds available in our extensive widget library. Experience seamless integration and unleash your creativity like never before.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/post-widgets-filters-tools/\"><strong>Post Widgets & Filters</strong></a> – Easily create stunning post layouts with real-time filters. Improve the browsing experience for website visitors by helping them find the content they\'re looking for. Effortlessly display posts using advanced criteria on your entire website.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/woo/\"><strong>WooCommerce Widgets & Filters</strong></a> – Create stunning product layouts with dynamic real-time filters. Showcase your products and categories in a wide array of interactive formats, such as grids, carousels, sliders, and more.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/remote-control-widgets/\"><strong>Woo Widgets & Filters</strong></a> – Unleash your creativity with advanced and customizable layouts. Take full control of your designs and make them truly unique using the remote controls. Stand out from the crowd with layouts that are both eye-catching and distinctive.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/sync-widgets/\"><strong>Sync Between Widgets</strong></a> – Elevate your web designs to new heights by seamlessly synchronizing multiple item-based widgets. This powerful feature empowers you to effortlessly create intricate and personalized layouts, taking your designs to the next level of sophistication.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source-galleries/\"><strong>Multi-Source Galleries</strong></a> – Empower your gallery showcase by effortlessly featuring Woo products, WordPress posts, Instagram feeds, and a variety of other sources, including various API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/live-copy-paste/\"><strong>Live Copy Paste</strong></a> – Copy and paste fully designed sections from the Unlimited Elements website directly to your website, saving you time and ensuring you can finish your web project as soon as possible.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-menu-widget-for-elementor/\"><strong>Mega Menu Builder</strong></a> – Easily craft a distinctive Mega Menu for your website navigation by incorporating images, icons, links, and various Elementor widgets into unique menu layouts.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-slider-widget-for-elementor/\"><strong>Mega Slider Builder</strong></a> – Easily turn any Elementor sections into slider slides. Now you can amaze your website visitors with jaw-dropping slider designs that look amazing on any device.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source/\"><strong>Multi-Source Widgets</strong></a> – Add content dynamically to item-based widgets effortlessly with support for ACF repeaters, JSON/CSV files, Woo Products, WordPress posts, users, menus, and a range of API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/dynamic-post-popup-widget-for-elementor/\"><strong>Dynamic Popup Builder</strong></a> – Dynamically create a popup to add a quick view of the post without leaving the page. Use an Elementor single post template to create the layout of the dynamic popup.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/form-builder/\"><strong>Elementor Form Builder</strong></a> – Build advanced forms effortlessly using the drag-and-drop form builder. Whether it’s a simple or complex form, our straightforward form widgets make it quick and easy to create forms, improving your workflow.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/calculators/\"><strong>Calculator Builder</strong></a> – Easily design professional calculators for any type of industry. Whether you need a loan calculator, mortgage calculator or business calculator, our powerful and intuitive drag and drop builder makes it easy to create complex calculators with ease.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/filters/\"><strong>Elementor Filter Widgets</strong></a> – Unlock the potential of the AJAX-based faceted filter system, seamlessly empowering you to craft diverse layouts with ease. Take control by applying multiple filters, ensuring a super-fast and dynamic filtering experience tailored to your website needs.</p></li>\n</ul>\";s:12:\"installation\";s:521:\"<p>Note : This plugin works with Elementor. Make sure you have <a href=\"https://wordpress.org/plugins/elementor/\">Elementor</a> installed.</p>\n\n<ol>\n<li>Upload the plugin folder to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress</li>\n<li>Navigate to Unlimited Elements in the WordPress side menu and install the widget you want by hovering over it and clicking install.</li>\n</ol>\";s:3:\"faq\";s:4208:\"<h4>Can I use the plugin without Elementor?</h4>\n\n<p>No. You cannot use the plugin without Elementor since it\'s an addon for Elementor.</p>\n\n<h4>Does the plugin work with any theme?</h4>\n\n<p>Absolutely! The plugin will work with any theme where Elementor works.</p>\n\n<h4>What if I update to the Premium version after using the Free version?</h4>\n\n<p>Your existing elements/content will work with the premium version. So you won’t lose your any of your hard work.</p>\n\n<h4>Can I get a refund?</h4>\n\n<p>If you are not happy with your purchase at anytime just contact us and we will refund 100% of your money no questions asked.</p>\n\n<h4>Do you offer a renewals discount?</h4>\n\n<p>Yes, you get 25% discount for all annual plan automatic renewals. The renewal price will never be increased so long as the subscription is not cancelled.</p>\n\n<h4>How do I install and activate the \'Unlimited Elements for Elementor\' plugin on WordPress?</h4>\n\n<p>To install the \'Unlimited Elements\' plugin on your WordPress site, access your WordPress Dashboard and go to Plugins -> Add New. In the search box, enter \'Unlimited Elements.\' Locate the plugin in the search results and click on the \'Install Now\' button. Once the installation is finished, click on the \'Activate\' button, and \'Unlimited Elements for Elementor\' will be successfully activated on your WordPress site.</p>\n\n<h4>Do I need to know code to use Unlimited Elements?</h4>\n\n<p>No, you do not need to know code to leverage the widgets and other tools provided by the Unlimited Elements plugin. It is designed to be user-friendly, allowing you to enhance your Elementor experience without any coding expertise. However, for users familiar with code, the plugin offers the added advantage of a widget creator, enabling the creation of custom Elementor widgets for a more tailored and advanced design experience.</p>\n\n<h4>Is my site secure with Unlimited Elements?</h4>\n\n<p>Yes, Unlimited Elements is a secure plugin. The plugin is regularly updated to adhere to common security standards, ensuring a secure environment for your website.</p>\n\n<h4>What types of filters does Unlimited Elements provide?</h4>\n\n<p>Unlimited Elements offers a variety of filter types, including search filters, dropdowns, tabs filters, checkboxes filters, and WooCommerce-related filters, providing a diverse range of options for dynamic and versatile website filtering.</p>\n\n<h4>Are the filters compatible with any post type or WooCommerce products?</h4>\n\n<p>Yes, all the filters provided by Unlimited Elements are live Ajax filters, ensuring dynamic and seamless filtering experiences. They are compatible with any post type, including custom post types, and WooCommerce products, offering versatile functionality for a wide range of content on your website. Utilize specific WooCommerce filters to enhance the shopping experience for your customers, such as the price range slider filter and color swatches filter for products with different colors.</p>\n\n<h4>Can I use Unlimited Elements to display custom post types in my widgets?</h4>\n\n<p>Yes, Unlimited Elements supports showcasing custom post types with advanced query selection and seamless connection to any filter from the UE library. This allows for tailored and dynamic content presentation on your website using the plugin\'s versatile features.</p>\n\n<h4>What are multi-source widgets in Unlimited Elements?</h4>\n\n<p>Multi-source widgets in Unlimited Elements enable the population of item-based widgets with various dynamic source types. These widgets can be populated using sources like ACF repeater fields, WooCommerce products, custom post types, Instagram feeds, and various API integrations. This versatility allows for the seamless integration of diverse content into widgets, enhancing the flexibility and functionality of your website elements.</p>\n\n<h4>Should I use Remote Control Widgets or the Sync Widgets function in Unlimited Elements?</h4>\n\n<p>The choice depends on your design preferences. If you want complete control, go for Remote Control Widgets. For synchronized layouts, choose Sync Widgets. They can also be used together for even more powerful customization options in Unlimited Elements.</p>\";s:9:\"changelog\";s:122743:\"<p>version 1.5.101: 2024-04-03</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added \"date time\" attribute to items attributes list</li>\n<li>Feature - made some integration for \"relevanssi\" plugin</li>\n<li>Feature - added woo rating stars to multisource fields</li>\n<li>Feature - added visual text that showing the form fields conditions</li>\n<li>Fix - fixed filters mode init mode</li>\n<li>Fix - fixed various filters related bugs</li>\n<li>Fix - fixed ucpage parameter fetch for pagination in archive page</li>\n<li>Fix - fixed gallery from meta field item source texts </li>\n<li>Fix - fixed some number field processing</li>\n<li>Fix - fixed multisep form with template submit</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Set First Item Selected\' option. This new functionality allows users to automatically select the first item in the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented \'Open Current Submenu On Page Load\' option. This new functionality allows users to automatically expand the current submenu on page load, providing immediate access to relevant content.</li>\n<li>Feature: Background Slider (Pro) - Introduced \'Add SEO Tags\' option, allowing users to include alt and title attributes for images for improved search engine optimization of the widget content.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Message Box After Send\" option, allowing automatic closure of the message box after clicking the send button for improved user experience and convenience.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Button After Click\" option, enabling automatic closure of the buttons after clicking any button, eliminating the need for manual closure for enhanced user convenience and interaction.</li>\n<li>Feature: Content Grid (Pro) - Implemented \'Description\' option. This new functionality allows users to add a description to the widget, providing additional context or instructions.</li>\n<li>Feature: SVG Animation (Free) - Optimized widget for Elementor Popup compatibility. This update ensures seamless integration and improved performance when using the widget within Elementor Popups.</li>\n<li>Feature: Animated Ripples (Pro) - Introduced \'Ripple Scale\' option, enabling users to control the size of the ripples for enhanced visual customization and effect.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Item Trigger type\' for Segment Layout type. This new functionality allows segments to be opened by hovering on them, providing users with an alternative interaction method.</li>\n<li>Feature: Line Text Divider (Free) - Added styling options including Line Thickness, Line Border Radius, Line Shadow, Text Typography, Background Color, Padding, Border, Border Radius, and Box Shadow for enhanced customization. Additionally, existing styling options have been improved for better optimization and user experience.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Grow Effect on Thumb Hover option. This new functionality allows users to enable the grow effect on thumbnail hover.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Hide Default Arrows option. This new functionality allows users to hide default arrows, providing enhanced customization of the widget\'s appearance and behavior.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Show Time Ago\' option. This new functionality allows users to display the time elapsed since a publish event, providing context and improving user engagement.</li>\n<li>Feature: Dropdown Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Empty Field Error Text\' option. This new functionality allows users to customize the error message displayed when a required field is left empty.</li>\n<li>Feature: Icon Bullets (Free) - Implemented \'Title Color Hover\' and \'Text Color Hover\' options. These new functionalities allow users to customize the color of titles and text when hovered over, providing enhanced interactivity and visual feedback.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Font Family\' option for Label X Axis and Y Axis. This new functionality allows users to customize the font family for labels displayed on the X and Y axes, providing enhanced typography control.</li>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Arrows\' option and updated Arrows styling options. This new functionality allows users to control the visibility of arrows and customize their styling, providing more flexibility in widget design and navigation.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Empty Message\' option. This new functionality allows users to display a custom message when no posts are found, providing better user feedback and enhancing the user experience.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Change: Checkboxes Filter (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.</li>\n<li>Change: Post Carousel (Pro) - Added \'alt\' and \'title\' attributes to the image for improved SEO optimization and accessibility.</li>\n<li>Change: Flip Box Carousel (Pro) - Changed some selectors in CSS to avoid empty items appearing on live page.</li>\n<li>Change: Underline Animated Button (Free) - Changed <section> tag to </li>\n</ul>\n\n<p><</p>\n\n<p>div>. This update improves the semantic structure of the widget, ensuring better compatibility with various screen readers and accessibility standards.\n* Change: Unlimited Charts (Pro) - Updated the animation option to trigger animation when the chart comes into view instead of upon initial load, improving user experience and visual appeal.\n* Change: Submit Button (Free) - Changed the position of Empty Field Errors to be grouped after the submit button. This update enhances the layout and organization of error messages, providing users with a clearer indication of missing information before submission.\n* Change: Post Blocks (Free) - Changed CSS selector for Typography option for better accessibility. This update improves the accessibility of the Typography option by using a more descriptive and accessible CSS selector.\n* Change: List Marquee (Pro) - Increased speed limit to 1000. This update enhances the speed capabilities of the widget, allowing for faster performance and smoother animations.\n* Change: Checkbox Field (Pro) - Increased accessibility by adding IDs to input elements and \"for\" attributes to label elements. This update improves accessibility by associating labels with their corresponding form controls, making it easier for screen readers and other assistive technologies to interpret and navigate the form.\n* Change: Masonry Gallery (Pro) - Implemented \'Autoplay Video In Lightbox\' option. This new functionality allows users to enable autoplay for videos displayed within the lightbox, providing a more dynamic and engaging viewing experience.\n* Change: WhatsApp Chat (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.\n* Fix: Number Field (Pro) - Implemented CSS protection from the max-width CSS property. This new functionality safeguards against unintended styling conflicts or overrides caused by the max-width property.\n* Fix: Fullscreen Menu (Free) - Addressed issue where the fullscreen menu was not displayed correctly in Safari browser.\n* Fix: Image Scroll (Pro) - Resolved 404 error appearing every time Overlay element was added on the page. This fix ensures that the Overlay element is loaded correctly without triggering a 404 error.</p>\n\n<p>version 1.5.100: 2024-03-17</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to connect the filters to some specific grid group</li>\n<li>Fix: fixed js run for background output not always happend</li>\n<li>Fix: filters was shown only related to grid taxonomies after changing to \"all\" </li>\n<li>Fix: returned some tiles gallery images that was missing</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: List (Free) - Implemented \'Open Link in New Tab\' option. This new functionality allows users to specify whether links should open in a new tab, providing flexibility in link behavior.</li>\n<li>Feature: Compact Gallery (Free) - Implemented \'Hide Thumbnail Panel Under Width\' option. This new functionality allows users to hide the thumbnail panel when the viewport width is below a specified threshold, optimizing the display for smaller screens.</li>\n<li>Feature: Select Dropdown Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Checkboxes Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Tabs Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Added \'Image Horizontal Shift\' option, allowing users to adjust the horizontal position of the image for enhanced customization and layout control.</li>\n</ul>\n\n<p>version 1.5.99: 2024-03-11</p>\n\n<ul>\n<li>Fix - updated multisource image fields</li>\n<li>Fix - fixed some small php bug with strtobool function</li>\n</ul>\n\n<p>version 1.5.98: 2024-03-05</p>\n\n<ul>\n<li>Fix Some small gutenberg related bug fix</li>\n</ul>\n\n<p>version 1.5.97: 2024-03-04</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Fix: allow showing authors name translated</li>\n<li>Change: updated font awesome version to 6</li>\n<li>Fix: done some link attribute security fix</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Accordion Menu (Pro) - Implemented \'Active State Color\' options for Sub Menu items. This new functionality allows users to customize the color of sub-menu items when they are in the active state, providing enhanced visual feedback.</li>\n<li>Feature: Content Slider (Pro) - Made \'Slide Margin\' option available for Full Slider Type and Offset Slider Type. This update expands the usability of the margin customization, allowing users to set margins between slides in both Full Slider and Offset Slider configurations.</li>\n<li>Feature: Icon Tabs (Pro) - Made \'Start Collapsed\' option responsive. This update ensures that the \'Start Collapsed\' behavior adjusts responsively, providing a consistent and user-friendly experience across various devices and screen sizes.</li>\n<li>Feature: Post Accordion (Free) - Introduced \'Expand All Accordion\' functionality, enabling users to expand all accordion items with a single click for improved content accessibility.</li>\n<li>Feature: Fullscreen Menu (Free) - Introduced option to customize the thickness of the animated hamburger icon bars, providing users with greater control over the visual appearance of the icon.</li>\n<li>Change: Coverflow Carousel (Pro) - Updated \'Button Link\' option: if empty, no link will be applied. This modification ensures that if the \'Button Link\' option is left empty, no link will be associated with the button within the widget.</li>\n<li>Fix: Product Carousel (Pro) - Optimized widget HTML code. This update enhances performance and efficiency by streamlining the HTML structure of the widget.</li>\n<li>Fix: Content Tabs (Free) - Improved widget interaction within an Elementor\'s popup. This update ensures a more seamless and optimized experience when utilizing the widget within a popup setting.</li>\n</ul>\n\n<p>version 1.5.96: 2024-02-26</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Feature: added option for time_ago_short in timelines that will show shorter version of minutes and hours text</li>\n<li>Feature: added defaults for weather widget</li>\n<li>Fix: fixed hourly weather fields</li>\n<li>Fix: fixed the import with images functionality</li>\n<li>Fix: set default timeout to remote requests</li>\n<li>Fix: fixed the image duplicate when importing templates</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Side Menu (Pro) - Implemented \'Menu Padding\' option. This new functionality allows users to set padding for the menu, providing control over the spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced a new value for \'Meta Data Position\' option called \'Before Title\'. This new functionality allows users to position meta data before the title, providing additional flexibility in content layout.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Stage Padding\' option. This new functionality allows users to set stage padding, displaying a part of the previous and next carousel items for a more visually appealing and dynamic presentation.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Selected Item Number\' option. This new functionality allows users to select a specific item by default, enhancing user experience by highlighting a predetermined item upon initialization.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option to display the image on the opposite side of the content for enhanced layout flexibility and customization.</li>\n<li>Feature: Thumbnail Slider (Pro) - Introduced \'Multi Source\' option, enabling users to select gallery items from various sources for enhanced flexibility and content integration.</li>\n<li>Feature: Timer Countdown Banner (Pro) - Added \'Direction\' option to support RTL (Right-to-Left) layout websites.</li>\n<li>Feature: Post Horizontal Timeline (Pro) - Introduced Background Color and Icon Color options for Navigation Arrows in disabled mode. This new functionality allows users to customize the appearance of navigation arrows when they are disabled, providing enhanced visual control.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Time Ago Type\' option. This new functionality allows users to choose the type of time ago representation, providing flexibility in how time is displayed within the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Text Custom Field\' option. This new functionality allows users to add a custom field under the main Posts Text, providing additional customization for displaying content.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Link Type\' option for all link elements in the widget. This new functionality allows users to choose the type of link for various elements within the widget, enhancing control over linking behavior.</li>\n<li>Feature: Remote Link (Pro) - Introduced active state for the link. This new functionality allows users to customize the appearance of the link when it is in an active state, providing enhanced visual feedback.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Implemented \'Hide Vertical Scrollbar in Popup\' option. This new functionality allows users to hide the vertical scrollbar within the popup, providing a cleaner and more focused appearance.</li>\n<li>Feature: Icon Carousel (Pro) - Introduced \'Autoplay Pause on Hover\' option, allowing users to pause autoplay functionality when hovering over the carousel for improved control and interaction.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Introduced Entrance Animation functionality for the popup. This new feature allows users to apply entrance animations, enhancing the visual appeal and engagement when the popup appears.</li>\n<li>Feature: Unlimited Timeline (Free) - Implemented \'Content Box Link\' option. This new functionality allows users to link the entire content box, providing a convenient way to associate a link with the entire widget item.</li>\n<li>Feature: Text Field (Free) - Added \'Read Only\' option, allowing users to set the field as read-only for preventing user input while retaining visibility of the text.</li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Radar Range\' option for Radar chart, allowing users to set the minimum range value for improved data visualization.</li>\n<li>Feature: Testimonial Carousel (Pro) - Added \'Rating\' field to the Source option. This new functionality allows users to incorporate a rating field as a source for the widget, expanding the available data sources for enhanced content display.</li>\n<li>Feature: Multi Step Form (Pro) - Introduced \'Direction\' option. This new functionality is useful for RTL (Right-to-Left) websites, allowing users to set the direction of the widget layout accordingly.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option for users to customize the text of each item\'s button, providing greater flexibility.</li>\n<li>Feature: Post List (Free) - Implemented \'Space Between Categories\' option. This new functionality allows users to set spacing between categories, providing control over the layout and visual presentation of category elements.</li>\n<li>Feature: Memory Game (Pro) - Introduced \'Add Completion Time to Form Field\' option, enabling users to automatically append the time taken to complete the memory game to a designated form field.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Add Link For The Whole Item\' option. This new functionality allows users to add a link to the entire widget item, enhancing the interactive capabilities and providing a clickable area for the entire item.</li>\n<li>Feature: Post Carousel (Pro) - Implemented \'Text Padding\' and \'Title Padding\' options. This new functionality allows users to set padding for text and title elements, providing enhanced control over spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced \'Date Modified\' options. This new functionality allows users to display the date when a post was last modified, providing additional information and transparency in content presentation.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Introduced options to customize Maps Controls icons\' color and background color. This new functionality allows users to personalize the appearance of map controls, enhancing visual customization.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Disable Map Interaction On Mobile\' option. This new functionality allows users to disable map interaction specifically on mobile devices, providing control over the user experience on smaller screens.</li>\n<li>Change: Content Tabs (Free) - Modified behavior of \'Start Collapsed\' option when used with \'Set Hash\'. If the URL has a hash, the first opened tab will be determined by the hash, providing a more dynamic and user-friendly experience.</li>\n<li>Change: Dropdown Button (Pro) - Removed Text Decoration CSS property from dropdown items. This update enhances the visual presentation by eliminating unnecessary text decoration.</li>\n<li>Change: Woo Mini Cart (Pro) - Added separate border options for \'View Cart\' and \'Checkout\' buttons, providing users with more customization flexibility for button styling.</li>\n<li>Change: Swipe Carousel (Pro) - Modified \'Enable Link\' option. Now, the entire item serves as a link, providing a more intuitive and consistent approach to linking within the widget.</li>\n<li>Fix: Submit Button (Free) - Corrected default values in email 2 that were leading to validation errors.</li>\n<li>Fix: Post Carousel Lite (Free) - Addressed issue where the carousel was not displaying on mobile devices.</li>\n<li>Fix: Icon Tabs (Pro) - Resolved issue with the \'Start Collapsed\' option. The fix ensures that the \'Start Collapsed\' option now functions correctly, delivering the intended collapsed behavior upon initialization.</li>\n<li>Fix: Post Grid (Pro) - Optimized widget item HTML code. This update enhances performance and efficiency by streamlining the HTML structure of widget items.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized item HTML code. This update improves performance and efficiency by refining the HTML structure of individual items within the widget.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized CSS code. This update improves performance and reduces the overall footprint of the stylesheet, enhancing efficiency and loading times.</li>\n<li>Fix: Remote Link (Pro) - Resolved issue where the Text Shadow option was erroneously interpreted as Box Shadow. The fix ensures that the Text Shadow option now functions correctly, providing the intended text shadow effect.</li>\n<li>Fix: Scroll Sequence (Pro) - Revised and improved descriptions of the widget fields for better clarity.</li>\n<li>Fix: Post Magazine Grid (Pro) - Added \'raw\' tag to category names to fix the display issue where the \'&\' symbol in category names was not displaying correctly.</li>\n<li>Fix: Before After (Pro) - Improved widget interaction with Elementor\'s Popups. This update ensures seamless integration and optimal performance when using the widget within Elementor\'s Popup functionality.</li>\n<li>Fix: Grid Gallery (Pro) - Resolved an issue where the widget was not extending to full width within Elementor Container.</li>\n<li>Fix: Particle Image (Pro) - Added protection from lazy load. This update ensures compatibility and proper functionality, mitigating potential issues related to lazy loading on various platforms.</li>\n</ul>\n\n<p>version 1.5.95: 2024-02-12:</p>\n\n<ul>\n<li>Feature: Ensure that the blog displayed on the \"Home\" page of the plugin is always up-to-date.</li>\n<li>Feature: Implemented support for tags in the widget catalog.</li>\n<li>Feature: Added an option for galleries to play videos in muted mode.</li>\n<li>Feature: Integrated weather forecast data preparation for the widget.</li>\n<li>Fix: Addressed some minor potential security risks associated with the import templates functionality.</li>\n<li>Fix: Rectified email validation for Form Email2.</li>\n<li>Fix: Resolved some issues with the price range filter.</li>\n<li>Fix: fixed the problem where dynamic template styles disappeared after updating Elementor Pro.</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Image Zoom Content Box (Free) - Implemented \'Title Tag\' option. This new functionality allows users to specify the HTML tag for titles within the widget, providing flexibility and control over the semantic structure of the content.</li>\n<li>Feature: Post Accordion (Free) - Implemented \'Disable Link in Image\' option. This new functionality allows users to disable the link associated with an image, providing more control over the interactive behavior of images within the widget.</li>\n<li>Feature: Slider Gallery (Free) - Implemented \'Mute Video\' option. This new functionality allows to play videos muted by default. Volume can be adjusted in video players on live page.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Item Bar Width\' option. This new functionality allows users to customize the width of individual bars, providing greater control over the visual representation of items.</li>\n<li>Feature: Remote Item Navigation (Pro) - Introduced \'Border Override Color\' options for Regular and Active states. This new functionality allows users to customize border colors separately for both Regular and Active states, enhancing visual styling in the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Title Min Height\' option. This new functionality allows users to set a minimum height for the title, offering more control over the visual presentation and consistency in the widget.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Show Link\' option. This new functionality enables users to show or hide links and customize their styling within the widget, offering more control over the interactive elements.</li>\n<li>Feature: Counter (Free) - Implemented \'Add Link To Widget Container\' option. This new functionality allows users to include a link, enhancing the interactive capabilities of the element by enabling navigation to another page or resource.</li>\n<li>Feature: Icon Box Accordion (Pro) - Introduced \'Icon + Text\' option for Graphic Element. This new value expands customization by allowing users to display both an icon and text within the Graphic Element for richer visual representation.</li>\n<li>Feature: Before After (Pro) - Added support for the widget inside Elementor\'s Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to utilize the widget effectively within Elementor\'s Tabs.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Hide Inactive Arrow\' option. This new functionality allows users to hide inactive arrows, providing a cleaner and more focused appearance in the widget interface.</li>\n<li>Feature: Layers (Pro) - Added shadow for icon type layers.</li>\n<li>Feature: Icon Pointer Button (Pro) - Introduced \'Direction\' option. This new functionality allows users to specify the direction for RTL (Right-to-Left) or LTR (Left-to-Right) websites, ensuring proper layout alignment based on language direction.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Auto Height\' option. This new functionality adjusts the height of the slider dynamically based on the height of the current slide, providing a more adaptive and seamless user experience.</li>\n<li>Feature: Justified Image Carousel (Pro) - Option to fix the broken layout (resulting in a duplicate carousel) caused by delayed image loading, this solution verifies that the images are loaded before initializing the carousel.</li>\n<li>Feature: Remote Tabs (Pro) - Introduced styling options for Border Radius, Border, and Shadow for the image of the active tab.</li>\n<li>Feature: Layers (Pro) - Added background color, padding and radius for text fields.</li>\n<li>Feature: WhatsApp Chat (Pro) - z-index option for Popup, allowing users to customize the stacking order of the Popup for better control over its visibility in relation to other elements.</li>\n<li>Feature: WhatsApp Chat (Pro) - Introduced option to customize the Popup Title, along with styling options for enhanced visual control and personalization.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced \'Additional Title\' options. This new functionality expands customization by providing additional settings for titles, allowing users to further enhance the visual presentation of titles within the widget.</li>\n<li>Feature: Content Grid (Pro) - Introduced \'Image Scale\' option. This new functionality allows users to scale the images, providing enhanced control over the visual presentation within the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented feature - automatically opens menu item if it matches the current page URL.</li>\n<li>Feature: Post Grid (Pro) - Added Option to show post tags, providing users with the ability to showcase tags associated with each post.</li>\n<li>Feature: Post Magazine Grid (Pro) - Introduced \'Image Scale\' and \'CSS Filters\' options along with the hover transition duration for enhanced image customization.</li>\n<li>Feature: Card Carousel (Free) - Implemented \'Image Position\' option. This new functionality allows users to customize the position of image within the widget, providing enhanced control over the visual layout.</li>\n<li>Feature: Layers (Pro) - Added mouse parallax effect, adds a captivating and interactive dimension to the user interface.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced additional styling options. This new set of functionalities allows users to further customize and refine the visual appearance of the widget, providing enhanced styling possibilities.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Close Transition Speed\' option. This new functionality enables users to set the speed of close animations for the dropdown, enhancing visual transitions and customization.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added \'Image Position\' option, allowing users to customize the position of the image above or below the content for enhanced layout flexibility.</li>\n<li>Feature: Layers (Pro) - Implemented motion effects—now elements can bounce up and down and move left to right for a livelier interface.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Center Info Window\' option. This new functionality allows users to center the info window on the map, providing enhanced visibility and focus on the selected location.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Close After Outside Info Window Click\' option. This new functionality allows users to close the info window after clicking outside of it on the map, enhancing user interaction and control.</li>\n<li>Feature: Layers (Pro) - Implemented responsive settings for individual layers, allowing users to toggle each layer on or off based on the specific device requirements.</li>\n<li>Feature: Image Accordion (Pro) - Added \'Title HTML Tag\' option, providing users with better SEO control by allowing customization of HTML tags for widget titles.</li>\n<li>Feature: Content Tabs (Free) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab content for a smoother and more seamless user experience.</li>\n<li>Feature: Event List (Pro) - Implemented \'Remove Expired Event Item\' option. This new functionality allows users to automatically remove event items that have expired, streamlining content management within the widget.</li>\n<li>Feature: Post Grid (Pro) - Added typography option for post tags, allowing users to customize the font style, size, and other typographic attributes.</li>\n<li>Feature: Event List (Pro) - Implemented \'Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the button, providing enhanced control over the layout within the widget.</li>\n<li>Feature: vCard (Pro) - Introduced option to include social media links in downloadable VCF contact file, enhancing contact information with additional social network profiles for improved connectivity.</li>\n<li>Change: Toggle Text Button (Free) - Upgraded textarea to full functionality editor, providing users with enhanced editing capabilities.</li>\n<li>Change: vCard (Pro) - Updated vCard JavaScript library to the latest version, ensuring compatibility with current standards and latest feature availability.</li>\n<li>Fix: Woo Product List (Free) - Introduced \'Layout Type\' option. This new functionality allows users to set the layout as either column or row, providing flexibility in organizing and displaying content within the widget.</li>\n<li>Fix: vCard (Pro) - Resolved issue where QR code was not scanning on some apps.</li>\n<li>Fix: Hotspots (Pro) - Rebuilt JavaScript code for better interaction. Removed unnecessary code to optimize performance and streamline functionality.</li>\n<li>Fix: Sideways Vertical Text (Pro) - Text layout shifting issue on Safari browser.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue with scrolling to the top of the page after tab click. The fix ensures that tab clicks no longer trigger unintended scrolling to the top, providing a smoother user experience.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the vertical scrollbar appearing on hover.</li>\n<li>Fix: Testimonial Carousel (Pro) - The issue where styling attributes (size and color) for SVG icons were not taking effect.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue in Content Tabs when Before After widget couldn\'t function inside tabs. The fix ensures proper functionality, allowing users to utilize the widget as intended.</li>\n<li>Fix: Woo Product Grid (Pro) - Added image HTML attributes to product images.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue where the size of social icons wasn\'t responding to the option value. The fix ensures that the specified option value now accurately reflects the size of social icons.</li>\n<li>Fix: Counter (Free) - Removed unnecessary space in \'Before Text\' and \'After Text\' options. This update improves the clarity and presentation of the text by eliminating unnecessary spacing.</li>\n<li>Fix: Content Tabs (Free) - Added support for Elementor Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to incorporate the widget effortlessly within Elementor Tabs.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved an issue where incorrect icons were being displayed after selecting a menu item.</li>\n<li>Fix: Woo Mini Cart (Pro) - Improved widget compatibility with optimization plugins like WP Rocket. This update ensures seamless integration, optimizing performance and enhancing the overall user experience when using these plugins.</li>\n<li>Fix: Post Accordion (Free) - Updated post content loading method to resolve the issue where, on some sites, post content was not displaying correctly.</li>\n<li>Fix: Dropdown Field (Pro) - Fixed an issue when Dropdown Field couldn\'t parse Field Name to Number Field widget.</li>\n<li>Fix: Card Carousel (Free) - Resolved issue where Transition Speed wasn\'t working for non-default animations. The fix ensures that Transition Speed now functions correctly for all animations, providing consistent and reliable behavior.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Removed default 2px border with blue color from one of the map elements. This update improves the visual presentation by eliminating an unnecessary border.</li>\n</ul>\n\n<p>version 1.5.94: 2024-01-25:</p>\n\n<ul>\n<li>Feature: added option to message individual fields for the form</li>\n<li>Change: removed instagram blocked api message - the instagram functionality is active now!</li>\n<li>Change: added default values to currency fields</li>\n<li>Fix: fixed small php bug regarding date field in items</li>\n<li><p>Fix: fixed some small xss vulnurability that pachstack discovered</p></li>\n<li><p>Feature: Number Field (Pro) - Introduced \'Enable Date Field in Formula\' option. This new functionality enables the use of Date Field in formula by allowing the addition or subtraction of days.</p></li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Remove Items with 0 Value\' option. This new functionality automatically excludes items with a value of 0 from charts.</li>\n<li>Feature: WordPress Menu (Free) - Implemented \'Hover Effect\' option. This new functionality allows users to choose from a variety of hover link effects, enhancing the visual presentation with dynamic animations.</li>\n<li>Feature: Hotspots (Pro) - Introduced customizable popup positioning, providing users with the option to define the exact position rather than relying on preset center alignment.</li>\n<li>Feature: Event List (Pro) - Introduced \'Event End Date\' option, allowing users to display event end date and time.</li>\n<li>Feature: Event List (Pro) - Implemented \'Calendar Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the calendar, providing better control over its placement within the layout.</li>\n<li>Feature: Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Dropdown Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Value Handling\' options. This new functionality allows users to choose the checkbox value type from options such as sum, individual number, or individual text, providing flexibility in handling checkbox values.</li>\n<li>Feature: Masonry Gallery (Pro) - Introduced \'Title Typography\' and \'Description Typography\' options. These new functionalities allow users to customize the typography settings for titles and descriptions.</li>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Tile Background Color\' option. This new functionality allows users to customize the background color of tiles, providing enhanced visual control over the widget\'s appearance.</li>\n<li>Feature: Hotspots (Pro) - Added \'Popup Image Size\' option, allowing users to customize the size of popup images.</li>\n<li>Feature: WooCommerce Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented \'Open Links In New Tab\' option. This new functionality allows users to specify whether links should open in a new tab with Source type posts, products, etc.</li>\n<li>Feature: Content Ticker (Pro) - Added Option to add an Image for each ticker item.</li>\n<li>Change: Hotspots (Pro) - Enabled \'Image Size Select\' option for the Image, allowing users to choose from different image resolutions for enhanced flexibility and visual customization.</li>\n<li>Change: Icon Carousel (Pro) - Improved \'Item Minimum Height\' option by expanding the range of values.</li>\n<li>Fix: Fullscreen Menu (Free) - Improved protection from Elementor sticky section interference.</li>\n<li>Fix: vCard (Pro) - Issue with QR code not displaying when \'Include Image in Contact\' is enabled has been resolved.</li>\n<li>Fix: Dropdown Field (Pro) - Resolved issue with \'Field Name\' not appearing during email sending. The fix ensures that the field name is now properly displayed in email notifications.</li>\n<li>Fix: Mega Menu (Pro) - Resolved horizontal scroll issue. The fix ensures that the layout no longer experiences unintended horizontal scrolling, providing a more stable and user-friendly experience.</li>\n<li>Fix: Scroll To Top (Free) - Resolved issue where the icon wasn\'t visible on the frontend. The fix ensures proper visibility of the icon, addressing the bug and improving the overall appearance.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the \'Disable Page Scroll\' option not working in some cases. The fix ensures consistent functionality, preventing page scrolling as intended.</li>\n<li>Fix: Text Field (Free) - Resolved input width issue. The fix ensures that input elements now display with the correct width.</li>\n</ul>\n\n<p>version 1.5.93: 2024-01-18:</p>\n\n<ul>\n<li>Feature: Introduced the option \'slider_video_autoplay\' to galleries, enabling video autoplay when changing items.</li>\n<li>Feature: Added the option to include specific taxonomies in related posts queries.</li>\n<li>Feature: Implemented automatic recognition of video thumbnail IDs in certain gallery types based on relevant post meta.</li>\n<li>Feature: Added functionality for the price range filter.</li>\n<li>Change: Updated the Freemius version.</li>\n<li>Change: Modified the text format for the export change log.</li>\n<li>Change: Restored the \"import with images\" feature after incorporating file type checks for security.</li>\n<li>Fix: Enhanced the handling of multiple user records for the \'exclude users\' option in the users query (Ajax-based).</li>\n<li>Fix: Corrected URL CSS and JS inclusion issues in Elementor editor.</li>\n<li><p>Fix: Corrected a bug related to \"mini cart widget\" in PHP in specific cases.</p></li>\n<li><p>Feature - Card Carousel (Free) - Introduced \'Hide Item\' option. This new functionality allows users to hide items instead of deleting them permanently, offering a more reversible and flexible approach to item management.</p></li>\n<li>Feature - Post Grid (Pro) - Implemented \'Layout Type: Above\' option. This new functionality allows users to change the position of the content box to above the image.</li>\n<li>Feature - Thumbnail Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Compact Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Grid Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Slider Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Flip Box Carousel (Pro) - Introduced option for back icon alignment, providing users the flexibility to customize the alignment of the back icon.</li>\n<li>Feature - Post List (Free) - Implemented \'Image Scale\' option for regular and hover states. This new feature allows users to customize the scaling of images independently for regular and hover states, enhancing visual presentation.</li>\n<li>Change - Flip Box Carousel (Pro) - Implemented conditional rendering of CSS to reduce unused styles, resulting in improved performance, SEO, and faster load times for enhanced user experience.</li>\n<li>Change - Content Accordion (Free) - Improved \'Expand All Accordion\' functionality, now allowing users to close the accordion by clicking the same button again for a more intuitive and user-friendly experience.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Implemented protection against buttons not being vertically aligned in specific cases.</li>\n<li>Fix - Flip Box Carousel (Pro) - Resolved an issue where links were not functioning properly when clicking on the back icon.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Resolved issue with the product button not being clickable in some cases.</li>\n<li>Fix - Post Carousel (Pro) - Resolved issue with the side-by-side layout.</li>\n<li>Feature - Logo Grid (Free) - Enhanced responsiveness for item \'Padding\' option. This update ensures that item padding adjusts effectively across various screen sizes and device resolutions for a consistent layout.</li>\n<li>Feature - Logo Grid (Free) - Implemented \'Direction\' option. This new feature is particularly useful for RTL (Right-to-Left) websites, allowing users to specify the direction of the widget\'s layout for improved compatibility.</li>\n<li>Feature - Content Accordion (Free) - Introduced a new feature that allows the expansion of all accordion items by clicking on an external element with the class \"ue-content-accordion-expand-all\".</li>\n<li>Feature - Memory Game (Pro) - Introduced template option for success message, Allowing users to show Elementor template as success message.</li>\n<li>Feature - Memory Game (Pro) - Added \'Completion Time\' option, enabling users to show the time it took to complete the game for a more informative and engaging experience.</li>\n<li>Feature - Content Accordion (Free) - Introduced \'Additional Header Content\' option in the accordion, allowing users to include additional content after the header title.</li>\n<li>Feature - Post Accordion (Free) - Implemented \'Open Links in New Tab\' option. This new functionality allows users to configure links to open in a new tab, enhancing control over the navigation experience.</li>\n<li>Feature - Side Menu (Pro) - Added an option to add a logo to the side menu layout.</li>\n</ul>\n\n<p>version 1.5.92: 2024-01-04:</p>\n\n<ul>\n<li>Feature: Introduced the change log option in the widget editor.</li>\n<li>Feature: Introduced the ability to connect with Google API for multi-source options.</li>\n<li>Feature: Included an option to link with Google Sheets under the general settings for forms.</li>\n<li>Feature: Integrated a \"show globals\" feature in troubleshooting for enhanced diagnostics.</li>\n<li>Feature: Implemented the capability to output cart fragments for the woo mini cart.</li>\n<li>Feature: Provided an option for \"none\" under lightbox-type in galleries, allowing users to disable the lightbox.</li>\n<li>Feature: Added an \"excerpt\" field to post fields within the widget editor for more detailed posts.</li>\n<li>Fix: Replaced site_url() with home_url() in global variables for better website navigation.</li>\n<li>Fix: Resolved a conflict with another select2 on the admin side, ensuring smoother operations.</li>\n<li>Fix: Rectified an error with multiple order by clauses in post queries to improve data sorting.</li>\n<li><p>Fix: Enhanced the manual selection of Elementor template retrieval for optimized performance.</p></li>\n<li><p>Feature - Content Carousel - Introduced \'Equalize Content Height\' option. This new feature simplifies the process of making content elements equal in each item.</p></li>\n<li>Feature - Flip Box Carousel - Enhanced responsiveness for Border Radius option. The update ensures that the Border Radius adapts effectively to different screen sizes and device resolutions for a consistent display.</li>\n<li>Feature - WooCommerce Product Carousel - Resolved broken layout issue occurring when set to side-by-side layout</li>\n<li>Feature - Phone Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Textarea Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Email Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Text Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Testimonial Carousel - Implemented \'Layout Type: Grid\' option. This new functionality facilitates the transformation of the widget\'s layout into a simple grid.</li>\n<li>Feature - Testimonial Carousel - Introduced \'Layout Type: Swipe\' option. This new feature allows users to set the behavior of the widget, resembling the functionality found in Swipe Carousel widget.</li>\n<li>Feature - Flip Box Carousel - Introduced \'Disable Mouse Drag\' and \'Disable Touch Drag\' options in Flip Box Carousel settings, offering control over user interaction by allowing the disabling of dragging functionalities.</li>\n<li>Feature - Team Member Grid - Introduced \'Badge\' option, allowing users to include custom badge images or icons for enhanced member representation.</li>\n<li>Feature - Thumbnail Slider - Implemented responsiveness for \'Slider Main Image Height\' option.</li>\n<li>Feature - Thumbnail Slider - Optimized \'Slider Main Image Height\' functionality to prevent widget reloading upon value change.</li>\n<li>Change - Thumbnail Slider - Changed attribute of \'Slider Main Image Height\' option from Number to Slider. This adjustment simplifies the process of adjusting the height of the main image by providing a more intuitive control.</li>\n<li>Fix - Submit Button - Improved interaction within Multi Step Form widget. Enhancements have been made to streamline and optimize the submit action.</li>\n<li>Feature - Multi Step Form - Implemented form submission loader. This new addition introduces a visual loader to illustrate the process of sending form data, enhancing user feedback during form submission.</li>\n<li>Feature - WooCommerce Product List - Introduced \'Default Image\' option. The widget will now display the specified default image when a product image is empty, for a more personalized user experience.</li>\n</ul>\n\n<p>version 1.5.91: 2023-12-28:</p>\n\n<ul>\n<li>Change: removed some vulnerability related to templates import</li>\n</ul>\n\n<p>version 1.5.90: 2023-12-18:</p>\n\n<ul>\n<li>Fix: fixed some small bug with pro version main file</li>\n</ul>\n\n<p>version 1.5.89: 2023-12-17:</p>\n\n<ul>\n<li>Fix: fixed some post filters detection issues on the page</li>\n<li>Fix: fixed some \"$type not found\" message in php</li>\n<li>Fix: fixed some \"infinite template found: \" message in php (emtpy template load protection)</li>\n<li>Change: added instagram api access error message</li>\n<li>Change: removed \"import with images\" functionality. replaced by doubly plugin.</li>\n</ul>\n\n<p>version 1.5.88: 2023-12-11:</p>\n\n<ul>\n<li>Feature: added \"iframe\" gallery type to the gallery items</li>\n<li>Fix: fixed the \"show/hide edit html button\" option from general settings</li>\n<li>Fix: fixed the general_settings.xml php error</li>\n<li>Fix: fixed some issue with gallery loading on pages and current meta keys</li>\n<li>Fix: fixed default value in datetime control</li>\n<li>Change: added some improvements for the form </li>\n<li>Change: set video placeholder to dynamic galleries in case of video item</li>\n</ul>\n\n<p>version 1.5.87: 2023-11-21:</p>\n\n<ul>\n<li>Change: updated freemius sdk to 2.6.0 version</li>\n<li>Change: added some protection against double background widgets output</li>\n<li>Feature: enabled form functionality</li>\n<li>Feature: enabled currency exchange functionality</li>\n</ul>\n\n<p>version 1.5.85: 2023-11-15</p>\n\n<ul>\n<li>Feature: added woo_addcart_ajax_attributes_button in twig for the button</li>\n<li>Feature: added option to show original settings values in widget debug</li>\n<li>Feature: added troubleshooting setting not to show php deprecated warnings</li>\n<li>Fix: better prepare post custom fields for the post multisource</li>\n<li>Fix: links from meta field works now</li>\n<li>Fix: fixed the ob_end_clean bug</li>\n<li>Fix: in post query - excluded posts not in from posts in</li>\n<li>Fix: fixed a small bug in the unite gallery library</li>\n<li>Change: updated twig version to 3.x</li>\n<li>Change: updated instagram data with date released field</li>\n</ul>\n\n<p>version 1.5.85: 2023-09-20</p>\n\n<ul>\n<li>Fix: fixed a small bug with multisource image param message</li>\n</ul>\n\n<p>version 1.5.84: 2023-09-20</p>\n\n<ul>\n<li>Feature: added twig function csv to json</li>\n<li>Feature: changed the admin view to new design (added designed header and menu)</li>\n<li>Feature: added option to enable animation on swipe to owl carousel js</li>\n<li>Feature: added woo mini cart functionality</li>\n<li><p>Feature: added option: \"current query as a base\" to post selection -> include by</p></li>\n<li><p>Fix: added support for webp in the manager</p></li>\n<li>Fix: allow fetching images from media library post type for the galleries </li>\n</ul>\n\n<p>version 1.5.83: 2023-08-22</p>\n\n<ul>\n<li>Fix: don\'t show first item in filter when no terms available</li>\n<li>Change: updated calculators javascript code base</li>\n</ul>\n\n<p>version 1.5.82: 2023-08-16</p>\n\n<ul>\n<li>Feature: added option for group filtering widgets</li>\n<li>Feature: solved the video play in gallery type from attachment video</li>\n<li>Change: turned off the video icon for background attribute</li>\n<li>Fix: fixed dynamic template with avoid duplicates</li>\n<li>Fix: fixed gallery widget acf video item error</li>\n<li>Fix: fixed some sort filter bugs with the default selected</li>\n</ul>\n\n<p>version 1.5.81: 2023-08-10</p>\n\n<ul>\n<li>Fix: fixed some missing css in the dynamic loop widgets</li>\n<li>Fix: fixed some child filters related bug</li>\n<li>Fix: fixed order by price in current query</li>\n<li>Fix: fixed some php 8.16+ version notices </li>\n<li>Feature: added option to print the term meta</li>\n</ul>\n\n<p>version 1.5.80: 2023-08-07</p>\n\n<ul>\n<li>Feature: added option to get \"all taxonomy terms\" from a post </li>\n<li>Feature: added html preperations for the woocommerce minicart</li>\n<li>Feature: added \"this week\" to the date selection query</li>\n<li>Feature: added \"grouping\" mode in the \"related posts\"</li>\n<li>Fix: the pagination now works on top of the grid</li>\n<li>Fix: fixed some init ajax filters multiple issues</li>\n<li>Fix: fixed the error with the assets path set</li>\n</ul>\n\n<p>version 1.5.79: 2023-07-24</p>\n\n<ul>\n<li>Fix: changed name for area-label to aria-label</li>\n<li>Fix: in filters - refresh single filter if \"all\" selected and there are hidden items</li>\n<li>Fix: changed protection against inifnite loop to 200</li>\n<li>Fix: show child filters at start if there are selected items</li>\n<li>Fix: date time attribute processor - if no date given - don\'t take current time</li>\n<li>Fix: refresh child filter if main filter selected on init</li>\n<li>Fix: dynamic popup was not worked with multisource in some cases</li>\n</ul>\n\n<p>version 1.5.78: 2023-07-16</p>\n\n<ul>\n<li>Fix: fixed show filters load more</li>\n<li>Fix: fixed multisource repeater empty</li>\n</ul>\n\n<p>version 1.5.77: 2023-07-13</p>\n\n<ul>\n<li>Fix: fixed dropzone collision in widget editor view</li>\n<li>Fix: fixed sort filter price filtering</li>\n<li>Fix: fixed max number in addons db table. from \"int\" to \"bigint\"</li>\n<li>Fix: replaced some deprecated by elementor codes</li>\n</ul>\n\n<p>version 1.5.76: 2023-07-12</p>\n\n<ul>\n<li>Feature: added \"rem\" unit in slider attribute</li>\n<li>Fix: fixed some small bug with remote sync debug</li>\n<li>Fix: fixed the truncate in multisource</li>\n<li>Fix: fixed some small bugs related to remote controls</li>\n<li>Fix: fixed dropzon third party conflict in manager</li>\n</ul>\n\n<p>version 1.5.75: 2023-07-05</p>\n\n<ul>\n<li>Feature: added some suggestion text to add some memory in the troubleshooting section in case that needed</li>\n<li>Fix: the wrong author was displayed in loop post meta data</li>\n<li>Fix: do_shortcode to html items inside the grid and dynamic loop</li>\n<li>Update: Updated Freemius SDK to the latest version</li>\n</ul>\n\n<p>version 1.5.74: 2023-07-04</p>\n\n<ul>\n<li>Fix: show search widgets at plugin install.</li>\n<li>Fix: menu picker depts in multisource</li>\n<li>Fix: set the author data to be retrievable in dynamic grid template</li>\n<li>Fix: show meta fields switcher didn\'t worked in multisource menu items</li>\n</ul>\n\n<p>version 1.5.73: 2023-06-26</p>\n\n<ul>\n<li>Feature: added options for revisions in widget editor</li>\n<li>Fix: added support for wordpress proxy in api calling</li>\n<li>Fix: fixed empty post in query result</li>\n<li>Fix: fixed \"wrong template ID\" elementor error in post accordion</li>\n</ul>\n\n<p>version 1.5.72: 2023-06-21</p>\n\n<ul>\n<li>Fix: added the swf extension in the allowed files in assets</li>\n<li>Feature: prepared the plugin for sort filter</li>\n<li>Change: updated freemius sdk to 2.5.9</li>\n</ul>\n\n<p>version 1.5.71: 2023-06-20</p>\n\n<ul>\n<li>Change: removed js includes of the forms and filters from backend editor</li>\n<li>Change: changed colors of the free version notification in dark mode</li>\n<li>Fix: fix the \"link\" type in wpml integration automatic translation</li>\n<li>Feature: add support for the conditions in ue forms</li>\n</ul>\n\n<p>version 1.5.70 2023-06-19:</p>\n\n<ul>\n<li>Change: added some \"birthday sale\" banner</li>\n<li>Feature: added \"truncate text\" modifier to multisource fields</li>\n<li>Feature: dynamic tags now works inside posts and products related widgets</li>\n<li>Feature: added twig highlighting in codemirror editor</li>\n<li>Fix: fixed sequence animation sliders bug (fields didn\'t loaded in elementor)</li>\n<li>Fix: change the comment from // to /* */ in filters js output to allow proper page compression.</li>\n<li>Fix: the \"time ago\" string is now translatable </li>\n<li>Fix: fixed the wpml elementor template id output</li>\n<li>Fix: fixed backgrounds bug with containers in editor</li>\n<li>Fix: fixed some small bugs with the checkbox filter</li>\n</ul>\n\n<p>version 1.5.69: 2023-06-08:</p>\n\n<ul>\n<li>Fix: allow to install webp images in widgets</li>\n</ul>\n\n<p>version 1.5.68: 2023-06-06:</p>\n\n<ul>\n<li>Change: added functionality for sort filter </li>\n<li>Feature: added field: \"form conditions\" for the upcoming form</li>\n<li>Feature: added link translation to wpml integration</li>\n<li>Feature: added link_attributes field to post list fields in twig</li>\n<li>Fix: fixed slider control min max values in case of multiple units</li>\n<li>Fix: add do shortcode from ajax items response</li>\n<li>Fix: fixed posts grid output with \"product\" taxonomy without woocommerce</li>\n<li>Fix: fixed getting cross sell products query in product list</li>\n</ul>\n\n<p>version 1.5.67 - 2023-05-29:</p>\n\n<ul>\n<li>Fix: fixed some more securaty issues related to assets manager</li>\n</ul>\n\n<p>version 1.5.66 - 2023-05-28:</p>\n\n<ul>\n<li>Fix: fixed some securaty issues related to non editor users operations and not allowed to upload php files in assets manager</li>\n</ul>\n\n<p>version 1.5.65 - 2023-05-26:</p>\n\n<ul>\n<li>Fix: fixed instagram api related bugs </li>\n</ul>\n\n<p>version 1.5.64 2023-05-23:</p>\n\n<ul>\n<li>Change: update freemius to latest version 2.5.8</li>\n<li>Fix: fixed a small php bug</li>\n</ul>\n\n<p>version 1.5.63 2023-05-23:</p>\n\n<ul>\n<li>Change: expand in widget editor is now connected to the screen height</li>\n<li>Fix: fixed the dynamic popup with multiple fields code </li>\n<li>Fix: fixed some sync if the clicked item is link</li>\n<li>Feature: added support for sort post filter</li>\n<li>Feature: hide \"show only insalled\" checkbox in widgets manager if no widget installed.</li>\n</ul>\n\n<p>version 1.5.62 2023-05-14:</p>\n\n<ul>\n<li>Feature: added \"edit template\" link in template selector</li>\n<li>Feature: added hidden template edit button to top bar</li>\n<li>Feature: added option for dynamic popup link to connect to many links in the widget</li>\n<li>Fix: solved some php error with parse dynamic settings in php 8.1</li>\n<li>Fix: getMetaValue error in products</li>\n<li>Fix: fixed doubly css includes in some cases</li>\n</ul>\n\n<p>version 1.5.61 - 2023-05-07:</p>\n\n<ul>\n<li>Feature: added support for woocommerce jet wishlist</li>\n<li>Feature: did option to disable third party hooks in ajax</li>\n<li>Fix: click on link on sync didn\'t worked</li>\n<li>Fix: added some protections to nonce and to file manager zip exctract (securaty issues fix) </li>\n<li>Change: updated freemius sdk to 2.5.7 version.</li>\n</ul>\n\n<p>version 1.5.60 - 2023-04-30:</p>\n\n<ul>\n<li>Feature: added functionality to get cart number of products </li>\n<li>Fix: fixed link field settings for multisoure</li>\n<li>Fix: fixed some bugs with regular price in woocommerce widgets</li>\n<li>Fix: filters js file loaded in editor as well</li>\n<li>Fix: fixed some small php bug regarding \"pathBase\"</li>\n<li>Fix: fixed conditions in multiple select control</li>\n<li>Change: updated unite gallery version</li>\n<li>Change: disabled autoload in update_option for the catalog variable</li>\n</ul>\n\n<p>version 1.5.59: 2023-04-09</p>\n\n<ul>\n<li>Feature: added multiple select to condition attributes in widget editor</li>\n<li>Change: updated freemius sdk to the latest version</li>\n<li>Fix: fixed empty post meta fields in case that acf plugin is on</li>\n<li>Fix: fixed some bug with avoid duplicates option and filters in single grid</li>\n<li>Fix: made some corrections in case that post query show wrong init selected terms values</li>\n<li>Fix: the post carousel goes to random item after ajax refresh</li>\n<li>Fix: fixed jet engine custom fields integration</li>\n</ul>\n\n<p>version 1.5.58: 2023-03-26</p>\n\n<ul>\n<li>Feature: added dynamic popup functionality to multisource widgets</li>\n<li>Fix: fixed missing arguments in the_post action</li>\n<li>Fix: fixed some php multisource error</li>\n<li>Fix: fixed some product ajax search related issues</li>\n<li>Fix: fixed some small but with ajax refresh and sync</li>\n</ul>\n\n<p>version 1.5.57: 2023-03-20</p>\n\n<ul>\n<li>Feature: improved the multisource selectors</li>\n<li>Feature: added option to get image from post meta in post fields - widget editor</li>\n<li>Fix: added \"skins\" folder to unite gallery</li>\n<li>Fix: added more compatability to woo commerce grids with discounts plugins</li>\n<li>Fix: fixed same uc_id in dynamic templates</li>\n</ul>\n\n<p>version 1.5.56: 2023-03-13:</p>\n\n<ul>\n<li>Feature: added option authors by dynamic field in post query</li>\n<li>Feature: done some integration with flycart discounts</li>\n<li>Feature: added option to show post type and post type title in posts fields</li>\n<li>Feature: added option to add multiple values in multisource</li>\n<li>Fix: fixed get posts by terms meta field - add taxonomy</li>\n<li>Fix: fixed responsive css in dynamic loop</li>\n<li>Fix: fixed dynamic loop with jet engine acf fields</li>\n<li>Fix: fixed slider control units for vh, vx and % </li>\n<li>Fix: added \"before today\" for past year in date qury</li>\n<li>Change: the uc_id will not change now when page refresh</li>\n</ul>\n\n<p>version 1.5.55: 2023-02-23:</p>\n\n<ul>\n<li>Fix: fixed wpml integrate fields</li>\n<li>Fix: fixed some write file error, will not crash if happend</li>\n<li>Fix: fixed entrance animation js on popup</li>\n<li>Fix: fixed strip tags in intro from content</li>\n<li>Fix: fixed some php 8.1 issues</li>\n<li>Fix: fixed some post intro with html tags issues</li>\n<li>Change: do_action function is working now in free version</li>\n</ul>\n\n<p>version 1.5.54: 2023-02-15</p>\n\n<ul>\n<li>Change: added some define variable that indicate the under ajax search</li>\n<li>Change: added \"collect\", and \"output\" to schema types in content accordion widget for example</li>\n<li>Feature: added wpml auto translate integration</li>\n<li>Feature: added option to select \"all taxonomies\" in exclude terms in terms selection</li>\n<li>Feature: added option - only direct children to terms select include by</li>\n<li>Feature: added option to post select to get posts by terms from curent meta field</li>\n<li>Fix: preserve tags when truncate</li>\n<li>Fix: fixed load more with second meta add in post query</li>\n</ul>\n\n<p>version 1.5.53: 2023-02-07</p>\n\n<ul>\n<li>Fix: keep exclude terms in grid when filtering with \"override terms\" mode</li>\n<li>Fix: fixed get_terms() not found php error from 1.5.52 version</li>\n</ul>\n\n<p>version 1.5.52: 2023-02-06</p>\n\n<ul>\n<li>Change: done some protection agains infinite loops in templates</li>\n<li>Fix: fixed popup button type conditions</li>\n<li>Fix: fixed term meta fields in multisource</li>\n<li>Fix: fixed exclude term not found in post select</li>\n</ul>\n\n<p>version 1.5.51: 2023-01-31</p>\n\n<ul>\n<li>Feature: added version to js comment output</li>\n<li>Feature: connected the galleies to remote play / stop like the carousels</li>\n<li>Feature: added some error message when image size attribute is missing in multisource</li>\n<li>Feature: added dynamic popup special attribute type</li>\n<li>Fix: fixed title source and description source in multisource gallery for products.</li>\n<li>Fix: added supress filtres to ajax search query</li>\n</ul>\n\n<p>version 1.5.50: 2023-01-24</p>\n\n<ul>\n<li>Feature: added \"media\" to post types select in advanced post query</li>\n<li>Feature: improved the date time attribute</li>\n</ul>\n\n<p>version 1.5.49: 2023-01-23</p>\n\n<ul>\n<li>Fix: fixed some js optimization issues </li>\n<li>Fix: fixed filters related small js bug</li>\n</ul>\n\n<p>version 1.5.48: 2023-01-19</p>\n\n<ul>\n<li>Feature: added gallery to multisource</li>\n<li>Feature: added post type override selectin current post query options</li>\n<li>Fix: fixed remote play with carousel</li>\n<li>Fix: fixed some multisource and ajax related bugs</li>\n<li>Fix: fixed popular posts plugin integration multiple post types</li>\n<li>Fix: fixed background widgets some problematic attribute names</li>\n<li>Fix: fixed include terms by current post terms in some cases.</li>\n<li>Fix: fixed default url_assets value in multisoure</li>\n<li>Fix: fixed dark mode svg icons</li>\n</ul>\n\n<p>version 1.5.47: 2023-01-10</p>\n\n<ul>\n<li>Feature: added more units to slider attribute</li>\n<li>Feature: added \"any\" post type to post types select</li>\n<li>Feature: added include and exclude current post terms in terms selection</li>\n<li>Feature: added option to carousel - scroll to head - force</li>\n<li>Feature: allow import widgets with theme activate</li>\n<li>Fix: fixed dynamic template render css for dynamic popup</li>\n<li>Fix: fixed users list select by manual</li>\n</ul>\n\n<p>version 1.5.46: 2023-01-08</p>\n\n<ul>\n<li>Feature: set the items image size chooser work for certain image</li>\n<li>Feature: made option to put js script in saparate tags with id\'s for optimization plugins like wprocket</li>\n<li>Feature: enriched the uc_lang variable. now it\'s always showing the current language</li>\n<li>Feature: added user_login variable to the users list output</li>\n<li>Feature: has put the preview link always as a help link in widget edit panel.</li>\n<li>Change: updated the multisource that it works better with items images</li>\n<li>Change: allow html tags in post intro (excerpt) in widgets</li>\n<li>Fix: fixed filters with sync multiple grid issues</li>\n<li>Fix: fixed the exclude users list with similar names</li>\n</ul>\n\n<p>version 1.5.45: 2022-12-26</p>\n\n<ul>\n<li>Feature: added json decode filter to twig</li>\n<li>Feature: added catalog images from shortpixel for speed loading</li>\n<li>Feature: done multisource group setting</li>\n<li>Fix: fixed entrance animation on ajax refresh</li>\n<li>Fix: done sync pause / play between carousels</li>\n</ul>\n\n<p>version 1.5.44: 2022-12-19</p>\n\n<ul>\n<li>Change: updated freemius to the latest version</li>\n<li>Fix: fixed remote play / pause button</li>\n<li>Fix: fixed search filter unicode phrase</li>\n<li>Fix: fixed entrance animation appear on scroll</li>\n<li>Feature: added video gallery responsive options</li>\n<li>Fix: fixed some owl carousel size on init bug</li>\n<li>Fix: fixed js widgets under the dynamic grid template like flipbox</li>\n</ul>\n\n<p>version 1.5.43: 2022-12-04</p>\n\n<ul>\n<li>Feature: add settings output to dynamic grid fields debug</li>\n<li>Fix: fixed pods multiple image data</li>\n<li>Fix: fixed url terms in filter with dynamic grid</li>\n<li>Fix: fixed users and menu not found bug in front </li>\n<li>Change: updated twig engine to the latest version</li>\n</ul>\n\n<p>version 1.5.42: 2022-11-29</p>\n\n<ul>\n<li>Feature: added functionality for time ago in posts widgets</li>\n<li>Feature: added woo variables to woo fields - woo_price_withtax, woo_price_notax</li>\n<li>Feature: added option for term child filter role\n-optimization: reduced number of queries in post related widgets</li>\n</ul>\n\n<p>version 1.5.41: 2022-11-24</p>\n\n<p>-bug fix: fixed post select in post query</p>\n\n<p>version 1.5.40: 2022-11-23</p>\n\n<ul>\n<li>Feature: added integration to woocommerce multicourancy plugins</li>\n<li>Feature: made some integration with translate press plugin</li>\n<li>Feature: added select post and select term attribute</li>\n<li>Fix: fixed dynamic loop css backgrounds with containers</li>\n<li>Fix: fixed mousewheel event in the carousel</li>\n<li>Fix: fixed some rare php error with filters</li>\n</ul>\n\n<p>version 1.5.39: 2022-11-16</p>\n\n<ul>\n<li>Fix: fixed small bug with zip extract</li>\n<li>Update: updated black friday sale banners</li>\n</ul>\n\n<p>version 1.5.38: 2022-11-10</p>\n\n<ul>\n<li>Fix: fixed galleries default sizes with post filters</li>\n<li>Fix: fixed hidden option in select filter in safari browser</li>\n<li>Fix: fixed non ssl assets url</li>\n<li>Feature: added \"schema\" special attribute</li>\n<li>Fix: fixed false autoplay in carousel</li>\n</ul>\n\n<p>version 1.5.37: 2022-11-09</p>\n\n<ul>\n<li>Fix: fixed 1px glitch bug in the carousel, on 1 item (slide mode)</li>\n<li>Feature: prepared the filters to work with ajax search</li>\n</ul>\n\n<p>version 1.5.36: 2022-11-6</p>\n\n<ul>\n<li>Feature: added function that outputs items schema</li>\n<li>Feature: improved include by meta in posts selection, added option for multiple values</li>\n<li>Feature: added option to get current user with meta in twig</li>\n<li>Addition: validate number of post list attributes, allow only one when creating widget</li>\n<li>Fix: fixed count posts in post query summary</li>\n<li>Fix: fixed entrance animation blur type</li>\n<li>Fix: fixed avoid duplicates with random order while posts load more</li>\n<li>Fix: the timeout now reset after slide change in owl carousel</li>\n<li>Fix: fixed terms selection taxonomies with idetical post type title</li>\n<li>Fix: added protection against inifinite loop in putElementorTemplate twig function</li>\n<li>Fix: fixed acf field unaccessable in some cases with elementor pro 3.8</li>\n</ul>\n\n<p>version 1.5.35: 2022-10-24</p>\n\n<p>-Fix: fixed include by id\'s from dynamic field, and terms from dynamic field in post selection</p>\n\n<p>version 1.5.34: 2022-10-19</p>\n\n<ul>\n<li>Feature: added items image size attribute (special type)</li>\n<li>Fix: fixed show backgrounds in elementor editor</li>\n</ul>\n\n<p>version 1.5.33: 2022-10-15</p>\n\n<ul>\n<li>Fix: fixed avoid duplicates with filters</li>\n<li>Fix: fixed select dropdown filter js</li>\n<li>Feature: added avoid duplicates option to manual posts selection</li>\n</ul>\n\n<p>version 1.5.32: 2022-10-11</p>\n\n<ul>\n<li>Fix: fixed some ajax pagination issues</li>\n<li>Fix: fixed pagination widget appearance on archive ajax pages with filters</li>\n<li>Fix: added twig functionality to put product attributes text</li>\n<li>Fix: fixed export with images not worked in some cases</li>\n<li>Fix: made some protection with ezcache plugin integration and filtering</li>\n<li>Fix: fixed some small php bug with this month post selection</li>\n<li>Fix: fixed some visible and hidden filters collision</li>\n<li>Fix: fixed terms select in terms filter on history back click in filters</li>\n<li>Fix: set child filter always first unselected</li>\n<li>Fix: set option for the tabs filter to be unselected</li>\n<li><p>Fix: fixed the pagination numbers if exclude offset chosen</p></li>\n<li><p>Feature: added multiple taxonomy terms in term selection</p></li>\n<li>Feature: added query id in terms selection</li>\n<li>Feature: added functionality for next / prev post</li>\n</ul>\n\n<p>version 1.5.31: 2022-09-20</p>\n\n<ul>\n<li>Fix: fixed thumbs gallery</li>\n</ul>\n\n<p>version 1.5.30: 2022-09-18</p>\n\n<ul>\n<li>Fix: fixed multiple post filters and grid connection</li>\n<li>Fix: fixed various small php errors</li>\n<li>Fix: fixed wordpress popular posts integration small bug</li>\n<li>Feature: added terms from dynamic post selection option</li>\n<li>Feature: added option for limiting terms show in post list</li>\n<li>Change: updated once more unitegallery graphics, changed assets to svg</li>\n<li>Fix: fixed thumbnail gallery arrows</li>\n</ul>\n\n<p>version 1.5.29: 2022-09-08</p>\n\n<ul>\n<li>Fix: fixed a small issue with search page and load more</li>\n<li>Fix: fix vimeo videos stoppped playing bug</li>\n</ul>\n\n<p>version 1.5.28: 2022-09-06</p>\n\n<ul>\n<li>Feature: added support for the select filter</li>\n<li>Fix: fixed some small js bug with filters</li>\n<li>Fix: fixed some post filters related popup error</li>\n<li>Change: changed the way that galleries srolls by mouseover</li>\n</ul>\n\n<p>version 1.5.27: 2022-09-02</p>\n\n<ul>\n<li>Fix: fixed popular posts plugin integration</li>\n<li>Fix: removed some console logs in filter.js file</li>\n<li>Fix: fixed ajax pagination jump</li>\n<li>Fix: fixed unitegallery strict standards bugs</li>\n<li>Change: renamed field - \"use dynamic fields\" to \"use current post data\" in widget editor</li>\n<li>Change: updated freemius sdk to: 2.4.5</li>\n</ul>\n\n<p>version 1.5.26: 2022-08-17</p>\n\n<ul>\n<li>Feature: added debug to remote elements</li>\n<li>Fix: made some protection against wrong animation names in carousel</li>\n<li>Fix: added some small fixes to carousel and remote sync js libraries</li>\n<li>Fix: done a better find closest section in remote</li>\n<li>Fix: fixed not showing values in elementor editor post selectors</li>\n</ul>\n\n<p>version 1.5.25: 2022-08-11</p>\n\n<ul>\n<li>Feature: added option to set title field in items</li>\n<li>Fix: fixed some more lazy load related protections in galleries</li>\n<li>Fix: Fixed some Elementor 3.7 deprecation issues</li>\n</ul>\n\n<p>version 1.5.24: 2022-08-09</p>\n\n<ul>\n<li>Fix: fixed some Elementor 3.7 related js bug in editor</li>\n</ul>\n\n<p>version 1.5.23: 2022-08-05</p>\n\n<ul>\n<li>Feature: added date format to date meta field post selection</li>\n<li>Feature: added more units to padding and margin attribute</li>\n<li>Feature: added option to set selected tab number in tabs filter widget</li>\n<li>Fix: fixed some unitegallery strict related scripts</li>\n<li>Fix: fixed sequance entrance animation attribute</li>\n<li>Fix: fixed some text with pagination edit mode in elementor editor</li>\n<li>Fix: fixed ajax pagination didn\'t get back to first page</li>\n<li>Fix: fixed tabs filter and taxonomy terms in one page</li>\n<li>Change: prepare the right way dates should work in post list</li>\n</ul>\n\n<p>version 1.5.22: 2022-07-24:</p>\n\n<ul>\n<li>Feature: added option to connect to another parent in remote arrows</li>\n<li>Feature: added change url and back button in ajax filers behaviour</li>\n<li>Fix: fixed doubly plugin integration import bg widgets</li>\n<li>Fix: fixed remote next/prev directions in carousels</li>\n<li>Fix: added some more protection against infinite loops from post content processing</li>\n</ul>\n\n<p>version 1.5.21 2022-07-17:</p>\n\n<ul>\n<li>Feature: added docstart and docend template in widget js</li>\n<li>Change: end of birthday sale message update</li>\n<li>Change: added warning message in case of twig collision with other plugins</li>\n</ul>\n\n<p>version 1.5.20 2022-07-13:</p>\n\n<ul>\n<li>Feature: added more widget debug type - current post fields</li>\n<li>Feature: updated admin title on edit widget view</li>\n<li>Feature: added option to carousel: scroll to head</li>\n<li>Feature: added query data attributes into filtering grid</li>\n<li>Fix: fixed ajax pagination in some cases</li>\n<li>Fix: fixed small php bug with hover animations control</li>\n<li>Fix: fixed lity lightbox with vimeo autoplay</li>\n<li>Fix: fixed item index after shuffle</li>\n<li>Fix: fixed some seleted tab filters related issues</li>\n<li>Fix: fixed load more filter doubly ajax request in some cases</li>\n<li>Fix: fixed woo scedualed sale price output</li>\n<li>Fix: in filters replace url with pagination as well</li>\n<li>Fix: changed gallery arrows to svg</li>\n</ul>\n\n<p>version 1.5.19 2022-06-27:</p>\n\n<ul>\n<li>Feature: added max posts to current query</li>\n<li>Fix: fixed controls conditions for elementor template control</li>\n<li>Feature: added more fields to dynamic grid loop (was only title)</li>\n<li>Change: added birthday sale banner and text</li>\n</ul>\n\n<p>version 1.5.17 2022-06-21:</p>\n\n<ul>\n<li>Change: updated fancybox version</li>\n<li>Fix: Fixed bug with ajax load more and ajax pagination</li>\n</ul>\n\n<p>version 1.5.17 2022-06-09:</p>\n\n<ul>\n<li>Feature: fixed entrance animation attribute</li>\n<li>Fix: fixed uc_inside_editor variable inside background widget</li>\n<li>Fix: fixed empty default value of radio boolean control</li>\n<li>Fix: fixed double filtering issues in archive pages</li>\n</ul>\n\n<p>version 1.5.16: 2022-05-31</p>\n\n<ul>\n<li>Fix: fixed double plugin versions in pro version</li>\n<li>Fix: fixed 1 size gap in one item owl carousel</li>\n<li>Fix: fixed the dissapearing options bug in mobile</li>\n</ul>\n\n<p>version 1.5.15: 2022-05-30</p>\n\n<ul>\n<li>Change: set cache folder inside wp-uploads</li>\n<li>Feature: added option to get terms last level only - for post list / grid</li>\n<li>Feature: added twig function - get_current_user</li>\n<li>Feature: disabled right click on html5 galleries (unite gallery)</li>\n<li>Fix: the image and video repeater was missing default items</li>\n<li>Fix: fixed load more and filters on a search page</li>\n<li>Fix: fixed carousel stage padding issues</li>\n<li>Fix: fixed carousel 1 item one pixel issues</li>\n<li>Fix: fixed default values in responsive selectors</li>\n</ul>\n\n<p>version 1.5.14: 2022-05-24</p>\n\n<ul>\n<li>Fix: fixed responsive default values with selectors in number and dropdown and slider controls</li>\n<li>Fix: fixed a bug in run_code_once functionality</li>\n</ul>\n\n<p>version 1.5.13: 2022-05-23</p>\n\n<ul>\n<li>Feature: added integration with \"sticky posts switch\" plugin</li>\n<li><p>Feature: added special attribute type - entrance animation</p></li>\n<li><p>Fix: fixed sync bug between two similar elements</p></li>\n<li>Fix: fixed filters loading with wp-rocket lazy load scripts</li>\n<li>Fix: fixed put_hide_ids_css function small bug</li>\n<li>Fix: fixed fetch 2 and more widgets within one section for filtering</li>\n<li>Fix: fixed slider control js empty output bug</li>\n<li>Fix: fixed gallery title as number js bug</li>\n<li>Fix: fixed gallery images from meta fields source as array </li>\n</ul>\n\n<p>version 1.5.12: 2022-05-08</p>\n\n<ul>\n<li>Feature: added integration for wpml media change</li>\n<li>Feature: bug fix: fixed hover animations setting don\'t work on front in some cases</li>\n<li>Feature: in post selection by date added options for \"future from today\", and \"future from tomorrow\".</li>\n<li>Feature: added new function: \"put_hide_ids_css\" to hide some css comma saparated id\'s from css tab.</li>\n<li>Feature: added support for ajax refresh for multiple synced grids together</li>\n<li>Feature: added option to test instagram data</li>\n<li><p>Feature: added phpinfo view in settings - troubleshooting</p></li>\n<li><p>Fix: fixed blank window opened by a link</p></li>\n<li>Fix: fixed acf boolean value present</li>\n<li>Fix: fixed another gallery related lazy load issues</li>\n</ul>\n\n<p>version 1.5.11: 2022-04-13</p>\n\n<ul>\n<li>Feature: made option to put elementor post_content inside post widget if the post made by elementor</li>\n<li>Feature: added additional fields to getPostAuthor function like avatar url and author meta</li>\n<li>Feature: show the \"no posts\" message with filters in post list / grid</li>\n<li>Feature: add background location (back/front) to background widgets</li>\n<li>Feature: done option to get post parent with the posts in posts selection</li>\n<li>Fix: set prices display in woocommerce widgets including tax</li>\n<li>Fix: fixed editor js files didn\'t loaded bug</li>\n<li>Fix: fixed css output with dynamic template and inline css mode</li>\n<li>Fix: fixed the ajax pagination that now works with post based gallery widget</li>\n<li>Fix: fixed filters scripts loading before jquery in js</li>\n<li>Fix: allow to select empty terms in term selection control</li>\n<li>Change: set default values of responsive number / slider / dropdown controls to desktop default values</li>\n</ul>\n\n<p>version 1.5.10: 2022-04-04</p>\n\n<ul>\n<li>Fix: fixed title and description source in gallery source selection</li>\n<li>Fix: fixed the dropdown attribute php filter for elementor</li>\n<li>Feature: added \"menu_id\" for various uses as menu attribute output</li>\n<li>Feature: added option for side offset in owl carousel</li>\n<li>Feature: added option for second items html refresh in ajax filters</li>\n</ul>\n\n<p>version 1.5.9: 2022-03-27</p>\n\n<ul>\n<li>Fix: fixed simple meta output for post list</li>\n<li>Feature: made dynamic grid work with filters</li>\n<li>Feature: the background widgets works for the new container objects as well</li>\n<li>Feature: added include by another meta field in post query</li>\n</ul>\n\n<p>version 1.5.8: 2022-03-23</p>\n\n<ul>\n<li>Feature: set special behaviour for more then one filters on the page</li>\n<li>Feature: added option to load video item from posts in a gallery</li>\n<li>Change: set up galleries common default items</li>\n<li>Fix: fixed unclosable gallery lightbox with youtube videos</li>\n<li>Fix: fixed elementor 3.6.0 compatability</li>\n</ul>\n\n<p>version 1.5.7: 2022-03-17</p>\n\n<ul>\n<li>Feature: added option to modify dropdown items in php\nFix: fixed gallery default items preview and init\nFix: fixed remote counter js error</li>\n</ul>\n\n<p>version 1.5.6 = 2022-03-15:</p>\n\n<p>Fix: fixed dissapearing items in remote related widgets</p>\n\n<p>version 1.5.5 = 2022-03-15:</p>\n\n<ul>\n<li>Feature: added woocommerce sorting options in posts selection by number of sales and rating</li>\n<li>Feature: added option to get related products on checkout page</li>\n<li>Feature: done manual posts and terms selections sort by drag and drop</li>\n<li>Feature: done option to custom refresh filters html (for carousels, galleries etc)</li>\n<li>Feature: made the attributes dialog support multi controls</li>\n<li>Feature: prepared the galleries and dynamic loops to use filters and load more\nFix: fixed query debug in manual posts selection\nFix: fix: fixed posts_per_page in manual posts selection\nFix: fix: fixed jquery include for remote widgets</li>\n</ul>\n\n<p>version 1.5.4 = 2022-03-06:</p>\n\n<ul>\n<li>Feature: added roles to post filter: single, main and child</li>\n<li>Feature: added option \"placeholder\" and \"disable dynamic\" for text field control</li>\n<li>Feature: added option for debug meta fields in post list, post grid</li>\n<li>Fix: fixed some pagination widget buttons related issues</li>\n<li>Fix: fixed non clickable items in some widgets</li>\n<li>Fix: fixed put_items(0) - first item output in twig</li>\n</ul>\n\n<p>version 1.5.3 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: added functionality to put image inside taxonomy terms widget</li>\n<li>Fix: fixed load more on archive page with orderby=xxx filter in url</li>\n<li>Fix: made support for woocommerce special order by in load more</li>\n<li>Change: updated freemius sdk to 2.4.3 version (Security fix)</li>\n</ul>\n\n<p>version 1.5.2 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: set up remote and sync functionality for the galleries</li>\n<li>Fix: fixed load more for current query posts</li>\n<li>Fix: fixed background js based widgets with elementor popups</li>\n<li>Fix: fixed unitegallery unclosed tag issue</li>\n<li>Fix: fixed replace mode in tabs filters</li>\n</ul>\n\n<p>version 1.5.1 = 2022-02-21:</p>\n\n<ul>\n<li>Feature: improved post pagination debug and added force options</li>\n<li>Feature: added code for the button filters</li>\n<li>Feature: added option to shuffle owl carousel</li>\n<li>Feature: added option for general \"shuffle\" in items</li>\n<li>Feature: made option for text modify, and get the current page url and current page title</li>\n<li>Feature: get feature image of a product from a first gallery image if featured image not exists</li>\n<li>Feature: added function \"one_random\" and \"first\" to get_items twig function</li>\n<li>Feature: added support for jet listing item</li>\n<li>Change: changed the \"choose template\" setting text to attirbute title</li>\n<li>Fix: fixed load more if offset turned on in the grid</li>\n<li>Fix: fixed link control attributes parsing</li>\n<li>Fix: fixed sync general api related bugs in elementor editor</li>\n</ul>\n\n<p>version 1.5.0 = 2022-02-02:</p>\n\n<ul>\n<li>Feature: added tabs in items controls</li>\n<li>Feature: added functionality for ajax taxonomies terms filter</li>\n<li>Feature: added some accessability to owl carousel buttons</li>\n</ul>\n\n<p>version 1.4.99: 2022-01-27:</p>\n\n<ul>\n<li>Feature: added option for disable content filtering in general settings->troubleshooting</li>\n<li>Feature: added taxonomies in widget debug output</li>\n<li>Fix: fixed some gallery lazy load related js bugs</li>\n</ul>\n\n<p>version 1.4.98: 2022-01-14:</p>\n\n<ul>\n<li>Feature: modified remote general js api to fit more types of widgets</li>\n<li>Feature: added support for put meta field in post list</li>\n<li>Fix: fixed some small php notices output in post query</li>\n</ul>\n\n<p>version 1.4.97 = 2022-01-06:</p>\n\n<ul>\n<li>Feature: add code base for the taxonomy filter</li>\n<li>Feature: added option to highlight all carousel items</li>\n<li>Feature: added active class to new owl carousel</li>\n<li>Feature: added scroll on click functionality to new owl carousel</li>\n<li>Fix: added support for acf fields styles in dynamic grid</li>\n<li>Fix: fixed some wp-rocket and filters related bug</li>\n</ul>\n\n<p>version 1.4.96 = 2021-12-29:</p>\n\n<ul>\n<li>Feature: use yoast main category feature to determine post main category</li>\n<li>Feature: added get woocommerce product gallery functionality to twig</li>\n<li>Feature: added support for multiple attribute conditoins values</li>\n<li>Feature: added menu order in advanced widget debug type</li>\n<li>Feature: added WooCommerce endpoints links code to twig</li>\n<li>Feature: added option to disable font awesome in general settings</li>\n<li>Fix: fixed some filters related issue</li>\n<li>Fix: added custom attributes to link attributes output</li>\n</ul>\n\n<p>version 1.4.95 = 2021-12-16:</p>\n\n<p>*Fix: fixed db table not found php bug in some cases</p>\n\n<p>version 1.4.94 = 2021-12-14:</p>\n\n<ul>\n<li>Feature: made posible multiple includes condition values per assets</li>\n<li>Feature: added meta value2 and meta value3 in include by meta value post selection</li>\n<li>Feature: added error notice if no api connectivity</li>\n<li>Feature: added attributes section conditions</li>\n<li>Feature: prepared code base for the new galleries</li>\n<li>Fix: fixed some small pagination related bug</li>\n<li>Fix: fixed remote connection parent detection in some cases</li>\n<li>Fix: added content filtering by filter widget_text_content for all the embed and other content modifications</li>\n<li>Fix: fixed edit defaulsin widget settings</li>\n<li>Fix: fixed some polylang issues with the template in dynamic template widgets</li>\n<li>Fix: [security] remove the \"duplicate layout\" functionality (not used in the plugin) that had some security issues </li>\n</ul>\n\n<p>version 1.4.93 = 2021-12-03:</p>\n\n<ul>\n<li>Fix: fixed some connected widgets bugs when there is many of them in the page</li>\n<li>Change: removed the black friday sale banner</li>\n<li>Feature: added general remote API for various widgets connections</li>\n<li>Feature: add some code base for the new gallery output</li>\n</ul>\n\n<p>version 1.4.92 = 2021-11-24:</p>\n\n<ul>\n<li>Fix: fixed similar post content in post list</li>\n<li>Change: saparated remote and sync options in connected widgets settings</li>\n</ul>\n\n<p>version 1.4.91 = 2021-11-23:</p>\n\n<ul>\n<li>Fix: fixed the wrong post intro in editor mode</li>\n</ul>\n\n<p>version 1.4.90 = 2021-11-22:</p>\n\n<ul>\n<li>Addition: added black friday banner discount banner and link</li>\n<li>Change: improved \"sync widgets\" editor experience</li>\n<li>Fix: fixed depricated \"post\" attribute bug</li>\n<li>Fix: modified zip extracting error messages</li>\n</ul>\n\n<p>version 1.4.89 = 2021-11-17:</p>\n\n<ul>\n<li>Feature: done the functionality for sync widgets</li>\n<li>Feature: done the functionality remote widgets</li>\n<li>Fix: fixed error message on remote widgets</li>\n<li>Fix: fixed css in post content in editor</li>\n<li>Fix: use better strip tags for post intro</li>\n</ul>\n\n<p>version 1.4.88 = 2021-11-08:</p>\n\n<ul>\n<li>Fix: fixed gutenberg support in widgets</li>\n<li>Fix: fixed all the pagination issues in archive page</li>\n</ul>\n\n<p>version 1.4.86 = 2021-11-01:</p>\n\n<ul>\n<li>Fix: fixed some load more last issues</li>\n<li>Feature: added code for taxonomy terms filter</li>\n<li>Feature: added code for checkbox filter</li>\n</ul>\n\n<p>version 1.4.86 = 2021-10-29:</p>\n\n<ul>\n<li>Feature: improved current query debug - full type</li>\n<li>Feature: added dropdown responsive placeholders</li>\n<li><p>Feature: added radio boolean attribute responsive controls</p></li>\n<li><p>Fix: fixed controls tabs functionality</p></li>\n<li>Fix: fixed load more custom image bug</li>\n<li>Fix: fixed double load more in a page mishmash bug</li>\n<li>Fix: fixed all load more issues</li>\n</ul>\n\n<p>version 1.4.85 = 2021-10-13:</p>\n\n<p>-bug fix: small bug fix - headers sent bug</p>\n\n<p>version 1.4.84 = 2021-10-13:</p>\n\n<ul>\n<li>Feature: added taxonomy terms full query debug option</li>\n<li>Feature: improved full debug type in posts query</li>\n<li>Feature: added items support in editor->background switcher</li>\n<li>Feature: added support for remote controls</li>\n<li>Feature: functionality to posts load more</li>\n<li>Feature: added second condition</li>\n<li>Feature: added tabs functionality to attributes</li>\n<li>Addition: added %,px to slider units</li>\n<li>Fix: fixed avoid duplicates related bug</li>\n<li>Fix: fixed conflicting wordpress codemirror script</li>\n<li>Fix: fixed post selection values init from editor</li>\n<li>Fix: fixed pagination on front page</li>\n<li>Fix: fixed some polylang related bugs</li>\n</ul>\n\n<p>version 1.4.83 = 2021-09-22:</p>\n\n<ul>\n<li>Fix: fixed styles mishmash inside elementor editor navigator</li>\n<li>Fix: fixed dissapearing carousels after refresh bug</li>\n<li>Fix: fixed dynamic grid pagination not changed</li>\n</ul>\n\n<p>version 1.4.82 = 2021-09-20:</p>\n\n<ul>\n<li>Feature: added troubleshooting setting - show php error message</li>\n<li>Feature: added px, vh, % options for slider attribute</li>\n<li>Feature: added dynamic group attributes for galleries, including image and video</li>\n<li>Feature: added option to convert one date string to another with ucdate filter</li>\n<li>Feature: added option to use items in background widgets</li>\n<li>Feature: added ucfunc(\"set\") and ucfunc(\"get\") functions in twig for remember and retrieve variables</li>\n<li>Feature: added include by option: \"children of current term\" to category selection options</li>\n<li>Feature: added option to pull woo product variations in twig</li>\n<li>Feature: added placeholder: link_withprefix, link_noprefix for link attribute</li>\n<li>Fix: fixed error when exists dynamic link in dynamic loop widgets</li>\n<li>Fix: enabled pagination in a single type in dynamic template grid</li>\n<li>Fix: the \"not equal\" attributes condition now works</li>\n<li>Fix: fixed not editable empty dropdown attribute in widget editor</li>\n<li>Fix: fixed mb_string absence php bug</li>\n<li>Fix: fixed heading attribute label</li>\n<li>Fix: fixed responsive elementor controls in widget items</li>\n</ul>\n\n<p>version 1.4.81 = 2021-08-17:</p>\n\n<ul>\n<li>Feature: added json select (lottie) for image attribute type </li>\n<li>Feature: made option for ajax in widgets with post list attribute</li>\n<li>Feature: made the ajax pagination work with pagination widget</li>\n<li>Feature: added dynamic options for number and slider attribute types</li>\n<li>Feature: added new owl carousel sources in assets chooser</li>\n<li>Feature: added heading attribute</li>\n<li>Change: added more types of debug for pagination widget</li>\n<li>Change: changed widget icons chooser for elementor icon instead of font awesome icon</li>\n<li>Fix: fixed import with template button dissapear in the new bar</li>\n<li>Fix: fixed widgets icons</li>\n</ul>\n\n<p>version 1.4.80 = 2021-08-09:</p>\n\n<ul>\n<li>Feature: added option to change items section label</li>\n<li>Feature: added js snippet with code that works in elementor popup</li>\n<li>Feature: added option to add {current_user_id} keyword in post meta query</li>\n<li>Feature: added option for block label inside each attribute</li>\n<li>Feature: added heading text option for items section</li>\n<li>Feature: added extra fields to image base gallery options</li>\n<li>Feature: added php filter option for variable</li>\n<li>Feature: added twig functions \"get_post_term\" and \"is_post_has_term\". The examples visible when you click on item.posts.putPostTerm placeholder</li>\n<li>Fix: fixed some test widgets output relate bugs</li>\n<li>Fix: conditions settings was not affected typography controls</li>\n<li>Fix: fixed template dynamic background image didn\'t displayed bug in dynamic loops</li>\n<li>Change: added some instructions for api connectivity test in general settings - troubleshooting</li>\n</ul>\n\n<p>version 1.4.79 = 2021-07-13</p>\n\n<ul>\n<li>Fix: fixed scripts output in preview widget page</li>\n</ul>\n\n<p>version 1.4.78 = 2021-07-12</p>\n\n<ul>\n<li>Change: added birthday sale promotions</li>\n<li>Feature: added woo commerce products to dynamic loop items source</li>\n</ul>\n\n<p>version 1.4.77 = 2021-07-07</p>\n\n<ul>\n<li>Fix: fixd the is_ajax() error function from the admin area</li>\n</ul>\n\n<p>version 1.4.76 = 2021-07-07</p>\n\n<ul>\n<li>Feature: added option to show post last modified date</li>\n<li>Feature: added function: get_from_sql in widget editor that allow to pull any custom records from DB</li>\n<li>Feature: added function: run_code_once in widget editor, that allow to run the code only once. Good for many similar widgets on the same page</li>\n<li>Feature: added option for load widget js as module</li>\n<li>Fix: fixed no key_thumb field in images inside widget</li>\n<li>Fix: fixed no condition in image sizes widget setting</li>\n<li>Fix: fixed javascript based backgrounds</li>\n<li>Fix: fixed brocken svg icon on catalog widget box in some of the cases</li>\n<li>Fix: fixed collision with rankmath in ajax actions</li>\n<li>Change: added some max length for a widget category, now it\'s 60</li>\n</ul>\n\n<p>version 1.4.75 = 2021-06-21</p>\n\n<ul>\n<li>Feature: added category image to products list</li>\n<li>Feature: added option to include as module widget js include</li>\n<li>Feature: added option to write custom handle to widget js and css include</li>\n<li>Feature: added options - avoid duplicate posts to post query exclude</li>\n<li>Feature: added option to include or exclude posts by dynamic field to posts selection</li>\n<li>Feature: added option to include or exclude posts by logged in user, in posts selection</li>\n<li>Fix: fixed background widget condition functionality</li>\n<li>Fix: changed template picker to simple select2 list</li>\n</ul>\n\n<p>version 1.4.74 = 2021-06-02</p>\n\n<ul>\n<li>Feature: added function put_date_range to twig functions. good for events widgets</li>\n<li>Feature: added integration with google map</li>\n<li>Feature: added function: \"run_code_once\" for twig</li>\n<li>Feature: added grouped options for the gallery</li>\n<li>Feature: added option to get posts by date from custom ACF field</li>\n<li>Feature: added gallery settings options for dynamic settings attribute</li>\n<li>Feature: added pagination to dynamic loop</li>\n<li>Change: improved dynamic settings attribute</li>\n</ul>\n\n<p>version 1.4.73 = 2021-05-20</p>\n\n<ul>\n<li>Feature: added twig function: \"put_attributes_json\" that available in js tab in widget editor</li>\n<li>Feature: added constant - uc_inside_editor - for distinquish between editor and site front</li>\n<li>Feature: added multiple select attribute</li>\n<li>Feature: added listing attribute support</li>\n<li>Fix: fixed \"request too long\" message on a widget preview - shortened preview url</li>\n<li>Fix: fixed several bugs with condition field in widgets editor</li>\n<li>Fix: fixed hidden image size select on item attributes</li>\n<li>Fix: fixed acf group field output</li>\n<li>Fix: fixed elementor template in items, changed to specific function</li>\n</ul>\n\n<p>version 1.4.72 = 2021-05-02</p>\n\n<ul>\n<li>Feature: added rating stars helper placeholder for woocommerce</li>\n<li>Feature: added option to include js file after elementor-frontend</li>\n<li>Fix: fixed new typography deprecation message</li>\n</ul>\n\n<p>version 1.4.71 = 2021-04-22</p>\n\n<ul>\n<li>Feature: added option to take post id\'s from php function in post selection</li>\n<li>Feature: added option for get posts by meta field that located in current or different post</li>\n<li>Feature: added twig filter: wc_price for native price filtering</li>\n<li>Feature: added post terms titles to post data debug</li>\n<li>Change: added option for woocommerce categories in terms selection</li>\n<li>Fix: fixed price issues in woocommerce related grids</li>\n<li>Fix: fixed include and exclude terms mismatch with nested tax query</li>\n<li>Fix: fixed pagination on search pages</li>\n</ul>\n\n<p>version 1.4.70 = 2021-04-14</p>\n\n<ul>\n<li>Feature: added show widget data debug options</li>\n<li>Feature: added option for filter post by post meta</li>\n<li>Feature: added option for simple condition for attributes</li>\n<li>Feature: added integration with wordpress popular post plugin for most viewed posts selection</li>\n<li>Feature: added post list variables for data debug</li>\n<li>Feature: added image sizes selector for post list</li>\n<li>Feature: get thumbnailID from content in case that it\'s missing in post</li>\n<li>Fix: when bulk moving attribute it now always goes to general category</li>\n<li>Fix: fixed filter posts by status</li>\n<li>Fix: fixed instagram media albom</li>\n</ul>\n\n<p>version 1.4.69 = 2021-04-04</p>\n\n<ul>\n<li>Feature: added extra query debug options for custom post types selector</li>\n<li>Feature: added choose image size select option to image attribute</li>\n<li>Feature: added \"image_attributes\" placeholder for image output in widget editor</li>\n<li>Change: added default values select to hover animations attribute</li>\n<li>Change: changed button \"add to cart\" to \"select options\" for variable products in woocommerce list widgets</li>\n<li>Fix: fixed border radius attribute from width to radius</li>\n<li>Fix: added missing thumb sizes for image select</li>\n</ul>\n\n<p>version 1.4.68 = 2021-03-22</p>\n\n<ul>\n<li>Feature: added include recently viewed products in woocommerce</li>\n<li>Feature: added option for default max posts in post selector</li>\n<li>Feature: added attribute type: Border Dimensions</li>\n<li>Feature: added attribute type: CSS Filters</li>\n<li>Feature: added attribute type: Hover Animations</li>\n<li>Fix: removed max posts from archive type post query selection, because has no control over pagination.</li>\n<li>Fix: fixed bug when instagram video images didn\'t show up</li>\n</ul>\n\n<p>version 1.4.67 = 2021-03-12</p>\n\n<ul>\n<li>Feature: added api connectivity to troubleshooting section</li>\n<li>Feature: added options in terms selection fields</li>\n<li><p>Feature: added order by meta key for woo categories select</p></li>\n<li><p>Fix: fixed woo product price format for decimal prices</p></li>\n<li>Fix: fixed context menu cut from bottom inside the widgets manager</li>\n<li>Fix: fixed show item data in widgets items repeater</li>\n<li>Fix: fixed float to round in woocommerce discount percents</li>\n</ul>\n\n<p>version 1.4.66 = 2021-02-18</p>\n\n<ul>\n<li>Feature: added \"box shadow\" attribute type</li>\n<li>Feature: added url_posts and num_posts to users output</li>\n<li>Feature: added option for selector 2 and selector 3 in several attributes</li>\n<li>Feature: added copy / paste attributes sections in widget editor</li>\n<li>Feature: added option for get default object to getListingItemData function</li>\n<li>Feature: added support for wpml site language inside a widget</li>\n<li>Feature: added acf image and thumbnails widths and heights to placeholders list</li>\n<li>Fix: load js include file in editor even if no js code</li>\n<li>Fix: fixed some php notice with exclude terms posts selection</li>\n<li>Fix: fixed small bug in getListingItemData function with no object returned</li>\n<li>Fix: fixed post selection manual select no posts shown at init</li>\n<li>Fix: fixed bug when private posts not fetched on manual posts selection</li>\n<li>Change: updated codemirror to latest version, added code search feature</li>\n<li>Change: updated freemius sdk to 2.4.2</li>\n</ul>\n\n<p>version 1.4.65 = 2021-02-03</p>\n\n<ul>\n<li>Feature: added option to fetch custom meta fields in users list</li>\n<li>Feature: added function to twig: getByPHPFunction()</li>\n<li>Feature: added function to twig: getUserMeta()</li>\n<li>Feature: added function to twig: getListingItemData() - working inside any plugin listing</li>\n<li>Fix: fixed php sanitize array bug</li>\n<li>Fix: fixed post type in related posts post selection</li>\n</ul>\n\n<p>version 1.4.64 = 2021-02-02</p>\n\n<ul>\n<li>Change: moved \"edit widget html\" button to advanced section in general tab</li>\n<li>Feature: added option to exclude products on sale in products query section in widget settings</li>\n<li>Feature: added option to exclude specific posts in post selection widget settings</li>\n<li>Feature: added woocommerce related products select in post selection</li>\n<li>Feature: added include/exclude posts by author in widget posts selection</li>\n<li>Feature: added include/exclude posts by date in widget posts selection</li>\n<li>Feature: added date/time picker to widget attributes types</li>\n<li>Feature: added post status to widget posts selection</li>\n<li>Feature: added offset setting to widget posts selection</li>\n<li>Feature: added author url and author post count to users fields</li>\n<li>Feature: added max number of users to user selection attribute</li>\n<li>Feature: added \"elementor template\" attribute</li>\n<li>Fix: fixed small php bug in post selection control</li>\n<li>Fix: fixed js bug in items repeater</li>\n<li>Fix: fixed exclude role not worked in user selection attribute</li>\n<li>Fix: fixed get products on sale selection with variations</li>\n</ul>\n\n<p>version 1.4.63 = 2021-01-26</p>\n\n<ul>\n<li>Feature: added acf link array and attributes</li>\n<li>Feature: added ordering features to post selection related and manual</li>\n<li>Feature: added option for showing only sticky posts</li>\n<li>Feature: added exclude by term setting in widget post selection</li>\n<li>Change: moved debug data from advaned to general folder in elementor widget settings</li>\n<li>Fix: fixed woo commerce prices number format</li>\n<li>Fix: fixed refresh posts on \"post query\" section open in widget post settings</li>\n<li>Fix: fixed manual posts selection default order</li>\n</ul>\n\n<p>version 1.4.62 = 2021-01-21</p>\n\n<ul>\n<li>Feature: added text shadow field</li>\n<li>Feature: added \"manual selection\" in posts query</li>\n<li>Feature: added compatability tag</li>\n<li>Fix: fixed image size thumb name with \"-\" sign inside</li>\n<li>Fix: fixed some php warning related to array to string conversion, happening in php 8</li>\n<li>Change: show woo commerce placeholders if selected \"for woocommerce products\" checkbox in post list attribute</li>\n<li>Change: improved woo category output placeholder help, added getTermCustomFields function</li>\n</ul>\n\n<p>version 1.4.61 = 2021-01-14</p>\n\n<ul>\n<li>Feature: added max posts and order by options to current query posts selection</li>\n<li>Feature: added manual selection for woocommerce categories select</li>\n<li>Feature: added selector and responsive to drop down attribute in widget builder</li>\n<li>Change: changed buy pro version link from the catalog widgets to inside of the plugin</li>\n<li>Fix: fixed adding widgets to a db table that is not auto incriment</li>\n<li>Fix: fixed svg preview from widget builder interface</li>\n<li>Fix: fixed manual memory check when registering widgets</li>\n</ul>\n\n<p>version 1.4.60 = 2020-12-30</p>\n\n<ul>\n<li>Feature: added option for third party integration for woocommerce grid</li>\n<li>Feature: added integration for \"advanced labels for woocommerce\" plugin</li>\n<li>Feature: added view file button in assets manager</li>\n<li>Feature: added svg icon option together with font icon for elementor panel widget box</li>\n<li>Feature: added preview image on mouseover inside elementor panel widget box</li>\n<li><p>Feature: added option for disabling \"edit widget html\" from widget settings</p></li>\n<li><p>Fix: fixed empty settings when there are gallery item setting only</p></li>\n<li>Fix: added \"no settings\" heading in case that no attributes in the widget</li>\n<li>Fix: fixed some php warnings for php 8.0</li>\n</ul>\n\n<p>version 1.4.59 = 2020-12-17</p>\n\n<ul>\n<li>Fix: fixed import template redirect</li>\n<li>Feature: added option to include sticky posts for post query</li>\n<li>Feature: added post pagination for single page</li>\n<li>Feature: added number of items for instagram widget</li>\n<li>Feature: added background image to background attribute</li>\n</ul>\n\n<p>version 1.4.58 - 2020-12-07</p>\n\n<ul>\n<li>Feature: make the plugin translatable for wordpress.org</li>\n</ul>\n\n<p>version 1.4.57 - 2020-12-07</p>\n\n<ul>\n<li>Feature: done post pagination widget for archive posts</li>\n<li>Feature: added option to truncate the post list</li>\n<li>Fix: fixed show debug query on current post query</li>\n</ul>\n\n<p>version 1.4.56 - 2020-11-30</p>\n\n<ul>\n<li>Update: relesed cyber monday deal admin notice</li>\n</ul>\n\n<p>version 1.4.55 - 2020-11-26</p>\n\n<ul>\n<li>Feature: added option to sort by sale price</li>\n<li>Feature: added option to debug query</li>\n<li>Feature: added option debug widget data</li>\n<li>Feature: added option to filter posts with child categories</li>\n<li><p>Feature: added option to include only products on sale</p></li>\n<li><p>Fix: fixed no widget shown in some cases</p></li>\n<li>Fix: fixed woocommerce prices placeholders prefix</li>\n</ul>\n\n<p>version 1.4.54 - 2020-11-13 =</p>\n\n<ul>\n<li>Update: updated freemius sdk to newest version</li>\n<li>Fix: fixed comma saparated selector</li>\n</ul>\n\n<p>version 1.4.53 - 2020-11-09 =</p>\n\n<ul>\n<li>Feature: added background widgets and section backgrounds</li>\n<li>Change: removed global colors from template export</li>\n<li>Fix: fixed bug with regular and sale price in woocommerce</li>\n</ul>\n\n<p>version 1.4.52 - 2020-11-06 =</p>\n\n<p>Fix: fixed bug with regular and sale price in woocommerce</p>\n\n<p>version 1.4.51 - 2020-11-04 =</p>\n\n<ul>\n<li>Feature: added svg output in icon library attribute</li>\n<li>Feature: added woocommerce checkbox to post list</li>\n<li>Feature: added product out of stock filter for product selection</li>\n<li>Feature: added discount_percent field in post list attribute woocommerce product type</li>\n<li>Feature: added woocommerce post list order by price option</li>\n<li>Fix: fixed woocommerce category in post list attribute</li>\n</ul>\n\n<p>version 1.4.50 - 2020-10-21 =</p>\n\n<ul>\n<li>Fix: removed display errors setting</li>\n</ul>\n\n<p>version 1.4.49 - 2020-10-12 =</p>\n\n<ul>\n<li>Fix: fixed small bug with non existing controls</li>\n<li>Fix: fixed general settings error when turning off plugin</li>\n</ul>\n\n<p>version 1.4.48 - 2020-10-12 =</p>\n\n<p>*Feature: added border attribute\n*Fix: page break in some versions of elementor\n*Fix: fixed bulk move attributes with categories\n*Fix: fixed default items image field not match</p>\n\n<p>version 1.4.47 - 2020-10-08 =</p>\n\n<ul>\n<li>Update: remove russian translation</li>\n<li>Feature: added function: get_items for twig</li>\n<li>Fix: fixed switch content and style tab</li>\n<li>Fix: fixed slider control tablet/mobile default value</li>\n<li>Fix: fixed non ordered widget categories</li>\n</ul>\n\n<p>version 1.4.46 - 2020-10-04 =</p>\n\n<ul>\n<li>Feature: added function put_items_json for js items output</li>\n<li>Fix: returned widgets from uncategorized category</li>\n</ul>\n\n<p>version 1.4.45 - 2020-10-04 =</p>\n\n<ul>\n<li>Fix: fixed template import with custom widgets</li>\n</ul>\n\n<p>version 1.4.44 - 2020-10-03 =</p>\n\n<ul>\n<li>Feature: added flexible content type attribute</li>\n<li>Optimize: reduced the number of db queries, dramatically increased load speed</li>\n</ul>\n\n<p>version 1.4.43 - 2020-09-22 =</p>\n\n<ul>\n<li>Feature: added option to group attributes into sections</li>\n<li>Feature: done instagram access token auto renew</li>\n<li>Feature: added \"selector\" to color picker attribute</li>\n<li>Fix: improved consolidate widgets option protection</li>\n<li>Fix: fixed select default widget images</li>\n<li>Fix: fixed default items in gallery item (image base fields)</li>\n<li>Fix: fixed image display in default item selector</li>\n<li>Fix: global colors was absent from color selection</li>\n</ul>\n\n<p>version 1.4.42 - 2020-08-06 =</p>\n\n<ul>\n<li>Feature: added option to get grouped woocomerce products</li>\n<li>Feature: added instagram connect to official API</li>\n<li>Feature: added function: getUserData(), added into \"twig code examples\" panel</li>\n<li>Feature: added \"printVar\" and \"showDebug\" functions \"twig code examples\" panel</li>\n<li>Feature: done \"login with instagram\" in general settings, and get data from instgram API</li>\n<li>Fix: sorted \"overwrite widgets\" issue on import</li>\n<li>Fix: fixed dropdown attribute when work with html data</li>\n</ul>\n\n<p>version 1.4.41 - 2020-06-18 =</p>\n\n<ul>\n<li>Feature: added additional controls to \"number\" attribute</li>\n<li>Feature: added \"exclude uncategorized category\" to woocommerce categories select </li>\n<li>Feature: added responsive controls to slider attribute</li>\n<li>Fix: fixed template type variable issues in elementor integration</li>\n<li>Fix: show pagination only when \"current query\" is available</li>\n<li>Fix: fixed select2 field min width in posts query</li>\n</ul>\n\n<p>version 1.4.40 - 2020-06-10 =</p>\n\n<ul>\n<li>Change: hided \"consolidate widgets\" general setting</li>\n<li>Feature: added \"show/hide wrapping html comments\" to general settings</li>\n<li>Fix: fixed export template filename</li>\n</ul>\n\n<p>version 1.4.39 - 2020-06-02 =</p>\n\n<ul>\n<li>Fix: fixed save widgets from editor with large config limitation.</li>\n<li>Fix: fixed export template with page settings bug.</li>\n<li>Fix: removed extra fields from items editor, leaved only supported fields</li>\n<li>Change: updated freemius SDK to latest version</li>\n</ul>\n\n<p>version 1.4.36 - 2020-05-21 =</p>\n\n<ul>\n<li>Feature: added support for pods panda repeater</li>\n<li>Fix: done some solution for max_execution_time issues when installing template</li>\n<li>Fix: fixed rtl on templates dialog popup</li>\n<li>Fix: corrected the naming near the \"number\" field</li>\n<li>Fix: cleared \"twig\" library from some not needed files.</li>\n<li>Change: removed \"image view\" file from framework.</li>\n</ul>\n\n<p>version 1.4.35 - 2020-05-11 =</p>\n\n<ul>\n<li>Feature: added term custom fields support</li>\n<li>Feature: added term meta fields support</li>\n<li>Change: moved composer vendor folder to plugin root</li>\n<li>Change: fixed empty templates list bug when \"show only installed widget\" checkbox checked</li>\n<li>Fix: sorted out some of the templates import bugs</li>\n</ul>\n\n<p>version 1.4.34 - 2020-05-06 =</p>\n\n<ul>\n<li>Fix: removed category ations from templates section</li>\n<li>Fix: show \"putPostMeta\" function even if no example post available</li>\n<li>Fix: fixed finally all the DB not installed issues on elementor and admin pages</li>\n</ul>\n\n<p>version 1.4.33 - 2020-05-03 =</p>\n\n<ul>\n<li>Fix: fixed double twig collision by another plugin</li>\n</ul>\n\n<p>version 1.4.32 - 2020-05-02 =</p>\n\n<ul>\n<li>Update: updated to newest twig 1.x version</li>\n<li>Fix: fixed no space between placeholders in php 7.4 bug</li>\n</ul>\n\n<p>version 1.4.31 - 2020-04-26 =</p>\n\n<p>*Fix: fixed dissapearing widget issue</p>\n\n<p>version 1.4.30 - 2020-04-23 =</p>\n\n<ul>\n<li>Fix: fixed couple of bugs related to templates</li>\n</ul>\n\n<p>version 1.4.29 - 2020-04-22 =</p>\n\n<ul>\n<li>Feature: released the templates catalog</li>\n</ul>\n\n<p>version 1.4.28 - 2020-04-10 =</p>\n\n<ul>\n<li>Feature: added woocommerce categories field</li>\n<li>Fix: fixed export / import with images feature</li>\n<li>Fug: fixed error message on front on some cases when the db tables not installed yet.</li>\n</ul>\n\n<p>version 1.4.27 - 2020-04-01 =</p>\n\n<p>Fix: fixed widget default icon in manager\nFeature: added \"getPostMeta, putPostMeta, printPostMeta\" functions\nFeature: added \"getPostData\" function for acf related posts, that get\'s all the data from the related post including custom fields</p>\n\n<p>version 1.4.26 - 2020-03-28 =</p>\n\n<ul>\n<li>Change: changed to new api address</li>\n<li>Fix: fixed links not included bug in theme builder posts</li>\n<li>Fix: fixed link to buy pro version</li>\n<li>Fix: fixed free version remain activated bug</li>\n<li>Fix: simpleXML validation made the site down</li>\n</ul>\n\n<p>version 1.4.25 - 2020-03-09 =</p>\n\n<ul>\n<li>Feature: added \"responsive controls\" to margin and padding setting</li>\n<li>Feature: made \"refresh catalog\" button</li>\n<li>Feature: added \"num_items\" variable to the widget editor</li>\n<li>Change: removed the \"default fonts\" from widget defaults screen</li>\n<li>Fix: fixed some php bug in \"implode\" function</li>\n<li>Fix: fixed posts from sub categories in post list</li>\n</ul>\n\n<p>version 1.4.24 - 2020-02-14 =</p>\n\n<ul>\n<li>Feature: made \"export with images\" option in templates</li>\n<li>Fix: fixed import category widgets</li>\n<li>Fix: fixed icon html output placeholder</li>\n</ul>\n\n<p>version 1.4.23 - 2020-02-02 =</p>\n\n<ul>\n<li>Feature: improved the slider attribute</li>\n<li>Feature: added \"menu\" attribute</li>\n</ul>\n\n<p>version 1.4.22 - 2020-01-28 =</p>\n\n<ul>\n<li>Feature: added woo currency symbol</li>\n<li>Feature: added woo add to cart button</li>\n<li>Feature: added slider attribute</li>\n<li>Widget: logo grid</li>\n<li>Widget: logo carousel</li>\n<li>Widget: logo marquee</li>\n<li>Widget: image tooltip</li>\n<li>Widget: content toggle</li>\n<li>Widget: circle number</li>\n<li>Widget: post list</li>\n</ul>\n\n<p>version 1.4.21 - 2020-01-22 =</p>\n\n<ul>\n<li>Feature: added users attribute</li>\n<li>Feature: done multiple post type selector</li>\n<li>Feature: added background attribute</li>\n<li>Feature: added icon library html output</li>\n<li>Feature: added woo commerce support in posts list</li>\n<li>Bug fix: fixed icons not shown bug in widget settings</li>\n</ul>\n\n<p>version 1.4.20 - 2020-01-15 =</p>\n\n<ul>\n<li>Bug fix: fixed font awesome icon output</li>\n<li>Bug fix: fixed instagram not loading bug</li>\n<li>Change: updated font awesome css version</li>\n<li>Change: changed the way that instagram was loaded on the page</li>\n</ul>\n\n<p>version 1.4.19 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added filter by slug to terms attribute</li>\n<li>Feature: changed repeater items titles to the ones from \"title\" field instead of \"Item1\", \"Item2\" etc.</li>\n<li>Feature: added automated styling for date field, added \"ucdate\" filter for that.</li>\n<li>Feature: done functionality for display post author</li>\n<li>Change: changed the font awesome attribute to fa5</li>\n<li>Change: added strip html tags from truncate function</li>\n</ul>\n\n<p>version 1.4.18 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added all image sizes to posts</li>\n<li>Feature: added \"putPostTerms\" function to posts</li>\n<li>Feature: added wpautop filter to twig</li>\n<li>Feature: added option for custom twig PHP functinoality for PRO version</li>\n<li>Feature: hide \"edit widget html\" button for user that don\'t have capability to see the plugin </li>\n<li>Feature: added wpml compatablity</li>\n<li>Feature: added related posts in posts list</li>\n<li>Feature: added padding and margin controls (pro)</li>\n<li>Bug Fix: fixed pagination output</li>\n</ul>\n\n<p>version 1.4.17 - 2019-12-12 =</p>\n\n<ul>\n<li>Change: changed to more flexible catalog api</li>\n</ul>\n\n<p>version 1.4.16 - 2019-08-12 =</p>\n\n<ul>\n<li>Feature: added post query relation (and, or) chooser</li>\n<li>Change: update to freemius sdk 2.3.1</li>\n<li>Feature: added \"trancate\" filter</li>\n<li>Fix: fixed editor permissions PHP Error</li>\n</ul>\n\n<p>version 1.4.15 - 2019-19-11 =</p>\n\n<ul>\n<li>Change: remove the old deprecated codecanyon activation</li>\n<li>Fix: fixed bug when both plugins are installed together</li>\n<li>Fix: fixed empty widget content when put a lot of content in the widget html/js</li>\n<li>Feature: added option for fonts for post list for intro and content</li>\n<li>Feature: added custom filter query ID in posts list query (pro)</li>\n<li>Feature: added labels to typography fields</li>\n<li>Feature: added description option for elementor controls</li>\n<li>Feature: added option to add help links to widgets from the widget editor</li>\n</ul>\n\n<p>version 1.4.14 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed js not included bug</li>\n</ul>\n\n<p>version 1.4.13 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed terms attribute selector bugs in elementor</li>\n<li>Fix: fixed post selection was not showing post types without taxonomies</li>\n<li>Fix: fixed rtl visibility issues in admin</li>\n</ul>\n\n<p>version 1.4.12 - 2019-15-10 =</p>\n\n<ul>\n<li>Feature: added exclude posts by current post</li>\n<li>Feature: added post category addition custom taxonomy support</li>\n<li>Fix: fixed some bug in post list selector elementor</li>\n</ul>\n\n<p>version 1.4.11 - 2019-07-10 =</p>\n\n<p>*Feature: added link param html attributes placeholder\n*Feature: added category link to post list params\n*Fix: fixed post list category not displayed bug</p>\n\n<p>version 1.4.10 - 2019-28-9 =</p>\n\n<p>-bug fix: added some front end protection against db not installed bug\n* Feature(pro): added do_action for custom wp actions run\n* Feature(pro): added apply_filters for custom wp actions run\n-bug fix: fixed export widget with assets path\n-change: added instructions to download pro version.</p>\n\n<h4>1.4.7 - 2019-18-9</h4>\n\n<p>*Fix: fixed post category selection in post list</p>\n\n<h4>1.4.6 - 2019-18-9</h4>\n\n<p>*Fix: fixed dynamic items in repeater</p>\n\n<h4>1.4.6 - 2019-11-9</h4>\n\n<p>*Fix: fixed admin body class external\n*Feature: make support for post categories list\n*Feature(pro) - made taxonomies list attribute\n*Fix: fixed current posts fetch in archive type</p>\n\n<h4>1.4.5 - 2019-19-8</h4>\n\n<p>*Change: improved widgets manager design</p>\n\n<h4>1.4.3 - 2019-25-7</h4>\n\n<p>*Change: updated the activation link from plugins\n*Change: small UI improvements</p>\n\n<h4>1.4.2 - 2019-24-7</h4>\n\n<p>*Feature: add post category to dynamic fields\n*Feature: added toolset integration</p>\n\n<h4>1.4.1 - 2019-8-7</h4>\n\n<p>*Feature: added search widget\n*Feature: the plugin is now fully translatable, added russian translation</p>\n\n<h4>1.4 - 2019-8-7</h4>\n\n<p>*Change: moved to new payment system (freemius), changed pricing plans</p>\n\n<h4>1.3.39 - 2019-2-7</h4>\n\n<p>*Feature: add alt tags to image attribute\n*Feature: add automatic name from title on add attribute\n*Feature: redesign categories</p>\n\n<p>*Fix: removed autop filter change code from front end\n*Fix: allow to import widget when stand on category from catalog\n*Fix: fixed instagram widgets typography bug</p>\n\n<h4>1.3.38 - 2019-30-6</h4>\n\n<p>*Feature: added code examples / js snippets\n*Feature: added widget preview</p>\n\n<h4>1.3.37 - 2019-23-6</h4>\n\n<p>*Feature: add support for archive pages\n*Feature: added archive pages pagination\n*Change: changed fonts design controls</p>\n\n<h4>1.3.36 - 2019-20-6</h4>\n\n<p>*Fix: fixed multiple similar js includes in one page</p>\n\n<h4>1.3.35 - 2019-20-6</h4>\n\n<p>*Feature: add support for acf gallery field</p>\n\n<h4>1.3.34 - 2019-13-6</h4>\n\n<ul>\n<li>Feature: improved the post list filtering and ordering</li>\n</ul>\n\n<h4>1.3.33 - 2019-12-6</h4>\n\n<ul>\n<li>Feature: added ordering posts by meta value</li>\n<li>Fix: fixed site crash by db error</li>\n</ul>\n\n<h4>1.3.32 - 2019-11-6</h4>\n\n<ul>\n<li>Fix: fixed pods together with acf fileds</li>\n<li>Fix: added all categories to post list</li>\n</ul>\n\n<h4>1.3.31 - 2019-10-6</h4>\n\n<ul>\n<li>Feature: added link attribute</li>\n</ul>\n\n<h4>1.3.30 - 2019-06-6</h4>\n\n<ul>\n<li>Feature: made PODS integration</li>\n</ul>\n\n<h4>1.3.29 - 2019-06-5</h4>\n\n<ul>\n<li>Feature: added set widget icon functionality, with presence in catalog</li>\n<li>Feature: added preview widget button from the catalog</li>\n</ul>\n\n<h4>1.3.28 - 2019-06-3</h4>\n\n<ul>\n<li>Feature: made plugin translatable</li>\n</ul>\n\n<h4>1.3.27 - 2019-06-2</h4>\n\n<ul>\n<li>Fix: fixed font override attribute bug</li>\n</ul>\n\n<h4>1.3.26 - 2019-05-30</h4>\n\n<ul>\n<li>Feature: added typography attribute</li>\n</ul>\n\n<h4>1.3.25 - 2019-05-29</h4>\n\n<ul>\n<li>Tweak: added support for dynamic params in image field</li>\n</ul>\n\n<h4>1.3.24 - 2019-05-29</h4>\n\n<ul>\n<li>Fix: Fix dynamic field</li>\n<li>Tweak: Added message when adding an empty repeater from custom fields</li>\n</ul>\n\n<h4>1.3.23 - 2019-05-01</h4>\n\n<ul>\n<li>Feature: Added dynamic fields to all text controls</li>\n<li>Feature: Added \"edit html\" button to all widgets</li>\n<li>Fix: Fixed consolidated addons render bugs</li>\n</ul>\n\n<h4>1.3.22 - 2019-04-25</h4>\n\n<ul>\n<li>Feature: Made all acf fields integration including the pro like repeater and clone</li>\n</ul>\n\n<h4>1.3.21 - 2019-04-20</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.20 - 2019-04-15</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.19 - 2019-04-10</h4>\n\n<ul>\n<li>Feature: Done all acf fields</li>\n</ul>\n\n<h4>1.3.18 - 2019-04-05</h4>\n\n<ul>\n<li>Change: Update post child vars when change post</li>\n</ul>\n\n<h4>1.3.17 - 2019-04-01</h4>\n\n<ul>\n<li>Change: Add dynamic fields to addon editor</li>\n</ul>\n\n<h4>1.3.16 - 2019-03-30</h4>\n\n<ul>\n<li>Fix: Fixed the switchers </li>\n<li>Fix: Fixed the upload file</li>\n<li>Fix: Fixed checkbox in assets tab</li>\n</ul>\n\n<h4>1.3.15 - 2019-03-25</h4>\n\n<ul>\n<li>Fix: Fixed visual bugs</li>\n<li>Fix: Fixed radio boolean attribute (switcher)</li>\n</ul>\n\n<h4>1.3.14 - 2019-03-20</h4>\n\n<ul>\n<li>Fix: Fixed addon assets tab bugs</li>\n</ul>\n\n<h4>1.3.13 - 2019-03-15</h4>\n\n<ul>\n<li>Feature: Done export/import template with addons</li>\n</ul>\n\n<h4>1.3.12 - 2019-03-10</h4>\n\n<ul>\n<li>Feature: Added fedback on deactivate</li>\n</ul>\n\n<h4>1.3.11 - 2019-03-05</h4>\n\n<ul>\n<li>Fix: Fixed export import layout stuff</li>\n</ul>\n\n<h4>1.3.10 - 2019-03-01</h4>\n\n<ul>\n<li>Fix: Fixed assets tab issues</li>\n<li>Fix: Fixed post to articles category rename on install</li>\n</ul>\n\n<h4>1.3.09 - 2019-02-28</h4>\n\n<ul>\n<li>Fix: Fixed test addon jquery include</li>\n<li>Change: Added purchase link to license page</li>\n</ul>\n\n<h4>1.3.08 - 2019-02-25</h4>\n\n<ul>\n<li>Fix: Fixed settings text output</li>\n</ul>\n\n<h4>1.3.07 - 2019-02-20</h4>\n\n<ul>\n<li>Fix: Fixed font manager bug</li>\n</ul>\n\n<h4>1.3.06 - 2019-02-15</h4>\n\n<ul>\n<li>Fix: Fixed taxonomy issues</li>\n</ul>\n\n<h4>1.3.05 - 2019-02-10</h4>\n\n<ul>\n<li>Fix: Fixed add addon functionality</li>\n</ul>\n\n<h4>1.3.04 - 2019-02-05</h4>\n\n<ul>\n<li>Improvment: Improved post types category selection</li>\n</ul>\n\n<h4>1.3.03 - 2019-02-01</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.02 - 2019-01-30</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.01 - 2019-01-25</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.2.01 - 2019-01-20</h4>\n\n<ul>\n<li>Fix: Fixed js in editor when addins widget</li>\n</ul>\n\n<h4>1.2.00 - 2019-01-15</h4>\n\n<ul>\n<li>Feature: Pro version with a catalog</li>\n</ul>\n\n<h4>1.0.11 - 2019-01-10</h4>\n\n<ul>\n<li>Fix: Fixed some wordpress galleries related bug</li>\n</ul>\n\n<h4>1.0.10 - 2019-01-05</h4>\n\n<ul>\n<li>Fix: Fixed export category</li>\n</ul>\n\n<h4>1.0.09 - 2019-01-01</h4>\n\n<ul>\n<li>Change: Made global setting for consolidata addons or not</li>\n<li>Change: Updated some memory text in general settings</li>\n</ul>\n\n<h4>1.0.08 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed all notices related bugs</li>\n</ul>\n\n<h4>1.0.07 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed with default data types</li>\n</ul>\n\n<h4>1.0.06 - 2018-12-25</h4>\n\n<ul>\n<li>Fix: Fixed js includes consolidated</li>\n</ul>\n\n<h4>1.0.05 - 2018-12-20</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.04 - 2018-12-15</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.03 - 2018-12-10</h4>\n\n<ul>\n<li>Fix: Fixed empty category issues</li>\n</ul>\n\n<h4>1.0.02 - 2018-12-05</h4>\n\n<ul>\n<li>Fix: Fixed bug with some unit values in render output</li>\n</ul>\n\n<h4>1.0.00 - 2018-12-01</h4>\n\n<ul>\n<li>Release: First plugin release</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:7:\"1.5.102\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/70785.zip?is_premium=true&authorization=FSLA+14440533%3AlSOFm1AuhVPVxF-P587YqAOvqbFqvJQvWI8BxICrxDDoLRdwEAUSJzTiZ5tuV3AGmS7ZaP5gJV9w0zPmnGjN2itmYzzY8Q_fo6YtQMF6C-cSX_o3Y1Qfdrh_u7qPEGmStAust6QGvhvLN-g8J5HkhLhLHbFDH3QhA6rfSA4e07CtgigxBwdmJ-b4gx7B1T25U6H6CAo39MZRxrBNCWnkZgJEUg5fT2coVeeeO4JjH6RKaIHwlLgSQCVkP2IQrJ9Nsb_fllX4JS1qSrwpknsJuQ\";}}s:7:\"created\";i:1712299987;s:9:\"timestamp\";i:1712303587;}s:92:\"get:/v1/installs/14440533/updates/latest.json?is_premium=true&newer_than=1.5.102&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:7:\"1.5.103\";s:11:\"sdk_version\";s:5:\"2.6.2\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:3:\"6.5\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:34534;s:2:\"id\";s:5:\"71250\";s:7:\"created\";s:19:\"2024-04-16 08:54:02\";s:7:\"updated\";s:19:\"2024-04-19 07:32:30\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/71250.zip?is_premium=true&authorization=FSLA+14440533%3A9rYgiH0gy5C4A0RUQSk-6t_U-1qM0voq4yzYHb5gAahrlTNjmPiVWyU9RE_g2oMtWuHBzQ4lRXIx3vxcDNZTBw-6zE_sNsVCo9zDOW_repI62won2IoQuJQJLcZo1rPHKKysiawUWxh2c_Hhwm6IMEI90eNgf1IVgeozg4jjdXUEXAkdiX9XJELlDUuF3kNtryVYY_fVC9Isr_wIfdpTRPjQXld4mReKz4ht2vICrU8NNKMtZtusIL6kQJBc4PnQ6v7VGfu3hO8fSQHJclhryA\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:66:\"Unlimited Elements For Elementor (Free Widgets, Addons, Templates)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"tags\";O:8:\"stdClass\":6:{s:9:\"elementor\";s:9:\"elementor\";s:8:\"elements\";s:8:\"elements\";s:6:\"addons\";s:6:\"addons\";s:16:\"elementor addons\";s:16:\"elementor addons\";s:16:\"elementor widget\";s:16:\"elementor widget\";s:12:\"page builder\";s:12:\"page builder\";}s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";N;s:6:\"tested\";s:3:\"6.5\";s:10:\"stable_tag\";s:3:\"1.0\";s:8:\"sections\";O:8:\"stdClass\":4:{s:11:\"description\";s:7110:\"<p><strong>Elementor</strong> users, elevate your web design experience with <strong>Unlimited Elements for Elementor</strong>. An all in one plugin that instantly gives you the most advanced widgets and tools to make better Elementor websites faster. Take your WordPress website to the next level.</p>\n\n<p><a href=\"https://unlimited-elements.com/elementor-widgets/\">View Elementor Widgets Demos</a>\n<br>\nBrowse our extensive collection of free widgets or upgrade to our pro version for access to over 200 additional unique drag and drop widgets for <strong>Elementor</strong>. Each widget provides a wide range of options to easily control every aspect. If you can\'t find what you need, our <strong>Widget Creator</strong> Framework empowers you to create any widget you can imagine.</p>\n\n<h3>Plugin Features</h3>\n\n<ul>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Widget Library</strong></a> – Enhance the popular Elementor page builder with our user-friendly and innovative widget library. Simplify your website by finding everything you need in one place, without the need for multiple plugins.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/widget-creator/\"><strong>Widget Creator</strong></a> – Save valuable time by eliminating the need to search for numerous plugins and add-ons. Instead, create customized, professional widgets that perfectly align with your website requirements.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-templates/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/loop-builder-for-elementor/\"><strong>Loop Builder</strong></a> – Easily create dynamic Loop Items within the Elementor Theme Builder by utilizing any loop widget layout of your preference. Effortlessly populate the chosen widget with dynamic content to craft versatile and engaging Loop Items.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/background-widgets-for-elementor/\"><strong>Background Widgets</strong></a> – Elevate your web designs instantly with our user-friendly animated backgrounds available in our extensive widget library. Experience seamless integration and unleash your creativity like never before.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/post-widgets-filters-tools/\"><strong>Post Widgets & Filters</strong></a> – Easily create stunning post layouts with real-time filters. Improve the browsing experience for website visitors by helping them find the content they\'re looking for. Effortlessly display posts using advanced criteria on your entire website.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/woo/\"><strong>WooCommerce Widgets & Filters</strong></a> – Create stunning product layouts with dynamic real-time filters. Showcase your products and categories in a wide array of interactive formats, such as grids, carousels, sliders, and more.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/remote-control-widgets/\"><strong>Woo Widgets & Filters</strong></a> – Unleash your creativity with advanced and customizable layouts. Take full control of your designs and make them truly unique using the remote controls. Stand out from the crowd with layouts that are both eye-catching and distinctive.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/sync-widgets/\"><strong>Sync Between Widgets</strong></a> – Elevate your web designs to new heights by seamlessly synchronizing multiple item-based widgets. This powerful feature empowers you to effortlessly create intricate and personalized layouts, taking your designs to the next level of sophistication.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source-galleries/\"><strong>Multi-Source Galleries</strong></a> – Empower your gallery showcase by effortlessly featuring Woo products, WordPress posts, Instagram feeds, and a variety of other sources, including various API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/live-copy-paste/\"><strong>Live Copy Paste</strong></a> – Copy and paste fully designed sections from the Unlimited Elements website directly to your website, saving you time and ensuring you can finish your web project as soon as possible.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-menu-widget-for-elementor/\"><strong>Mega Menu Builder</strong></a> – Easily craft a distinctive Mega Menu for your website navigation by incorporating images, icons, links, and various Elementor widgets into unique menu layouts.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-slider-widget-for-elementor/\"><strong>Mega Slider Builder</strong></a> – Easily turn any Elementor sections into slider slides. Now you can amaze your website visitors with jaw-dropping slider designs that look amazing on any device.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source/\"><strong>Multi-Source Widgets</strong></a> – Add content dynamically to item-based widgets effortlessly with support for ACF repeaters, JSON/CSV files, Woo Products, WordPress posts, users, menus, and a range of API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/dynamic-post-popup-widget-for-elementor/\"><strong>Dynamic Popup Builder</strong></a> – Dynamically create a popup to add a quick view of the post without leaving the page. Use an Elementor single post template to create the layout of the dynamic popup.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/form-builder/\"><strong>Elementor Form Builder</strong></a> – Build advanced forms effortlessly using the drag-and-drop form builder. Whether it’s a simple or complex form, our straightforward form widgets make it quick and easy to create forms, improving your workflow.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/calculators/\"><strong>Calculator Builder</strong></a> – Easily design professional calculators for any type of industry. Whether you need a loan calculator, mortgage calculator or business calculator, our powerful and intuitive drag and drop builder makes it easy to create complex calculators with ease.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/filters/\"><strong>Elementor Filter Widgets</strong></a> – Unlock the potential of the AJAX-based faceted filter system, seamlessly empowering you to craft diverse layouts with ease. Take control by applying multiple filters, ensuring a super-fast and dynamic filtering experience tailored to your website needs.</p></li>\n</ul>\";s:12:\"installation\";s:521:\"<p>Note : This plugin works with Elementor. Make sure you have <a href=\"https://wordpress.org/plugins/elementor/\">Elementor</a> installed.</p>\n\n<ol>\n<li>Upload the plugin folder to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress</li>\n<li>Navigate to Unlimited Elements in the WordPress side menu and install the widget you want by hovering over it and clicking install.</li>\n</ol>\";s:3:\"faq\";s:4208:\"<h4>Can I use the plugin without Elementor?</h4>\n\n<p>No. You cannot use the plugin without Elementor since it\'s an addon for Elementor.</p>\n\n<h4>Does the plugin work with any theme?</h4>\n\n<p>Absolutely! The plugin will work with any theme where Elementor works.</p>\n\n<h4>What if I update to the Premium version after using the Free version?</h4>\n\n<p>Your existing elements/content will work with the premium version. So you won’t lose your any of your hard work.</p>\n\n<h4>Can I get a refund?</h4>\n\n<p>If you are not happy with your purchase at anytime just contact us and we will refund 100% of your money no questions asked.</p>\n\n<h4>Do you offer a renewals discount?</h4>\n\n<p>Yes, you get 25% discount for all annual plan automatic renewals. The renewal price will never be increased so long as the subscription is not cancelled.</p>\n\n<h4>How do I install and activate the \'Unlimited Elements for Elementor\' plugin on WordPress?</h4>\n\n<p>To install the \'Unlimited Elements\' plugin on your WordPress site, access your WordPress Dashboard and go to Plugins -> Add New. In the search box, enter \'Unlimited Elements.\' Locate the plugin in the search results and click on the \'Install Now\' button. Once the installation is finished, click on the \'Activate\' button, and \'Unlimited Elements for Elementor\' will be successfully activated on your WordPress site.</p>\n\n<h4>Do I need to know code to use Unlimited Elements?</h4>\n\n<p>No, you do not need to know code to leverage the widgets and other tools provided by the Unlimited Elements plugin. It is designed to be user-friendly, allowing you to enhance your Elementor experience without any coding expertise. However, for users familiar with code, the plugin offers the added advantage of a widget creator, enabling the creation of custom Elementor widgets for a more tailored and advanced design experience.</p>\n\n<h4>Is my site secure with Unlimited Elements?</h4>\n\n<p>Yes, Unlimited Elements is a secure plugin. The plugin is regularly updated to adhere to common security standards, ensuring a secure environment for your website.</p>\n\n<h4>What types of filters does Unlimited Elements provide?</h4>\n\n<p>Unlimited Elements offers a variety of filter types, including search filters, dropdowns, tabs filters, checkboxes filters, and WooCommerce-related filters, providing a diverse range of options for dynamic and versatile website filtering.</p>\n\n<h4>Are the filters compatible with any post type or WooCommerce products?</h4>\n\n<p>Yes, all the filters provided by Unlimited Elements are live Ajax filters, ensuring dynamic and seamless filtering experiences. They are compatible with any post type, including custom post types, and WooCommerce products, offering versatile functionality for a wide range of content on your website. Utilize specific WooCommerce filters to enhance the shopping experience for your customers, such as the price range slider filter and color swatches filter for products with different colors.</p>\n\n<h4>Can I use Unlimited Elements to display custom post types in my widgets?</h4>\n\n<p>Yes, Unlimited Elements supports showcasing custom post types with advanced query selection and seamless connection to any filter from the UE library. This allows for tailored and dynamic content presentation on your website using the plugin\'s versatile features.</p>\n\n<h4>What are multi-source widgets in Unlimited Elements?</h4>\n\n<p>Multi-source widgets in Unlimited Elements enable the population of item-based widgets with various dynamic source types. These widgets can be populated using sources like ACF repeater fields, WooCommerce products, custom post types, Instagram feeds, and various API integrations. This versatility allows for the seamless integration of diverse content into widgets, enhancing the flexibility and functionality of your website elements.</p>\n\n<h4>Should I use Remote Control Widgets or the Sync Widgets function in Unlimited Elements?</h4>\n\n<p>The choice depends on your design preferences. If you want complete control, go for Remote Control Widgets. For synchronized layouts, choose Sync Widgets. They can also be used together for even more powerful customization options in Unlimited Elements.</p>\";s:9:\"changelog\";s:127657:\"<p>version 1.5.103: 2024-04-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to add additional url attributes to post links</li>\n<li>Feature: improved woo category thumbnail image gether</li>\n<li>Feature: added option to unite gallery - strip_speed</li>\n<li>Fix: fixed some widgets editor enable visibility bug</li>\n<li>Fix: fixed entrance animation run if inside a viewport window</li>\n<li>Fix: fixed some security issues - escaping some fields output</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Dots\' option. This new functionality allows users to toggle the visibility of dots within the widget, providing greater control over navigation indicators.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Custom Icon\' option. This new functionality allows users to customize the appearance of checkboxes by providing custom icons, enhancing the visual presentation of checkboxes within the widget.</li>\n<li>Feature: Video Playlist (Pro) - Implemented \'Strip Navigation Speed\' option. This new functionality allows users to adjust the speed of navigation within the strip, providing finer control over the scrolling behavior.</li>\n<li>Feature: Expanding Content Cards (Pro) - Implemented \'Background Image Align\' option. This new functionality allows users to specify the alignment of the background image, providing greater control over its positioning within the element.</li>\n<li>Feature: Post Magazine Grid (Pro) - Implemented \'Meta Date Date Format\' option. This new functionality allows users to specify the date format for meta date display, providing customization options for date presentation.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Show Item Title in Lightbox\' option. This new functionality allows users to toggle the display of item titles within the lightbox, providing control over the visibility of titles for a better user experience.</li>\n<li>Feature: Search Filter (Pro) - Implemented \'Custom Links Ending\' option. This new functionality allows users to change links in the connected grid to highlight the search phrase.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Post Pagination (Free) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Content Switcher (Pro) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab Content Switcher for a smoother and more seamless user experience.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Show Field Name In Empty Field Error Message\' option. This new functionality allows users to include the field name in the empty field error message, providing clearer feedback to users when a required field is left blank.</li>\n<li>Feature: Side Menu (Pro) - Implemented \'Templates Width\' and \'Templates Horizontal Align\' options.</li>\n<li>Change: Unlimited Grid (Pro) - Changed \'Title Spacing\' option to \'Title Margin\'. This change allows users to add margin in all directions to the title, providing more granular control over its positioning within the widget.</li>\n<li>Fix: Content Box Hover Text Reveal (Free) - Resolved issue where Overlay Opacity option wasn\'t working on mobile devices. This fix ensures that the Overlay Opacity option functions correctly across all devices, providing consistent behavior and appearance.</li>\n<li>Fix: Multi Step Form (Pro) - Fixed Multi Step Error Message not showing when empty and required field was present on active step.</li>\n<li>Fix: Submit Button (Free) - Fixed Submit Button verification issue when fields with 0 value were parsed as empty.</li>\n<li>Fix: Slider Field (Pro) - Resolved issue where border radius for focus state differed from regular state. This fix ensures that the border radius remains consistent across different states.</li>\n<li>Fix: Icon Bullets (Free) - Fixed issue related to Hover Colors not being revealed after item hover.</li>\n<li>Fix: Team Member Sliding Effect (Pro) - Resolved issue related to global colors usage. This fix ensures that global colors are properly utilized throughout the widget, maintaining consistency and accuracy in color rendering.</li>\n<li>Fix: Post Magazine Grid (Pro) - Optimized widget HTML. This optimization improves the efficiency and performance of the widget by streamlining the HTML structure and reducing unnecessary code.</li>\n<li>Fix: Form Fields Widgets: Resolved vulnerability where scripts could be injected under certain widget attributes. This fix ensures that scripts are properly sanitized and prevented from being inserted into widget attributes, mitigating potential security risks.</li>\n</ul>\n\n<p>version 1.5.101: 2024-04-03</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added \"date time\" attribute to items attributes list</li>\n<li>Feature - made some integration for \"relevanssi\" plugin</li>\n<li>Feature - added woo rating stars to multisource fields</li>\n<li>Feature - added visual text that showing the form fields conditions</li>\n<li>Fix - fixed filters mode init mode</li>\n<li>Fix - fixed various filters related bugs</li>\n<li>Fix - fixed ucpage parameter fetch for pagination in archive page</li>\n<li>Fix - fixed gallery from meta field item source texts </li>\n<li>Fix - fixed some number field processing</li>\n<li>Fix - fixed multisep form with template submit</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Set First Item Selected\' option. This new functionality allows users to automatically select the first item in the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented \'Open Current Submenu On Page Load\' option. This new functionality allows users to automatically expand the current submenu on page load, providing immediate access to relevant content.</li>\n<li>Feature: Background Slider (Pro) - Introduced \'Add SEO Tags\' option, allowing users to include alt and title attributes for images for improved search engine optimization of the widget content.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Message Box After Send\" option, allowing automatic closure of the message box after clicking the send button for improved user experience and convenience.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Button After Click\" option, enabling automatic closure of the buttons after clicking any button, eliminating the need for manual closure for enhanced user convenience and interaction.</li>\n<li>Feature: Content Grid (Pro) - Implemented \'Description\' option. This new functionality allows users to add a description to the widget, providing additional context or instructions.</li>\n<li>Feature: SVG Animation (Free) - Optimized widget for Elementor Popup compatibility. This update ensures seamless integration and improved performance when using the widget within Elementor Popups.</li>\n<li>Feature: Animated Ripples (Pro) - Introduced \'Ripple Scale\' option, enabling users to control the size of the ripples for enhanced visual customization and effect.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Item Trigger type\' for Segment Layout type. This new functionality allows segments to be opened by hovering on them, providing users with an alternative interaction method.</li>\n<li>Feature: Line Text Divider (Free) - Added styling options including Line Thickness, Line Border Radius, Line Shadow, Text Typography, Background Color, Padding, Border, Border Radius, and Box Shadow for enhanced customization. Additionally, existing styling options have been improved for better optimization and user experience.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Grow Effect on Thumb Hover option. This new functionality allows users to enable the grow effect on thumbnail hover.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Hide Default Arrows option. This new functionality allows users to hide default arrows, providing enhanced customization of the widget\'s appearance and behavior.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Show Time Ago\' option. This new functionality allows users to display the time elapsed since a publish event, providing context and improving user engagement.</li>\n<li>Feature: Dropdown Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Empty Field Error Text\' option. This new functionality allows users to customize the error message displayed when a required field is left empty.</li>\n<li>Feature: Icon Bullets (Free) - Implemented \'Title Color Hover\' and \'Text Color Hover\' options. These new functionalities allow users to customize the color of titles and text when hovered over, providing enhanced interactivity and visual feedback.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Font Family\' option for Label X Axis and Y Axis. This new functionality allows users to customize the font family for labels displayed on the X and Y axes, providing enhanced typography control.</li>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Arrows\' option and updated Arrows styling options. This new functionality allows users to control the visibility of arrows and customize their styling, providing more flexibility in widget design and navigation.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Empty Message\' option. This new functionality allows users to display a custom message when no posts are found, providing better user feedback and enhancing the user experience.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Change: Checkboxes Filter (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.</li>\n<li>Change: Post Carousel (Pro) - Added \'alt\' and \'title\' attributes to the image for improved SEO optimization and accessibility.</li>\n<li>Change: Flip Box Carousel (Pro) - Changed some selectors in CSS to avoid empty items appearing on live page.</li>\n<li>Change: Underline Animated Button (Free) - Changed <section> tag to </li>\n</ul>\n\n<p><</p>\n\n<p>div>. This update improves the semantic structure of the widget, ensuring better compatibility with various screen readers and accessibility standards.\n* Change: Unlimited Charts (Pro) - Updated the animation option to trigger animation when the chart comes into view instead of upon initial load, improving user experience and visual appeal.\n* Change: Submit Button (Free) - Changed the position of Empty Field Errors to be grouped after the submit button. This update enhances the layout and organization of error messages, providing users with a clearer indication of missing information before submission.\n* Change: Post Blocks (Free) - Changed CSS selector for Typography option for better accessibility. This update improves the accessibility of the Typography option by using a more descriptive and accessible CSS selector.\n* Change: List Marquee (Pro) - Increased speed limit to 1000. This update enhances the speed capabilities of the widget, allowing for faster performance and smoother animations.\n* Change: Checkbox Field (Pro) - Increased accessibility by adding IDs to input elements and \"for\" attributes to label elements. This update improves accessibility by associating labels with their corresponding form controls, making it easier for screen readers and other assistive technologies to interpret and navigate the form.\n* Change: Masonry Gallery (Pro) - Implemented \'Autoplay Video In Lightbox\' option. This new functionality allows users to enable autoplay for videos displayed within the lightbox, providing a more dynamic and engaging viewing experience.\n* Change: WhatsApp Chat (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.\n* Fix: Number Field (Pro) - Implemented CSS protection from the max-width CSS property. This new functionality safeguards against unintended styling conflicts or overrides caused by the max-width property.\n* Fix: Fullscreen Menu (Free) - Addressed issue where the fullscreen menu was not displayed correctly in Safari browser.\n* Fix: Image Scroll (Pro) - Resolved 404 error appearing every time Overlay element was added on the page. This fix ensures that the Overlay element is loaded correctly without triggering a 404 error.</p>\n\n<p>version 1.5.100: 2024-03-17</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to connect the filters to some specific grid group</li>\n<li>Fix: fixed js run for background output not always happend</li>\n<li>Fix: filters was shown only related to grid taxonomies after changing to \"all\" </li>\n<li>Fix: returned some tiles gallery images that was missing</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: List (Free) - Implemented \'Open Link in New Tab\' option. This new functionality allows users to specify whether links should open in a new tab, providing flexibility in link behavior.</li>\n<li>Feature: Compact Gallery (Free) - Implemented \'Hide Thumbnail Panel Under Width\' option. This new functionality allows users to hide the thumbnail panel when the viewport width is below a specified threshold, optimizing the display for smaller screens.</li>\n<li>Feature: Select Dropdown Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Checkboxes Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Tabs Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Added \'Image Horizontal Shift\' option, allowing users to adjust the horizontal position of the image for enhanced customization and layout control.</li>\n</ul>\n\n<p>version 1.5.99: 2024-03-11</p>\n\n<ul>\n<li>Fix - updated multisource image fields</li>\n<li>Fix - fixed some small php bug with strtobool function</li>\n</ul>\n\n<p>version 1.5.98: 2024-03-05</p>\n\n<ul>\n<li>Fix Some small gutenberg related bug fix</li>\n</ul>\n\n<p>version 1.5.97: 2024-03-04</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Fix: allow showing authors name translated</li>\n<li>Change: updated font awesome version to 6</li>\n<li>Fix: done some link attribute security fix</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Accordion Menu (Pro) - Implemented \'Active State Color\' options for Sub Menu items. This new functionality allows users to customize the color of sub-menu items when they are in the active state, providing enhanced visual feedback.</li>\n<li>Feature: Content Slider (Pro) - Made \'Slide Margin\' option available for Full Slider Type and Offset Slider Type. This update expands the usability of the margin customization, allowing users to set margins between slides in both Full Slider and Offset Slider configurations.</li>\n<li>Feature: Icon Tabs (Pro) - Made \'Start Collapsed\' option responsive. This update ensures that the \'Start Collapsed\' behavior adjusts responsively, providing a consistent and user-friendly experience across various devices and screen sizes.</li>\n<li>Feature: Post Accordion (Free) - Introduced \'Expand All Accordion\' functionality, enabling users to expand all accordion items with a single click for improved content accessibility.</li>\n<li>Feature: Fullscreen Menu (Free) - Introduced option to customize the thickness of the animated hamburger icon bars, providing users with greater control over the visual appearance of the icon.</li>\n<li>Change: Coverflow Carousel (Pro) - Updated \'Button Link\' option: if empty, no link will be applied. This modification ensures that if the \'Button Link\' option is left empty, no link will be associated with the button within the widget.</li>\n<li>Fix: Product Carousel (Pro) - Optimized widget HTML code. This update enhances performance and efficiency by streamlining the HTML structure of the widget.</li>\n<li>Fix: Content Tabs (Free) - Improved widget interaction within an Elementor\'s popup. This update ensures a more seamless and optimized experience when utilizing the widget within a popup setting.</li>\n</ul>\n\n<p>version 1.5.96: 2024-02-26</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Feature: added option for time_ago_short in timelines that will show shorter version of minutes and hours text</li>\n<li>Feature: added defaults for weather widget</li>\n<li>Fix: fixed hourly weather fields</li>\n<li>Fix: fixed the import with images functionality</li>\n<li>Fix: set default timeout to remote requests</li>\n<li>Fix: fixed the image duplicate when importing templates</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Side Menu (Pro) - Implemented \'Menu Padding\' option. This new functionality allows users to set padding for the menu, providing control over the spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced a new value for \'Meta Data Position\' option called \'Before Title\'. This new functionality allows users to position meta data before the title, providing additional flexibility in content layout.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Stage Padding\' option. This new functionality allows users to set stage padding, displaying a part of the previous and next carousel items for a more visually appealing and dynamic presentation.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Selected Item Number\' option. This new functionality allows users to select a specific item by default, enhancing user experience by highlighting a predetermined item upon initialization.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option to display the image on the opposite side of the content for enhanced layout flexibility and customization.</li>\n<li>Feature: Thumbnail Slider (Pro) - Introduced \'Multi Source\' option, enabling users to select gallery items from various sources for enhanced flexibility and content integration.</li>\n<li>Feature: Timer Countdown Banner (Pro) - Added \'Direction\' option to support RTL (Right-to-Left) layout websites.</li>\n<li>Feature: Post Horizontal Timeline (Pro) - Introduced Background Color and Icon Color options for Navigation Arrows in disabled mode. This new functionality allows users to customize the appearance of navigation arrows when they are disabled, providing enhanced visual control.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Time Ago Type\' option. This new functionality allows users to choose the type of time ago representation, providing flexibility in how time is displayed within the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Text Custom Field\' option. This new functionality allows users to add a custom field under the main Posts Text, providing additional customization for displaying content.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Link Type\' option for all link elements in the widget. This new functionality allows users to choose the type of link for various elements within the widget, enhancing control over linking behavior.</li>\n<li>Feature: Remote Link (Pro) - Introduced active state for the link. This new functionality allows users to customize the appearance of the link when it is in an active state, providing enhanced visual feedback.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Implemented \'Hide Vertical Scrollbar in Popup\' option. This new functionality allows users to hide the vertical scrollbar within the popup, providing a cleaner and more focused appearance.</li>\n<li>Feature: Icon Carousel (Pro) - Introduced \'Autoplay Pause on Hover\' option, allowing users to pause autoplay functionality when hovering over the carousel for improved control and interaction.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Introduced Entrance Animation functionality for the popup. This new feature allows users to apply entrance animations, enhancing the visual appeal and engagement when the popup appears.</li>\n<li>Feature: Unlimited Timeline (Free) - Implemented \'Content Box Link\' option. This new functionality allows users to link the entire content box, providing a convenient way to associate a link with the entire widget item.</li>\n<li>Feature: Text Field (Free) - Added \'Read Only\' option, allowing users to set the field as read-only for preventing user input while retaining visibility of the text.</li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Radar Range\' option for Radar chart, allowing users to set the minimum range value for improved data visualization.</li>\n<li>Feature: Testimonial Carousel (Pro) - Added \'Rating\' field to the Source option. This new functionality allows users to incorporate a rating field as a source for the widget, expanding the available data sources for enhanced content display.</li>\n<li>Feature: Multi Step Form (Pro) - Introduced \'Direction\' option. This new functionality is useful for RTL (Right-to-Left) websites, allowing users to set the direction of the widget layout accordingly.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option for users to customize the text of each item\'s button, providing greater flexibility.</li>\n<li>Feature: Post List (Free) - Implemented \'Space Between Categories\' option. This new functionality allows users to set spacing between categories, providing control over the layout and visual presentation of category elements.</li>\n<li>Feature: Memory Game (Pro) - Introduced \'Add Completion Time to Form Field\' option, enabling users to automatically append the time taken to complete the memory game to a designated form field.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Add Link For The Whole Item\' option. This new functionality allows users to add a link to the entire widget item, enhancing the interactive capabilities and providing a clickable area for the entire item.</li>\n<li>Feature: Post Carousel (Pro) - Implemented \'Text Padding\' and \'Title Padding\' options. This new functionality allows users to set padding for text and title elements, providing enhanced control over spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced \'Date Modified\' options. This new functionality allows users to display the date when a post was last modified, providing additional information and transparency in content presentation.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Introduced options to customize Maps Controls icons\' color and background color. This new functionality allows users to personalize the appearance of map controls, enhancing visual customization.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Disable Map Interaction On Mobile\' option. This new functionality allows users to disable map interaction specifically on mobile devices, providing control over the user experience on smaller screens.</li>\n<li>Change: Content Tabs (Free) - Modified behavior of \'Start Collapsed\' option when used with \'Set Hash\'. If the URL has a hash, the first opened tab will be determined by the hash, providing a more dynamic and user-friendly experience.</li>\n<li>Change: Dropdown Button (Pro) - Removed Text Decoration CSS property from dropdown items. This update enhances the visual presentation by eliminating unnecessary text decoration.</li>\n<li>Change: Woo Mini Cart (Pro) - Added separate border options for \'View Cart\' and \'Checkout\' buttons, providing users with more customization flexibility for button styling.</li>\n<li>Change: Swipe Carousel (Pro) - Modified \'Enable Link\' option. Now, the entire item serves as a link, providing a more intuitive and consistent approach to linking within the widget.</li>\n<li>Fix: Submit Button (Free) - Corrected default values in email 2 that were leading to validation errors.</li>\n<li>Fix: Post Carousel Lite (Free) - Addressed issue where the carousel was not displaying on mobile devices.</li>\n<li>Fix: Icon Tabs (Pro) - Resolved issue with the \'Start Collapsed\' option. The fix ensures that the \'Start Collapsed\' option now functions correctly, delivering the intended collapsed behavior upon initialization.</li>\n<li>Fix: Post Grid (Pro) - Optimized widget item HTML code. This update enhances performance and efficiency by streamlining the HTML structure of widget items.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized item HTML code. This update improves performance and efficiency by refining the HTML structure of individual items within the widget.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized CSS code. This update improves performance and reduces the overall footprint of the stylesheet, enhancing efficiency and loading times.</li>\n<li>Fix: Remote Link (Pro) - Resolved issue where the Text Shadow option was erroneously interpreted as Box Shadow. The fix ensures that the Text Shadow option now functions correctly, providing the intended text shadow effect.</li>\n<li>Fix: Scroll Sequence (Pro) - Revised and improved descriptions of the widget fields for better clarity.</li>\n<li>Fix: Post Magazine Grid (Pro) - Added \'raw\' tag to category names to fix the display issue where the \'&\' symbol in category names was not displaying correctly.</li>\n<li>Fix: Before After (Pro) - Improved widget interaction with Elementor\'s Popups. This update ensures seamless integration and optimal performance when using the widget within Elementor\'s Popup functionality.</li>\n<li>Fix: Grid Gallery (Pro) - Resolved an issue where the widget was not extending to full width within Elementor Container.</li>\n<li>Fix: Particle Image (Pro) - Added protection from lazy load. This update ensures compatibility and proper functionality, mitigating potential issues related to lazy loading on various platforms.</li>\n</ul>\n\n<p>version 1.5.95: 2024-02-12:</p>\n\n<ul>\n<li>Feature: Ensure that the blog displayed on the \"Home\" page of the plugin is always up-to-date.</li>\n<li>Feature: Implemented support for tags in the widget catalog.</li>\n<li>Feature: Added an option for galleries to play videos in muted mode.</li>\n<li>Feature: Integrated weather forecast data preparation for the widget.</li>\n<li>Fix: Addressed some minor potential security risks associated with the import templates functionality.</li>\n<li>Fix: Rectified email validation for Form Email2.</li>\n<li>Fix: Resolved some issues with the price range filter.</li>\n<li>Fix: fixed the problem where dynamic template styles disappeared after updating Elementor Pro.</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Image Zoom Content Box (Free) - Implemented \'Title Tag\' option. This new functionality allows users to specify the HTML tag for titles within the widget, providing flexibility and control over the semantic structure of the content.</li>\n<li>Feature: Post Accordion (Free) - Implemented \'Disable Link in Image\' option. This new functionality allows users to disable the link associated with an image, providing more control over the interactive behavior of images within the widget.</li>\n<li>Feature: Slider Gallery (Free) - Implemented \'Mute Video\' option. This new functionality allows to play videos muted by default. Volume can be adjusted in video players on live page.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Item Bar Width\' option. This new functionality allows users to customize the width of individual bars, providing greater control over the visual representation of items.</li>\n<li>Feature: Remote Item Navigation (Pro) - Introduced \'Border Override Color\' options for Regular and Active states. This new functionality allows users to customize border colors separately for both Regular and Active states, enhancing visual styling in the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Title Min Height\' option. This new functionality allows users to set a minimum height for the title, offering more control over the visual presentation and consistency in the widget.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Show Link\' option. This new functionality enables users to show or hide links and customize their styling within the widget, offering more control over the interactive elements.</li>\n<li>Feature: Counter (Free) - Implemented \'Add Link To Widget Container\' option. This new functionality allows users to include a link, enhancing the interactive capabilities of the element by enabling navigation to another page or resource.</li>\n<li>Feature: Icon Box Accordion (Pro) - Introduced \'Icon + Text\' option for Graphic Element. This new value expands customization by allowing users to display both an icon and text within the Graphic Element for richer visual representation.</li>\n<li>Feature: Before After (Pro) - Added support for the widget inside Elementor\'s Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to utilize the widget effectively within Elementor\'s Tabs.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Hide Inactive Arrow\' option. This new functionality allows users to hide inactive arrows, providing a cleaner and more focused appearance in the widget interface.</li>\n<li>Feature: Layers (Pro) - Added shadow for icon type layers.</li>\n<li>Feature: Icon Pointer Button (Pro) - Introduced \'Direction\' option. This new functionality allows users to specify the direction for RTL (Right-to-Left) or LTR (Left-to-Right) websites, ensuring proper layout alignment based on language direction.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Auto Height\' option. This new functionality adjusts the height of the slider dynamically based on the height of the current slide, providing a more adaptive and seamless user experience.</li>\n<li>Feature: Justified Image Carousel (Pro) - Option to fix the broken layout (resulting in a duplicate carousel) caused by delayed image loading, this solution verifies that the images are loaded before initializing the carousel.</li>\n<li>Feature: Remote Tabs (Pro) - Introduced styling options for Border Radius, Border, and Shadow for the image of the active tab.</li>\n<li>Feature: Layers (Pro) - Added background color, padding and radius for text fields.</li>\n<li>Feature: WhatsApp Chat (Pro) - z-index option for Popup, allowing users to customize the stacking order of the Popup for better control over its visibility in relation to other elements.</li>\n<li>Feature: WhatsApp Chat (Pro) - Introduced option to customize the Popup Title, along with styling options for enhanced visual control and personalization.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced \'Additional Title\' options. This new functionality expands customization by providing additional settings for titles, allowing users to further enhance the visual presentation of titles within the widget.</li>\n<li>Feature: Content Grid (Pro) - Introduced \'Image Scale\' option. This new functionality allows users to scale the images, providing enhanced control over the visual presentation within the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented feature - automatically opens menu item if it matches the current page URL.</li>\n<li>Feature: Post Grid (Pro) - Added Option to show post tags, providing users with the ability to showcase tags associated with each post.</li>\n<li>Feature: Post Magazine Grid (Pro) - Introduced \'Image Scale\' and \'CSS Filters\' options along with the hover transition duration for enhanced image customization.</li>\n<li>Feature: Card Carousel (Free) - Implemented \'Image Position\' option. This new functionality allows users to customize the position of image within the widget, providing enhanced control over the visual layout.</li>\n<li>Feature: Layers (Pro) - Added mouse parallax effect, adds a captivating and interactive dimension to the user interface.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced additional styling options. This new set of functionalities allows users to further customize and refine the visual appearance of the widget, providing enhanced styling possibilities.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Close Transition Speed\' option. This new functionality enables users to set the speed of close animations for the dropdown, enhancing visual transitions and customization.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added \'Image Position\' option, allowing users to customize the position of the image above or below the content for enhanced layout flexibility.</li>\n<li>Feature: Layers (Pro) - Implemented motion effects—now elements can bounce up and down and move left to right for a livelier interface.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Center Info Window\' option. This new functionality allows users to center the info window on the map, providing enhanced visibility and focus on the selected location.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Close After Outside Info Window Click\' option. This new functionality allows users to close the info window after clicking outside of it on the map, enhancing user interaction and control.</li>\n<li>Feature: Layers (Pro) - Implemented responsive settings for individual layers, allowing users to toggle each layer on or off based on the specific device requirements.</li>\n<li>Feature: Image Accordion (Pro) - Added \'Title HTML Tag\' option, providing users with better SEO control by allowing customization of HTML tags for widget titles.</li>\n<li>Feature: Content Tabs (Free) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab content for a smoother and more seamless user experience.</li>\n<li>Feature: Event List (Pro) - Implemented \'Remove Expired Event Item\' option. This new functionality allows users to automatically remove event items that have expired, streamlining content management within the widget.</li>\n<li>Feature: Post Grid (Pro) - Added typography option for post tags, allowing users to customize the font style, size, and other typographic attributes.</li>\n<li>Feature: Event List (Pro) - Implemented \'Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the button, providing enhanced control over the layout within the widget.</li>\n<li>Feature: vCard (Pro) - Introduced option to include social media links in downloadable VCF contact file, enhancing contact information with additional social network profiles for improved connectivity.</li>\n<li>Change: Toggle Text Button (Free) - Upgraded textarea to full functionality editor, providing users with enhanced editing capabilities.</li>\n<li>Change: vCard (Pro) - Updated vCard JavaScript library to the latest version, ensuring compatibility with current standards and latest feature availability.</li>\n<li>Fix: Woo Product List (Free) - Introduced \'Layout Type\' option. This new functionality allows users to set the layout as either column or row, providing flexibility in organizing and displaying content within the widget.</li>\n<li>Fix: vCard (Pro) - Resolved issue where QR code was not scanning on some apps.</li>\n<li>Fix: Hotspots (Pro) - Rebuilt JavaScript code for better interaction. Removed unnecessary code to optimize performance and streamline functionality.</li>\n<li>Fix: Sideways Vertical Text (Pro) - Text layout shifting issue on Safari browser.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue with scrolling to the top of the page after tab click. The fix ensures that tab clicks no longer trigger unintended scrolling to the top, providing a smoother user experience.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the vertical scrollbar appearing on hover.</li>\n<li>Fix: Testimonial Carousel (Pro) - The issue where styling attributes (size and color) for SVG icons were not taking effect.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue in Content Tabs when Before After widget couldn\'t function inside tabs. The fix ensures proper functionality, allowing users to utilize the widget as intended.</li>\n<li>Fix: Woo Product Grid (Pro) - Added image HTML attributes to product images.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue where the size of social icons wasn\'t responding to the option value. The fix ensures that the specified option value now accurately reflects the size of social icons.</li>\n<li>Fix: Counter (Free) - Removed unnecessary space in \'Before Text\' and \'After Text\' options. This update improves the clarity and presentation of the text by eliminating unnecessary spacing.</li>\n<li>Fix: Content Tabs (Free) - Added support for Elementor Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to incorporate the widget effortlessly within Elementor Tabs.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved an issue where incorrect icons were being displayed after selecting a menu item.</li>\n<li>Fix: Woo Mini Cart (Pro) - Improved widget compatibility with optimization plugins like WP Rocket. This update ensures seamless integration, optimizing performance and enhancing the overall user experience when using these plugins.</li>\n<li>Fix: Post Accordion (Free) - Updated post content loading method to resolve the issue where, on some sites, post content was not displaying correctly.</li>\n<li>Fix: Dropdown Field (Pro) - Fixed an issue when Dropdown Field couldn\'t parse Field Name to Number Field widget.</li>\n<li>Fix: Card Carousel (Free) - Resolved issue where Transition Speed wasn\'t working for non-default animations. The fix ensures that Transition Speed now functions correctly for all animations, providing consistent and reliable behavior.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Removed default 2px border with blue color from one of the map elements. This update improves the visual presentation by eliminating an unnecessary border.</li>\n</ul>\n\n<p>version 1.5.94: 2024-01-25:</p>\n\n<ul>\n<li>Feature: added option to message individual fields for the form</li>\n<li>Change: removed instagram blocked api message - the instagram functionality is active now!</li>\n<li>Change: added default values to currency fields</li>\n<li>Fix: fixed small php bug regarding date field in items</li>\n<li><p>Fix: fixed some small xss vulnurability that pachstack discovered</p></li>\n<li><p>Feature: Number Field (Pro) - Introduced \'Enable Date Field in Formula\' option. This new functionality enables the use of Date Field in formula by allowing the addition or subtraction of days.</p></li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Remove Items with 0 Value\' option. This new functionality automatically excludes items with a value of 0 from charts.</li>\n<li>Feature: WordPress Menu (Free) - Implemented \'Hover Effect\' option. This new functionality allows users to choose from a variety of hover link effects, enhancing the visual presentation with dynamic animations.</li>\n<li>Feature: Hotspots (Pro) - Introduced customizable popup positioning, providing users with the option to define the exact position rather than relying on preset center alignment.</li>\n<li>Feature: Event List (Pro) - Introduced \'Event End Date\' option, allowing users to display event end date and time.</li>\n<li>Feature: Event List (Pro) - Implemented \'Calendar Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the calendar, providing better control over its placement within the layout.</li>\n<li>Feature: Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Dropdown Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Value Handling\' options. This new functionality allows users to choose the checkbox value type from options such as sum, individual number, or individual text, providing flexibility in handling checkbox values.</li>\n<li>Feature: Masonry Gallery (Pro) - Introduced \'Title Typography\' and \'Description Typography\' options. These new functionalities allow users to customize the typography settings for titles and descriptions.</li>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Tile Background Color\' option. This new functionality allows users to customize the background color of tiles, providing enhanced visual control over the widget\'s appearance.</li>\n<li>Feature: Hotspots (Pro) - Added \'Popup Image Size\' option, allowing users to customize the size of popup images.</li>\n<li>Feature: WooCommerce Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented \'Open Links In New Tab\' option. This new functionality allows users to specify whether links should open in a new tab with Source type posts, products, etc.</li>\n<li>Feature: Content Ticker (Pro) - Added Option to add an Image for each ticker item.</li>\n<li>Change: Hotspots (Pro) - Enabled \'Image Size Select\' option for the Image, allowing users to choose from different image resolutions for enhanced flexibility and visual customization.</li>\n<li>Change: Icon Carousel (Pro) - Improved \'Item Minimum Height\' option by expanding the range of values.</li>\n<li>Fix: Fullscreen Menu (Free) - Improved protection from Elementor sticky section interference.</li>\n<li>Fix: vCard (Pro) - Issue with QR code not displaying when \'Include Image in Contact\' is enabled has been resolved.</li>\n<li>Fix: Dropdown Field (Pro) - Resolved issue with \'Field Name\' not appearing during email sending. The fix ensures that the field name is now properly displayed in email notifications.</li>\n<li>Fix: Mega Menu (Pro) - Resolved horizontal scroll issue. The fix ensures that the layout no longer experiences unintended horizontal scrolling, providing a more stable and user-friendly experience.</li>\n<li>Fix: Scroll To Top (Free) - Resolved issue where the icon wasn\'t visible on the frontend. The fix ensures proper visibility of the icon, addressing the bug and improving the overall appearance.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the \'Disable Page Scroll\' option not working in some cases. The fix ensures consistent functionality, preventing page scrolling as intended.</li>\n<li>Fix: Text Field (Free) - Resolved input width issue. The fix ensures that input elements now display with the correct width.</li>\n</ul>\n\n<p>version 1.5.93: 2024-01-18:</p>\n\n<ul>\n<li>Feature: Introduced the option \'slider_video_autoplay\' to galleries, enabling video autoplay when changing items.</li>\n<li>Feature: Added the option to include specific taxonomies in related posts queries.</li>\n<li>Feature: Implemented automatic recognition of video thumbnail IDs in certain gallery types based on relevant post meta.</li>\n<li>Feature: Added functionality for the price range filter.</li>\n<li>Change: Updated the Freemius version.</li>\n<li>Change: Modified the text format for the export change log.</li>\n<li>Change: Restored the \"import with images\" feature after incorporating file type checks for security.</li>\n<li>Fix: Enhanced the handling of multiple user records for the \'exclude users\' option in the users query (Ajax-based).</li>\n<li>Fix: Corrected URL CSS and JS inclusion issues in Elementor editor.</li>\n<li><p>Fix: Corrected a bug related to \"mini cart widget\" in PHP in specific cases.</p></li>\n<li><p>Feature - Card Carousel (Free) - Introduced \'Hide Item\' option. This new functionality allows users to hide items instead of deleting them permanently, offering a more reversible and flexible approach to item management.</p></li>\n<li>Feature - Post Grid (Pro) - Implemented \'Layout Type: Above\' option. This new functionality allows users to change the position of the content box to above the image.</li>\n<li>Feature - Thumbnail Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Compact Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Grid Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Slider Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Flip Box Carousel (Pro) - Introduced option for back icon alignment, providing users the flexibility to customize the alignment of the back icon.</li>\n<li>Feature - Post List (Free) - Implemented \'Image Scale\' option for regular and hover states. This new feature allows users to customize the scaling of images independently for regular and hover states, enhancing visual presentation.</li>\n<li>Change - Flip Box Carousel (Pro) - Implemented conditional rendering of CSS to reduce unused styles, resulting in improved performance, SEO, and faster load times for enhanced user experience.</li>\n<li>Change - Content Accordion (Free) - Improved \'Expand All Accordion\' functionality, now allowing users to close the accordion by clicking the same button again for a more intuitive and user-friendly experience.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Implemented protection against buttons not being vertically aligned in specific cases.</li>\n<li>Fix - Flip Box Carousel (Pro) - Resolved an issue where links were not functioning properly when clicking on the back icon.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Resolved issue with the product button not being clickable in some cases.</li>\n<li>Fix - Post Carousel (Pro) - Resolved issue with the side-by-side layout.</li>\n<li>Feature - Logo Grid (Free) - Enhanced responsiveness for item \'Padding\' option. This update ensures that item padding adjusts effectively across various screen sizes and device resolutions for a consistent layout.</li>\n<li>Feature - Logo Grid (Free) - Implemented \'Direction\' option. This new feature is particularly useful for RTL (Right-to-Left) websites, allowing users to specify the direction of the widget\'s layout for improved compatibility.</li>\n<li>Feature - Content Accordion (Free) - Introduced a new feature that allows the expansion of all accordion items by clicking on an external element with the class \"ue-content-accordion-expand-all\".</li>\n<li>Feature - Memory Game (Pro) - Introduced template option for success message, Allowing users to show Elementor template as success message.</li>\n<li>Feature - Memory Game (Pro) - Added \'Completion Time\' option, enabling users to show the time it took to complete the game for a more informative and engaging experience.</li>\n<li>Feature - Content Accordion (Free) - Introduced \'Additional Header Content\' option in the accordion, allowing users to include additional content after the header title.</li>\n<li>Feature - Post Accordion (Free) - Implemented \'Open Links in New Tab\' option. This new functionality allows users to configure links to open in a new tab, enhancing control over the navigation experience.</li>\n<li>Feature - Side Menu (Pro) - Added an option to add a logo to the side menu layout.</li>\n</ul>\n\n<p>version 1.5.92: 2024-01-04:</p>\n\n<ul>\n<li>Feature: Introduced the change log option in the widget editor.</li>\n<li>Feature: Introduced the ability to connect with Google API for multi-source options.</li>\n<li>Feature: Included an option to link with Google Sheets under the general settings for forms.</li>\n<li>Feature: Integrated a \"show globals\" feature in troubleshooting for enhanced diagnostics.</li>\n<li>Feature: Implemented the capability to output cart fragments for the woo mini cart.</li>\n<li>Feature: Provided an option for \"none\" under lightbox-type in galleries, allowing users to disable the lightbox.</li>\n<li>Feature: Added an \"excerpt\" field to post fields within the widget editor for more detailed posts.</li>\n<li>Fix: Replaced site_url() with home_url() in global variables for better website navigation.</li>\n<li>Fix: Resolved a conflict with another select2 on the admin side, ensuring smoother operations.</li>\n<li>Fix: Rectified an error with multiple order by clauses in post queries to improve data sorting.</li>\n<li><p>Fix: Enhanced the manual selection of Elementor template retrieval for optimized performance.</p></li>\n<li><p>Feature - Content Carousel - Introduced \'Equalize Content Height\' option. This new feature simplifies the process of making content elements equal in each item.</p></li>\n<li>Feature - Flip Box Carousel - Enhanced responsiveness for Border Radius option. The update ensures that the Border Radius adapts effectively to different screen sizes and device resolutions for a consistent display.</li>\n<li>Feature - WooCommerce Product Carousel - Resolved broken layout issue occurring when set to side-by-side layout</li>\n<li>Feature - Phone Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Textarea Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Email Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Text Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Testimonial Carousel - Implemented \'Layout Type: Grid\' option. This new functionality facilitates the transformation of the widget\'s layout into a simple grid.</li>\n<li>Feature - Testimonial Carousel - Introduced \'Layout Type: Swipe\' option. This new feature allows users to set the behavior of the widget, resembling the functionality found in Swipe Carousel widget.</li>\n<li>Feature - Flip Box Carousel - Introduced \'Disable Mouse Drag\' and \'Disable Touch Drag\' options in Flip Box Carousel settings, offering control over user interaction by allowing the disabling of dragging functionalities.</li>\n<li>Feature - Team Member Grid - Introduced \'Badge\' option, allowing users to include custom badge images or icons for enhanced member representation.</li>\n<li>Feature - Thumbnail Slider - Implemented responsiveness for \'Slider Main Image Height\' option.</li>\n<li>Feature - Thumbnail Slider - Optimized \'Slider Main Image Height\' functionality to prevent widget reloading upon value change.</li>\n<li>Change - Thumbnail Slider - Changed attribute of \'Slider Main Image Height\' option from Number to Slider. This adjustment simplifies the process of adjusting the height of the main image by providing a more intuitive control.</li>\n<li>Fix - Submit Button - Improved interaction within Multi Step Form widget. Enhancements have been made to streamline and optimize the submit action.</li>\n<li>Feature - Multi Step Form - Implemented form submission loader. This new addition introduces a visual loader to illustrate the process of sending form data, enhancing user feedback during form submission.</li>\n<li>Feature - WooCommerce Product List - Introduced \'Default Image\' option. The widget will now display the specified default image when a product image is empty, for a more personalized user experience.</li>\n</ul>\n\n<p>version 1.5.91: 2023-12-28:</p>\n\n<ul>\n<li>Change: removed some vulnerability related to templates import</li>\n</ul>\n\n<p>version 1.5.90: 2023-12-18:</p>\n\n<ul>\n<li>Fix: fixed some small bug with pro version main file</li>\n</ul>\n\n<p>version 1.5.89: 2023-12-17:</p>\n\n<ul>\n<li>Fix: fixed some post filters detection issues on the page</li>\n<li>Fix: fixed some \"$type not found\" message in php</li>\n<li>Fix: fixed some \"infinite template found: \" message in php (emtpy template load protection)</li>\n<li>Change: added instagram api access error message</li>\n<li>Change: removed \"import with images\" functionality. replaced by doubly plugin.</li>\n</ul>\n\n<p>version 1.5.88: 2023-12-11:</p>\n\n<ul>\n<li>Feature: added \"iframe\" gallery type to the gallery items</li>\n<li>Fix: fixed the \"show/hide edit html button\" option from general settings</li>\n<li>Fix: fixed the general_settings.xml php error</li>\n<li>Fix: fixed some issue with gallery loading on pages and current meta keys</li>\n<li>Fix: fixed default value in datetime control</li>\n<li>Change: added some improvements for the form </li>\n<li>Change: set video placeholder to dynamic galleries in case of video item</li>\n</ul>\n\n<p>version 1.5.87: 2023-11-21:</p>\n\n<ul>\n<li>Change: updated freemius sdk to 2.6.0 version</li>\n<li>Change: added some protection against double background widgets output</li>\n<li>Feature: enabled form functionality</li>\n<li>Feature: enabled currency exchange functionality</li>\n</ul>\n\n<p>version 1.5.85: 2023-11-15</p>\n\n<ul>\n<li>Feature: added woo_addcart_ajax_attributes_button in twig for the button</li>\n<li>Feature: added option to show original settings values in widget debug</li>\n<li>Feature: added troubleshooting setting not to show php deprecated warnings</li>\n<li>Fix: better prepare post custom fields for the post multisource</li>\n<li>Fix: links from meta field works now</li>\n<li>Fix: fixed the ob_end_clean bug</li>\n<li>Fix: in post query - excluded posts not in from posts in</li>\n<li>Fix: fixed a small bug in the unite gallery library</li>\n<li>Change: updated twig version to 3.x</li>\n<li>Change: updated instagram data with date released field</li>\n</ul>\n\n<p>version 1.5.85: 2023-09-20</p>\n\n<ul>\n<li>Fix: fixed a small bug with multisource image param message</li>\n</ul>\n\n<p>version 1.5.84: 2023-09-20</p>\n\n<ul>\n<li>Feature: added twig function csv to json</li>\n<li>Feature: changed the admin view to new design (added designed header and menu)</li>\n<li>Feature: added option to enable animation on swipe to owl carousel js</li>\n<li>Feature: added woo mini cart functionality</li>\n<li><p>Feature: added option: \"current query as a base\" to post selection -> include by</p></li>\n<li><p>Fix: added support for webp in the manager</p></li>\n<li>Fix: allow fetching images from media library post type for the galleries </li>\n</ul>\n\n<p>version 1.5.83: 2023-08-22</p>\n\n<ul>\n<li>Fix: don\'t show first item in filter when no terms available</li>\n<li>Change: updated calculators javascript code base</li>\n</ul>\n\n<p>version 1.5.82: 2023-08-16</p>\n\n<ul>\n<li>Feature: added option for group filtering widgets</li>\n<li>Feature: solved the video play in gallery type from attachment video</li>\n<li>Change: turned off the video icon for background attribute</li>\n<li>Fix: fixed dynamic template with avoid duplicates</li>\n<li>Fix: fixed gallery widget acf video item error</li>\n<li>Fix: fixed some sort filter bugs with the default selected</li>\n</ul>\n\n<p>version 1.5.81: 2023-08-10</p>\n\n<ul>\n<li>Fix: fixed some missing css in the dynamic loop widgets</li>\n<li>Fix: fixed some child filters related bug</li>\n<li>Fix: fixed order by price in current query</li>\n<li>Fix: fixed some php 8.16+ version notices </li>\n<li>Feature: added option to print the term meta</li>\n</ul>\n\n<p>version 1.5.80: 2023-08-07</p>\n\n<ul>\n<li>Feature: added option to get \"all taxonomy terms\" from a post </li>\n<li>Feature: added html preperations for the woocommerce minicart</li>\n<li>Feature: added \"this week\" to the date selection query</li>\n<li>Feature: added \"grouping\" mode in the \"related posts\"</li>\n<li>Fix: the pagination now works on top of the grid</li>\n<li>Fix: fixed some init ajax filters multiple issues</li>\n<li>Fix: fixed the error with the assets path set</li>\n</ul>\n\n<p>version 1.5.79: 2023-07-24</p>\n\n<ul>\n<li>Fix: changed name for area-label to aria-label</li>\n<li>Fix: in filters - refresh single filter if \"all\" selected and there are hidden items</li>\n<li>Fix: changed protection against inifnite loop to 200</li>\n<li>Fix: show child filters at start if there are selected items</li>\n<li>Fix: date time attribute processor - if no date given - don\'t take current time</li>\n<li>Fix: refresh child filter if main filter selected on init</li>\n<li>Fix: dynamic popup was not worked with multisource in some cases</li>\n</ul>\n\n<p>version 1.5.78: 2023-07-16</p>\n\n<ul>\n<li>Fix: fixed show filters load more</li>\n<li>Fix: fixed multisource repeater empty</li>\n</ul>\n\n<p>version 1.5.77: 2023-07-13</p>\n\n<ul>\n<li>Fix: fixed dropzone collision in widget editor view</li>\n<li>Fix: fixed sort filter price filtering</li>\n<li>Fix: fixed max number in addons db table. from \"int\" to \"bigint\"</li>\n<li>Fix: replaced some deprecated by elementor codes</li>\n</ul>\n\n<p>version 1.5.76: 2023-07-12</p>\n\n<ul>\n<li>Feature: added \"rem\" unit in slider attribute</li>\n<li>Fix: fixed some small bug with remote sync debug</li>\n<li>Fix: fixed the truncate in multisource</li>\n<li>Fix: fixed some small bugs related to remote controls</li>\n<li>Fix: fixed dropzon third party conflict in manager</li>\n</ul>\n\n<p>version 1.5.75: 2023-07-05</p>\n\n<ul>\n<li>Feature: added some suggestion text to add some memory in the troubleshooting section in case that needed</li>\n<li>Fix: the wrong author was displayed in loop post meta data</li>\n<li>Fix: do_shortcode to html items inside the grid and dynamic loop</li>\n<li>Update: Updated Freemius SDK to the latest version</li>\n</ul>\n\n<p>version 1.5.74: 2023-07-04</p>\n\n<ul>\n<li>Fix: show search widgets at plugin install.</li>\n<li>Fix: menu picker depts in multisource</li>\n<li>Fix: set the author data to be retrievable in dynamic grid template</li>\n<li>Fix: show meta fields switcher didn\'t worked in multisource menu items</li>\n</ul>\n\n<p>version 1.5.73: 2023-06-26</p>\n\n<ul>\n<li>Feature: added options for revisions in widget editor</li>\n<li>Fix: added support for wordpress proxy in api calling</li>\n<li>Fix: fixed empty post in query result</li>\n<li>Fix: fixed \"wrong template ID\" elementor error in post accordion</li>\n</ul>\n\n<p>version 1.5.72: 2023-06-21</p>\n\n<ul>\n<li>Fix: added the swf extension in the allowed files in assets</li>\n<li>Feature: prepared the plugin for sort filter</li>\n<li>Change: updated freemius sdk to 2.5.9</li>\n</ul>\n\n<p>version 1.5.71: 2023-06-20</p>\n\n<ul>\n<li>Change: removed js includes of the forms and filters from backend editor</li>\n<li>Change: changed colors of the free version notification in dark mode</li>\n<li>Fix: fix the \"link\" type in wpml integration automatic translation</li>\n<li>Feature: add support for the conditions in ue forms</li>\n</ul>\n\n<p>version 1.5.70 2023-06-19:</p>\n\n<ul>\n<li>Change: added some \"birthday sale\" banner</li>\n<li>Feature: added \"truncate text\" modifier to multisource fields</li>\n<li>Feature: dynamic tags now works inside posts and products related widgets</li>\n<li>Feature: added twig highlighting in codemirror editor</li>\n<li>Fix: fixed sequence animation sliders bug (fields didn\'t loaded in elementor)</li>\n<li>Fix: change the comment from // to /* */ in filters js output to allow proper page compression.</li>\n<li>Fix: the \"time ago\" string is now translatable </li>\n<li>Fix: fixed the wpml elementor template id output</li>\n<li>Fix: fixed backgrounds bug with containers in editor</li>\n<li>Fix: fixed some small bugs with the checkbox filter</li>\n</ul>\n\n<p>version 1.5.69: 2023-06-08:</p>\n\n<ul>\n<li>Fix: allow to install webp images in widgets</li>\n</ul>\n\n<p>version 1.5.68: 2023-06-06:</p>\n\n<ul>\n<li>Change: added functionality for sort filter </li>\n<li>Feature: added field: \"form conditions\" for the upcoming form</li>\n<li>Feature: added link translation to wpml integration</li>\n<li>Feature: added link_attributes field to post list fields in twig</li>\n<li>Fix: fixed slider control min max values in case of multiple units</li>\n<li>Fix: add do shortcode from ajax items response</li>\n<li>Fix: fixed posts grid output with \"product\" taxonomy without woocommerce</li>\n<li>Fix: fixed getting cross sell products query in product list</li>\n</ul>\n\n<p>version 1.5.67 - 2023-05-29:</p>\n\n<ul>\n<li>Fix: fixed some more securaty issues related to assets manager</li>\n</ul>\n\n<p>version 1.5.66 - 2023-05-28:</p>\n\n<ul>\n<li>Fix: fixed some securaty issues related to non editor users operations and not allowed to upload php files in assets manager</li>\n</ul>\n\n<p>version 1.5.65 - 2023-05-26:</p>\n\n<ul>\n<li>Fix: fixed instagram api related bugs </li>\n</ul>\n\n<p>version 1.5.64 2023-05-23:</p>\n\n<ul>\n<li>Change: update freemius to latest version 2.5.8</li>\n<li>Fix: fixed a small php bug</li>\n</ul>\n\n<p>version 1.5.63 2023-05-23:</p>\n\n<ul>\n<li>Change: expand in widget editor is now connected to the screen height</li>\n<li>Fix: fixed the dynamic popup with multiple fields code </li>\n<li>Fix: fixed some sync if the clicked item is link</li>\n<li>Feature: added support for sort post filter</li>\n<li>Feature: hide \"show only insalled\" checkbox in widgets manager if no widget installed.</li>\n</ul>\n\n<p>version 1.5.62 2023-05-14:</p>\n\n<ul>\n<li>Feature: added \"edit template\" link in template selector</li>\n<li>Feature: added hidden template edit button to top bar</li>\n<li>Feature: added option for dynamic popup link to connect to many links in the widget</li>\n<li>Fix: solved some php error with parse dynamic settings in php 8.1</li>\n<li>Fix: getMetaValue error in products</li>\n<li>Fix: fixed doubly css includes in some cases</li>\n</ul>\n\n<p>version 1.5.61 - 2023-05-07:</p>\n\n<ul>\n<li>Feature: added support for woocommerce jet wishlist</li>\n<li>Feature: did option to disable third party hooks in ajax</li>\n<li>Fix: click on link on sync didn\'t worked</li>\n<li>Fix: added some protections to nonce and to file manager zip exctract (securaty issues fix) </li>\n<li>Change: updated freemius sdk to 2.5.7 version.</li>\n</ul>\n\n<p>version 1.5.60 - 2023-04-30:</p>\n\n<ul>\n<li>Feature: added functionality to get cart number of products </li>\n<li>Fix: fixed link field settings for multisoure</li>\n<li>Fix: fixed some bugs with regular price in woocommerce widgets</li>\n<li>Fix: filters js file loaded in editor as well</li>\n<li>Fix: fixed some small php bug regarding \"pathBase\"</li>\n<li>Fix: fixed conditions in multiple select control</li>\n<li>Change: updated unite gallery version</li>\n<li>Change: disabled autoload in update_option for the catalog variable</li>\n</ul>\n\n<p>version 1.5.59: 2023-04-09</p>\n\n<ul>\n<li>Feature: added multiple select to condition attributes in widget editor</li>\n<li>Change: updated freemius sdk to the latest version</li>\n<li>Fix: fixed empty post meta fields in case that acf plugin is on</li>\n<li>Fix: fixed some bug with avoid duplicates option and filters in single grid</li>\n<li>Fix: made some corrections in case that post query show wrong init selected terms values</li>\n<li>Fix: the post carousel goes to random item after ajax refresh</li>\n<li>Fix: fixed jet engine custom fields integration</li>\n</ul>\n\n<p>version 1.5.58: 2023-03-26</p>\n\n<ul>\n<li>Feature: added dynamic popup functionality to multisource widgets</li>\n<li>Fix: fixed missing arguments in the_post action</li>\n<li>Fix: fixed some php multisource error</li>\n<li>Fix: fixed some product ajax search related issues</li>\n<li>Fix: fixed some small but with ajax refresh and sync</li>\n</ul>\n\n<p>version 1.5.57: 2023-03-20</p>\n\n<ul>\n<li>Feature: improved the multisource selectors</li>\n<li>Feature: added option to get image from post meta in post fields - widget editor</li>\n<li>Fix: added \"skins\" folder to unite gallery</li>\n<li>Fix: added more compatability to woo commerce grids with discounts plugins</li>\n<li>Fix: fixed same uc_id in dynamic templates</li>\n</ul>\n\n<p>version 1.5.56: 2023-03-13:</p>\n\n<ul>\n<li>Feature: added option authors by dynamic field in post query</li>\n<li>Feature: done some integration with flycart discounts</li>\n<li>Feature: added option to show post type and post type title in posts fields</li>\n<li>Feature: added option to add multiple values in multisource</li>\n<li>Fix: fixed get posts by terms meta field - add taxonomy</li>\n<li>Fix: fixed responsive css in dynamic loop</li>\n<li>Fix: fixed dynamic loop with jet engine acf fields</li>\n<li>Fix: fixed slider control units for vh, vx and % </li>\n<li>Fix: added \"before today\" for past year in date qury</li>\n<li>Change: the uc_id will not change now when page refresh</li>\n</ul>\n\n<p>version 1.5.55: 2023-02-23:</p>\n\n<ul>\n<li>Fix: fixed wpml integrate fields</li>\n<li>Fix: fixed some write file error, will not crash if happend</li>\n<li>Fix: fixed entrance animation js on popup</li>\n<li>Fix: fixed strip tags in intro from content</li>\n<li>Fix: fixed some php 8.1 issues</li>\n<li>Fix: fixed some post intro with html tags issues</li>\n<li>Change: do_action function is working now in free version</li>\n</ul>\n\n<p>version 1.5.54: 2023-02-15</p>\n\n<ul>\n<li>Change: added some define variable that indicate the under ajax search</li>\n<li>Change: added \"collect\", and \"output\" to schema types in content accordion widget for example</li>\n<li>Feature: added wpml auto translate integration</li>\n<li>Feature: added option to select \"all taxonomies\" in exclude terms in terms selection</li>\n<li>Feature: added option - only direct children to terms select include by</li>\n<li>Feature: added option to post select to get posts by terms from curent meta field</li>\n<li>Fix: preserve tags when truncate</li>\n<li>Fix: fixed load more with second meta add in post query</li>\n</ul>\n\n<p>version 1.5.53: 2023-02-07</p>\n\n<ul>\n<li>Fix: keep exclude terms in grid when filtering with \"override terms\" mode</li>\n<li>Fix: fixed get_terms() not found php error from 1.5.52 version</li>\n</ul>\n\n<p>version 1.5.52: 2023-02-06</p>\n\n<ul>\n<li>Change: done some protection agains infinite loops in templates</li>\n<li>Fix: fixed popup button type conditions</li>\n<li>Fix: fixed term meta fields in multisource</li>\n<li>Fix: fixed exclude term not found in post select</li>\n</ul>\n\n<p>version 1.5.51: 2023-01-31</p>\n\n<ul>\n<li>Feature: added version to js comment output</li>\n<li>Feature: connected the galleies to remote play / stop like the carousels</li>\n<li>Feature: added some error message when image size attribute is missing in multisource</li>\n<li>Feature: added dynamic popup special attribute type</li>\n<li>Fix: fixed title source and description source in multisource gallery for products.</li>\n<li>Fix: added supress filtres to ajax search query</li>\n</ul>\n\n<p>version 1.5.50: 2023-01-24</p>\n\n<ul>\n<li>Feature: added \"media\" to post types select in advanced post query</li>\n<li>Feature: improved the date time attribute</li>\n</ul>\n\n<p>version 1.5.49: 2023-01-23</p>\n\n<ul>\n<li>Fix: fixed some js optimization issues </li>\n<li>Fix: fixed filters related small js bug</li>\n</ul>\n\n<p>version 1.5.48: 2023-01-19</p>\n\n<ul>\n<li>Feature: added gallery to multisource</li>\n<li>Feature: added post type override selectin current post query options</li>\n<li>Fix: fixed remote play with carousel</li>\n<li>Fix: fixed some multisource and ajax related bugs</li>\n<li>Fix: fixed popular posts plugin integration multiple post types</li>\n<li>Fix: fixed background widgets some problematic attribute names</li>\n<li>Fix: fixed include terms by current post terms in some cases.</li>\n<li>Fix: fixed default url_assets value in multisoure</li>\n<li>Fix: fixed dark mode svg icons</li>\n</ul>\n\n<p>version 1.5.47: 2023-01-10</p>\n\n<ul>\n<li>Feature: added more units to slider attribute</li>\n<li>Feature: added \"any\" post type to post types select</li>\n<li>Feature: added include and exclude current post terms in terms selection</li>\n<li>Feature: added option to carousel - scroll to head - force</li>\n<li>Feature: allow import widgets with theme activate</li>\n<li>Fix: fixed dynamic template render css for dynamic popup</li>\n<li>Fix: fixed users list select by manual</li>\n</ul>\n\n<p>version 1.5.46: 2023-01-08</p>\n\n<ul>\n<li>Feature: set the items image size chooser work for certain image</li>\n<li>Feature: made option to put js script in saparate tags with id\'s for optimization plugins like wprocket</li>\n<li>Feature: enriched the uc_lang variable. now it\'s always showing the current language</li>\n<li>Feature: added user_login variable to the users list output</li>\n<li>Feature: has put the preview link always as a help link in widget edit panel.</li>\n<li>Change: updated the multisource that it works better with items images</li>\n<li>Change: allow html tags in post intro (excerpt) in widgets</li>\n<li>Fix: fixed filters with sync multiple grid issues</li>\n<li>Fix: fixed the exclude users list with similar names</li>\n</ul>\n\n<p>version 1.5.45: 2022-12-26</p>\n\n<ul>\n<li>Feature: added json decode filter to twig</li>\n<li>Feature: added catalog images from shortpixel for speed loading</li>\n<li>Feature: done multisource group setting</li>\n<li>Fix: fixed entrance animation on ajax refresh</li>\n<li>Fix: done sync pause / play between carousels</li>\n</ul>\n\n<p>version 1.5.44: 2022-12-19</p>\n\n<ul>\n<li>Change: updated freemius to the latest version</li>\n<li>Fix: fixed remote play / pause button</li>\n<li>Fix: fixed search filter unicode phrase</li>\n<li>Fix: fixed entrance animation appear on scroll</li>\n<li>Feature: added video gallery responsive options</li>\n<li>Fix: fixed some owl carousel size on init bug</li>\n<li>Fix: fixed js widgets under the dynamic grid template like flipbox</li>\n</ul>\n\n<p>version 1.5.43: 2022-12-04</p>\n\n<ul>\n<li>Feature: add settings output to dynamic grid fields debug</li>\n<li>Fix: fixed pods multiple image data</li>\n<li>Fix: fixed url terms in filter with dynamic grid</li>\n<li>Fix: fixed users and menu not found bug in front </li>\n<li>Change: updated twig engine to the latest version</li>\n</ul>\n\n<p>version 1.5.42: 2022-11-29</p>\n\n<ul>\n<li>Feature: added functionality for time ago in posts widgets</li>\n<li>Feature: added woo variables to woo fields - woo_price_withtax, woo_price_notax</li>\n<li>Feature: added option for term child filter role\n-optimization: reduced number of queries in post related widgets</li>\n</ul>\n\n<p>version 1.5.41: 2022-11-24</p>\n\n<p>-bug fix: fixed post select in post query</p>\n\n<p>version 1.5.40: 2022-11-23</p>\n\n<ul>\n<li>Feature: added integration to woocommerce multicourancy plugins</li>\n<li>Feature: made some integration with translate press plugin</li>\n<li>Feature: added select post and select term attribute</li>\n<li>Fix: fixed dynamic loop css backgrounds with containers</li>\n<li>Fix: fixed mousewheel event in the carousel</li>\n<li>Fix: fixed some rare php error with filters</li>\n</ul>\n\n<p>version 1.5.39: 2022-11-16</p>\n\n<ul>\n<li>Fix: fixed small bug with zip extract</li>\n<li>Update: updated black friday sale banners</li>\n</ul>\n\n<p>version 1.5.38: 2022-11-10</p>\n\n<ul>\n<li>Fix: fixed galleries default sizes with post filters</li>\n<li>Fix: fixed hidden option in select filter in safari browser</li>\n<li>Fix: fixed non ssl assets url</li>\n<li>Feature: added \"schema\" special attribute</li>\n<li>Fix: fixed false autoplay in carousel</li>\n</ul>\n\n<p>version 1.5.37: 2022-11-09</p>\n\n<ul>\n<li>Fix: fixed 1px glitch bug in the carousel, on 1 item (slide mode)</li>\n<li>Feature: prepared the filters to work with ajax search</li>\n</ul>\n\n<p>version 1.5.36: 2022-11-6</p>\n\n<ul>\n<li>Feature: added function that outputs items schema</li>\n<li>Feature: improved include by meta in posts selection, added option for multiple values</li>\n<li>Feature: added option to get current user with meta in twig</li>\n<li>Addition: validate number of post list attributes, allow only one when creating widget</li>\n<li>Fix: fixed count posts in post query summary</li>\n<li>Fix: fixed entrance animation blur type</li>\n<li>Fix: fixed avoid duplicates with random order while posts load more</li>\n<li>Fix: the timeout now reset after slide change in owl carousel</li>\n<li>Fix: fixed terms selection taxonomies with idetical post type title</li>\n<li>Fix: added protection against inifinite loop in putElementorTemplate twig function</li>\n<li>Fix: fixed acf field unaccessable in some cases with elementor pro 3.8</li>\n</ul>\n\n<p>version 1.5.35: 2022-10-24</p>\n\n<p>-Fix: fixed include by id\'s from dynamic field, and terms from dynamic field in post selection</p>\n\n<p>version 1.5.34: 2022-10-19</p>\n\n<ul>\n<li>Feature: added items image size attribute (special type)</li>\n<li>Fix: fixed show backgrounds in elementor editor</li>\n</ul>\n\n<p>version 1.5.33: 2022-10-15</p>\n\n<ul>\n<li>Fix: fixed avoid duplicates with filters</li>\n<li>Fix: fixed select dropdown filter js</li>\n<li>Feature: added avoid duplicates option to manual posts selection</li>\n</ul>\n\n<p>version 1.5.32: 2022-10-11</p>\n\n<ul>\n<li>Fix: fixed some ajax pagination issues</li>\n<li>Fix: fixed pagination widget appearance on archive ajax pages with filters</li>\n<li>Fix: added twig functionality to put product attributes text</li>\n<li>Fix: fixed export with images not worked in some cases</li>\n<li>Fix: made some protection with ezcache plugin integration and filtering</li>\n<li>Fix: fixed some small php bug with this month post selection</li>\n<li>Fix: fixed some visible and hidden filters collision</li>\n<li>Fix: fixed terms select in terms filter on history back click in filters</li>\n<li>Fix: set child filter always first unselected</li>\n<li>Fix: set option for the tabs filter to be unselected</li>\n<li><p>Fix: fixed the pagination numbers if exclude offset chosen</p></li>\n<li><p>Feature: added multiple taxonomy terms in term selection</p></li>\n<li>Feature: added query id in terms selection</li>\n<li>Feature: added functionality for next / prev post</li>\n</ul>\n\n<p>version 1.5.31: 2022-09-20</p>\n\n<ul>\n<li>Fix: fixed thumbs gallery</li>\n</ul>\n\n<p>version 1.5.30: 2022-09-18</p>\n\n<ul>\n<li>Fix: fixed multiple post filters and grid connection</li>\n<li>Fix: fixed various small php errors</li>\n<li>Fix: fixed wordpress popular posts integration small bug</li>\n<li>Feature: added terms from dynamic post selection option</li>\n<li>Feature: added option for limiting terms show in post list</li>\n<li>Change: updated once more unitegallery graphics, changed assets to svg</li>\n<li>Fix: fixed thumbnail gallery arrows</li>\n</ul>\n\n<p>version 1.5.29: 2022-09-08</p>\n\n<ul>\n<li>Fix: fixed a small issue with search page and load more</li>\n<li>Fix: fix vimeo videos stoppped playing bug</li>\n</ul>\n\n<p>version 1.5.28: 2022-09-06</p>\n\n<ul>\n<li>Feature: added support for the select filter</li>\n<li>Fix: fixed some small js bug with filters</li>\n<li>Fix: fixed some post filters related popup error</li>\n<li>Change: changed the way that galleries srolls by mouseover</li>\n</ul>\n\n<p>version 1.5.27: 2022-09-02</p>\n\n<ul>\n<li>Fix: fixed popular posts plugin integration</li>\n<li>Fix: removed some console logs in filter.js file</li>\n<li>Fix: fixed ajax pagination jump</li>\n<li>Fix: fixed unitegallery strict standards bugs</li>\n<li>Change: renamed field - \"use dynamic fields\" to \"use current post data\" in widget editor</li>\n<li>Change: updated freemius sdk to: 2.4.5</li>\n</ul>\n\n<p>version 1.5.26: 2022-08-17</p>\n\n<ul>\n<li>Feature: added debug to remote elements</li>\n<li>Fix: made some protection against wrong animation names in carousel</li>\n<li>Fix: added some small fixes to carousel and remote sync js libraries</li>\n<li>Fix: done a better find closest section in remote</li>\n<li>Fix: fixed not showing values in elementor editor post selectors</li>\n</ul>\n\n<p>version 1.5.25: 2022-08-11</p>\n\n<ul>\n<li>Feature: added option to set title field in items</li>\n<li>Fix: fixed some more lazy load related protections in galleries</li>\n<li>Fix: Fixed some Elementor 3.7 deprecation issues</li>\n</ul>\n\n<p>version 1.5.24: 2022-08-09</p>\n\n<ul>\n<li>Fix: fixed some Elementor 3.7 related js bug in editor</li>\n</ul>\n\n<p>version 1.5.23: 2022-08-05</p>\n\n<ul>\n<li>Feature: added date format to date meta field post selection</li>\n<li>Feature: added more units to padding and margin attribute</li>\n<li>Feature: added option to set selected tab number in tabs filter widget</li>\n<li>Fix: fixed some unitegallery strict related scripts</li>\n<li>Fix: fixed sequance entrance animation attribute</li>\n<li>Fix: fixed some text with pagination edit mode in elementor editor</li>\n<li>Fix: fixed ajax pagination didn\'t get back to first page</li>\n<li>Fix: fixed tabs filter and taxonomy terms in one page</li>\n<li>Change: prepare the right way dates should work in post list</li>\n</ul>\n\n<p>version 1.5.22: 2022-07-24:</p>\n\n<ul>\n<li>Feature: added option to connect to another parent in remote arrows</li>\n<li>Feature: added change url and back button in ajax filers behaviour</li>\n<li>Fix: fixed doubly plugin integration import bg widgets</li>\n<li>Fix: fixed remote next/prev directions in carousels</li>\n<li>Fix: added some more protection against infinite loops from post content processing</li>\n</ul>\n\n<p>version 1.5.21 2022-07-17:</p>\n\n<ul>\n<li>Feature: added docstart and docend template in widget js</li>\n<li>Change: end of birthday sale message update</li>\n<li>Change: added warning message in case of twig collision with other plugins</li>\n</ul>\n\n<p>version 1.5.20 2022-07-13:</p>\n\n<ul>\n<li>Feature: added more widget debug type - current post fields</li>\n<li>Feature: updated admin title on edit widget view</li>\n<li>Feature: added option to carousel: scroll to head</li>\n<li>Feature: added query data attributes into filtering grid</li>\n<li>Fix: fixed ajax pagination in some cases</li>\n<li>Fix: fixed small php bug with hover animations control</li>\n<li>Fix: fixed lity lightbox with vimeo autoplay</li>\n<li>Fix: fixed item index after shuffle</li>\n<li>Fix: fixed some seleted tab filters related issues</li>\n<li>Fix: fixed load more filter doubly ajax request in some cases</li>\n<li>Fix: fixed woo scedualed sale price output</li>\n<li>Fix: in filters replace url with pagination as well</li>\n<li>Fix: changed gallery arrows to svg</li>\n</ul>\n\n<p>version 1.5.19 2022-06-27:</p>\n\n<ul>\n<li>Feature: added max posts to current query</li>\n<li>Fix: fixed controls conditions for elementor template control</li>\n<li>Feature: added more fields to dynamic grid loop (was only title)</li>\n<li>Change: added birthday sale banner and text</li>\n</ul>\n\n<p>version 1.5.17 2022-06-21:</p>\n\n<ul>\n<li>Change: updated fancybox version</li>\n<li>Fix: Fixed bug with ajax load more and ajax pagination</li>\n</ul>\n\n<p>version 1.5.17 2022-06-09:</p>\n\n<ul>\n<li>Feature: fixed entrance animation attribute</li>\n<li>Fix: fixed uc_inside_editor variable inside background widget</li>\n<li>Fix: fixed empty default value of radio boolean control</li>\n<li>Fix: fixed double filtering issues in archive pages</li>\n</ul>\n\n<p>version 1.5.16: 2022-05-31</p>\n\n<ul>\n<li>Fix: fixed double plugin versions in pro version</li>\n<li>Fix: fixed 1 size gap in one item owl carousel</li>\n<li>Fix: fixed the dissapearing options bug in mobile</li>\n</ul>\n\n<p>version 1.5.15: 2022-05-30</p>\n\n<ul>\n<li>Change: set cache folder inside wp-uploads</li>\n<li>Feature: added option to get terms last level only - for post list / grid</li>\n<li>Feature: added twig function - get_current_user</li>\n<li>Feature: disabled right click on html5 galleries (unite gallery)</li>\n<li>Fix: the image and video repeater was missing default items</li>\n<li>Fix: fixed load more and filters on a search page</li>\n<li>Fix: fixed carousel stage padding issues</li>\n<li>Fix: fixed carousel 1 item one pixel issues</li>\n<li>Fix: fixed default values in responsive selectors</li>\n</ul>\n\n<p>version 1.5.14: 2022-05-24</p>\n\n<ul>\n<li>Fix: fixed responsive default values with selectors in number and dropdown and slider controls</li>\n<li>Fix: fixed a bug in run_code_once functionality</li>\n</ul>\n\n<p>version 1.5.13: 2022-05-23</p>\n\n<ul>\n<li>Feature: added integration with \"sticky posts switch\" plugin</li>\n<li><p>Feature: added special attribute type - entrance animation</p></li>\n<li><p>Fix: fixed sync bug between two similar elements</p></li>\n<li>Fix: fixed filters loading with wp-rocket lazy load scripts</li>\n<li>Fix: fixed put_hide_ids_css function small bug</li>\n<li>Fix: fixed fetch 2 and more widgets within one section for filtering</li>\n<li>Fix: fixed slider control js empty output bug</li>\n<li>Fix: fixed gallery title as number js bug</li>\n<li>Fix: fixed gallery images from meta fields source as array </li>\n</ul>\n\n<p>version 1.5.12: 2022-05-08</p>\n\n<ul>\n<li>Feature: added integration for wpml media change</li>\n<li>Feature: bug fix: fixed hover animations setting don\'t work on front in some cases</li>\n<li>Feature: in post selection by date added options for \"future from today\", and \"future from tomorrow\".</li>\n<li>Feature: added new function: \"put_hide_ids_css\" to hide some css comma saparated id\'s from css tab.</li>\n<li>Feature: added support for ajax refresh for multiple synced grids together</li>\n<li>Feature: added option to test instagram data</li>\n<li><p>Feature: added phpinfo view in settings - troubleshooting</p></li>\n<li><p>Fix: fixed blank window opened by a link</p></li>\n<li>Fix: fixed acf boolean value present</li>\n<li>Fix: fixed another gallery related lazy load issues</li>\n</ul>\n\n<p>version 1.5.11: 2022-04-13</p>\n\n<ul>\n<li>Feature: made option to put elementor post_content inside post widget if the post made by elementor</li>\n<li>Feature: added additional fields to getPostAuthor function like avatar url and author meta</li>\n<li>Feature: show the \"no posts\" message with filters in post list / grid</li>\n<li>Feature: add background location (back/front) to background widgets</li>\n<li>Feature: done option to get post parent with the posts in posts selection</li>\n<li>Fix: set prices display in woocommerce widgets including tax</li>\n<li>Fix: fixed editor js files didn\'t loaded bug</li>\n<li>Fix: fixed css output with dynamic template and inline css mode</li>\n<li>Fix: fixed the ajax pagination that now works with post based gallery widget</li>\n<li>Fix: fixed filters scripts loading before jquery in js</li>\n<li>Fix: allow to select empty terms in term selection control</li>\n<li>Change: set default values of responsive number / slider / dropdown controls to desktop default values</li>\n</ul>\n\n<p>version 1.5.10: 2022-04-04</p>\n\n<ul>\n<li>Fix: fixed title and description source in gallery source selection</li>\n<li>Fix: fixed the dropdown attribute php filter for elementor</li>\n<li>Feature: added \"menu_id\" for various uses as menu attribute output</li>\n<li>Feature: added option for side offset in owl carousel</li>\n<li>Feature: added option for second items html refresh in ajax filters</li>\n</ul>\n\n<p>version 1.5.9: 2022-03-27</p>\n\n<ul>\n<li>Fix: fixed simple meta output for post list</li>\n<li>Feature: made dynamic grid work with filters</li>\n<li>Feature: the background widgets works for the new container objects as well</li>\n<li>Feature: added include by another meta field in post query</li>\n</ul>\n\n<p>version 1.5.8: 2022-03-23</p>\n\n<ul>\n<li>Feature: set special behaviour for more then one filters on the page</li>\n<li>Feature: added option to load video item from posts in a gallery</li>\n<li>Change: set up galleries common default items</li>\n<li>Fix: fixed unclosable gallery lightbox with youtube videos</li>\n<li>Fix: fixed elementor 3.6.0 compatability</li>\n</ul>\n\n<p>version 1.5.7: 2022-03-17</p>\n\n<ul>\n<li>Feature: added option to modify dropdown items in php\nFix: fixed gallery default items preview and init\nFix: fixed remote counter js error</li>\n</ul>\n\n<p>version 1.5.6 = 2022-03-15:</p>\n\n<p>Fix: fixed dissapearing items in remote related widgets</p>\n\n<p>version 1.5.5 = 2022-03-15:</p>\n\n<ul>\n<li>Feature: added woocommerce sorting options in posts selection by number of sales and rating</li>\n<li>Feature: added option to get related products on checkout page</li>\n<li>Feature: done manual posts and terms selections sort by drag and drop</li>\n<li>Feature: done option to custom refresh filters html (for carousels, galleries etc)</li>\n<li>Feature: made the attributes dialog support multi controls</li>\n<li>Feature: prepared the galleries and dynamic loops to use filters and load more\nFix: fixed query debug in manual posts selection\nFix: fix: fixed posts_per_page in manual posts selection\nFix: fix: fixed jquery include for remote widgets</li>\n</ul>\n\n<p>version 1.5.4 = 2022-03-06:</p>\n\n<ul>\n<li>Feature: added roles to post filter: single, main and child</li>\n<li>Feature: added option \"placeholder\" and \"disable dynamic\" for text field control</li>\n<li>Feature: added option for debug meta fields in post list, post grid</li>\n<li>Fix: fixed some pagination widget buttons related issues</li>\n<li>Fix: fixed non clickable items in some widgets</li>\n<li>Fix: fixed put_items(0) - first item output in twig</li>\n</ul>\n\n<p>version 1.5.3 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: added functionality to put image inside taxonomy terms widget</li>\n<li>Fix: fixed load more on archive page with orderby=xxx filter in url</li>\n<li>Fix: made support for woocommerce special order by in load more</li>\n<li>Change: updated freemius sdk to 2.4.3 version (Security fix)</li>\n</ul>\n\n<p>version 1.5.2 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: set up remote and sync functionality for the galleries</li>\n<li>Fix: fixed load more for current query posts</li>\n<li>Fix: fixed background js based widgets with elementor popups</li>\n<li>Fix: fixed unitegallery unclosed tag issue</li>\n<li>Fix: fixed replace mode in tabs filters</li>\n</ul>\n\n<p>version 1.5.1 = 2022-02-21:</p>\n\n<ul>\n<li>Feature: improved post pagination debug and added force options</li>\n<li>Feature: added code for the button filters</li>\n<li>Feature: added option to shuffle owl carousel</li>\n<li>Feature: added option for general \"shuffle\" in items</li>\n<li>Feature: made option for text modify, and get the current page url and current page title</li>\n<li>Feature: get feature image of a product from a first gallery image if featured image not exists</li>\n<li>Feature: added function \"one_random\" and \"first\" to get_items twig function</li>\n<li>Feature: added support for jet listing item</li>\n<li>Change: changed the \"choose template\" setting text to attirbute title</li>\n<li>Fix: fixed load more if offset turned on in the grid</li>\n<li>Fix: fixed link control attributes parsing</li>\n<li>Fix: fixed sync general api related bugs in elementor editor</li>\n</ul>\n\n<p>version 1.5.0 = 2022-02-02:</p>\n\n<ul>\n<li>Feature: added tabs in items controls</li>\n<li>Feature: added functionality for ajax taxonomies terms filter</li>\n<li>Feature: added some accessability to owl carousel buttons</li>\n</ul>\n\n<p>version 1.4.99: 2022-01-27:</p>\n\n<ul>\n<li>Feature: added option for disable content filtering in general settings->troubleshooting</li>\n<li>Feature: added taxonomies in widget debug output</li>\n<li>Fix: fixed some gallery lazy load related js bugs</li>\n</ul>\n\n<p>version 1.4.98: 2022-01-14:</p>\n\n<ul>\n<li>Feature: modified remote general js api to fit more types of widgets</li>\n<li>Feature: added support for put meta field in post list</li>\n<li>Fix: fixed some small php notices output in post query</li>\n</ul>\n\n<p>version 1.4.97 = 2022-01-06:</p>\n\n<ul>\n<li>Feature: add code base for the taxonomy filter</li>\n<li>Feature: added option to highlight all carousel items</li>\n<li>Feature: added active class to new owl carousel</li>\n<li>Feature: added scroll on click functionality to new owl carousel</li>\n<li>Fix: added support for acf fields styles in dynamic grid</li>\n<li>Fix: fixed some wp-rocket and filters related bug</li>\n</ul>\n\n<p>version 1.4.96 = 2021-12-29:</p>\n\n<ul>\n<li>Feature: use yoast main category feature to determine post main category</li>\n<li>Feature: added get woocommerce product gallery functionality to twig</li>\n<li>Feature: added support for multiple attribute conditoins values</li>\n<li>Feature: added menu order in advanced widget debug type</li>\n<li>Feature: added WooCommerce endpoints links code to twig</li>\n<li>Feature: added option to disable font awesome in general settings</li>\n<li>Fix: fixed some filters related issue</li>\n<li>Fix: added custom attributes to link attributes output</li>\n</ul>\n\n<p>version 1.4.95 = 2021-12-16:</p>\n\n<p>*Fix: fixed db table not found php bug in some cases</p>\n\n<p>version 1.4.94 = 2021-12-14:</p>\n\n<ul>\n<li>Feature: made posible multiple includes condition values per assets</li>\n<li>Feature: added meta value2 and meta value3 in include by meta value post selection</li>\n<li>Feature: added error notice if no api connectivity</li>\n<li>Feature: added attributes section conditions</li>\n<li>Feature: prepared code base for the new galleries</li>\n<li>Fix: fixed some small pagination related bug</li>\n<li>Fix: fixed remote connection parent detection in some cases</li>\n<li>Fix: added content filtering by filter widget_text_content for all the embed and other content modifications</li>\n<li>Fix: fixed edit defaulsin widget settings</li>\n<li>Fix: fixed some polylang issues with the template in dynamic template widgets</li>\n<li>Fix: [security] remove the \"duplicate layout\" functionality (not used in the plugin) that had some security issues </li>\n</ul>\n\n<p>version 1.4.93 = 2021-12-03:</p>\n\n<ul>\n<li>Fix: fixed some connected widgets bugs when there is many of them in the page</li>\n<li>Change: removed the black friday sale banner</li>\n<li>Feature: added general remote API for various widgets connections</li>\n<li>Feature: add some code base for the new gallery output</li>\n</ul>\n\n<p>version 1.4.92 = 2021-11-24:</p>\n\n<ul>\n<li>Fix: fixed similar post content in post list</li>\n<li>Change: saparated remote and sync options in connected widgets settings</li>\n</ul>\n\n<p>version 1.4.91 = 2021-11-23:</p>\n\n<ul>\n<li>Fix: fixed the wrong post intro in editor mode</li>\n</ul>\n\n<p>version 1.4.90 = 2021-11-22:</p>\n\n<ul>\n<li>Addition: added black friday banner discount banner and link</li>\n<li>Change: improved \"sync widgets\" editor experience</li>\n<li>Fix: fixed depricated \"post\" attribute bug</li>\n<li>Fix: modified zip extracting error messages</li>\n</ul>\n\n<p>version 1.4.89 = 2021-11-17:</p>\n\n<ul>\n<li>Feature: done the functionality for sync widgets</li>\n<li>Feature: done the functionality remote widgets</li>\n<li>Fix: fixed error message on remote widgets</li>\n<li>Fix: fixed css in post content in editor</li>\n<li>Fix: use better strip tags for post intro</li>\n</ul>\n\n<p>version 1.4.88 = 2021-11-08:</p>\n\n<ul>\n<li>Fix: fixed gutenberg support in widgets</li>\n<li>Fix: fixed all the pagination issues in archive page</li>\n</ul>\n\n<p>version 1.4.86 = 2021-11-01:</p>\n\n<ul>\n<li>Fix: fixed some load more last issues</li>\n<li>Feature: added code for taxonomy terms filter</li>\n<li>Feature: added code for checkbox filter</li>\n</ul>\n\n<p>version 1.4.86 = 2021-10-29:</p>\n\n<ul>\n<li>Feature: improved current query debug - full type</li>\n<li>Feature: added dropdown responsive placeholders</li>\n<li><p>Feature: added radio boolean attribute responsive controls</p></li>\n<li><p>Fix: fixed controls tabs functionality</p></li>\n<li>Fix: fixed load more custom image bug</li>\n<li>Fix: fixed double load more in a page mishmash bug</li>\n<li>Fix: fixed all load more issues</li>\n</ul>\n\n<p>version 1.4.85 = 2021-10-13:</p>\n\n<p>-bug fix: small bug fix - headers sent bug</p>\n\n<p>version 1.4.84 = 2021-10-13:</p>\n\n<ul>\n<li>Feature: added taxonomy terms full query debug option</li>\n<li>Feature: improved full debug type in posts query</li>\n<li>Feature: added items support in editor->background switcher</li>\n<li>Feature: added support for remote controls</li>\n<li>Feature: functionality to posts load more</li>\n<li>Feature: added second condition</li>\n<li>Feature: added tabs functionality to attributes</li>\n<li>Addition: added %,px to slider units</li>\n<li>Fix: fixed avoid duplicates related bug</li>\n<li>Fix: fixed conflicting wordpress codemirror script</li>\n<li>Fix: fixed post selection values init from editor</li>\n<li>Fix: fixed pagination on front page</li>\n<li>Fix: fixed some polylang related bugs</li>\n</ul>\n\n<p>version 1.4.83 = 2021-09-22:</p>\n\n<ul>\n<li>Fix: fixed styles mishmash inside elementor editor navigator</li>\n<li>Fix: fixed dissapearing carousels after refresh bug</li>\n<li>Fix: fixed dynamic grid pagination not changed</li>\n</ul>\n\n<p>version 1.4.82 = 2021-09-20:</p>\n\n<ul>\n<li>Feature: added troubleshooting setting - show php error message</li>\n<li>Feature: added px, vh, % options for slider attribute</li>\n<li>Feature: added dynamic group attributes for galleries, including image and video</li>\n<li>Feature: added option to convert one date string to another with ucdate filter</li>\n<li>Feature: added option to use items in background widgets</li>\n<li>Feature: added ucfunc(\"set\") and ucfunc(\"get\") functions in twig for remember and retrieve variables</li>\n<li>Feature: added include by option: \"children of current term\" to category selection options</li>\n<li>Feature: added option to pull woo product variations in twig</li>\n<li>Feature: added placeholder: link_withprefix, link_noprefix for link attribute</li>\n<li>Fix: fixed error when exists dynamic link in dynamic loop widgets</li>\n<li>Fix: enabled pagination in a single type in dynamic template grid</li>\n<li>Fix: the \"not equal\" attributes condition now works</li>\n<li>Fix: fixed not editable empty dropdown attribute in widget editor</li>\n<li>Fix: fixed mb_string absence php bug</li>\n<li>Fix: fixed heading attribute label</li>\n<li>Fix: fixed responsive elementor controls in widget items</li>\n</ul>\n\n<p>version 1.4.81 = 2021-08-17:</p>\n\n<ul>\n<li>Feature: added json select (lottie) for image attribute type </li>\n<li>Feature: made option for ajax in widgets with post list attribute</li>\n<li>Feature: made the ajax pagination work with pagination widget</li>\n<li>Feature: added dynamic options for number and slider attribute types</li>\n<li>Feature: added new owl carousel sources in assets chooser</li>\n<li>Feature: added heading attribute</li>\n<li>Change: added more types of debug for pagination widget</li>\n<li>Change: changed widget icons chooser for elementor icon instead of font awesome icon</li>\n<li>Fix: fixed import with template button dissapear in the new bar</li>\n<li>Fix: fixed widgets icons</li>\n</ul>\n\n<p>version 1.4.80 = 2021-08-09:</p>\n\n<ul>\n<li>Feature: added option to change items section label</li>\n<li>Feature: added js snippet with code that works in elementor popup</li>\n<li>Feature: added option to add {current_user_id} keyword in post meta query</li>\n<li>Feature: added option for block label inside each attribute</li>\n<li>Feature: added heading text option for items section</li>\n<li>Feature: added extra fields to image base gallery options</li>\n<li>Feature: added php filter option for variable</li>\n<li>Feature: added twig functions \"get_post_term\" and \"is_post_has_term\". The examples visible when you click on item.posts.putPostTerm placeholder</li>\n<li>Fix: fixed some test widgets output relate bugs</li>\n<li>Fix: conditions settings was not affected typography controls</li>\n<li>Fix: fixed template dynamic background image didn\'t displayed bug in dynamic loops</li>\n<li>Change: added some instructions for api connectivity test in general settings - troubleshooting</li>\n</ul>\n\n<p>version 1.4.79 = 2021-07-13</p>\n\n<ul>\n<li>Fix: fixed scripts output in preview widget page</li>\n</ul>\n\n<p>version 1.4.78 = 2021-07-12</p>\n\n<ul>\n<li>Change: added birthday sale promotions</li>\n<li>Feature: added woo commerce products to dynamic loop items source</li>\n</ul>\n\n<p>version 1.4.77 = 2021-07-07</p>\n\n<ul>\n<li>Fix: fixd the is_ajax() error function from the admin area</li>\n</ul>\n\n<p>version 1.4.76 = 2021-07-07</p>\n\n<ul>\n<li>Feature: added option to show post last modified date</li>\n<li>Feature: added function: get_from_sql in widget editor that allow to pull any custom records from DB</li>\n<li>Feature: added function: run_code_once in widget editor, that allow to run the code only once. Good for many similar widgets on the same page</li>\n<li>Feature: added option for load widget js as module</li>\n<li>Fix: fixed no key_thumb field in images inside widget</li>\n<li>Fix: fixed no condition in image sizes widget setting</li>\n<li>Fix: fixed javascript based backgrounds</li>\n<li>Fix: fixed brocken svg icon on catalog widget box in some of the cases</li>\n<li>Fix: fixed collision with rankmath in ajax actions</li>\n<li>Change: added some max length for a widget category, now it\'s 60</li>\n</ul>\n\n<p>version 1.4.75 = 2021-06-21</p>\n\n<ul>\n<li>Feature: added category image to products list</li>\n<li>Feature: added option to include as module widget js include</li>\n<li>Feature: added option to write custom handle to widget js and css include</li>\n<li>Feature: added options - avoid duplicate posts to post query exclude</li>\n<li>Feature: added option to include or exclude posts by dynamic field to posts selection</li>\n<li>Feature: added option to include or exclude posts by logged in user, in posts selection</li>\n<li>Fix: fixed background widget condition functionality</li>\n<li>Fix: changed template picker to simple select2 list</li>\n</ul>\n\n<p>version 1.4.74 = 2021-06-02</p>\n\n<ul>\n<li>Feature: added function put_date_range to twig functions. good for events widgets</li>\n<li>Feature: added integration with google map</li>\n<li>Feature: added function: \"run_code_once\" for twig</li>\n<li>Feature: added grouped options for the gallery</li>\n<li>Feature: added option to get posts by date from custom ACF field</li>\n<li>Feature: added gallery settings options for dynamic settings attribute</li>\n<li>Feature: added pagination to dynamic loop</li>\n<li>Change: improved dynamic settings attribute</li>\n</ul>\n\n<p>version 1.4.73 = 2021-05-20</p>\n\n<ul>\n<li>Feature: added twig function: \"put_attributes_json\" that available in js tab in widget editor</li>\n<li>Feature: added constant - uc_inside_editor - for distinquish between editor and site front</li>\n<li>Feature: added multiple select attribute</li>\n<li>Feature: added listing attribute support</li>\n<li>Fix: fixed \"request too long\" message on a widget preview - shortened preview url</li>\n<li>Fix: fixed several bugs with condition field in widgets editor</li>\n<li>Fix: fixed hidden image size select on item attributes</li>\n<li>Fix: fixed acf group field output</li>\n<li>Fix: fixed elementor template in items, changed to specific function</li>\n</ul>\n\n<p>version 1.4.72 = 2021-05-02</p>\n\n<ul>\n<li>Feature: added rating stars helper placeholder for woocommerce</li>\n<li>Feature: added option to include js file after elementor-frontend</li>\n<li>Fix: fixed new typography deprecation message</li>\n</ul>\n\n<p>version 1.4.71 = 2021-04-22</p>\n\n<ul>\n<li>Feature: added option to take post id\'s from php function in post selection</li>\n<li>Feature: added option for get posts by meta field that located in current or different post</li>\n<li>Feature: added twig filter: wc_price for native price filtering</li>\n<li>Feature: added post terms titles to post data debug</li>\n<li>Change: added option for woocommerce categories in terms selection</li>\n<li>Fix: fixed price issues in woocommerce related grids</li>\n<li>Fix: fixed include and exclude terms mismatch with nested tax query</li>\n<li>Fix: fixed pagination on search pages</li>\n</ul>\n\n<p>version 1.4.70 = 2021-04-14</p>\n\n<ul>\n<li>Feature: added show widget data debug options</li>\n<li>Feature: added option for filter post by post meta</li>\n<li>Feature: added option for simple condition for attributes</li>\n<li>Feature: added integration with wordpress popular post plugin for most viewed posts selection</li>\n<li>Feature: added post list variables for data debug</li>\n<li>Feature: added image sizes selector for post list</li>\n<li>Feature: get thumbnailID from content in case that it\'s missing in post</li>\n<li>Fix: when bulk moving attribute it now always goes to general category</li>\n<li>Fix: fixed filter posts by status</li>\n<li>Fix: fixed instagram media albom</li>\n</ul>\n\n<p>version 1.4.69 = 2021-04-04</p>\n\n<ul>\n<li>Feature: added extra query debug options for custom post types selector</li>\n<li>Feature: added choose image size select option to image attribute</li>\n<li>Feature: added \"image_attributes\" placeholder for image output in widget editor</li>\n<li>Change: added default values select to hover animations attribute</li>\n<li>Change: changed button \"add to cart\" to \"select options\" for variable products in woocommerce list widgets</li>\n<li>Fix: fixed border radius attribute from width to radius</li>\n<li>Fix: added missing thumb sizes for image select</li>\n</ul>\n\n<p>version 1.4.68 = 2021-03-22</p>\n\n<ul>\n<li>Feature: added include recently viewed products in woocommerce</li>\n<li>Feature: added option for default max posts in post selector</li>\n<li>Feature: added attribute type: Border Dimensions</li>\n<li>Feature: added attribute type: CSS Filters</li>\n<li>Feature: added attribute type: Hover Animations</li>\n<li>Fix: removed max posts from archive type post query selection, because has no control over pagination.</li>\n<li>Fix: fixed bug when instagram video images didn\'t show up</li>\n</ul>\n\n<p>version 1.4.67 = 2021-03-12</p>\n\n<ul>\n<li>Feature: added api connectivity to troubleshooting section</li>\n<li>Feature: added options in terms selection fields</li>\n<li><p>Feature: added order by meta key for woo categories select</p></li>\n<li><p>Fix: fixed woo product price format for decimal prices</p></li>\n<li>Fix: fixed context menu cut from bottom inside the widgets manager</li>\n<li>Fix: fixed show item data in widgets items repeater</li>\n<li>Fix: fixed float to round in woocommerce discount percents</li>\n</ul>\n\n<p>version 1.4.66 = 2021-02-18</p>\n\n<ul>\n<li>Feature: added \"box shadow\" attribute type</li>\n<li>Feature: added url_posts and num_posts to users output</li>\n<li>Feature: added option for selector 2 and selector 3 in several attributes</li>\n<li>Feature: added copy / paste attributes sections in widget editor</li>\n<li>Feature: added option for get default object to getListingItemData function</li>\n<li>Feature: added support for wpml site language inside a widget</li>\n<li>Feature: added acf image and thumbnails widths and heights to placeholders list</li>\n<li>Fix: load js include file in editor even if no js code</li>\n<li>Fix: fixed some php notice with exclude terms posts selection</li>\n<li>Fix: fixed small bug in getListingItemData function with no object returned</li>\n<li>Fix: fixed post selection manual select no posts shown at init</li>\n<li>Fix: fixed bug when private posts not fetched on manual posts selection</li>\n<li>Change: updated codemirror to latest version, added code search feature</li>\n<li>Change: updated freemius sdk to 2.4.2</li>\n</ul>\n\n<p>version 1.4.65 = 2021-02-03</p>\n\n<ul>\n<li>Feature: added option to fetch custom meta fields in users list</li>\n<li>Feature: added function to twig: getByPHPFunction()</li>\n<li>Feature: added function to twig: getUserMeta()</li>\n<li>Feature: added function to twig: getListingItemData() - working inside any plugin listing</li>\n<li>Fix: fixed php sanitize array bug</li>\n<li>Fix: fixed post type in related posts post selection</li>\n</ul>\n\n<p>version 1.4.64 = 2021-02-02</p>\n\n<ul>\n<li>Change: moved \"edit widget html\" button to advanced section in general tab</li>\n<li>Feature: added option to exclude products on sale in products query section in widget settings</li>\n<li>Feature: added option to exclude specific posts in post selection widget settings</li>\n<li>Feature: added woocommerce related products select in post selection</li>\n<li>Feature: added include/exclude posts by author in widget posts selection</li>\n<li>Feature: added include/exclude posts by date in widget posts selection</li>\n<li>Feature: added date/time picker to widget attributes types</li>\n<li>Feature: added post status to widget posts selection</li>\n<li>Feature: added offset setting to widget posts selection</li>\n<li>Feature: added author url and author post count to users fields</li>\n<li>Feature: added max number of users to user selection attribute</li>\n<li>Feature: added \"elementor template\" attribute</li>\n<li>Fix: fixed small php bug in post selection control</li>\n<li>Fix: fixed js bug in items repeater</li>\n<li>Fix: fixed exclude role not worked in user selection attribute</li>\n<li>Fix: fixed get products on sale selection with variations</li>\n</ul>\n\n<p>version 1.4.63 = 2021-01-26</p>\n\n<ul>\n<li>Feature: added acf link array and attributes</li>\n<li>Feature: added ordering features to post selection related and manual</li>\n<li>Feature: added option for showing only sticky posts</li>\n<li>Feature: added exclude by term setting in widget post selection</li>\n<li>Change: moved debug data from advaned to general folder in elementor widget settings</li>\n<li>Fix: fixed woo commerce prices number format</li>\n<li>Fix: fixed refresh posts on \"post query\" section open in widget post settings</li>\n<li>Fix: fixed manual posts selection default order</li>\n</ul>\n\n<p>version 1.4.62 = 2021-01-21</p>\n\n<ul>\n<li>Feature: added text shadow field</li>\n<li>Feature: added \"manual selection\" in posts query</li>\n<li>Feature: added compatability tag</li>\n<li>Fix: fixed image size thumb name with \"-\" sign inside</li>\n<li>Fix: fixed some php warning related to array to string conversion, happening in php 8</li>\n<li>Change: show woo commerce placeholders if selected \"for woocommerce products\" checkbox in post list attribute</li>\n<li>Change: improved woo category output placeholder help, added getTermCustomFields function</li>\n</ul>\n\n<p>version 1.4.61 = 2021-01-14</p>\n\n<ul>\n<li>Feature: added max posts and order by options to current query posts selection</li>\n<li>Feature: added manual selection for woocommerce categories select</li>\n<li>Feature: added selector and responsive to drop down attribute in widget builder</li>\n<li>Change: changed buy pro version link from the catalog widgets to inside of the plugin</li>\n<li>Fix: fixed adding widgets to a db table that is not auto incriment</li>\n<li>Fix: fixed svg preview from widget builder interface</li>\n<li>Fix: fixed manual memory check when registering widgets</li>\n</ul>\n\n<p>version 1.4.60 = 2020-12-30</p>\n\n<ul>\n<li>Feature: added option for third party integration for woocommerce grid</li>\n<li>Feature: added integration for \"advanced labels for woocommerce\" plugin</li>\n<li>Feature: added view file button in assets manager</li>\n<li>Feature: added svg icon option together with font icon for elementor panel widget box</li>\n<li>Feature: added preview image on mouseover inside elementor panel widget box</li>\n<li><p>Feature: added option for disabling \"edit widget html\" from widget settings</p></li>\n<li><p>Fix: fixed empty settings when there are gallery item setting only</p></li>\n<li>Fix: added \"no settings\" heading in case that no attributes in the widget</li>\n<li>Fix: fixed some php warnings for php 8.0</li>\n</ul>\n\n<p>version 1.4.59 = 2020-12-17</p>\n\n<ul>\n<li>Fix: fixed import template redirect</li>\n<li>Feature: added option to include sticky posts for post query</li>\n<li>Feature: added post pagination for single page</li>\n<li>Feature: added number of items for instagram widget</li>\n<li>Feature: added background image to background attribute</li>\n</ul>\n\n<p>version 1.4.58 - 2020-12-07</p>\n\n<ul>\n<li>Feature: make the plugin translatable for wordpress.org</li>\n</ul>\n\n<p>version 1.4.57 - 2020-12-07</p>\n\n<ul>\n<li>Feature: done post pagination widget for archive posts</li>\n<li>Feature: added option to truncate the post list</li>\n<li>Fix: fixed show debug query on current post query</li>\n</ul>\n\n<p>version 1.4.56 - 2020-11-30</p>\n\n<ul>\n<li>Update: relesed cyber monday deal admin notice</li>\n</ul>\n\n<p>version 1.4.55 - 2020-11-26</p>\n\n<ul>\n<li>Feature: added option to sort by sale price</li>\n<li>Feature: added option to debug query</li>\n<li>Feature: added option debug widget data</li>\n<li>Feature: added option to filter posts with child categories</li>\n<li><p>Feature: added option to include only products on sale</p></li>\n<li><p>Fix: fixed no widget shown in some cases</p></li>\n<li>Fix: fixed woocommerce prices placeholders prefix</li>\n</ul>\n\n<p>version 1.4.54 - 2020-11-13 =</p>\n\n<ul>\n<li>Update: updated freemius sdk to newest version</li>\n<li>Fix: fixed comma saparated selector</li>\n</ul>\n\n<p>version 1.4.53 - 2020-11-09 =</p>\n\n<ul>\n<li>Feature: added background widgets and section backgrounds</li>\n<li>Change: removed global colors from template export</li>\n<li>Fix: fixed bug with regular and sale price in woocommerce</li>\n</ul>\n\n<p>version 1.4.52 - 2020-11-06 =</p>\n\n<p>Fix: fixed bug with regular and sale price in woocommerce</p>\n\n<p>version 1.4.51 - 2020-11-04 =</p>\n\n<ul>\n<li>Feature: added svg output in icon library attribute</li>\n<li>Feature: added woocommerce checkbox to post list</li>\n<li>Feature: added product out of stock filter for product selection</li>\n<li>Feature: added discount_percent field in post list attribute woocommerce product type</li>\n<li>Feature: added woocommerce post list order by price option</li>\n<li>Fix: fixed woocommerce category in post list attribute</li>\n</ul>\n\n<p>version 1.4.50 - 2020-10-21 =</p>\n\n<ul>\n<li>Fix: removed display errors setting</li>\n</ul>\n\n<p>version 1.4.49 - 2020-10-12 =</p>\n\n<ul>\n<li>Fix: fixed small bug with non existing controls</li>\n<li>Fix: fixed general settings error when turning off plugin</li>\n</ul>\n\n<p>version 1.4.48 - 2020-10-12 =</p>\n\n<p>*Feature: added border attribute\n*Fix: page break in some versions of elementor\n*Fix: fixed bulk move attributes with categories\n*Fix: fixed default items image field not match</p>\n\n<p>version 1.4.47 - 2020-10-08 =</p>\n\n<ul>\n<li>Update: remove russian translation</li>\n<li>Feature: added function: get_items for twig</li>\n<li>Fix: fixed switch content and style tab</li>\n<li>Fix: fixed slider control tablet/mobile default value</li>\n<li>Fix: fixed non ordered widget categories</li>\n</ul>\n\n<p>version 1.4.46 - 2020-10-04 =</p>\n\n<ul>\n<li>Feature: added function put_items_json for js items output</li>\n<li>Fix: returned widgets from uncategorized category</li>\n</ul>\n\n<p>version 1.4.45 - 2020-10-04 =</p>\n\n<ul>\n<li>Fix: fixed template import with custom widgets</li>\n</ul>\n\n<p>version 1.4.44 - 2020-10-03 =</p>\n\n<ul>\n<li>Feature: added flexible content type attribute</li>\n<li>Optimize: reduced the number of db queries, dramatically increased load speed</li>\n</ul>\n\n<p>version 1.4.43 - 2020-09-22 =</p>\n\n<ul>\n<li>Feature: added option to group attributes into sections</li>\n<li>Feature: done instagram access token auto renew</li>\n<li>Feature: added \"selector\" to color picker attribute</li>\n<li>Fix: improved consolidate widgets option protection</li>\n<li>Fix: fixed select default widget images</li>\n<li>Fix: fixed default items in gallery item (image base fields)</li>\n<li>Fix: fixed image display in default item selector</li>\n<li>Fix: global colors was absent from color selection</li>\n</ul>\n\n<p>version 1.4.42 - 2020-08-06 =</p>\n\n<ul>\n<li>Feature: added option to get grouped woocomerce products</li>\n<li>Feature: added instagram connect to official API</li>\n<li>Feature: added function: getUserData(), added into \"twig code examples\" panel</li>\n<li>Feature: added \"printVar\" and \"showDebug\" functions \"twig code examples\" panel</li>\n<li>Feature: done \"login with instagram\" in general settings, and get data from instgram API</li>\n<li>Fix: sorted \"overwrite widgets\" issue on import</li>\n<li>Fix: fixed dropdown attribute when work with html data</li>\n</ul>\n\n<p>version 1.4.41 - 2020-06-18 =</p>\n\n<ul>\n<li>Feature: added additional controls to \"number\" attribute</li>\n<li>Feature: added \"exclude uncategorized category\" to woocommerce categories select </li>\n<li>Feature: added responsive controls to slider attribute</li>\n<li>Fix: fixed template type variable issues in elementor integration</li>\n<li>Fix: show pagination only when \"current query\" is available</li>\n<li>Fix: fixed select2 field min width in posts query</li>\n</ul>\n\n<p>version 1.4.40 - 2020-06-10 =</p>\n\n<ul>\n<li>Change: hided \"consolidate widgets\" general setting</li>\n<li>Feature: added \"show/hide wrapping html comments\" to general settings</li>\n<li>Fix: fixed export template filename</li>\n</ul>\n\n<p>version 1.4.39 - 2020-06-02 =</p>\n\n<ul>\n<li>Fix: fixed save widgets from editor with large config limitation.</li>\n<li>Fix: fixed export template with page settings bug.</li>\n<li>Fix: removed extra fields from items editor, leaved only supported fields</li>\n<li>Change: updated freemius SDK to latest version</li>\n</ul>\n\n<p>version 1.4.36 - 2020-05-21 =</p>\n\n<ul>\n<li>Feature: added support for pods panda repeater</li>\n<li>Fix: done some solution for max_execution_time issues when installing template</li>\n<li>Fix: fixed rtl on templates dialog popup</li>\n<li>Fix: corrected the naming near the \"number\" field</li>\n<li>Fix: cleared \"twig\" library from some not needed files.</li>\n<li>Change: removed \"image view\" file from framework.</li>\n</ul>\n\n<p>version 1.4.35 - 2020-05-11 =</p>\n\n<ul>\n<li>Feature: added term custom fields support</li>\n<li>Feature: added term meta fields support</li>\n<li>Change: moved composer vendor folder to plugin root</li>\n<li>Change: fixed empty templates list bug when \"show only installed widget\" checkbox checked</li>\n<li>Fix: sorted out some of the templates import bugs</li>\n</ul>\n\n<p>version 1.4.34 - 2020-05-06 =</p>\n\n<ul>\n<li>Fix: removed category ations from templates section</li>\n<li>Fix: show \"putPostMeta\" function even if no example post available</li>\n<li>Fix: fixed finally all the DB not installed issues on elementor and admin pages</li>\n</ul>\n\n<p>version 1.4.33 - 2020-05-03 =</p>\n\n<ul>\n<li>Fix: fixed double twig collision by another plugin</li>\n</ul>\n\n<p>version 1.4.32 - 2020-05-02 =</p>\n\n<ul>\n<li>Update: updated to newest twig 1.x version</li>\n<li>Fix: fixed no space between placeholders in php 7.4 bug</li>\n</ul>\n\n<p>version 1.4.31 - 2020-04-26 =</p>\n\n<p>*Fix: fixed dissapearing widget issue</p>\n\n<p>version 1.4.30 - 2020-04-23 =</p>\n\n<ul>\n<li>Fix: fixed couple of bugs related to templates</li>\n</ul>\n\n<p>version 1.4.29 - 2020-04-22 =</p>\n\n<ul>\n<li>Feature: released the templates catalog</li>\n</ul>\n\n<p>version 1.4.28 - 2020-04-10 =</p>\n\n<ul>\n<li>Feature: added woocommerce categories field</li>\n<li>Fix: fixed export / import with images feature</li>\n<li>Fug: fixed error message on front on some cases when the db tables not installed yet.</li>\n</ul>\n\n<p>version 1.4.27 - 2020-04-01 =</p>\n\n<p>Fix: fixed widget default icon in manager\nFeature: added \"getPostMeta, putPostMeta, printPostMeta\" functions\nFeature: added \"getPostData\" function for acf related posts, that get\'s all the data from the related post including custom fields</p>\n\n<p>version 1.4.26 - 2020-03-28 =</p>\n\n<ul>\n<li>Change: changed to new api address</li>\n<li>Fix: fixed links not included bug in theme builder posts</li>\n<li>Fix: fixed link to buy pro version</li>\n<li>Fix: fixed free version remain activated bug</li>\n<li>Fix: simpleXML validation made the site down</li>\n</ul>\n\n<p>version 1.4.25 - 2020-03-09 =</p>\n\n<ul>\n<li>Feature: added \"responsive controls\" to margin and padding setting</li>\n<li>Feature: made \"refresh catalog\" button</li>\n<li>Feature: added \"num_items\" variable to the widget editor</li>\n<li>Change: removed the \"default fonts\" from widget defaults screen</li>\n<li>Fix: fixed some php bug in \"implode\" function</li>\n<li>Fix: fixed posts from sub categories in post list</li>\n</ul>\n\n<p>version 1.4.24 - 2020-02-14 =</p>\n\n<ul>\n<li>Feature: made \"export with images\" option in templates</li>\n<li>Fix: fixed import category widgets</li>\n<li>Fix: fixed icon html output placeholder</li>\n</ul>\n\n<p>version 1.4.23 - 2020-02-02 =</p>\n\n<ul>\n<li>Feature: improved the slider attribute</li>\n<li>Feature: added \"menu\" attribute</li>\n</ul>\n\n<p>version 1.4.22 - 2020-01-28 =</p>\n\n<ul>\n<li>Feature: added woo currency symbol</li>\n<li>Feature: added woo add to cart button</li>\n<li>Feature: added slider attribute</li>\n<li>Widget: logo grid</li>\n<li>Widget: logo carousel</li>\n<li>Widget: logo marquee</li>\n<li>Widget: image tooltip</li>\n<li>Widget: content toggle</li>\n<li>Widget: circle number</li>\n<li>Widget: post list</li>\n</ul>\n\n<p>version 1.4.21 - 2020-01-22 =</p>\n\n<ul>\n<li>Feature: added users attribute</li>\n<li>Feature: done multiple post type selector</li>\n<li>Feature: added background attribute</li>\n<li>Feature: added icon library html output</li>\n<li>Feature: added woo commerce support in posts list</li>\n<li>Bug fix: fixed icons not shown bug in widget settings</li>\n</ul>\n\n<p>version 1.4.20 - 2020-01-15 =</p>\n\n<ul>\n<li>Bug fix: fixed font awesome icon output</li>\n<li>Bug fix: fixed instagram not loading bug</li>\n<li>Change: updated font awesome css version</li>\n<li>Change: changed the way that instagram was loaded on the page</li>\n</ul>\n\n<p>version 1.4.19 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added filter by slug to terms attribute</li>\n<li>Feature: changed repeater items titles to the ones from \"title\" field instead of \"Item1\", \"Item2\" etc.</li>\n<li>Feature: added automated styling for date field, added \"ucdate\" filter for that.</li>\n<li>Feature: done functionality for display post author</li>\n<li>Change: changed the font awesome attribute to fa5</li>\n<li>Change: added strip html tags from truncate function</li>\n</ul>\n\n<p>version 1.4.18 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added all image sizes to posts</li>\n<li>Feature: added \"putPostTerms\" function to posts</li>\n<li>Feature: added wpautop filter to twig</li>\n<li>Feature: added option for custom twig PHP functinoality for PRO version</li>\n<li>Feature: hide \"edit widget html\" button for user that don\'t have capability to see the plugin </li>\n<li>Feature: added wpml compatablity</li>\n<li>Feature: added related posts in posts list</li>\n<li>Feature: added padding and margin controls (pro)</li>\n<li>Bug Fix: fixed pagination output</li>\n</ul>\n\n<p>version 1.4.17 - 2019-12-12 =</p>\n\n<ul>\n<li>Change: changed to more flexible catalog api</li>\n</ul>\n\n<p>version 1.4.16 - 2019-08-12 =</p>\n\n<ul>\n<li>Feature: added post query relation (and, or) chooser</li>\n<li>Change: update to freemius sdk 2.3.1</li>\n<li>Feature: added \"trancate\" filter</li>\n<li>Fix: fixed editor permissions PHP Error</li>\n</ul>\n\n<p>version 1.4.15 - 2019-19-11 =</p>\n\n<ul>\n<li>Change: remove the old deprecated codecanyon activation</li>\n<li>Fix: fixed bug when both plugins are installed together</li>\n<li>Fix: fixed empty widget content when put a lot of content in the widget html/js</li>\n<li>Feature: added option for fonts for post list for intro and content</li>\n<li>Feature: added custom filter query ID in posts list query (pro)</li>\n<li>Feature: added labels to typography fields</li>\n<li>Feature: added description option for elementor controls</li>\n<li>Feature: added option to add help links to widgets from the widget editor</li>\n</ul>\n\n<p>version 1.4.14 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed js not included bug</li>\n</ul>\n\n<p>version 1.4.13 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed terms attribute selector bugs in elementor</li>\n<li>Fix: fixed post selection was not showing post types without taxonomies</li>\n<li>Fix: fixed rtl visibility issues in admin</li>\n</ul>\n\n<p>version 1.4.12 - 2019-15-10 =</p>\n\n<ul>\n<li>Feature: added exclude posts by current post</li>\n<li>Feature: added post category addition custom taxonomy support</li>\n<li>Fix: fixed some bug in post list selector elementor</li>\n</ul>\n\n<p>version 1.4.11 - 2019-07-10 =</p>\n\n<p>*Feature: added link param html attributes placeholder\n*Feature: added category link to post list params\n*Fix: fixed post list category not displayed bug</p>\n\n<p>version 1.4.10 - 2019-28-9 =</p>\n\n<p>-bug fix: added some front end protection against db not installed bug\n* Feature(pro): added do_action for custom wp actions run\n* Feature(pro): added apply_filters for custom wp actions run\n-bug fix: fixed export widget with assets path\n-change: added instructions to download pro version.</p>\n\n<h4>1.4.7 - 2019-18-9</h4>\n\n<p>*Fix: fixed post category selection in post list</p>\n\n<h4>1.4.6 - 2019-18-9</h4>\n\n<p>*Fix: fixed dynamic items in repeater</p>\n\n<h4>1.4.6 - 2019-11-9</h4>\n\n<p>*Fix: fixed admin body class external\n*Feature: make support for post categories list\n*Feature(pro) - made taxonomies list attribute\n*Fix: fixed current posts fetch in archive type</p>\n\n<h4>1.4.5 - 2019-19-8</h4>\n\n<p>*Change: improved widgets manager design</p>\n\n<h4>1.4.3 - 2019-25-7</h4>\n\n<p>*Change: updated the activation link from plugins\n*Change: small UI improvements</p>\n\n<h4>1.4.2 - 2019-24-7</h4>\n\n<p>*Feature: add post category to dynamic fields\n*Feature: added toolset integration</p>\n\n<h4>1.4.1 - 2019-8-7</h4>\n\n<p>*Feature: added search widget\n*Feature: the plugin is now fully translatable, added russian translation</p>\n\n<h4>1.4 - 2019-8-7</h4>\n\n<p>*Change: moved to new payment system (freemius), changed pricing plans</p>\n\n<h4>1.3.39 - 2019-2-7</h4>\n\n<p>*Feature: add alt tags to image attribute\n*Feature: add automatic name from title on add attribute\n*Feature: redesign categories</p>\n\n<p>*Fix: removed autop filter change code from front end\n*Fix: allow to import widget when stand on category from catalog\n*Fix: fixed instagram widgets typography bug</p>\n\n<h4>1.3.38 - 2019-30-6</h4>\n\n<p>*Feature: added code examples / js snippets\n*Feature: added widget preview</p>\n\n<h4>1.3.37 - 2019-23-6</h4>\n\n<p>*Feature: add support for archive pages\n*Feature: added archive pages pagination\n*Change: changed fonts design controls</p>\n\n<h4>1.3.36 - 2019-20-6</h4>\n\n<p>*Fix: fixed multiple similar js includes in one page</p>\n\n<h4>1.3.35 - 2019-20-6</h4>\n\n<p>*Feature: add support for acf gallery field</p>\n\n<h4>1.3.34 - 2019-13-6</h4>\n\n<ul>\n<li>Feature: improved the post list filtering and ordering</li>\n</ul>\n\n<h4>1.3.33 - 2019-12-6</h4>\n\n<ul>\n<li>Feature: added ordering posts by meta value</li>\n<li>Fix: fixed site crash by db error</li>\n</ul>\n\n<h4>1.3.32 - 2019-11-6</h4>\n\n<ul>\n<li>Fix: fixed pods together with acf fileds</li>\n<li>Fix: added all categories to post list</li>\n</ul>\n\n<h4>1.3.31 - 2019-10-6</h4>\n\n<ul>\n<li>Feature: added link attribute</li>\n</ul>\n\n<h4>1.3.30 - 2019-06-6</h4>\n\n<ul>\n<li>Feature: made PODS integration</li>\n</ul>\n\n<h4>1.3.29 - 2019-06-5</h4>\n\n<ul>\n<li>Feature: added set widget icon functionality, with presence in catalog</li>\n<li>Feature: added preview widget button from the catalog</li>\n</ul>\n\n<h4>1.3.28 - 2019-06-3</h4>\n\n<ul>\n<li>Feature: made plugin translatable</li>\n</ul>\n\n<h4>1.3.27 - 2019-06-2</h4>\n\n<ul>\n<li>Fix: fixed font override attribute bug</li>\n</ul>\n\n<h4>1.3.26 - 2019-05-30</h4>\n\n<ul>\n<li>Feature: added typography attribute</li>\n</ul>\n\n<h4>1.3.25 - 2019-05-29</h4>\n\n<ul>\n<li>Tweak: added support for dynamic params in image field</li>\n</ul>\n\n<h4>1.3.24 - 2019-05-29</h4>\n\n<ul>\n<li>Fix: Fix dynamic field</li>\n<li>Tweak: Added message when adding an empty repeater from custom fields</li>\n</ul>\n\n<h4>1.3.23 - 2019-05-01</h4>\n\n<ul>\n<li>Feature: Added dynamic fields to all text controls</li>\n<li>Feature: Added \"edit html\" button to all widgets</li>\n<li>Fix: Fixed consolidated addons render bugs</li>\n</ul>\n\n<h4>1.3.22 - 2019-04-25</h4>\n\n<ul>\n<li>Feature: Made all acf fields integration including the pro like repeater and clone</li>\n</ul>\n\n<h4>1.3.21 - 2019-04-20</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.20 - 2019-04-15</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.19 - 2019-04-10</h4>\n\n<ul>\n<li>Feature: Done all acf fields</li>\n</ul>\n\n<h4>1.3.18 - 2019-04-05</h4>\n\n<ul>\n<li>Change: Update post child vars when change post</li>\n</ul>\n\n<h4>1.3.17 - 2019-04-01</h4>\n\n<ul>\n<li>Change: Add dynamic fields to addon editor</li>\n</ul>\n\n<h4>1.3.16 - 2019-03-30</h4>\n\n<ul>\n<li>Fix: Fixed the switchers </li>\n<li>Fix: Fixed the upload file</li>\n<li>Fix: Fixed checkbox in assets tab</li>\n</ul>\n\n<h4>1.3.15 - 2019-03-25</h4>\n\n<ul>\n<li>Fix: Fixed visual bugs</li>\n<li>Fix: Fixed radio boolean attribute (switcher)</li>\n</ul>\n\n<h4>1.3.14 - 2019-03-20</h4>\n\n<ul>\n<li>Fix: Fixed addon assets tab bugs</li>\n</ul>\n\n<h4>1.3.13 - 2019-03-15</h4>\n\n<ul>\n<li>Feature: Done export/import template with addons</li>\n</ul>\n\n<h4>1.3.12 - 2019-03-10</h4>\n\n<ul>\n<li>Feature: Added fedback on deactivate</li>\n</ul>\n\n<h4>1.3.11 - 2019-03-05</h4>\n\n<ul>\n<li>Fix: Fixed export import layout stuff</li>\n</ul>\n\n<h4>1.3.10 - 2019-03-01</h4>\n\n<ul>\n<li>Fix: Fixed assets tab issues</li>\n<li>Fix: Fixed post to articles category rename on install</li>\n</ul>\n\n<h4>1.3.09 - 2019-02-28</h4>\n\n<ul>\n<li>Fix: Fixed test addon jquery include</li>\n<li>Change: Added purchase link to license page</li>\n</ul>\n\n<h4>1.3.08 - 2019-02-25</h4>\n\n<ul>\n<li>Fix: Fixed settings text output</li>\n</ul>\n\n<h4>1.3.07 - 2019-02-20</h4>\n\n<ul>\n<li>Fix: Fixed font manager bug</li>\n</ul>\n\n<h4>1.3.06 - 2019-02-15</h4>\n\n<ul>\n<li>Fix: Fixed taxonomy issues</li>\n</ul>\n\n<h4>1.3.05 - 2019-02-10</h4>\n\n<ul>\n<li>Fix: Fixed add addon functionality</li>\n</ul>\n\n<h4>1.3.04 - 2019-02-05</h4>\n\n<ul>\n<li>Improvment: Improved post types category selection</li>\n</ul>\n\n<h4>1.3.03 - 2019-02-01</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.02 - 2019-01-30</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.01 - 2019-01-25</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.2.01 - 2019-01-20</h4>\n\n<ul>\n<li>Fix: Fixed js in editor when addins widget</li>\n</ul>\n\n<h4>1.2.00 - 2019-01-15</h4>\n\n<ul>\n<li>Feature: Pro version with a catalog</li>\n</ul>\n\n<h4>1.0.11 - 2019-01-10</h4>\n\n<ul>\n<li>Fix: Fixed some wordpress galleries related bug</li>\n</ul>\n\n<h4>1.0.10 - 2019-01-05</h4>\n\n<ul>\n<li>Fix: Fixed export category</li>\n</ul>\n\n<h4>1.0.09 - 2019-01-01</h4>\n\n<ul>\n<li>Change: Made global setting for consolidata addons or not</li>\n<li>Change: Updated some memory text in general settings</li>\n</ul>\n\n<h4>1.0.08 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed all notices related bugs</li>\n</ul>\n\n<h4>1.0.07 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed with default data types</li>\n</ul>\n\n<h4>1.0.06 - 2018-12-25</h4>\n\n<ul>\n<li>Fix: Fixed js includes consolidated</li>\n</ul>\n\n<h4>1.0.05 - 2018-12-20</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.04 - 2018-12-15</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.03 - 2018-12-10</h4>\n\n<ul>\n<li>Fix: Fixed empty category issues</li>\n</ul>\n\n<h4>1.0.02 - 2018-12-05</h4>\n\n<ul>\n<li>Fix: Fixed bug with some unit values in render output</li>\n</ul>\n\n<h4>1.0.00 - 2018-12-01</h4>\n\n<ul>\n<li>Release: First plugin release</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:7:\"1.5.103\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/71250.zip?is_premium=true&authorization=FSLA+14440533%3A9rYgiH0gy5C4A0RUQSk-6t_U-1qM0voq4yzYHb5gAahrlTNjmPiVWyU9RE_g2oMtWuHBzQ4lRXIx3vxcDNZTBw-6zE_sNsVCo9zDOW_repI62won2IoQuJQJLcZo1rPHKKysiawUWxh2c_Hhwm6IMEI90eNgf1IVgeozg4jjdXUEXAkdiX9XJELlDUuF3kNtryVYY_fVC9Isr_wIfdpTRPjQXld4mReKz4ht2vICrU8NNKMtZtusIL6kQJBc4PnQ6v7VGfu3hO8fSQHJclhryA\";}}s:7:\"created\";i:1713511949;s:9:\"timestamp\";i:1713515549;}s:92:\"get:/v1/installs/14440533/updates/latest.json?is_premium=true&newer_than=1.5.103&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:7:\"1.5.104\";s:11:\"sdk_version\";s:5:\"2.6.2\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:3:\"6.5\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:32743;s:2:\"id\";s:5:\"71656\";s:7:\"created\";s:19:\"2024-04-24 12:29:46\";s:7:\"updated\";s:19:\"2024-04-25 07:39:40\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/71656.zip?is_premium=true&authorization=FSLA+14440533%3A8WqL84LlJvdt1bq-peoGRZ2s-xJpGw3n9SLiKuhAOkwvaPqgewtaWpBcA9FVgByKSpMln1UaFklK1r9bcwmX51CdNV67zBSjuZ9tdaOx9RAZcX-Ls2ncD58FEu6trlDumhTBtrpgbkA4p5MpYybDH9yhpL6foOle2VA5kbr5lg0mJX-i5SxdMCx9tG4K4OWxC7hGq0T-_mkaO7ozqs0MRZyJ-2U8h_GsLA4yPSmQBDSrt2cNW2UjFxB4cuC8J6VWoHdqiqbZxWNj3dGzkGu5OA\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:66:\"Unlimited Elements For Elementor (Free Widgets, Addons, Templates)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"tags\";O:8:\"stdClass\":6:{s:9:\"elementor\";s:9:\"elementor\";s:8:\"elements\";s:8:\"elements\";s:6:\"addons\";s:6:\"addons\";s:16:\"elementor addons\";s:16:\"elementor addons\";s:16:\"elementor widget\";s:16:\"elementor widget\";s:12:\"page builder\";s:12:\"page builder\";}s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";N;s:6:\"tested\";s:3:\"6.5\";s:10:\"stable_tag\";s:3:\"1.0\";s:8:\"sections\";O:8:\"stdClass\":4:{s:11:\"description\";s:7110:\"<p><strong>Elementor</strong> users, elevate your web design experience with <strong>Unlimited Elements for Elementor</strong>. An all in one plugin that instantly gives you the most advanced widgets and tools to make better Elementor websites faster. Take your WordPress website to the next level.</p>\n\n<p><a href=\"https://unlimited-elements.com/elementor-widgets/\">View Elementor Widgets Demos</a>\n<br>\nBrowse our extensive collection of free widgets or upgrade to our pro version for access to over 200 additional unique drag and drop widgets for <strong>Elementor</strong>. Each widget provides a wide range of options to easily control every aspect. If you can\'t find what you need, our <strong>Widget Creator</strong> Framework empowers you to create any widget you can imagine.</p>\n\n<h3>Plugin Features</h3>\n\n<ul>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Widget Library</strong></a> – Enhance the popular Elementor page builder with our user-friendly and innovative widget library. Simplify your website by finding everything you need in one place, without the need for multiple plugins.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/widget-creator/\"><strong>Widget Creator</strong></a> – Save valuable time by eliminating the need to search for numerous plugins and add-ons. Instead, create customized, professional widgets that perfectly align with your website requirements.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-templates/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/loop-builder-for-elementor/\"><strong>Loop Builder</strong></a> – Easily create dynamic Loop Items within the Elementor Theme Builder by utilizing any loop widget layout of your preference. Effortlessly populate the chosen widget with dynamic content to craft versatile and engaging Loop Items.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/background-widgets-for-elementor/\"><strong>Background Widgets</strong></a> – Elevate your web designs instantly with our user-friendly animated backgrounds available in our extensive widget library. Experience seamless integration and unleash your creativity like never before.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/post-widgets-filters-tools/\"><strong>Post Widgets & Filters</strong></a> – Easily create stunning post layouts with real-time filters. Improve the browsing experience for website visitors by helping them find the content they\'re looking for. Effortlessly display posts using advanced criteria on your entire website.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/woo/\"><strong>WooCommerce Widgets & Filters</strong></a> – Create stunning product layouts with dynamic real-time filters. Showcase your products and categories in a wide array of interactive formats, such as grids, carousels, sliders, and more.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/remote-control-widgets/\"><strong>Woo Widgets & Filters</strong></a> – Unleash your creativity with advanced and customizable layouts. Take full control of your designs and make them truly unique using the remote controls. Stand out from the crowd with layouts that are both eye-catching and distinctive.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/sync-widgets/\"><strong>Sync Between Widgets</strong></a> – Elevate your web designs to new heights by seamlessly synchronizing multiple item-based widgets. This powerful feature empowers you to effortlessly create intricate and personalized layouts, taking your designs to the next level of sophistication.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source-galleries/\"><strong>Multi-Source Galleries</strong></a> – Empower your gallery showcase by effortlessly featuring Woo products, WordPress posts, Instagram feeds, and a variety of other sources, including various API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/live-copy-paste/\"><strong>Live Copy Paste</strong></a> – Copy and paste fully designed sections from the Unlimited Elements website directly to your website, saving you time and ensuring you can finish your web project as soon as possible.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-menu-widget-for-elementor/\"><strong>Mega Menu Builder</strong></a> – Easily craft a distinctive Mega Menu for your website navigation by incorporating images, icons, links, and various Elementor widgets into unique menu layouts.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-slider-widget-for-elementor/\"><strong>Mega Slider Builder</strong></a> – Easily turn any Elementor sections into slider slides. Now you can amaze your website visitors with jaw-dropping slider designs that look amazing on any device.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source/\"><strong>Multi-Source Widgets</strong></a> – Add content dynamically to item-based widgets effortlessly with support for ACF repeaters, JSON/CSV files, Woo Products, WordPress posts, users, menus, and a range of API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/dynamic-post-popup-widget-for-elementor/\"><strong>Dynamic Popup Builder</strong></a> – Dynamically create a popup to add a quick view of the post without leaving the page. Use an Elementor single post template to create the layout of the dynamic popup.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/form-builder/\"><strong>Elementor Form Builder</strong></a> – Build advanced forms effortlessly using the drag-and-drop form builder. Whether it’s a simple or complex form, our straightforward form widgets make it quick and easy to create forms, improving your workflow.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/calculators/\"><strong>Calculator Builder</strong></a> – Easily design professional calculators for any type of industry. Whether you need a loan calculator, mortgage calculator or business calculator, our powerful and intuitive drag and drop builder makes it easy to create complex calculators with ease.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/filters/\"><strong>Elementor Filter Widgets</strong></a> – Unlock the potential of the AJAX-based faceted filter system, seamlessly empowering you to craft diverse layouts with ease. Take control by applying multiple filters, ensuring a super-fast and dynamic filtering experience tailored to your website needs.</p></li>\n</ul>\";s:12:\"installation\";s:521:\"<p>Note : This plugin works with Elementor. Make sure you have <a href=\"https://wordpress.org/plugins/elementor/\">Elementor</a> installed.</p>\n\n<ol>\n<li>Upload the plugin folder to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress</li>\n<li>Navigate to Unlimited Elements in the WordPress side menu and install the widget you want by hovering over it and clicking install.</li>\n</ol>\";s:3:\"faq\";s:4208:\"<h4>Can I use the plugin without Elementor?</h4>\n\n<p>No. You cannot use the plugin without Elementor since it\'s an addon for Elementor.</p>\n\n<h4>Does the plugin work with any theme?</h4>\n\n<p>Absolutely! The plugin will work with any theme where Elementor works.</p>\n\n<h4>What if I update to the Premium version after using the Free version?</h4>\n\n<p>Your existing elements/content will work with the premium version. So you won’t lose your any of your hard work.</p>\n\n<h4>Can I get a refund?</h4>\n\n<p>If you are not happy with your purchase at anytime just contact us and we will refund 100% of your money no questions asked.</p>\n\n<h4>Do you offer a renewals discount?</h4>\n\n<p>Yes, you get 25% discount for all annual plan automatic renewals. The renewal price will never be increased so long as the subscription is not cancelled.</p>\n\n<h4>How do I install and activate the \'Unlimited Elements for Elementor\' plugin on WordPress?</h4>\n\n<p>To install the \'Unlimited Elements\' plugin on your WordPress site, access your WordPress Dashboard and go to Plugins -> Add New. In the search box, enter \'Unlimited Elements.\' Locate the plugin in the search results and click on the \'Install Now\' button. Once the installation is finished, click on the \'Activate\' button, and \'Unlimited Elements for Elementor\' will be successfully activated on your WordPress site.</p>\n\n<h4>Do I need to know code to use Unlimited Elements?</h4>\n\n<p>No, you do not need to know code to leverage the widgets and other tools provided by the Unlimited Elements plugin. It is designed to be user-friendly, allowing you to enhance your Elementor experience without any coding expertise. However, for users familiar with code, the plugin offers the added advantage of a widget creator, enabling the creation of custom Elementor widgets for a more tailored and advanced design experience.</p>\n\n<h4>Is my site secure with Unlimited Elements?</h4>\n\n<p>Yes, Unlimited Elements is a secure plugin. The plugin is regularly updated to adhere to common security standards, ensuring a secure environment for your website.</p>\n\n<h4>What types of filters does Unlimited Elements provide?</h4>\n\n<p>Unlimited Elements offers a variety of filter types, including search filters, dropdowns, tabs filters, checkboxes filters, and WooCommerce-related filters, providing a diverse range of options for dynamic and versatile website filtering.</p>\n\n<h4>Are the filters compatible with any post type or WooCommerce products?</h4>\n\n<p>Yes, all the filters provided by Unlimited Elements are live Ajax filters, ensuring dynamic and seamless filtering experiences. They are compatible with any post type, including custom post types, and WooCommerce products, offering versatile functionality for a wide range of content on your website. Utilize specific WooCommerce filters to enhance the shopping experience for your customers, such as the price range slider filter and color swatches filter for products with different colors.</p>\n\n<h4>Can I use Unlimited Elements to display custom post types in my widgets?</h4>\n\n<p>Yes, Unlimited Elements supports showcasing custom post types with advanced query selection and seamless connection to any filter from the UE library. This allows for tailored and dynamic content presentation on your website using the plugin\'s versatile features.</p>\n\n<h4>What are multi-source widgets in Unlimited Elements?</h4>\n\n<p>Multi-source widgets in Unlimited Elements enable the population of item-based widgets with various dynamic source types. These widgets can be populated using sources like ACF repeater fields, WooCommerce products, custom post types, Instagram feeds, and various API integrations. This versatility allows for the seamless integration of diverse content into widgets, enhancing the flexibility and functionality of your website elements.</p>\n\n<h4>Should I use Remote Control Widgets or the Sync Widgets function in Unlimited Elements?</h4>\n\n<p>The choice depends on your design preferences. If you want complete control, go for Remote Control Widgets. For synchronized layouts, choose Sync Widgets. They can also be used together for even more powerful customization options in Unlimited Elements.</p>\";s:9:\"changelog\";s:132793:\"<p>version 1.5.104: 2024-04-24</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added support for unselect items in sync functionality</li>\n<li>Feature: added feature - sort terms by parent -> children, and levels number class</li>\n<li>Fix: fixed some load more issue with dynamic template loop and post lists inside</li>\n<li>Fix: fixed woo category image not fetched bug</li>\n<li>Fix: fixed some cases of sticky elementor elements with filters</li>\n<li>Fix: fixed remote connection with single background parent and remote widget</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Neon Line Width\' option. This new functionality allows users to adjust the width of the neon line effect within the widget, providing finer control over its appearance and visual impact.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Shadow\' option. This new functionality allows users to add a shadow effect to buttons within the widget, enhancing their visual appearance and depth.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Background Color\' option. This new functionality allows users to customize the background color of buttons within the widget, enhancing visual design and customization possibilities.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Fix: Loop Carousel (Pro) - Corrected spelling mistakes and improved naming conventions, enhancing clarity and consistency.</li>\n<li>Fix: Flip Box (Free) - Resolved issue where links were not firing for the first click on the back of the Flip Box. This fix ensures that links behave as expected, allowing them to be clicked and activated reliably.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue where Content Tabs widget couldn\'t work with Icon Tabs widget on the same page. This fix ensures that both widgets can coexist and function properly together, allowing for seamless integration and improved user experience.</li>\n<li>Fix: Checkboxes Filter (Pro) - Enhanced Accordion Layout option for the Checkboxes Widget to improve script communication. This improvement optimizes the interaction between scripts, resulting in smoother operation and better performance of the widget.</li>\n<li>Fix: Loop Grid (Pro) - Implemented additional Masonry layout check to avoid items overlapping over each other. This enhancement ensures that items are properly positioned and do not overlap, maintaining a clean and organized layout within the widget.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Resolved issue where popups allowed opening links in new tabs while opening the popup. This fix ensures that links within popups behave consistently and do not inadvertently open in new tabs, providing a smoother user experience.</li>\n<li>Fix: Post Slider (Pro) - Addressed issue where post title typography settings were not applied, ensuring proper functionality and appearance.</li>\n<li>Fix: Flip Box (Free) - Corrected a typography mistake in options.</li>\n<li>Fix: Content Slider (Pro) - Resolved conflict caused between Elementor\'s Motion Effects and the widget due to the same animation library (animate.css), resolving CSS class conflict for smoother animation and functionality.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with Opening Item when Clickable Parent option is enabled.</li>\n<li>Fix: Side Menu (Pro) - Resolved issue where some icons were being reverted. This fix ensures that all icons remain consistent and do not revert unexpectedly.</li>\n<li>Fix: Rhombus Grid (Pro) - Increased CSS priority for \'Item Background Color Override\' option. This adjustment ensures that the specified background color takes precedence over other styles, providing consistent and reliable appearance for the widget items.</li>\n</ul>\n\n<p>version 1.5.103: 2024-04-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to add additional url attributes to post links</li>\n<li>Feature: improved woo category thumbnail image gether</li>\n<li>Feature: added option to unite gallery - strip_speed</li>\n<li>Fix: fixed some widgets editor enable visibility bug</li>\n<li>Fix: fixed entrance animation run if inside a viewport window</li>\n<li>Fix: fixed some security issues - escaping some fields output</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Dots\' option. This new functionality allows users to toggle the visibility of dots within the widget, providing greater control over navigation indicators.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Custom Icon\' option. This new functionality allows users to customize the appearance of checkboxes by providing custom icons, enhancing the visual presentation of checkboxes within the widget.</li>\n<li>Feature: Video Playlist (Pro) - Implemented \'Strip Navigation Speed\' option. This new functionality allows users to adjust the speed of navigation within the strip, providing finer control over the scrolling behavior.</li>\n<li>Feature: Expanding Content Cards (Pro) - Implemented \'Background Image Align\' option. This new functionality allows users to specify the alignment of the background image, providing greater control over its positioning within the element.</li>\n<li>Feature: Post Magazine Grid (Pro) - Implemented \'Meta Date Date Format\' option. This new functionality allows users to specify the date format for meta date display, providing customization options for date presentation.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Show Item Title in Lightbox\' option. This new functionality allows users to toggle the display of item titles within the lightbox, providing control over the visibility of titles for a better user experience.</li>\n<li>Feature: Search Filter (Pro) - Implemented \'Custom Links Ending\' option. This new functionality allows users to change links in the connected grid to highlight the search phrase.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Post Pagination (Free) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Content Switcher (Pro) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab Content Switcher for a smoother and more seamless user experience.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Show Field Name In Empty Field Error Message\' option. This new functionality allows users to include the field name in the empty field error message, providing clearer feedback to users when a required field is left blank.</li>\n<li>Feature: Side Menu (Pro) - Implemented \'Templates Width\' and \'Templates Horizontal Align\' options.</li>\n<li>Change: Unlimited Grid (Pro) - Changed \'Title Spacing\' option to \'Title Margin\'. This change allows users to add margin in all directions to the title, providing more granular control over its positioning within the widget.</li>\n<li>Fix: Content Box Hover Text Reveal (Free) - Resolved issue where Overlay Opacity option wasn\'t working on mobile devices. This fix ensures that the Overlay Opacity option functions correctly across all devices, providing consistent behavior and appearance.</li>\n<li>Fix: Multi Step Form (Pro) - Fixed Multi Step Error Message not showing when empty and required field was present on active step.</li>\n<li>Fix: Submit Button (Free) - Fixed Submit Button verification issue when fields with 0 value were parsed as empty.</li>\n<li>Fix: Slider Field (Pro) - Resolved issue where border radius for focus state differed from regular state. This fix ensures that the border radius remains consistent across different states.</li>\n<li>Fix: Icon Bullets (Free) - Fixed issue related to Hover Colors not being revealed after item hover.</li>\n<li>Fix: Team Member Sliding Effect (Pro) - Resolved issue related to global colors usage. This fix ensures that global colors are properly utilized throughout the widget, maintaining consistency and accuracy in color rendering.</li>\n<li>Fix: Post Magazine Grid (Pro) - Optimized widget HTML. This optimization improves the efficiency and performance of the widget by streamlining the HTML structure and reducing unnecessary code.</li>\n<li>Fix: Form Fields Widgets: Resolved vulnerability where scripts could be injected under certain widget attributes. This fix ensures that scripts are properly sanitized and prevented from being inserted into widget attributes, mitigating potential security risks.</li>\n</ul>\n\n<p>version 1.5.101: 2024-04-03</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added \"date time\" attribute to items attributes list</li>\n<li>Feature - made some integration for \"relevanssi\" plugin</li>\n<li>Feature - added woo rating stars to multisource fields</li>\n<li>Feature - added visual text that showing the form fields conditions</li>\n<li>Fix - fixed filters mode init mode</li>\n<li>Fix - fixed various filters related bugs</li>\n<li>Fix - fixed ucpage parameter fetch for pagination in archive page</li>\n<li>Fix - fixed gallery from meta field item source texts </li>\n<li>Fix - fixed some number field processing</li>\n<li>Fix - fixed multisep form with template submit</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Set First Item Selected\' option. This new functionality allows users to automatically select the first item in the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented \'Open Current Submenu On Page Load\' option. This new functionality allows users to automatically expand the current submenu on page load, providing immediate access to relevant content.</li>\n<li>Feature: Background Slider (Pro) - Introduced \'Add SEO Tags\' option, allowing users to include alt and title attributes for images for improved search engine optimization of the widget content.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Message Box After Send\" option, allowing automatic closure of the message box after clicking the send button for improved user experience and convenience.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Button After Click\" option, enabling automatic closure of the buttons after clicking any button, eliminating the need for manual closure for enhanced user convenience and interaction.</li>\n<li>Feature: Content Grid (Pro) - Implemented \'Description\' option. This new functionality allows users to add a description to the widget, providing additional context or instructions.</li>\n<li>Feature: SVG Animation (Free) - Optimized widget for Elementor Popup compatibility. This update ensures seamless integration and improved performance when using the widget within Elementor Popups.</li>\n<li>Feature: Animated Ripples (Pro) - Introduced \'Ripple Scale\' option, enabling users to control the size of the ripples for enhanced visual customization and effect.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Item Trigger type\' for Segment Layout type. This new functionality allows segments to be opened by hovering on them, providing users with an alternative interaction method.</li>\n<li>Feature: Line Text Divider (Free) - Added styling options including Line Thickness, Line Border Radius, Line Shadow, Text Typography, Background Color, Padding, Border, Border Radius, and Box Shadow for enhanced customization. Additionally, existing styling options have been improved for better optimization and user experience.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Grow Effect on Thumb Hover option. This new functionality allows users to enable the grow effect on thumbnail hover.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Hide Default Arrows option. This new functionality allows users to hide default arrows, providing enhanced customization of the widget\'s appearance and behavior.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Show Time Ago\' option. This new functionality allows users to display the time elapsed since a publish event, providing context and improving user engagement.</li>\n<li>Feature: Dropdown Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Empty Field Error Text\' option. This new functionality allows users to customize the error message displayed when a required field is left empty.</li>\n<li>Feature: Icon Bullets (Free) - Implemented \'Title Color Hover\' and \'Text Color Hover\' options. These new functionalities allow users to customize the color of titles and text when hovered over, providing enhanced interactivity and visual feedback.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Font Family\' option for Label X Axis and Y Axis. This new functionality allows users to customize the font family for labels displayed on the X and Y axes, providing enhanced typography control.</li>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Arrows\' option and updated Arrows styling options. This new functionality allows users to control the visibility of arrows and customize their styling, providing more flexibility in widget design and navigation.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Empty Message\' option. This new functionality allows users to display a custom message when no posts are found, providing better user feedback and enhancing the user experience.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Change: Checkboxes Filter (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.</li>\n<li>Change: Post Carousel (Pro) - Added \'alt\' and \'title\' attributes to the image for improved SEO optimization and accessibility.</li>\n<li>Change: Flip Box Carousel (Pro) - Changed some selectors in CSS to avoid empty items appearing on live page.</li>\n<li>Change: Underline Animated Button (Free) - Changed <section> tag to </li>\n</ul>\n\n<p><</p>\n\n<p>div>. This update improves the semantic structure of the widget, ensuring better compatibility with various screen readers and accessibility standards.\n* Change: Unlimited Charts (Pro) - Updated the animation option to trigger animation when the chart comes into view instead of upon initial load, improving user experience and visual appeal.\n* Change: Submit Button (Free) - Changed the position of Empty Field Errors to be grouped after the submit button. This update enhances the layout and organization of error messages, providing users with a clearer indication of missing information before submission.\n* Change: Post Blocks (Free) - Changed CSS selector for Typography option for better accessibility. This update improves the accessibility of the Typography option by using a more descriptive and accessible CSS selector.\n* Change: List Marquee (Pro) - Increased speed limit to 1000. This update enhances the speed capabilities of the widget, allowing for faster performance and smoother animations.\n* Change: Checkbox Field (Pro) - Increased accessibility by adding IDs to input elements and \"for\" attributes to label elements. This update improves accessibility by associating labels with their corresponding form controls, making it easier for screen readers and other assistive technologies to interpret and navigate the form.\n* Change: Masonry Gallery (Pro) - Implemented \'Autoplay Video In Lightbox\' option. This new functionality allows users to enable autoplay for videos displayed within the lightbox, providing a more dynamic and engaging viewing experience.\n* Change: WhatsApp Chat (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.\n* Fix: Number Field (Pro) - Implemented CSS protection from the max-width CSS property. This new functionality safeguards against unintended styling conflicts or overrides caused by the max-width property.\n* Fix: Fullscreen Menu (Free) - Addressed issue where the fullscreen menu was not displayed correctly in Safari browser.\n* Fix: Image Scroll (Pro) - Resolved 404 error appearing every time Overlay element was added on the page. This fix ensures that the Overlay element is loaded correctly without triggering a 404 error.</p>\n\n<p>version 1.5.100: 2024-03-17</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to connect the filters to some specific grid group</li>\n<li>Fix: fixed js run for background output not always happend</li>\n<li>Fix: filters was shown only related to grid taxonomies after changing to \"all\" </li>\n<li>Fix: returned some tiles gallery images that was missing</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: List (Free) - Implemented \'Open Link in New Tab\' option. This new functionality allows users to specify whether links should open in a new tab, providing flexibility in link behavior.</li>\n<li>Feature: Compact Gallery (Free) - Implemented \'Hide Thumbnail Panel Under Width\' option. This new functionality allows users to hide the thumbnail panel when the viewport width is below a specified threshold, optimizing the display for smaller screens.</li>\n<li>Feature: Select Dropdown Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Checkboxes Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Tabs Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Added \'Image Horizontal Shift\' option, allowing users to adjust the horizontal position of the image for enhanced customization and layout control.</li>\n</ul>\n\n<p>version 1.5.99: 2024-03-11</p>\n\n<ul>\n<li>Fix - updated multisource image fields</li>\n<li>Fix - fixed some small php bug with strtobool function</li>\n</ul>\n\n<p>version 1.5.98: 2024-03-05</p>\n\n<ul>\n<li>Fix Some small gutenberg related bug fix</li>\n</ul>\n\n<p>version 1.5.97: 2024-03-04</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Fix: allow showing authors name translated</li>\n<li>Change: updated font awesome version to 6</li>\n<li>Fix: done some link attribute security fix</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Accordion Menu (Pro) - Implemented \'Active State Color\' options for Sub Menu items. This new functionality allows users to customize the color of sub-menu items when they are in the active state, providing enhanced visual feedback.</li>\n<li>Feature: Content Slider (Pro) - Made \'Slide Margin\' option available for Full Slider Type and Offset Slider Type. This update expands the usability of the margin customization, allowing users to set margins between slides in both Full Slider and Offset Slider configurations.</li>\n<li>Feature: Icon Tabs (Pro) - Made \'Start Collapsed\' option responsive. This update ensures that the \'Start Collapsed\' behavior adjusts responsively, providing a consistent and user-friendly experience across various devices and screen sizes.</li>\n<li>Feature: Post Accordion (Free) - Introduced \'Expand All Accordion\' functionality, enabling users to expand all accordion items with a single click for improved content accessibility.</li>\n<li>Feature: Fullscreen Menu (Free) - Introduced option to customize the thickness of the animated hamburger icon bars, providing users with greater control over the visual appearance of the icon.</li>\n<li>Change: Coverflow Carousel (Pro) - Updated \'Button Link\' option: if empty, no link will be applied. This modification ensures that if the \'Button Link\' option is left empty, no link will be associated with the button within the widget.</li>\n<li>Fix: Product Carousel (Pro) - Optimized widget HTML code. This update enhances performance and efficiency by streamlining the HTML structure of the widget.</li>\n<li>Fix: Content Tabs (Free) - Improved widget interaction within an Elementor\'s popup. This update ensures a more seamless and optimized experience when utilizing the widget within a popup setting.</li>\n</ul>\n\n<p>version 1.5.96: 2024-02-26</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Feature: added option for time_ago_short in timelines that will show shorter version of minutes and hours text</li>\n<li>Feature: added defaults for weather widget</li>\n<li>Fix: fixed hourly weather fields</li>\n<li>Fix: fixed the import with images functionality</li>\n<li>Fix: set default timeout to remote requests</li>\n<li>Fix: fixed the image duplicate when importing templates</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Side Menu (Pro) - Implemented \'Menu Padding\' option. This new functionality allows users to set padding for the menu, providing control over the spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced a new value for \'Meta Data Position\' option called \'Before Title\'. This new functionality allows users to position meta data before the title, providing additional flexibility in content layout.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Stage Padding\' option. This new functionality allows users to set stage padding, displaying a part of the previous and next carousel items for a more visually appealing and dynamic presentation.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Selected Item Number\' option. This new functionality allows users to select a specific item by default, enhancing user experience by highlighting a predetermined item upon initialization.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option to display the image on the opposite side of the content for enhanced layout flexibility and customization.</li>\n<li>Feature: Thumbnail Slider (Pro) - Introduced \'Multi Source\' option, enabling users to select gallery items from various sources for enhanced flexibility and content integration.</li>\n<li>Feature: Timer Countdown Banner (Pro) - Added \'Direction\' option to support RTL (Right-to-Left) layout websites.</li>\n<li>Feature: Post Horizontal Timeline (Pro) - Introduced Background Color and Icon Color options for Navigation Arrows in disabled mode. This new functionality allows users to customize the appearance of navigation arrows when they are disabled, providing enhanced visual control.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Time Ago Type\' option. This new functionality allows users to choose the type of time ago representation, providing flexibility in how time is displayed within the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Text Custom Field\' option. This new functionality allows users to add a custom field under the main Posts Text, providing additional customization for displaying content.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Link Type\' option for all link elements in the widget. This new functionality allows users to choose the type of link for various elements within the widget, enhancing control over linking behavior.</li>\n<li>Feature: Remote Link (Pro) - Introduced active state for the link. This new functionality allows users to customize the appearance of the link when it is in an active state, providing enhanced visual feedback.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Implemented \'Hide Vertical Scrollbar in Popup\' option. This new functionality allows users to hide the vertical scrollbar within the popup, providing a cleaner and more focused appearance.</li>\n<li>Feature: Icon Carousel (Pro) - Introduced \'Autoplay Pause on Hover\' option, allowing users to pause autoplay functionality when hovering over the carousel for improved control and interaction.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Introduced Entrance Animation functionality for the popup. This new feature allows users to apply entrance animations, enhancing the visual appeal and engagement when the popup appears.</li>\n<li>Feature: Unlimited Timeline (Free) - Implemented \'Content Box Link\' option. This new functionality allows users to link the entire content box, providing a convenient way to associate a link with the entire widget item.</li>\n<li>Feature: Text Field (Free) - Added \'Read Only\' option, allowing users to set the field as read-only for preventing user input while retaining visibility of the text.</li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Radar Range\' option for Radar chart, allowing users to set the minimum range value for improved data visualization.</li>\n<li>Feature: Testimonial Carousel (Pro) - Added \'Rating\' field to the Source option. This new functionality allows users to incorporate a rating field as a source for the widget, expanding the available data sources for enhanced content display.</li>\n<li>Feature: Multi Step Form (Pro) - Introduced \'Direction\' option. This new functionality is useful for RTL (Right-to-Left) websites, allowing users to set the direction of the widget layout accordingly.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option for users to customize the text of each item\'s button, providing greater flexibility.</li>\n<li>Feature: Post List (Free) - Implemented \'Space Between Categories\' option. This new functionality allows users to set spacing between categories, providing control over the layout and visual presentation of category elements.</li>\n<li>Feature: Memory Game (Pro) - Introduced \'Add Completion Time to Form Field\' option, enabling users to automatically append the time taken to complete the memory game to a designated form field.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Add Link For The Whole Item\' option. This new functionality allows users to add a link to the entire widget item, enhancing the interactive capabilities and providing a clickable area for the entire item.</li>\n<li>Feature: Post Carousel (Pro) - Implemented \'Text Padding\' and \'Title Padding\' options. This new functionality allows users to set padding for text and title elements, providing enhanced control over spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced \'Date Modified\' options. This new functionality allows users to display the date when a post was last modified, providing additional information and transparency in content presentation.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Introduced options to customize Maps Controls icons\' color and background color. This new functionality allows users to personalize the appearance of map controls, enhancing visual customization.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Disable Map Interaction On Mobile\' option. This new functionality allows users to disable map interaction specifically on mobile devices, providing control over the user experience on smaller screens.</li>\n<li>Change: Content Tabs (Free) - Modified behavior of \'Start Collapsed\' option when used with \'Set Hash\'. If the URL has a hash, the first opened tab will be determined by the hash, providing a more dynamic and user-friendly experience.</li>\n<li>Change: Dropdown Button (Pro) - Removed Text Decoration CSS property from dropdown items. This update enhances the visual presentation by eliminating unnecessary text decoration.</li>\n<li>Change: Woo Mini Cart (Pro) - Added separate border options for \'View Cart\' and \'Checkout\' buttons, providing users with more customization flexibility for button styling.</li>\n<li>Change: Swipe Carousel (Pro) - Modified \'Enable Link\' option. Now, the entire item serves as a link, providing a more intuitive and consistent approach to linking within the widget.</li>\n<li>Fix: Submit Button (Free) - Corrected default values in email 2 that were leading to validation errors.</li>\n<li>Fix: Post Carousel Lite (Free) - Addressed issue where the carousel was not displaying on mobile devices.</li>\n<li>Fix: Icon Tabs (Pro) - Resolved issue with the \'Start Collapsed\' option. The fix ensures that the \'Start Collapsed\' option now functions correctly, delivering the intended collapsed behavior upon initialization.</li>\n<li>Fix: Post Grid (Pro) - Optimized widget item HTML code. This update enhances performance and efficiency by streamlining the HTML structure of widget items.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized item HTML code. This update improves performance and efficiency by refining the HTML structure of individual items within the widget.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized CSS code. This update improves performance and reduces the overall footprint of the stylesheet, enhancing efficiency and loading times.</li>\n<li>Fix: Remote Link (Pro) - Resolved issue where the Text Shadow option was erroneously interpreted as Box Shadow. The fix ensures that the Text Shadow option now functions correctly, providing the intended text shadow effect.</li>\n<li>Fix: Scroll Sequence (Pro) - Revised and improved descriptions of the widget fields for better clarity.</li>\n<li>Fix: Post Magazine Grid (Pro) - Added \'raw\' tag to category names to fix the display issue where the \'&\' symbol in category names was not displaying correctly.</li>\n<li>Fix: Before After (Pro) - Improved widget interaction with Elementor\'s Popups. This update ensures seamless integration and optimal performance when using the widget within Elementor\'s Popup functionality.</li>\n<li>Fix: Grid Gallery (Pro) - Resolved an issue where the widget was not extending to full width within Elementor Container.</li>\n<li>Fix: Particle Image (Pro) - Added protection from lazy load. This update ensures compatibility and proper functionality, mitigating potential issues related to lazy loading on various platforms.</li>\n</ul>\n\n<p>version 1.5.95: 2024-02-12:</p>\n\n<ul>\n<li>Feature: Ensure that the blog displayed on the \"Home\" page of the plugin is always up-to-date.</li>\n<li>Feature: Implemented support for tags in the widget catalog.</li>\n<li>Feature: Added an option for galleries to play videos in muted mode.</li>\n<li>Feature: Integrated weather forecast data preparation for the widget.</li>\n<li>Fix: Addressed some minor potential security risks associated with the import templates functionality.</li>\n<li>Fix: Rectified email validation for Form Email2.</li>\n<li>Fix: Resolved some issues with the price range filter.</li>\n<li>Fix: fixed the problem where dynamic template styles disappeared after updating Elementor Pro.</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Image Zoom Content Box (Free) - Implemented \'Title Tag\' option. This new functionality allows users to specify the HTML tag for titles within the widget, providing flexibility and control over the semantic structure of the content.</li>\n<li>Feature: Post Accordion (Free) - Implemented \'Disable Link in Image\' option. This new functionality allows users to disable the link associated with an image, providing more control over the interactive behavior of images within the widget.</li>\n<li>Feature: Slider Gallery (Free) - Implemented \'Mute Video\' option. This new functionality allows to play videos muted by default. Volume can be adjusted in video players on live page.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Item Bar Width\' option. This new functionality allows users to customize the width of individual bars, providing greater control over the visual representation of items.</li>\n<li>Feature: Remote Item Navigation (Pro) - Introduced \'Border Override Color\' options for Regular and Active states. This new functionality allows users to customize border colors separately for both Regular and Active states, enhancing visual styling in the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Title Min Height\' option. This new functionality allows users to set a minimum height for the title, offering more control over the visual presentation and consistency in the widget.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Show Link\' option. This new functionality enables users to show or hide links and customize their styling within the widget, offering more control over the interactive elements.</li>\n<li>Feature: Counter (Free) - Implemented \'Add Link To Widget Container\' option. This new functionality allows users to include a link, enhancing the interactive capabilities of the element by enabling navigation to another page or resource.</li>\n<li>Feature: Icon Box Accordion (Pro) - Introduced \'Icon + Text\' option for Graphic Element. This new value expands customization by allowing users to display both an icon and text within the Graphic Element for richer visual representation.</li>\n<li>Feature: Before After (Pro) - Added support for the widget inside Elementor\'s Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to utilize the widget effectively within Elementor\'s Tabs.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Hide Inactive Arrow\' option. This new functionality allows users to hide inactive arrows, providing a cleaner and more focused appearance in the widget interface.</li>\n<li>Feature: Layers (Pro) - Added shadow for icon type layers.</li>\n<li>Feature: Icon Pointer Button (Pro) - Introduced \'Direction\' option. This new functionality allows users to specify the direction for RTL (Right-to-Left) or LTR (Left-to-Right) websites, ensuring proper layout alignment based on language direction.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Auto Height\' option. This new functionality adjusts the height of the slider dynamically based on the height of the current slide, providing a more adaptive and seamless user experience.</li>\n<li>Feature: Justified Image Carousel (Pro) - Option to fix the broken layout (resulting in a duplicate carousel) caused by delayed image loading, this solution verifies that the images are loaded before initializing the carousel.</li>\n<li>Feature: Remote Tabs (Pro) - Introduced styling options for Border Radius, Border, and Shadow for the image of the active tab.</li>\n<li>Feature: Layers (Pro) - Added background color, padding and radius for text fields.</li>\n<li>Feature: WhatsApp Chat (Pro) - z-index option for Popup, allowing users to customize the stacking order of the Popup for better control over its visibility in relation to other elements.</li>\n<li>Feature: WhatsApp Chat (Pro) - Introduced option to customize the Popup Title, along with styling options for enhanced visual control and personalization.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced \'Additional Title\' options. This new functionality expands customization by providing additional settings for titles, allowing users to further enhance the visual presentation of titles within the widget.</li>\n<li>Feature: Content Grid (Pro) - Introduced \'Image Scale\' option. This new functionality allows users to scale the images, providing enhanced control over the visual presentation within the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented feature - automatically opens menu item if it matches the current page URL.</li>\n<li>Feature: Post Grid (Pro) - Added Option to show post tags, providing users with the ability to showcase tags associated with each post.</li>\n<li>Feature: Post Magazine Grid (Pro) - Introduced \'Image Scale\' and \'CSS Filters\' options along with the hover transition duration for enhanced image customization.</li>\n<li>Feature: Card Carousel (Free) - Implemented \'Image Position\' option. This new functionality allows users to customize the position of image within the widget, providing enhanced control over the visual layout.</li>\n<li>Feature: Layers (Pro) - Added mouse parallax effect, adds a captivating and interactive dimension to the user interface.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced additional styling options. This new set of functionalities allows users to further customize and refine the visual appearance of the widget, providing enhanced styling possibilities.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Close Transition Speed\' option. This new functionality enables users to set the speed of close animations for the dropdown, enhancing visual transitions and customization.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added \'Image Position\' option, allowing users to customize the position of the image above or below the content for enhanced layout flexibility.</li>\n<li>Feature: Layers (Pro) - Implemented motion effects—now elements can bounce up and down and move left to right for a livelier interface.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Center Info Window\' option. This new functionality allows users to center the info window on the map, providing enhanced visibility and focus on the selected location.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Close After Outside Info Window Click\' option. This new functionality allows users to close the info window after clicking outside of it on the map, enhancing user interaction and control.</li>\n<li>Feature: Layers (Pro) - Implemented responsive settings for individual layers, allowing users to toggle each layer on or off based on the specific device requirements.</li>\n<li>Feature: Image Accordion (Pro) - Added \'Title HTML Tag\' option, providing users with better SEO control by allowing customization of HTML tags for widget titles.</li>\n<li>Feature: Content Tabs (Free) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab content for a smoother and more seamless user experience.</li>\n<li>Feature: Event List (Pro) - Implemented \'Remove Expired Event Item\' option. This new functionality allows users to automatically remove event items that have expired, streamlining content management within the widget.</li>\n<li>Feature: Post Grid (Pro) - Added typography option for post tags, allowing users to customize the font style, size, and other typographic attributes.</li>\n<li>Feature: Event List (Pro) - Implemented \'Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the button, providing enhanced control over the layout within the widget.</li>\n<li>Feature: vCard (Pro) - Introduced option to include social media links in downloadable VCF contact file, enhancing contact information with additional social network profiles for improved connectivity.</li>\n<li>Change: Toggle Text Button (Free) - Upgraded textarea to full functionality editor, providing users with enhanced editing capabilities.</li>\n<li>Change: vCard (Pro) - Updated vCard JavaScript library to the latest version, ensuring compatibility with current standards and latest feature availability.</li>\n<li>Fix: Woo Product List (Free) - Introduced \'Layout Type\' option. This new functionality allows users to set the layout as either column or row, providing flexibility in organizing and displaying content within the widget.</li>\n<li>Fix: vCard (Pro) - Resolved issue where QR code was not scanning on some apps.</li>\n<li>Fix: Hotspots (Pro) - Rebuilt JavaScript code for better interaction. Removed unnecessary code to optimize performance and streamline functionality.</li>\n<li>Fix: Sideways Vertical Text (Pro) - Text layout shifting issue on Safari browser.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue with scrolling to the top of the page after tab click. The fix ensures that tab clicks no longer trigger unintended scrolling to the top, providing a smoother user experience.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the vertical scrollbar appearing on hover.</li>\n<li>Fix: Testimonial Carousel (Pro) - The issue where styling attributes (size and color) for SVG icons were not taking effect.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue in Content Tabs when Before After widget couldn\'t function inside tabs. The fix ensures proper functionality, allowing users to utilize the widget as intended.</li>\n<li>Fix: Woo Product Grid (Pro) - Added image HTML attributes to product images.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue where the size of social icons wasn\'t responding to the option value. The fix ensures that the specified option value now accurately reflects the size of social icons.</li>\n<li>Fix: Counter (Free) - Removed unnecessary space in \'Before Text\' and \'After Text\' options. This update improves the clarity and presentation of the text by eliminating unnecessary spacing.</li>\n<li>Fix: Content Tabs (Free) - Added support for Elementor Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to incorporate the widget effortlessly within Elementor Tabs.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved an issue where incorrect icons were being displayed after selecting a menu item.</li>\n<li>Fix: Woo Mini Cart (Pro) - Improved widget compatibility with optimization plugins like WP Rocket. This update ensures seamless integration, optimizing performance and enhancing the overall user experience when using these plugins.</li>\n<li>Fix: Post Accordion (Free) - Updated post content loading method to resolve the issue where, on some sites, post content was not displaying correctly.</li>\n<li>Fix: Dropdown Field (Pro) - Fixed an issue when Dropdown Field couldn\'t parse Field Name to Number Field widget.</li>\n<li>Fix: Card Carousel (Free) - Resolved issue where Transition Speed wasn\'t working for non-default animations. The fix ensures that Transition Speed now functions correctly for all animations, providing consistent and reliable behavior.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Removed default 2px border with blue color from one of the map elements. This update improves the visual presentation by eliminating an unnecessary border.</li>\n</ul>\n\n<p>version 1.5.94: 2024-01-25:</p>\n\n<ul>\n<li>Feature: added option to message individual fields for the form</li>\n<li>Change: removed instagram blocked api message - the instagram functionality is active now!</li>\n<li>Change: added default values to currency fields</li>\n<li>Fix: fixed small php bug regarding date field in items</li>\n<li><p>Fix: fixed some small xss vulnurability that pachstack discovered</p></li>\n<li><p>Feature: Number Field (Pro) - Introduced \'Enable Date Field in Formula\' option. This new functionality enables the use of Date Field in formula by allowing the addition or subtraction of days.</p></li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Remove Items with 0 Value\' option. This new functionality automatically excludes items with a value of 0 from charts.</li>\n<li>Feature: WordPress Menu (Free) - Implemented \'Hover Effect\' option. This new functionality allows users to choose from a variety of hover link effects, enhancing the visual presentation with dynamic animations.</li>\n<li>Feature: Hotspots (Pro) - Introduced customizable popup positioning, providing users with the option to define the exact position rather than relying on preset center alignment.</li>\n<li>Feature: Event List (Pro) - Introduced \'Event End Date\' option, allowing users to display event end date and time.</li>\n<li>Feature: Event List (Pro) - Implemented \'Calendar Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the calendar, providing better control over its placement within the layout.</li>\n<li>Feature: Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Dropdown Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Value Handling\' options. This new functionality allows users to choose the checkbox value type from options such as sum, individual number, or individual text, providing flexibility in handling checkbox values.</li>\n<li>Feature: Masonry Gallery (Pro) - Introduced \'Title Typography\' and \'Description Typography\' options. These new functionalities allow users to customize the typography settings for titles and descriptions.</li>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Tile Background Color\' option. This new functionality allows users to customize the background color of tiles, providing enhanced visual control over the widget\'s appearance.</li>\n<li>Feature: Hotspots (Pro) - Added \'Popup Image Size\' option, allowing users to customize the size of popup images.</li>\n<li>Feature: WooCommerce Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented \'Open Links In New Tab\' option. This new functionality allows users to specify whether links should open in a new tab with Source type posts, products, etc.</li>\n<li>Feature: Content Ticker (Pro) - Added Option to add an Image for each ticker item.</li>\n<li>Change: Hotspots (Pro) - Enabled \'Image Size Select\' option for the Image, allowing users to choose from different image resolutions for enhanced flexibility and visual customization.</li>\n<li>Change: Icon Carousel (Pro) - Improved \'Item Minimum Height\' option by expanding the range of values.</li>\n<li>Fix: Fullscreen Menu (Free) - Improved protection from Elementor sticky section interference.</li>\n<li>Fix: vCard (Pro) - Issue with QR code not displaying when \'Include Image in Contact\' is enabled has been resolved.</li>\n<li>Fix: Dropdown Field (Pro) - Resolved issue with \'Field Name\' not appearing during email sending. The fix ensures that the field name is now properly displayed in email notifications.</li>\n<li>Fix: Mega Menu (Pro) - Resolved horizontal scroll issue. The fix ensures that the layout no longer experiences unintended horizontal scrolling, providing a more stable and user-friendly experience.</li>\n<li>Fix: Scroll To Top (Free) - Resolved issue where the icon wasn\'t visible on the frontend. The fix ensures proper visibility of the icon, addressing the bug and improving the overall appearance.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the \'Disable Page Scroll\' option not working in some cases. The fix ensures consistent functionality, preventing page scrolling as intended.</li>\n<li>Fix: Text Field (Free) - Resolved input width issue. The fix ensures that input elements now display with the correct width.</li>\n</ul>\n\n<p>version 1.5.93: 2024-01-18:</p>\n\n<ul>\n<li>Feature: Introduced the option \'slider_video_autoplay\' to galleries, enabling video autoplay when changing items.</li>\n<li>Feature: Added the option to include specific taxonomies in related posts queries.</li>\n<li>Feature: Implemented automatic recognition of video thumbnail IDs in certain gallery types based on relevant post meta.</li>\n<li>Feature: Added functionality for the price range filter.</li>\n<li>Change: Updated the Freemius version.</li>\n<li>Change: Modified the text format for the export change log.</li>\n<li>Change: Restored the \"import with images\" feature after incorporating file type checks for security.</li>\n<li>Fix: Enhanced the handling of multiple user records for the \'exclude users\' option in the users query (Ajax-based).</li>\n<li>Fix: Corrected URL CSS and JS inclusion issues in Elementor editor.</li>\n<li><p>Fix: Corrected a bug related to \"mini cart widget\" in PHP in specific cases.</p></li>\n<li><p>Feature - Card Carousel (Free) - Introduced \'Hide Item\' option. This new functionality allows users to hide items instead of deleting them permanently, offering a more reversible and flexible approach to item management.</p></li>\n<li>Feature - Post Grid (Pro) - Implemented \'Layout Type: Above\' option. This new functionality allows users to change the position of the content box to above the image.</li>\n<li>Feature - Thumbnail Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Compact Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Grid Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Slider Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Flip Box Carousel (Pro) - Introduced option for back icon alignment, providing users the flexibility to customize the alignment of the back icon.</li>\n<li>Feature - Post List (Free) - Implemented \'Image Scale\' option for regular and hover states. This new feature allows users to customize the scaling of images independently for regular and hover states, enhancing visual presentation.</li>\n<li>Change - Flip Box Carousel (Pro) - Implemented conditional rendering of CSS to reduce unused styles, resulting in improved performance, SEO, and faster load times for enhanced user experience.</li>\n<li>Change - Content Accordion (Free) - Improved \'Expand All Accordion\' functionality, now allowing users to close the accordion by clicking the same button again for a more intuitive and user-friendly experience.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Implemented protection against buttons not being vertically aligned in specific cases.</li>\n<li>Fix - Flip Box Carousel (Pro) - Resolved an issue where links were not functioning properly when clicking on the back icon.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Resolved issue with the product button not being clickable in some cases.</li>\n<li>Fix - Post Carousel (Pro) - Resolved issue with the side-by-side layout.</li>\n<li>Feature - Logo Grid (Free) - Enhanced responsiveness for item \'Padding\' option. This update ensures that item padding adjusts effectively across various screen sizes and device resolutions for a consistent layout.</li>\n<li>Feature - Logo Grid (Free) - Implemented \'Direction\' option. This new feature is particularly useful for RTL (Right-to-Left) websites, allowing users to specify the direction of the widget\'s layout for improved compatibility.</li>\n<li>Feature - Content Accordion (Free) - Introduced a new feature that allows the expansion of all accordion items by clicking on an external element with the class \"ue-content-accordion-expand-all\".</li>\n<li>Feature - Memory Game (Pro) - Introduced template option for success message, Allowing users to show Elementor template as success message.</li>\n<li>Feature - Memory Game (Pro) - Added \'Completion Time\' option, enabling users to show the time it took to complete the game for a more informative and engaging experience.</li>\n<li>Feature - Content Accordion (Free) - Introduced \'Additional Header Content\' option in the accordion, allowing users to include additional content after the header title.</li>\n<li>Feature - Post Accordion (Free) - Implemented \'Open Links in New Tab\' option. This new functionality allows users to configure links to open in a new tab, enhancing control over the navigation experience.</li>\n<li>Feature - Side Menu (Pro) - Added an option to add a logo to the side menu layout.</li>\n</ul>\n\n<p>version 1.5.92: 2024-01-04:</p>\n\n<ul>\n<li>Feature: Introduced the change log option in the widget editor.</li>\n<li>Feature: Introduced the ability to connect with Google API for multi-source options.</li>\n<li>Feature: Included an option to link with Google Sheets under the general settings for forms.</li>\n<li>Feature: Integrated a \"show globals\" feature in troubleshooting for enhanced diagnostics.</li>\n<li>Feature: Implemented the capability to output cart fragments for the woo mini cart.</li>\n<li>Feature: Provided an option for \"none\" under lightbox-type in galleries, allowing users to disable the lightbox.</li>\n<li>Feature: Added an \"excerpt\" field to post fields within the widget editor for more detailed posts.</li>\n<li>Fix: Replaced site_url() with home_url() in global variables for better website navigation.</li>\n<li>Fix: Resolved a conflict with another select2 on the admin side, ensuring smoother operations.</li>\n<li>Fix: Rectified an error with multiple order by clauses in post queries to improve data sorting.</li>\n<li><p>Fix: Enhanced the manual selection of Elementor template retrieval for optimized performance.</p></li>\n<li><p>Feature - Content Carousel - Introduced \'Equalize Content Height\' option. This new feature simplifies the process of making content elements equal in each item.</p></li>\n<li>Feature - Flip Box Carousel - Enhanced responsiveness for Border Radius option. The update ensures that the Border Radius adapts effectively to different screen sizes and device resolutions for a consistent display.</li>\n<li>Feature - WooCommerce Product Carousel - Resolved broken layout issue occurring when set to side-by-side layout</li>\n<li>Feature - Phone Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Textarea Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Email Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Text Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Testimonial Carousel - Implemented \'Layout Type: Grid\' option. This new functionality facilitates the transformation of the widget\'s layout into a simple grid.</li>\n<li>Feature - Testimonial Carousel - Introduced \'Layout Type: Swipe\' option. This new feature allows users to set the behavior of the widget, resembling the functionality found in Swipe Carousel widget.</li>\n<li>Feature - Flip Box Carousel - Introduced \'Disable Mouse Drag\' and \'Disable Touch Drag\' options in Flip Box Carousel settings, offering control over user interaction by allowing the disabling of dragging functionalities.</li>\n<li>Feature - Team Member Grid - Introduced \'Badge\' option, allowing users to include custom badge images or icons for enhanced member representation.</li>\n<li>Feature - Thumbnail Slider - Implemented responsiveness for \'Slider Main Image Height\' option.</li>\n<li>Feature - Thumbnail Slider - Optimized \'Slider Main Image Height\' functionality to prevent widget reloading upon value change.</li>\n<li>Change - Thumbnail Slider - Changed attribute of \'Slider Main Image Height\' option from Number to Slider. This adjustment simplifies the process of adjusting the height of the main image by providing a more intuitive control.</li>\n<li>Fix - Submit Button - Improved interaction within Multi Step Form widget. Enhancements have been made to streamline and optimize the submit action.</li>\n<li>Feature - Multi Step Form - Implemented form submission loader. This new addition introduces a visual loader to illustrate the process of sending form data, enhancing user feedback during form submission.</li>\n<li>Feature - WooCommerce Product List - Introduced \'Default Image\' option. The widget will now display the specified default image when a product image is empty, for a more personalized user experience.</li>\n</ul>\n\n<p>version 1.5.91: 2023-12-28:</p>\n\n<ul>\n<li>Change: removed some vulnerability related to templates import</li>\n</ul>\n\n<p>version 1.5.90: 2023-12-18:</p>\n\n<ul>\n<li>Fix: fixed some small bug with pro version main file</li>\n</ul>\n\n<p>version 1.5.89: 2023-12-17:</p>\n\n<ul>\n<li>Fix: fixed some post filters detection issues on the page</li>\n<li>Fix: fixed some \"$type not found\" message in php</li>\n<li>Fix: fixed some \"infinite template found: \" message in php (emtpy template load protection)</li>\n<li>Change: added instagram api access error message</li>\n<li>Change: removed \"import with images\" functionality. replaced by doubly plugin.</li>\n</ul>\n\n<p>version 1.5.88: 2023-12-11:</p>\n\n<ul>\n<li>Feature: added \"iframe\" gallery type to the gallery items</li>\n<li>Fix: fixed the \"show/hide edit html button\" option from general settings</li>\n<li>Fix: fixed the general_settings.xml php error</li>\n<li>Fix: fixed some issue with gallery loading on pages and current meta keys</li>\n<li>Fix: fixed default value in datetime control</li>\n<li>Change: added some improvements for the form </li>\n<li>Change: set video placeholder to dynamic galleries in case of video item</li>\n</ul>\n\n<p>version 1.5.87: 2023-11-21:</p>\n\n<ul>\n<li>Change: updated freemius sdk to 2.6.0 version</li>\n<li>Change: added some protection against double background widgets output</li>\n<li>Feature: enabled form functionality</li>\n<li>Feature: enabled currency exchange functionality</li>\n</ul>\n\n<p>version 1.5.85: 2023-11-15</p>\n\n<ul>\n<li>Feature: added woo_addcart_ajax_attributes_button in twig for the button</li>\n<li>Feature: added option to show original settings values in widget debug</li>\n<li>Feature: added troubleshooting setting not to show php deprecated warnings</li>\n<li>Fix: better prepare post custom fields for the post multisource</li>\n<li>Fix: links from meta field works now</li>\n<li>Fix: fixed the ob_end_clean bug</li>\n<li>Fix: in post query - excluded posts not in from posts in</li>\n<li>Fix: fixed a small bug in the unite gallery library</li>\n<li>Change: updated twig version to 3.x</li>\n<li>Change: updated instagram data with date released field</li>\n</ul>\n\n<p>version 1.5.85: 2023-09-20</p>\n\n<ul>\n<li>Fix: fixed a small bug with multisource image param message</li>\n</ul>\n\n<p>version 1.5.84: 2023-09-20</p>\n\n<ul>\n<li>Feature: added twig function csv to json</li>\n<li>Feature: changed the admin view to new design (added designed header and menu)</li>\n<li>Feature: added option to enable animation on swipe to owl carousel js</li>\n<li>Feature: added woo mini cart functionality</li>\n<li><p>Feature: added option: \"current query as a base\" to post selection -> include by</p></li>\n<li><p>Fix: added support for webp in the manager</p></li>\n<li>Fix: allow fetching images from media library post type for the galleries </li>\n</ul>\n\n<p>version 1.5.83: 2023-08-22</p>\n\n<ul>\n<li>Fix: don\'t show first item in filter when no terms available</li>\n<li>Change: updated calculators javascript code base</li>\n</ul>\n\n<p>version 1.5.82: 2023-08-16</p>\n\n<ul>\n<li>Feature: added option for group filtering widgets</li>\n<li>Feature: solved the video play in gallery type from attachment video</li>\n<li>Change: turned off the video icon for background attribute</li>\n<li>Fix: fixed dynamic template with avoid duplicates</li>\n<li>Fix: fixed gallery widget acf video item error</li>\n<li>Fix: fixed some sort filter bugs with the default selected</li>\n</ul>\n\n<p>version 1.5.81: 2023-08-10</p>\n\n<ul>\n<li>Fix: fixed some missing css in the dynamic loop widgets</li>\n<li>Fix: fixed some child filters related bug</li>\n<li>Fix: fixed order by price in current query</li>\n<li>Fix: fixed some php 8.16+ version notices </li>\n<li>Feature: added option to print the term meta</li>\n</ul>\n\n<p>version 1.5.80: 2023-08-07</p>\n\n<ul>\n<li>Feature: added option to get \"all taxonomy terms\" from a post </li>\n<li>Feature: added html preperations for the woocommerce minicart</li>\n<li>Feature: added \"this week\" to the date selection query</li>\n<li>Feature: added \"grouping\" mode in the \"related posts\"</li>\n<li>Fix: the pagination now works on top of the grid</li>\n<li>Fix: fixed some init ajax filters multiple issues</li>\n<li>Fix: fixed the error with the assets path set</li>\n</ul>\n\n<p>version 1.5.79: 2023-07-24</p>\n\n<ul>\n<li>Fix: changed name for area-label to aria-label</li>\n<li>Fix: in filters - refresh single filter if \"all\" selected and there are hidden items</li>\n<li>Fix: changed protection against inifnite loop to 200</li>\n<li>Fix: show child filters at start if there are selected items</li>\n<li>Fix: date time attribute processor - if no date given - don\'t take current time</li>\n<li>Fix: refresh child filter if main filter selected on init</li>\n<li>Fix: dynamic popup was not worked with multisource in some cases</li>\n</ul>\n\n<p>version 1.5.78: 2023-07-16</p>\n\n<ul>\n<li>Fix: fixed show filters load more</li>\n<li>Fix: fixed multisource repeater empty</li>\n</ul>\n\n<p>version 1.5.77: 2023-07-13</p>\n\n<ul>\n<li>Fix: fixed dropzone collision in widget editor view</li>\n<li>Fix: fixed sort filter price filtering</li>\n<li>Fix: fixed max number in addons db table. from \"int\" to \"bigint\"</li>\n<li>Fix: replaced some deprecated by elementor codes</li>\n</ul>\n\n<p>version 1.5.76: 2023-07-12</p>\n\n<ul>\n<li>Feature: added \"rem\" unit in slider attribute</li>\n<li>Fix: fixed some small bug with remote sync debug</li>\n<li>Fix: fixed the truncate in multisource</li>\n<li>Fix: fixed some small bugs related to remote controls</li>\n<li>Fix: fixed dropzon third party conflict in manager</li>\n</ul>\n\n<p>version 1.5.75: 2023-07-05</p>\n\n<ul>\n<li>Feature: added some suggestion text to add some memory in the troubleshooting section in case that needed</li>\n<li>Fix: the wrong author was displayed in loop post meta data</li>\n<li>Fix: do_shortcode to html items inside the grid and dynamic loop</li>\n<li>Update: Updated Freemius SDK to the latest version</li>\n</ul>\n\n<p>version 1.5.74: 2023-07-04</p>\n\n<ul>\n<li>Fix: show search widgets at plugin install.</li>\n<li>Fix: menu picker depts in multisource</li>\n<li>Fix: set the author data to be retrievable in dynamic grid template</li>\n<li>Fix: show meta fields switcher didn\'t worked in multisource menu items</li>\n</ul>\n\n<p>version 1.5.73: 2023-06-26</p>\n\n<ul>\n<li>Feature: added options for revisions in widget editor</li>\n<li>Fix: added support for wordpress proxy in api calling</li>\n<li>Fix: fixed empty post in query result</li>\n<li>Fix: fixed \"wrong template ID\" elementor error in post accordion</li>\n</ul>\n\n<p>version 1.5.72: 2023-06-21</p>\n\n<ul>\n<li>Fix: added the swf extension in the allowed files in assets</li>\n<li>Feature: prepared the plugin for sort filter</li>\n<li>Change: updated freemius sdk to 2.5.9</li>\n</ul>\n\n<p>version 1.5.71: 2023-06-20</p>\n\n<ul>\n<li>Change: removed js includes of the forms and filters from backend editor</li>\n<li>Change: changed colors of the free version notification in dark mode</li>\n<li>Fix: fix the \"link\" type in wpml integration automatic translation</li>\n<li>Feature: add support for the conditions in ue forms</li>\n</ul>\n\n<p>version 1.5.70 2023-06-19:</p>\n\n<ul>\n<li>Change: added some \"birthday sale\" banner</li>\n<li>Feature: added \"truncate text\" modifier to multisource fields</li>\n<li>Feature: dynamic tags now works inside posts and products related widgets</li>\n<li>Feature: added twig highlighting in codemirror editor</li>\n<li>Fix: fixed sequence animation sliders bug (fields didn\'t loaded in elementor)</li>\n<li>Fix: change the comment from // to /* */ in filters js output to allow proper page compression.</li>\n<li>Fix: the \"time ago\" string is now translatable </li>\n<li>Fix: fixed the wpml elementor template id output</li>\n<li>Fix: fixed backgrounds bug with containers in editor</li>\n<li>Fix: fixed some small bugs with the checkbox filter</li>\n</ul>\n\n<p>version 1.5.69: 2023-06-08:</p>\n\n<ul>\n<li>Fix: allow to install webp images in widgets</li>\n</ul>\n\n<p>version 1.5.68: 2023-06-06:</p>\n\n<ul>\n<li>Change: added functionality for sort filter </li>\n<li>Feature: added field: \"form conditions\" for the upcoming form</li>\n<li>Feature: added link translation to wpml integration</li>\n<li>Feature: added link_attributes field to post list fields in twig</li>\n<li>Fix: fixed slider control min max values in case of multiple units</li>\n<li>Fix: add do shortcode from ajax items response</li>\n<li>Fix: fixed posts grid output with \"product\" taxonomy without woocommerce</li>\n<li>Fix: fixed getting cross sell products query in product list</li>\n</ul>\n\n<p>version 1.5.67 - 2023-05-29:</p>\n\n<ul>\n<li>Fix: fixed some more securaty issues related to assets manager</li>\n</ul>\n\n<p>version 1.5.66 - 2023-05-28:</p>\n\n<ul>\n<li>Fix: fixed some securaty issues related to non editor users operations and not allowed to upload php files in assets manager</li>\n</ul>\n\n<p>version 1.5.65 - 2023-05-26:</p>\n\n<ul>\n<li>Fix: fixed instagram api related bugs </li>\n</ul>\n\n<p>version 1.5.64 2023-05-23:</p>\n\n<ul>\n<li>Change: update freemius to latest version 2.5.8</li>\n<li>Fix: fixed a small php bug</li>\n</ul>\n\n<p>version 1.5.63 2023-05-23:</p>\n\n<ul>\n<li>Change: expand in widget editor is now connected to the screen height</li>\n<li>Fix: fixed the dynamic popup with multiple fields code </li>\n<li>Fix: fixed some sync if the clicked item is link</li>\n<li>Feature: added support for sort post filter</li>\n<li>Feature: hide \"show only insalled\" checkbox in widgets manager if no widget installed.</li>\n</ul>\n\n<p>version 1.5.62 2023-05-14:</p>\n\n<ul>\n<li>Feature: added \"edit template\" link in template selector</li>\n<li>Feature: added hidden template edit button to top bar</li>\n<li>Feature: added option for dynamic popup link to connect to many links in the widget</li>\n<li>Fix: solved some php error with parse dynamic settings in php 8.1</li>\n<li>Fix: getMetaValue error in products</li>\n<li>Fix: fixed doubly css includes in some cases</li>\n</ul>\n\n<p>version 1.5.61 - 2023-05-07:</p>\n\n<ul>\n<li>Feature: added support for woocommerce jet wishlist</li>\n<li>Feature: did option to disable third party hooks in ajax</li>\n<li>Fix: click on link on sync didn\'t worked</li>\n<li>Fix: added some protections to nonce and to file manager zip exctract (securaty issues fix) </li>\n<li>Change: updated freemius sdk to 2.5.7 version.</li>\n</ul>\n\n<p>version 1.5.60 - 2023-04-30:</p>\n\n<ul>\n<li>Feature: added functionality to get cart number of products </li>\n<li>Fix: fixed link field settings for multisoure</li>\n<li>Fix: fixed some bugs with regular price in woocommerce widgets</li>\n<li>Fix: filters js file loaded in editor as well</li>\n<li>Fix: fixed some small php bug regarding \"pathBase\"</li>\n<li>Fix: fixed conditions in multiple select control</li>\n<li>Change: updated unite gallery version</li>\n<li>Change: disabled autoload in update_option for the catalog variable</li>\n</ul>\n\n<p>version 1.5.59: 2023-04-09</p>\n\n<ul>\n<li>Feature: added multiple select to condition attributes in widget editor</li>\n<li>Change: updated freemius sdk to the latest version</li>\n<li>Fix: fixed empty post meta fields in case that acf plugin is on</li>\n<li>Fix: fixed some bug with avoid duplicates option and filters in single grid</li>\n<li>Fix: made some corrections in case that post query show wrong init selected terms values</li>\n<li>Fix: the post carousel goes to random item after ajax refresh</li>\n<li>Fix: fixed jet engine custom fields integration</li>\n</ul>\n\n<p>version 1.5.58: 2023-03-26</p>\n\n<ul>\n<li>Feature: added dynamic popup functionality to multisource widgets</li>\n<li>Fix: fixed missing arguments in the_post action</li>\n<li>Fix: fixed some php multisource error</li>\n<li>Fix: fixed some product ajax search related issues</li>\n<li>Fix: fixed some small but with ajax refresh and sync</li>\n</ul>\n\n<p>version 1.5.57: 2023-03-20</p>\n\n<ul>\n<li>Feature: improved the multisource selectors</li>\n<li>Feature: added option to get image from post meta in post fields - widget editor</li>\n<li>Fix: added \"skins\" folder to unite gallery</li>\n<li>Fix: added more compatability to woo commerce grids with discounts plugins</li>\n<li>Fix: fixed same uc_id in dynamic templates</li>\n</ul>\n\n<p>version 1.5.56: 2023-03-13:</p>\n\n<ul>\n<li>Feature: added option authors by dynamic field in post query</li>\n<li>Feature: done some integration with flycart discounts</li>\n<li>Feature: added option to show post type and post type title in posts fields</li>\n<li>Feature: added option to add multiple values in multisource</li>\n<li>Fix: fixed get posts by terms meta field - add taxonomy</li>\n<li>Fix: fixed responsive css in dynamic loop</li>\n<li>Fix: fixed dynamic loop with jet engine acf fields</li>\n<li>Fix: fixed slider control units for vh, vx and % </li>\n<li>Fix: added \"before today\" for past year in date qury</li>\n<li>Change: the uc_id will not change now when page refresh</li>\n</ul>\n\n<p>version 1.5.55: 2023-02-23:</p>\n\n<ul>\n<li>Fix: fixed wpml integrate fields</li>\n<li>Fix: fixed some write file error, will not crash if happend</li>\n<li>Fix: fixed entrance animation js on popup</li>\n<li>Fix: fixed strip tags in intro from content</li>\n<li>Fix: fixed some php 8.1 issues</li>\n<li>Fix: fixed some post intro with html tags issues</li>\n<li>Change: do_action function is working now in free version</li>\n</ul>\n\n<p>version 1.5.54: 2023-02-15</p>\n\n<ul>\n<li>Change: added some define variable that indicate the under ajax search</li>\n<li>Change: added \"collect\", and \"output\" to schema types in content accordion widget for example</li>\n<li>Feature: added wpml auto translate integration</li>\n<li>Feature: added option to select \"all taxonomies\" in exclude terms in terms selection</li>\n<li>Feature: added option - only direct children to terms select include by</li>\n<li>Feature: added option to post select to get posts by terms from curent meta field</li>\n<li>Fix: preserve tags when truncate</li>\n<li>Fix: fixed load more with second meta add in post query</li>\n</ul>\n\n<p>version 1.5.53: 2023-02-07</p>\n\n<ul>\n<li>Fix: keep exclude terms in grid when filtering with \"override terms\" mode</li>\n<li>Fix: fixed get_terms() not found php error from 1.5.52 version</li>\n</ul>\n\n<p>version 1.5.52: 2023-02-06</p>\n\n<ul>\n<li>Change: done some protection agains infinite loops in templates</li>\n<li>Fix: fixed popup button type conditions</li>\n<li>Fix: fixed term meta fields in multisource</li>\n<li>Fix: fixed exclude term not found in post select</li>\n</ul>\n\n<p>version 1.5.51: 2023-01-31</p>\n\n<ul>\n<li>Feature: added version to js comment output</li>\n<li>Feature: connected the galleies to remote play / stop like the carousels</li>\n<li>Feature: added some error message when image size attribute is missing in multisource</li>\n<li>Feature: added dynamic popup special attribute type</li>\n<li>Fix: fixed title source and description source in multisource gallery for products.</li>\n<li>Fix: added supress filtres to ajax search query</li>\n</ul>\n\n<p>version 1.5.50: 2023-01-24</p>\n\n<ul>\n<li>Feature: added \"media\" to post types select in advanced post query</li>\n<li>Feature: improved the date time attribute</li>\n</ul>\n\n<p>version 1.5.49: 2023-01-23</p>\n\n<ul>\n<li>Fix: fixed some js optimization issues </li>\n<li>Fix: fixed filters related small js bug</li>\n</ul>\n\n<p>version 1.5.48: 2023-01-19</p>\n\n<ul>\n<li>Feature: added gallery to multisource</li>\n<li>Feature: added post type override selectin current post query options</li>\n<li>Fix: fixed remote play with carousel</li>\n<li>Fix: fixed some multisource and ajax related bugs</li>\n<li>Fix: fixed popular posts plugin integration multiple post types</li>\n<li>Fix: fixed background widgets some problematic attribute names</li>\n<li>Fix: fixed include terms by current post terms in some cases.</li>\n<li>Fix: fixed default url_assets value in multisoure</li>\n<li>Fix: fixed dark mode svg icons</li>\n</ul>\n\n<p>version 1.5.47: 2023-01-10</p>\n\n<ul>\n<li>Feature: added more units to slider attribute</li>\n<li>Feature: added \"any\" post type to post types select</li>\n<li>Feature: added include and exclude current post terms in terms selection</li>\n<li>Feature: added option to carousel - scroll to head - force</li>\n<li>Feature: allow import widgets with theme activate</li>\n<li>Fix: fixed dynamic template render css for dynamic popup</li>\n<li>Fix: fixed users list select by manual</li>\n</ul>\n\n<p>version 1.5.46: 2023-01-08</p>\n\n<ul>\n<li>Feature: set the items image size chooser work for certain image</li>\n<li>Feature: made option to put js script in saparate tags with id\'s for optimization plugins like wprocket</li>\n<li>Feature: enriched the uc_lang variable. now it\'s always showing the current language</li>\n<li>Feature: added user_login variable to the users list output</li>\n<li>Feature: has put the preview link always as a help link in widget edit panel.</li>\n<li>Change: updated the multisource that it works better with items images</li>\n<li>Change: allow html tags in post intro (excerpt) in widgets</li>\n<li>Fix: fixed filters with sync multiple grid issues</li>\n<li>Fix: fixed the exclude users list with similar names</li>\n</ul>\n\n<p>version 1.5.45: 2022-12-26</p>\n\n<ul>\n<li>Feature: added json decode filter to twig</li>\n<li>Feature: added catalog images from shortpixel for speed loading</li>\n<li>Feature: done multisource group setting</li>\n<li>Fix: fixed entrance animation on ajax refresh</li>\n<li>Fix: done sync pause / play between carousels</li>\n</ul>\n\n<p>version 1.5.44: 2022-12-19</p>\n\n<ul>\n<li>Change: updated freemius to the latest version</li>\n<li>Fix: fixed remote play / pause button</li>\n<li>Fix: fixed search filter unicode phrase</li>\n<li>Fix: fixed entrance animation appear on scroll</li>\n<li>Feature: added video gallery responsive options</li>\n<li>Fix: fixed some owl carousel size on init bug</li>\n<li>Fix: fixed js widgets under the dynamic grid template like flipbox</li>\n</ul>\n\n<p>version 1.5.43: 2022-12-04</p>\n\n<ul>\n<li>Feature: add settings output to dynamic grid fields debug</li>\n<li>Fix: fixed pods multiple image data</li>\n<li>Fix: fixed url terms in filter with dynamic grid</li>\n<li>Fix: fixed users and menu not found bug in front </li>\n<li>Change: updated twig engine to the latest version</li>\n</ul>\n\n<p>version 1.5.42: 2022-11-29</p>\n\n<ul>\n<li>Feature: added functionality for time ago in posts widgets</li>\n<li>Feature: added woo variables to woo fields - woo_price_withtax, woo_price_notax</li>\n<li>Feature: added option for term child filter role\n-optimization: reduced number of queries in post related widgets</li>\n</ul>\n\n<p>version 1.5.41: 2022-11-24</p>\n\n<p>-bug fix: fixed post select in post query</p>\n\n<p>version 1.5.40: 2022-11-23</p>\n\n<ul>\n<li>Feature: added integration to woocommerce multicourancy plugins</li>\n<li>Feature: made some integration with translate press plugin</li>\n<li>Feature: added select post and select term attribute</li>\n<li>Fix: fixed dynamic loop css backgrounds with containers</li>\n<li>Fix: fixed mousewheel event in the carousel</li>\n<li>Fix: fixed some rare php error with filters</li>\n</ul>\n\n<p>version 1.5.39: 2022-11-16</p>\n\n<ul>\n<li>Fix: fixed small bug with zip extract</li>\n<li>Update: updated black friday sale banners</li>\n</ul>\n\n<p>version 1.5.38: 2022-11-10</p>\n\n<ul>\n<li>Fix: fixed galleries default sizes with post filters</li>\n<li>Fix: fixed hidden option in select filter in safari browser</li>\n<li>Fix: fixed non ssl assets url</li>\n<li>Feature: added \"schema\" special attribute</li>\n<li>Fix: fixed false autoplay in carousel</li>\n</ul>\n\n<p>version 1.5.37: 2022-11-09</p>\n\n<ul>\n<li>Fix: fixed 1px glitch bug in the carousel, on 1 item (slide mode)</li>\n<li>Feature: prepared the filters to work with ajax search</li>\n</ul>\n\n<p>version 1.5.36: 2022-11-6</p>\n\n<ul>\n<li>Feature: added function that outputs items schema</li>\n<li>Feature: improved include by meta in posts selection, added option for multiple values</li>\n<li>Feature: added option to get current user with meta in twig</li>\n<li>Addition: validate number of post list attributes, allow only one when creating widget</li>\n<li>Fix: fixed count posts in post query summary</li>\n<li>Fix: fixed entrance animation blur type</li>\n<li>Fix: fixed avoid duplicates with random order while posts load more</li>\n<li>Fix: the timeout now reset after slide change in owl carousel</li>\n<li>Fix: fixed terms selection taxonomies with idetical post type title</li>\n<li>Fix: added protection against inifinite loop in putElementorTemplate twig function</li>\n<li>Fix: fixed acf field unaccessable in some cases with elementor pro 3.8</li>\n</ul>\n\n<p>version 1.5.35: 2022-10-24</p>\n\n<p>-Fix: fixed include by id\'s from dynamic field, and terms from dynamic field in post selection</p>\n\n<p>version 1.5.34: 2022-10-19</p>\n\n<ul>\n<li>Feature: added items image size attribute (special type)</li>\n<li>Fix: fixed show backgrounds in elementor editor</li>\n</ul>\n\n<p>version 1.5.33: 2022-10-15</p>\n\n<ul>\n<li>Fix: fixed avoid duplicates with filters</li>\n<li>Fix: fixed select dropdown filter js</li>\n<li>Feature: added avoid duplicates option to manual posts selection</li>\n</ul>\n\n<p>version 1.5.32: 2022-10-11</p>\n\n<ul>\n<li>Fix: fixed some ajax pagination issues</li>\n<li>Fix: fixed pagination widget appearance on archive ajax pages with filters</li>\n<li>Fix: added twig functionality to put product attributes text</li>\n<li>Fix: fixed export with images not worked in some cases</li>\n<li>Fix: made some protection with ezcache plugin integration and filtering</li>\n<li>Fix: fixed some small php bug with this month post selection</li>\n<li>Fix: fixed some visible and hidden filters collision</li>\n<li>Fix: fixed terms select in terms filter on history back click in filters</li>\n<li>Fix: set child filter always first unselected</li>\n<li>Fix: set option for the tabs filter to be unselected</li>\n<li><p>Fix: fixed the pagination numbers if exclude offset chosen</p></li>\n<li><p>Feature: added multiple taxonomy terms in term selection</p></li>\n<li>Feature: added query id in terms selection</li>\n<li>Feature: added functionality for next / prev post</li>\n</ul>\n\n<p>version 1.5.31: 2022-09-20</p>\n\n<ul>\n<li>Fix: fixed thumbs gallery</li>\n</ul>\n\n<p>version 1.5.30: 2022-09-18</p>\n\n<ul>\n<li>Fix: fixed multiple post filters and grid connection</li>\n<li>Fix: fixed various small php errors</li>\n<li>Fix: fixed wordpress popular posts integration small bug</li>\n<li>Feature: added terms from dynamic post selection option</li>\n<li>Feature: added option for limiting terms show in post list</li>\n<li>Change: updated once more unitegallery graphics, changed assets to svg</li>\n<li>Fix: fixed thumbnail gallery arrows</li>\n</ul>\n\n<p>version 1.5.29: 2022-09-08</p>\n\n<ul>\n<li>Fix: fixed a small issue with search page and load more</li>\n<li>Fix: fix vimeo videos stoppped playing bug</li>\n</ul>\n\n<p>version 1.5.28: 2022-09-06</p>\n\n<ul>\n<li>Feature: added support for the select filter</li>\n<li>Fix: fixed some small js bug with filters</li>\n<li>Fix: fixed some post filters related popup error</li>\n<li>Change: changed the way that galleries srolls by mouseover</li>\n</ul>\n\n<p>version 1.5.27: 2022-09-02</p>\n\n<ul>\n<li>Fix: fixed popular posts plugin integration</li>\n<li>Fix: removed some console logs in filter.js file</li>\n<li>Fix: fixed ajax pagination jump</li>\n<li>Fix: fixed unitegallery strict standards bugs</li>\n<li>Change: renamed field - \"use dynamic fields\" to \"use current post data\" in widget editor</li>\n<li>Change: updated freemius sdk to: 2.4.5</li>\n</ul>\n\n<p>version 1.5.26: 2022-08-17</p>\n\n<ul>\n<li>Feature: added debug to remote elements</li>\n<li>Fix: made some protection against wrong animation names in carousel</li>\n<li>Fix: added some small fixes to carousel and remote sync js libraries</li>\n<li>Fix: done a better find closest section in remote</li>\n<li>Fix: fixed not showing values in elementor editor post selectors</li>\n</ul>\n\n<p>version 1.5.25: 2022-08-11</p>\n\n<ul>\n<li>Feature: added option to set title field in items</li>\n<li>Fix: fixed some more lazy load related protections in galleries</li>\n<li>Fix: Fixed some Elementor 3.7 deprecation issues</li>\n</ul>\n\n<p>version 1.5.24: 2022-08-09</p>\n\n<ul>\n<li>Fix: fixed some Elementor 3.7 related js bug in editor</li>\n</ul>\n\n<p>version 1.5.23: 2022-08-05</p>\n\n<ul>\n<li>Feature: added date format to date meta field post selection</li>\n<li>Feature: added more units to padding and margin attribute</li>\n<li>Feature: added option to set selected tab number in tabs filter widget</li>\n<li>Fix: fixed some unitegallery strict related scripts</li>\n<li>Fix: fixed sequance entrance animation attribute</li>\n<li>Fix: fixed some text with pagination edit mode in elementor editor</li>\n<li>Fix: fixed ajax pagination didn\'t get back to first page</li>\n<li>Fix: fixed tabs filter and taxonomy terms in one page</li>\n<li>Change: prepare the right way dates should work in post list</li>\n</ul>\n\n<p>version 1.5.22: 2022-07-24:</p>\n\n<ul>\n<li>Feature: added option to connect to another parent in remote arrows</li>\n<li>Feature: added change url and back button in ajax filers behaviour</li>\n<li>Fix: fixed doubly plugin integration import bg widgets</li>\n<li>Fix: fixed remote next/prev directions in carousels</li>\n<li>Fix: added some more protection against infinite loops from post content processing</li>\n</ul>\n\n<p>version 1.5.21 2022-07-17:</p>\n\n<ul>\n<li>Feature: added docstart and docend template in widget js</li>\n<li>Change: end of birthday sale message update</li>\n<li>Change: added warning message in case of twig collision with other plugins</li>\n</ul>\n\n<p>version 1.5.20 2022-07-13:</p>\n\n<ul>\n<li>Feature: added more widget debug type - current post fields</li>\n<li>Feature: updated admin title on edit widget view</li>\n<li>Feature: added option to carousel: scroll to head</li>\n<li>Feature: added query data attributes into filtering grid</li>\n<li>Fix: fixed ajax pagination in some cases</li>\n<li>Fix: fixed small php bug with hover animations control</li>\n<li>Fix: fixed lity lightbox with vimeo autoplay</li>\n<li>Fix: fixed item index after shuffle</li>\n<li>Fix: fixed some seleted tab filters related issues</li>\n<li>Fix: fixed load more filter doubly ajax request in some cases</li>\n<li>Fix: fixed woo scedualed sale price output</li>\n<li>Fix: in filters replace url with pagination as well</li>\n<li>Fix: changed gallery arrows to svg</li>\n</ul>\n\n<p>version 1.5.19 2022-06-27:</p>\n\n<ul>\n<li>Feature: added max posts to current query</li>\n<li>Fix: fixed controls conditions for elementor template control</li>\n<li>Feature: added more fields to dynamic grid loop (was only title)</li>\n<li>Change: added birthday sale banner and text</li>\n</ul>\n\n<p>version 1.5.17 2022-06-21:</p>\n\n<ul>\n<li>Change: updated fancybox version</li>\n<li>Fix: Fixed bug with ajax load more and ajax pagination</li>\n</ul>\n\n<p>version 1.5.17 2022-06-09:</p>\n\n<ul>\n<li>Feature: fixed entrance animation attribute</li>\n<li>Fix: fixed uc_inside_editor variable inside background widget</li>\n<li>Fix: fixed empty default value of radio boolean control</li>\n<li>Fix: fixed double filtering issues in archive pages</li>\n</ul>\n\n<p>version 1.5.16: 2022-05-31</p>\n\n<ul>\n<li>Fix: fixed double plugin versions in pro version</li>\n<li>Fix: fixed 1 size gap in one item owl carousel</li>\n<li>Fix: fixed the dissapearing options bug in mobile</li>\n</ul>\n\n<p>version 1.5.15: 2022-05-30</p>\n\n<ul>\n<li>Change: set cache folder inside wp-uploads</li>\n<li>Feature: added option to get terms last level only - for post list / grid</li>\n<li>Feature: added twig function - get_current_user</li>\n<li>Feature: disabled right click on html5 galleries (unite gallery)</li>\n<li>Fix: the image and video repeater was missing default items</li>\n<li>Fix: fixed load more and filters on a search page</li>\n<li>Fix: fixed carousel stage padding issues</li>\n<li>Fix: fixed carousel 1 item one pixel issues</li>\n<li>Fix: fixed default values in responsive selectors</li>\n</ul>\n\n<p>version 1.5.14: 2022-05-24</p>\n\n<ul>\n<li>Fix: fixed responsive default values with selectors in number and dropdown and slider controls</li>\n<li>Fix: fixed a bug in run_code_once functionality</li>\n</ul>\n\n<p>version 1.5.13: 2022-05-23</p>\n\n<ul>\n<li>Feature: added integration with \"sticky posts switch\" plugin</li>\n<li><p>Feature: added special attribute type - entrance animation</p></li>\n<li><p>Fix: fixed sync bug between two similar elements</p></li>\n<li>Fix: fixed filters loading with wp-rocket lazy load scripts</li>\n<li>Fix: fixed put_hide_ids_css function small bug</li>\n<li>Fix: fixed fetch 2 and more widgets within one section for filtering</li>\n<li>Fix: fixed slider control js empty output bug</li>\n<li>Fix: fixed gallery title as number js bug</li>\n<li>Fix: fixed gallery images from meta fields source as array </li>\n</ul>\n\n<p>version 1.5.12: 2022-05-08</p>\n\n<ul>\n<li>Feature: added integration for wpml media change</li>\n<li>Feature: bug fix: fixed hover animations setting don\'t work on front in some cases</li>\n<li>Feature: in post selection by date added options for \"future from today\", and \"future from tomorrow\".</li>\n<li>Feature: added new function: \"put_hide_ids_css\" to hide some css comma saparated id\'s from css tab.</li>\n<li>Feature: added support for ajax refresh for multiple synced grids together</li>\n<li>Feature: added option to test instagram data</li>\n<li><p>Feature: added phpinfo view in settings - troubleshooting</p></li>\n<li><p>Fix: fixed blank window opened by a link</p></li>\n<li>Fix: fixed acf boolean value present</li>\n<li>Fix: fixed another gallery related lazy load issues</li>\n</ul>\n\n<p>version 1.5.11: 2022-04-13</p>\n\n<ul>\n<li>Feature: made option to put elementor post_content inside post widget if the post made by elementor</li>\n<li>Feature: added additional fields to getPostAuthor function like avatar url and author meta</li>\n<li>Feature: show the \"no posts\" message with filters in post list / grid</li>\n<li>Feature: add background location (back/front) to background widgets</li>\n<li>Feature: done option to get post parent with the posts in posts selection</li>\n<li>Fix: set prices display in woocommerce widgets including tax</li>\n<li>Fix: fixed editor js files didn\'t loaded bug</li>\n<li>Fix: fixed css output with dynamic template and inline css mode</li>\n<li>Fix: fixed the ajax pagination that now works with post based gallery widget</li>\n<li>Fix: fixed filters scripts loading before jquery in js</li>\n<li>Fix: allow to select empty terms in term selection control</li>\n<li>Change: set default values of responsive number / slider / dropdown controls to desktop default values</li>\n</ul>\n\n<p>version 1.5.10: 2022-04-04</p>\n\n<ul>\n<li>Fix: fixed title and description source in gallery source selection</li>\n<li>Fix: fixed the dropdown attribute php filter for elementor</li>\n<li>Feature: added \"menu_id\" for various uses as menu attribute output</li>\n<li>Feature: added option for side offset in owl carousel</li>\n<li>Feature: added option for second items html refresh in ajax filters</li>\n</ul>\n\n<p>version 1.5.9: 2022-03-27</p>\n\n<ul>\n<li>Fix: fixed simple meta output for post list</li>\n<li>Feature: made dynamic grid work with filters</li>\n<li>Feature: the background widgets works for the new container objects as well</li>\n<li>Feature: added include by another meta field in post query</li>\n</ul>\n\n<p>version 1.5.8: 2022-03-23</p>\n\n<ul>\n<li>Feature: set special behaviour for more then one filters on the page</li>\n<li>Feature: added option to load video item from posts in a gallery</li>\n<li>Change: set up galleries common default items</li>\n<li>Fix: fixed unclosable gallery lightbox with youtube videos</li>\n<li>Fix: fixed elementor 3.6.0 compatability</li>\n</ul>\n\n<p>version 1.5.7: 2022-03-17</p>\n\n<ul>\n<li>Feature: added option to modify dropdown items in php\nFix: fixed gallery default items preview and init\nFix: fixed remote counter js error</li>\n</ul>\n\n<p>version 1.5.6 = 2022-03-15:</p>\n\n<p>Fix: fixed dissapearing items in remote related widgets</p>\n\n<p>version 1.5.5 = 2022-03-15:</p>\n\n<ul>\n<li>Feature: added woocommerce sorting options in posts selection by number of sales and rating</li>\n<li>Feature: added option to get related products on checkout page</li>\n<li>Feature: done manual posts and terms selections sort by drag and drop</li>\n<li>Feature: done option to custom refresh filters html (for carousels, galleries etc)</li>\n<li>Feature: made the attributes dialog support multi controls</li>\n<li>Feature: prepared the galleries and dynamic loops to use filters and load more\nFix: fixed query debug in manual posts selection\nFix: fix: fixed posts_per_page in manual posts selection\nFix: fix: fixed jquery include for remote widgets</li>\n</ul>\n\n<p>version 1.5.4 = 2022-03-06:</p>\n\n<ul>\n<li>Feature: added roles to post filter: single, main and child</li>\n<li>Feature: added option \"placeholder\" and \"disable dynamic\" for text field control</li>\n<li>Feature: added option for debug meta fields in post list, post grid</li>\n<li>Fix: fixed some pagination widget buttons related issues</li>\n<li>Fix: fixed non clickable items in some widgets</li>\n<li>Fix: fixed put_items(0) - first item output in twig</li>\n</ul>\n\n<p>version 1.5.3 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: added functionality to put image inside taxonomy terms widget</li>\n<li>Fix: fixed load more on archive page with orderby=xxx filter in url</li>\n<li>Fix: made support for woocommerce special order by in load more</li>\n<li>Change: updated freemius sdk to 2.4.3 version (Security fix)</li>\n</ul>\n\n<p>version 1.5.2 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: set up remote and sync functionality for the galleries</li>\n<li>Fix: fixed load more for current query posts</li>\n<li>Fix: fixed background js based widgets with elementor popups</li>\n<li>Fix: fixed unitegallery unclosed tag issue</li>\n<li>Fix: fixed replace mode in tabs filters</li>\n</ul>\n\n<p>version 1.5.1 = 2022-02-21:</p>\n\n<ul>\n<li>Feature: improved post pagination debug and added force options</li>\n<li>Feature: added code for the button filters</li>\n<li>Feature: added option to shuffle owl carousel</li>\n<li>Feature: added option for general \"shuffle\" in items</li>\n<li>Feature: made option for text modify, and get the current page url and current page title</li>\n<li>Feature: get feature image of a product from a first gallery image if featured image not exists</li>\n<li>Feature: added function \"one_random\" and \"first\" to get_items twig function</li>\n<li>Feature: added support for jet listing item</li>\n<li>Change: changed the \"choose template\" setting text to attirbute title</li>\n<li>Fix: fixed load more if offset turned on in the grid</li>\n<li>Fix: fixed link control attributes parsing</li>\n<li>Fix: fixed sync general api related bugs in elementor editor</li>\n</ul>\n\n<p>version 1.5.0 = 2022-02-02:</p>\n\n<ul>\n<li>Feature: added tabs in items controls</li>\n<li>Feature: added functionality for ajax taxonomies terms filter</li>\n<li>Feature: added some accessability to owl carousel buttons</li>\n</ul>\n\n<p>version 1.4.99: 2022-01-27:</p>\n\n<ul>\n<li>Feature: added option for disable content filtering in general settings->troubleshooting</li>\n<li>Feature: added taxonomies in widget debug output</li>\n<li>Fix: fixed some gallery lazy load related js bugs</li>\n</ul>\n\n<p>version 1.4.98: 2022-01-14:</p>\n\n<ul>\n<li>Feature: modified remote general js api to fit more types of widgets</li>\n<li>Feature: added support for put meta field in post list</li>\n<li>Fix: fixed some small php notices output in post query</li>\n</ul>\n\n<p>version 1.4.97 = 2022-01-06:</p>\n\n<ul>\n<li>Feature: add code base for the taxonomy filter</li>\n<li>Feature: added option to highlight all carousel items</li>\n<li>Feature: added active class to new owl carousel</li>\n<li>Feature: added scroll on click functionality to new owl carousel</li>\n<li>Fix: added support for acf fields styles in dynamic grid</li>\n<li>Fix: fixed some wp-rocket and filters related bug</li>\n</ul>\n\n<p>version 1.4.96 = 2021-12-29:</p>\n\n<ul>\n<li>Feature: use yoast main category feature to determine post main category</li>\n<li>Feature: added get woocommerce product gallery functionality to twig</li>\n<li>Feature: added support for multiple attribute conditoins values</li>\n<li>Feature: added menu order in advanced widget debug type</li>\n<li>Feature: added WooCommerce endpoints links code to twig</li>\n<li>Feature: added option to disable font awesome in general settings</li>\n<li>Fix: fixed some filters related issue</li>\n<li>Fix: added custom attributes to link attributes output</li>\n</ul>\n\n<p>version 1.4.95 = 2021-12-16:</p>\n\n<p>*Fix: fixed db table not found php bug in some cases</p>\n\n<p>version 1.4.94 = 2021-12-14:</p>\n\n<ul>\n<li>Feature: made posible multiple includes condition values per assets</li>\n<li>Feature: added meta value2 and meta value3 in include by meta value post selection</li>\n<li>Feature: added error notice if no api connectivity</li>\n<li>Feature: added attributes section conditions</li>\n<li>Feature: prepared code base for the new galleries</li>\n<li>Fix: fixed some small pagination related bug</li>\n<li>Fix: fixed remote connection parent detection in some cases</li>\n<li>Fix: added content filtering by filter widget_text_content for all the embed and other content modifications</li>\n<li>Fix: fixed edit defaulsin widget settings</li>\n<li>Fix: fixed some polylang issues with the template in dynamic template widgets</li>\n<li>Fix: [security] remove the \"duplicate layout\" functionality (not used in the plugin) that had some security issues </li>\n</ul>\n\n<p>version 1.4.93 = 2021-12-03:</p>\n\n<ul>\n<li>Fix: fixed some connected widgets bugs when there is many of them in the page</li>\n<li>Change: removed the black friday sale banner</li>\n<li>Feature: added general remote API for various widgets connections</li>\n<li>Feature: add some code base for the new gallery output</li>\n</ul>\n\n<p>version 1.4.92 = 2021-11-24:</p>\n\n<ul>\n<li>Fix: fixed similar post content in post list</li>\n<li>Change: saparated remote and sync options in connected widgets settings</li>\n</ul>\n\n<p>version 1.4.91 = 2021-11-23:</p>\n\n<ul>\n<li>Fix: fixed the wrong post intro in editor mode</li>\n</ul>\n\n<p>version 1.4.90 = 2021-11-22:</p>\n\n<ul>\n<li>Addition: added black friday banner discount banner and link</li>\n<li>Change: improved \"sync widgets\" editor experience</li>\n<li>Fix: fixed depricated \"post\" attribute bug</li>\n<li>Fix: modified zip extracting error messages</li>\n</ul>\n\n<p>version 1.4.89 = 2021-11-17:</p>\n\n<ul>\n<li>Feature: done the functionality for sync widgets</li>\n<li>Feature: done the functionality remote widgets</li>\n<li>Fix: fixed error message on remote widgets</li>\n<li>Fix: fixed css in post content in editor</li>\n<li>Fix: use better strip tags for post intro</li>\n</ul>\n\n<p>version 1.4.88 = 2021-11-08:</p>\n\n<ul>\n<li>Fix: fixed gutenberg support in widgets</li>\n<li>Fix: fixed all the pagination issues in archive page</li>\n</ul>\n\n<p>version 1.4.86 = 2021-11-01:</p>\n\n<ul>\n<li>Fix: fixed some load more last issues</li>\n<li>Feature: added code for taxonomy terms filter</li>\n<li>Feature: added code for checkbox filter</li>\n</ul>\n\n<p>version 1.4.86 = 2021-10-29:</p>\n\n<ul>\n<li>Feature: improved current query debug - full type</li>\n<li>Feature: added dropdown responsive placeholders</li>\n<li><p>Feature: added radio boolean attribute responsive controls</p></li>\n<li><p>Fix: fixed controls tabs functionality</p></li>\n<li>Fix: fixed load more custom image bug</li>\n<li>Fix: fixed double load more in a page mishmash bug</li>\n<li>Fix: fixed all load more issues</li>\n</ul>\n\n<p>version 1.4.85 = 2021-10-13:</p>\n\n<p>-bug fix: small bug fix - headers sent bug</p>\n\n<p>version 1.4.84 = 2021-10-13:</p>\n\n<ul>\n<li>Feature: added taxonomy terms full query debug option</li>\n<li>Feature: improved full debug type in posts query</li>\n<li>Feature: added items support in editor->background switcher</li>\n<li>Feature: added support for remote controls</li>\n<li>Feature: functionality to posts load more</li>\n<li>Feature: added second condition</li>\n<li>Feature: added tabs functionality to attributes</li>\n<li>Addition: added %,px to slider units</li>\n<li>Fix: fixed avoid duplicates related bug</li>\n<li>Fix: fixed conflicting wordpress codemirror script</li>\n<li>Fix: fixed post selection values init from editor</li>\n<li>Fix: fixed pagination on front page</li>\n<li>Fix: fixed some polylang related bugs</li>\n</ul>\n\n<p>version 1.4.83 = 2021-09-22:</p>\n\n<ul>\n<li>Fix: fixed styles mishmash inside elementor editor navigator</li>\n<li>Fix: fixed dissapearing carousels after refresh bug</li>\n<li>Fix: fixed dynamic grid pagination not changed</li>\n</ul>\n\n<p>version 1.4.82 = 2021-09-20:</p>\n\n<ul>\n<li>Feature: added troubleshooting setting - show php error message</li>\n<li>Feature: added px, vh, % options for slider attribute</li>\n<li>Feature: added dynamic group attributes for galleries, including image and video</li>\n<li>Feature: added option to convert one date string to another with ucdate filter</li>\n<li>Feature: added option to use items in background widgets</li>\n<li>Feature: added ucfunc(\"set\") and ucfunc(\"get\") functions in twig for remember and retrieve variables</li>\n<li>Feature: added include by option: \"children of current term\" to category selection options</li>\n<li>Feature: added option to pull woo product variations in twig</li>\n<li>Feature: added placeholder: link_withprefix, link_noprefix for link attribute</li>\n<li>Fix: fixed error when exists dynamic link in dynamic loop widgets</li>\n<li>Fix: enabled pagination in a single type in dynamic template grid</li>\n<li>Fix: the \"not equal\" attributes condition now works</li>\n<li>Fix: fixed not editable empty dropdown attribute in widget editor</li>\n<li>Fix: fixed mb_string absence php bug</li>\n<li>Fix: fixed heading attribute label</li>\n<li>Fix: fixed responsive elementor controls in widget items</li>\n</ul>\n\n<p>version 1.4.81 = 2021-08-17:</p>\n\n<ul>\n<li>Feature: added json select (lottie) for image attribute type </li>\n<li>Feature: made option for ajax in widgets with post list attribute</li>\n<li>Feature: made the ajax pagination work with pagination widget</li>\n<li>Feature: added dynamic options for number and slider attribute types</li>\n<li>Feature: added new owl carousel sources in assets chooser</li>\n<li>Feature: added heading attribute</li>\n<li>Change: added more types of debug for pagination widget</li>\n<li>Change: changed widget icons chooser for elementor icon instead of font awesome icon</li>\n<li>Fix: fixed import with template button dissapear in the new bar</li>\n<li>Fix: fixed widgets icons</li>\n</ul>\n\n<p>version 1.4.80 = 2021-08-09:</p>\n\n<ul>\n<li>Feature: added option to change items section label</li>\n<li>Feature: added js snippet with code that works in elementor popup</li>\n<li>Feature: added option to add {current_user_id} keyword in post meta query</li>\n<li>Feature: added option for block label inside each attribute</li>\n<li>Feature: added heading text option for items section</li>\n<li>Feature: added extra fields to image base gallery options</li>\n<li>Feature: added php filter option for variable</li>\n<li>Feature: added twig functions \"get_post_term\" and \"is_post_has_term\". The examples visible when you click on item.posts.putPostTerm placeholder</li>\n<li>Fix: fixed some test widgets output relate bugs</li>\n<li>Fix: conditions settings was not affected typography controls</li>\n<li>Fix: fixed template dynamic background image didn\'t displayed bug in dynamic loops</li>\n<li>Change: added some instructions for api connectivity test in general settings - troubleshooting</li>\n</ul>\n\n<p>version 1.4.79 = 2021-07-13</p>\n\n<ul>\n<li>Fix: fixed scripts output in preview widget page</li>\n</ul>\n\n<p>version 1.4.78 = 2021-07-12</p>\n\n<ul>\n<li>Change: added birthday sale promotions</li>\n<li>Feature: added woo commerce products to dynamic loop items source</li>\n</ul>\n\n<p>version 1.4.77 = 2021-07-07</p>\n\n<ul>\n<li>Fix: fixd the is_ajax() error function from the admin area</li>\n</ul>\n\n<p>version 1.4.76 = 2021-07-07</p>\n\n<ul>\n<li>Feature: added option to show post last modified date</li>\n<li>Feature: added function: get_from_sql in widget editor that allow to pull any custom records from DB</li>\n<li>Feature: added function: run_code_once in widget editor, that allow to run the code only once. Good for many similar widgets on the same page</li>\n<li>Feature: added option for load widget js as module</li>\n<li>Fix: fixed no key_thumb field in images inside widget</li>\n<li>Fix: fixed no condition in image sizes widget setting</li>\n<li>Fix: fixed javascript based backgrounds</li>\n<li>Fix: fixed brocken svg icon on catalog widget box in some of the cases</li>\n<li>Fix: fixed collision with rankmath in ajax actions</li>\n<li>Change: added some max length for a widget category, now it\'s 60</li>\n</ul>\n\n<p>version 1.4.75 = 2021-06-21</p>\n\n<ul>\n<li>Feature: added category image to products list</li>\n<li>Feature: added option to include as module widget js include</li>\n<li>Feature: added option to write custom handle to widget js and css include</li>\n<li>Feature: added options - avoid duplicate posts to post query exclude</li>\n<li>Feature: added option to include or exclude posts by dynamic field to posts selection</li>\n<li>Feature: added option to include or exclude posts by logged in user, in posts selection</li>\n<li>Fix: fixed background widget condition functionality</li>\n<li>Fix: changed template picker to simple select2 list</li>\n</ul>\n\n<p>version 1.4.74 = 2021-06-02</p>\n\n<ul>\n<li>Feature: added function put_date_range to twig functions. good for events widgets</li>\n<li>Feature: added integration with google map</li>\n<li>Feature: added function: \"run_code_once\" for twig</li>\n<li>Feature: added grouped options for the gallery</li>\n<li>Feature: added option to get posts by date from custom ACF field</li>\n<li>Feature: added gallery settings options for dynamic settings attribute</li>\n<li>Feature: added pagination to dynamic loop</li>\n<li>Change: improved dynamic settings attribute</li>\n</ul>\n\n<p>version 1.4.73 = 2021-05-20</p>\n\n<ul>\n<li>Feature: added twig function: \"put_attributes_json\" that available in js tab in widget editor</li>\n<li>Feature: added constant - uc_inside_editor - for distinquish between editor and site front</li>\n<li>Feature: added multiple select attribute</li>\n<li>Feature: added listing attribute support</li>\n<li>Fix: fixed \"request too long\" message on a widget preview - shortened preview url</li>\n<li>Fix: fixed several bugs with condition field in widgets editor</li>\n<li>Fix: fixed hidden image size select on item attributes</li>\n<li>Fix: fixed acf group field output</li>\n<li>Fix: fixed elementor template in items, changed to specific function</li>\n</ul>\n\n<p>version 1.4.72 = 2021-05-02</p>\n\n<ul>\n<li>Feature: added rating stars helper placeholder for woocommerce</li>\n<li>Feature: added option to include js file after elementor-frontend</li>\n<li>Fix: fixed new typography deprecation message</li>\n</ul>\n\n<p>version 1.4.71 = 2021-04-22</p>\n\n<ul>\n<li>Feature: added option to take post id\'s from php function in post selection</li>\n<li>Feature: added option for get posts by meta field that located in current or different post</li>\n<li>Feature: added twig filter: wc_price for native price filtering</li>\n<li>Feature: added post terms titles to post data debug</li>\n<li>Change: added option for woocommerce categories in terms selection</li>\n<li>Fix: fixed price issues in woocommerce related grids</li>\n<li>Fix: fixed include and exclude terms mismatch with nested tax query</li>\n<li>Fix: fixed pagination on search pages</li>\n</ul>\n\n<p>version 1.4.70 = 2021-04-14</p>\n\n<ul>\n<li>Feature: added show widget data debug options</li>\n<li>Feature: added option for filter post by post meta</li>\n<li>Feature: added option for simple condition for attributes</li>\n<li>Feature: added integration with wordpress popular post plugin for most viewed posts selection</li>\n<li>Feature: added post list variables for data debug</li>\n<li>Feature: added image sizes selector for post list</li>\n<li>Feature: get thumbnailID from content in case that it\'s missing in post</li>\n<li>Fix: when bulk moving attribute it now always goes to general category</li>\n<li>Fix: fixed filter posts by status</li>\n<li>Fix: fixed instagram media albom</li>\n</ul>\n\n<p>version 1.4.69 = 2021-04-04</p>\n\n<ul>\n<li>Feature: added extra query debug options for custom post types selector</li>\n<li>Feature: added choose image size select option to image attribute</li>\n<li>Feature: added \"image_attributes\" placeholder for image output in widget editor</li>\n<li>Change: added default values select to hover animations attribute</li>\n<li>Change: changed button \"add to cart\" to \"select options\" for variable products in woocommerce list widgets</li>\n<li>Fix: fixed border radius attribute from width to radius</li>\n<li>Fix: added missing thumb sizes for image select</li>\n</ul>\n\n<p>version 1.4.68 = 2021-03-22</p>\n\n<ul>\n<li>Feature: added include recently viewed products in woocommerce</li>\n<li>Feature: added option for default max posts in post selector</li>\n<li>Feature: added attribute type: Border Dimensions</li>\n<li>Feature: added attribute type: CSS Filters</li>\n<li>Feature: added attribute type: Hover Animations</li>\n<li>Fix: removed max posts from archive type post query selection, because has no control over pagination.</li>\n<li>Fix: fixed bug when instagram video images didn\'t show up</li>\n</ul>\n\n<p>version 1.4.67 = 2021-03-12</p>\n\n<ul>\n<li>Feature: added api connectivity to troubleshooting section</li>\n<li>Feature: added options in terms selection fields</li>\n<li><p>Feature: added order by meta key for woo categories select</p></li>\n<li><p>Fix: fixed woo product price format for decimal prices</p></li>\n<li>Fix: fixed context menu cut from bottom inside the widgets manager</li>\n<li>Fix: fixed show item data in widgets items repeater</li>\n<li>Fix: fixed float to round in woocommerce discount percents</li>\n</ul>\n\n<p>version 1.4.66 = 2021-02-18</p>\n\n<ul>\n<li>Feature: added \"box shadow\" attribute type</li>\n<li>Feature: added url_posts and num_posts to users output</li>\n<li>Feature: added option for selector 2 and selector 3 in several attributes</li>\n<li>Feature: added copy / paste attributes sections in widget editor</li>\n<li>Feature: added option for get default object to getListingItemData function</li>\n<li>Feature: added support for wpml site language inside a widget</li>\n<li>Feature: added acf image and thumbnails widths and heights to placeholders list</li>\n<li>Fix: load js include file in editor even if no js code</li>\n<li>Fix: fixed some php notice with exclude terms posts selection</li>\n<li>Fix: fixed small bug in getListingItemData function with no object returned</li>\n<li>Fix: fixed post selection manual select no posts shown at init</li>\n<li>Fix: fixed bug when private posts not fetched on manual posts selection</li>\n<li>Change: updated codemirror to latest version, added code search feature</li>\n<li>Change: updated freemius sdk to 2.4.2</li>\n</ul>\n\n<p>version 1.4.65 = 2021-02-03</p>\n\n<ul>\n<li>Feature: added option to fetch custom meta fields in users list</li>\n<li>Feature: added function to twig: getByPHPFunction()</li>\n<li>Feature: added function to twig: getUserMeta()</li>\n<li>Feature: added function to twig: getListingItemData() - working inside any plugin listing</li>\n<li>Fix: fixed php sanitize array bug</li>\n<li>Fix: fixed post type in related posts post selection</li>\n</ul>\n\n<p>version 1.4.64 = 2021-02-02</p>\n\n<ul>\n<li>Change: moved \"edit widget html\" button to advanced section in general tab</li>\n<li>Feature: added option to exclude products on sale in products query section in widget settings</li>\n<li>Feature: added option to exclude specific posts in post selection widget settings</li>\n<li>Feature: added woocommerce related products select in post selection</li>\n<li>Feature: added include/exclude posts by author in widget posts selection</li>\n<li>Feature: added include/exclude posts by date in widget posts selection</li>\n<li>Feature: added date/time picker to widget attributes types</li>\n<li>Feature: added post status to widget posts selection</li>\n<li>Feature: added offset setting to widget posts selection</li>\n<li>Feature: added author url and author post count to users fields</li>\n<li>Feature: added max number of users to user selection attribute</li>\n<li>Feature: added \"elementor template\" attribute</li>\n<li>Fix: fixed small php bug in post selection control</li>\n<li>Fix: fixed js bug in items repeater</li>\n<li>Fix: fixed exclude role not worked in user selection attribute</li>\n<li>Fix: fixed get products on sale selection with variations</li>\n</ul>\n\n<p>version 1.4.63 = 2021-01-26</p>\n\n<ul>\n<li>Feature: added acf link array and attributes</li>\n<li>Feature: added ordering features to post selection related and manual</li>\n<li>Feature: added option for showing only sticky posts</li>\n<li>Feature: added exclude by term setting in widget post selection</li>\n<li>Change: moved debug data from advaned to general folder in elementor widget settings</li>\n<li>Fix: fixed woo commerce prices number format</li>\n<li>Fix: fixed refresh posts on \"post query\" section open in widget post settings</li>\n<li>Fix: fixed manual posts selection default order</li>\n</ul>\n\n<p>version 1.4.62 = 2021-01-21</p>\n\n<ul>\n<li>Feature: added text shadow field</li>\n<li>Feature: added \"manual selection\" in posts query</li>\n<li>Feature: added compatability tag</li>\n<li>Fix: fixed image size thumb name with \"-\" sign inside</li>\n<li>Fix: fixed some php warning related to array to string conversion, happening in php 8</li>\n<li>Change: show woo commerce placeholders if selected \"for woocommerce products\" checkbox in post list attribute</li>\n<li>Change: improved woo category output placeholder help, added getTermCustomFields function</li>\n</ul>\n\n<p>version 1.4.61 = 2021-01-14</p>\n\n<ul>\n<li>Feature: added max posts and order by options to current query posts selection</li>\n<li>Feature: added manual selection for woocommerce categories select</li>\n<li>Feature: added selector and responsive to drop down attribute in widget builder</li>\n<li>Change: changed buy pro version link from the catalog widgets to inside of the plugin</li>\n<li>Fix: fixed adding widgets to a db table that is not auto incriment</li>\n<li>Fix: fixed svg preview from widget builder interface</li>\n<li>Fix: fixed manual memory check when registering widgets</li>\n</ul>\n\n<p>version 1.4.60 = 2020-12-30</p>\n\n<ul>\n<li>Feature: added option for third party integration for woocommerce grid</li>\n<li>Feature: added integration for \"advanced labels for woocommerce\" plugin</li>\n<li>Feature: added view file button in assets manager</li>\n<li>Feature: added svg icon option together with font icon for elementor panel widget box</li>\n<li>Feature: added preview image on mouseover inside elementor panel widget box</li>\n<li><p>Feature: added option for disabling \"edit widget html\" from widget settings</p></li>\n<li><p>Fix: fixed empty settings when there are gallery item setting only</p></li>\n<li>Fix: added \"no settings\" heading in case that no attributes in the widget</li>\n<li>Fix: fixed some php warnings for php 8.0</li>\n</ul>\n\n<p>version 1.4.59 = 2020-12-17</p>\n\n<ul>\n<li>Fix: fixed import template redirect</li>\n<li>Feature: added option to include sticky posts for post query</li>\n<li>Feature: added post pagination for single page</li>\n<li>Feature: added number of items for instagram widget</li>\n<li>Feature: added background image to background attribute</li>\n</ul>\n\n<p>version 1.4.58 - 2020-12-07</p>\n\n<ul>\n<li>Feature: make the plugin translatable for wordpress.org</li>\n</ul>\n\n<p>version 1.4.57 - 2020-12-07</p>\n\n<ul>\n<li>Feature: done post pagination widget for archive posts</li>\n<li>Feature: added option to truncate the post list</li>\n<li>Fix: fixed show debug query on current post query</li>\n</ul>\n\n<p>version 1.4.56 - 2020-11-30</p>\n\n<ul>\n<li>Update: relesed cyber monday deal admin notice</li>\n</ul>\n\n<p>version 1.4.55 - 2020-11-26</p>\n\n<ul>\n<li>Feature: added option to sort by sale price</li>\n<li>Feature: added option to debug query</li>\n<li>Feature: added option debug widget data</li>\n<li>Feature: added option to filter posts with child categories</li>\n<li><p>Feature: added option to include only products on sale</p></li>\n<li><p>Fix: fixed no widget shown in some cases</p></li>\n<li>Fix: fixed woocommerce prices placeholders prefix</li>\n</ul>\n\n<p>version 1.4.54 - 2020-11-13 =</p>\n\n<ul>\n<li>Update: updated freemius sdk to newest version</li>\n<li>Fix: fixed comma saparated selector</li>\n</ul>\n\n<p>version 1.4.53 - 2020-11-09 =</p>\n\n<ul>\n<li>Feature: added background widgets and section backgrounds</li>\n<li>Change: removed global colors from template export</li>\n<li>Fix: fixed bug with regular and sale price in woocommerce</li>\n</ul>\n\n<p>version 1.4.52 - 2020-11-06 =</p>\n\n<p>Fix: fixed bug with regular and sale price in woocommerce</p>\n\n<p>version 1.4.51 - 2020-11-04 =</p>\n\n<ul>\n<li>Feature: added svg output in icon library attribute</li>\n<li>Feature: added woocommerce checkbox to post list</li>\n<li>Feature: added product out of stock filter for product selection</li>\n<li>Feature: added discount_percent field in post list attribute woocommerce product type</li>\n<li>Feature: added woocommerce post list order by price option</li>\n<li>Fix: fixed woocommerce category in post list attribute</li>\n</ul>\n\n<p>version 1.4.50 - 2020-10-21 =</p>\n\n<ul>\n<li>Fix: removed display errors setting</li>\n</ul>\n\n<p>version 1.4.49 - 2020-10-12 =</p>\n\n<ul>\n<li>Fix: fixed small bug with non existing controls</li>\n<li>Fix: fixed general settings error when turning off plugin</li>\n</ul>\n\n<p>version 1.4.48 - 2020-10-12 =</p>\n\n<p>*Feature: added border attribute\n*Fix: page break in some versions of elementor\n*Fix: fixed bulk move attributes with categories\n*Fix: fixed default items image field not match</p>\n\n<p>version 1.4.47 - 2020-10-08 =</p>\n\n<ul>\n<li>Update: remove russian translation</li>\n<li>Feature: added function: get_items for twig</li>\n<li>Fix: fixed switch content and style tab</li>\n<li>Fix: fixed slider control tablet/mobile default value</li>\n<li>Fix: fixed non ordered widget categories</li>\n</ul>\n\n<p>version 1.4.46 - 2020-10-04 =</p>\n\n<ul>\n<li>Feature: added function put_items_json for js items output</li>\n<li>Fix: returned widgets from uncategorized category</li>\n</ul>\n\n<p>version 1.4.45 - 2020-10-04 =</p>\n\n<ul>\n<li>Fix: fixed template import with custom widgets</li>\n</ul>\n\n<p>version 1.4.44 - 2020-10-03 =</p>\n\n<ul>\n<li>Feature: added flexible content type attribute</li>\n<li>Optimize: reduced the number of db queries, dramatically increased load speed</li>\n</ul>\n\n<p>version 1.4.43 - 2020-09-22 =</p>\n\n<ul>\n<li>Feature: added option to group attributes into sections</li>\n<li>Feature: done instagram access token auto renew</li>\n<li>Feature: added \"selector\" to color picker attribute</li>\n<li>Fix: improved consolidate widgets option protection</li>\n<li>Fix: fixed select default widget images</li>\n<li>Fix: fixed default items in gallery item (image base fields)</li>\n<li>Fix: fixed image display in default item selector</li>\n<li>Fix: global colors was absent from color selection</li>\n</ul>\n\n<p>version 1.4.42 - 2020-08-06 =</p>\n\n<ul>\n<li>Feature: added option to get grouped woocomerce products</li>\n<li>Feature: added instagram connect to official API</li>\n<li>Feature: added function: getUserData(), added into \"twig code examples\" panel</li>\n<li>Feature: added \"printVar\" and \"showDebug\" functions \"twig code examples\" panel</li>\n<li>Feature: done \"login with instagram\" in general settings, and get data from instgram API</li>\n<li>Fix: sorted \"overwrite widgets\" issue on import</li>\n<li>Fix: fixed dropdown attribute when work with html data</li>\n</ul>\n\n<p>version 1.4.41 - 2020-06-18 =</p>\n\n<ul>\n<li>Feature: added additional controls to \"number\" attribute</li>\n<li>Feature: added \"exclude uncategorized category\" to woocommerce categories select </li>\n<li>Feature: added responsive controls to slider attribute</li>\n<li>Fix: fixed template type variable issues in elementor integration</li>\n<li>Fix: show pagination only when \"current query\" is available</li>\n<li>Fix: fixed select2 field min width in posts query</li>\n</ul>\n\n<p>version 1.4.40 - 2020-06-10 =</p>\n\n<ul>\n<li>Change: hided \"consolidate widgets\" general setting</li>\n<li>Feature: added \"show/hide wrapping html comments\" to general settings</li>\n<li>Fix: fixed export template filename</li>\n</ul>\n\n<p>version 1.4.39 - 2020-06-02 =</p>\n\n<ul>\n<li>Fix: fixed save widgets from editor with large config limitation.</li>\n<li>Fix: fixed export template with page settings bug.</li>\n<li>Fix: removed extra fields from items editor, leaved only supported fields</li>\n<li>Change: updated freemius SDK to latest version</li>\n</ul>\n\n<p>version 1.4.36 - 2020-05-21 =</p>\n\n<ul>\n<li>Feature: added support for pods panda repeater</li>\n<li>Fix: done some solution for max_execution_time issues when installing template</li>\n<li>Fix: fixed rtl on templates dialog popup</li>\n<li>Fix: corrected the naming near the \"number\" field</li>\n<li>Fix: cleared \"twig\" library from some not needed files.</li>\n<li>Change: removed \"image view\" file from framework.</li>\n</ul>\n\n<p>version 1.4.35 - 2020-05-11 =</p>\n\n<ul>\n<li>Feature: added term custom fields support</li>\n<li>Feature: added term meta fields support</li>\n<li>Change: moved composer vendor folder to plugin root</li>\n<li>Change: fixed empty templates list bug when \"show only installed widget\" checkbox checked</li>\n<li>Fix: sorted out some of the templates import bugs</li>\n</ul>\n\n<p>version 1.4.34 - 2020-05-06 =</p>\n\n<ul>\n<li>Fix: removed category ations from templates section</li>\n<li>Fix: show \"putPostMeta\" function even if no example post available</li>\n<li>Fix: fixed finally all the DB not installed issues on elementor and admin pages</li>\n</ul>\n\n<p>version 1.4.33 - 2020-05-03 =</p>\n\n<ul>\n<li>Fix: fixed double twig collision by another plugin</li>\n</ul>\n\n<p>version 1.4.32 - 2020-05-02 =</p>\n\n<ul>\n<li>Update: updated to newest twig 1.x version</li>\n<li>Fix: fixed no space between placeholders in php 7.4 bug</li>\n</ul>\n\n<p>version 1.4.31 - 2020-04-26 =</p>\n\n<p>*Fix: fixed dissapearing widget issue</p>\n\n<p>version 1.4.30 - 2020-04-23 =</p>\n\n<ul>\n<li>Fix: fixed couple of bugs related to templates</li>\n</ul>\n\n<p>version 1.4.29 - 2020-04-22 =</p>\n\n<ul>\n<li>Feature: released the templates catalog</li>\n</ul>\n\n<p>version 1.4.28 - 2020-04-10 =</p>\n\n<ul>\n<li>Feature: added woocommerce categories field</li>\n<li>Fix: fixed export / import with images feature</li>\n<li>Fug: fixed error message on front on some cases when the db tables not installed yet.</li>\n</ul>\n\n<p>version 1.4.27 - 2020-04-01 =</p>\n\n<p>Fix: fixed widget default icon in manager\nFeature: added \"getPostMeta, putPostMeta, printPostMeta\" functions\nFeature: added \"getPostData\" function for acf related posts, that get\'s all the data from the related post including custom fields</p>\n\n<p>version 1.4.26 - 2020-03-28 =</p>\n\n<ul>\n<li>Change: changed to new api address</li>\n<li>Fix: fixed links not included bug in theme builder posts</li>\n<li>Fix: fixed link to buy pro version</li>\n<li>Fix: fixed free version remain activated bug</li>\n<li>Fix: simpleXML validation made the site down</li>\n</ul>\n\n<p>version 1.4.25 - 2020-03-09 =</p>\n\n<ul>\n<li>Feature: added \"responsive controls\" to margin and padding setting</li>\n<li>Feature: made \"refresh catalog\" button</li>\n<li>Feature: added \"num_items\" variable to the widget editor</li>\n<li>Change: removed the \"default fonts\" from widget defaults screen</li>\n<li>Fix: fixed some php bug in \"implode\" function</li>\n<li>Fix: fixed posts from sub categories in post list</li>\n</ul>\n\n<p>version 1.4.24 - 2020-02-14 =</p>\n\n<ul>\n<li>Feature: made \"export with images\" option in templates</li>\n<li>Fix: fixed import category widgets</li>\n<li>Fix: fixed icon html output placeholder</li>\n</ul>\n\n<p>version 1.4.23 - 2020-02-02 =</p>\n\n<ul>\n<li>Feature: improved the slider attribute</li>\n<li>Feature: added \"menu\" attribute</li>\n</ul>\n\n<p>version 1.4.22 - 2020-01-28 =</p>\n\n<ul>\n<li>Feature: added woo currency symbol</li>\n<li>Feature: added woo add to cart button</li>\n<li>Feature: added slider attribute</li>\n<li>Widget: logo grid</li>\n<li>Widget: logo carousel</li>\n<li>Widget: logo marquee</li>\n<li>Widget: image tooltip</li>\n<li>Widget: content toggle</li>\n<li>Widget: circle number</li>\n<li>Widget: post list</li>\n</ul>\n\n<p>version 1.4.21 - 2020-01-22 =</p>\n\n<ul>\n<li>Feature: added users attribute</li>\n<li>Feature: done multiple post type selector</li>\n<li>Feature: added background attribute</li>\n<li>Feature: added icon library html output</li>\n<li>Feature: added woo commerce support in posts list</li>\n<li>Bug fix: fixed icons not shown bug in widget settings</li>\n</ul>\n\n<p>version 1.4.20 - 2020-01-15 =</p>\n\n<ul>\n<li>Bug fix: fixed font awesome icon output</li>\n<li>Bug fix: fixed instagram not loading bug</li>\n<li>Change: updated font awesome css version</li>\n<li>Change: changed the way that instagram was loaded on the page</li>\n</ul>\n\n<p>version 1.4.19 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added filter by slug to terms attribute</li>\n<li>Feature: changed repeater items titles to the ones from \"title\" field instead of \"Item1\", \"Item2\" etc.</li>\n<li>Feature: added automated styling for date field, added \"ucdate\" filter for that.</li>\n<li>Feature: done functionality for display post author</li>\n<li>Change: changed the font awesome attribute to fa5</li>\n<li>Change: added strip html tags from truncate function</li>\n</ul>\n\n<p>version 1.4.18 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added all image sizes to posts</li>\n<li>Feature: added \"putPostTerms\" function to posts</li>\n<li>Feature: added wpautop filter to twig</li>\n<li>Feature: added option for custom twig PHP functinoality for PRO version</li>\n<li>Feature: hide \"edit widget html\" button for user that don\'t have capability to see the plugin </li>\n<li>Feature: added wpml compatablity</li>\n<li>Feature: added related posts in posts list</li>\n<li>Feature: added padding and margin controls (pro)</li>\n<li>Bug Fix: fixed pagination output</li>\n</ul>\n\n<p>version 1.4.17 - 2019-12-12 =</p>\n\n<ul>\n<li>Change: changed to more flexible catalog api</li>\n</ul>\n\n<p>version 1.4.16 - 2019-08-12 =</p>\n\n<ul>\n<li>Feature: added post query relation (and, or) chooser</li>\n<li>Change: update to freemius sdk 2.3.1</li>\n<li>Feature: added \"trancate\" filter</li>\n<li>Fix: fixed editor permissions PHP Error</li>\n</ul>\n\n<p>version 1.4.15 - 2019-19-11 =</p>\n\n<ul>\n<li>Change: remove the old deprecated codecanyon activation</li>\n<li>Fix: fixed bug when both plugins are installed together</li>\n<li>Fix: fixed empty widget content when put a lot of content in the widget html/js</li>\n<li>Feature: added option for fonts for post list for intro and content</li>\n<li>Feature: added custom filter query ID in posts list query (pro)</li>\n<li>Feature: added labels to typography fields</li>\n<li>Feature: added description option for elementor controls</li>\n<li>Feature: added option to add help links to widgets from the widget editor</li>\n</ul>\n\n<p>version 1.4.14 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed js not included bug</li>\n</ul>\n\n<p>version 1.4.13 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed terms attribute selector bugs in elementor</li>\n<li>Fix: fixed post selection was not showing post types without taxonomies</li>\n<li>Fix: fixed rtl visibility issues in admin</li>\n</ul>\n\n<p>version 1.4.12 - 2019-15-10 =</p>\n\n<ul>\n<li>Feature: added exclude posts by current post</li>\n<li>Feature: added post category addition custom taxonomy support</li>\n<li>Fix: fixed some bug in post list selector elementor</li>\n</ul>\n\n<p>version 1.4.11 - 2019-07-10 =</p>\n\n<p>*Feature: added link param html attributes placeholder\n*Feature: added category link to post list params\n*Fix: fixed post list category not displayed bug</p>\n\n<p>version 1.4.10 - 2019-28-9 =</p>\n\n<p>-bug fix: added some front end protection against db not installed bug\n* Feature(pro): added do_action for custom wp actions run\n* Feature(pro): added apply_filters for custom wp actions run\n-bug fix: fixed export widget with assets path\n-change: added instructions to download pro version.</p>\n\n<h4>1.4.7 - 2019-18-9</h4>\n\n<p>*Fix: fixed post category selection in post list</p>\n\n<h4>1.4.6 - 2019-18-9</h4>\n\n<p>*Fix: fixed dynamic items in repeater</p>\n\n<h4>1.4.6 - 2019-11-9</h4>\n\n<p>*Fix: fixed admin body class external\n*Feature: make support for post categories list\n*Feature(pro) - made taxonomies list attribute\n*Fix: fixed current posts fetch in archive type</p>\n\n<h4>1.4.5 - 2019-19-8</h4>\n\n<p>*Change: improved widgets manager design</p>\n\n<h4>1.4.3 - 2019-25-7</h4>\n\n<p>*Change: updated the activation link from plugins\n*Change: small UI improvements</p>\n\n<h4>1.4.2 - 2019-24-7</h4>\n\n<p>*Feature: add post category to dynamic fields\n*Feature: added toolset integration</p>\n\n<h4>1.4.1 - 2019-8-7</h4>\n\n<p>*Feature: added search widget\n*Feature: the plugin is now fully translatable, added russian translation</p>\n\n<h4>1.4 - 2019-8-7</h4>\n\n<p>*Change: moved to new payment system (freemius), changed pricing plans</p>\n\n<h4>1.3.39 - 2019-2-7</h4>\n\n<p>*Feature: add alt tags to image attribute\n*Feature: add automatic name from title on add attribute\n*Feature: redesign categories</p>\n\n<p>*Fix: removed autop filter change code from front end\n*Fix: allow to import widget when stand on category from catalog\n*Fix: fixed instagram widgets typography bug</p>\n\n<h4>1.3.38 - 2019-30-6</h4>\n\n<p>*Feature: added code examples / js snippets\n*Feature: added widget preview</p>\n\n<h4>1.3.37 - 2019-23-6</h4>\n\n<p>*Feature: add support for archive pages\n*Feature: added archive pages pagination\n*Change: changed fonts design controls</p>\n\n<h4>1.3.36 - 2019-20-6</h4>\n\n<p>*Fix: fixed multiple similar js includes in one page</p>\n\n<h4>1.3.35 - 2019-20-6</h4>\n\n<p>*Feature: add support for acf gallery field</p>\n\n<h4>1.3.34 - 2019-13-6</h4>\n\n<ul>\n<li>Feature: improved the post list filtering and ordering</li>\n</ul>\n\n<h4>1.3.33 - 2019-12-6</h4>\n\n<ul>\n<li>Feature: added ordering posts by meta value</li>\n<li>Fix: fixed site crash by db error</li>\n</ul>\n\n<h4>1.3.32 - 2019-11-6</h4>\n\n<ul>\n<li>Fix: fixed pods together with acf fileds</li>\n<li>Fix: added all categories to post list</li>\n</ul>\n\n<h4>1.3.31 - 2019-10-6</h4>\n\n<ul>\n<li>Feature: added link attribute</li>\n</ul>\n\n<h4>1.3.30 - 2019-06-6</h4>\n\n<ul>\n<li>Feature: made PODS integration</li>\n</ul>\n\n<h4>1.3.29 - 2019-06-5</h4>\n\n<ul>\n<li>Feature: added set widget icon functionality, with presence in catalog</li>\n<li>Feature: added preview widget button from the catalog</li>\n</ul>\n\n<h4>1.3.28 - 2019-06-3</h4>\n\n<ul>\n<li>Feature: made plugin translatable</li>\n</ul>\n\n<h4>1.3.27 - 2019-06-2</h4>\n\n<ul>\n<li>Fix: fixed font override attribute bug</li>\n</ul>\n\n<h4>1.3.26 - 2019-05-30</h4>\n\n<ul>\n<li>Feature: added typography attribute</li>\n</ul>\n\n<h4>1.3.25 - 2019-05-29</h4>\n\n<ul>\n<li>Tweak: added support for dynamic params in image field</li>\n</ul>\n\n<h4>1.3.24 - 2019-05-29</h4>\n\n<ul>\n<li>Fix: Fix dynamic field</li>\n<li>Tweak: Added message when adding an empty repeater from custom fields</li>\n</ul>\n\n<h4>1.3.23 - 2019-05-01</h4>\n\n<ul>\n<li>Feature: Added dynamic fields to all text controls</li>\n<li>Feature: Added \"edit html\" button to all widgets</li>\n<li>Fix: Fixed consolidated addons render bugs</li>\n</ul>\n\n<h4>1.3.22 - 2019-04-25</h4>\n\n<ul>\n<li>Feature: Made all acf fields integration including the pro like repeater and clone</li>\n</ul>\n\n<h4>1.3.21 - 2019-04-20</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.20 - 2019-04-15</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.19 - 2019-04-10</h4>\n\n<ul>\n<li>Feature: Done all acf fields</li>\n</ul>\n\n<h4>1.3.18 - 2019-04-05</h4>\n\n<ul>\n<li>Change: Update post child vars when change post</li>\n</ul>\n\n<h4>1.3.17 - 2019-04-01</h4>\n\n<ul>\n<li>Change: Add dynamic fields to addon editor</li>\n</ul>\n\n<h4>1.3.16 - 2019-03-30</h4>\n\n<ul>\n<li>Fix: Fixed the switchers </li>\n<li>Fix: Fixed the upload file</li>\n<li>Fix: Fixed checkbox in assets tab</li>\n</ul>\n\n<h4>1.3.15 - 2019-03-25</h4>\n\n<ul>\n<li>Fix: Fixed visual bugs</li>\n<li>Fix: Fixed radio boolean attribute (switcher)</li>\n</ul>\n\n<h4>1.3.14 - 2019-03-20</h4>\n\n<ul>\n<li>Fix: Fixed addon assets tab bugs</li>\n</ul>\n\n<h4>1.3.13 - 2019-03-15</h4>\n\n<ul>\n<li>Feature: Done export/import template with addons</li>\n</ul>\n\n<h4>1.3.12 - 2019-03-10</h4>\n\n<ul>\n<li>Feature: Added fedback on deactivate</li>\n</ul>\n\n<h4>1.3.11 - 2019-03-05</h4>\n\n<ul>\n<li>Fix: Fixed export import layout stuff</li>\n</ul>\n\n<h4>1.3.10 - 2019-03-01</h4>\n\n<ul>\n<li>Fix: Fixed assets tab issues</li>\n<li>Fix: Fixed post to articles category rename on install</li>\n</ul>\n\n<h4>1.3.09 - 2019-02-28</h4>\n\n<ul>\n<li>Fix: Fixed test addon jquery include</li>\n<li>Change: Added purchase link to license page</li>\n</ul>\n\n<h4>1.3.08 - 2019-02-25</h4>\n\n<ul>\n<li>Fix: Fixed settings text output</li>\n</ul>\n\n<h4>1.3.07 - 2019-02-20</h4>\n\n<ul>\n<li>Fix: Fixed font manager bug</li>\n</ul>\n\n<h4>1.3.06 - 2019-02-15</h4>\n\n<ul>\n<li>Fix: Fixed taxonomy issues</li>\n</ul>\n\n<h4>1.3.05 - 2019-02-10</h4>\n\n<ul>\n<li>Fix: Fixed add addon functionality</li>\n</ul>\n\n<h4>1.3.04 - 2019-02-05</h4>\n\n<ul>\n<li>Improvment: Improved post types category selection</li>\n</ul>\n\n<h4>1.3.03 - 2019-02-01</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.02 - 2019-01-30</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.01 - 2019-01-25</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.2.01 - 2019-01-20</h4>\n\n<ul>\n<li>Fix: Fixed js in editor when addins widget</li>\n</ul>\n\n<h4>1.2.00 - 2019-01-15</h4>\n\n<ul>\n<li>Feature: Pro version with a catalog</li>\n</ul>\n\n<h4>1.0.11 - 2019-01-10</h4>\n\n<ul>\n<li>Fix: Fixed some wordpress galleries related bug</li>\n</ul>\n\n<h4>1.0.10 - 2019-01-05</h4>\n\n<ul>\n<li>Fix: Fixed export category</li>\n</ul>\n\n<h4>1.0.09 - 2019-01-01</h4>\n\n<ul>\n<li>Change: Made global setting for consolidata addons or not</li>\n<li>Change: Updated some memory text in general settings</li>\n</ul>\n\n<h4>1.0.08 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed all notices related bugs</li>\n</ul>\n\n<h4>1.0.07 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed with default data types</li>\n</ul>\n\n<h4>1.0.06 - 2018-12-25</h4>\n\n<ul>\n<li>Fix: Fixed js includes consolidated</li>\n</ul>\n\n<h4>1.0.05 - 2018-12-20</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.04 - 2018-12-15</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.03 - 2018-12-10</h4>\n\n<ul>\n<li>Fix: Fixed empty category issues</li>\n</ul>\n\n<h4>1.0.02 - 2018-12-05</h4>\n\n<ul>\n<li>Fix: Fixed bug with some unit values in render output</li>\n</ul>\n\n<h4>1.0.00 - 2018-12-01</h4>\n\n<ul>\n<li>Release: First plugin release</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:7:\"1.5.104\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/71656.zip?is_premium=true&authorization=FSLA+14440533%3A8WqL84LlJvdt1bq-peoGRZ2s-xJpGw3n9SLiKuhAOkwvaPqgewtaWpBcA9FVgByKSpMln1UaFklK1r9bcwmX51CdNV67zBSjuZ9tdaOx9RAZcX-Ls2ncD58FEu6trlDumhTBtrpgbkA4p5MpYybDH9yhpL6foOle2VA5kbr5lg0mJX-i5SxdMCx9tG4K4OWxC7hGq0T-_mkaO7ozqs0MRZyJ-2U8h_GsLA4yPSmQBDSrt2cNW2UjFxB4cuC8J6VWoHdqiqbZxWNj3dGzkGu5OA\";}}s:7:\"created\";i:1714030782;s:9:\"timestamp\";i:1714034382;}s:92:\"get:/v1/installs/14440533/updates/latest.json?is_premium=true&newer_than=1.5.104&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:7:\"1.5.105\";s:11:\"sdk_version\";s:5:\"2.6.2\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:3:\"6.5\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:33423;s:2:\"id\";s:5:\"72214\";s:7:\"created\";s:19:\"2024-05-05 12:56:00\";s:7:\"updated\";s:19:\"2024-05-06 10:01:06\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/72214.zip?is_premium=true&authorization=FSLA+14440533%3ADvN-Dv7IFwDJqDJ3QlD7iljE1wfFXbqs111b222R-_2CL8CC_6o0k6rP-fq97qt1b7Avs7BgcWBcrfvwtMVCn2YOjnfjfrfbdFe1E9mCnVs3F1--7T7rS3UIdRo8l3-HS4InkrS7LoB5bGS7exblKI1xaYIkO0r1cRrdEivNEUNO3050SPG2IbY6pkFWcp8mYzEOoT96oysw5Lzbb0zT6-5T1xeF9ryH7xCvAr-O1Mxy3jrFruN7KhrQrohuzzonC3x0UQ0_8c7CmizdxyeLmA\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:66:\"Unlimited Elements For Elementor (Free Widgets, Addons, Templates)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"tags\";O:8:\"stdClass\":6:{s:9:\"elementor\";s:9:\"elementor\";s:8:\"elements\";s:8:\"elements\";s:6:\"addons\";s:6:\"addons\";s:16:\"elementor addons\";s:16:\"elementor addons\";s:16:\"elementor widget\";s:16:\"elementor widget\";s:12:\"page builder\";s:12:\"page builder\";}s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";N;s:6:\"tested\";s:3:\"6.5\";s:10:\"stable_tag\";s:3:\"1.0\";s:8:\"sections\";O:8:\"stdClass\":4:{s:11:\"description\";s:7110:\"<p><strong>Elementor</strong> users, elevate your web design experience with <strong>Unlimited Elements for Elementor</strong>. An all in one plugin that instantly gives you the most advanced widgets and tools to make better Elementor websites faster. Take your WordPress website to the next level.</p>\n\n<p><a href=\"https://unlimited-elements.com/elementor-widgets/\">View Elementor Widgets Demos</a>\n<br>\nBrowse our extensive collection of free widgets or upgrade to our pro version for access to over 200 additional unique drag and drop widgets for <strong>Elementor</strong>. Each widget provides a wide range of options to easily control every aspect. If you can\'t find what you need, our <strong>Widget Creator</strong> Framework empowers you to create any widget you can imagine.</p>\n\n<h3>Plugin Features</h3>\n\n<ul>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Widget Library</strong></a> – Enhance the popular Elementor page builder with our user-friendly and innovative widget library. Simplify your website by finding everything you need in one place, without the need for multiple plugins.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/widget-creator/\"><strong>Widget Creator</strong></a> – Save valuable time by eliminating the need to search for numerous plugins and add-ons. Instead, create customized, professional widgets that perfectly align with your website requirements.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-templates/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/loop-builder-for-elementor/\"><strong>Loop Builder</strong></a> – Easily create dynamic Loop Items within the Elementor Theme Builder by utilizing any loop widget layout of your preference. Effortlessly populate the chosen widget with dynamic content to craft versatile and engaging Loop Items.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/background-widgets-for-elementor/\"><strong>Background Widgets</strong></a> – Elevate your web designs instantly with our user-friendly animated backgrounds available in our extensive widget library. Experience seamless integration and unleash your creativity like never before.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/post-widgets-filters-tools/\"><strong>Post Widgets & Filters</strong></a> – Easily create stunning post layouts with real-time filters. Improve the browsing experience for website visitors by helping them find the content they\'re looking for. Effortlessly display posts using advanced criteria on your entire website.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/woo/\"><strong>WooCommerce Widgets & Filters</strong></a> – Create stunning product layouts with dynamic real-time filters. Showcase your products and categories in a wide array of interactive formats, such as grids, carousels, sliders, and more.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/remote-control-widgets/\"><strong>Woo Widgets & Filters</strong></a> – Unleash your creativity with advanced and customizable layouts. Take full control of your designs and make them truly unique using the remote controls. Stand out from the crowd with layouts that are both eye-catching and distinctive.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/sync-widgets/\"><strong>Sync Between Widgets</strong></a> – Elevate your web designs to new heights by seamlessly synchronizing multiple item-based widgets. This powerful feature empowers you to effortlessly create intricate and personalized layouts, taking your designs to the next level of sophistication.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source-galleries/\"><strong>Multi-Source Galleries</strong></a> – Empower your gallery showcase by effortlessly featuring Woo products, WordPress posts, Instagram feeds, and a variety of other sources, including various API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/live-copy-paste/\"><strong>Live Copy Paste</strong></a> – Copy and paste fully designed sections from the Unlimited Elements website directly to your website, saving you time and ensuring you can finish your web project as soon as possible.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-menu-widget-for-elementor/\"><strong>Mega Menu Builder</strong></a> – Easily craft a distinctive Mega Menu for your website navigation by incorporating images, icons, links, and various Elementor widgets into unique menu layouts.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-slider-widget-for-elementor/\"><strong>Mega Slider Builder</strong></a> – Easily turn any Elementor sections into slider slides. Now you can amaze your website visitors with jaw-dropping slider designs that look amazing on any device.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source/\"><strong>Multi-Source Widgets</strong></a> – Add content dynamically to item-based widgets effortlessly with support for ACF repeaters, JSON/CSV files, Woo Products, WordPress posts, users, menus, and a range of API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/dynamic-post-popup-widget-for-elementor/\"><strong>Dynamic Popup Builder</strong></a> – Dynamically create a popup to add a quick view of the post without leaving the page. Use an Elementor single post template to create the layout of the dynamic popup.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/form-builder/\"><strong>Elementor Form Builder</strong></a> – Build advanced forms effortlessly using the drag-and-drop form builder. Whether it’s a simple or complex form, our straightforward form widgets make it quick and easy to create forms, improving your workflow.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/calculators/\"><strong>Calculator Builder</strong></a> – Easily design professional calculators for any type of industry. Whether you need a loan calculator, mortgage calculator or business calculator, our powerful and intuitive drag and drop builder makes it easy to create complex calculators with ease.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/filters/\"><strong>Elementor Filter Widgets</strong></a> – Unlock the potential of the AJAX-based faceted filter system, seamlessly empowering you to craft diverse layouts with ease. Take control by applying multiple filters, ensuring a super-fast and dynamic filtering experience tailored to your website needs.</p></li>\n</ul>\";s:12:\"installation\";s:521:\"<p>Note : This plugin works with Elementor. Make sure you have <a href=\"https://wordpress.org/plugins/elementor/\">Elementor</a> installed.</p>\n\n<ol>\n<li>Upload the plugin folder to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress</li>\n<li>Navigate to Unlimited Elements in the WordPress side menu and install the widget you want by hovering over it and clicking install.</li>\n</ol>\";s:3:\"faq\";s:4208:\"<h4>Can I use the plugin without Elementor?</h4>\n\n<p>No. You cannot use the plugin without Elementor since it\'s an addon for Elementor.</p>\n\n<h4>Does the plugin work with any theme?</h4>\n\n<p>Absolutely! The plugin will work with any theme where Elementor works.</p>\n\n<h4>What if I update to the Premium version after using the Free version?</h4>\n\n<p>Your existing elements/content will work with the premium version. So you won’t lose your any of your hard work.</p>\n\n<h4>Can I get a refund?</h4>\n\n<p>If you are not happy with your purchase at anytime just contact us and we will refund 100% of your money no questions asked.</p>\n\n<h4>Do you offer a renewals discount?</h4>\n\n<p>Yes, you get 25% discount for all annual plan automatic renewals. The renewal price will never be increased so long as the subscription is not cancelled.</p>\n\n<h4>How do I install and activate the \'Unlimited Elements for Elementor\' plugin on WordPress?</h4>\n\n<p>To install the \'Unlimited Elements\' plugin on your WordPress site, access your WordPress Dashboard and go to Plugins -> Add New. In the search box, enter \'Unlimited Elements.\' Locate the plugin in the search results and click on the \'Install Now\' button. Once the installation is finished, click on the \'Activate\' button, and \'Unlimited Elements for Elementor\' will be successfully activated on your WordPress site.</p>\n\n<h4>Do I need to know code to use Unlimited Elements?</h4>\n\n<p>No, you do not need to know code to leverage the widgets and other tools provided by the Unlimited Elements plugin. It is designed to be user-friendly, allowing you to enhance your Elementor experience without any coding expertise. However, for users familiar with code, the plugin offers the added advantage of a widget creator, enabling the creation of custom Elementor widgets for a more tailored and advanced design experience.</p>\n\n<h4>Is my site secure with Unlimited Elements?</h4>\n\n<p>Yes, Unlimited Elements is a secure plugin. The plugin is regularly updated to adhere to common security standards, ensuring a secure environment for your website.</p>\n\n<h4>What types of filters does Unlimited Elements provide?</h4>\n\n<p>Unlimited Elements offers a variety of filter types, including search filters, dropdowns, tabs filters, checkboxes filters, and WooCommerce-related filters, providing a diverse range of options for dynamic and versatile website filtering.</p>\n\n<h4>Are the filters compatible with any post type or WooCommerce products?</h4>\n\n<p>Yes, all the filters provided by Unlimited Elements are live Ajax filters, ensuring dynamic and seamless filtering experiences. They are compatible with any post type, including custom post types, and WooCommerce products, offering versatile functionality for a wide range of content on your website. Utilize specific WooCommerce filters to enhance the shopping experience for your customers, such as the price range slider filter and color swatches filter for products with different colors.</p>\n\n<h4>Can I use Unlimited Elements to display custom post types in my widgets?</h4>\n\n<p>Yes, Unlimited Elements supports showcasing custom post types with advanced query selection and seamless connection to any filter from the UE library. This allows for tailored and dynamic content presentation on your website using the plugin\'s versatile features.</p>\n\n<h4>What are multi-source widgets in Unlimited Elements?</h4>\n\n<p>Multi-source widgets in Unlimited Elements enable the population of item-based widgets with various dynamic source types. These widgets can be populated using sources like ACF repeater fields, WooCommerce products, custom post types, Instagram feeds, and various API integrations. This versatility allows for the seamless integration of diverse content into widgets, enhancing the flexibility and functionality of your website elements.</p>\n\n<h4>Should I use Remote Control Widgets or the Sync Widgets function in Unlimited Elements?</h4>\n\n<p>The choice depends on your design preferences. If you want complete control, go for Remote Control Widgets. For synchronized layouts, choose Sync Widgets. They can also be used together for even more powerful customization options in Unlimited Elements.</p>\";s:9:\"changelog\";s:132793:\"<p>version 1.5.104: 2024-04-24</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added support for unselect items in sync functionality</li>\n<li>Feature: added feature - sort terms by parent -> children, and levels number class</li>\n<li>Fix: fixed some load more issue with dynamic template loop and post lists inside</li>\n<li>Fix: fixed woo category image not fetched bug</li>\n<li>Fix: fixed some cases of sticky elementor elements with filters</li>\n<li>Fix: fixed remote connection with single background parent and remote widget</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Neon Line Width\' option. This new functionality allows users to adjust the width of the neon line effect within the widget, providing finer control over its appearance and visual impact.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Shadow\' option. This new functionality allows users to add a shadow effect to buttons within the widget, enhancing their visual appearance and depth.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Background Color\' option. This new functionality allows users to customize the background color of buttons within the widget, enhancing visual design and customization possibilities.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Fix: Loop Carousel (Pro) - Corrected spelling mistakes and improved naming conventions, enhancing clarity and consistency.</li>\n<li>Fix: Flip Box (Free) - Resolved issue where links were not firing for the first click on the back of the Flip Box. This fix ensures that links behave as expected, allowing them to be clicked and activated reliably.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue where Content Tabs widget couldn\'t work with Icon Tabs widget on the same page. This fix ensures that both widgets can coexist and function properly together, allowing for seamless integration and improved user experience.</li>\n<li>Fix: Checkboxes Filter (Pro) - Enhanced Accordion Layout option for the Checkboxes Widget to improve script communication. This improvement optimizes the interaction between scripts, resulting in smoother operation and better performance of the widget.</li>\n<li>Fix: Loop Grid (Pro) - Implemented additional Masonry layout check to avoid items overlapping over each other. This enhancement ensures that items are properly positioned and do not overlap, maintaining a clean and organized layout within the widget.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Resolved issue where popups allowed opening links in new tabs while opening the popup. This fix ensures that links within popups behave consistently and do not inadvertently open in new tabs, providing a smoother user experience.</li>\n<li>Fix: Post Slider (Pro) - Addressed issue where post title typography settings were not applied, ensuring proper functionality and appearance.</li>\n<li>Fix: Flip Box (Free) - Corrected a typography mistake in options.</li>\n<li>Fix: Content Slider (Pro) - Resolved conflict caused between Elementor\'s Motion Effects and the widget due to the same animation library (animate.css), resolving CSS class conflict for smoother animation and functionality.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with Opening Item when Clickable Parent option is enabled.</li>\n<li>Fix: Side Menu (Pro) - Resolved issue where some icons were being reverted. This fix ensures that all icons remain consistent and do not revert unexpectedly.</li>\n<li>Fix: Rhombus Grid (Pro) - Increased CSS priority for \'Item Background Color Override\' option. This adjustment ensures that the specified background color takes precedence over other styles, providing consistent and reliable appearance for the widget items.</li>\n</ul>\n\n<p>version 1.5.103: 2024-04-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to add additional url attributes to post links</li>\n<li>Feature: improved woo category thumbnail image gether</li>\n<li>Feature: added option to unite gallery - strip_speed</li>\n<li>Fix: fixed some widgets editor enable visibility bug</li>\n<li>Fix: fixed entrance animation run if inside a viewport window</li>\n<li>Fix: fixed some security issues - escaping some fields output</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Dots\' option. This new functionality allows users to toggle the visibility of dots within the widget, providing greater control over navigation indicators.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Custom Icon\' option. This new functionality allows users to customize the appearance of checkboxes by providing custom icons, enhancing the visual presentation of checkboxes within the widget.</li>\n<li>Feature: Video Playlist (Pro) - Implemented \'Strip Navigation Speed\' option. This new functionality allows users to adjust the speed of navigation within the strip, providing finer control over the scrolling behavior.</li>\n<li>Feature: Expanding Content Cards (Pro) - Implemented \'Background Image Align\' option. This new functionality allows users to specify the alignment of the background image, providing greater control over its positioning within the element.</li>\n<li>Feature: Post Magazine Grid (Pro) - Implemented \'Meta Date Date Format\' option. This new functionality allows users to specify the date format for meta date display, providing customization options for date presentation.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Show Item Title in Lightbox\' option. This new functionality allows users to toggle the display of item titles within the lightbox, providing control over the visibility of titles for a better user experience.</li>\n<li>Feature: Search Filter (Pro) - Implemented \'Custom Links Ending\' option. This new functionality allows users to change links in the connected grid to highlight the search phrase.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Post Pagination (Free) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Content Switcher (Pro) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab Content Switcher for a smoother and more seamless user experience.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Show Field Name In Empty Field Error Message\' option. This new functionality allows users to include the field name in the empty field error message, providing clearer feedback to users when a required field is left blank.</li>\n<li>Feature: Side Menu (Pro) - Implemented \'Templates Width\' and \'Templates Horizontal Align\' options.</li>\n<li>Change: Unlimited Grid (Pro) - Changed \'Title Spacing\' option to \'Title Margin\'. This change allows users to add margin in all directions to the title, providing more granular control over its positioning within the widget.</li>\n<li>Fix: Content Box Hover Text Reveal (Free) - Resolved issue where Overlay Opacity option wasn\'t working on mobile devices. This fix ensures that the Overlay Opacity option functions correctly across all devices, providing consistent behavior and appearance.</li>\n<li>Fix: Multi Step Form (Pro) - Fixed Multi Step Error Message not showing when empty and required field was present on active step.</li>\n<li>Fix: Submit Button (Free) - Fixed Submit Button verification issue when fields with 0 value were parsed as empty.</li>\n<li>Fix: Slider Field (Pro) - Resolved issue where border radius for focus state differed from regular state. This fix ensures that the border radius remains consistent across different states.</li>\n<li>Fix: Icon Bullets (Free) - Fixed issue related to Hover Colors not being revealed after item hover.</li>\n<li>Fix: Team Member Sliding Effect (Pro) - Resolved issue related to global colors usage. This fix ensures that global colors are properly utilized throughout the widget, maintaining consistency and accuracy in color rendering.</li>\n<li>Fix: Post Magazine Grid (Pro) - Optimized widget HTML. This optimization improves the efficiency and performance of the widget by streamlining the HTML structure and reducing unnecessary code.</li>\n<li>Fix: Form Fields Widgets: Resolved vulnerability where scripts could be injected under certain widget attributes. This fix ensures that scripts are properly sanitized and prevented from being inserted into widget attributes, mitigating potential security risks.</li>\n</ul>\n\n<p>version 1.5.101: 2024-04-03</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added \"date time\" attribute to items attributes list</li>\n<li>Feature - made some integration for \"relevanssi\" plugin</li>\n<li>Feature - added woo rating stars to multisource fields</li>\n<li>Feature - added visual text that showing the form fields conditions</li>\n<li>Fix - fixed filters mode init mode</li>\n<li>Fix - fixed various filters related bugs</li>\n<li>Fix - fixed ucpage parameter fetch for pagination in archive page</li>\n<li>Fix - fixed gallery from meta field item source texts </li>\n<li>Fix - fixed some number field processing</li>\n<li>Fix - fixed multisep form with template submit</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Set First Item Selected\' option. This new functionality allows users to automatically select the first item in the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented \'Open Current Submenu On Page Load\' option. This new functionality allows users to automatically expand the current submenu on page load, providing immediate access to relevant content.</li>\n<li>Feature: Background Slider (Pro) - Introduced \'Add SEO Tags\' option, allowing users to include alt and title attributes for images for improved search engine optimization of the widget content.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Message Box After Send\" option, allowing automatic closure of the message box after clicking the send button for improved user experience and convenience.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Button After Click\" option, enabling automatic closure of the buttons after clicking any button, eliminating the need for manual closure for enhanced user convenience and interaction.</li>\n<li>Feature: Content Grid (Pro) - Implemented \'Description\' option. This new functionality allows users to add a description to the widget, providing additional context or instructions.</li>\n<li>Feature: SVG Animation (Free) - Optimized widget for Elementor Popup compatibility. This update ensures seamless integration and improved performance when using the widget within Elementor Popups.</li>\n<li>Feature: Animated Ripples (Pro) - Introduced \'Ripple Scale\' option, enabling users to control the size of the ripples for enhanced visual customization and effect.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Item Trigger type\' for Segment Layout type. This new functionality allows segments to be opened by hovering on them, providing users with an alternative interaction method.</li>\n<li>Feature: Line Text Divider (Free) - Added styling options including Line Thickness, Line Border Radius, Line Shadow, Text Typography, Background Color, Padding, Border, Border Radius, and Box Shadow for enhanced customization. Additionally, existing styling options have been improved for better optimization and user experience.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Grow Effect on Thumb Hover option. This new functionality allows users to enable the grow effect on thumbnail hover.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Hide Default Arrows option. This new functionality allows users to hide default arrows, providing enhanced customization of the widget\'s appearance and behavior.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Show Time Ago\' option. This new functionality allows users to display the time elapsed since a publish event, providing context and improving user engagement.</li>\n<li>Feature: Dropdown Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Empty Field Error Text\' option. This new functionality allows users to customize the error message displayed when a required field is left empty.</li>\n<li>Feature: Icon Bullets (Free) - Implemented \'Title Color Hover\' and \'Text Color Hover\' options. These new functionalities allow users to customize the color of titles and text when hovered over, providing enhanced interactivity and visual feedback.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Font Family\' option for Label X Axis and Y Axis. This new functionality allows users to customize the font family for labels displayed on the X and Y axes, providing enhanced typography control.</li>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Arrows\' option and updated Arrows styling options. This new functionality allows users to control the visibility of arrows and customize their styling, providing more flexibility in widget design and navigation.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Empty Message\' option. This new functionality allows users to display a custom message when no posts are found, providing better user feedback and enhancing the user experience.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Change: Checkboxes Filter (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.</li>\n<li>Change: Post Carousel (Pro) - Added \'alt\' and \'title\' attributes to the image for improved SEO optimization and accessibility.</li>\n<li>Change: Flip Box Carousel (Pro) - Changed some selectors in CSS to avoid empty items appearing on live page.</li>\n<li>Change: Underline Animated Button (Free) - Changed <section> tag to </li>\n</ul>\n\n<p><</p>\n\n<p>div>. This update improves the semantic structure of the widget, ensuring better compatibility with various screen readers and accessibility standards.\n* Change: Unlimited Charts (Pro) - Updated the animation option to trigger animation when the chart comes into view instead of upon initial load, improving user experience and visual appeal.\n* Change: Submit Button (Free) - Changed the position of Empty Field Errors to be grouped after the submit button. This update enhances the layout and organization of error messages, providing users with a clearer indication of missing information before submission.\n* Change: Post Blocks (Free) - Changed CSS selector for Typography option for better accessibility. This update improves the accessibility of the Typography option by using a more descriptive and accessible CSS selector.\n* Change: List Marquee (Pro) - Increased speed limit to 1000. This update enhances the speed capabilities of the widget, allowing for faster performance and smoother animations.\n* Change: Checkbox Field (Pro) - Increased accessibility by adding IDs to input elements and \"for\" attributes to label elements. This update improves accessibility by associating labels with their corresponding form controls, making it easier for screen readers and other assistive technologies to interpret and navigate the form.\n* Change: Masonry Gallery (Pro) - Implemented \'Autoplay Video In Lightbox\' option. This new functionality allows users to enable autoplay for videos displayed within the lightbox, providing a more dynamic and engaging viewing experience.\n* Change: WhatsApp Chat (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.\n* Fix: Number Field (Pro) - Implemented CSS protection from the max-width CSS property. This new functionality safeguards against unintended styling conflicts or overrides caused by the max-width property.\n* Fix: Fullscreen Menu (Free) - Addressed issue where the fullscreen menu was not displayed correctly in Safari browser.\n* Fix: Image Scroll (Pro) - Resolved 404 error appearing every time Overlay element was added on the page. This fix ensures that the Overlay element is loaded correctly without triggering a 404 error.</p>\n\n<p>version 1.5.100: 2024-03-17</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to connect the filters to some specific grid group</li>\n<li>Fix: fixed js run for background output not always happend</li>\n<li>Fix: filters was shown only related to grid taxonomies after changing to \"all\" </li>\n<li>Fix: returned some tiles gallery images that was missing</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: List (Free) - Implemented \'Open Link in New Tab\' option. This new functionality allows users to specify whether links should open in a new tab, providing flexibility in link behavior.</li>\n<li>Feature: Compact Gallery (Free) - Implemented \'Hide Thumbnail Panel Under Width\' option. This new functionality allows users to hide the thumbnail panel when the viewport width is below a specified threshold, optimizing the display for smaller screens.</li>\n<li>Feature: Select Dropdown Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Checkboxes Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Tabs Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Added \'Image Horizontal Shift\' option, allowing users to adjust the horizontal position of the image for enhanced customization and layout control.</li>\n</ul>\n\n<p>version 1.5.99: 2024-03-11</p>\n\n<ul>\n<li>Fix - updated multisource image fields</li>\n<li>Fix - fixed some small php bug with strtobool function</li>\n</ul>\n\n<p>version 1.5.98: 2024-03-05</p>\n\n<ul>\n<li>Fix Some small gutenberg related bug fix</li>\n</ul>\n\n<p>version 1.5.97: 2024-03-04</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Fix: allow showing authors name translated</li>\n<li>Change: updated font awesome version to 6</li>\n<li>Fix: done some link attribute security fix</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Accordion Menu (Pro) - Implemented \'Active State Color\' options for Sub Menu items. This new functionality allows users to customize the color of sub-menu items when they are in the active state, providing enhanced visual feedback.</li>\n<li>Feature: Content Slider (Pro) - Made \'Slide Margin\' option available for Full Slider Type and Offset Slider Type. This update expands the usability of the margin customization, allowing users to set margins between slides in both Full Slider and Offset Slider configurations.</li>\n<li>Feature: Icon Tabs (Pro) - Made \'Start Collapsed\' option responsive. This update ensures that the \'Start Collapsed\' behavior adjusts responsively, providing a consistent and user-friendly experience across various devices and screen sizes.</li>\n<li>Feature: Post Accordion (Free) - Introduced \'Expand All Accordion\' functionality, enabling users to expand all accordion items with a single click for improved content accessibility.</li>\n<li>Feature: Fullscreen Menu (Free) - Introduced option to customize the thickness of the animated hamburger icon bars, providing users with greater control over the visual appearance of the icon.</li>\n<li>Change: Coverflow Carousel (Pro) - Updated \'Button Link\' option: if empty, no link will be applied. This modification ensures that if the \'Button Link\' option is left empty, no link will be associated with the button within the widget.</li>\n<li>Fix: Product Carousel (Pro) - Optimized widget HTML code. This update enhances performance and efficiency by streamlining the HTML structure of the widget.</li>\n<li>Fix: Content Tabs (Free) - Improved widget interaction within an Elementor\'s popup. This update ensures a more seamless and optimized experience when utilizing the widget within a popup setting.</li>\n</ul>\n\n<p>version 1.5.96: 2024-02-26</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Feature: added option for time_ago_short in timelines that will show shorter version of minutes and hours text</li>\n<li>Feature: added defaults for weather widget</li>\n<li>Fix: fixed hourly weather fields</li>\n<li>Fix: fixed the import with images functionality</li>\n<li>Fix: set default timeout to remote requests</li>\n<li>Fix: fixed the image duplicate when importing templates</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Side Menu (Pro) - Implemented \'Menu Padding\' option. This new functionality allows users to set padding for the menu, providing control over the spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced a new value for \'Meta Data Position\' option called \'Before Title\'. This new functionality allows users to position meta data before the title, providing additional flexibility in content layout.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Stage Padding\' option. This new functionality allows users to set stage padding, displaying a part of the previous and next carousel items for a more visually appealing and dynamic presentation.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Selected Item Number\' option. This new functionality allows users to select a specific item by default, enhancing user experience by highlighting a predetermined item upon initialization.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option to display the image on the opposite side of the content for enhanced layout flexibility and customization.</li>\n<li>Feature: Thumbnail Slider (Pro) - Introduced \'Multi Source\' option, enabling users to select gallery items from various sources for enhanced flexibility and content integration.</li>\n<li>Feature: Timer Countdown Banner (Pro) - Added \'Direction\' option to support RTL (Right-to-Left) layout websites.</li>\n<li>Feature: Post Horizontal Timeline (Pro) - Introduced Background Color and Icon Color options for Navigation Arrows in disabled mode. This new functionality allows users to customize the appearance of navigation arrows when they are disabled, providing enhanced visual control.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Time Ago Type\' option. This new functionality allows users to choose the type of time ago representation, providing flexibility in how time is displayed within the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Text Custom Field\' option. This new functionality allows users to add a custom field under the main Posts Text, providing additional customization for displaying content.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Link Type\' option for all link elements in the widget. This new functionality allows users to choose the type of link for various elements within the widget, enhancing control over linking behavior.</li>\n<li>Feature: Remote Link (Pro) - Introduced active state for the link. This new functionality allows users to customize the appearance of the link when it is in an active state, providing enhanced visual feedback.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Implemented \'Hide Vertical Scrollbar in Popup\' option. This new functionality allows users to hide the vertical scrollbar within the popup, providing a cleaner and more focused appearance.</li>\n<li>Feature: Icon Carousel (Pro) - Introduced \'Autoplay Pause on Hover\' option, allowing users to pause autoplay functionality when hovering over the carousel for improved control and interaction.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Introduced Entrance Animation functionality for the popup. This new feature allows users to apply entrance animations, enhancing the visual appeal and engagement when the popup appears.</li>\n<li>Feature: Unlimited Timeline (Free) - Implemented \'Content Box Link\' option. This new functionality allows users to link the entire content box, providing a convenient way to associate a link with the entire widget item.</li>\n<li>Feature: Text Field (Free) - Added \'Read Only\' option, allowing users to set the field as read-only for preventing user input while retaining visibility of the text.</li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Radar Range\' option for Radar chart, allowing users to set the minimum range value for improved data visualization.</li>\n<li>Feature: Testimonial Carousel (Pro) - Added \'Rating\' field to the Source option. This new functionality allows users to incorporate a rating field as a source for the widget, expanding the available data sources for enhanced content display.</li>\n<li>Feature: Multi Step Form (Pro) - Introduced \'Direction\' option. This new functionality is useful for RTL (Right-to-Left) websites, allowing users to set the direction of the widget layout accordingly.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option for users to customize the text of each item\'s button, providing greater flexibility.</li>\n<li>Feature: Post List (Free) - Implemented \'Space Between Categories\' option. This new functionality allows users to set spacing between categories, providing control over the layout and visual presentation of category elements.</li>\n<li>Feature: Memory Game (Pro) - Introduced \'Add Completion Time to Form Field\' option, enabling users to automatically append the time taken to complete the memory game to a designated form field.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Add Link For The Whole Item\' option. This new functionality allows users to add a link to the entire widget item, enhancing the interactive capabilities and providing a clickable area for the entire item.</li>\n<li>Feature: Post Carousel (Pro) - Implemented \'Text Padding\' and \'Title Padding\' options. This new functionality allows users to set padding for text and title elements, providing enhanced control over spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced \'Date Modified\' options. This new functionality allows users to display the date when a post was last modified, providing additional information and transparency in content presentation.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Introduced options to customize Maps Controls icons\' color and background color. This new functionality allows users to personalize the appearance of map controls, enhancing visual customization.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Disable Map Interaction On Mobile\' option. This new functionality allows users to disable map interaction specifically on mobile devices, providing control over the user experience on smaller screens.</li>\n<li>Change: Content Tabs (Free) - Modified behavior of \'Start Collapsed\' option when used with \'Set Hash\'. If the URL has a hash, the first opened tab will be determined by the hash, providing a more dynamic and user-friendly experience.</li>\n<li>Change: Dropdown Button (Pro) - Removed Text Decoration CSS property from dropdown items. This update enhances the visual presentation by eliminating unnecessary text decoration.</li>\n<li>Change: Woo Mini Cart (Pro) - Added separate border options for \'View Cart\' and \'Checkout\' buttons, providing users with more customization flexibility for button styling.</li>\n<li>Change: Swipe Carousel (Pro) - Modified \'Enable Link\' option. Now, the entire item serves as a link, providing a more intuitive and consistent approach to linking within the widget.</li>\n<li>Fix: Submit Button (Free) - Corrected default values in email 2 that were leading to validation errors.</li>\n<li>Fix: Post Carousel Lite (Free) - Addressed issue where the carousel was not displaying on mobile devices.</li>\n<li>Fix: Icon Tabs (Pro) - Resolved issue with the \'Start Collapsed\' option. The fix ensures that the \'Start Collapsed\' option now functions correctly, delivering the intended collapsed behavior upon initialization.</li>\n<li>Fix: Post Grid (Pro) - Optimized widget item HTML code. This update enhances performance and efficiency by streamlining the HTML structure of widget items.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized item HTML code. This update improves performance and efficiency by refining the HTML structure of individual items within the widget.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized CSS code. This update improves performance and reduces the overall footprint of the stylesheet, enhancing efficiency and loading times.</li>\n<li>Fix: Remote Link (Pro) - Resolved issue where the Text Shadow option was erroneously interpreted as Box Shadow. The fix ensures that the Text Shadow option now functions correctly, providing the intended text shadow effect.</li>\n<li>Fix: Scroll Sequence (Pro) - Revised and improved descriptions of the widget fields for better clarity.</li>\n<li>Fix: Post Magazine Grid (Pro) - Added \'raw\' tag to category names to fix the display issue where the \'&\' symbol in category names was not displaying correctly.</li>\n<li>Fix: Before After (Pro) - Improved widget interaction with Elementor\'s Popups. This update ensures seamless integration and optimal performance when using the widget within Elementor\'s Popup functionality.</li>\n<li>Fix: Grid Gallery (Pro) - Resolved an issue where the widget was not extending to full width within Elementor Container.</li>\n<li>Fix: Particle Image (Pro) - Added protection from lazy load. This update ensures compatibility and proper functionality, mitigating potential issues related to lazy loading on various platforms.</li>\n</ul>\n\n<p>version 1.5.95: 2024-02-12:</p>\n\n<ul>\n<li>Feature: Ensure that the blog displayed on the \"Home\" page of the plugin is always up-to-date.</li>\n<li>Feature: Implemented support for tags in the widget catalog.</li>\n<li>Feature: Added an option for galleries to play videos in muted mode.</li>\n<li>Feature: Integrated weather forecast data preparation for the widget.</li>\n<li>Fix: Addressed some minor potential security risks associated with the import templates functionality.</li>\n<li>Fix: Rectified email validation for Form Email2.</li>\n<li>Fix: Resolved some issues with the price range filter.</li>\n<li>Fix: fixed the problem where dynamic template styles disappeared after updating Elementor Pro.</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Image Zoom Content Box (Free) - Implemented \'Title Tag\' option. This new functionality allows users to specify the HTML tag for titles within the widget, providing flexibility and control over the semantic structure of the content.</li>\n<li>Feature: Post Accordion (Free) - Implemented \'Disable Link in Image\' option. This new functionality allows users to disable the link associated with an image, providing more control over the interactive behavior of images within the widget.</li>\n<li>Feature: Slider Gallery (Free) - Implemented \'Mute Video\' option. This new functionality allows to play videos muted by default. Volume can be adjusted in video players on live page.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Item Bar Width\' option. This new functionality allows users to customize the width of individual bars, providing greater control over the visual representation of items.</li>\n<li>Feature: Remote Item Navigation (Pro) - Introduced \'Border Override Color\' options for Regular and Active states. This new functionality allows users to customize border colors separately for both Regular and Active states, enhancing visual styling in the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Title Min Height\' option. This new functionality allows users to set a minimum height for the title, offering more control over the visual presentation and consistency in the widget.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Show Link\' option. This new functionality enables users to show or hide links and customize their styling within the widget, offering more control over the interactive elements.</li>\n<li>Feature: Counter (Free) - Implemented \'Add Link To Widget Container\' option. This new functionality allows users to include a link, enhancing the interactive capabilities of the element by enabling navigation to another page or resource.</li>\n<li>Feature: Icon Box Accordion (Pro) - Introduced \'Icon + Text\' option for Graphic Element. This new value expands customization by allowing users to display both an icon and text within the Graphic Element for richer visual representation.</li>\n<li>Feature: Before After (Pro) - Added support for the widget inside Elementor\'s Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to utilize the widget effectively within Elementor\'s Tabs.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Hide Inactive Arrow\' option. This new functionality allows users to hide inactive arrows, providing a cleaner and more focused appearance in the widget interface.</li>\n<li>Feature: Layers (Pro) - Added shadow for icon type layers.</li>\n<li>Feature: Icon Pointer Button (Pro) - Introduced \'Direction\' option. This new functionality allows users to specify the direction for RTL (Right-to-Left) or LTR (Left-to-Right) websites, ensuring proper layout alignment based on language direction.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Auto Height\' option. This new functionality adjusts the height of the slider dynamically based on the height of the current slide, providing a more adaptive and seamless user experience.</li>\n<li>Feature: Justified Image Carousel (Pro) - Option to fix the broken layout (resulting in a duplicate carousel) caused by delayed image loading, this solution verifies that the images are loaded before initializing the carousel.</li>\n<li>Feature: Remote Tabs (Pro) - Introduced styling options for Border Radius, Border, and Shadow for the image of the active tab.</li>\n<li>Feature: Layers (Pro) - Added background color, padding and radius for text fields.</li>\n<li>Feature: WhatsApp Chat (Pro) - z-index option for Popup, allowing users to customize the stacking order of the Popup for better control over its visibility in relation to other elements.</li>\n<li>Feature: WhatsApp Chat (Pro) - Introduced option to customize the Popup Title, along with styling options for enhanced visual control and personalization.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced \'Additional Title\' options. This new functionality expands customization by providing additional settings for titles, allowing users to further enhance the visual presentation of titles within the widget.</li>\n<li>Feature: Content Grid (Pro) - Introduced \'Image Scale\' option. This new functionality allows users to scale the images, providing enhanced control over the visual presentation within the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented feature - automatically opens menu item if it matches the current page URL.</li>\n<li>Feature: Post Grid (Pro) - Added Option to show post tags, providing users with the ability to showcase tags associated with each post.</li>\n<li>Feature: Post Magazine Grid (Pro) - Introduced \'Image Scale\' and \'CSS Filters\' options along with the hover transition duration for enhanced image customization.</li>\n<li>Feature: Card Carousel (Free) - Implemented \'Image Position\' option. This new functionality allows users to customize the position of image within the widget, providing enhanced control over the visual layout.</li>\n<li>Feature: Layers (Pro) - Added mouse parallax effect, adds a captivating and interactive dimension to the user interface.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced additional styling options. This new set of functionalities allows users to further customize and refine the visual appearance of the widget, providing enhanced styling possibilities.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Close Transition Speed\' option. This new functionality enables users to set the speed of close animations for the dropdown, enhancing visual transitions and customization.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added \'Image Position\' option, allowing users to customize the position of the image above or below the content for enhanced layout flexibility.</li>\n<li>Feature: Layers (Pro) - Implemented motion effects—now elements can bounce up and down and move left to right for a livelier interface.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Center Info Window\' option. This new functionality allows users to center the info window on the map, providing enhanced visibility and focus on the selected location.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Close After Outside Info Window Click\' option. This new functionality allows users to close the info window after clicking outside of it on the map, enhancing user interaction and control.</li>\n<li>Feature: Layers (Pro) - Implemented responsive settings for individual layers, allowing users to toggle each layer on or off based on the specific device requirements.</li>\n<li>Feature: Image Accordion (Pro) - Added \'Title HTML Tag\' option, providing users with better SEO control by allowing customization of HTML tags for widget titles.</li>\n<li>Feature: Content Tabs (Free) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab content for a smoother and more seamless user experience.</li>\n<li>Feature: Event List (Pro) - Implemented \'Remove Expired Event Item\' option. This new functionality allows users to automatically remove event items that have expired, streamlining content management within the widget.</li>\n<li>Feature: Post Grid (Pro) - Added typography option for post tags, allowing users to customize the font style, size, and other typographic attributes.</li>\n<li>Feature: Event List (Pro) - Implemented \'Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the button, providing enhanced control over the layout within the widget.</li>\n<li>Feature: vCard (Pro) - Introduced option to include social media links in downloadable VCF contact file, enhancing contact information with additional social network profiles for improved connectivity.</li>\n<li>Change: Toggle Text Button (Free) - Upgraded textarea to full functionality editor, providing users with enhanced editing capabilities.</li>\n<li>Change: vCard (Pro) - Updated vCard JavaScript library to the latest version, ensuring compatibility with current standards and latest feature availability.</li>\n<li>Fix: Woo Product List (Free) - Introduced \'Layout Type\' option. This new functionality allows users to set the layout as either column or row, providing flexibility in organizing and displaying content within the widget.</li>\n<li>Fix: vCard (Pro) - Resolved issue where QR code was not scanning on some apps.</li>\n<li>Fix: Hotspots (Pro) - Rebuilt JavaScript code for better interaction. Removed unnecessary code to optimize performance and streamline functionality.</li>\n<li>Fix: Sideways Vertical Text (Pro) - Text layout shifting issue on Safari browser.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue with scrolling to the top of the page after tab click. The fix ensures that tab clicks no longer trigger unintended scrolling to the top, providing a smoother user experience.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the vertical scrollbar appearing on hover.</li>\n<li>Fix: Testimonial Carousel (Pro) - The issue where styling attributes (size and color) for SVG icons were not taking effect.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue in Content Tabs when Before After widget couldn\'t function inside tabs. The fix ensures proper functionality, allowing users to utilize the widget as intended.</li>\n<li>Fix: Woo Product Grid (Pro) - Added image HTML attributes to product images.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue where the size of social icons wasn\'t responding to the option value. The fix ensures that the specified option value now accurately reflects the size of social icons.</li>\n<li>Fix: Counter (Free) - Removed unnecessary space in \'Before Text\' and \'After Text\' options. This update improves the clarity and presentation of the text by eliminating unnecessary spacing.</li>\n<li>Fix: Content Tabs (Free) - Added support for Elementor Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to incorporate the widget effortlessly within Elementor Tabs.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved an issue where incorrect icons were being displayed after selecting a menu item.</li>\n<li>Fix: Woo Mini Cart (Pro) - Improved widget compatibility with optimization plugins like WP Rocket. This update ensures seamless integration, optimizing performance and enhancing the overall user experience when using these plugins.</li>\n<li>Fix: Post Accordion (Free) - Updated post content loading method to resolve the issue where, on some sites, post content was not displaying correctly.</li>\n<li>Fix: Dropdown Field (Pro) - Fixed an issue when Dropdown Field couldn\'t parse Field Name to Number Field widget.</li>\n<li>Fix: Card Carousel (Free) - Resolved issue where Transition Speed wasn\'t working for non-default animations. The fix ensures that Transition Speed now functions correctly for all animations, providing consistent and reliable behavior.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Removed default 2px border with blue color from one of the map elements. This update improves the visual presentation by eliminating an unnecessary border.</li>\n</ul>\n\n<p>version 1.5.94: 2024-01-25:</p>\n\n<ul>\n<li>Feature: added option to message individual fields for the form</li>\n<li>Change: removed instagram blocked api message - the instagram functionality is active now!</li>\n<li>Change: added default values to currency fields</li>\n<li>Fix: fixed small php bug regarding date field in items</li>\n<li><p>Fix: fixed some small xss vulnurability that pachstack discovered</p></li>\n<li><p>Feature: Number Field (Pro) - Introduced \'Enable Date Field in Formula\' option. This new functionality enables the use of Date Field in formula by allowing the addition or subtraction of days.</p></li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Remove Items with 0 Value\' option. This new functionality automatically excludes items with a value of 0 from charts.</li>\n<li>Feature: WordPress Menu (Free) - Implemented \'Hover Effect\' option. This new functionality allows users to choose from a variety of hover link effects, enhancing the visual presentation with dynamic animations.</li>\n<li>Feature: Hotspots (Pro) - Introduced customizable popup positioning, providing users with the option to define the exact position rather than relying on preset center alignment.</li>\n<li>Feature: Event List (Pro) - Introduced \'Event End Date\' option, allowing users to display event end date and time.</li>\n<li>Feature: Event List (Pro) - Implemented \'Calendar Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the calendar, providing better control over its placement within the layout.</li>\n<li>Feature: Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Dropdown Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Value Handling\' options. This new functionality allows users to choose the checkbox value type from options such as sum, individual number, or individual text, providing flexibility in handling checkbox values.</li>\n<li>Feature: Masonry Gallery (Pro) - Introduced \'Title Typography\' and \'Description Typography\' options. These new functionalities allow users to customize the typography settings for titles and descriptions.</li>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Tile Background Color\' option. This new functionality allows users to customize the background color of tiles, providing enhanced visual control over the widget\'s appearance.</li>\n<li>Feature: Hotspots (Pro) - Added \'Popup Image Size\' option, allowing users to customize the size of popup images.</li>\n<li>Feature: WooCommerce Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented \'Open Links In New Tab\' option. This new functionality allows users to specify whether links should open in a new tab with Source type posts, products, etc.</li>\n<li>Feature: Content Ticker (Pro) - Added Option to add an Image for each ticker item.</li>\n<li>Change: Hotspots (Pro) - Enabled \'Image Size Select\' option for the Image, allowing users to choose from different image resolutions for enhanced flexibility and visual customization.</li>\n<li>Change: Icon Carousel (Pro) - Improved \'Item Minimum Height\' option by expanding the range of values.</li>\n<li>Fix: Fullscreen Menu (Free) - Improved protection from Elementor sticky section interference.</li>\n<li>Fix: vCard (Pro) - Issue with QR code not displaying when \'Include Image in Contact\' is enabled has been resolved.</li>\n<li>Fix: Dropdown Field (Pro) - Resolved issue with \'Field Name\' not appearing during email sending. The fix ensures that the field name is now properly displayed in email notifications.</li>\n<li>Fix: Mega Menu (Pro) - Resolved horizontal scroll issue. The fix ensures that the layout no longer experiences unintended horizontal scrolling, providing a more stable and user-friendly experience.</li>\n<li>Fix: Scroll To Top (Free) - Resolved issue where the icon wasn\'t visible on the frontend. The fix ensures proper visibility of the icon, addressing the bug and improving the overall appearance.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the \'Disable Page Scroll\' option not working in some cases. The fix ensures consistent functionality, preventing page scrolling as intended.</li>\n<li>Fix: Text Field (Free) - Resolved input width issue. The fix ensures that input elements now display with the correct width.</li>\n</ul>\n\n<p>version 1.5.93: 2024-01-18:</p>\n\n<ul>\n<li>Feature: Introduced the option \'slider_video_autoplay\' to galleries, enabling video autoplay when changing items.</li>\n<li>Feature: Added the option to include specific taxonomies in related posts queries.</li>\n<li>Feature: Implemented automatic recognition of video thumbnail IDs in certain gallery types based on relevant post meta.</li>\n<li>Feature: Added functionality for the price range filter.</li>\n<li>Change: Updated the Freemius version.</li>\n<li>Change: Modified the text format for the export change log.</li>\n<li>Change: Restored the \"import with images\" feature after incorporating file type checks for security.</li>\n<li>Fix: Enhanced the handling of multiple user records for the \'exclude users\' option in the users query (Ajax-based).</li>\n<li>Fix: Corrected URL CSS and JS inclusion issues in Elementor editor.</li>\n<li><p>Fix: Corrected a bug related to \"mini cart widget\" in PHP in specific cases.</p></li>\n<li><p>Feature - Card Carousel (Free) - Introduced \'Hide Item\' option. This new functionality allows users to hide items instead of deleting them permanently, offering a more reversible and flexible approach to item management.</p></li>\n<li>Feature - Post Grid (Pro) - Implemented \'Layout Type: Above\' option. This new functionality allows users to change the position of the content box to above the image.</li>\n<li>Feature - Thumbnail Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Compact Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Grid Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Slider Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Flip Box Carousel (Pro) - Introduced option for back icon alignment, providing users the flexibility to customize the alignment of the back icon.</li>\n<li>Feature - Post List (Free) - Implemented \'Image Scale\' option for regular and hover states. This new feature allows users to customize the scaling of images independently for regular and hover states, enhancing visual presentation.</li>\n<li>Change - Flip Box Carousel (Pro) - Implemented conditional rendering of CSS to reduce unused styles, resulting in improved performance, SEO, and faster load times for enhanced user experience.</li>\n<li>Change - Content Accordion (Free) - Improved \'Expand All Accordion\' functionality, now allowing users to close the accordion by clicking the same button again for a more intuitive and user-friendly experience.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Implemented protection against buttons not being vertically aligned in specific cases.</li>\n<li>Fix - Flip Box Carousel (Pro) - Resolved an issue where links were not functioning properly when clicking on the back icon.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Resolved issue with the product button not being clickable in some cases.</li>\n<li>Fix - Post Carousel (Pro) - Resolved issue with the side-by-side layout.</li>\n<li>Feature - Logo Grid (Free) - Enhanced responsiveness for item \'Padding\' option. This update ensures that item padding adjusts effectively across various screen sizes and device resolutions for a consistent layout.</li>\n<li>Feature - Logo Grid (Free) - Implemented \'Direction\' option. This new feature is particularly useful for RTL (Right-to-Left) websites, allowing users to specify the direction of the widget\'s layout for improved compatibility.</li>\n<li>Feature - Content Accordion (Free) - Introduced a new feature that allows the expansion of all accordion items by clicking on an external element with the class \"ue-content-accordion-expand-all\".</li>\n<li>Feature - Memory Game (Pro) - Introduced template option for success message, Allowing users to show Elementor template as success message.</li>\n<li>Feature - Memory Game (Pro) - Added \'Completion Time\' option, enabling users to show the time it took to complete the game for a more informative and engaging experience.</li>\n<li>Feature - Content Accordion (Free) - Introduced \'Additional Header Content\' option in the accordion, allowing users to include additional content after the header title.</li>\n<li>Feature - Post Accordion (Free) - Implemented \'Open Links in New Tab\' option. This new functionality allows users to configure links to open in a new tab, enhancing control over the navigation experience.</li>\n<li>Feature - Side Menu (Pro) - Added an option to add a logo to the side menu layout.</li>\n</ul>\n\n<p>version 1.5.92: 2024-01-04:</p>\n\n<ul>\n<li>Feature: Introduced the change log option in the widget editor.</li>\n<li>Feature: Introduced the ability to connect with Google API for multi-source options.</li>\n<li>Feature: Included an option to link with Google Sheets under the general settings for forms.</li>\n<li>Feature: Integrated a \"show globals\" feature in troubleshooting for enhanced diagnostics.</li>\n<li>Feature: Implemented the capability to output cart fragments for the woo mini cart.</li>\n<li>Feature: Provided an option for \"none\" under lightbox-type in galleries, allowing users to disable the lightbox.</li>\n<li>Feature: Added an \"excerpt\" field to post fields within the widget editor for more detailed posts.</li>\n<li>Fix: Replaced site_url() with home_url() in global variables for better website navigation.</li>\n<li>Fix: Resolved a conflict with another select2 on the admin side, ensuring smoother operations.</li>\n<li>Fix: Rectified an error with multiple order by clauses in post queries to improve data sorting.</li>\n<li><p>Fix: Enhanced the manual selection of Elementor template retrieval for optimized performance.</p></li>\n<li><p>Feature - Content Carousel - Introduced \'Equalize Content Height\' option. This new feature simplifies the process of making content elements equal in each item.</p></li>\n<li>Feature - Flip Box Carousel - Enhanced responsiveness for Border Radius option. The update ensures that the Border Radius adapts effectively to different screen sizes and device resolutions for a consistent display.</li>\n<li>Feature - WooCommerce Product Carousel - Resolved broken layout issue occurring when set to side-by-side layout</li>\n<li>Feature - Phone Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Textarea Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Email Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Text Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Testimonial Carousel - Implemented \'Layout Type: Grid\' option. This new functionality facilitates the transformation of the widget\'s layout into a simple grid.</li>\n<li>Feature - Testimonial Carousel - Introduced \'Layout Type: Swipe\' option. This new feature allows users to set the behavior of the widget, resembling the functionality found in Swipe Carousel widget.</li>\n<li>Feature - Flip Box Carousel - Introduced \'Disable Mouse Drag\' and \'Disable Touch Drag\' options in Flip Box Carousel settings, offering control over user interaction by allowing the disabling of dragging functionalities.</li>\n<li>Feature - Team Member Grid - Introduced \'Badge\' option, allowing users to include custom badge images or icons for enhanced member representation.</li>\n<li>Feature - Thumbnail Slider - Implemented responsiveness for \'Slider Main Image Height\' option.</li>\n<li>Feature - Thumbnail Slider - Optimized \'Slider Main Image Height\' functionality to prevent widget reloading upon value change.</li>\n<li>Change - Thumbnail Slider - Changed attribute of \'Slider Main Image Height\' option from Number to Slider. This adjustment simplifies the process of adjusting the height of the main image by providing a more intuitive control.</li>\n<li>Fix - Submit Button - Improved interaction within Multi Step Form widget. Enhancements have been made to streamline and optimize the submit action.</li>\n<li>Feature - Multi Step Form - Implemented form submission loader. This new addition introduces a visual loader to illustrate the process of sending form data, enhancing user feedback during form submission.</li>\n<li>Feature - WooCommerce Product List - Introduced \'Default Image\' option. The widget will now display the specified default image when a product image is empty, for a more personalized user experience.</li>\n</ul>\n\n<p>version 1.5.91: 2023-12-28:</p>\n\n<ul>\n<li>Change: removed some vulnerability related to templates import</li>\n</ul>\n\n<p>version 1.5.90: 2023-12-18:</p>\n\n<ul>\n<li>Fix: fixed some small bug with pro version main file</li>\n</ul>\n\n<p>version 1.5.89: 2023-12-17:</p>\n\n<ul>\n<li>Fix: fixed some post filters detection issues on the page</li>\n<li>Fix: fixed some \"$type not found\" message in php</li>\n<li>Fix: fixed some \"infinite template found: \" message in php (emtpy template load protection)</li>\n<li>Change: added instagram api access error message</li>\n<li>Change: removed \"import with images\" functionality. replaced by doubly plugin.</li>\n</ul>\n\n<p>version 1.5.88: 2023-12-11:</p>\n\n<ul>\n<li>Feature: added \"iframe\" gallery type to the gallery items</li>\n<li>Fix: fixed the \"show/hide edit html button\" option from general settings</li>\n<li>Fix: fixed the general_settings.xml php error</li>\n<li>Fix: fixed some issue with gallery loading on pages and current meta keys</li>\n<li>Fix: fixed default value in datetime control</li>\n<li>Change: added some improvements for the form </li>\n<li>Change: set video placeholder to dynamic galleries in case of video item</li>\n</ul>\n\n<p>version 1.5.87: 2023-11-21:</p>\n\n<ul>\n<li>Change: updated freemius sdk to 2.6.0 version</li>\n<li>Change: added some protection against double background widgets output</li>\n<li>Feature: enabled form functionality</li>\n<li>Feature: enabled currency exchange functionality</li>\n</ul>\n\n<p>version 1.5.85: 2023-11-15</p>\n\n<ul>\n<li>Feature: added woo_addcart_ajax_attributes_button in twig for the button</li>\n<li>Feature: added option to show original settings values in widget debug</li>\n<li>Feature: added troubleshooting setting not to show php deprecated warnings</li>\n<li>Fix: better prepare post custom fields for the post multisource</li>\n<li>Fix: links from meta field works now</li>\n<li>Fix: fixed the ob_end_clean bug</li>\n<li>Fix: in post query - excluded posts not in from posts in</li>\n<li>Fix: fixed a small bug in the unite gallery library</li>\n<li>Change: updated twig version to 3.x</li>\n<li>Change: updated instagram data with date released field</li>\n</ul>\n\n<p>version 1.5.85: 2023-09-20</p>\n\n<ul>\n<li>Fix: fixed a small bug with multisource image param message</li>\n</ul>\n\n<p>version 1.5.84: 2023-09-20</p>\n\n<ul>\n<li>Feature: added twig function csv to json</li>\n<li>Feature: changed the admin view to new design (added designed header and menu)</li>\n<li>Feature: added option to enable animation on swipe to owl carousel js</li>\n<li>Feature: added woo mini cart functionality</li>\n<li><p>Feature: added option: \"current query as a base\" to post selection -> include by</p></li>\n<li><p>Fix: added support for webp in the manager</p></li>\n<li>Fix: allow fetching images from media library post type for the galleries </li>\n</ul>\n\n<p>version 1.5.83: 2023-08-22</p>\n\n<ul>\n<li>Fix: don\'t show first item in filter when no terms available</li>\n<li>Change: updated calculators javascript code base</li>\n</ul>\n\n<p>version 1.5.82: 2023-08-16</p>\n\n<ul>\n<li>Feature: added option for group filtering widgets</li>\n<li>Feature: solved the video play in gallery type from attachment video</li>\n<li>Change: turned off the video icon for background attribute</li>\n<li>Fix: fixed dynamic template with avoid duplicates</li>\n<li>Fix: fixed gallery widget acf video item error</li>\n<li>Fix: fixed some sort filter bugs with the default selected</li>\n</ul>\n\n<p>version 1.5.81: 2023-08-10</p>\n\n<ul>\n<li>Fix: fixed some missing css in the dynamic loop widgets</li>\n<li>Fix: fixed some child filters related bug</li>\n<li>Fix: fixed order by price in current query</li>\n<li>Fix: fixed some php 8.16+ version notices </li>\n<li>Feature: added option to print the term meta</li>\n</ul>\n\n<p>version 1.5.80: 2023-08-07</p>\n\n<ul>\n<li>Feature: added option to get \"all taxonomy terms\" from a post </li>\n<li>Feature: added html preperations for the woocommerce minicart</li>\n<li>Feature: added \"this week\" to the date selection query</li>\n<li>Feature: added \"grouping\" mode in the \"related posts\"</li>\n<li>Fix: the pagination now works on top of the grid</li>\n<li>Fix: fixed some init ajax filters multiple issues</li>\n<li>Fix: fixed the error with the assets path set</li>\n</ul>\n\n<p>version 1.5.79: 2023-07-24</p>\n\n<ul>\n<li>Fix: changed name for area-label to aria-label</li>\n<li>Fix: in filters - refresh single filter if \"all\" selected and there are hidden items</li>\n<li>Fix: changed protection against inifnite loop to 200</li>\n<li>Fix: show child filters at start if there are selected items</li>\n<li>Fix: date time attribute processor - if no date given - don\'t take current time</li>\n<li>Fix: refresh child filter if main filter selected on init</li>\n<li>Fix: dynamic popup was not worked with multisource in some cases</li>\n</ul>\n\n<p>version 1.5.78: 2023-07-16</p>\n\n<ul>\n<li>Fix: fixed show filters load more</li>\n<li>Fix: fixed multisource repeater empty</li>\n</ul>\n\n<p>version 1.5.77: 2023-07-13</p>\n\n<ul>\n<li>Fix: fixed dropzone collision in widget editor view</li>\n<li>Fix: fixed sort filter price filtering</li>\n<li>Fix: fixed max number in addons db table. from \"int\" to \"bigint\"</li>\n<li>Fix: replaced some deprecated by elementor codes</li>\n</ul>\n\n<p>version 1.5.76: 2023-07-12</p>\n\n<ul>\n<li>Feature: added \"rem\" unit in slider attribute</li>\n<li>Fix: fixed some small bug with remote sync debug</li>\n<li>Fix: fixed the truncate in multisource</li>\n<li>Fix: fixed some small bugs related to remote controls</li>\n<li>Fix: fixed dropzon third party conflict in manager</li>\n</ul>\n\n<p>version 1.5.75: 2023-07-05</p>\n\n<ul>\n<li>Feature: added some suggestion text to add some memory in the troubleshooting section in case that needed</li>\n<li>Fix: the wrong author was displayed in loop post meta data</li>\n<li>Fix: do_shortcode to html items inside the grid and dynamic loop</li>\n<li>Update: Updated Freemius SDK to the latest version</li>\n</ul>\n\n<p>version 1.5.74: 2023-07-04</p>\n\n<ul>\n<li>Fix: show search widgets at plugin install.</li>\n<li>Fix: menu picker depts in multisource</li>\n<li>Fix: set the author data to be retrievable in dynamic grid template</li>\n<li>Fix: show meta fields switcher didn\'t worked in multisource menu items</li>\n</ul>\n\n<p>version 1.5.73: 2023-06-26</p>\n\n<ul>\n<li>Feature: added options for revisions in widget editor</li>\n<li>Fix: added support for wordpress proxy in api calling</li>\n<li>Fix: fixed empty post in query result</li>\n<li>Fix: fixed \"wrong template ID\" elementor error in post accordion</li>\n</ul>\n\n<p>version 1.5.72: 2023-06-21</p>\n\n<ul>\n<li>Fix: added the swf extension in the allowed files in assets</li>\n<li>Feature: prepared the plugin for sort filter</li>\n<li>Change: updated freemius sdk to 2.5.9</li>\n</ul>\n\n<p>version 1.5.71: 2023-06-20</p>\n\n<ul>\n<li>Change: removed js includes of the forms and filters from backend editor</li>\n<li>Change: changed colors of the free version notification in dark mode</li>\n<li>Fix: fix the \"link\" type in wpml integration automatic translation</li>\n<li>Feature: add support for the conditions in ue forms</li>\n</ul>\n\n<p>version 1.5.70 2023-06-19:</p>\n\n<ul>\n<li>Change: added some \"birthday sale\" banner</li>\n<li>Feature: added \"truncate text\" modifier to multisource fields</li>\n<li>Feature: dynamic tags now works inside posts and products related widgets</li>\n<li>Feature: added twig highlighting in codemirror editor</li>\n<li>Fix: fixed sequence animation sliders bug (fields didn\'t loaded in elementor)</li>\n<li>Fix: change the comment from // to /* */ in filters js output to allow proper page compression.</li>\n<li>Fix: the \"time ago\" string is now translatable </li>\n<li>Fix: fixed the wpml elementor template id output</li>\n<li>Fix: fixed backgrounds bug with containers in editor</li>\n<li>Fix: fixed some small bugs with the checkbox filter</li>\n</ul>\n\n<p>version 1.5.69: 2023-06-08:</p>\n\n<ul>\n<li>Fix: allow to install webp images in widgets</li>\n</ul>\n\n<p>version 1.5.68: 2023-06-06:</p>\n\n<ul>\n<li>Change: added functionality for sort filter </li>\n<li>Feature: added field: \"form conditions\" for the upcoming form</li>\n<li>Feature: added link translation to wpml integration</li>\n<li>Feature: added link_attributes field to post list fields in twig</li>\n<li>Fix: fixed slider control min max values in case of multiple units</li>\n<li>Fix: add do shortcode from ajax items response</li>\n<li>Fix: fixed posts grid output with \"product\" taxonomy without woocommerce</li>\n<li>Fix: fixed getting cross sell products query in product list</li>\n</ul>\n\n<p>version 1.5.67 - 2023-05-29:</p>\n\n<ul>\n<li>Fix: fixed some more securaty issues related to assets manager</li>\n</ul>\n\n<p>version 1.5.66 - 2023-05-28:</p>\n\n<ul>\n<li>Fix: fixed some securaty issues related to non editor users operations and not allowed to upload php files in assets manager</li>\n</ul>\n\n<p>version 1.5.65 - 2023-05-26:</p>\n\n<ul>\n<li>Fix: fixed instagram api related bugs </li>\n</ul>\n\n<p>version 1.5.64 2023-05-23:</p>\n\n<ul>\n<li>Change: update freemius to latest version 2.5.8</li>\n<li>Fix: fixed a small php bug</li>\n</ul>\n\n<p>version 1.5.63 2023-05-23:</p>\n\n<ul>\n<li>Change: expand in widget editor is now connected to the screen height</li>\n<li>Fix: fixed the dynamic popup with multiple fields code </li>\n<li>Fix: fixed some sync if the clicked item is link</li>\n<li>Feature: added support for sort post filter</li>\n<li>Feature: hide \"show only insalled\" checkbox in widgets manager if no widget installed.</li>\n</ul>\n\n<p>version 1.5.62 2023-05-14:</p>\n\n<ul>\n<li>Feature: added \"edit template\" link in template selector</li>\n<li>Feature: added hidden template edit button to top bar</li>\n<li>Feature: added option for dynamic popup link to connect to many links in the widget</li>\n<li>Fix: solved some php error with parse dynamic settings in php 8.1</li>\n<li>Fix: getMetaValue error in products</li>\n<li>Fix: fixed doubly css includes in some cases</li>\n</ul>\n\n<p>version 1.5.61 - 2023-05-07:</p>\n\n<ul>\n<li>Feature: added support for woocommerce jet wishlist</li>\n<li>Feature: did option to disable third party hooks in ajax</li>\n<li>Fix: click on link on sync didn\'t worked</li>\n<li>Fix: added some protections to nonce and to file manager zip exctract (securaty issues fix) </li>\n<li>Change: updated freemius sdk to 2.5.7 version.</li>\n</ul>\n\n<p>version 1.5.60 - 2023-04-30:</p>\n\n<ul>\n<li>Feature: added functionality to get cart number of products </li>\n<li>Fix: fixed link field settings for multisoure</li>\n<li>Fix: fixed some bugs with regular price in woocommerce widgets</li>\n<li>Fix: filters js file loaded in editor as well</li>\n<li>Fix: fixed some small php bug regarding \"pathBase\"</li>\n<li>Fix: fixed conditions in multiple select control</li>\n<li>Change: updated unite gallery version</li>\n<li>Change: disabled autoload in update_option for the catalog variable</li>\n</ul>\n\n<p>version 1.5.59: 2023-04-09</p>\n\n<ul>\n<li>Feature: added multiple select to condition attributes in widget editor</li>\n<li>Change: updated freemius sdk to the latest version</li>\n<li>Fix: fixed empty post meta fields in case that acf plugin is on</li>\n<li>Fix: fixed some bug with avoid duplicates option and filters in single grid</li>\n<li>Fix: made some corrections in case that post query show wrong init selected terms values</li>\n<li>Fix: the post carousel goes to random item after ajax refresh</li>\n<li>Fix: fixed jet engine custom fields integration</li>\n</ul>\n\n<p>version 1.5.58: 2023-03-26</p>\n\n<ul>\n<li>Feature: added dynamic popup functionality to multisource widgets</li>\n<li>Fix: fixed missing arguments in the_post action</li>\n<li>Fix: fixed some php multisource error</li>\n<li>Fix: fixed some product ajax search related issues</li>\n<li>Fix: fixed some small but with ajax refresh and sync</li>\n</ul>\n\n<p>version 1.5.57: 2023-03-20</p>\n\n<ul>\n<li>Feature: improved the multisource selectors</li>\n<li>Feature: added option to get image from post meta in post fields - widget editor</li>\n<li>Fix: added \"skins\" folder to unite gallery</li>\n<li>Fix: added more compatability to woo commerce grids with discounts plugins</li>\n<li>Fix: fixed same uc_id in dynamic templates</li>\n</ul>\n\n<p>version 1.5.56: 2023-03-13:</p>\n\n<ul>\n<li>Feature: added option authors by dynamic field in post query</li>\n<li>Feature: done some integration with flycart discounts</li>\n<li>Feature: added option to show post type and post type title in posts fields</li>\n<li>Feature: added option to add multiple values in multisource</li>\n<li>Fix: fixed get posts by terms meta field - add taxonomy</li>\n<li>Fix: fixed responsive css in dynamic loop</li>\n<li>Fix: fixed dynamic loop with jet engine acf fields</li>\n<li>Fix: fixed slider control units for vh, vx and % </li>\n<li>Fix: added \"before today\" for past year in date qury</li>\n<li>Change: the uc_id will not change now when page refresh</li>\n</ul>\n\n<p>version 1.5.55: 2023-02-23:</p>\n\n<ul>\n<li>Fix: fixed wpml integrate fields</li>\n<li>Fix: fixed some write file error, will not crash if happend</li>\n<li>Fix: fixed entrance animation js on popup</li>\n<li>Fix: fixed strip tags in intro from content</li>\n<li>Fix: fixed some php 8.1 issues</li>\n<li>Fix: fixed some post intro with html tags issues</li>\n<li>Change: do_action function is working now in free version</li>\n</ul>\n\n<p>version 1.5.54: 2023-02-15</p>\n\n<ul>\n<li>Change: added some define variable that indicate the under ajax search</li>\n<li>Change: added \"collect\", and \"output\" to schema types in content accordion widget for example</li>\n<li>Feature: added wpml auto translate integration</li>\n<li>Feature: added option to select \"all taxonomies\" in exclude terms in terms selection</li>\n<li>Feature: added option - only direct children to terms select include by</li>\n<li>Feature: added option to post select to get posts by terms from curent meta field</li>\n<li>Fix: preserve tags when truncate</li>\n<li>Fix: fixed load more with second meta add in post query</li>\n</ul>\n\n<p>version 1.5.53: 2023-02-07</p>\n\n<ul>\n<li>Fix: keep exclude terms in grid when filtering with \"override terms\" mode</li>\n<li>Fix: fixed get_terms() not found php error from 1.5.52 version</li>\n</ul>\n\n<p>version 1.5.52: 2023-02-06</p>\n\n<ul>\n<li>Change: done some protection agains infinite loops in templates</li>\n<li>Fix: fixed popup button type conditions</li>\n<li>Fix: fixed term meta fields in multisource</li>\n<li>Fix: fixed exclude term not found in post select</li>\n</ul>\n\n<p>version 1.5.51: 2023-01-31</p>\n\n<ul>\n<li>Feature: added version to js comment output</li>\n<li>Feature: connected the galleies to remote play / stop like the carousels</li>\n<li>Feature: added some error message when image size attribute is missing in multisource</li>\n<li>Feature: added dynamic popup special attribute type</li>\n<li>Fix: fixed title source and description source in multisource gallery for products.</li>\n<li>Fix: added supress filtres to ajax search query</li>\n</ul>\n\n<p>version 1.5.50: 2023-01-24</p>\n\n<ul>\n<li>Feature: added \"media\" to post types select in advanced post query</li>\n<li>Feature: improved the date time attribute</li>\n</ul>\n\n<p>version 1.5.49: 2023-01-23</p>\n\n<ul>\n<li>Fix: fixed some js optimization issues </li>\n<li>Fix: fixed filters related small js bug</li>\n</ul>\n\n<p>version 1.5.48: 2023-01-19</p>\n\n<ul>\n<li>Feature: added gallery to multisource</li>\n<li>Feature: added post type override selectin current post query options</li>\n<li>Fix: fixed remote play with carousel</li>\n<li>Fix: fixed some multisource and ajax related bugs</li>\n<li>Fix: fixed popular posts plugin integration multiple post types</li>\n<li>Fix: fixed background widgets some problematic attribute names</li>\n<li>Fix: fixed include terms by current post terms in some cases.</li>\n<li>Fix: fixed default url_assets value in multisoure</li>\n<li>Fix: fixed dark mode svg icons</li>\n</ul>\n\n<p>version 1.5.47: 2023-01-10</p>\n\n<ul>\n<li>Feature: added more units to slider attribute</li>\n<li>Feature: added \"any\" post type to post types select</li>\n<li>Feature: added include and exclude current post terms in terms selection</li>\n<li>Feature: added option to carousel - scroll to head - force</li>\n<li>Feature: allow import widgets with theme activate</li>\n<li>Fix: fixed dynamic template render css for dynamic popup</li>\n<li>Fix: fixed users list select by manual</li>\n</ul>\n\n<p>version 1.5.46: 2023-01-08</p>\n\n<ul>\n<li>Feature: set the items image size chooser work for certain image</li>\n<li>Feature: made option to put js script in saparate tags with id\'s for optimization plugins like wprocket</li>\n<li>Feature: enriched the uc_lang variable. now it\'s always showing the current language</li>\n<li>Feature: added user_login variable to the users list output</li>\n<li>Feature: has put the preview link always as a help link in widget edit panel.</li>\n<li>Change: updated the multisource that it works better with items images</li>\n<li>Change: allow html tags in post intro (excerpt) in widgets</li>\n<li>Fix: fixed filters with sync multiple grid issues</li>\n<li>Fix: fixed the exclude users list with similar names</li>\n</ul>\n\n<p>version 1.5.45: 2022-12-26</p>\n\n<ul>\n<li>Feature: added json decode filter to twig</li>\n<li>Feature: added catalog images from shortpixel for speed loading</li>\n<li>Feature: done multisource group setting</li>\n<li>Fix: fixed entrance animation on ajax refresh</li>\n<li>Fix: done sync pause / play between carousels</li>\n</ul>\n\n<p>version 1.5.44: 2022-12-19</p>\n\n<ul>\n<li>Change: updated freemius to the latest version</li>\n<li>Fix: fixed remote play / pause button</li>\n<li>Fix: fixed search filter unicode phrase</li>\n<li>Fix: fixed entrance animation appear on scroll</li>\n<li>Feature: added video gallery responsive options</li>\n<li>Fix: fixed some owl carousel size on init bug</li>\n<li>Fix: fixed js widgets under the dynamic grid template like flipbox</li>\n</ul>\n\n<p>version 1.5.43: 2022-12-04</p>\n\n<ul>\n<li>Feature: add settings output to dynamic grid fields debug</li>\n<li>Fix: fixed pods multiple image data</li>\n<li>Fix: fixed url terms in filter with dynamic grid</li>\n<li>Fix: fixed users and menu not found bug in front </li>\n<li>Change: updated twig engine to the latest version</li>\n</ul>\n\n<p>version 1.5.42: 2022-11-29</p>\n\n<ul>\n<li>Feature: added functionality for time ago in posts widgets</li>\n<li>Feature: added woo variables to woo fields - woo_price_withtax, woo_price_notax</li>\n<li>Feature: added option for term child filter role\n-optimization: reduced number of queries in post related widgets</li>\n</ul>\n\n<p>version 1.5.41: 2022-11-24</p>\n\n<p>-bug fix: fixed post select in post query</p>\n\n<p>version 1.5.40: 2022-11-23</p>\n\n<ul>\n<li>Feature: added integration to woocommerce multicourancy plugins</li>\n<li>Feature: made some integration with translate press plugin</li>\n<li>Feature: added select post and select term attribute</li>\n<li>Fix: fixed dynamic loop css backgrounds with containers</li>\n<li>Fix: fixed mousewheel event in the carousel</li>\n<li>Fix: fixed some rare php error with filters</li>\n</ul>\n\n<p>version 1.5.39: 2022-11-16</p>\n\n<ul>\n<li>Fix: fixed small bug with zip extract</li>\n<li>Update: updated black friday sale banners</li>\n</ul>\n\n<p>version 1.5.38: 2022-11-10</p>\n\n<ul>\n<li>Fix: fixed galleries default sizes with post filters</li>\n<li>Fix: fixed hidden option in select filter in safari browser</li>\n<li>Fix: fixed non ssl assets url</li>\n<li>Feature: added \"schema\" special attribute</li>\n<li>Fix: fixed false autoplay in carousel</li>\n</ul>\n\n<p>version 1.5.37: 2022-11-09</p>\n\n<ul>\n<li>Fix: fixed 1px glitch bug in the carousel, on 1 item (slide mode)</li>\n<li>Feature: prepared the filters to work with ajax search</li>\n</ul>\n\n<p>version 1.5.36: 2022-11-6</p>\n\n<ul>\n<li>Feature: added function that outputs items schema</li>\n<li>Feature: improved include by meta in posts selection, added option for multiple values</li>\n<li>Feature: added option to get current user with meta in twig</li>\n<li>Addition: validate number of post list attributes, allow only one when creating widget</li>\n<li>Fix: fixed count posts in post query summary</li>\n<li>Fix: fixed entrance animation blur type</li>\n<li>Fix: fixed avoid duplicates with random order while posts load more</li>\n<li>Fix: the timeout now reset after slide change in owl carousel</li>\n<li>Fix: fixed terms selection taxonomies with idetical post type title</li>\n<li>Fix: added protection against inifinite loop in putElementorTemplate twig function</li>\n<li>Fix: fixed acf field unaccessable in some cases with elementor pro 3.8</li>\n</ul>\n\n<p>version 1.5.35: 2022-10-24</p>\n\n<p>-Fix: fixed include by id\'s from dynamic field, and terms from dynamic field in post selection</p>\n\n<p>version 1.5.34: 2022-10-19</p>\n\n<ul>\n<li>Feature: added items image size attribute (special type)</li>\n<li>Fix: fixed show backgrounds in elementor editor</li>\n</ul>\n\n<p>version 1.5.33: 2022-10-15</p>\n\n<ul>\n<li>Fix: fixed avoid duplicates with filters</li>\n<li>Fix: fixed select dropdown filter js</li>\n<li>Feature: added avoid duplicates option to manual posts selection</li>\n</ul>\n\n<p>version 1.5.32: 2022-10-11</p>\n\n<ul>\n<li>Fix: fixed some ajax pagination issues</li>\n<li>Fix: fixed pagination widget appearance on archive ajax pages with filters</li>\n<li>Fix: added twig functionality to put product attributes text</li>\n<li>Fix: fixed export with images not worked in some cases</li>\n<li>Fix: made some protection with ezcache plugin integration and filtering</li>\n<li>Fix: fixed some small php bug with this month post selection</li>\n<li>Fix: fixed some visible and hidden filters collision</li>\n<li>Fix: fixed terms select in terms filter on history back click in filters</li>\n<li>Fix: set child filter always first unselected</li>\n<li>Fix: set option for the tabs filter to be unselected</li>\n<li><p>Fix: fixed the pagination numbers if exclude offset chosen</p></li>\n<li><p>Feature: added multiple taxonomy terms in term selection</p></li>\n<li>Feature: added query id in terms selection</li>\n<li>Feature: added functionality for next / prev post</li>\n</ul>\n\n<p>version 1.5.31: 2022-09-20</p>\n\n<ul>\n<li>Fix: fixed thumbs gallery</li>\n</ul>\n\n<p>version 1.5.30: 2022-09-18</p>\n\n<ul>\n<li>Fix: fixed multiple post filters and grid connection</li>\n<li>Fix: fixed various small php errors</li>\n<li>Fix: fixed wordpress popular posts integration small bug</li>\n<li>Feature: added terms from dynamic post selection option</li>\n<li>Feature: added option for limiting terms show in post list</li>\n<li>Change: updated once more unitegallery graphics, changed assets to svg</li>\n<li>Fix: fixed thumbnail gallery arrows</li>\n</ul>\n\n<p>version 1.5.29: 2022-09-08</p>\n\n<ul>\n<li>Fix: fixed a small issue with search page and load more</li>\n<li>Fix: fix vimeo videos stoppped playing bug</li>\n</ul>\n\n<p>version 1.5.28: 2022-09-06</p>\n\n<ul>\n<li>Feature: added support for the select filter</li>\n<li>Fix: fixed some small js bug with filters</li>\n<li>Fix: fixed some post filters related popup error</li>\n<li>Change: changed the way that galleries srolls by mouseover</li>\n</ul>\n\n<p>version 1.5.27: 2022-09-02</p>\n\n<ul>\n<li>Fix: fixed popular posts plugin integration</li>\n<li>Fix: removed some console logs in filter.js file</li>\n<li>Fix: fixed ajax pagination jump</li>\n<li>Fix: fixed unitegallery strict standards bugs</li>\n<li>Change: renamed field - \"use dynamic fields\" to \"use current post data\" in widget editor</li>\n<li>Change: updated freemius sdk to: 2.4.5</li>\n</ul>\n\n<p>version 1.5.26: 2022-08-17</p>\n\n<ul>\n<li>Feature: added debug to remote elements</li>\n<li>Fix: made some protection against wrong animation names in carousel</li>\n<li>Fix: added some small fixes to carousel and remote sync js libraries</li>\n<li>Fix: done a better find closest section in remote</li>\n<li>Fix: fixed not showing values in elementor editor post selectors</li>\n</ul>\n\n<p>version 1.5.25: 2022-08-11</p>\n\n<ul>\n<li>Feature: added option to set title field in items</li>\n<li>Fix: fixed some more lazy load related protections in galleries</li>\n<li>Fix: Fixed some Elementor 3.7 deprecation issues</li>\n</ul>\n\n<p>version 1.5.24: 2022-08-09</p>\n\n<ul>\n<li>Fix: fixed some Elementor 3.7 related js bug in editor</li>\n</ul>\n\n<p>version 1.5.23: 2022-08-05</p>\n\n<ul>\n<li>Feature: added date format to date meta field post selection</li>\n<li>Feature: added more units to padding and margin attribute</li>\n<li>Feature: added option to set selected tab number in tabs filter widget</li>\n<li>Fix: fixed some unitegallery strict related scripts</li>\n<li>Fix: fixed sequance entrance animation attribute</li>\n<li>Fix: fixed some text with pagination edit mode in elementor editor</li>\n<li>Fix: fixed ajax pagination didn\'t get back to first page</li>\n<li>Fix: fixed tabs filter and taxonomy terms in one page</li>\n<li>Change: prepare the right way dates should work in post list</li>\n</ul>\n\n<p>version 1.5.22: 2022-07-24:</p>\n\n<ul>\n<li>Feature: added option to connect to another parent in remote arrows</li>\n<li>Feature: added change url and back button in ajax filers behaviour</li>\n<li>Fix: fixed doubly plugin integration import bg widgets</li>\n<li>Fix: fixed remote next/prev directions in carousels</li>\n<li>Fix: added some more protection against infinite loops from post content processing</li>\n</ul>\n\n<p>version 1.5.21 2022-07-17:</p>\n\n<ul>\n<li>Feature: added docstart and docend template in widget js</li>\n<li>Change: end of birthday sale message update</li>\n<li>Change: added warning message in case of twig collision with other plugins</li>\n</ul>\n\n<p>version 1.5.20 2022-07-13:</p>\n\n<ul>\n<li>Feature: added more widget debug type - current post fields</li>\n<li>Feature: updated admin title on edit widget view</li>\n<li>Feature: added option to carousel: scroll to head</li>\n<li>Feature: added query data attributes into filtering grid</li>\n<li>Fix: fixed ajax pagination in some cases</li>\n<li>Fix: fixed small php bug with hover animations control</li>\n<li>Fix: fixed lity lightbox with vimeo autoplay</li>\n<li>Fix: fixed item index after shuffle</li>\n<li>Fix: fixed some seleted tab filters related issues</li>\n<li>Fix: fixed load more filter doubly ajax request in some cases</li>\n<li>Fix: fixed woo scedualed sale price output</li>\n<li>Fix: in filters replace url with pagination as well</li>\n<li>Fix: changed gallery arrows to svg</li>\n</ul>\n\n<p>version 1.5.19 2022-06-27:</p>\n\n<ul>\n<li>Feature: added max posts to current query</li>\n<li>Fix: fixed controls conditions for elementor template control</li>\n<li>Feature: added more fields to dynamic grid loop (was only title)</li>\n<li>Change: added birthday sale banner and text</li>\n</ul>\n\n<p>version 1.5.17 2022-06-21:</p>\n\n<ul>\n<li>Change: updated fancybox version</li>\n<li>Fix: Fixed bug with ajax load more and ajax pagination</li>\n</ul>\n\n<p>version 1.5.17 2022-06-09:</p>\n\n<ul>\n<li>Feature: fixed entrance animation attribute</li>\n<li>Fix: fixed uc_inside_editor variable inside background widget</li>\n<li>Fix: fixed empty default value of radio boolean control</li>\n<li>Fix: fixed double filtering issues in archive pages</li>\n</ul>\n\n<p>version 1.5.16: 2022-05-31</p>\n\n<ul>\n<li>Fix: fixed double plugin versions in pro version</li>\n<li>Fix: fixed 1 size gap in one item owl carousel</li>\n<li>Fix: fixed the dissapearing options bug in mobile</li>\n</ul>\n\n<p>version 1.5.15: 2022-05-30</p>\n\n<ul>\n<li>Change: set cache folder inside wp-uploads</li>\n<li>Feature: added option to get terms last level only - for post list / grid</li>\n<li>Feature: added twig function - get_current_user</li>\n<li>Feature: disabled right click on html5 galleries (unite gallery)</li>\n<li>Fix: the image and video repeater was missing default items</li>\n<li>Fix: fixed load more and filters on a search page</li>\n<li>Fix: fixed carousel stage padding issues</li>\n<li>Fix: fixed carousel 1 item one pixel issues</li>\n<li>Fix: fixed default values in responsive selectors</li>\n</ul>\n\n<p>version 1.5.14: 2022-05-24</p>\n\n<ul>\n<li>Fix: fixed responsive default values with selectors in number and dropdown and slider controls</li>\n<li>Fix: fixed a bug in run_code_once functionality</li>\n</ul>\n\n<p>version 1.5.13: 2022-05-23</p>\n\n<ul>\n<li>Feature: added integration with \"sticky posts switch\" plugin</li>\n<li><p>Feature: added special attribute type - entrance animation</p></li>\n<li><p>Fix: fixed sync bug between two similar elements</p></li>\n<li>Fix: fixed filters loading with wp-rocket lazy load scripts</li>\n<li>Fix: fixed put_hide_ids_css function small bug</li>\n<li>Fix: fixed fetch 2 and more widgets within one section for filtering</li>\n<li>Fix: fixed slider control js empty output bug</li>\n<li>Fix: fixed gallery title as number js bug</li>\n<li>Fix: fixed gallery images from meta fields source as array </li>\n</ul>\n\n<p>version 1.5.12: 2022-05-08</p>\n\n<ul>\n<li>Feature: added integration for wpml media change</li>\n<li>Feature: bug fix: fixed hover animations setting don\'t work on front in some cases</li>\n<li>Feature: in post selection by date added options for \"future from today\", and \"future from tomorrow\".</li>\n<li>Feature: added new function: \"put_hide_ids_css\" to hide some css comma saparated id\'s from css tab.</li>\n<li>Feature: added support for ajax refresh for multiple synced grids together</li>\n<li>Feature: added option to test instagram data</li>\n<li><p>Feature: added phpinfo view in settings - troubleshooting</p></li>\n<li><p>Fix: fixed blank window opened by a link</p></li>\n<li>Fix: fixed acf boolean value present</li>\n<li>Fix: fixed another gallery related lazy load issues</li>\n</ul>\n\n<p>version 1.5.11: 2022-04-13</p>\n\n<ul>\n<li>Feature: made option to put elementor post_content inside post widget if the post made by elementor</li>\n<li>Feature: added additional fields to getPostAuthor function like avatar url and author meta</li>\n<li>Feature: show the \"no posts\" message with filters in post list / grid</li>\n<li>Feature: add background location (back/front) to background widgets</li>\n<li>Feature: done option to get post parent with the posts in posts selection</li>\n<li>Fix: set prices display in woocommerce widgets including tax</li>\n<li>Fix: fixed editor js files didn\'t loaded bug</li>\n<li>Fix: fixed css output with dynamic template and inline css mode</li>\n<li>Fix: fixed the ajax pagination that now works with post based gallery widget</li>\n<li>Fix: fixed filters scripts loading before jquery in js</li>\n<li>Fix: allow to select empty terms in term selection control</li>\n<li>Change: set default values of responsive number / slider / dropdown controls to desktop default values</li>\n</ul>\n\n<p>version 1.5.10: 2022-04-04</p>\n\n<ul>\n<li>Fix: fixed title and description source in gallery source selection</li>\n<li>Fix: fixed the dropdown attribute php filter for elementor</li>\n<li>Feature: added \"menu_id\" for various uses as menu attribute output</li>\n<li>Feature: added option for side offset in owl carousel</li>\n<li>Feature: added option for second items html refresh in ajax filters</li>\n</ul>\n\n<p>version 1.5.9: 2022-03-27</p>\n\n<ul>\n<li>Fix: fixed simple meta output for post list</li>\n<li>Feature: made dynamic grid work with filters</li>\n<li>Feature: the background widgets works for the new container objects as well</li>\n<li>Feature: added include by another meta field in post query</li>\n</ul>\n\n<p>version 1.5.8: 2022-03-23</p>\n\n<ul>\n<li>Feature: set special behaviour for more then one filters on the page</li>\n<li>Feature: added option to load video item from posts in a gallery</li>\n<li>Change: set up galleries common default items</li>\n<li>Fix: fixed unclosable gallery lightbox with youtube videos</li>\n<li>Fix: fixed elementor 3.6.0 compatability</li>\n</ul>\n\n<p>version 1.5.7: 2022-03-17</p>\n\n<ul>\n<li>Feature: added option to modify dropdown items in php\nFix: fixed gallery default items preview and init\nFix: fixed remote counter js error</li>\n</ul>\n\n<p>version 1.5.6 = 2022-03-15:</p>\n\n<p>Fix: fixed dissapearing items in remote related widgets</p>\n\n<p>version 1.5.5 = 2022-03-15:</p>\n\n<ul>\n<li>Feature: added woocommerce sorting options in posts selection by number of sales and rating</li>\n<li>Feature: added option to get related products on checkout page</li>\n<li>Feature: done manual posts and terms selections sort by drag and drop</li>\n<li>Feature: done option to custom refresh filters html (for carousels, galleries etc)</li>\n<li>Feature: made the attributes dialog support multi controls</li>\n<li>Feature: prepared the galleries and dynamic loops to use filters and load more\nFix: fixed query debug in manual posts selection\nFix: fix: fixed posts_per_page in manual posts selection\nFix: fix: fixed jquery include for remote widgets</li>\n</ul>\n\n<p>version 1.5.4 = 2022-03-06:</p>\n\n<ul>\n<li>Feature: added roles to post filter: single, main and child</li>\n<li>Feature: added option \"placeholder\" and \"disable dynamic\" for text field control</li>\n<li>Feature: added option for debug meta fields in post list, post grid</li>\n<li>Fix: fixed some pagination widget buttons related issues</li>\n<li>Fix: fixed non clickable items in some widgets</li>\n<li>Fix: fixed put_items(0) - first item output in twig</li>\n</ul>\n\n<p>version 1.5.3 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: added functionality to put image inside taxonomy terms widget</li>\n<li>Fix: fixed load more on archive page with orderby=xxx filter in url</li>\n<li>Fix: made support for woocommerce special order by in load more</li>\n<li>Change: updated freemius sdk to 2.4.3 version (Security fix)</li>\n</ul>\n\n<p>version 1.5.2 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: set up remote and sync functionality for the galleries</li>\n<li>Fix: fixed load more for current query posts</li>\n<li>Fix: fixed background js based widgets with elementor popups</li>\n<li>Fix: fixed unitegallery unclosed tag issue</li>\n<li>Fix: fixed replace mode in tabs filters</li>\n</ul>\n\n<p>version 1.5.1 = 2022-02-21:</p>\n\n<ul>\n<li>Feature: improved post pagination debug and added force options</li>\n<li>Feature: added code for the button filters</li>\n<li>Feature: added option to shuffle owl carousel</li>\n<li>Feature: added option for general \"shuffle\" in items</li>\n<li>Feature: made option for text modify, and get the current page url and current page title</li>\n<li>Feature: get feature image of a product from a first gallery image if featured image not exists</li>\n<li>Feature: added function \"one_random\" and \"first\" to get_items twig function</li>\n<li>Feature: added support for jet listing item</li>\n<li>Change: changed the \"choose template\" setting text to attirbute title</li>\n<li>Fix: fixed load more if offset turned on in the grid</li>\n<li>Fix: fixed link control attributes parsing</li>\n<li>Fix: fixed sync general api related bugs in elementor editor</li>\n</ul>\n\n<p>version 1.5.0 = 2022-02-02:</p>\n\n<ul>\n<li>Feature: added tabs in items controls</li>\n<li>Feature: added functionality for ajax taxonomies terms filter</li>\n<li>Feature: added some accessability to owl carousel buttons</li>\n</ul>\n\n<p>version 1.4.99: 2022-01-27:</p>\n\n<ul>\n<li>Feature: added option for disable content filtering in general settings->troubleshooting</li>\n<li>Feature: added taxonomies in widget debug output</li>\n<li>Fix: fixed some gallery lazy load related js bugs</li>\n</ul>\n\n<p>version 1.4.98: 2022-01-14:</p>\n\n<ul>\n<li>Feature: modified remote general js api to fit more types of widgets</li>\n<li>Feature: added support for put meta field in post list</li>\n<li>Fix: fixed some small php notices output in post query</li>\n</ul>\n\n<p>version 1.4.97 = 2022-01-06:</p>\n\n<ul>\n<li>Feature: add code base for the taxonomy filter</li>\n<li>Feature: added option to highlight all carousel items</li>\n<li>Feature: added active class to new owl carousel</li>\n<li>Feature: added scroll on click functionality to new owl carousel</li>\n<li>Fix: added support for acf fields styles in dynamic grid</li>\n<li>Fix: fixed some wp-rocket and filters related bug</li>\n</ul>\n\n<p>version 1.4.96 = 2021-12-29:</p>\n\n<ul>\n<li>Feature: use yoast main category feature to determine post main category</li>\n<li>Feature: added get woocommerce product gallery functionality to twig</li>\n<li>Feature: added support for multiple attribute conditoins values</li>\n<li>Feature: added menu order in advanced widget debug type</li>\n<li>Feature: added WooCommerce endpoints links code to twig</li>\n<li>Feature: added option to disable font awesome in general settings</li>\n<li>Fix: fixed some filters related issue</li>\n<li>Fix: added custom attributes to link attributes output</li>\n</ul>\n\n<p>version 1.4.95 = 2021-12-16:</p>\n\n<p>*Fix: fixed db table not found php bug in some cases</p>\n\n<p>version 1.4.94 = 2021-12-14:</p>\n\n<ul>\n<li>Feature: made posible multiple includes condition values per assets</li>\n<li>Feature: added meta value2 and meta value3 in include by meta value post selection</li>\n<li>Feature: added error notice if no api connectivity</li>\n<li>Feature: added attributes section conditions</li>\n<li>Feature: prepared code base for the new galleries</li>\n<li>Fix: fixed some small pagination related bug</li>\n<li>Fix: fixed remote connection parent detection in some cases</li>\n<li>Fix: added content filtering by filter widget_text_content for all the embed and other content modifications</li>\n<li>Fix: fixed edit defaulsin widget settings</li>\n<li>Fix: fixed some polylang issues with the template in dynamic template widgets</li>\n<li>Fix: [security] remove the \"duplicate layout\" functionality (not used in the plugin) that had some security issues </li>\n</ul>\n\n<p>version 1.4.93 = 2021-12-03:</p>\n\n<ul>\n<li>Fix: fixed some connected widgets bugs when there is many of them in the page</li>\n<li>Change: removed the black friday sale banner</li>\n<li>Feature: added general remote API for various widgets connections</li>\n<li>Feature: add some code base for the new gallery output</li>\n</ul>\n\n<p>version 1.4.92 = 2021-11-24:</p>\n\n<ul>\n<li>Fix: fixed similar post content in post list</li>\n<li>Change: saparated remote and sync options in connected widgets settings</li>\n</ul>\n\n<p>version 1.4.91 = 2021-11-23:</p>\n\n<ul>\n<li>Fix: fixed the wrong post intro in editor mode</li>\n</ul>\n\n<p>version 1.4.90 = 2021-11-22:</p>\n\n<ul>\n<li>Addition: added black friday banner discount banner and link</li>\n<li>Change: improved \"sync widgets\" editor experience</li>\n<li>Fix: fixed depricated \"post\" attribute bug</li>\n<li>Fix: modified zip extracting error messages</li>\n</ul>\n\n<p>version 1.4.89 = 2021-11-17:</p>\n\n<ul>\n<li>Feature: done the functionality for sync widgets</li>\n<li>Feature: done the functionality remote widgets</li>\n<li>Fix: fixed error message on remote widgets</li>\n<li>Fix: fixed css in post content in editor</li>\n<li>Fix: use better strip tags for post intro</li>\n</ul>\n\n<p>version 1.4.88 = 2021-11-08:</p>\n\n<ul>\n<li>Fix: fixed gutenberg support in widgets</li>\n<li>Fix: fixed all the pagination issues in archive page</li>\n</ul>\n\n<p>version 1.4.86 = 2021-11-01:</p>\n\n<ul>\n<li>Fix: fixed some load more last issues</li>\n<li>Feature: added code for taxonomy terms filter</li>\n<li>Feature: added code for checkbox filter</li>\n</ul>\n\n<p>version 1.4.86 = 2021-10-29:</p>\n\n<ul>\n<li>Feature: improved current query debug - full type</li>\n<li>Feature: added dropdown responsive placeholders</li>\n<li><p>Feature: added radio boolean attribute responsive controls</p></li>\n<li><p>Fix: fixed controls tabs functionality</p></li>\n<li>Fix: fixed load more custom image bug</li>\n<li>Fix: fixed double load more in a page mishmash bug</li>\n<li>Fix: fixed all load more issues</li>\n</ul>\n\n<p>version 1.4.85 = 2021-10-13:</p>\n\n<p>-bug fix: small bug fix - headers sent bug</p>\n\n<p>version 1.4.84 = 2021-10-13:</p>\n\n<ul>\n<li>Feature: added taxonomy terms full query debug option</li>\n<li>Feature: improved full debug type in posts query</li>\n<li>Feature: added items support in editor->background switcher</li>\n<li>Feature: added support for remote controls</li>\n<li>Feature: functionality to posts load more</li>\n<li>Feature: added second condition</li>\n<li>Feature: added tabs functionality to attributes</li>\n<li>Addition: added %,px to slider units</li>\n<li>Fix: fixed avoid duplicates related bug</li>\n<li>Fix: fixed conflicting wordpress codemirror script</li>\n<li>Fix: fixed post selection values init from editor</li>\n<li>Fix: fixed pagination on front page</li>\n<li>Fix: fixed some polylang related bugs</li>\n</ul>\n\n<p>version 1.4.83 = 2021-09-22:</p>\n\n<ul>\n<li>Fix: fixed styles mishmash inside elementor editor navigator</li>\n<li>Fix: fixed dissapearing carousels after refresh bug</li>\n<li>Fix: fixed dynamic grid pagination not changed</li>\n</ul>\n\n<p>version 1.4.82 = 2021-09-20:</p>\n\n<ul>\n<li>Feature: added troubleshooting setting - show php error message</li>\n<li>Feature: added px, vh, % options for slider attribute</li>\n<li>Feature: added dynamic group attributes for galleries, including image and video</li>\n<li>Feature: added option to convert one date string to another with ucdate filter</li>\n<li>Feature: added option to use items in background widgets</li>\n<li>Feature: added ucfunc(\"set\") and ucfunc(\"get\") functions in twig for remember and retrieve variables</li>\n<li>Feature: added include by option: \"children of current term\" to category selection options</li>\n<li>Feature: added option to pull woo product variations in twig</li>\n<li>Feature: added placeholder: link_withprefix, link_noprefix for link attribute</li>\n<li>Fix: fixed error when exists dynamic link in dynamic loop widgets</li>\n<li>Fix: enabled pagination in a single type in dynamic template grid</li>\n<li>Fix: the \"not equal\" attributes condition now works</li>\n<li>Fix: fixed not editable empty dropdown attribute in widget editor</li>\n<li>Fix: fixed mb_string absence php bug</li>\n<li>Fix: fixed heading attribute label</li>\n<li>Fix: fixed responsive elementor controls in widget items</li>\n</ul>\n\n<p>version 1.4.81 = 2021-08-17:</p>\n\n<ul>\n<li>Feature: added json select (lottie) for image attribute type </li>\n<li>Feature: made option for ajax in widgets with post list attribute</li>\n<li>Feature: made the ajax pagination work with pagination widget</li>\n<li>Feature: added dynamic options for number and slider attribute types</li>\n<li>Feature: added new owl carousel sources in assets chooser</li>\n<li>Feature: added heading attribute</li>\n<li>Change: added more types of debug for pagination widget</li>\n<li>Change: changed widget icons chooser for elementor icon instead of font awesome icon</li>\n<li>Fix: fixed import with template button dissapear in the new bar</li>\n<li>Fix: fixed widgets icons</li>\n</ul>\n\n<p>version 1.4.80 = 2021-08-09:</p>\n\n<ul>\n<li>Feature: added option to change items section label</li>\n<li>Feature: added js snippet with code that works in elementor popup</li>\n<li>Feature: added option to add {current_user_id} keyword in post meta query</li>\n<li>Feature: added option for block label inside each attribute</li>\n<li>Feature: added heading text option for items section</li>\n<li>Feature: added extra fields to image base gallery options</li>\n<li>Feature: added php filter option for variable</li>\n<li>Feature: added twig functions \"get_post_term\" and \"is_post_has_term\". The examples visible when you click on item.posts.putPostTerm placeholder</li>\n<li>Fix: fixed some test widgets output relate bugs</li>\n<li>Fix: conditions settings was not affected typography controls</li>\n<li>Fix: fixed template dynamic background image didn\'t displayed bug in dynamic loops</li>\n<li>Change: added some instructions for api connectivity test in general settings - troubleshooting</li>\n</ul>\n\n<p>version 1.4.79 = 2021-07-13</p>\n\n<ul>\n<li>Fix: fixed scripts output in preview widget page</li>\n</ul>\n\n<p>version 1.4.78 = 2021-07-12</p>\n\n<ul>\n<li>Change: added birthday sale promotions</li>\n<li>Feature: added woo commerce products to dynamic loop items source</li>\n</ul>\n\n<p>version 1.4.77 = 2021-07-07</p>\n\n<ul>\n<li>Fix: fixd the is_ajax() error function from the admin area</li>\n</ul>\n\n<p>version 1.4.76 = 2021-07-07</p>\n\n<ul>\n<li>Feature: added option to show post last modified date</li>\n<li>Feature: added function: get_from_sql in widget editor that allow to pull any custom records from DB</li>\n<li>Feature: added function: run_code_once in widget editor, that allow to run the code only once. Good for many similar widgets on the same page</li>\n<li>Feature: added option for load widget js as module</li>\n<li>Fix: fixed no key_thumb field in images inside widget</li>\n<li>Fix: fixed no condition in image sizes widget setting</li>\n<li>Fix: fixed javascript based backgrounds</li>\n<li>Fix: fixed brocken svg icon on catalog widget box in some of the cases</li>\n<li>Fix: fixed collision with rankmath in ajax actions</li>\n<li>Change: added some max length for a widget category, now it\'s 60</li>\n</ul>\n\n<p>version 1.4.75 = 2021-06-21</p>\n\n<ul>\n<li>Feature: added category image to products list</li>\n<li>Feature: added option to include as module widget js include</li>\n<li>Feature: added option to write custom handle to widget js and css include</li>\n<li>Feature: added options - avoid duplicate posts to post query exclude</li>\n<li>Feature: added option to include or exclude posts by dynamic field to posts selection</li>\n<li>Feature: added option to include or exclude posts by logged in user, in posts selection</li>\n<li>Fix: fixed background widget condition functionality</li>\n<li>Fix: changed template picker to simple select2 list</li>\n</ul>\n\n<p>version 1.4.74 = 2021-06-02</p>\n\n<ul>\n<li>Feature: added function put_date_range to twig functions. good for events widgets</li>\n<li>Feature: added integration with google map</li>\n<li>Feature: added function: \"run_code_once\" for twig</li>\n<li>Feature: added grouped options for the gallery</li>\n<li>Feature: added option to get posts by date from custom ACF field</li>\n<li>Feature: added gallery settings options for dynamic settings attribute</li>\n<li>Feature: added pagination to dynamic loop</li>\n<li>Change: improved dynamic settings attribute</li>\n</ul>\n\n<p>version 1.4.73 = 2021-05-20</p>\n\n<ul>\n<li>Feature: added twig function: \"put_attributes_json\" that available in js tab in widget editor</li>\n<li>Feature: added constant - uc_inside_editor - for distinquish between editor and site front</li>\n<li>Feature: added multiple select attribute</li>\n<li>Feature: added listing attribute support</li>\n<li>Fix: fixed \"request too long\" message on a widget preview - shortened preview url</li>\n<li>Fix: fixed several bugs with condition field in widgets editor</li>\n<li>Fix: fixed hidden image size select on item attributes</li>\n<li>Fix: fixed acf group field output</li>\n<li>Fix: fixed elementor template in items, changed to specific function</li>\n</ul>\n\n<p>version 1.4.72 = 2021-05-02</p>\n\n<ul>\n<li>Feature: added rating stars helper placeholder for woocommerce</li>\n<li>Feature: added option to include js file after elementor-frontend</li>\n<li>Fix: fixed new typography deprecation message</li>\n</ul>\n\n<p>version 1.4.71 = 2021-04-22</p>\n\n<ul>\n<li>Feature: added option to take post id\'s from php function in post selection</li>\n<li>Feature: added option for get posts by meta field that located in current or different post</li>\n<li>Feature: added twig filter: wc_price for native price filtering</li>\n<li>Feature: added post terms titles to post data debug</li>\n<li>Change: added option for woocommerce categories in terms selection</li>\n<li>Fix: fixed price issues in woocommerce related grids</li>\n<li>Fix: fixed include and exclude terms mismatch with nested tax query</li>\n<li>Fix: fixed pagination on search pages</li>\n</ul>\n\n<p>version 1.4.70 = 2021-04-14</p>\n\n<ul>\n<li>Feature: added show widget data debug options</li>\n<li>Feature: added option for filter post by post meta</li>\n<li>Feature: added option for simple condition for attributes</li>\n<li>Feature: added integration with wordpress popular post plugin for most viewed posts selection</li>\n<li>Feature: added post list variables for data debug</li>\n<li>Feature: added image sizes selector for post list</li>\n<li>Feature: get thumbnailID from content in case that it\'s missing in post</li>\n<li>Fix: when bulk moving attribute it now always goes to general category</li>\n<li>Fix: fixed filter posts by status</li>\n<li>Fix: fixed instagram media albom</li>\n</ul>\n\n<p>version 1.4.69 = 2021-04-04</p>\n\n<ul>\n<li>Feature: added extra query debug options for custom post types selector</li>\n<li>Feature: added choose image size select option to image attribute</li>\n<li>Feature: added \"image_attributes\" placeholder for image output in widget editor</li>\n<li>Change: added default values select to hover animations attribute</li>\n<li>Change: changed button \"add to cart\" to \"select options\" for variable products in woocommerce list widgets</li>\n<li>Fix: fixed border radius attribute from width to radius</li>\n<li>Fix: added missing thumb sizes for image select</li>\n</ul>\n\n<p>version 1.4.68 = 2021-03-22</p>\n\n<ul>\n<li>Feature: added include recently viewed products in woocommerce</li>\n<li>Feature: added option for default max posts in post selector</li>\n<li>Feature: added attribute type: Border Dimensions</li>\n<li>Feature: added attribute type: CSS Filters</li>\n<li>Feature: added attribute type: Hover Animations</li>\n<li>Fix: removed max posts from archive type post query selection, because has no control over pagination.</li>\n<li>Fix: fixed bug when instagram video images didn\'t show up</li>\n</ul>\n\n<p>version 1.4.67 = 2021-03-12</p>\n\n<ul>\n<li>Feature: added api connectivity to troubleshooting section</li>\n<li>Feature: added options in terms selection fields</li>\n<li><p>Feature: added order by meta key for woo categories select</p></li>\n<li><p>Fix: fixed woo product price format for decimal prices</p></li>\n<li>Fix: fixed context menu cut from bottom inside the widgets manager</li>\n<li>Fix: fixed show item data in widgets items repeater</li>\n<li>Fix: fixed float to round in woocommerce discount percents</li>\n</ul>\n\n<p>version 1.4.66 = 2021-02-18</p>\n\n<ul>\n<li>Feature: added \"box shadow\" attribute type</li>\n<li>Feature: added url_posts and num_posts to users output</li>\n<li>Feature: added option for selector 2 and selector 3 in several attributes</li>\n<li>Feature: added copy / paste attributes sections in widget editor</li>\n<li>Feature: added option for get default object to getListingItemData function</li>\n<li>Feature: added support for wpml site language inside a widget</li>\n<li>Feature: added acf image and thumbnails widths and heights to placeholders list</li>\n<li>Fix: load js include file in editor even if no js code</li>\n<li>Fix: fixed some php notice with exclude terms posts selection</li>\n<li>Fix: fixed small bug in getListingItemData function with no object returned</li>\n<li>Fix: fixed post selection manual select no posts shown at init</li>\n<li>Fix: fixed bug when private posts not fetched on manual posts selection</li>\n<li>Change: updated codemirror to latest version, added code search feature</li>\n<li>Change: updated freemius sdk to 2.4.2</li>\n</ul>\n\n<p>version 1.4.65 = 2021-02-03</p>\n\n<ul>\n<li>Feature: added option to fetch custom meta fields in users list</li>\n<li>Feature: added function to twig: getByPHPFunction()</li>\n<li>Feature: added function to twig: getUserMeta()</li>\n<li>Feature: added function to twig: getListingItemData() - working inside any plugin listing</li>\n<li>Fix: fixed php sanitize array bug</li>\n<li>Fix: fixed post type in related posts post selection</li>\n</ul>\n\n<p>version 1.4.64 = 2021-02-02</p>\n\n<ul>\n<li>Change: moved \"edit widget html\" button to advanced section in general tab</li>\n<li>Feature: added option to exclude products on sale in products query section in widget settings</li>\n<li>Feature: added option to exclude specific posts in post selection widget settings</li>\n<li>Feature: added woocommerce related products select in post selection</li>\n<li>Feature: added include/exclude posts by author in widget posts selection</li>\n<li>Feature: added include/exclude posts by date in widget posts selection</li>\n<li>Feature: added date/time picker to widget attributes types</li>\n<li>Feature: added post status to widget posts selection</li>\n<li>Feature: added offset setting to widget posts selection</li>\n<li>Feature: added author url and author post count to users fields</li>\n<li>Feature: added max number of users to user selection attribute</li>\n<li>Feature: added \"elementor template\" attribute</li>\n<li>Fix: fixed small php bug in post selection control</li>\n<li>Fix: fixed js bug in items repeater</li>\n<li>Fix: fixed exclude role not worked in user selection attribute</li>\n<li>Fix: fixed get products on sale selection with variations</li>\n</ul>\n\n<p>version 1.4.63 = 2021-01-26</p>\n\n<ul>\n<li>Feature: added acf link array and attributes</li>\n<li>Feature: added ordering features to post selection related and manual</li>\n<li>Feature: added option for showing only sticky posts</li>\n<li>Feature: added exclude by term setting in widget post selection</li>\n<li>Change: moved debug data from advaned to general folder in elementor widget settings</li>\n<li>Fix: fixed woo commerce prices number format</li>\n<li>Fix: fixed refresh posts on \"post query\" section open in widget post settings</li>\n<li>Fix: fixed manual posts selection default order</li>\n</ul>\n\n<p>version 1.4.62 = 2021-01-21</p>\n\n<ul>\n<li>Feature: added text shadow field</li>\n<li>Feature: added \"manual selection\" in posts query</li>\n<li>Feature: added compatability tag</li>\n<li>Fix: fixed image size thumb name with \"-\" sign inside</li>\n<li>Fix: fixed some php warning related to array to string conversion, happening in php 8</li>\n<li>Change: show woo commerce placeholders if selected \"for woocommerce products\" checkbox in post list attribute</li>\n<li>Change: improved woo category output placeholder help, added getTermCustomFields function</li>\n</ul>\n\n<p>version 1.4.61 = 2021-01-14</p>\n\n<ul>\n<li>Feature: added max posts and order by options to current query posts selection</li>\n<li>Feature: added manual selection for woocommerce categories select</li>\n<li>Feature: added selector and responsive to drop down attribute in widget builder</li>\n<li>Change: changed buy pro version link from the catalog widgets to inside of the plugin</li>\n<li>Fix: fixed adding widgets to a db table that is not auto incriment</li>\n<li>Fix: fixed svg preview from widget builder interface</li>\n<li>Fix: fixed manual memory check when registering widgets</li>\n</ul>\n\n<p>version 1.4.60 = 2020-12-30</p>\n\n<ul>\n<li>Feature: added option for third party integration for woocommerce grid</li>\n<li>Feature: added integration for \"advanced labels for woocommerce\" plugin</li>\n<li>Feature: added view file button in assets manager</li>\n<li>Feature: added svg icon option together with font icon for elementor panel widget box</li>\n<li>Feature: added preview image on mouseover inside elementor panel widget box</li>\n<li><p>Feature: added option for disabling \"edit widget html\" from widget settings</p></li>\n<li><p>Fix: fixed empty settings when there are gallery item setting only</p></li>\n<li>Fix: added \"no settings\" heading in case that no attributes in the widget</li>\n<li>Fix: fixed some php warnings for php 8.0</li>\n</ul>\n\n<p>version 1.4.59 = 2020-12-17</p>\n\n<ul>\n<li>Fix: fixed import template redirect</li>\n<li>Feature: added option to include sticky posts for post query</li>\n<li>Feature: added post pagination for single page</li>\n<li>Feature: added number of items for instagram widget</li>\n<li>Feature: added background image to background attribute</li>\n</ul>\n\n<p>version 1.4.58 - 2020-12-07</p>\n\n<ul>\n<li>Feature: make the plugin translatable for wordpress.org</li>\n</ul>\n\n<p>version 1.4.57 - 2020-12-07</p>\n\n<ul>\n<li>Feature: done post pagination widget for archive posts</li>\n<li>Feature: added option to truncate the post list</li>\n<li>Fix: fixed show debug query on current post query</li>\n</ul>\n\n<p>version 1.4.56 - 2020-11-30</p>\n\n<ul>\n<li>Update: relesed cyber monday deal admin notice</li>\n</ul>\n\n<p>version 1.4.55 - 2020-11-26</p>\n\n<ul>\n<li>Feature: added option to sort by sale price</li>\n<li>Feature: added option to debug query</li>\n<li>Feature: added option debug widget data</li>\n<li>Feature: added option to filter posts with child categories</li>\n<li><p>Feature: added option to include only products on sale</p></li>\n<li><p>Fix: fixed no widget shown in some cases</p></li>\n<li>Fix: fixed woocommerce prices placeholders prefix</li>\n</ul>\n\n<p>version 1.4.54 - 2020-11-13 =</p>\n\n<ul>\n<li>Update: updated freemius sdk to newest version</li>\n<li>Fix: fixed comma saparated selector</li>\n</ul>\n\n<p>version 1.4.53 - 2020-11-09 =</p>\n\n<ul>\n<li>Feature: added background widgets and section backgrounds</li>\n<li>Change: removed global colors from template export</li>\n<li>Fix: fixed bug with regular and sale price in woocommerce</li>\n</ul>\n\n<p>version 1.4.52 - 2020-11-06 =</p>\n\n<p>Fix: fixed bug with regular and sale price in woocommerce</p>\n\n<p>version 1.4.51 - 2020-11-04 =</p>\n\n<ul>\n<li>Feature: added svg output in icon library attribute</li>\n<li>Feature: added woocommerce checkbox to post list</li>\n<li>Feature: added product out of stock filter for product selection</li>\n<li>Feature: added discount_percent field in post list attribute woocommerce product type</li>\n<li>Feature: added woocommerce post list order by price option</li>\n<li>Fix: fixed woocommerce category in post list attribute</li>\n</ul>\n\n<p>version 1.4.50 - 2020-10-21 =</p>\n\n<ul>\n<li>Fix: removed display errors setting</li>\n</ul>\n\n<p>version 1.4.49 - 2020-10-12 =</p>\n\n<ul>\n<li>Fix: fixed small bug with non existing controls</li>\n<li>Fix: fixed general settings error when turning off plugin</li>\n</ul>\n\n<p>version 1.4.48 - 2020-10-12 =</p>\n\n<p>*Feature: added border attribute\n*Fix: page break in some versions of elementor\n*Fix: fixed bulk move attributes with categories\n*Fix: fixed default items image field not match</p>\n\n<p>version 1.4.47 - 2020-10-08 =</p>\n\n<ul>\n<li>Update: remove russian translation</li>\n<li>Feature: added function: get_items for twig</li>\n<li>Fix: fixed switch content and style tab</li>\n<li>Fix: fixed slider control tablet/mobile default value</li>\n<li>Fix: fixed non ordered widget categories</li>\n</ul>\n\n<p>version 1.4.46 - 2020-10-04 =</p>\n\n<ul>\n<li>Feature: added function put_items_json for js items output</li>\n<li>Fix: returned widgets from uncategorized category</li>\n</ul>\n\n<p>version 1.4.45 - 2020-10-04 =</p>\n\n<ul>\n<li>Fix: fixed template import with custom widgets</li>\n</ul>\n\n<p>version 1.4.44 - 2020-10-03 =</p>\n\n<ul>\n<li>Feature: added flexible content type attribute</li>\n<li>Optimize: reduced the number of db queries, dramatically increased load speed</li>\n</ul>\n\n<p>version 1.4.43 - 2020-09-22 =</p>\n\n<ul>\n<li>Feature: added option to group attributes into sections</li>\n<li>Feature: done instagram access token auto renew</li>\n<li>Feature: added \"selector\" to color picker attribute</li>\n<li>Fix: improved consolidate widgets option protection</li>\n<li>Fix: fixed select default widget images</li>\n<li>Fix: fixed default items in gallery item (image base fields)</li>\n<li>Fix: fixed image display in default item selector</li>\n<li>Fix: global colors was absent from color selection</li>\n</ul>\n\n<p>version 1.4.42 - 2020-08-06 =</p>\n\n<ul>\n<li>Feature: added option to get grouped woocomerce products</li>\n<li>Feature: added instagram connect to official API</li>\n<li>Feature: added function: getUserData(), added into \"twig code examples\" panel</li>\n<li>Feature: added \"printVar\" and \"showDebug\" functions \"twig code examples\" panel</li>\n<li>Feature: done \"login with instagram\" in general settings, and get data from instgram API</li>\n<li>Fix: sorted \"overwrite widgets\" issue on import</li>\n<li>Fix: fixed dropdown attribute when work with html data</li>\n</ul>\n\n<p>version 1.4.41 - 2020-06-18 =</p>\n\n<ul>\n<li>Feature: added additional controls to \"number\" attribute</li>\n<li>Feature: added \"exclude uncategorized category\" to woocommerce categories select </li>\n<li>Feature: added responsive controls to slider attribute</li>\n<li>Fix: fixed template type variable issues in elementor integration</li>\n<li>Fix: show pagination only when \"current query\" is available</li>\n<li>Fix: fixed select2 field min width in posts query</li>\n</ul>\n\n<p>version 1.4.40 - 2020-06-10 =</p>\n\n<ul>\n<li>Change: hided \"consolidate widgets\" general setting</li>\n<li>Feature: added \"show/hide wrapping html comments\" to general settings</li>\n<li>Fix: fixed export template filename</li>\n</ul>\n\n<p>version 1.4.39 - 2020-06-02 =</p>\n\n<ul>\n<li>Fix: fixed save widgets from editor with large config limitation.</li>\n<li>Fix: fixed export template with page settings bug.</li>\n<li>Fix: removed extra fields from items editor, leaved only supported fields</li>\n<li>Change: updated freemius SDK to latest version</li>\n</ul>\n\n<p>version 1.4.36 - 2020-05-21 =</p>\n\n<ul>\n<li>Feature: added support for pods panda repeater</li>\n<li>Fix: done some solution for max_execution_time issues when installing template</li>\n<li>Fix: fixed rtl on templates dialog popup</li>\n<li>Fix: corrected the naming near the \"number\" field</li>\n<li>Fix: cleared \"twig\" library from some not needed files.</li>\n<li>Change: removed \"image view\" file from framework.</li>\n</ul>\n\n<p>version 1.4.35 - 2020-05-11 =</p>\n\n<ul>\n<li>Feature: added term custom fields support</li>\n<li>Feature: added term meta fields support</li>\n<li>Change: moved composer vendor folder to plugin root</li>\n<li>Change: fixed empty templates list bug when \"show only installed widget\" checkbox checked</li>\n<li>Fix: sorted out some of the templates import bugs</li>\n</ul>\n\n<p>version 1.4.34 - 2020-05-06 =</p>\n\n<ul>\n<li>Fix: removed category ations from templates section</li>\n<li>Fix: show \"putPostMeta\" function even if no example post available</li>\n<li>Fix: fixed finally all the DB not installed issues on elementor and admin pages</li>\n</ul>\n\n<p>version 1.4.33 - 2020-05-03 =</p>\n\n<ul>\n<li>Fix: fixed double twig collision by another plugin</li>\n</ul>\n\n<p>version 1.4.32 - 2020-05-02 =</p>\n\n<ul>\n<li>Update: updated to newest twig 1.x version</li>\n<li>Fix: fixed no space between placeholders in php 7.4 bug</li>\n</ul>\n\n<p>version 1.4.31 - 2020-04-26 =</p>\n\n<p>*Fix: fixed dissapearing widget issue</p>\n\n<p>version 1.4.30 - 2020-04-23 =</p>\n\n<ul>\n<li>Fix: fixed couple of bugs related to templates</li>\n</ul>\n\n<p>version 1.4.29 - 2020-04-22 =</p>\n\n<ul>\n<li>Feature: released the templates catalog</li>\n</ul>\n\n<p>version 1.4.28 - 2020-04-10 =</p>\n\n<ul>\n<li>Feature: added woocommerce categories field</li>\n<li>Fix: fixed export / import with images feature</li>\n<li>Fug: fixed error message on front on some cases when the db tables not installed yet.</li>\n</ul>\n\n<p>version 1.4.27 - 2020-04-01 =</p>\n\n<p>Fix: fixed widget default icon in manager\nFeature: added \"getPostMeta, putPostMeta, printPostMeta\" functions\nFeature: added \"getPostData\" function for acf related posts, that get\'s all the data from the related post including custom fields</p>\n\n<p>version 1.4.26 - 2020-03-28 =</p>\n\n<ul>\n<li>Change: changed to new api address</li>\n<li>Fix: fixed links not included bug in theme builder posts</li>\n<li>Fix: fixed link to buy pro version</li>\n<li>Fix: fixed free version remain activated bug</li>\n<li>Fix: simpleXML validation made the site down</li>\n</ul>\n\n<p>version 1.4.25 - 2020-03-09 =</p>\n\n<ul>\n<li>Feature: added \"responsive controls\" to margin and padding setting</li>\n<li>Feature: made \"refresh catalog\" button</li>\n<li>Feature: added \"num_items\" variable to the widget editor</li>\n<li>Change: removed the \"default fonts\" from widget defaults screen</li>\n<li>Fix: fixed some php bug in \"implode\" function</li>\n<li>Fix: fixed posts from sub categories in post list</li>\n</ul>\n\n<p>version 1.4.24 - 2020-02-14 =</p>\n\n<ul>\n<li>Feature: made \"export with images\" option in templates</li>\n<li>Fix: fixed import category widgets</li>\n<li>Fix: fixed icon html output placeholder</li>\n</ul>\n\n<p>version 1.4.23 - 2020-02-02 =</p>\n\n<ul>\n<li>Feature: improved the slider attribute</li>\n<li>Feature: added \"menu\" attribute</li>\n</ul>\n\n<p>version 1.4.22 - 2020-01-28 =</p>\n\n<ul>\n<li>Feature: added woo currency symbol</li>\n<li>Feature: added woo add to cart button</li>\n<li>Feature: added slider attribute</li>\n<li>Widget: logo grid</li>\n<li>Widget: logo carousel</li>\n<li>Widget: logo marquee</li>\n<li>Widget: image tooltip</li>\n<li>Widget: content toggle</li>\n<li>Widget: circle number</li>\n<li>Widget: post list</li>\n</ul>\n\n<p>version 1.4.21 - 2020-01-22 =</p>\n\n<ul>\n<li>Feature: added users attribute</li>\n<li>Feature: done multiple post type selector</li>\n<li>Feature: added background attribute</li>\n<li>Feature: added icon library html output</li>\n<li>Feature: added woo commerce support in posts list</li>\n<li>Bug fix: fixed icons not shown bug in widget settings</li>\n</ul>\n\n<p>version 1.4.20 - 2020-01-15 =</p>\n\n<ul>\n<li>Bug fix: fixed font awesome icon output</li>\n<li>Bug fix: fixed instagram not loading bug</li>\n<li>Change: updated font awesome css version</li>\n<li>Change: changed the way that instagram was loaded on the page</li>\n</ul>\n\n<p>version 1.4.19 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added filter by slug to terms attribute</li>\n<li>Feature: changed repeater items titles to the ones from \"title\" field instead of \"Item1\", \"Item2\" etc.</li>\n<li>Feature: added automated styling for date field, added \"ucdate\" filter for that.</li>\n<li>Feature: done functionality for display post author</li>\n<li>Change: changed the font awesome attribute to fa5</li>\n<li>Change: added strip html tags from truncate function</li>\n</ul>\n\n<p>version 1.4.18 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added all image sizes to posts</li>\n<li>Feature: added \"putPostTerms\" function to posts</li>\n<li>Feature: added wpautop filter to twig</li>\n<li>Feature: added option for custom twig PHP functinoality for PRO version</li>\n<li>Feature: hide \"edit widget html\" button for user that don\'t have capability to see the plugin </li>\n<li>Feature: added wpml compatablity</li>\n<li>Feature: added related posts in posts list</li>\n<li>Feature: added padding and margin controls (pro)</li>\n<li>Bug Fix: fixed pagination output</li>\n</ul>\n\n<p>version 1.4.17 - 2019-12-12 =</p>\n\n<ul>\n<li>Change: changed to more flexible catalog api</li>\n</ul>\n\n<p>version 1.4.16 - 2019-08-12 =</p>\n\n<ul>\n<li>Feature: added post query relation (and, or) chooser</li>\n<li>Change: update to freemius sdk 2.3.1</li>\n<li>Feature: added \"trancate\" filter</li>\n<li>Fix: fixed editor permissions PHP Error</li>\n</ul>\n\n<p>version 1.4.15 - 2019-19-11 =</p>\n\n<ul>\n<li>Change: remove the old deprecated codecanyon activation</li>\n<li>Fix: fixed bug when both plugins are installed together</li>\n<li>Fix: fixed empty widget content when put a lot of content in the widget html/js</li>\n<li>Feature: added option for fonts for post list for intro and content</li>\n<li>Feature: added custom filter query ID in posts list query (pro)</li>\n<li>Feature: added labels to typography fields</li>\n<li>Feature: added description option for elementor controls</li>\n<li>Feature: added option to add help links to widgets from the widget editor</li>\n</ul>\n\n<p>version 1.4.14 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed js not included bug</li>\n</ul>\n\n<p>version 1.4.13 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed terms attribute selector bugs in elementor</li>\n<li>Fix: fixed post selection was not showing post types without taxonomies</li>\n<li>Fix: fixed rtl visibility issues in admin</li>\n</ul>\n\n<p>version 1.4.12 - 2019-15-10 =</p>\n\n<ul>\n<li>Feature: added exclude posts by current post</li>\n<li>Feature: added post category addition custom taxonomy support</li>\n<li>Fix: fixed some bug in post list selector elementor</li>\n</ul>\n\n<p>version 1.4.11 - 2019-07-10 =</p>\n\n<p>*Feature: added link param html attributes placeholder\n*Feature: added category link to post list params\n*Fix: fixed post list category not displayed bug</p>\n\n<p>version 1.4.10 - 2019-28-9 =</p>\n\n<p>-bug fix: added some front end protection against db not installed bug\n* Feature(pro): added do_action for custom wp actions run\n* Feature(pro): added apply_filters for custom wp actions run\n-bug fix: fixed export widget with assets path\n-change: added instructions to download pro version.</p>\n\n<h4>1.4.7 - 2019-18-9</h4>\n\n<p>*Fix: fixed post category selection in post list</p>\n\n<h4>1.4.6 - 2019-18-9</h4>\n\n<p>*Fix: fixed dynamic items in repeater</p>\n\n<h4>1.4.6 - 2019-11-9</h4>\n\n<p>*Fix: fixed admin body class external\n*Feature: make support for post categories list\n*Feature(pro) - made taxonomies list attribute\n*Fix: fixed current posts fetch in archive type</p>\n\n<h4>1.4.5 - 2019-19-8</h4>\n\n<p>*Change: improved widgets manager design</p>\n\n<h4>1.4.3 - 2019-25-7</h4>\n\n<p>*Change: updated the activation link from plugins\n*Change: small UI improvements</p>\n\n<h4>1.4.2 - 2019-24-7</h4>\n\n<p>*Feature: add post category to dynamic fields\n*Feature: added toolset integration</p>\n\n<h4>1.4.1 - 2019-8-7</h4>\n\n<p>*Feature: added search widget\n*Feature: the plugin is now fully translatable, added russian translation</p>\n\n<h4>1.4 - 2019-8-7</h4>\n\n<p>*Change: moved to new payment system (freemius), changed pricing plans</p>\n\n<h4>1.3.39 - 2019-2-7</h4>\n\n<p>*Feature: add alt tags to image attribute\n*Feature: add automatic name from title on add attribute\n*Feature: redesign categories</p>\n\n<p>*Fix: removed autop filter change code from front end\n*Fix: allow to import widget when stand on category from catalog\n*Fix: fixed instagram widgets typography bug</p>\n\n<h4>1.3.38 - 2019-30-6</h4>\n\n<p>*Feature: added code examples / js snippets\n*Feature: added widget preview</p>\n\n<h4>1.3.37 - 2019-23-6</h4>\n\n<p>*Feature: add support for archive pages\n*Feature: added archive pages pagination\n*Change: changed fonts design controls</p>\n\n<h4>1.3.36 - 2019-20-6</h4>\n\n<p>*Fix: fixed multiple similar js includes in one page</p>\n\n<h4>1.3.35 - 2019-20-6</h4>\n\n<p>*Feature: add support for acf gallery field</p>\n\n<h4>1.3.34 - 2019-13-6</h4>\n\n<ul>\n<li>Feature: improved the post list filtering and ordering</li>\n</ul>\n\n<h4>1.3.33 - 2019-12-6</h4>\n\n<ul>\n<li>Feature: added ordering posts by meta value</li>\n<li>Fix: fixed site crash by db error</li>\n</ul>\n\n<h4>1.3.32 - 2019-11-6</h4>\n\n<ul>\n<li>Fix: fixed pods together with acf fileds</li>\n<li>Fix: added all categories to post list</li>\n</ul>\n\n<h4>1.3.31 - 2019-10-6</h4>\n\n<ul>\n<li>Feature: added link attribute</li>\n</ul>\n\n<h4>1.3.30 - 2019-06-6</h4>\n\n<ul>\n<li>Feature: made PODS integration</li>\n</ul>\n\n<h4>1.3.29 - 2019-06-5</h4>\n\n<ul>\n<li>Feature: added set widget icon functionality, with presence in catalog</li>\n<li>Feature: added preview widget button from the catalog</li>\n</ul>\n\n<h4>1.3.28 - 2019-06-3</h4>\n\n<ul>\n<li>Feature: made plugin translatable</li>\n</ul>\n\n<h4>1.3.27 - 2019-06-2</h4>\n\n<ul>\n<li>Fix: fixed font override attribute bug</li>\n</ul>\n\n<h4>1.3.26 - 2019-05-30</h4>\n\n<ul>\n<li>Feature: added typography attribute</li>\n</ul>\n\n<h4>1.3.25 - 2019-05-29</h4>\n\n<ul>\n<li>Tweak: added support for dynamic params in image field</li>\n</ul>\n\n<h4>1.3.24 - 2019-05-29</h4>\n\n<ul>\n<li>Fix: Fix dynamic field</li>\n<li>Tweak: Added message when adding an empty repeater from custom fields</li>\n</ul>\n\n<h4>1.3.23 - 2019-05-01</h4>\n\n<ul>\n<li>Feature: Added dynamic fields to all text controls</li>\n<li>Feature: Added \"edit html\" button to all widgets</li>\n<li>Fix: Fixed consolidated addons render bugs</li>\n</ul>\n\n<h4>1.3.22 - 2019-04-25</h4>\n\n<ul>\n<li>Feature: Made all acf fields integration including the pro like repeater and clone</li>\n</ul>\n\n<h4>1.3.21 - 2019-04-20</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.20 - 2019-04-15</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.19 - 2019-04-10</h4>\n\n<ul>\n<li>Feature: Done all acf fields</li>\n</ul>\n\n<h4>1.3.18 - 2019-04-05</h4>\n\n<ul>\n<li>Change: Update post child vars when change post</li>\n</ul>\n\n<h4>1.3.17 - 2019-04-01</h4>\n\n<ul>\n<li>Change: Add dynamic fields to addon editor</li>\n</ul>\n\n<h4>1.3.16 - 2019-03-30</h4>\n\n<ul>\n<li>Fix: Fixed the switchers </li>\n<li>Fix: Fixed the upload file</li>\n<li>Fix: Fixed checkbox in assets tab</li>\n</ul>\n\n<h4>1.3.15 - 2019-03-25</h4>\n\n<ul>\n<li>Fix: Fixed visual bugs</li>\n<li>Fix: Fixed radio boolean attribute (switcher)</li>\n</ul>\n\n<h4>1.3.14 - 2019-03-20</h4>\n\n<ul>\n<li>Fix: Fixed addon assets tab bugs</li>\n</ul>\n\n<h4>1.3.13 - 2019-03-15</h4>\n\n<ul>\n<li>Feature: Done export/import template with addons</li>\n</ul>\n\n<h4>1.3.12 - 2019-03-10</h4>\n\n<ul>\n<li>Feature: Added fedback on deactivate</li>\n</ul>\n\n<h4>1.3.11 - 2019-03-05</h4>\n\n<ul>\n<li>Fix: Fixed export import layout stuff</li>\n</ul>\n\n<h4>1.3.10 - 2019-03-01</h4>\n\n<ul>\n<li>Fix: Fixed assets tab issues</li>\n<li>Fix: Fixed post to articles category rename on install</li>\n</ul>\n\n<h4>1.3.09 - 2019-02-28</h4>\n\n<ul>\n<li>Fix: Fixed test addon jquery include</li>\n<li>Change: Added purchase link to license page</li>\n</ul>\n\n<h4>1.3.08 - 2019-02-25</h4>\n\n<ul>\n<li>Fix: Fixed settings text output</li>\n</ul>\n\n<h4>1.3.07 - 2019-02-20</h4>\n\n<ul>\n<li>Fix: Fixed font manager bug</li>\n</ul>\n\n<h4>1.3.06 - 2019-02-15</h4>\n\n<ul>\n<li>Fix: Fixed taxonomy issues</li>\n</ul>\n\n<h4>1.3.05 - 2019-02-10</h4>\n\n<ul>\n<li>Fix: Fixed add addon functionality</li>\n</ul>\n\n<h4>1.3.04 - 2019-02-05</h4>\n\n<ul>\n<li>Improvment: Improved post types category selection</li>\n</ul>\n\n<h4>1.3.03 - 2019-02-01</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.02 - 2019-01-30</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.01 - 2019-01-25</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.2.01 - 2019-01-20</h4>\n\n<ul>\n<li>Fix: Fixed js in editor when addins widget</li>\n</ul>\n\n<h4>1.2.00 - 2019-01-15</h4>\n\n<ul>\n<li>Feature: Pro version with a catalog</li>\n</ul>\n\n<h4>1.0.11 - 2019-01-10</h4>\n\n<ul>\n<li>Fix: Fixed some wordpress galleries related bug</li>\n</ul>\n\n<h4>1.0.10 - 2019-01-05</h4>\n\n<ul>\n<li>Fix: Fixed export category</li>\n</ul>\n\n<h4>1.0.09 - 2019-01-01</h4>\n\n<ul>\n<li>Change: Made global setting for consolidata addons or not</li>\n<li>Change: Updated some memory text in general settings</li>\n</ul>\n\n<h4>1.0.08 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed all notices related bugs</li>\n</ul>\n\n<h4>1.0.07 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed with default data types</li>\n</ul>\n\n<h4>1.0.06 - 2018-12-25</h4>\n\n<ul>\n<li>Fix: Fixed js includes consolidated</li>\n</ul>\n\n<h4>1.0.05 - 2018-12-20</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.04 - 2018-12-15</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.03 - 2018-12-10</h4>\n\n<ul>\n<li>Fix: Fixed empty category issues</li>\n</ul>\n\n<h4>1.0.02 - 2018-12-05</h4>\n\n<ul>\n<li>Fix: Fixed bug with some unit values in render output</li>\n</ul>\n\n<h4>1.0.00 - 2018-12-01</h4>\n\n<ul>\n<li>Release: First plugin release</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:7:\"1.5.105\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/72214.zip?is_premium=true&authorization=FSLA+14440533%3ADvN-Dv7IFwDJqDJ3QlD7iljE1wfFXbqs111b222R-_2CL8CC_6o0k6rP-fq97qt1b7Avs7BgcWBcrfvwtMVCn2YOjnfjfrfbdFe1E9mCnVs3F1--7T7rS3UIdRo8l3-HS4InkrS7LoB5bGS7exblKI1xaYIkO0r1cRrdEivNEUNO3050SPG2IbY6pkFWcp8mYzEOoT96oysw5Lzbb0zT6-5T1xeF9ryH7xCvAr-O1Mxy3jrFruN7KhrQrohuzzonC3x0UQ0_8c7CmizdxyeLmA\";}}s:7:\"created\";i:1714989683;s:9:\"timestamp\";i:1714993283;}s:92:\"get:/v1/installs/14440533/updates/latest.json?is_premium=true&newer_than=1.5.105&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:7:\"1.5.106\";s:11:\"sdk_version\";s:5:\"2.6.2\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:3:\"6.5\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:32204;s:2:\"id\";s:5:\"72536\";s:7:\"created\";s:19:\"2024-05-12 12:26:42\";s:7:\"updated\";s:19:\"2024-05-13 06:55:05\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/72536.zip?is_premium=true&authorization=FSLA+14440533%3AeXndDVA52X-MC9rGHj3u6HxJ4lwmFm7LXdxSlHzfiUgMPv6uIyDXv9xXds0UOwK4tt0z_QAOTM-oQw19i-btihXA95LhVFgvnr4QXK494UQPrLxpBDOVNCmW1Y7KRmmeJZzKwQzqDl_Pbc4QCU4TovN9LbyNNX9jBddcxZYDTamxwy7r5PFXgBLTJ6PNfpT01k-6l-RrpoF3X9QWMkgpaMJCi07ZLL6frz2qFp4Ay_htLJ676DXjPVaSBNfHa-2j5rMt6sK5rKXF0S8pLMLZtg\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:66:\"Unlimited Elements For Elementor (Free Widgets, Addons, Templates)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"tags\";O:8:\"stdClass\":6:{s:9:\"elementor\";s:9:\"elementor\";s:8:\"elements\";s:8:\"elements\";s:6:\"addons\";s:6:\"addons\";s:16:\"elementor addons\";s:16:\"elementor addons\";s:16:\"elementor widget\";s:16:\"elementor widget\";s:12:\"page builder\";s:12:\"page builder\";}s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";N;s:6:\"tested\";s:3:\"6.5\";s:10:\"stable_tag\";s:3:\"1.0\";s:8:\"sections\";O:8:\"stdClass\":4:{s:11:\"description\";s:7110:\"<p><strong>Elementor</strong> users, elevate your web design experience with <strong>Unlimited Elements for Elementor</strong>. An all in one plugin that instantly gives you the most advanced widgets and tools to make better Elementor websites faster. Take your WordPress website to the next level.</p>\n\n<p><a href=\"https://unlimited-elements.com/elementor-widgets/\">View Elementor Widgets Demos</a>\n<br>\nBrowse our extensive collection of free widgets or upgrade to our pro version for access to over 200 additional unique drag and drop widgets for <strong>Elementor</strong>. Each widget provides a wide range of options to easily control every aspect. If you can\'t find what you need, our <strong>Widget Creator</strong> Framework empowers you to create any widget you can imagine.</p>\n\n<h3>Plugin Features</h3>\n\n<ul>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Widget Library</strong></a> – Enhance the popular Elementor page builder with our user-friendly and innovative widget library. Simplify your website by finding everything you need in one place, without the need for multiple plugins.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/widget-creator/\"><strong>Widget Creator</strong></a> – Save valuable time by eliminating the need to search for numerous plugins and add-ons. Instead, create customized, professional widgets that perfectly align with your website requirements.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-templates/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/loop-builder-for-elementor/\"><strong>Loop Builder</strong></a> – Easily create dynamic Loop Items within the Elementor Theme Builder by utilizing any loop widget layout of your preference. Effortlessly populate the chosen widget with dynamic content to craft versatile and engaging Loop Items.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/background-widgets-for-elementor/\"><strong>Background Widgets</strong></a> – Elevate your web designs instantly with our user-friendly animated backgrounds available in our extensive widget library. Experience seamless integration and unleash your creativity like never before.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/post-widgets-filters-tools/\"><strong>Post Widgets & Filters</strong></a> – Easily create stunning post layouts with real-time filters. Improve the browsing experience for website visitors by helping them find the content they\'re looking for. Effortlessly display posts using advanced criteria on your entire website.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/woo/\"><strong>WooCommerce Widgets & Filters</strong></a> – Create stunning product layouts with dynamic real-time filters. Showcase your products and categories in a wide array of interactive formats, such as grids, carousels, sliders, and more.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/remote-control-widgets/\"><strong>Woo Widgets & Filters</strong></a> – Unleash your creativity with advanced and customizable layouts. Take full control of your designs and make them truly unique using the remote controls. Stand out from the crowd with layouts that are both eye-catching and distinctive.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/sync-widgets/\"><strong>Sync Between Widgets</strong></a> – Elevate your web designs to new heights by seamlessly synchronizing multiple item-based widgets. This powerful feature empowers you to effortlessly create intricate and personalized layouts, taking your designs to the next level of sophistication.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source-galleries/\"><strong>Multi-Source Galleries</strong></a> – Empower your gallery showcase by effortlessly featuring Woo products, WordPress posts, Instagram feeds, and a variety of other sources, including various API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/live-copy-paste/\"><strong>Live Copy Paste</strong></a> – Copy and paste fully designed sections from the Unlimited Elements website directly to your website, saving you time and ensuring you can finish your web project as soon as possible.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-menu-widget-for-elementor/\"><strong>Mega Menu Builder</strong></a> – Easily craft a distinctive Mega Menu for your website navigation by incorporating images, icons, links, and various Elementor widgets into unique menu layouts.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-slider-widget-for-elementor/\"><strong>Mega Slider Builder</strong></a> – Easily turn any Elementor sections into slider slides. Now you can amaze your website visitors with jaw-dropping slider designs that look amazing on any device.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source/\"><strong>Multi-Source Widgets</strong></a> – Add content dynamically to item-based widgets effortlessly with support for ACF repeaters, JSON/CSV files, Woo Products, WordPress posts, users, menus, and a range of API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/dynamic-post-popup-widget-for-elementor/\"><strong>Dynamic Popup Builder</strong></a> – Dynamically create a popup to add a quick view of the post without leaving the page. Use an Elementor single post template to create the layout of the dynamic popup.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/form-builder/\"><strong>Elementor Form Builder</strong></a> – Build advanced forms effortlessly using the drag-and-drop form builder. Whether it’s a simple or complex form, our straightforward form widgets make it quick and easy to create forms, improving your workflow.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/calculators/\"><strong>Calculator Builder</strong></a> – Easily design professional calculators for any type of industry. Whether you need a loan calculator, mortgage calculator or business calculator, our powerful and intuitive drag and drop builder makes it easy to create complex calculators with ease.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/filters/\"><strong>Elementor Filter Widgets</strong></a> – Unlock the potential of the AJAX-based faceted filter system, seamlessly empowering you to craft diverse layouts with ease. Take control by applying multiple filters, ensuring a super-fast and dynamic filtering experience tailored to your website needs.</p></li>\n</ul>\";s:12:\"installation\";s:521:\"<p>Note : This plugin works with Elementor. Make sure you have <a href=\"https://wordpress.org/plugins/elementor/\">Elementor</a> installed.</p>\n\n<ol>\n<li>Upload the plugin folder to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress</li>\n<li>Navigate to Unlimited Elements in the WordPress side menu and install the widget you want by hovering over it and clicking install.</li>\n</ol>\";s:3:\"faq\";s:4208:\"<h4>Can I use the plugin without Elementor?</h4>\n\n<p>No. You cannot use the plugin without Elementor since it\'s an addon for Elementor.</p>\n\n<h4>Does the plugin work with any theme?</h4>\n\n<p>Absolutely! The plugin will work with any theme where Elementor works.</p>\n\n<h4>What if I update to the Premium version after using the Free version?</h4>\n\n<p>Your existing elements/content will work with the premium version. So you won’t lose your any of your hard work.</p>\n\n<h4>Can I get a refund?</h4>\n\n<p>If you are not happy with your purchase at anytime just contact us and we will refund 100% of your money no questions asked.</p>\n\n<h4>Do you offer a renewals discount?</h4>\n\n<p>Yes, you get 25% discount for all annual plan automatic renewals. The renewal price will never be increased so long as the subscription is not cancelled.</p>\n\n<h4>How do I install and activate the \'Unlimited Elements for Elementor\' plugin on WordPress?</h4>\n\n<p>To install the \'Unlimited Elements\' plugin on your WordPress site, access your WordPress Dashboard and go to Plugins -> Add New. In the search box, enter \'Unlimited Elements.\' Locate the plugin in the search results and click on the \'Install Now\' button. Once the installation is finished, click on the \'Activate\' button, and \'Unlimited Elements for Elementor\' will be successfully activated on your WordPress site.</p>\n\n<h4>Do I need to know code to use Unlimited Elements?</h4>\n\n<p>No, you do not need to know code to leverage the widgets and other tools provided by the Unlimited Elements plugin. It is designed to be user-friendly, allowing you to enhance your Elementor experience without any coding expertise. However, for users familiar with code, the plugin offers the added advantage of a widget creator, enabling the creation of custom Elementor widgets for a more tailored and advanced design experience.</p>\n\n<h4>Is my site secure with Unlimited Elements?</h4>\n\n<p>Yes, Unlimited Elements is a secure plugin. The plugin is regularly updated to adhere to common security standards, ensuring a secure environment for your website.</p>\n\n<h4>What types of filters does Unlimited Elements provide?</h4>\n\n<p>Unlimited Elements offers a variety of filter types, including search filters, dropdowns, tabs filters, checkboxes filters, and WooCommerce-related filters, providing a diverse range of options for dynamic and versatile website filtering.</p>\n\n<h4>Are the filters compatible with any post type or WooCommerce products?</h4>\n\n<p>Yes, all the filters provided by Unlimited Elements are live Ajax filters, ensuring dynamic and seamless filtering experiences. They are compatible with any post type, including custom post types, and WooCommerce products, offering versatile functionality for a wide range of content on your website. Utilize specific WooCommerce filters to enhance the shopping experience for your customers, such as the price range slider filter and color swatches filter for products with different colors.</p>\n\n<h4>Can I use Unlimited Elements to display custom post types in my widgets?</h4>\n\n<p>Yes, Unlimited Elements supports showcasing custom post types with advanced query selection and seamless connection to any filter from the UE library. This allows for tailored and dynamic content presentation on your website using the plugin\'s versatile features.</p>\n\n<h4>What are multi-source widgets in Unlimited Elements?</h4>\n\n<p>Multi-source widgets in Unlimited Elements enable the population of item-based widgets with various dynamic source types. These widgets can be populated using sources like ACF repeater fields, WooCommerce products, custom post types, Instagram feeds, and various API integrations. This versatility allows for the seamless integration of diverse content into widgets, enhancing the flexibility and functionality of your website elements.</p>\n\n<h4>Should I use Remote Control Widgets or the Sync Widgets function in Unlimited Elements?</h4>\n\n<p>The choice depends on your design preferences. If you want complete control, go for Remote Control Widgets. For synchronized layouts, choose Sync Widgets. They can also be used together for even more powerful customization options in Unlimited Elements.</p>\";s:9:\"changelog\";s:136961:\"<p>version 1.5.106: 2024-05-12</p>\n\n<ul>\n<li>Fix - fixed some main/child roles checkbox filter issues</li>\n<li>Fix - fixed some bug with widget posts debug not showed full info</li>\n<li>Fix - fixed dissapearing gallery titles since last version.</li>\n</ul>\n\n<p>version 1.5.105: 2024-05-05</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Fix: fixed some filters and request related issue</li>\n<li>Fix: fixed specific post and terms select</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Mute Video\' option. This new functionality allows users to start videos muted within the widget, providing greater control over the audio playback and enhancing the user experience.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Checkboxes Filter (Pro) - Introduced \'Accordion as Dropdown\' option, allowing users to open the accordion as a dropdown when the layout is set to \'Accordion\', preventing layout shifting and improving user experience.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Event List (Pro) - Introduced \'Show End Time\' option, enabling users to show or hide the event end time for enhanced flexibility and customization.</li>\n<li>Feature: Animated Icon Box (Pro) - Introduced styling options for Icon and Divider, providing users with more customization choices for improved visual design.</li>\n<li>Feature: Taxonomy Terms (Pro) - Implemented styling options for 1st and 2nd level of Child Term Elements. This new functionality allows users to customize the appearance of Child Term Elements at different hierarchical levels, providing greater design flexibility and control.</li>\n<li>Feature: Content Carousel (Pro) - Implemented \'Image Border Radius\' option. This new functionality allows users to specify the border radius for images within the widget, enabling them to create rounded or custom-shaped images for a more visually appealing design.</li>\n<li>Feature: Coverflow Carousel (Pro) - Implemented \'Custom Navigation Arrows\' option. This new functionality allows users to customize the navigation arrows used within the widget, enabling them to use custom-designed arrows for a more personalized look and feel.</li>\n<li>Feature: One Page Scroll Navigation (Pro) - Enhanced widget flexibility to support other sections apart from the one with the tag <section>. This improvement expands compatibility with different section types, providing users with more options for integrating the widget into their website layouts.</li>\n<li>Change: Animated Icon Box (Pro) - Replaced old font edit option with new typography and color options for enhanced customization and design control.</li>\n<li>Change: Call To Action Button (Free) - Moved ripple \'Transition Timing\' from Button Icon to Button Icon tab and renamed it to \'Ripple Timing\' for improved organization and clarity.</li>\n</ul>\n\n<p>version 1.5.104: 2024-04-24</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added support for unselect items in sync functionality</li>\n<li>Feature: added feature - sort terms by parent -> children, and levels number class</li>\n<li>Fix: fixed some load more issue with dynamic template loop and post lists inside</li>\n<li>Fix: fixed woo category image not fetched bug</li>\n<li>Fix: fixed some cases of sticky elementor elements with filters</li>\n<li>Fix: fixed remote connection with single background parent and remote widget</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Neon Line Width\' option. This new functionality allows users to adjust the width of the neon line effect within the widget, providing finer control over its appearance and visual impact.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Shadow\' option. This new functionality allows users to add a shadow effect to buttons within the widget, enhancing their visual appearance and depth.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Background Color\' option. This new functionality allows users to customize the background color of buttons within the widget, enhancing visual design and customization possibilities.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Fix: Loop Carousel (Pro) - Corrected spelling mistakes and improved naming conventions, enhancing clarity and consistency.</li>\n<li>Fix: Flip Box (Free) - Resolved issue where links were not firing for the first click on the back of the Flip Box. This fix ensures that links behave as expected, allowing them to be clicked and activated reliably.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue where Content Tabs widget couldn\'t work with Icon Tabs widget on the same page. This fix ensures that both widgets can coexist and function properly together, allowing for seamless integration and improved user experience.</li>\n<li>Fix: Checkboxes Filter (Pro) - Enhanced Accordion Layout option for the Checkboxes Widget to improve script communication. This improvement optimizes the interaction between scripts, resulting in smoother operation and better performance of the widget.</li>\n<li>Fix: Loop Grid (Pro) - Implemented additional Masonry layout check to avoid items overlapping over each other. This enhancement ensures that items are properly positioned and do not overlap, maintaining a clean and organized layout within the widget.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Resolved issue where popups allowed opening links in new tabs while opening the popup. This fix ensures that links within popups behave consistently and do not inadvertently open in new tabs, providing a smoother user experience.</li>\n<li>Fix: Post Slider (Pro) - Addressed issue where post title typography settings were not applied, ensuring proper functionality and appearance.</li>\n<li>Fix: Flip Box (Free) - Corrected a typography mistake in options.</li>\n<li>Fix: Content Slider (Pro) - Resolved conflict caused between Elementor\'s Motion Effects and the widget due to the same animation library (animate.css), resolving CSS class conflict for smoother animation and functionality.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with Opening Item when Clickable Parent option is enabled.</li>\n<li>Fix: Side Menu (Pro) - Resolved issue where some icons were being reverted. This fix ensures that all icons remain consistent and do not revert unexpectedly.</li>\n<li>Fix: Rhombus Grid (Pro) - Increased CSS priority for \'Item Background Color Override\' option. This adjustment ensures that the specified background color takes precedence over other styles, providing consistent and reliable appearance for the widget items.</li>\n</ul>\n\n<p>version 1.5.103: 2024-04-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to add additional url attributes to post links</li>\n<li>Feature: improved woo category thumbnail image gether</li>\n<li>Feature: added option to unite gallery - strip_speed</li>\n<li>Fix: fixed some widgets editor enable visibility bug</li>\n<li>Fix: fixed entrance animation run if inside a viewport window</li>\n<li>Fix: fixed some security issues - escaping some fields output</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Dots\' option. This new functionality allows users to toggle the visibility of dots within the widget, providing greater control over navigation indicators.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Custom Icon\' option. This new functionality allows users to customize the appearance of checkboxes by providing custom icons, enhancing the visual presentation of checkboxes within the widget.</li>\n<li>Feature: Video Playlist (Pro) - Implemented \'Strip Navigation Speed\' option. This new functionality allows users to adjust the speed of navigation within the strip, providing finer control over the scrolling behavior.</li>\n<li>Feature: Expanding Content Cards (Pro) - Implemented \'Background Image Align\' option. This new functionality allows users to specify the alignment of the background image, providing greater control over its positioning within the element.</li>\n<li>Feature: Post Magazine Grid (Pro) - Implemented \'Meta Date Date Format\' option. This new functionality allows users to specify the date format for meta date display, providing customization options for date presentation.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Show Item Title in Lightbox\' option. This new functionality allows users to toggle the display of item titles within the lightbox, providing control over the visibility of titles for a better user experience.</li>\n<li>Feature: Search Filter (Pro) - Implemented \'Custom Links Ending\' option. This new functionality allows users to change links in the connected grid to highlight the search phrase.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Post Pagination (Free) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Content Switcher (Pro) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab Content Switcher for a smoother and more seamless user experience.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Show Field Name In Empty Field Error Message\' option. This new functionality allows users to include the field name in the empty field error message, providing clearer feedback to users when a required field is left blank.</li>\n<li>Feature: Side Menu (Pro) - Implemented \'Templates Width\' and \'Templates Horizontal Align\' options.</li>\n<li>Change: Unlimited Grid (Pro) - Changed \'Title Spacing\' option to \'Title Margin\'. This change allows users to add margin in all directions to the title, providing more granular control over its positioning within the widget.</li>\n<li>Fix: Content Box Hover Text Reveal (Free) - Resolved issue where Overlay Opacity option wasn\'t working on mobile devices. This fix ensures that the Overlay Opacity option functions correctly across all devices, providing consistent behavior and appearance.</li>\n<li>Fix: Multi Step Form (Pro) - Fixed Multi Step Error Message not showing when empty and required field was present on active step.</li>\n<li>Fix: Submit Button (Free) - Fixed Submit Button verification issue when fields with 0 value were parsed as empty.</li>\n<li>Fix: Slider Field (Pro) - Resolved issue where border radius for focus state differed from regular state. This fix ensures that the border radius remains consistent across different states.</li>\n<li>Fix: Icon Bullets (Free) - Fixed issue related to Hover Colors not being revealed after item hover.</li>\n<li>Fix: Team Member Sliding Effect (Pro) - Resolved issue related to global colors usage. This fix ensures that global colors are properly utilized throughout the widget, maintaining consistency and accuracy in color rendering.</li>\n<li>Fix: Post Magazine Grid (Pro) - Optimized widget HTML. This optimization improves the efficiency and performance of the widget by streamlining the HTML structure and reducing unnecessary code.</li>\n<li>Fix: Form Fields Widgets: Resolved vulnerability where scripts could be injected under certain widget attributes. This fix ensures that scripts are properly sanitized and prevented from being inserted into widget attributes, mitigating potential security risks.</li>\n</ul>\n\n<p>version 1.5.101: 2024-04-03</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added \"date time\" attribute to items attributes list</li>\n<li>Feature - made some integration for \"relevanssi\" plugin</li>\n<li>Feature - added woo rating stars to multisource fields</li>\n<li>Feature - added visual text that showing the form fields conditions</li>\n<li>Fix - fixed filters mode init mode</li>\n<li>Fix - fixed various filters related bugs</li>\n<li>Fix - fixed ucpage parameter fetch for pagination in archive page</li>\n<li>Fix - fixed gallery from meta field item source texts </li>\n<li>Fix - fixed some number field processing</li>\n<li>Fix - fixed multisep form with template submit</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Set First Item Selected\' option. This new functionality allows users to automatically select the first item in the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented \'Open Current Submenu On Page Load\' option. This new functionality allows users to automatically expand the current submenu on page load, providing immediate access to relevant content.</li>\n<li>Feature: Background Slider (Pro) - Introduced \'Add SEO Tags\' option, allowing users to include alt and title attributes for images for improved search engine optimization of the widget content.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Message Box After Send\" option, allowing automatic closure of the message box after clicking the send button for improved user experience and convenience.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Button After Click\" option, enabling automatic closure of the buttons after clicking any button, eliminating the need for manual closure for enhanced user convenience and interaction.</li>\n<li>Feature: Content Grid (Pro) - Implemented \'Description\' option. This new functionality allows users to add a description to the widget, providing additional context or instructions.</li>\n<li>Feature: SVG Animation (Free) - Optimized widget for Elementor Popup compatibility. This update ensures seamless integration and improved performance when using the widget within Elementor Popups.</li>\n<li>Feature: Animated Ripples (Pro) - Introduced \'Ripple Scale\' option, enabling users to control the size of the ripples for enhanced visual customization and effect.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Item Trigger type\' for Segment Layout type. This new functionality allows segments to be opened by hovering on them, providing users with an alternative interaction method.</li>\n<li>Feature: Line Text Divider (Free) - Added styling options including Line Thickness, Line Border Radius, Line Shadow, Text Typography, Background Color, Padding, Border, Border Radius, and Box Shadow for enhanced customization. Additionally, existing styling options have been improved for better optimization and user experience.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Grow Effect on Thumb Hover option. This new functionality allows users to enable the grow effect on thumbnail hover.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Hide Default Arrows option. This new functionality allows users to hide default arrows, providing enhanced customization of the widget\'s appearance and behavior.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Show Time Ago\' option. This new functionality allows users to display the time elapsed since a publish event, providing context and improving user engagement.</li>\n<li>Feature: Dropdown Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Empty Field Error Text\' option. This new functionality allows users to customize the error message displayed when a required field is left empty.</li>\n<li>Feature: Icon Bullets (Free) - Implemented \'Title Color Hover\' and \'Text Color Hover\' options. These new functionalities allow users to customize the color of titles and text when hovered over, providing enhanced interactivity and visual feedback.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Font Family\' option for Label X Axis and Y Axis. This new functionality allows users to customize the font family for labels displayed on the X and Y axes, providing enhanced typography control.</li>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Arrows\' option and updated Arrows styling options. This new functionality allows users to control the visibility of arrows and customize their styling, providing more flexibility in widget design and navigation.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Empty Message\' option. This new functionality allows users to display a custom message when no posts are found, providing better user feedback and enhancing the user experience.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Change: Checkboxes Filter (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.</li>\n<li>Change: Post Carousel (Pro) - Added \'alt\' and \'title\' attributes to the image for improved SEO optimization and accessibility.</li>\n<li>Change: Flip Box Carousel (Pro) - Changed some selectors in CSS to avoid empty items appearing on live page.</li>\n<li>Change: Underline Animated Button (Free) - Changed <section> tag to </li>\n</ul>\n\n<p><</p>\n\n<p>div>. This update improves the semantic structure of the widget, ensuring better compatibility with various screen readers and accessibility standards.\n* Change: Unlimited Charts (Pro) - Updated the animation option to trigger animation when the chart comes into view instead of upon initial load, improving user experience and visual appeal.\n* Change: Submit Button (Free) - Changed the position of Empty Field Errors to be grouped after the submit button. This update enhances the layout and organization of error messages, providing users with a clearer indication of missing information before submission.\n* Change: Post Blocks (Free) - Changed CSS selector for Typography option for better accessibility. This update improves the accessibility of the Typography option by using a more descriptive and accessible CSS selector.\n* Change: List Marquee (Pro) - Increased speed limit to 1000. This update enhances the speed capabilities of the widget, allowing for faster performance and smoother animations.\n* Change: Checkbox Field (Pro) - Increased accessibility by adding IDs to input elements and \"for\" attributes to label elements. This update improves accessibility by associating labels with their corresponding form controls, making it easier for screen readers and other assistive technologies to interpret and navigate the form.\n* Change: Masonry Gallery (Pro) - Implemented \'Autoplay Video In Lightbox\' option. This new functionality allows users to enable autoplay for videos displayed within the lightbox, providing a more dynamic and engaging viewing experience.\n* Change: WhatsApp Chat (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.\n* Fix: Number Field (Pro) - Implemented CSS protection from the max-width CSS property. This new functionality safeguards against unintended styling conflicts or overrides caused by the max-width property.\n* Fix: Fullscreen Menu (Free) - Addressed issue where the fullscreen menu was not displayed correctly in Safari browser.\n* Fix: Image Scroll (Pro) - Resolved 404 error appearing every time Overlay element was added on the page. This fix ensures that the Overlay element is loaded correctly without triggering a 404 error.</p>\n\n<p>version 1.5.100: 2024-03-17</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to connect the filters to some specific grid group</li>\n<li>Fix: fixed js run for background output not always happend</li>\n<li>Fix: filters was shown only related to grid taxonomies after changing to \"all\" </li>\n<li>Fix: returned some tiles gallery images that was missing</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: List (Free) - Implemented \'Open Link in New Tab\' option. This new functionality allows users to specify whether links should open in a new tab, providing flexibility in link behavior.</li>\n<li>Feature: Compact Gallery (Free) - Implemented \'Hide Thumbnail Panel Under Width\' option. This new functionality allows users to hide the thumbnail panel when the viewport width is below a specified threshold, optimizing the display for smaller screens.</li>\n<li>Feature: Select Dropdown Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Checkboxes Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Tabs Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Added \'Image Horizontal Shift\' option, allowing users to adjust the horizontal position of the image for enhanced customization and layout control.</li>\n</ul>\n\n<p>version 1.5.99: 2024-03-11</p>\n\n<ul>\n<li>Fix - updated multisource image fields</li>\n<li>Fix - fixed some small php bug with strtobool function</li>\n</ul>\n\n<p>version 1.5.98: 2024-03-05</p>\n\n<ul>\n<li>Fix Some small gutenberg related bug fix</li>\n</ul>\n\n<p>version 1.5.97: 2024-03-04</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Fix: allow showing authors name translated</li>\n<li>Change: updated font awesome version to 6</li>\n<li>Fix: done some link attribute security fix</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Accordion Menu (Pro) - Implemented \'Active State Color\' options for Sub Menu items. This new functionality allows users to customize the color of sub-menu items when they are in the active state, providing enhanced visual feedback.</li>\n<li>Feature: Content Slider (Pro) - Made \'Slide Margin\' option available for Full Slider Type and Offset Slider Type. This update expands the usability of the margin customization, allowing users to set margins between slides in both Full Slider and Offset Slider configurations.</li>\n<li>Feature: Icon Tabs (Pro) - Made \'Start Collapsed\' option responsive. This update ensures that the \'Start Collapsed\' behavior adjusts responsively, providing a consistent and user-friendly experience across various devices and screen sizes.</li>\n<li>Feature: Post Accordion (Free) - Introduced \'Expand All Accordion\' functionality, enabling users to expand all accordion items with a single click for improved content accessibility.</li>\n<li>Feature: Fullscreen Menu (Free) - Introduced option to customize the thickness of the animated hamburger icon bars, providing users with greater control over the visual appearance of the icon.</li>\n<li>Change: Coverflow Carousel (Pro) - Updated \'Button Link\' option: if empty, no link will be applied. This modification ensures that if the \'Button Link\' option is left empty, no link will be associated with the button within the widget.</li>\n<li>Fix: Product Carousel (Pro) - Optimized widget HTML code. This update enhances performance and efficiency by streamlining the HTML structure of the widget.</li>\n<li>Fix: Content Tabs (Free) - Improved widget interaction within an Elementor\'s popup. This update ensures a more seamless and optimized experience when utilizing the widget within a popup setting.</li>\n</ul>\n\n<p>version 1.5.96: 2024-02-26</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Feature: added option for time_ago_short in timelines that will show shorter version of minutes and hours text</li>\n<li>Feature: added defaults for weather widget</li>\n<li>Fix: fixed hourly weather fields</li>\n<li>Fix: fixed the import with images functionality</li>\n<li>Fix: set default timeout to remote requests</li>\n<li>Fix: fixed the image duplicate when importing templates</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Side Menu (Pro) - Implemented \'Menu Padding\' option. This new functionality allows users to set padding for the menu, providing control over the spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced a new value for \'Meta Data Position\' option called \'Before Title\'. This new functionality allows users to position meta data before the title, providing additional flexibility in content layout.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Stage Padding\' option. This new functionality allows users to set stage padding, displaying a part of the previous and next carousel items for a more visually appealing and dynamic presentation.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Selected Item Number\' option. This new functionality allows users to select a specific item by default, enhancing user experience by highlighting a predetermined item upon initialization.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option to display the image on the opposite side of the content for enhanced layout flexibility and customization.</li>\n<li>Feature: Thumbnail Slider (Pro) - Introduced \'Multi Source\' option, enabling users to select gallery items from various sources for enhanced flexibility and content integration.</li>\n<li>Feature: Timer Countdown Banner (Pro) - Added \'Direction\' option to support RTL (Right-to-Left) layout websites.</li>\n<li>Feature: Post Horizontal Timeline (Pro) - Introduced Background Color and Icon Color options for Navigation Arrows in disabled mode. This new functionality allows users to customize the appearance of navigation arrows when they are disabled, providing enhanced visual control.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Time Ago Type\' option. This new functionality allows users to choose the type of time ago representation, providing flexibility in how time is displayed within the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Text Custom Field\' option. This new functionality allows users to add a custom field under the main Posts Text, providing additional customization for displaying content.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Link Type\' option for all link elements in the widget. This new functionality allows users to choose the type of link for various elements within the widget, enhancing control over linking behavior.</li>\n<li>Feature: Remote Link (Pro) - Introduced active state for the link. This new functionality allows users to customize the appearance of the link when it is in an active state, providing enhanced visual feedback.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Implemented \'Hide Vertical Scrollbar in Popup\' option. This new functionality allows users to hide the vertical scrollbar within the popup, providing a cleaner and more focused appearance.</li>\n<li>Feature: Icon Carousel (Pro) - Introduced \'Autoplay Pause on Hover\' option, allowing users to pause autoplay functionality when hovering over the carousel for improved control and interaction.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Introduced Entrance Animation functionality for the popup. This new feature allows users to apply entrance animations, enhancing the visual appeal and engagement when the popup appears.</li>\n<li>Feature: Unlimited Timeline (Free) - Implemented \'Content Box Link\' option. This new functionality allows users to link the entire content box, providing a convenient way to associate a link with the entire widget item.</li>\n<li>Feature: Text Field (Free) - Added \'Read Only\' option, allowing users to set the field as read-only for preventing user input while retaining visibility of the text.</li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Radar Range\' option for Radar chart, allowing users to set the minimum range value for improved data visualization.</li>\n<li>Feature: Testimonial Carousel (Pro) - Added \'Rating\' field to the Source option. This new functionality allows users to incorporate a rating field as a source for the widget, expanding the available data sources for enhanced content display.</li>\n<li>Feature: Multi Step Form (Pro) - Introduced \'Direction\' option. This new functionality is useful for RTL (Right-to-Left) websites, allowing users to set the direction of the widget layout accordingly.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option for users to customize the text of each item\'s button, providing greater flexibility.</li>\n<li>Feature: Post List (Free) - Implemented \'Space Between Categories\' option. This new functionality allows users to set spacing between categories, providing control over the layout and visual presentation of category elements.</li>\n<li>Feature: Memory Game (Pro) - Introduced \'Add Completion Time to Form Field\' option, enabling users to automatically append the time taken to complete the memory game to a designated form field.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Add Link For The Whole Item\' option. This new functionality allows users to add a link to the entire widget item, enhancing the interactive capabilities and providing a clickable area for the entire item.</li>\n<li>Feature: Post Carousel (Pro) - Implemented \'Text Padding\' and \'Title Padding\' options. This new functionality allows users to set padding for text and title elements, providing enhanced control over spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced \'Date Modified\' options. This new functionality allows users to display the date when a post was last modified, providing additional information and transparency in content presentation.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Introduced options to customize Maps Controls icons\' color and background color. This new functionality allows users to personalize the appearance of map controls, enhancing visual customization.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Disable Map Interaction On Mobile\' option. This new functionality allows users to disable map interaction specifically on mobile devices, providing control over the user experience on smaller screens.</li>\n<li>Change: Content Tabs (Free) - Modified behavior of \'Start Collapsed\' option when used with \'Set Hash\'. If the URL has a hash, the first opened tab will be determined by the hash, providing a more dynamic and user-friendly experience.</li>\n<li>Change: Dropdown Button (Pro) - Removed Text Decoration CSS property from dropdown items. This update enhances the visual presentation by eliminating unnecessary text decoration.</li>\n<li>Change: Woo Mini Cart (Pro) - Added separate border options for \'View Cart\' and \'Checkout\' buttons, providing users with more customization flexibility for button styling.</li>\n<li>Change: Swipe Carousel (Pro) - Modified \'Enable Link\' option. Now, the entire item serves as a link, providing a more intuitive and consistent approach to linking within the widget.</li>\n<li>Fix: Submit Button (Free) - Corrected default values in email 2 that were leading to validation errors.</li>\n<li>Fix: Post Carousel Lite (Free) - Addressed issue where the carousel was not displaying on mobile devices.</li>\n<li>Fix: Icon Tabs (Pro) - Resolved issue with the \'Start Collapsed\' option. The fix ensures that the \'Start Collapsed\' option now functions correctly, delivering the intended collapsed behavior upon initialization.</li>\n<li>Fix: Post Grid (Pro) - Optimized widget item HTML code. This update enhances performance and efficiency by streamlining the HTML structure of widget items.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized item HTML code. This update improves performance and efficiency by refining the HTML structure of individual items within the widget.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized CSS code. This update improves performance and reduces the overall footprint of the stylesheet, enhancing efficiency and loading times.</li>\n<li>Fix: Remote Link (Pro) - Resolved issue where the Text Shadow option was erroneously interpreted as Box Shadow. The fix ensures that the Text Shadow option now functions correctly, providing the intended text shadow effect.</li>\n<li>Fix: Scroll Sequence (Pro) - Revised and improved descriptions of the widget fields for better clarity.</li>\n<li>Fix: Post Magazine Grid (Pro) - Added \'raw\' tag to category names to fix the display issue where the \'&\' symbol in category names was not displaying correctly.</li>\n<li>Fix: Before After (Pro) - Improved widget interaction with Elementor\'s Popups. This update ensures seamless integration and optimal performance when using the widget within Elementor\'s Popup functionality.</li>\n<li>Fix: Grid Gallery (Pro) - Resolved an issue where the widget was not extending to full width within Elementor Container.</li>\n<li>Fix: Particle Image (Pro) - Added protection from lazy load. This update ensures compatibility and proper functionality, mitigating potential issues related to lazy loading on various platforms.</li>\n</ul>\n\n<p>version 1.5.95: 2024-02-12:</p>\n\n<ul>\n<li>Feature: Ensure that the blog displayed on the \"Home\" page of the plugin is always up-to-date.</li>\n<li>Feature: Implemented support for tags in the widget catalog.</li>\n<li>Feature: Added an option for galleries to play videos in muted mode.</li>\n<li>Feature: Integrated weather forecast data preparation for the widget.</li>\n<li>Fix: Addressed some minor potential security risks associated with the import templates functionality.</li>\n<li>Fix: Rectified email validation for Form Email2.</li>\n<li>Fix: Resolved some issues with the price range filter.</li>\n<li>Fix: fixed the problem where dynamic template styles disappeared after updating Elementor Pro.</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Image Zoom Content Box (Free) - Implemented \'Title Tag\' option. This new functionality allows users to specify the HTML tag for titles within the widget, providing flexibility and control over the semantic structure of the content.</li>\n<li>Feature: Post Accordion (Free) - Implemented \'Disable Link in Image\' option. This new functionality allows users to disable the link associated with an image, providing more control over the interactive behavior of images within the widget.</li>\n<li>Feature: Slider Gallery (Free) - Implemented \'Mute Video\' option. This new functionality allows to play videos muted by default. Volume can be adjusted in video players on live page.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Item Bar Width\' option. This new functionality allows users to customize the width of individual bars, providing greater control over the visual representation of items.</li>\n<li>Feature: Remote Item Navigation (Pro) - Introduced \'Border Override Color\' options for Regular and Active states. This new functionality allows users to customize border colors separately for both Regular and Active states, enhancing visual styling in the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Title Min Height\' option. This new functionality allows users to set a minimum height for the title, offering more control over the visual presentation and consistency in the widget.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Show Link\' option. This new functionality enables users to show or hide links and customize their styling within the widget, offering more control over the interactive elements.</li>\n<li>Feature: Counter (Free) - Implemented \'Add Link To Widget Container\' option. This new functionality allows users to include a link, enhancing the interactive capabilities of the element by enabling navigation to another page or resource.</li>\n<li>Feature: Icon Box Accordion (Pro) - Introduced \'Icon + Text\' option for Graphic Element. This new value expands customization by allowing users to display both an icon and text within the Graphic Element for richer visual representation.</li>\n<li>Feature: Before After (Pro) - Added support for the widget inside Elementor\'s Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to utilize the widget effectively within Elementor\'s Tabs.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Hide Inactive Arrow\' option. This new functionality allows users to hide inactive arrows, providing a cleaner and more focused appearance in the widget interface.</li>\n<li>Feature: Layers (Pro) - Added shadow for icon type layers.</li>\n<li>Feature: Icon Pointer Button (Pro) - Introduced \'Direction\' option. This new functionality allows users to specify the direction for RTL (Right-to-Left) or LTR (Left-to-Right) websites, ensuring proper layout alignment based on language direction.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Auto Height\' option. This new functionality adjusts the height of the slider dynamically based on the height of the current slide, providing a more adaptive and seamless user experience.</li>\n<li>Feature: Justified Image Carousel (Pro) - Option to fix the broken layout (resulting in a duplicate carousel) caused by delayed image loading, this solution verifies that the images are loaded before initializing the carousel.</li>\n<li>Feature: Remote Tabs (Pro) - Introduced styling options for Border Radius, Border, and Shadow for the image of the active tab.</li>\n<li>Feature: Layers (Pro) - Added background color, padding and radius for text fields.</li>\n<li>Feature: WhatsApp Chat (Pro) - z-index option for Popup, allowing users to customize the stacking order of the Popup for better control over its visibility in relation to other elements.</li>\n<li>Feature: WhatsApp Chat (Pro) - Introduced option to customize the Popup Title, along with styling options for enhanced visual control and personalization.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced \'Additional Title\' options. This new functionality expands customization by providing additional settings for titles, allowing users to further enhance the visual presentation of titles within the widget.</li>\n<li>Feature: Content Grid (Pro) - Introduced \'Image Scale\' option. This new functionality allows users to scale the images, providing enhanced control over the visual presentation within the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented feature - automatically opens menu item if it matches the current page URL.</li>\n<li>Feature: Post Grid (Pro) - Added Option to show post tags, providing users with the ability to showcase tags associated with each post.</li>\n<li>Feature: Post Magazine Grid (Pro) - Introduced \'Image Scale\' and \'CSS Filters\' options along with the hover transition duration for enhanced image customization.</li>\n<li>Feature: Card Carousel (Free) - Implemented \'Image Position\' option. This new functionality allows users to customize the position of image within the widget, providing enhanced control over the visual layout.</li>\n<li>Feature: Layers (Pro) - Added mouse parallax effect, adds a captivating and interactive dimension to the user interface.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced additional styling options. This new set of functionalities allows users to further customize and refine the visual appearance of the widget, providing enhanced styling possibilities.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Close Transition Speed\' option. This new functionality enables users to set the speed of close animations for the dropdown, enhancing visual transitions and customization.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added \'Image Position\' option, allowing users to customize the position of the image above or below the content for enhanced layout flexibility.</li>\n<li>Feature: Layers (Pro) - Implemented motion effects—now elements can bounce up and down and move left to right for a livelier interface.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Center Info Window\' option. This new functionality allows users to center the info window on the map, providing enhanced visibility and focus on the selected location.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Close After Outside Info Window Click\' option. This new functionality allows users to close the info window after clicking outside of it on the map, enhancing user interaction and control.</li>\n<li>Feature: Layers (Pro) - Implemented responsive settings for individual layers, allowing users to toggle each layer on or off based on the specific device requirements.</li>\n<li>Feature: Image Accordion (Pro) - Added \'Title HTML Tag\' option, providing users with better SEO control by allowing customization of HTML tags for widget titles.</li>\n<li>Feature: Content Tabs (Free) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab content for a smoother and more seamless user experience.</li>\n<li>Feature: Event List (Pro) - Implemented \'Remove Expired Event Item\' option. This new functionality allows users to automatically remove event items that have expired, streamlining content management within the widget.</li>\n<li>Feature: Post Grid (Pro) - Added typography option for post tags, allowing users to customize the font style, size, and other typographic attributes.</li>\n<li>Feature: Event List (Pro) - Implemented \'Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the button, providing enhanced control over the layout within the widget.</li>\n<li>Feature: vCard (Pro) - Introduced option to include social media links in downloadable VCF contact file, enhancing contact information with additional social network profiles for improved connectivity.</li>\n<li>Change: Toggle Text Button (Free) - Upgraded textarea to full functionality editor, providing users with enhanced editing capabilities.</li>\n<li>Change: vCard (Pro) - Updated vCard JavaScript library to the latest version, ensuring compatibility with current standards and latest feature availability.</li>\n<li>Fix: Woo Product List (Free) - Introduced \'Layout Type\' option. This new functionality allows users to set the layout as either column or row, providing flexibility in organizing and displaying content within the widget.</li>\n<li>Fix: vCard (Pro) - Resolved issue where QR code was not scanning on some apps.</li>\n<li>Fix: Hotspots (Pro) - Rebuilt JavaScript code for better interaction. Removed unnecessary code to optimize performance and streamline functionality.</li>\n<li>Fix: Sideways Vertical Text (Pro) - Text layout shifting issue on Safari browser.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue with scrolling to the top of the page after tab click. The fix ensures that tab clicks no longer trigger unintended scrolling to the top, providing a smoother user experience.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the vertical scrollbar appearing on hover.</li>\n<li>Fix: Testimonial Carousel (Pro) - The issue where styling attributes (size and color) for SVG icons were not taking effect.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue in Content Tabs when Before After widget couldn\'t function inside tabs. The fix ensures proper functionality, allowing users to utilize the widget as intended.</li>\n<li>Fix: Woo Product Grid (Pro) - Added image HTML attributes to product images.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue where the size of social icons wasn\'t responding to the option value. The fix ensures that the specified option value now accurately reflects the size of social icons.</li>\n<li>Fix: Counter (Free) - Removed unnecessary space in \'Before Text\' and \'After Text\' options. This update improves the clarity and presentation of the text by eliminating unnecessary spacing.</li>\n<li>Fix: Content Tabs (Free) - Added support for Elementor Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to incorporate the widget effortlessly within Elementor Tabs.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved an issue where incorrect icons were being displayed after selecting a menu item.</li>\n<li>Fix: Woo Mini Cart (Pro) - Improved widget compatibility with optimization plugins like WP Rocket. This update ensures seamless integration, optimizing performance and enhancing the overall user experience when using these plugins.</li>\n<li>Fix: Post Accordion (Free) - Updated post content loading method to resolve the issue where, on some sites, post content was not displaying correctly.</li>\n<li>Fix: Dropdown Field (Pro) - Fixed an issue when Dropdown Field couldn\'t parse Field Name to Number Field widget.</li>\n<li>Fix: Card Carousel (Free) - Resolved issue where Transition Speed wasn\'t working for non-default animations. The fix ensures that Transition Speed now functions correctly for all animations, providing consistent and reliable behavior.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Removed default 2px border with blue color from one of the map elements. This update improves the visual presentation by eliminating an unnecessary border.</li>\n</ul>\n\n<p>version 1.5.94: 2024-01-25:</p>\n\n<ul>\n<li>Feature: added option to message individual fields for the form</li>\n<li>Change: removed instagram blocked api message - the instagram functionality is active now!</li>\n<li>Change: added default values to currency fields</li>\n<li>Fix: fixed small php bug regarding date field in items</li>\n<li><p>Fix: fixed some small xss vulnurability that pachstack discovered</p></li>\n<li><p>Feature: Number Field (Pro) - Introduced \'Enable Date Field in Formula\' option. This new functionality enables the use of Date Field in formula by allowing the addition or subtraction of days.</p></li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Remove Items with 0 Value\' option. This new functionality automatically excludes items with a value of 0 from charts.</li>\n<li>Feature: WordPress Menu (Free) - Implemented \'Hover Effect\' option. This new functionality allows users to choose from a variety of hover link effects, enhancing the visual presentation with dynamic animations.</li>\n<li>Feature: Hotspots (Pro) - Introduced customizable popup positioning, providing users with the option to define the exact position rather than relying on preset center alignment.</li>\n<li>Feature: Event List (Pro) - Introduced \'Event End Date\' option, allowing users to display event end date and time.</li>\n<li>Feature: Event List (Pro) - Implemented \'Calendar Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the calendar, providing better control over its placement within the layout.</li>\n<li>Feature: Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Dropdown Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Value Handling\' options. This new functionality allows users to choose the checkbox value type from options such as sum, individual number, or individual text, providing flexibility in handling checkbox values.</li>\n<li>Feature: Masonry Gallery (Pro) - Introduced \'Title Typography\' and \'Description Typography\' options. These new functionalities allow users to customize the typography settings for titles and descriptions.</li>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Tile Background Color\' option. This new functionality allows users to customize the background color of tiles, providing enhanced visual control over the widget\'s appearance.</li>\n<li>Feature: Hotspots (Pro) - Added \'Popup Image Size\' option, allowing users to customize the size of popup images.</li>\n<li>Feature: WooCommerce Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented \'Open Links In New Tab\' option. This new functionality allows users to specify whether links should open in a new tab with Source type posts, products, etc.</li>\n<li>Feature: Content Ticker (Pro) - Added Option to add an Image for each ticker item.</li>\n<li>Change: Hotspots (Pro) - Enabled \'Image Size Select\' option for the Image, allowing users to choose from different image resolutions for enhanced flexibility and visual customization.</li>\n<li>Change: Icon Carousel (Pro) - Improved \'Item Minimum Height\' option by expanding the range of values.</li>\n<li>Fix: Fullscreen Menu (Free) - Improved protection from Elementor sticky section interference.</li>\n<li>Fix: vCard (Pro) - Issue with QR code not displaying when \'Include Image in Contact\' is enabled has been resolved.</li>\n<li>Fix: Dropdown Field (Pro) - Resolved issue with \'Field Name\' not appearing during email sending. The fix ensures that the field name is now properly displayed in email notifications.</li>\n<li>Fix: Mega Menu (Pro) - Resolved horizontal scroll issue. The fix ensures that the layout no longer experiences unintended horizontal scrolling, providing a more stable and user-friendly experience.</li>\n<li>Fix: Scroll To Top (Free) - Resolved issue where the icon wasn\'t visible on the frontend. The fix ensures proper visibility of the icon, addressing the bug and improving the overall appearance.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the \'Disable Page Scroll\' option not working in some cases. The fix ensures consistent functionality, preventing page scrolling as intended.</li>\n<li>Fix: Text Field (Free) - Resolved input width issue. The fix ensures that input elements now display with the correct width.</li>\n</ul>\n\n<p>version 1.5.93: 2024-01-18:</p>\n\n<ul>\n<li>Feature: Introduced the option \'slider_video_autoplay\' to galleries, enabling video autoplay when changing items.</li>\n<li>Feature: Added the option to include specific taxonomies in related posts queries.</li>\n<li>Feature: Implemented automatic recognition of video thumbnail IDs in certain gallery types based on relevant post meta.</li>\n<li>Feature: Added functionality for the price range filter.</li>\n<li>Change: Updated the Freemius version.</li>\n<li>Change: Modified the text format for the export change log.</li>\n<li>Change: Restored the \"import with images\" feature after incorporating file type checks for security.</li>\n<li>Fix: Enhanced the handling of multiple user records for the \'exclude users\' option in the users query (Ajax-based).</li>\n<li>Fix: Corrected URL CSS and JS inclusion issues in Elementor editor.</li>\n<li><p>Fix: Corrected a bug related to \"mini cart widget\" in PHP in specific cases.</p></li>\n<li><p>Feature - Card Carousel (Free) - Introduced \'Hide Item\' option. This new functionality allows users to hide items instead of deleting them permanently, offering a more reversible and flexible approach to item management.</p></li>\n<li>Feature - Post Grid (Pro) - Implemented \'Layout Type: Above\' option. This new functionality allows users to change the position of the content box to above the image.</li>\n<li>Feature - Thumbnail Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Compact Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Grid Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Slider Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Flip Box Carousel (Pro) - Introduced option for back icon alignment, providing users the flexibility to customize the alignment of the back icon.</li>\n<li>Feature - Post List (Free) - Implemented \'Image Scale\' option for regular and hover states. This new feature allows users to customize the scaling of images independently for regular and hover states, enhancing visual presentation.</li>\n<li>Change - Flip Box Carousel (Pro) - Implemented conditional rendering of CSS to reduce unused styles, resulting in improved performance, SEO, and faster load times for enhanced user experience.</li>\n<li>Change - Content Accordion (Free) - Improved \'Expand All Accordion\' functionality, now allowing users to close the accordion by clicking the same button again for a more intuitive and user-friendly experience.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Implemented protection against buttons not being vertically aligned in specific cases.</li>\n<li>Fix - Flip Box Carousel (Pro) - Resolved an issue where links were not functioning properly when clicking on the back icon.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Resolved issue with the product button not being clickable in some cases.</li>\n<li>Fix - Post Carousel (Pro) - Resolved issue with the side-by-side layout.</li>\n<li>Feature - Logo Grid (Free) - Enhanced responsiveness for item \'Padding\' option. This update ensures that item padding adjusts effectively across various screen sizes and device resolutions for a consistent layout.</li>\n<li>Feature - Logo Grid (Free) - Implemented \'Direction\' option. This new feature is particularly useful for RTL (Right-to-Left) websites, allowing users to specify the direction of the widget\'s layout for improved compatibility.</li>\n<li>Feature - Content Accordion (Free) - Introduced a new feature that allows the expansion of all accordion items by clicking on an external element with the class \"ue-content-accordion-expand-all\".</li>\n<li>Feature - Memory Game (Pro) - Introduced template option for success message, Allowing users to show Elementor template as success message.</li>\n<li>Feature - Memory Game (Pro) - Added \'Completion Time\' option, enabling users to show the time it took to complete the game for a more informative and engaging experience.</li>\n<li>Feature - Content Accordion (Free) - Introduced \'Additional Header Content\' option in the accordion, allowing users to include additional content after the header title.</li>\n<li>Feature - Post Accordion (Free) - Implemented \'Open Links in New Tab\' option. This new functionality allows users to configure links to open in a new tab, enhancing control over the navigation experience.</li>\n<li>Feature - Side Menu (Pro) - Added an option to add a logo to the side menu layout.</li>\n</ul>\n\n<p>version 1.5.92: 2024-01-04:</p>\n\n<ul>\n<li>Feature: Introduced the change log option in the widget editor.</li>\n<li>Feature: Introduced the ability to connect with Google API for multi-source options.</li>\n<li>Feature: Included an option to link with Google Sheets under the general settings for forms.</li>\n<li>Feature: Integrated a \"show globals\" feature in troubleshooting for enhanced diagnostics.</li>\n<li>Feature: Implemented the capability to output cart fragments for the woo mini cart.</li>\n<li>Feature: Provided an option for \"none\" under lightbox-type in galleries, allowing users to disable the lightbox.</li>\n<li>Feature: Added an \"excerpt\" field to post fields within the widget editor for more detailed posts.</li>\n<li>Fix: Replaced site_url() with home_url() in global variables for better website navigation.</li>\n<li>Fix: Resolved a conflict with another select2 on the admin side, ensuring smoother operations.</li>\n<li>Fix: Rectified an error with multiple order by clauses in post queries to improve data sorting.</li>\n<li><p>Fix: Enhanced the manual selection of Elementor template retrieval for optimized performance.</p></li>\n<li><p>Feature - Content Carousel - Introduced \'Equalize Content Height\' option. This new feature simplifies the process of making content elements equal in each item.</p></li>\n<li>Feature - Flip Box Carousel - Enhanced responsiveness for Border Radius option. The update ensures that the Border Radius adapts effectively to different screen sizes and device resolutions for a consistent display.</li>\n<li>Feature - WooCommerce Product Carousel - Resolved broken layout issue occurring when set to side-by-side layout</li>\n<li>Feature - Phone Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Textarea Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Email Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Text Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Testimonial Carousel - Implemented \'Layout Type: Grid\' option. This new functionality facilitates the transformation of the widget\'s layout into a simple grid.</li>\n<li>Feature - Testimonial Carousel - Introduced \'Layout Type: Swipe\' option. This new feature allows users to set the behavior of the widget, resembling the functionality found in Swipe Carousel widget.</li>\n<li>Feature - Flip Box Carousel - Introduced \'Disable Mouse Drag\' and \'Disable Touch Drag\' options in Flip Box Carousel settings, offering control over user interaction by allowing the disabling of dragging functionalities.</li>\n<li>Feature - Team Member Grid - Introduced \'Badge\' option, allowing users to include custom badge images or icons for enhanced member representation.</li>\n<li>Feature - Thumbnail Slider - Implemented responsiveness for \'Slider Main Image Height\' option.</li>\n<li>Feature - Thumbnail Slider - Optimized \'Slider Main Image Height\' functionality to prevent widget reloading upon value change.</li>\n<li>Change - Thumbnail Slider - Changed attribute of \'Slider Main Image Height\' option from Number to Slider. This adjustment simplifies the process of adjusting the height of the main image by providing a more intuitive control.</li>\n<li>Fix - Submit Button - Improved interaction within Multi Step Form widget. Enhancements have been made to streamline and optimize the submit action.</li>\n<li>Feature - Multi Step Form - Implemented form submission loader. This new addition introduces a visual loader to illustrate the process of sending form data, enhancing user feedback during form submission.</li>\n<li>Feature - WooCommerce Product List - Introduced \'Default Image\' option. The widget will now display the specified default image when a product image is empty, for a more personalized user experience.</li>\n</ul>\n\n<p>version 1.5.91: 2023-12-28:</p>\n\n<ul>\n<li>Change: removed some vulnerability related to templates import</li>\n</ul>\n\n<p>version 1.5.90: 2023-12-18:</p>\n\n<ul>\n<li>Fix: fixed some small bug with pro version main file</li>\n</ul>\n\n<p>version 1.5.89: 2023-12-17:</p>\n\n<ul>\n<li>Fix: fixed some post filters detection issues on the page</li>\n<li>Fix: fixed some \"$type not found\" message in php</li>\n<li>Fix: fixed some \"infinite template found: \" message in php (emtpy template load protection)</li>\n<li>Change: added instagram api access error message</li>\n<li>Change: removed \"import with images\" functionality. replaced by doubly plugin.</li>\n</ul>\n\n<p>version 1.5.88: 2023-12-11:</p>\n\n<ul>\n<li>Feature: added \"iframe\" gallery type to the gallery items</li>\n<li>Fix: fixed the \"show/hide edit html button\" option from general settings</li>\n<li>Fix: fixed the general_settings.xml php error</li>\n<li>Fix: fixed some issue with gallery loading on pages and current meta keys</li>\n<li>Fix: fixed default value in datetime control</li>\n<li>Change: added some improvements for the form </li>\n<li>Change: set video placeholder to dynamic galleries in case of video item</li>\n</ul>\n\n<p>version 1.5.87: 2023-11-21:</p>\n\n<ul>\n<li>Change: updated freemius sdk to 2.6.0 version</li>\n<li>Change: added some protection against double background widgets output</li>\n<li>Feature: enabled form functionality</li>\n<li>Feature: enabled currency exchange functionality</li>\n</ul>\n\n<p>version 1.5.85: 2023-11-15</p>\n\n<ul>\n<li>Feature: added woo_addcart_ajax_attributes_button in twig for the button</li>\n<li>Feature: added option to show original settings values in widget debug</li>\n<li>Feature: added troubleshooting setting not to show php deprecated warnings</li>\n<li>Fix: better prepare post custom fields for the post multisource</li>\n<li>Fix: links from meta field works now</li>\n<li>Fix: fixed the ob_end_clean bug</li>\n<li>Fix: in post query - excluded posts not in from posts in</li>\n<li>Fix: fixed a small bug in the unite gallery library</li>\n<li>Change: updated twig version to 3.x</li>\n<li>Change: updated instagram data with date released field</li>\n</ul>\n\n<p>version 1.5.85: 2023-09-20</p>\n\n<ul>\n<li>Fix: fixed a small bug with multisource image param message</li>\n</ul>\n\n<p>version 1.5.84: 2023-09-20</p>\n\n<ul>\n<li>Feature: added twig function csv to json</li>\n<li>Feature: changed the admin view to new design (added designed header and menu)</li>\n<li>Feature: added option to enable animation on swipe to owl carousel js</li>\n<li>Feature: added woo mini cart functionality</li>\n<li><p>Feature: added option: \"current query as a base\" to post selection -> include by</p></li>\n<li><p>Fix: added support for webp in the manager</p></li>\n<li>Fix: allow fetching images from media library post type for the galleries </li>\n</ul>\n\n<p>version 1.5.83: 2023-08-22</p>\n\n<ul>\n<li>Fix: don\'t show first item in filter when no terms available</li>\n<li>Change: updated calculators javascript code base</li>\n</ul>\n\n<p>version 1.5.82: 2023-08-16</p>\n\n<ul>\n<li>Feature: added option for group filtering widgets</li>\n<li>Feature: solved the video play in gallery type from attachment video</li>\n<li>Change: turned off the video icon for background attribute</li>\n<li>Fix: fixed dynamic template with avoid duplicates</li>\n<li>Fix: fixed gallery widget acf video item error</li>\n<li>Fix: fixed some sort filter bugs with the default selected</li>\n</ul>\n\n<p>version 1.5.81: 2023-08-10</p>\n\n<ul>\n<li>Fix: fixed some missing css in the dynamic loop widgets</li>\n<li>Fix: fixed some child filters related bug</li>\n<li>Fix: fixed order by price in current query</li>\n<li>Fix: fixed some php 8.16+ version notices </li>\n<li>Feature: added option to print the term meta</li>\n</ul>\n\n<p>version 1.5.80: 2023-08-07</p>\n\n<ul>\n<li>Feature: added option to get \"all taxonomy terms\" from a post </li>\n<li>Feature: added html preperations for the woocommerce minicart</li>\n<li>Feature: added \"this week\" to the date selection query</li>\n<li>Feature: added \"grouping\" mode in the \"related posts\"</li>\n<li>Fix: the pagination now works on top of the grid</li>\n<li>Fix: fixed some init ajax filters multiple issues</li>\n<li>Fix: fixed the error with the assets path set</li>\n</ul>\n\n<p>version 1.5.79: 2023-07-24</p>\n\n<ul>\n<li>Fix: changed name for area-label to aria-label</li>\n<li>Fix: in filters - refresh single filter if \"all\" selected and there are hidden items</li>\n<li>Fix: changed protection against inifnite loop to 200</li>\n<li>Fix: show child filters at start if there are selected items</li>\n<li>Fix: date time attribute processor - if no date given - don\'t take current time</li>\n<li>Fix: refresh child filter if main filter selected on init</li>\n<li>Fix: dynamic popup was not worked with multisource in some cases</li>\n</ul>\n\n<p>version 1.5.78: 2023-07-16</p>\n\n<ul>\n<li>Fix: fixed show filters load more</li>\n<li>Fix: fixed multisource repeater empty</li>\n</ul>\n\n<p>version 1.5.77: 2023-07-13</p>\n\n<ul>\n<li>Fix: fixed dropzone collision in widget editor view</li>\n<li>Fix: fixed sort filter price filtering</li>\n<li>Fix: fixed max number in addons db table. from \"int\" to \"bigint\"</li>\n<li>Fix: replaced some deprecated by elementor codes</li>\n</ul>\n\n<p>version 1.5.76: 2023-07-12</p>\n\n<ul>\n<li>Feature: added \"rem\" unit in slider attribute</li>\n<li>Fix: fixed some small bug with remote sync debug</li>\n<li>Fix: fixed the truncate in multisource</li>\n<li>Fix: fixed some small bugs related to remote controls</li>\n<li>Fix: fixed dropzon third party conflict in manager</li>\n</ul>\n\n<p>version 1.5.75: 2023-07-05</p>\n\n<ul>\n<li>Feature: added some suggestion text to add some memory in the troubleshooting section in case that needed</li>\n<li>Fix: the wrong author was displayed in loop post meta data</li>\n<li>Fix: do_shortcode to html items inside the grid and dynamic loop</li>\n<li>Update: Updated Freemius SDK to the latest version</li>\n</ul>\n\n<p>version 1.5.74: 2023-07-04</p>\n\n<ul>\n<li>Fix: show search widgets at plugin install.</li>\n<li>Fix: menu picker depts in multisource</li>\n<li>Fix: set the author data to be retrievable in dynamic grid template</li>\n<li>Fix: show meta fields switcher didn\'t worked in multisource menu items</li>\n</ul>\n\n<p>version 1.5.73: 2023-06-26</p>\n\n<ul>\n<li>Feature: added options for revisions in widget editor</li>\n<li>Fix: added support for wordpress proxy in api calling</li>\n<li>Fix: fixed empty post in query result</li>\n<li>Fix: fixed \"wrong template ID\" elementor error in post accordion</li>\n</ul>\n\n<p>version 1.5.72: 2023-06-21</p>\n\n<ul>\n<li>Fix: added the swf extension in the allowed files in assets</li>\n<li>Feature: prepared the plugin for sort filter</li>\n<li>Change: updated freemius sdk to 2.5.9</li>\n</ul>\n\n<p>version 1.5.71: 2023-06-20</p>\n\n<ul>\n<li>Change: removed js includes of the forms and filters from backend editor</li>\n<li>Change: changed colors of the free version notification in dark mode</li>\n<li>Fix: fix the \"link\" type in wpml integration automatic translation</li>\n<li>Feature: add support for the conditions in ue forms</li>\n</ul>\n\n<p>version 1.5.70 2023-06-19:</p>\n\n<ul>\n<li>Change: added some \"birthday sale\" banner</li>\n<li>Feature: added \"truncate text\" modifier to multisource fields</li>\n<li>Feature: dynamic tags now works inside posts and products related widgets</li>\n<li>Feature: added twig highlighting in codemirror editor</li>\n<li>Fix: fixed sequence animation sliders bug (fields didn\'t loaded in elementor)</li>\n<li>Fix: change the comment from // to /* */ in filters js output to allow proper page compression.</li>\n<li>Fix: the \"time ago\" string is now translatable </li>\n<li>Fix: fixed the wpml elementor template id output</li>\n<li>Fix: fixed backgrounds bug with containers in editor</li>\n<li>Fix: fixed some small bugs with the checkbox filter</li>\n</ul>\n\n<p>version 1.5.69: 2023-06-08:</p>\n\n<ul>\n<li>Fix: allow to install webp images in widgets</li>\n</ul>\n\n<p>version 1.5.68: 2023-06-06:</p>\n\n<ul>\n<li>Change: added functionality for sort filter </li>\n<li>Feature: added field: \"form conditions\" for the upcoming form</li>\n<li>Feature: added link translation to wpml integration</li>\n<li>Feature: added link_attributes field to post list fields in twig</li>\n<li>Fix: fixed slider control min max values in case of multiple units</li>\n<li>Fix: add do shortcode from ajax items response</li>\n<li>Fix: fixed posts grid output with \"product\" taxonomy without woocommerce</li>\n<li>Fix: fixed getting cross sell products query in product list</li>\n</ul>\n\n<p>version 1.5.67 - 2023-05-29:</p>\n\n<ul>\n<li>Fix: fixed some more securaty issues related to assets manager</li>\n</ul>\n\n<p>version 1.5.66 - 2023-05-28:</p>\n\n<ul>\n<li>Fix: fixed some securaty issues related to non editor users operations and not allowed to upload php files in assets manager</li>\n</ul>\n\n<p>version 1.5.65 - 2023-05-26:</p>\n\n<ul>\n<li>Fix: fixed instagram api related bugs </li>\n</ul>\n\n<p>version 1.5.64 2023-05-23:</p>\n\n<ul>\n<li>Change: update freemius to latest version 2.5.8</li>\n<li>Fix: fixed a small php bug</li>\n</ul>\n\n<p>version 1.5.63 2023-05-23:</p>\n\n<ul>\n<li>Change: expand in widget editor is now connected to the screen height</li>\n<li>Fix: fixed the dynamic popup with multiple fields code </li>\n<li>Fix: fixed some sync if the clicked item is link</li>\n<li>Feature: added support for sort post filter</li>\n<li>Feature: hide \"show only insalled\" checkbox in widgets manager if no widget installed.</li>\n</ul>\n\n<p>version 1.5.62 2023-05-14:</p>\n\n<ul>\n<li>Feature: added \"edit template\" link in template selector</li>\n<li>Feature: added hidden template edit button to top bar</li>\n<li>Feature: added option for dynamic popup link to connect to many links in the widget</li>\n<li>Fix: solved some php error with parse dynamic settings in php 8.1</li>\n<li>Fix: getMetaValue error in products</li>\n<li>Fix: fixed doubly css includes in some cases</li>\n</ul>\n\n<p>version 1.5.61 - 2023-05-07:</p>\n\n<ul>\n<li>Feature: added support for woocommerce jet wishlist</li>\n<li>Feature: did option to disable third party hooks in ajax</li>\n<li>Fix: click on link on sync didn\'t worked</li>\n<li>Fix: added some protections to nonce and to file manager zip exctract (securaty issues fix) </li>\n<li>Change: updated freemius sdk to 2.5.7 version.</li>\n</ul>\n\n<p>version 1.5.60 - 2023-04-30:</p>\n\n<ul>\n<li>Feature: added functionality to get cart number of products </li>\n<li>Fix: fixed link field settings for multisoure</li>\n<li>Fix: fixed some bugs with regular price in woocommerce widgets</li>\n<li>Fix: filters js file loaded in editor as well</li>\n<li>Fix: fixed some small php bug regarding \"pathBase\"</li>\n<li>Fix: fixed conditions in multiple select control</li>\n<li>Change: updated unite gallery version</li>\n<li>Change: disabled autoload in update_option for the catalog variable</li>\n</ul>\n\n<p>version 1.5.59: 2023-04-09</p>\n\n<ul>\n<li>Feature: added multiple select to condition attributes in widget editor</li>\n<li>Change: updated freemius sdk to the latest version</li>\n<li>Fix: fixed empty post meta fields in case that acf plugin is on</li>\n<li>Fix: fixed some bug with avoid duplicates option and filters in single grid</li>\n<li>Fix: made some corrections in case that post query show wrong init selected terms values</li>\n<li>Fix: the post carousel goes to random item after ajax refresh</li>\n<li>Fix: fixed jet engine custom fields integration</li>\n</ul>\n\n<p>version 1.5.58: 2023-03-26</p>\n\n<ul>\n<li>Feature: added dynamic popup functionality to multisource widgets</li>\n<li>Fix: fixed missing arguments in the_post action</li>\n<li>Fix: fixed some php multisource error</li>\n<li>Fix: fixed some product ajax search related issues</li>\n<li>Fix: fixed some small but with ajax refresh and sync</li>\n</ul>\n\n<p>version 1.5.57: 2023-03-20</p>\n\n<ul>\n<li>Feature: improved the multisource selectors</li>\n<li>Feature: added option to get image from post meta in post fields - widget editor</li>\n<li>Fix: added \"skins\" folder to unite gallery</li>\n<li>Fix: added more compatability to woo commerce grids with discounts plugins</li>\n<li>Fix: fixed same uc_id in dynamic templates</li>\n</ul>\n\n<p>version 1.5.56: 2023-03-13:</p>\n\n<ul>\n<li>Feature: added option authors by dynamic field in post query</li>\n<li>Feature: done some integration with flycart discounts</li>\n<li>Feature: added option to show post type and post type title in posts fields</li>\n<li>Feature: added option to add multiple values in multisource</li>\n<li>Fix: fixed get posts by terms meta field - add taxonomy</li>\n<li>Fix: fixed responsive css in dynamic loop</li>\n<li>Fix: fixed dynamic loop with jet engine acf fields</li>\n<li>Fix: fixed slider control units for vh, vx and % </li>\n<li>Fix: added \"before today\" for past year in date qury</li>\n<li>Change: the uc_id will not change now when page refresh</li>\n</ul>\n\n<p>version 1.5.55: 2023-02-23:</p>\n\n<ul>\n<li>Fix: fixed wpml integrate fields</li>\n<li>Fix: fixed some write file error, will not crash if happend</li>\n<li>Fix: fixed entrance animation js on popup</li>\n<li>Fix: fixed strip tags in intro from content</li>\n<li>Fix: fixed some php 8.1 issues</li>\n<li>Fix: fixed some post intro with html tags issues</li>\n<li>Change: do_action function is working now in free version</li>\n</ul>\n\n<p>version 1.5.54: 2023-02-15</p>\n\n<ul>\n<li>Change: added some define variable that indicate the under ajax search</li>\n<li>Change: added \"collect\", and \"output\" to schema types in content accordion widget for example</li>\n<li>Feature: added wpml auto translate integration</li>\n<li>Feature: added option to select \"all taxonomies\" in exclude terms in terms selection</li>\n<li>Feature: added option - only direct children to terms select include by</li>\n<li>Feature: added option to post select to get posts by terms from curent meta field</li>\n<li>Fix: preserve tags when truncate</li>\n<li>Fix: fixed load more with second meta add in post query</li>\n</ul>\n\n<p>version 1.5.53: 2023-02-07</p>\n\n<ul>\n<li>Fix: keep exclude terms in grid when filtering with \"override terms\" mode</li>\n<li>Fix: fixed get_terms() not found php error from 1.5.52 version</li>\n</ul>\n\n<p>version 1.5.52: 2023-02-06</p>\n\n<ul>\n<li>Change: done some protection agains infinite loops in templates</li>\n<li>Fix: fixed popup button type conditions</li>\n<li>Fix: fixed term meta fields in multisource</li>\n<li>Fix: fixed exclude term not found in post select</li>\n</ul>\n\n<p>version 1.5.51: 2023-01-31</p>\n\n<ul>\n<li>Feature: added version to js comment output</li>\n<li>Feature: connected the galleies to remote play / stop like the carousels</li>\n<li>Feature: added some error message when image size attribute is missing in multisource</li>\n<li>Feature: added dynamic popup special attribute type</li>\n<li>Fix: fixed title source and description source in multisource gallery for products.</li>\n<li>Fix: added supress filtres to ajax search query</li>\n</ul>\n\n<p>version 1.5.50: 2023-01-24</p>\n\n<ul>\n<li>Feature: added \"media\" to post types select in advanced post query</li>\n<li>Feature: improved the date time attribute</li>\n</ul>\n\n<p>version 1.5.49: 2023-01-23</p>\n\n<ul>\n<li>Fix: fixed some js optimization issues </li>\n<li>Fix: fixed filters related small js bug</li>\n</ul>\n\n<p>version 1.5.48: 2023-01-19</p>\n\n<ul>\n<li>Feature: added gallery to multisource</li>\n<li>Feature: added post type override selectin current post query options</li>\n<li>Fix: fixed remote play with carousel</li>\n<li>Fix: fixed some multisource and ajax related bugs</li>\n<li>Fix: fixed popular posts plugin integration multiple post types</li>\n<li>Fix: fixed background widgets some problematic attribute names</li>\n<li>Fix: fixed include terms by current post terms in some cases.</li>\n<li>Fix: fixed default url_assets value in multisoure</li>\n<li>Fix: fixed dark mode svg icons</li>\n</ul>\n\n<p>version 1.5.47: 2023-01-10</p>\n\n<ul>\n<li>Feature: added more units to slider attribute</li>\n<li>Feature: added \"any\" post type to post types select</li>\n<li>Feature: added include and exclude current post terms in terms selection</li>\n<li>Feature: added option to carousel - scroll to head - force</li>\n<li>Feature: allow import widgets with theme activate</li>\n<li>Fix: fixed dynamic template render css for dynamic popup</li>\n<li>Fix: fixed users list select by manual</li>\n</ul>\n\n<p>version 1.5.46: 2023-01-08</p>\n\n<ul>\n<li>Feature: set the items image size chooser work for certain image</li>\n<li>Feature: made option to put js script in saparate tags with id\'s for optimization plugins like wprocket</li>\n<li>Feature: enriched the uc_lang variable. now it\'s always showing the current language</li>\n<li>Feature: added user_login variable to the users list output</li>\n<li>Feature: has put the preview link always as a help link in widget edit panel.</li>\n<li>Change: updated the multisource that it works better with items images</li>\n<li>Change: allow html tags in post intro (excerpt) in widgets</li>\n<li>Fix: fixed filters with sync multiple grid issues</li>\n<li>Fix: fixed the exclude users list with similar names</li>\n</ul>\n\n<p>version 1.5.45: 2022-12-26</p>\n\n<ul>\n<li>Feature: added json decode filter to twig</li>\n<li>Feature: added catalog images from shortpixel for speed loading</li>\n<li>Feature: done multisource group setting</li>\n<li>Fix: fixed entrance animation on ajax refresh</li>\n<li>Fix: done sync pause / play between carousels</li>\n</ul>\n\n<p>version 1.5.44: 2022-12-19</p>\n\n<ul>\n<li>Change: updated freemius to the latest version</li>\n<li>Fix: fixed remote play / pause button</li>\n<li>Fix: fixed search filter unicode phrase</li>\n<li>Fix: fixed entrance animation appear on scroll</li>\n<li>Feature: added video gallery responsive options</li>\n<li>Fix: fixed some owl carousel size on init bug</li>\n<li>Fix: fixed js widgets under the dynamic grid template like flipbox</li>\n</ul>\n\n<p>version 1.5.43: 2022-12-04</p>\n\n<ul>\n<li>Feature: add settings output to dynamic grid fields debug</li>\n<li>Fix: fixed pods multiple image data</li>\n<li>Fix: fixed url terms in filter with dynamic grid</li>\n<li>Fix: fixed users and menu not found bug in front </li>\n<li>Change: updated twig engine to the latest version</li>\n</ul>\n\n<p>version 1.5.42: 2022-11-29</p>\n\n<ul>\n<li>Feature: added functionality for time ago in posts widgets</li>\n<li>Feature: added woo variables to woo fields - woo_price_withtax, woo_price_notax</li>\n<li>Feature: added option for term child filter role\n-optimization: reduced number of queries in post related widgets</li>\n</ul>\n\n<p>version 1.5.41: 2022-11-24</p>\n\n<p>-bug fix: fixed post select in post query</p>\n\n<p>version 1.5.40: 2022-11-23</p>\n\n<ul>\n<li>Feature: added integration to woocommerce multicourancy plugins</li>\n<li>Feature: made some integration with translate press plugin</li>\n<li>Feature: added select post and select term attribute</li>\n<li>Fix: fixed dynamic loop css backgrounds with containers</li>\n<li>Fix: fixed mousewheel event in the carousel</li>\n<li>Fix: fixed some rare php error with filters</li>\n</ul>\n\n<p>version 1.5.39: 2022-11-16</p>\n\n<ul>\n<li>Fix: fixed small bug with zip extract</li>\n<li>Update: updated black friday sale banners</li>\n</ul>\n\n<p>version 1.5.38: 2022-11-10</p>\n\n<ul>\n<li>Fix: fixed galleries default sizes with post filters</li>\n<li>Fix: fixed hidden option in select filter in safari browser</li>\n<li>Fix: fixed non ssl assets url</li>\n<li>Feature: added \"schema\" special attribute</li>\n<li>Fix: fixed false autoplay in carousel</li>\n</ul>\n\n<p>version 1.5.37: 2022-11-09</p>\n\n<ul>\n<li>Fix: fixed 1px glitch bug in the carousel, on 1 item (slide mode)</li>\n<li>Feature: prepared the filters to work with ajax search</li>\n</ul>\n\n<p>version 1.5.36: 2022-11-6</p>\n\n<ul>\n<li>Feature: added function that outputs items schema</li>\n<li>Feature: improved include by meta in posts selection, added option for multiple values</li>\n<li>Feature: added option to get current user with meta in twig</li>\n<li>Addition: validate number of post list attributes, allow only one when creating widget</li>\n<li>Fix: fixed count posts in post query summary</li>\n<li>Fix: fixed entrance animation blur type</li>\n<li>Fix: fixed avoid duplicates with random order while posts load more</li>\n<li>Fix: the timeout now reset after slide change in owl carousel</li>\n<li>Fix: fixed terms selection taxonomies with idetical post type title</li>\n<li>Fix: added protection against inifinite loop in putElementorTemplate twig function</li>\n<li>Fix: fixed acf field unaccessable in some cases with elementor pro 3.8</li>\n</ul>\n\n<p>version 1.5.35: 2022-10-24</p>\n\n<p>-Fix: fixed include by id\'s from dynamic field, and terms from dynamic field in post selection</p>\n\n<p>version 1.5.34: 2022-10-19</p>\n\n<ul>\n<li>Feature: added items image size attribute (special type)</li>\n<li>Fix: fixed show backgrounds in elementor editor</li>\n</ul>\n\n<p>version 1.5.33: 2022-10-15</p>\n\n<ul>\n<li>Fix: fixed avoid duplicates with filters</li>\n<li>Fix: fixed select dropdown filter js</li>\n<li>Feature: added avoid duplicates option to manual posts selection</li>\n</ul>\n\n<p>version 1.5.32: 2022-10-11</p>\n\n<ul>\n<li>Fix: fixed some ajax pagination issues</li>\n<li>Fix: fixed pagination widget appearance on archive ajax pages with filters</li>\n<li>Fix: added twig functionality to put product attributes text</li>\n<li>Fix: fixed export with images not worked in some cases</li>\n<li>Fix: made some protection with ezcache plugin integration and filtering</li>\n<li>Fix: fixed some small php bug with this month post selection</li>\n<li>Fix: fixed some visible and hidden filters collision</li>\n<li>Fix: fixed terms select in terms filter on history back click in filters</li>\n<li>Fix: set child filter always first unselected</li>\n<li>Fix: set option for the tabs filter to be unselected</li>\n<li><p>Fix: fixed the pagination numbers if exclude offset chosen</p></li>\n<li><p>Feature: added multiple taxonomy terms in term selection</p></li>\n<li>Feature: added query id in terms selection</li>\n<li>Feature: added functionality for next / prev post</li>\n</ul>\n\n<p>version 1.5.31: 2022-09-20</p>\n\n<ul>\n<li>Fix: fixed thumbs gallery</li>\n</ul>\n\n<p>version 1.5.30: 2022-09-18</p>\n\n<ul>\n<li>Fix: fixed multiple post filters and grid connection</li>\n<li>Fix: fixed various small php errors</li>\n<li>Fix: fixed wordpress popular posts integration small bug</li>\n<li>Feature: added terms from dynamic post selection option</li>\n<li>Feature: added option for limiting terms show in post list</li>\n<li>Change: updated once more unitegallery graphics, changed assets to svg</li>\n<li>Fix: fixed thumbnail gallery arrows</li>\n</ul>\n\n<p>version 1.5.29: 2022-09-08</p>\n\n<ul>\n<li>Fix: fixed a small issue with search page and load more</li>\n<li>Fix: fix vimeo videos stoppped playing bug</li>\n</ul>\n\n<p>version 1.5.28: 2022-09-06</p>\n\n<ul>\n<li>Feature: added support for the select filter</li>\n<li>Fix: fixed some small js bug with filters</li>\n<li>Fix: fixed some post filters related popup error</li>\n<li>Change: changed the way that galleries srolls by mouseover</li>\n</ul>\n\n<p>version 1.5.27: 2022-09-02</p>\n\n<ul>\n<li>Fix: fixed popular posts plugin integration</li>\n<li>Fix: removed some console logs in filter.js file</li>\n<li>Fix: fixed ajax pagination jump</li>\n<li>Fix: fixed unitegallery strict standards bugs</li>\n<li>Change: renamed field - \"use dynamic fields\" to \"use current post data\" in widget editor</li>\n<li>Change: updated freemius sdk to: 2.4.5</li>\n</ul>\n\n<p>version 1.5.26: 2022-08-17</p>\n\n<ul>\n<li>Feature: added debug to remote elements</li>\n<li>Fix: made some protection against wrong animation names in carousel</li>\n<li>Fix: added some small fixes to carousel and remote sync js libraries</li>\n<li>Fix: done a better find closest section in remote</li>\n<li>Fix: fixed not showing values in elementor editor post selectors</li>\n</ul>\n\n<p>version 1.5.25: 2022-08-11</p>\n\n<ul>\n<li>Feature: added option to set title field in items</li>\n<li>Fix: fixed some more lazy load related protections in galleries</li>\n<li>Fix: Fixed some Elementor 3.7 deprecation issues</li>\n</ul>\n\n<p>version 1.5.24: 2022-08-09</p>\n\n<ul>\n<li>Fix: fixed some Elementor 3.7 related js bug in editor</li>\n</ul>\n\n<p>version 1.5.23: 2022-08-05</p>\n\n<ul>\n<li>Feature: added date format to date meta field post selection</li>\n<li>Feature: added more units to padding and margin attribute</li>\n<li>Feature: added option to set selected tab number in tabs filter widget</li>\n<li>Fix: fixed some unitegallery strict related scripts</li>\n<li>Fix: fixed sequance entrance animation attribute</li>\n<li>Fix: fixed some text with pagination edit mode in elementor editor</li>\n<li>Fix: fixed ajax pagination didn\'t get back to first page</li>\n<li>Fix: fixed tabs filter and taxonomy terms in one page</li>\n<li>Change: prepare the right way dates should work in post list</li>\n</ul>\n\n<p>version 1.5.22: 2022-07-24:</p>\n\n<ul>\n<li>Feature: added option to connect to another parent in remote arrows</li>\n<li>Feature: added change url and back button in ajax filers behaviour</li>\n<li>Fix: fixed doubly plugin integration import bg widgets</li>\n<li>Fix: fixed remote next/prev directions in carousels</li>\n<li>Fix: added some more protection against infinite loops from post content processing</li>\n</ul>\n\n<p>version 1.5.21 2022-07-17:</p>\n\n<ul>\n<li>Feature: added docstart and docend template in widget js</li>\n<li>Change: end of birthday sale message update</li>\n<li>Change: added warning message in case of twig collision with other plugins</li>\n</ul>\n\n<p>version 1.5.20 2022-07-13:</p>\n\n<ul>\n<li>Feature: added more widget debug type - current post fields</li>\n<li>Feature: updated admin title on edit widget view</li>\n<li>Feature: added option to carousel: scroll to head</li>\n<li>Feature: added query data attributes into filtering grid</li>\n<li>Fix: fixed ajax pagination in some cases</li>\n<li>Fix: fixed small php bug with hover animations control</li>\n<li>Fix: fixed lity lightbox with vimeo autoplay</li>\n<li>Fix: fixed item index after shuffle</li>\n<li>Fix: fixed some seleted tab filters related issues</li>\n<li>Fix: fixed load more filter doubly ajax request in some cases</li>\n<li>Fix: fixed woo scedualed sale price output</li>\n<li>Fix: in filters replace url with pagination as well</li>\n<li>Fix: changed gallery arrows to svg</li>\n</ul>\n\n<p>version 1.5.19 2022-06-27:</p>\n\n<ul>\n<li>Feature: added max posts to current query</li>\n<li>Fix: fixed controls conditions for elementor template control</li>\n<li>Feature: added more fields to dynamic grid loop (was only title)</li>\n<li>Change: added birthday sale banner and text</li>\n</ul>\n\n<p>version 1.5.17 2022-06-21:</p>\n\n<ul>\n<li>Change: updated fancybox version</li>\n<li>Fix: Fixed bug with ajax load more and ajax pagination</li>\n</ul>\n\n<p>version 1.5.17 2022-06-09:</p>\n\n<ul>\n<li>Feature: fixed entrance animation attribute</li>\n<li>Fix: fixed uc_inside_editor variable inside background widget</li>\n<li>Fix: fixed empty default value of radio boolean control</li>\n<li>Fix: fixed double filtering issues in archive pages</li>\n</ul>\n\n<p>version 1.5.16: 2022-05-31</p>\n\n<ul>\n<li>Fix: fixed double plugin versions in pro version</li>\n<li>Fix: fixed 1 size gap in one item owl carousel</li>\n<li>Fix: fixed the dissapearing options bug in mobile</li>\n</ul>\n\n<p>version 1.5.15: 2022-05-30</p>\n\n<ul>\n<li>Change: set cache folder inside wp-uploads</li>\n<li>Feature: added option to get terms last level only - for post list / grid</li>\n<li>Feature: added twig function - get_current_user</li>\n<li>Feature: disabled right click on html5 galleries (unite gallery)</li>\n<li>Fix: the image and video repeater was missing default items</li>\n<li>Fix: fixed load more and filters on a search page</li>\n<li>Fix: fixed carousel stage padding issues</li>\n<li>Fix: fixed carousel 1 item one pixel issues</li>\n<li>Fix: fixed default values in responsive selectors</li>\n</ul>\n\n<p>version 1.5.14: 2022-05-24</p>\n\n<ul>\n<li>Fix: fixed responsive default values with selectors in number and dropdown and slider controls</li>\n<li>Fix: fixed a bug in run_code_once functionality</li>\n</ul>\n\n<p>version 1.5.13: 2022-05-23</p>\n\n<ul>\n<li>Feature: added integration with \"sticky posts switch\" plugin</li>\n<li><p>Feature: added special attribute type - entrance animation</p></li>\n<li><p>Fix: fixed sync bug between two similar elements</p></li>\n<li>Fix: fixed filters loading with wp-rocket lazy load scripts</li>\n<li>Fix: fixed put_hide_ids_css function small bug</li>\n<li>Fix: fixed fetch 2 and more widgets within one section for filtering</li>\n<li>Fix: fixed slider control js empty output bug</li>\n<li>Fix: fixed gallery title as number js bug</li>\n<li>Fix: fixed gallery images from meta fields source as array </li>\n</ul>\n\n<p>version 1.5.12: 2022-05-08</p>\n\n<ul>\n<li>Feature: added integration for wpml media change</li>\n<li>Feature: bug fix: fixed hover animations setting don\'t work on front in some cases</li>\n<li>Feature: in post selection by date added options for \"future from today\", and \"future from tomorrow\".</li>\n<li>Feature: added new function: \"put_hide_ids_css\" to hide some css comma saparated id\'s from css tab.</li>\n<li>Feature: added support for ajax refresh for multiple synced grids together</li>\n<li>Feature: added option to test instagram data</li>\n<li><p>Feature: added phpinfo view in settings - troubleshooting</p></li>\n<li><p>Fix: fixed blank window opened by a link</p></li>\n<li>Fix: fixed acf boolean value present</li>\n<li>Fix: fixed another gallery related lazy load issues</li>\n</ul>\n\n<p>version 1.5.11: 2022-04-13</p>\n\n<ul>\n<li>Feature: made option to put elementor post_content inside post widget if the post made by elementor</li>\n<li>Feature: added additional fields to getPostAuthor function like avatar url and author meta</li>\n<li>Feature: show the \"no posts\" message with filters in post list / grid</li>\n<li>Feature: add background location (back/front) to background widgets</li>\n<li>Feature: done option to get post parent with the posts in posts selection</li>\n<li>Fix: set prices display in woocommerce widgets including tax</li>\n<li>Fix: fixed editor js files didn\'t loaded bug</li>\n<li>Fix: fixed css output with dynamic template and inline css mode</li>\n<li>Fix: fixed the ajax pagination that now works with post based gallery widget</li>\n<li>Fix: fixed filters scripts loading before jquery in js</li>\n<li>Fix: allow to select empty terms in term selection control</li>\n<li>Change: set default values of responsive number / slider / dropdown controls to desktop default values</li>\n</ul>\n\n<p>version 1.5.10: 2022-04-04</p>\n\n<ul>\n<li>Fix: fixed title and description source in gallery source selection</li>\n<li>Fix: fixed the dropdown attribute php filter for elementor</li>\n<li>Feature: added \"menu_id\" for various uses as menu attribute output</li>\n<li>Feature: added option for side offset in owl carousel</li>\n<li>Feature: added option for second items html refresh in ajax filters</li>\n</ul>\n\n<p>version 1.5.9: 2022-03-27</p>\n\n<ul>\n<li>Fix: fixed simple meta output for post list</li>\n<li>Feature: made dynamic grid work with filters</li>\n<li>Feature: the background widgets works for the new container objects as well</li>\n<li>Feature: added include by another meta field in post query</li>\n</ul>\n\n<p>version 1.5.8: 2022-03-23</p>\n\n<ul>\n<li>Feature: set special behaviour for more then one filters on the page</li>\n<li>Feature: added option to load video item from posts in a gallery</li>\n<li>Change: set up galleries common default items</li>\n<li>Fix: fixed unclosable gallery lightbox with youtube videos</li>\n<li>Fix: fixed elementor 3.6.0 compatability</li>\n</ul>\n\n<p>version 1.5.7: 2022-03-17</p>\n\n<ul>\n<li>Feature: added option to modify dropdown items in php\nFix: fixed gallery default items preview and init\nFix: fixed remote counter js error</li>\n</ul>\n\n<p>version 1.5.6 = 2022-03-15:</p>\n\n<p>Fix: fixed dissapearing items in remote related widgets</p>\n\n<p>version 1.5.5 = 2022-03-15:</p>\n\n<ul>\n<li>Feature: added woocommerce sorting options in posts selection by number of sales and rating</li>\n<li>Feature: added option to get related products on checkout page</li>\n<li>Feature: done manual posts and terms selections sort by drag and drop</li>\n<li>Feature: done option to custom refresh filters html (for carousels, galleries etc)</li>\n<li>Feature: made the attributes dialog support multi controls</li>\n<li>Feature: prepared the galleries and dynamic loops to use filters and load more\nFix: fixed query debug in manual posts selection\nFix: fix: fixed posts_per_page in manual posts selection\nFix: fix: fixed jquery include for remote widgets</li>\n</ul>\n\n<p>version 1.5.4 = 2022-03-06:</p>\n\n<ul>\n<li>Feature: added roles to post filter: single, main and child</li>\n<li>Feature: added option \"placeholder\" and \"disable dynamic\" for text field control</li>\n<li>Feature: added option for debug meta fields in post list, post grid</li>\n<li>Fix: fixed some pagination widget buttons related issues</li>\n<li>Fix: fixed non clickable items in some widgets</li>\n<li>Fix: fixed put_items(0) - first item output in twig</li>\n</ul>\n\n<p>version 1.5.3 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: added functionality to put image inside taxonomy terms widget</li>\n<li>Fix: fixed load more on archive page with orderby=xxx filter in url</li>\n<li>Fix: made support for woocommerce special order by in load more</li>\n<li>Change: updated freemius sdk to 2.4.3 version (Security fix)</li>\n</ul>\n\n<p>version 1.5.2 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: set up remote and sync functionality for the galleries</li>\n<li>Fix: fixed load more for current query posts</li>\n<li>Fix: fixed background js based widgets with elementor popups</li>\n<li>Fix: fixed unitegallery unclosed tag issue</li>\n<li>Fix: fixed replace mode in tabs filters</li>\n</ul>\n\n<p>version 1.5.1 = 2022-02-21:</p>\n\n<ul>\n<li>Feature: improved post pagination debug and added force options</li>\n<li>Feature: added code for the button filters</li>\n<li>Feature: added option to shuffle owl carousel</li>\n<li>Feature: added option for general \"shuffle\" in items</li>\n<li>Feature: made option for text modify, and get the current page url and current page title</li>\n<li>Feature: get feature image of a product from a first gallery image if featured image not exists</li>\n<li>Feature: added function \"one_random\" and \"first\" to get_items twig function</li>\n<li>Feature: added support for jet listing item</li>\n<li>Change: changed the \"choose template\" setting text to attirbute title</li>\n<li>Fix: fixed load more if offset turned on in the grid</li>\n<li>Fix: fixed link control attributes parsing</li>\n<li>Fix: fixed sync general api related bugs in elementor editor</li>\n</ul>\n\n<p>version 1.5.0 = 2022-02-02:</p>\n\n<ul>\n<li>Feature: added tabs in items controls</li>\n<li>Feature: added functionality for ajax taxonomies terms filter</li>\n<li>Feature: added some accessability to owl carousel buttons</li>\n</ul>\n\n<p>version 1.4.99: 2022-01-27:</p>\n\n<ul>\n<li>Feature: added option for disable content filtering in general settings->troubleshooting</li>\n<li>Feature: added taxonomies in widget debug output</li>\n<li>Fix: fixed some gallery lazy load related js bugs</li>\n</ul>\n\n<p>version 1.4.98: 2022-01-14:</p>\n\n<ul>\n<li>Feature: modified remote general js api to fit more types of widgets</li>\n<li>Feature: added support for put meta field in post list</li>\n<li>Fix: fixed some small php notices output in post query</li>\n</ul>\n\n<p>version 1.4.97 = 2022-01-06:</p>\n\n<ul>\n<li>Feature: add code base for the taxonomy filter</li>\n<li>Feature: added option to highlight all carousel items</li>\n<li>Feature: added active class to new owl carousel</li>\n<li>Feature: added scroll on click functionality to new owl carousel</li>\n<li>Fix: added support for acf fields styles in dynamic grid</li>\n<li>Fix: fixed some wp-rocket and filters related bug</li>\n</ul>\n\n<p>version 1.4.96 = 2021-12-29:</p>\n\n<ul>\n<li>Feature: use yoast main category feature to determine post main category</li>\n<li>Feature: added get woocommerce product gallery functionality to twig</li>\n<li>Feature: added support for multiple attribute conditoins values</li>\n<li>Feature: added menu order in advanced widget debug type</li>\n<li>Feature: added WooCommerce endpoints links code to twig</li>\n<li>Feature: added option to disable font awesome in general settings</li>\n<li>Fix: fixed some filters related issue</li>\n<li>Fix: added custom attributes to link attributes output</li>\n</ul>\n\n<p>version 1.4.95 = 2021-12-16:</p>\n\n<p>*Fix: fixed db table not found php bug in some cases</p>\n\n<p>version 1.4.94 = 2021-12-14:</p>\n\n<ul>\n<li>Feature: made posible multiple includes condition values per assets</li>\n<li>Feature: added meta value2 and meta value3 in include by meta value post selection</li>\n<li>Feature: added error notice if no api connectivity</li>\n<li>Feature: added attributes section conditions</li>\n<li>Feature: prepared code base for the new galleries</li>\n<li>Fix: fixed some small pagination related bug</li>\n<li>Fix: fixed remote connection parent detection in some cases</li>\n<li>Fix: added content filtering by filter widget_text_content for all the embed and other content modifications</li>\n<li>Fix: fixed edit defaulsin widget settings</li>\n<li>Fix: fixed some polylang issues with the template in dynamic template widgets</li>\n<li>Fix: [security] remove the \"duplicate layout\" functionality (not used in the plugin) that had some security issues </li>\n</ul>\n\n<p>version 1.4.93 = 2021-12-03:</p>\n\n<ul>\n<li>Fix: fixed some connected widgets bugs when there is many of them in the page</li>\n<li>Change: removed the black friday sale banner</li>\n<li>Feature: added general remote API for various widgets connections</li>\n<li>Feature: add some code base for the new gallery output</li>\n</ul>\n\n<p>version 1.4.92 = 2021-11-24:</p>\n\n<ul>\n<li>Fix: fixed similar post content in post list</li>\n<li>Change: saparated remote and sync options in connected widgets settings</li>\n</ul>\n\n<p>version 1.4.91 = 2021-11-23:</p>\n\n<ul>\n<li>Fix: fixed the wrong post intro in editor mode</li>\n</ul>\n\n<p>version 1.4.90 = 2021-11-22:</p>\n\n<ul>\n<li>Addition: added black friday banner discount banner and link</li>\n<li>Change: improved \"sync widgets\" editor experience</li>\n<li>Fix: fixed depricated \"post\" attribute bug</li>\n<li>Fix: modified zip extracting error messages</li>\n</ul>\n\n<p>version 1.4.89 = 2021-11-17:</p>\n\n<ul>\n<li>Feature: done the functionality for sync widgets</li>\n<li>Feature: done the functionality remote widgets</li>\n<li>Fix: fixed error message on remote widgets</li>\n<li>Fix: fixed css in post content in editor</li>\n<li>Fix: use better strip tags for post intro</li>\n</ul>\n\n<p>version 1.4.88 = 2021-11-08:</p>\n\n<ul>\n<li>Fix: fixed gutenberg support in widgets</li>\n<li>Fix: fixed all the pagination issues in archive page</li>\n</ul>\n\n<p>version 1.4.86 = 2021-11-01:</p>\n\n<ul>\n<li>Fix: fixed some load more last issues</li>\n<li>Feature: added code for taxonomy terms filter</li>\n<li>Feature: added code for checkbox filter</li>\n</ul>\n\n<p>version 1.4.86 = 2021-10-29:</p>\n\n<ul>\n<li>Feature: improved current query debug - full type</li>\n<li>Feature: added dropdown responsive placeholders</li>\n<li><p>Feature: added radio boolean attribute responsive controls</p></li>\n<li><p>Fix: fixed controls tabs functionality</p></li>\n<li>Fix: fixed load more custom image bug</li>\n<li>Fix: fixed double load more in a page mishmash bug</li>\n<li>Fix: fixed all load more issues</li>\n</ul>\n\n<p>version 1.4.85 = 2021-10-13:</p>\n\n<p>-bug fix: small bug fix - headers sent bug</p>\n\n<p>version 1.4.84 = 2021-10-13:</p>\n\n<ul>\n<li>Feature: added taxonomy terms full query debug option</li>\n<li>Feature: improved full debug type in posts query</li>\n<li>Feature: added items support in editor->background switcher</li>\n<li>Feature: added support for remote controls</li>\n<li>Feature: functionality to posts load more</li>\n<li>Feature: added second condition</li>\n<li>Feature: added tabs functionality to attributes</li>\n<li>Addition: added %,px to slider units</li>\n<li>Fix: fixed avoid duplicates related bug</li>\n<li>Fix: fixed conflicting wordpress codemirror script</li>\n<li>Fix: fixed post selection values init from editor</li>\n<li>Fix: fixed pagination on front page</li>\n<li>Fix: fixed some polylang related bugs</li>\n</ul>\n\n<p>version 1.4.83 = 2021-09-22:</p>\n\n<ul>\n<li>Fix: fixed styles mishmash inside elementor editor navigator</li>\n<li>Fix: fixed dissapearing carousels after refresh bug</li>\n<li>Fix: fixed dynamic grid pagination not changed</li>\n</ul>\n\n<p>version 1.4.82 = 2021-09-20:</p>\n\n<ul>\n<li>Feature: added troubleshooting setting - show php error message</li>\n<li>Feature: added px, vh, % options for slider attribute</li>\n<li>Feature: added dynamic group attributes for galleries, including image and video</li>\n<li>Feature: added option to convert one date string to another with ucdate filter</li>\n<li>Feature: added option to use items in background widgets</li>\n<li>Feature: added ucfunc(\"set\") and ucfunc(\"get\") functions in twig for remember and retrieve variables</li>\n<li>Feature: added include by option: \"children of current term\" to category selection options</li>\n<li>Feature: added option to pull woo product variations in twig</li>\n<li>Feature: added placeholder: link_withprefix, link_noprefix for link attribute</li>\n<li>Fix: fixed error when exists dynamic link in dynamic loop widgets</li>\n<li>Fix: enabled pagination in a single type in dynamic template grid</li>\n<li>Fix: the \"not equal\" attributes condition now works</li>\n<li>Fix: fixed not editable empty dropdown attribute in widget editor</li>\n<li>Fix: fixed mb_string absence php bug</li>\n<li>Fix: fixed heading attribute label</li>\n<li>Fix: fixed responsive elementor controls in widget items</li>\n</ul>\n\n<p>version 1.4.81 = 2021-08-17:</p>\n\n<ul>\n<li>Feature: added json select (lottie) for image attribute type </li>\n<li>Feature: made option for ajax in widgets with post list attribute</li>\n<li>Feature: made the ajax pagination work with pagination widget</li>\n<li>Feature: added dynamic options for number and slider attribute types</li>\n<li>Feature: added new owl carousel sources in assets chooser</li>\n<li>Feature: added heading attribute</li>\n<li>Change: added more types of debug for pagination widget</li>\n<li>Change: changed widget icons chooser for elementor icon instead of font awesome icon</li>\n<li>Fix: fixed import with template button dissapear in the new bar</li>\n<li>Fix: fixed widgets icons</li>\n</ul>\n\n<p>version 1.4.80 = 2021-08-09:</p>\n\n<ul>\n<li>Feature: added option to change items section label</li>\n<li>Feature: added js snippet with code that works in elementor popup</li>\n<li>Feature: added option to add {current_user_id} keyword in post meta query</li>\n<li>Feature: added option for block label inside each attribute</li>\n<li>Feature: added heading text option for items section</li>\n<li>Feature: added extra fields to image base gallery options</li>\n<li>Feature: added php filter option for variable</li>\n<li>Feature: added twig functions \"get_post_term\" and \"is_post_has_term\". The examples visible when you click on item.posts.putPostTerm placeholder</li>\n<li>Fix: fixed some test widgets output relate bugs</li>\n<li>Fix: conditions settings was not affected typography controls</li>\n<li>Fix: fixed template dynamic background image didn\'t displayed bug in dynamic loops</li>\n<li>Change: added some instructions for api connectivity test in general settings - troubleshooting</li>\n</ul>\n\n<p>version 1.4.79 = 2021-07-13</p>\n\n<ul>\n<li>Fix: fixed scripts output in preview widget page</li>\n</ul>\n\n<p>version 1.4.78 = 2021-07-12</p>\n\n<ul>\n<li>Change: added birthday sale promotions</li>\n<li>Feature: added woo commerce products to dynamic loop items source</li>\n</ul>\n\n<p>version 1.4.77 = 2021-07-07</p>\n\n<ul>\n<li>Fix: fixd the is_ajax() error function from the admin area</li>\n</ul>\n\n<p>version 1.4.76 = 2021-07-07</p>\n\n<ul>\n<li>Feature: added option to show post last modified date</li>\n<li>Feature: added function: get_from_sql in widget editor that allow to pull any custom records from DB</li>\n<li>Feature: added function: run_code_once in widget editor, that allow to run the code only once. Good for many similar widgets on the same page</li>\n<li>Feature: added option for load widget js as module</li>\n<li>Fix: fixed no key_thumb field in images inside widget</li>\n<li>Fix: fixed no condition in image sizes widget setting</li>\n<li>Fix: fixed javascript based backgrounds</li>\n<li>Fix: fixed brocken svg icon on catalog widget box in some of the cases</li>\n<li>Fix: fixed collision with rankmath in ajax actions</li>\n<li>Change: added some max length for a widget category, now it\'s 60</li>\n</ul>\n\n<p>version 1.4.75 = 2021-06-21</p>\n\n<ul>\n<li>Feature: added category image to products list</li>\n<li>Feature: added option to include as module widget js include</li>\n<li>Feature: added option to write custom handle to widget js and css include</li>\n<li>Feature: added options - avoid duplicate posts to post query exclude</li>\n<li>Feature: added option to include or exclude posts by dynamic field to posts selection</li>\n<li>Feature: added option to include or exclude posts by logged in user, in posts selection</li>\n<li>Fix: fixed background widget condition functionality</li>\n<li>Fix: changed template picker to simple select2 list</li>\n</ul>\n\n<p>version 1.4.74 = 2021-06-02</p>\n\n<ul>\n<li>Feature: added function put_date_range to twig functions. good for events widgets</li>\n<li>Feature: added integration with google map</li>\n<li>Feature: added function: \"run_code_once\" for twig</li>\n<li>Feature: added grouped options for the gallery</li>\n<li>Feature: added option to get posts by date from custom ACF field</li>\n<li>Feature: added gallery settings options for dynamic settings attribute</li>\n<li>Feature: added pagination to dynamic loop</li>\n<li>Change: improved dynamic settings attribute</li>\n</ul>\n\n<p>version 1.4.73 = 2021-05-20</p>\n\n<ul>\n<li>Feature: added twig function: \"put_attributes_json\" that available in js tab in widget editor</li>\n<li>Feature: added constant - uc_inside_editor - for distinquish between editor and site front</li>\n<li>Feature: added multiple select attribute</li>\n<li>Feature: added listing attribute support</li>\n<li>Fix: fixed \"request too long\" message on a widget preview - shortened preview url</li>\n<li>Fix: fixed several bugs with condition field in widgets editor</li>\n<li>Fix: fixed hidden image size select on item attributes</li>\n<li>Fix: fixed acf group field output</li>\n<li>Fix: fixed elementor template in items, changed to specific function</li>\n</ul>\n\n<p>version 1.4.72 = 2021-05-02</p>\n\n<ul>\n<li>Feature: added rating stars helper placeholder for woocommerce</li>\n<li>Feature: added option to include js file after elementor-frontend</li>\n<li>Fix: fixed new typography deprecation message</li>\n</ul>\n\n<p>version 1.4.71 = 2021-04-22</p>\n\n<ul>\n<li>Feature: added option to take post id\'s from php function in post selection</li>\n<li>Feature: added option for get posts by meta field that located in current or different post</li>\n<li>Feature: added twig filter: wc_price for native price filtering</li>\n<li>Feature: added post terms titles to post data debug</li>\n<li>Change: added option for woocommerce categories in terms selection</li>\n<li>Fix: fixed price issues in woocommerce related grids</li>\n<li>Fix: fixed include and exclude terms mismatch with nested tax query</li>\n<li>Fix: fixed pagination on search pages</li>\n</ul>\n\n<p>version 1.4.70 = 2021-04-14</p>\n\n<ul>\n<li>Feature: added show widget data debug options</li>\n<li>Feature: added option for filter post by post meta</li>\n<li>Feature: added option for simple condition for attributes</li>\n<li>Feature: added integration with wordpress popular post plugin for most viewed posts selection</li>\n<li>Feature: added post list variables for data debug</li>\n<li>Feature: added image sizes selector for post list</li>\n<li>Feature: get thumbnailID from content in case that it\'s missing in post</li>\n<li>Fix: when bulk moving attribute it now always goes to general category</li>\n<li>Fix: fixed filter posts by status</li>\n<li>Fix: fixed instagram media albom</li>\n</ul>\n\n<p>version 1.4.69 = 2021-04-04</p>\n\n<ul>\n<li>Feature: added extra query debug options for custom post types selector</li>\n<li>Feature: added choose image size select option to image attribute</li>\n<li>Feature: added \"image_attributes\" placeholder for image output in widget editor</li>\n<li>Change: added default values select to hover animations attribute</li>\n<li>Change: changed button \"add to cart\" to \"select options\" for variable products in woocommerce list widgets</li>\n<li>Fix: fixed border radius attribute from width to radius</li>\n<li>Fix: added missing thumb sizes for image select</li>\n</ul>\n\n<p>version 1.4.68 = 2021-03-22</p>\n\n<ul>\n<li>Feature: added include recently viewed products in woocommerce</li>\n<li>Feature: added option for default max posts in post selector</li>\n<li>Feature: added attribute type: Border Dimensions</li>\n<li>Feature: added attribute type: CSS Filters</li>\n<li>Feature: added attribute type: Hover Animations</li>\n<li>Fix: removed max posts from archive type post query selection, because has no control over pagination.</li>\n<li>Fix: fixed bug when instagram video images didn\'t show up</li>\n</ul>\n\n<p>version 1.4.67 = 2021-03-12</p>\n\n<ul>\n<li>Feature: added api connectivity to troubleshooting section</li>\n<li>Feature: added options in terms selection fields</li>\n<li><p>Feature: added order by meta key for woo categories select</p></li>\n<li><p>Fix: fixed woo product price format for decimal prices</p></li>\n<li>Fix: fixed context menu cut from bottom inside the widgets manager</li>\n<li>Fix: fixed show item data in widgets items repeater</li>\n<li>Fix: fixed float to round in woocommerce discount percents</li>\n</ul>\n\n<p>version 1.4.66 = 2021-02-18</p>\n\n<ul>\n<li>Feature: added \"box shadow\" attribute type</li>\n<li>Feature: added url_posts and num_posts to users output</li>\n<li>Feature: added option for selector 2 and selector 3 in several attributes</li>\n<li>Feature: added copy / paste attributes sections in widget editor</li>\n<li>Feature: added option for get default object to getListingItemData function</li>\n<li>Feature: added support for wpml site language inside a widget</li>\n<li>Feature: added acf image and thumbnails widths and heights to placeholders list</li>\n<li>Fix: load js include file in editor even if no js code</li>\n<li>Fix: fixed some php notice with exclude terms posts selection</li>\n<li>Fix: fixed small bug in getListingItemData function with no object returned</li>\n<li>Fix: fixed post selection manual select no posts shown at init</li>\n<li>Fix: fixed bug when private posts not fetched on manual posts selection</li>\n<li>Change: updated codemirror to latest version, added code search feature</li>\n<li>Change: updated freemius sdk to 2.4.2</li>\n</ul>\n\n<p>version 1.4.65 = 2021-02-03</p>\n\n<ul>\n<li>Feature: added option to fetch custom meta fields in users list</li>\n<li>Feature: added function to twig: getByPHPFunction()</li>\n<li>Feature: added function to twig: getUserMeta()</li>\n<li>Feature: added function to twig: getListingItemData() - working inside any plugin listing</li>\n<li>Fix: fixed php sanitize array bug</li>\n<li>Fix: fixed post type in related posts post selection</li>\n</ul>\n\n<p>version 1.4.64 = 2021-02-02</p>\n\n<ul>\n<li>Change: moved \"edit widget html\" button to advanced section in general tab</li>\n<li>Feature: added option to exclude products on sale in products query section in widget settings</li>\n<li>Feature: added option to exclude specific posts in post selection widget settings</li>\n<li>Feature: added woocommerce related products select in post selection</li>\n<li>Feature: added include/exclude posts by author in widget posts selection</li>\n<li>Feature: added include/exclude posts by date in widget posts selection</li>\n<li>Feature: added date/time picker to widget attributes types</li>\n<li>Feature: added post status to widget posts selection</li>\n<li>Feature: added offset setting to widget posts selection</li>\n<li>Feature: added author url and author post count to users fields</li>\n<li>Feature: added max number of users to user selection attribute</li>\n<li>Feature: added \"elementor template\" attribute</li>\n<li>Fix: fixed small php bug in post selection control</li>\n<li>Fix: fixed js bug in items repeater</li>\n<li>Fix: fixed exclude role not worked in user selection attribute</li>\n<li>Fix: fixed get products on sale selection with variations</li>\n</ul>\n\n<p>version 1.4.63 = 2021-01-26</p>\n\n<ul>\n<li>Feature: added acf link array and attributes</li>\n<li>Feature: added ordering features to post selection related and manual</li>\n<li>Feature: added option for showing only sticky posts</li>\n<li>Feature: added exclude by term setting in widget post selection</li>\n<li>Change: moved debug data from advaned to general folder in elementor widget settings</li>\n<li>Fix: fixed woo commerce prices number format</li>\n<li>Fix: fixed refresh posts on \"post query\" section open in widget post settings</li>\n<li>Fix: fixed manual posts selection default order</li>\n</ul>\n\n<p>version 1.4.62 = 2021-01-21</p>\n\n<ul>\n<li>Feature: added text shadow field</li>\n<li>Feature: added \"manual selection\" in posts query</li>\n<li>Feature: added compatability tag</li>\n<li>Fix: fixed image size thumb name with \"-\" sign inside</li>\n<li>Fix: fixed some php warning related to array to string conversion, happening in php 8</li>\n<li>Change: show woo commerce placeholders if selected \"for woocommerce products\" checkbox in post list attribute</li>\n<li>Change: improved woo category output placeholder help, added getTermCustomFields function</li>\n</ul>\n\n<p>version 1.4.61 = 2021-01-14</p>\n\n<ul>\n<li>Feature: added max posts and order by options to current query posts selection</li>\n<li>Feature: added manual selection for woocommerce categories select</li>\n<li>Feature: added selector and responsive to drop down attribute in widget builder</li>\n<li>Change: changed buy pro version link from the catalog widgets to inside of the plugin</li>\n<li>Fix: fixed adding widgets to a db table that is not auto incriment</li>\n<li>Fix: fixed svg preview from widget builder interface</li>\n<li>Fix: fixed manual memory check when registering widgets</li>\n</ul>\n\n<p>version 1.4.60 = 2020-12-30</p>\n\n<ul>\n<li>Feature: added option for third party integration for woocommerce grid</li>\n<li>Feature: added integration for \"advanced labels for woocommerce\" plugin</li>\n<li>Feature: added view file button in assets manager</li>\n<li>Feature: added svg icon option together with font icon for elementor panel widget box</li>\n<li>Feature: added preview image on mouseover inside elementor panel widget box</li>\n<li><p>Feature: added option for disabling \"edit widget html\" from widget settings</p></li>\n<li><p>Fix: fixed empty settings when there are gallery item setting only</p></li>\n<li>Fix: added \"no settings\" heading in case that no attributes in the widget</li>\n<li>Fix: fixed some php warnings for php 8.0</li>\n</ul>\n\n<p>version 1.4.59 = 2020-12-17</p>\n\n<ul>\n<li>Fix: fixed import template redirect</li>\n<li>Feature: added option to include sticky posts for post query</li>\n<li>Feature: added post pagination for single page</li>\n<li>Feature: added number of items for instagram widget</li>\n<li>Feature: added background image to background attribute</li>\n</ul>\n\n<p>version 1.4.58 - 2020-12-07</p>\n\n<ul>\n<li>Feature: make the plugin translatable for wordpress.org</li>\n</ul>\n\n<p>version 1.4.57 - 2020-12-07</p>\n\n<ul>\n<li>Feature: done post pagination widget for archive posts</li>\n<li>Feature: added option to truncate the post list</li>\n<li>Fix: fixed show debug query on current post query</li>\n</ul>\n\n<p>version 1.4.56 - 2020-11-30</p>\n\n<ul>\n<li>Update: relesed cyber monday deal admin notice</li>\n</ul>\n\n<p>version 1.4.55 - 2020-11-26</p>\n\n<ul>\n<li>Feature: added option to sort by sale price</li>\n<li>Feature: added option to debug query</li>\n<li>Feature: added option debug widget data</li>\n<li>Feature: added option to filter posts with child categories</li>\n<li><p>Feature: added option to include only products on sale</p></li>\n<li><p>Fix: fixed no widget shown in some cases</p></li>\n<li>Fix: fixed woocommerce prices placeholders prefix</li>\n</ul>\n\n<p>version 1.4.54 - 2020-11-13 =</p>\n\n<ul>\n<li>Update: updated freemius sdk to newest version</li>\n<li>Fix: fixed comma saparated selector</li>\n</ul>\n\n<p>version 1.4.53 - 2020-11-09 =</p>\n\n<ul>\n<li>Feature: added background widgets and section backgrounds</li>\n<li>Change: removed global colors from template export</li>\n<li>Fix: fixed bug with regular and sale price in woocommerce</li>\n</ul>\n\n<p>version 1.4.52 - 2020-11-06 =</p>\n\n<p>Fix: fixed bug with regular and sale price in woocommerce</p>\n\n<p>version 1.4.51 - 2020-11-04 =</p>\n\n<ul>\n<li>Feature: added svg output in icon library attribute</li>\n<li>Feature: added woocommerce checkbox to post list</li>\n<li>Feature: added product out of stock filter for product selection</li>\n<li>Feature: added discount_percent field in post list attribute woocommerce product type</li>\n<li>Feature: added woocommerce post list order by price option</li>\n<li>Fix: fixed woocommerce category in post list attribute</li>\n</ul>\n\n<p>version 1.4.50 - 2020-10-21 =</p>\n\n<ul>\n<li>Fix: removed display errors setting</li>\n</ul>\n\n<p>version 1.4.49 - 2020-10-12 =</p>\n\n<ul>\n<li>Fix: fixed small bug with non existing controls</li>\n<li>Fix: fixed general settings error when turning off plugin</li>\n</ul>\n\n<p>version 1.4.48 - 2020-10-12 =</p>\n\n<p>*Feature: added border attribute\n*Fix: page break in some versions of elementor\n*Fix: fixed bulk move attributes with categories\n*Fix: fixed default items image field not match</p>\n\n<p>version 1.4.47 - 2020-10-08 =</p>\n\n<ul>\n<li>Update: remove russian translation</li>\n<li>Feature: added function: get_items for twig</li>\n<li>Fix: fixed switch content and style tab</li>\n<li>Fix: fixed slider control tablet/mobile default value</li>\n<li>Fix: fixed non ordered widget categories</li>\n</ul>\n\n<p>version 1.4.46 - 2020-10-04 =</p>\n\n<ul>\n<li>Feature: added function put_items_json for js items output</li>\n<li>Fix: returned widgets from uncategorized category</li>\n</ul>\n\n<p>version 1.4.45 - 2020-10-04 =</p>\n\n<ul>\n<li>Fix: fixed template import with custom widgets</li>\n</ul>\n\n<p>version 1.4.44 - 2020-10-03 =</p>\n\n<ul>\n<li>Feature: added flexible content type attribute</li>\n<li>Optimize: reduced the number of db queries, dramatically increased load speed</li>\n</ul>\n\n<p>version 1.4.43 - 2020-09-22 =</p>\n\n<ul>\n<li>Feature: added option to group attributes into sections</li>\n<li>Feature: done instagram access token auto renew</li>\n<li>Feature: added \"selector\" to color picker attribute</li>\n<li>Fix: improved consolidate widgets option protection</li>\n<li>Fix: fixed select default widget images</li>\n<li>Fix: fixed default items in gallery item (image base fields)</li>\n<li>Fix: fixed image display in default item selector</li>\n<li>Fix: global colors was absent from color selection</li>\n</ul>\n\n<p>version 1.4.42 - 2020-08-06 =</p>\n\n<ul>\n<li>Feature: added option to get grouped woocomerce products</li>\n<li>Feature: added instagram connect to official API</li>\n<li>Feature: added function: getUserData(), added into \"twig code examples\" panel</li>\n<li>Feature: added \"printVar\" and \"showDebug\" functions \"twig code examples\" panel</li>\n<li>Feature: done \"login with instagram\" in general settings, and get data from instgram API</li>\n<li>Fix: sorted \"overwrite widgets\" issue on import</li>\n<li>Fix: fixed dropdown attribute when work with html data</li>\n</ul>\n\n<p>version 1.4.41 - 2020-06-18 =</p>\n\n<ul>\n<li>Feature: added additional controls to \"number\" attribute</li>\n<li>Feature: added \"exclude uncategorized category\" to woocommerce categories select </li>\n<li>Feature: added responsive controls to slider attribute</li>\n<li>Fix: fixed template type variable issues in elementor integration</li>\n<li>Fix: show pagination only when \"current query\" is available</li>\n<li>Fix: fixed select2 field min width in posts query</li>\n</ul>\n\n<p>version 1.4.40 - 2020-06-10 =</p>\n\n<ul>\n<li>Change: hided \"consolidate widgets\" general setting</li>\n<li>Feature: added \"show/hide wrapping html comments\" to general settings</li>\n<li>Fix: fixed export template filename</li>\n</ul>\n\n<p>version 1.4.39 - 2020-06-02 =</p>\n\n<ul>\n<li>Fix: fixed save widgets from editor with large config limitation.</li>\n<li>Fix: fixed export template with page settings bug.</li>\n<li>Fix: removed extra fields from items editor, leaved only supported fields</li>\n<li>Change: updated freemius SDK to latest version</li>\n</ul>\n\n<p>version 1.4.36 - 2020-05-21 =</p>\n\n<ul>\n<li>Feature: added support for pods panda repeater</li>\n<li>Fix: done some solution for max_execution_time issues when installing template</li>\n<li>Fix: fixed rtl on templates dialog popup</li>\n<li>Fix: corrected the naming near the \"number\" field</li>\n<li>Fix: cleared \"twig\" library from some not needed files.</li>\n<li>Change: removed \"image view\" file from framework.</li>\n</ul>\n\n<p>version 1.4.35 - 2020-05-11 =</p>\n\n<ul>\n<li>Feature: added term custom fields support</li>\n<li>Feature: added term meta fields support</li>\n<li>Change: moved composer vendor folder to plugin root</li>\n<li>Change: fixed empty templates list bug when \"show only installed widget\" checkbox checked</li>\n<li>Fix: sorted out some of the templates import bugs</li>\n</ul>\n\n<p>version 1.4.34 - 2020-05-06 =</p>\n\n<ul>\n<li>Fix: removed category ations from templates section</li>\n<li>Fix: show \"putPostMeta\" function even if no example post available</li>\n<li>Fix: fixed finally all the DB not installed issues on elementor and admin pages</li>\n</ul>\n\n<p>version 1.4.33 - 2020-05-03 =</p>\n\n<ul>\n<li>Fix: fixed double twig collision by another plugin</li>\n</ul>\n\n<p>version 1.4.32 - 2020-05-02 =</p>\n\n<ul>\n<li>Update: updated to newest twig 1.x version</li>\n<li>Fix: fixed no space between placeholders in php 7.4 bug</li>\n</ul>\n\n<p>version 1.4.31 - 2020-04-26 =</p>\n\n<p>*Fix: fixed dissapearing widget issue</p>\n\n<p>version 1.4.30 - 2020-04-23 =</p>\n\n<ul>\n<li>Fix: fixed couple of bugs related to templates</li>\n</ul>\n\n<p>version 1.4.29 - 2020-04-22 =</p>\n\n<ul>\n<li>Feature: released the templates catalog</li>\n</ul>\n\n<p>version 1.4.28 - 2020-04-10 =</p>\n\n<ul>\n<li>Feature: added woocommerce categories field</li>\n<li>Fix: fixed export / import with images feature</li>\n<li>Fug: fixed error message on front on some cases when the db tables not installed yet.</li>\n</ul>\n\n<p>version 1.4.27 - 2020-04-01 =</p>\n\n<p>Fix: fixed widget default icon in manager\nFeature: added \"getPostMeta, putPostMeta, printPostMeta\" functions\nFeature: added \"getPostData\" function for acf related posts, that get\'s all the data from the related post including custom fields</p>\n\n<p>version 1.4.26 - 2020-03-28 =</p>\n\n<ul>\n<li>Change: changed to new api address</li>\n<li>Fix: fixed links not included bug in theme builder posts</li>\n<li>Fix: fixed link to buy pro version</li>\n<li>Fix: fixed free version remain activated bug</li>\n<li>Fix: simpleXML validation made the site down</li>\n</ul>\n\n<p>version 1.4.25 - 2020-03-09 =</p>\n\n<ul>\n<li>Feature: added \"responsive controls\" to margin and padding setting</li>\n<li>Feature: made \"refresh catalog\" button</li>\n<li>Feature: added \"num_items\" variable to the widget editor</li>\n<li>Change: removed the \"default fonts\" from widget defaults screen</li>\n<li>Fix: fixed some php bug in \"implode\" function</li>\n<li>Fix: fixed posts from sub categories in post list</li>\n</ul>\n\n<p>version 1.4.24 - 2020-02-14 =</p>\n\n<ul>\n<li>Feature: made \"export with images\" option in templates</li>\n<li>Fix: fixed import category widgets</li>\n<li>Fix: fixed icon html output placeholder</li>\n</ul>\n\n<p>version 1.4.23 - 2020-02-02 =</p>\n\n<ul>\n<li>Feature: improved the slider attribute</li>\n<li>Feature: added \"menu\" attribute</li>\n</ul>\n\n<p>version 1.4.22 - 2020-01-28 =</p>\n\n<ul>\n<li>Feature: added woo currency symbol</li>\n<li>Feature: added woo add to cart button</li>\n<li>Feature: added slider attribute</li>\n<li>Widget: logo grid</li>\n<li>Widget: logo carousel</li>\n<li>Widget: logo marquee</li>\n<li>Widget: image tooltip</li>\n<li>Widget: content toggle</li>\n<li>Widget: circle number</li>\n<li>Widget: post list</li>\n</ul>\n\n<p>version 1.4.21 - 2020-01-22 =</p>\n\n<ul>\n<li>Feature: added users attribute</li>\n<li>Feature: done multiple post type selector</li>\n<li>Feature: added background attribute</li>\n<li>Feature: added icon library html output</li>\n<li>Feature: added woo commerce support in posts list</li>\n<li>Bug fix: fixed icons not shown bug in widget settings</li>\n</ul>\n\n<p>version 1.4.20 - 2020-01-15 =</p>\n\n<ul>\n<li>Bug fix: fixed font awesome icon output</li>\n<li>Bug fix: fixed instagram not loading bug</li>\n<li>Change: updated font awesome css version</li>\n<li>Change: changed the way that instagram was loaded on the page</li>\n</ul>\n\n<p>version 1.4.19 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added filter by slug to terms attribute</li>\n<li>Feature: changed repeater items titles to the ones from \"title\" field instead of \"Item1\", \"Item2\" etc.</li>\n<li>Feature: added automated styling for date field, added \"ucdate\" filter for that.</li>\n<li>Feature: done functionality for display post author</li>\n<li>Change: changed the font awesome attribute to fa5</li>\n<li>Change: added strip html tags from truncate function</li>\n</ul>\n\n<p>version 1.4.18 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added all image sizes to posts</li>\n<li>Feature: added \"putPostTerms\" function to posts</li>\n<li>Feature: added wpautop filter to twig</li>\n<li>Feature: added option for custom twig PHP functinoality for PRO version</li>\n<li>Feature: hide \"edit widget html\" button for user that don\'t have capability to see the plugin </li>\n<li>Feature: added wpml compatablity</li>\n<li>Feature: added related posts in posts list</li>\n<li>Feature: added padding and margin controls (pro)</li>\n<li>Bug Fix: fixed pagination output</li>\n</ul>\n\n<p>version 1.4.17 - 2019-12-12 =</p>\n\n<ul>\n<li>Change: changed to more flexible catalog api</li>\n</ul>\n\n<p>version 1.4.16 - 2019-08-12 =</p>\n\n<ul>\n<li>Feature: added post query relation (and, or) chooser</li>\n<li>Change: update to freemius sdk 2.3.1</li>\n<li>Feature: added \"trancate\" filter</li>\n<li>Fix: fixed editor permissions PHP Error</li>\n</ul>\n\n<p>version 1.4.15 - 2019-19-11 =</p>\n\n<ul>\n<li>Change: remove the old deprecated codecanyon activation</li>\n<li>Fix: fixed bug when both plugins are installed together</li>\n<li>Fix: fixed empty widget content when put a lot of content in the widget html/js</li>\n<li>Feature: added option for fonts for post list for intro and content</li>\n<li>Feature: added custom filter query ID in posts list query (pro)</li>\n<li>Feature: added labels to typography fields</li>\n<li>Feature: added description option for elementor controls</li>\n<li>Feature: added option to add help links to widgets from the widget editor</li>\n</ul>\n\n<p>version 1.4.14 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed js not included bug</li>\n</ul>\n\n<p>version 1.4.13 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed terms attribute selector bugs in elementor</li>\n<li>Fix: fixed post selection was not showing post types without taxonomies</li>\n<li>Fix: fixed rtl visibility issues in admin</li>\n</ul>\n\n<p>version 1.4.12 - 2019-15-10 =</p>\n\n<ul>\n<li>Feature: added exclude posts by current post</li>\n<li>Feature: added post category addition custom taxonomy support</li>\n<li>Fix: fixed some bug in post list selector elementor</li>\n</ul>\n\n<p>version 1.4.11 - 2019-07-10 =</p>\n\n<p>*Feature: added link param html attributes placeholder\n*Feature: added category link to post list params\n*Fix: fixed post list category not displayed bug</p>\n\n<p>version 1.4.10 - 2019-28-9 =</p>\n\n<p>-bug fix: added some front end protection against db not installed bug\n* Feature(pro): added do_action for custom wp actions run\n* Feature(pro): added apply_filters for custom wp actions run\n-bug fix: fixed export widget with assets path\n-change: added instructions to download pro version.</p>\n\n<h4>1.4.7 - 2019-18-9</h4>\n\n<p>*Fix: fixed post category selection in post list</p>\n\n<h4>1.4.6 - 2019-18-9</h4>\n\n<p>*Fix: fixed dynamic items in repeater</p>\n\n<h4>1.4.6 - 2019-11-9</h4>\n\n<p>*Fix: fixed admin body class external\n*Feature: make support for post categories list\n*Feature(pro) - made taxonomies list attribute\n*Fix: fixed current posts fetch in archive type</p>\n\n<h4>1.4.5 - 2019-19-8</h4>\n\n<p>*Change: improved widgets manager design</p>\n\n<h4>1.4.3 - 2019-25-7</h4>\n\n<p>*Change: updated the activation link from plugins\n*Change: small UI improvements</p>\n\n<h4>1.4.2 - 2019-24-7</h4>\n\n<p>*Feature: add post category to dynamic fields\n*Feature: added toolset integration</p>\n\n<h4>1.4.1 - 2019-8-7</h4>\n\n<p>*Feature: added search widget\n*Feature: the plugin is now fully translatable, added russian translation</p>\n\n<h4>1.4 - 2019-8-7</h4>\n\n<p>*Change: moved to new payment system (freemius), changed pricing plans</p>\n\n<h4>1.3.39 - 2019-2-7</h4>\n\n<p>*Feature: add alt tags to image attribute\n*Feature: add automatic name from title on add attribute\n*Feature: redesign categories</p>\n\n<p>*Fix: removed autop filter change code from front end\n*Fix: allow to import widget when stand on category from catalog\n*Fix: fixed instagram widgets typography bug</p>\n\n<h4>1.3.38 - 2019-30-6</h4>\n\n<p>*Feature: added code examples / js snippets\n*Feature: added widget preview</p>\n\n<h4>1.3.37 - 2019-23-6</h4>\n\n<p>*Feature: add support for archive pages\n*Feature: added archive pages pagination\n*Change: changed fonts design controls</p>\n\n<h4>1.3.36 - 2019-20-6</h4>\n\n<p>*Fix: fixed multiple similar js includes in one page</p>\n\n<h4>1.3.35 - 2019-20-6</h4>\n\n<p>*Feature: add support for acf gallery field</p>\n\n<h4>1.3.34 - 2019-13-6</h4>\n\n<ul>\n<li>Feature: improved the post list filtering and ordering</li>\n</ul>\n\n<h4>1.3.33 - 2019-12-6</h4>\n\n<ul>\n<li>Feature: added ordering posts by meta value</li>\n<li>Fix: fixed site crash by db error</li>\n</ul>\n\n<h4>1.3.32 - 2019-11-6</h4>\n\n<ul>\n<li>Fix: fixed pods together with acf fileds</li>\n<li>Fix: added all categories to post list</li>\n</ul>\n\n<h4>1.3.31 - 2019-10-6</h4>\n\n<ul>\n<li>Feature: added link attribute</li>\n</ul>\n\n<h4>1.3.30 - 2019-06-6</h4>\n\n<ul>\n<li>Feature: made PODS integration</li>\n</ul>\n\n<h4>1.3.29 - 2019-06-5</h4>\n\n<ul>\n<li>Feature: added set widget icon functionality, with presence in catalog</li>\n<li>Feature: added preview widget button from the catalog</li>\n</ul>\n\n<h4>1.3.28 - 2019-06-3</h4>\n\n<ul>\n<li>Feature: made plugin translatable</li>\n</ul>\n\n<h4>1.3.27 - 2019-06-2</h4>\n\n<ul>\n<li>Fix: fixed font override attribute bug</li>\n</ul>\n\n<h4>1.3.26 - 2019-05-30</h4>\n\n<ul>\n<li>Feature: added typography attribute</li>\n</ul>\n\n<h4>1.3.25 - 2019-05-29</h4>\n\n<ul>\n<li>Tweak: added support for dynamic params in image field</li>\n</ul>\n\n<h4>1.3.24 - 2019-05-29</h4>\n\n<ul>\n<li>Fix: Fix dynamic field</li>\n<li>Tweak: Added message when adding an empty repeater from custom fields</li>\n</ul>\n\n<h4>1.3.23 - 2019-05-01</h4>\n\n<ul>\n<li>Feature: Added dynamic fields to all text controls</li>\n<li>Feature: Added \"edit html\" button to all widgets</li>\n<li>Fix: Fixed consolidated addons render bugs</li>\n</ul>\n\n<h4>1.3.22 - 2019-04-25</h4>\n\n<ul>\n<li>Feature: Made all acf fields integration including the pro like repeater and clone</li>\n</ul>\n\n<h4>1.3.21 - 2019-04-20</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.20 - 2019-04-15</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.19 - 2019-04-10</h4>\n\n<ul>\n<li>Feature: Done all acf fields</li>\n</ul>\n\n<h4>1.3.18 - 2019-04-05</h4>\n\n<ul>\n<li>Change: Update post child vars when change post</li>\n</ul>\n\n<h4>1.3.17 - 2019-04-01</h4>\n\n<ul>\n<li>Change: Add dynamic fields to addon editor</li>\n</ul>\n\n<h4>1.3.16 - 2019-03-30</h4>\n\n<ul>\n<li>Fix: Fixed the switchers </li>\n<li>Fix: Fixed the upload file</li>\n<li>Fix: Fixed checkbox in assets tab</li>\n</ul>\n\n<h4>1.3.15 - 2019-03-25</h4>\n\n<ul>\n<li>Fix: Fixed visual bugs</li>\n<li>Fix: Fixed radio boolean attribute (switcher)</li>\n</ul>\n\n<h4>1.3.14 - 2019-03-20</h4>\n\n<ul>\n<li>Fix: Fixed addon assets tab bugs</li>\n</ul>\n\n<h4>1.3.13 - 2019-03-15</h4>\n\n<ul>\n<li>Feature: Done export/import template with addons</li>\n</ul>\n\n<h4>1.3.12 - 2019-03-10</h4>\n\n<ul>\n<li>Feature: Added fedback on deactivate</li>\n</ul>\n\n<h4>1.3.11 - 2019-03-05</h4>\n\n<ul>\n<li>Fix: Fixed export import layout stuff</li>\n</ul>\n\n<h4>1.3.10 - 2019-03-01</h4>\n\n<ul>\n<li>Fix: Fixed assets tab issues</li>\n<li>Fix: Fixed post to articles category rename on install</li>\n</ul>\n\n<h4>1.3.09 - 2019-02-28</h4>\n\n<ul>\n<li>Fix: Fixed test addon jquery include</li>\n<li>Change: Added purchase link to license page</li>\n</ul>\n\n<h4>1.3.08 - 2019-02-25</h4>\n\n<ul>\n<li>Fix: Fixed settings text output</li>\n</ul>\n\n<h4>1.3.07 - 2019-02-20</h4>\n\n<ul>\n<li>Fix: Fixed font manager bug</li>\n</ul>\n\n<h4>1.3.06 - 2019-02-15</h4>\n\n<ul>\n<li>Fix: Fixed taxonomy issues</li>\n</ul>\n\n<h4>1.3.05 - 2019-02-10</h4>\n\n<ul>\n<li>Fix: Fixed add addon functionality</li>\n</ul>\n\n<h4>1.3.04 - 2019-02-05</h4>\n\n<ul>\n<li>Improvment: Improved post types category selection</li>\n</ul>\n\n<h4>1.3.03 - 2019-02-01</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.02 - 2019-01-30</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.01 - 2019-01-25</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.2.01 - 2019-01-20</h4>\n\n<ul>\n<li>Fix: Fixed js in editor when addins widget</li>\n</ul>\n\n<h4>1.2.00 - 2019-01-15</h4>\n\n<ul>\n<li>Feature: Pro version with a catalog</li>\n</ul>\n\n<h4>1.0.11 - 2019-01-10</h4>\n\n<ul>\n<li>Fix: Fixed some wordpress galleries related bug</li>\n</ul>\n\n<h4>1.0.10 - 2019-01-05</h4>\n\n<ul>\n<li>Fix: Fixed export category</li>\n</ul>\n\n<h4>1.0.09 - 2019-01-01</h4>\n\n<ul>\n<li>Change: Made global setting for consolidata addons or not</li>\n<li>Change: Updated some memory text in general settings</li>\n</ul>\n\n<h4>1.0.08 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed all notices related bugs</li>\n</ul>\n\n<h4>1.0.07 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed with default data types</li>\n</ul>\n\n<h4>1.0.06 - 2018-12-25</h4>\n\n<ul>\n<li>Fix: Fixed js includes consolidated</li>\n</ul>\n\n<h4>1.0.05 - 2018-12-20</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.04 - 2018-12-15</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.03 - 2018-12-10</h4>\n\n<ul>\n<li>Fix: Fixed empty category issues</li>\n</ul>\n\n<h4>1.0.02 - 2018-12-05</h4>\n\n<ul>\n<li>Fix: Fixed bug with some unit values in render output</li>\n</ul>\n\n<h4>1.0.00 - 2018-12-01</h4>\n\n<ul>\n<li>Release: First plugin release</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:7:\"1.5.106\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/72536.zip?is_premium=true&authorization=FSLA+14440533%3AeXndDVA52X-MC9rGHj3u6HxJ4lwmFm7LXdxSlHzfiUgMPv6uIyDXv9xXds0UOwK4tt0z_QAOTM-oQw19i-btihXA95LhVFgvnr4QXK494UQPrLxpBDOVNCmW1Y7KRmmeJZzKwQzqDl_Pbc4QCU4TovN9LbyNNX9jBddcxZYDTamxwy7r5PFXgBLTJ6PNfpT01k-6l-RrpoF3X9QWMkgpaMJCi07ZLL6frz2qFp4Ay_htLJ676DXjPVaSBNfHa-2j5rMt6sK5rKXF0S8pLMLZtg\";}}s:7:\"created\";i:1715583327;s:9:\"timestamp\";i:1715586927;}s:92:\"get:/v1/installs/14440533/updates/latest.json?is_premium=true&newer_than=1.5.106&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:7:\"1.5.107\";s:11:\"sdk_version\";s:5:\"2.6.2\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:3:\"6.5\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:32642;s:2:\"id\";s:5:\"72694\";s:7:\"created\";s:19:\"2024-05-16 13:52:31\";s:7:\"updated\";s:19:\"2024-05-17 06:53:29\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/72694.zip?is_premium=true&authorization=FSLA+14440533%3ANEJFUx4ew79Q1ty3CRHAr34yXy49XLpqKTWPfjTSa0jdU9MDd5j7m3eCHexD7wFLyMg2uAn2g8061T5JuQsASRXxhSOTvmDJLe5ieGzRaFmVNk0o4VgTmt3gcWTGCpPYMwvB13Hc99zetnpW6v-ghdhp75G7qibhU-r7Zk2wtbe8c1vW8dSrYYh3lljGndZviIYbiFZBJeIGYv4tqnNYfFsKcpuxVIjcy4F3dQGZSpoZxImusxj5sUgt0nUgGaj22QHpH8B4oa4bHfsVapMi1A\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:66:\"Unlimited Elements For Elementor (Free Widgets, Addons, Templates)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"tags\";O:8:\"stdClass\":6:{s:9:\"elementor\";s:9:\"elementor\";s:8:\"elements\";s:8:\"elements\";s:6:\"addons\";s:6:\"addons\";s:16:\"elementor addons\";s:16:\"elementor addons\";s:16:\"elementor widget\";s:16:\"elementor widget\";s:12:\"page builder\";s:12:\"page builder\";}s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";N;s:6:\"tested\";s:3:\"6.5\";s:10:\"stable_tag\";s:3:\"1.0\";s:8:\"sections\";O:8:\"stdClass\":4:{s:11:\"description\";s:7110:\"<p><strong>Elementor</strong> users, elevate your web design experience with <strong>Unlimited Elements for Elementor</strong>. An all in one plugin that instantly gives you the most advanced widgets and tools to make better Elementor websites faster. Take your WordPress website to the next level.</p>\n\n<p><a href=\"https://unlimited-elements.com/elementor-widgets/\">View Elementor Widgets Demos</a>\n<br>\nBrowse our extensive collection of free widgets or upgrade to our pro version for access to over 200 additional unique drag and drop widgets for <strong>Elementor</strong>. Each widget provides a wide range of options to easily control every aspect. If you can\'t find what you need, our <strong>Widget Creator</strong> Framework empowers you to create any widget you can imagine.</p>\n\n<h3>Plugin Features</h3>\n\n<ul>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Widget Library</strong></a> – Enhance the popular Elementor page builder with our user-friendly and innovative widget library. Simplify your website by finding everything you need in one place, without the need for multiple plugins.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/widget-creator/\"><strong>Widget Creator</strong></a> – Save valuable time by eliminating the need to search for numerous plugins and add-ons. Instead, create customized, professional widgets that perfectly align with your website requirements.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-templates/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/loop-builder-for-elementor/\"><strong>Loop Builder</strong></a> – Easily create dynamic Loop Items within the Elementor Theme Builder by utilizing any loop widget layout of your preference. Effortlessly populate the chosen widget with dynamic content to craft versatile and engaging Loop Items.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/background-widgets-for-elementor/\"><strong>Background Widgets</strong></a> – Elevate your web designs instantly with our user-friendly animated backgrounds available in our extensive widget library. Experience seamless integration and unleash your creativity like never before.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/post-widgets-filters-tools/\"><strong>Post Widgets & Filters</strong></a> – Easily create stunning post layouts with real-time filters. Improve the browsing experience for website visitors by helping them find the content they\'re looking for. Effortlessly display posts using advanced criteria on your entire website.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/woo/\"><strong>WooCommerce Widgets & Filters</strong></a> – Create stunning product layouts with dynamic real-time filters. Showcase your products and categories in a wide array of interactive formats, such as grids, carousels, sliders, and more.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/remote-control-widgets/\"><strong>Woo Widgets & Filters</strong></a> – Unleash your creativity with advanced and customizable layouts. Take full control of your designs and make them truly unique using the remote controls. Stand out from the crowd with layouts that are both eye-catching and distinctive.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/sync-widgets/\"><strong>Sync Between Widgets</strong></a> – Elevate your web designs to new heights by seamlessly synchronizing multiple item-based widgets. This powerful feature empowers you to effortlessly create intricate and personalized layouts, taking your designs to the next level of sophistication.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source-galleries/\"><strong>Multi-Source Galleries</strong></a> – Empower your gallery showcase by effortlessly featuring Woo products, WordPress posts, Instagram feeds, and a variety of other sources, including various API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/live-copy-paste/\"><strong>Live Copy Paste</strong></a> – Copy and paste fully designed sections from the Unlimited Elements website directly to your website, saving you time and ensuring you can finish your web project as soon as possible.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-menu-widget-for-elementor/\"><strong>Mega Menu Builder</strong></a> – Easily craft a distinctive Mega Menu for your website navigation by incorporating images, icons, links, and various Elementor widgets into unique menu layouts.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-slider-widget-for-elementor/\"><strong>Mega Slider Builder</strong></a> – Easily turn any Elementor sections into slider slides. Now you can amaze your website visitors with jaw-dropping slider designs that look amazing on any device.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source/\"><strong>Multi-Source Widgets</strong></a> – Add content dynamically to item-based widgets effortlessly with support for ACF repeaters, JSON/CSV files, Woo Products, WordPress posts, users, menus, and a range of API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/dynamic-post-popup-widget-for-elementor/\"><strong>Dynamic Popup Builder</strong></a> – Dynamically create a popup to add a quick view of the post without leaving the page. Use an Elementor single post template to create the layout of the dynamic popup.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/form-builder/\"><strong>Elementor Form Builder</strong></a> – Build advanced forms effortlessly using the drag-and-drop form builder. Whether it’s a simple or complex form, our straightforward form widgets make it quick and easy to create forms, improving your workflow.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/calculators/\"><strong>Calculator Builder</strong></a> – Easily design professional calculators for any type of industry. Whether you need a loan calculator, mortgage calculator or business calculator, our powerful and intuitive drag and drop builder makes it easy to create complex calculators with ease.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/filters/\"><strong>Elementor Filter Widgets</strong></a> – Unlock the potential of the AJAX-based faceted filter system, seamlessly empowering you to craft diverse layouts with ease. Take control by applying multiple filters, ensuring a super-fast and dynamic filtering experience tailored to your website needs.</p></li>\n</ul>\";s:12:\"installation\";s:521:\"<p>Note : This plugin works with Elementor. Make sure you have <a href=\"https://wordpress.org/plugins/elementor/\">Elementor</a> installed.</p>\n\n<ol>\n<li>Upload the plugin folder to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress</li>\n<li>Navigate to Unlimited Elements in the WordPress side menu and install the widget you want by hovering over it and clicking install.</li>\n</ol>\";s:3:\"faq\";s:4208:\"<h4>Can I use the plugin without Elementor?</h4>\n\n<p>No. You cannot use the plugin without Elementor since it\'s an addon for Elementor.</p>\n\n<h4>Does the plugin work with any theme?</h4>\n\n<p>Absolutely! The plugin will work with any theme where Elementor works.</p>\n\n<h4>What if I update to the Premium version after using the Free version?</h4>\n\n<p>Your existing elements/content will work with the premium version. So you won’t lose your any of your hard work.</p>\n\n<h4>Can I get a refund?</h4>\n\n<p>If you are not happy with your purchase at anytime just contact us and we will refund 100% of your money no questions asked.</p>\n\n<h4>Do you offer a renewals discount?</h4>\n\n<p>Yes, you get 25% discount for all annual plan automatic renewals. The renewal price will never be increased so long as the subscription is not cancelled.</p>\n\n<h4>How do I install and activate the \'Unlimited Elements for Elementor\' plugin on WordPress?</h4>\n\n<p>To install the \'Unlimited Elements\' plugin on your WordPress site, access your WordPress Dashboard and go to Plugins -> Add New. In the search box, enter \'Unlimited Elements.\' Locate the plugin in the search results and click on the \'Install Now\' button. Once the installation is finished, click on the \'Activate\' button, and \'Unlimited Elements for Elementor\' will be successfully activated on your WordPress site.</p>\n\n<h4>Do I need to know code to use Unlimited Elements?</h4>\n\n<p>No, you do not need to know code to leverage the widgets and other tools provided by the Unlimited Elements plugin. It is designed to be user-friendly, allowing you to enhance your Elementor experience without any coding expertise. However, for users familiar with code, the plugin offers the added advantage of a widget creator, enabling the creation of custom Elementor widgets for a more tailored and advanced design experience.</p>\n\n<h4>Is my site secure with Unlimited Elements?</h4>\n\n<p>Yes, Unlimited Elements is a secure plugin. The plugin is regularly updated to adhere to common security standards, ensuring a secure environment for your website.</p>\n\n<h4>What types of filters does Unlimited Elements provide?</h4>\n\n<p>Unlimited Elements offers a variety of filter types, including search filters, dropdowns, tabs filters, checkboxes filters, and WooCommerce-related filters, providing a diverse range of options for dynamic and versatile website filtering.</p>\n\n<h4>Are the filters compatible with any post type or WooCommerce products?</h4>\n\n<p>Yes, all the filters provided by Unlimited Elements are live Ajax filters, ensuring dynamic and seamless filtering experiences. They are compatible with any post type, including custom post types, and WooCommerce products, offering versatile functionality for a wide range of content on your website. Utilize specific WooCommerce filters to enhance the shopping experience for your customers, such as the price range slider filter and color swatches filter for products with different colors.</p>\n\n<h4>Can I use Unlimited Elements to display custom post types in my widgets?</h4>\n\n<p>Yes, Unlimited Elements supports showcasing custom post types with advanced query selection and seamless connection to any filter from the UE library. This allows for tailored and dynamic content presentation on your website using the plugin\'s versatile features.</p>\n\n<h4>What are multi-source widgets in Unlimited Elements?</h4>\n\n<p>Multi-source widgets in Unlimited Elements enable the population of item-based widgets with various dynamic source types. These widgets can be populated using sources like ACF repeater fields, WooCommerce products, custom post types, Instagram feeds, and various API integrations. This versatility allows for the seamless integration of diverse content into widgets, enhancing the flexibility and functionality of your website elements.</p>\n\n<h4>Should I use Remote Control Widgets or the Sync Widgets function in Unlimited Elements?</h4>\n\n<p>The choice depends on your design preferences. If you want complete control, go for Remote Control Widgets. For synchronized layouts, choose Sync Widgets. They can also be used together for even more powerful customization options in Unlimited Elements.</p>\";s:9:\"changelog\";s:141024:\"<p>version 1.5.107: 2024-05-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added elementor dynamic options to api integrations</li>\n<li>Feature - added option to get images from current product variations for the dynamic gallery.</li>\n<li>Feature - added preperation for the enhanced ajax search</li>\n<li>Fix - fixed weird elementor no products on cart page bug</li>\n<li>Fix - fixed bug with faq schema output</li>\n<li>Fix - fixed general settings show items at start</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Event List (Pro) - Added \"Remove All Upcoming Events Except Next One\" functionality, facilitating the removal of all upcoming events except for the next scheduled event for streamlined event management.</li>\n<li>Feature: Animated Icon Box (Pro) - Added Description Opacity option to customize the opacity level of descriptions for enhanced visual aesthetics and readability.</li>\n<li>Feature: Underline Animated Button (Free) - Added Animation Move Amount option, enabling users to customize the amount of movement in animations for enhanced visual effects.</li>\n<li>Feature: Remote Tabs (Pro) - Added Item Min Height option for better customization; users can now set a minimum height for items displayed.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added the \"Show Load More Button Icon\" option to enhance interface; users can now customize the icon displayed for the load more button.</li>\n<li>Feature: Mega Menu (Pro) - Added a new functionality enabling \"Expand / Collapse Visible On\" option, allowing expansion or collapse of visibility based on specific criteria.</li>\n<li>Feature: Side Menu (Pro) - Added Menu Padding option. This new feature allows to add padding to the container of the Menu items.</li>\n<li>Feature: Woo Product Grid (Pro) - Made Content Padding, Category Label Spacing, and Title Spacing options responsive for improved adaptability across various screen sizes and devices.</li>\n<li>Feature: Icon Image Content Box (Free) - Implemented functionality to link Icon and Title to the same destination as the Image.</li>\n<li>Feature: Hotspots (Pro) - Implemented styling options for images. This new functionality allows users to customize the appearance of images within the widget, including options for adjusting borders, shadows, and other visual attributes.</li>\n<li>Feature: Team Member Grid (Pro) - Implemented \'Text Placement\' option. This new functionality allows users to customize the placement of text within the widget, providing greater control over the layout and design.</li>\n<li>Fix: Post Ticker (Free) - Fixed widgets behaviour for RTL websites.</li>\n<li>Fix: Post Timeline (Pro) - Resolved category name spelling issue in some cases. This fix ensures that category names are spelled correctly throughout the widget, improving accuracy and consistency in the display of category information.</li>\n<li>Fix: Team Member Grid (Pro) - Optimized HTML code of the widget. This optimization improves the efficiency and performance of the widgets by reducing unnecessary code and streamlining the structure for faster loading and rendering.</li>\n<li>Fix: Number Field (Pro) - Resolved issue when Min - Max range were violated and no error were shown.</li>\n<li>Fix: Dropdown Button (Pro) - Optimized widget\'s JS code. This fix ensures that widget works properly on mobile devices as well as on desktop.</li>\n<li>Fix: Expanding Content Cards (Pro) - Addressed CSS filter issue where it was displaying incorrectly on mobile devices, ensuring proper rendering and display consistency across all devices.</li>\n<li>Fix: Post Grid (Pro) - Fixed issue where Typography option was not functioning as expected, ensuring proper functionality and usability.</li>\n<li>Fix: Justified Image Carousel (Pro) - Fixed issue where width of images was incorrectly set in certain cases, ensuring proper display and functionality across all scenarios.</li>\n<li>Fix: Layers (Pro) - Resolved issue with the \"Item Shadow\" option. This fix ensures that the item shadow is applied correctly within the widget.</li>\n</ul>\n\n<p>version 1.5.106: 2024-05-12</p>\n\n<ul>\n<li>Fix - fixed some main/child roles checkbox filter issues</li>\n<li>Fix - fixed some bug with widget posts debug not showed full info</li>\n<li>Fix - fixed dissapearing gallery titles since last version.</li>\n</ul>\n\n<p>version 1.5.105: 2024-05-05</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Fix: fixed some filters and request related issue</li>\n<li>Fix: fixed specific post and terms select</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Mute Video\' option. This new functionality allows users to start videos muted within the widget, providing greater control over the audio playback and enhancing the user experience.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Checkboxes Filter (Pro) - Introduced \'Accordion as Dropdown\' option, allowing users to open the accordion as a dropdown when the layout is set to \'Accordion\', preventing layout shifting and improving user experience.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Event List (Pro) - Introduced \'Show End Time\' option, enabling users to show or hide the event end time for enhanced flexibility and customization.</li>\n<li>Feature: Animated Icon Box (Pro) - Introduced styling options for Icon and Divider, providing users with more customization choices for improved visual design.</li>\n<li>Feature: Taxonomy Terms (Pro) - Implemented styling options for 1st and 2nd level of Child Term Elements. This new functionality allows users to customize the appearance of Child Term Elements at different hierarchical levels, providing greater design flexibility and control.</li>\n<li>Feature: Content Carousel (Pro) - Implemented \'Image Border Radius\' option. This new functionality allows users to specify the border radius for images within the widget, enabling them to create rounded or custom-shaped images for a more visually appealing design.</li>\n<li>Feature: Coverflow Carousel (Pro) - Implemented \'Custom Navigation Arrows\' option. This new functionality allows users to customize the navigation arrows used within the widget, enabling them to use custom-designed arrows for a more personalized look and feel.</li>\n<li>Feature: One Page Scroll Navigation (Pro) - Enhanced widget flexibility to support other sections apart from the one with the tag <section>. This improvement expands compatibility with different section types, providing users with more options for integrating the widget into their website layouts.</li>\n<li>Change: Animated Icon Box (Pro) - Replaced old font edit option with new typography and color options for enhanced customization and design control.</li>\n<li>Change: Call To Action Button (Free) - Moved ripple \'Transition Timing\' from Button Icon to Button Icon tab and renamed it to \'Ripple Timing\' for improved organization and clarity.</li>\n</ul>\n\n<p>version 1.5.104: 2024-04-24</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added support for unselect items in sync functionality</li>\n<li>Feature: added feature - sort terms by parent -> children, and levels number class</li>\n<li>Fix: fixed some load more issue with dynamic template loop and post lists inside</li>\n<li>Fix: fixed woo category image not fetched bug</li>\n<li>Fix: fixed some cases of sticky elementor elements with filters</li>\n<li>Fix: fixed remote connection with single background parent and remote widget</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Neon Line Width\' option. This new functionality allows users to adjust the width of the neon line effect within the widget, providing finer control over its appearance and visual impact.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Shadow\' option. This new functionality allows users to add a shadow effect to buttons within the widget, enhancing their visual appearance and depth.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Background Color\' option. This new functionality allows users to customize the background color of buttons within the widget, enhancing visual design and customization possibilities.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Fix: Loop Carousel (Pro) - Corrected spelling mistakes and improved naming conventions, enhancing clarity and consistency.</li>\n<li>Fix: Flip Box (Free) - Resolved issue where links were not firing for the first click on the back of the Flip Box. This fix ensures that links behave as expected, allowing them to be clicked and activated reliably.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue where Content Tabs widget couldn\'t work with Icon Tabs widget on the same page. This fix ensures that both widgets can coexist and function properly together, allowing for seamless integration and improved user experience.</li>\n<li>Fix: Checkboxes Filter (Pro) - Enhanced Accordion Layout option for the Checkboxes Widget to improve script communication. This improvement optimizes the interaction between scripts, resulting in smoother operation and better performance of the widget.</li>\n<li>Fix: Loop Grid (Pro) - Implemented additional Masonry layout check to avoid items overlapping over each other. This enhancement ensures that items are properly positioned and do not overlap, maintaining a clean and organized layout within the widget.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Resolved issue where popups allowed opening links in new tabs while opening the popup. This fix ensures that links within popups behave consistently and do not inadvertently open in new tabs, providing a smoother user experience.</li>\n<li>Fix: Post Slider (Pro) - Addressed issue where post title typography settings were not applied, ensuring proper functionality and appearance.</li>\n<li>Fix: Flip Box (Free) - Corrected a typography mistake in options.</li>\n<li>Fix: Content Slider (Pro) - Resolved conflict caused between Elementor\'s Motion Effects and the widget due to the same animation library (animate.css), resolving CSS class conflict for smoother animation and functionality.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with Opening Item when Clickable Parent option is enabled.</li>\n<li>Fix: Side Menu (Pro) - Resolved issue where some icons were being reverted. This fix ensures that all icons remain consistent and do not revert unexpectedly.</li>\n<li>Fix: Rhombus Grid (Pro) - Increased CSS priority for \'Item Background Color Override\' option. This adjustment ensures that the specified background color takes precedence over other styles, providing consistent and reliable appearance for the widget items.</li>\n</ul>\n\n<p>version 1.5.103: 2024-04-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to add additional url attributes to post links</li>\n<li>Feature: improved woo category thumbnail image gether</li>\n<li>Feature: added option to unite gallery - strip_speed</li>\n<li>Fix: fixed some widgets editor enable visibility bug</li>\n<li>Fix: fixed entrance animation run if inside a viewport window</li>\n<li>Fix: fixed some security issues - escaping some fields output</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Dots\' option. This new functionality allows users to toggle the visibility of dots within the widget, providing greater control over navigation indicators.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Custom Icon\' option. This new functionality allows users to customize the appearance of checkboxes by providing custom icons, enhancing the visual presentation of checkboxes within the widget.</li>\n<li>Feature: Video Playlist (Pro) - Implemented \'Strip Navigation Speed\' option. This new functionality allows users to adjust the speed of navigation within the strip, providing finer control over the scrolling behavior.</li>\n<li>Feature: Expanding Content Cards (Pro) - Implemented \'Background Image Align\' option. This new functionality allows users to specify the alignment of the background image, providing greater control over its positioning within the element.</li>\n<li>Feature: Post Magazine Grid (Pro) - Implemented \'Meta Date Date Format\' option. This new functionality allows users to specify the date format for meta date display, providing customization options for date presentation.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Show Item Title in Lightbox\' option. This new functionality allows users to toggle the display of item titles within the lightbox, providing control over the visibility of titles for a better user experience.</li>\n<li>Feature: Search Filter (Pro) - Implemented \'Custom Links Ending\' option. This new functionality allows users to change links in the connected grid to highlight the search phrase.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Post Pagination (Free) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Content Switcher (Pro) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab Content Switcher for a smoother and more seamless user experience.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Show Field Name In Empty Field Error Message\' option. This new functionality allows users to include the field name in the empty field error message, providing clearer feedback to users when a required field is left blank.</li>\n<li>Feature: Side Menu (Pro) - Implemented \'Templates Width\' and \'Templates Horizontal Align\' options.</li>\n<li>Change: Unlimited Grid (Pro) - Changed \'Title Spacing\' option to \'Title Margin\'. This change allows users to add margin in all directions to the title, providing more granular control over its positioning within the widget.</li>\n<li>Fix: Content Box Hover Text Reveal (Free) - Resolved issue where Overlay Opacity option wasn\'t working on mobile devices. This fix ensures that the Overlay Opacity option functions correctly across all devices, providing consistent behavior and appearance.</li>\n<li>Fix: Multi Step Form (Pro) - Fixed Multi Step Error Message not showing when empty and required field was present on active step.</li>\n<li>Fix: Submit Button (Free) - Fixed Submit Button verification issue when fields with 0 value were parsed as empty.</li>\n<li>Fix: Slider Field (Pro) - Resolved issue where border radius for focus state differed from regular state. This fix ensures that the border radius remains consistent across different states.</li>\n<li>Fix: Icon Bullets (Free) - Fixed issue related to Hover Colors not being revealed after item hover.</li>\n<li>Fix: Team Member Sliding Effect (Pro) - Resolved issue related to global colors usage. This fix ensures that global colors are properly utilized throughout the widget, maintaining consistency and accuracy in color rendering.</li>\n<li>Fix: Post Magazine Grid (Pro) - Optimized widget HTML. This optimization improves the efficiency and performance of the widget by streamlining the HTML structure and reducing unnecessary code.</li>\n<li>Fix: Form Fields Widgets: Resolved vulnerability where scripts could be injected under certain widget attributes. This fix ensures that scripts are properly sanitized and prevented from being inserted into widget attributes, mitigating potential security risks.</li>\n</ul>\n\n<p>version 1.5.101: 2024-04-03</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added \"date time\" attribute to items attributes list</li>\n<li>Feature - made some integration for \"relevanssi\" plugin</li>\n<li>Feature - added woo rating stars to multisource fields</li>\n<li>Feature - added visual text that showing the form fields conditions</li>\n<li>Fix - fixed filters mode init mode</li>\n<li>Fix - fixed various filters related bugs</li>\n<li>Fix - fixed ucpage parameter fetch for pagination in archive page</li>\n<li>Fix - fixed gallery from meta field item source texts </li>\n<li>Fix - fixed some number field processing</li>\n<li>Fix - fixed multisep form with template submit</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Set First Item Selected\' option. This new functionality allows users to automatically select the first item in the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented \'Open Current Submenu On Page Load\' option. This new functionality allows users to automatically expand the current submenu on page load, providing immediate access to relevant content.</li>\n<li>Feature: Background Slider (Pro) - Introduced \'Add SEO Tags\' option, allowing users to include alt and title attributes for images for improved search engine optimization of the widget content.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Message Box After Send\" option, allowing automatic closure of the message box after clicking the send button for improved user experience and convenience.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Button After Click\" option, enabling automatic closure of the buttons after clicking any button, eliminating the need for manual closure for enhanced user convenience and interaction.</li>\n<li>Feature: Content Grid (Pro) - Implemented \'Description\' option. This new functionality allows users to add a description to the widget, providing additional context or instructions.</li>\n<li>Feature: SVG Animation (Free) - Optimized widget for Elementor Popup compatibility. This update ensures seamless integration and improved performance when using the widget within Elementor Popups.</li>\n<li>Feature: Animated Ripples (Pro) - Introduced \'Ripple Scale\' option, enabling users to control the size of the ripples for enhanced visual customization and effect.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Item Trigger type\' for Segment Layout type. This new functionality allows segments to be opened by hovering on them, providing users with an alternative interaction method.</li>\n<li>Feature: Line Text Divider (Free) - Added styling options including Line Thickness, Line Border Radius, Line Shadow, Text Typography, Background Color, Padding, Border, Border Radius, and Box Shadow for enhanced customization. Additionally, existing styling options have been improved for better optimization and user experience.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Grow Effect on Thumb Hover option. This new functionality allows users to enable the grow effect on thumbnail hover.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Hide Default Arrows option. This new functionality allows users to hide default arrows, providing enhanced customization of the widget\'s appearance and behavior.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Show Time Ago\' option. This new functionality allows users to display the time elapsed since a publish event, providing context and improving user engagement.</li>\n<li>Feature: Dropdown Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Empty Field Error Text\' option. This new functionality allows users to customize the error message displayed when a required field is left empty.</li>\n<li>Feature: Icon Bullets (Free) - Implemented \'Title Color Hover\' and \'Text Color Hover\' options. These new functionalities allow users to customize the color of titles and text when hovered over, providing enhanced interactivity and visual feedback.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Font Family\' option for Label X Axis and Y Axis. This new functionality allows users to customize the font family for labels displayed on the X and Y axes, providing enhanced typography control.</li>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Arrows\' option and updated Arrows styling options. This new functionality allows users to control the visibility of arrows and customize their styling, providing more flexibility in widget design and navigation.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Empty Message\' option. This new functionality allows users to display a custom message when no posts are found, providing better user feedback and enhancing the user experience.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Change: Checkboxes Filter (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.</li>\n<li>Change: Post Carousel (Pro) - Added \'alt\' and \'title\' attributes to the image for improved SEO optimization and accessibility.</li>\n<li>Change: Flip Box Carousel (Pro) - Changed some selectors in CSS to avoid empty items appearing on live page.</li>\n<li>Change: Underline Animated Button (Free) - Changed <section> tag to </li>\n</ul>\n\n<p><</p>\n\n<p>div>. This update improves the semantic structure of the widget, ensuring better compatibility with various screen readers and accessibility standards.\n* Change: Unlimited Charts (Pro) - Updated the animation option to trigger animation when the chart comes into view instead of upon initial load, improving user experience and visual appeal.\n* Change: Submit Button (Free) - Changed the position of Empty Field Errors to be grouped after the submit button. This update enhances the layout and organization of error messages, providing users with a clearer indication of missing information before submission.\n* Change: Post Blocks (Free) - Changed CSS selector for Typography option for better accessibility. This update improves the accessibility of the Typography option by using a more descriptive and accessible CSS selector.\n* Change: List Marquee (Pro) - Increased speed limit to 1000. This update enhances the speed capabilities of the widget, allowing for faster performance and smoother animations.\n* Change: Checkbox Field (Pro) - Increased accessibility by adding IDs to input elements and \"for\" attributes to label elements. This update improves accessibility by associating labels with their corresponding form controls, making it easier for screen readers and other assistive technologies to interpret and navigate the form.\n* Change: Masonry Gallery (Pro) - Implemented \'Autoplay Video In Lightbox\' option. This new functionality allows users to enable autoplay for videos displayed within the lightbox, providing a more dynamic and engaging viewing experience.\n* Change: WhatsApp Chat (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.\n* Fix: Number Field (Pro) - Implemented CSS protection from the max-width CSS property. This new functionality safeguards against unintended styling conflicts or overrides caused by the max-width property.\n* Fix: Fullscreen Menu (Free) - Addressed issue where the fullscreen menu was not displayed correctly in Safari browser.\n* Fix: Image Scroll (Pro) - Resolved 404 error appearing every time Overlay element was added on the page. This fix ensures that the Overlay element is loaded correctly without triggering a 404 error.</p>\n\n<p>version 1.5.100: 2024-03-17</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to connect the filters to some specific grid group</li>\n<li>Fix: fixed js run for background output not always happend</li>\n<li>Fix: filters was shown only related to grid taxonomies after changing to \"all\" </li>\n<li>Fix: returned some tiles gallery images that was missing</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: List (Free) - Implemented \'Open Link in New Tab\' option. This new functionality allows users to specify whether links should open in a new tab, providing flexibility in link behavior.</li>\n<li>Feature: Compact Gallery (Free) - Implemented \'Hide Thumbnail Panel Under Width\' option. This new functionality allows users to hide the thumbnail panel when the viewport width is below a specified threshold, optimizing the display for smaller screens.</li>\n<li>Feature: Select Dropdown Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Checkboxes Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Tabs Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Added \'Image Horizontal Shift\' option, allowing users to adjust the horizontal position of the image for enhanced customization and layout control.</li>\n</ul>\n\n<p>version 1.5.99: 2024-03-11</p>\n\n<ul>\n<li>Fix - updated multisource image fields</li>\n<li>Fix - fixed some small php bug with strtobool function</li>\n</ul>\n\n<p>version 1.5.98: 2024-03-05</p>\n\n<ul>\n<li>Fix Some small gutenberg related bug fix</li>\n</ul>\n\n<p>version 1.5.97: 2024-03-04</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Fix: allow showing authors name translated</li>\n<li>Change: updated font awesome version to 6</li>\n<li>Fix: done some link attribute security fix</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Accordion Menu (Pro) - Implemented \'Active State Color\' options for Sub Menu items. This new functionality allows users to customize the color of sub-menu items when they are in the active state, providing enhanced visual feedback.</li>\n<li>Feature: Content Slider (Pro) - Made \'Slide Margin\' option available for Full Slider Type and Offset Slider Type. This update expands the usability of the margin customization, allowing users to set margins between slides in both Full Slider and Offset Slider configurations.</li>\n<li>Feature: Icon Tabs (Pro) - Made \'Start Collapsed\' option responsive. This update ensures that the \'Start Collapsed\' behavior adjusts responsively, providing a consistent and user-friendly experience across various devices and screen sizes.</li>\n<li>Feature: Post Accordion (Free) - Introduced \'Expand All Accordion\' functionality, enabling users to expand all accordion items with a single click for improved content accessibility.</li>\n<li>Feature: Fullscreen Menu (Free) - Introduced option to customize the thickness of the animated hamburger icon bars, providing users with greater control over the visual appearance of the icon.</li>\n<li>Change: Coverflow Carousel (Pro) - Updated \'Button Link\' option: if empty, no link will be applied. This modification ensures that if the \'Button Link\' option is left empty, no link will be associated with the button within the widget.</li>\n<li>Fix: Product Carousel (Pro) - Optimized widget HTML code. This update enhances performance and efficiency by streamlining the HTML structure of the widget.</li>\n<li>Fix: Content Tabs (Free) - Improved widget interaction within an Elementor\'s popup. This update ensures a more seamless and optimized experience when utilizing the widget within a popup setting.</li>\n</ul>\n\n<p>version 1.5.96: 2024-02-26</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Feature: added option for time_ago_short in timelines that will show shorter version of minutes and hours text</li>\n<li>Feature: added defaults for weather widget</li>\n<li>Fix: fixed hourly weather fields</li>\n<li>Fix: fixed the import with images functionality</li>\n<li>Fix: set default timeout to remote requests</li>\n<li>Fix: fixed the image duplicate when importing templates</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Side Menu (Pro) - Implemented \'Menu Padding\' option. This new functionality allows users to set padding for the menu, providing control over the spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced a new value for \'Meta Data Position\' option called \'Before Title\'. This new functionality allows users to position meta data before the title, providing additional flexibility in content layout.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Stage Padding\' option. This new functionality allows users to set stage padding, displaying a part of the previous and next carousel items for a more visually appealing and dynamic presentation.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Selected Item Number\' option. This new functionality allows users to select a specific item by default, enhancing user experience by highlighting a predetermined item upon initialization.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option to display the image on the opposite side of the content for enhanced layout flexibility and customization.</li>\n<li>Feature: Thumbnail Slider (Pro) - Introduced \'Multi Source\' option, enabling users to select gallery items from various sources for enhanced flexibility and content integration.</li>\n<li>Feature: Timer Countdown Banner (Pro) - Added \'Direction\' option to support RTL (Right-to-Left) layout websites.</li>\n<li>Feature: Post Horizontal Timeline (Pro) - Introduced Background Color and Icon Color options for Navigation Arrows in disabled mode. This new functionality allows users to customize the appearance of navigation arrows when they are disabled, providing enhanced visual control.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Time Ago Type\' option. This new functionality allows users to choose the type of time ago representation, providing flexibility in how time is displayed within the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Text Custom Field\' option. This new functionality allows users to add a custom field under the main Posts Text, providing additional customization for displaying content.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Link Type\' option for all link elements in the widget. This new functionality allows users to choose the type of link for various elements within the widget, enhancing control over linking behavior.</li>\n<li>Feature: Remote Link (Pro) - Introduced active state for the link. This new functionality allows users to customize the appearance of the link when it is in an active state, providing enhanced visual feedback.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Implemented \'Hide Vertical Scrollbar in Popup\' option. This new functionality allows users to hide the vertical scrollbar within the popup, providing a cleaner and more focused appearance.</li>\n<li>Feature: Icon Carousel (Pro) - Introduced \'Autoplay Pause on Hover\' option, allowing users to pause autoplay functionality when hovering over the carousel for improved control and interaction.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Introduced Entrance Animation functionality for the popup. This new feature allows users to apply entrance animations, enhancing the visual appeal and engagement when the popup appears.</li>\n<li>Feature: Unlimited Timeline (Free) - Implemented \'Content Box Link\' option. This new functionality allows users to link the entire content box, providing a convenient way to associate a link with the entire widget item.</li>\n<li>Feature: Text Field (Free) - Added \'Read Only\' option, allowing users to set the field as read-only for preventing user input while retaining visibility of the text.</li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Radar Range\' option for Radar chart, allowing users to set the minimum range value for improved data visualization.</li>\n<li>Feature: Testimonial Carousel (Pro) - Added \'Rating\' field to the Source option. This new functionality allows users to incorporate a rating field as a source for the widget, expanding the available data sources for enhanced content display.</li>\n<li>Feature: Multi Step Form (Pro) - Introduced \'Direction\' option. This new functionality is useful for RTL (Right-to-Left) websites, allowing users to set the direction of the widget layout accordingly.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option for users to customize the text of each item\'s button, providing greater flexibility.</li>\n<li>Feature: Post List (Free) - Implemented \'Space Between Categories\' option. This new functionality allows users to set spacing between categories, providing control over the layout and visual presentation of category elements.</li>\n<li>Feature: Memory Game (Pro) - Introduced \'Add Completion Time to Form Field\' option, enabling users to automatically append the time taken to complete the memory game to a designated form field.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Add Link For The Whole Item\' option. This new functionality allows users to add a link to the entire widget item, enhancing the interactive capabilities and providing a clickable area for the entire item.</li>\n<li>Feature: Post Carousel (Pro) - Implemented \'Text Padding\' and \'Title Padding\' options. This new functionality allows users to set padding for text and title elements, providing enhanced control over spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced \'Date Modified\' options. This new functionality allows users to display the date when a post was last modified, providing additional information and transparency in content presentation.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Introduced options to customize Maps Controls icons\' color and background color. This new functionality allows users to personalize the appearance of map controls, enhancing visual customization.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Disable Map Interaction On Mobile\' option. This new functionality allows users to disable map interaction specifically on mobile devices, providing control over the user experience on smaller screens.</li>\n<li>Change: Content Tabs (Free) - Modified behavior of \'Start Collapsed\' option when used with \'Set Hash\'. If the URL has a hash, the first opened tab will be determined by the hash, providing a more dynamic and user-friendly experience.</li>\n<li>Change: Dropdown Button (Pro) - Removed Text Decoration CSS property from dropdown items. This update enhances the visual presentation by eliminating unnecessary text decoration.</li>\n<li>Change: Woo Mini Cart (Pro) - Added separate border options for \'View Cart\' and \'Checkout\' buttons, providing users with more customization flexibility for button styling.</li>\n<li>Change: Swipe Carousel (Pro) - Modified \'Enable Link\' option. Now, the entire item serves as a link, providing a more intuitive and consistent approach to linking within the widget.</li>\n<li>Fix: Submit Button (Free) - Corrected default values in email 2 that were leading to validation errors.</li>\n<li>Fix: Post Carousel Lite (Free) - Addressed issue where the carousel was not displaying on mobile devices.</li>\n<li>Fix: Icon Tabs (Pro) - Resolved issue with the \'Start Collapsed\' option. The fix ensures that the \'Start Collapsed\' option now functions correctly, delivering the intended collapsed behavior upon initialization.</li>\n<li>Fix: Post Grid (Pro) - Optimized widget item HTML code. This update enhances performance and efficiency by streamlining the HTML structure of widget items.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized item HTML code. This update improves performance and efficiency by refining the HTML structure of individual items within the widget.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized CSS code. This update improves performance and reduces the overall footprint of the stylesheet, enhancing efficiency and loading times.</li>\n<li>Fix: Remote Link (Pro) - Resolved issue where the Text Shadow option was erroneously interpreted as Box Shadow. The fix ensures that the Text Shadow option now functions correctly, providing the intended text shadow effect.</li>\n<li>Fix: Scroll Sequence (Pro) - Revised and improved descriptions of the widget fields for better clarity.</li>\n<li>Fix: Post Magazine Grid (Pro) - Added \'raw\' tag to category names to fix the display issue where the \'&\' symbol in category names was not displaying correctly.</li>\n<li>Fix: Before After (Pro) - Improved widget interaction with Elementor\'s Popups. This update ensures seamless integration and optimal performance when using the widget within Elementor\'s Popup functionality.</li>\n<li>Fix: Grid Gallery (Pro) - Resolved an issue where the widget was not extending to full width within Elementor Container.</li>\n<li>Fix: Particle Image (Pro) - Added protection from lazy load. This update ensures compatibility and proper functionality, mitigating potential issues related to lazy loading on various platforms.</li>\n</ul>\n\n<p>version 1.5.95: 2024-02-12:</p>\n\n<ul>\n<li>Feature: Ensure that the blog displayed on the \"Home\" page of the plugin is always up-to-date.</li>\n<li>Feature: Implemented support for tags in the widget catalog.</li>\n<li>Feature: Added an option for galleries to play videos in muted mode.</li>\n<li>Feature: Integrated weather forecast data preparation for the widget.</li>\n<li>Fix: Addressed some minor potential security risks associated with the import templates functionality.</li>\n<li>Fix: Rectified email validation for Form Email2.</li>\n<li>Fix: Resolved some issues with the price range filter.</li>\n<li>Fix: fixed the problem where dynamic template styles disappeared after updating Elementor Pro.</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Image Zoom Content Box (Free) - Implemented \'Title Tag\' option. This new functionality allows users to specify the HTML tag for titles within the widget, providing flexibility and control over the semantic structure of the content.</li>\n<li>Feature: Post Accordion (Free) - Implemented \'Disable Link in Image\' option. This new functionality allows users to disable the link associated with an image, providing more control over the interactive behavior of images within the widget.</li>\n<li>Feature: Slider Gallery (Free) - Implemented \'Mute Video\' option. This new functionality allows to play videos muted by default. Volume can be adjusted in video players on live page.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Item Bar Width\' option. This new functionality allows users to customize the width of individual bars, providing greater control over the visual representation of items.</li>\n<li>Feature: Remote Item Navigation (Pro) - Introduced \'Border Override Color\' options for Regular and Active states. This new functionality allows users to customize border colors separately for both Regular and Active states, enhancing visual styling in the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Title Min Height\' option. This new functionality allows users to set a minimum height for the title, offering more control over the visual presentation and consistency in the widget.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Show Link\' option. This new functionality enables users to show or hide links and customize their styling within the widget, offering more control over the interactive elements.</li>\n<li>Feature: Counter (Free) - Implemented \'Add Link To Widget Container\' option. This new functionality allows users to include a link, enhancing the interactive capabilities of the element by enabling navigation to another page or resource.</li>\n<li>Feature: Icon Box Accordion (Pro) - Introduced \'Icon + Text\' option for Graphic Element. This new value expands customization by allowing users to display both an icon and text within the Graphic Element for richer visual representation.</li>\n<li>Feature: Before After (Pro) - Added support for the widget inside Elementor\'s Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to utilize the widget effectively within Elementor\'s Tabs.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Hide Inactive Arrow\' option. This new functionality allows users to hide inactive arrows, providing a cleaner and more focused appearance in the widget interface.</li>\n<li>Feature: Layers (Pro) - Added shadow for icon type layers.</li>\n<li>Feature: Icon Pointer Button (Pro) - Introduced \'Direction\' option. This new functionality allows users to specify the direction for RTL (Right-to-Left) or LTR (Left-to-Right) websites, ensuring proper layout alignment based on language direction.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Auto Height\' option. This new functionality adjusts the height of the slider dynamically based on the height of the current slide, providing a more adaptive and seamless user experience.</li>\n<li>Feature: Justified Image Carousel (Pro) - Option to fix the broken layout (resulting in a duplicate carousel) caused by delayed image loading, this solution verifies that the images are loaded before initializing the carousel.</li>\n<li>Feature: Remote Tabs (Pro) - Introduced styling options for Border Radius, Border, and Shadow for the image of the active tab.</li>\n<li>Feature: Layers (Pro) - Added background color, padding and radius for text fields.</li>\n<li>Feature: WhatsApp Chat (Pro) - z-index option for Popup, allowing users to customize the stacking order of the Popup for better control over its visibility in relation to other elements.</li>\n<li>Feature: WhatsApp Chat (Pro) - Introduced option to customize the Popup Title, along with styling options for enhanced visual control and personalization.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced \'Additional Title\' options. This new functionality expands customization by providing additional settings for titles, allowing users to further enhance the visual presentation of titles within the widget.</li>\n<li>Feature: Content Grid (Pro) - Introduced \'Image Scale\' option. This new functionality allows users to scale the images, providing enhanced control over the visual presentation within the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented feature - automatically opens menu item if it matches the current page URL.</li>\n<li>Feature: Post Grid (Pro) - Added Option to show post tags, providing users with the ability to showcase tags associated with each post.</li>\n<li>Feature: Post Magazine Grid (Pro) - Introduced \'Image Scale\' and \'CSS Filters\' options along with the hover transition duration for enhanced image customization.</li>\n<li>Feature: Card Carousel (Free) - Implemented \'Image Position\' option. This new functionality allows users to customize the position of image within the widget, providing enhanced control over the visual layout.</li>\n<li>Feature: Layers (Pro) - Added mouse parallax effect, adds a captivating and interactive dimension to the user interface.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced additional styling options. This new set of functionalities allows users to further customize and refine the visual appearance of the widget, providing enhanced styling possibilities.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Close Transition Speed\' option. This new functionality enables users to set the speed of close animations for the dropdown, enhancing visual transitions and customization.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added \'Image Position\' option, allowing users to customize the position of the image above or below the content for enhanced layout flexibility.</li>\n<li>Feature: Layers (Pro) - Implemented motion effects—now elements can bounce up and down and move left to right for a livelier interface.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Center Info Window\' option. This new functionality allows users to center the info window on the map, providing enhanced visibility and focus on the selected location.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Close After Outside Info Window Click\' option. This new functionality allows users to close the info window after clicking outside of it on the map, enhancing user interaction and control.</li>\n<li>Feature: Layers (Pro) - Implemented responsive settings for individual layers, allowing users to toggle each layer on or off based on the specific device requirements.</li>\n<li>Feature: Image Accordion (Pro) - Added \'Title HTML Tag\' option, providing users with better SEO control by allowing customization of HTML tags for widget titles.</li>\n<li>Feature: Content Tabs (Free) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab content for a smoother and more seamless user experience.</li>\n<li>Feature: Event List (Pro) - Implemented \'Remove Expired Event Item\' option. This new functionality allows users to automatically remove event items that have expired, streamlining content management within the widget.</li>\n<li>Feature: Post Grid (Pro) - Added typography option for post tags, allowing users to customize the font style, size, and other typographic attributes.</li>\n<li>Feature: Event List (Pro) - Implemented \'Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the button, providing enhanced control over the layout within the widget.</li>\n<li>Feature: vCard (Pro) - Introduced option to include social media links in downloadable VCF contact file, enhancing contact information with additional social network profiles for improved connectivity.</li>\n<li>Change: Toggle Text Button (Free) - Upgraded textarea to full functionality editor, providing users with enhanced editing capabilities.</li>\n<li>Change: vCard (Pro) - Updated vCard JavaScript library to the latest version, ensuring compatibility with current standards and latest feature availability.</li>\n<li>Fix: Woo Product List (Free) - Introduced \'Layout Type\' option. This new functionality allows users to set the layout as either column or row, providing flexibility in organizing and displaying content within the widget.</li>\n<li>Fix: vCard (Pro) - Resolved issue where QR code was not scanning on some apps.</li>\n<li>Fix: Hotspots (Pro) - Rebuilt JavaScript code for better interaction. Removed unnecessary code to optimize performance and streamline functionality.</li>\n<li>Fix: Sideways Vertical Text (Pro) - Text layout shifting issue on Safari browser.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue with scrolling to the top of the page after tab click. The fix ensures that tab clicks no longer trigger unintended scrolling to the top, providing a smoother user experience.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the vertical scrollbar appearing on hover.</li>\n<li>Fix: Testimonial Carousel (Pro) - The issue where styling attributes (size and color) for SVG icons were not taking effect.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue in Content Tabs when Before After widget couldn\'t function inside tabs. The fix ensures proper functionality, allowing users to utilize the widget as intended.</li>\n<li>Fix: Woo Product Grid (Pro) - Added image HTML attributes to product images.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue where the size of social icons wasn\'t responding to the option value. The fix ensures that the specified option value now accurately reflects the size of social icons.</li>\n<li>Fix: Counter (Free) - Removed unnecessary space in \'Before Text\' and \'After Text\' options. This update improves the clarity and presentation of the text by eliminating unnecessary spacing.</li>\n<li>Fix: Content Tabs (Free) - Added support for Elementor Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to incorporate the widget effortlessly within Elementor Tabs.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved an issue where incorrect icons were being displayed after selecting a menu item.</li>\n<li>Fix: Woo Mini Cart (Pro) - Improved widget compatibility with optimization plugins like WP Rocket. This update ensures seamless integration, optimizing performance and enhancing the overall user experience when using these plugins.</li>\n<li>Fix: Post Accordion (Free) - Updated post content loading method to resolve the issue where, on some sites, post content was not displaying correctly.</li>\n<li>Fix: Dropdown Field (Pro) - Fixed an issue when Dropdown Field couldn\'t parse Field Name to Number Field widget.</li>\n<li>Fix: Card Carousel (Free) - Resolved issue where Transition Speed wasn\'t working for non-default animations. The fix ensures that Transition Speed now functions correctly for all animations, providing consistent and reliable behavior.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Removed default 2px border with blue color from one of the map elements. This update improves the visual presentation by eliminating an unnecessary border.</li>\n</ul>\n\n<p>version 1.5.94: 2024-01-25:</p>\n\n<ul>\n<li>Feature: added option to message individual fields for the form</li>\n<li>Change: removed instagram blocked api message - the instagram functionality is active now!</li>\n<li>Change: added default values to currency fields</li>\n<li>Fix: fixed small php bug regarding date field in items</li>\n<li><p>Fix: fixed some small xss vulnurability that pachstack discovered</p></li>\n<li><p>Feature: Number Field (Pro) - Introduced \'Enable Date Field in Formula\' option. This new functionality enables the use of Date Field in formula by allowing the addition or subtraction of days.</p></li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Remove Items with 0 Value\' option. This new functionality automatically excludes items with a value of 0 from charts.</li>\n<li>Feature: WordPress Menu (Free) - Implemented \'Hover Effect\' option. This new functionality allows users to choose from a variety of hover link effects, enhancing the visual presentation with dynamic animations.</li>\n<li>Feature: Hotspots (Pro) - Introduced customizable popup positioning, providing users with the option to define the exact position rather than relying on preset center alignment.</li>\n<li>Feature: Event List (Pro) - Introduced \'Event End Date\' option, allowing users to display event end date and time.</li>\n<li>Feature: Event List (Pro) - Implemented \'Calendar Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the calendar, providing better control over its placement within the layout.</li>\n<li>Feature: Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Dropdown Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Value Handling\' options. This new functionality allows users to choose the checkbox value type from options such as sum, individual number, or individual text, providing flexibility in handling checkbox values.</li>\n<li>Feature: Masonry Gallery (Pro) - Introduced \'Title Typography\' and \'Description Typography\' options. These new functionalities allow users to customize the typography settings for titles and descriptions.</li>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Tile Background Color\' option. This new functionality allows users to customize the background color of tiles, providing enhanced visual control over the widget\'s appearance.</li>\n<li>Feature: Hotspots (Pro) - Added \'Popup Image Size\' option, allowing users to customize the size of popup images.</li>\n<li>Feature: WooCommerce Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented \'Open Links In New Tab\' option. This new functionality allows users to specify whether links should open in a new tab with Source type posts, products, etc.</li>\n<li>Feature: Content Ticker (Pro) - Added Option to add an Image for each ticker item.</li>\n<li>Change: Hotspots (Pro) - Enabled \'Image Size Select\' option for the Image, allowing users to choose from different image resolutions for enhanced flexibility and visual customization.</li>\n<li>Change: Icon Carousel (Pro) - Improved \'Item Minimum Height\' option by expanding the range of values.</li>\n<li>Fix: Fullscreen Menu (Free) - Improved protection from Elementor sticky section interference.</li>\n<li>Fix: vCard (Pro) - Issue with QR code not displaying when \'Include Image in Contact\' is enabled has been resolved.</li>\n<li>Fix: Dropdown Field (Pro) - Resolved issue with \'Field Name\' not appearing during email sending. The fix ensures that the field name is now properly displayed in email notifications.</li>\n<li>Fix: Mega Menu (Pro) - Resolved horizontal scroll issue. The fix ensures that the layout no longer experiences unintended horizontal scrolling, providing a more stable and user-friendly experience.</li>\n<li>Fix: Scroll To Top (Free) - Resolved issue where the icon wasn\'t visible on the frontend. The fix ensures proper visibility of the icon, addressing the bug and improving the overall appearance.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the \'Disable Page Scroll\' option not working in some cases. The fix ensures consistent functionality, preventing page scrolling as intended.</li>\n<li>Fix: Text Field (Free) - Resolved input width issue. The fix ensures that input elements now display with the correct width.</li>\n</ul>\n\n<p>version 1.5.93: 2024-01-18:</p>\n\n<ul>\n<li>Feature: Introduced the option \'slider_video_autoplay\' to galleries, enabling video autoplay when changing items.</li>\n<li>Feature: Added the option to include specific taxonomies in related posts queries.</li>\n<li>Feature: Implemented automatic recognition of video thumbnail IDs in certain gallery types based on relevant post meta.</li>\n<li>Feature: Added functionality for the price range filter.</li>\n<li>Change: Updated the Freemius version.</li>\n<li>Change: Modified the text format for the export change log.</li>\n<li>Change: Restored the \"import with images\" feature after incorporating file type checks for security.</li>\n<li>Fix: Enhanced the handling of multiple user records for the \'exclude users\' option in the users query (Ajax-based).</li>\n<li>Fix: Corrected URL CSS and JS inclusion issues in Elementor editor.</li>\n<li><p>Fix: Corrected a bug related to \"mini cart widget\" in PHP in specific cases.</p></li>\n<li><p>Feature - Card Carousel (Free) - Introduced \'Hide Item\' option. This new functionality allows users to hide items instead of deleting them permanently, offering a more reversible and flexible approach to item management.</p></li>\n<li>Feature - Post Grid (Pro) - Implemented \'Layout Type: Above\' option. This new functionality allows users to change the position of the content box to above the image.</li>\n<li>Feature - Thumbnail Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Compact Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Grid Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Slider Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Flip Box Carousel (Pro) - Introduced option for back icon alignment, providing users the flexibility to customize the alignment of the back icon.</li>\n<li>Feature - Post List (Free) - Implemented \'Image Scale\' option for regular and hover states. This new feature allows users to customize the scaling of images independently for regular and hover states, enhancing visual presentation.</li>\n<li>Change - Flip Box Carousel (Pro) - Implemented conditional rendering of CSS to reduce unused styles, resulting in improved performance, SEO, and faster load times for enhanced user experience.</li>\n<li>Change - Content Accordion (Free) - Improved \'Expand All Accordion\' functionality, now allowing users to close the accordion by clicking the same button again for a more intuitive and user-friendly experience.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Implemented protection against buttons not being vertically aligned in specific cases.</li>\n<li>Fix - Flip Box Carousel (Pro) - Resolved an issue where links were not functioning properly when clicking on the back icon.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Resolved issue with the product button not being clickable in some cases.</li>\n<li>Fix - Post Carousel (Pro) - Resolved issue with the side-by-side layout.</li>\n<li>Feature - Logo Grid (Free) - Enhanced responsiveness for item \'Padding\' option. This update ensures that item padding adjusts effectively across various screen sizes and device resolutions for a consistent layout.</li>\n<li>Feature - Logo Grid (Free) - Implemented \'Direction\' option. This new feature is particularly useful for RTL (Right-to-Left) websites, allowing users to specify the direction of the widget\'s layout for improved compatibility.</li>\n<li>Feature - Content Accordion (Free) - Introduced a new feature that allows the expansion of all accordion items by clicking on an external element with the class \"ue-content-accordion-expand-all\".</li>\n<li>Feature - Memory Game (Pro) - Introduced template option for success message, Allowing users to show Elementor template as success message.</li>\n<li>Feature - Memory Game (Pro) - Added \'Completion Time\' option, enabling users to show the time it took to complete the game for a more informative and engaging experience.</li>\n<li>Feature - Content Accordion (Free) - Introduced \'Additional Header Content\' option in the accordion, allowing users to include additional content after the header title.</li>\n<li>Feature - Post Accordion (Free) - Implemented \'Open Links in New Tab\' option. This new functionality allows users to configure links to open in a new tab, enhancing control over the navigation experience.</li>\n<li>Feature - Side Menu (Pro) - Added an option to add a logo to the side menu layout.</li>\n</ul>\n\n<p>version 1.5.92: 2024-01-04:</p>\n\n<ul>\n<li>Feature: Introduced the change log option in the widget editor.</li>\n<li>Feature: Introduced the ability to connect with Google API for multi-source options.</li>\n<li>Feature: Included an option to link with Google Sheets under the general settings for forms.</li>\n<li>Feature: Integrated a \"show globals\" feature in troubleshooting for enhanced diagnostics.</li>\n<li>Feature: Implemented the capability to output cart fragments for the woo mini cart.</li>\n<li>Feature: Provided an option for \"none\" under lightbox-type in galleries, allowing users to disable the lightbox.</li>\n<li>Feature: Added an \"excerpt\" field to post fields within the widget editor for more detailed posts.</li>\n<li>Fix: Replaced site_url() with home_url() in global variables for better website navigation.</li>\n<li>Fix: Resolved a conflict with another select2 on the admin side, ensuring smoother operations.</li>\n<li>Fix: Rectified an error with multiple order by clauses in post queries to improve data sorting.</li>\n<li><p>Fix: Enhanced the manual selection of Elementor template retrieval for optimized performance.</p></li>\n<li><p>Feature - Content Carousel - Introduced \'Equalize Content Height\' option. This new feature simplifies the process of making content elements equal in each item.</p></li>\n<li>Feature - Flip Box Carousel - Enhanced responsiveness for Border Radius option. The update ensures that the Border Radius adapts effectively to different screen sizes and device resolutions for a consistent display.</li>\n<li>Feature - WooCommerce Product Carousel - Resolved broken layout issue occurring when set to side-by-side layout</li>\n<li>Feature - Phone Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Textarea Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Email Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Text Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Testimonial Carousel - Implemented \'Layout Type: Grid\' option. This new functionality facilitates the transformation of the widget\'s layout into a simple grid.</li>\n<li>Feature - Testimonial Carousel - Introduced \'Layout Type: Swipe\' option. This new feature allows users to set the behavior of the widget, resembling the functionality found in Swipe Carousel widget.</li>\n<li>Feature - Flip Box Carousel - Introduced \'Disable Mouse Drag\' and \'Disable Touch Drag\' options in Flip Box Carousel settings, offering control over user interaction by allowing the disabling of dragging functionalities.</li>\n<li>Feature - Team Member Grid - Introduced \'Badge\' option, allowing users to include custom badge images or icons for enhanced member representation.</li>\n<li>Feature - Thumbnail Slider - Implemented responsiveness for \'Slider Main Image Height\' option.</li>\n<li>Feature - Thumbnail Slider - Optimized \'Slider Main Image Height\' functionality to prevent widget reloading upon value change.</li>\n<li>Change - Thumbnail Slider - Changed attribute of \'Slider Main Image Height\' option from Number to Slider. This adjustment simplifies the process of adjusting the height of the main image by providing a more intuitive control.</li>\n<li>Fix - Submit Button - Improved interaction within Multi Step Form widget. Enhancements have been made to streamline and optimize the submit action.</li>\n<li>Feature - Multi Step Form - Implemented form submission loader. This new addition introduces a visual loader to illustrate the process of sending form data, enhancing user feedback during form submission.</li>\n<li>Feature - WooCommerce Product List - Introduced \'Default Image\' option. The widget will now display the specified default image when a product image is empty, for a more personalized user experience.</li>\n</ul>\n\n<p>version 1.5.91: 2023-12-28:</p>\n\n<ul>\n<li>Change: removed some vulnerability related to templates import</li>\n</ul>\n\n<p>version 1.5.90: 2023-12-18:</p>\n\n<ul>\n<li>Fix: fixed some small bug with pro version main file</li>\n</ul>\n\n<p>version 1.5.89: 2023-12-17:</p>\n\n<ul>\n<li>Fix: fixed some post filters detection issues on the page</li>\n<li>Fix: fixed some \"$type not found\" message in php</li>\n<li>Fix: fixed some \"infinite template found: \" message in php (emtpy template load protection)</li>\n<li>Change: added instagram api access error message</li>\n<li>Change: removed \"import with images\" functionality. replaced by doubly plugin.</li>\n</ul>\n\n<p>version 1.5.88: 2023-12-11:</p>\n\n<ul>\n<li>Feature: added \"iframe\" gallery type to the gallery items</li>\n<li>Fix: fixed the \"show/hide edit html button\" option from general settings</li>\n<li>Fix: fixed the general_settings.xml php error</li>\n<li>Fix: fixed some issue with gallery loading on pages and current meta keys</li>\n<li>Fix: fixed default value in datetime control</li>\n<li>Change: added some improvements for the form </li>\n<li>Change: set video placeholder to dynamic galleries in case of video item</li>\n</ul>\n\n<p>version 1.5.87: 2023-11-21:</p>\n\n<ul>\n<li>Change: updated freemius sdk to 2.6.0 version</li>\n<li>Change: added some protection against double background widgets output</li>\n<li>Feature: enabled form functionality</li>\n<li>Feature: enabled currency exchange functionality</li>\n</ul>\n\n<p>version 1.5.85: 2023-11-15</p>\n\n<ul>\n<li>Feature: added woo_addcart_ajax_attributes_button in twig for the button</li>\n<li>Feature: added option to show original settings values in widget debug</li>\n<li>Feature: added troubleshooting setting not to show php deprecated warnings</li>\n<li>Fix: better prepare post custom fields for the post multisource</li>\n<li>Fix: links from meta field works now</li>\n<li>Fix: fixed the ob_end_clean bug</li>\n<li>Fix: in post query - excluded posts not in from posts in</li>\n<li>Fix: fixed a small bug in the unite gallery library</li>\n<li>Change: updated twig version to 3.x</li>\n<li>Change: updated instagram data with date released field</li>\n</ul>\n\n<p>version 1.5.85: 2023-09-20</p>\n\n<ul>\n<li>Fix: fixed a small bug with multisource image param message</li>\n</ul>\n\n<p>version 1.5.84: 2023-09-20</p>\n\n<ul>\n<li>Feature: added twig function csv to json</li>\n<li>Feature: changed the admin view to new design (added designed header and menu)</li>\n<li>Feature: added option to enable animation on swipe to owl carousel js</li>\n<li>Feature: added woo mini cart functionality</li>\n<li><p>Feature: added option: \"current query as a base\" to post selection -> include by</p></li>\n<li><p>Fix: added support for webp in the manager</p></li>\n<li>Fix: allow fetching images from media library post type for the galleries </li>\n</ul>\n\n<p>version 1.5.83: 2023-08-22</p>\n\n<ul>\n<li>Fix: don\'t show first item in filter when no terms available</li>\n<li>Change: updated calculators javascript code base</li>\n</ul>\n\n<p>version 1.5.82: 2023-08-16</p>\n\n<ul>\n<li>Feature: added option for group filtering widgets</li>\n<li>Feature: solved the video play in gallery type from attachment video</li>\n<li>Change: turned off the video icon for background attribute</li>\n<li>Fix: fixed dynamic template with avoid duplicates</li>\n<li>Fix: fixed gallery widget acf video item error</li>\n<li>Fix: fixed some sort filter bugs with the default selected</li>\n</ul>\n\n<p>version 1.5.81: 2023-08-10</p>\n\n<ul>\n<li>Fix: fixed some missing css in the dynamic loop widgets</li>\n<li>Fix: fixed some child filters related bug</li>\n<li>Fix: fixed order by price in current query</li>\n<li>Fix: fixed some php 8.16+ version notices </li>\n<li>Feature: added option to print the term meta</li>\n</ul>\n\n<p>version 1.5.80: 2023-08-07</p>\n\n<ul>\n<li>Feature: added option to get \"all taxonomy terms\" from a post </li>\n<li>Feature: added html preperations for the woocommerce minicart</li>\n<li>Feature: added \"this week\" to the date selection query</li>\n<li>Feature: added \"grouping\" mode in the \"related posts\"</li>\n<li>Fix: the pagination now works on top of the grid</li>\n<li>Fix: fixed some init ajax filters multiple issues</li>\n<li>Fix: fixed the error with the assets path set</li>\n</ul>\n\n<p>version 1.5.79: 2023-07-24</p>\n\n<ul>\n<li>Fix: changed name for area-label to aria-label</li>\n<li>Fix: in filters - refresh single filter if \"all\" selected and there are hidden items</li>\n<li>Fix: changed protection against inifnite loop to 200</li>\n<li>Fix: show child filters at start if there are selected items</li>\n<li>Fix: date time attribute processor - if no date given - don\'t take current time</li>\n<li>Fix: refresh child filter if main filter selected on init</li>\n<li>Fix: dynamic popup was not worked with multisource in some cases</li>\n</ul>\n\n<p>version 1.5.78: 2023-07-16</p>\n\n<ul>\n<li>Fix: fixed show filters load more</li>\n<li>Fix: fixed multisource repeater empty</li>\n</ul>\n\n<p>version 1.5.77: 2023-07-13</p>\n\n<ul>\n<li>Fix: fixed dropzone collision in widget editor view</li>\n<li>Fix: fixed sort filter price filtering</li>\n<li>Fix: fixed max number in addons db table. from \"int\" to \"bigint\"</li>\n<li>Fix: replaced some deprecated by elementor codes</li>\n</ul>\n\n<p>version 1.5.76: 2023-07-12</p>\n\n<ul>\n<li>Feature: added \"rem\" unit in slider attribute</li>\n<li>Fix: fixed some small bug with remote sync debug</li>\n<li>Fix: fixed the truncate in multisource</li>\n<li>Fix: fixed some small bugs related to remote controls</li>\n<li>Fix: fixed dropzon third party conflict in manager</li>\n</ul>\n\n<p>version 1.5.75: 2023-07-05</p>\n\n<ul>\n<li>Feature: added some suggestion text to add some memory in the troubleshooting section in case that needed</li>\n<li>Fix: the wrong author was displayed in loop post meta data</li>\n<li>Fix: do_shortcode to html items inside the grid and dynamic loop</li>\n<li>Update: Updated Freemius SDK to the latest version</li>\n</ul>\n\n<p>version 1.5.74: 2023-07-04</p>\n\n<ul>\n<li>Fix: show search widgets at plugin install.</li>\n<li>Fix: menu picker depts in multisource</li>\n<li>Fix: set the author data to be retrievable in dynamic grid template</li>\n<li>Fix: show meta fields switcher didn\'t worked in multisource menu items</li>\n</ul>\n\n<p>version 1.5.73: 2023-06-26</p>\n\n<ul>\n<li>Feature: added options for revisions in widget editor</li>\n<li>Fix: added support for wordpress proxy in api calling</li>\n<li>Fix: fixed empty post in query result</li>\n<li>Fix: fixed \"wrong template ID\" elementor error in post accordion</li>\n</ul>\n\n<p>version 1.5.72: 2023-06-21</p>\n\n<ul>\n<li>Fix: added the swf extension in the allowed files in assets</li>\n<li>Feature: prepared the plugin for sort filter</li>\n<li>Change: updated freemius sdk to 2.5.9</li>\n</ul>\n\n<p>version 1.5.71: 2023-06-20</p>\n\n<ul>\n<li>Change: removed js includes of the forms and filters from backend editor</li>\n<li>Change: changed colors of the free version notification in dark mode</li>\n<li>Fix: fix the \"link\" type in wpml integration automatic translation</li>\n<li>Feature: add support for the conditions in ue forms</li>\n</ul>\n\n<p>version 1.5.70 2023-06-19:</p>\n\n<ul>\n<li>Change: added some \"birthday sale\" banner</li>\n<li>Feature: added \"truncate text\" modifier to multisource fields</li>\n<li>Feature: dynamic tags now works inside posts and products related widgets</li>\n<li>Feature: added twig highlighting in codemirror editor</li>\n<li>Fix: fixed sequence animation sliders bug (fields didn\'t loaded in elementor)</li>\n<li>Fix: change the comment from // to /* */ in filters js output to allow proper page compression.</li>\n<li>Fix: the \"time ago\" string is now translatable </li>\n<li>Fix: fixed the wpml elementor template id output</li>\n<li>Fix: fixed backgrounds bug with containers in editor</li>\n<li>Fix: fixed some small bugs with the checkbox filter</li>\n</ul>\n\n<p>version 1.5.69: 2023-06-08:</p>\n\n<ul>\n<li>Fix: allow to install webp images in widgets</li>\n</ul>\n\n<p>version 1.5.68: 2023-06-06:</p>\n\n<ul>\n<li>Change: added functionality for sort filter </li>\n<li>Feature: added field: \"form conditions\" for the upcoming form</li>\n<li>Feature: added link translation to wpml integration</li>\n<li>Feature: added link_attributes field to post list fields in twig</li>\n<li>Fix: fixed slider control min max values in case of multiple units</li>\n<li>Fix: add do shortcode from ajax items response</li>\n<li>Fix: fixed posts grid output with \"product\" taxonomy without woocommerce</li>\n<li>Fix: fixed getting cross sell products query in product list</li>\n</ul>\n\n<p>version 1.5.67 - 2023-05-29:</p>\n\n<ul>\n<li>Fix: fixed some more securaty issues related to assets manager</li>\n</ul>\n\n<p>version 1.5.66 - 2023-05-28:</p>\n\n<ul>\n<li>Fix: fixed some securaty issues related to non editor users operations and not allowed to upload php files in assets manager</li>\n</ul>\n\n<p>version 1.5.65 - 2023-05-26:</p>\n\n<ul>\n<li>Fix: fixed instagram api related bugs </li>\n</ul>\n\n<p>version 1.5.64 2023-05-23:</p>\n\n<ul>\n<li>Change: update freemius to latest version 2.5.8</li>\n<li>Fix: fixed a small php bug</li>\n</ul>\n\n<p>version 1.5.63 2023-05-23:</p>\n\n<ul>\n<li>Change: expand in widget editor is now connected to the screen height</li>\n<li>Fix: fixed the dynamic popup with multiple fields code </li>\n<li>Fix: fixed some sync if the clicked item is link</li>\n<li>Feature: added support for sort post filter</li>\n<li>Feature: hide \"show only insalled\" checkbox in widgets manager if no widget installed.</li>\n</ul>\n\n<p>version 1.5.62 2023-05-14:</p>\n\n<ul>\n<li>Feature: added \"edit template\" link in template selector</li>\n<li>Feature: added hidden template edit button to top bar</li>\n<li>Feature: added option for dynamic popup link to connect to many links in the widget</li>\n<li>Fix: solved some php error with parse dynamic settings in php 8.1</li>\n<li>Fix: getMetaValue error in products</li>\n<li>Fix: fixed doubly css includes in some cases</li>\n</ul>\n\n<p>version 1.5.61 - 2023-05-07:</p>\n\n<ul>\n<li>Feature: added support for woocommerce jet wishlist</li>\n<li>Feature: did option to disable third party hooks in ajax</li>\n<li>Fix: click on link on sync didn\'t worked</li>\n<li>Fix: added some protections to nonce and to file manager zip exctract (securaty issues fix) </li>\n<li>Change: updated freemius sdk to 2.5.7 version.</li>\n</ul>\n\n<p>version 1.5.60 - 2023-04-30:</p>\n\n<ul>\n<li>Feature: added functionality to get cart number of products </li>\n<li>Fix: fixed link field settings for multisoure</li>\n<li>Fix: fixed some bugs with regular price in woocommerce widgets</li>\n<li>Fix: filters js file loaded in editor as well</li>\n<li>Fix: fixed some small php bug regarding \"pathBase\"</li>\n<li>Fix: fixed conditions in multiple select control</li>\n<li>Change: updated unite gallery version</li>\n<li>Change: disabled autoload in update_option for the catalog variable</li>\n</ul>\n\n<p>version 1.5.59: 2023-04-09</p>\n\n<ul>\n<li>Feature: added multiple select to condition attributes in widget editor</li>\n<li>Change: updated freemius sdk to the latest version</li>\n<li>Fix: fixed empty post meta fields in case that acf plugin is on</li>\n<li>Fix: fixed some bug with avoid duplicates option and filters in single grid</li>\n<li>Fix: made some corrections in case that post query show wrong init selected terms values</li>\n<li>Fix: the post carousel goes to random item after ajax refresh</li>\n<li>Fix: fixed jet engine custom fields integration</li>\n</ul>\n\n<p>version 1.5.58: 2023-03-26</p>\n\n<ul>\n<li>Feature: added dynamic popup functionality to multisource widgets</li>\n<li>Fix: fixed missing arguments in the_post action</li>\n<li>Fix: fixed some php multisource error</li>\n<li>Fix: fixed some product ajax search related issues</li>\n<li>Fix: fixed some small but with ajax refresh and sync</li>\n</ul>\n\n<p>version 1.5.57: 2023-03-20</p>\n\n<ul>\n<li>Feature: improved the multisource selectors</li>\n<li>Feature: added option to get image from post meta in post fields - widget editor</li>\n<li>Fix: added \"skins\" folder to unite gallery</li>\n<li>Fix: added more compatability to woo commerce grids with discounts plugins</li>\n<li>Fix: fixed same uc_id in dynamic templates</li>\n</ul>\n\n<p>version 1.5.56: 2023-03-13:</p>\n\n<ul>\n<li>Feature: added option authors by dynamic field in post query</li>\n<li>Feature: done some integration with flycart discounts</li>\n<li>Feature: added option to show post type and post type title in posts fields</li>\n<li>Feature: added option to add multiple values in multisource</li>\n<li>Fix: fixed get posts by terms meta field - add taxonomy</li>\n<li>Fix: fixed responsive css in dynamic loop</li>\n<li>Fix: fixed dynamic loop with jet engine acf fields</li>\n<li>Fix: fixed slider control units for vh, vx and % </li>\n<li>Fix: added \"before today\" for past year in date qury</li>\n<li>Change: the uc_id will not change now when page refresh</li>\n</ul>\n\n<p>version 1.5.55: 2023-02-23:</p>\n\n<ul>\n<li>Fix: fixed wpml integrate fields</li>\n<li>Fix: fixed some write file error, will not crash if happend</li>\n<li>Fix: fixed entrance animation js on popup</li>\n<li>Fix: fixed strip tags in intro from content</li>\n<li>Fix: fixed some php 8.1 issues</li>\n<li>Fix: fixed some post intro with html tags issues</li>\n<li>Change: do_action function is working now in free version</li>\n</ul>\n\n<p>version 1.5.54: 2023-02-15</p>\n\n<ul>\n<li>Change: added some define variable that indicate the under ajax search</li>\n<li>Change: added \"collect\", and \"output\" to schema types in content accordion widget for example</li>\n<li>Feature: added wpml auto translate integration</li>\n<li>Feature: added option to select \"all taxonomies\" in exclude terms in terms selection</li>\n<li>Feature: added option - only direct children to terms select include by</li>\n<li>Feature: added option to post select to get posts by terms from curent meta field</li>\n<li>Fix: preserve tags when truncate</li>\n<li>Fix: fixed load more with second meta add in post query</li>\n</ul>\n\n<p>version 1.5.53: 2023-02-07</p>\n\n<ul>\n<li>Fix: keep exclude terms in grid when filtering with \"override terms\" mode</li>\n<li>Fix: fixed get_terms() not found php error from 1.5.52 version</li>\n</ul>\n\n<p>version 1.5.52: 2023-02-06</p>\n\n<ul>\n<li>Change: done some protection agains infinite loops in templates</li>\n<li>Fix: fixed popup button type conditions</li>\n<li>Fix: fixed term meta fields in multisource</li>\n<li>Fix: fixed exclude term not found in post select</li>\n</ul>\n\n<p>version 1.5.51: 2023-01-31</p>\n\n<ul>\n<li>Feature: added version to js comment output</li>\n<li>Feature: connected the galleies to remote play / stop like the carousels</li>\n<li>Feature: added some error message when image size attribute is missing in multisource</li>\n<li>Feature: added dynamic popup special attribute type</li>\n<li>Fix: fixed title source and description source in multisource gallery for products.</li>\n<li>Fix: added supress filtres to ajax search query</li>\n</ul>\n\n<p>version 1.5.50: 2023-01-24</p>\n\n<ul>\n<li>Feature: added \"media\" to post types select in advanced post query</li>\n<li>Feature: improved the date time attribute</li>\n</ul>\n\n<p>version 1.5.49: 2023-01-23</p>\n\n<ul>\n<li>Fix: fixed some js optimization issues </li>\n<li>Fix: fixed filters related small js bug</li>\n</ul>\n\n<p>version 1.5.48: 2023-01-19</p>\n\n<ul>\n<li>Feature: added gallery to multisource</li>\n<li>Feature: added post type override selectin current post query options</li>\n<li>Fix: fixed remote play with carousel</li>\n<li>Fix: fixed some multisource and ajax related bugs</li>\n<li>Fix: fixed popular posts plugin integration multiple post types</li>\n<li>Fix: fixed background widgets some problematic attribute names</li>\n<li>Fix: fixed include terms by current post terms in some cases.</li>\n<li>Fix: fixed default url_assets value in multisoure</li>\n<li>Fix: fixed dark mode svg icons</li>\n</ul>\n\n<p>version 1.5.47: 2023-01-10</p>\n\n<ul>\n<li>Feature: added more units to slider attribute</li>\n<li>Feature: added \"any\" post type to post types select</li>\n<li>Feature: added include and exclude current post terms in terms selection</li>\n<li>Feature: added option to carousel - scroll to head - force</li>\n<li>Feature: allow import widgets with theme activate</li>\n<li>Fix: fixed dynamic template render css for dynamic popup</li>\n<li>Fix: fixed users list select by manual</li>\n</ul>\n\n<p>version 1.5.46: 2023-01-08</p>\n\n<ul>\n<li>Feature: set the items image size chooser work for certain image</li>\n<li>Feature: made option to put js script in saparate tags with id\'s for optimization plugins like wprocket</li>\n<li>Feature: enriched the uc_lang variable. now it\'s always showing the current language</li>\n<li>Feature: added user_login variable to the users list output</li>\n<li>Feature: has put the preview link always as a help link in widget edit panel.</li>\n<li>Change: updated the multisource that it works better with items images</li>\n<li>Change: allow html tags in post intro (excerpt) in widgets</li>\n<li>Fix: fixed filters with sync multiple grid issues</li>\n<li>Fix: fixed the exclude users list with similar names</li>\n</ul>\n\n<p>version 1.5.45: 2022-12-26</p>\n\n<ul>\n<li>Feature: added json decode filter to twig</li>\n<li>Feature: added catalog images from shortpixel for speed loading</li>\n<li>Feature: done multisource group setting</li>\n<li>Fix: fixed entrance animation on ajax refresh</li>\n<li>Fix: done sync pause / play between carousels</li>\n</ul>\n\n<p>version 1.5.44: 2022-12-19</p>\n\n<ul>\n<li>Change: updated freemius to the latest version</li>\n<li>Fix: fixed remote play / pause button</li>\n<li>Fix: fixed search filter unicode phrase</li>\n<li>Fix: fixed entrance animation appear on scroll</li>\n<li>Feature: added video gallery responsive options</li>\n<li>Fix: fixed some owl carousel size on init bug</li>\n<li>Fix: fixed js widgets under the dynamic grid template like flipbox</li>\n</ul>\n\n<p>version 1.5.43: 2022-12-04</p>\n\n<ul>\n<li>Feature: add settings output to dynamic grid fields debug</li>\n<li>Fix: fixed pods multiple image data</li>\n<li>Fix: fixed url terms in filter with dynamic grid</li>\n<li>Fix: fixed users and menu not found bug in front </li>\n<li>Change: updated twig engine to the latest version</li>\n</ul>\n\n<p>version 1.5.42: 2022-11-29</p>\n\n<ul>\n<li>Feature: added functionality for time ago in posts widgets</li>\n<li>Feature: added woo variables to woo fields - woo_price_withtax, woo_price_notax</li>\n<li>Feature: added option for term child filter role\n-optimization: reduced number of queries in post related widgets</li>\n</ul>\n\n<p>version 1.5.41: 2022-11-24</p>\n\n<p>-bug fix: fixed post select in post query</p>\n\n<p>version 1.5.40: 2022-11-23</p>\n\n<ul>\n<li>Feature: added integration to woocommerce multicourancy plugins</li>\n<li>Feature: made some integration with translate press plugin</li>\n<li>Feature: added select post and select term attribute</li>\n<li>Fix: fixed dynamic loop css backgrounds with containers</li>\n<li>Fix: fixed mousewheel event in the carousel</li>\n<li>Fix: fixed some rare php error with filters</li>\n</ul>\n\n<p>version 1.5.39: 2022-11-16</p>\n\n<ul>\n<li>Fix: fixed small bug with zip extract</li>\n<li>Update: updated black friday sale banners</li>\n</ul>\n\n<p>version 1.5.38: 2022-11-10</p>\n\n<ul>\n<li>Fix: fixed galleries default sizes with post filters</li>\n<li>Fix: fixed hidden option in select filter in safari browser</li>\n<li>Fix: fixed non ssl assets url</li>\n<li>Feature: added \"schema\" special attribute</li>\n<li>Fix: fixed false autoplay in carousel</li>\n</ul>\n\n<p>version 1.5.37: 2022-11-09</p>\n\n<ul>\n<li>Fix: fixed 1px glitch bug in the carousel, on 1 item (slide mode)</li>\n<li>Feature: prepared the filters to work with ajax search</li>\n</ul>\n\n<p>version 1.5.36: 2022-11-6</p>\n\n<ul>\n<li>Feature: added function that outputs items schema</li>\n<li>Feature: improved include by meta in posts selection, added option for multiple values</li>\n<li>Feature: added option to get current user with meta in twig</li>\n<li>Addition: validate number of post list attributes, allow only one when creating widget</li>\n<li>Fix: fixed count posts in post query summary</li>\n<li>Fix: fixed entrance animation blur type</li>\n<li>Fix: fixed avoid duplicates with random order while posts load more</li>\n<li>Fix: the timeout now reset after slide change in owl carousel</li>\n<li>Fix: fixed terms selection taxonomies with idetical post type title</li>\n<li>Fix: added protection against inifinite loop in putElementorTemplate twig function</li>\n<li>Fix: fixed acf field unaccessable in some cases with elementor pro 3.8</li>\n</ul>\n\n<p>version 1.5.35: 2022-10-24</p>\n\n<p>-Fix: fixed include by id\'s from dynamic field, and terms from dynamic field in post selection</p>\n\n<p>version 1.5.34: 2022-10-19</p>\n\n<ul>\n<li>Feature: added items image size attribute (special type)</li>\n<li>Fix: fixed show backgrounds in elementor editor</li>\n</ul>\n\n<p>version 1.5.33: 2022-10-15</p>\n\n<ul>\n<li>Fix: fixed avoid duplicates with filters</li>\n<li>Fix: fixed select dropdown filter js</li>\n<li>Feature: added avoid duplicates option to manual posts selection</li>\n</ul>\n\n<p>version 1.5.32: 2022-10-11</p>\n\n<ul>\n<li>Fix: fixed some ajax pagination issues</li>\n<li>Fix: fixed pagination widget appearance on archive ajax pages with filters</li>\n<li>Fix: added twig functionality to put product attributes text</li>\n<li>Fix: fixed export with images not worked in some cases</li>\n<li>Fix: made some protection with ezcache plugin integration and filtering</li>\n<li>Fix: fixed some small php bug with this month post selection</li>\n<li>Fix: fixed some visible and hidden filters collision</li>\n<li>Fix: fixed terms select in terms filter on history back click in filters</li>\n<li>Fix: set child filter always first unselected</li>\n<li>Fix: set option for the tabs filter to be unselected</li>\n<li><p>Fix: fixed the pagination numbers if exclude offset chosen</p></li>\n<li><p>Feature: added multiple taxonomy terms in term selection</p></li>\n<li>Feature: added query id in terms selection</li>\n<li>Feature: added functionality for next / prev post</li>\n</ul>\n\n<p>version 1.5.31: 2022-09-20</p>\n\n<ul>\n<li>Fix: fixed thumbs gallery</li>\n</ul>\n\n<p>version 1.5.30: 2022-09-18</p>\n\n<ul>\n<li>Fix: fixed multiple post filters and grid connection</li>\n<li>Fix: fixed various small php errors</li>\n<li>Fix: fixed wordpress popular posts integration small bug</li>\n<li>Feature: added terms from dynamic post selection option</li>\n<li>Feature: added option for limiting terms show in post list</li>\n<li>Change: updated once more unitegallery graphics, changed assets to svg</li>\n<li>Fix: fixed thumbnail gallery arrows</li>\n</ul>\n\n<p>version 1.5.29: 2022-09-08</p>\n\n<ul>\n<li>Fix: fixed a small issue with search page and load more</li>\n<li>Fix: fix vimeo videos stoppped playing bug</li>\n</ul>\n\n<p>version 1.5.28: 2022-09-06</p>\n\n<ul>\n<li>Feature: added support for the select filter</li>\n<li>Fix: fixed some small js bug with filters</li>\n<li>Fix: fixed some post filters related popup error</li>\n<li>Change: changed the way that galleries srolls by mouseover</li>\n</ul>\n\n<p>version 1.5.27: 2022-09-02</p>\n\n<ul>\n<li>Fix: fixed popular posts plugin integration</li>\n<li>Fix: removed some console logs in filter.js file</li>\n<li>Fix: fixed ajax pagination jump</li>\n<li>Fix: fixed unitegallery strict standards bugs</li>\n<li>Change: renamed field - \"use dynamic fields\" to \"use current post data\" in widget editor</li>\n<li>Change: updated freemius sdk to: 2.4.5</li>\n</ul>\n\n<p>version 1.5.26: 2022-08-17</p>\n\n<ul>\n<li>Feature: added debug to remote elements</li>\n<li>Fix: made some protection against wrong animation names in carousel</li>\n<li>Fix: added some small fixes to carousel and remote sync js libraries</li>\n<li>Fix: done a better find closest section in remote</li>\n<li>Fix: fixed not showing values in elementor editor post selectors</li>\n</ul>\n\n<p>version 1.5.25: 2022-08-11</p>\n\n<ul>\n<li>Feature: added option to set title field in items</li>\n<li>Fix: fixed some more lazy load related protections in galleries</li>\n<li>Fix: Fixed some Elementor 3.7 deprecation issues</li>\n</ul>\n\n<p>version 1.5.24: 2022-08-09</p>\n\n<ul>\n<li>Fix: fixed some Elementor 3.7 related js bug in editor</li>\n</ul>\n\n<p>version 1.5.23: 2022-08-05</p>\n\n<ul>\n<li>Feature: added date format to date meta field post selection</li>\n<li>Feature: added more units to padding and margin attribute</li>\n<li>Feature: added option to set selected tab number in tabs filter widget</li>\n<li>Fix: fixed some unitegallery strict related scripts</li>\n<li>Fix: fixed sequance entrance animation attribute</li>\n<li>Fix: fixed some text with pagination edit mode in elementor editor</li>\n<li>Fix: fixed ajax pagination didn\'t get back to first page</li>\n<li>Fix: fixed tabs filter and taxonomy terms in one page</li>\n<li>Change: prepare the right way dates should work in post list</li>\n</ul>\n\n<p>version 1.5.22: 2022-07-24:</p>\n\n<ul>\n<li>Feature: added option to connect to another parent in remote arrows</li>\n<li>Feature: added change url and back button in ajax filers behaviour</li>\n<li>Fix: fixed doubly plugin integration import bg widgets</li>\n<li>Fix: fixed remote next/prev directions in carousels</li>\n<li>Fix: added some more protection against infinite loops from post content processing</li>\n</ul>\n\n<p>version 1.5.21 2022-07-17:</p>\n\n<ul>\n<li>Feature: added docstart and docend template in widget js</li>\n<li>Change: end of birthday sale message update</li>\n<li>Change: added warning message in case of twig collision with other plugins</li>\n</ul>\n\n<p>version 1.5.20 2022-07-13:</p>\n\n<ul>\n<li>Feature: added more widget debug type - current post fields</li>\n<li>Feature: updated admin title on edit widget view</li>\n<li>Feature: added option to carousel: scroll to head</li>\n<li>Feature: added query data attributes into filtering grid</li>\n<li>Fix: fixed ajax pagination in some cases</li>\n<li>Fix: fixed small php bug with hover animations control</li>\n<li>Fix: fixed lity lightbox with vimeo autoplay</li>\n<li>Fix: fixed item index after shuffle</li>\n<li>Fix: fixed some seleted tab filters related issues</li>\n<li>Fix: fixed load more filter doubly ajax request in some cases</li>\n<li>Fix: fixed woo scedualed sale price output</li>\n<li>Fix: in filters replace url with pagination as well</li>\n<li>Fix: changed gallery arrows to svg</li>\n</ul>\n\n<p>version 1.5.19 2022-06-27:</p>\n\n<ul>\n<li>Feature: added max posts to current query</li>\n<li>Fix: fixed controls conditions for elementor template control</li>\n<li>Feature: added more fields to dynamic grid loop (was only title)</li>\n<li>Change: added birthday sale banner and text</li>\n</ul>\n\n<p>version 1.5.17 2022-06-21:</p>\n\n<ul>\n<li>Change: updated fancybox version</li>\n<li>Fix: Fixed bug with ajax load more and ajax pagination</li>\n</ul>\n\n<p>version 1.5.17 2022-06-09:</p>\n\n<ul>\n<li>Feature: fixed entrance animation attribute</li>\n<li>Fix: fixed uc_inside_editor variable inside background widget</li>\n<li>Fix: fixed empty default value of radio boolean control</li>\n<li>Fix: fixed double filtering issues in archive pages</li>\n</ul>\n\n<p>version 1.5.16: 2022-05-31</p>\n\n<ul>\n<li>Fix: fixed double plugin versions in pro version</li>\n<li>Fix: fixed 1 size gap in one item owl carousel</li>\n<li>Fix: fixed the dissapearing options bug in mobile</li>\n</ul>\n\n<p>version 1.5.15: 2022-05-30</p>\n\n<ul>\n<li>Change: set cache folder inside wp-uploads</li>\n<li>Feature: added option to get terms last level only - for post list / grid</li>\n<li>Feature: added twig function - get_current_user</li>\n<li>Feature: disabled right click on html5 galleries (unite gallery)</li>\n<li>Fix: the image and video repeater was missing default items</li>\n<li>Fix: fixed load more and filters on a search page</li>\n<li>Fix: fixed carousel stage padding issues</li>\n<li>Fix: fixed carousel 1 item one pixel issues</li>\n<li>Fix: fixed default values in responsive selectors</li>\n</ul>\n\n<p>version 1.5.14: 2022-05-24</p>\n\n<ul>\n<li>Fix: fixed responsive default values with selectors in number and dropdown and slider controls</li>\n<li>Fix: fixed a bug in run_code_once functionality</li>\n</ul>\n\n<p>version 1.5.13: 2022-05-23</p>\n\n<ul>\n<li>Feature: added integration with \"sticky posts switch\" plugin</li>\n<li><p>Feature: added special attribute type - entrance animation</p></li>\n<li><p>Fix: fixed sync bug between two similar elements</p></li>\n<li>Fix: fixed filters loading with wp-rocket lazy load scripts</li>\n<li>Fix: fixed put_hide_ids_css function small bug</li>\n<li>Fix: fixed fetch 2 and more widgets within one section for filtering</li>\n<li>Fix: fixed slider control js empty output bug</li>\n<li>Fix: fixed gallery title as number js bug</li>\n<li>Fix: fixed gallery images from meta fields source as array </li>\n</ul>\n\n<p>version 1.5.12: 2022-05-08</p>\n\n<ul>\n<li>Feature: added integration for wpml media change</li>\n<li>Feature: bug fix: fixed hover animations setting don\'t work on front in some cases</li>\n<li>Feature: in post selection by date added options for \"future from today\", and \"future from tomorrow\".</li>\n<li>Feature: added new function: \"put_hide_ids_css\" to hide some css comma saparated id\'s from css tab.</li>\n<li>Feature: added support for ajax refresh for multiple synced grids together</li>\n<li>Feature: added option to test instagram data</li>\n<li><p>Feature: added phpinfo view in settings - troubleshooting</p></li>\n<li><p>Fix: fixed blank window opened by a link</p></li>\n<li>Fix: fixed acf boolean value present</li>\n<li>Fix: fixed another gallery related lazy load issues</li>\n</ul>\n\n<p>version 1.5.11: 2022-04-13</p>\n\n<ul>\n<li>Feature: made option to put elementor post_content inside post widget if the post made by elementor</li>\n<li>Feature: added additional fields to getPostAuthor function like avatar url and author meta</li>\n<li>Feature: show the \"no posts\" message with filters in post list / grid</li>\n<li>Feature: add background location (back/front) to background widgets</li>\n<li>Feature: done option to get post parent with the posts in posts selection</li>\n<li>Fix: set prices display in woocommerce widgets including tax</li>\n<li>Fix: fixed editor js files didn\'t loaded bug</li>\n<li>Fix: fixed css output with dynamic template and inline css mode</li>\n<li>Fix: fixed the ajax pagination that now works with post based gallery widget</li>\n<li>Fix: fixed filters scripts loading before jquery in js</li>\n<li>Fix: allow to select empty terms in term selection control</li>\n<li>Change: set default values of responsive number / slider / dropdown controls to desktop default values</li>\n</ul>\n\n<p>version 1.5.10: 2022-04-04</p>\n\n<ul>\n<li>Fix: fixed title and description source in gallery source selection</li>\n<li>Fix: fixed the dropdown attribute php filter for elementor</li>\n<li>Feature: added \"menu_id\" for various uses as menu attribute output</li>\n<li>Feature: added option for side offset in owl carousel</li>\n<li>Feature: added option for second items html refresh in ajax filters</li>\n</ul>\n\n<p>version 1.5.9: 2022-03-27</p>\n\n<ul>\n<li>Fix: fixed simple meta output for post list</li>\n<li>Feature: made dynamic grid work with filters</li>\n<li>Feature: the background widgets works for the new container objects as well</li>\n<li>Feature: added include by another meta field in post query</li>\n</ul>\n\n<p>version 1.5.8: 2022-03-23</p>\n\n<ul>\n<li>Feature: set special behaviour for more then one filters on the page</li>\n<li>Feature: added option to load video item from posts in a gallery</li>\n<li>Change: set up galleries common default items</li>\n<li>Fix: fixed unclosable gallery lightbox with youtube videos</li>\n<li>Fix: fixed elementor 3.6.0 compatability</li>\n</ul>\n\n<p>version 1.5.7: 2022-03-17</p>\n\n<ul>\n<li>Feature: added option to modify dropdown items in php\nFix: fixed gallery default items preview and init\nFix: fixed remote counter js error</li>\n</ul>\n\n<p>version 1.5.6 = 2022-03-15:</p>\n\n<p>Fix: fixed dissapearing items in remote related widgets</p>\n\n<p>version 1.5.5 = 2022-03-15:</p>\n\n<ul>\n<li>Feature: added woocommerce sorting options in posts selection by number of sales and rating</li>\n<li>Feature: added option to get related products on checkout page</li>\n<li>Feature: done manual posts and terms selections sort by drag and drop</li>\n<li>Feature: done option to custom refresh filters html (for carousels, galleries etc)</li>\n<li>Feature: made the attributes dialog support multi controls</li>\n<li>Feature: prepared the galleries and dynamic loops to use filters and load more\nFix: fixed query debug in manual posts selection\nFix: fix: fixed posts_per_page in manual posts selection\nFix: fix: fixed jquery include for remote widgets</li>\n</ul>\n\n<p>version 1.5.4 = 2022-03-06:</p>\n\n<ul>\n<li>Feature: added roles to post filter: single, main and child</li>\n<li>Feature: added option \"placeholder\" and \"disable dynamic\" for text field control</li>\n<li>Feature: added option for debug meta fields in post list, post grid</li>\n<li>Fix: fixed some pagination widget buttons related issues</li>\n<li>Fix: fixed non clickable items in some widgets</li>\n<li>Fix: fixed put_items(0) - first item output in twig</li>\n</ul>\n\n<p>version 1.5.3 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: added functionality to put image inside taxonomy terms widget</li>\n<li>Fix: fixed load more on archive page with orderby=xxx filter in url</li>\n<li>Fix: made support for woocommerce special order by in load more</li>\n<li>Change: updated freemius sdk to 2.4.3 version (Security fix)</li>\n</ul>\n\n<p>version 1.5.2 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: set up remote and sync functionality for the galleries</li>\n<li>Fix: fixed load more for current query posts</li>\n<li>Fix: fixed background js based widgets with elementor popups</li>\n<li>Fix: fixed unitegallery unclosed tag issue</li>\n<li>Fix: fixed replace mode in tabs filters</li>\n</ul>\n\n<p>version 1.5.1 = 2022-02-21:</p>\n\n<ul>\n<li>Feature: improved post pagination debug and added force options</li>\n<li>Feature: added code for the button filters</li>\n<li>Feature: added option to shuffle owl carousel</li>\n<li>Feature: added option for general \"shuffle\" in items</li>\n<li>Feature: made option for text modify, and get the current page url and current page title</li>\n<li>Feature: get feature image of a product from a first gallery image if featured image not exists</li>\n<li>Feature: added function \"one_random\" and \"first\" to get_items twig function</li>\n<li>Feature: added support for jet listing item</li>\n<li>Change: changed the \"choose template\" setting text to attirbute title</li>\n<li>Fix: fixed load more if offset turned on in the grid</li>\n<li>Fix: fixed link control attributes parsing</li>\n<li>Fix: fixed sync general api related bugs in elementor editor</li>\n</ul>\n\n<p>version 1.5.0 = 2022-02-02:</p>\n\n<ul>\n<li>Feature: added tabs in items controls</li>\n<li>Feature: added functionality for ajax taxonomies terms filter</li>\n<li>Feature: added some accessability to owl carousel buttons</li>\n</ul>\n\n<p>version 1.4.99: 2022-01-27:</p>\n\n<ul>\n<li>Feature: added option for disable content filtering in general settings->troubleshooting</li>\n<li>Feature: added taxonomies in widget debug output</li>\n<li>Fix: fixed some gallery lazy load related js bugs</li>\n</ul>\n\n<p>version 1.4.98: 2022-01-14:</p>\n\n<ul>\n<li>Feature: modified remote general js api to fit more types of widgets</li>\n<li>Feature: added support for put meta field in post list</li>\n<li>Fix: fixed some small php notices output in post query</li>\n</ul>\n\n<p>version 1.4.97 = 2022-01-06:</p>\n\n<ul>\n<li>Feature: add code base for the taxonomy filter</li>\n<li>Feature: added option to highlight all carousel items</li>\n<li>Feature: added active class to new owl carousel</li>\n<li>Feature: added scroll on click functionality to new owl carousel</li>\n<li>Fix: added support for acf fields styles in dynamic grid</li>\n<li>Fix: fixed some wp-rocket and filters related bug</li>\n</ul>\n\n<p>version 1.4.96 = 2021-12-29:</p>\n\n<ul>\n<li>Feature: use yoast main category feature to determine post main category</li>\n<li>Feature: added get woocommerce product gallery functionality to twig</li>\n<li>Feature: added support for multiple attribute conditoins values</li>\n<li>Feature: added menu order in advanced widget debug type</li>\n<li>Feature: added WooCommerce endpoints links code to twig</li>\n<li>Feature: added option to disable font awesome in general settings</li>\n<li>Fix: fixed some filters related issue</li>\n<li>Fix: added custom attributes to link attributes output</li>\n</ul>\n\n<p>version 1.4.95 = 2021-12-16:</p>\n\n<p>*Fix: fixed db table not found php bug in some cases</p>\n\n<p>version 1.4.94 = 2021-12-14:</p>\n\n<ul>\n<li>Feature: made posible multiple includes condition values per assets</li>\n<li>Feature: added meta value2 and meta value3 in include by meta value post selection</li>\n<li>Feature: added error notice if no api connectivity</li>\n<li>Feature: added attributes section conditions</li>\n<li>Feature: prepared code base for the new galleries</li>\n<li>Fix: fixed some small pagination related bug</li>\n<li>Fix: fixed remote connection parent detection in some cases</li>\n<li>Fix: added content filtering by filter widget_text_content for all the embed and other content modifications</li>\n<li>Fix: fixed edit defaulsin widget settings</li>\n<li>Fix: fixed some polylang issues with the template in dynamic template widgets</li>\n<li>Fix: [security] remove the \"duplicate layout\" functionality (not used in the plugin) that had some security issues </li>\n</ul>\n\n<p>version 1.4.93 = 2021-12-03:</p>\n\n<ul>\n<li>Fix: fixed some connected widgets bugs when there is many of them in the page</li>\n<li>Change: removed the black friday sale banner</li>\n<li>Feature: added general remote API for various widgets connections</li>\n<li>Feature: add some code base for the new gallery output</li>\n</ul>\n\n<p>version 1.4.92 = 2021-11-24:</p>\n\n<ul>\n<li>Fix: fixed similar post content in post list</li>\n<li>Change: saparated remote and sync options in connected widgets settings</li>\n</ul>\n\n<p>version 1.4.91 = 2021-11-23:</p>\n\n<ul>\n<li>Fix: fixed the wrong post intro in editor mode</li>\n</ul>\n\n<p>version 1.4.90 = 2021-11-22:</p>\n\n<ul>\n<li>Addition: added black friday banner discount banner and link</li>\n<li>Change: improved \"sync widgets\" editor experience</li>\n<li>Fix: fixed depricated \"post\" attribute bug</li>\n<li>Fix: modified zip extracting error messages</li>\n</ul>\n\n<p>version 1.4.89 = 2021-11-17:</p>\n\n<ul>\n<li>Feature: done the functionality for sync widgets</li>\n<li>Feature: done the functionality remote widgets</li>\n<li>Fix: fixed error message on remote widgets</li>\n<li>Fix: fixed css in post content in editor</li>\n<li>Fix: use better strip tags for post intro</li>\n</ul>\n\n<p>version 1.4.88 = 2021-11-08:</p>\n\n<ul>\n<li>Fix: fixed gutenberg support in widgets</li>\n<li>Fix: fixed all the pagination issues in archive page</li>\n</ul>\n\n<p>version 1.4.86 = 2021-11-01:</p>\n\n<ul>\n<li>Fix: fixed some load more last issues</li>\n<li>Feature: added code for taxonomy terms filter</li>\n<li>Feature: added code for checkbox filter</li>\n</ul>\n\n<p>version 1.4.86 = 2021-10-29:</p>\n\n<ul>\n<li>Feature: improved current query debug - full type</li>\n<li>Feature: added dropdown responsive placeholders</li>\n<li><p>Feature: added radio boolean attribute responsive controls</p></li>\n<li><p>Fix: fixed controls tabs functionality</p></li>\n<li>Fix: fixed load more custom image bug</li>\n<li>Fix: fixed double load more in a page mishmash bug</li>\n<li>Fix: fixed all load more issues</li>\n</ul>\n\n<p>version 1.4.85 = 2021-10-13:</p>\n\n<p>-bug fix: small bug fix - headers sent bug</p>\n\n<p>version 1.4.84 = 2021-10-13:</p>\n\n<ul>\n<li>Feature: added taxonomy terms full query debug option</li>\n<li>Feature: improved full debug type in posts query</li>\n<li>Feature: added items support in editor->background switcher</li>\n<li>Feature: added support for remote controls</li>\n<li>Feature: functionality to posts load more</li>\n<li>Feature: added second condition</li>\n<li>Feature: added tabs functionality to attributes</li>\n<li>Addition: added %,px to slider units</li>\n<li>Fix: fixed avoid duplicates related bug</li>\n<li>Fix: fixed conflicting wordpress codemirror script</li>\n<li>Fix: fixed post selection values init from editor</li>\n<li>Fix: fixed pagination on front page</li>\n<li>Fix: fixed some polylang related bugs</li>\n</ul>\n\n<p>version 1.4.83 = 2021-09-22:</p>\n\n<ul>\n<li>Fix: fixed styles mishmash inside elementor editor navigator</li>\n<li>Fix: fixed dissapearing carousels after refresh bug</li>\n<li>Fix: fixed dynamic grid pagination not changed</li>\n</ul>\n\n<p>version 1.4.82 = 2021-09-20:</p>\n\n<ul>\n<li>Feature: added troubleshooting setting - show php error message</li>\n<li>Feature: added px, vh, % options for slider attribute</li>\n<li>Feature: added dynamic group attributes for galleries, including image and video</li>\n<li>Feature: added option to convert one date string to another with ucdate filter</li>\n<li>Feature: added option to use items in background widgets</li>\n<li>Feature: added ucfunc(\"set\") and ucfunc(\"get\") functions in twig for remember and retrieve variables</li>\n<li>Feature: added include by option: \"children of current term\" to category selection options</li>\n<li>Feature: added option to pull woo product variations in twig</li>\n<li>Feature: added placeholder: link_withprefix, link_noprefix for link attribute</li>\n<li>Fix: fixed error when exists dynamic link in dynamic loop widgets</li>\n<li>Fix: enabled pagination in a single type in dynamic template grid</li>\n<li>Fix: the \"not equal\" attributes condition now works</li>\n<li>Fix: fixed not editable empty dropdown attribute in widget editor</li>\n<li>Fix: fixed mb_string absence php bug</li>\n<li>Fix: fixed heading attribute label</li>\n<li>Fix: fixed responsive elementor controls in widget items</li>\n</ul>\n\n<p>version 1.4.81 = 2021-08-17:</p>\n\n<ul>\n<li>Feature: added json select (lottie) for image attribute type </li>\n<li>Feature: made option for ajax in widgets with post list attribute</li>\n<li>Feature: made the ajax pagination work with pagination widget</li>\n<li>Feature: added dynamic options for number and slider attribute types</li>\n<li>Feature: added new owl carousel sources in assets chooser</li>\n<li>Feature: added heading attribute</li>\n<li>Change: added more types of debug for pagination widget</li>\n<li>Change: changed widget icons chooser for elementor icon instead of font awesome icon</li>\n<li>Fix: fixed import with template button dissapear in the new bar</li>\n<li>Fix: fixed widgets icons</li>\n</ul>\n\n<p>version 1.4.80 = 2021-08-09:</p>\n\n<ul>\n<li>Feature: added option to change items section label</li>\n<li>Feature: added js snippet with code that works in elementor popup</li>\n<li>Feature: added option to add {current_user_id} keyword in post meta query</li>\n<li>Feature: added option for block label inside each attribute</li>\n<li>Feature: added heading text option for items section</li>\n<li>Feature: added extra fields to image base gallery options</li>\n<li>Feature: added php filter option for variable</li>\n<li>Feature: added twig functions \"get_post_term\" and \"is_post_has_term\". The examples visible when you click on item.posts.putPostTerm placeholder</li>\n<li>Fix: fixed some test widgets output relate bugs</li>\n<li>Fix: conditions settings was not affected typography controls</li>\n<li>Fix: fixed template dynamic background image didn\'t displayed bug in dynamic loops</li>\n<li>Change: added some instructions for api connectivity test in general settings - troubleshooting</li>\n</ul>\n\n<p>version 1.4.79 = 2021-07-13</p>\n\n<ul>\n<li>Fix: fixed scripts output in preview widget page</li>\n</ul>\n\n<p>version 1.4.78 = 2021-07-12</p>\n\n<ul>\n<li>Change: added birthday sale promotions</li>\n<li>Feature: added woo commerce products to dynamic loop items source</li>\n</ul>\n\n<p>version 1.4.77 = 2021-07-07</p>\n\n<ul>\n<li>Fix: fixd the is_ajax() error function from the admin area</li>\n</ul>\n\n<p>version 1.4.76 = 2021-07-07</p>\n\n<ul>\n<li>Feature: added option to show post last modified date</li>\n<li>Feature: added function: get_from_sql in widget editor that allow to pull any custom records from DB</li>\n<li>Feature: added function: run_code_once in widget editor, that allow to run the code only once. Good for many similar widgets on the same page</li>\n<li>Feature: added option for load widget js as module</li>\n<li>Fix: fixed no key_thumb field in images inside widget</li>\n<li>Fix: fixed no condition in image sizes widget setting</li>\n<li>Fix: fixed javascript based backgrounds</li>\n<li>Fix: fixed brocken svg icon on catalog widget box in some of the cases</li>\n<li>Fix: fixed collision with rankmath in ajax actions</li>\n<li>Change: added some max length for a widget category, now it\'s 60</li>\n</ul>\n\n<p>version 1.4.75 = 2021-06-21</p>\n\n<ul>\n<li>Feature: added category image to products list</li>\n<li>Feature: added option to include as module widget js include</li>\n<li>Feature: added option to write custom handle to widget js and css include</li>\n<li>Feature: added options - avoid duplicate posts to post query exclude</li>\n<li>Feature: added option to include or exclude posts by dynamic field to posts selection</li>\n<li>Feature: added option to include or exclude posts by logged in user, in posts selection</li>\n<li>Fix: fixed background widget condition functionality</li>\n<li>Fix: changed template picker to simple select2 list</li>\n</ul>\n\n<p>version 1.4.74 = 2021-06-02</p>\n\n<ul>\n<li>Feature: added function put_date_range to twig functions. good for events widgets</li>\n<li>Feature: added integration with google map</li>\n<li>Feature: added function: \"run_code_once\" for twig</li>\n<li>Feature: added grouped options for the gallery</li>\n<li>Feature: added option to get posts by date from custom ACF field</li>\n<li>Feature: added gallery settings options for dynamic settings attribute</li>\n<li>Feature: added pagination to dynamic loop</li>\n<li>Change: improved dynamic settings attribute</li>\n</ul>\n\n<p>version 1.4.73 = 2021-05-20</p>\n\n<ul>\n<li>Feature: added twig function: \"put_attributes_json\" that available in js tab in widget editor</li>\n<li>Feature: added constant - uc_inside_editor - for distinquish between editor and site front</li>\n<li>Feature: added multiple select attribute</li>\n<li>Feature: added listing attribute support</li>\n<li>Fix: fixed \"request too long\" message on a widget preview - shortened preview url</li>\n<li>Fix: fixed several bugs with condition field in widgets editor</li>\n<li>Fix: fixed hidden image size select on item attributes</li>\n<li>Fix: fixed acf group field output</li>\n<li>Fix: fixed elementor template in items, changed to specific function</li>\n</ul>\n\n<p>version 1.4.72 = 2021-05-02</p>\n\n<ul>\n<li>Feature: added rating stars helper placeholder for woocommerce</li>\n<li>Feature: added option to include js file after elementor-frontend</li>\n<li>Fix: fixed new typography deprecation message</li>\n</ul>\n\n<p>version 1.4.71 = 2021-04-22</p>\n\n<ul>\n<li>Feature: added option to take post id\'s from php function in post selection</li>\n<li>Feature: added option for get posts by meta field that located in current or different post</li>\n<li>Feature: added twig filter: wc_price for native price filtering</li>\n<li>Feature: added post terms titles to post data debug</li>\n<li>Change: added option for woocommerce categories in terms selection</li>\n<li>Fix: fixed price issues in woocommerce related grids</li>\n<li>Fix: fixed include and exclude terms mismatch with nested tax query</li>\n<li>Fix: fixed pagination on search pages</li>\n</ul>\n\n<p>version 1.4.70 = 2021-04-14</p>\n\n<ul>\n<li>Feature: added show widget data debug options</li>\n<li>Feature: added option for filter post by post meta</li>\n<li>Feature: added option for simple condition for attributes</li>\n<li>Feature: added integration with wordpress popular post plugin for most viewed posts selection</li>\n<li>Feature: added post list variables for data debug</li>\n<li>Feature: added image sizes selector for post list</li>\n<li>Feature: get thumbnailID from content in case that it\'s missing in post</li>\n<li>Fix: when bulk moving attribute it now always goes to general category</li>\n<li>Fix: fixed filter posts by status</li>\n<li>Fix: fixed instagram media albom</li>\n</ul>\n\n<p>version 1.4.69 = 2021-04-04</p>\n\n<ul>\n<li>Feature: added extra query debug options for custom post types selector</li>\n<li>Feature: added choose image size select option to image attribute</li>\n<li>Feature: added \"image_attributes\" placeholder for image output in widget editor</li>\n<li>Change: added default values select to hover animations attribute</li>\n<li>Change: changed button \"add to cart\" to \"select options\" for variable products in woocommerce list widgets</li>\n<li>Fix: fixed border radius attribute from width to radius</li>\n<li>Fix: added missing thumb sizes for image select</li>\n</ul>\n\n<p>version 1.4.68 = 2021-03-22</p>\n\n<ul>\n<li>Feature: added include recently viewed products in woocommerce</li>\n<li>Feature: added option for default max posts in post selector</li>\n<li>Feature: added attribute type: Border Dimensions</li>\n<li>Feature: added attribute type: CSS Filters</li>\n<li>Feature: added attribute type: Hover Animations</li>\n<li>Fix: removed max posts from archive type post query selection, because has no control over pagination.</li>\n<li>Fix: fixed bug when instagram video images didn\'t show up</li>\n</ul>\n\n<p>version 1.4.67 = 2021-03-12</p>\n\n<ul>\n<li>Feature: added api connectivity to troubleshooting section</li>\n<li>Feature: added options in terms selection fields</li>\n<li><p>Feature: added order by meta key for woo categories select</p></li>\n<li><p>Fix: fixed woo product price format for decimal prices</p></li>\n<li>Fix: fixed context menu cut from bottom inside the widgets manager</li>\n<li>Fix: fixed show item data in widgets items repeater</li>\n<li>Fix: fixed float to round in woocommerce discount percents</li>\n</ul>\n\n<p>version 1.4.66 = 2021-02-18</p>\n\n<ul>\n<li>Feature: added \"box shadow\" attribute type</li>\n<li>Feature: added url_posts and num_posts to users output</li>\n<li>Feature: added option for selector 2 and selector 3 in several attributes</li>\n<li>Feature: added copy / paste attributes sections in widget editor</li>\n<li>Feature: added option for get default object to getListingItemData function</li>\n<li>Feature: added support for wpml site language inside a widget</li>\n<li>Feature: added acf image and thumbnails widths and heights to placeholders list</li>\n<li>Fix: load js include file in editor even if no js code</li>\n<li>Fix: fixed some php notice with exclude terms posts selection</li>\n<li>Fix: fixed small bug in getListingItemData function with no object returned</li>\n<li>Fix: fixed post selection manual select no posts shown at init</li>\n<li>Fix: fixed bug when private posts not fetched on manual posts selection</li>\n<li>Change: updated codemirror to latest version, added code search feature</li>\n<li>Change: updated freemius sdk to 2.4.2</li>\n</ul>\n\n<p>version 1.4.65 = 2021-02-03</p>\n\n<ul>\n<li>Feature: added option to fetch custom meta fields in users list</li>\n<li>Feature: added function to twig: getByPHPFunction()</li>\n<li>Feature: added function to twig: getUserMeta()</li>\n<li>Feature: added function to twig: getListingItemData() - working inside any plugin listing</li>\n<li>Fix: fixed php sanitize array bug</li>\n<li>Fix: fixed post type in related posts post selection</li>\n</ul>\n\n<p>version 1.4.64 = 2021-02-02</p>\n\n<ul>\n<li>Change: moved \"edit widget html\" button to advanced section in general tab</li>\n<li>Feature: added option to exclude products on sale in products query section in widget settings</li>\n<li>Feature: added option to exclude specific posts in post selection widget settings</li>\n<li>Feature: added woocommerce related products select in post selection</li>\n<li>Feature: added include/exclude posts by author in widget posts selection</li>\n<li>Feature: added include/exclude posts by date in widget posts selection</li>\n<li>Feature: added date/time picker to widget attributes types</li>\n<li>Feature: added post status to widget posts selection</li>\n<li>Feature: added offset setting to widget posts selection</li>\n<li>Feature: added author url and author post count to users fields</li>\n<li>Feature: added max number of users to user selection attribute</li>\n<li>Feature: added \"elementor template\" attribute</li>\n<li>Fix: fixed small php bug in post selection control</li>\n<li>Fix: fixed js bug in items repeater</li>\n<li>Fix: fixed exclude role not worked in user selection attribute</li>\n<li>Fix: fixed get products on sale selection with variations</li>\n</ul>\n\n<p>version 1.4.63 = 2021-01-26</p>\n\n<ul>\n<li>Feature: added acf link array and attributes</li>\n<li>Feature: added ordering features to post selection related and manual</li>\n<li>Feature: added option for showing only sticky posts</li>\n<li>Feature: added exclude by term setting in widget post selection</li>\n<li>Change: moved debug data from advaned to general folder in elementor widget settings</li>\n<li>Fix: fixed woo commerce prices number format</li>\n<li>Fix: fixed refresh posts on \"post query\" section open in widget post settings</li>\n<li>Fix: fixed manual posts selection default order</li>\n</ul>\n\n<p>version 1.4.62 = 2021-01-21</p>\n\n<ul>\n<li>Feature: added text shadow field</li>\n<li>Feature: added \"manual selection\" in posts query</li>\n<li>Feature: added compatability tag</li>\n<li>Fix: fixed image size thumb name with \"-\" sign inside</li>\n<li>Fix: fixed some php warning related to array to string conversion, happening in php 8</li>\n<li>Change: show woo commerce placeholders if selected \"for woocommerce products\" checkbox in post list attribute</li>\n<li>Change: improved woo category output placeholder help, added getTermCustomFields function</li>\n</ul>\n\n<p>version 1.4.61 = 2021-01-14</p>\n\n<ul>\n<li>Feature: added max posts and order by options to current query posts selection</li>\n<li>Feature: added manual selection for woocommerce categories select</li>\n<li>Feature: added selector and responsive to drop down attribute in widget builder</li>\n<li>Change: changed buy pro version link from the catalog widgets to inside of the plugin</li>\n<li>Fix: fixed adding widgets to a db table that is not auto incriment</li>\n<li>Fix: fixed svg preview from widget builder interface</li>\n<li>Fix: fixed manual memory check when registering widgets</li>\n</ul>\n\n<p>version 1.4.60 = 2020-12-30</p>\n\n<ul>\n<li>Feature: added option for third party integration for woocommerce grid</li>\n<li>Feature: added integration for \"advanced labels for woocommerce\" plugin</li>\n<li>Feature: added view file button in assets manager</li>\n<li>Feature: added svg icon option together with font icon for elementor panel widget box</li>\n<li>Feature: added preview image on mouseover inside elementor panel widget box</li>\n<li><p>Feature: added option for disabling \"edit widget html\" from widget settings</p></li>\n<li><p>Fix: fixed empty settings when there are gallery item setting only</p></li>\n<li>Fix: added \"no settings\" heading in case that no attributes in the widget</li>\n<li>Fix: fixed some php warnings for php 8.0</li>\n</ul>\n\n<p>version 1.4.59 = 2020-12-17</p>\n\n<ul>\n<li>Fix: fixed import template redirect</li>\n<li>Feature: added option to include sticky posts for post query</li>\n<li>Feature: added post pagination for single page</li>\n<li>Feature: added number of items for instagram widget</li>\n<li>Feature: added background image to background attribute</li>\n</ul>\n\n<p>version 1.4.58 - 2020-12-07</p>\n\n<ul>\n<li>Feature: make the plugin translatable for wordpress.org</li>\n</ul>\n\n<p>version 1.4.57 - 2020-12-07</p>\n\n<ul>\n<li>Feature: done post pagination widget for archive posts</li>\n<li>Feature: added option to truncate the post list</li>\n<li>Fix: fixed show debug query on current post query</li>\n</ul>\n\n<p>version 1.4.56 - 2020-11-30</p>\n\n<ul>\n<li>Update: relesed cyber monday deal admin notice</li>\n</ul>\n\n<p>version 1.4.55 - 2020-11-26</p>\n\n<ul>\n<li>Feature: added option to sort by sale price</li>\n<li>Feature: added option to debug query</li>\n<li>Feature: added option debug widget data</li>\n<li>Feature: added option to filter posts with child categories</li>\n<li><p>Feature: added option to include only products on sale</p></li>\n<li><p>Fix: fixed no widget shown in some cases</p></li>\n<li>Fix: fixed woocommerce prices placeholders prefix</li>\n</ul>\n\n<p>version 1.4.54 - 2020-11-13 =</p>\n\n<ul>\n<li>Update: updated freemius sdk to newest version</li>\n<li>Fix: fixed comma saparated selector</li>\n</ul>\n\n<p>version 1.4.53 - 2020-11-09 =</p>\n\n<ul>\n<li>Feature: added background widgets and section backgrounds</li>\n<li>Change: removed global colors from template export</li>\n<li>Fix: fixed bug with regular and sale price in woocommerce</li>\n</ul>\n\n<p>version 1.4.52 - 2020-11-06 =</p>\n\n<p>Fix: fixed bug with regular and sale price in woocommerce</p>\n\n<p>version 1.4.51 - 2020-11-04 =</p>\n\n<ul>\n<li>Feature: added svg output in icon library attribute</li>\n<li>Feature: added woocommerce checkbox to post list</li>\n<li>Feature: added product out of stock filter for product selection</li>\n<li>Feature: added discount_percent field in post list attribute woocommerce product type</li>\n<li>Feature: added woocommerce post list order by price option</li>\n<li>Fix: fixed woocommerce category in post list attribute</li>\n</ul>\n\n<p>version 1.4.50 - 2020-10-21 =</p>\n\n<ul>\n<li>Fix: removed display errors setting</li>\n</ul>\n\n<p>version 1.4.49 - 2020-10-12 =</p>\n\n<ul>\n<li>Fix: fixed small bug with non existing controls</li>\n<li>Fix: fixed general settings error when turning off plugin</li>\n</ul>\n\n<p>version 1.4.48 - 2020-10-12 =</p>\n\n<p>*Feature: added border attribute\n*Fix: page break in some versions of elementor\n*Fix: fixed bulk move attributes with categories\n*Fix: fixed default items image field not match</p>\n\n<p>version 1.4.47 - 2020-10-08 =</p>\n\n<ul>\n<li>Update: remove russian translation</li>\n<li>Feature: added function: get_items for twig</li>\n<li>Fix: fixed switch content and style tab</li>\n<li>Fix: fixed slider control tablet/mobile default value</li>\n<li>Fix: fixed non ordered widget categories</li>\n</ul>\n\n<p>version 1.4.46 - 2020-10-04 =</p>\n\n<ul>\n<li>Feature: added function put_items_json for js items output</li>\n<li>Fix: returned widgets from uncategorized category</li>\n</ul>\n\n<p>version 1.4.45 - 2020-10-04 =</p>\n\n<ul>\n<li>Fix: fixed template import with custom widgets</li>\n</ul>\n\n<p>version 1.4.44 - 2020-10-03 =</p>\n\n<ul>\n<li>Feature: added flexible content type attribute</li>\n<li>Optimize: reduced the number of db queries, dramatically increased load speed</li>\n</ul>\n\n<p>version 1.4.43 - 2020-09-22 =</p>\n\n<ul>\n<li>Feature: added option to group attributes into sections</li>\n<li>Feature: done instagram access token auto renew</li>\n<li>Feature: added \"selector\" to color picker attribute</li>\n<li>Fix: improved consolidate widgets option protection</li>\n<li>Fix: fixed select default widget images</li>\n<li>Fix: fixed default items in gallery item (image base fields)</li>\n<li>Fix: fixed image display in default item selector</li>\n<li>Fix: global colors was absent from color selection</li>\n</ul>\n\n<p>version 1.4.42 - 2020-08-06 =</p>\n\n<ul>\n<li>Feature: added option to get grouped woocomerce products</li>\n<li>Feature: added instagram connect to official API</li>\n<li>Feature: added function: getUserData(), added into \"twig code examples\" panel</li>\n<li>Feature: added \"printVar\" and \"showDebug\" functions \"twig code examples\" panel</li>\n<li>Feature: done \"login with instagram\" in general settings, and get data from instgram API</li>\n<li>Fix: sorted \"overwrite widgets\" issue on import</li>\n<li>Fix: fixed dropdown attribute when work with html data</li>\n</ul>\n\n<p>version 1.4.41 - 2020-06-18 =</p>\n\n<ul>\n<li>Feature: added additional controls to \"number\" attribute</li>\n<li>Feature: added \"exclude uncategorized category\" to woocommerce categories select </li>\n<li>Feature: added responsive controls to slider attribute</li>\n<li>Fix: fixed template type variable issues in elementor integration</li>\n<li>Fix: show pagination only when \"current query\" is available</li>\n<li>Fix: fixed select2 field min width in posts query</li>\n</ul>\n\n<p>version 1.4.40 - 2020-06-10 =</p>\n\n<ul>\n<li>Change: hided \"consolidate widgets\" general setting</li>\n<li>Feature: added \"show/hide wrapping html comments\" to general settings</li>\n<li>Fix: fixed export template filename</li>\n</ul>\n\n<p>version 1.4.39 - 2020-06-02 =</p>\n\n<ul>\n<li>Fix: fixed save widgets from editor with large config limitation.</li>\n<li>Fix: fixed export template with page settings bug.</li>\n<li>Fix: removed extra fields from items editor, leaved only supported fields</li>\n<li>Change: updated freemius SDK to latest version</li>\n</ul>\n\n<p>version 1.4.36 - 2020-05-21 =</p>\n\n<ul>\n<li>Feature: added support for pods panda repeater</li>\n<li>Fix: done some solution for max_execution_time issues when installing template</li>\n<li>Fix: fixed rtl on templates dialog popup</li>\n<li>Fix: corrected the naming near the \"number\" field</li>\n<li>Fix: cleared \"twig\" library from some not needed files.</li>\n<li>Change: removed \"image view\" file from framework.</li>\n</ul>\n\n<p>version 1.4.35 - 2020-05-11 =</p>\n\n<ul>\n<li>Feature: added term custom fields support</li>\n<li>Feature: added term meta fields support</li>\n<li>Change: moved composer vendor folder to plugin root</li>\n<li>Change: fixed empty templates list bug when \"show only installed widget\" checkbox checked</li>\n<li>Fix: sorted out some of the templates import bugs</li>\n</ul>\n\n<p>version 1.4.34 - 2020-05-06 =</p>\n\n<ul>\n<li>Fix: removed category ations from templates section</li>\n<li>Fix: show \"putPostMeta\" function even if no example post available</li>\n<li>Fix: fixed finally all the DB not installed issues on elementor and admin pages</li>\n</ul>\n\n<p>version 1.4.33 - 2020-05-03 =</p>\n\n<ul>\n<li>Fix: fixed double twig collision by another plugin</li>\n</ul>\n\n<p>version 1.4.32 - 2020-05-02 =</p>\n\n<ul>\n<li>Update: updated to newest twig 1.x version</li>\n<li>Fix: fixed no space between placeholders in php 7.4 bug</li>\n</ul>\n\n<p>version 1.4.31 - 2020-04-26 =</p>\n\n<p>*Fix: fixed dissapearing widget issue</p>\n\n<p>version 1.4.30 - 2020-04-23 =</p>\n\n<ul>\n<li>Fix: fixed couple of bugs related to templates</li>\n</ul>\n\n<p>version 1.4.29 - 2020-04-22 =</p>\n\n<ul>\n<li>Feature: released the templates catalog</li>\n</ul>\n\n<p>version 1.4.28 - 2020-04-10 =</p>\n\n<ul>\n<li>Feature: added woocommerce categories field</li>\n<li>Fix: fixed export / import with images feature</li>\n<li>Fug: fixed error message on front on some cases when the db tables not installed yet.</li>\n</ul>\n\n<p>version 1.4.27 - 2020-04-01 =</p>\n\n<p>Fix: fixed widget default icon in manager\nFeature: added \"getPostMeta, putPostMeta, printPostMeta\" functions\nFeature: added \"getPostData\" function for acf related posts, that get\'s all the data from the related post including custom fields</p>\n\n<p>version 1.4.26 - 2020-03-28 =</p>\n\n<ul>\n<li>Change: changed to new api address</li>\n<li>Fix: fixed links not included bug in theme builder posts</li>\n<li>Fix: fixed link to buy pro version</li>\n<li>Fix: fixed free version remain activated bug</li>\n<li>Fix: simpleXML validation made the site down</li>\n</ul>\n\n<p>version 1.4.25 - 2020-03-09 =</p>\n\n<ul>\n<li>Feature: added \"responsive controls\" to margin and padding setting</li>\n<li>Feature: made \"refresh catalog\" button</li>\n<li>Feature: added \"num_items\" variable to the widget editor</li>\n<li>Change: removed the \"default fonts\" from widget defaults screen</li>\n<li>Fix: fixed some php bug in \"implode\" function</li>\n<li>Fix: fixed posts from sub categories in post list</li>\n</ul>\n\n<p>version 1.4.24 - 2020-02-14 =</p>\n\n<ul>\n<li>Feature: made \"export with images\" option in templates</li>\n<li>Fix: fixed import category widgets</li>\n<li>Fix: fixed icon html output placeholder</li>\n</ul>\n\n<p>version 1.4.23 - 2020-02-02 =</p>\n\n<ul>\n<li>Feature: improved the slider attribute</li>\n<li>Feature: added \"menu\" attribute</li>\n</ul>\n\n<p>version 1.4.22 - 2020-01-28 =</p>\n\n<ul>\n<li>Feature: added woo currency symbol</li>\n<li>Feature: added woo add to cart button</li>\n<li>Feature: added slider attribute</li>\n<li>Widget: logo grid</li>\n<li>Widget: logo carousel</li>\n<li>Widget: logo marquee</li>\n<li>Widget: image tooltip</li>\n<li>Widget: content toggle</li>\n<li>Widget: circle number</li>\n<li>Widget: post list</li>\n</ul>\n\n<p>version 1.4.21 - 2020-01-22 =</p>\n\n<ul>\n<li>Feature: added users attribute</li>\n<li>Feature: done multiple post type selector</li>\n<li>Feature: added background attribute</li>\n<li>Feature: added icon library html output</li>\n<li>Feature: added woo commerce support in posts list</li>\n<li>Bug fix: fixed icons not shown bug in widget settings</li>\n</ul>\n\n<p>version 1.4.20 - 2020-01-15 =</p>\n\n<ul>\n<li>Bug fix: fixed font awesome icon output</li>\n<li>Bug fix: fixed instagram not loading bug</li>\n<li>Change: updated font awesome css version</li>\n<li>Change: changed the way that instagram was loaded on the page</li>\n</ul>\n\n<p>version 1.4.19 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added filter by slug to terms attribute</li>\n<li>Feature: changed repeater items titles to the ones from \"title\" field instead of \"Item1\", \"Item2\" etc.</li>\n<li>Feature: added automated styling for date field, added \"ucdate\" filter for that.</li>\n<li>Feature: done functionality for display post author</li>\n<li>Change: changed the font awesome attribute to fa5</li>\n<li>Change: added strip html tags from truncate function</li>\n</ul>\n\n<p>version 1.4.18 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added all image sizes to posts</li>\n<li>Feature: added \"putPostTerms\" function to posts</li>\n<li>Feature: added wpautop filter to twig</li>\n<li>Feature: added option for custom twig PHP functinoality for PRO version</li>\n<li>Feature: hide \"edit widget html\" button for user that don\'t have capability to see the plugin </li>\n<li>Feature: added wpml compatablity</li>\n<li>Feature: added related posts in posts list</li>\n<li>Feature: added padding and margin controls (pro)</li>\n<li>Bug Fix: fixed pagination output</li>\n</ul>\n\n<p>version 1.4.17 - 2019-12-12 =</p>\n\n<ul>\n<li>Change: changed to more flexible catalog api</li>\n</ul>\n\n<p>version 1.4.16 - 2019-08-12 =</p>\n\n<ul>\n<li>Feature: added post query relation (and, or) chooser</li>\n<li>Change: update to freemius sdk 2.3.1</li>\n<li>Feature: added \"trancate\" filter</li>\n<li>Fix: fixed editor permissions PHP Error</li>\n</ul>\n\n<p>version 1.4.15 - 2019-19-11 =</p>\n\n<ul>\n<li>Change: remove the old deprecated codecanyon activation</li>\n<li>Fix: fixed bug when both plugins are installed together</li>\n<li>Fix: fixed empty widget content when put a lot of content in the widget html/js</li>\n<li>Feature: added option for fonts for post list for intro and content</li>\n<li>Feature: added custom filter query ID in posts list query (pro)</li>\n<li>Feature: added labels to typography fields</li>\n<li>Feature: added description option for elementor controls</li>\n<li>Feature: added option to add help links to widgets from the widget editor</li>\n</ul>\n\n<p>version 1.4.14 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed js not included bug</li>\n</ul>\n\n<p>version 1.4.13 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed terms attribute selector bugs in elementor</li>\n<li>Fix: fixed post selection was not showing post types without taxonomies</li>\n<li>Fix: fixed rtl visibility issues in admin</li>\n</ul>\n\n<p>version 1.4.12 - 2019-15-10 =</p>\n\n<ul>\n<li>Feature: added exclude posts by current post</li>\n<li>Feature: added post category addition custom taxonomy support</li>\n<li>Fix: fixed some bug in post list selector elementor</li>\n</ul>\n\n<p>version 1.4.11 - 2019-07-10 =</p>\n\n<p>*Feature: added link param html attributes placeholder\n*Feature: added category link to post list params\n*Fix: fixed post list category not displayed bug</p>\n\n<p>version 1.4.10 - 2019-28-9 =</p>\n\n<p>-bug fix: added some front end protection against db not installed bug\n* Feature(pro): added do_action for custom wp actions run\n* Feature(pro): added apply_filters for custom wp actions run\n-bug fix: fixed export widget with assets path\n-change: added instructions to download pro version.</p>\n\n<h4>1.4.7 - 2019-18-9</h4>\n\n<p>*Fix: fixed post category selection in post list</p>\n\n<h4>1.4.6 - 2019-18-9</h4>\n\n<p>*Fix: fixed dynamic items in repeater</p>\n\n<h4>1.4.6 - 2019-11-9</h4>\n\n<p>*Fix: fixed admin body class external\n*Feature: make support for post categories list\n*Feature(pro) - made taxonomies list attribute\n*Fix: fixed current posts fetch in archive type</p>\n\n<h4>1.4.5 - 2019-19-8</h4>\n\n<p>*Change: improved widgets manager design</p>\n\n<h4>1.4.3 - 2019-25-7</h4>\n\n<p>*Change: updated the activation link from plugins\n*Change: small UI improvements</p>\n\n<h4>1.4.2 - 2019-24-7</h4>\n\n<p>*Feature: add post category to dynamic fields\n*Feature: added toolset integration</p>\n\n<h4>1.4.1 - 2019-8-7</h4>\n\n<p>*Feature: added search widget\n*Feature: the plugin is now fully translatable, added russian translation</p>\n\n<h4>1.4 - 2019-8-7</h4>\n\n<p>*Change: moved to new payment system (freemius), changed pricing plans</p>\n\n<h4>1.3.39 - 2019-2-7</h4>\n\n<p>*Feature: add alt tags to image attribute\n*Feature: add automatic name from title on add attribute\n*Feature: redesign categories</p>\n\n<p>*Fix: removed autop filter change code from front end\n*Fix: allow to import widget when stand on category from catalog\n*Fix: fixed instagram widgets typography bug</p>\n\n<h4>1.3.38 - 2019-30-6</h4>\n\n<p>*Feature: added code examples / js snippets\n*Feature: added widget preview</p>\n\n<h4>1.3.37 - 2019-23-6</h4>\n\n<p>*Feature: add support for archive pages\n*Feature: added archive pages pagination\n*Change: changed fonts design controls</p>\n\n<h4>1.3.36 - 2019-20-6</h4>\n\n<p>*Fix: fixed multiple similar js includes in one page</p>\n\n<h4>1.3.35 - 2019-20-6</h4>\n\n<p>*Feature: add support for acf gallery field</p>\n\n<h4>1.3.34 - 2019-13-6</h4>\n\n<ul>\n<li>Feature: improved the post list filtering and ordering</li>\n</ul>\n\n<h4>1.3.33 - 2019-12-6</h4>\n\n<ul>\n<li>Feature: added ordering posts by meta value</li>\n<li>Fix: fixed site crash by db error</li>\n</ul>\n\n<h4>1.3.32 - 2019-11-6</h4>\n\n<ul>\n<li>Fix: fixed pods together with acf fileds</li>\n<li>Fix: added all categories to post list</li>\n</ul>\n\n<h4>1.3.31 - 2019-10-6</h4>\n\n<ul>\n<li>Feature: added link attribute</li>\n</ul>\n\n<h4>1.3.30 - 2019-06-6</h4>\n\n<ul>\n<li>Feature: made PODS integration</li>\n</ul>\n\n<h4>1.3.29 - 2019-06-5</h4>\n\n<ul>\n<li>Feature: added set widget icon functionality, with presence in catalog</li>\n<li>Feature: added preview widget button from the catalog</li>\n</ul>\n\n<h4>1.3.28 - 2019-06-3</h4>\n\n<ul>\n<li>Feature: made plugin translatable</li>\n</ul>\n\n<h4>1.3.27 - 2019-06-2</h4>\n\n<ul>\n<li>Fix: fixed font override attribute bug</li>\n</ul>\n\n<h4>1.3.26 - 2019-05-30</h4>\n\n<ul>\n<li>Feature: added typography attribute</li>\n</ul>\n\n<h4>1.3.25 - 2019-05-29</h4>\n\n<ul>\n<li>Tweak: added support for dynamic params in image field</li>\n</ul>\n\n<h4>1.3.24 - 2019-05-29</h4>\n\n<ul>\n<li>Fix: Fix dynamic field</li>\n<li>Tweak: Added message when adding an empty repeater from custom fields</li>\n</ul>\n\n<h4>1.3.23 - 2019-05-01</h4>\n\n<ul>\n<li>Feature: Added dynamic fields to all text controls</li>\n<li>Feature: Added \"edit html\" button to all widgets</li>\n<li>Fix: Fixed consolidated addons render bugs</li>\n</ul>\n\n<h4>1.3.22 - 2019-04-25</h4>\n\n<ul>\n<li>Feature: Made all acf fields integration including the pro like repeater and clone</li>\n</ul>\n\n<h4>1.3.21 - 2019-04-20</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.20 - 2019-04-15</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.19 - 2019-04-10</h4>\n\n<ul>\n<li>Feature: Done all acf fields</li>\n</ul>\n\n<h4>1.3.18 - 2019-04-05</h4>\n\n<ul>\n<li>Change: Update post child vars when change post</li>\n</ul>\n\n<h4>1.3.17 - 2019-04-01</h4>\n\n<ul>\n<li>Change: Add dynamic fields to addon editor</li>\n</ul>\n\n<h4>1.3.16 - 2019-03-30</h4>\n\n<ul>\n<li>Fix: Fixed the switchers </li>\n<li>Fix: Fixed the upload file</li>\n<li>Fix: Fixed checkbox in assets tab</li>\n</ul>\n\n<h4>1.3.15 - 2019-03-25</h4>\n\n<ul>\n<li>Fix: Fixed visual bugs</li>\n<li>Fix: Fixed radio boolean attribute (switcher)</li>\n</ul>\n\n<h4>1.3.14 - 2019-03-20</h4>\n\n<ul>\n<li>Fix: Fixed addon assets tab bugs</li>\n</ul>\n\n<h4>1.3.13 - 2019-03-15</h4>\n\n<ul>\n<li>Feature: Done export/import template with addons</li>\n</ul>\n\n<h4>1.3.12 - 2019-03-10</h4>\n\n<ul>\n<li>Feature: Added fedback on deactivate</li>\n</ul>\n\n<h4>1.3.11 - 2019-03-05</h4>\n\n<ul>\n<li>Fix: Fixed export import layout stuff</li>\n</ul>\n\n<h4>1.3.10 - 2019-03-01</h4>\n\n<ul>\n<li>Fix: Fixed assets tab issues</li>\n<li>Fix: Fixed post to articles category rename on install</li>\n</ul>\n\n<h4>1.3.09 - 2019-02-28</h4>\n\n<ul>\n<li>Fix: Fixed test addon jquery include</li>\n<li>Change: Added purchase link to license page</li>\n</ul>\n\n<h4>1.3.08 - 2019-02-25</h4>\n\n<ul>\n<li>Fix: Fixed settings text output</li>\n</ul>\n\n<h4>1.3.07 - 2019-02-20</h4>\n\n<ul>\n<li>Fix: Fixed font manager bug</li>\n</ul>\n\n<h4>1.3.06 - 2019-02-15</h4>\n\n<ul>\n<li>Fix: Fixed taxonomy issues</li>\n</ul>\n\n<h4>1.3.05 - 2019-02-10</h4>\n\n<ul>\n<li>Fix: Fixed add addon functionality</li>\n</ul>\n\n<h4>1.3.04 - 2019-02-05</h4>\n\n<ul>\n<li>Improvment: Improved post types category selection</li>\n</ul>\n\n<h4>1.3.03 - 2019-02-01</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.02 - 2019-01-30</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.01 - 2019-01-25</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.2.01 - 2019-01-20</h4>\n\n<ul>\n<li>Fix: Fixed js in editor when addins widget</li>\n</ul>\n\n<h4>1.2.00 - 2019-01-15</h4>\n\n<ul>\n<li>Feature: Pro version with a catalog</li>\n</ul>\n\n<h4>1.0.11 - 2019-01-10</h4>\n\n<ul>\n<li>Fix: Fixed some wordpress galleries related bug</li>\n</ul>\n\n<h4>1.0.10 - 2019-01-05</h4>\n\n<ul>\n<li>Fix: Fixed export category</li>\n</ul>\n\n<h4>1.0.09 - 2019-01-01</h4>\n\n<ul>\n<li>Change: Made global setting for consolidata addons or not</li>\n<li>Change: Updated some memory text in general settings</li>\n</ul>\n\n<h4>1.0.08 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed all notices related bugs</li>\n</ul>\n\n<h4>1.0.07 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed with default data types</li>\n</ul>\n\n<h4>1.0.06 - 2018-12-25</h4>\n\n<ul>\n<li>Fix: Fixed js includes consolidated</li>\n</ul>\n\n<h4>1.0.05 - 2018-12-20</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.04 - 2018-12-15</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.03 - 2018-12-10</h4>\n\n<ul>\n<li>Fix: Fixed empty category issues</li>\n</ul>\n\n<h4>1.0.02 - 2018-12-05</h4>\n\n<ul>\n<li>Fix: Fixed bug with some unit values in render output</li>\n</ul>\n\n<h4>1.0.00 - 2018-12-01</h4>\n\n<ul>\n<li>Release: First plugin release</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:7:\"1.5.107\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/72694.zip?is_premium=true&authorization=FSLA+14440533%3ANEJFUx4ew79Q1ty3CRHAr34yXy49XLpqKTWPfjTSa0jdU9MDd5j7m3eCHexD7wFLyMg2uAn2g8061T5JuQsASRXxhSOTvmDJLe5ieGzRaFmVNk0o4VgTmt3gcWTGCpPYMwvB13Hc99zetnpW6v-ghdhp75G7qibhU-r7Zk2wtbe8c1vW8dSrYYh3lljGndZviIYbiFZBJeIGYv4tqnNYfFsKcpuxVIjcy4F3dQGZSpoZxImusxj5sUgt0nUgGaj22QHpH8B4oa4bHfsVapMi1A\";}}s:7:\"created\";i:1715928822;s:9:\"timestamp\";i:1715932422;}s:92:\"get:/v1/installs/14440533/updates/latest.json?is_premium=true&newer_than=1.5.107&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:7:\"1.5.108\";s:11:\"sdk_version\";s:5:\"2.7.2\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:3:\"6.5\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:34146;s:2:\"id\";s:5:\"72877\";s:7:\"created\";s:19:\"2024-05-21 13:07:27\";s:7:\"updated\";s:19:\"2024-05-22 07:08:08\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/72877.zip?is_premium=true&authorization=FSLA+14440533%3ALBSnos-5UyIePmBvSAlL5OrO_6XpIq_Ffuy1AgcadPnYnrHlYUQxKMIo9dvmB6xNgfGemdDKV2NBw-tAlj_cZTxU8t0LuGYhauHFZrSkBnIM0cbpuYHe4Z7GV6mUARgmvJyAXVyPaFE_k3-psIFh9WKuyiJgJFccluuG39RH_mB4wh0lArs49Bn_G0EnQ0Tbkz5ws6xrzQsWjOKFzUB0jFB-wyLk36IDqHHt3QWf1T82QDVAxBMU7mTcDLV6onXqK4ea9-jStXwiWcn9uB-K1Q\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:66:\"Unlimited Elements For Elementor (Free Widgets, Addons, Templates)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"tags\";O:8:\"stdClass\":6:{s:9:\"elementor\";s:9:\"elementor\";s:8:\"elements\";s:8:\"elements\";s:6:\"addons\";s:6:\"addons\";s:16:\"elementor addons\";s:16:\"elementor addons\";s:16:\"elementor widget\";s:16:\"elementor widget\";s:12:\"page builder\";s:12:\"page builder\";}s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";N;s:6:\"tested\";s:3:\"6.5\";s:10:\"stable_tag\";s:3:\"1.0\";s:8:\"sections\";O:8:\"stdClass\":4:{s:11:\"description\";s:7110:\"<p><strong>Elementor</strong> users, elevate your web design experience with <strong>Unlimited Elements for Elementor</strong>. An all in one plugin that instantly gives you the most advanced widgets and tools to make better Elementor websites faster. Take your WordPress website to the next level.</p>\n\n<p><a href=\"https://unlimited-elements.com/elementor-widgets/\">View Elementor Widgets Demos</a>\n<br>\nBrowse our extensive collection of free widgets or upgrade to our pro version for access to over 200 additional unique drag and drop widgets for <strong>Elementor</strong>. Each widget provides a wide range of options to easily control every aspect. If you can\'t find what you need, our <strong>Widget Creator</strong> Framework empowers you to create any widget you can imagine.</p>\n\n<h3>Plugin Features</h3>\n\n<ul>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Widget Library</strong></a> – Enhance the popular Elementor page builder with our user-friendly and innovative widget library. Simplify your website by finding everything you need in one place, without the need for multiple plugins.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/widget-creator/\"><strong>Widget Creator</strong></a> – Save valuable time by eliminating the need to search for numerous plugins and add-ons. Instead, create customized, professional widgets that perfectly align with your website requirements.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-templates/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/loop-builder-for-elementor/\"><strong>Loop Builder</strong></a> – Easily create dynamic Loop Items within the Elementor Theme Builder by utilizing any loop widget layout of your preference. Effortlessly populate the chosen widget with dynamic content to craft versatile and engaging Loop Items.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/background-widgets-for-elementor/\"><strong>Background Widgets</strong></a> – Elevate your web designs instantly with our user-friendly animated backgrounds available in our extensive widget library. Experience seamless integration and unleash your creativity like never before.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/post-widgets-filters-tools/\"><strong>Post Widgets & Filters</strong></a> – Easily create stunning post layouts with real-time filters. Improve the browsing experience for website visitors by helping them find the content they\'re looking for. Effortlessly display posts using advanced criteria on your entire website.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/woo/\"><strong>WooCommerce Widgets & Filters</strong></a> – Create stunning product layouts with dynamic real-time filters. Showcase your products and categories in a wide array of interactive formats, such as grids, carousels, sliders, and more.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/remote-control-widgets/\"><strong>Woo Widgets & Filters</strong></a> – Unleash your creativity with advanced and customizable layouts. Take full control of your designs and make them truly unique using the remote controls. Stand out from the crowd with layouts that are both eye-catching and distinctive.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/sync-widgets/\"><strong>Sync Between Widgets</strong></a> – Elevate your web designs to new heights by seamlessly synchronizing multiple item-based widgets. This powerful feature empowers you to effortlessly create intricate and personalized layouts, taking your designs to the next level of sophistication.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source-galleries/\"><strong>Multi-Source Galleries</strong></a> – Empower your gallery showcase by effortlessly featuring Woo products, WordPress posts, Instagram feeds, and a variety of other sources, including various API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/live-copy-paste/\"><strong>Live Copy Paste</strong></a> – Copy and paste fully designed sections from the Unlimited Elements website directly to your website, saving you time and ensuring you can finish your web project as soon as possible.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-menu-widget-for-elementor/\"><strong>Mega Menu Builder</strong></a> – Easily craft a distinctive Mega Menu for your website navigation by incorporating images, icons, links, and various Elementor widgets into unique menu layouts.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-slider-widget-for-elementor/\"><strong>Mega Slider Builder</strong></a> – Easily turn any Elementor sections into slider slides. Now you can amaze your website visitors with jaw-dropping slider designs that look amazing on any device.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source/\"><strong>Multi-Source Widgets</strong></a> – Add content dynamically to item-based widgets effortlessly with support for ACF repeaters, JSON/CSV files, Woo Products, WordPress posts, users, menus, and a range of API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/dynamic-post-popup-widget-for-elementor/\"><strong>Dynamic Popup Builder</strong></a> – Dynamically create a popup to add a quick view of the post without leaving the page. Use an Elementor single post template to create the layout of the dynamic popup.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/form-builder/\"><strong>Elementor Form Builder</strong></a> – Build advanced forms effortlessly using the drag-and-drop form builder. Whether it’s a simple or complex form, our straightforward form widgets make it quick and easy to create forms, improving your workflow.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/calculators/\"><strong>Calculator Builder</strong></a> – Easily design professional calculators for any type of industry. Whether you need a loan calculator, mortgage calculator or business calculator, our powerful and intuitive drag and drop builder makes it easy to create complex calculators with ease.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/filters/\"><strong>Elementor Filter Widgets</strong></a> – Unlock the potential of the AJAX-based faceted filter system, seamlessly empowering you to craft diverse layouts with ease. Take control by applying multiple filters, ensuring a super-fast and dynamic filtering experience tailored to your website needs.</p></li>\n</ul>\";s:12:\"installation\";s:521:\"<p>Note : This plugin works with Elementor. Make sure you have <a href=\"https://wordpress.org/plugins/elementor/\">Elementor</a> installed.</p>\n\n<ol>\n<li>Upload the plugin folder to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress</li>\n<li>Navigate to Unlimited Elements in the WordPress side menu and install the widget you want by hovering over it and clicking install.</li>\n</ol>\";s:3:\"faq\";s:4208:\"<h4>Can I use the plugin without Elementor?</h4>\n\n<p>No. You cannot use the plugin without Elementor since it\'s an addon for Elementor.</p>\n\n<h4>Does the plugin work with any theme?</h4>\n\n<p>Absolutely! The plugin will work with any theme where Elementor works.</p>\n\n<h4>What if I update to the Premium version after using the Free version?</h4>\n\n<p>Your existing elements/content will work with the premium version. So you won’t lose your any of your hard work.</p>\n\n<h4>Can I get a refund?</h4>\n\n<p>If you are not happy with your purchase at anytime just contact us and we will refund 100% of your money no questions asked.</p>\n\n<h4>Do you offer a renewals discount?</h4>\n\n<p>Yes, you get 25% discount for all annual plan automatic renewals. The renewal price will never be increased so long as the subscription is not cancelled.</p>\n\n<h4>How do I install and activate the \'Unlimited Elements for Elementor\' plugin on WordPress?</h4>\n\n<p>To install the \'Unlimited Elements\' plugin on your WordPress site, access your WordPress Dashboard and go to Plugins -> Add New. In the search box, enter \'Unlimited Elements.\' Locate the plugin in the search results and click on the \'Install Now\' button. Once the installation is finished, click on the \'Activate\' button, and \'Unlimited Elements for Elementor\' will be successfully activated on your WordPress site.</p>\n\n<h4>Do I need to know code to use Unlimited Elements?</h4>\n\n<p>No, you do not need to know code to leverage the widgets and other tools provided by the Unlimited Elements plugin. It is designed to be user-friendly, allowing you to enhance your Elementor experience without any coding expertise. However, for users familiar with code, the plugin offers the added advantage of a widget creator, enabling the creation of custom Elementor widgets for a more tailored and advanced design experience.</p>\n\n<h4>Is my site secure with Unlimited Elements?</h4>\n\n<p>Yes, Unlimited Elements is a secure plugin. The plugin is regularly updated to adhere to common security standards, ensuring a secure environment for your website.</p>\n\n<h4>What types of filters does Unlimited Elements provide?</h4>\n\n<p>Unlimited Elements offers a variety of filter types, including search filters, dropdowns, tabs filters, checkboxes filters, and WooCommerce-related filters, providing a diverse range of options for dynamic and versatile website filtering.</p>\n\n<h4>Are the filters compatible with any post type or WooCommerce products?</h4>\n\n<p>Yes, all the filters provided by Unlimited Elements are live Ajax filters, ensuring dynamic and seamless filtering experiences. They are compatible with any post type, including custom post types, and WooCommerce products, offering versatile functionality for a wide range of content on your website. Utilize specific WooCommerce filters to enhance the shopping experience for your customers, such as the price range slider filter and color swatches filter for products with different colors.</p>\n\n<h4>Can I use Unlimited Elements to display custom post types in my widgets?</h4>\n\n<p>Yes, Unlimited Elements supports showcasing custom post types with advanced query selection and seamless connection to any filter from the UE library. This allows for tailored and dynamic content presentation on your website using the plugin\'s versatile features.</p>\n\n<h4>What are multi-source widgets in Unlimited Elements?</h4>\n\n<p>Multi-source widgets in Unlimited Elements enable the population of item-based widgets with various dynamic source types. These widgets can be populated using sources like ACF repeater fields, WooCommerce products, custom post types, Instagram feeds, and various API integrations. This versatility allows for the seamless integration of diverse content into widgets, enhancing the flexibility and functionality of your website elements.</p>\n\n<h4>Should I use Remote Control Widgets or the Sync Widgets function in Unlimited Elements?</h4>\n\n<p>The choice depends on your design preferences. If you want complete control, go for Remote Control Widgets. For synchronized layouts, choose Sync Widgets. They can also be used together for even more powerful customization options in Unlimited Elements.</p>\";s:9:\"changelog\";s:142945:\"<p>version 1.5.108: 2024-05-21</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: update freemius SDK to 2.7.2</li>\n<li>Fix: fixed bug with select filter and active filters widgets</li>\n<li>Fix: fixed bug with several main checkbox filters unselecting</li>\n<li>Fix: Fixed some small security issue</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: AJAX Search (Pro) - Added option to search by meta and by terms.</li>\n<li>Feature: Dark Mode (Free) - Introduced \'Do not affect SVG\' option to prevent SVG images from inverting when toggling dark mode, ensuring correct image display.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added Button Hover Animation option to enable animations when hovering over button, enhancing interactivity and visual appeal.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added Icon Position option, allowing users to customize the placement of icons for better design flexibility.</li>\n<li>Feature: Woo Product Grid (Pro) - Added \"Show Only Lowest Variable Price\" option to display only the lowest price for variable products, enhancing price visibility and simplicity for users.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Fixed Navigation Arrows functionality issue when Animation option was enabled, ensuring smooth and consistent navigation experience.</li>\n<li>Fix: Dynamic Popup Button (Pro) - Added suppot for Loop Carousel widget with enabled Loop option.</li>\n<li>Fix: Woo Mini Cart (Pro) - Fixed widgets behaviour for Shop pages when page name is different then default.</li>\n<li>Fix: Icon Tabs (Pro) - Provided a fix that ensures Icon Tabs widget changing Active Tab after click event.</li>\n<li>Fix: Unlimited Google Maps (Pro) - get it work on the template switcher</li>\n<li>Fix: Fullscreen Menu (Free) - Fixed issue where Menu widget wouldn\'t open properly when nested within sticky parent containers, ensuring smooth functionality and user experience.</li>\n</ul>\n\n<p>version 1.5.107: 2024-05-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added elementor dynamic options to api integrations</li>\n<li>Feature - added option to get images from current product variations for the dynamic gallery.</li>\n<li>Feature - added preperation for the enhanced ajax search</li>\n<li>Fix - fixed weird elementor no products on cart page bug</li>\n<li>Fix - fixed bug with faq schema output</li>\n<li>Fix - fixed general settings show items at start</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Event List (Pro) - Added \"Remove All Upcoming Events Except Next One\" functionality, facilitating the removal of all upcoming events except for the next scheduled event for streamlined event management.</li>\n<li>Feature: Animated Icon Box (Pro) - Added Description Opacity option to customize the opacity level of descriptions for enhanced visual aesthetics and readability.</li>\n<li>Feature: Underline Animated Button (Free) - Added Animation Move Amount option, enabling users to customize the amount of movement in animations for enhanced visual effects.</li>\n<li>Feature: Remote Tabs (Pro) - Added Item Min Height option for better customization; users can now set a minimum height for items displayed.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added the \"Show Load More Button Icon\" option to enhance interface; users can now customize the icon displayed for the load more button.</li>\n<li>Feature: Mega Menu (Pro) - Added a new functionality enabling \"Expand / Collapse Visible On\" option, allowing expansion or collapse of visibility based on specific criteria.</li>\n<li>Feature: Side Menu (Pro) - Added Menu Padding option. This new feature allows to add padding to the container of the Menu items.</li>\n<li>Feature: Woo Product Grid (Pro) - Made Content Padding, Category Label Spacing, and Title Spacing options responsive for improved adaptability across various screen sizes and devices.</li>\n<li>Feature: Icon Image Content Box (Free) - Implemented functionality to link Icon and Title to the same destination as the Image.</li>\n<li>Feature: Hotspots (Pro) - Implemented styling options for images. This new functionality allows users to customize the appearance of images within the widget, including options for adjusting borders, shadows, and other visual attributes.</li>\n<li>Feature: Team Member Grid (Pro) - Implemented \'Text Placement\' option. This new functionality allows users to customize the placement of text within the widget, providing greater control over the layout and design.</li>\n<li>Fix: Post Ticker (Free) - Fixed widgets behaviour for RTL websites.</li>\n<li>Fix: Post Timeline (Pro) - Resolved category name spelling issue in some cases. This fix ensures that category names are spelled correctly throughout the widget, improving accuracy and consistency in the display of category information.</li>\n<li>Fix: Team Member Grid (Pro) - Optimized HTML code of the widget. This optimization improves the efficiency and performance of the widgets by reducing unnecessary code and streamlining the structure for faster loading and rendering.</li>\n<li>Fix: Number Field (Pro) - Resolved issue when Min - Max range were violated and no error were shown.</li>\n<li>Fix: Dropdown Button (Pro) - Optimized widget\'s JS code. This fix ensures that widget works properly on mobile devices as well as on desktop.</li>\n<li>Fix: Expanding Content Cards (Pro) - Addressed CSS filter issue where it was displaying incorrectly on mobile devices, ensuring proper rendering and display consistency across all devices.</li>\n<li>Fix: Post Grid (Pro) - Fixed issue where Typography option was not functioning as expected, ensuring proper functionality and usability.</li>\n<li>Fix: Justified Image Carousel (Pro) - Fixed issue where width of images was incorrectly set in certain cases, ensuring proper display and functionality across all scenarios.</li>\n<li>Fix: Layers (Pro) - Resolved issue with the \"Item Shadow\" option. This fix ensures that the item shadow is applied correctly within the widget.</li>\n</ul>\n\n<p>version 1.5.106: 2024-05-12</p>\n\n<ul>\n<li>Fix - fixed some main/child roles checkbox filter issues</li>\n<li>Fix - fixed some bug with widget posts debug not showed full info</li>\n<li>Fix - fixed dissapearing gallery titles since last version.</li>\n</ul>\n\n<p>version 1.5.105: 2024-05-05</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Fix: fixed some filters and request related issue</li>\n<li>Fix: fixed specific post and terms select</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Mute Video\' option. This new functionality allows users to start videos muted within the widget, providing greater control over the audio playback and enhancing the user experience.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Checkboxes Filter (Pro) - Introduced \'Accordion as Dropdown\' option, allowing users to open the accordion as a dropdown when the layout is set to \'Accordion\', preventing layout shifting and improving user experience.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Event List (Pro) - Introduced \'Show End Time\' option, enabling users to show or hide the event end time for enhanced flexibility and customization.</li>\n<li>Feature: Animated Icon Box (Pro) - Introduced styling options for Icon and Divider, providing users with more customization choices for improved visual design.</li>\n<li>Feature: Taxonomy Terms (Pro) - Implemented styling options for 1st and 2nd level of Child Term Elements. This new functionality allows users to customize the appearance of Child Term Elements at different hierarchical levels, providing greater design flexibility and control.</li>\n<li>Feature: Content Carousel (Pro) - Implemented \'Image Border Radius\' option. This new functionality allows users to specify the border radius for images within the widget, enabling them to create rounded or custom-shaped images for a more visually appealing design.</li>\n<li>Feature: Coverflow Carousel (Pro) - Implemented \'Custom Navigation Arrows\' option. This new functionality allows users to customize the navigation arrows used within the widget, enabling them to use custom-designed arrows for a more personalized look and feel.</li>\n<li>Feature: One Page Scroll Navigation (Pro) - Enhanced widget flexibility to support other sections apart from the one with the tag <section>. This improvement expands compatibility with different section types, providing users with more options for integrating the widget into their website layouts.</li>\n<li>Change: Animated Icon Box (Pro) - Replaced old font edit option with new typography and color options for enhanced customization and design control.</li>\n<li>Change: Call To Action Button (Free) - Moved ripple \'Transition Timing\' from Button Icon to Button Icon tab and renamed it to \'Ripple Timing\' for improved organization and clarity.</li>\n</ul>\n\n<p>version 1.5.104: 2024-04-24</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added support for unselect items in sync functionality</li>\n<li>Feature: added feature - sort terms by parent -> children, and levels number class</li>\n<li>Fix: fixed some load more issue with dynamic template loop and post lists inside</li>\n<li>Fix: fixed woo category image not fetched bug</li>\n<li>Fix: fixed some cases of sticky elementor elements with filters</li>\n<li>Fix: fixed remote connection with single background parent and remote widget</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Neon Line Width\' option. This new functionality allows users to adjust the width of the neon line effect within the widget, providing finer control over its appearance and visual impact.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Shadow\' option. This new functionality allows users to add a shadow effect to buttons within the widget, enhancing their visual appearance and depth.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Background Color\' option. This new functionality allows users to customize the background color of buttons within the widget, enhancing visual design and customization possibilities.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Fix: Loop Carousel (Pro) - Corrected spelling mistakes and improved naming conventions, enhancing clarity and consistency.</li>\n<li>Fix: Flip Box (Free) - Resolved issue where links were not firing for the first click on the back of the Flip Box. This fix ensures that links behave as expected, allowing them to be clicked and activated reliably.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue where Content Tabs widget couldn\'t work with Icon Tabs widget on the same page. This fix ensures that both widgets can coexist and function properly together, allowing for seamless integration and improved user experience.</li>\n<li>Fix: Checkboxes Filter (Pro) - Enhanced Accordion Layout option for the Checkboxes Widget to improve script communication. This improvement optimizes the interaction between scripts, resulting in smoother operation and better performance of the widget.</li>\n<li>Fix: Loop Grid (Pro) - Implemented additional Masonry layout check to avoid items overlapping over each other. This enhancement ensures that items are properly positioned and do not overlap, maintaining a clean and organized layout within the widget.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Resolved issue where popups allowed opening links in new tabs while opening the popup. This fix ensures that links within popups behave consistently and do not inadvertently open in new tabs, providing a smoother user experience.</li>\n<li>Fix: Post Slider (Pro) - Addressed issue where post title typography settings were not applied, ensuring proper functionality and appearance.</li>\n<li>Fix: Flip Box (Free) - Corrected a typography mistake in options.</li>\n<li>Fix: Content Slider (Pro) - Resolved conflict caused between Elementor\'s Motion Effects and the widget due to the same animation library (animate.css), resolving CSS class conflict for smoother animation and functionality.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with Opening Item when Clickable Parent option is enabled.</li>\n<li>Fix: Side Menu (Pro) - Resolved issue where some icons were being reverted. This fix ensures that all icons remain consistent and do not revert unexpectedly.</li>\n<li>Fix: Rhombus Grid (Pro) - Increased CSS priority for \'Item Background Color Override\' option. This adjustment ensures that the specified background color takes precedence over other styles, providing consistent and reliable appearance for the widget items.</li>\n</ul>\n\n<p>version 1.5.103: 2024-04-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to add additional url attributes to post links</li>\n<li>Feature: improved woo category thumbnail image gether</li>\n<li>Feature: added option to unite gallery - strip_speed</li>\n<li>Fix: fixed some widgets editor enable visibility bug</li>\n<li>Fix: fixed entrance animation run if inside a viewport window</li>\n<li>Fix: fixed some security issues - escaping some fields output</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Dots\' option. This new functionality allows users to toggle the visibility of dots within the widget, providing greater control over navigation indicators.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Custom Icon\' option. This new functionality allows users to customize the appearance of checkboxes by providing custom icons, enhancing the visual presentation of checkboxes within the widget.</li>\n<li>Feature: Video Playlist (Pro) - Implemented \'Strip Navigation Speed\' option. This new functionality allows users to adjust the speed of navigation within the strip, providing finer control over the scrolling behavior.</li>\n<li>Feature: Expanding Content Cards (Pro) - Implemented \'Background Image Align\' option. This new functionality allows users to specify the alignment of the background image, providing greater control over its positioning within the element.</li>\n<li>Feature: Post Magazine Grid (Pro) - Implemented \'Meta Date Date Format\' option. This new functionality allows users to specify the date format for meta date display, providing customization options for date presentation.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Show Item Title in Lightbox\' option. This new functionality allows users to toggle the display of item titles within the lightbox, providing control over the visibility of titles for a better user experience.</li>\n<li>Feature: Search Filter (Pro) - Implemented \'Custom Links Ending\' option. This new functionality allows users to change links in the connected grid to highlight the search phrase.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Post Pagination (Free) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Content Switcher (Pro) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab Content Switcher for a smoother and more seamless user experience.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Show Field Name In Empty Field Error Message\' option. This new functionality allows users to include the field name in the empty field error message, providing clearer feedback to users when a required field is left blank.</li>\n<li>Feature: Side Menu (Pro) - Implemented \'Templates Width\' and \'Templates Horizontal Align\' options.</li>\n<li>Change: Unlimited Grid (Pro) - Changed \'Title Spacing\' option to \'Title Margin\'. This change allows users to add margin in all directions to the title, providing more granular control over its positioning within the widget.</li>\n<li>Fix: Content Box Hover Text Reveal (Free) - Resolved issue where Overlay Opacity option wasn\'t working on mobile devices. This fix ensures that the Overlay Opacity option functions correctly across all devices, providing consistent behavior and appearance.</li>\n<li>Fix: Multi Step Form (Pro) - Fixed Multi Step Error Message not showing when empty and required field was present on active step.</li>\n<li>Fix: Submit Button (Free) - Fixed Submit Button verification issue when fields with 0 value were parsed as empty.</li>\n<li>Fix: Slider Field (Pro) - Resolved issue where border radius for focus state differed from regular state. This fix ensures that the border radius remains consistent across different states.</li>\n<li>Fix: Icon Bullets (Free) - Fixed issue related to Hover Colors not being revealed after item hover.</li>\n<li>Fix: Team Member Sliding Effect (Pro) - Resolved issue related to global colors usage. This fix ensures that global colors are properly utilized throughout the widget, maintaining consistency and accuracy in color rendering.</li>\n<li>Fix: Post Magazine Grid (Pro) - Optimized widget HTML. This optimization improves the efficiency and performance of the widget by streamlining the HTML structure and reducing unnecessary code.</li>\n<li>Fix: Form Fields Widgets: Resolved vulnerability where scripts could be injected under certain widget attributes. This fix ensures that scripts are properly sanitized and prevented from being inserted into widget attributes, mitigating potential security risks.</li>\n</ul>\n\n<p>version 1.5.101: 2024-04-03</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added \"date time\" attribute to items attributes list</li>\n<li>Feature - made some integration for \"relevanssi\" plugin</li>\n<li>Feature - added woo rating stars to multisource fields</li>\n<li>Feature - added visual text that showing the form fields conditions</li>\n<li>Fix - fixed filters mode init mode</li>\n<li>Fix - fixed various filters related bugs</li>\n<li>Fix - fixed ucpage parameter fetch for pagination in archive page</li>\n<li>Fix - fixed gallery from meta field item source texts </li>\n<li>Fix - fixed some number field processing</li>\n<li>Fix - fixed multisep form with template submit</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Set First Item Selected\' option. This new functionality allows users to automatically select the first item in the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented \'Open Current Submenu On Page Load\' option. This new functionality allows users to automatically expand the current submenu on page load, providing immediate access to relevant content.</li>\n<li>Feature: Background Slider (Pro) - Introduced \'Add SEO Tags\' option, allowing users to include alt and title attributes for images for improved search engine optimization of the widget content.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Message Box After Send\" option, allowing automatic closure of the message box after clicking the send button for improved user experience and convenience.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Button After Click\" option, enabling automatic closure of the buttons after clicking any button, eliminating the need for manual closure for enhanced user convenience and interaction.</li>\n<li>Feature: Content Grid (Pro) - Implemented \'Description\' option. This new functionality allows users to add a description to the widget, providing additional context or instructions.</li>\n<li>Feature: SVG Animation (Free) - Optimized widget for Elementor Popup compatibility. This update ensures seamless integration and improved performance when using the widget within Elementor Popups.</li>\n<li>Feature: Animated Ripples (Pro) - Introduced \'Ripple Scale\' option, enabling users to control the size of the ripples for enhanced visual customization and effect.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Item Trigger type\' for Segment Layout type. This new functionality allows segments to be opened by hovering on them, providing users with an alternative interaction method.</li>\n<li>Feature: Line Text Divider (Free) - Added styling options including Line Thickness, Line Border Radius, Line Shadow, Text Typography, Background Color, Padding, Border, Border Radius, and Box Shadow for enhanced customization. Additionally, existing styling options have been improved for better optimization and user experience.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Grow Effect on Thumb Hover option. This new functionality allows users to enable the grow effect on thumbnail hover.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Hide Default Arrows option. This new functionality allows users to hide default arrows, providing enhanced customization of the widget\'s appearance and behavior.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Show Time Ago\' option. This new functionality allows users to display the time elapsed since a publish event, providing context and improving user engagement.</li>\n<li>Feature: Dropdown Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Empty Field Error Text\' option. This new functionality allows users to customize the error message displayed when a required field is left empty.</li>\n<li>Feature: Icon Bullets (Free) - Implemented \'Title Color Hover\' and \'Text Color Hover\' options. These new functionalities allow users to customize the color of titles and text when hovered over, providing enhanced interactivity and visual feedback.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Font Family\' option for Label X Axis and Y Axis. This new functionality allows users to customize the font family for labels displayed on the X and Y axes, providing enhanced typography control.</li>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Arrows\' option and updated Arrows styling options. This new functionality allows users to control the visibility of arrows and customize their styling, providing more flexibility in widget design and navigation.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Empty Message\' option. This new functionality allows users to display a custom message when no posts are found, providing better user feedback and enhancing the user experience.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Change: Checkboxes Filter (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.</li>\n<li>Change: Post Carousel (Pro) - Added \'alt\' and \'title\' attributes to the image for improved SEO optimization and accessibility.</li>\n<li>Change: Flip Box Carousel (Pro) - Changed some selectors in CSS to avoid empty items appearing on live page.</li>\n<li>Change: Underline Animated Button (Free) - Changed <section> tag to </li>\n</ul>\n\n<p><</p>\n\n<p>div>. This update improves the semantic structure of the widget, ensuring better compatibility with various screen readers and accessibility standards.\n* Change: Unlimited Charts (Pro) - Updated the animation option to trigger animation when the chart comes into view instead of upon initial load, improving user experience and visual appeal.\n* Change: Submit Button (Free) - Changed the position of Empty Field Errors to be grouped after the submit button. This update enhances the layout and organization of error messages, providing users with a clearer indication of missing information before submission.\n* Change: Post Blocks (Free) - Changed CSS selector for Typography option for better accessibility. This update improves the accessibility of the Typography option by using a more descriptive and accessible CSS selector.\n* Change: List Marquee (Pro) - Increased speed limit to 1000. This update enhances the speed capabilities of the widget, allowing for faster performance and smoother animations.\n* Change: Checkbox Field (Pro) - Increased accessibility by adding IDs to input elements and \"for\" attributes to label elements. This update improves accessibility by associating labels with their corresponding form controls, making it easier for screen readers and other assistive technologies to interpret and navigate the form.\n* Change: Masonry Gallery (Pro) - Implemented \'Autoplay Video In Lightbox\' option. This new functionality allows users to enable autoplay for videos displayed within the lightbox, providing a more dynamic and engaging viewing experience.\n* Change: WhatsApp Chat (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.\n* Fix: Number Field (Pro) - Implemented CSS protection from the max-width CSS property. This new functionality safeguards against unintended styling conflicts or overrides caused by the max-width property.\n* Fix: Fullscreen Menu (Free) - Addressed issue where the fullscreen menu was not displayed correctly in Safari browser.\n* Fix: Image Scroll (Pro) - Resolved 404 error appearing every time Overlay element was added on the page. This fix ensures that the Overlay element is loaded correctly without triggering a 404 error.</p>\n\n<p>version 1.5.100: 2024-03-17</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to connect the filters to some specific grid group</li>\n<li>Fix: fixed js run for background output not always happend</li>\n<li>Fix: filters was shown only related to grid taxonomies after changing to \"all\" </li>\n<li>Fix: returned some tiles gallery images that was missing</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: List (Free) - Implemented \'Open Link in New Tab\' option. This new functionality allows users to specify whether links should open in a new tab, providing flexibility in link behavior.</li>\n<li>Feature: Compact Gallery (Free) - Implemented \'Hide Thumbnail Panel Under Width\' option. This new functionality allows users to hide the thumbnail panel when the viewport width is below a specified threshold, optimizing the display for smaller screens.</li>\n<li>Feature: Select Dropdown Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Checkboxes Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Tabs Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Added \'Image Horizontal Shift\' option, allowing users to adjust the horizontal position of the image for enhanced customization and layout control.</li>\n</ul>\n\n<p>version 1.5.99: 2024-03-11</p>\n\n<ul>\n<li>Fix - updated multisource image fields</li>\n<li>Fix - fixed some small php bug with strtobool function</li>\n</ul>\n\n<p>version 1.5.98: 2024-03-05</p>\n\n<ul>\n<li>Fix Some small gutenberg related bug fix</li>\n</ul>\n\n<p>version 1.5.97: 2024-03-04</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Fix: allow showing authors name translated</li>\n<li>Change: updated font awesome version to 6</li>\n<li>Fix: done some link attribute security fix</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Accordion Menu (Pro) - Implemented \'Active State Color\' options for Sub Menu items. This new functionality allows users to customize the color of sub-menu items when they are in the active state, providing enhanced visual feedback.</li>\n<li>Feature: Content Slider (Pro) - Made \'Slide Margin\' option available for Full Slider Type and Offset Slider Type. This update expands the usability of the margin customization, allowing users to set margins between slides in both Full Slider and Offset Slider configurations.</li>\n<li>Feature: Icon Tabs (Pro) - Made \'Start Collapsed\' option responsive. This update ensures that the \'Start Collapsed\' behavior adjusts responsively, providing a consistent and user-friendly experience across various devices and screen sizes.</li>\n<li>Feature: Post Accordion (Free) - Introduced \'Expand All Accordion\' functionality, enabling users to expand all accordion items with a single click for improved content accessibility.</li>\n<li>Feature: Fullscreen Menu (Free) - Introduced option to customize the thickness of the animated hamburger icon bars, providing users with greater control over the visual appearance of the icon.</li>\n<li>Change: Coverflow Carousel (Pro) - Updated \'Button Link\' option: if empty, no link will be applied. This modification ensures that if the \'Button Link\' option is left empty, no link will be associated with the button within the widget.</li>\n<li>Fix: Product Carousel (Pro) - Optimized widget HTML code. This update enhances performance and efficiency by streamlining the HTML structure of the widget.</li>\n<li>Fix: Content Tabs (Free) - Improved widget interaction within an Elementor\'s popup. This update ensures a more seamless and optimized experience when utilizing the widget within a popup setting.</li>\n</ul>\n\n<p>version 1.5.96: 2024-02-26</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Feature: added option for time_ago_short in timelines that will show shorter version of minutes and hours text</li>\n<li>Feature: added defaults for weather widget</li>\n<li>Fix: fixed hourly weather fields</li>\n<li>Fix: fixed the import with images functionality</li>\n<li>Fix: set default timeout to remote requests</li>\n<li>Fix: fixed the image duplicate when importing templates</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Side Menu (Pro) - Implemented \'Menu Padding\' option. This new functionality allows users to set padding for the menu, providing control over the spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced a new value for \'Meta Data Position\' option called \'Before Title\'. This new functionality allows users to position meta data before the title, providing additional flexibility in content layout.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Stage Padding\' option. This new functionality allows users to set stage padding, displaying a part of the previous and next carousel items for a more visually appealing and dynamic presentation.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Selected Item Number\' option. This new functionality allows users to select a specific item by default, enhancing user experience by highlighting a predetermined item upon initialization.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option to display the image on the opposite side of the content for enhanced layout flexibility and customization.</li>\n<li>Feature: Thumbnail Slider (Pro) - Introduced \'Multi Source\' option, enabling users to select gallery items from various sources for enhanced flexibility and content integration.</li>\n<li>Feature: Timer Countdown Banner (Pro) - Added \'Direction\' option to support RTL (Right-to-Left) layout websites.</li>\n<li>Feature: Post Horizontal Timeline (Pro) - Introduced Background Color and Icon Color options for Navigation Arrows in disabled mode. This new functionality allows users to customize the appearance of navigation arrows when they are disabled, providing enhanced visual control.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Time Ago Type\' option. This new functionality allows users to choose the type of time ago representation, providing flexibility in how time is displayed within the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Text Custom Field\' option. This new functionality allows users to add a custom field under the main Posts Text, providing additional customization for displaying content.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Link Type\' option for all link elements in the widget. This new functionality allows users to choose the type of link for various elements within the widget, enhancing control over linking behavior.</li>\n<li>Feature: Remote Link (Pro) - Introduced active state for the link. This new functionality allows users to customize the appearance of the link when it is in an active state, providing enhanced visual feedback.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Implemented \'Hide Vertical Scrollbar in Popup\' option. This new functionality allows users to hide the vertical scrollbar within the popup, providing a cleaner and more focused appearance.</li>\n<li>Feature: Icon Carousel (Pro) - Introduced \'Autoplay Pause on Hover\' option, allowing users to pause autoplay functionality when hovering over the carousel for improved control and interaction.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Introduced Entrance Animation functionality for the popup. This new feature allows users to apply entrance animations, enhancing the visual appeal and engagement when the popup appears.</li>\n<li>Feature: Unlimited Timeline (Free) - Implemented \'Content Box Link\' option. This new functionality allows users to link the entire content box, providing a convenient way to associate a link with the entire widget item.</li>\n<li>Feature: Text Field (Free) - Added \'Read Only\' option, allowing users to set the field as read-only for preventing user input while retaining visibility of the text.</li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Radar Range\' option for Radar chart, allowing users to set the minimum range value for improved data visualization.</li>\n<li>Feature: Testimonial Carousel (Pro) - Added \'Rating\' field to the Source option. This new functionality allows users to incorporate a rating field as a source for the widget, expanding the available data sources for enhanced content display.</li>\n<li>Feature: Multi Step Form (Pro) - Introduced \'Direction\' option. This new functionality is useful for RTL (Right-to-Left) websites, allowing users to set the direction of the widget layout accordingly.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option for users to customize the text of each item\'s button, providing greater flexibility.</li>\n<li>Feature: Post List (Free) - Implemented \'Space Between Categories\' option. This new functionality allows users to set spacing between categories, providing control over the layout and visual presentation of category elements.</li>\n<li>Feature: Memory Game (Pro) - Introduced \'Add Completion Time to Form Field\' option, enabling users to automatically append the time taken to complete the memory game to a designated form field.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Add Link For The Whole Item\' option. This new functionality allows users to add a link to the entire widget item, enhancing the interactive capabilities and providing a clickable area for the entire item.</li>\n<li>Feature: Post Carousel (Pro) - Implemented \'Text Padding\' and \'Title Padding\' options. This new functionality allows users to set padding for text and title elements, providing enhanced control over spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced \'Date Modified\' options. This new functionality allows users to display the date when a post was last modified, providing additional information and transparency in content presentation.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Introduced options to customize Maps Controls icons\' color and background color. This new functionality allows users to personalize the appearance of map controls, enhancing visual customization.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Disable Map Interaction On Mobile\' option. This new functionality allows users to disable map interaction specifically on mobile devices, providing control over the user experience on smaller screens.</li>\n<li>Change: Content Tabs (Free) - Modified behavior of \'Start Collapsed\' option when used with \'Set Hash\'. If the URL has a hash, the first opened tab will be determined by the hash, providing a more dynamic and user-friendly experience.</li>\n<li>Change: Dropdown Button (Pro) - Removed Text Decoration CSS property from dropdown items. This update enhances the visual presentation by eliminating unnecessary text decoration.</li>\n<li>Change: Woo Mini Cart (Pro) - Added separate border options for \'View Cart\' and \'Checkout\' buttons, providing users with more customization flexibility for button styling.</li>\n<li>Change: Swipe Carousel (Pro) - Modified \'Enable Link\' option. Now, the entire item serves as a link, providing a more intuitive and consistent approach to linking within the widget.</li>\n<li>Fix: Submit Button (Free) - Corrected default values in email 2 that were leading to validation errors.</li>\n<li>Fix: Post Carousel Lite (Free) - Addressed issue where the carousel was not displaying on mobile devices.</li>\n<li>Fix: Icon Tabs (Pro) - Resolved issue with the \'Start Collapsed\' option. The fix ensures that the \'Start Collapsed\' option now functions correctly, delivering the intended collapsed behavior upon initialization.</li>\n<li>Fix: Post Grid (Pro) - Optimized widget item HTML code. This update enhances performance and efficiency by streamlining the HTML structure of widget items.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized item HTML code. This update improves performance and efficiency by refining the HTML structure of individual items within the widget.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized CSS code. This update improves performance and reduces the overall footprint of the stylesheet, enhancing efficiency and loading times.</li>\n<li>Fix: Remote Link (Pro) - Resolved issue where the Text Shadow option was erroneously interpreted as Box Shadow. The fix ensures that the Text Shadow option now functions correctly, providing the intended text shadow effect.</li>\n<li>Fix: Scroll Sequence (Pro) - Revised and improved descriptions of the widget fields for better clarity.</li>\n<li>Fix: Post Magazine Grid (Pro) - Added \'raw\' tag to category names to fix the display issue where the \'&\' symbol in category names was not displaying correctly.</li>\n<li>Fix: Before After (Pro) - Improved widget interaction with Elementor\'s Popups. This update ensures seamless integration and optimal performance when using the widget within Elementor\'s Popup functionality.</li>\n<li>Fix: Grid Gallery (Pro) - Resolved an issue where the widget was not extending to full width within Elementor Container.</li>\n<li>Fix: Particle Image (Pro) - Added protection from lazy load. This update ensures compatibility and proper functionality, mitigating potential issues related to lazy loading on various platforms.</li>\n</ul>\n\n<p>version 1.5.95: 2024-02-12:</p>\n\n<ul>\n<li>Feature: Ensure that the blog displayed on the \"Home\" page of the plugin is always up-to-date.</li>\n<li>Feature: Implemented support for tags in the widget catalog.</li>\n<li>Feature: Added an option for galleries to play videos in muted mode.</li>\n<li>Feature: Integrated weather forecast data preparation for the widget.</li>\n<li>Fix: Addressed some minor potential security risks associated with the import templates functionality.</li>\n<li>Fix: Rectified email validation for Form Email2.</li>\n<li>Fix: Resolved some issues with the price range filter.</li>\n<li>Fix: fixed the problem where dynamic template styles disappeared after updating Elementor Pro.</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Image Zoom Content Box (Free) - Implemented \'Title Tag\' option. This new functionality allows users to specify the HTML tag for titles within the widget, providing flexibility and control over the semantic structure of the content.</li>\n<li>Feature: Post Accordion (Free) - Implemented \'Disable Link in Image\' option. This new functionality allows users to disable the link associated with an image, providing more control over the interactive behavior of images within the widget.</li>\n<li>Feature: Slider Gallery (Free) - Implemented \'Mute Video\' option. This new functionality allows to play videos muted by default. Volume can be adjusted in video players on live page.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Item Bar Width\' option. This new functionality allows users to customize the width of individual bars, providing greater control over the visual representation of items.</li>\n<li>Feature: Remote Item Navigation (Pro) - Introduced \'Border Override Color\' options for Regular and Active states. This new functionality allows users to customize border colors separately for both Regular and Active states, enhancing visual styling in the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Title Min Height\' option. This new functionality allows users to set a minimum height for the title, offering more control over the visual presentation and consistency in the widget.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Show Link\' option. This new functionality enables users to show or hide links and customize their styling within the widget, offering more control over the interactive elements.</li>\n<li>Feature: Counter (Free) - Implemented \'Add Link To Widget Container\' option. This new functionality allows users to include a link, enhancing the interactive capabilities of the element by enabling navigation to another page or resource.</li>\n<li>Feature: Icon Box Accordion (Pro) - Introduced \'Icon + Text\' option for Graphic Element. This new value expands customization by allowing users to display both an icon and text within the Graphic Element for richer visual representation.</li>\n<li>Feature: Before After (Pro) - Added support for the widget inside Elementor\'s Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to utilize the widget effectively within Elementor\'s Tabs.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Hide Inactive Arrow\' option. This new functionality allows users to hide inactive arrows, providing a cleaner and more focused appearance in the widget interface.</li>\n<li>Feature: Layers (Pro) - Added shadow for icon type layers.</li>\n<li>Feature: Icon Pointer Button (Pro) - Introduced \'Direction\' option. This new functionality allows users to specify the direction for RTL (Right-to-Left) or LTR (Left-to-Right) websites, ensuring proper layout alignment based on language direction.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Auto Height\' option. This new functionality adjusts the height of the slider dynamically based on the height of the current slide, providing a more adaptive and seamless user experience.</li>\n<li>Feature: Justified Image Carousel (Pro) - Option to fix the broken layout (resulting in a duplicate carousel) caused by delayed image loading, this solution verifies that the images are loaded before initializing the carousel.</li>\n<li>Feature: Remote Tabs (Pro) - Introduced styling options for Border Radius, Border, and Shadow for the image of the active tab.</li>\n<li>Feature: Layers (Pro) - Added background color, padding and radius for text fields.</li>\n<li>Feature: WhatsApp Chat (Pro) - z-index option for Popup, allowing users to customize the stacking order of the Popup for better control over its visibility in relation to other elements.</li>\n<li>Feature: WhatsApp Chat (Pro) - Introduced option to customize the Popup Title, along with styling options for enhanced visual control and personalization.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced \'Additional Title\' options. This new functionality expands customization by providing additional settings for titles, allowing users to further enhance the visual presentation of titles within the widget.</li>\n<li>Feature: Content Grid (Pro) - Introduced \'Image Scale\' option. This new functionality allows users to scale the images, providing enhanced control over the visual presentation within the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented feature - automatically opens menu item if it matches the current page URL.</li>\n<li>Feature: Post Grid (Pro) - Added Option to show post tags, providing users with the ability to showcase tags associated with each post.</li>\n<li>Feature: Post Magazine Grid (Pro) - Introduced \'Image Scale\' and \'CSS Filters\' options along with the hover transition duration for enhanced image customization.</li>\n<li>Feature: Card Carousel (Free) - Implemented \'Image Position\' option. This new functionality allows users to customize the position of image within the widget, providing enhanced control over the visual layout.</li>\n<li>Feature: Layers (Pro) - Added mouse parallax effect, adds a captivating and interactive dimension to the user interface.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced additional styling options. This new set of functionalities allows users to further customize and refine the visual appearance of the widget, providing enhanced styling possibilities.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Close Transition Speed\' option. This new functionality enables users to set the speed of close animations for the dropdown, enhancing visual transitions and customization.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added \'Image Position\' option, allowing users to customize the position of the image above or below the content for enhanced layout flexibility.</li>\n<li>Feature: Layers (Pro) - Implemented motion effects—now elements can bounce up and down and move left to right for a livelier interface.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Center Info Window\' option. This new functionality allows users to center the info window on the map, providing enhanced visibility and focus on the selected location.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Close After Outside Info Window Click\' option. This new functionality allows users to close the info window after clicking outside of it on the map, enhancing user interaction and control.</li>\n<li>Feature: Layers (Pro) - Implemented responsive settings for individual layers, allowing users to toggle each layer on or off based on the specific device requirements.</li>\n<li>Feature: Image Accordion (Pro) - Added \'Title HTML Tag\' option, providing users with better SEO control by allowing customization of HTML tags for widget titles.</li>\n<li>Feature: Content Tabs (Free) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab content for a smoother and more seamless user experience.</li>\n<li>Feature: Event List (Pro) - Implemented \'Remove Expired Event Item\' option. This new functionality allows users to automatically remove event items that have expired, streamlining content management within the widget.</li>\n<li>Feature: Post Grid (Pro) - Added typography option for post tags, allowing users to customize the font style, size, and other typographic attributes.</li>\n<li>Feature: Event List (Pro) - Implemented \'Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the button, providing enhanced control over the layout within the widget.</li>\n<li>Feature: vCard (Pro) - Introduced option to include social media links in downloadable VCF contact file, enhancing contact information with additional social network profiles for improved connectivity.</li>\n<li>Change: Toggle Text Button (Free) - Upgraded textarea to full functionality editor, providing users with enhanced editing capabilities.</li>\n<li>Change: vCard (Pro) - Updated vCard JavaScript library to the latest version, ensuring compatibility with current standards and latest feature availability.</li>\n<li>Fix: Woo Product List (Free) - Introduced \'Layout Type\' option. This new functionality allows users to set the layout as either column or row, providing flexibility in organizing and displaying content within the widget.</li>\n<li>Fix: vCard (Pro) - Resolved issue where QR code was not scanning on some apps.</li>\n<li>Fix: Hotspots (Pro) - Rebuilt JavaScript code for better interaction. Removed unnecessary code to optimize performance and streamline functionality.</li>\n<li>Fix: Sideways Vertical Text (Pro) - Text layout shifting issue on Safari browser.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue with scrolling to the top of the page after tab click. The fix ensures that tab clicks no longer trigger unintended scrolling to the top, providing a smoother user experience.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the vertical scrollbar appearing on hover.</li>\n<li>Fix: Testimonial Carousel (Pro) - The issue where styling attributes (size and color) for SVG icons were not taking effect.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue in Content Tabs when Before After widget couldn\'t function inside tabs. The fix ensures proper functionality, allowing users to utilize the widget as intended.</li>\n<li>Fix: Woo Product Grid (Pro) - Added image HTML attributes to product images.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue where the size of social icons wasn\'t responding to the option value. The fix ensures that the specified option value now accurately reflects the size of social icons.</li>\n<li>Fix: Counter (Free) - Removed unnecessary space in \'Before Text\' and \'After Text\' options. This update improves the clarity and presentation of the text by eliminating unnecessary spacing.</li>\n<li>Fix: Content Tabs (Free) - Added support for Elementor Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to incorporate the widget effortlessly within Elementor Tabs.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved an issue where incorrect icons were being displayed after selecting a menu item.</li>\n<li>Fix: Woo Mini Cart (Pro) - Improved widget compatibility with optimization plugins like WP Rocket. This update ensures seamless integration, optimizing performance and enhancing the overall user experience when using these plugins.</li>\n<li>Fix: Post Accordion (Free) - Updated post content loading method to resolve the issue where, on some sites, post content was not displaying correctly.</li>\n<li>Fix: Dropdown Field (Pro) - Fixed an issue when Dropdown Field couldn\'t parse Field Name to Number Field widget.</li>\n<li>Fix: Card Carousel (Free) - Resolved issue where Transition Speed wasn\'t working for non-default animations. The fix ensures that Transition Speed now functions correctly for all animations, providing consistent and reliable behavior.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Removed default 2px border with blue color from one of the map elements. This update improves the visual presentation by eliminating an unnecessary border.</li>\n</ul>\n\n<p>version 1.5.94: 2024-01-25:</p>\n\n<ul>\n<li>Feature: added option to message individual fields for the form</li>\n<li>Change: removed instagram blocked api message - the instagram functionality is active now!</li>\n<li>Change: added default values to currency fields</li>\n<li>Fix: fixed small php bug regarding date field in items</li>\n<li><p>Fix: fixed some small xss vulnurability that pachstack discovered</p></li>\n<li><p>Feature: Number Field (Pro) - Introduced \'Enable Date Field in Formula\' option. This new functionality enables the use of Date Field in formula by allowing the addition or subtraction of days.</p></li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Remove Items with 0 Value\' option. This new functionality automatically excludes items with a value of 0 from charts.</li>\n<li>Feature: WordPress Menu (Free) - Implemented \'Hover Effect\' option. This new functionality allows users to choose from a variety of hover link effects, enhancing the visual presentation with dynamic animations.</li>\n<li>Feature: Hotspots (Pro) - Introduced customizable popup positioning, providing users with the option to define the exact position rather than relying on preset center alignment.</li>\n<li>Feature: Event List (Pro) - Introduced \'Event End Date\' option, allowing users to display event end date and time.</li>\n<li>Feature: Event List (Pro) - Implemented \'Calendar Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the calendar, providing better control over its placement within the layout.</li>\n<li>Feature: Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Dropdown Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Value Handling\' options. This new functionality allows users to choose the checkbox value type from options such as sum, individual number, or individual text, providing flexibility in handling checkbox values.</li>\n<li>Feature: Masonry Gallery (Pro) - Introduced \'Title Typography\' and \'Description Typography\' options. These new functionalities allow users to customize the typography settings for titles and descriptions.</li>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Tile Background Color\' option. This new functionality allows users to customize the background color of tiles, providing enhanced visual control over the widget\'s appearance.</li>\n<li>Feature: Hotspots (Pro) - Added \'Popup Image Size\' option, allowing users to customize the size of popup images.</li>\n<li>Feature: WooCommerce Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented \'Open Links In New Tab\' option. This new functionality allows users to specify whether links should open in a new tab with Source type posts, products, etc.</li>\n<li>Feature: Content Ticker (Pro) - Added Option to add an Image for each ticker item.</li>\n<li>Change: Hotspots (Pro) - Enabled \'Image Size Select\' option for the Image, allowing users to choose from different image resolutions for enhanced flexibility and visual customization.</li>\n<li>Change: Icon Carousel (Pro) - Improved \'Item Minimum Height\' option by expanding the range of values.</li>\n<li>Fix: Fullscreen Menu (Free) - Improved protection from Elementor sticky section interference.</li>\n<li>Fix: vCard (Pro) - Issue with QR code not displaying when \'Include Image in Contact\' is enabled has been resolved.</li>\n<li>Fix: Dropdown Field (Pro) - Resolved issue with \'Field Name\' not appearing during email sending. The fix ensures that the field name is now properly displayed in email notifications.</li>\n<li>Fix: Mega Menu (Pro) - Resolved horizontal scroll issue. The fix ensures that the layout no longer experiences unintended horizontal scrolling, providing a more stable and user-friendly experience.</li>\n<li>Fix: Scroll To Top (Free) - Resolved issue where the icon wasn\'t visible on the frontend. The fix ensures proper visibility of the icon, addressing the bug and improving the overall appearance.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the \'Disable Page Scroll\' option not working in some cases. The fix ensures consistent functionality, preventing page scrolling as intended.</li>\n<li>Fix: Text Field (Free) - Resolved input width issue. The fix ensures that input elements now display with the correct width.</li>\n</ul>\n\n<p>version 1.5.93: 2024-01-18:</p>\n\n<ul>\n<li>Feature: Introduced the option \'slider_video_autoplay\' to galleries, enabling video autoplay when changing items.</li>\n<li>Feature: Added the option to include specific taxonomies in related posts queries.</li>\n<li>Feature: Implemented automatic recognition of video thumbnail IDs in certain gallery types based on relevant post meta.</li>\n<li>Feature: Added functionality for the price range filter.</li>\n<li>Change: Updated the Freemius version.</li>\n<li>Change: Modified the text format for the export change log.</li>\n<li>Change: Restored the \"import with images\" feature after incorporating file type checks for security.</li>\n<li>Fix: Enhanced the handling of multiple user records for the \'exclude users\' option in the users query (Ajax-based).</li>\n<li>Fix: Corrected URL CSS and JS inclusion issues in Elementor editor.</li>\n<li><p>Fix: Corrected a bug related to \"mini cart widget\" in PHP in specific cases.</p></li>\n<li><p>Feature - Card Carousel (Free) - Introduced \'Hide Item\' option. This new functionality allows users to hide items instead of deleting them permanently, offering a more reversible and flexible approach to item management.</p></li>\n<li>Feature - Post Grid (Pro) - Implemented \'Layout Type: Above\' option. This new functionality allows users to change the position of the content box to above the image.</li>\n<li>Feature - Thumbnail Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Compact Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Grid Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Slider Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Flip Box Carousel (Pro) - Introduced option for back icon alignment, providing users the flexibility to customize the alignment of the back icon.</li>\n<li>Feature - Post List (Free) - Implemented \'Image Scale\' option for regular and hover states. This new feature allows users to customize the scaling of images independently for regular and hover states, enhancing visual presentation.</li>\n<li>Change - Flip Box Carousel (Pro) - Implemented conditional rendering of CSS to reduce unused styles, resulting in improved performance, SEO, and faster load times for enhanced user experience.</li>\n<li>Change - Content Accordion (Free) - Improved \'Expand All Accordion\' functionality, now allowing users to close the accordion by clicking the same button again for a more intuitive and user-friendly experience.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Implemented protection against buttons not being vertically aligned in specific cases.</li>\n<li>Fix - Flip Box Carousel (Pro) - Resolved an issue where links were not functioning properly when clicking on the back icon.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Resolved issue with the product button not being clickable in some cases.</li>\n<li>Fix - Post Carousel (Pro) - Resolved issue with the side-by-side layout.</li>\n<li>Feature - Logo Grid (Free) - Enhanced responsiveness for item \'Padding\' option. This update ensures that item padding adjusts effectively across various screen sizes and device resolutions for a consistent layout.</li>\n<li>Feature - Logo Grid (Free) - Implemented \'Direction\' option. This new feature is particularly useful for RTL (Right-to-Left) websites, allowing users to specify the direction of the widget\'s layout for improved compatibility.</li>\n<li>Feature - Content Accordion (Free) - Introduced a new feature that allows the expansion of all accordion items by clicking on an external element with the class \"ue-content-accordion-expand-all\".</li>\n<li>Feature - Memory Game (Pro) - Introduced template option for success message, Allowing users to show Elementor template as success message.</li>\n<li>Feature - Memory Game (Pro) - Added \'Completion Time\' option, enabling users to show the time it took to complete the game for a more informative and engaging experience.</li>\n<li>Feature - Content Accordion (Free) - Introduced \'Additional Header Content\' option in the accordion, allowing users to include additional content after the header title.</li>\n<li>Feature - Post Accordion (Free) - Implemented \'Open Links in New Tab\' option. This new functionality allows users to configure links to open in a new tab, enhancing control over the navigation experience.</li>\n<li>Feature - Side Menu (Pro) - Added an option to add a logo to the side menu layout.</li>\n</ul>\n\n<p>version 1.5.92: 2024-01-04:</p>\n\n<ul>\n<li>Feature: Introduced the change log option in the widget editor.</li>\n<li>Feature: Introduced the ability to connect with Google API for multi-source options.</li>\n<li>Feature: Included an option to link with Google Sheets under the general settings for forms.</li>\n<li>Feature: Integrated a \"show globals\" feature in troubleshooting for enhanced diagnostics.</li>\n<li>Feature: Implemented the capability to output cart fragments for the woo mini cart.</li>\n<li>Feature: Provided an option for \"none\" under lightbox-type in galleries, allowing users to disable the lightbox.</li>\n<li>Feature: Added an \"excerpt\" field to post fields within the widget editor for more detailed posts.</li>\n<li>Fix: Replaced site_url() with home_url() in global variables for better website navigation.</li>\n<li>Fix: Resolved a conflict with another select2 on the admin side, ensuring smoother operations.</li>\n<li>Fix: Rectified an error with multiple order by clauses in post queries to improve data sorting.</li>\n<li><p>Fix: Enhanced the manual selection of Elementor template retrieval for optimized performance.</p></li>\n<li><p>Feature - Content Carousel - Introduced \'Equalize Content Height\' option. This new feature simplifies the process of making content elements equal in each item.</p></li>\n<li>Feature - Flip Box Carousel - Enhanced responsiveness for Border Radius option. The update ensures that the Border Radius adapts effectively to different screen sizes and device resolutions for a consistent display.</li>\n<li>Feature - WooCommerce Product Carousel - Resolved broken layout issue occurring when set to side-by-side layout</li>\n<li>Feature - Phone Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Textarea Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Email Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Text Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Testimonial Carousel - Implemented \'Layout Type: Grid\' option. This new functionality facilitates the transformation of the widget\'s layout into a simple grid.</li>\n<li>Feature - Testimonial Carousel - Introduced \'Layout Type: Swipe\' option. This new feature allows users to set the behavior of the widget, resembling the functionality found in Swipe Carousel widget.</li>\n<li>Feature - Flip Box Carousel - Introduced \'Disable Mouse Drag\' and \'Disable Touch Drag\' options in Flip Box Carousel settings, offering control over user interaction by allowing the disabling of dragging functionalities.</li>\n<li>Feature - Team Member Grid - Introduced \'Badge\' option, allowing users to include custom badge images or icons for enhanced member representation.</li>\n<li>Feature - Thumbnail Slider - Implemented responsiveness for \'Slider Main Image Height\' option.</li>\n<li>Feature - Thumbnail Slider - Optimized \'Slider Main Image Height\' functionality to prevent widget reloading upon value change.</li>\n<li>Change - Thumbnail Slider - Changed attribute of \'Slider Main Image Height\' option from Number to Slider. This adjustment simplifies the process of adjusting the height of the main image by providing a more intuitive control.</li>\n<li>Fix - Submit Button - Improved interaction within Multi Step Form widget. Enhancements have been made to streamline and optimize the submit action.</li>\n<li>Feature - Multi Step Form - Implemented form submission loader. This new addition introduces a visual loader to illustrate the process of sending form data, enhancing user feedback during form submission.</li>\n<li>Feature - WooCommerce Product List - Introduced \'Default Image\' option. The widget will now display the specified default image when a product image is empty, for a more personalized user experience.</li>\n</ul>\n\n<p>version 1.5.91: 2023-12-28:</p>\n\n<ul>\n<li>Change: removed some vulnerability related to templates import</li>\n</ul>\n\n<p>version 1.5.90: 2023-12-18:</p>\n\n<ul>\n<li>Fix: fixed some small bug with pro version main file</li>\n</ul>\n\n<p>version 1.5.89: 2023-12-17:</p>\n\n<ul>\n<li>Fix: fixed some post filters detection issues on the page</li>\n<li>Fix: fixed some \"$type not found\" message in php</li>\n<li>Fix: fixed some \"infinite template found: \" message in php (emtpy template load protection)</li>\n<li>Change: added instagram api access error message</li>\n<li>Change: removed \"import with images\" functionality. replaced by doubly plugin.</li>\n</ul>\n\n<p>version 1.5.88: 2023-12-11:</p>\n\n<ul>\n<li>Feature: added \"iframe\" gallery type to the gallery items</li>\n<li>Fix: fixed the \"show/hide edit html button\" option from general settings</li>\n<li>Fix: fixed the general_settings.xml php error</li>\n<li>Fix: fixed some issue with gallery loading on pages and current meta keys</li>\n<li>Fix: fixed default value in datetime control</li>\n<li>Change: added some improvements for the form </li>\n<li>Change: set video placeholder to dynamic galleries in case of video item</li>\n</ul>\n\n<p>version 1.5.87: 2023-11-21:</p>\n\n<ul>\n<li>Change: updated freemius sdk to 2.6.0 version</li>\n<li>Change: added some protection against double background widgets output</li>\n<li>Feature: enabled form functionality</li>\n<li>Feature: enabled currency exchange functionality</li>\n</ul>\n\n<p>version 1.5.85: 2023-11-15</p>\n\n<ul>\n<li>Feature: added woo_addcart_ajax_attributes_button in twig for the button</li>\n<li>Feature: added option to show original settings values in widget debug</li>\n<li>Feature: added troubleshooting setting not to show php deprecated warnings</li>\n<li>Fix: better prepare post custom fields for the post multisource</li>\n<li>Fix: links from meta field works now</li>\n<li>Fix: fixed the ob_end_clean bug</li>\n<li>Fix: in post query - excluded posts not in from posts in</li>\n<li>Fix: fixed a small bug in the unite gallery library</li>\n<li>Change: updated twig version to 3.x</li>\n<li>Change: updated instagram data with date released field</li>\n</ul>\n\n<p>version 1.5.85: 2023-09-20</p>\n\n<ul>\n<li>Fix: fixed a small bug with multisource image param message</li>\n</ul>\n\n<p>version 1.5.84: 2023-09-20</p>\n\n<ul>\n<li>Feature: added twig function csv to json</li>\n<li>Feature: changed the admin view to new design (added designed header and menu)</li>\n<li>Feature: added option to enable animation on swipe to owl carousel js</li>\n<li>Feature: added woo mini cart functionality</li>\n<li><p>Feature: added option: \"current query as a base\" to post selection -> include by</p></li>\n<li><p>Fix: added support for webp in the manager</p></li>\n<li>Fix: allow fetching images from media library post type for the galleries </li>\n</ul>\n\n<p>version 1.5.83: 2023-08-22</p>\n\n<ul>\n<li>Fix: don\'t show first item in filter when no terms available</li>\n<li>Change: updated calculators javascript code base</li>\n</ul>\n\n<p>version 1.5.82: 2023-08-16</p>\n\n<ul>\n<li>Feature: added option for group filtering widgets</li>\n<li>Feature: solved the video play in gallery type from attachment video</li>\n<li>Change: turned off the video icon for background attribute</li>\n<li>Fix: fixed dynamic template with avoid duplicates</li>\n<li>Fix: fixed gallery widget acf video item error</li>\n<li>Fix: fixed some sort filter bugs with the default selected</li>\n</ul>\n\n<p>version 1.5.81: 2023-08-10</p>\n\n<ul>\n<li>Fix: fixed some missing css in the dynamic loop widgets</li>\n<li>Fix: fixed some child filters related bug</li>\n<li>Fix: fixed order by price in current query</li>\n<li>Fix: fixed some php 8.16+ version notices </li>\n<li>Feature: added option to print the term meta</li>\n</ul>\n\n<p>version 1.5.80: 2023-08-07</p>\n\n<ul>\n<li>Feature: added option to get \"all taxonomy terms\" from a post </li>\n<li>Feature: added html preperations for the woocommerce minicart</li>\n<li>Feature: added \"this week\" to the date selection query</li>\n<li>Feature: added \"grouping\" mode in the \"related posts\"</li>\n<li>Fix: the pagination now works on top of the grid</li>\n<li>Fix: fixed some init ajax filters multiple issues</li>\n<li>Fix: fixed the error with the assets path set</li>\n</ul>\n\n<p>version 1.5.79: 2023-07-24</p>\n\n<ul>\n<li>Fix: changed name for area-label to aria-label</li>\n<li>Fix: in filters - refresh single filter if \"all\" selected and there are hidden items</li>\n<li>Fix: changed protection against inifnite loop to 200</li>\n<li>Fix: show child filters at start if there are selected items</li>\n<li>Fix: date time attribute processor - if no date given - don\'t take current time</li>\n<li>Fix: refresh child filter if main filter selected on init</li>\n<li>Fix: dynamic popup was not worked with multisource in some cases</li>\n</ul>\n\n<p>version 1.5.78: 2023-07-16</p>\n\n<ul>\n<li>Fix: fixed show filters load more</li>\n<li>Fix: fixed multisource repeater empty</li>\n</ul>\n\n<p>version 1.5.77: 2023-07-13</p>\n\n<ul>\n<li>Fix: fixed dropzone collision in widget editor view</li>\n<li>Fix: fixed sort filter price filtering</li>\n<li>Fix: fixed max number in addons db table. from \"int\" to \"bigint\"</li>\n<li>Fix: replaced some deprecated by elementor codes</li>\n</ul>\n\n<p>version 1.5.76: 2023-07-12</p>\n\n<ul>\n<li>Feature: added \"rem\" unit in slider attribute</li>\n<li>Fix: fixed some small bug with remote sync debug</li>\n<li>Fix: fixed the truncate in multisource</li>\n<li>Fix: fixed some small bugs related to remote controls</li>\n<li>Fix: fixed dropzon third party conflict in manager</li>\n</ul>\n\n<p>version 1.5.75: 2023-07-05</p>\n\n<ul>\n<li>Feature: added some suggestion text to add some memory in the troubleshooting section in case that needed</li>\n<li>Fix: the wrong author was displayed in loop post meta data</li>\n<li>Fix: do_shortcode to html items inside the grid and dynamic loop</li>\n<li>Update: Updated Freemius SDK to the latest version</li>\n</ul>\n\n<p>version 1.5.74: 2023-07-04</p>\n\n<ul>\n<li>Fix: show search widgets at plugin install.</li>\n<li>Fix: menu picker depts in multisource</li>\n<li>Fix: set the author data to be retrievable in dynamic grid template</li>\n<li>Fix: show meta fields switcher didn\'t worked in multisource menu items</li>\n</ul>\n\n<p>version 1.5.73: 2023-06-26</p>\n\n<ul>\n<li>Feature: added options for revisions in widget editor</li>\n<li>Fix: added support for wordpress proxy in api calling</li>\n<li>Fix: fixed empty post in query result</li>\n<li>Fix: fixed \"wrong template ID\" elementor error in post accordion</li>\n</ul>\n\n<p>version 1.5.72: 2023-06-21</p>\n\n<ul>\n<li>Fix: added the swf extension in the allowed files in assets</li>\n<li>Feature: prepared the plugin for sort filter</li>\n<li>Change: updated freemius sdk to 2.5.9</li>\n</ul>\n\n<p>version 1.5.71: 2023-06-20</p>\n\n<ul>\n<li>Change: removed js includes of the forms and filters from backend editor</li>\n<li>Change: changed colors of the free version notification in dark mode</li>\n<li>Fix: fix the \"link\" type in wpml integration automatic translation</li>\n<li>Feature: add support for the conditions in ue forms</li>\n</ul>\n\n<p>version 1.5.70 2023-06-19:</p>\n\n<ul>\n<li>Change: added some \"birthday sale\" banner</li>\n<li>Feature: added \"truncate text\" modifier to multisource fields</li>\n<li>Feature: dynamic tags now works inside posts and products related widgets</li>\n<li>Feature: added twig highlighting in codemirror editor</li>\n<li>Fix: fixed sequence animation sliders bug (fields didn\'t loaded in elementor)</li>\n<li>Fix: change the comment from // to /* */ in filters js output to allow proper page compression.</li>\n<li>Fix: the \"time ago\" string is now translatable </li>\n<li>Fix: fixed the wpml elementor template id output</li>\n<li>Fix: fixed backgrounds bug with containers in editor</li>\n<li>Fix: fixed some small bugs with the checkbox filter</li>\n</ul>\n\n<p>version 1.5.69: 2023-06-08:</p>\n\n<ul>\n<li>Fix: allow to install webp images in widgets</li>\n</ul>\n\n<p>version 1.5.68: 2023-06-06:</p>\n\n<ul>\n<li>Change: added functionality for sort filter </li>\n<li>Feature: added field: \"form conditions\" for the upcoming form</li>\n<li>Feature: added link translation to wpml integration</li>\n<li>Feature: added link_attributes field to post list fields in twig</li>\n<li>Fix: fixed slider control min max values in case of multiple units</li>\n<li>Fix: add do shortcode from ajax items response</li>\n<li>Fix: fixed posts grid output with \"product\" taxonomy without woocommerce</li>\n<li>Fix: fixed getting cross sell products query in product list</li>\n</ul>\n\n<p>version 1.5.67 - 2023-05-29:</p>\n\n<ul>\n<li>Fix: fixed some more securaty issues related to assets manager</li>\n</ul>\n\n<p>version 1.5.66 - 2023-05-28:</p>\n\n<ul>\n<li>Fix: fixed some securaty issues related to non editor users operations and not allowed to upload php files in assets manager</li>\n</ul>\n\n<p>version 1.5.65 - 2023-05-26:</p>\n\n<ul>\n<li>Fix: fixed instagram api related bugs </li>\n</ul>\n\n<p>version 1.5.64 2023-05-23:</p>\n\n<ul>\n<li>Change: update freemius to latest version 2.5.8</li>\n<li>Fix: fixed a small php bug</li>\n</ul>\n\n<p>version 1.5.63 2023-05-23:</p>\n\n<ul>\n<li>Change: expand in widget editor is now connected to the screen height</li>\n<li>Fix: fixed the dynamic popup with multiple fields code </li>\n<li>Fix: fixed some sync if the clicked item is link</li>\n<li>Feature: added support for sort post filter</li>\n<li>Feature: hide \"show only insalled\" checkbox in widgets manager if no widget installed.</li>\n</ul>\n\n<p>version 1.5.62 2023-05-14:</p>\n\n<ul>\n<li>Feature: added \"edit template\" link in template selector</li>\n<li>Feature: added hidden template edit button to top bar</li>\n<li>Feature: added option for dynamic popup link to connect to many links in the widget</li>\n<li>Fix: solved some php error with parse dynamic settings in php 8.1</li>\n<li>Fix: getMetaValue error in products</li>\n<li>Fix: fixed doubly css includes in some cases</li>\n</ul>\n\n<p>version 1.5.61 - 2023-05-07:</p>\n\n<ul>\n<li>Feature: added support for woocommerce jet wishlist</li>\n<li>Feature: did option to disable third party hooks in ajax</li>\n<li>Fix: click on link on sync didn\'t worked</li>\n<li>Fix: added some protections to nonce and to file manager zip exctract (securaty issues fix) </li>\n<li>Change: updated freemius sdk to 2.5.7 version.</li>\n</ul>\n\n<p>version 1.5.60 - 2023-04-30:</p>\n\n<ul>\n<li>Feature: added functionality to get cart number of products </li>\n<li>Fix: fixed link field settings for multisoure</li>\n<li>Fix: fixed some bugs with regular price in woocommerce widgets</li>\n<li>Fix: filters js file loaded in editor as well</li>\n<li>Fix: fixed some small php bug regarding \"pathBase\"</li>\n<li>Fix: fixed conditions in multiple select control</li>\n<li>Change: updated unite gallery version</li>\n<li>Change: disabled autoload in update_option for the catalog variable</li>\n</ul>\n\n<p>version 1.5.59: 2023-04-09</p>\n\n<ul>\n<li>Feature: added multiple select to condition attributes in widget editor</li>\n<li>Change: updated freemius sdk to the latest version</li>\n<li>Fix: fixed empty post meta fields in case that acf plugin is on</li>\n<li>Fix: fixed some bug with avoid duplicates option and filters in single grid</li>\n<li>Fix: made some corrections in case that post query show wrong init selected terms values</li>\n<li>Fix: the post carousel goes to random item after ajax refresh</li>\n<li>Fix: fixed jet engine custom fields integration</li>\n</ul>\n\n<p>version 1.5.58: 2023-03-26</p>\n\n<ul>\n<li>Feature: added dynamic popup functionality to multisource widgets</li>\n<li>Fix: fixed missing arguments in the_post action</li>\n<li>Fix: fixed some php multisource error</li>\n<li>Fix: fixed some product ajax search related issues</li>\n<li>Fix: fixed some small but with ajax refresh and sync</li>\n</ul>\n\n<p>version 1.5.57: 2023-03-20</p>\n\n<ul>\n<li>Feature: improved the multisource selectors</li>\n<li>Feature: added option to get image from post meta in post fields - widget editor</li>\n<li>Fix: added \"skins\" folder to unite gallery</li>\n<li>Fix: added more compatability to woo commerce grids with discounts plugins</li>\n<li>Fix: fixed same uc_id in dynamic templates</li>\n</ul>\n\n<p>version 1.5.56: 2023-03-13:</p>\n\n<ul>\n<li>Feature: added option authors by dynamic field in post query</li>\n<li>Feature: done some integration with flycart discounts</li>\n<li>Feature: added option to show post type and post type title in posts fields</li>\n<li>Feature: added option to add multiple values in multisource</li>\n<li>Fix: fixed get posts by terms meta field - add taxonomy</li>\n<li>Fix: fixed responsive css in dynamic loop</li>\n<li>Fix: fixed dynamic loop with jet engine acf fields</li>\n<li>Fix: fixed slider control units for vh, vx and % </li>\n<li>Fix: added \"before today\" for past year in date qury</li>\n<li>Change: the uc_id will not change now when page refresh</li>\n</ul>\n\n<p>version 1.5.55: 2023-02-23:</p>\n\n<ul>\n<li>Fix: fixed wpml integrate fields</li>\n<li>Fix: fixed some write file error, will not crash if happend</li>\n<li>Fix: fixed entrance animation js on popup</li>\n<li>Fix: fixed strip tags in intro from content</li>\n<li>Fix: fixed some php 8.1 issues</li>\n<li>Fix: fixed some post intro with html tags issues</li>\n<li>Change: do_action function is working now in free version</li>\n</ul>\n\n<p>version 1.5.54: 2023-02-15</p>\n\n<ul>\n<li>Change: added some define variable that indicate the under ajax search</li>\n<li>Change: added \"collect\", and \"output\" to schema types in content accordion widget for example</li>\n<li>Feature: added wpml auto translate integration</li>\n<li>Feature: added option to select \"all taxonomies\" in exclude terms in terms selection</li>\n<li>Feature: added option - only direct children to terms select include by</li>\n<li>Feature: added option to post select to get posts by terms from curent meta field</li>\n<li>Fix: preserve tags when truncate</li>\n<li>Fix: fixed load more with second meta add in post query</li>\n</ul>\n\n<p>version 1.5.53: 2023-02-07</p>\n\n<ul>\n<li>Fix: keep exclude terms in grid when filtering with \"override terms\" mode</li>\n<li>Fix: fixed get_terms() not found php error from 1.5.52 version</li>\n</ul>\n\n<p>version 1.5.52: 2023-02-06</p>\n\n<ul>\n<li>Change: done some protection agains infinite loops in templates</li>\n<li>Fix: fixed popup button type conditions</li>\n<li>Fix: fixed term meta fields in multisource</li>\n<li>Fix: fixed exclude term not found in post select</li>\n</ul>\n\n<p>version 1.5.51: 2023-01-31</p>\n\n<ul>\n<li>Feature: added version to js comment output</li>\n<li>Feature: connected the galleies to remote play / stop like the carousels</li>\n<li>Feature: added some error message when image size attribute is missing in multisource</li>\n<li>Feature: added dynamic popup special attribute type</li>\n<li>Fix: fixed title source and description source in multisource gallery for products.</li>\n<li>Fix: added supress filtres to ajax search query</li>\n</ul>\n\n<p>version 1.5.50: 2023-01-24</p>\n\n<ul>\n<li>Feature: added \"media\" to post types select in advanced post query</li>\n<li>Feature: improved the date time attribute</li>\n</ul>\n\n<p>version 1.5.49: 2023-01-23</p>\n\n<ul>\n<li>Fix: fixed some js optimization issues </li>\n<li>Fix: fixed filters related small js bug</li>\n</ul>\n\n<p>version 1.5.48: 2023-01-19</p>\n\n<ul>\n<li>Feature: added gallery to multisource</li>\n<li>Feature: added post type override selectin current post query options</li>\n<li>Fix: fixed remote play with carousel</li>\n<li>Fix: fixed some multisource and ajax related bugs</li>\n<li>Fix: fixed popular posts plugin integration multiple post types</li>\n<li>Fix: fixed background widgets some problematic attribute names</li>\n<li>Fix: fixed include terms by current post terms in some cases.</li>\n<li>Fix: fixed default url_assets value in multisoure</li>\n<li>Fix: fixed dark mode svg icons</li>\n</ul>\n\n<p>version 1.5.47: 2023-01-10</p>\n\n<ul>\n<li>Feature: added more units to slider attribute</li>\n<li>Feature: added \"any\" post type to post types select</li>\n<li>Feature: added include and exclude current post terms in terms selection</li>\n<li>Feature: added option to carousel - scroll to head - force</li>\n<li>Feature: allow import widgets with theme activate</li>\n<li>Fix: fixed dynamic template render css for dynamic popup</li>\n<li>Fix: fixed users list select by manual</li>\n</ul>\n\n<p>version 1.5.46: 2023-01-08</p>\n\n<ul>\n<li>Feature: set the items image size chooser work for certain image</li>\n<li>Feature: made option to put js script in saparate tags with id\'s for optimization plugins like wprocket</li>\n<li>Feature: enriched the uc_lang variable. now it\'s always showing the current language</li>\n<li>Feature: added user_login variable to the users list output</li>\n<li>Feature: has put the preview link always as a help link in widget edit panel.</li>\n<li>Change: updated the multisource that it works better with items images</li>\n<li>Change: allow html tags in post intro (excerpt) in widgets</li>\n<li>Fix: fixed filters with sync multiple grid issues</li>\n<li>Fix: fixed the exclude users list with similar names</li>\n</ul>\n\n<p>version 1.5.45: 2022-12-26</p>\n\n<ul>\n<li>Feature: added json decode filter to twig</li>\n<li>Feature: added catalog images from shortpixel for speed loading</li>\n<li>Feature: done multisource group setting</li>\n<li>Fix: fixed entrance animation on ajax refresh</li>\n<li>Fix: done sync pause / play between carousels</li>\n</ul>\n\n<p>version 1.5.44: 2022-12-19</p>\n\n<ul>\n<li>Change: updated freemius to the latest version</li>\n<li>Fix: fixed remote play / pause button</li>\n<li>Fix: fixed search filter unicode phrase</li>\n<li>Fix: fixed entrance animation appear on scroll</li>\n<li>Feature: added video gallery responsive options</li>\n<li>Fix: fixed some owl carousel size on init bug</li>\n<li>Fix: fixed js widgets under the dynamic grid template like flipbox</li>\n</ul>\n\n<p>version 1.5.43: 2022-12-04</p>\n\n<ul>\n<li>Feature: add settings output to dynamic grid fields debug</li>\n<li>Fix: fixed pods multiple image data</li>\n<li>Fix: fixed url terms in filter with dynamic grid</li>\n<li>Fix: fixed users and menu not found bug in front </li>\n<li>Change: updated twig engine to the latest version</li>\n</ul>\n\n<p>version 1.5.42: 2022-11-29</p>\n\n<ul>\n<li>Feature: added functionality for time ago in posts widgets</li>\n<li>Feature: added woo variables to woo fields - woo_price_withtax, woo_price_notax</li>\n<li>Feature: added option for term child filter role\n-optimization: reduced number of queries in post related widgets</li>\n</ul>\n\n<p>version 1.5.41: 2022-11-24</p>\n\n<p>-bug fix: fixed post select in post query</p>\n\n<p>version 1.5.40: 2022-11-23</p>\n\n<ul>\n<li>Feature: added integration to woocommerce multicourancy plugins</li>\n<li>Feature: made some integration with translate press plugin</li>\n<li>Feature: added select post and select term attribute</li>\n<li>Fix: fixed dynamic loop css backgrounds with containers</li>\n<li>Fix: fixed mousewheel event in the carousel</li>\n<li>Fix: fixed some rare php error with filters</li>\n</ul>\n\n<p>version 1.5.39: 2022-11-16</p>\n\n<ul>\n<li>Fix: fixed small bug with zip extract</li>\n<li>Update: updated black friday sale banners</li>\n</ul>\n\n<p>version 1.5.38: 2022-11-10</p>\n\n<ul>\n<li>Fix: fixed galleries default sizes with post filters</li>\n<li>Fix: fixed hidden option in select filter in safari browser</li>\n<li>Fix: fixed non ssl assets url</li>\n<li>Feature: added \"schema\" special attribute</li>\n<li>Fix: fixed false autoplay in carousel</li>\n</ul>\n\n<p>version 1.5.37: 2022-11-09</p>\n\n<ul>\n<li>Fix: fixed 1px glitch bug in the carousel, on 1 item (slide mode)</li>\n<li>Feature: prepared the filters to work with ajax search</li>\n</ul>\n\n<p>version 1.5.36: 2022-11-6</p>\n\n<ul>\n<li>Feature: added function that outputs items schema</li>\n<li>Feature: improved include by meta in posts selection, added option for multiple values</li>\n<li>Feature: added option to get current user with meta in twig</li>\n<li>Addition: validate number of post list attributes, allow only one when creating widget</li>\n<li>Fix: fixed count posts in post query summary</li>\n<li>Fix: fixed entrance animation blur type</li>\n<li>Fix: fixed avoid duplicates with random order while posts load more</li>\n<li>Fix: the timeout now reset after slide change in owl carousel</li>\n<li>Fix: fixed terms selection taxonomies with idetical post type title</li>\n<li>Fix: added protection against inifinite loop in putElementorTemplate twig function</li>\n<li>Fix: fixed acf field unaccessable in some cases with elementor pro 3.8</li>\n</ul>\n\n<p>version 1.5.35: 2022-10-24</p>\n\n<p>-Fix: fixed include by id\'s from dynamic field, and terms from dynamic field in post selection</p>\n\n<p>version 1.5.34: 2022-10-19</p>\n\n<ul>\n<li>Feature: added items image size attribute (special type)</li>\n<li>Fix: fixed show backgrounds in elementor editor</li>\n</ul>\n\n<p>version 1.5.33: 2022-10-15</p>\n\n<ul>\n<li>Fix: fixed avoid duplicates with filters</li>\n<li>Fix: fixed select dropdown filter js</li>\n<li>Feature: added avoid duplicates option to manual posts selection</li>\n</ul>\n\n<p>version 1.5.32: 2022-10-11</p>\n\n<ul>\n<li>Fix: fixed some ajax pagination issues</li>\n<li>Fix: fixed pagination widget appearance on archive ajax pages with filters</li>\n<li>Fix: added twig functionality to put product attributes text</li>\n<li>Fix: fixed export with images not worked in some cases</li>\n<li>Fix: made some protection with ezcache plugin integration and filtering</li>\n<li>Fix: fixed some small php bug with this month post selection</li>\n<li>Fix: fixed some visible and hidden filters collision</li>\n<li>Fix: fixed terms select in terms filter on history back click in filters</li>\n<li>Fix: set child filter always first unselected</li>\n<li>Fix: set option for the tabs filter to be unselected</li>\n<li><p>Fix: fixed the pagination numbers if exclude offset chosen</p></li>\n<li><p>Feature: added multiple taxonomy terms in term selection</p></li>\n<li>Feature: added query id in terms selection</li>\n<li>Feature: added functionality for next / prev post</li>\n</ul>\n\n<p>version 1.5.31: 2022-09-20</p>\n\n<ul>\n<li>Fix: fixed thumbs gallery</li>\n</ul>\n\n<p>version 1.5.30: 2022-09-18</p>\n\n<ul>\n<li>Fix: fixed multiple post filters and grid connection</li>\n<li>Fix: fixed various small php errors</li>\n<li>Fix: fixed wordpress popular posts integration small bug</li>\n<li>Feature: added terms from dynamic post selection option</li>\n<li>Feature: added option for limiting terms show in post list</li>\n<li>Change: updated once more unitegallery graphics, changed assets to svg</li>\n<li>Fix: fixed thumbnail gallery arrows</li>\n</ul>\n\n<p>version 1.5.29: 2022-09-08</p>\n\n<ul>\n<li>Fix: fixed a small issue with search page and load more</li>\n<li>Fix: fix vimeo videos stoppped playing bug</li>\n</ul>\n\n<p>version 1.5.28: 2022-09-06</p>\n\n<ul>\n<li>Feature: added support for the select filter</li>\n<li>Fix: fixed some small js bug with filters</li>\n<li>Fix: fixed some post filters related popup error</li>\n<li>Change: changed the way that galleries srolls by mouseover</li>\n</ul>\n\n<p>version 1.5.27: 2022-09-02</p>\n\n<ul>\n<li>Fix: fixed popular posts plugin integration</li>\n<li>Fix: removed some console logs in filter.js file</li>\n<li>Fix: fixed ajax pagination jump</li>\n<li>Fix: fixed unitegallery strict standards bugs</li>\n<li>Change: renamed field - \"use dynamic fields\" to \"use current post data\" in widget editor</li>\n<li>Change: updated freemius sdk to: 2.4.5</li>\n</ul>\n\n<p>version 1.5.26: 2022-08-17</p>\n\n<ul>\n<li>Feature: added debug to remote elements</li>\n<li>Fix: made some protection against wrong animation names in carousel</li>\n<li>Fix: added some small fixes to carousel and remote sync js libraries</li>\n<li>Fix: done a better find closest section in remote</li>\n<li>Fix: fixed not showing values in elementor editor post selectors</li>\n</ul>\n\n<p>version 1.5.25: 2022-08-11</p>\n\n<ul>\n<li>Feature: added option to set title field in items</li>\n<li>Fix: fixed some more lazy load related protections in galleries</li>\n<li>Fix: Fixed some Elementor 3.7 deprecation issues</li>\n</ul>\n\n<p>version 1.5.24: 2022-08-09</p>\n\n<ul>\n<li>Fix: fixed some Elementor 3.7 related js bug in editor</li>\n</ul>\n\n<p>version 1.5.23: 2022-08-05</p>\n\n<ul>\n<li>Feature: added date format to date meta field post selection</li>\n<li>Feature: added more units to padding and margin attribute</li>\n<li>Feature: added option to set selected tab number in tabs filter widget</li>\n<li>Fix: fixed some unitegallery strict related scripts</li>\n<li>Fix: fixed sequance entrance animation attribute</li>\n<li>Fix: fixed some text with pagination edit mode in elementor editor</li>\n<li>Fix: fixed ajax pagination didn\'t get back to first page</li>\n<li>Fix: fixed tabs filter and taxonomy terms in one page</li>\n<li>Change: prepare the right way dates should work in post list</li>\n</ul>\n\n<p>version 1.5.22: 2022-07-24:</p>\n\n<ul>\n<li>Feature: added option to connect to another parent in remote arrows</li>\n<li>Feature: added change url and back button in ajax filers behaviour</li>\n<li>Fix: fixed doubly plugin integration import bg widgets</li>\n<li>Fix: fixed remote next/prev directions in carousels</li>\n<li>Fix: added some more protection against infinite loops from post content processing</li>\n</ul>\n\n<p>version 1.5.21 2022-07-17:</p>\n\n<ul>\n<li>Feature: added docstart and docend template in widget js</li>\n<li>Change: end of birthday sale message update</li>\n<li>Change: added warning message in case of twig collision with other plugins</li>\n</ul>\n\n<p>version 1.5.20 2022-07-13:</p>\n\n<ul>\n<li>Feature: added more widget debug type - current post fields</li>\n<li>Feature: updated admin title on edit widget view</li>\n<li>Feature: added option to carousel: scroll to head</li>\n<li>Feature: added query data attributes into filtering grid</li>\n<li>Fix: fixed ajax pagination in some cases</li>\n<li>Fix: fixed small php bug with hover animations control</li>\n<li>Fix: fixed lity lightbox with vimeo autoplay</li>\n<li>Fix: fixed item index after shuffle</li>\n<li>Fix: fixed some seleted tab filters related issues</li>\n<li>Fix: fixed load more filter doubly ajax request in some cases</li>\n<li>Fix: fixed woo scedualed sale price output</li>\n<li>Fix: in filters replace url with pagination as well</li>\n<li>Fix: changed gallery arrows to svg</li>\n</ul>\n\n<p>version 1.5.19 2022-06-27:</p>\n\n<ul>\n<li>Feature: added max posts to current query</li>\n<li>Fix: fixed controls conditions for elementor template control</li>\n<li>Feature: added more fields to dynamic grid loop (was only title)</li>\n<li>Change: added birthday sale banner and text</li>\n</ul>\n\n<p>version 1.5.17 2022-06-21:</p>\n\n<ul>\n<li>Change: updated fancybox version</li>\n<li>Fix: Fixed bug with ajax load more and ajax pagination</li>\n</ul>\n\n<p>version 1.5.17 2022-06-09:</p>\n\n<ul>\n<li>Feature: fixed entrance animation attribute</li>\n<li>Fix: fixed uc_inside_editor variable inside background widget</li>\n<li>Fix: fixed empty default value of radio boolean control</li>\n<li>Fix: fixed double filtering issues in archive pages</li>\n</ul>\n\n<p>version 1.5.16: 2022-05-31</p>\n\n<ul>\n<li>Fix: fixed double plugin versions in pro version</li>\n<li>Fix: fixed 1 size gap in one item owl carousel</li>\n<li>Fix: fixed the dissapearing options bug in mobile</li>\n</ul>\n\n<p>version 1.5.15: 2022-05-30</p>\n\n<ul>\n<li>Change: set cache folder inside wp-uploads</li>\n<li>Feature: added option to get terms last level only - for post list / grid</li>\n<li>Feature: added twig function - get_current_user</li>\n<li>Feature: disabled right click on html5 galleries (unite gallery)</li>\n<li>Fix: the image and video repeater was missing default items</li>\n<li>Fix: fixed load more and filters on a search page</li>\n<li>Fix: fixed carousel stage padding issues</li>\n<li>Fix: fixed carousel 1 item one pixel issues</li>\n<li>Fix: fixed default values in responsive selectors</li>\n</ul>\n\n<p>version 1.5.14: 2022-05-24</p>\n\n<ul>\n<li>Fix: fixed responsive default values with selectors in number and dropdown and slider controls</li>\n<li>Fix: fixed a bug in run_code_once functionality</li>\n</ul>\n\n<p>version 1.5.13: 2022-05-23</p>\n\n<ul>\n<li>Feature: added integration with \"sticky posts switch\" plugin</li>\n<li><p>Feature: added special attribute type - entrance animation</p></li>\n<li><p>Fix: fixed sync bug between two similar elements</p></li>\n<li>Fix: fixed filters loading with wp-rocket lazy load scripts</li>\n<li>Fix: fixed put_hide_ids_css function small bug</li>\n<li>Fix: fixed fetch 2 and more widgets within one section for filtering</li>\n<li>Fix: fixed slider control js empty output bug</li>\n<li>Fix: fixed gallery title as number js bug</li>\n<li>Fix: fixed gallery images from meta fields source as array </li>\n</ul>\n\n<p>version 1.5.12: 2022-05-08</p>\n\n<ul>\n<li>Feature: added integration for wpml media change</li>\n<li>Feature: bug fix: fixed hover animations setting don\'t work on front in some cases</li>\n<li>Feature: in post selection by date added options for \"future from today\", and \"future from tomorrow\".</li>\n<li>Feature: added new function: \"put_hide_ids_css\" to hide some css comma saparated id\'s from css tab.</li>\n<li>Feature: added support for ajax refresh for multiple synced grids together</li>\n<li>Feature: added option to test instagram data</li>\n<li><p>Feature: added phpinfo view in settings - troubleshooting</p></li>\n<li><p>Fix: fixed blank window opened by a link</p></li>\n<li>Fix: fixed acf boolean value present</li>\n<li>Fix: fixed another gallery related lazy load issues</li>\n</ul>\n\n<p>version 1.5.11: 2022-04-13</p>\n\n<ul>\n<li>Feature: made option to put elementor post_content inside post widget if the post made by elementor</li>\n<li>Feature: added additional fields to getPostAuthor function like avatar url and author meta</li>\n<li>Feature: show the \"no posts\" message with filters in post list / grid</li>\n<li>Feature: add background location (back/front) to background widgets</li>\n<li>Feature: done option to get post parent with the posts in posts selection</li>\n<li>Fix: set prices display in woocommerce widgets including tax</li>\n<li>Fix: fixed editor js files didn\'t loaded bug</li>\n<li>Fix: fixed css output with dynamic template and inline css mode</li>\n<li>Fix: fixed the ajax pagination that now works with post based gallery widget</li>\n<li>Fix: fixed filters scripts loading before jquery in js</li>\n<li>Fix: allow to select empty terms in term selection control</li>\n<li>Change: set default values of responsive number / slider / dropdown controls to desktop default values</li>\n</ul>\n\n<p>version 1.5.10: 2022-04-04</p>\n\n<ul>\n<li>Fix: fixed title and description source in gallery source selection</li>\n<li>Fix: fixed the dropdown attribute php filter for elementor</li>\n<li>Feature: added \"menu_id\" for various uses as menu attribute output</li>\n<li>Feature: added option for side offset in owl carousel</li>\n<li>Feature: added option for second items html refresh in ajax filters</li>\n</ul>\n\n<p>version 1.5.9: 2022-03-27</p>\n\n<ul>\n<li>Fix: fixed simple meta output for post list</li>\n<li>Feature: made dynamic grid work with filters</li>\n<li>Feature: the background widgets works for the new container objects as well</li>\n<li>Feature: added include by another meta field in post query</li>\n</ul>\n\n<p>version 1.5.8: 2022-03-23</p>\n\n<ul>\n<li>Feature: set special behaviour for more then one filters on the page</li>\n<li>Feature: added option to load video item from posts in a gallery</li>\n<li>Change: set up galleries common default items</li>\n<li>Fix: fixed unclosable gallery lightbox with youtube videos</li>\n<li>Fix: fixed elementor 3.6.0 compatability</li>\n</ul>\n\n<p>version 1.5.7: 2022-03-17</p>\n\n<ul>\n<li>Feature: added option to modify dropdown items in php\nFix: fixed gallery default items preview and init\nFix: fixed remote counter js error</li>\n</ul>\n\n<p>version 1.5.6 = 2022-03-15:</p>\n\n<p>Fix: fixed dissapearing items in remote related widgets</p>\n\n<p>version 1.5.5 = 2022-03-15:</p>\n\n<ul>\n<li>Feature: added woocommerce sorting options in posts selection by number of sales and rating</li>\n<li>Feature: added option to get related products on checkout page</li>\n<li>Feature: done manual posts and terms selections sort by drag and drop</li>\n<li>Feature: done option to custom refresh filters html (for carousels, galleries etc)</li>\n<li>Feature: made the attributes dialog support multi controls</li>\n<li>Feature: prepared the galleries and dynamic loops to use filters and load more\nFix: fixed query debug in manual posts selection\nFix: fix: fixed posts_per_page in manual posts selection\nFix: fix: fixed jquery include for remote widgets</li>\n</ul>\n\n<p>version 1.5.4 = 2022-03-06:</p>\n\n<ul>\n<li>Feature: added roles to post filter: single, main and child</li>\n<li>Feature: added option \"placeholder\" and \"disable dynamic\" for text field control</li>\n<li>Feature: added option for debug meta fields in post list, post grid</li>\n<li>Fix: fixed some pagination widget buttons related issues</li>\n<li>Fix: fixed non clickable items in some widgets</li>\n<li>Fix: fixed put_items(0) - first item output in twig</li>\n</ul>\n\n<p>version 1.5.3 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: added functionality to put image inside taxonomy terms widget</li>\n<li>Fix: fixed load more on archive page with orderby=xxx filter in url</li>\n<li>Fix: made support for woocommerce special order by in load more</li>\n<li>Change: updated freemius sdk to 2.4.3 version (Security fix)</li>\n</ul>\n\n<p>version 1.5.2 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: set up remote and sync functionality for the galleries</li>\n<li>Fix: fixed load more for current query posts</li>\n<li>Fix: fixed background js based widgets with elementor popups</li>\n<li>Fix: fixed unitegallery unclosed tag issue</li>\n<li>Fix: fixed replace mode in tabs filters</li>\n</ul>\n\n<p>version 1.5.1 = 2022-02-21:</p>\n\n<ul>\n<li>Feature: improved post pagination debug and added force options</li>\n<li>Feature: added code for the button filters</li>\n<li>Feature: added option to shuffle owl carousel</li>\n<li>Feature: added option for general \"shuffle\" in items</li>\n<li>Feature: made option for text modify, and get the current page url and current page title</li>\n<li>Feature: get feature image of a product from a first gallery image if featured image not exists</li>\n<li>Feature: added function \"one_random\" and \"first\" to get_items twig function</li>\n<li>Feature: added support for jet listing item</li>\n<li>Change: changed the \"choose template\" setting text to attirbute title</li>\n<li>Fix: fixed load more if offset turned on in the grid</li>\n<li>Fix: fixed link control attributes parsing</li>\n<li>Fix: fixed sync general api related bugs in elementor editor</li>\n</ul>\n\n<p>version 1.5.0 = 2022-02-02:</p>\n\n<ul>\n<li>Feature: added tabs in items controls</li>\n<li>Feature: added functionality for ajax taxonomies terms filter</li>\n<li>Feature: added some accessability to owl carousel buttons</li>\n</ul>\n\n<p>version 1.4.99: 2022-01-27:</p>\n\n<ul>\n<li>Feature: added option for disable content filtering in general settings->troubleshooting</li>\n<li>Feature: added taxonomies in widget debug output</li>\n<li>Fix: fixed some gallery lazy load related js bugs</li>\n</ul>\n\n<p>version 1.4.98: 2022-01-14:</p>\n\n<ul>\n<li>Feature: modified remote general js api to fit more types of widgets</li>\n<li>Feature: added support for put meta field in post list</li>\n<li>Fix: fixed some small php notices output in post query</li>\n</ul>\n\n<p>version 1.4.97 = 2022-01-06:</p>\n\n<ul>\n<li>Feature: add code base for the taxonomy filter</li>\n<li>Feature: added option to highlight all carousel items</li>\n<li>Feature: added active class to new owl carousel</li>\n<li>Feature: added scroll on click functionality to new owl carousel</li>\n<li>Fix: added support for acf fields styles in dynamic grid</li>\n<li>Fix: fixed some wp-rocket and filters related bug</li>\n</ul>\n\n<p>version 1.4.96 = 2021-12-29:</p>\n\n<ul>\n<li>Feature: use yoast main category feature to determine post main category</li>\n<li>Feature: added get woocommerce product gallery functionality to twig</li>\n<li>Feature: added support for multiple attribute conditoins values</li>\n<li>Feature: added menu order in advanced widget debug type</li>\n<li>Feature: added WooCommerce endpoints links code to twig</li>\n<li>Feature: added option to disable font awesome in general settings</li>\n<li>Fix: fixed some filters related issue</li>\n<li>Fix: added custom attributes to link attributes output</li>\n</ul>\n\n<p>version 1.4.95 = 2021-12-16:</p>\n\n<p>*Fix: fixed db table not found php bug in some cases</p>\n\n<p>version 1.4.94 = 2021-12-14:</p>\n\n<ul>\n<li>Feature: made posible multiple includes condition values per assets</li>\n<li>Feature: added meta value2 and meta value3 in include by meta value post selection</li>\n<li>Feature: added error notice if no api connectivity</li>\n<li>Feature: added attributes section conditions</li>\n<li>Feature: prepared code base for the new galleries</li>\n<li>Fix: fixed some small pagination related bug</li>\n<li>Fix: fixed remote connection parent detection in some cases</li>\n<li>Fix: added content filtering by filter widget_text_content for all the embed and other content modifications</li>\n<li>Fix: fixed edit defaulsin widget settings</li>\n<li>Fix: fixed some polylang issues with the template in dynamic template widgets</li>\n<li>Fix: [security] remove the \"duplicate layout\" functionality (not used in the plugin) that had some security issues </li>\n</ul>\n\n<p>version 1.4.93 = 2021-12-03:</p>\n\n<ul>\n<li>Fix: fixed some connected widgets bugs when there is many of them in the page</li>\n<li>Change: removed the black friday sale banner</li>\n<li>Feature: added general remote API for various widgets connections</li>\n<li>Feature: add some code base for the new gallery output</li>\n</ul>\n\n<p>version 1.4.92 = 2021-11-24:</p>\n\n<ul>\n<li>Fix: fixed similar post content in post list</li>\n<li>Change: saparated remote and sync options in connected widgets settings</li>\n</ul>\n\n<p>version 1.4.91 = 2021-11-23:</p>\n\n<ul>\n<li>Fix: fixed the wrong post intro in editor mode</li>\n</ul>\n\n<p>version 1.4.90 = 2021-11-22:</p>\n\n<ul>\n<li>Addition: added black friday banner discount banner and link</li>\n<li>Change: improved \"sync widgets\" editor experience</li>\n<li>Fix: fixed depricated \"post\" attribute bug</li>\n<li>Fix: modified zip extracting error messages</li>\n</ul>\n\n<p>version 1.4.89 = 2021-11-17:</p>\n\n<ul>\n<li>Feature: done the functionality for sync widgets</li>\n<li>Feature: done the functionality remote widgets</li>\n<li>Fix: fixed error message on remote widgets</li>\n<li>Fix: fixed css in post content in editor</li>\n<li>Fix: use better strip tags for post intro</li>\n</ul>\n\n<p>version 1.4.88 = 2021-11-08:</p>\n\n<ul>\n<li>Fix: fixed gutenberg support in widgets</li>\n<li>Fix: fixed all the pagination issues in archive page</li>\n</ul>\n\n<p>version 1.4.86 = 2021-11-01:</p>\n\n<ul>\n<li>Fix: fixed some load more last issues</li>\n<li>Feature: added code for taxonomy terms filter</li>\n<li>Feature: added code for checkbox filter</li>\n</ul>\n\n<p>version 1.4.86 = 2021-10-29:</p>\n\n<ul>\n<li>Feature: improved current query debug - full type</li>\n<li>Feature: added dropdown responsive placeholders</li>\n<li><p>Feature: added radio boolean attribute responsive controls</p></li>\n<li><p>Fix: fixed controls tabs functionality</p></li>\n<li>Fix: fixed load more custom image bug</li>\n<li>Fix: fixed double load more in a page mishmash bug</li>\n<li>Fix: fixed all load more issues</li>\n</ul>\n\n<p>version 1.4.85 = 2021-10-13:</p>\n\n<p>-bug fix: small bug fix - headers sent bug</p>\n\n<p>version 1.4.84 = 2021-10-13:</p>\n\n<ul>\n<li>Feature: added taxonomy terms full query debug option</li>\n<li>Feature: improved full debug type in posts query</li>\n<li>Feature: added items support in editor->background switcher</li>\n<li>Feature: added support for remote controls</li>\n<li>Feature: functionality to posts load more</li>\n<li>Feature: added second condition</li>\n<li>Feature: added tabs functionality to attributes</li>\n<li>Addition: added %,px to slider units</li>\n<li>Fix: fixed avoid duplicates related bug</li>\n<li>Fix: fixed conflicting wordpress codemirror script</li>\n<li>Fix: fixed post selection values init from editor</li>\n<li>Fix: fixed pagination on front page</li>\n<li>Fix: fixed some polylang related bugs</li>\n</ul>\n\n<p>version 1.4.83 = 2021-09-22:</p>\n\n<ul>\n<li>Fix: fixed styles mishmash inside elementor editor navigator</li>\n<li>Fix: fixed dissapearing carousels after refresh bug</li>\n<li>Fix: fixed dynamic grid pagination not changed</li>\n</ul>\n\n<p>version 1.4.82 = 2021-09-20:</p>\n\n<ul>\n<li>Feature: added troubleshooting setting - show php error message</li>\n<li>Feature: added px, vh, % options for slider attribute</li>\n<li>Feature: added dynamic group attributes for galleries, including image and video</li>\n<li>Feature: added option to convert one date string to another with ucdate filter</li>\n<li>Feature: added option to use items in background widgets</li>\n<li>Feature: added ucfunc(\"set\") and ucfunc(\"get\") functions in twig for remember and retrieve variables</li>\n<li>Feature: added include by option: \"children of current term\" to category selection options</li>\n<li>Feature: added option to pull woo product variations in twig</li>\n<li>Feature: added placeholder: link_withprefix, link_noprefix for link attribute</li>\n<li>Fix: fixed error when exists dynamic link in dynamic loop widgets</li>\n<li>Fix: enabled pagination in a single type in dynamic template grid</li>\n<li>Fix: the \"not equal\" attributes condition now works</li>\n<li>Fix: fixed not editable empty dropdown attribute in widget editor</li>\n<li>Fix: fixed mb_string absence php bug</li>\n<li>Fix: fixed heading attribute label</li>\n<li>Fix: fixed responsive elementor controls in widget items</li>\n</ul>\n\n<p>version 1.4.81 = 2021-08-17:</p>\n\n<ul>\n<li>Feature: added json select (lottie) for image attribute type </li>\n<li>Feature: made option for ajax in widgets with post list attribute</li>\n<li>Feature: made the ajax pagination work with pagination widget</li>\n<li>Feature: added dynamic options for number and slider attribute types</li>\n<li>Feature: added new owl carousel sources in assets chooser</li>\n<li>Feature: added heading attribute</li>\n<li>Change: added more types of debug for pagination widget</li>\n<li>Change: changed widget icons chooser for elementor icon instead of font awesome icon</li>\n<li>Fix: fixed import with template button dissapear in the new bar</li>\n<li>Fix: fixed widgets icons</li>\n</ul>\n\n<p>version 1.4.80 = 2021-08-09:</p>\n\n<ul>\n<li>Feature: added option to change items section label</li>\n<li>Feature: added js snippet with code that works in elementor popup</li>\n<li>Feature: added option to add {current_user_id} keyword in post meta query</li>\n<li>Feature: added option for block label inside each attribute</li>\n<li>Feature: added heading text option for items section</li>\n<li>Feature: added extra fields to image base gallery options</li>\n<li>Feature: added php filter option for variable</li>\n<li>Feature: added twig functions \"get_post_term\" and \"is_post_has_term\". The examples visible when you click on item.posts.putPostTerm placeholder</li>\n<li>Fix: fixed some test widgets output relate bugs</li>\n<li>Fix: conditions settings was not affected typography controls</li>\n<li>Fix: fixed template dynamic background image didn\'t displayed bug in dynamic loops</li>\n<li>Change: added some instructions for api connectivity test in general settings - troubleshooting</li>\n</ul>\n\n<p>version 1.4.79 = 2021-07-13</p>\n\n<ul>\n<li>Fix: fixed scripts output in preview widget page</li>\n</ul>\n\n<p>version 1.4.78 = 2021-07-12</p>\n\n<ul>\n<li>Change: added birthday sale promotions</li>\n<li>Feature: added woo commerce products to dynamic loop items source</li>\n</ul>\n\n<p>version 1.4.77 = 2021-07-07</p>\n\n<ul>\n<li>Fix: fixd the is_ajax() error function from the admin area</li>\n</ul>\n\n<p>version 1.4.76 = 2021-07-07</p>\n\n<ul>\n<li>Feature: added option to show post last modified date</li>\n<li>Feature: added function: get_from_sql in widget editor that allow to pull any custom records from DB</li>\n<li>Feature: added function: run_code_once in widget editor, that allow to run the code only once. Good for many similar widgets on the same page</li>\n<li>Feature: added option for load widget js as module</li>\n<li>Fix: fixed no key_thumb field in images inside widget</li>\n<li>Fix: fixed no condition in image sizes widget setting</li>\n<li>Fix: fixed javascript based backgrounds</li>\n<li>Fix: fixed brocken svg icon on catalog widget box in some of the cases</li>\n<li>Fix: fixed collision with rankmath in ajax actions</li>\n<li>Change: added some max length for a widget category, now it\'s 60</li>\n</ul>\n\n<p>version 1.4.75 = 2021-06-21</p>\n\n<ul>\n<li>Feature: added category image to products list</li>\n<li>Feature: added option to include as module widget js include</li>\n<li>Feature: added option to write custom handle to widget js and css include</li>\n<li>Feature: added options - avoid duplicate posts to post query exclude</li>\n<li>Feature: added option to include or exclude posts by dynamic field to posts selection</li>\n<li>Feature: added option to include or exclude posts by logged in user, in posts selection</li>\n<li>Fix: fixed background widget condition functionality</li>\n<li>Fix: changed template picker to simple select2 list</li>\n</ul>\n\n<p>version 1.4.74 = 2021-06-02</p>\n\n<ul>\n<li>Feature: added function put_date_range to twig functions. good for events widgets</li>\n<li>Feature: added integration with google map</li>\n<li>Feature: added function: \"run_code_once\" for twig</li>\n<li>Feature: added grouped options for the gallery</li>\n<li>Feature: added option to get posts by date from custom ACF field</li>\n<li>Feature: added gallery settings options for dynamic settings attribute</li>\n<li>Feature: added pagination to dynamic loop</li>\n<li>Change: improved dynamic settings attribute</li>\n</ul>\n\n<p>version 1.4.73 = 2021-05-20</p>\n\n<ul>\n<li>Feature: added twig function: \"put_attributes_json\" that available in js tab in widget editor</li>\n<li>Feature: added constant - uc_inside_editor - for distinquish between editor and site front</li>\n<li>Feature: added multiple select attribute</li>\n<li>Feature: added listing attribute support</li>\n<li>Fix: fixed \"request too long\" message on a widget preview - shortened preview url</li>\n<li>Fix: fixed several bugs with condition field in widgets editor</li>\n<li>Fix: fixed hidden image size select on item attributes</li>\n<li>Fix: fixed acf group field output</li>\n<li>Fix: fixed elementor template in items, changed to specific function</li>\n</ul>\n\n<p>version 1.4.72 = 2021-05-02</p>\n\n<ul>\n<li>Feature: added rating stars helper placeholder for woocommerce</li>\n<li>Feature: added option to include js file after elementor-frontend</li>\n<li>Fix: fixed new typography deprecation message</li>\n</ul>\n\n<p>version 1.4.71 = 2021-04-22</p>\n\n<ul>\n<li>Feature: added option to take post id\'s from php function in post selection</li>\n<li>Feature: added option for get posts by meta field that located in current or different post</li>\n<li>Feature: added twig filter: wc_price for native price filtering</li>\n<li>Feature: added post terms titles to post data debug</li>\n<li>Change: added option for woocommerce categories in terms selection</li>\n<li>Fix: fixed price issues in woocommerce related grids</li>\n<li>Fix: fixed include and exclude terms mismatch with nested tax query</li>\n<li>Fix: fixed pagination on search pages</li>\n</ul>\n\n<p>version 1.4.70 = 2021-04-14</p>\n\n<ul>\n<li>Feature: added show widget data debug options</li>\n<li>Feature: added option for filter post by post meta</li>\n<li>Feature: added option for simple condition for attributes</li>\n<li>Feature: added integration with wordpress popular post plugin for most viewed posts selection</li>\n<li>Feature: added post list variables for data debug</li>\n<li>Feature: added image sizes selector for post list</li>\n<li>Feature: get thumbnailID from content in case that it\'s missing in post</li>\n<li>Fix: when bulk moving attribute it now always goes to general category</li>\n<li>Fix: fixed filter posts by status</li>\n<li>Fix: fixed instagram media albom</li>\n</ul>\n\n<p>version 1.4.69 = 2021-04-04</p>\n\n<ul>\n<li>Feature: added extra query debug options for custom post types selector</li>\n<li>Feature: added choose image size select option to image attribute</li>\n<li>Feature: added \"image_attributes\" placeholder for image output in widget editor</li>\n<li>Change: added default values select to hover animations attribute</li>\n<li>Change: changed button \"add to cart\" to \"select options\" for variable products in woocommerce list widgets</li>\n<li>Fix: fixed border radius attribute from width to radius</li>\n<li>Fix: added missing thumb sizes for image select</li>\n</ul>\n\n<p>version 1.4.68 = 2021-03-22</p>\n\n<ul>\n<li>Feature: added include recently viewed products in woocommerce</li>\n<li>Feature: added option for default max posts in post selector</li>\n<li>Feature: added attribute type: Border Dimensions</li>\n<li>Feature: added attribute type: CSS Filters</li>\n<li>Feature: added attribute type: Hover Animations</li>\n<li>Fix: removed max posts from archive type post query selection, because has no control over pagination.</li>\n<li>Fix: fixed bug when instagram video images didn\'t show up</li>\n</ul>\n\n<p>version 1.4.67 = 2021-03-12</p>\n\n<ul>\n<li>Feature: added api connectivity to troubleshooting section</li>\n<li>Feature: added options in terms selection fields</li>\n<li><p>Feature: added order by meta key for woo categories select</p></li>\n<li><p>Fix: fixed woo product price format for decimal prices</p></li>\n<li>Fix: fixed context menu cut from bottom inside the widgets manager</li>\n<li>Fix: fixed show item data in widgets items repeater</li>\n<li>Fix: fixed float to round in woocommerce discount percents</li>\n</ul>\n\n<p>version 1.4.66 = 2021-02-18</p>\n\n<ul>\n<li>Feature: added \"box shadow\" attribute type</li>\n<li>Feature: added url_posts and num_posts to users output</li>\n<li>Feature: added option for selector 2 and selector 3 in several attributes</li>\n<li>Feature: added copy / paste attributes sections in widget editor</li>\n<li>Feature: added option for get default object to getListingItemData function</li>\n<li>Feature: added support for wpml site language inside a widget</li>\n<li>Feature: added acf image and thumbnails widths and heights to placeholders list</li>\n<li>Fix: load js include file in editor even if no js code</li>\n<li>Fix: fixed some php notice with exclude terms posts selection</li>\n<li>Fix: fixed small bug in getListingItemData function with no object returned</li>\n<li>Fix: fixed post selection manual select no posts shown at init</li>\n<li>Fix: fixed bug when private posts not fetched on manual posts selection</li>\n<li>Change: updated codemirror to latest version, added code search feature</li>\n<li>Change: updated freemius sdk to 2.4.2</li>\n</ul>\n\n<p>version 1.4.65 = 2021-02-03</p>\n\n<ul>\n<li>Feature: added option to fetch custom meta fields in users list</li>\n<li>Feature: added function to twig: getByPHPFunction()</li>\n<li>Feature: added function to twig: getUserMeta()</li>\n<li>Feature: added function to twig: getListingItemData() - working inside any plugin listing</li>\n<li>Fix: fixed php sanitize array bug</li>\n<li>Fix: fixed post type in related posts post selection</li>\n</ul>\n\n<p>version 1.4.64 = 2021-02-02</p>\n\n<ul>\n<li>Change: moved \"edit widget html\" button to advanced section in general tab</li>\n<li>Feature: added option to exclude products on sale in products query section in widget settings</li>\n<li>Feature: added option to exclude specific posts in post selection widget settings</li>\n<li>Feature: added woocommerce related products select in post selection</li>\n<li>Feature: added include/exclude posts by author in widget posts selection</li>\n<li>Feature: added include/exclude posts by date in widget posts selection</li>\n<li>Feature: added date/time picker to widget attributes types</li>\n<li>Feature: added post status to widget posts selection</li>\n<li>Feature: added offset setting to widget posts selection</li>\n<li>Feature: added author url and author post count to users fields</li>\n<li>Feature: added max number of users to user selection attribute</li>\n<li>Feature: added \"elementor template\" attribute</li>\n<li>Fix: fixed small php bug in post selection control</li>\n<li>Fix: fixed js bug in items repeater</li>\n<li>Fix: fixed exclude role not worked in user selection attribute</li>\n<li>Fix: fixed get products on sale selection with variations</li>\n</ul>\n\n<p>version 1.4.63 = 2021-01-26</p>\n\n<ul>\n<li>Feature: added acf link array and attributes</li>\n<li>Feature: added ordering features to post selection related and manual</li>\n<li>Feature: added option for showing only sticky posts</li>\n<li>Feature: added exclude by term setting in widget post selection</li>\n<li>Change: moved debug data from advaned to general folder in elementor widget settings</li>\n<li>Fix: fixed woo commerce prices number format</li>\n<li>Fix: fixed refresh posts on \"post query\" section open in widget post settings</li>\n<li>Fix: fixed manual posts selection default order</li>\n</ul>\n\n<p>version 1.4.62 = 2021-01-21</p>\n\n<ul>\n<li>Feature: added text shadow field</li>\n<li>Feature: added \"manual selection\" in posts query</li>\n<li>Feature: added compatability tag</li>\n<li>Fix: fixed image size thumb name with \"-\" sign inside</li>\n<li>Fix: fixed some php warning related to array to string conversion, happening in php 8</li>\n<li>Change: show woo commerce placeholders if selected \"for woocommerce products\" checkbox in post list attribute</li>\n<li>Change: improved woo category output placeholder help, added getTermCustomFields function</li>\n</ul>\n\n<p>version 1.4.61 = 2021-01-14</p>\n\n<ul>\n<li>Feature: added max posts and order by options to current query posts selection</li>\n<li>Feature: added manual selection for woocommerce categories select</li>\n<li>Feature: added selector and responsive to drop down attribute in widget builder</li>\n<li>Change: changed buy pro version link from the catalog widgets to inside of the plugin</li>\n<li>Fix: fixed adding widgets to a db table that is not auto incriment</li>\n<li>Fix: fixed svg preview from widget builder interface</li>\n<li>Fix: fixed manual memory check when registering widgets</li>\n</ul>\n\n<p>version 1.4.60 = 2020-12-30</p>\n\n<ul>\n<li>Feature: added option for third party integration for woocommerce grid</li>\n<li>Feature: added integration for \"advanced labels for woocommerce\" plugin</li>\n<li>Feature: added view file button in assets manager</li>\n<li>Feature: added svg icon option together with font icon for elementor panel widget box</li>\n<li>Feature: added preview image on mouseover inside elementor panel widget box</li>\n<li><p>Feature: added option for disabling \"edit widget html\" from widget settings</p></li>\n<li><p>Fix: fixed empty settings when there are gallery item setting only</p></li>\n<li>Fix: added \"no settings\" heading in case that no attributes in the widget</li>\n<li>Fix: fixed some php warnings for php 8.0</li>\n</ul>\n\n<p>version 1.4.59 = 2020-12-17</p>\n\n<ul>\n<li>Fix: fixed import template redirect</li>\n<li>Feature: added option to include sticky posts for post query</li>\n<li>Feature: added post pagination for single page</li>\n<li>Feature: added number of items for instagram widget</li>\n<li>Feature: added background image to background attribute</li>\n</ul>\n\n<p>version 1.4.58 - 2020-12-07</p>\n\n<ul>\n<li>Feature: make the plugin translatable for wordpress.org</li>\n</ul>\n\n<p>version 1.4.57 - 2020-12-07</p>\n\n<ul>\n<li>Feature: done post pagination widget for archive posts</li>\n<li>Feature: added option to truncate the post list</li>\n<li>Fix: fixed show debug query on current post query</li>\n</ul>\n\n<p>version 1.4.56 - 2020-11-30</p>\n\n<ul>\n<li>Update: relesed cyber monday deal admin notice</li>\n</ul>\n\n<p>version 1.4.55 - 2020-11-26</p>\n\n<ul>\n<li>Feature: added option to sort by sale price</li>\n<li>Feature: added option to debug query</li>\n<li>Feature: added option debug widget data</li>\n<li>Feature: added option to filter posts with child categories</li>\n<li><p>Feature: added option to include only products on sale</p></li>\n<li><p>Fix: fixed no widget shown in some cases</p></li>\n<li>Fix: fixed woocommerce prices placeholders prefix</li>\n</ul>\n\n<p>version 1.4.54 - 2020-11-13 =</p>\n\n<ul>\n<li>Update: updated freemius sdk to newest version</li>\n<li>Fix: fixed comma saparated selector</li>\n</ul>\n\n<p>version 1.4.53 - 2020-11-09 =</p>\n\n<ul>\n<li>Feature: added background widgets and section backgrounds</li>\n<li>Change: removed global colors from template export</li>\n<li>Fix: fixed bug with regular and sale price in woocommerce</li>\n</ul>\n\n<p>version 1.4.52 - 2020-11-06 =</p>\n\n<p>Fix: fixed bug with regular and sale price in woocommerce</p>\n\n<p>version 1.4.51 - 2020-11-04 =</p>\n\n<ul>\n<li>Feature: added svg output in icon library attribute</li>\n<li>Feature: added woocommerce checkbox to post list</li>\n<li>Feature: added product out of stock filter for product selection</li>\n<li>Feature: added discount_percent field in post list attribute woocommerce product type</li>\n<li>Feature: added woocommerce post list order by price option</li>\n<li>Fix: fixed woocommerce category in post list attribute</li>\n</ul>\n\n<p>version 1.4.50 - 2020-10-21 =</p>\n\n<ul>\n<li>Fix: removed display errors setting</li>\n</ul>\n\n<p>version 1.4.49 - 2020-10-12 =</p>\n\n<ul>\n<li>Fix: fixed small bug with non existing controls</li>\n<li>Fix: fixed general settings error when turning off plugin</li>\n</ul>\n\n<p>version 1.4.48 - 2020-10-12 =</p>\n\n<p>*Feature: added border attribute\n*Fix: page break in some versions of elementor\n*Fix: fixed bulk move attributes with categories\n*Fix: fixed default items image field not match</p>\n\n<p>version 1.4.47 - 2020-10-08 =</p>\n\n<ul>\n<li>Update: remove russian translation</li>\n<li>Feature: added function: get_items for twig</li>\n<li>Fix: fixed switch content and style tab</li>\n<li>Fix: fixed slider control tablet/mobile default value</li>\n<li>Fix: fixed non ordered widget categories</li>\n</ul>\n\n<p>version 1.4.46 - 2020-10-04 =</p>\n\n<ul>\n<li>Feature: added function put_items_json for js items output</li>\n<li>Fix: returned widgets from uncategorized category</li>\n</ul>\n\n<p>version 1.4.45 - 2020-10-04 =</p>\n\n<ul>\n<li>Fix: fixed template import with custom widgets</li>\n</ul>\n\n<p>version 1.4.44 - 2020-10-03 =</p>\n\n<ul>\n<li>Feature: added flexible content type attribute</li>\n<li>Optimize: reduced the number of db queries, dramatically increased load speed</li>\n</ul>\n\n<p>version 1.4.43 - 2020-09-22 =</p>\n\n<ul>\n<li>Feature: added option to group attributes into sections</li>\n<li>Feature: done instagram access token auto renew</li>\n<li>Feature: added \"selector\" to color picker attribute</li>\n<li>Fix: improved consolidate widgets option protection</li>\n<li>Fix: fixed select default widget images</li>\n<li>Fix: fixed default items in gallery item (image base fields)</li>\n<li>Fix: fixed image display in default item selector</li>\n<li>Fix: global colors was absent from color selection</li>\n</ul>\n\n<p>version 1.4.42 - 2020-08-06 =</p>\n\n<ul>\n<li>Feature: added option to get grouped woocomerce products</li>\n<li>Feature: added instagram connect to official API</li>\n<li>Feature: added function: getUserData(), added into \"twig code examples\" panel</li>\n<li>Feature: added \"printVar\" and \"showDebug\" functions \"twig code examples\" panel</li>\n<li>Feature: done \"login with instagram\" in general settings, and get data from instgram API</li>\n<li>Fix: sorted \"overwrite widgets\" issue on import</li>\n<li>Fix: fixed dropdown attribute when work with html data</li>\n</ul>\n\n<p>version 1.4.41 - 2020-06-18 =</p>\n\n<ul>\n<li>Feature: added additional controls to \"number\" attribute</li>\n<li>Feature: added \"exclude uncategorized category\" to woocommerce categories select </li>\n<li>Feature: added responsive controls to slider attribute</li>\n<li>Fix: fixed template type variable issues in elementor integration</li>\n<li>Fix: show pagination only when \"current query\" is available</li>\n<li>Fix: fixed select2 field min width in posts query</li>\n</ul>\n\n<p>version 1.4.40 - 2020-06-10 =</p>\n\n<ul>\n<li>Change: hided \"consolidate widgets\" general setting</li>\n<li>Feature: added \"show/hide wrapping html comments\" to general settings</li>\n<li>Fix: fixed export template filename</li>\n</ul>\n\n<p>version 1.4.39 - 2020-06-02 =</p>\n\n<ul>\n<li>Fix: fixed save widgets from editor with large config limitation.</li>\n<li>Fix: fixed export template with page settings bug.</li>\n<li>Fix: removed extra fields from items editor, leaved only supported fields</li>\n<li>Change: updated freemius SDK to latest version</li>\n</ul>\n\n<p>version 1.4.36 - 2020-05-21 =</p>\n\n<ul>\n<li>Feature: added support for pods panda repeater</li>\n<li>Fix: done some solution for max_execution_time issues when installing template</li>\n<li>Fix: fixed rtl on templates dialog popup</li>\n<li>Fix: corrected the naming near the \"number\" field</li>\n<li>Fix: cleared \"twig\" library from some not needed files.</li>\n<li>Change: removed \"image view\" file from framework.</li>\n</ul>\n\n<p>version 1.4.35 - 2020-05-11 =</p>\n\n<ul>\n<li>Feature: added term custom fields support</li>\n<li>Feature: added term meta fields support</li>\n<li>Change: moved composer vendor folder to plugin root</li>\n<li>Change: fixed empty templates list bug when \"show only installed widget\" checkbox checked</li>\n<li>Fix: sorted out some of the templates import bugs</li>\n</ul>\n\n<p>version 1.4.34 - 2020-05-06 =</p>\n\n<ul>\n<li>Fix: removed category ations from templates section</li>\n<li>Fix: show \"putPostMeta\" function even if no example post available</li>\n<li>Fix: fixed finally all the DB not installed issues on elementor and admin pages</li>\n</ul>\n\n<p>version 1.4.33 - 2020-05-03 =</p>\n\n<ul>\n<li>Fix: fixed double twig collision by another plugin</li>\n</ul>\n\n<p>version 1.4.32 - 2020-05-02 =</p>\n\n<ul>\n<li>Update: updated to newest twig 1.x version</li>\n<li>Fix: fixed no space between placeholders in php 7.4 bug</li>\n</ul>\n\n<p>version 1.4.31 - 2020-04-26 =</p>\n\n<p>*Fix: fixed dissapearing widget issue</p>\n\n<p>version 1.4.30 - 2020-04-23 =</p>\n\n<ul>\n<li>Fix: fixed couple of bugs related to templates</li>\n</ul>\n\n<p>version 1.4.29 - 2020-04-22 =</p>\n\n<ul>\n<li>Feature: released the templates catalog</li>\n</ul>\n\n<p>version 1.4.28 - 2020-04-10 =</p>\n\n<ul>\n<li>Feature: added woocommerce categories field</li>\n<li>Fix: fixed export / import with images feature</li>\n<li>Fug: fixed error message on front on some cases when the db tables not installed yet.</li>\n</ul>\n\n<p>version 1.4.27 - 2020-04-01 =</p>\n\n<p>Fix: fixed widget default icon in manager\nFeature: added \"getPostMeta, putPostMeta, printPostMeta\" functions\nFeature: added \"getPostData\" function for acf related posts, that get\'s all the data from the related post including custom fields</p>\n\n<p>version 1.4.26 - 2020-03-28 =</p>\n\n<ul>\n<li>Change: changed to new api address</li>\n<li>Fix: fixed links not included bug in theme builder posts</li>\n<li>Fix: fixed link to buy pro version</li>\n<li>Fix: fixed free version remain activated bug</li>\n<li>Fix: simpleXML validation made the site down</li>\n</ul>\n\n<p>version 1.4.25 - 2020-03-09 =</p>\n\n<ul>\n<li>Feature: added \"responsive controls\" to margin and padding setting</li>\n<li>Feature: made \"refresh catalog\" button</li>\n<li>Feature: added \"num_items\" variable to the widget editor</li>\n<li>Change: removed the \"default fonts\" from widget defaults screen</li>\n<li>Fix: fixed some php bug in \"implode\" function</li>\n<li>Fix: fixed posts from sub categories in post list</li>\n</ul>\n\n<p>version 1.4.24 - 2020-02-14 =</p>\n\n<ul>\n<li>Feature: made \"export with images\" option in templates</li>\n<li>Fix: fixed import category widgets</li>\n<li>Fix: fixed icon html output placeholder</li>\n</ul>\n\n<p>version 1.4.23 - 2020-02-02 =</p>\n\n<ul>\n<li>Feature: improved the slider attribute</li>\n<li>Feature: added \"menu\" attribute</li>\n</ul>\n\n<p>version 1.4.22 - 2020-01-28 =</p>\n\n<ul>\n<li>Feature: added woo currency symbol</li>\n<li>Feature: added woo add to cart button</li>\n<li>Feature: added slider attribute</li>\n<li>Widget: logo grid</li>\n<li>Widget: logo carousel</li>\n<li>Widget: logo marquee</li>\n<li>Widget: image tooltip</li>\n<li>Widget: content toggle</li>\n<li>Widget: circle number</li>\n<li>Widget: post list</li>\n</ul>\n\n<p>version 1.4.21 - 2020-01-22 =</p>\n\n<ul>\n<li>Feature: added users attribute</li>\n<li>Feature: done multiple post type selector</li>\n<li>Feature: added background attribute</li>\n<li>Feature: added icon library html output</li>\n<li>Feature: added woo commerce support in posts list</li>\n<li>Bug fix: fixed icons not shown bug in widget settings</li>\n</ul>\n\n<p>version 1.4.20 - 2020-01-15 =</p>\n\n<ul>\n<li>Bug fix: fixed font awesome icon output</li>\n<li>Bug fix: fixed instagram not loading bug</li>\n<li>Change: updated font awesome css version</li>\n<li>Change: changed the way that instagram was loaded on the page</li>\n</ul>\n\n<p>version 1.4.19 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added filter by slug to terms attribute</li>\n<li>Feature: changed repeater items titles to the ones from \"title\" field instead of \"Item1\", \"Item2\" etc.</li>\n<li>Feature: added automated styling for date field, added \"ucdate\" filter for that.</li>\n<li>Feature: done functionality for display post author</li>\n<li>Change: changed the font awesome attribute to fa5</li>\n<li>Change: added strip html tags from truncate function</li>\n</ul>\n\n<p>version 1.4.18 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added all image sizes to posts</li>\n<li>Feature: added \"putPostTerms\" function to posts</li>\n<li>Feature: added wpautop filter to twig</li>\n<li>Feature: added option for custom twig PHP functinoality for PRO version</li>\n<li>Feature: hide \"edit widget html\" button for user that don\'t have capability to see the plugin </li>\n<li>Feature: added wpml compatablity</li>\n<li>Feature: added related posts in posts list</li>\n<li>Feature: added padding and margin controls (pro)</li>\n<li>Bug Fix: fixed pagination output</li>\n</ul>\n\n<p>version 1.4.17 - 2019-12-12 =</p>\n\n<ul>\n<li>Change: changed to more flexible catalog api</li>\n</ul>\n\n<p>version 1.4.16 - 2019-08-12 =</p>\n\n<ul>\n<li>Feature: added post query relation (and, or) chooser</li>\n<li>Change: update to freemius sdk 2.3.1</li>\n<li>Feature: added \"trancate\" filter</li>\n<li>Fix: fixed editor permissions PHP Error</li>\n</ul>\n\n<p>version 1.4.15 - 2019-19-11 =</p>\n\n<ul>\n<li>Change: remove the old deprecated codecanyon activation</li>\n<li>Fix: fixed bug when both plugins are installed together</li>\n<li>Fix: fixed empty widget content when put a lot of content in the widget html/js</li>\n<li>Feature: added option for fonts for post list for intro and content</li>\n<li>Feature: added custom filter query ID in posts list query (pro)</li>\n<li>Feature: added labels to typography fields</li>\n<li>Feature: added description option for elementor controls</li>\n<li>Feature: added option to add help links to widgets from the widget editor</li>\n</ul>\n\n<p>version 1.4.14 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed js not included bug</li>\n</ul>\n\n<p>version 1.4.13 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed terms attribute selector bugs in elementor</li>\n<li>Fix: fixed post selection was not showing post types without taxonomies</li>\n<li>Fix: fixed rtl visibility issues in admin</li>\n</ul>\n\n<p>version 1.4.12 - 2019-15-10 =</p>\n\n<ul>\n<li>Feature: added exclude posts by current post</li>\n<li>Feature: added post category addition custom taxonomy support</li>\n<li>Fix: fixed some bug in post list selector elementor</li>\n</ul>\n\n<p>version 1.4.11 - 2019-07-10 =</p>\n\n<p>*Feature: added link param html attributes placeholder\n*Feature: added category link to post list params\n*Fix: fixed post list category not displayed bug</p>\n\n<p>version 1.4.10 - 2019-28-9 =</p>\n\n<p>-bug fix: added some front end protection against db not installed bug\n* Feature(pro): added do_action for custom wp actions run\n* Feature(pro): added apply_filters for custom wp actions run\n-bug fix: fixed export widget with assets path\n-change: added instructions to download pro version.</p>\n\n<h4>1.4.7 - 2019-18-9</h4>\n\n<p>*Fix: fixed post category selection in post list</p>\n\n<h4>1.4.6 - 2019-18-9</h4>\n\n<p>*Fix: fixed dynamic items in repeater</p>\n\n<h4>1.4.6 - 2019-11-9</h4>\n\n<p>*Fix: fixed admin body class external\n*Feature: make support for post categories list\n*Feature(pro) - made taxonomies list attribute\n*Fix: fixed current posts fetch in archive type</p>\n\n<h4>1.4.5 - 2019-19-8</h4>\n\n<p>*Change: improved widgets manager design</p>\n\n<h4>1.4.3 - 2019-25-7</h4>\n\n<p>*Change: updated the activation link from plugins\n*Change: small UI improvements</p>\n\n<h4>1.4.2 - 2019-24-7</h4>\n\n<p>*Feature: add post category to dynamic fields\n*Feature: added toolset integration</p>\n\n<h4>1.4.1 - 2019-8-7</h4>\n\n<p>*Feature: added search widget\n*Feature: the plugin is now fully translatable, added russian translation</p>\n\n<h4>1.4 - 2019-8-7</h4>\n\n<p>*Change: moved to new payment system (freemius), changed pricing plans</p>\n\n<h4>1.3.39 - 2019-2-7</h4>\n\n<p>*Feature: add alt tags to image attribute\n*Feature: add automatic name from title on add attribute\n*Feature: redesign categories</p>\n\n<p>*Fix: removed autop filter change code from front end\n*Fix: allow to import widget when stand on category from catalog\n*Fix: fixed instagram widgets typography bug</p>\n\n<h4>1.3.38 - 2019-30-6</h4>\n\n<p>*Feature: added code examples / js snippets\n*Feature: added widget preview</p>\n\n<h4>1.3.37 - 2019-23-6</h4>\n\n<p>*Feature: add support for archive pages\n*Feature: added archive pages pagination\n*Change: changed fonts design controls</p>\n\n<h4>1.3.36 - 2019-20-6</h4>\n\n<p>*Fix: fixed multiple similar js includes in one page</p>\n\n<h4>1.3.35 - 2019-20-6</h4>\n\n<p>*Feature: add support for acf gallery field</p>\n\n<h4>1.3.34 - 2019-13-6</h4>\n\n<ul>\n<li>Feature: improved the post list filtering and ordering</li>\n</ul>\n\n<h4>1.3.33 - 2019-12-6</h4>\n\n<ul>\n<li>Feature: added ordering posts by meta value</li>\n<li>Fix: fixed site crash by db error</li>\n</ul>\n\n<h4>1.3.32 - 2019-11-6</h4>\n\n<ul>\n<li>Fix: fixed pods together with acf fileds</li>\n<li>Fix: added all categories to post list</li>\n</ul>\n\n<h4>1.3.31 - 2019-10-6</h4>\n\n<ul>\n<li>Feature: added link attribute</li>\n</ul>\n\n<h4>1.3.30 - 2019-06-6</h4>\n\n<ul>\n<li>Feature: made PODS integration</li>\n</ul>\n\n<h4>1.3.29 - 2019-06-5</h4>\n\n<ul>\n<li>Feature: added set widget icon functionality, with presence in catalog</li>\n<li>Feature: added preview widget button from the catalog</li>\n</ul>\n\n<h4>1.3.28 - 2019-06-3</h4>\n\n<ul>\n<li>Feature: made plugin translatable</li>\n</ul>\n\n<h4>1.3.27 - 2019-06-2</h4>\n\n<ul>\n<li>Fix: fixed font override attribute bug</li>\n</ul>\n\n<h4>1.3.26 - 2019-05-30</h4>\n\n<ul>\n<li>Feature: added typography attribute</li>\n</ul>\n\n<h4>1.3.25 - 2019-05-29</h4>\n\n<ul>\n<li>Tweak: added support for dynamic params in image field</li>\n</ul>\n\n<h4>1.3.24 - 2019-05-29</h4>\n\n<ul>\n<li>Fix: Fix dynamic field</li>\n<li>Tweak: Added message when adding an empty repeater from custom fields</li>\n</ul>\n\n<h4>1.3.23 - 2019-05-01</h4>\n\n<ul>\n<li>Feature: Added dynamic fields to all text controls</li>\n<li>Feature: Added \"edit html\" button to all widgets</li>\n<li>Fix: Fixed consolidated addons render bugs</li>\n</ul>\n\n<h4>1.3.22 - 2019-04-25</h4>\n\n<ul>\n<li>Feature: Made all acf fields integration including the pro like repeater and clone</li>\n</ul>\n\n<h4>1.3.21 - 2019-04-20</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.20 - 2019-04-15</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.19 - 2019-04-10</h4>\n\n<ul>\n<li>Feature: Done all acf fields</li>\n</ul>\n\n<h4>1.3.18 - 2019-04-05</h4>\n\n<ul>\n<li>Change: Update post child vars when change post</li>\n</ul>\n\n<h4>1.3.17 - 2019-04-01</h4>\n\n<ul>\n<li>Change: Add dynamic fields to addon editor</li>\n</ul>\n\n<h4>1.3.16 - 2019-03-30</h4>\n\n<ul>\n<li>Fix: Fixed the switchers </li>\n<li>Fix: Fixed the upload file</li>\n<li>Fix: Fixed checkbox in assets tab</li>\n</ul>\n\n<h4>1.3.15 - 2019-03-25</h4>\n\n<ul>\n<li>Fix: Fixed visual bugs</li>\n<li>Fix: Fixed radio boolean attribute (switcher)</li>\n</ul>\n\n<h4>1.3.14 - 2019-03-20</h4>\n\n<ul>\n<li>Fix: Fixed addon assets tab bugs</li>\n</ul>\n\n<h4>1.3.13 - 2019-03-15</h4>\n\n<ul>\n<li>Feature: Done export/import template with addons</li>\n</ul>\n\n<h4>1.3.12 - 2019-03-10</h4>\n\n<ul>\n<li>Feature: Added fedback on deactivate</li>\n</ul>\n\n<h4>1.3.11 - 2019-03-05</h4>\n\n<ul>\n<li>Fix: Fixed export import layout stuff</li>\n</ul>\n\n<h4>1.3.10 - 2019-03-01</h4>\n\n<ul>\n<li>Fix: Fixed assets tab issues</li>\n<li>Fix: Fixed post to articles category rename on install</li>\n</ul>\n\n<h4>1.3.09 - 2019-02-28</h4>\n\n<ul>\n<li>Fix: Fixed test addon jquery include</li>\n<li>Change: Added purchase link to license page</li>\n</ul>\n\n<h4>1.3.08 - 2019-02-25</h4>\n\n<ul>\n<li>Fix: Fixed settings text output</li>\n</ul>\n\n<h4>1.3.07 - 2019-02-20</h4>\n\n<ul>\n<li>Fix: Fixed font manager bug</li>\n</ul>\n\n<h4>1.3.06 - 2019-02-15</h4>\n\n<ul>\n<li>Fix: Fixed taxonomy issues</li>\n</ul>\n\n<h4>1.3.05 - 2019-02-10</h4>\n\n<ul>\n<li>Fix: Fixed add addon functionality</li>\n</ul>\n\n<h4>1.3.04 - 2019-02-05</h4>\n\n<ul>\n<li>Improvment: Improved post types category selection</li>\n</ul>\n\n<h4>1.3.03 - 2019-02-01</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.02 - 2019-01-30</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.01 - 2019-01-25</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.2.01 - 2019-01-20</h4>\n\n<ul>\n<li>Fix: Fixed js in editor when addins widget</li>\n</ul>\n\n<h4>1.2.00 - 2019-01-15</h4>\n\n<ul>\n<li>Feature: Pro version with a catalog</li>\n</ul>\n\n<h4>1.0.11 - 2019-01-10</h4>\n\n<ul>\n<li>Fix: Fixed some wordpress galleries related bug</li>\n</ul>\n\n<h4>1.0.10 - 2019-01-05</h4>\n\n<ul>\n<li>Fix: Fixed export category</li>\n</ul>\n\n<h4>1.0.09 - 2019-01-01</h4>\n\n<ul>\n<li>Change: Made global setting for consolidata addons or not</li>\n<li>Change: Updated some memory text in general settings</li>\n</ul>\n\n<h4>1.0.08 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed all notices related bugs</li>\n</ul>\n\n<h4>1.0.07 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed with default data types</li>\n</ul>\n\n<h4>1.0.06 - 2018-12-25</h4>\n\n<ul>\n<li>Fix: Fixed js includes consolidated</li>\n</ul>\n\n<h4>1.0.05 - 2018-12-20</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.04 - 2018-12-15</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.03 - 2018-12-10</h4>\n\n<ul>\n<li>Fix: Fixed empty category issues</li>\n</ul>\n\n<h4>1.0.02 - 2018-12-05</h4>\n\n<ul>\n<li>Fix: Fixed bug with some unit values in render output</li>\n</ul>\n\n<h4>1.0.00 - 2018-12-01</h4>\n\n<ul>\n<li>Release: First plugin release</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:7:\"1.5.108\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/72877.zip?is_premium=true&authorization=FSLA+14440533%3ALBSnos-5UyIePmBvSAlL5OrO_6XpIq_Ffuy1AgcadPnYnrHlYUQxKMIo9dvmB6xNgfGemdDKV2NBw-tAlj_cZTxU8t0LuGYhauHFZrSkBnIM0cbpuYHe4Z7GV6mUARgmvJyAXVyPaFE_k3-psIFh9WKuyiJgJFccluuG39RH_mB4wh0lArs49Bn_G0EnQ0Tbkz5ws6xrzQsWjOKFzUB0jFB-wyLk36IDqHHt3QWf1T82QDVAxBMU7mTcDLV6onXqK4ea9-jStXwiWcn9uB-K1Q\";}}s:7:\"created\";i:1716361724;s:9:\"timestamp\";i:1716365324;}s:92:\"get:/v1/installs/14440533/updates/latest.json?is_premium=true&newer_than=1.5.108&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:7:\"1.5.109\";s:11:\"sdk_version\";s:5:\"2.7.2\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:3:\"6.5\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:34840;s:2:\"id\";s:5:\"73171\";s:7:\"created\";s:19:\"2024-05-29 11:39:30\";s:7:\"updated\";s:19:\"2024-05-30 07:02:23\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/73171.zip?is_premium=true&authorization=FSLA+14440533%3Aqx3EpkZ19d6X-MPu7p-HKZrqJjG6sZdb0-S6pn5rFU4vmvj4lD69JCDlOn3i9F_hSeoJekTfPcybrm_US-FOlZ6woiYdHcV8TnhBPbaXqpsh_vNEcnKpmq7rLzWz9yGxUocDxFskZEZTlAkzYXnHxgzlKRB1bY5qPSj7CSQHR3i42pmqYZtRKRgWtpSvKY9IUXobAVDAL0kS3gtj08GngjdAAV6UQsRI1MF0lLsMUCMGyW7UE1B9E1x5bD2MuHGrNVXwCzQLHmGXXbT0ewjiZQ\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:66:\"Unlimited Elements For Elementor (Free Widgets, Addons, Templates)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"tags\";O:8:\"stdClass\":6:{s:9:\"elementor\";s:9:\"elementor\";s:8:\"elements\";s:8:\"elements\";s:6:\"addons\";s:6:\"addons\";s:16:\"elementor addons\";s:16:\"elementor addons\";s:16:\"elementor widget\";s:16:\"elementor widget\";s:12:\"page builder\";s:12:\"page builder\";}s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";N;s:6:\"tested\";s:3:\"6.5\";s:10:\"stable_tag\";s:3:\"1.0\";s:8:\"sections\";O:8:\"stdClass\":4:{s:11:\"description\";s:7190:\"<p><strong>Elementor</strong> users, elevate your web design experience with <strong>Unlimited Elements for Elementor</strong>. An all in one plugin that instantly gives you the most advanced widgets and tools to make better Elementor websites faster. Take your WordPress website to the next level.</p>\n\n<p><a href=\"https://unlimited-elements.com/elementor-widgets/\">View Elementor Widgets Demos</a>\n<br>\nBrowse our extensive collection of free widgets or upgrade to our pro version for access to over 200 additional unique drag and drop widgets for <strong>Elementor</strong>. Each widget provides a wide range of options to easily control every aspect. If you can\'t find what you need, our <strong>Widget Creator</strong> Framework empowers you to create any widget you can imagine.</p>\n\n<h3>Plugin Features</h3>\n\n<ul>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Widget Library</strong></a> – Enhance the popular Elementor page builder with our user-friendly and innovative widget library. Simplify your website by finding everything you need in one place, without the need for multiple plugins.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/widget-creator/\"><strong>Widget Creator</strong></a> – Save valuable time by eliminating the need to search for numerous plugins and add-ons. Instead, create customized, professional widgets that perfectly align with your website requirements.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-templates/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/loop-builder-for-elementor/\"><strong>Loop Builder</strong></a> – Easily create dynamic Loop Items within the Elementor Theme Builder by utilizing any loop widget layout of your preference. Effortlessly populate the chosen widget with dynamic content to craft versatile and engaging Loop Items.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/background-widgets-for-elementor/\"><strong>Background Widgets</strong></a> – Elevate your web designs instantly with our user-friendly animated backgrounds available in our extensive widget library. Experience seamless integration and unleash your creativity like never before.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/post-widgets-filters-tools/\"><strong>Post Widgets & Filters</strong></a> – Easily create stunning post layouts with real-time filters. Improve the browsing experience for website visitors by helping them find the content they\'re looking for. Effortlessly display posts using advanced criteria on your entire website.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/woo/\"><strong>WooCommerce Widgets & Filters</strong></a> – Create stunning product layouts with dynamic real-time filters. Showcase your products and categories in a wide array of interactive formats, such as grids, carousels, sliders, and more.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/remote-control-widgets/\"><strong>Woo Widgets & Filters</strong></a> – Unleash your creativity with advanced and customizable layouts. Take full control of your designs and make them truly unique using the remote controls. Stand out from the crowd with layouts that are both eye-catching and distinctive.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/sync-widgets/\"><strong>Sync Between Widgets</strong></a> – Elevate your web designs to new heights by seamlessly synchronizing multiple item-based widgets. This powerful feature empowers you to effortlessly create intricate and personalized layouts, taking your designs to the next level of sophistication.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source-galleries/\"><strong>Multi-Source Galleries</strong></a> – Empower your gallery showcase by effortlessly featuring Woo products, WordPress posts, Instagram feeds, and a variety of other sources, including various API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/live-copy-paste/\"><strong>Live Copy Paste</strong></a> – Copy and paste fully designed sections from the Unlimited Elements website directly to your website, saving you time and ensuring you can finish your web project as soon as possible.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-menu-widget-for-elementor/\"><strong>Mega Menu Builder</strong></a> – Easily craft a distinctive Mega Menu for your website navigation by incorporating images, icons, links, and various Elementor widgets into unique menu layouts.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-slider-widget-for-elementor/\"><strong>Mega Slider Builder</strong></a> – Easily turn any Elementor sections into slider slides. Now you can amaze your website visitors with jaw-dropping slider designs that look amazing on any device.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source/\"><strong>Multi-Source Widgets</strong></a> – Add content dynamically to item-based widgets effortlessly with support for ACF repeaters, JSON/CSV files, Woo Products, WordPress posts, users, menus, and a range of API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/dynamic-post-popup-widget-for-elementor/\"><strong>Dynamic Popup Builder</strong></a> – Dynamically create a popup to add a quick view of the post without leaving the page. Use an Elementor single post template to create the layout of the dynamic popup.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/form-builder/\"><strong>Elementor Form Builder</strong></a> – Build advanced forms effortlessly using the drag-and-drop form builder. Whether it’s a simple or complex form, our straightforward form widgets make it quick and easy to create forms, improving your workflow.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/calculators/\"><strong>Calculator Builder</strong></a> – Easily design professional calculators for any type of industry. Whether you need a loan calculator, mortgage calculator or business calculator, our powerful and intuitive drag and drop builder makes it easy to create complex calculators with ease.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/filters/\"><strong>Elementor Filter Widgets</strong></a> – Unlock the potential of the AJAX-based faceted filter system, seamlessly empowering you to craft diverse layouts with ease. Take control by applying multiple filters, ensuring a super-fast and dynamic filtering experience tailored to your website needs.</p></li>\n</ul>\";s:12:\"installation\";s:521:\"<p>Note : This plugin works with Elementor. Make sure you have <a href=\"https://wordpress.org/plugins/elementor/\">Elementor</a> installed.</p>\n\n<ol>\n<li>Upload the plugin folder to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress</li>\n<li>Navigate to Unlimited Elements in the WordPress side menu and install the widget you want by hovering over it and clicking install.</li>\n</ol>\";s:3:\"faq\";s:4218:\"<h4>Can I use the plugin without Elementor?</h4>\n\n<p>No. You cannot use the plugin without Elementor since it\'s an addon for Elementor.</p>\n\n<h4>Does the plugin work with any theme?</h4>\n\n<p>Absolutely! The plugin will work with any theme where Elementor works.</p>\n\n<h4>What if I update to the Premium version after using the Free version?</h4>\n\n<p>Your existing elements/content will work with the premium version. So you won’t lose your any of your hard work.</p>\n\n<h4>Can I get a refund?</h4>\n\n<p>If you are not happy with your purchase at anytime just contact us and we will refund 100% of your money no questions asked.</p>\n\n<h4>Do you offer a renewals discount?</h4>\n\n<p>Yes, you get 25% discount for all annual plan automatic renewals. The renewal price will never be increased so long as the subscription is not cancelled.</p>\n\n<h4>How do I install and activate the \'Unlimited Elements for Elementor\' plugin on WordPress?</h4>\n\n<p>To install the \'Unlimited Elements\' plugin on your WordPress site, access your WordPress Dashboard and go to Plugins -> Add New. In the search box, enter \'Unlimited Elements.\' Locate the plugin in the search results and click on the \'Install Now\' button. Once the installation is finished, click on the \'Activate\' button, and \'Unlimited Elements for Elementor\' will be successfully activated on your WordPress site.</p>\n\n<h4>Do I need to know code to use Unlimited Elements?</h4>\n\n<p>No, you do not need to know code to leverage the widgets and other tools provided by the Unlimited Elements plugin. It is designed to be user-friendly, allowing you to enhance your Elementor experience without any coding expertise. However, for users familiar with code, the plugin offers the added advantage of a widget creator, enabling the creation of custom Elementor widgets for a more tailored and advanced design experience.</p>\n\n<h4>Is my site secure with Unlimited Elements?</h4>\n\n<p>Yes, Unlimited Elements is a secure plugin. The plugin is regularly updated to adhere to common security standards, ensuring a secure environment for your website.</p>\n\n<h4>What types of filters does Unlimited Elements provide?</h4>\n\n<p>Unlimited Elements offers a variety of filter types, including search filters, dropdowns, tabs filters, checkboxes filters, and WooCommerce-related filters, providing a diverse range of options for dynamic and versatile website filtering.</p>\n\n<h4>Are the filters compatible with any post type or WooCommerce products?</h4>\n\n<p>Yes, all the filters provided by Unlimited Elements are live Ajax filters, ensuring dynamic and seamless filtering experiences. They are compatible with any post type, including custom post types, and WooCommerce products, offering versatile functionality for a wide range of content on your website. Utilize specific WooCommerce filters to enhance the shopping experience for your customers, such as the price range slider filter and color swatches filter for products with different colors.</p>\n\n<h4>Can I use Unlimited Elements to display custom post types in my widgets?</h4>\n\n<p>Yes, Unlimited Elements supports showcasing custom post types with advanced query selection and seamless connection to any filter from the UE library. This allows for tailored and dynamic content presentation on your website using the plugin\'s versatile features.</p>\n\n<h4>What are multi-source widgets in Unlimited Elements?</h4>\n\n<p>Multi-source widgets in Unlimited Elements enable the population of item-based widgets with various dynamic source types. These widgets can be populated using sources like ACF repeater fields, WooCommerce products, custom post types, Instagram feeds, and various API integrations. This versatility allows for the seamless integration of diverse content into widgets, enhancing the flexibility and functionality of your website elements.</p>\n\n<h4>Should I use Remote Control Widgets or the Sync Widgets function in Unlimited Elements?</h4>\n\n<p>The choice depends on your design preferences. If you want complete control, go for Remote Control Widgets. For synchronized layouts, choose Sync Widgets. They can also be used together for even more powerful customization options in Unlimited Elements.</p>\";s:9:\"changelog\";s:146255:\"<p>version 1.5.109: 2024-05-29</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to get page views of some post using WPP plugin</li>\n<li>Feature: added option for \"show db tables\" in troubleshooting</li>\n<li>Fix: fixed form editor form validation, excluded placeholders</li>\n<li>Fix: fixed get filters based on wpml language with post count</li>\n<li>Fix: Fixed some remote connection code items click code</li>\n<li>Fix: Fixed clear all filters button not working bug</li>\n<li>Fix: fixed multisource acf repeater checkboxes type get</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Email Field (Pro) - Added validation function for the email field to ensure correct email format and improve data accuracy.</li>\n<li>Feature: Number Field (Pro) - Introduced the \"Disable Calculation in Editor\" debug option to prevent the page from crashing or becoming unresponsive when multiple fields are set to calculation mode, enhancing stability during editing.</li>\n<li>Feature: AJAX Search (Pro) - Added Show Post Image option to enable or disable the display of images in posts, providing more control over post appearance</li>\n<li>Feature: Submit Button (Free) - Added validation function for the email field to ensure correct email format and improve data accuracy.</li>\n<li>Feature: Team Member Card (Free) - Added Icon Size Inner option to adjust the height of the icon itself, providing more precise control over icon dimensions.</li>\n<li>Feature: Slider Field (Pro) - Added Accent Color option to highlight changing value of Slider Field widget.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added option to open images in Lightbox, enhancing the viewing experience with a full-screen display of images.</li>\n<li>Change: Expanding Content Cards (Pro) - Added title as CSS ID for Widgets Items to allow using them as anchors.</li>\n<li>Fix: Mega Menu (Pro) - Fixed issue where the Clickable Link option was disabled but the link was still added, ensuring links are only added when the option is enabled</li>\n<li>Fix: Icon Accordion (Pro) - Fixed issue where Override Color Options were not working, ensuring color customizations are applied correctly.</li>\n<li>Fix: Fullscreen Menu (Free) - Fixed issue where menu wasn\'t opening, ensuring proper functionality and user access.</li>\n<li>Fix: Expanding Content Cards (Pro) - Resolved issue where CSS filters were not working in Safari browser, ensuring consistent styling across all browsers.</li>\n<li>Fix: Block Quote Card (Free) - Fixed issue where reserved space was still taken up even when no icon was selected, ensuring proper layout and space utilization.</li>\n<li>Fix: Unfold Content (Pro) - Added support for carousel widgets, enabling enhanced content display through interactive sliding elements.</li>\n<li>Fix: Instagram Feed (Pro) - Added \'aria-label\' attribute to links to fix the \'Links do not have a discernible name\' error, improving accessibility and compliance with web standards.</li>\n<li>Fix: Woo Mini Cart (Pro) - Fixed issue where URL was changed after page load, ensuring stable and consistent URLs for better navigation and user experience.</li>\n<li>Fix: Age Verification (Pro) - Fixed issue where popup still opened even after cookie was set, ensuring popups respect cookie settings for user preferences.</li>\n</ul>\n\n<p>version 1.5.108: 2024-05-21</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: update freemius SDK to 2.7.2</li>\n<li>Fix: fixed bug with select filter and active filters widgets</li>\n<li>Fix: fixed bug with several main checkbox filters unselecting</li>\n<li>Fix: Fixed some small security issue</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: AJAX Search (Pro) - Added option to search by meta and by terms.</li>\n<li>Feature: Dark Mode (Free) - Introduced \'Do not affect SVG\' option to prevent SVG images from inverting when toggling dark mode, ensuring correct image display.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added Button Hover Animation option to enable animations when hovering over button, enhancing interactivity and visual appeal.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added Icon Position option, allowing users to customize the placement of icons for better design flexibility.</li>\n<li>Feature: Woo Product Grid (Pro) - Added \"Show Only Lowest Variable Price\" option to display only the lowest price for variable products, enhancing price visibility and simplicity for users.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Fixed Navigation Arrows functionality issue when Animation option was enabled, ensuring smooth and consistent navigation experience.</li>\n<li>Fix: Dynamic Popup Button (Pro) - Added suppot for Loop Carousel widget with enabled Loop option.</li>\n<li>Fix: Woo Mini Cart (Pro) - Fixed widgets behaviour for Shop pages when page name is different then default.</li>\n<li>Fix: Icon Tabs (Pro) - Provided a fix that ensures Icon Tabs widget changing Active Tab after click event.</li>\n<li>Fix: Unlimited Google Maps (Pro) - get it work on the template switcher</li>\n<li>Fix: Fullscreen Menu (Free) - Fixed issue where Menu widget wouldn\'t open properly when nested within sticky parent containers, ensuring smooth functionality and user experience.</li>\n</ul>\n\n<p>version 1.5.107: 2024-05-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added elementor dynamic options to api integrations</li>\n<li>Feature - added option to get images from current product variations for the dynamic gallery.</li>\n<li>Feature - added preperation for the enhanced ajax search</li>\n<li>Fix - fixed weird elementor no products on cart page bug</li>\n<li>Fix - fixed bug with faq schema output</li>\n<li>Fix - fixed general settings show items at start</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Event List (Pro) - Added \"Remove All Upcoming Events Except Next One\" functionality, facilitating the removal of all upcoming events except for the next scheduled event for streamlined event management.</li>\n<li>Feature: Animated Icon Box (Pro) - Added Description Opacity option to customize the opacity level of descriptions for enhanced visual aesthetics and readability.</li>\n<li>Feature: Underline Animated Button (Free) - Added Animation Move Amount option, enabling users to customize the amount of movement in animations for enhanced visual effects.</li>\n<li>Feature: Remote Tabs (Pro) - Added Item Min Height option for better customization; users can now set a minimum height for items displayed.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added the \"Show Load More Button Icon\" option to enhance interface; users can now customize the icon displayed for the load more button.</li>\n<li>Feature: Mega Menu (Pro) - Added a new functionality enabling \"Expand / Collapse Visible On\" option, allowing expansion or collapse of visibility based on specific criteria.</li>\n<li>Feature: Side Menu (Pro) - Added Menu Padding option. This new feature allows to add padding to the container of the Menu items.</li>\n<li>Feature: Woo Product Grid (Pro) - Made Content Padding, Category Label Spacing, and Title Spacing options responsive for improved adaptability across various screen sizes and devices.</li>\n<li>Feature: Icon Image Content Box (Free) - Implemented functionality to link Icon and Title to the same destination as the Image.</li>\n<li>Feature: Hotspots (Pro) - Implemented styling options for images. This new functionality allows users to customize the appearance of images within the widget, including options for adjusting borders, shadows, and other visual attributes.</li>\n<li>Feature: Team Member Grid (Pro) - Implemented \'Text Placement\' option. This new functionality allows users to customize the placement of text within the widget, providing greater control over the layout and design.</li>\n<li>Fix: Post Ticker (Free) - Fixed widgets behaviour for RTL websites.</li>\n<li>Fix: Post Timeline (Pro) - Resolved category name spelling issue in some cases. This fix ensures that category names are spelled correctly throughout the widget, improving accuracy and consistency in the display of category information.</li>\n<li>Fix: Team Member Grid (Pro) - Optimized HTML code of the widget. This optimization improves the efficiency and performance of the widgets by reducing unnecessary code and streamlining the structure for faster loading and rendering.</li>\n<li>Fix: Number Field (Pro) - Resolved issue when Min - Max range were violated and no error were shown.</li>\n<li>Fix: Dropdown Button (Pro) - Optimized widget\'s JS code. This fix ensures that widget works properly on mobile devices as well as on desktop.</li>\n<li>Fix: Expanding Content Cards (Pro) - Addressed CSS filter issue where it was displaying incorrectly on mobile devices, ensuring proper rendering and display consistency across all devices.</li>\n<li>Fix: Post Grid (Pro) - Fixed issue where Typography option was not functioning as expected, ensuring proper functionality and usability.</li>\n<li>Fix: Justified Image Carousel (Pro) - Fixed issue where width of images was incorrectly set in certain cases, ensuring proper display and functionality across all scenarios.</li>\n<li>Fix: Layers (Pro) - Resolved issue with the \"Item Shadow\" option. This fix ensures that the item shadow is applied correctly within the widget.</li>\n</ul>\n\n<p>version 1.5.106: 2024-05-12</p>\n\n<ul>\n<li>Fix - fixed some main/child roles checkbox filter issues</li>\n<li>Fix - fixed some bug with widget posts debug not showed full info</li>\n<li>Fix - fixed dissapearing gallery titles since last version.</li>\n</ul>\n\n<p>version 1.5.105: 2024-05-05</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Fix: fixed some filters and request related issue</li>\n<li>Fix: fixed specific post and terms select</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Mute Video\' option. This new functionality allows users to start videos muted within the widget, providing greater control over the audio playback and enhancing the user experience.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Checkboxes Filter (Pro) - Introduced \'Accordion as Dropdown\' option, allowing users to open the accordion as a dropdown when the layout is set to \'Accordion\', preventing layout shifting and improving user experience.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Event List (Pro) - Introduced \'Show End Time\' option, enabling users to show or hide the event end time for enhanced flexibility and customization.</li>\n<li>Feature: Animated Icon Box (Pro) - Introduced styling options for Icon and Divider, providing users with more customization choices for improved visual design.</li>\n<li>Feature: Taxonomy Terms (Pro) - Implemented styling options for 1st and 2nd level of Child Term Elements. This new functionality allows users to customize the appearance of Child Term Elements at different hierarchical levels, providing greater design flexibility and control.</li>\n<li>Feature: Content Carousel (Pro) - Implemented \'Image Border Radius\' option. This new functionality allows users to specify the border radius for images within the widget, enabling them to create rounded or custom-shaped images for a more visually appealing design.</li>\n<li>Feature: Coverflow Carousel (Pro) - Implemented \'Custom Navigation Arrows\' option. This new functionality allows users to customize the navigation arrows used within the widget, enabling them to use custom-designed arrows for a more personalized look and feel.</li>\n<li>Feature: One Page Scroll Navigation (Pro) - Enhanced widget flexibility to support other sections apart from the one with the tag <section>. This improvement expands compatibility with different section types, providing users with more options for integrating the widget into their website layouts.</li>\n<li>Change: Animated Icon Box (Pro) - Replaced old font edit option with new typography and color options for enhanced customization and design control.</li>\n<li>Change: Call To Action Button (Free) - Moved ripple \'Transition Timing\' from Button Icon to Button Icon tab and renamed it to \'Ripple Timing\' for improved organization and clarity.</li>\n</ul>\n\n<p>version 1.5.104: 2024-04-24</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added support for unselect items in sync functionality</li>\n<li>Feature: added feature - sort terms by parent -> children, and levels number class</li>\n<li>Fix: fixed some load more issue with dynamic template loop and post lists inside</li>\n<li>Fix: fixed woo category image not fetched bug</li>\n<li>Fix: fixed some cases of sticky elementor elements with filters</li>\n<li>Fix: fixed remote connection with single background parent and remote widget</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Neon Line Width\' option. This new functionality allows users to adjust the width of the neon line effect within the widget, providing finer control over its appearance and visual impact.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Shadow\' option. This new functionality allows users to add a shadow effect to buttons within the widget, enhancing their visual appearance and depth.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Background Color\' option. This new functionality allows users to customize the background color of buttons within the widget, enhancing visual design and customization possibilities.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Fix: Loop Carousel (Pro) - Corrected spelling mistakes and improved naming conventions, enhancing clarity and consistency.</li>\n<li>Fix: Flip Box (Free) - Resolved issue where links were not firing for the first click on the back of the Flip Box. This fix ensures that links behave as expected, allowing them to be clicked and activated reliably.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue where Content Tabs widget couldn\'t work with Icon Tabs widget on the same page. This fix ensures that both widgets can coexist and function properly together, allowing for seamless integration and improved user experience.</li>\n<li>Fix: Checkboxes Filter (Pro) - Enhanced Accordion Layout option for the Checkboxes Widget to improve script communication. This improvement optimizes the interaction between scripts, resulting in smoother operation and better performance of the widget.</li>\n<li>Fix: Loop Grid (Pro) - Implemented additional Masonry layout check to avoid items overlapping over each other. This enhancement ensures that items are properly positioned and do not overlap, maintaining a clean and organized layout within the widget.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Resolved issue where popups allowed opening links in new tabs while opening the popup. This fix ensures that links within popups behave consistently and do not inadvertently open in new tabs, providing a smoother user experience.</li>\n<li>Fix: Post Slider (Pro) - Addressed issue where post title typography settings were not applied, ensuring proper functionality and appearance.</li>\n<li>Fix: Flip Box (Free) - Corrected a typography mistake in options.</li>\n<li>Fix: Content Slider (Pro) - Resolved conflict caused between Elementor\'s Motion Effects and the widget due to the same animation library (animate.css), resolving CSS class conflict for smoother animation and functionality.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with Opening Item when Clickable Parent option is enabled.</li>\n<li>Fix: Side Menu (Pro) - Resolved issue where some icons were being reverted. This fix ensures that all icons remain consistent and do not revert unexpectedly.</li>\n<li>Fix: Rhombus Grid (Pro) - Increased CSS priority for \'Item Background Color Override\' option. This adjustment ensures that the specified background color takes precedence over other styles, providing consistent and reliable appearance for the widget items.</li>\n</ul>\n\n<p>version 1.5.103: 2024-04-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to add additional url attributes to post links</li>\n<li>Feature: improved woo category thumbnail image gether</li>\n<li>Feature: added option to unite gallery - strip_speed</li>\n<li>Fix: fixed some widgets editor enable visibility bug</li>\n<li>Fix: fixed entrance animation run if inside a viewport window</li>\n<li>Fix: fixed some security issues - escaping some fields output</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Dots\' option. This new functionality allows users to toggle the visibility of dots within the widget, providing greater control over navigation indicators.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Custom Icon\' option. This new functionality allows users to customize the appearance of checkboxes by providing custom icons, enhancing the visual presentation of checkboxes within the widget.</li>\n<li>Feature: Video Playlist (Pro) - Implemented \'Strip Navigation Speed\' option. This new functionality allows users to adjust the speed of navigation within the strip, providing finer control over the scrolling behavior.</li>\n<li>Feature: Expanding Content Cards (Pro) - Implemented \'Background Image Align\' option. This new functionality allows users to specify the alignment of the background image, providing greater control over its positioning within the element.</li>\n<li>Feature: Post Magazine Grid (Pro) - Implemented \'Meta Date Date Format\' option. This new functionality allows users to specify the date format for meta date display, providing customization options for date presentation.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Show Item Title in Lightbox\' option. This new functionality allows users to toggle the display of item titles within the lightbox, providing control over the visibility of titles for a better user experience.</li>\n<li>Feature: Search Filter (Pro) - Implemented \'Custom Links Ending\' option. This new functionality allows users to change links in the connected grid to highlight the search phrase.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Post Pagination (Free) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Content Switcher (Pro) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab Content Switcher for a smoother and more seamless user experience.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Show Field Name In Empty Field Error Message\' option. This new functionality allows users to include the field name in the empty field error message, providing clearer feedback to users when a required field is left blank.</li>\n<li>Feature: Side Menu (Pro) - Implemented \'Templates Width\' and \'Templates Horizontal Align\' options.</li>\n<li>Change: Unlimited Grid (Pro) - Changed \'Title Spacing\' option to \'Title Margin\'. This change allows users to add margin in all directions to the title, providing more granular control over its positioning within the widget.</li>\n<li>Fix: Content Box Hover Text Reveal (Free) - Resolved issue where Overlay Opacity option wasn\'t working on mobile devices. This fix ensures that the Overlay Opacity option functions correctly across all devices, providing consistent behavior and appearance.</li>\n<li>Fix: Multi Step Form (Pro) - Fixed Multi Step Error Message not showing when empty and required field was present on active step.</li>\n<li>Fix: Submit Button (Free) - Fixed Submit Button verification issue when fields with 0 value were parsed as empty.</li>\n<li>Fix: Slider Field (Pro) - Resolved issue where border radius for focus state differed from regular state. This fix ensures that the border radius remains consistent across different states.</li>\n<li>Fix: Icon Bullets (Free) - Fixed issue related to Hover Colors not being revealed after item hover.</li>\n<li>Fix: Team Member Sliding Effect (Pro) - Resolved issue related to global colors usage. This fix ensures that global colors are properly utilized throughout the widget, maintaining consistency and accuracy in color rendering.</li>\n<li>Fix: Post Magazine Grid (Pro) - Optimized widget HTML. This optimization improves the efficiency and performance of the widget by streamlining the HTML structure and reducing unnecessary code.</li>\n<li>Fix: Form Fields Widgets: Resolved vulnerability where scripts could be injected under certain widget attributes. This fix ensures that scripts are properly sanitized and prevented from being inserted into widget attributes, mitigating potential security risks.</li>\n</ul>\n\n<p>version 1.5.101: 2024-04-03</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added \"date time\" attribute to items attributes list</li>\n<li>Feature - made some integration for \"relevanssi\" plugin</li>\n<li>Feature - added woo rating stars to multisource fields</li>\n<li>Feature - added visual text that showing the form fields conditions</li>\n<li>Fix - fixed filters mode init mode</li>\n<li>Fix - fixed various filters related bugs</li>\n<li>Fix - fixed ucpage parameter fetch for pagination in archive page</li>\n<li>Fix - fixed gallery from meta field item source texts </li>\n<li>Fix - fixed some number field processing</li>\n<li>Fix - fixed multisep form with template submit</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Set First Item Selected\' option. This new functionality allows users to automatically select the first item in the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented \'Open Current Submenu On Page Load\' option. This new functionality allows users to automatically expand the current submenu on page load, providing immediate access to relevant content.</li>\n<li>Feature: Background Slider (Pro) - Introduced \'Add SEO Tags\' option, allowing users to include alt and title attributes for images for improved search engine optimization of the widget content.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Message Box After Send\" option, allowing automatic closure of the message box after clicking the send button for improved user experience and convenience.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Button After Click\" option, enabling automatic closure of the buttons after clicking any button, eliminating the need for manual closure for enhanced user convenience and interaction.</li>\n<li>Feature: Content Grid (Pro) - Implemented \'Description\' option. This new functionality allows users to add a description to the widget, providing additional context or instructions.</li>\n<li>Feature: SVG Animation (Free) - Optimized widget for Elementor Popup compatibility. This update ensures seamless integration and improved performance when using the widget within Elementor Popups.</li>\n<li>Feature: Animated Ripples (Pro) - Introduced \'Ripple Scale\' option, enabling users to control the size of the ripples for enhanced visual customization and effect.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Item Trigger type\' for Segment Layout type. This new functionality allows segments to be opened by hovering on them, providing users with an alternative interaction method.</li>\n<li>Feature: Line Text Divider (Free) - Added styling options including Line Thickness, Line Border Radius, Line Shadow, Text Typography, Background Color, Padding, Border, Border Radius, and Box Shadow for enhanced customization. Additionally, existing styling options have been improved for better optimization and user experience.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Grow Effect on Thumb Hover option. This new functionality allows users to enable the grow effect on thumbnail hover.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Hide Default Arrows option. This new functionality allows users to hide default arrows, providing enhanced customization of the widget\'s appearance and behavior.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Show Time Ago\' option. This new functionality allows users to display the time elapsed since a publish event, providing context and improving user engagement.</li>\n<li>Feature: Dropdown Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Empty Field Error Text\' option. This new functionality allows users to customize the error message displayed when a required field is left empty.</li>\n<li>Feature: Icon Bullets (Free) - Implemented \'Title Color Hover\' and \'Text Color Hover\' options. These new functionalities allow users to customize the color of titles and text when hovered over, providing enhanced interactivity and visual feedback.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Font Family\' option for Label X Axis and Y Axis. This new functionality allows users to customize the font family for labels displayed on the X and Y axes, providing enhanced typography control.</li>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Arrows\' option and updated Arrows styling options. This new functionality allows users to control the visibility of arrows and customize their styling, providing more flexibility in widget design and navigation.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Empty Message\' option. This new functionality allows users to display a custom message when no posts are found, providing better user feedback and enhancing the user experience.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Change: Checkboxes Filter (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.</li>\n<li>Change: Post Carousel (Pro) - Added \'alt\' and \'title\' attributes to the image for improved SEO optimization and accessibility.</li>\n<li>Change: Flip Box Carousel (Pro) - Changed some selectors in CSS to avoid empty items appearing on live page.</li>\n<li>Change: Underline Animated Button (Free) - Changed <section> tag to </li>\n</ul>\n\n<p><</p>\n\n<p>div>. This update improves the semantic structure of the widget, ensuring better compatibility with various screen readers and accessibility standards.\n* Change: Unlimited Charts (Pro) - Updated the animation option to trigger animation when the chart comes into view instead of upon initial load, improving user experience and visual appeal.\n* Change: Submit Button (Free) - Changed the position of Empty Field Errors to be grouped after the submit button. This update enhances the layout and organization of error messages, providing users with a clearer indication of missing information before submission.\n* Change: Post Blocks (Free) - Changed CSS selector for Typography option for better accessibility. This update improves the accessibility of the Typography option by using a more descriptive and accessible CSS selector.\n* Change: List Marquee (Pro) - Increased speed limit to 1000. This update enhances the speed capabilities of the widget, allowing for faster performance and smoother animations.\n* Change: Checkbox Field (Pro) - Increased accessibility by adding IDs to input elements and \"for\" attributes to label elements. This update improves accessibility by associating labels with their corresponding form controls, making it easier for screen readers and other assistive technologies to interpret and navigate the form.\n* Change: Masonry Gallery (Pro) - Implemented \'Autoplay Video In Lightbox\' option. This new functionality allows users to enable autoplay for videos displayed within the lightbox, providing a more dynamic and engaging viewing experience.\n* Change: WhatsApp Chat (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.\n* Fix: Number Field (Pro) - Implemented CSS protection from the max-width CSS property. This new functionality safeguards against unintended styling conflicts or overrides caused by the max-width property.\n* Fix: Fullscreen Menu (Free) - Addressed issue where the fullscreen menu was not displayed correctly in Safari browser.\n* Fix: Image Scroll (Pro) - Resolved 404 error appearing every time Overlay element was added on the page. This fix ensures that the Overlay element is loaded correctly without triggering a 404 error.</p>\n\n<p>version 1.5.100: 2024-03-17</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to connect the filters to some specific grid group</li>\n<li>Fix: fixed js run for background output not always happend</li>\n<li>Fix: filters was shown only related to grid taxonomies after changing to \"all\" </li>\n<li>Fix: returned some tiles gallery images that was missing</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: List (Free) - Implemented \'Open Link in New Tab\' option. This new functionality allows users to specify whether links should open in a new tab, providing flexibility in link behavior.</li>\n<li>Feature: Compact Gallery (Free) - Implemented \'Hide Thumbnail Panel Under Width\' option. This new functionality allows users to hide the thumbnail panel when the viewport width is below a specified threshold, optimizing the display for smaller screens.</li>\n<li>Feature: Select Dropdown Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Checkboxes Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Tabs Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Added \'Image Horizontal Shift\' option, allowing users to adjust the horizontal position of the image for enhanced customization and layout control.</li>\n</ul>\n\n<p>version 1.5.99: 2024-03-11</p>\n\n<ul>\n<li>Fix - updated multisource image fields</li>\n<li>Fix - fixed some small php bug with strtobool function</li>\n</ul>\n\n<p>version 1.5.98: 2024-03-05</p>\n\n<ul>\n<li>Fix Some small gutenberg related bug fix</li>\n</ul>\n\n<p>version 1.5.97: 2024-03-04</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Fix: allow showing authors name translated</li>\n<li>Change: updated font awesome version to 6</li>\n<li>Fix: done some link attribute security fix</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Accordion Menu (Pro) - Implemented \'Active State Color\' options for Sub Menu items. This new functionality allows users to customize the color of sub-menu items when they are in the active state, providing enhanced visual feedback.</li>\n<li>Feature: Content Slider (Pro) - Made \'Slide Margin\' option available for Full Slider Type and Offset Slider Type. This update expands the usability of the margin customization, allowing users to set margins between slides in both Full Slider and Offset Slider configurations.</li>\n<li>Feature: Icon Tabs (Pro) - Made \'Start Collapsed\' option responsive. This update ensures that the \'Start Collapsed\' behavior adjusts responsively, providing a consistent and user-friendly experience across various devices and screen sizes.</li>\n<li>Feature: Post Accordion (Free) - Introduced \'Expand All Accordion\' functionality, enabling users to expand all accordion items with a single click for improved content accessibility.</li>\n<li>Feature: Fullscreen Menu (Free) - Introduced option to customize the thickness of the animated hamburger icon bars, providing users with greater control over the visual appearance of the icon.</li>\n<li>Change: Coverflow Carousel (Pro) - Updated \'Button Link\' option: if empty, no link will be applied. This modification ensures that if the \'Button Link\' option is left empty, no link will be associated with the button within the widget.</li>\n<li>Fix: Product Carousel (Pro) - Optimized widget HTML code. This update enhances performance and efficiency by streamlining the HTML structure of the widget.</li>\n<li>Fix: Content Tabs (Free) - Improved widget interaction within an Elementor\'s popup. This update ensures a more seamless and optimized experience when utilizing the widget within a popup setting.</li>\n</ul>\n\n<p>version 1.5.96: 2024-02-26</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Feature: added option for time_ago_short in timelines that will show shorter version of minutes and hours text</li>\n<li>Feature: added defaults for weather widget</li>\n<li>Fix: fixed hourly weather fields</li>\n<li>Fix: fixed the import with images functionality</li>\n<li>Fix: set default timeout to remote requests</li>\n<li>Fix: fixed the image duplicate when importing templates</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Side Menu (Pro) - Implemented \'Menu Padding\' option. This new functionality allows users to set padding for the menu, providing control over the spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced a new value for \'Meta Data Position\' option called \'Before Title\'. This new functionality allows users to position meta data before the title, providing additional flexibility in content layout.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Stage Padding\' option. This new functionality allows users to set stage padding, displaying a part of the previous and next carousel items for a more visually appealing and dynamic presentation.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Selected Item Number\' option. This new functionality allows users to select a specific item by default, enhancing user experience by highlighting a predetermined item upon initialization.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option to display the image on the opposite side of the content for enhanced layout flexibility and customization.</li>\n<li>Feature: Thumbnail Slider (Pro) - Introduced \'Multi Source\' option, enabling users to select gallery items from various sources for enhanced flexibility and content integration.</li>\n<li>Feature: Timer Countdown Banner (Pro) - Added \'Direction\' option to support RTL (Right-to-Left) layout websites.</li>\n<li>Feature: Post Horizontal Timeline (Pro) - Introduced Background Color and Icon Color options for Navigation Arrows in disabled mode. This new functionality allows users to customize the appearance of navigation arrows when they are disabled, providing enhanced visual control.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Time Ago Type\' option. This new functionality allows users to choose the type of time ago representation, providing flexibility in how time is displayed within the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Text Custom Field\' option. This new functionality allows users to add a custom field under the main Posts Text, providing additional customization for displaying content.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Link Type\' option for all link elements in the widget. This new functionality allows users to choose the type of link for various elements within the widget, enhancing control over linking behavior.</li>\n<li>Feature: Remote Link (Pro) - Introduced active state for the link. This new functionality allows users to customize the appearance of the link when it is in an active state, providing enhanced visual feedback.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Implemented \'Hide Vertical Scrollbar in Popup\' option. This new functionality allows users to hide the vertical scrollbar within the popup, providing a cleaner and more focused appearance.</li>\n<li>Feature: Icon Carousel (Pro) - Introduced \'Autoplay Pause on Hover\' option, allowing users to pause autoplay functionality when hovering over the carousel for improved control and interaction.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Introduced Entrance Animation functionality for the popup. This new feature allows users to apply entrance animations, enhancing the visual appeal and engagement when the popup appears.</li>\n<li>Feature: Unlimited Timeline (Free) - Implemented \'Content Box Link\' option. This new functionality allows users to link the entire content box, providing a convenient way to associate a link with the entire widget item.</li>\n<li>Feature: Text Field (Free) - Added \'Read Only\' option, allowing users to set the field as read-only for preventing user input while retaining visibility of the text.</li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Radar Range\' option for Radar chart, allowing users to set the minimum range value for improved data visualization.</li>\n<li>Feature: Testimonial Carousel (Pro) - Added \'Rating\' field to the Source option. This new functionality allows users to incorporate a rating field as a source for the widget, expanding the available data sources for enhanced content display.</li>\n<li>Feature: Multi Step Form (Pro) - Introduced \'Direction\' option. This new functionality is useful for RTL (Right-to-Left) websites, allowing users to set the direction of the widget layout accordingly.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option for users to customize the text of each item\'s button, providing greater flexibility.</li>\n<li>Feature: Post List (Free) - Implemented \'Space Between Categories\' option. This new functionality allows users to set spacing between categories, providing control over the layout and visual presentation of category elements.</li>\n<li>Feature: Memory Game (Pro) - Introduced \'Add Completion Time to Form Field\' option, enabling users to automatically append the time taken to complete the memory game to a designated form field.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Add Link For The Whole Item\' option. This new functionality allows users to add a link to the entire widget item, enhancing the interactive capabilities and providing a clickable area for the entire item.</li>\n<li>Feature: Post Carousel (Pro) - Implemented \'Text Padding\' and \'Title Padding\' options. This new functionality allows users to set padding for text and title elements, providing enhanced control over spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced \'Date Modified\' options. This new functionality allows users to display the date when a post was last modified, providing additional information and transparency in content presentation.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Introduced options to customize Maps Controls icons\' color and background color. This new functionality allows users to personalize the appearance of map controls, enhancing visual customization.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Disable Map Interaction On Mobile\' option. This new functionality allows users to disable map interaction specifically on mobile devices, providing control over the user experience on smaller screens.</li>\n<li>Change: Content Tabs (Free) - Modified behavior of \'Start Collapsed\' option when used with \'Set Hash\'. If the URL has a hash, the first opened tab will be determined by the hash, providing a more dynamic and user-friendly experience.</li>\n<li>Change: Dropdown Button (Pro) - Removed Text Decoration CSS property from dropdown items. This update enhances the visual presentation by eliminating unnecessary text decoration.</li>\n<li>Change: Woo Mini Cart (Pro) - Added separate border options for \'View Cart\' and \'Checkout\' buttons, providing users with more customization flexibility for button styling.</li>\n<li>Change: Swipe Carousel (Pro) - Modified \'Enable Link\' option. Now, the entire item serves as a link, providing a more intuitive and consistent approach to linking within the widget.</li>\n<li>Fix: Submit Button (Free) - Corrected default values in email 2 that were leading to validation errors.</li>\n<li>Fix: Post Carousel Lite (Free) - Addressed issue where the carousel was not displaying on mobile devices.</li>\n<li>Fix: Icon Tabs (Pro) - Resolved issue with the \'Start Collapsed\' option. The fix ensures that the \'Start Collapsed\' option now functions correctly, delivering the intended collapsed behavior upon initialization.</li>\n<li>Fix: Post Grid (Pro) - Optimized widget item HTML code. This update enhances performance and efficiency by streamlining the HTML structure of widget items.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized item HTML code. This update improves performance and efficiency by refining the HTML structure of individual items within the widget.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized CSS code. This update improves performance and reduces the overall footprint of the stylesheet, enhancing efficiency and loading times.</li>\n<li>Fix: Remote Link (Pro) - Resolved issue where the Text Shadow option was erroneously interpreted as Box Shadow. The fix ensures that the Text Shadow option now functions correctly, providing the intended text shadow effect.</li>\n<li>Fix: Scroll Sequence (Pro) - Revised and improved descriptions of the widget fields for better clarity.</li>\n<li>Fix: Post Magazine Grid (Pro) - Added \'raw\' tag to category names to fix the display issue where the \'&\' symbol in category names was not displaying correctly.</li>\n<li>Fix: Before After (Pro) - Improved widget interaction with Elementor\'s Popups. This update ensures seamless integration and optimal performance when using the widget within Elementor\'s Popup functionality.</li>\n<li>Fix: Grid Gallery (Pro) - Resolved an issue where the widget was not extending to full width within Elementor Container.</li>\n<li>Fix: Particle Image (Pro) - Added protection from lazy load. This update ensures compatibility and proper functionality, mitigating potential issues related to lazy loading on various platforms.</li>\n</ul>\n\n<p>version 1.5.95: 2024-02-12:</p>\n\n<ul>\n<li>Feature: Ensure that the blog displayed on the \"Home\" page of the plugin is always up-to-date.</li>\n<li>Feature: Implemented support for tags in the widget catalog.</li>\n<li>Feature: Added an option for galleries to play videos in muted mode.</li>\n<li>Feature: Integrated weather forecast data preparation for the widget.</li>\n<li>Fix: Addressed some minor potential security risks associated with the import templates functionality.</li>\n<li>Fix: Rectified email validation for Form Email2.</li>\n<li>Fix: Resolved some issues with the price range filter.</li>\n<li>Fix: fixed the problem where dynamic template styles disappeared after updating Elementor Pro.</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Image Zoom Content Box (Free) - Implemented \'Title Tag\' option. This new functionality allows users to specify the HTML tag for titles within the widget, providing flexibility and control over the semantic structure of the content.</li>\n<li>Feature: Post Accordion (Free) - Implemented \'Disable Link in Image\' option. This new functionality allows users to disable the link associated with an image, providing more control over the interactive behavior of images within the widget.</li>\n<li>Feature: Slider Gallery (Free) - Implemented \'Mute Video\' option. This new functionality allows to play videos muted by default. Volume can be adjusted in video players on live page.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Item Bar Width\' option. This new functionality allows users to customize the width of individual bars, providing greater control over the visual representation of items.</li>\n<li>Feature: Remote Item Navigation (Pro) - Introduced \'Border Override Color\' options for Regular and Active states. This new functionality allows users to customize border colors separately for both Regular and Active states, enhancing visual styling in the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Title Min Height\' option. This new functionality allows users to set a minimum height for the title, offering more control over the visual presentation and consistency in the widget.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Show Link\' option. This new functionality enables users to show or hide links and customize their styling within the widget, offering more control over the interactive elements.</li>\n<li>Feature: Counter (Free) - Implemented \'Add Link To Widget Container\' option. This new functionality allows users to include a link, enhancing the interactive capabilities of the element by enabling navigation to another page or resource.</li>\n<li>Feature: Icon Box Accordion (Pro) - Introduced \'Icon + Text\' option for Graphic Element. This new value expands customization by allowing users to display both an icon and text within the Graphic Element for richer visual representation.</li>\n<li>Feature: Before After (Pro) - Added support for the widget inside Elementor\'s Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to utilize the widget effectively within Elementor\'s Tabs.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Hide Inactive Arrow\' option. This new functionality allows users to hide inactive arrows, providing a cleaner and more focused appearance in the widget interface.</li>\n<li>Feature: Layers (Pro) - Added shadow for icon type layers.</li>\n<li>Feature: Icon Pointer Button (Pro) - Introduced \'Direction\' option. This new functionality allows users to specify the direction for RTL (Right-to-Left) or LTR (Left-to-Right) websites, ensuring proper layout alignment based on language direction.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Auto Height\' option. This new functionality adjusts the height of the slider dynamically based on the height of the current slide, providing a more adaptive and seamless user experience.</li>\n<li>Feature: Justified Image Carousel (Pro) - Option to fix the broken layout (resulting in a duplicate carousel) caused by delayed image loading, this solution verifies that the images are loaded before initializing the carousel.</li>\n<li>Feature: Remote Tabs (Pro) - Introduced styling options for Border Radius, Border, and Shadow for the image of the active tab.</li>\n<li>Feature: Layers (Pro) - Added background color, padding and radius for text fields.</li>\n<li>Feature: WhatsApp Chat (Pro) - z-index option for Popup, allowing users to customize the stacking order of the Popup for better control over its visibility in relation to other elements.</li>\n<li>Feature: WhatsApp Chat (Pro) - Introduced option to customize the Popup Title, along with styling options for enhanced visual control and personalization.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced \'Additional Title\' options. This new functionality expands customization by providing additional settings for titles, allowing users to further enhance the visual presentation of titles within the widget.</li>\n<li>Feature: Content Grid (Pro) - Introduced \'Image Scale\' option. This new functionality allows users to scale the images, providing enhanced control over the visual presentation within the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented feature - automatically opens menu item if it matches the current page URL.</li>\n<li>Feature: Post Grid (Pro) - Added Option to show post tags, providing users with the ability to showcase tags associated with each post.</li>\n<li>Feature: Post Magazine Grid (Pro) - Introduced \'Image Scale\' and \'CSS Filters\' options along with the hover transition duration for enhanced image customization.</li>\n<li>Feature: Card Carousel (Free) - Implemented \'Image Position\' option. This new functionality allows users to customize the position of image within the widget, providing enhanced control over the visual layout.</li>\n<li>Feature: Layers (Pro) - Added mouse parallax effect, adds a captivating and interactive dimension to the user interface.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced additional styling options. This new set of functionalities allows users to further customize and refine the visual appearance of the widget, providing enhanced styling possibilities.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Close Transition Speed\' option. This new functionality enables users to set the speed of close animations for the dropdown, enhancing visual transitions and customization.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added \'Image Position\' option, allowing users to customize the position of the image above or below the content for enhanced layout flexibility.</li>\n<li>Feature: Layers (Pro) - Implemented motion effects—now elements can bounce up and down and move left to right for a livelier interface.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Center Info Window\' option. This new functionality allows users to center the info window on the map, providing enhanced visibility and focus on the selected location.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Close After Outside Info Window Click\' option. This new functionality allows users to close the info window after clicking outside of it on the map, enhancing user interaction and control.</li>\n<li>Feature: Layers (Pro) - Implemented responsive settings for individual layers, allowing users to toggle each layer on or off based on the specific device requirements.</li>\n<li>Feature: Image Accordion (Pro) - Added \'Title HTML Tag\' option, providing users with better SEO control by allowing customization of HTML tags for widget titles.</li>\n<li>Feature: Content Tabs (Free) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab content for a smoother and more seamless user experience.</li>\n<li>Feature: Event List (Pro) - Implemented \'Remove Expired Event Item\' option. This new functionality allows users to automatically remove event items that have expired, streamlining content management within the widget.</li>\n<li>Feature: Post Grid (Pro) - Added typography option for post tags, allowing users to customize the font style, size, and other typographic attributes.</li>\n<li>Feature: Event List (Pro) - Implemented \'Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the button, providing enhanced control over the layout within the widget.</li>\n<li>Feature: vCard (Pro) - Introduced option to include social media links in downloadable VCF contact file, enhancing contact information with additional social network profiles for improved connectivity.</li>\n<li>Change: Toggle Text Button (Free) - Upgraded textarea to full functionality editor, providing users with enhanced editing capabilities.</li>\n<li>Change: vCard (Pro) - Updated vCard JavaScript library to the latest version, ensuring compatibility with current standards and latest feature availability.</li>\n<li>Fix: Woo Product List (Free) - Introduced \'Layout Type\' option. This new functionality allows users to set the layout as either column or row, providing flexibility in organizing and displaying content within the widget.</li>\n<li>Fix: vCard (Pro) - Resolved issue where QR code was not scanning on some apps.</li>\n<li>Fix: Hotspots (Pro) - Rebuilt JavaScript code for better interaction. Removed unnecessary code to optimize performance and streamline functionality.</li>\n<li>Fix: Sideways Vertical Text (Pro) - Text layout shifting issue on Safari browser.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue with scrolling to the top of the page after tab click. The fix ensures that tab clicks no longer trigger unintended scrolling to the top, providing a smoother user experience.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the vertical scrollbar appearing on hover.</li>\n<li>Fix: Testimonial Carousel (Pro) - The issue where styling attributes (size and color) for SVG icons were not taking effect.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue in Content Tabs when Before After widget couldn\'t function inside tabs. The fix ensures proper functionality, allowing users to utilize the widget as intended.</li>\n<li>Fix: Woo Product Grid (Pro) - Added image HTML attributes to product images.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue where the size of social icons wasn\'t responding to the option value. The fix ensures that the specified option value now accurately reflects the size of social icons.</li>\n<li>Fix: Counter (Free) - Removed unnecessary space in \'Before Text\' and \'After Text\' options. This update improves the clarity and presentation of the text by eliminating unnecessary spacing.</li>\n<li>Fix: Content Tabs (Free) - Added support for Elementor Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to incorporate the widget effortlessly within Elementor Tabs.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved an issue where incorrect icons were being displayed after selecting a menu item.</li>\n<li>Fix: Woo Mini Cart (Pro) - Improved widget compatibility with optimization plugins like WP Rocket. This update ensures seamless integration, optimizing performance and enhancing the overall user experience when using these plugins.</li>\n<li>Fix: Post Accordion (Free) - Updated post content loading method to resolve the issue where, on some sites, post content was not displaying correctly.</li>\n<li>Fix: Dropdown Field (Pro) - Fixed an issue when Dropdown Field couldn\'t parse Field Name to Number Field widget.</li>\n<li>Fix: Card Carousel (Free) - Resolved issue where Transition Speed wasn\'t working for non-default animations. The fix ensures that Transition Speed now functions correctly for all animations, providing consistent and reliable behavior.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Removed default 2px border with blue color from one of the map elements. This update improves the visual presentation by eliminating an unnecessary border.</li>\n</ul>\n\n<p>version 1.5.94: 2024-01-25:</p>\n\n<ul>\n<li>Feature: added option to message individual fields for the form</li>\n<li>Change: removed instagram blocked api message - the instagram functionality is active now!</li>\n<li>Change: added default values to currency fields</li>\n<li>Fix: fixed small php bug regarding date field in items</li>\n<li><p>Fix: fixed some small xss vulnurability that pachstack discovered</p></li>\n<li><p>Feature: Number Field (Pro) - Introduced \'Enable Date Field in Formula\' option. This new functionality enables the use of Date Field in formula by allowing the addition or subtraction of days.</p></li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Remove Items with 0 Value\' option. This new functionality automatically excludes items with a value of 0 from charts.</li>\n<li>Feature: WordPress Menu (Free) - Implemented \'Hover Effect\' option. This new functionality allows users to choose from a variety of hover link effects, enhancing the visual presentation with dynamic animations.</li>\n<li>Feature: Hotspots (Pro) - Introduced customizable popup positioning, providing users with the option to define the exact position rather than relying on preset center alignment.</li>\n<li>Feature: Event List (Pro) - Introduced \'Event End Date\' option, allowing users to display event end date and time.</li>\n<li>Feature: Event List (Pro) - Implemented \'Calendar Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the calendar, providing better control over its placement within the layout.</li>\n<li>Feature: Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Dropdown Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Value Handling\' options. This new functionality allows users to choose the checkbox value type from options such as sum, individual number, or individual text, providing flexibility in handling checkbox values.</li>\n<li>Feature: Masonry Gallery (Pro) - Introduced \'Title Typography\' and \'Description Typography\' options. These new functionalities allow users to customize the typography settings for titles and descriptions.</li>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Tile Background Color\' option. This new functionality allows users to customize the background color of tiles, providing enhanced visual control over the widget\'s appearance.</li>\n<li>Feature: Hotspots (Pro) - Added \'Popup Image Size\' option, allowing users to customize the size of popup images.</li>\n<li>Feature: WooCommerce Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented \'Open Links In New Tab\' option. This new functionality allows users to specify whether links should open in a new tab with Source type posts, products, etc.</li>\n<li>Feature: Content Ticker (Pro) - Added Option to add an Image for each ticker item.</li>\n<li>Change: Hotspots (Pro) - Enabled \'Image Size Select\' option for the Image, allowing users to choose from different image resolutions for enhanced flexibility and visual customization.</li>\n<li>Change: Icon Carousel (Pro) - Improved \'Item Minimum Height\' option by expanding the range of values.</li>\n<li>Fix: Fullscreen Menu (Free) - Improved protection from Elementor sticky section interference.</li>\n<li>Fix: vCard (Pro) - Issue with QR code not displaying when \'Include Image in Contact\' is enabled has been resolved.</li>\n<li>Fix: Dropdown Field (Pro) - Resolved issue with \'Field Name\' not appearing during email sending. The fix ensures that the field name is now properly displayed in email notifications.</li>\n<li>Fix: Mega Menu (Pro) - Resolved horizontal scroll issue. The fix ensures that the layout no longer experiences unintended horizontal scrolling, providing a more stable and user-friendly experience.</li>\n<li>Fix: Scroll To Top (Free) - Resolved issue where the icon wasn\'t visible on the frontend. The fix ensures proper visibility of the icon, addressing the bug and improving the overall appearance.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the \'Disable Page Scroll\' option not working in some cases. The fix ensures consistent functionality, preventing page scrolling as intended.</li>\n<li>Fix: Text Field (Free) - Resolved input width issue. The fix ensures that input elements now display with the correct width.</li>\n</ul>\n\n<p>version 1.5.93: 2024-01-18:</p>\n\n<ul>\n<li>Feature: Introduced the option \'slider_video_autoplay\' to galleries, enabling video autoplay when changing items.</li>\n<li>Feature: Added the option to include specific taxonomies in related posts queries.</li>\n<li>Feature: Implemented automatic recognition of video thumbnail IDs in certain gallery types based on relevant post meta.</li>\n<li>Feature: Added functionality for the price range filter.</li>\n<li>Change: Updated the Freemius version.</li>\n<li>Change: Modified the text format for the export change log.</li>\n<li>Change: Restored the \"import with images\" feature after incorporating file type checks for security.</li>\n<li>Fix: Enhanced the handling of multiple user records for the \'exclude users\' option in the users query (Ajax-based).</li>\n<li>Fix: Corrected URL CSS and JS inclusion issues in Elementor editor.</li>\n<li><p>Fix: Corrected a bug related to \"mini cart widget\" in PHP in specific cases.</p></li>\n<li><p>Feature - Card Carousel (Free) - Introduced \'Hide Item\' option. This new functionality allows users to hide items instead of deleting them permanently, offering a more reversible and flexible approach to item management.</p></li>\n<li>Feature - Post Grid (Pro) - Implemented \'Layout Type: Above\' option. This new functionality allows users to change the position of the content box to above the image.</li>\n<li>Feature - Thumbnail Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Compact Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Grid Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Slider Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Flip Box Carousel (Pro) - Introduced option for back icon alignment, providing users the flexibility to customize the alignment of the back icon.</li>\n<li>Feature - Post List (Free) - Implemented \'Image Scale\' option for regular and hover states. This new feature allows users to customize the scaling of images independently for regular and hover states, enhancing visual presentation.</li>\n<li>Change - Flip Box Carousel (Pro) - Implemented conditional rendering of CSS to reduce unused styles, resulting in improved performance, SEO, and faster load times for enhanced user experience.</li>\n<li>Change - Content Accordion (Free) - Improved \'Expand All Accordion\' functionality, now allowing users to close the accordion by clicking the same button again for a more intuitive and user-friendly experience.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Implemented protection against buttons not being vertically aligned in specific cases.</li>\n<li>Fix - Flip Box Carousel (Pro) - Resolved an issue where links were not functioning properly when clicking on the back icon.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Resolved issue with the product button not being clickable in some cases.</li>\n<li>Fix - Post Carousel (Pro) - Resolved issue with the side-by-side layout.</li>\n<li>Feature - Logo Grid (Free) - Enhanced responsiveness for item \'Padding\' option. This update ensures that item padding adjusts effectively across various screen sizes and device resolutions for a consistent layout.</li>\n<li>Feature - Logo Grid (Free) - Implemented \'Direction\' option. This new feature is particularly useful for RTL (Right-to-Left) websites, allowing users to specify the direction of the widget\'s layout for improved compatibility.</li>\n<li>Feature - Content Accordion (Free) - Introduced a new feature that allows the expansion of all accordion items by clicking on an external element with the class \"ue-content-accordion-expand-all\".</li>\n<li>Feature - Memory Game (Pro) - Introduced template option for success message, Allowing users to show Elementor template as success message.</li>\n<li>Feature - Memory Game (Pro) - Added \'Completion Time\' option, enabling users to show the time it took to complete the game for a more informative and engaging experience.</li>\n<li>Feature - Content Accordion (Free) - Introduced \'Additional Header Content\' option in the accordion, allowing users to include additional content after the header title.</li>\n<li>Feature - Post Accordion (Free) - Implemented \'Open Links in New Tab\' option. This new functionality allows users to configure links to open in a new tab, enhancing control over the navigation experience.</li>\n<li>Feature - Side Menu (Pro) - Added an option to add a logo to the side menu layout.</li>\n</ul>\n\n<p>version 1.5.92: 2024-01-04:</p>\n\n<ul>\n<li>Feature: Introduced the change log option in the widget editor.</li>\n<li>Feature: Introduced the ability to connect with Google API for multi-source options.</li>\n<li>Feature: Included an option to link with Google Sheets under the general settings for forms.</li>\n<li>Feature: Integrated a \"show globals\" feature in troubleshooting for enhanced diagnostics.</li>\n<li>Feature: Implemented the capability to output cart fragments for the woo mini cart.</li>\n<li>Feature: Provided an option for \"none\" under lightbox-type in galleries, allowing users to disable the lightbox.</li>\n<li>Feature: Added an \"excerpt\" field to post fields within the widget editor for more detailed posts.</li>\n<li>Fix: Replaced site_url() with home_url() in global variables for better website navigation.</li>\n<li>Fix: Resolved a conflict with another select2 on the admin side, ensuring smoother operations.</li>\n<li>Fix: Rectified an error with multiple order by clauses in post queries to improve data sorting.</li>\n<li><p>Fix: Enhanced the manual selection of Elementor template retrieval for optimized performance.</p></li>\n<li><p>Feature - Content Carousel - Introduced \'Equalize Content Height\' option. This new feature simplifies the process of making content elements equal in each item.</p></li>\n<li>Feature - Flip Box Carousel - Enhanced responsiveness for Border Radius option. The update ensures that the Border Radius adapts effectively to different screen sizes and device resolutions for a consistent display.</li>\n<li>Feature - WooCommerce Product Carousel - Resolved broken layout issue occurring when set to side-by-side layout</li>\n<li>Feature - Phone Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Textarea Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Email Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Text Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Testimonial Carousel - Implemented \'Layout Type: Grid\' option. This new functionality facilitates the transformation of the widget\'s layout into a simple grid.</li>\n<li>Feature - Testimonial Carousel - Introduced \'Layout Type: Swipe\' option. This new feature allows users to set the behavior of the widget, resembling the functionality found in Swipe Carousel widget.</li>\n<li>Feature - Flip Box Carousel - Introduced \'Disable Mouse Drag\' and \'Disable Touch Drag\' options in Flip Box Carousel settings, offering control over user interaction by allowing the disabling of dragging functionalities.</li>\n<li>Feature - Team Member Grid - Introduced \'Badge\' option, allowing users to include custom badge images or icons for enhanced member representation.</li>\n<li>Feature - Thumbnail Slider - Implemented responsiveness for \'Slider Main Image Height\' option.</li>\n<li>Feature - Thumbnail Slider - Optimized \'Slider Main Image Height\' functionality to prevent widget reloading upon value change.</li>\n<li>Change - Thumbnail Slider - Changed attribute of \'Slider Main Image Height\' option from Number to Slider. This adjustment simplifies the process of adjusting the height of the main image by providing a more intuitive control.</li>\n<li>Fix - Submit Button - Improved interaction within Multi Step Form widget. Enhancements have been made to streamline and optimize the submit action.</li>\n<li>Feature - Multi Step Form - Implemented form submission loader. This new addition introduces a visual loader to illustrate the process of sending form data, enhancing user feedback during form submission.</li>\n<li>Feature - WooCommerce Product List - Introduced \'Default Image\' option. The widget will now display the specified default image when a product image is empty, for a more personalized user experience.</li>\n</ul>\n\n<p>version 1.5.91: 2023-12-28:</p>\n\n<ul>\n<li>Change: removed some vulnerability related to templates import</li>\n</ul>\n\n<p>version 1.5.90: 2023-12-18:</p>\n\n<ul>\n<li>Fix: fixed some small bug with pro version main file</li>\n</ul>\n\n<p>version 1.5.89: 2023-12-17:</p>\n\n<ul>\n<li>Fix: fixed some post filters detection issues on the page</li>\n<li>Fix: fixed some \"$type not found\" message in php</li>\n<li>Fix: fixed some \"infinite template found: \" message in php (emtpy template load protection)</li>\n<li>Change: added instagram api access error message</li>\n<li>Change: removed \"import with images\" functionality. replaced by doubly plugin.</li>\n</ul>\n\n<p>version 1.5.88: 2023-12-11:</p>\n\n<ul>\n<li>Feature: added \"iframe\" gallery type to the gallery items</li>\n<li>Fix: fixed the \"show/hide edit html button\" option from general settings</li>\n<li>Fix: fixed the general_settings.xml php error</li>\n<li>Fix: fixed some issue with gallery loading on pages and current meta keys</li>\n<li>Fix: fixed default value in datetime control</li>\n<li>Change: added some improvements for the form </li>\n<li>Change: set video placeholder to dynamic galleries in case of video item</li>\n</ul>\n\n<p>version 1.5.87: 2023-11-21:</p>\n\n<ul>\n<li>Change: updated freemius sdk to 2.6.0 version</li>\n<li>Change: added some protection against double background widgets output</li>\n<li>Feature: enabled form functionality</li>\n<li>Feature: enabled currency exchange functionality</li>\n</ul>\n\n<p>version 1.5.85: 2023-11-15</p>\n\n<ul>\n<li>Feature: added woo_addcart_ajax_attributes_button in twig for the button</li>\n<li>Feature: added option to show original settings values in widget debug</li>\n<li>Feature: added troubleshooting setting not to show php deprecated warnings</li>\n<li>Fix: better prepare post custom fields for the post multisource</li>\n<li>Fix: links from meta field works now</li>\n<li>Fix: fixed the ob_end_clean bug</li>\n<li>Fix: in post query - excluded posts not in from posts in</li>\n<li>Fix: fixed a small bug in the unite gallery library</li>\n<li>Change: updated twig version to 3.x</li>\n<li>Change: updated instagram data with date released field</li>\n</ul>\n\n<p>version 1.5.85: 2023-09-20</p>\n\n<ul>\n<li>Fix: fixed a small bug with multisource image param message</li>\n</ul>\n\n<p>version 1.5.84: 2023-09-20</p>\n\n<ul>\n<li>Feature: added twig function csv to json</li>\n<li>Feature: changed the admin view to new design (added designed header and menu)</li>\n<li>Feature: added option to enable animation on swipe to owl carousel js</li>\n<li>Feature: added woo mini cart functionality</li>\n<li><p>Feature: added option: \"current query as a base\" to post selection -> include by</p></li>\n<li><p>Fix: added support for webp in the manager</p></li>\n<li>Fix: allow fetching images from media library post type for the galleries </li>\n</ul>\n\n<p>version 1.5.83: 2023-08-22</p>\n\n<ul>\n<li>Fix: don\'t show first item in filter when no terms available</li>\n<li>Change: updated calculators javascript code base</li>\n</ul>\n\n<p>version 1.5.82: 2023-08-16</p>\n\n<ul>\n<li>Feature: added option for group filtering widgets</li>\n<li>Feature: solved the video play in gallery type from attachment video</li>\n<li>Change: turned off the video icon for background attribute</li>\n<li>Fix: fixed dynamic template with avoid duplicates</li>\n<li>Fix: fixed gallery widget acf video item error</li>\n<li>Fix: fixed some sort filter bugs with the default selected</li>\n</ul>\n\n<p>version 1.5.81: 2023-08-10</p>\n\n<ul>\n<li>Fix: fixed some missing css in the dynamic loop widgets</li>\n<li>Fix: fixed some child filters related bug</li>\n<li>Fix: fixed order by price in current query</li>\n<li>Fix: fixed some php 8.16+ version notices </li>\n<li>Feature: added option to print the term meta</li>\n</ul>\n\n<p>version 1.5.80: 2023-08-07</p>\n\n<ul>\n<li>Feature: added option to get \"all taxonomy terms\" from a post </li>\n<li>Feature: added html preperations for the woocommerce minicart</li>\n<li>Feature: added \"this week\" to the date selection query</li>\n<li>Feature: added \"grouping\" mode in the \"related posts\"</li>\n<li>Fix: the pagination now works on top of the grid</li>\n<li>Fix: fixed some init ajax filters multiple issues</li>\n<li>Fix: fixed the error with the assets path set</li>\n</ul>\n\n<p>version 1.5.79: 2023-07-24</p>\n\n<ul>\n<li>Fix: changed name for area-label to aria-label</li>\n<li>Fix: in filters - refresh single filter if \"all\" selected and there are hidden items</li>\n<li>Fix: changed protection against inifnite loop to 200</li>\n<li>Fix: show child filters at start if there are selected items</li>\n<li>Fix: date time attribute processor - if no date given - don\'t take current time</li>\n<li>Fix: refresh child filter if main filter selected on init</li>\n<li>Fix: dynamic popup was not worked with multisource in some cases</li>\n</ul>\n\n<p>version 1.5.78: 2023-07-16</p>\n\n<ul>\n<li>Fix: fixed show filters load more</li>\n<li>Fix: fixed multisource repeater empty</li>\n</ul>\n\n<p>version 1.5.77: 2023-07-13</p>\n\n<ul>\n<li>Fix: fixed dropzone collision in widget editor view</li>\n<li>Fix: fixed sort filter price filtering</li>\n<li>Fix: fixed max number in addons db table. from \"int\" to \"bigint\"</li>\n<li>Fix: replaced some deprecated by elementor codes</li>\n</ul>\n\n<p>version 1.5.76: 2023-07-12</p>\n\n<ul>\n<li>Feature: added \"rem\" unit in slider attribute</li>\n<li>Fix: fixed some small bug with remote sync debug</li>\n<li>Fix: fixed the truncate in multisource</li>\n<li>Fix: fixed some small bugs related to remote controls</li>\n<li>Fix: fixed dropzon third party conflict in manager</li>\n</ul>\n\n<p>version 1.5.75: 2023-07-05</p>\n\n<ul>\n<li>Feature: added some suggestion text to add some memory in the troubleshooting section in case that needed</li>\n<li>Fix: the wrong author was displayed in loop post meta data</li>\n<li>Fix: do_shortcode to html items inside the grid and dynamic loop</li>\n<li>Update: Updated Freemius SDK to the latest version</li>\n</ul>\n\n<p>version 1.5.74: 2023-07-04</p>\n\n<ul>\n<li>Fix: show search widgets at plugin install.</li>\n<li>Fix: menu picker depts in multisource</li>\n<li>Fix: set the author data to be retrievable in dynamic grid template</li>\n<li>Fix: show meta fields switcher didn\'t worked in multisource menu items</li>\n</ul>\n\n<p>version 1.5.73: 2023-06-26</p>\n\n<ul>\n<li>Feature: added options for revisions in widget editor</li>\n<li>Fix: added support for wordpress proxy in api calling</li>\n<li>Fix: fixed empty post in query result</li>\n<li>Fix: fixed \"wrong template ID\" elementor error in post accordion</li>\n</ul>\n\n<p>version 1.5.72: 2023-06-21</p>\n\n<ul>\n<li>Fix: added the swf extension in the allowed files in assets</li>\n<li>Feature: prepared the plugin for sort filter</li>\n<li>Change: updated freemius sdk to 2.5.9</li>\n</ul>\n\n<p>version 1.5.71: 2023-06-20</p>\n\n<ul>\n<li>Change: removed js includes of the forms and filters from backend editor</li>\n<li>Change: changed colors of the free version notification in dark mode</li>\n<li>Fix: fix the \"link\" type in wpml integration automatic translation</li>\n<li>Feature: add support for the conditions in ue forms</li>\n</ul>\n\n<p>version 1.5.70 2023-06-19:</p>\n\n<ul>\n<li>Change: added some \"birthday sale\" banner</li>\n<li>Feature: added \"truncate text\" modifier to multisource fields</li>\n<li>Feature: dynamic tags now works inside posts and products related widgets</li>\n<li>Feature: added twig highlighting in codemirror editor</li>\n<li>Fix: fixed sequence animation sliders bug (fields didn\'t loaded in elementor)</li>\n<li>Fix: change the comment from // to /* */ in filters js output to allow proper page compression.</li>\n<li>Fix: the \"time ago\" string is now translatable </li>\n<li>Fix: fixed the wpml elementor template id output</li>\n<li>Fix: fixed backgrounds bug with containers in editor</li>\n<li>Fix: fixed some small bugs with the checkbox filter</li>\n</ul>\n\n<p>version 1.5.69: 2023-06-08:</p>\n\n<ul>\n<li>Fix: allow to install webp images in widgets</li>\n</ul>\n\n<p>version 1.5.68: 2023-06-06:</p>\n\n<ul>\n<li>Change: added functionality for sort filter </li>\n<li>Feature: added field: \"form conditions\" for the upcoming form</li>\n<li>Feature: added link translation to wpml integration</li>\n<li>Feature: added link_attributes field to post list fields in twig</li>\n<li>Fix: fixed slider control min max values in case of multiple units</li>\n<li>Fix: add do shortcode from ajax items response</li>\n<li>Fix: fixed posts grid output with \"product\" taxonomy without woocommerce</li>\n<li>Fix: fixed getting cross sell products query in product list</li>\n</ul>\n\n<p>version 1.5.67 - 2023-05-29:</p>\n\n<ul>\n<li>Fix: fixed some more securaty issues related to assets manager</li>\n</ul>\n\n<p>version 1.5.66 - 2023-05-28:</p>\n\n<ul>\n<li>Fix: fixed some securaty issues related to non editor users operations and not allowed to upload php files in assets manager</li>\n</ul>\n\n<p>version 1.5.65 - 2023-05-26:</p>\n\n<ul>\n<li>Fix: fixed instagram api related bugs </li>\n</ul>\n\n<p>version 1.5.64 2023-05-23:</p>\n\n<ul>\n<li>Change: update freemius to latest version 2.5.8</li>\n<li>Fix: fixed a small php bug</li>\n</ul>\n\n<p>version 1.5.63 2023-05-23:</p>\n\n<ul>\n<li>Change: expand in widget editor is now connected to the screen height</li>\n<li>Fix: fixed the dynamic popup with multiple fields code </li>\n<li>Fix: fixed some sync if the clicked item is link</li>\n<li>Feature: added support for sort post filter</li>\n<li>Feature: hide \"show only insalled\" checkbox in widgets manager if no widget installed.</li>\n</ul>\n\n<p>version 1.5.62 2023-05-14:</p>\n\n<ul>\n<li>Feature: added \"edit template\" link in template selector</li>\n<li>Feature: added hidden template edit button to top bar</li>\n<li>Feature: added option for dynamic popup link to connect to many links in the widget</li>\n<li>Fix: solved some php error with parse dynamic settings in php 8.1</li>\n<li>Fix: getMetaValue error in products</li>\n<li>Fix: fixed doubly css includes in some cases</li>\n</ul>\n\n<p>version 1.5.61 - 2023-05-07:</p>\n\n<ul>\n<li>Feature: added support for woocommerce jet wishlist</li>\n<li>Feature: did option to disable third party hooks in ajax</li>\n<li>Fix: click on link on sync didn\'t worked</li>\n<li>Fix: added some protections to nonce and to file manager zip exctract (securaty issues fix) </li>\n<li>Change: updated freemius sdk to 2.5.7 version.</li>\n</ul>\n\n<p>version 1.5.60 - 2023-04-30:</p>\n\n<ul>\n<li>Feature: added functionality to get cart number of products </li>\n<li>Fix: fixed link field settings for multisoure</li>\n<li>Fix: fixed some bugs with regular price in woocommerce widgets</li>\n<li>Fix: filters js file loaded in editor as well</li>\n<li>Fix: fixed some small php bug regarding \"pathBase\"</li>\n<li>Fix: fixed conditions in multiple select control</li>\n<li>Change: updated unite gallery version</li>\n<li>Change: disabled autoload in update_option for the catalog variable</li>\n</ul>\n\n<p>version 1.5.59: 2023-04-09</p>\n\n<ul>\n<li>Feature: added multiple select to condition attributes in widget editor</li>\n<li>Change: updated freemius sdk to the latest version</li>\n<li>Fix: fixed empty post meta fields in case that acf plugin is on</li>\n<li>Fix: fixed some bug with avoid duplicates option and filters in single grid</li>\n<li>Fix: made some corrections in case that post query show wrong init selected terms values</li>\n<li>Fix: the post carousel goes to random item after ajax refresh</li>\n<li>Fix: fixed jet engine custom fields integration</li>\n</ul>\n\n<p>version 1.5.58: 2023-03-26</p>\n\n<ul>\n<li>Feature: added dynamic popup functionality to multisource widgets</li>\n<li>Fix: fixed missing arguments in the_post action</li>\n<li>Fix: fixed some php multisource error</li>\n<li>Fix: fixed some product ajax search related issues</li>\n<li>Fix: fixed some small but with ajax refresh and sync</li>\n</ul>\n\n<p>version 1.5.57: 2023-03-20</p>\n\n<ul>\n<li>Feature: improved the multisource selectors</li>\n<li>Feature: added option to get image from post meta in post fields - widget editor</li>\n<li>Fix: added \"skins\" folder to unite gallery</li>\n<li>Fix: added more compatability to woo commerce grids with discounts plugins</li>\n<li>Fix: fixed same uc_id in dynamic templates</li>\n</ul>\n\n<p>version 1.5.56: 2023-03-13:</p>\n\n<ul>\n<li>Feature: added option authors by dynamic field in post query</li>\n<li>Feature: done some integration with flycart discounts</li>\n<li>Feature: added option to show post type and post type title in posts fields</li>\n<li>Feature: added option to add multiple values in multisource</li>\n<li>Fix: fixed get posts by terms meta field - add taxonomy</li>\n<li>Fix: fixed responsive css in dynamic loop</li>\n<li>Fix: fixed dynamic loop with jet engine acf fields</li>\n<li>Fix: fixed slider control units for vh, vx and % </li>\n<li>Fix: added \"before today\" for past year in date qury</li>\n<li>Change: the uc_id will not change now when page refresh</li>\n</ul>\n\n<p>version 1.5.55: 2023-02-23:</p>\n\n<ul>\n<li>Fix: fixed wpml integrate fields</li>\n<li>Fix: fixed some write file error, will not crash if happend</li>\n<li>Fix: fixed entrance animation js on popup</li>\n<li>Fix: fixed strip tags in intro from content</li>\n<li>Fix: fixed some php 8.1 issues</li>\n<li>Fix: fixed some post intro with html tags issues</li>\n<li>Change: do_action function is working now in free version</li>\n</ul>\n\n<p>version 1.5.54: 2023-02-15</p>\n\n<ul>\n<li>Change: added some define variable that indicate the under ajax search</li>\n<li>Change: added \"collect\", and \"output\" to schema types in content accordion widget for example</li>\n<li>Feature: added wpml auto translate integration</li>\n<li>Feature: added option to select \"all taxonomies\" in exclude terms in terms selection</li>\n<li>Feature: added option - only direct children to terms select include by</li>\n<li>Feature: added option to post select to get posts by terms from curent meta field</li>\n<li>Fix: preserve tags when truncate</li>\n<li>Fix: fixed load more with second meta add in post query</li>\n</ul>\n\n<p>version 1.5.53: 2023-02-07</p>\n\n<ul>\n<li>Fix: keep exclude terms in grid when filtering with \"override terms\" mode</li>\n<li>Fix: fixed get_terms() not found php error from 1.5.52 version</li>\n</ul>\n\n<p>version 1.5.52: 2023-02-06</p>\n\n<ul>\n<li>Change: done some protection agains infinite loops in templates</li>\n<li>Fix: fixed popup button type conditions</li>\n<li>Fix: fixed term meta fields in multisource</li>\n<li>Fix: fixed exclude term not found in post select</li>\n</ul>\n\n<p>version 1.5.51: 2023-01-31</p>\n\n<ul>\n<li>Feature: added version to js comment output</li>\n<li>Feature: connected the galleies to remote play / stop like the carousels</li>\n<li>Feature: added some error message when image size attribute is missing in multisource</li>\n<li>Feature: added dynamic popup special attribute type</li>\n<li>Fix: fixed title source and description source in multisource gallery for products.</li>\n<li>Fix: added supress filtres to ajax search query</li>\n</ul>\n\n<p>version 1.5.50: 2023-01-24</p>\n\n<ul>\n<li>Feature: added \"media\" to post types select in advanced post query</li>\n<li>Feature: improved the date time attribute</li>\n</ul>\n\n<p>version 1.5.49: 2023-01-23</p>\n\n<ul>\n<li>Fix: fixed some js optimization issues </li>\n<li>Fix: fixed filters related small js bug</li>\n</ul>\n\n<p>version 1.5.48: 2023-01-19</p>\n\n<ul>\n<li>Feature: added gallery to multisource</li>\n<li>Feature: added post type override selectin current post query options</li>\n<li>Fix: fixed remote play with carousel</li>\n<li>Fix: fixed some multisource and ajax related bugs</li>\n<li>Fix: fixed popular posts plugin integration multiple post types</li>\n<li>Fix: fixed background widgets some problematic attribute names</li>\n<li>Fix: fixed include terms by current post terms in some cases.</li>\n<li>Fix: fixed default url_assets value in multisoure</li>\n<li>Fix: fixed dark mode svg icons</li>\n</ul>\n\n<p>version 1.5.47: 2023-01-10</p>\n\n<ul>\n<li>Feature: added more units to slider attribute</li>\n<li>Feature: added \"any\" post type to post types select</li>\n<li>Feature: added include and exclude current post terms in terms selection</li>\n<li>Feature: added option to carousel - scroll to head - force</li>\n<li>Feature: allow import widgets with theme activate</li>\n<li>Fix: fixed dynamic template render css for dynamic popup</li>\n<li>Fix: fixed users list select by manual</li>\n</ul>\n\n<p>version 1.5.46: 2023-01-08</p>\n\n<ul>\n<li>Feature: set the items image size chooser work for certain image</li>\n<li>Feature: made option to put js script in saparate tags with id\'s for optimization plugins like wprocket</li>\n<li>Feature: enriched the uc_lang variable. now it\'s always showing the current language</li>\n<li>Feature: added user_login variable to the users list output</li>\n<li>Feature: has put the preview link always as a help link in widget edit panel.</li>\n<li>Change: updated the multisource that it works better with items images</li>\n<li>Change: allow html tags in post intro (excerpt) in widgets</li>\n<li>Fix: fixed filters with sync multiple grid issues</li>\n<li>Fix: fixed the exclude users list with similar names</li>\n</ul>\n\n<p>version 1.5.45: 2022-12-26</p>\n\n<ul>\n<li>Feature: added json decode filter to twig</li>\n<li>Feature: added catalog images from shortpixel for speed loading</li>\n<li>Feature: done multisource group setting</li>\n<li>Fix: fixed entrance animation on ajax refresh</li>\n<li>Fix: done sync pause / play between carousels</li>\n</ul>\n\n<p>version 1.5.44: 2022-12-19</p>\n\n<ul>\n<li>Change: updated freemius to the latest version</li>\n<li>Fix: fixed remote play / pause button</li>\n<li>Fix: fixed search filter unicode phrase</li>\n<li>Fix: fixed entrance animation appear on scroll</li>\n<li>Feature: added video gallery responsive options</li>\n<li>Fix: fixed some owl carousel size on init bug</li>\n<li>Fix: fixed js widgets under the dynamic grid template like flipbox</li>\n</ul>\n\n<p>version 1.5.43: 2022-12-04</p>\n\n<ul>\n<li>Feature: add settings output to dynamic grid fields debug</li>\n<li>Fix: fixed pods multiple image data</li>\n<li>Fix: fixed url terms in filter with dynamic grid</li>\n<li>Fix: fixed users and menu not found bug in front </li>\n<li>Change: updated twig engine to the latest version</li>\n</ul>\n\n<p>version 1.5.42: 2022-11-29</p>\n\n<ul>\n<li>Feature: added functionality for time ago in posts widgets</li>\n<li>Feature: added woo variables to woo fields - woo_price_withtax, woo_price_notax</li>\n<li>Feature: added option for term child filter role\n-optimization: reduced number of queries in post related widgets</li>\n</ul>\n\n<p>version 1.5.41: 2022-11-24</p>\n\n<p>-bug fix: fixed post select in post query</p>\n\n<p>version 1.5.40: 2022-11-23</p>\n\n<ul>\n<li>Feature: added integration to woocommerce multicourancy plugins</li>\n<li>Feature: made some integration with translate press plugin</li>\n<li>Feature: added select post and select term attribute</li>\n<li>Fix: fixed dynamic loop css backgrounds with containers</li>\n<li>Fix: fixed mousewheel event in the carousel</li>\n<li>Fix: fixed some rare php error with filters</li>\n</ul>\n\n<p>version 1.5.39: 2022-11-16</p>\n\n<ul>\n<li>Fix: fixed small bug with zip extract</li>\n<li>Update: updated black friday sale banners</li>\n</ul>\n\n<p>version 1.5.38: 2022-11-10</p>\n\n<ul>\n<li>Fix: fixed galleries default sizes with post filters</li>\n<li>Fix: fixed hidden option in select filter in safari browser</li>\n<li>Fix: fixed non ssl assets url</li>\n<li>Feature: added \"schema\" special attribute</li>\n<li>Fix: fixed false autoplay in carousel</li>\n</ul>\n\n<p>version 1.5.37: 2022-11-09</p>\n\n<ul>\n<li>Fix: fixed 1px glitch bug in the carousel, on 1 item (slide mode)</li>\n<li>Feature: prepared the filters to work with ajax search</li>\n</ul>\n\n<p>version 1.5.36: 2022-11-6</p>\n\n<ul>\n<li>Feature: added function that outputs items schema</li>\n<li>Feature: improved include by meta in posts selection, added option for multiple values</li>\n<li>Feature: added option to get current user with meta in twig</li>\n<li>Addition: validate number of post list attributes, allow only one when creating widget</li>\n<li>Fix: fixed count posts in post query summary</li>\n<li>Fix: fixed entrance animation blur type</li>\n<li>Fix: fixed avoid duplicates with random order while posts load more</li>\n<li>Fix: the timeout now reset after slide change in owl carousel</li>\n<li>Fix: fixed terms selection taxonomies with idetical post type title</li>\n<li>Fix: added protection against inifinite loop in putElementorTemplate twig function</li>\n<li>Fix: fixed acf field unaccessable in some cases with elementor pro 3.8</li>\n</ul>\n\n<p>version 1.5.35: 2022-10-24</p>\n\n<p>-Fix: fixed include by id\'s from dynamic field, and terms from dynamic field in post selection</p>\n\n<p>version 1.5.34: 2022-10-19</p>\n\n<ul>\n<li>Feature: added items image size attribute (special type)</li>\n<li>Fix: fixed show backgrounds in elementor editor</li>\n</ul>\n\n<p>version 1.5.33: 2022-10-15</p>\n\n<ul>\n<li>Fix: fixed avoid duplicates with filters</li>\n<li>Fix: fixed select dropdown filter js</li>\n<li>Feature: added avoid duplicates option to manual posts selection</li>\n</ul>\n\n<p>version 1.5.32: 2022-10-11</p>\n\n<ul>\n<li>Fix: fixed some ajax pagination issues</li>\n<li>Fix: fixed pagination widget appearance on archive ajax pages with filters</li>\n<li>Fix: added twig functionality to put product attributes text</li>\n<li>Fix: fixed export with images not worked in some cases</li>\n<li>Fix: made some protection with ezcache plugin integration and filtering</li>\n<li>Fix: fixed some small php bug with this month post selection</li>\n<li>Fix: fixed some visible and hidden filters collision</li>\n<li>Fix: fixed terms select in terms filter on history back click in filters</li>\n<li>Fix: set child filter always first unselected</li>\n<li>Fix: set option for the tabs filter to be unselected</li>\n<li><p>Fix: fixed the pagination numbers if exclude offset chosen</p></li>\n<li><p>Feature: added multiple taxonomy terms in term selection</p></li>\n<li>Feature: added query id in terms selection</li>\n<li>Feature: added functionality for next / prev post</li>\n</ul>\n\n<p>version 1.5.31: 2022-09-20</p>\n\n<ul>\n<li>Fix: fixed thumbs gallery</li>\n</ul>\n\n<p>version 1.5.30: 2022-09-18</p>\n\n<ul>\n<li>Fix: fixed multiple post filters and grid connection</li>\n<li>Fix: fixed various small php errors</li>\n<li>Fix: fixed wordpress popular posts integration small bug</li>\n<li>Feature: added terms from dynamic post selection option</li>\n<li>Feature: added option for limiting terms show in post list</li>\n<li>Change: updated once more unitegallery graphics, changed assets to svg</li>\n<li>Fix: fixed thumbnail gallery arrows</li>\n</ul>\n\n<p>version 1.5.29: 2022-09-08</p>\n\n<ul>\n<li>Fix: fixed a small issue with search page and load more</li>\n<li>Fix: fix vimeo videos stoppped playing bug</li>\n</ul>\n\n<p>version 1.5.28: 2022-09-06</p>\n\n<ul>\n<li>Feature: added support for the select filter</li>\n<li>Fix: fixed some small js bug with filters</li>\n<li>Fix: fixed some post filters related popup error</li>\n<li>Change: changed the way that galleries srolls by mouseover</li>\n</ul>\n\n<p>version 1.5.27: 2022-09-02</p>\n\n<ul>\n<li>Fix: fixed popular posts plugin integration</li>\n<li>Fix: removed some console logs in filter.js file</li>\n<li>Fix: fixed ajax pagination jump</li>\n<li>Fix: fixed unitegallery strict standards bugs</li>\n<li>Change: renamed field - \"use dynamic fields\" to \"use current post data\" in widget editor</li>\n<li>Change: updated freemius sdk to: 2.4.5</li>\n</ul>\n\n<p>version 1.5.26: 2022-08-17</p>\n\n<ul>\n<li>Feature: added debug to remote elements</li>\n<li>Fix: made some protection against wrong animation names in carousel</li>\n<li>Fix: added some small fixes to carousel and remote sync js libraries</li>\n<li>Fix: done a better find closest section in remote</li>\n<li>Fix: fixed not showing values in elementor editor post selectors</li>\n</ul>\n\n<p>version 1.5.25: 2022-08-11</p>\n\n<ul>\n<li>Feature: added option to set title field in items</li>\n<li>Fix: fixed some more lazy load related protections in galleries</li>\n<li>Fix: Fixed some Elementor 3.7 deprecation issues</li>\n</ul>\n\n<p>version 1.5.24: 2022-08-09</p>\n\n<ul>\n<li>Fix: fixed some Elementor 3.7 related js bug in editor</li>\n</ul>\n\n<p>version 1.5.23: 2022-08-05</p>\n\n<ul>\n<li>Feature: added date format to date meta field post selection</li>\n<li>Feature: added more units to padding and margin attribute</li>\n<li>Feature: added option to set selected tab number in tabs filter widget</li>\n<li>Fix: fixed some unitegallery strict related scripts</li>\n<li>Fix: fixed sequance entrance animation attribute</li>\n<li>Fix: fixed some text with pagination edit mode in elementor editor</li>\n<li>Fix: fixed ajax pagination didn\'t get back to first page</li>\n<li>Fix: fixed tabs filter and taxonomy terms in one page</li>\n<li>Change: prepare the right way dates should work in post list</li>\n</ul>\n\n<p>version 1.5.22: 2022-07-24:</p>\n\n<ul>\n<li>Feature: added option to connect to another parent in remote arrows</li>\n<li>Feature: added change url and back button in ajax filers behaviour</li>\n<li>Fix: fixed doubly plugin integration import bg widgets</li>\n<li>Fix: fixed remote next/prev directions in carousels</li>\n<li>Fix: added some more protection against infinite loops from post content processing</li>\n</ul>\n\n<p>version 1.5.21 2022-07-17:</p>\n\n<ul>\n<li>Feature: added docstart and docend template in widget js</li>\n<li>Change: end of birthday sale message update</li>\n<li>Change: added warning message in case of twig collision with other plugins</li>\n</ul>\n\n<p>version 1.5.20 2022-07-13:</p>\n\n<ul>\n<li>Feature: added more widget debug type - current post fields</li>\n<li>Feature: updated admin title on edit widget view</li>\n<li>Feature: added option to carousel: scroll to head</li>\n<li>Feature: added query data attributes into filtering grid</li>\n<li>Fix: fixed ajax pagination in some cases</li>\n<li>Fix: fixed small php bug with hover animations control</li>\n<li>Fix: fixed lity lightbox with vimeo autoplay</li>\n<li>Fix: fixed item index after shuffle</li>\n<li>Fix: fixed some seleted tab filters related issues</li>\n<li>Fix: fixed load more filter doubly ajax request in some cases</li>\n<li>Fix: fixed woo scedualed sale price output</li>\n<li>Fix: in filters replace url with pagination as well</li>\n<li>Fix: changed gallery arrows to svg</li>\n</ul>\n\n<p>version 1.5.19 2022-06-27:</p>\n\n<ul>\n<li>Feature: added max posts to current query</li>\n<li>Fix: fixed controls conditions for elementor template control</li>\n<li>Feature: added more fields to dynamic grid loop (was only title)</li>\n<li>Change: added birthday sale banner and text</li>\n</ul>\n\n<p>version 1.5.17 2022-06-21:</p>\n\n<ul>\n<li>Change: updated fancybox version</li>\n<li>Fix: Fixed bug with ajax load more and ajax pagination</li>\n</ul>\n\n<p>version 1.5.17 2022-06-09:</p>\n\n<ul>\n<li>Feature: fixed entrance animation attribute</li>\n<li>Fix: fixed uc_inside_editor variable inside background widget</li>\n<li>Fix: fixed empty default value of radio boolean control</li>\n<li>Fix: fixed double filtering issues in archive pages</li>\n</ul>\n\n<p>version 1.5.16: 2022-05-31</p>\n\n<ul>\n<li>Fix: fixed double plugin versions in pro version</li>\n<li>Fix: fixed 1 size gap in one item owl carousel</li>\n<li>Fix: fixed the dissapearing options bug in mobile</li>\n</ul>\n\n<p>version 1.5.15: 2022-05-30</p>\n\n<ul>\n<li>Change: set cache folder inside wp-uploads</li>\n<li>Feature: added option to get terms last level only - for post list / grid</li>\n<li>Feature: added twig function - get_current_user</li>\n<li>Feature: disabled right click on html5 galleries (unite gallery)</li>\n<li>Fix: the image and video repeater was missing default items</li>\n<li>Fix: fixed load more and filters on a search page</li>\n<li>Fix: fixed carousel stage padding issues</li>\n<li>Fix: fixed carousel 1 item one pixel issues</li>\n<li>Fix: fixed default values in responsive selectors</li>\n</ul>\n\n<p>version 1.5.14: 2022-05-24</p>\n\n<ul>\n<li>Fix: fixed responsive default values with selectors in number and dropdown and slider controls</li>\n<li>Fix: fixed a bug in run_code_once functionality</li>\n</ul>\n\n<p>version 1.5.13: 2022-05-23</p>\n\n<ul>\n<li>Feature: added integration with \"sticky posts switch\" plugin</li>\n<li><p>Feature: added special attribute type - entrance animation</p></li>\n<li><p>Fix: fixed sync bug between two similar elements</p></li>\n<li>Fix: fixed filters loading with wp-rocket lazy load scripts</li>\n<li>Fix: fixed put_hide_ids_css function small bug</li>\n<li>Fix: fixed fetch 2 and more widgets within one section for filtering</li>\n<li>Fix: fixed slider control js empty output bug</li>\n<li>Fix: fixed gallery title as number js bug</li>\n<li>Fix: fixed gallery images from meta fields source as array </li>\n</ul>\n\n<p>version 1.5.12: 2022-05-08</p>\n\n<ul>\n<li>Feature: added integration for wpml media change</li>\n<li>Feature: bug fix: fixed hover animations setting don\'t work on front in some cases</li>\n<li>Feature: in post selection by date added options for \"future from today\", and \"future from tomorrow\".</li>\n<li>Feature: added new function: \"put_hide_ids_css\" to hide some css comma saparated id\'s from css tab.</li>\n<li>Feature: added support for ajax refresh for multiple synced grids together</li>\n<li>Feature: added option to test instagram data</li>\n<li><p>Feature: added phpinfo view in settings - troubleshooting</p></li>\n<li><p>Fix: fixed blank window opened by a link</p></li>\n<li>Fix: fixed acf boolean value present</li>\n<li>Fix: fixed another gallery related lazy load issues</li>\n</ul>\n\n<p>version 1.5.11: 2022-04-13</p>\n\n<ul>\n<li>Feature: made option to put elementor post_content inside post widget if the post made by elementor</li>\n<li>Feature: added additional fields to getPostAuthor function like avatar url and author meta</li>\n<li>Feature: show the \"no posts\" message with filters in post list / grid</li>\n<li>Feature: add background location (back/front) to background widgets</li>\n<li>Feature: done option to get post parent with the posts in posts selection</li>\n<li>Fix: set prices display in woocommerce widgets including tax</li>\n<li>Fix: fixed editor js files didn\'t loaded bug</li>\n<li>Fix: fixed css output with dynamic template and inline css mode</li>\n<li>Fix: fixed the ajax pagination that now works with post based gallery widget</li>\n<li>Fix: fixed filters scripts loading before jquery in js</li>\n<li>Fix: allow to select empty terms in term selection control</li>\n<li>Change: set default values of responsive number / slider / dropdown controls to desktop default values</li>\n</ul>\n\n<p>version 1.5.10: 2022-04-04</p>\n\n<ul>\n<li>Fix: fixed title and description source in gallery source selection</li>\n<li>Fix: fixed the dropdown attribute php filter for elementor</li>\n<li>Feature: added \"menu_id\" for various uses as menu attribute output</li>\n<li>Feature: added option for side offset in owl carousel</li>\n<li>Feature: added option for second items html refresh in ajax filters</li>\n</ul>\n\n<p>version 1.5.9: 2022-03-27</p>\n\n<ul>\n<li>Fix: fixed simple meta output for post list</li>\n<li>Feature: made dynamic grid work with filters</li>\n<li>Feature: the background widgets works for the new container objects as well</li>\n<li>Feature: added include by another meta field in post query</li>\n</ul>\n\n<p>version 1.5.8: 2022-03-23</p>\n\n<ul>\n<li>Feature: set special behaviour for more then one filters on the page</li>\n<li>Feature: added option to load video item from posts in a gallery</li>\n<li>Change: set up galleries common default items</li>\n<li>Fix: fixed unclosable gallery lightbox with youtube videos</li>\n<li>Fix: fixed elementor 3.6.0 compatability</li>\n</ul>\n\n<p>version 1.5.7: 2022-03-17</p>\n\n<ul>\n<li>Feature: added option to modify dropdown items in php\nFix: fixed gallery default items preview and init\nFix: fixed remote counter js error</li>\n</ul>\n\n<p>version 1.5.6 = 2022-03-15:</p>\n\n<p>Fix: fixed dissapearing items in remote related widgets</p>\n\n<p>version 1.5.5 = 2022-03-15:</p>\n\n<ul>\n<li>Feature: added woocommerce sorting options in posts selection by number of sales and rating</li>\n<li>Feature: added option to get related products on checkout page</li>\n<li>Feature: done manual posts and terms selections sort by drag and drop</li>\n<li>Feature: done option to custom refresh filters html (for carousels, galleries etc)</li>\n<li>Feature: made the attributes dialog support multi controls</li>\n<li>Feature: prepared the galleries and dynamic loops to use filters and load more\nFix: fixed query debug in manual posts selection\nFix: fix: fixed posts_per_page in manual posts selection\nFix: fix: fixed jquery include for remote widgets</li>\n</ul>\n\n<p>version 1.5.4 = 2022-03-06:</p>\n\n<ul>\n<li>Feature: added roles to post filter: single, main and child</li>\n<li>Feature: added option \"placeholder\" and \"disable dynamic\" for text field control</li>\n<li>Feature: added option for debug meta fields in post list, post grid</li>\n<li>Fix: fixed some pagination widget buttons related issues</li>\n<li>Fix: fixed non clickable items in some widgets</li>\n<li>Fix: fixed put_items(0) - first item output in twig</li>\n</ul>\n\n<p>version 1.5.3 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: added functionality to put image inside taxonomy terms widget</li>\n<li>Fix: fixed load more on archive page with orderby=xxx filter in url</li>\n<li>Fix: made support for woocommerce special order by in load more</li>\n<li>Change: updated freemius sdk to 2.4.3 version (Security fix)</li>\n</ul>\n\n<p>version 1.5.2 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: set up remote and sync functionality for the galleries</li>\n<li>Fix: fixed load more for current query posts</li>\n<li>Fix: fixed background js based widgets with elementor popups</li>\n<li>Fix: fixed unitegallery unclosed tag issue</li>\n<li>Fix: fixed replace mode in tabs filters</li>\n</ul>\n\n<p>version 1.5.1 = 2022-02-21:</p>\n\n<ul>\n<li>Feature: improved post pagination debug and added force options</li>\n<li>Feature: added code for the button filters</li>\n<li>Feature: added option to shuffle owl carousel</li>\n<li>Feature: added option for general \"shuffle\" in items</li>\n<li>Feature: made option for text modify, and get the current page url and current page title</li>\n<li>Feature: get feature image of a product from a first gallery image if featured image not exists</li>\n<li>Feature: added function \"one_random\" and \"first\" to get_items twig function</li>\n<li>Feature: added support for jet listing item</li>\n<li>Change: changed the \"choose template\" setting text to attirbute title</li>\n<li>Fix: fixed load more if offset turned on in the grid</li>\n<li>Fix: fixed link control attributes parsing</li>\n<li>Fix: fixed sync general api related bugs in elementor editor</li>\n</ul>\n\n<p>version 1.5.0 = 2022-02-02:</p>\n\n<ul>\n<li>Feature: added tabs in items controls</li>\n<li>Feature: added functionality for ajax taxonomies terms filter</li>\n<li>Feature: added some accessability to owl carousel buttons</li>\n</ul>\n\n<p>version 1.4.99: 2022-01-27:</p>\n\n<ul>\n<li>Feature: added option for disable content filtering in general settings->troubleshooting</li>\n<li>Feature: added taxonomies in widget debug output</li>\n<li>Fix: fixed some gallery lazy load related js bugs</li>\n</ul>\n\n<p>version 1.4.98: 2022-01-14:</p>\n\n<ul>\n<li>Feature: modified remote general js api to fit more types of widgets</li>\n<li>Feature: added support for put meta field in post list</li>\n<li>Fix: fixed some small php notices output in post query</li>\n</ul>\n\n<p>version 1.4.97 = 2022-01-06:</p>\n\n<ul>\n<li>Feature: add code base for the taxonomy filter</li>\n<li>Feature: added option to highlight all carousel items</li>\n<li>Feature: added active class to new owl carousel</li>\n<li>Feature: added scroll on click functionality to new owl carousel</li>\n<li>Fix: added support for acf fields styles in dynamic grid</li>\n<li>Fix: fixed some wp-rocket and filters related bug</li>\n</ul>\n\n<p>version 1.4.96 = 2021-12-29:</p>\n\n<ul>\n<li>Feature: use yoast main category feature to determine post main category</li>\n<li>Feature: added get woocommerce product gallery functionality to twig</li>\n<li>Feature: added support for multiple attribute conditoins values</li>\n<li>Feature: added menu order in advanced widget debug type</li>\n<li>Feature: added WooCommerce endpoints links code to twig</li>\n<li>Feature: added option to disable font awesome in general settings</li>\n<li>Fix: fixed some filters related issue</li>\n<li>Fix: added custom attributes to link attributes output</li>\n</ul>\n\n<p>version 1.4.95 = 2021-12-16:</p>\n\n<p>*Fix: fixed db table not found php bug in some cases</p>\n\n<p>version 1.4.94 = 2021-12-14:</p>\n\n<ul>\n<li>Feature: made posible multiple includes condition values per assets</li>\n<li>Feature: added meta value2 and meta value3 in include by meta value post selection</li>\n<li>Feature: added error notice if no api connectivity</li>\n<li>Feature: added attributes section conditions</li>\n<li>Feature: prepared code base for the new galleries</li>\n<li>Fix: fixed some small pagination related bug</li>\n<li>Fix: fixed remote connection parent detection in some cases</li>\n<li>Fix: added content filtering by filter widget_text_content for all the embed and other content modifications</li>\n<li>Fix: fixed edit defaulsin widget settings</li>\n<li>Fix: fixed some polylang issues with the template in dynamic template widgets</li>\n<li>Fix: [security] remove the \"duplicate layout\" functionality (not used in the plugin) that had some security issues </li>\n</ul>\n\n<p>version 1.4.93 = 2021-12-03:</p>\n\n<ul>\n<li>Fix: fixed some connected widgets bugs when there is many of them in the page</li>\n<li>Change: removed the black friday sale banner</li>\n<li>Feature: added general remote API for various widgets connections</li>\n<li>Feature: add some code base for the new gallery output</li>\n</ul>\n\n<p>version 1.4.92 = 2021-11-24:</p>\n\n<ul>\n<li>Fix: fixed similar post content in post list</li>\n<li>Change: saparated remote and sync options in connected widgets settings</li>\n</ul>\n\n<p>version 1.4.91 = 2021-11-23:</p>\n\n<ul>\n<li>Fix: fixed the wrong post intro in editor mode</li>\n</ul>\n\n<p>version 1.4.90 = 2021-11-22:</p>\n\n<ul>\n<li>Addition: added black friday banner discount banner and link</li>\n<li>Change: improved \"sync widgets\" editor experience</li>\n<li>Fix: fixed depricated \"post\" attribute bug</li>\n<li>Fix: modified zip extracting error messages</li>\n</ul>\n\n<p>version 1.4.89 = 2021-11-17:</p>\n\n<ul>\n<li>Feature: done the functionality for sync widgets</li>\n<li>Feature: done the functionality remote widgets</li>\n<li>Fix: fixed error message on remote widgets</li>\n<li>Fix: fixed css in post content in editor</li>\n<li>Fix: use better strip tags for post intro</li>\n</ul>\n\n<p>version 1.4.88 = 2021-11-08:</p>\n\n<ul>\n<li>Fix: fixed gutenberg support in widgets</li>\n<li>Fix: fixed all the pagination issues in archive page</li>\n</ul>\n\n<p>version 1.4.86 = 2021-11-01:</p>\n\n<ul>\n<li>Fix: fixed some load more last issues</li>\n<li>Feature: added code for taxonomy terms filter</li>\n<li>Feature: added code for checkbox filter</li>\n</ul>\n\n<p>version 1.4.86 = 2021-10-29:</p>\n\n<ul>\n<li>Feature: improved current query debug - full type</li>\n<li>Feature: added dropdown responsive placeholders</li>\n<li><p>Feature: added radio boolean attribute responsive controls</p></li>\n<li><p>Fix: fixed controls tabs functionality</p></li>\n<li>Fix: fixed load more custom image bug</li>\n<li>Fix: fixed double load more in a page mishmash bug</li>\n<li>Fix: fixed all load more issues</li>\n</ul>\n\n<p>version 1.4.85 = 2021-10-13:</p>\n\n<p>-bug fix: small bug fix - headers sent bug</p>\n\n<p>version 1.4.84 = 2021-10-13:</p>\n\n<ul>\n<li>Feature: added taxonomy terms full query debug option</li>\n<li>Feature: improved full debug type in posts query</li>\n<li>Feature: added items support in editor->background switcher</li>\n<li>Feature: added support for remote controls</li>\n<li>Feature: functionality to posts load more</li>\n<li>Feature: added second condition</li>\n<li>Feature: added tabs functionality to attributes</li>\n<li>Addition: added %,px to slider units</li>\n<li>Fix: fixed avoid duplicates related bug</li>\n<li>Fix: fixed conflicting wordpress codemirror script</li>\n<li>Fix: fixed post selection values init from editor</li>\n<li>Fix: fixed pagination on front page</li>\n<li>Fix: fixed some polylang related bugs</li>\n</ul>\n\n<p>version 1.4.83 = 2021-09-22:</p>\n\n<ul>\n<li>Fix: fixed styles mishmash inside elementor editor navigator</li>\n<li>Fix: fixed dissapearing carousels after refresh bug</li>\n<li>Fix: fixed dynamic grid pagination not changed</li>\n</ul>\n\n<p>version 1.4.82 = 2021-09-20:</p>\n\n<ul>\n<li>Feature: added troubleshooting setting - show php error message</li>\n<li>Feature: added px, vh, % options for slider attribute</li>\n<li>Feature: added dynamic group attributes for galleries, including image and video</li>\n<li>Feature: added option to convert one date string to another with ucdate filter</li>\n<li>Feature: added option to use items in background widgets</li>\n<li>Feature: added ucfunc(\"set\") and ucfunc(\"get\") functions in twig for remember and retrieve variables</li>\n<li>Feature: added include by option: \"children of current term\" to category selection options</li>\n<li>Feature: added option to pull woo product variations in twig</li>\n<li>Feature: added placeholder: link_withprefix, link_noprefix for link attribute</li>\n<li>Fix: fixed error when exists dynamic link in dynamic loop widgets</li>\n<li>Fix: enabled pagination in a single type in dynamic template grid</li>\n<li>Fix: the \"not equal\" attributes condition now works</li>\n<li>Fix: fixed not editable empty dropdown attribute in widget editor</li>\n<li>Fix: fixed mb_string absence php bug</li>\n<li>Fix: fixed heading attribute label</li>\n<li>Fix: fixed responsive elementor controls in widget items</li>\n</ul>\n\n<p>version 1.4.81 = 2021-08-17:</p>\n\n<ul>\n<li>Feature: added json select (lottie) for image attribute type </li>\n<li>Feature: made option for ajax in widgets with post list attribute</li>\n<li>Feature: made the ajax pagination work with pagination widget</li>\n<li>Feature: added dynamic options for number and slider attribute types</li>\n<li>Feature: added new owl carousel sources in assets chooser</li>\n<li>Feature: added heading attribute</li>\n<li>Change: added more types of debug for pagination widget</li>\n<li>Change: changed widget icons chooser for elementor icon instead of font awesome icon</li>\n<li>Fix: fixed import with template button dissapear in the new bar</li>\n<li>Fix: fixed widgets icons</li>\n</ul>\n\n<p>version 1.4.80 = 2021-08-09:</p>\n\n<ul>\n<li>Feature: added option to change items section label</li>\n<li>Feature: added js snippet with code that works in elementor popup</li>\n<li>Feature: added option to add {current_user_id} keyword in post meta query</li>\n<li>Feature: added option for block label inside each attribute</li>\n<li>Feature: added heading text option for items section</li>\n<li>Feature: added extra fields to image base gallery options</li>\n<li>Feature: added php filter option for variable</li>\n<li>Feature: added twig functions \"get_post_term\" and \"is_post_has_term\". The examples visible when you click on item.posts.putPostTerm placeholder</li>\n<li>Fix: fixed some test widgets output relate bugs</li>\n<li>Fix: conditions settings was not affected typography controls</li>\n<li>Fix: fixed template dynamic background image didn\'t displayed bug in dynamic loops</li>\n<li>Change: added some instructions for api connectivity test in general settings - troubleshooting</li>\n</ul>\n\n<p>version 1.4.79 = 2021-07-13</p>\n\n<ul>\n<li>Fix: fixed scripts output in preview widget page</li>\n</ul>\n\n<p>version 1.4.78 = 2021-07-12</p>\n\n<ul>\n<li>Change: added birthday sale promotions</li>\n<li>Feature: added woo commerce products to dynamic loop items source</li>\n</ul>\n\n<p>version 1.4.77 = 2021-07-07</p>\n\n<ul>\n<li>Fix: fixd the is_ajax() error function from the admin area</li>\n</ul>\n\n<p>version 1.4.76 = 2021-07-07</p>\n\n<ul>\n<li>Feature: added option to show post last modified date</li>\n<li>Feature: added function: get_from_sql in widget editor that allow to pull any custom records from DB</li>\n<li>Feature: added function: run_code_once in widget editor, that allow to run the code only once. Good for many similar widgets on the same page</li>\n<li>Feature: added option for load widget js as module</li>\n<li>Fix: fixed no key_thumb field in images inside widget</li>\n<li>Fix: fixed no condition in image sizes widget setting</li>\n<li>Fix: fixed javascript based backgrounds</li>\n<li>Fix: fixed brocken svg icon on catalog widget box in some of the cases</li>\n<li>Fix: fixed collision with rankmath in ajax actions</li>\n<li>Change: added some max length for a widget category, now it\'s 60</li>\n</ul>\n\n<p>version 1.4.75 = 2021-06-21</p>\n\n<ul>\n<li>Feature: added category image to products list</li>\n<li>Feature: added option to include as module widget js include</li>\n<li>Feature: added option to write custom handle to widget js and css include</li>\n<li>Feature: added options - avoid duplicate posts to post query exclude</li>\n<li>Feature: added option to include or exclude posts by dynamic field to posts selection</li>\n<li>Feature: added option to include or exclude posts by logged in user, in posts selection</li>\n<li>Fix: fixed background widget condition functionality</li>\n<li>Fix: changed template picker to simple select2 list</li>\n</ul>\n\n<p>version 1.4.74 = 2021-06-02</p>\n\n<ul>\n<li>Feature: added function put_date_range to twig functions. good for events widgets</li>\n<li>Feature: added integration with google map</li>\n<li>Feature: added function: \"run_code_once\" for twig</li>\n<li>Feature: added grouped options for the gallery</li>\n<li>Feature: added option to get posts by date from custom ACF field</li>\n<li>Feature: added gallery settings options for dynamic settings attribute</li>\n<li>Feature: added pagination to dynamic loop</li>\n<li>Change: improved dynamic settings attribute</li>\n</ul>\n\n<p>version 1.4.73 = 2021-05-20</p>\n\n<ul>\n<li>Feature: added twig function: \"put_attributes_json\" that available in js tab in widget editor</li>\n<li>Feature: added constant - uc_inside_editor - for distinquish between editor and site front</li>\n<li>Feature: added multiple select attribute</li>\n<li>Feature: added listing attribute support</li>\n<li>Fix: fixed \"request too long\" message on a widget preview - shortened preview url</li>\n<li>Fix: fixed several bugs with condition field in widgets editor</li>\n<li>Fix: fixed hidden image size select on item attributes</li>\n<li>Fix: fixed acf group field output</li>\n<li>Fix: fixed elementor template in items, changed to specific function</li>\n</ul>\n\n<p>version 1.4.72 = 2021-05-02</p>\n\n<ul>\n<li>Feature: added rating stars helper placeholder for woocommerce</li>\n<li>Feature: added option to include js file after elementor-frontend</li>\n<li>Fix: fixed new typography deprecation message</li>\n</ul>\n\n<p>version 1.4.71 = 2021-04-22</p>\n\n<ul>\n<li>Feature: added option to take post id\'s from php function in post selection</li>\n<li>Feature: added option for get posts by meta field that located in current or different post</li>\n<li>Feature: added twig filter: wc_price for native price filtering</li>\n<li>Feature: added post terms titles to post data debug</li>\n<li>Change: added option for woocommerce categories in terms selection</li>\n<li>Fix: fixed price issues in woocommerce related grids</li>\n<li>Fix: fixed include and exclude terms mismatch with nested tax query</li>\n<li>Fix: fixed pagination on search pages</li>\n</ul>\n\n<p>version 1.4.70 = 2021-04-14</p>\n\n<ul>\n<li>Feature: added show widget data debug options</li>\n<li>Feature: added option for filter post by post meta</li>\n<li>Feature: added option for simple condition for attributes</li>\n<li>Feature: added integration with wordpress popular post plugin for most viewed posts selection</li>\n<li>Feature: added post list variables for data debug</li>\n<li>Feature: added image sizes selector for post list</li>\n<li>Feature: get thumbnailID from content in case that it\'s missing in post</li>\n<li>Fix: when bulk moving attribute it now always goes to general category</li>\n<li>Fix: fixed filter posts by status</li>\n<li>Fix: fixed instagram media albom</li>\n</ul>\n\n<p>version 1.4.69 = 2021-04-04</p>\n\n<ul>\n<li>Feature: added extra query debug options for custom post types selector</li>\n<li>Feature: added choose image size select option to image attribute</li>\n<li>Feature: added \"image_attributes\" placeholder for image output in widget editor</li>\n<li>Change: added default values select to hover animations attribute</li>\n<li>Change: changed button \"add to cart\" to \"select options\" for variable products in woocommerce list widgets</li>\n<li>Fix: fixed border radius attribute from width to radius</li>\n<li>Fix: added missing thumb sizes for image select</li>\n</ul>\n\n<p>version 1.4.68 = 2021-03-22</p>\n\n<ul>\n<li>Feature: added include recently viewed products in woocommerce</li>\n<li>Feature: added option for default max posts in post selector</li>\n<li>Feature: added attribute type: Border Dimensions</li>\n<li>Feature: added attribute type: CSS Filters</li>\n<li>Feature: added attribute type: Hover Animations</li>\n<li>Fix: removed max posts from archive type post query selection, because has no control over pagination.</li>\n<li>Fix: fixed bug when instagram video images didn\'t show up</li>\n</ul>\n\n<p>version 1.4.67 = 2021-03-12</p>\n\n<ul>\n<li>Feature: added api connectivity to troubleshooting section</li>\n<li>Feature: added options in terms selection fields</li>\n<li><p>Feature: added order by meta key for woo categories select</p></li>\n<li><p>Fix: fixed woo product price format for decimal prices</p></li>\n<li>Fix: fixed context menu cut from bottom inside the widgets manager</li>\n<li>Fix: fixed show item data in widgets items repeater</li>\n<li>Fix: fixed float to round in woocommerce discount percents</li>\n</ul>\n\n<p>version 1.4.66 = 2021-02-18</p>\n\n<ul>\n<li>Feature: added \"box shadow\" attribute type</li>\n<li>Feature: added url_posts and num_posts to users output</li>\n<li>Feature: added option for selector 2 and selector 3 in several attributes</li>\n<li>Feature: added copy / paste attributes sections in widget editor</li>\n<li>Feature: added option for get default object to getListingItemData function</li>\n<li>Feature: added support for wpml site language inside a widget</li>\n<li>Feature: added acf image and thumbnails widths and heights to placeholders list</li>\n<li>Fix: load js include file in editor even if no js code</li>\n<li>Fix: fixed some php notice with exclude terms posts selection</li>\n<li>Fix: fixed small bug in getListingItemData function with no object returned</li>\n<li>Fix: fixed post selection manual select no posts shown at init</li>\n<li>Fix: fixed bug when private posts not fetched on manual posts selection</li>\n<li>Change: updated codemirror to latest version, added code search feature</li>\n<li>Change: updated freemius sdk to 2.4.2</li>\n</ul>\n\n<p>version 1.4.65 = 2021-02-03</p>\n\n<ul>\n<li>Feature: added option to fetch custom meta fields in users list</li>\n<li>Feature: added function to twig: getByPHPFunction()</li>\n<li>Feature: added function to twig: getUserMeta()</li>\n<li>Feature: added function to twig: getListingItemData() - working inside any plugin listing</li>\n<li>Fix: fixed php sanitize array bug</li>\n<li>Fix: fixed post type in related posts post selection</li>\n</ul>\n\n<p>version 1.4.64 = 2021-02-02</p>\n\n<ul>\n<li>Change: moved \"edit widget html\" button to advanced section in general tab</li>\n<li>Feature: added option to exclude products on sale in products query section in widget settings</li>\n<li>Feature: added option to exclude specific posts in post selection widget settings</li>\n<li>Feature: added woocommerce related products select in post selection</li>\n<li>Feature: added include/exclude posts by author in widget posts selection</li>\n<li>Feature: added include/exclude posts by date in widget posts selection</li>\n<li>Feature: added date/time picker to widget attributes types</li>\n<li>Feature: added post status to widget posts selection</li>\n<li>Feature: added offset setting to widget posts selection</li>\n<li>Feature: added author url and author post count to users fields</li>\n<li>Feature: added max number of users to user selection attribute</li>\n<li>Feature: added \"elementor template\" attribute</li>\n<li>Fix: fixed small php bug in post selection control</li>\n<li>Fix: fixed js bug in items repeater</li>\n<li>Fix: fixed exclude role not worked in user selection attribute</li>\n<li>Fix: fixed get products on sale selection with variations</li>\n</ul>\n\n<p>version 1.4.63 = 2021-01-26</p>\n\n<ul>\n<li>Feature: added acf link array and attributes</li>\n<li>Feature: added ordering features to post selection related and manual</li>\n<li>Feature: added option for showing only sticky posts</li>\n<li>Feature: added exclude by term setting in widget post selection</li>\n<li>Change: moved debug data from advaned to general folder in elementor widget settings</li>\n<li>Fix: fixed woo commerce prices number format</li>\n<li>Fix: fixed refresh posts on \"post query\" section open in widget post settings</li>\n<li>Fix: fixed manual posts selection default order</li>\n</ul>\n\n<p>version 1.4.62 = 2021-01-21</p>\n\n<ul>\n<li>Feature: added text shadow field</li>\n<li>Feature: added \"manual selection\" in posts query</li>\n<li>Feature: added compatability tag</li>\n<li>Fix: fixed image size thumb name with \"-\" sign inside</li>\n<li>Fix: fixed some php warning related to array to string conversion, happening in php 8</li>\n<li>Change: show woo commerce placeholders if selected \"for woocommerce products\" checkbox in post list attribute</li>\n<li>Change: improved woo category output placeholder help, added getTermCustomFields function</li>\n</ul>\n\n<p>version 1.4.61 = 2021-01-14</p>\n\n<ul>\n<li>Feature: added max posts and order by options to current query posts selection</li>\n<li>Feature: added manual selection for woocommerce categories select</li>\n<li>Feature: added selector and responsive to drop down attribute in widget builder</li>\n<li>Change: changed buy pro version link from the catalog widgets to inside of the plugin</li>\n<li>Fix: fixed adding widgets to a db table that is not auto incriment</li>\n<li>Fix: fixed svg preview from widget builder interface</li>\n<li>Fix: fixed manual memory check when registering widgets</li>\n</ul>\n\n<p>version 1.4.60 = 2020-12-30</p>\n\n<ul>\n<li>Feature: added option for third party integration for woocommerce grid</li>\n<li>Feature: added integration for \"advanced labels for woocommerce\" plugin</li>\n<li>Feature: added view file button in assets manager</li>\n<li>Feature: added svg icon option together with font icon for elementor panel widget box</li>\n<li>Feature: added preview image on mouseover inside elementor panel widget box</li>\n<li><p>Feature: added option for disabling \"edit widget html\" from widget settings</p></li>\n<li><p>Fix: fixed empty settings when there are gallery item setting only</p></li>\n<li>Fix: added \"no settings\" heading in case that no attributes in the widget</li>\n<li>Fix: fixed some php warnings for php 8.0</li>\n</ul>\n\n<p>version 1.4.59 = 2020-12-17</p>\n\n<ul>\n<li>Fix: fixed import template redirect</li>\n<li>Feature: added option to include sticky posts for post query</li>\n<li>Feature: added post pagination for single page</li>\n<li>Feature: added number of items for instagram widget</li>\n<li>Feature: added background image to background attribute</li>\n</ul>\n\n<p>version 1.4.58 - 2020-12-07</p>\n\n<ul>\n<li>Feature: make the plugin translatable for wordpress.org</li>\n</ul>\n\n<p>version 1.4.57 - 2020-12-07</p>\n\n<ul>\n<li>Feature: done post pagination widget for archive posts</li>\n<li>Feature: added option to truncate the post list</li>\n<li>Fix: fixed show debug query on current post query</li>\n</ul>\n\n<p>version 1.4.56 - 2020-11-30</p>\n\n<ul>\n<li>Update: relesed cyber monday deal admin notice</li>\n</ul>\n\n<p>version 1.4.55 - 2020-11-26</p>\n\n<ul>\n<li>Feature: added option to sort by sale price</li>\n<li>Feature: added option to debug query</li>\n<li>Feature: added option debug widget data</li>\n<li>Feature: added option to filter posts with child categories</li>\n<li><p>Feature: added option to include only products on sale</p></li>\n<li><p>Fix: fixed no widget shown in some cases</p></li>\n<li>Fix: fixed woocommerce prices placeholders prefix</li>\n</ul>\n\n<p>version 1.4.54 - 2020-11-13 =</p>\n\n<ul>\n<li>Update: updated freemius sdk to newest version</li>\n<li>Fix: fixed comma saparated selector</li>\n</ul>\n\n<p>version 1.4.53 - 2020-11-09 =</p>\n\n<ul>\n<li>Feature: added background widgets and section backgrounds</li>\n<li>Change: removed global colors from template export</li>\n<li>Fix: fixed bug with regular and sale price in woocommerce</li>\n</ul>\n\n<p>version 1.4.52 - 2020-11-06 =</p>\n\n<p>Fix: fixed bug with regular and sale price in woocommerce</p>\n\n<p>version 1.4.51 - 2020-11-04 =</p>\n\n<ul>\n<li>Feature: added svg output in icon library attribute</li>\n<li>Feature: added woocommerce checkbox to post list</li>\n<li>Feature: added product out of stock filter for product selection</li>\n<li>Feature: added discount_percent field in post list attribute woocommerce product type</li>\n<li>Feature: added woocommerce post list order by price option</li>\n<li>Fix: fixed woocommerce category in post list attribute</li>\n</ul>\n\n<p>version 1.4.50 - 2020-10-21 =</p>\n\n<ul>\n<li>Fix: removed display errors setting</li>\n</ul>\n\n<p>version 1.4.49 - 2020-10-12 =</p>\n\n<ul>\n<li>Fix: fixed small bug with non existing controls</li>\n<li>Fix: fixed general settings error when turning off plugin</li>\n</ul>\n\n<p>version 1.4.48 - 2020-10-12 =</p>\n\n<p>*Feature: added border attribute\n*Fix: page break in some versions of elementor\n*Fix: fixed bulk move attributes with categories\n*Fix: fixed default items image field not match</p>\n\n<p>version 1.4.47 - 2020-10-08 =</p>\n\n<ul>\n<li>Update: remove russian translation</li>\n<li>Feature: added function: get_items for twig</li>\n<li>Fix: fixed switch content and style tab</li>\n<li>Fix: fixed slider control tablet/mobile default value</li>\n<li>Fix: fixed non ordered widget categories</li>\n</ul>\n\n<p>version 1.4.46 - 2020-10-04 =</p>\n\n<ul>\n<li>Feature: added function put_items_json for js items output</li>\n<li>Fix: returned widgets from uncategorized category</li>\n</ul>\n\n<p>version 1.4.45 - 2020-10-04 =</p>\n\n<ul>\n<li>Fix: fixed template import with custom widgets</li>\n</ul>\n\n<p>version 1.4.44 - 2020-10-03 =</p>\n\n<ul>\n<li>Feature: added flexible content type attribute</li>\n<li>Optimize: reduced the number of db queries, dramatically increased load speed</li>\n</ul>\n\n<p>version 1.4.43 - 2020-09-22 =</p>\n\n<ul>\n<li>Feature: added option to group attributes into sections</li>\n<li>Feature: done instagram access token auto renew</li>\n<li>Feature: added \"selector\" to color picker attribute</li>\n<li>Fix: improved consolidate widgets option protection</li>\n<li>Fix: fixed select default widget images</li>\n<li>Fix: fixed default items in gallery item (image base fields)</li>\n<li>Fix: fixed image display in default item selector</li>\n<li>Fix: global colors was absent from color selection</li>\n</ul>\n\n<p>version 1.4.42 - 2020-08-06 =</p>\n\n<ul>\n<li>Feature: added option to get grouped woocomerce products</li>\n<li>Feature: added instagram connect to official API</li>\n<li>Feature: added function: getUserData(), added into \"twig code examples\" panel</li>\n<li>Feature: added \"printVar\" and \"showDebug\" functions \"twig code examples\" panel</li>\n<li>Feature: done \"login with instagram\" in general settings, and get data from instgram API</li>\n<li>Fix: sorted \"overwrite widgets\" issue on import</li>\n<li>Fix: fixed dropdown attribute when work with html data</li>\n</ul>\n\n<p>version 1.4.41 - 2020-06-18 =</p>\n\n<ul>\n<li>Feature: added additional controls to \"number\" attribute</li>\n<li>Feature: added \"exclude uncategorized category\" to woocommerce categories select </li>\n<li>Feature: added responsive controls to slider attribute</li>\n<li>Fix: fixed template type variable issues in elementor integration</li>\n<li>Fix: show pagination only when \"current query\" is available</li>\n<li>Fix: fixed select2 field min width in posts query</li>\n</ul>\n\n<p>version 1.4.40 - 2020-06-10 =</p>\n\n<ul>\n<li>Change: hided \"consolidate widgets\" general setting</li>\n<li>Feature: added \"show/hide wrapping html comments\" to general settings</li>\n<li>Fix: fixed export template filename</li>\n</ul>\n\n<p>version 1.4.39 - 2020-06-02 =</p>\n\n<ul>\n<li>Fix: fixed save widgets from editor with large config limitation.</li>\n<li>Fix: fixed export template with page settings bug.</li>\n<li>Fix: removed extra fields from items editor, leaved only supported fields</li>\n<li>Change: updated freemius SDK to latest version</li>\n</ul>\n\n<p>version 1.4.36 - 2020-05-21 =</p>\n\n<ul>\n<li>Feature: added support for pods panda repeater</li>\n<li>Fix: done some solution for max_execution_time issues when installing template</li>\n<li>Fix: fixed rtl on templates dialog popup</li>\n<li>Fix: corrected the naming near the \"number\" field</li>\n<li>Fix: cleared \"twig\" library from some not needed files.</li>\n<li>Change: removed \"image view\" file from framework.</li>\n</ul>\n\n<p>version 1.4.35 - 2020-05-11 =</p>\n\n<ul>\n<li>Feature: added term custom fields support</li>\n<li>Feature: added term meta fields support</li>\n<li>Change: moved composer vendor folder to plugin root</li>\n<li>Change: fixed empty templates list bug when \"show only installed widget\" checkbox checked</li>\n<li>Fix: sorted out some of the templates import bugs</li>\n</ul>\n\n<p>version 1.4.34 - 2020-05-06 =</p>\n\n<ul>\n<li>Fix: removed category ations from templates section</li>\n<li>Fix: show \"putPostMeta\" function even if no example post available</li>\n<li>Fix: fixed finally all the DB not installed issues on elementor and admin pages</li>\n</ul>\n\n<p>version 1.4.33 - 2020-05-03 =</p>\n\n<ul>\n<li>Fix: fixed double twig collision by another plugin</li>\n</ul>\n\n<p>version 1.4.32 - 2020-05-02 =</p>\n\n<ul>\n<li>Update: updated to newest twig 1.x version</li>\n<li>Fix: fixed no space between placeholders in php 7.4 bug</li>\n</ul>\n\n<p>version 1.4.31 - 2020-04-26 =</p>\n\n<p>*Fix: fixed dissapearing widget issue</p>\n\n<p>version 1.4.30 - 2020-04-23 =</p>\n\n<ul>\n<li>Fix: fixed couple of bugs related to templates</li>\n</ul>\n\n<p>version 1.4.29 - 2020-04-22 =</p>\n\n<ul>\n<li>Feature: released the templates catalog</li>\n</ul>\n\n<p>version 1.4.28 - 2020-04-10 =</p>\n\n<ul>\n<li>Feature: added woocommerce categories field</li>\n<li>Fix: fixed export / import with images feature</li>\n<li>Fug: fixed error message on front on some cases when the db tables not installed yet.</li>\n</ul>\n\n<p>version 1.4.27 - 2020-04-01 =</p>\n\n<p>Fix: fixed widget default icon in manager\nFeature: added \"getPostMeta, putPostMeta, printPostMeta\" functions\nFeature: added \"getPostData\" function for acf related posts, that get\'s all the data from the related post including custom fields</p>\n\n<p>version 1.4.26 - 2020-03-28 =</p>\n\n<ul>\n<li>Change: changed to new api address</li>\n<li>Fix: fixed links not included bug in theme builder posts</li>\n<li>Fix: fixed link to buy pro version</li>\n<li>Fix: fixed free version remain activated bug</li>\n<li>Fix: simpleXML validation made the site down</li>\n</ul>\n\n<p>version 1.4.25 - 2020-03-09 =</p>\n\n<ul>\n<li>Feature: added \"responsive controls\" to margin and padding setting</li>\n<li>Feature: made \"refresh catalog\" button</li>\n<li>Feature: added \"num_items\" variable to the widget editor</li>\n<li>Change: removed the \"default fonts\" from widget defaults screen</li>\n<li>Fix: fixed some php bug in \"implode\" function</li>\n<li>Fix: fixed posts from sub categories in post list</li>\n</ul>\n\n<p>version 1.4.24 - 2020-02-14 =</p>\n\n<ul>\n<li>Feature: made \"export with images\" option in templates</li>\n<li>Fix: fixed import category widgets</li>\n<li>Fix: fixed icon html output placeholder</li>\n</ul>\n\n<p>version 1.4.23 - 2020-02-02 =</p>\n\n<ul>\n<li>Feature: improved the slider attribute</li>\n<li>Feature: added \"menu\" attribute</li>\n</ul>\n\n<p>version 1.4.22 - 2020-01-28 =</p>\n\n<ul>\n<li>Feature: added woo currency symbol</li>\n<li>Feature: added woo add to cart button</li>\n<li>Feature: added slider attribute</li>\n<li>Widget: logo grid</li>\n<li>Widget: logo carousel</li>\n<li>Widget: logo marquee</li>\n<li>Widget: image tooltip</li>\n<li>Widget: content toggle</li>\n<li>Widget: circle number</li>\n<li>Widget: post list</li>\n</ul>\n\n<p>version 1.4.21 - 2020-01-22 =</p>\n\n<ul>\n<li>Feature: added users attribute</li>\n<li>Feature: done multiple post type selector</li>\n<li>Feature: added background attribute</li>\n<li>Feature: added icon library html output</li>\n<li>Feature: added woo commerce support in posts list</li>\n<li>Bug fix: fixed icons not shown bug in widget settings</li>\n</ul>\n\n<p>version 1.4.20 - 2020-01-15 =</p>\n\n<ul>\n<li>Bug fix: fixed font awesome icon output</li>\n<li>Bug fix: fixed instagram not loading bug</li>\n<li>Change: updated font awesome css version</li>\n<li>Change: changed the way that instagram was loaded on the page</li>\n</ul>\n\n<p>version 1.4.19 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added filter by slug to terms attribute</li>\n<li>Feature: changed repeater items titles to the ones from \"title\" field instead of \"Item1\", \"Item2\" etc.</li>\n<li>Feature: added automated styling for date field, added \"ucdate\" filter for that.</li>\n<li>Feature: done functionality for display post author</li>\n<li>Change: changed the font awesome attribute to fa5</li>\n<li>Change: added strip html tags from truncate function</li>\n</ul>\n\n<p>version 1.4.18 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added all image sizes to posts</li>\n<li>Feature: added \"putPostTerms\" function to posts</li>\n<li>Feature: added wpautop filter to twig</li>\n<li>Feature: added option for custom twig PHP functinoality for PRO version</li>\n<li>Feature: hide \"edit widget html\" button for user that don\'t have capability to see the plugin </li>\n<li>Feature: added wpml compatablity</li>\n<li>Feature: added related posts in posts list</li>\n<li>Feature: added padding and margin controls (pro)</li>\n<li>Bug Fix: fixed pagination output</li>\n</ul>\n\n<p>version 1.4.17 - 2019-12-12 =</p>\n\n<ul>\n<li>Change: changed to more flexible catalog api</li>\n</ul>\n\n<p>version 1.4.16 - 2019-08-12 =</p>\n\n<ul>\n<li>Feature: added post query relation (and, or) chooser</li>\n<li>Change: update to freemius sdk 2.3.1</li>\n<li>Feature: added \"trancate\" filter</li>\n<li>Fix: fixed editor permissions PHP Error</li>\n</ul>\n\n<p>version 1.4.15 - 2019-19-11 =</p>\n\n<ul>\n<li>Change: remove the old deprecated codecanyon activation</li>\n<li>Fix: fixed bug when both plugins are installed together</li>\n<li>Fix: fixed empty widget content when put a lot of content in the widget html/js</li>\n<li>Feature: added option for fonts for post list for intro and content</li>\n<li>Feature: added custom filter query ID in posts list query (pro)</li>\n<li>Feature: added labels to typography fields</li>\n<li>Feature: added description option for elementor controls</li>\n<li>Feature: added option to add help links to widgets from the widget editor</li>\n</ul>\n\n<p>version 1.4.14 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed js not included bug</li>\n</ul>\n\n<p>version 1.4.13 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed terms attribute selector bugs in elementor</li>\n<li>Fix: fixed post selection was not showing post types without taxonomies</li>\n<li>Fix: fixed rtl visibility issues in admin</li>\n</ul>\n\n<p>version 1.4.12 - 2019-15-10 =</p>\n\n<ul>\n<li>Feature: added exclude posts by current post</li>\n<li>Feature: added post category addition custom taxonomy support</li>\n<li>Fix: fixed some bug in post list selector elementor</li>\n</ul>\n\n<p>version 1.4.11 - 2019-07-10 =</p>\n\n<p>*Feature: added link param html attributes placeholder\n*Feature: added category link to post list params\n*Fix: fixed post list category not displayed bug</p>\n\n<p>version 1.4.10 - 2019-28-9 =</p>\n\n<p>-bug fix: added some front end protection against db not installed bug\n* Feature(pro): added do_action for custom wp actions run\n* Feature(pro): added apply_filters for custom wp actions run\n-bug fix: fixed export widget with assets path\n-change: added instructions to download pro version.</p>\n\n<h4>1.4.7 - 2019-18-9</h4>\n\n<p>*Fix: fixed post category selection in post list</p>\n\n<h4>1.4.6 - 2019-18-9</h4>\n\n<p>*Fix: fixed dynamic items in repeater</p>\n\n<h4>1.4.6 - 2019-11-9</h4>\n\n<p>*Fix: fixed admin body class external\n*Feature: make support for post categories list\n*Feature(pro) - made taxonomies list attribute\n*Fix: fixed current posts fetch in archive type</p>\n\n<h4>1.4.5 - 2019-19-8</h4>\n\n<p>*Change: improved widgets manager design</p>\n\n<h4>1.4.3 - 2019-25-7</h4>\n\n<p>*Change: updated the activation link from plugins\n*Change: small UI improvements</p>\n\n<h4>1.4.2 - 2019-24-7</h4>\n\n<p>*Feature: add post category to dynamic fields\n*Feature: added toolset integration</p>\n\n<h4>1.4.1 - 2019-8-7</h4>\n\n<p>*Feature: added search widget\n*Feature: the plugin is now fully translatable, added russian translation</p>\n\n<h4>1.4 - 2019-8-7</h4>\n\n<p>*Change: moved to new payment system (freemius), changed pricing plans</p>\n\n<h4>1.3.39 - 2019-2-7</h4>\n\n<p>*Feature: add alt tags to image attribute\n*Feature: add automatic name from title on add attribute\n*Feature: redesign categories</p>\n\n<p>*Fix: removed autop filter change code from front end\n*Fix: allow to import widget when stand on category from catalog\n*Fix: fixed instagram widgets typography bug</p>\n\n<h4>1.3.38 - 2019-30-6</h4>\n\n<p>*Feature: added code examples / js snippets\n*Feature: added widget preview</p>\n\n<h4>1.3.37 - 2019-23-6</h4>\n\n<p>*Feature: add support for archive pages\n*Feature: added archive pages pagination\n*Change: changed fonts design controls</p>\n\n<h4>1.3.36 - 2019-20-6</h4>\n\n<p>*Fix: fixed multiple similar js includes in one page</p>\n\n<h4>1.3.35 - 2019-20-6</h4>\n\n<p>*Feature: add support for acf gallery field</p>\n\n<h4>1.3.34 - 2019-13-6</h4>\n\n<ul>\n<li>Feature: improved the post list filtering and ordering</li>\n</ul>\n\n<h4>1.3.33 - 2019-12-6</h4>\n\n<ul>\n<li>Feature: added ordering posts by meta value</li>\n<li>Fix: fixed site crash by db error</li>\n</ul>\n\n<h4>1.3.32 - 2019-11-6</h4>\n\n<ul>\n<li>Fix: fixed pods together with acf fileds</li>\n<li>Fix: added all categories to post list</li>\n</ul>\n\n<h4>1.3.31 - 2019-10-6</h4>\n\n<ul>\n<li>Feature: added link attribute</li>\n</ul>\n\n<h4>1.3.30 - 2019-06-6</h4>\n\n<ul>\n<li>Feature: made PODS integration</li>\n</ul>\n\n<h4>1.3.29 - 2019-06-5</h4>\n\n<ul>\n<li>Feature: added set widget icon functionality, with presence in catalog</li>\n<li>Feature: added preview widget button from the catalog</li>\n</ul>\n\n<h4>1.3.28 - 2019-06-3</h4>\n\n<ul>\n<li>Feature: made plugin translatable</li>\n</ul>\n\n<h4>1.3.27 - 2019-06-2</h4>\n\n<ul>\n<li>Fix: fixed font override attribute bug</li>\n</ul>\n\n<h4>1.3.26 - 2019-05-30</h4>\n\n<ul>\n<li>Feature: added typography attribute</li>\n</ul>\n\n<h4>1.3.25 - 2019-05-29</h4>\n\n<ul>\n<li>Tweak: added support for dynamic params in image field</li>\n</ul>\n\n<h4>1.3.24 - 2019-05-29</h4>\n\n<ul>\n<li>Fix: Fix dynamic field</li>\n<li>Tweak: Added message when adding an empty repeater from custom fields</li>\n</ul>\n\n<h4>1.3.23 - 2019-05-01</h4>\n\n<ul>\n<li>Feature: Added dynamic fields to all text controls</li>\n<li>Feature: Added \"edit html\" button to all widgets</li>\n<li>Fix: Fixed consolidated addons render bugs</li>\n</ul>\n\n<h4>1.3.22 - 2019-04-25</h4>\n\n<ul>\n<li>Feature: Made all acf fields integration including the pro like repeater and clone</li>\n</ul>\n\n<h4>1.3.21 - 2019-04-20</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.20 - 2019-04-15</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.19 - 2019-04-10</h4>\n\n<ul>\n<li>Feature: Done all acf fields</li>\n</ul>\n\n<h4>1.3.18 - 2019-04-05</h4>\n\n<ul>\n<li>Change: Update post child vars when change post</li>\n</ul>\n\n<h4>1.3.17 - 2019-04-01</h4>\n\n<ul>\n<li>Change: Add dynamic fields to addon editor</li>\n</ul>\n\n<h4>1.3.16 - 2019-03-30</h4>\n\n<ul>\n<li>Fix: Fixed the switchers </li>\n<li>Fix: Fixed the upload file</li>\n<li>Fix: Fixed checkbox in assets tab</li>\n</ul>\n\n<h4>1.3.15 - 2019-03-25</h4>\n\n<ul>\n<li>Fix: Fixed visual bugs</li>\n<li>Fix: Fixed radio boolean attribute (switcher)</li>\n</ul>\n\n<h4>1.3.14 - 2019-03-20</h4>\n\n<ul>\n<li>Fix: Fixed addon assets tab bugs</li>\n</ul>\n\n<h4>1.3.13 - 2019-03-15</h4>\n\n<ul>\n<li>Feature: Done export/import template with addons</li>\n</ul>\n\n<h4>1.3.12 - 2019-03-10</h4>\n\n<ul>\n<li>Feature: Added fedback on deactivate</li>\n</ul>\n\n<h4>1.3.11 - 2019-03-05</h4>\n\n<ul>\n<li>Fix: Fixed export import layout stuff</li>\n</ul>\n\n<h4>1.3.10 - 2019-03-01</h4>\n\n<ul>\n<li>Fix: Fixed assets tab issues</li>\n<li>Fix: Fixed post to articles category rename on install</li>\n</ul>\n\n<h4>1.3.09 - 2019-02-28</h4>\n\n<ul>\n<li>Fix: Fixed test addon jquery include</li>\n<li>Change: Added purchase link to license page</li>\n</ul>\n\n<h4>1.3.08 - 2019-02-25</h4>\n\n<ul>\n<li>Fix: Fixed settings text output</li>\n</ul>\n\n<h4>1.3.07 - 2019-02-20</h4>\n\n<ul>\n<li>Fix: Fixed font manager bug</li>\n</ul>\n\n<h4>1.3.06 - 2019-02-15</h4>\n\n<ul>\n<li>Fix: Fixed taxonomy issues</li>\n</ul>\n\n<h4>1.3.05 - 2019-02-10</h4>\n\n<ul>\n<li>Fix: Fixed add addon functionality</li>\n</ul>\n\n<h4>1.3.04 - 2019-02-05</h4>\n\n<ul>\n<li>Improvment: Improved post types category selection</li>\n</ul>\n\n<h4>1.3.03 - 2019-02-01</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.02 - 2019-01-30</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.01 - 2019-01-25</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.2.01 - 2019-01-20</h4>\n\n<ul>\n<li>Fix: Fixed js in editor when addins widget</li>\n</ul>\n\n<h4>1.2.00 - 2019-01-15</h4>\n\n<ul>\n<li>Feature: Pro version with a catalog</li>\n</ul>\n\n<h4>1.0.11 - 2019-01-10</h4>\n\n<ul>\n<li>Fix: Fixed some wordpress galleries related bug</li>\n</ul>\n\n<h4>1.0.10 - 2019-01-05</h4>\n\n<ul>\n<li>Fix: Fixed export category</li>\n</ul>\n\n<h4>1.0.09 - 2019-01-01</h4>\n\n<ul>\n<li>Change: Made global setting for consolidata addons or not</li>\n<li>Change: Updated some memory text in general settings</li>\n</ul>\n\n<h4>1.0.08 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed all notices related bugs</li>\n</ul>\n\n<h4>1.0.07 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed with default data types</li>\n</ul>\n\n<h4>1.0.06 - 2018-12-25</h4>\n\n<ul>\n<li>Fix: Fixed js includes consolidated</li>\n</ul>\n\n<h4>1.0.05 - 2018-12-20</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.04 - 2018-12-15</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.03 - 2018-12-10</h4>\n\n<ul>\n<li>Fix: Fixed empty category issues</li>\n</ul>\n\n<h4>1.0.02 - 2018-12-05</h4>\n\n<ul>\n<li>Fix: Fixed bug with some unit values in render output</li>\n</ul>\n\n<h4>1.0.00 - 2018-12-01</h4>\n\n<ul>\n<li>Release: First plugin release</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:7:\"1.5.109\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/73171.zip?is_premium=true&authorization=FSLA+14440533%3Aqx3EpkZ19d6X-MPu7p-HKZrqJjG6sZdb0-S6pn5rFU4vmvj4lD69JCDlOn3i9F_hSeoJekTfPcybrm_US-FOlZ6woiYdHcV8TnhBPbaXqpsh_vNEcnKpmq7rLzWz9yGxUocDxFskZEZTlAkzYXnHxgzlKRB1bY5qPSj7CSQHR3i42pmqYZtRKRgWtpSvKY9IUXobAVDAL0kS3gtj08GngjdAAV6UQsRI1MF0lLsMUCMGyW7UE1B9E1x5bD2MuHGrNVXwCzQLHmGXXbT0ewjiZQ\";}}s:7:\"created\";i:1717052547;s:9:\"timestamp\";i:1717056147;}s:92:\"get:/v1/installs/14440533/updates/latest.json?is_premium=true&newer_than=1.5.109&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:7:\"1.5.110\";s:11:\"sdk_version\";s:5:\"2.7.2\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:5:\"6.5.3\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:35022;s:2:\"id\";s:5:\"73361\";s:7:\"created\";s:19:\"2024-06-04 09:39:48\";s:7:\"updated\";s:19:\"2024-06-05 06:54:57\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/73361.zip?is_premium=true&authorization=FSLA+14440533%3AzRXCThUIHpWY8XdayDutDi1UjIzSpxFcTFKsmA4ZzmI5boWarcuVPSFn9xF4UiPe4AMpIsxCLqW6fME9cI-c6F1bmeiagCHFZDR9YLRRPxHsFOEd6GwVVqStzIDV9rFa5DxhxGJWU13AITUbIs7rqYSUXaM6rL7R1CrGIANMMpiWCg1ojyLSaZMA7GAPyLkYfPjHCo5lOIKc3Mxxe1yGFvX6wpJppS0FW_zr-OXfVV4PyZxQxIGqtQdavDX2G6G-k5uLWJosOKQeeNvP4tldlA\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:66:\"Unlimited Elements For Elementor (Free Widgets, Addons, Templates)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"tags\";O:8:\"stdClass\":6:{s:9:\"elementor\";s:9:\"elementor\";s:8:\"elements\";s:8:\"elements\";s:6:\"addons\";s:6:\"addons\";s:16:\"elementor addons\";s:16:\"elementor addons\";s:16:\"elementor widget\";s:16:\"elementor widget\";s:12:\"page builder\";s:12:\"page builder\";}s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";N;s:6:\"tested\";s:5:\"6.5.3\";s:10:\"stable_tag\";s:3:\"1.0\";s:8:\"sections\";O:8:\"stdClass\":4:{s:11:\"description\";s:7190:\"<p><strong>Elementor</strong> users, elevate your web design experience with <strong>Unlimited Elements for Elementor</strong>. An all in one plugin that instantly gives you the most advanced widgets and tools to make better Elementor websites faster. Take your WordPress website to the next level.</p>\n\n<p><a href=\"https://unlimited-elements.com/elementor-widgets/\">View Elementor Widgets Demos</a>\n<br>\nBrowse our extensive collection of free widgets or upgrade to our pro version for access to over 200 additional unique drag and drop widgets for <strong>Elementor</strong>. Each widget provides a wide range of options to easily control every aspect. If you can\'t find what you need, our <strong>Widget Creator</strong> Framework empowers you to create any widget you can imagine.</p>\n\n<h3>Plugin Features</h3>\n\n<ul>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Widget Library</strong></a> – Enhance the popular Elementor page builder with our user-friendly and innovative widget library. Simplify your website by finding everything you need in one place, without the need for multiple plugins.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/widget-creator/\"><strong>Widget Creator</strong></a> – Save valuable time by eliminating the need to search for numerous plugins and add-ons. Instead, create customized, professional widgets that perfectly align with your website requirements.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-templates/\"><strong>Elementor Templates</strong></a> – Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/loop-builder-for-elementor/\"><strong>Loop Builder</strong></a> – Easily create dynamic Loop Items within the Elementor Theme Builder by utilizing any loop widget layout of your preference. Effortlessly populate the chosen widget with dynamic content to craft versatile and engaging Loop Items.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/background-widgets-for-elementor/\"><strong>Background Widgets</strong></a> – Elevate your web designs instantly with our user-friendly animated backgrounds available in our extensive widget library. Experience seamless integration and unleash your creativity like never before.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/post-widgets-filters-tools/\"><strong>Post Widgets & Filters</strong></a> – Easily create stunning post layouts with real-time filters. Improve the browsing experience for website visitors by helping them find the content they\'re looking for. Effortlessly display posts using advanced criteria on your entire website.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/woo/\"><strong>WooCommerce Widgets & Filters</strong></a> – Create stunning product layouts with dynamic real-time filters. Showcase your products and categories in a wide array of interactive formats, such as grids, carousels, sliders, and more.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/remote-control-widgets/\"><strong>Woo Widgets & Filters</strong></a> – Unleash your creativity with advanced and customizable layouts. Take full control of your designs and make them truly unique using the remote controls. Stand out from the crowd with layouts that are both eye-catching and distinctive.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/sync-widgets/\"><strong>Sync Between Widgets</strong></a> – Elevate your web designs to new heights by seamlessly synchronizing multiple item-based widgets. This powerful feature empowers you to effortlessly create intricate and personalized layouts, taking your designs to the next level of sophistication.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source-galleries/\"><strong>Multi-Source Galleries</strong></a> – Empower your gallery showcase by effortlessly featuring Woo products, WordPress posts, Instagram feeds, and a variety of other sources, including various API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/live-copy-paste/\"><strong>Live Copy Paste</strong></a> – Copy and paste fully designed sections from the Unlimited Elements website directly to your website, saving you time and ensuring you can finish your web project as soon as possible.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-menu-widget-for-elementor/\"><strong>Mega Menu Builder</strong></a> – Easily craft a distinctive Mega Menu for your website navigation by incorporating images, icons, links, and various Elementor widgets into unique menu layouts.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-slider-widget-for-elementor/\"><strong>Mega Slider Builder</strong></a> – Easily turn any Elementor sections into slider slides. Now you can amaze your website visitors with jaw-dropping slider designs that look amazing on any device.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source/\"><strong>Multi-Source Widgets</strong></a> – Add content dynamically to item-based widgets effortlessly with support for ACF repeaters, JSON/CSV files, Woo Products, WordPress posts, users, menus, and a range of API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/dynamic-post-popup-widget-for-elementor/\"><strong>Dynamic Popup Builder</strong></a> – Dynamically create a popup to add a quick view of the post without leaving the page. Use an Elementor single post template to create the layout of the dynamic popup.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/form-builder/\"><strong>Elementor Form Builder</strong></a> – Build advanced forms effortlessly using the drag-and-drop form builder. Whether it’s a simple or complex form, our straightforward form widgets make it quick and easy to create forms, improving your workflow.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/calculators/\"><strong>Calculator Builder</strong></a> – Easily design professional calculators for any type of industry. Whether you need a loan calculator, mortgage calculator or business calculator, our powerful and intuitive drag and drop builder makes it easy to create complex calculators with ease.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/filters/\"><strong>Elementor Filter Widgets</strong></a> – Unlock the potential of the AJAX-based faceted filter system, seamlessly empowering you to craft diverse layouts with ease. Take control by applying multiple filters, ensuring a super-fast and dynamic filtering experience tailored to your website needs.</p></li>\n</ul>\";s:12:\"installation\";s:521:\"<p>Note : This plugin works with Elementor. Make sure you have <a href=\"https://wordpress.org/plugins/elementor/\">Elementor</a> installed.</p>\n\n<ol>\n<li>Upload the plugin folder to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress</li>\n<li>Navigate to Unlimited Elements in the WordPress side menu and install the widget you want by hovering over it and clicking install.</li>\n</ol>\";s:3:\"faq\";s:4218:\"<h4>Can I use the plugin without Elementor?</h4>\n\n<p>No. You cannot use the plugin without Elementor since it\'s an addon for Elementor.</p>\n\n<h4>Does the plugin work with any theme?</h4>\n\n<p>Absolutely! The plugin will work with any theme where Elementor works.</p>\n\n<h4>What if I update to the Premium version after using the Free version?</h4>\n\n<p>Your existing elements/content will work with the premium version. So you won’t lose your any of your hard work.</p>\n\n<h4>Can I get a refund?</h4>\n\n<p>If you are not happy with your purchase at anytime just contact us and we will refund 100% of your money no questions asked.</p>\n\n<h4>Do you offer a renewals discount?</h4>\n\n<p>Yes, you get 25% discount for all annual plan automatic renewals. The renewal price will never be increased so long as the subscription is not cancelled.</p>\n\n<h4>How do I install and activate the \'Unlimited Elements for Elementor\' plugin on WordPress?</h4>\n\n<p>To install the \'Unlimited Elements\' plugin on your WordPress site, access your WordPress Dashboard and go to Plugins -> Add New. In the search box, enter \'Unlimited Elements.\' Locate the plugin in the search results and click on the \'Install Now\' button. Once the installation is finished, click on the \'Activate\' button, and \'Unlimited Elements for Elementor\' will be successfully activated on your WordPress site.</p>\n\n<h4>Do I need to know code to use Unlimited Elements?</h4>\n\n<p>No, you do not need to know code to leverage the widgets and other tools provided by the Unlimited Elements plugin. It is designed to be user-friendly, allowing you to enhance your Elementor experience without any coding expertise. However, for users familiar with code, the plugin offers the added advantage of a widget creator, enabling the creation of custom Elementor widgets for a more tailored and advanced design experience.</p>\n\n<h4>Is my site secure with Unlimited Elements?</h4>\n\n<p>Yes, Unlimited Elements is a secure plugin. The plugin is regularly updated to adhere to common security standards, ensuring a secure environment for your website.</p>\n\n<h4>What types of filters does Unlimited Elements provide?</h4>\n\n<p>Unlimited Elements offers a variety of filter types, including search filters, dropdowns, tabs filters, checkboxes filters, and WooCommerce-related filters, providing a diverse range of options for dynamic and versatile website filtering.</p>\n\n<h4>Are the filters compatible with any post type or WooCommerce products?</h4>\n\n<p>Yes, all the filters provided by Unlimited Elements are live Ajax filters, ensuring dynamic and seamless filtering experiences. They are compatible with any post type, including custom post types, and WooCommerce products, offering versatile functionality for a wide range of content on your website. Utilize specific WooCommerce filters to enhance the shopping experience for your customers, such as the price range slider filter and color swatches filter for products with different colors.</p>\n\n<h4>Can I use Unlimited Elements to display custom post types in my widgets?</h4>\n\n<p>Yes, Unlimited Elements supports showcasing custom post types with advanced query selection and seamless connection to any filter from the UE library. This allows for tailored and dynamic content presentation on your website using the plugin\'s versatile features.</p>\n\n<h4>What are multi-source widgets in Unlimited Elements?</h4>\n\n<p>Multi-source widgets in Unlimited Elements enable the population of item-based widgets with various dynamic source types. These widgets can be populated using sources like ACF repeater fields, WooCommerce products, custom post types, Instagram feeds, and various API integrations. This versatility allows for the seamless integration of diverse content into widgets, enhancing the flexibility and functionality of your website elements.</p>\n\n<h4>Should I use Remote Control Widgets or the Sync Widgets function in Unlimited Elements?</h4>\n\n<p>The choice depends on your design preferences. If you want complete control, go for Remote Control Widgets. For synchronized layouts, choose Sync Widgets. They can also be used together for even more powerful customization options in Unlimited Elements.</p>\";s:9:\"changelog\";s:148980:\"<p>version 1.5.110: 2024-06-04</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Fix: remote arrows was sendin next/prev commands twice</li>\n<li>Fix: fix some password protected content related security issue</li>\n<li>Fix: fix some sql security small issue </li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Email Field (Pro) - Added Asterisk Size option, allowing customization of asterisk size for better design flexibility and emphasis.</li>\n<li>Feature: Phone Field (Pro) - Added Asterisk Size option, allowing customization of asterisk size for better design flexibility and emphasis.</li>\n<li>Feature: Event List (Pro) - Added Timezone option, ensuring that expired and upcoming events are counted according to the specified timezone for accurate event scheduling and display.</li>\n<li>Feature: Number Field (Pro) - Added \"Limit Number of Digits\" option, allowing users to restrict the number of digits displayed for better control and readability of numerical data.</li>\n<li>Feature: Phone Field (Pro) - Added \"Limit Number of Digits\" option, allowing users to restrict the number of digits displayed for better control and readability of numerical data.</li>\n<li>Feature: Transparent Split Hero (Free) - Added options to enable or disable widget contents like title, subtitle, etc., and introduced an option to add an image or logo for greater customization and flexibility.</li>\n<li>Feature: Unlimited Charts (Pro) - Added Line Chart Background Color option, allowing customization of the background color for line charts to enhance visual appeal.</li>\n<li>Fix: Submit Button (Free) - Added validation function for the phone field to ensure correct email format and improve data accuracy.</li>\n<li>Fix: Mega Menu (Pro) - Added fix for layout issue that sometimes occurs after page load, ensuring consistent and stable page rendering.</li>\n<li>Fix: Post Carousel (Pro) - Set padding to 0 in Nav Dots to avoid default CSS overrides, ensuring consistent and desired styling.</li>\n<li>Fix: Semi Circle Progress Bar (Pro) - Added support for Mega Slider widget, enabling the creation and display of Semi Circle Progress Bar widget in interactive sliders for enhanced content presentation.</li>\n<li>Fix: Floating Chat Buttons (Pro) - Fixed Pulse Animation Grabber Type issue, ensuring correct animation behavior and improved visual effects.</li>\n<li>Fix: Content Tabs (Free) - Added a small delay before widget initialization to ensure the Content Tabs widget works properly within other widgets, improving overall functionality and integration.</li>\n<li>Fix: Remote Tabs (Pro) - Changed selector for padding option to resolve issue where link was not clicked when tab was clicked, improving click response accuracy.</li>\n</ul>\n\n<p>version 1.5.109: 2024-05-29</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to get page views of some post using WPP plugin</li>\n<li>Feature: added option for \"show db tables\" in troubleshooting</li>\n<li>Fix: fixed form editor form validation, excluded placeholders</li>\n<li>Fix: fixed get filters based on wpml language with post count</li>\n<li>Fix: Fixed some remote connection code items click code</li>\n<li>Fix: Fixed clear all filters button not working bug</li>\n<li>Fix: fixed multisource acf repeater checkboxes type get</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Email Field (Pro) - Added validation function for the email field to ensure correct email format and improve data accuracy.</li>\n<li>Feature: Number Field (Pro) - Introduced the \"Disable Calculation in Editor\" debug option to prevent the page from crashing or becoming unresponsive when multiple fields are set to calculation mode, enhancing stability during editing.</li>\n<li>Feature: AJAX Search (Pro) - Added Show Post Image option to enable or disable the display of images in posts, providing more control over post appearance</li>\n<li>Feature: Submit Button (Free) - Added validation function for the email field to ensure correct email format and improve data accuracy.</li>\n<li>Feature: Team Member Card (Free) - Added Icon Size Inner option to adjust the height of the icon itself, providing more precise control over icon dimensions.</li>\n<li>Feature: Slider Field (Pro) - Added Accent Color option to highlight changing value of Slider Field widget.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added option to open images in Lightbox, enhancing the viewing experience with a full-screen display of images.</li>\n<li>Change: Expanding Content Cards (Pro) - Added title as CSS ID for Widgets Items to allow using them as anchors.</li>\n<li>Fix: Mega Menu (Pro) - Fixed issue where the Clickable Link option was disabled but the link was still added, ensuring links are only added when the option is enabled</li>\n<li>Fix: Icon Accordion (Pro) - Fixed issue where Override Color Options were not working, ensuring color customizations are applied correctly.</li>\n<li>Fix: Fullscreen Menu (Free) - Fixed issue where menu wasn\'t opening, ensuring proper functionality and user access.</li>\n<li>Fix: Expanding Content Cards (Pro) - Resolved issue where CSS filters were not working in Safari browser, ensuring consistent styling across all browsers.</li>\n<li>Fix: Block Quote Card (Free) - Fixed issue where reserved space was still taken up even when no icon was selected, ensuring proper layout and space utilization.</li>\n<li>Fix: Unfold Content (Pro) - Added support for carousel widgets, enabling enhanced content display through interactive sliding elements.</li>\n<li>Fix: Instagram Feed (Pro) - Added \'aria-label\' attribute to links to fix the \'Links do not have a discernible name\' error, improving accessibility and compliance with web standards.</li>\n<li>Fix: Woo Mini Cart (Pro) - Fixed issue where URL was changed after page load, ensuring stable and consistent URLs for better navigation and user experience.</li>\n<li>Fix: Age Verification (Pro) - Fixed issue where popup still opened even after cookie was set, ensuring popups respect cookie settings for user preferences.</li>\n</ul>\n\n<p>version 1.5.108: 2024-05-21</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: update freemius SDK to 2.7.2</li>\n<li>Fix: fixed bug with select filter and active filters widgets</li>\n<li>Fix: fixed bug with several main checkbox filters unselecting</li>\n<li>Fix: Fixed some small security issue</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: AJAX Search (Pro) - Added option to search by meta and by terms.</li>\n<li>Feature: Dark Mode (Free) - Introduced \'Do not affect SVG\' option to prevent SVG images from inverting when toggling dark mode, ensuring correct image display.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added Button Hover Animation option to enable animations when hovering over button, enhancing interactivity and visual appeal.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added Icon Position option, allowing users to customize the placement of icons for better design flexibility.</li>\n<li>Feature: Woo Product Grid (Pro) - Added \"Show Only Lowest Variable Price\" option to display only the lowest price for variable products, enhancing price visibility and simplicity for users.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Fixed Navigation Arrows functionality issue when Animation option was enabled, ensuring smooth and consistent navigation experience.</li>\n<li>Fix: Dynamic Popup Button (Pro) - Added suppot for Loop Carousel widget with enabled Loop option.</li>\n<li>Fix: Woo Mini Cart (Pro) - Fixed widgets behaviour for Shop pages when page name is different then default.</li>\n<li>Fix: Icon Tabs (Pro) - Provided a fix that ensures Icon Tabs widget changing Active Tab after click event.</li>\n<li>Fix: Unlimited Google Maps (Pro) - get it work on the template switcher</li>\n<li>Fix: Fullscreen Menu (Free) - Fixed issue where Menu widget wouldn\'t open properly when nested within sticky parent containers, ensuring smooth functionality and user experience.</li>\n</ul>\n\n<p>version 1.5.107: 2024-05-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added elementor dynamic options to api integrations</li>\n<li>Feature - added option to get images from current product variations for the dynamic gallery.</li>\n<li>Feature - added preperation for the enhanced ajax search</li>\n<li>Fix - fixed weird elementor no products on cart page bug</li>\n<li>Fix - fixed bug with faq schema output</li>\n<li>Fix - fixed general settings show items at start</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Event List (Pro) - Added \"Remove All Upcoming Events Except Next One\" functionality, facilitating the removal of all upcoming events except for the next scheduled event for streamlined event management.</li>\n<li>Feature: Animated Icon Box (Pro) - Added Description Opacity option to customize the opacity level of descriptions for enhanced visual aesthetics and readability.</li>\n<li>Feature: Underline Animated Button (Free) - Added Animation Move Amount option, enabling users to customize the amount of movement in animations for enhanced visual effects.</li>\n<li>Feature: Remote Tabs (Pro) - Added Item Min Height option for better customization; users can now set a minimum height for items displayed.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added the \"Show Load More Button Icon\" option to enhance interface; users can now customize the icon displayed for the load more button.</li>\n<li>Feature: Mega Menu (Pro) - Added a new functionality enabling \"Expand / Collapse Visible On\" option, allowing expansion or collapse of visibility based on specific criteria.</li>\n<li>Feature: Side Menu (Pro) - Added Menu Padding option. This new feature allows to add padding to the container of the Menu items.</li>\n<li>Feature: Woo Product Grid (Pro) - Made Content Padding, Category Label Spacing, and Title Spacing options responsive for improved adaptability across various screen sizes and devices.</li>\n<li>Feature: Icon Image Content Box (Free) - Implemented functionality to link Icon and Title to the same destination as the Image.</li>\n<li>Feature: Hotspots (Pro) - Implemented styling options for images. This new functionality allows users to customize the appearance of images within the widget, including options for adjusting borders, shadows, and other visual attributes.</li>\n<li>Feature: Team Member Grid (Pro) - Implemented \'Text Placement\' option. This new functionality allows users to customize the placement of text within the widget, providing greater control over the layout and design.</li>\n<li>Fix: Post Ticker (Free) - Fixed widgets behaviour for RTL websites.</li>\n<li>Fix: Post Timeline (Pro) - Resolved category name spelling issue in some cases. This fix ensures that category names are spelled correctly throughout the widget, improving accuracy and consistency in the display of category information.</li>\n<li>Fix: Team Member Grid (Pro) - Optimized HTML code of the widget. This optimization improves the efficiency and performance of the widgets by reducing unnecessary code and streamlining the structure for faster loading and rendering.</li>\n<li>Fix: Number Field (Pro) - Resolved issue when Min - Max range were violated and no error were shown.</li>\n<li>Fix: Dropdown Button (Pro) - Optimized widget\'s JS code. This fix ensures that widget works properly on mobile devices as well as on desktop.</li>\n<li>Fix: Expanding Content Cards (Pro) - Addressed CSS filter issue where it was displaying incorrectly on mobile devices, ensuring proper rendering and display consistency across all devices.</li>\n<li>Fix: Post Grid (Pro) - Fixed issue where Typography option was not functioning as expected, ensuring proper functionality and usability.</li>\n<li>Fix: Justified Image Carousel (Pro) - Fixed issue where width of images was incorrectly set in certain cases, ensuring proper display and functionality across all scenarios.</li>\n<li>Fix: Layers (Pro) - Resolved issue with the \"Item Shadow\" option. This fix ensures that the item shadow is applied correctly within the widget.</li>\n</ul>\n\n<p>version 1.5.106: 2024-05-12</p>\n\n<ul>\n<li>Fix - fixed some main/child roles checkbox filter issues</li>\n<li>Fix - fixed some bug with widget posts debug not showed full info</li>\n<li>Fix - fixed dissapearing gallery titles since last version.</li>\n</ul>\n\n<p>version 1.5.105: 2024-05-05</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Fix: fixed some filters and request related issue</li>\n<li>Fix: fixed specific post and terms select</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Mute Video\' option. This new functionality allows users to start videos muted within the widget, providing greater control over the audio playback and enhancing the user experience.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Checkboxes Filter (Pro) - Introduced \'Accordion as Dropdown\' option, allowing users to open the accordion as a dropdown when the layout is set to \'Accordion\', preventing layout shifting and improving user experience.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Event List (Pro) - Introduced \'Show End Time\' option, enabling users to show or hide the event end time for enhanced flexibility and customization.</li>\n<li>Feature: Animated Icon Box (Pro) - Introduced styling options for Icon and Divider, providing users with more customization choices for improved visual design.</li>\n<li>Feature: Taxonomy Terms (Pro) - Implemented styling options for 1st and 2nd level of Child Term Elements. This new functionality allows users to customize the appearance of Child Term Elements at different hierarchical levels, providing greater design flexibility and control.</li>\n<li>Feature: Content Carousel (Pro) - Implemented \'Image Border Radius\' option. This new functionality allows users to specify the border radius for images within the widget, enabling them to create rounded or custom-shaped images for a more visually appealing design.</li>\n<li>Feature: Coverflow Carousel (Pro) - Implemented \'Custom Navigation Arrows\' option. This new functionality allows users to customize the navigation arrows used within the widget, enabling them to use custom-designed arrows for a more personalized look and feel.</li>\n<li>Feature: One Page Scroll Navigation (Pro) - Enhanced widget flexibility to support other sections apart from the one with the tag <section>. This improvement expands compatibility with different section types, providing users with more options for integrating the widget into their website layouts.</li>\n<li>Change: Animated Icon Box (Pro) - Replaced old font edit option with new typography and color options for enhanced customization and design control.</li>\n<li>Change: Call To Action Button (Free) - Moved ripple \'Transition Timing\' from Button Icon to Button Icon tab and renamed it to \'Ripple Timing\' for improved organization and clarity.</li>\n</ul>\n\n<p>version 1.5.104: 2024-04-24</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added support for unselect items in sync functionality</li>\n<li>Feature: added feature - sort terms by parent -> children, and levels number class</li>\n<li>Fix: fixed some load more issue with dynamic template loop and post lists inside</li>\n<li>Fix: fixed woo category image not fetched bug</li>\n<li>Fix: fixed some cases of sticky elementor elements with filters</li>\n<li>Fix: fixed remote connection with single background parent and remote widget</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Neon Line Width\' option. This new functionality allows users to adjust the width of the neon line effect within the widget, providing finer control over its appearance and visual impact.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Shadow\' option. This new functionality allows users to add a shadow effect to buttons within the widget, enhancing their visual appearance and depth.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Background Color\' option. This new functionality allows users to customize the background color of buttons within the widget, enhancing visual design and customization possibilities.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Fix: Loop Carousel (Pro) - Corrected spelling mistakes and improved naming conventions, enhancing clarity and consistency.</li>\n<li>Fix: Flip Box (Free) - Resolved issue where links were not firing for the first click on the back of the Flip Box. This fix ensures that links behave as expected, allowing them to be clicked and activated reliably.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue where Content Tabs widget couldn\'t work with Icon Tabs widget on the same page. This fix ensures that both widgets can coexist and function properly together, allowing for seamless integration and improved user experience.</li>\n<li>Fix: Checkboxes Filter (Pro) - Enhanced Accordion Layout option for the Checkboxes Widget to improve script communication. This improvement optimizes the interaction between scripts, resulting in smoother operation and better performance of the widget.</li>\n<li>Fix: Loop Grid (Pro) - Implemented additional Masonry layout check to avoid items overlapping over each other. This enhancement ensures that items are properly positioned and do not overlap, maintaining a clean and organized layout within the widget.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Resolved issue where popups allowed opening links in new tabs while opening the popup. This fix ensures that links within popups behave consistently and do not inadvertently open in new tabs, providing a smoother user experience.</li>\n<li>Fix: Post Slider (Pro) - Addressed issue where post title typography settings were not applied, ensuring proper functionality and appearance.</li>\n<li>Fix: Flip Box (Free) - Corrected a typography mistake in options.</li>\n<li>Fix: Content Slider (Pro) - Resolved conflict caused between Elementor\'s Motion Effects and the widget due to the same animation library (animate.css), resolving CSS class conflict for smoother animation and functionality.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with Opening Item when Clickable Parent option is enabled.</li>\n<li>Fix: Side Menu (Pro) - Resolved issue where some icons were being reverted. This fix ensures that all icons remain consistent and do not revert unexpectedly.</li>\n<li>Fix: Rhombus Grid (Pro) - Increased CSS priority for \'Item Background Color Override\' option. This adjustment ensures that the specified background color takes precedence over other styles, providing consistent and reliable appearance for the widget items.</li>\n</ul>\n\n<p>version 1.5.103: 2024-04-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to add additional url attributes to post links</li>\n<li>Feature: improved woo category thumbnail image gether</li>\n<li>Feature: added option to unite gallery - strip_speed</li>\n<li>Fix: fixed some widgets editor enable visibility bug</li>\n<li>Fix: fixed entrance animation run if inside a viewport window</li>\n<li>Fix: fixed some security issues - escaping some fields output</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Dots\' option. This new functionality allows users to toggle the visibility of dots within the widget, providing greater control over navigation indicators.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Custom Icon\' option. This new functionality allows users to customize the appearance of checkboxes by providing custom icons, enhancing the visual presentation of checkboxes within the widget.</li>\n<li>Feature: Video Playlist (Pro) - Implemented \'Strip Navigation Speed\' option. This new functionality allows users to adjust the speed of navigation within the strip, providing finer control over the scrolling behavior.</li>\n<li>Feature: Expanding Content Cards (Pro) - Implemented \'Background Image Align\' option. This new functionality allows users to specify the alignment of the background image, providing greater control over its positioning within the element.</li>\n<li>Feature: Post Magazine Grid (Pro) - Implemented \'Meta Date Date Format\' option. This new functionality allows users to specify the date format for meta date display, providing customization options for date presentation.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Show Item Title in Lightbox\' option. This new functionality allows users to toggle the display of item titles within the lightbox, providing control over the visibility of titles for a better user experience.</li>\n<li>Feature: Search Filter (Pro) - Implemented \'Custom Links Ending\' option. This new functionality allows users to change links in the connected grid to highlight the search phrase.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Post Pagination (Free) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Content Switcher (Pro) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab Content Switcher for a smoother and more seamless user experience.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Show Field Name In Empty Field Error Message\' option. This new functionality allows users to include the field name in the empty field error message, providing clearer feedback to users when a required field is left blank.</li>\n<li>Feature: Side Menu (Pro) - Implemented \'Templates Width\' and \'Templates Horizontal Align\' options.</li>\n<li>Change: Unlimited Grid (Pro) - Changed \'Title Spacing\' option to \'Title Margin\'. This change allows users to add margin in all directions to the title, providing more granular control over its positioning within the widget.</li>\n<li>Fix: Content Box Hover Text Reveal (Free) - Resolved issue where Overlay Opacity option wasn\'t working on mobile devices. This fix ensures that the Overlay Opacity option functions correctly across all devices, providing consistent behavior and appearance.</li>\n<li>Fix: Multi Step Form (Pro) - Fixed Multi Step Error Message not showing when empty and required field was present on active step.</li>\n<li>Fix: Submit Button (Free) - Fixed Submit Button verification issue when fields with 0 value were parsed as empty.</li>\n<li>Fix: Slider Field (Pro) - Resolved issue where border radius for focus state differed from regular state. This fix ensures that the border radius remains consistent across different states.</li>\n<li>Fix: Icon Bullets (Free) - Fixed issue related to Hover Colors not being revealed after item hover.</li>\n<li>Fix: Team Member Sliding Effect (Pro) - Resolved issue related to global colors usage. This fix ensures that global colors are properly utilized throughout the widget, maintaining consistency and accuracy in color rendering.</li>\n<li>Fix: Post Magazine Grid (Pro) - Optimized widget HTML. This optimization improves the efficiency and performance of the widget by streamlining the HTML structure and reducing unnecessary code.</li>\n<li>Fix: Form Fields Widgets: Resolved vulnerability where scripts could be injected under certain widget attributes. This fix ensures that scripts are properly sanitized and prevented from being inserted into widget attributes, mitigating potential security risks.</li>\n</ul>\n\n<p>version 1.5.101: 2024-04-03</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added \"date time\" attribute to items attributes list</li>\n<li>Feature - made some integration for \"relevanssi\" plugin</li>\n<li>Feature - added woo rating stars to multisource fields</li>\n<li>Feature - added visual text that showing the form fields conditions</li>\n<li>Fix - fixed filters mode init mode</li>\n<li>Fix - fixed various filters related bugs</li>\n<li>Fix - fixed ucpage parameter fetch for pagination in archive page</li>\n<li>Fix - fixed gallery from meta field item source texts </li>\n<li>Fix - fixed some number field processing</li>\n<li>Fix - fixed multisep form with template submit</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Set First Item Selected\' option. This new functionality allows users to automatically select the first item in the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented \'Open Current Submenu On Page Load\' option. This new functionality allows users to automatically expand the current submenu on page load, providing immediate access to relevant content.</li>\n<li>Feature: Background Slider (Pro) - Introduced \'Add SEO Tags\' option, allowing users to include alt and title attributes for images for improved search engine optimization of the widget content.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Message Box After Send\" option, allowing automatic closure of the message box after clicking the send button for improved user experience and convenience.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Button After Click\" option, enabling automatic closure of the buttons after clicking any button, eliminating the need for manual closure for enhanced user convenience and interaction.</li>\n<li>Feature: Content Grid (Pro) - Implemented \'Description\' option. This new functionality allows users to add a description to the widget, providing additional context or instructions.</li>\n<li>Feature: SVG Animation (Free) - Optimized widget for Elementor Popup compatibility. This update ensures seamless integration and improved performance when using the widget within Elementor Popups.</li>\n<li>Feature: Animated Ripples (Pro) - Introduced \'Ripple Scale\' option, enabling users to control the size of the ripples for enhanced visual customization and effect.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Item Trigger type\' for Segment Layout type. This new functionality allows segments to be opened by hovering on them, providing users with an alternative interaction method.</li>\n<li>Feature: Line Text Divider (Free) - Added styling options including Line Thickness, Line Border Radius, Line Shadow, Text Typography, Background Color, Padding, Border, Border Radius, and Box Shadow for enhanced customization. Additionally, existing styling options have been improved for better optimization and user experience.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Grow Effect on Thumb Hover option. This new functionality allows users to enable the grow effect on thumbnail hover.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Hide Default Arrows option. This new functionality allows users to hide default arrows, providing enhanced customization of the widget\'s appearance and behavior.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Show Time Ago\' option. This new functionality allows users to display the time elapsed since a publish event, providing context and improving user engagement.</li>\n<li>Feature: Dropdown Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Empty Field Error Text\' option. This new functionality allows users to customize the error message displayed when a required field is left empty.</li>\n<li>Feature: Icon Bullets (Free) - Implemented \'Title Color Hover\' and \'Text Color Hover\' options. These new functionalities allow users to customize the color of titles and text when hovered over, providing enhanced interactivity and visual feedback.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Font Family\' option for Label X Axis and Y Axis. This new functionality allows users to customize the font family for labels displayed on the X and Y axes, providing enhanced typography control.</li>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Arrows\' option and updated Arrows styling options. This new functionality allows users to control the visibility of arrows and customize their styling, providing more flexibility in widget design and navigation.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Empty Message\' option. This new functionality allows users to display a custom message when no posts are found, providing better user feedback and enhancing the user experience.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Change: Checkboxes Filter (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.</li>\n<li>Change: Post Carousel (Pro) - Added \'alt\' and \'title\' attributes to the image for improved SEO optimization and accessibility.</li>\n<li>Change: Flip Box Carousel (Pro) - Changed some selectors in CSS to avoid empty items appearing on live page.</li>\n<li>Change: Underline Animated Button (Free) - Changed <section> tag to </li>\n</ul>\n\n<p><</p>\n\n<p>div>. This update improves the semantic structure of the widget, ensuring better compatibility with various screen readers and accessibility standards.\n* Change: Unlimited Charts (Pro) - Updated the animation option to trigger animation when the chart comes into view instead of upon initial load, improving user experience and visual appeal.\n* Change: Submit Button (Free) - Changed the position of Empty Field Errors to be grouped after the submit button. This update enhances the layout and organization of error messages, providing users with a clearer indication of missing information before submission.\n* Change: Post Blocks (Free) - Changed CSS selector for Typography option for better accessibility. This update improves the accessibility of the Typography option by using a more descriptive and accessible CSS selector.\n* Change: List Marquee (Pro) - Increased speed limit to 1000. This update enhances the speed capabilities of the widget, allowing for faster performance and smoother animations.\n* Change: Checkbox Field (Pro) - Increased accessibility by adding IDs to input elements and \"for\" attributes to label elements. This update improves accessibility by associating labels with their corresponding form controls, making it easier for screen readers and other assistive technologies to interpret and navigate the form.\n* Change: Masonry Gallery (Pro) - Implemented \'Autoplay Video In Lightbox\' option. This new functionality allows users to enable autoplay for videos displayed within the lightbox, providing a more dynamic and engaging viewing experience.\n* Change: WhatsApp Chat (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.\n* Fix: Number Field (Pro) - Implemented CSS protection from the max-width CSS property. This new functionality safeguards against unintended styling conflicts or overrides caused by the max-width property.\n* Fix: Fullscreen Menu (Free) - Addressed issue where the fullscreen menu was not displayed correctly in Safari browser.\n* Fix: Image Scroll (Pro) - Resolved 404 error appearing every time Overlay element was added on the page. This fix ensures that the Overlay element is loaded correctly without triggering a 404 error.</p>\n\n<p>version 1.5.100: 2024-03-17</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to connect the filters to some specific grid group</li>\n<li>Fix: fixed js run for background output not always happend</li>\n<li>Fix: filters was shown only related to grid taxonomies after changing to \"all\" </li>\n<li>Fix: returned some tiles gallery images that was missing</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: List (Free) - Implemented \'Open Link in New Tab\' option. This new functionality allows users to specify whether links should open in a new tab, providing flexibility in link behavior.</li>\n<li>Feature: Compact Gallery (Free) - Implemented \'Hide Thumbnail Panel Under Width\' option. This new functionality allows users to hide the thumbnail panel when the viewport width is below a specified threshold, optimizing the display for smaller screens.</li>\n<li>Feature: Select Dropdown Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Checkboxes Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Tabs Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Added \'Image Horizontal Shift\' option, allowing users to adjust the horizontal position of the image for enhanced customization and layout control.</li>\n</ul>\n\n<p>version 1.5.99: 2024-03-11</p>\n\n<ul>\n<li>Fix - updated multisource image fields</li>\n<li>Fix - fixed some small php bug with strtobool function</li>\n</ul>\n\n<p>version 1.5.98: 2024-03-05</p>\n\n<ul>\n<li>Fix Some small gutenberg related bug fix</li>\n</ul>\n\n<p>version 1.5.97: 2024-03-04</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Fix: allow showing authors name translated</li>\n<li>Change: updated font awesome version to 6</li>\n<li>Fix: done some link attribute security fix</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Accordion Menu (Pro) - Implemented \'Active State Color\' options for Sub Menu items. This new functionality allows users to customize the color of sub-menu items when they are in the active state, providing enhanced visual feedback.</li>\n<li>Feature: Content Slider (Pro) - Made \'Slide Margin\' option available for Full Slider Type and Offset Slider Type. This update expands the usability of the margin customization, allowing users to set margins between slides in both Full Slider and Offset Slider configurations.</li>\n<li>Feature: Icon Tabs (Pro) - Made \'Start Collapsed\' option responsive. This update ensures that the \'Start Collapsed\' behavior adjusts responsively, providing a consistent and user-friendly experience across various devices and screen sizes.</li>\n<li>Feature: Post Accordion (Free) - Introduced \'Expand All Accordion\' functionality, enabling users to expand all accordion items with a single click for improved content accessibility.</li>\n<li>Feature: Fullscreen Menu (Free) - Introduced option to customize the thickness of the animated hamburger icon bars, providing users with greater control over the visual appearance of the icon.</li>\n<li>Change: Coverflow Carousel (Pro) - Updated \'Button Link\' option: if empty, no link will be applied. This modification ensures that if the \'Button Link\' option is left empty, no link will be associated with the button within the widget.</li>\n<li>Fix: Product Carousel (Pro) - Optimized widget HTML code. This update enhances performance and efficiency by streamlining the HTML structure of the widget.</li>\n<li>Fix: Content Tabs (Free) - Improved widget interaction within an Elementor\'s popup. This update ensures a more seamless and optimized experience when utilizing the widget within a popup setting.</li>\n</ul>\n\n<p>version 1.5.96: 2024-02-26</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Feature: added option for time_ago_short in timelines that will show shorter version of minutes and hours text</li>\n<li>Feature: added defaults for weather widget</li>\n<li>Fix: fixed hourly weather fields</li>\n<li>Fix: fixed the import with images functionality</li>\n<li>Fix: set default timeout to remote requests</li>\n<li>Fix: fixed the image duplicate when importing templates</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Side Menu (Pro) - Implemented \'Menu Padding\' option. This new functionality allows users to set padding for the menu, providing control over the spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced a new value for \'Meta Data Position\' option called \'Before Title\'. This new functionality allows users to position meta data before the title, providing additional flexibility in content layout.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Stage Padding\' option. This new functionality allows users to set stage padding, displaying a part of the previous and next carousel items for a more visually appealing and dynamic presentation.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Selected Item Number\' option. This new functionality allows users to select a specific item by default, enhancing user experience by highlighting a predetermined item upon initialization.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option to display the image on the opposite side of the content for enhanced layout flexibility and customization.</li>\n<li>Feature: Thumbnail Slider (Pro) - Introduced \'Multi Source\' option, enabling users to select gallery items from various sources for enhanced flexibility and content integration.</li>\n<li>Feature: Timer Countdown Banner (Pro) - Added \'Direction\' option to support RTL (Right-to-Left) layout websites.</li>\n<li>Feature: Post Horizontal Timeline (Pro) - Introduced Background Color and Icon Color options for Navigation Arrows in disabled mode. This new functionality allows users to customize the appearance of navigation arrows when they are disabled, providing enhanced visual control.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Time Ago Type\' option. This new functionality allows users to choose the type of time ago representation, providing flexibility in how time is displayed within the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Text Custom Field\' option. This new functionality allows users to add a custom field under the main Posts Text, providing additional customization for displaying content.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Link Type\' option for all link elements in the widget. This new functionality allows users to choose the type of link for various elements within the widget, enhancing control over linking behavior.</li>\n<li>Feature: Remote Link (Pro) - Introduced active state for the link. This new functionality allows users to customize the appearance of the link when it is in an active state, providing enhanced visual feedback.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Implemented \'Hide Vertical Scrollbar in Popup\' option. This new functionality allows users to hide the vertical scrollbar within the popup, providing a cleaner and more focused appearance.</li>\n<li>Feature: Icon Carousel (Pro) - Introduced \'Autoplay Pause on Hover\' option, allowing users to pause autoplay functionality when hovering over the carousel for improved control and interaction.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Introduced Entrance Animation functionality for the popup. This new feature allows users to apply entrance animations, enhancing the visual appeal and engagement when the popup appears.</li>\n<li>Feature: Unlimited Timeline (Free) - Implemented \'Content Box Link\' option. This new functionality allows users to link the entire content box, providing a convenient way to associate a link with the entire widget item.</li>\n<li>Feature: Text Field (Free) - Added \'Read Only\' option, allowing users to set the field as read-only for preventing user input while retaining visibility of the text.</li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Radar Range\' option for Radar chart, allowing users to set the minimum range value for improved data visualization.</li>\n<li>Feature: Testimonial Carousel (Pro) - Added \'Rating\' field to the Source option. This new functionality allows users to incorporate a rating field as a source for the widget, expanding the available data sources for enhanced content display.</li>\n<li>Feature: Multi Step Form (Pro) - Introduced \'Direction\' option. This new functionality is useful for RTL (Right-to-Left) websites, allowing users to set the direction of the widget layout accordingly.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option for users to customize the text of each item\'s button, providing greater flexibility.</li>\n<li>Feature: Post List (Free) - Implemented \'Space Between Categories\' option. This new functionality allows users to set spacing between categories, providing control over the layout and visual presentation of category elements.</li>\n<li>Feature: Memory Game (Pro) - Introduced \'Add Completion Time to Form Field\' option, enabling users to automatically append the time taken to complete the memory game to a designated form field.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Add Link For The Whole Item\' option. This new functionality allows users to add a link to the entire widget item, enhancing the interactive capabilities and providing a clickable area for the entire item.</li>\n<li>Feature: Post Carousel (Pro) - Implemented \'Text Padding\' and \'Title Padding\' options. This new functionality allows users to set padding for text and title elements, providing enhanced control over spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced \'Date Modified\' options. This new functionality allows users to display the date when a post was last modified, providing additional information and transparency in content presentation.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Introduced options to customize Maps Controls icons\' color and background color. This new functionality allows users to personalize the appearance of map controls, enhancing visual customization.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Disable Map Interaction On Mobile\' option. This new functionality allows users to disable map interaction specifically on mobile devices, providing control over the user experience on smaller screens.</li>\n<li>Change: Content Tabs (Free) - Modified behavior of \'Start Collapsed\' option when used with \'Set Hash\'. If the URL has a hash, the first opened tab will be determined by the hash, providing a more dynamic and user-friendly experience.</li>\n<li>Change: Dropdown Button (Pro) - Removed Text Decoration CSS property from dropdown items. This update enhances the visual presentation by eliminating unnecessary text decoration.</li>\n<li>Change: Woo Mini Cart (Pro) - Added separate border options for \'View Cart\' and \'Checkout\' buttons, providing users with more customization flexibility for button styling.</li>\n<li>Change: Swipe Carousel (Pro) - Modified \'Enable Link\' option. Now, the entire item serves as a link, providing a more intuitive and consistent approach to linking within the widget.</li>\n<li>Fix: Submit Button (Free) - Corrected default values in email 2 that were leading to validation errors.</li>\n<li>Fix: Post Carousel Lite (Free) - Addressed issue where the carousel was not displaying on mobile devices.</li>\n<li>Fix: Icon Tabs (Pro) - Resolved issue with the \'Start Collapsed\' option. The fix ensures that the \'Start Collapsed\' option now functions correctly, delivering the intended collapsed behavior upon initialization.</li>\n<li>Fix: Post Grid (Pro) - Optimized widget item HTML code. This update enhances performance and efficiency by streamlining the HTML structure of widget items.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized item HTML code. This update improves performance and efficiency by refining the HTML structure of individual items within the widget.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized CSS code. This update improves performance and reduces the overall footprint of the stylesheet, enhancing efficiency and loading times.</li>\n<li>Fix: Remote Link (Pro) - Resolved issue where the Text Shadow option was erroneously interpreted as Box Shadow. The fix ensures that the Text Shadow option now functions correctly, providing the intended text shadow effect.</li>\n<li>Fix: Scroll Sequence (Pro) - Revised and improved descriptions of the widget fields for better clarity.</li>\n<li>Fix: Post Magazine Grid (Pro) - Added \'raw\' tag to category names to fix the display issue where the \'&\' symbol in category names was not displaying correctly.</li>\n<li>Fix: Before After (Pro) - Improved widget interaction with Elementor\'s Popups. This update ensures seamless integration and optimal performance when using the widget within Elementor\'s Popup functionality.</li>\n<li>Fix: Grid Gallery (Pro) - Resolved an issue where the widget was not extending to full width within Elementor Container.</li>\n<li>Fix: Particle Image (Pro) - Added protection from lazy load. This update ensures compatibility and proper functionality, mitigating potential issues related to lazy loading on various platforms.</li>\n</ul>\n\n<p>version 1.5.95: 2024-02-12:</p>\n\n<ul>\n<li>Feature: Ensure that the blog displayed on the \"Home\" page of the plugin is always up-to-date.</li>\n<li>Feature: Implemented support for tags in the widget catalog.</li>\n<li>Feature: Added an option for galleries to play videos in muted mode.</li>\n<li>Feature: Integrated weather forecast data preparation for the widget.</li>\n<li>Fix: Addressed some minor potential security risks associated with the import templates functionality.</li>\n<li>Fix: Rectified email validation for Form Email2.</li>\n<li>Fix: Resolved some issues with the price range filter.</li>\n<li>Fix: fixed the problem where dynamic template styles disappeared after updating Elementor Pro.</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Image Zoom Content Box (Free) - Implemented \'Title Tag\' option. This new functionality allows users to specify the HTML tag for titles within the widget, providing flexibility and control over the semantic structure of the content.</li>\n<li>Feature: Post Accordion (Free) - Implemented \'Disable Link in Image\' option. This new functionality allows users to disable the link associated with an image, providing more control over the interactive behavior of images within the widget.</li>\n<li>Feature: Slider Gallery (Free) - Implemented \'Mute Video\' option. This new functionality allows to play videos muted by default. Volume can be adjusted in video players on live page.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Item Bar Width\' option. This new functionality allows users to customize the width of individual bars, providing greater control over the visual representation of items.</li>\n<li>Feature: Remote Item Navigation (Pro) - Introduced \'Border Override Color\' options for Regular and Active states. This new functionality allows users to customize border colors separately for both Regular and Active states, enhancing visual styling in the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Title Min Height\' option. This new functionality allows users to set a minimum height for the title, offering more control over the visual presentation and consistency in the widget.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Show Link\' option. This new functionality enables users to show or hide links and customize their styling within the widget, offering more control over the interactive elements.</li>\n<li>Feature: Counter (Free) - Implemented \'Add Link To Widget Container\' option. This new functionality allows users to include a link, enhancing the interactive capabilities of the element by enabling navigation to another page or resource.</li>\n<li>Feature: Icon Box Accordion (Pro) - Introduced \'Icon + Text\' option for Graphic Element. This new value expands customization by allowing users to display both an icon and text within the Graphic Element for richer visual representation.</li>\n<li>Feature: Before After (Pro) - Added support for the widget inside Elementor\'s Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to utilize the widget effectively within Elementor\'s Tabs.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Hide Inactive Arrow\' option. This new functionality allows users to hide inactive arrows, providing a cleaner and more focused appearance in the widget interface.</li>\n<li>Feature: Layers (Pro) - Added shadow for icon type layers.</li>\n<li>Feature: Icon Pointer Button (Pro) - Introduced \'Direction\' option. This new functionality allows users to specify the direction for RTL (Right-to-Left) or LTR (Left-to-Right) websites, ensuring proper layout alignment based on language direction.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Auto Height\' option. This new functionality adjusts the height of the slider dynamically based on the height of the current slide, providing a more adaptive and seamless user experience.</li>\n<li>Feature: Justified Image Carousel (Pro) - Option to fix the broken layout (resulting in a duplicate carousel) caused by delayed image loading, this solution verifies that the images are loaded before initializing the carousel.</li>\n<li>Feature: Remote Tabs (Pro) - Introduced styling options for Border Radius, Border, and Shadow for the image of the active tab.</li>\n<li>Feature: Layers (Pro) - Added background color, padding and radius for text fields.</li>\n<li>Feature: WhatsApp Chat (Pro) - z-index option for Popup, allowing users to customize the stacking order of the Popup for better control over its visibility in relation to other elements.</li>\n<li>Feature: WhatsApp Chat (Pro) - Introduced option to customize the Popup Title, along with styling options for enhanced visual control and personalization.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced \'Additional Title\' options. This new functionality expands customization by providing additional settings for titles, allowing users to further enhance the visual presentation of titles within the widget.</li>\n<li>Feature: Content Grid (Pro) - Introduced \'Image Scale\' option. This new functionality allows users to scale the images, providing enhanced control over the visual presentation within the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented feature - automatically opens menu item if it matches the current page URL.</li>\n<li>Feature: Post Grid (Pro) - Added Option to show post tags, providing users with the ability to showcase tags associated with each post.</li>\n<li>Feature: Post Magazine Grid (Pro) - Introduced \'Image Scale\' and \'CSS Filters\' options along with the hover transition duration for enhanced image customization.</li>\n<li>Feature: Card Carousel (Free) - Implemented \'Image Position\' option. This new functionality allows users to customize the position of image within the widget, providing enhanced control over the visual layout.</li>\n<li>Feature: Layers (Pro) - Added mouse parallax effect, adds a captivating and interactive dimension to the user interface.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced additional styling options. This new set of functionalities allows users to further customize and refine the visual appearance of the widget, providing enhanced styling possibilities.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Close Transition Speed\' option. This new functionality enables users to set the speed of close animations for the dropdown, enhancing visual transitions and customization.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added \'Image Position\' option, allowing users to customize the position of the image above or below the content for enhanced layout flexibility.</li>\n<li>Feature: Layers (Pro) - Implemented motion effects—now elements can bounce up and down and move left to right for a livelier interface.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Center Info Window\' option. This new functionality allows users to center the info window on the map, providing enhanced visibility and focus on the selected location.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Close After Outside Info Window Click\' option. This new functionality allows users to close the info window after clicking outside of it on the map, enhancing user interaction and control.</li>\n<li>Feature: Layers (Pro) - Implemented responsive settings for individual layers, allowing users to toggle each layer on or off based on the specific device requirements.</li>\n<li>Feature: Image Accordion (Pro) - Added \'Title HTML Tag\' option, providing users with better SEO control by allowing customization of HTML tags for widget titles.</li>\n<li>Feature: Content Tabs (Free) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab content for a smoother and more seamless user experience.</li>\n<li>Feature: Event List (Pro) - Implemented \'Remove Expired Event Item\' option. This new functionality allows users to automatically remove event items that have expired, streamlining content management within the widget.</li>\n<li>Feature: Post Grid (Pro) - Added typography option for post tags, allowing users to customize the font style, size, and other typographic attributes.</li>\n<li>Feature: Event List (Pro) - Implemented \'Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the button, providing enhanced control over the layout within the widget.</li>\n<li>Feature: vCard (Pro) - Introduced option to include social media links in downloadable VCF contact file, enhancing contact information with additional social network profiles for improved connectivity.</li>\n<li>Change: Toggle Text Button (Free) - Upgraded textarea to full functionality editor, providing users with enhanced editing capabilities.</li>\n<li>Change: vCard (Pro) - Updated vCard JavaScript library to the latest version, ensuring compatibility with current standards and latest feature availability.</li>\n<li>Fix: Woo Product List (Free) - Introduced \'Layout Type\' option. This new functionality allows users to set the layout as either column or row, providing flexibility in organizing and displaying content within the widget.</li>\n<li>Fix: vCard (Pro) - Resolved issue where QR code was not scanning on some apps.</li>\n<li>Fix: Hotspots (Pro) - Rebuilt JavaScript code for better interaction. Removed unnecessary code to optimize performance and streamline functionality.</li>\n<li>Fix: Sideways Vertical Text (Pro) - Text layout shifting issue on Safari browser.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue with scrolling to the top of the page after tab click. The fix ensures that tab clicks no longer trigger unintended scrolling to the top, providing a smoother user experience.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the vertical scrollbar appearing on hover.</li>\n<li>Fix: Testimonial Carousel (Pro) - The issue where styling attributes (size and color) for SVG icons were not taking effect.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue in Content Tabs when Before After widget couldn\'t function inside tabs. The fix ensures proper functionality, allowing users to utilize the widget as intended.</li>\n<li>Fix: Woo Product Grid (Pro) - Added image HTML attributes to product images.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue where the size of social icons wasn\'t responding to the option value. The fix ensures that the specified option value now accurately reflects the size of social icons.</li>\n<li>Fix: Counter (Free) - Removed unnecessary space in \'Before Text\' and \'After Text\' options. This update improves the clarity and presentation of the text by eliminating unnecessary spacing.</li>\n<li>Fix: Content Tabs (Free) - Added support for Elementor Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to incorporate the widget effortlessly within Elementor Tabs.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved an issue where incorrect icons were being displayed after selecting a menu item.</li>\n<li>Fix: Woo Mini Cart (Pro) - Improved widget compatibility with optimization plugins like WP Rocket. This update ensures seamless integration, optimizing performance and enhancing the overall user experience when using these plugins.</li>\n<li>Fix: Post Accordion (Free) - Updated post content loading method to resolve the issue where, on some sites, post content was not displaying correctly.</li>\n<li>Fix: Dropdown Field (Pro) - Fixed an issue when Dropdown Field couldn\'t parse Field Name to Number Field widget.</li>\n<li>Fix: Card Carousel (Free) - Resolved issue where Transition Speed wasn\'t working for non-default animations. The fix ensures that Transition Speed now functions correctly for all animations, providing consistent and reliable behavior.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Removed default 2px border with blue color from one of the map elements. This update improves the visual presentation by eliminating an unnecessary border.</li>\n</ul>\n\n<p>version 1.5.94: 2024-01-25:</p>\n\n<ul>\n<li>Feature: added option to message individual fields for the form</li>\n<li>Change: removed instagram blocked api message - the instagram functionality is active now!</li>\n<li>Change: added default values to currency fields</li>\n<li>Fix: fixed small php bug regarding date field in items</li>\n<li><p>Fix: fixed some small xss vulnurability that pachstack discovered</p></li>\n<li><p>Feature: Number Field (Pro) - Introduced \'Enable Date Field in Formula\' option. This new functionality enables the use of Date Field in formula by allowing the addition or subtraction of days.</p></li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Remove Items with 0 Value\' option. This new functionality automatically excludes items with a value of 0 from charts.</li>\n<li>Feature: WordPress Menu (Free) - Implemented \'Hover Effect\' option. This new functionality allows users to choose from a variety of hover link effects, enhancing the visual presentation with dynamic animations.</li>\n<li>Feature: Hotspots (Pro) - Introduced customizable popup positioning, providing users with the option to define the exact position rather than relying on preset center alignment.</li>\n<li>Feature: Event List (Pro) - Introduced \'Event End Date\' option, allowing users to display event end date and time.</li>\n<li>Feature: Event List (Pro) - Implemented \'Calendar Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the calendar, providing better control over its placement within the layout.</li>\n<li>Feature: Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Dropdown Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Value Handling\' options. This new functionality allows users to choose the checkbox value type from options such as sum, individual number, or individual text, providing flexibility in handling checkbox values.</li>\n<li>Feature: Masonry Gallery (Pro) - Introduced \'Title Typography\' and \'Description Typography\' options. These new functionalities allow users to customize the typography settings for titles and descriptions.</li>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Tile Background Color\' option. This new functionality allows users to customize the background color of tiles, providing enhanced visual control over the widget\'s appearance.</li>\n<li>Feature: Hotspots (Pro) - Added \'Popup Image Size\' option, allowing users to customize the size of popup images.</li>\n<li>Feature: WooCommerce Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented \'Open Links In New Tab\' option. This new functionality allows users to specify whether links should open in a new tab with Source type posts, products, etc.</li>\n<li>Feature: Content Ticker (Pro) - Added Option to add an Image for each ticker item.</li>\n<li>Change: Hotspots (Pro) - Enabled \'Image Size Select\' option for the Image, allowing users to choose from different image resolutions for enhanced flexibility and visual customization.</li>\n<li>Change: Icon Carousel (Pro) - Improved \'Item Minimum Height\' option by expanding the range of values.</li>\n<li>Fix: Fullscreen Menu (Free) - Improved protection from Elementor sticky section interference.</li>\n<li>Fix: vCard (Pro) - Issue with QR code not displaying when \'Include Image in Contact\' is enabled has been resolved.</li>\n<li>Fix: Dropdown Field (Pro) - Resolved issue with \'Field Name\' not appearing during email sending. The fix ensures that the field name is now properly displayed in email notifications.</li>\n<li>Fix: Mega Menu (Pro) - Resolved horizontal scroll issue. The fix ensures that the layout no longer experiences unintended horizontal scrolling, providing a more stable and user-friendly experience.</li>\n<li>Fix: Scroll To Top (Free) - Resolved issue where the icon wasn\'t visible on the frontend. The fix ensures proper visibility of the icon, addressing the bug and improving the overall appearance.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the \'Disable Page Scroll\' option not working in some cases. The fix ensures consistent functionality, preventing page scrolling as intended.</li>\n<li>Fix: Text Field (Free) - Resolved input width issue. The fix ensures that input elements now display with the correct width.</li>\n</ul>\n\n<p>version 1.5.93: 2024-01-18:</p>\n\n<ul>\n<li>Feature: Introduced the option \'slider_video_autoplay\' to galleries, enabling video autoplay when changing items.</li>\n<li>Feature: Added the option to include specific taxonomies in related posts queries.</li>\n<li>Feature: Implemented automatic recognition of video thumbnail IDs in certain gallery types based on relevant post meta.</li>\n<li>Feature: Added functionality for the price range filter.</li>\n<li>Change: Updated the Freemius version.</li>\n<li>Change: Modified the text format for the export change log.</li>\n<li>Change: Restored the \"import with images\" feature after incorporating file type checks for security.</li>\n<li>Fix: Enhanced the handling of multiple user records for the \'exclude users\' option in the users query (Ajax-based).</li>\n<li>Fix: Corrected URL CSS and JS inclusion issues in Elementor editor.</li>\n<li><p>Fix: Corrected a bug related to \"mini cart widget\" in PHP in specific cases.</p></li>\n<li><p>Feature - Card Carousel (Free) - Introduced \'Hide Item\' option. This new functionality allows users to hide items instead of deleting them permanently, offering a more reversible and flexible approach to item management.</p></li>\n<li>Feature - Post Grid (Pro) - Implemented \'Layout Type: Above\' option. This new functionality allows users to change the position of the content box to above the image.</li>\n<li>Feature - Thumbnail Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Compact Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Grid Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Slider Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Flip Box Carousel (Pro) - Introduced option for back icon alignment, providing users the flexibility to customize the alignment of the back icon.</li>\n<li>Feature - Post List (Free) - Implemented \'Image Scale\' option for regular and hover states. This new feature allows users to customize the scaling of images independently for regular and hover states, enhancing visual presentation.</li>\n<li>Change - Flip Box Carousel (Pro) - Implemented conditional rendering of CSS to reduce unused styles, resulting in improved performance, SEO, and faster load times for enhanced user experience.</li>\n<li>Change - Content Accordion (Free) - Improved \'Expand All Accordion\' functionality, now allowing users to close the accordion by clicking the same button again for a more intuitive and user-friendly experience.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Implemented protection against buttons not being vertically aligned in specific cases.</li>\n<li>Fix - Flip Box Carousel (Pro) - Resolved an issue where links were not functioning properly when clicking on the back icon.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Resolved issue with the product button not being clickable in some cases.</li>\n<li>Fix - Post Carousel (Pro) - Resolved issue with the side-by-side layout.</li>\n<li>Feature - Logo Grid (Free) - Enhanced responsiveness for item \'Padding\' option. This update ensures that item padding adjusts effectively across various screen sizes and device resolutions for a consistent layout.</li>\n<li>Feature - Logo Grid (Free) - Implemented \'Direction\' option. This new feature is particularly useful for RTL (Right-to-Left) websites, allowing users to specify the direction of the widget\'s layout for improved compatibility.</li>\n<li>Feature - Content Accordion (Free) - Introduced a new feature that allows the expansion of all accordion items by clicking on an external element with the class \"ue-content-accordion-expand-all\".</li>\n<li>Feature - Memory Game (Pro) - Introduced template option for success message, Allowing users to show Elementor template as success message.</li>\n<li>Feature - Memory Game (Pro) - Added \'Completion Time\' option, enabling users to show the time it took to complete the game for a more informative and engaging experience.</li>\n<li>Feature - Content Accordion (Free) - Introduced \'Additional Header Content\' option in the accordion, allowing users to include additional content after the header title.</li>\n<li>Feature - Post Accordion (Free) - Implemented \'Open Links in New Tab\' option. This new functionality allows users to configure links to open in a new tab, enhancing control over the navigation experience.</li>\n<li>Feature - Side Menu (Pro) - Added an option to add a logo to the side menu layout.</li>\n</ul>\n\n<p>version 1.5.92: 2024-01-04:</p>\n\n<ul>\n<li>Feature: Introduced the change log option in the widget editor.</li>\n<li>Feature: Introduced the ability to connect with Google API for multi-source options.</li>\n<li>Feature: Included an option to link with Google Sheets under the general settings for forms.</li>\n<li>Feature: Integrated a \"show globals\" feature in troubleshooting for enhanced diagnostics.</li>\n<li>Feature: Implemented the capability to output cart fragments for the woo mini cart.</li>\n<li>Feature: Provided an option for \"none\" under lightbox-type in galleries, allowing users to disable the lightbox.</li>\n<li>Feature: Added an \"excerpt\" field to post fields within the widget editor for more detailed posts.</li>\n<li>Fix: Replaced site_url() with home_url() in global variables for better website navigation.</li>\n<li>Fix: Resolved a conflict with another select2 on the admin side, ensuring smoother operations.</li>\n<li>Fix: Rectified an error with multiple order by clauses in post queries to improve data sorting.</li>\n<li><p>Fix: Enhanced the manual selection of Elementor template retrieval for optimized performance.</p></li>\n<li><p>Feature - Content Carousel - Introduced \'Equalize Content Height\' option. This new feature simplifies the process of making content elements equal in each item.</p></li>\n<li>Feature - Flip Box Carousel - Enhanced responsiveness for Border Radius option. The update ensures that the Border Radius adapts effectively to different screen sizes and device resolutions for a consistent display.</li>\n<li>Feature - WooCommerce Product Carousel - Resolved broken layout issue occurring when set to side-by-side layout</li>\n<li>Feature - Phone Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Textarea Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Email Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Text Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Testimonial Carousel - Implemented \'Layout Type: Grid\' option. This new functionality facilitates the transformation of the widget\'s layout into a simple grid.</li>\n<li>Feature - Testimonial Carousel - Introduced \'Layout Type: Swipe\' option. This new feature allows users to set the behavior of the widget, resembling the functionality found in Swipe Carousel widget.</li>\n<li>Feature - Flip Box Carousel - Introduced \'Disable Mouse Drag\' and \'Disable Touch Drag\' options in Flip Box Carousel settings, offering control over user interaction by allowing the disabling of dragging functionalities.</li>\n<li>Feature - Team Member Grid - Introduced \'Badge\' option, allowing users to include custom badge images or icons for enhanced member representation.</li>\n<li>Feature - Thumbnail Slider - Implemented responsiveness for \'Slider Main Image Height\' option.</li>\n<li>Feature - Thumbnail Slider - Optimized \'Slider Main Image Height\' functionality to prevent widget reloading upon value change.</li>\n<li>Change - Thumbnail Slider - Changed attribute of \'Slider Main Image Height\' option from Number to Slider. This adjustment simplifies the process of adjusting the height of the main image by providing a more intuitive control.</li>\n<li>Fix - Submit Button - Improved interaction within Multi Step Form widget. Enhancements have been made to streamline and optimize the submit action.</li>\n<li>Feature - Multi Step Form - Implemented form submission loader. This new addition introduces a visual loader to illustrate the process of sending form data, enhancing user feedback during form submission.</li>\n<li>Feature - WooCommerce Product List - Introduced \'Default Image\' option. The widget will now display the specified default image when a product image is empty, for a more personalized user experience.</li>\n</ul>\n\n<p>version 1.5.91: 2023-12-28:</p>\n\n<ul>\n<li>Change: removed some vulnerability related to templates import</li>\n</ul>\n\n<p>version 1.5.90: 2023-12-18:</p>\n\n<ul>\n<li>Fix: fixed some small bug with pro version main file</li>\n</ul>\n\n<p>version 1.5.89: 2023-12-17:</p>\n\n<ul>\n<li>Fix: fixed some post filters detection issues on the page</li>\n<li>Fix: fixed some \"$type not found\" message in php</li>\n<li>Fix: fixed some \"infinite template found: \" message in php (emtpy template load protection)</li>\n<li>Change: added instagram api access error message</li>\n<li>Change: removed \"import with images\" functionality. replaced by doubly plugin.</li>\n</ul>\n\n<p>version 1.5.88: 2023-12-11:</p>\n\n<ul>\n<li>Feature: added \"iframe\" gallery type to the gallery items</li>\n<li>Fix: fixed the \"show/hide edit html button\" option from general settings</li>\n<li>Fix: fixed the general_settings.xml php error</li>\n<li>Fix: fixed some issue with gallery loading on pages and current meta keys</li>\n<li>Fix: fixed default value in datetime control</li>\n<li>Change: added some improvements for the form </li>\n<li>Change: set video placeholder to dynamic galleries in case of video item</li>\n</ul>\n\n<p>version 1.5.87: 2023-11-21:</p>\n\n<ul>\n<li>Change: updated freemius sdk to 2.6.0 version</li>\n<li>Change: added some protection against double background widgets output</li>\n<li>Feature: enabled form functionality</li>\n<li>Feature: enabled currency exchange functionality</li>\n</ul>\n\n<p>version 1.5.85: 2023-11-15</p>\n\n<ul>\n<li>Feature: added woo_addcart_ajax_attributes_button in twig for the button</li>\n<li>Feature: added option to show original settings values in widget debug</li>\n<li>Feature: added troubleshooting setting not to show php deprecated warnings</li>\n<li>Fix: better prepare post custom fields for the post multisource</li>\n<li>Fix: links from meta field works now</li>\n<li>Fix: fixed the ob_end_clean bug</li>\n<li>Fix: in post query - excluded posts not in from posts in</li>\n<li>Fix: fixed a small bug in the unite gallery library</li>\n<li>Change: updated twig version to 3.x</li>\n<li>Change: updated instagram data with date released field</li>\n</ul>\n\n<p>version 1.5.85: 2023-09-20</p>\n\n<ul>\n<li>Fix: fixed a small bug with multisource image param message</li>\n</ul>\n\n<p>version 1.5.84: 2023-09-20</p>\n\n<ul>\n<li>Feature: added twig function csv to json</li>\n<li>Feature: changed the admin view to new design (added designed header and menu)</li>\n<li>Feature: added option to enable animation on swipe to owl carousel js</li>\n<li>Feature: added woo mini cart functionality</li>\n<li><p>Feature: added option: \"current query as a base\" to post selection -> include by</p></li>\n<li><p>Fix: added support for webp in the manager</p></li>\n<li>Fix: allow fetching images from media library post type for the galleries </li>\n</ul>\n\n<p>version 1.5.83: 2023-08-22</p>\n\n<ul>\n<li>Fix: don\'t show first item in filter when no terms available</li>\n<li>Change: updated calculators javascript code base</li>\n</ul>\n\n<p>version 1.5.82: 2023-08-16</p>\n\n<ul>\n<li>Feature: added option for group filtering widgets</li>\n<li>Feature: solved the video play in gallery type from attachment video</li>\n<li>Change: turned off the video icon for background attribute</li>\n<li>Fix: fixed dynamic template with avoid duplicates</li>\n<li>Fix: fixed gallery widget acf video item error</li>\n<li>Fix: fixed some sort filter bugs with the default selected</li>\n</ul>\n\n<p>version 1.5.81: 2023-08-10</p>\n\n<ul>\n<li>Fix: fixed some missing css in the dynamic loop widgets</li>\n<li>Fix: fixed some child filters related bug</li>\n<li>Fix: fixed order by price in current query</li>\n<li>Fix: fixed some php 8.16+ version notices </li>\n<li>Feature: added option to print the term meta</li>\n</ul>\n\n<p>version 1.5.80: 2023-08-07</p>\n\n<ul>\n<li>Feature: added option to get \"all taxonomy terms\" from a post </li>\n<li>Feature: added html preperations for the woocommerce minicart</li>\n<li>Feature: added \"this week\" to the date selection query</li>\n<li>Feature: added \"grouping\" mode in the \"related posts\"</li>\n<li>Fix: the pagination now works on top of the grid</li>\n<li>Fix: fixed some init ajax filters multiple issues</li>\n<li>Fix: fixed the error with the assets path set</li>\n</ul>\n\n<p>version 1.5.79: 2023-07-24</p>\n\n<ul>\n<li>Fix: changed name for area-label to aria-label</li>\n<li>Fix: in filters - refresh single filter if \"all\" selected and there are hidden items</li>\n<li>Fix: changed protection against inifnite loop to 200</li>\n<li>Fix: show child filters at start if there are selected items</li>\n<li>Fix: date time attribute processor - if no date given - don\'t take current time</li>\n<li>Fix: refresh child filter if main filter selected on init</li>\n<li>Fix: dynamic popup was not worked with multisource in some cases</li>\n</ul>\n\n<p>version 1.5.78: 2023-07-16</p>\n\n<ul>\n<li>Fix: fixed show filters load more</li>\n<li>Fix: fixed multisource repeater empty</li>\n</ul>\n\n<p>version 1.5.77: 2023-07-13</p>\n\n<ul>\n<li>Fix: fixed dropzone collision in widget editor view</li>\n<li>Fix: fixed sort filter price filtering</li>\n<li>Fix: fixed max number in addons db table. from \"int\" to \"bigint\"</li>\n<li>Fix: replaced some deprecated by elementor codes</li>\n</ul>\n\n<p>version 1.5.76: 2023-07-12</p>\n\n<ul>\n<li>Feature: added \"rem\" unit in slider attribute</li>\n<li>Fix: fixed some small bug with remote sync debug</li>\n<li>Fix: fixed the truncate in multisource</li>\n<li>Fix: fixed some small bugs related to remote controls</li>\n<li>Fix: fixed dropzon third party conflict in manager</li>\n</ul>\n\n<p>version 1.5.75: 2023-07-05</p>\n\n<ul>\n<li>Feature: added some suggestion text to add some memory in the troubleshooting section in case that needed</li>\n<li>Fix: the wrong author was displayed in loop post meta data</li>\n<li>Fix: do_shortcode to html items inside the grid and dynamic loop</li>\n<li>Update: Updated Freemius SDK to the latest version</li>\n</ul>\n\n<p>version 1.5.74: 2023-07-04</p>\n\n<ul>\n<li>Fix: show search widgets at plugin install.</li>\n<li>Fix: menu picker depts in multisource</li>\n<li>Fix: set the author data to be retrievable in dynamic grid template</li>\n<li>Fix: show meta fields switcher didn\'t worked in multisource menu items</li>\n</ul>\n\n<p>version 1.5.73: 2023-06-26</p>\n\n<ul>\n<li>Feature: added options for revisions in widget editor</li>\n<li>Fix: added support for wordpress proxy in api calling</li>\n<li>Fix: fixed empty post in query result</li>\n<li>Fix: fixed \"wrong template ID\" elementor error in post accordion</li>\n</ul>\n\n<p>version 1.5.72: 2023-06-21</p>\n\n<ul>\n<li>Fix: added the swf extension in the allowed files in assets</li>\n<li>Feature: prepared the plugin for sort filter</li>\n<li>Change: updated freemius sdk to 2.5.9</li>\n</ul>\n\n<p>version 1.5.71: 2023-06-20</p>\n\n<ul>\n<li>Change: removed js includes of the forms and filters from backend editor</li>\n<li>Change: changed colors of the free version notification in dark mode</li>\n<li>Fix: fix the \"link\" type in wpml integration automatic translation</li>\n<li>Feature: add support for the conditions in ue forms</li>\n</ul>\n\n<p>version 1.5.70 2023-06-19:</p>\n\n<ul>\n<li>Change: added some \"birthday sale\" banner</li>\n<li>Feature: added \"truncate text\" modifier to multisource fields</li>\n<li>Feature: dynamic tags now works inside posts and products related widgets</li>\n<li>Feature: added twig highlighting in codemirror editor</li>\n<li>Fix: fixed sequence animation sliders bug (fields didn\'t loaded in elementor)</li>\n<li>Fix: change the comment from // to /* */ in filters js output to allow proper page compression.</li>\n<li>Fix: the \"time ago\" string is now translatable </li>\n<li>Fix: fixed the wpml elementor template id output</li>\n<li>Fix: fixed backgrounds bug with containers in editor</li>\n<li>Fix: fixed some small bugs with the checkbox filter</li>\n</ul>\n\n<p>version 1.5.69: 2023-06-08:</p>\n\n<ul>\n<li>Fix: allow to install webp images in widgets</li>\n</ul>\n\n<p>version 1.5.68: 2023-06-06:</p>\n\n<ul>\n<li>Change: added functionality for sort filter </li>\n<li>Feature: added field: \"form conditions\" for the upcoming form</li>\n<li>Feature: added link translation to wpml integration</li>\n<li>Feature: added link_attributes field to post list fields in twig</li>\n<li>Fix: fixed slider control min max values in case of multiple units</li>\n<li>Fix: add do shortcode from ajax items response</li>\n<li>Fix: fixed posts grid output with \"product\" taxonomy without woocommerce</li>\n<li>Fix: fixed getting cross sell products query in product list</li>\n</ul>\n\n<p>version 1.5.67 - 2023-05-29:</p>\n\n<ul>\n<li>Fix: fixed some more securaty issues related to assets manager</li>\n</ul>\n\n<p>version 1.5.66 - 2023-05-28:</p>\n\n<ul>\n<li>Fix: fixed some securaty issues related to non editor users operations and not allowed to upload php files in assets manager</li>\n</ul>\n\n<p>version 1.5.65 - 2023-05-26:</p>\n\n<ul>\n<li>Fix: fixed instagram api related bugs </li>\n</ul>\n\n<p>version 1.5.64 2023-05-23:</p>\n\n<ul>\n<li>Change: update freemius to latest version 2.5.8</li>\n<li>Fix: fixed a small php bug</li>\n</ul>\n\n<p>version 1.5.63 2023-05-23:</p>\n\n<ul>\n<li>Change: expand in widget editor is now connected to the screen height</li>\n<li>Fix: fixed the dynamic popup with multiple fields code </li>\n<li>Fix: fixed some sync if the clicked item is link</li>\n<li>Feature: added support for sort post filter</li>\n<li>Feature: hide \"show only insalled\" checkbox in widgets manager if no widget installed.</li>\n</ul>\n\n<p>version 1.5.62 2023-05-14:</p>\n\n<ul>\n<li>Feature: added \"edit template\" link in template selector</li>\n<li>Feature: added hidden template edit button to top bar</li>\n<li>Feature: added option for dynamic popup link to connect to many links in the widget</li>\n<li>Fix: solved some php error with parse dynamic settings in php 8.1</li>\n<li>Fix: getMetaValue error in products</li>\n<li>Fix: fixed doubly css includes in some cases</li>\n</ul>\n\n<p>version 1.5.61 - 2023-05-07:</p>\n\n<ul>\n<li>Feature: added support for woocommerce jet wishlist</li>\n<li>Feature: did option to disable third party hooks in ajax</li>\n<li>Fix: click on link on sync didn\'t worked</li>\n<li>Fix: added some protections to nonce and to file manager zip exctract (securaty issues fix) </li>\n<li>Change: updated freemius sdk to 2.5.7 version.</li>\n</ul>\n\n<p>version 1.5.60 - 2023-04-30:</p>\n\n<ul>\n<li>Feature: added functionality to get cart number of products </li>\n<li>Fix: fixed link field settings for multisoure</li>\n<li>Fix: fixed some bugs with regular price in woocommerce widgets</li>\n<li>Fix: filters js file loaded in editor as well</li>\n<li>Fix: fixed some small php bug regarding \"pathBase\"</li>\n<li>Fix: fixed conditions in multiple select control</li>\n<li>Change: updated unite gallery version</li>\n<li>Change: disabled autoload in update_option for the catalog variable</li>\n</ul>\n\n<p>version 1.5.59: 2023-04-09</p>\n\n<ul>\n<li>Feature: added multiple select to condition attributes in widget editor</li>\n<li>Change: updated freemius sdk to the latest version</li>\n<li>Fix: fixed empty post meta fields in case that acf plugin is on</li>\n<li>Fix: fixed some bug with avoid duplicates option and filters in single grid</li>\n<li>Fix: made some corrections in case that post query show wrong init selected terms values</li>\n<li>Fix: the post carousel goes to random item after ajax refresh</li>\n<li>Fix: fixed jet engine custom fields integration</li>\n</ul>\n\n<p>version 1.5.58: 2023-03-26</p>\n\n<ul>\n<li>Feature: added dynamic popup functionality to multisource widgets</li>\n<li>Fix: fixed missing arguments in the_post action</li>\n<li>Fix: fixed some php multisource error</li>\n<li>Fix: fixed some product ajax search related issues</li>\n<li>Fix: fixed some small but with ajax refresh and sync</li>\n</ul>\n\n<p>version 1.5.57: 2023-03-20</p>\n\n<ul>\n<li>Feature: improved the multisource selectors</li>\n<li>Feature: added option to get image from post meta in post fields - widget editor</li>\n<li>Fix: added \"skins\" folder to unite gallery</li>\n<li>Fix: added more compatability to woo commerce grids with discounts plugins</li>\n<li>Fix: fixed same uc_id in dynamic templates</li>\n</ul>\n\n<p>version 1.5.56: 2023-03-13:</p>\n\n<ul>\n<li>Feature: added option authors by dynamic field in post query</li>\n<li>Feature: done some integration with flycart discounts</li>\n<li>Feature: added option to show post type and post type title in posts fields</li>\n<li>Feature: added option to add multiple values in multisource</li>\n<li>Fix: fixed get posts by terms meta field - add taxonomy</li>\n<li>Fix: fixed responsive css in dynamic loop</li>\n<li>Fix: fixed dynamic loop with jet engine acf fields</li>\n<li>Fix: fixed slider control units for vh, vx and % </li>\n<li>Fix: added \"before today\" for past year in date qury</li>\n<li>Change: the uc_id will not change now when page refresh</li>\n</ul>\n\n<p>version 1.5.55: 2023-02-23:</p>\n\n<ul>\n<li>Fix: fixed wpml integrate fields</li>\n<li>Fix: fixed some write file error, will not crash if happend</li>\n<li>Fix: fixed entrance animation js on popup</li>\n<li>Fix: fixed strip tags in intro from content</li>\n<li>Fix: fixed some php 8.1 issues</li>\n<li>Fix: fixed some post intro with html tags issues</li>\n<li>Change: do_action function is working now in free version</li>\n</ul>\n\n<p>version 1.5.54: 2023-02-15</p>\n\n<ul>\n<li>Change: added some define variable that indicate the under ajax search</li>\n<li>Change: added \"collect\", and \"output\" to schema types in content accordion widget for example</li>\n<li>Feature: added wpml auto translate integration</li>\n<li>Feature: added option to select \"all taxonomies\" in exclude terms in terms selection</li>\n<li>Feature: added option - only direct children to terms select include by</li>\n<li>Feature: added option to post select to get posts by terms from curent meta field</li>\n<li>Fix: preserve tags when truncate</li>\n<li>Fix: fixed load more with second meta add in post query</li>\n</ul>\n\n<p>version 1.5.53: 2023-02-07</p>\n\n<ul>\n<li>Fix: keep exclude terms in grid when filtering with \"override terms\" mode</li>\n<li>Fix: fixed get_terms() not found php error from 1.5.52 version</li>\n</ul>\n\n<p>version 1.5.52: 2023-02-06</p>\n\n<ul>\n<li>Change: done some protection agains infinite loops in templates</li>\n<li>Fix: fixed popup button type conditions</li>\n<li>Fix: fixed term meta fields in multisource</li>\n<li>Fix: fixed exclude term not found in post select</li>\n</ul>\n\n<p>version 1.5.51: 2023-01-31</p>\n\n<ul>\n<li>Feature: added version to js comment output</li>\n<li>Feature: connected the galleies to remote play / stop like the carousels</li>\n<li>Feature: added some error message when image size attribute is missing in multisource</li>\n<li>Feature: added dynamic popup special attribute type</li>\n<li>Fix: fixed title source and description source in multisource gallery for products.</li>\n<li>Fix: added supress filtres to ajax search query</li>\n</ul>\n\n<p>version 1.5.50: 2023-01-24</p>\n\n<ul>\n<li>Feature: added \"media\" to post types select in advanced post query</li>\n<li>Feature: improved the date time attribute</li>\n</ul>\n\n<p>version 1.5.49: 2023-01-23</p>\n\n<ul>\n<li>Fix: fixed some js optimization issues </li>\n<li>Fix: fixed filters related small js bug</li>\n</ul>\n\n<p>version 1.5.48: 2023-01-19</p>\n\n<ul>\n<li>Feature: added gallery to multisource</li>\n<li>Feature: added post type override selectin current post query options</li>\n<li>Fix: fixed remote play with carousel</li>\n<li>Fix: fixed some multisource and ajax related bugs</li>\n<li>Fix: fixed popular posts plugin integration multiple post types</li>\n<li>Fix: fixed background widgets some problematic attribute names</li>\n<li>Fix: fixed include terms by current post terms in some cases.</li>\n<li>Fix: fixed default url_assets value in multisoure</li>\n<li>Fix: fixed dark mode svg icons</li>\n</ul>\n\n<p>version 1.5.47: 2023-01-10</p>\n\n<ul>\n<li>Feature: added more units to slider attribute</li>\n<li>Feature: added \"any\" post type to post types select</li>\n<li>Feature: added include and exclude current post terms in terms selection</li>\n<li>Feature: added option to carousel - scroll to head - force</li>\n<li>Feature: allow import widgets with theme activate</li>\n<li>Fix: fixed dynamic template render css for dynamic popup</li>\n<li>Fix: fixed users list select by manual</li>\n</ul>\n\n<p>version 1.5.46: 2023-01-08</p>\n\n<ul>\n<li>Feature: set the items image size chooser work for certain image</li>\n<li>Feature: made option to put js script in saparate tags with id\'s for optimization plugins like wprocket</li>\n<li>Feature: enriched the uc_lang variable. now it\'s always showing the current language</li>\n<li>Feature: added user_login variable to the users list output</li>\n<li>Feature: has put the preview link always as a help link in widget edit panel.</li>\n<li>Change: updated the multisource that it works better with items images</li>\n<li>Change: allow html tags in post intro (excerpt) in widgets</li>\n<li>Fix: fixed filters with sync multiple grid issues</li>\n<li>Fix: fixed the exclude users list with similar names</li>\n</ul>\n\n<p>version 1.5.45: 2022-12-26</p>\n\n<ul>\n<li>Feature: added json decode filter to twig</li>\n<li>Feature: added catalog images from shortpixel for speed loading</li>\n<li>Feature: done multisource group setting</li>\n<li>Fix: fixed entrance animation on ajax refresh</li>\n<li>Fix: done sync pause / play between carousels</li>\n</ul>\n\n<p>version 1.5.44: 2022-12-19</p>\n\n<ul>\n<li>Change: updated freemius to the latest version</li>\n<li>Fix: fixed remote play / pause button</li>\n<li>Fix: fixed search filter unicode phrase</li>\n<li>Fix: fixed entrance animation appear on scroll</li>\n<li>Feature: added video gallery responsive options</li>\n<li>Fix: fixed some owl carousel size on init bug</li>\n<li>Fix: fixed js widgets under the dynamic grid template like flipbox</li>\n</ul>\n\n<p>version 1.5.43: 2022-12-04</p>\n\n<ul>\n<li>Feature: add settings output to dynamic grid fields debug</li>\n<li>Fix: fixed pods multiple image data</li>\n<li>Fix: fixed url terms in filter with dynamic grid</li>\n<li>Fix: fixed users and menu not found bug in front </li>\n<li>Change: updated twig engine to the latest version</li>\n</ul>\n\n<p>version 1.5.42: 2022-11-29</p>\n\n<ul>\n<li>Feature: added functionality for time ago in posts widgets</li>\n<li>Feature: added woo variables to woo fields - woo_price_withtax, woo_price_notax</li>\n<li>Feature: added option for term child filter role\n-optimization: reduced number of queries in post related widgets</li>\n</ul>\n\n<p>version 1.5.41: 2022-11-24</p>\n\n<p>-bug fix: fixed post select in post query</p>\n\n<p>version 1.5.40: 2022-11-23</p>\n\n<ul>\n<li>Feature: added integration to woocommerce multicourancy plugins</li>\n<li>Feature: made some integration with translate press plugin</li>\n<li>Feature: added select post and select term attribute</li>\n<li>Fix: fixed dynamic loop css backgrounds with containers</li>\n<li>Fix: fixed mousewheel event in the carousel</li>\n<li>Fix: fixed some rare php error with filters</li>\n</ul>\n\n<p>version 1.5.39: 2022-11-16</p>\n\n<ul>\n<li>Fix: fixed small bug with zip extract</li>\n<li>Update: updated black friday sale banners</li>\n</ul>\n\n<p>version 1.5.38: 2022-11-10</p>\n\n<ul>\n<li>Fix: fixed galleries default sizes with post filters</li>\n<li>Fix: fixed hidden option in select filter in safari browser</li>\n<li>Fix: fixed non ssl assets url</li>\n<li>Feature: added \"schema\" special attribute</li>\n<li>Fix: fixed false autoplay in carousel</li>\n</ul>\n\n<p>version 1.5.37: 2022-11-09</p>\n\n<ul>\n<li>Fix: fixed 1px glitch bug in the carousel, on 1 item (slide mode)</li>\n<li>Feature: prepared the filters to work with ajax search</li>\n</ul>\n\n<p>version 1.5.36: 2022-11-6</p>\n\n<ul>\n<li>Feature: added function that outputs items schema</li>\n<li>Feature: improved include by meta in posts selection, added option for multiple values</li>\n<li>Feature: added option to get current user with meta in twig</li>\n<li>Addition: validate number of post list attributes, allow only one when creating widget</li>\n<li>Fix: fixed count posts in post query summary</li>\n<li>Fix: fixed entrance animation blur type</li>\n<li>Fix: fixed avoid duplicates with random order while posts load more</li>\n<li>Fix: the timeout now reset after slide change in owl carousel</li>\n<li>Fix: fixed terms selection taxonomies with idetical post type title</li>\n<li>Fix: added protection against inifinite loop in putElementorTemplate twig function</li>\n<li>Fix: fixed acf field unaccessable in some cases with elementor pro 3.8</li>\n</ul>\n\n<p>version 1.5.35: 2022-10-24</p>\n\n<p>-Fix: fixed include by id\'s from dynamic field, and terms from dynamic field in post selection</p>\n\n<p>version 1.5.34: 2022-10-19</p>\n\n<ul>\n<li>Feature: added items image size attribute (special type)</li>\n<li>Fix: fixed show backgrounds in elementor editor</li>\n</ul>\n\n<p>version 1.5.33: 2022-10-15</p>\n\n<ul>\n<li>Fix: fixed avoid duplicates with filters</li>\n<li>Fix: fixed select dropdown filter js</li>\n<li>Feature: added avoid duplicates option to manual posts selection</li>\n</ul>\n\n<p>version 1.5.32: 2022-10-11</p>\n\n<ul>\n<li>Fix: fixed some ajax pagination issues</li>\n<li>Fix: fixed pagination widget appearance on archive ajax pages with filters</li>\n<li>Fix: added twig functionality to put product attributes text</li>\n<li>Fix: fixed export with images not worked in some cases</li>\n<li>Fix: made some protection with ezcache plugin integration and filtering</li>\n<li>Fix: fixed some small php bug with this month post selection</li>\n<li>Fix: fixed some visible and hidden filters collision</li>\n<li>Fix: fixed terms select in terms filter on history back click in filters</li>\n<li>Fix: set child filter always first unselected</li>\n<li>Fix: set option for the tabs filter to be unselected</li>\n<li><p>Fix: fixed the pagination numbers if exclude offset chosen</p></li>\n<li><p>Feature: added multiple taxonomy terms in term selection</p></li>\n<li>Feature: added query id in terms selection</li>\n<li>Feature: added functionality for next / prev post</li>\n</ul>\n\n<p>version 1.5.31: 2022-09-20</p>\n\n<ul>\n<li>Fix: fixed thumbs gallery</li>\n</ul>\n\n<p>version 1.5.30: 2022-09-18</p>\n\n<ul>\n<li>Fix: fixed multiple post filters and grid connection</li>\n<li>Fix: fixed various small php errors</li>\n<li>Fix: fixed wordpress popular posts integration small bug</li>\n<li>Feature: added terms from dynamic post selection option</li>\n<li>Feature: added option for limiting terms show in post list</li>\n<li>Change: updated once more unitegallery graphics, changed assets to svg</li>\n<li>Fix: fixed thumbnail gallery arrows</li>\n</ul>\n\n<p>version 1.5.29: 2022-09-08</p>\n\n<ul>\n<li>Fix: fixed a small issue with search page and load more</li>\n<li>Fix: fix vimeo videos stoppped playing bug</li>\n</ul>\n\n<p>version 1.5.28: 2022-09-06</p>\n\n<ul>\n<li>Feature: added support for the select filter</li>\n<li>Fix: fixed some small js bug with filters</li>\n<li>Fix: fixed some post filters related popup error</li>\n<li>Change: changed the way that galleries srolls by mouseover</li>\n</ul>\n\n<p>version 1.5.27: 2022-09-02</p>\n\n<ul>\n<li>Fix: fixed popular posts plugin integration</li>\n<li>Fix: removed some console logs in filter.js file</li>\n<li>Fix: fixed ajax pagination jump</li>\n<li>Fix: fixed unitegallery strict standards bugs</li>\n<li>Change: renamed field - \"use dynamic fields\" to \"use current post data\" in widget editor</li>\n<li>Change: updated freemius sdk to: 2.4.5</li>\n</ul>\n\n<p>version 1.5.26: 2022-08-17</p>\n\n<ul>\n<li>Feature: added debug to remote elements</li>\n<li>Fix: made some protection against wrong animation names in carousel</li>\n<li>Fix: added some small fixes to carousel and remote sync js libraries</li>\n<li>Fix: done a better find closest section in remote</li>\n<li>Fix: fixed not showing values in elementor editor post selectors</li>\n</ul>\n\n<p>version 1.5.25: 2022-08-11</p>\n\n<ul>\n<li>Feature: added option to set title field in items</li>\n<li>Fix: fixed some more lazy load related protections in galleries</li>\n<li>Fix: Fixed some Elementor 3.7 deprecation issues</li>\n</ul>\n\n<p>version 1.5.24: 2022-08-09</p>\n\n<ul>\n<li>Fix: fixed some Elementor 3.7 related js bug in editor</li>\n</ul>\n\n<p>version 1.5.23: 2022-08-05</p>\n\n<ul>\n<li>Feature: added date format to date meta field post selection</li>\n<li>Feature: added more units to padding and margin attribute</li>\n<li>Feature: added option to set selected tab number in tabs filter widget</li>\n<li>Fix: fixed some unitegallery strict related scripts</li>\n<li>Fix: fixed sequance entrance animation attribute</li>\n<li>Fix: fixed some text with pagination edit mode in elementor editor</li>\n<li>Fix: fixed ajax pagination didn\'t get back to first page</li>\n<li>Fix: fixed tabs filter and taxonomy terms in one page</li>\n<li>Change: prepare the right way dates should work in post list</li>\n</ul>\n\n<p>version 1.5.22: 2022-07-24:</p>\n\n<ul>\n<li>Feature: added option to connect to another parent in remote arrows</li>\n<li>Feature: added change url and back button in ajax filers behaviour</li>\n<li>Fix: fixed doubly plugin integration import bg widgets</li>\n<li>Fix: fixed remote next/prev directions in carousels</li>\n<li>Fix: added some more protection against infinite loops from post content processing</li>\n</ul>\n\n<p>version 1.5.21 2022-07-17:</p>\n\n<ul>\n<li>Feature: added docstart and docend template in widget js</li>\n<li>Change: end of birthday sale message update</li>\n<li>Change: added warning message in case of twig collision with other plugins</li>\n</ul>\n\n<p>version 1.5.20 2022-07-13:</p>\n\n<ul>\n<li>Feature: added more widget debug type - current post fields</li>\n<li>Feature: updated admin title on edit widget view</li>\n<li>Feature: added option to carousel: scroll to head</li>\n<li>Feature: added query data attributes into filtering grid</li>\n<li>Fix: fixed ajax pagination in some cases</li>\n<li>Fix: fixed small php bug with hover animations control</li>\n<li>Fix: fixed lity lightbox with vimeo autoplay</li>\n<li>Fix: fixed item index after shuffle</li>\n<li>Fix: fixed some seleted tab filters related issues</li>\n<li>Fix: fixed load more filter doubly ajax request in some cases</li>\n<li>Fix: fixed woo scedualed sale price output</li>\n<li>Fix: in filters replace url with pagination as well</li>\n<li>Fix: changed gallery arrows to svg</li>\n</ul>\n\n<p>version 1.5.19 2022-06-27:</p>\n\n<ul>\n<li>Feature: added max posts to current query</li>\n<li>Fix: fixed controls conditions for elementor template control</li>\n<li>Feature: added more fields to dynamic grid loop (was only title)</li>\n<li>Change: added birthday sale banner and text</li>\n</ul>\n\n<p>version 1.5.17 2022-06-21:</p>\n\n<ul>\n<li>Change: updated fancybox version</li>\n<li>Fix: Fixed bug with ajax load more and ajax pagination</li>\n</ul>\n\n<p>version 1.5.17 2022-06-09:</p>\n\n<ul>\n<li>Feature: fixed entrance animation attribute</li>\n<li>Fix: fixed uc_inside_editor variable inside background widget</li>\n<li>Fix: fixed empty default value of radio boolean control</li>\n<li>Fix: fixed double filtering issues in archive pages</li>\n</ul>\n\n<p>version 1.5.16: 2022-05-31</p>\n\n<ul>\n<li>Fix: fixed double plugin versions in pro version</li>\n<li>Fix: fixed 1 size gap in one item owl carousel</li>\n<li>Fix: fixed the dissapearing options bug in mobile</li>\n</ul>\n\n<p>version 1.5.15: 2022-05-30</p>\n\n<ul>\n<li>Change: set cache folder inside wp-uploads</li>\n<li>Feature: added option to get terms last level only - for post list / grid</li>\n<li>Feature: added twig function - get_current_user</li>\n<li>Feature: disabled right click on html5 galleries (unite gallery)</li>\n<li>Fix: the image and video repeater was missing default items</li>\n<li>Fix: fixed load more and filters on a search page</li>\n<li>Fix: fixed carousel stage padding issues</li>\n<li>Fix: fixed carousel 1 item one pixel issues</li>\n<li>Fix: fixed default values in responsive selectors</li>\n</ul>\n\n<p>version 1.5.14: 2022-05-24</p>\n\n<ul>\n<li>Fix: fixed responsive default values with selectors in number and dropdown and slider controls</li>\n<li>Fix: fixed a bug in run_code_once functionality</li>\n</ul>\n\n<p>version 1.5.13: 2022-05-23</p>\n\n<ul>\n<li>Feature: added integration with \"sticky posts switch\" plugin</li>\n<li><p>Feature: added special attribute type - entrance animation</p></li>\n<li><p>Fix: fixed sync bug between two similar elements</p></li>\n<li>Fix: fixed filters loading with wp-rocket lazy load scripts</li>\n<li>Fix: fixed put_hide_ids_css function small bug</li>\n<li>Fix: fixed fetch 2 and more widgets within one section for filtering</li>\n<li>Fix: fixed slider control js empty output bug</li>\n<li>Fix: fixed gallery title as number js bug</li>\n<li>Fix: fixed gallery images from meta fields source as array </li>\n</ul>\n\n<p>version 1.5.12: 2022-05-08</p>\n\n<ul>\n<li>Feature: added integration for wpml media change</li>\n<li>Feature: bug fix: fixed hover animations setting don\'t work on front in some cases</li>\n<li>Feature: in post selection by date added options for \"future from today\", and \"future from tomorrow\".</li>\n<li>Feature: added new function: \"put_hide_ids_css\" to hide some css comma saparated id\'s from css tab.</li>\n<li>Feature: added support for ajax refresh for multiple synced grids together</li>\n<li>Feature: added option to test instagram data</li>\n<li><p>Feature: added phpinfo view in settings - troubleshooting</p></li>\n<li><p>Fix: fixed blank window opened by a link</p></li>\n<li>Fix: fixed acf boolean value present</li>\n<li>Fix: fixed another gallery related lazy load issues</li>\n</ul>\n\n<p>version 1.5.11: 2022-04-13</p>\n\n<ul>\n<li>Feature: made option to put elementor post_content inside post widget if the post made by elementor</li>\n<li>Feature: added additional fields to getPostAuthor function like avatar url and author meta</li>\n<li>Feature: show the \"no posts\" message with filters in post list / grid</li>\n<li>Feature: add background location (back/front) to background widgets</li>\n<li>Feature: done option to get post parent with the posts in posts selection</li>\n<li>Fix: set prices display in woocommerce widgets including tax</li>\n<li>Fix: fixed editor js files didn\'t loaded bug</li>\n<li>Fix: fixed css output with dynamic template and inline css mode</li>\n<li>Fix: fixed the ajax pagination that now works with post based gallery widget</li>\n<li>Fix: fixed filters scripts loading before jquery in js</li>\n<li>Fix: allow to select empty terms in term selection control</li>\n<li>Change: set default values of responsive number / slider / dropdown controls to desktop default values</li>\n</ul>\n\n<p>version 1.5.10: 2022-04-04</p>\n\n<ul>\n<li>Fix: fixed title and description source in gallery source selection</li>\n<li>Fix: fixed the dropdown attribute php filter for elementor</li>\n<li>Feature: added \"menu_id\" for various uses as menu attribute output</li>\n<li>Feature: added option for side offset in owl carousel</li>\n<li>Feature: added option for second items html refresh in ajax filters</li>\n</ul>\n\n<p>version 1.5.9: 2022-03-27</p>\n\n<ul>\n<li>Fix: fixed simple meta output for post list</li>\n<li>Feature: made dynamic grid work with filters</li>\n<li>Feature: the background widgets works for the new container objects as well</li>\n<li>Feature: added include by another meta field in post query</li>\n</ul>\n\n<p>version 1.5.8: 2022-03-23</p>\n\n<ul>\n<li>Feature: set special behaviour for more then one filters on the page</li>\n<li>Feature: added option to load video item from posts in a gallery</li>\n<li>Change: set up galleries common default items</li>\n<li>Fix: fixed unclosable gallery lightbox with youtube videos</li>\n<li>Fix: fixed elementor 3.6.0 compatability</li>\n</ul>\n\n<p>version 1.5.7: 2022-03-17</p>\n\n<ul>\n<li>Feature: added option to modify dropdown items in php\nFix: fixed gallery default items preview and init\nFix: fixed remote counter js error</li>\n</ul>\n\n<p>version 1.5.6 = 2022-03-15:</p>\n\n<p>Fix: fixed dissapearing items in remote related widgets</p>\n\n<p>version 1.5.5 = 2022-03-15:</p>\n\n<ul>\n<li>Feature: added woocommerce sorting options in posts selection by number of sales and rating</li>\n<li>Feature: added option to get related products on checkout page</li>\n<li>Feature: done manual posts and terms selections sort by drag and drop</li>\n<li>Feature: done option to custom refresh filters html (for carousels, galleries etc)</li>\n<li>Feature: made the attributes dialog support multi controls</li>\n<li>Feature: prepared the galleries and dynamic loops to use filters and load more\nFix: fixed query debug in manual posts selection\nFix: fix: fixed posts_per_page in manual posts selection\nFix: fix: fixed jquery include for remote widgets</li>\n</ul>\n\n<p>version 1.5.4 = 2022-03-06:</p>\n\n<ul>\n<li>Feature: added roles to post filter: single, main and child</li>\n<li>Feature: added option \"placeholder\" and \"disable dynamic\" for text field control</li>\n<li>Feature: added option for debug meta fields in post list, post grid</li>\n<li>Fix: fixed some pagination widget buttons related issues</li>\n<li>Fix: fixed non clickable items in some widgets</li>\n<li>Fix: fixed put_items(0) - first item output in twig</li>\n</ul>\n\n<p>version 1.5.3 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: added functionality to put image inside taxonomy terms widget</li>\n<li>Fix: fixed load more on archive page with orderby=xxx filter in url</li>\n<li>Fix: made support for woocommerce special order by in load more</li>\n<li>Change: updated freemius sdk to 2.4.3 version (Security fix)</li>\n</ul>\n\n<p>version 1.5.2 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: set up remote and sync functionality for the galleries</li>\n<li>Fix: fixed load more for current query posts</li>\n<li>Fix: fixed background js based widgets with elementor popups</li>\n<li>Fix: fixed unitegallery unclosed tag issue</li>\n<li>Fix: fixed replace mode in tabs filters</li>\n</ul>\n\n<p>version 1.5.1 = 2022-02-21:</p>\n\n<ul>\n<li>Feature: improved post pagination debug and added force options</li>\n<li>Feature: added code for the button filters</li>\n<li>Feature: added option to shuffle owl carousel</li>\n<li>Feature: added option for general \"shuffle\" in items</li>\n<li>Feature: made option for text modify, and get the current page url and current page title</li>\n<li>Feature: get feature image of a product from a first gallery image if featured image not exists</li>\n<li>Feature: added function \"one_random\" and \"first\" to get_items twig function</li>\n<li>Feature: added support for jet listing item</li>\n<li>Change: changed the \"choose template\" setting text to attirbute title</li>\n<li>Fix: fixed load more if offset turned on in the grid</li>\n<li>Fix: fixed link control attributes parsing</li>\n<li>Fix: fixed sync general api related bugs in elementor editor</li>\n</ul>\n\n<p>version 1.5.0 = 2022-02-02:</p>\n\n<ul>\n<li>Feature: added tabs in items controls</li>\n<li>Feature: added functionality for ajax taxonomies terms filter</li>\n<li>Feature: added some accessability to owl carousel buttons</li>\n</ul>\n\n<p>version 1.4.99: 2022-01-27:</p>\n\n<ul>\n<li>Feature: added option for disable content filtering in general settings->troubleshooting</li>\n<li>Feature: added taxonomies in widget debug output</li>\n<li>Fix: fixed some gallery lazy load related js bugs</li>\n</ul>\n\n<p>version 1.4.98: 2022-01-14:</p>\n\n<ul>\n<li>Feature: modified remote general js api to fit more types of widgets</li>\n<li>Feature: added support for put meta field in post list</li>\n<li>Fix: fixed some small php notices output in post query</li>\n</ul>\n\n<p>version 1.4.97 = 2022-01-06:</p>\n\n<ul>\n<li>Feature: add code base for the taxonomy filter</li>\n<li>Feature: added option to highlight all carousel items</li>\n<li>Feature: added active class to new owl carousel</li>\n<li>Feature: added scroll on click functionality to new owl carousel</li>\n<li>Fix: added support for acf fields styles in dynamic grid</li>\n<li>Fix: fixed some wp-rocket and filters related bug</li>\n</ul>\n\n<p>version 1.4.96 = 2021-12-29:</p>\n\n<ul>\n<li>Feature: use yoast main category feature to determine post main category</li>\n<li>Feature: added get woocommerce product gallery functionality to twig</li>\n<li>Feature: added support for multiple attribute conditoins values</li>\n<li>Feature: added menu order in advanced widget debug type</li>\n<li>Feature: added WooCommerce endpoints links code to twig</li>\n<li>Feature: added option to disable font awesome in general settings</li>\n<li>Fix: fixed some filters related issue</li>\n<li>Fix: added custom attributes to link attributes output</li>\n</ul>\n\n<p>version 1.4.95 = 2021-12-16:</p>\n\n<p>*Fix: fixed db table not found php bug in some cases</p>\n\n<p>version 1.4.94 = 2021-12-14:</p>\n\n<ul>\n<li>Feature: made posible multiple includes condition values per assets</li>\n<li>Feature: added meta value2 and meta value3 in include by meta value post selection</li>\n<li>Feature: added error notice if no api connectivity</li>\n<li>Feature: added attributes section conditions</li>\n<li>Feature: prepared code base for the new galleries</li>\n<li>Fix: fixed some small pagination related bug</li>\n<li>Fix: fixed remote connection parent detection in some cases</li>\n<li>Fix: added content filtering by filter widget_text_content for all the embed and other content modifications</li>\n<li>Fix: fixed edit defaulsin widget settings</li>\n<li>Fix: fixed some polylang issues with the template in dynamic template widgets</li>\n<li>Fix: [security] remove the \"duplicate layout\" functionality (not used in the plugin) that had some security issues </li>\n</ul>\n\n<p>version 1.4.93 = 2021-12-03:</p>\n\n<ul>\n<li>Fix: fixed some connected widgets bugs when there is many of them in the page</li>\n<li>Change: removed the black friday sale banner</li>\n<li>Feature: added general remote API for various widgets connections</li>\n<li>Feature: add some code base for the new gallery output</li>\n</ul>\n\n<p>version 1.4.92 = 2021-11-24:</p>\n\n<ul>\n<li>Fix: fixed similar post content in post list</li>\n<li>Change: saparated remote and sync options in connected widgets settings</li>\n</ul>\n\n<p>version 1.4.91 = 2021-11-23:</p>\n\n<ul>\n<li>Fix: fixed the wrong post intro in editor mode</li>\n</ul>\n\n<p>version 1.4.90 = 2021-11-22:</p>\n\n<ul>\n<li>Addition: added black friday banner discount banner and link</li>\n<li>Change: improved \"sync widgets\" editor experience</li>\n<li>Fix: fixed depricated \"post\" attribute bug</li>\n<li>Fix: modified zip extracting error messages</li>\n</ul>\n\n<p>version 1.4.89 = 2021-11-17:</p>\n\n<ul>\n<li>Feature: done the functionality for sync widgets</li>\n<li>Feature: done the functionality remote widgets</li>\n<li>Fix: fixed error message on remote widgets</li>\n<li>Fix: fixed css in post content in editor</li>\n<li>Fix: use better strip tags for post intro</li>\n</ul>\n\n<p>version 1.4.88 = 2021-11-08:</p>\n\n<ul>\n<li>Fix: fixed gutenberg support in widgets</li>\n<li>Fix: fixed all the pagination issues in archive page</li>\n</ul>\n\n<p>version 1.4.86 = 2021-11-01:</p>\n\n<ul>\n<li>Fix: fixed some load more last issues</li>\n<li>Feature: added code for taxonomy terms filter</li>\n<li>Feature: added code for checkbox filter</li>\n</ul>\n\n<p>version 1.4.86 = 2021-10-29:</p>\n\n<ul>\n<li>Feature: improved current query debug - full type</li>\n<li>Feature: added dropdown responsive placeholders</li>\n<li><p>Feature: added radio boolean attribute responsive controls</p></li>\n<li><p>Fix: fixed controls tabs functionality</p></li>\n<li>Fix: fixed load more custom image bug</li>\n<li>Fix: fixed double load more in a page mishmash bug</li>\n<li>Fix: fixed all load more issues</li>\n</ul>\n\n<p>version 1.4.85 = 2021-10-13:</p>\n\n<p>-bug fix: small bug fix - headers sent bug</p>\n\n<p>version 1.4.84 = 2021-10-13:</p>\n\n<ul>\n<li>Feature: added taxonomy terms full query debug option</li>\n<li>Feature: improved full debug type in posts query</li>\n<li>Feature: added items support in editor->background switcher</li>\n<li>Feature: added support for remote controls</li>\n<li>Feature: functionality to posts load more</li>\n<li>Feature: added second condition</li>\n<li>Feature: added tabs functionality to attributes</li>\n<li>Addition: added %,px to slider units</li>\n<li>Fix: fixed avoid duplicates related bug</li>\n<li>Fix: fixed conflicting wordpress codemirror script</li>\n<li>Fix: fixed post selection values init from editor</li>\n<li>Fix: fixed pagination on front page</li>\n<li>Fix: fixed some polylang related bugs</li>\n</ul>\n\n<p>version 1.4.83 = 2021-09-22:</p>\n\n<ul>\n<li>Fix: fixed styles mishmash inside elementor editor navigator</li>\n<li>Fix: fixed dissapearing carousels after refresh bug</li>\n<li>Fix: fixed dynamic grid pagination not changed</li>\n</ul>\n\n<p>version 1.4.82 = 2021-09-20:</p>\n\n<ul>\n<li>Feature: added troubleshooting setting - show php error message</li>\n<li>Feature: added px, vh, % options for slider attribute</li>\n<li>Feature: added dynamic group attributes for galleries, including image and video</li>\n<li>Feature: added option to convert one date string to another with ucdate filter</li>\n<li>Feature: added option to use items in background widgets</li>\n<li>Feature: added ucfunc(\"set\") and ucfunc(\"get\") functions in twig for remember and retrieve variables</li>\n<li>Feature: added include by option: \"children of current term\" to category selection options</li>\n<li>Feature: added option to pull woo product variations in twig</li>\n<li>Feature: added placeholder: link_withprefix, link_noprefix for link attribute</li>\n<li>Fix: fixed error when exists dynamic link in dynamic loop widgets</li>\n<li>Fix: enabled pagination in a single type in dynamic template grid</li>\n<li>Fix: the \"not equal\" attributes condition now works</li>\n<li>Fix: fixed not editable empty dropdown attribute in widget editor</li>\n<li>Fix: fixed mb_string absence php bug</li>\n<li>Fix: fixed heading attribute label</li>\n<li>Fix: fixed responsive elementor controls in widget items</li>\n</ul>\n\n<p>version 1.4.81 = 2021-08-17:</p>\n\n<ul>\n<li>Feature: added json select (lottie) for image attribute type </li>\n<li>Feature: made option for ajax in widgets with post list attribute</li>\n<li>Feature: made the ajax pagination work with pagination widget</li>\n<li>Feature: added dynamic options for number and slider attribute types</li>\n<li>Feature: added new owl carousel sources in assets chooser</li>\n<li>Feature: added heading attribute</li>\n<li>Change: added more types of debug for pagination widget</li>\n<li>Change: changed widget icons chooser for elementor icon instead of font awesome icon</li>\n<li>Fix: fixed import with template button dissapear in the new bar</li>\n<li>Fix: fixed widgets icons</li>\n</ul>\n\n<p>version 1.4.80 = 2021-08-09:</p>\n\n<ul>\n<li>Feature: added option to change items section label</li>\n<li>Feature: added js snippet with code that works in elementor popup</li>\n<li>Feature: added option to add {current_user_id} keyword in post meta query</li>\n<li>Feature: added option for block label inside each attribute</li>\n<li>Feature: added heading text option for items section</li>\n<li>Feature: added extra fields to image base gallery options</li>\n<li>Feature: added php filter option for variable</li>\n<li>Feature: added twig functions \"get_post_term\" and \"is_post_has_term\". The examples visible when you click on item.posts.putPostTerm placeholder</li>\n<li>Fix: fixed some test widgets output relate bugs</li>\n<li>Fix: conditions settings was not affected typography controls</li>\n<li>Fix: fixed template dynamic background image didn\'t displayed bug in dynamic loops</li>\n<li>Change: added some instructions for api connectivity test in general settings - troubleshooting</li>\n</ul>\n\n<p>version 1.4.79 = 2021-07-13</p>\n\n<ul>\n<li>Fix: fixed scripts output in preview widget page</li>\n</ul>\n\n<p>version 1.4.78 = 2021-07-12</p>\n\n<ul>\n<li>Change: added birthday sale promotions</li>\n<li>Feature: added woo commerce products to dynamic loop items source</li>\n</ul>\n\n<p>version 1.4.77 = 2021-07-07</p>\n\n<ul>\n<li>Fix: fixd the is_ajax() error function from the admin area</li>\n</ul>\n\n<p>version 1.4.76 = 2021-07-07</p>\n\n<ul>\n<li>Feature: added option to show post last modified date</li>\n<li>Feature: added function: get_from_sql in widget editor that allow to pull any custom records from DB</li>\n<li>Feature: added function: run_code_once in widget editor, that allow to run the code only once. Good for many similar widgets on the same page</li>\n<li>Feature: added option for load widget js as module</li>\n<li>Fix: fixed no key_thumb field in images inside widget</li>\n<li>Fix: fixed no condition in image sizes widget setting</li>\n<li>Fix: fixed javascript based backgrounds</li>\n<li>Fix: fixed brocken svg icon on catalog widget box in some of the cases</li>\n<li>Fix: fixed collision with rankmath in ajax actions</li>\n<li>Change: added some max length for a widget category, now it\'s 60</li>\n</ul>\n\n<p>version 1.4.75 = 2021-06-21</p>\n\n<ul>\n<li>Feature: added category image to products list</li>\n<li>Feature: added option to include as module widget js include</li>\n<li>Feature: added option to write custom handle to widget js and css include</li>\n<li>Feature: added options - avoid duplicate posts to post query exclude</li>\n<li>Feature: added option to include or exclude posts by dynamic field to posts selection</li>\n<li>Feature: added option to include or exclude posts by logged in user, in posts selection</li>\n<li>Fix: fixed background widget condition functionality</li>\n<li>Fix: changed template picker to simple select2 list</li>\n</ul>\n\n<p>version 1.4.74 = 2021-06-02</p>\n\n<ul>\n<li>Feature: added function put_date_range to twig functions. good for events widgets</li>\n<li>Feature: added integration with google map</li>\n<li>Feature: added function: \"run_code_once\" for twig</li>\n<li>Feature: added grouped options for the gallery</li>\n<li>Feature: added option to get posts by date from custom ACF field</li>\n<li>Feature: added gallery settings options for dynamic settings attribute</li>\n<li>Feature: added pagination to dynamic loop</li>\n<li>Change: improved dynamic settings attribute</li>\n</ul>\n\n<p>version 1.4.73 = 2021-05-20</p>\n\n<ul>\n<li>Feature: added twig function: \"put_attributes_json\" that available in js tab in widget editor</li>\n<li>Feature: added constant - uc_inside_editor - for distinquish between editor and site front</li>\n<li>Feature: added multiple select attribute</li>\n<li>Feature: added listing attribute support</li>\n<li>Fix: fixed \"request too long\" message on a widget preview - shortened preview url</li>\n<li>Fix: fixed several bugs with condition field in widgets editor</li>\n<li>Fix: fixed hidden image size select on item attributes</li>\n<li>Fix: fixed acf group field output</li>\n<li>Fix: fixed elementor template in items, changed to specific function</li>\n</ul>\n\n<p>version 1.4.72 = 2021-05-02</p>\n\n<ul>\n<li>Feature: added rating stars helper placeholder for woocommerce</li>\n<li>Feature: added option to include js file after elementor-frontend</li>\n<li>Fix: fixed new typography deprecation message</li>\n</ul>\n\n<p>version 1.4.71 = 2021-04-22</p>\n\n<ul>\n<li>Feature: added option to take post id\'s from php function in post selection</li>\n<li>Feature: added option for get posts by meta field that located in current or different post</li>\n<li>Feature: added twig filter: wc_price for native price filtering</li>\n<li>Feature: added post terms titles to post data debug</li>\n<li>Change: added option for woocommerce categories in terms selection</li>\n<li>Fix: fixed price issues in woocommerce related grids</li>\n<li>Fix: fixed include and exclude terms mismatch with nested tax query</li>\n<li>Fix: fixed pagination on search pages</li>\n</ul>\n\n<p>version 1.4.70 = 2021-04-14</p>\n\n<ul>\n<li>Feature: added show widget data debug options</li>\n<li>Feature: added option for filter post by post meta</li>\n<li>Feature: added option for simple condition for attributes</li>\n<li>Feature: added integration with wordpress popular post plugin for most viewed posts selection</li>\n<li>Feature: added post list variables for data debug</li>\n<li>Feature: added image sizes selector for post list</li>\n<li>Feature: get thumbnailID from content in case that it\'s missing in post</li>\n<li>Fix: when bulk moving attribute it now always goes to general category</li>\n<li>Fix: fixed filter posts by status</li>\n<li>Fix: fixed instagram media albom</li>\n</ul>\n\n<p>version 1.4.69 = 2021-04-04</p>\n\n<ul>\n<li>Feature: added extra query debug options for custom post types selector</li>\n<li>Feature: added choose image size select option to image attribute</li>\n<li>Feature: added \"image_attributes\" placeholder for image output in widget editor</li>\n<li>Change: added default values select to hover animations attribute</li>\n<li>Change: changed button \"add to cart\" to \"select options\" for variable products in woocommerce list widgets</li>\n<li>Fix: fixed border radius attribute from width to radius</li>\n<li>Fix: added missing thumb sizes for image select</li>\n</ul>\n\n<p>version 1.4.68 = 2021-03-22</p>\n\n<ul>\n<li>Feature: added include recently viewed products in woocommerce</li>\n<li>Feature: added option for default max posts in post selector</li>\n<li>Feature: added attribute type: Border Dimensions</li>\n<li>Feature: added attribute type: CSS Filters</li>\n<li>Feature: added attribute type: Hover Animations</li>\n<li>Fix: removed max posts from archive type post query selection, because has no control over pagination.</li>\n<li>Fix: fixed bug when instagram video images didn\'t show up</li>\n</ul>\n\n<p>version 1.4.67 = 2021-03-12</p>\n\n<ul>\n<li>Feature: added api connectivity to troubleshooting section</li>\n<li>Feature: added options in terms selection fields</li>\n<li><p>Feature: added order by meta key for woo categories select</p></li>\n<li><p>Fix: fixed woo product price format for decimal prices</p></li>\n<li>Fix: fixed context menu cut from bottom inside the widgets manager</li>\n<li>Fix: fixed show item data in widgets items repeater</li>\n<li>Fix: fixed float to round in woocommerce discount percents</li>\n</ul>\n\n<p>version 1.4.66 = 2021-02-18</p>\n\n<ul>\n<li>Feature: added \"box shadow\" attribute type</li>\n<li>Feature: added url_posts and num_posts to users output</li>\n<li>Feature: added option for selector 2 and selector 3 in several attributes</li>\n<li>Feature: added copy / paste attributes sections in widget editor</li>\n<li>Feature: added option for get default object to getListingItemData function</li>\n<li>Feature: added support for wpml site language inside a widget</li>\n<li>Feature: added acf image and thumbnails widths and heights to placeholders list</li>\n<li>Fix: load js include file in editor even if no js code</li>\n<li>Fix: fixed some php notice with exclude terms posts selection</li>\n<li>Fix: fixed small bug in getListingItemData function with no object returned</li>\n<li>Fix: fixed post selection manual select no posts shown at init</li>\n<li>Fix: fixed bug when private posts not fetched on manual posts selection</li>\n<li>Change: updated codemirror to latest version, added code search feature</li>\n<li>Change: updated freemius sdk to 2.4.2</li>\n</ul>\n\n<p>version 1.4.65 = 2021-02-03</p>\n\n<ul>\n<li>Feature: added option to fetch custom meta fields in users list</li>\n<li>Feature: added function to twig: getByPHPFunction()</li>\n<li>Feature: added function to twig: getUserMeta()</li>\n<li>Feature: added function to twig: getListingItemData() - working inside any plugin listing</li>\n<li>Fix: fixed php sanitize array bug</li>\n<li>Fix: fixed post type in related posts post selection</li>\n</ul>\n\n<p>version 1.4.64 = 2021-02-02</p>\n\n<ul>\n<li>Change: moved \"edit widget html\" button to advanced section in general tab</li>\n<li>Feature: added option to exclude products on sale in products query section in widget settings</li>\n<li>Feature: added option to exclude specific posts in post selection widget settings</li>\n<li>Feature: added woocommerce related products select in post selection</li>\n<li>Feature: added include/exclude posts by author in widget posts selection</li>\n<li>Feature: added include/exclude posts by date in widget posts selection</li>\n<li>Feature: added date/time picker to widget attributes types</li>\n<li>Feature: added post status to widget posts selection</li>\n<li>Feature: added offset setting to widget posts selection</li>\n<li>Feature: added author url and author post count to users fields</li>\n<li>Feature: added max number of users to user selection attribute</li>\n<li>Feature: added \"elementor template\" attribute</li>\n<li>Fix: fixed small php bug in post selection control</li>\n<li>Fix: fixed js bug in items repeater</li>\n<li>Fix: fixed exclude role not worked in user selection attribute</li>\n<li>Fix: fixed get products on sale selection with variations</li>\n</ul>\n\n<p>version 1.4.63 = 2021-01-26</p>\n\n<ul>\n<li>Feature: added acf link array and attributes</li>\n<li>Feature: added ordering features to post selection related and manual</li>\n<li>Feature: added option for showing only sticky posts</li>\n<li>Feature: added exclude by term setting in widget post selection</li>\n<li>Change: moved debug data from advaned to general folder in elementor widget settings</li>\n<li>Fix: fixed woo commerce prices number format</li>\n<li>Fix: fixed refresh posts on \"post query\" section open in widget post settings</li>\n<li>Fix: fixed manual posts selection default order</li>\n</ul>\n\n<p>version 1.4.62 = 2021-01-21</p>\n\n<ul>\n<li>Feature: added text shadow field</li>\n<li>Feature: added \"manual selection\" in posts query</li>\n<li>Feature: added compatability tag</li>\n<li>Fix: fixed image size thumb name with \"-\" sign inside</li>\n<li>Fix: fixed some php warning related to array to string conversion, happening in php 8</li>\n<li>Change: show woo commerce placeholders if selected \"for woocommerce products\" checkbox in post list attribute</li>\n<li>Change: improved woo category output placeholder help, added getTermCustomFields function</li>\n</ul>\n\n<p>version 1.4.61 = 2021-01-14</p>\n\n<ul>\n<li>Feature: added max posts and order by options to current query posts selection</li>\n<li>Feature: added manual selection for woocommerce categories select</li>\n<li>Feature: added selector and responsive to drop down attribute in widget builder</li>\n<li>Change: changed buy pro version link from the catalog widgets to inside of the plugin</li>\n<li>Fix: fixed adding widgets to a db table that is not auto incriment</li>\n<li>Fix: fixed svg preview from widget builder interface</li>\n<li>Fix: fixed manual memory check when registering widgets</li>\n</ul>\n\n<p>version 1.4.60 = 2020-12-30</p>\n\n<ul>\n<li>Feature: added option for third party integration for woocommerce grid</li>\n<li>Feature: added integration for \"advanced labels for woocommerce\" plugin</li>\n<li>Feature: added view file button in assets manager</li>\n<li>Feature: added svg icon option together with font icon for elementor panel widget box</li>\n<li>Feature: added preview image on mouseover inside elementor panel widget box</li>\n<li><p>Feature: added option for disabling \"edit widget html\" from widget settings</p></li>\n<li><p>Fix: fixed empty settings when there are gallery item setting only</p></li>\n<li>Fix: added \"no settings\" heading in case that no attributes in the widget</li>\n<li>Fix: fixed some php warnings for php 8.0</li>\n</ul>\n\n<p>version 1.4.59 = 2020-12-17</p>\n\n<ul>\n<li>Fix: fixed import template redirect</li>\n<li>Feature: added option to include sticky posts for post query</li>\n<li>Feature: added post pagination for single page</li>\n<li>Feature: added number of items for instagram widget</li>\n<li>Feature: added background image to background attribute</li>\n</ul>\n\n<p>version 1.4.58 - 2020-12-07</p>\n\n<ul>\n<li>Feature: make the plugin translatable for wordpress.org</li>\n</ul>\n\n<p>version 1.4.57 - 2020-12-07</p>\n\n<ul>\n<li>Feature: done post pagination widget for archive posts</li>\n<li>Feature: added option to truncate the post list</li>\n<li>Fix: fixed show debug query on current post query</li>\n</ul>\n\n<p>version 1.4.56 - 2020-11-30</p>\n\n<ul>\n<li>Update: relesed cyber monday deal admin notice</li>\n</ul>\n\n<p>version 1.4.55 - 2020-11-26</p>\n\n<ul>\n<li>Feature: added option to sort by sale price</li>\n<li>Feature: added option to debug query</li>\n<li>Feature: added option debug widget data</li>\n<li>Feature: added option to filter posts with child categories</li>\n<li><p>Feature: added option to include only products on sale</p></li>\n<li><p>Fix: fixed no widget shown in some cases</p></li>\n<li>Fix: fixed woocommerce prices placeholders prefix</li>\n</ul>\n\n<p>version 1.4.54 - 2020-11-13 =</p>\n\n<ul>\n<li>Update: updated freemius sdk to newest version</li>\n<li>Fix: fixed comma saparated selector</li>\n</ul>\n\n<p>version 1.4.53 - 2020-11-09 =</p>\n\n<ul>\n<li>Feature: added background widgets and section backgrounds</li>\n<li>Change: removed global colors from template export</li>\n<li>Fix: fixed bug with regular and sale price in woocommerce</li>\n</ul>\n\n<p>version 1.4.52 - 2020-11-06 =</p>\n\n<p>Fix: fixed bug with regular and sale price in woocommerce</p>\n\n<p>version 1.4.51 - 2020-11-04 =</p>\n\n<ul>\n<li>Feature: added svg output in icon library attribute</li>\n<li>Feature: added woocommerce checkbox to post list</li>\n<li>Feature: added product out of stock filter for product selection</li>\n<li>Feature: added discount_percent field in post list attribute woocommerce product type</li>\n<li>Feature: added woocommerce post list order by price option</li>\n<li>Fix: fixed woocommerce category in post list attribute</li>\n</ul>\n\n<p>version 1.4.50 - 2020-10-21 =</p>\n\n<ul>\n<li>Fix: removed display errors setting</li>\n</ul>\n\n<p>version 1.4.49 - 2020-10-12 =</p>\n\n<ul>\n<li>Fix: fixed small bug with non existing controls</li>\n<li>Fix: fixed general settings error when turning off plugin</li>\n</ul>\n\n<p>version 1.4.48 - 2020-10-12 =</p>\n\n<p>*Feature: added border attribute\n*Fix: page break in some versions of elementor\n*Fix: fixed bulk move attributes with categories\n*Fix: fixed default items image field not match</p>\n\n<p>version 1.4.47 - 2020-10-08 =</p>\n\n<ul>\n<li>Update: remove russian translation</li>\n<li>Feature: added function: get_items for twig</li>\n<li>Fix: fixed switch content and style tab</li>\n<li>Fix: fixed slider control tablet/mobile default value</li>\n<li>Fix: fixed non ordered widget categories</li>\n</ul>\n\n<p>version 1.4.46 - 2020-10-04 =</p>\n\n<ul>\n<li>Feature: added function put_items_json for js items output</li>\n<li>Fix: returned widgets from uncategorized category</li>\n</ul>\n\n<p>version 1.4.45 - 2020-10-04 =</p>\n\n<ul>\n<li>Fix: fixed template import with custom widgets</li>\n</ul>\n\n<p>version 1.4.44 - 2020-10-03 =</p>\n\n<ul>\n<li>Feature: added flexible content type attribute</li>\n<li>Optimize: reduced the number of db queries, dramatically increased load speed</li>\n</ul>\n\n<p>version 1.4.43 - 2020-09-22 =</p>\n\n<ul>\n<li>Feature: added option to group attributes into sections</li>\n<li>Feature: done instagram access token auto renew</li>\n<li>Feature: added \"selector\" to color picker attribute</li>\n<li>Fix: improved consolidate widgets option protection</li>\n<li>Fix: fixed select default widget images</li>\n<li>Fix: fixed default items in gallery item (image base fields)</li>\n<li>Fix: fixed image display in default item selector</li>\n<li>Fix: global colors was absent from color selection</li>\n</ul>\n\n<p>version 1.4.42 - 2020-08-06 =</p>\n\n<ul>\n<li>Feature: added option to get grouped woocomerce products</li>\n<li>Feature: added instagram connect to official API</li>\n<li>Feature: added function: getUserData(), added into \"twig code examples\" panel</li>\n<li>Feature: added \"printVar\" and \"showDebug\" functions \"twig code examples\" panel</li>\n<li>Feature: done \"login with instagram\" in general settings, and get data from instgram API</li>\n<li>Fix: sorted \"overwrite widgets\" issue on import</li>\n<li>Fix: fixed dropdown attribute when work with html data</li>\n</ul>\n\n<p>version 1.4.41 - 2020-06-18 =</p>\n\n<ul>\n<li>Feature: added additional controls to \"number\" attribute</li>\n<li>Feature: added \"exclude uncategorized category\" to woocommerce categories select </li>\n<li>Feature: added responsive controls to slider attribute</li>\n<li>Fix: fixed template type variable issues in elementor integration</li>\n<li>Fix: show pagination only when \"current query\" is available</li>\n<li>Fix: fixed select2 field min width in posts query</li>\n</ul>\n\n<p>version 1.4.40 - 2020-06-10 =</p>\n\n<ul>\n<li>Change: hided \"consolidate widgets\" general setting</li>\n<li>Feature: added \"show/hide wrapping html comments\" to general settings</li>\n<li>Fix: fixed export template filename</li>\n</ul>\n\n<p>version 1.4.39 - 2020-06-02 =</p>\n\n<ul>\n<li>Fix: fixed save widgets from editor with large config limitation.</li>\n<li>Fix: fixed export template with page settings bug.</li>\n<li>Fix: removed extra fields from items editor, leaved only supported fields</li>\n<li>Change: updated freemius SDK to latest version</li>\n</ul>\n\n<p>version 1.4.36 - 2020-05-21 =</p>\n\n<ul>\n<li>Feature: added support for pods panda repeater</li>\n<li>Fix: done some solution for max_execution_time issues when installing template</li>\n<li>Fix: fixed rtl on templates dialog popup</li>\n<li>Fix: corrected the naming near the \"number\" field</li>\n<li>Fix: cleared \"twig\" library from some not needed files.</li>\n<li>Change: removed \"image view\" file from framework.</li>\n</ul>\n\n<p>version 1.4.35 - 2020-05-11 =</p>\n\n<ul>\n<li>Feature: added term custom fields support</li>\n<li>Feature: added term meta fields support</li>\n<li>Change: moved composer vendor folder to plugin root</li>\n<li>Change: fixed empty templates list bug when \"show only installed widget\" checkbox checked</li>\n<li>Fix: sorted out some of the templates import bugs</li>\n</ul>\n\n<p>version 1.4.34 - 2020-05-06 =</p>\n\n<ul>\n<li>Fix: removed category ations from templates section</li>\n<li>Fix: show \"putPostMeta\" function even if no example post available</li>\n<li>Fix: fixed finally all the DB not installed issues on elementor and admin pages</li>\n</ul>\n\n<p>version 1.4.33 - 2020-05-03 =</p>\n\n<ul>\n<li>Fix: fixed double twig collision by another plugin</li>\n</ul>\n\n<p>version 1.4.32 - 2020-05-02 =</p>\n\n<ul>\n<li>Update: updated to newest twig 1.x version</li>\n<li>Fix: fixed no space between placeholders in php 7.4 bug</li>\n</ul>\n\n<p>version 1.4.31 - 2020-04-26 =</p>\n\n<p>*Fix: fixed dissapearing widget issue</p>\n\n<p>version 1.4.30 - 2020-04-23 =</p>\n\n<ul>\n<li>Fix: fixed couple of bugs related to templates</li>\n</ul>\n\n<p>version 1.4.29 - 2020-04-22 =</p>\n\n<ul>\n<li>Feature: released the templates catalog</li>\n</ul>\n\n<p>version 1.4.28 - 2020-04-10 =</p>\n\n<ul>\n<li>Feature: added woocommerce categories field</li>\n<li>Fix: fixed export / import with images feature</li>\n<li>Fug: fixed error message on front on some cases when the db tables not installed yet.</li>\n</ul>\n\n<p>version 1.4.27 - 2020-04-01 =</p>\n\n<p>Fix: fixed widget default icon in manager\nFeature: added \"getPostMeta, putPostMeta, printPostMeta\" functions\nFeature: added \"getPostData\" function for acf related posts, that get\'s all the data from the related post including custom fields</p>\n\n<p>version 1.4.26 - 2020-03-28 =</p>\n\n<ul>\n<li>Change: changed to new api address</li>\n<li>Fix: fixed links not included bug in theme builder posts</li>\n<li>Fix: fixed link to buy pro version</li>\n<li>Fix: fixed free version remain activated bug</li>\n<li>Fix: simpleXML validation made the site down</li>\n</ul>\n\n<p>version 1.4.25 - 2020-03-09 =</p>\n\n<ul>\n<li>Feature: added \"responsive controls\" to margin and padding setting</li>\n<li>Feature: made \"refresh catalog\" button</li>\n<li>Feature: added \"num_items\" variable to the widget editor</li>\n<li>Change: removed the \"default fonts\" from widget defaults screen</li>\n<li>Fix: fixed some php bug in \"implode\" function</li>\n<li>Fix: fixed posts from sub categories in post list</li>\n</ul>\n\n<p>version 1.4.24 - 2020-02-14 =</p>\n\n<ul>\n<li>Feature: made \"export with images\" option in templates</li>\n<li>Fix: fixed import category widgets</li>\n<li>Fix: fixed icon html output placeholder</li>\n</ul>\n\n<p>version 1.4.23 - 2020-02-02 =</p>\n\n<ul>\n<li>Feature: improved the slider attribute</li>\n<li>Feature: added \"menu\" attribute</li>\n</ul>\n\n<p>version 1.4.22 - 2020-01-28 =</p>\n\n<ul>\n<li>Feature: added woo currency symbol</li>\n<li>Feature: added woo add to cart button</li>\n<li>Feature: added slider attribute</li>\n<li>Widget: logo grid</li>\n<li>Widget: logo carousel</li>\n<li>Widget: logo marquee</li>\n<li>Widget: image tooltip</li>\n<li>Widget: content toggle</li>\n<li>Widget: circle number</li>\n<li>Widget: post list</li>\n</ul>\n\n<p>version 1.4.21 - 2020-01-22 =</p>\n\n<ul>\n<li>Feature: added users attribute</li>\n<li>Feature: done multiple post type selector</li>\n<li>Feature: added background attribute</li>\n<li>Feature: added icon library html output</li>\n<li>Feature: added woo commerce support in posts list</li>\n<li>Bug fix: fixed icons not shown bug in widget settings</li>\n</ul>\n\n<p>version 1.4.20 - 2020-01-15 =</p>\n\n<ul>\n<li>Bug fix: fixed font awesome icon output</li>\n<li>Bug fix: fixed instagram not loading bug</li>\n<li>Change: updated font awesome css version</li>\n<li>Change: changed the way that instagram was loaded on the page</li>\n</ul>\n\n<p>version 1.4.19 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added filter by slug to terms attribute</li>\n<li>Feature: changed repeater items titles to the ones from \"title\" field instead of \"Item1\", \"Item2\" etc.</li>\n<li>Feature: added automated styling for date field, added \"ucdate\" filter for that.</li>\n<li>Feature: done functionality for display post author</li>\n<li>Change: changed the font awesome attribute to fa5</li>\n<li>Change: added strip html tags from truncate function</li>\n</ul>\n\n<p>version 1.4.18 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added all image sizes to posts</li>\n<li>Feature: added \"putPostTerms\" function to posts</li>\n<li>Feature: added wpautop filter to twig</li>\n<li>Feature: added option for custom twig PHP functinoality for PRO version</li>\n<li>Feature: hide \"edit widget html\" button for user that don\'t have capability to see the plugin </li>\n<li>Feature: added wpml compatablity</li>\n<li>Feature: added related posts in posts list</li>\n<li>Feature: added padding and margin controls (pro)</li>\n<li>Bug Fix: fixed pagination output</li>\n</ul>\n\n<p>version 1.4.17 - 2019-12-12 =</p>\n\n<ul>\n<li>Change: changed to more flexible catalog api</li>\n</ul>\n\n<p>version 1.4.16 - 2019-08-12 =</p>\n\n<ul>\n<li>Feature: added post query relation (and, or) chooser</li>\n<li>Change: update to freemius sdk 2.3.1</li>\n<li>Feature: added \"trancate\" filter</li>\n<li>Fix: fixed editor permissions PHP Error</li>\n</ul>\n\n<p>version 1.4.15 - 2019-19-11 =</p>\n\n<ul>\n<li>Change: remove the old deprecated codecanyon activation</li>\n<li>Fix: fixed bug when both plugins are installed together</li>\n<li>Fix: fixed empty widget content when put a lot of content in the widget html/js</li>\n<li>Feature: added option for fonts for post list for intro and content</li>\n<li>Feature: added custom filter query ID in posts list query (pro)</li>\n<li>Feature: added labels to typography fields</li>\n<li>Feature: added description option for elementor controls</li>\n<li>Feature: added option to add help links to widgets from the widget editor</li>\n</ul>\n\n<p>version 1.4.14 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed js not included bug</li>\n</ul>\n\n<p>version 1.4.13 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed terms attribute selector bugs in elementor</li>\n<li>Fix: fixed post selection was not showing post types without taxonomies</li>\n<li>Fix: fixed rtl visibility issues in admin</li>\n</ul>\n\n<p>version 1.4.12 - 2019-15-10 =</p>\n\n<ul>\n<li>Feature: added exclude posts by current post</li>\n<li>Feature: added post category addition custom taxonomy support</li>\n<li>Fix: fixed some bug in post list selector elementor</li>\n</ul>\n\n<p>version 1.4.11 - 2019-07-10 =</p>\n\n<p>*Feature: added link param html attributes placeholder\n*Feature: added category link to post list params\n*Fix: fixed post list category not displayed bug</p>\n\n<p>version 1.4.10 - 2019-28-9 =</p>\n\n<p>-bug fix: added some front end protection against db not installed bug\n* Feature(pro): added do_action for custom wp actions run\n* Feature(pro): added apply_filters for custom wp actions run\n-bug fix: fixed export widget with assets path\n-change: added instructions to download pro version.</p>\n\n<h4>1.4.7 - 2019-18-9</h4>\n\n<p>*Fix: fixed post category selection in post list</p>\n\n<h4>1.4.6 - 2019-18-9</h4>\n\n<p>*Fix: fixed dynamic items in repeater</p>\n\n<h4>1.4.6 - 2019-11-9</h4>\n\n<p>*Fix: fixed admin body class external\n*Feature: make support for post categories list\n*Feature(pro) - made taxonomies list attribute\n*Fix: fixed current posts fetch in archive type</p>\n\n<h4>1.4.5 - 2019-19-8</h4>\n\n<p>*Change: improved widgets manager design</p>\n\n<h4>1.4.3 - 2019-25-7</h4>\n\n<p>*Change: updated the activation link from plugins\n*Change: small UI improvements</p>\n\n<h4>1.4.2 - 2019-24-7</h4>\n\n<p>*Feature: add post category to dynamic fields\n*Feature: added toolset integration</p>\n\n<h4>1.4.1 - 2019-8-7</h4>\n\n<p>*Feature: added search widget\n*Feature: the plugin is now fully translatable, added russian translation</p>\n\n<h4>1.4 - 2019-8-7</h4>\n\n<p>*Change: moved to new payment system (freemius), changed pricing plans</p>\n\n<h4>1.3.39 - 2019-2-7</h4>\n\n<p>*Feature: add alt tags to image attribute\n*Feature: add automatic name from title on add attribute\n*Feature: redesign categories</p>\n\n<p>*Fix: removed autop filter change code from front end\n*Fix: allow to import widget when stand on category from catalog\n*Fix: fixed instagram widgets typography bug</p>\n\n<h4>1.3.38 - 2019-30-6</h4>\n\n<p>*Feature: added code examples / js snippets\n*Feature: added widget preview</p>\n\n<h4>1.3.37 - 2019-23-6</h4>\n\n<p>*Feature: add support for archive pages\n*Feature: added archive pages pagination\n*Change: changed fonts design controls</p>\n\n<h4>1.3.36 - 2019-20-6</h4>\n\n<p>*Fix: fixed multiple similar js includes in one page</p>\n\n<h4>1.3.35 - 2019-20-6</h4>\n\n<p>*Feature: add support for acf gallery field</p>\n\n<h4>1.3.34 - 2019-13-6</h4>\n\n<ul>\n<li>Feature: improved the post list filtering and ordering</li>\n</ul>\n\n<h4>1.3.33 - 2019-12-6</h4>\n\n<ul>\n<li>Feature: added ordering posts by meta value</li>\n<li>Fix: fixed site crash by db error</li>\n</ul>\n\n<h4>1.3.32 - 2019-11-6</h4>\n\n<ul>\n<li>Fix: fixed pods together with acf fileds</li>\n<li>Fix: added all categories to post list</li>\n</ul>\n\n<h4>1.3.31 - 2019-10-6</h4>\n\n<ul>\n<li>Feature: added link attribute</li>\n</ul>\n\n<h4>1.3.30 - 2019-06-6</h4>\n\n<ul>\n<li>Feature: made PODS integration</li>\n</ul>\n\n<h4>1.3.29 - 2019-06-5</h4>\n\n<ul>\n<li>Feature: added set widget icon functionality, with presence in catalog</li>\n<li>Feature: added preview widget button from the catalog</li>\n</ul>\n\n<h4>1.3.28 - 2019-06-3</h4>\n\n<ul>\n<li>Feature: made plugin translatable</li>\n</ul>\n\n<h4>1.3.27 - 2019-06-2</h4>\n\n<ul>\n<li>Fix: fixed font override attribute bug</li>\n</ul>\n\n<h4>1.3.26 - 2019-05-30</h4>\n\n<ul>\n<li>Feature: added typography attribute</li>\n</ul>\n\n<h4>1.3.25 - 2019-05-29</h4>\n\n<ul>\n<li>Tweak: added support for dynamic params in image field</li>\n</ul>\n\n<h4>1.3.24 - 2019-05-29</h4>\n\n<ul>\n<li>Fix: Fix dynamic field</li>\n<li>Tweak: Added message when adding an empty repeater from custom fields</li>\n</ul>\n\n<h4>1.3.23 - 2019-05-01</h4>\n\n<ul>\n<li>Feature: Added dynamic fields to all text controls</li>\n<li>Feature: Added \"edit html\" button to all widgets</li>\n<li>Fix: Fixed consolidated addons render bugs</li>\n</ul>\n\n<h4>1.3.22 - 2019-04-25</h4>\n\n<ul>\n<li>Feature: Made all acf fields integration including the pro like repeater and clone</li>\n</ul>\n\n<h4>1.3.21 - 2019-04-20</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.20 - 2019-04-15</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.19 - 2019-04-10</h4>\n\n<ul>\n<li>Feature: Done all acf fields</li>\n</ul>\n\n<h4>1.3.18 - 2019-04-05</h4>\n\n<ul>\n<li>Change: Update post child vars when change post</li>\n</ul>\n\n<h4>1.3.17 - 2019-04-01</h4>\n\n<ul>\n<li>Change: Add dynamic fields to addon editor</li>\n</ul>\n\n<h4>1.3.16 - 2019-03-30</h4>\n\n<ul>\n<li>Fix: Fixed the switchers </li>\n<li>Fix: Fixed the upload file</li>\n<li>Fix: Fixed checkbox in assets tab</li>\n</ul>\n\n<h4>1.3.15 - 2019-03-25</h4>\n\n<ul>\n<li>Fix: Fixed visual bugs</li>\n<li>Fix: Fixed radio boolean attribute (switcher)</li>\n</ul>\n\n<h4>1.3.14 - 2019-03-20</h4>\n\n<ul>\n<li>Fix: Fixed addon assets tab bugs</li>\n</ul>\n\n<h4>1.3.13 - 2019-03-15</h4>\n\n<ul>\n<li>Feature: Done export/import template with addons</li>\n</ul>\n\n<h4>1.3.12 - 2019-03-10</h4>\n\n<ul>\n<li>Feature: Added fedback on deactivate</li>\n</ul>\n\n<h4>1.3.11 - 2019-03-05</h4>\n\n<ul>\n<li>Fix: Fixed export import layout stuff</li>\n</ul>\n\n<h4>1.3.10 - 2019-03-01</h4>\n\n<ul>\n<li>Fix: Fixed assets tab issues</li>\n<li>Fix: Fixed post to articles category rename on install</li>\n</ul>\n\n<h4>1.3.09 - 2019-02-28</h4>\n\n<ul>\n<li>Fix: Fixed test addon jquery include</li>\n<li>Change: Added purchase link to license page</li>\n</ul>\n\n<h4>1.3.08 - 2019-02-25</h4>\n\n<ul>\n<li>Fix: Fixed settings text output</li>\n</ul>\n\n<h4>1.3.07 - 2019-02-20</h4>\n\n<ul>\n<li>Fix: Fixed font manager bug</li>\n</ul>\n\n<h4>1.3.06 - 2019-02-15</h4>\n\n<ul>\n<li>Fix: Fixed taxonomy issues</li>\n</ul>\n\n<h4>1.3.05 - 2019-02-10</h4>\n\n<ul>\n<li>Fix: Fixed add addon functionality</li>\n</ul>\n\n<h4>1.3.04 - 2019-02-05</h4>\n\n<ul>\n<li>Improvment: Improved post types category selection</li>\n</ul>\n\n<h4>1.3.03 - 2019-02-01</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.02 - 2019-01-30</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.01 - 2019-01-25</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.2.01 - 2019-01-20</h4>\n\n<ul>\n<li>Fix: Fixed js in editor when addins widget</li>\n</ul>\n\n<h4>1.2.00 - 2019-01-15</h4>\n\n<ul>\n<li>Feature: Pro version with a catalog</li>\n</ul>\n\n<h4>1.0.11 - 2019-01-10</h4>\n\n<ul>\n<li>Fix: Fixed some wordpress galleries related bug</li>\n</ul>\n\n<h4>1.0.10 - 2019-01-05</h4>\n\n<ul>\n<li>Fix: Fixed export category</li>\n</ul>\n\n<h4>1.0.09 - 2019-01-01</h4>\n\n<ul>\n<li>Change: Made global setting for consolidata addons or not</li>\n<li>Change: Updated some memory text in general settings</li>\n</ul>\n\n<h4>1.0.08 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed all notices related bugs</li>\n</ul>\n\n<h4>1.0.07 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed with default data types</li>\n</ul>\n\n<h4>1.0.06 - 2018-12-25</h4>\n\n<ul>\n<li>Fix: Fixed js includes consolidated</li>\n</ul>\n\n<h4>1.0.05 - 2018-12-20</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.04 - 2018-12-15</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.03 - 2018-12-10</h4>\n\n<ul>\n<li>Fix: Fixed empty category issues</li>\n</ul>\n\n<h4>1.0.02 - 2018-12-05</h4>\n\n<ul>\n<li>Fix: Fixed bug with some unit values in render output</li>\n</ul>\n\n<h4>1.0.00 - 2018-12-01</h4>\n\n<ul>\n<li>Release: First plugin release</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:7:\"1.5.110\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/73361.zip?is_premium=true&authorization=FSLA+14440533%3AzRXCThUIHpWY8XdayDutDi1UjIzSpxFcTFKsmA4ZzmI5boWarcuVPSFn9xF4UiPe4AMpIsxCLqW6fME9cI-c6F1bmeiagCHFZDR9YLRRPxHsFOEd6GwVVqStzIDV9rFa5DxhxGJWU13AITUbIs7rqYSUXaM6rL7R1CrGIANMMpiWCg1ojyLSaZMA7GAPyLkYfPjHCo5lOIKc3Mxxe1yGFvX6wpJppS0FW_zr-OXfVV4PyZxQxIGqtQdavDX2G6G-k5uLWJosOKQeeNvP4tldlA\";}}s:7:\"created\";i:1717570527;s:9:\"timestamp\";i:1717574127;}s:92:\"get:/v1/installs/14440533/updates/latest.json?is_premium=true&newer_than=1.5.110&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:7:\"1.5.111\";s:11:\"sdk_version\";s:5:\"2.7.2\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:5:\"6.5.3\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:35552;s:2:\"id\";s:5:\"73821\";s:7:\"created\";s:19:\"2024-06-17 10:56:42\";s:7:\"updated\";s:19:\"2024-06-18 07:54:25\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/73821.zip?is_premium=true&authorization=FSLA+14440533%3AzI7PnLEbKI1BLNDqf0bQtf_C4VY7eYRIh8GhhsCBzp3zJ0-MR_MeOkxVZuzZhocbC0LCwYmBYAemXm8xMXP_EukKA46_-QPks4YRJ8KQyEmFSscRAkKghj6TYRt8dg2XsXJMSap7RJbuaKpw400Od6T_bE201lQoQ5hocT42VrF_vaRMCnZanJEs2ZtS5VXwnieaI29hFVzS-0r_m6uZnuju--ZiIg_hDpc7900PS024GHJZIj8sEbWZvXoPFT_Tx9wSqXO-BE_goYyZBwz5WA\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:66:\"Unlimited Elements For Elementor (Free Widgets, Addons, Templates)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"tags\";O:8:\"stdClass\":6:{s:9:\"elementor\";s:9:\"elementor\";s:8:\"elements\";s:8:\"elements\";s:6:\"addons\";s:6:\"addons\";s:16:\"elementor addons\";s:16:\"elementor addons\";s:16:\"elementor widget\";s:16:\"elementor widget\";s:12:\"page builder\";s:12:\"page builder\";}s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";N;s:6:\"tested\";s:5:\"6.5.3\";s:10:\"stable_tag\";s:3:\"1.0\";s:8:\"sections\";O:8:\"stdClass\":4:{s:11:\"description\";s:6713:\"<p><strong>Elementor</strong> users, elevate your web design experience with <strong>Unlimited Elements for Elementor</strong>. An all in one plugin that instantly gives you the most advanced widgets and tools to make better Elementor websites faster. Take your WordPress website to the next level.</p>\n\n<p><a href=\"https://unlimited-elements.com/elementor-widgets/\">View Elementor Widgets Demos</a>\n<br>\nBrowse our extensive collection of free widgets or upgrade to our pro version for access to over 200 additional unique drag and drop widgets for <strong>Elementor</strong>. Each widget provides a wide range of options to easily control every aspect. If you can\'t find what you need, our <strong>Widget Creator</strong> Framework empowers you to create any widget you can imagine.</p>\n\n<h3>Plugin Features</h3>\n\n<ul>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Widget Library</strong></a> Enhance the popular Elementor page builder with our user-friendly and innovative widget library. Simplify your website by finding everything you need in one place, without the need for multiple plugins.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/widget-creator/\"><strong>Widget Creator</strong></a> Save valuable time by eliminating the need to search for numerous plugins and add-ons. Instead, create customized, professional widgets that perfectly align with your website requirements.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-templates/\"><strong>Elementor Templates</strong></a> Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/loop-builder-for-elementor/\"><strong>Loop Builder</strong></a> Easily create dynamic Loop Items within the Elementor Theme Builder by utilizing any loop widget layout of your preference. Effortlessly populate the chosen widget with dynamic content to craft versatile and engaging Loop Items.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/background-widgets-for-elementor/\"><strong>Background Widgets</strong></a> Elevate your web designs instantly with our user-friendly animated backgrounds available in our extensive widget library. Experience seamless integration and unleash your creativity like never before.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/post-widgets-filters-tools/\"><strong>Post Widgets & Filters</strong></a> Easily create stunning post layouts with real-time filters. Improve the browsing experience for website visitors by helping them find the content they\'re looking for. Effortlessly display posts using advanced criteria on your entire website.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/woo/\"><strong>WooCommerce Widgets & Filters</strong></a> Create stunning product layouts with dynamic real-time filters. Showcase your products and categories in a wide array of interactive formats, such as grids, carousels, sliders, and more.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/remote-control-widgets/\"><strong>Woo Widgets & Filters</strong></a> Unleash your creativity with advanced and customizable layouts. Take full control of your designs and make them truly unique using the remote controls. Stand out from the crowd with layouts that are both eye-catching and distinctive.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/sync-widgets/\"><strong>Sync Between Widgets</strong></a> Elevate your web designs to new heights by seamlessly synchronizing multiple item-based widgets. This powerful feature empowers you to effortlessly create intricate and personalized layouts, taking your designs to the next level of sophistication.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source-galleries/\"><strong>Multi-Source Galleries</strong></a> Empower your gallery showcase by effortlessly featuring Woo products, WordPress posts, Instagram feeds, and a variety of other sources, including various API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/live-copy-paste/\"><strong>Live Copy Paste</strong></a> Copy and paste fully designed sections from the Unlimited Elements website directly to your website, saving you time and ensuring you can finish your web project as soon as possible.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-menu-widget-for-elementor/\"><strong>Mega Menu Builder</strong></a> Easily craft a distinctive Mega Menu for your website navigation by incorporating images, icons, links, and various Elementor widgets into unique menu layouts.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-slider-widget-for-elementor/\"><strong>Mega Slider Builder</strong></a> Easily turn any Elementor sections into slider slides. Now you can amaze your website visitors with jaw-dropping slider designs that look amazing on any device.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source/\"><strong>Multi-Source Widgets</strong></a> Add content dynamically to item-based widgets effortlessly with support for ACF repeaters, JSON/CSV files, Woo Products, WordPress posts, users, menus, and a range of API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/dynamic-post-popup-widget-for-elementor/\"><strong>Dynamic Popup Builder</strong></a> Dynamically create a popup to add a quick view of the post without leaving the page. Use an Elementor single post template to create the layout of the dynamic popup.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/form-builder/\"><strong>Elementor Form Builder</strong></a> Build advanced forms effortlessly using the drag-and-drop form builder. Whether it’s a simple or complex form, our straightforward form widgets make it quick and easy to create forms, improving your workflow.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/calculators/\"><strong>Calculator Builder</strong></a> Easily design professional calculators for any type of industry. Whether you need a loan calculator, mortgage calculator or business calculator, our powerful and intuitive drag and drop builder makes it easy to create complex calculators with ease.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/filters/\"><strong>Elementor Filter Widgets</strong></a> Unlock the potential of the AJAX-based faceted filter system, seamlessly empowering you to craft diverse layouts with ease. Take control by applying multiple filters, ensuring a super-fast and dynamic filtering experience tailored to your website needs.</p></li>\n</ul>\";s:12:\"installation\";s:521:\"<p>Note : This plugin works with Elementor. Make sure you have <a href=\"https://wordpress.org/plugins/elementor/\">Elementor</a> installed.</p>\n\n<ol>\n<li>Upload the plugin folder to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress</li>\n<li>Navigate to Unlimited Elements in the WordPress side menu and install the widget you want by hovering over it and clicking install.</li>\n</ol>\";s:3:\"faq\";s:4218:\"<h4>Can I use the plugin without Elementor?</h4>\n\n<p>No. You cannot use the plugin without Elementor since it\'s an addon for Elementor.</p>\n\n<h4>Does the plugin work with any theme?</h4>\n\n<p>Absolutely! The plugin will work with any theme where Elementor works.</p>\n\n<h4>What if I update to the Premium version after using the Free version?</h4>\n\n<p>Your existing elements/content will work with the premium version. So you won’t lose your any of your hard work.</p>\n\n<h4>Can I get a refund?</h4>\n\n<p>If you are not happy with your purchase at anytime just contact us and we will refund 100% of your money no questions asked.</p>\n\n<h4>Do you offer a renewals discount?</h4>\n\n<p>Yes, you get 25% discount for all annual plan automatic renewals. The renewal price will never be increased so long as the subscription is not cancelled.</p>\n\n<h4>How do I install and activate the \'Unlimited Elements for Elementor\' plugin on WordPress?</h4>\n\n<p>To install the \'Unlimited Elements\' plugin on your WordPress site, access your WordPress Dashboard and go to Plugins -> Add New. In the search box, enter \'Unlimited Elements.\' Locate the plugin in the search results and click on the \'Install Now\' button. Once the installation is finished, click on the \'Activate\' button, and \'Unlimited Elements for Elementor\' will be successfully activated on your WordPress site.</p>\n\n<h4>Do I need to know code to use Unlimited Elements?</h4>\n\n<p>No, you do not need to know code to leverage the widgets and other tools provided by the Unlimited Elements plugin. It is designed to be user-friendly, allowing you to enhance your Elementor experience without any coding expertise. However, for users familiar with code, the plugin offers the added advantage of a widget creator, enabling the creation of custom Elementor widgets for a more tailored and advanced design experience.</p>\n\n<h4>Is my site secure with Unlimited Elements?</h4>\n\n<p>Yes, Unlimited Elements is a secure plugin. The plugin is regularly updated to adhere to common security standards, ensuring a secure environment for your website.</p>\n\n<h4>What types of filters does Unlimited Elements provide?</h4>\n\n<p>Unlimited Elements offers a variety of filter types, including search filters, dropdowns, tabs filters, checkboxes filters, and WooCommerce-related filters, providing a diverse range of options for dynamic and versatile website filtering.</p>\n\n<h4>Are the filters compatible with any post type or WooCommerce products?</h4>\n\n<p>Yes, all the filters provided by Unlimited Elements are live Ajax filters, ensuring dynamic and seamless filtering experiences. They are compatible with any post type, including custom post types, and WooCommerce products, offering versatile functionality for a wide range of content on your website. Utilize specific WooCommerce filters to enhance the shopping experience for your customers, such as the price range slider filter and color swatches filter for products with different colors.</p>\n\n<h4>Can I use Unlimited Elements to display custom post types in my widgets?</h4>\n\n<p>Yes, Unlimited Elements supports showcasing custom post types with advanced query selection and seamless connection to any filter from the UE library. This allows for tailored and dynamic content presentation on your website using the plugin\'s versatile features.</p>\n\n<h4>What are multi-source widgets in Unlimited Elements?</h4>\n\n<p>Multi-source widgets in Unlimited Elements enable the population of item-based widgets with various dynamic source types. These widgets can be populated using sources like ACF repeater fields, WooCommerce products, custom post types, Instagram feeds, and various API integrations. This versatility allows for the seamless integration of diverse content into widgets, enhancing the flexibility and functionality of your website elements.</p>\n\n<h4>Should I use Remote Control Widgets or the Sync Widgets function in Unlimited Elements?</h4>\n\n<p>The choice depends on your design preferences. If you want complete control, go for Remote Control Widgets. For synchronized layouts, choose Sync Widgets. They can also be used together for even more powerful customization options in Unlimited Elements.</p>\";s:9:\"changelog\";s:152727:\"<p>version 1.5.111: 2024-06-10</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option in general settings: \'Taxonomy Separator Sign in Ajax Filter\' for backward compatability</li>\n<li>Fix: fixed getting elementor dynamic item fields in ajax </li>\n<li>Fix: background widgets didn\'t worked with rocket lazy load</li>\n<li>Changed - changed the default taxonomy saparator to \":\" instead of \"~\"</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<p>version 1.5.111 - 2024-06-04:</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option in general settings: \'Taxonomy Separator Sign in Ajax Filter\' for backward compatability</li>\n<li>Changed - changed the default taxonomy saparator to \":\" instead of \"~\"</li>\n<li>Fix: fixed getting elementor dynamic item fields in ajax </li>\n<li>Fix: background widgets didn\'t worked with rocket lazy load</li>\n<li>Fix: filters checkboxes wasn\'t visible in some cases</li>\n<li>Fix: avoid error messages on very old elementor versions</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: List (Free) - Added Override Color Title/Text options for each item, allowing for individualized customization.</li>\n<li>Feature: List (Free) - Added an Icon Margin option for enhanced layout control.</li>\n<li>Feature: Card Carousel (Free) - Added a new value \"Above Image\" to the Show Title option.</li>\n<li>Feature: Content Accordion (Free) - Added support for integrating the widget within carousel widgets, enhancing its functionality and allowing for greater flexibility in design layouts.</li>\n<li>Feature: Calendar (Pro) - Added Italian (it) to the available locales for enhanced language support.</li>\n<li>Feature: Product Bullets (Pro) - Added \"Column\" and \"Column Reverse\" values to the Content Direction option for improved layout flexibility.</li>\n<li>Change: Content Slider (Pro) - Changed the display CSS property from \'flex\' to \'block\' for cases where the Content Source option in an item is set to \"template.\"</li>\n<li>Change: One Page Scroll Navigation (Pro) - Changed method of calling the wheel event from jQuery to JavaScript.</li>\n<li>Change: Content Accordion (Free) - Changed heading\'s HTML tag from </li>\n</ul>\n\n<p><</p>\n\n<p>div> to <a> and added role attribute for accessibility, enabling users to open and close accordions using keyboards and accessibility devices.\n* Change: Event List (Pro) - Added description to Time Zone option.\n* Fix: Mega Menu (Pro) - Resolved an issue where menu items were overlapping each other in iOS device.\n* Fix: Mega Menu (Pro) - Fixed an issue where mobile menu items displayed only a white background color.\n* Fix: Dynamic Post Popup (Pro) - Fixed an issue where the height wasn\'t adjusted after the first popup opening when the Adjust Height option was enabled.\n* Fix: Before After (Pro) - Added lazy load protection to images within the widget, ensuring images load properly without delays.\n* Fix: Accordion Menu (Pro) - Fixed an issue where the Accordion Menu was initialized multiple times in popup.\n* Fix: Content Slider (Pro) - Added support for integrating Content Slider within the Toggle Content widget, enhancing its functionality and providing improved content presentation options.\n* Fix: Icon Box Accordion (Pro) - Fixed an issue where the widget was blocking scroll event-oriented functions, ensuring smooth and uninterrupted scrolling behavior.\n* Fix: Post Magazine Grid (Pro) - Fixed an issue where items were not being fully linked, ensuring complete and functional linking of all item components.\n* Fix: Unlimited Timeline (Free) - Resolved a bug that caused the link to not work when the Image Link option was disabled.\n* Fix: Multi Step Form (Pro) - Added a fix for an issue where 1px of the next step was sometimes visible in the current slide.</p>\n\n<p>version 1.5.110: 2024-06-04</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Fix: remote arrows was sendin next/prev commands twice</li>\n<li>Fix: fix some password protected content related security issue</li>\n<li>Fix: fix some sql security small issue </li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Email Field (Pro) - Added Asterisk Size option, allowing customization of asterisk size for better design flexibility and emphasis.</li>\n<li>Feature: Phone Field (Pro) - Added Asterisk Size option, allowing customization of asterisk size for better design flexibility and emphasis.</li>\n<li>Feature: Event List (Pro) - Added Timezone option, ensuring that expired and upcoming events are counted according to the specified timezone for accurate event scheduling and display.</li>\n<li>Feature: Number Field (Pro) - Added \"Limit Number of Digits\" option, allowing users to restrict the number of digits displayed for better control and readability of numerical data.</li>\n<li>Feature: Phone Field (Pro) - Added \"Limit Number of Digits\" option, allowing users to restrict the number of digits displayed for better control and readability of numerical data.</li>\n<li>Feature: Transparent Split Hero (Free) - Added options to enable or disable widget contents like title, subtitle, etc., and introduced an option to add an image or logo for greater customization and flexibility.</li>\n<li>Feature: Unlimited Charts (Pro) - Added Line Chart Background Color option, allowing customization of the background color for line charts to enhance visual appeal.</li>\n<li>Fix: Submit Button (Free) - Added validation function for the phone field to ensure correct email format and improve data accuracy.</li>\n<li>Fix: Mega Menu (Pro) - Added fix for layout issue that sometimes occurs after page load, ensuring consistent and stable page rendering.</li>\n<li>Fix: Post Carousel (Pro) - Set padding to 0 in Nav Dots to avoid default CSS overrides, ensuring consistent and desired styling.</li>\n<li>Fix: Semi Circle Progress Bar (Pro) - Added support for Mega Slider widget, enabling the creation and display of Semi Circle Progress Bar widget in interactive sliders for enhanced content presentation.</li>\n<li>Fix: Floating Chat Buttons (Pro) - Fixed Pulse Animation Grabber Type issue, ensuring correct animation behavior and improved visual effects.</li>\n<li>Fix: Content Tabs (Free) - Added a small delay before widget initialization to ensure the Content Tabs widget works properly within other widgets, improving overall functionality and integration.</li>\n<li>Fix: Remote Tabs (Pro) - Changed selector for padding option to resolve issue where link was not clicked when tab was clicked, improving click response accuracy.</li>\n</ul>\n\n<p>version 1.5.109: 2024-05-29</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to get page views of some post using WPP plugin</li>\n<li>Feature: added option for \"show db tables\" in troubleshooting</li>\n<li>Fix: fixed form editor form validation, excluded placeholders</li>\n<li>Fix: fixed get filters based on wpml language with post count</li>\n<li>Fix: Fixed some remote connection code items click code</li>\n<li>Fix: Fixed clear all filters button not working bug</li>\n<li>Fix: fixed multisource acf repeater checkboxes type get</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Email Field (Pro) - Added validation function for the email field to ensure correct email format and improve data accuracy.</li>\n<li>Feature: Number Field (Pro) - Introduced the \"Disable Calculation in Editor\" debug option to prevent the page from crashing or becoming unresponsive when multiple fields are set to calculation mode, enhancing stability during editing.</li>\n<li>Feature: AJAX Search (Pro) - Added Show Post Image option to enable or disable the display of images in posts, providing more control over post appearance</li>\n<li>Feature: Submit Button (Free) - Added validation function for the email field to ensure correct email format and improve data accuracy.</li>\n<li>Feature: Team Member Card (Free) - Added Icon Size Inner option to adjust the height of the icon itself, providing more precise control over icon dimensions.</li>\n<li>Feature: Slider Field (Pro) - Added Accent Color option to highlight changing value of Slider Field widget.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added option to open images in Lightbox, enhancing the viewing experience with a full-screen display of images.</li>\n<li>Change: Expanding Content Cards (Pro) - Added title as CSS ID for Widgets Items to allow using them as anchors.</li>\n<li>Fix: Mega Menu (Pro) - Fixed issue where the Clickable Link option was disabled but the link was still added, ensuring links are only added when the option is enabled</li>\n<li>Fix: Icon Accordion (Pro) - Fixed issue where Override Color Options were not working, ensuring color customizations are applied correctly.</li>\n<li>Fix: Fullscreen Menu (Free) - Fixed issue where menu wasn\'t opening, ensuring proper functionality and user access.</li>\n<li>Fix: Expanding Content Cards (Pro) - Resolved issue where CSS filters were not working in Safari browser, ensuring consistent styling across all browsers.</li>\n<li>Fix: Block Quote Card (Free) - Fixed issue where reserved space was still taken up even when no icon was selected, ensuring proper layout and space utilization.</li>\n<li>Fix: Unfold Content (Pro) - Added support for carousel widgets, enabling enhanced content display through interactive sliding elements.</li>\n<li>Fix: Instagram Feed (Pro) - Added \'aria-label\' attribute to links to fix the \'Links do not have a discernible name\' error, improving accessibility and compliance with web standards.</li>\n<li>Fix: Woo Mini Cart (Pro) - Fixed issue where URL was changed after page load, ensuring stable and consistent URLs for better navigation and user experience.</li>\n<li>Fix: Age Verification (Pro) - Fixed issue where popup still opened even after cookie was set, ensuring popups respect cookie settings for user preferences.</li>\n</ul>\n\n<p>version 1.5.108: 2024-05-21</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: update freemius SDK to 2.7.2</li>\n<li>Fix: fixed bug with select filter and active filters widgets</li>\n<li>Fix: fixed bug with several main checkbox filters unselecting</li>\n<li>Fix: Fixed some small security issue</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: AJAX Search (Pro) - Added option to search by meta and by terms.</li>\n<li>Feature: Dark Mode (Free) - Introduced \'Do not affect SVG\' option to prevent SVG images from inverting when toggling dark mode, ensuring correct image display.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added Button Hover Animation option to enable animations when hovering over button, enhancing interactivity and visual appeal.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added Icon Position option, allowing users to customize the placement of icons for better design flexibility.</li>\n<li>Feature: Woo Product Grid (Pro) - Added \"Show Only Lowest Variable Price\" option to display only the lowest price for variable products, enhancing price visibility and simplicity for users.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Fixed Navigation Arrows functionality issue when Animation option was enabled, ensuring smooth and consistent navigation experience.</li>\n<li>Fix: Dynamic Popup Button (Pro) - Added suppot for Loop Carousel widget with enabled Loop option.</li>\n<li>Fix: Woo Mini Cart (Pro) - Fixed widgets behaviour for Shop pages when page name is different then default.</li>\n<li>Fix: Icon Tabs (Pro) - Provided a fix that ensures Icon Tabs widget changing Active Tab after click event.</li>\n<li>Fix: Unlimited Google Maps (Pro) - get it work on the template switcher</li>\n<li>Fix: Fullscreen Menu (Free) - Fixed issue where Menu widget wouldn\'t open properly when nested within sticky parent containers, ensuring smooth functionality and user experience.</li>\n</ul>\n\n<p>version 1.5.107: 2024-05-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added elementor dynamic options to api integrations</li>\n<li>Feature - added option to get images from current product variations for the dynamic gallery.</li>\n<li>Feature - added preperation for the enhanced ajax search</li>\n<li>Fix - fixed weird elementor no products on cart page bug</li>\n<li>Fix - fixed bug with faq schema output</li>\n<li>Fix - fixed general settings show items at start</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Event List (Pro) - Added \"Remove All Upcoming Events Except Next One\" functionality, facilitating the removal of all upcoming events except for the next scheduled event for streamlined event management.</li>\n<li>Feature: Animated Icon Box (Pro) - Added Description Opacity option to customize the opacity level of descriptions for enhanced visual aesthetics and readability.</li>\n<li>Feature: Underline Animated Button (Free) - Added Animation Move Amount option, enabling users to customize the amount of movement in animations for enhanced visual effects.</li>\n<li>Feature: Remote Tabs (Pro) - Added Item Min Height option for better customization; users can now set a minimum height for items displayed.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added the \"Show Load More Button Icon\" option to enhance interface; users can now customize the icon displayed for the load more button.</li>\n<li>Feature: Mega Menu (Pro) - Added a new functionality enabling \"Expand / Collapse Visible On\" option, allowing expansion or collapse of visibility based on specific criteria.</li>\n<li>Feature: Side Menu (Pro) - Added Menu Padding option. This new feature allows to add padding to the container of the Menu items.</li>\n<li>Feature: Woo Product Grid (Pro) - Made Content Padding, Category Label Spacing, and Title Spacing options responsive for improved adaptability across various screen sizes and devices.</li>\n<li>Feature: Icon Image Content Box (Free) - Implemented functionality to link Icon and Title to the same destination as the Image.</li>\n<li>Feature: Hotspots (Pro) - Implemented styling options for images. This new functionality allows users to customize the appearance of images within the widget, including options for adjusting borders, shadows, and other visual attributes.</li>\n<li>Feature: Team Member Grid (Pro) - Implemented \'Text Placement\' option. This new functionality allows users to customize the placement of text within the widget, providing greater control over the layout and design.</li>\n<li>Fix: Post Ticker (Free) - Fixed widgets behaviour for RTL websites.</li>\n<li>Fix: Post Timeline (Pro) - Resolved category name spelling issue in some cases. This fix ensures that category names are spelled correctly throughout the widget, improving accuracy and consistency in the display of category information.</li>\n<li>Fix: Team Member Grid (Pro) - Optimized HTML code of the widget. This optimization improves the efficiency and performance of the widgets by reducing unnecessary code and streamlining the structure for faster loading and rendering.</li>\n<li>Fix: Number Field (Pro) - Resolved issue when Min - Max range were violated and no error were shown.</li>\n<li>Fix: Dropdown Button (Pro) - Optimized widget\'s JS code. This fix ensures that widget works properly on mobile devices as well as on desktop.</li>\n<li>Fix: Expanding Content Cards (Pro) - Addressed CSS filter issue where it was displaying incorrectly on mobile devices, ensuring proper rendering and display consistency across all devices.</li>\n<li>Fix: Post Grid (Pro) - Fixed issue where Typography option was not functioning as expected, ensuring proper functionality and usability.</li>\n<li>Fix: Justified Image Carousel (Pro) - Fixed issue where width of images was incorrectly set in certain cases, ensuring proper display and functionality across all scenarios.</li>\n<li>Fix: Layers (Pro) - Resolved issue with the \"Item Shadow\" option. This fix ensures that the item shadow is applied correctly within the widget.</li>\n</ul>\n\n<p>version 1.5.106: 2024-05-12</p>\n\n<ul>\n<li>Fix - fixed some main/child roles checkbox filter issues</li>\n<li>Fix - fixed some bug with widget posts debug not showed full info</li>\n<li>Fix - fixed dissapearing gallery titles since last version.</li>\n</ul>\n\n<p>version 1.5.105: 2024-05-05</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Fix: fixed some filters and request related issue</li>\n<li>Fix: fixed specific post and terms select</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Mute Video\' option. This new functionality allows users to start videos muted within the widget, providing greater control over the audio playback and enhancing the user experience.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Checkboxes Filter (Pro) - Introduced \'Accordion as Dropdown\' option, allowing users to open the accordion as a dropdown when the layout is set to \'Accordion\', preventing layout shifting and improving user experience.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Event List (Pro) - Introduced \'Show End Time\' option, enabling users to show or hide the event end time for enhanced flexibility and customization.</li>\n<li>Feature: Animated Icon Box (Pro) - Introduced styling options for Icon and Divider, providing users with more customization choices for improved visual design.</li>\n<li>Feature: Taxonomy Terms (Pro) - Implemented styling options for 1st and 2nd level of Child Term Elements. This new functionality allows users to customize the appearance of Child Term Elements at different hierarchical levels, providing greater design flexibility and control.</li>\n<li>Feature: Content Carousel (Pro) - Implemented \'Image Border Radius\' option. This new functionality allows users to specify the border radius for images within the widget, enabling them to create rounded or custom-shaped images for a more visually appealing design.</li>\n<li>Feature: Coverflow Carousel (Pro) - Implemented \'Custom Navigation Arrows\' option. This new functionality allows users to customize the navigation arrows used within the widget, enabling them to use custom-designed arrows for a more personalized look and feel.</li>\n<li>Feature: One Page Scroll Navigation (Pro) - Enhanced widget flexibility to support other sections apart from the one with the tag <section>. This improvement expands compatibility with different section types, providing users with more options for integrating the widget into their website layouts.</li>\n<li>Change: Animated Icon Box (Pro) - Replaced old font edit option with new typography and color options for enhanced customization and design control.</li>\n<li>Change: Call To Action Button (Free) - Moved ripple \'Transition Timing\' from Button Icon to Button Icon tab and renamed it to \'Ripple Timing\' for improved organization and clarity.</li>\n</ul>\n\n<p>version 1.5.104: 2024-04-24</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added support for unselect items in sync functionality</li>\n<li>Feature: added feature - sort terms by parent -> children, and levels number class</li>\n<li>Fix: fixed some load more issue with dynamic template loop and post lists inside</li>\n<li>Fix: fixed woo category image not fetched bug</li>\n<li>Fix: fixed some cases of sticky elementor elements with filters</li>\n<li>Fix: fixed remote connection with single background parent and remote widget</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Neon Line Width\' option. This new functionality allows users to adjust the width of the neon line effect within the widget, providing finer control over its appearance and visual impact.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Shadow\' option. This new functionality allows users to add a shadow effect to buttons within the widget, enhancing their visual appearance and depth.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Background Color\' option. This new functionality allows users to customize the background color of buttons within the widget, enhancing visual design and customization possibilities.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Fix: Loop Carousel (Pro) - Corrected spelling mistakes and improved naming conventions, enhancing clarity and consistency.</li>\n<li>Fix: Flip Box (Free) - Resolved issue where links were not firing for the first click on the back of the Flip Box. This fix ensures that links behave as expected, allowing them to be clicked and activated reliably.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue where Content Tabs widget couldn\'t work with Icon Tabs widget on the same page. This fix ensures that both widgets can coexist and function properly together, allowing for seamless integration and improved user experience.</li>\n<li>Fix: Checkboxes Filter (Pro) - Enhanced Accordion Layout option for the Checkboxes Widget to improve script communication. This improvement optimizes the interaction between scripts, resulting in smoother operation and better performance of the widget.</li>\n<li>Fix: Loop Grid (Pro) - Implemented additional Masonry layout check to avoid items overlapping over each other. This enhancement ensures that items are properly positioned and do not overlap, maintaining a clean and organized layout within the widget.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Resolved issue where popups allowed opening links in new tabs while opening the popup. This fix ensures that links within popups behave consistently and do not inadvertently open in new tabs, providing a smoother user experience.</li>\n<li>Fix: Post Slider (Pro) - Addressed issue where post title typography settings were not applied, ensuring proper functionality and appearance.</li>\n<li>Fix: Flip Box (Free) - Corrected a typography mistake in options.</li>\n<li>Fix: Content Slider (Pro) - Resolved conflict caused between Elementor\'s Motion Effects and the widget due to the same animation library (animate.css), resolving CSS class conflict for smoother animation and functionality.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with Opening Item when Clickable Parent option is enabled.</li>\n<li>Fix: Side Menu (Pro) - Resolved issue where some icons were being reverted. This fix ensures that all icons remain consistent and do not revert unexpectedly.</li>\n<li>Fix: Rhombus Grid (Pro) - Increased CSS priority for \'Item Background Color Override\' option. This adjustment ensures that the specified background color takes precedence over other styles, providing consistent and reliable appearance for the widget items.</li>\n</ul>\n\n<p>version 1.5.103: 2024-04-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to add additional url attributes to post links</li>\n<li>Feature: improved woo category thumbnail image gether</li>\n<li>Feature: added option to unite gallery - strip_speed</li>\n<li>Fix: fixed some widgets editor enable visibility bug</li>\n<li>Fix: fixed entrance animation run if inside a viewport window</li>\n<li>Fix: fixed some security issues - escaping some fields output</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Dots\' option. This new functionality allows users to toggle the visibility of dots within the widget, providing greater control over navigation indicators.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Custom Icon\' option. This new functionality allows users to customize the appearance of checkboxes by providing custom icons, enhancing the visual presentation of checkboxes within the widget.</li>\n<li>Feature: Video Playlist (Pro) - Implemented \'Strip Navigation Speed\' option. This new functionality allows users to adjust the speed of navigation within the strip, providing finer control over the scrolling behavior.</li>\n<li>Feature: Expanding Content Cards (Pro) - Implemented \'Background Image Align\' option. This new functionality allows users to specify the alignment of the background image, providing greater control over its positioning within the element.</li>\n<li>Feature: Post Magazine Grid (Pro) - Implemented \'Meta Date Date Format\' option. This new functionality allows users to specify the date format for meta date display, providing customization options for date presentation.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Show Item Title in Lightbox\' option. This new functionality allows users to toggle the display of item titles within the lightbox, providing control over the visibility of titles for a better user experience.</li>\n<li>Feature: Search Filter (Pro) - Implemented \'Custom Links Ending\' option. This new functionality allows users to change links in the connected grid to highlight the search phrase.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Post Pagination (Free) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Content Switcher (Pro) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab Content Switcher for a smoother and more seamless user experience.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Show Field Name In Empty Field Error Message\' option. This new functionality allows users to include the field name in the empty field error message, providing clearer feedback to users when a required field is left blank.</li>\n<li>Feature: Side Menu (Pro) - Implemented \'Templates Width\' and \'Templates Horizontal Align\' options.</li>\n<li>Change: Unlimited Grid (Pro) - Changed \'Title Spacing\' option to \'Title Margin\'. This change allows users to add margin in all directions to the title, providing more granular control over its positioning within the widget.</li>\n<li>Fix: Content Box Hover Text Reveal (Free) - Resolved issue where Overlay Opacity option wasn\'t working on mobile devices. This fix ensures that the Overlay Opacity option functions correctly across all devices, providing consistent behavior and appearance.</li>\n<li>Fix: Multi Step Form (Pro) - Fixed Multi Step Error Message not showing when empty and required field was present on active step.</li>\n<li>Fix: Submit Button (Free) - Fixed Submit Button verification issue when fields with 0 value were parsed as empty.</li>\n<li>Fix: Slider Field (Pro) - Resolved issue where border radius for focus state differed from regular state. This fix ensures that the border radius remains consistent across different states.</li>\n<li>Fix: Icon Bullets (Free) - Fixed issue related to Hover Colors not being revealed after item hover.</li>\n<li>Fix: Team Member Sliding Effect (Pro) - Resolved issue related to global colors usage. This fix ensures that global colors are properly utilized throughout the widget, maintaining consistency and accuracy in color rendering.</li>\n<li>Fix: Post Magazine Grid (Pro) - Optimized widget HTML. This optimization improves the efficiency and performance of the widget by streamlining the HTML structure and reducing unnecessary code.</li>\n<li>Fix: Form Fields Widgets: Resolved vulnerability where scripts could be injected under certain widget attributes. This fix ensures that scripts are properly sanitized and prevented from being inserted into widget attributes, mitigating potential security risks.</li>\n</ul>\n\n<p>version 1.5.101: 2024-04-03</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added \"date time\" attribute to items attributes list</li>\n<li>Feature - made some integration for \"relevanssi\" plugin</li>\n<li>Feature - added woo rating stars to multisource fields</li>\n<li>Feature - added visual text that showing the form fields conditions</li>\n<li>Fix - fixed filters mode init mode</li>\n<li>Fix - fixed various filters related bugs</li>\n<li>Fix - fixed ucpage parameter fetch for pagination in archive page</li>\n<li>Fix - fixed gallery from meta field item source texts </li>\n<li>Fix - fixed some number field processing</li>\n<li>Fix - fixed multisep form with template submit</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Set First Item Selected\' option. This new functionality allows users to automatically select the first item in the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented \'Open Current Submenu On Page Load\' option. This new functionality allows users to automatically expand the current submenu on page load, providing immediate access to relevant content.</li>\n<li>Feature: Background Slider (Pro) - Introduced \'Add SEO Tags\' option, allowing users to include alt and title attributes for images for improved search engine optimization of the widget content.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Message Box After Send\" option, allowing automatic closure of the message box after clicking the send button for improved user experience and convenience.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Button After Click\" option, enabling automatic closure of the buttons after clicking any button, eliminating the need for manual closure for enhanced user convenience and interaction.</li>\n<li>Feature: Content Grid (Pro) - Implemented \'Description\' option. This new functionality allows users to add a description to the widget, providing additional context or instructions.</li>\n<li>Feature: SVG Animation (Free) - Optimized widget for Elementor Popup compatibility. This update ensures seamless integration and improved performance when using the widget within Elementor Popups.</li>\n<li>Feature: Animated Ripples (Pro) - Introduced \'Ripple Scale\' option, enabling users to control the size of the ripples for enhanced visual customization and effect.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Item Trigger type\' for Segment Layout type. This new functionality allows segments to be opened by hovering on them, providing users with an alternative interaction method.</li>\n<li>Feature: Line Text Divider (Free) - Added styling options including Line Thickness, Line Border Radius, Line Shadow, Text Typography, Background Color, Padding, Border, Border Radius, and Box Shadow for enhanced customization. Additionally, existing styling options have been improved for better optimization and user experience.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Grow Effect on Thumb Hover option. This new functionality allows users to enable the grow effect on thumbnail hover.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Hide Default Arrows option. This new functionality allows users to hide default arrows, providing enhanced customization of the widget\'s appearance and behavior.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Show Time Ago\' option. This new functionality allows users to display the time elapsed since a publish event, providing context and improving user engagement.</li>\n<li>Feature: Dropdown Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Empty Field Error Text\' option. This new functionality allows users to customize the error message displayed when a required field is left empty.</li>\n<li>Feature: Icon Bullets (Free) - Implemented \'Title Color Hover\' and \'Text Color Hover\' options. These new functionalities allow users to customize the color of titles and text when hovered over, providing enhanced interactivity and visual feedback.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Font Family\' option for Label X Axis and Y Axis. This new functionality allows users to customize the font family for labels displayed on the X and Y axes, providing enhanced typography control.</li>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Arrows\' option and updated Arrows styling options. This new functionality allows users to control the visibility of arrows and customize their styling, providing more flexibility in widget design and navigation.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Empty Message\' option. This new functionality allows users to display a custom message when no posts are found, providing better user feedback and enhancing the user experience.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Change: Checkboxes Filter (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.</li>\n<li>Change: Post Carousel (Pro) - Added \'alt\' and \'title\' attributes to the image for improved SEO optimization and accessibility.</li>\n<li>Change: Flip Box Carousel (Pro) - Changed some selectors in CSS to avoid empty items appearing on live page.</li>\n<li>Change: Underline Animated Button (Free) - Changed <section> tag to </li>\n</ul>\n\n<p><</p>\n\n<p>div>. This update improves the semantic structure of the widget, ensuring better compatibility with various screen readers and accessibility standards.\n* Change: Unlimited Charts (Pro) - Updated the animation option to trigger animation when the chart comes into view instead of upon initial load, improving user experience and visual appeal.\n* Change: Submit Button (Free) - Changed the position of Empty Field Errors to be grouped after the submit button. This update enhances the layout and organization of error messages, providing users with a clearer indication of missing information before submission.\n* Change: Post Blocks (Free) - Changed CSS selector for Typography option for better accessibility. This update improves the accessibility of the Typography option by using a more descriptive and accessible CSS selector.\n* Change: List Marquee (Pro) - Increased speed limit to 1000. This update enhances the speed capabilities of the widget, allowing for faster performance and smoother animations.\n* Change: Checkbox Field (Pro) - Increased accessibility by adding IDs to input elements and \"for\" attributes to label elements. This update improves accessibility by associating labels with their corresponding form controls, making it easier for screen readers and other assistive technologies to interpret and navigate the form.\n* Change: Masonry Gallery (Pro) - Implemented \'Autoplay Video In Lightbox\' option. This new functionality allows users to enable autoplay for videos displayed within the lightbox, providing a more dynamic and engaging viewing experience.\n* Change: WhatsApp Chat (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.\n* Fix: Number Field (Pro) - Implemented CSS protection from the max-width CSS property. This new functionality safeguards against unintended styling conflicts or overrides caused by the max-width property.\n* Fix: Fullscreen Menu (Free) - Addressed issue where the fullscreen menu was not displayed correctly in Safari browser.\n* Fix: Image Scroll (Pro) - Resolved 404 error appearing every time Overlay element was added on the page. This fix ensures that the Overlay element is loaded correctly without triggering a 404 error.</p>\n\n<p>version 1.5.100: 2024-03-17</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to connect the filters to some specific grid group</li>\n<li>Fix: fixed js run for background output not always happend</li>\n<li>Fix: filters was shown only related to grid taxonomies after changing to \"all\" </li>\n<li>Fix: returned some tiles gallery images that was missing</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: List (Free) - Implemented \'Open Link in New Tab\' option. This new functionality allows users to specify whether links should open in a new tab, providing flexibility in link behavior.</li>\n<li>Feature: Compact Gallery (Free) - Implemented \'Hide Thumbnail Panel Under Width\' option. This new functionality allows users to hide the thumbnail panel when the viewport width is below a specified threshold, optimizing the display for smaller screens.</li>\n<li>Feature: Select Dropdown Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Checkboxes Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Tabs Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Added \'Image Horizontal Shift\' option, allowing users to adjust the horizontal position of the image for enhanced customization and layout control.</li>\n</ul>\n\n<p>version 1.5.99: 2024-03-11</p>\n\n<ul>\n<li>Fix - updated multisource image fields</li>\n<li>Fix - fixed some small php bug with strtobool function</li>\n</ul>\n\n<p>version 1.5.98: 2024-03-05</p>\n\n<ul>\n<li>Fix Some small gutenberg related bug fix</li>\n</ul>\n\n<p>version 1.5.97: 2024-03-04</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Fix: allow showing authors name translated</li>\n<li>Change: updated font awesome version to 6</li>\n<li>Fix: done some link attribute security fix</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Accordion Menu (Pro) - Implemented \'Active State Color\' options for Sub Menu items. This new functionality allows users to customize the color of sub-menu items when they are in the active state, providing enhanced visual feedback.</li>\n<li>Feature: Content Slider (Pro) - Made \'Slide Margin\' option available for Full Slider Type and Offset Slider Type. This update expands the usability of the margin customization, allowing users to set margins between slides in both Full Slider and Offset Slider configurations.</li>\n<li>Feature: Icon Tabs (Pro) - Made \'Start Collapsed\' option responsive. This update ensures that the \'Start Collapsed\' behavior adjusts responsively, providing a consistent and user-friendly experience across various devices and screen sizes.</li>\n<li>Feature: Post Accordion (Free) - Introduced \'Expand All Accordion\' functionality, enabling users to expand all accordion items with a single click for improved content accessibility.</li>\n<li>Feature: Fullscreen Menu (Free) - Introduced option to customize the thickness of the animated hamburger icon bars, providing users with greater control over the visual appearance of the icon.</li>\n<li>Change: Coverflow Carousel (Pro) - Updated \'Button Link\' option: if empty, no link will be applied. This modification ensures that if the \'Button Link\' option is left empty, no link will be associated with the button within the widget.</li>\n<li>Fix: Product Carousel (Pro) - Optimized widget HTML code. This update enhances performance and efficiency by streamlining the HTML structure of the widget.</li>\n<li>Fix: Content Tabs (Free) - Improved widget interaction within an Elementor\'s popup. This update ensures a more seamless and optimized experience when utilizing the widget within a popup setting.</li>\n</ul>\n\n<p>version 1.5.96: 2024-02-26</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Feature: added option for time_ago_short in timelines that will show shorter version of minutes and hours text</li>\n<li>Feature: added defaults for weather widget</li>\n<li>Fix: fixed hourly weather fields</li>\n<li>Fix: fixed the import with images functionality</li>\n<li>Fix: set default timeout to remote requests</li>\n<li>Fix: fixed the image duplicate when importing templates</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Side Menu (Pro) - Implemented \'Menu Padding\' option. This new functionality allows users to set padding for the menu, providing control over the spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced a new value for \'Meta Data Position\' option called \'Before Title\'. This new functionality allows users to position meta data before the title, providing additional flexibility in content layout.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Stage Padding\' option. This new functionality allows users to set stage padding, displaying a part of the previous and next carousel items for a more visually appealing and dynamic presentation.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Selected Item Number\' option. This new functionality allows users to select a specific item by default, enhancing user experience by highlighting a predetermined item upon initialization.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option to display the image on the opposite side of the content for enhanced layout flexibility and customization.</li>\n<li>Feature: Thumbnail Slider (Pro) - Introduced \'Multi Source\' option, enabling users to select gallery items from various sources for enhanced flexibility and content integration.</li>\n<li>Feature: Timer Countdown Banner (Pro) - Added \'Direction\' option to support RTL (Right-to-Left) layout websites.</li>\n<li>Feature: Post Horizontal Timeline (Pro) - Introduced Background Color and Icon Color options for Navigation Arrows in disabled mode. This new functionality allows users to customize the appearance of navigation arrows when they are disabled, providing enhanced visual control.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Time Ago Type\' option. This new functionality allows users to choose the type of time ago representation, providing flexibility in how time is displayed within the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Text Custom Field\' option. This new functionality allows users to add a custom field under the main Posts Text, providing additional customization for displaying content.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Link Type\' option for all link elements in the widget. This new functionality allows users to choose the type of link for various elements within the widget, enhancing control over linking behavior.</li>\n<li>Feature: Remote Link (Pro) - Introduced active state for the link. This new functionality allows users to customize the appearance of the link when it is in an active state, providing enhanced visual feedback.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Implemented \'Hide Vertical Scrollbar in Popup\' option. This new functionality allows users to hide the vertical scrollbar within the popup, providing a cleaner and more focused appearance.</li>\n<li>Feature: Icon Carousel (Pro) - Introduced \'Autoplay Pause on Hover\' option, allowing users to pause autoplay functionality when hovering over the carousel for improved control and interaction.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Introduced Entrance Animation functionality for the popup. This new feature allows users to apply entrance animations, enhancing the visual appeal and engagement when the popup appears.</li>\n<li>Feature: Unlimited Timeline (Free) - Implemented \'Content Box Link\' option. This new functionality allows users to link the entire content box, providing a convenient way to associate a link with the entire widget item.</li>\n<li>Feature: Text Field (Free) - Added \'Read Only\' option, allowing users to set the field as read-only for preventing user input while retaining visibility of the text.</li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Radar Range\' option for Radar chart, allowing users to set the minimum range value for improved data visualization.</li>\n<li>Feature: Testimonial Carousel (Pro) - Added \'Rating\' field to the Source option. This new functionality allows users to incorporate a rating field as a source for the widget, expanding the available data sources for enhanced content display.</li>\n<li>Feature: Multi Step Form (Pro) - Introduced \'Direction\' option. This new functionality is useful for RTL (Right-to-Left) websites, allowing users to set the direction of the widget layout accordingly.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option for users to customize the text of each item\'s button, providing greater flexibility.</li>\n<li>Feature: Post List (Free) - Implemented \'Space Between Categories\' option. This new functionality allows users to set spacing between categories, providing control over the layout and visual presentation of category elements.</li>\n<li>Feature: Memory Game (Pro) - Introduced \'Add Completion Time to Form Field\' option, enabling users to automatically append the time taken to complete the memory game to a designated form field.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Add Link For The Whole Item\' option. This new functionality allows users to add a link to the entire widget item, enhancing the interactive capabilities and providing a clickable area for the entire item.</li>\n<li>Feature: Post Carousel (Pro) - Implemented \'Text Padding\' and \'Title Padding\' options. This new functionality allows users to set padding for text and title elements, providing enhanced control over spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced \'Date Modified\' options. This new functionality allows users to display the date when a post was last modified, providing additional information and transparency in content presentation.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Introduced options to customize Maps Controls icons\' color and background color. This new functionality allows users to personalize the appearance of map controls, enhancing visual customization.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Disable Map Interaction On Mobile\' option. This new functionality allows users to disable map interaction specifically on mobile devices, providing control over the user experience on smaller screens.</li>\n<li>Change: Content Tabs (Free) - Modified behavior of \'Start Collapsed\' option when used with \'Set Hash\'. If the URL has a hash, the first opened tab will be determined by the hash, providing a more dynamic and user-friendly experience.</li>\n<li>Change: Dropdown Button (Pro) - Removed Text Decoration CSS property from dropdown items. This update enhances the visual presentation by eliminating unnecessary text decoration.</li>\n<li>Change: Woo Mini Cart (Pro) - Added separate border options for \'View Cart\' and \'Checkout\' buttons, providing users with more customization flexibility for button styling.</li>\n<li>Change: Swipe Carousel (Pro) - Modified \'Enable Link\' option. Now, the entire item serves as a link, providing a more intuitive and consistent approach to linking within the widget.</li>\n<li>Fix: Submit Button (Free) - Corrected default values in email 2 that were leading to validation errors.</li>\n<li>Fix: Post Carousel Lite (Free) - Addressed issue where the carousel was not displaying on mobile devices.</li>\n<li>Fix: Icon Tabs (Pro) - Resolved issue with the \'Start Collapsed\' option. The fix ensures that the \'Start Collapsed\' option now functions correctly, delivering the intended collapsed behavior upon initialization.</li>\n<li>Fix: Post Grid (Pro) - Optimized widget item HTML code. This update enhances performance and efficiency by streamlining the HTML structure of widget items.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized item HTML code. This update improves performance and efficiency by refining the HTML structure of individual items within the widget.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized CSS code. This update improves performance and reduces the overall footprint of the stylesheet, enhancing efficiency and loading times.</li>\n<li>Fix: Remote Link (Pro) - Resolved issue where the Text Shadow option was erroneously interpreted as Box Shadow. The fix ensures that the Text Shadow option now functions correctly, providing the intended text shadow effect.</li>\n<li>Fix: Scroll Sequence (Pro) - Revised and improved descriptions of the widget fields for better clarity.</li>\n<li>Fix: Post Magazine Grid (Pro) - Added \'raw\' tag to category names to fix the display issue where the \'&\' symbol in category names was not displaying correctly.</li>\n<li>Fix: Before After (Pro) - Improved widget interaction with Elementor\'s Popups. This update ensures seamless integration and optimal performance when using the widget within Elementor\'s Popup functionality.</li>\n<li>Fix: Grid Gallery (Pro) - Resolved an issue where the widget was not extending to full width within Elementor Container.</li>\n<li>Fix: Particle Image (Pro) - Added protection from lazy load. This update ensures compatibility and proper functionality, mitigating potential issues related to lazy loading on various platforms.</li>\n</ul>\n\n<p>version 1.5.95: 2024-02-12:</p>\n\n<ul>\n<li>Feature: Ensure that the blog displayed on the \"Home\" page of the plugin is always up-to-date.</li>\n<li>Feature: Implemented support for tags in the widget catalog.</li>\n<li>Feature: Added an option for galleries to play videos in muted mode.</li>\n<li>Feature: Integrated weather forecast data preparation for the widget.</li>\n<li>Fix: Addressed some minor potential security risks associated with the import templates functionality.</li>\n<li>Fix: Rectified email validation for Form Email2.</li>\n<li>Fix: Resolved some issues with the price range filter.</li>\n<li>Fix: fixed the problem where dynamic template styles disappeared after updating Elementor Pro.</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Image Zoom Content Box (Free) - Implemented \'Title Tag\' option. This new functionality allows users to specify the HTML tag for titles within the widget, providing flexibility and control over the semantic structure of the content.</li>\n<li>Feature: Post Accordion (Free) - Implemented \'Disable Link in Image\' option. This new functionality allows users to disable the link associated with an image, providing more control over the interactive behavior of images within the widget.</li>\n<li>Feature: Slider Gallery (Free) - Implemented \'Mute Video\' option. This new functionality allows to play videos muted by default. Volume can be adjusted in video players on live page.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Item Bar Width\' option. This new functionality allows users to customize the width of individual bars, providing greater control over the visual representation of items.</li>\n<li>Feature: Remote Item Navigation (Pro) - Introduced \'Border Override Color\' options for Regular and Active states. This new functionality allows users to customize border colors separately for both Regular and Active states, enhancing visual styling in the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Title Min Height\' option. This new functionality allows users to set a minimum height for the title, offering more control over the visual presentation and consistency in the widget.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Show Link\' option. This new functionality enables users to show or hide links and customize their styling within the widget, offering more control over the interactive elements.</li>\n<li>Feature: Counter (Free) - Implemented \'Add Link To Widget Container\' option. This new functionality allows users to include a link, enhancing the interactive capabilities of the element by enabling navigation to another page or resource.</li>\n<li>Feature: Icon Box Accordion (Pro) - Introduced \'Icon + Text\' option for Graphic Element. This new value expands customization by allowing users to display both an icon and text within the Graphic Element for richer visual representation.</li>\n<li>Feature: Before After (Pro) - Added support for the widget inside Elementor\'s Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to utilize the widget effectively within Elementor\'s Tabs.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Hide Inactive Arrow\' option. This new functionality allows users to hide inactive arrows, providing a cleaner and more focused appearance in the widget interface.</li>\n<li>Feature: Layers (Pro) - Added shadow for icon type layers.</li>\n<li>Feature: Icon Pointer Button (Pro) - Introduced \'Direction\' option. This new functionality allows users to specify the direction for RTL (Right-to-Left) or LTR (Left-to-Right) websites, ensuring proper layout alignment based on language direction.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Auto Height\' option. This new functionality adjusts the height of the slider dynamically based on the height of the current slide, providing a more adaptive and seamless user experience.</li>\n<li>Feature: Justified Image Carousel (Pro) - Option to fix the broken layout (resulting in a duplicate carousel) caused by delayed image loading, this solution verifies that the images are loaded before initializing the carousel.</li>\n<li>Feature: Remote Tabs (Pro) - Introduced styling options for Border Radius, Border, and Shadow for the image of the active tab.</li>\n<li>Feature: Layers (Pro) - Added background color, padding and radius for text fields.</li>\n<li>Feature: WhatsApp Chat (Pro) - z-index option for Popup, allowing users to customize the stacking order of the Popup for better control over its visibility in relation to other elements.</li>\n<li>Feature: WhatsApp Chat (Pro) - Introduced option to customize the Popup Title, along with styling options for enhanced visual control and personalization.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced \'Additional Title\' options. This new functionality expands customization by providing additional settings for titles, allowing users to further enhance the visual presentation of titles within the widget.</li>\n<li>Feature: Content Grid (Pro) - Introduced \'Image Scale\' option. This new functionality allows users to scale the images, providing enhanced control over the visual presentation within the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented feature - automatically opens menu item if it matches the current page URL.</li>\n<li>Feature: Post Grid (Pro) - Added Option to show post tags, providing users with the ability to showcase tags associated with each post.</li>\n<li>Feature: Post Magazine Grid (Pro) - Introduced \'Image Scale\' and \'CSS Filters\' options along with the hover transition duration for enhanced image customization.</li>\n<li>Feature: Card Carousel (Free) - Implemented \'Image Position\' option. This new functionality allows users to customize the position of image within the widget, providing enhanced control over the visual layout.</li>\n<li>Feature: Layers (Pro) - Added mouse parallax effect, adds a captivating and interactive dimension to the user interface.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced additional styling options. This new set of functionalities allows users to further customize and refine the visual appearance of the widget, providing enhanced styling possibilities.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Close Transition Speed\' option. This new functionality enables users to set the speed of close animations for the dropdown, enhancing visual transitions and customization.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added \'Image Position\' option, allowing users to customize the position of the image above or below the content for enhanced layout flexibility.</li>\n<li>Feature: Layers (Pro) - Implemented motion effects—now elements can bounce up and down and move left to right for a livelier interface.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Center Info Window\' option. This new functionality allows users to center the info window on the map, providing enhanced visibility and focus on the selected location.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Close After Outside Info Window Click\' option. This new functionality allows users to close the info window after clicking outside of it on the map, enhancing user interaction and control.</li>\n<li>Feature: Layers (Pro) - Implemented responsive settings for individual layers, allowing users to toggle each layer on or off based on the specific device requirements.</li>\n<li>Feature: Image Accordion (Pro) - Added \'Title HTML Tag\' option, providing users with better SEO control by allowing customization of HTML tags for widget titles.</li>\n<li>Feature: Content Tabs (Free) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab content for a smoother and more seamless user experience.</li>\n<li>Feature: Event List (Pro) - Implemented \'Remove Expired Event Item\' option. This new functionality allows users to automatically remove event items that have expired, streamlining content management within the widget.</li>\n<li>Feature: Post Grid (Pro) - Added typography option for post tags, allowing users to customize the font style, size, and other typographic attributes.</li>\n<li>Feature: Event List (Pro) - Implemented \'Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the button, providing enhanced control over the layout within the widget.</li>\n<li>Feature: vCard (Pro) - Introduced option to include social media links in downloadable VCF contact file, enhancing contact information with additional social network profiles for improved connectivity.</li>\n<li>Change: Toggle Text Button (Free) - Upgraded textarea to full functionality editor, providing users with enhanced editing capabilities.</li>\n<li>Change: vCard (Pro) - Updated vCard JavaScript library to the latest version, ensuring compatibility with current standards and latest feature availability.</li>\n<li>Fix: Woo Product List (Free) - Introduced \'Layout Type\' option. This new functionality allows users to set the layout as either column or row, providing flexibility in organizing and displaying content within the widget.</li>\n<li>Fix: vCard (Pro) - Resolved issue where QR code was not scanning on some apps.</li>\n<li>Fix: Hotspots (Pro) - Rebuilt JavaScript code for better interaction. Removed unnecessary code to optimize performance and streamline functionality.</li>\n<li>Fix: Sideways Vertical Text (Pro) - Text layout shifting issue on Safari browser.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue with scrolling to the top of the page after tab click. The fix ensures that tab clicks no longer trigger unintended scrolling to the top, providing a smoother user experience.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the vertical scrollbar appearing on hover.</li>\n<li>Fix: Testimonial Carousel (Pro) - The issue where styling attributes (size and color) for SVG icons were not taking effect.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue in Content Tabs when Before After widget couldn\'t function inside tabs. The fix ensures proper functionality, allowing users to utilize the widget as intended.</li>\n<li>Fix: Woo Product Grid (Pro) - Added image HTML attributes to product images.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue where the size of social icons wasn\'t responding to the option value. The fix ensures that the specified option value now accurately reflects the size of social icons.</li>\n<li>Fix: Counter (Free) - Removed unnecessary space in \'Before Text\' and \'After Text\' options. This update improves the clarity and presentation of the text by eliminating unnecessary spacing.</li>\n<li>Fix: Content Tabs (Free) - Added support for Elementor Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to incorporate the widget effortlessly within Elementor Tabs.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved an issue where incorrect icons were being displayed after selecting a menu item.</li>\n<li>Fix: Woo Mini Cart (Pro) - Improved widget compatibility with optimization plugins like WP Rocket. This update ensures seamless integration, optimizing performance and enhancing the overall user experience when using these plugins.</li>\n<li>Fix: Post Accordion (Free) - Updated post content loading method to resolve the issue where, on some sites, post content was not displaying correctly.</li>\n<li>Fix: Dropdown Field (Pro) - Fixed an issue when Dropdown Field couldn\'t parse Field Name to Number Field widget.</li>\n<li>Fix: Card Carousel (Free) - Resolved issue where Transition Speed wasn\'t working for non-default animations. The fix ensures that Transition Speed now functions correctly for all animations, providing consistent and reliable behavior.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Removed default 2px border with blue color from one of the map elements. This update improves the visual presentation by eliminating an unnecessary border.</li>\n</ul>\n\n<p>version 1.5.94: 2024-01-25:</p>\n\n<ul>\n<li>Feature: added option to message individual fields for the form</li>\n<li>Change: removed instagram blocked api message - the instagram functionality is active now!</li>\n<li>Change: added default values to currency fields</li>\n<li>Fix: fixed small php bug regarding date field in items</li>\n<li><p>Fix: fixed some small xss vulnurability that pachstack discovered</p></li>\n<li><p>Feature: Number Field (Pro) - Introduced \'Enable Date Field in Formula\' option. This new functionality enables the use of Date Field in formula by allowing the addition or subtraction of days.</p></li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Remove Items with 0 Value\' option. This new functionality automatically excludes items with a value of 0 from charts.</li>\n<li>Feature: WordPress Menu (Free) - Implemented \'Hover Effect\' option. This new functionality allows users to choose from a variety of hover link effects, enhancing the visual presentation with dynamic animations.</li>\n<li>Feature: Hotspots (Pro) - Introduced customizable popup positioning, providing users with the option to define the exact position rather than relying on preset center alignment.</li>\n<li>Feature: Event List (Pro) - Introduced \'Event End Date\' option, allowing users to display event end date and time.</li>\n<li>Feature: Event List (Pro) - Implemented \'Calendar Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the calendar, providing better control over its placement within the layout.</li>\n<li>Feature: Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Dropdown Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Value Handling\' options. This new functionality allows users to choose the checkbox value type from options such as sum, individual number, or individual text, providing flexibility in handling checkbox values.</li>\n<li>Feature: Masonry Gallery (Pro) - Introduced \'Title Typography\' and \'Description Typography\' options. These new functionalities allow users to customize the typography settings for titles and descriptions.</li>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Tile Background Color\' option. This new functionality allows users to customize the background color of tiles, providing enhanced visual control over the widget\'s appearance.</li>\n<li>Feature: Hotspots (Pro) - Added \'Popup Image Size\' option, allowing users to customize the size of popup images.</li>\n<li>Feature: WooCommerce Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented \'Open Links In New Tab\' option. This new functionality allows users to specify whether links should open in a new tab with Source type posts, products, etc.</li>\n<li>Feature: Content Ticker (Pro) - Added Option to add an Image for each ticker item.</li>\n<li>Change: Hotspots (Pro) - Enabled \'Image Size Select\' option for the Image, allowing users to choose from different image resolutions for enhanced flexibility and visual customization.</li>\n<li>Change: Icon Carousel (Pro) - Improved \'Item Minimum Height\' option by expanding the range of values.</li>\n<li>Fix: Fullscreen Menu (Free) - Improved protection from Elementor sticky section interference.</li>\n<li>Fix: vCard (Pro) - Issue with QR code not displaying when \'Include Image in Contact\' is enabled has been resolved.</li>\n<li>Fix: Dropdown Field (Pro) - Resolved issue with \'Field Name\' not appearing during email sending. The fix ensures that the field name is now properly displayed in email notifications.</li>\n<li>Fix: Mega Menu (Pro) - Resolved horizontal scroll issue. The fix ensures that the layout no longer experiences unintended horizontal scrolling, providing a more stable and user-friendly experience.</li>\n<li>Fix: Scroll To Top (Free) - Resolved issue where the icon wasn\'t visible on the frontend. The fix ensures proper visibility of the icon, addressing the bug and improving the overall appearance.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the \'Disable Page Scroll\' option not working in some cases. The fix ensures consistent functionality, preventing page scrolling as intended.</li>\n<li>Fix: Text Field (Free) - Resolved input width issue. The fix ensures that input elements now display with the correct width.</li>\n</ul>\n\n<p>version 1.5.93: 2024-01-18:</p>\n\n<ul>\n<li>Feature: Introduced the option \'slider_video_autoplay\' to galleries, enabling video autoplay when changing items.</li>\n<li>Feature: Added the option to include specific taxonomies in related posts queries.</li>\n<li>Feature: Implemented automatic recognition of video thumbnail IDs in certain gallery types based on relevant post meta.</li>\n<li>Feature: Added functionality for the price range filter.</li>\n<li>Change: Updated the Freemius version.</li>\n<li>Change: Modified the text format for the export change log.</li>\n<li>Change: Restored the \"import with images\" feature after incorporating file type checks for security.</li>\n<li>Fix: Enhanced the handling of multiple user records for the \'exclude users\' option in the users query (Ajax-based).</li>\n<li>Fix: Corrected URL CSS and JS inclusion issues in Elementor editor.</li>\n<li><p>Fix: Corrected a bug related to \"mini cart widget\" in PHP in specific cases.</p></li>\n<li><p>Feature - Card Carousel (Free) - Introduced \'Hide Item\' option. This new functionality allows users to hide items instead of deleting them permanently, offering a more reversible and flexible approach to item management.</p></li>\n<li>Feature - Post Grid (Pro) - Implemented \'Layout Type: Above\' option. This new functionality allows users to change the position of the content box to above the image.</li>\n<li>Feature - Thumbnail Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Compact Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Grid Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Slider Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Flip Box Carousel (Pro) - Introduced option for back icon alignment, providing users the flexibility to customize the alignment of the back icon.</li>\n<li>Feature - Post List (Free) - Implemented \'Image Scale\' option for regular and hover states. This new feature allows users to customize the scaling of images independently for regular and hover states, enhancing visual presentation.</li>\n<li>Change - Flip Box Carousel (Pro) - Implemented conditional rendering of CSS to reduce unused styles, resulting in improved performance, SEO, and faster load times for enhanced user experience.</li>\n<li>Change - Content Accordion (Free) - Improved \'Expand All Accordion\' functionality, now allowing users to close the accordion by clicking the same button again for a more intuitive and user-friendly experience.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Implemented protection against buttons not being vertically aligned in specific cases.</li>\n<li>Fix - Flip Box Carousel (Pro) - Resolved an issue where links were not functioning properly when clicking on the back icon.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Resolved issue with the product button not being clickable in some cases.</li>\n<li>Fix - Post Carousel (Pro) - Resolved issue with the side-by-side layout.</li>\n<li>Feature - Logo Grid (Free) - Enhanced responsiveness for item \'Padding\' option. This update ensures that item padding adjusts effectively across various screen sizes and device resolutions for a consistent layout.</li>\n<li>Feature - Logo Grid (Free) - Implemented \'Direction\' option. This new feature is particularly useful for RTL (Right-to-Left) websites, allowing users to specify the direction of the widget\'s layout for improved compatibility.</li>\n<li>Feature - Content Accordion (Free) - Introduced a new feature that allows the expansion of all accordion items by clicking on an external element with the class \"ue-content-accordion-expand-all\".</li>\n<li>Feature - Memory Game (Pro) - Introduced template option for success message, Allowing users to show Elementor template as success message.</li>\n<li>Feature - Memory Game (Pro) - Added \'Completion Time\' option, enabling users to show the time it took to complete the game for a more informative and engaging experience.</li>\n<li>Feature - Content Accordion (Free) - Introduced \'Additional Header Content\' option in the accordion, allowing users to include additional content after the header title.</li>\n<li>Feature - Post Accordion (Free) - Implemented \'Open Links in New Tab\' option. This new functionality allows users to configure links to open in a new tab, enhancing control over the navigation experience.</li>\n<li>Feature - Side Menu (Pro) - Added an option to add a logo to the side menu layout.</li>\n</ul>\n\n<p>version 1.5.92: 2024-01-04:</p>\n\n<ul>\n<li>Feature: Introduced the change log option in the widget editor.</li>\n<li>Feature: Introduced the ability to connect with Google API for multi-source options.</li>\n<li>Feature: Included an option to link with Google Sheets under the general settings for forms.</li>\n<li>Feature: Integrated a \"show globals\" feature in troubleshooting for enhanced diagnostics.</li>\n<li>Feature: Implemented the capability to output cart fragments for the woo mini cart.</li>\n<li>Feature: Provided an option for \"none\" under lightbox-type in galleries, allowing users to disable the lightbox.</li>\n<li>Feature: Added an \"excerpt\" field to post fields within the widget editor for more detailed posts.</li>\n<li>Fix: Replaced site_url() with home_url() in global variables for better website navigation.</li>\n<li>Fix: Resolved a conflict with another select2 on the admin side, ensuring smoother operations.</li>\n<li>Fix: Rectified an error with multiple order by clauses in post queries to improve data sorting.</li>\n<li><p>Fix: Enhanced the manual selection of Elementor template retrieval for optimized performance.</p></li>\n<li><p>Feature - Content Carousel - Introduced \'Equalize Content Height\' option. This new feature simplifies the process of making content elements equal in each item.</p></li>\n<li>Feature - Flip Box Carousel - Enhanced responsiveness for Border Radius option. The update ensures that the Border Radius adapts effectively to different screen sizes and device resolutions for a consistent display.</li>\n<li>Feature - WooCommerce Product Carousel - Resolved broken layout issue occurring when set to side-by-side layout</li>\n<li>Feature - Phone Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Textarea Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Email Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Text Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Testimonial Carousel - Implemented \'Layout Type: Grid\' option. This new functionality facilitates the transformation of the widget\'s layout into a simple grid.</li>\n<li>Feature - Testimonial Carousel - Introduced \'Layout Type: Swipe\' option. This new feature allows users to set the behavior of the widget, resembling the functionality found in Swipe Carousel widget.</li>\n<li>Feature - Flip Box Carousel - Introduced \'Disable Mouse Drag\' and \'Disable Touch Drag\' options in Flip Box Carousel settings, offering control over user interaction by allowing the disabling of dragging functionalities.</li>\n<li>Feature - Team Member Grid - Introduced \'Badge\' option, allowing users to include custom badge images or icons for enhanced member representation.</li>\n<li>Feature - Thumbnail Slider - Implemented responsiveness for \'Slider Main Image Height\' option.</li>\n<li>Feature - Thumbnail Slider - Optimized \'Slider Main Image Height\' functionality to prevent widget reloading upon value change.</li>\n<li>Change - Thumbnail Slider - Changed attribute of \'Slider Main Image Height\' option from Number to Slider. This adjustment simplifies the process of adjusting the height of the main image by providing a more intuitive control.</li>\n<li>Fix - Submit Button - Improved interaction within Multi Step Form widget. Enhancements have been made to streamline and optimize the submit action.</li>\n<li>Feature - Multi Step Form - Implemented form submission loader. This new addition introduces a visual loader to illustrate the process of sending form data, enhancing user feedback during form submission.</li>\n<li>Feature - WooCommerce Product List - Introduced \'Default Image\' option. The widget will now display the specified default image when a product image is empty, for a more personalized user experience.</li>\n</ul>\n\n<p>version 1.5.91: 2023-12-28:</p>\n\n<ul>\n<li>Change: removed some vulnerability related to templates import</li>\n</ul>\n\n<p>version 1.5.90: 2023-12-18:</p>\n\n<ul>\n<li>Fix: fixed some small bug with pro version main file</li>\n</ul>\n\n<p>version 1.5.89: 2023-12-17:</p>\n\n<ul>\n<li>Fix: fixed some post filters detection issues on the page</li>\n<li>Fix: fixed some \"$type not found\" message in php</li>\n<li>Fix: fixed some \"infinite template found: \" message in php (emtpy template load protection)</li>\n<li>Change: added instagram api access error message</li>\n<li>Change: removed \"import with images\" functionality. replaced by doubly plugin.</li>\n</ul>\n\n<p>version 1.5.88: 2023-12-11:</p>\n\n<ul>\n<li>Feature: added \"iframe\" gallery type to the gallery items</li>\n<li>Fix: fixed the \"show/hide edit html button\" option from general settings</li>\n<li>Fix: fixed the general_settings.xml php error</li>\n<li>Fix: fixed some issue with gallery loading on pages and current meta keys</li>\n<li>Fix: fixed default value in datetime control</li>\n<li>Change: added some improvements for the form </li>\n<li>Change: set video placeholder to dynamic galleries in case of video item</li>\n</ul>\n\n<p>version 1.5.87: 2023-11-21:</p>\n\n<ul>\n<li>Change: updated freemius sdk to 2.6.0 version</li>\n<li>Change: added some protection against double background widgets output</li>\n<li>Feature: enabled form functionality</li>\n<li>Feature: enabled currency exchange functionality</li>\n</ul>\n\n<p>version 1.5.85: 2023-11-15</p>\n\n<ul>\n<li>Feature: added woo_addcart_ajax_attributes_button in twig for the button</li>\n<li>Feature: added option to show original settings values in widget debug</li>\n<li>Feature: added troubleshooting setting not to show php deprecated warnings</li>\n<li>Fix: better prepare post custom fields for the post multisource</li>\n<li>Fix: links from meta field works now</li>\n<li>Fix: fixed the ob_end_clean bug</li>\n<li>Fix: in post query - excluded posts not in from posts in</li>\n<li>Fix: fixed a small bug in the unite gallery library</li>\n<li>Change: updated twig version to 3.x</li>\n<li>Change: updated instagram data with date released field</li>\n</ul>\n\n<p>version 1.5.85: 2023-09-20</p>\n\n<ul>\n<li>Fix: fixed a small bug with multisource image param message</li>\n</ul>\n\n<p>version 1.5.84: 2023-09-20</p>\n\n<ul>\n<li>Feature: added twig function csv to json</li>\n<li>Feature: changed the admin view to new design (added designed header and menu)</li>\n<li>Feature: added option to enable animation on swipe to owl carousel js</li>\n<li>Feature: added woo mini cart functionality</li>\n<li><p>Feature: added option: \"current query as a base\" to post selection -> include by</p></li>\n<li><p>Fix: added support for webp in the manager</p></li>\n<li>Fix: allow fetching images from media library post type for the galleries </li>\n</ul>\n\n<p>version 1.5.83: 2023-08-22</p>\n\n<ul>\n<li>Fix: don\'t show first item in filter when no terms available</li>\n<li>Change: updated calculators javascript code base</li>\n</ul>\n\n<p>version 1.5.82: 2023-08-16</p>\n\n<ul>\n<li>Feature: added option for group filtering widgets</li>\n<li>Feature: solved the video play in gallery type from attachment video</li>\n<li>Change: turned off the video icon for background attribute</li>\n<li>Fix: fixed dynamic template with avoid duplicates</li>\n<li>Fix: fixed gallery widget acf video item error</li>\n<li>Fix: fixed some sort filter bugs with the default selected</li>\n</ul>\n\n<p>version 1.5.81: 2023-08-10</p>\n\n<ul>\n<li>Fix: fixed some missing css in the dynamic loop widgets</li>\n<li>Fix: fixed some child filters related bug</li>\n<li>Fix: fixed order by price in current query</li>\n<li>Fix: fixed some php 8.16+ version notices </li>\n<li>Feature: added option to print the term meta</li>\n</ul>\n\n<p>version 1.5.80: 2023-08-07</p>\n\n<ul>\n<li>Feature: added option to get \"all taxonomy terms\" from a post </li>\n<li>Feature: added html preperations for the woocommerce minicart</li>\n<li>Feature: added \"this week\" to the date selection query</li>\n<li>Feature: added \"grouping\" mode in the \"related posts\"</li>\n<li>Fix: the pagination now works on top of the grid</li>\n<li>Fix: fixed some init ajax filters multiple issues</li>\n<li>Fix: fixed the error with the assets path set</li>\n</ul>\n\n<p>version 1.5.79: 2023-07-24</p>\n\n<ul>\n<li>Fix: changed name for area-label to aria-label</li>\n<li>Fix: in filters - refresh single filter if \"all\" selected and there are hidden items</li>\n<li>Fix: changed protection against inifnite loop to 200</li>\n<li>Fix: show child filters at start if there are selected items</li>\n<li>Fix: date time attribute processor - if no date given - don\'t take current time</li>\n<li>Fix: refresh child filter if main filter selected on init</li>\n<li>Fix: dynamic popup was not worked with multisource in some cases</li>\n</ul>\n\n<p>version 1.5.78: 2023-07-16</p>\n\n<ul>\n<li>Fix: fixed show filters load more</li>\n<li>Fix: fixed multisource repeater empty</li>\n</ul>\n\n<p>version 1.5.77: 2023-07-13</p>\n\n<ul>\n<li>Fix: fixed dropzone collision in widget editor view</li>\n<li>Fix: fixed sort filter price filtering</li>\n<li>Fix: fixed max number in addons db table. from \"int\" to \"bigint\"</li>\n<li>Fix: replaced some deprecated by elementor codes</li>\n</ul>\n\n<p>version 1.5.76: 2023-07-12</p>\n\n<ul>\n<li>Feature: added \"rem\" unit in slider attribute</li>\n<li>Fix: fixed some small bug with remote sync debug</li>\n<li>Fix: fixed the truncate in multisource</li>\n<li>Fix: fixed some small bugs related to remote controls</li>\n<li>Fix: fixed dropzon third party conflict in manager</li>\n</ul>\n\n<p>version 1.5.75: 2023-07-05</p>\n\n<ul>\n<li>Feature: added some suggestion text to add some memory in the troubleshooting section in case that needed</li>\n<li>Fix: the wrong author was displayed in loop post meta data</li>\n<li>Fix: do_shortcode to html items inside the grid and dynamic loop</li>\n<li>Update: Updated Freemius SDK to the latest version</li>\n</ul>\n\n<p>version 1.5.74: 2023-07-04</p>\n\n<ul>\n<li>Fix: show search widgets at plugin install.</li>\n<li>Fix: menu picker depts in multisource</li>\n<li>Fix: set the author data to be retrievable in dynamic grid template</li>\n<li>Fix: show meta fields switcher didn\'t worked in multisource menu items</li>\n</ul>\n\n<p>version 1.5.73: 2023-06-26</p>\n\n<ul>\n<li>Feature: added options for revisions in widget editor</li>\n<li>Fix: added support for wordpress proxy in api calling</li>\n<li>Fix: fixed empty post in query result</li>\n<li>Fix: fixed \"wrong template ID\" elementor error in post accordion</li>\n</ul>\n\n<p>version 1.5.72: 2023-06-21</p>\n\n<ul>\n<li>Fix: added the swf extension in the allowed files in assets</li>\n<li>Feature: prepared the plugin for sort filter</li>\n<li>Change: updated freemius sdk to 2.5.9</li>\n</ul>\n\n<p>version 1.5.71: 2023-06-20</p>\n\n<ul>\n<li>Change: removed js includes of the forms and filters from backend editor</li>\n<li>Change: changed colors of the free version notification in dark mode</li>\n<li>Fix: fix the \"link\" type in wpml integration automatic translation</li>\n<li>Feature: add support for the conditions in ue forms</li>\n</ul>\n\n<p>version 1.5.70 2023-06-19:</p>\n\n<ul>\n<li>Change: added some \"birthday sale\" banner</li>\n<li>Feature: added \"truncate text\" modifier to multisource fields</li>\n<li>Feature: dynamic tags now works inside posts and products related widgets</li>\n<li>Feature: added twig highlighting in codemirror editor</li>\n<li>Fix: fixed sequence animation sliders bug (fields didn\'t loaded in elementor)</li>\n<li>Fix: change the comment from // to /* */ in filters js output to allow proper page compression.</li>\n<li>Fix: the \"time ago\" string is now translatable </li>\n<li>Fix: fixed the wpml elementor template id output</li>\n<li>Fix: fixed backgrounds bug with containers in editor</li>\n<li>Fix: fixed some small bugs with the checkbox filter</li>\n</ul>\n\n<p>version 1.5.69: 2023-06-08:</p>\n\n<ul>\n<li>Fix: allow to install webp images in widgets</li>\n</ul>\n\n<p>version 1.5.68: 2023-06-06:</p>\n\n<ul>\n<li>Change: added functionality for sort filter </li>\n<li>Feature: added field: \"form conditions\" for the upcoming form</li>\n<li>Feature: added link translation to wpml integration</li>\n<li>Feature: added link_attributes field to post list fields in twig</li>\n<li>Fix: fixed slider control min max values in case of multiple units</li>\n<li>Fix: add do shortcode from ajax items response</li>\n<li>Fix: fixed posts grid output with \"product\" taxonomy without woocommerce</li>\n<li>Fix: fixed getting cross sell products query in product list</li>\n</ul>\n\n<p>version 1.5.67 - 2023-05-29:</p>\n\n<ul>\n<li>Fix: fixed some more securaty issues related to assets manager</li>\n</ul>\n\n<p>version 1.5.66 - 2023-05-28:</p>\n\n<ul>\n<li>Fix: fixed some securaty issues related to non editor users operations and not allowed to upload php files in assets manager</li>\n</ul>\n\n<p>version 1.5.65 - 2023-05-26:</p>\n\n<ul>\n<li>Fix: fixed instagram api related bugs </li>\n</ul>\n\n<p>version 1.5.64 2023-05-23:</p>\n\n<ul>\n<li>Change: update freemius to latest version 2.5.8</li>\n<li>Fix: fixed a small php bug</li>\n</ul>\n\n<p>version 1.5.63 2023-05-23:</p>\n\n<ul>\n<li>Change: expand in widget editor is now connected to the screen height</li>\n<li>Fix: fixed the dynamic popup with multiple fields code </li>\n<li>Fix: fixed some sync if the clicked item is link</li>\n<li>Feature: added support for sort post filter</li>\n<li>Feature: hide \"show only insalled\" checkbox in widgets manager if no widget installed.</li>\n</ul>\n\n<p>version 1.5.62 2023-05-14:</p>\n\n<ul>\n<li>Feature: added \"edit template\" link in template selector</li>\n<li>Feature: added hidden template edit button to top bar</li>\n<li>Feature: added option for dynamic popup link to connect to many links in the widget</li>\n<li>Fix: solved some php error with parse dynamic settings in php 8.1</li>\n<li>Fix: getMetaValue error in products</li>\n<li>Fix: fixed doubly css includes in some cases</li>\n</ul>\n\n<p>version 1.5.61 - 2023-05-07:</p>\n\n<ul>\n<li>Feature: added support for woocommerce jet wishlist</li>\n<li>Feature: did option to disable third party hooks in ajax</li>\n<li>Fix: click on link on sync didn\'t worked</li>\n<li>Fix: added some protections to nonce and to file manager zip exctract (securaty issues fix) </li>\n<li>Change: updated freemius sdk to 2.5.7 version.</li>\n</ul>\n\n<p>version 1.5.60 - 2023-04-30:</p>\n\n<ul>\n<li>Feature: added functionality to get cart number of products </li>\n<li>Fix: fixed link field settings for multisoure</li>\n<li>Fix: fixed some bugs with regular price in woocommerce widgets</li>\n<li>Fix: filters js file loaded in editor as well</li>\n<li>Fix: fixed some small php bug regarding \"pathBase\"</li>\n<li>Fix: fixed conditions in multiple select control</li>\n<li>Change: updated unite gallery version</li>\n<li>Change: disabled autoload in update_option for the catalog variable</li>\n</ul>\n\n<p>version 1.5.59: 2023-04-09</p>\n\n<ul>\n<li>Feature: added multiple select to condition attributes in widget editor</li>\n<li>Change: updated freemius sdk to the latest version</li>\n<li>Fix: fixed empty post meta fields in case that acf plugin is on</li>\n<li>Fix: fixed some bug with avoid duplicates option and filters in single grid</li>\n<li>Fix: made some corrections in case that post query show wrong init selected terms values</li>\n<li>Fix: the post carousel goes to random item after ajax refresh</li>\n<li>Fix: fixed jet engine custom fields integration</li>\n</ul>\n\n<p>version 1.5.58: 2023-03-26</p>\n\n<ul>\n<li>Feature: added dynamic popup functionality to multisource widgets</li>\n<li>Fix: fixed missing arguments in the_post action</li>\n<li>Fix: fixed some php multisource error</li>\n<li>Fix: fixed some product ajax search related issues</li>\n<li>Fix: fixed some small but with ajax refresh and sync</li>\n</ul>\n\n<p>version 1.5.57: 2023-03-20</p>\n\n<ul>\n<li>Feature: improved the multisource selectors</li>\n<li>Feature: added option to get image from post meta in post fields - widget editor</li>\n<li>Fix: added \"skins\" folder to unite gallery</li>\n<li>Fix: added more compatability to woo commerce grids with discounts plugins</li>\n<li>Fix: fixed same uc_id in dynamic templates</li>\n</ul>\n\n<p>version 1.5.56: 2023-03-13:</p>\n\n<ul>\n<li>Feature: added option authors by dynamic field in post query</li>\n<li>Feature: done some integration with flycart discounts</li>\n<li>Feature: added option to show post type and post type title in posts fields</li>\n<li>Feature: added option to add multiple values in multisource</li>\n<li>Fix: fixed get posts by terms meta field - add taxonomy</li>\n<li>Fix: fixed responsive css in dynamic loop</li>\n<li>Fix: fixed dynamic loop with jet engine acf fields</li>\n<li>Fix: fixed slider control units for vh, vx and % </li>\n<li>Fix: added \"before today\" for past year in date qury</li>\n<li>Change: the uc_id will not change now when page refresh</li>\n</ul>\n\n<p>version 1.5.55: 2023-02-23:</p>\n\n<ul>\n<li>Fix: fixed wpml integrate fields</li>\n<li>Fix: fixed some write file error, will not crash if happend</li>\n<li>Fix: fixed entrance animation js on popup</li>\n<li>Fix: fixed strip tags in intro from content</li>\n<li>Fix: fixed some php 8.1 issues</li>\n<li>Fix: fixed some post intro with html tags issues</li>\n<li>Change: do_action function is working now in free version</li>\n</ul>\n\n<p>version 1.5.54: 2023-02-15</p>\n\n<ul>\n<li>Change: added some define variable that indicate the under ajax search</li>\n<li>Change: added \"collect\", and \"output\" to schema types in content accordion widget for example</li>\n<li>Feature: added wpml auto translate integration</li>\n<li>Feature: added option to select \"all taxonomies\" in exclude terms in terms selection</li>\n<li>Feature: added option - only direct children to terms select include by</li>\n<li>Feature: added option to post select to get posts by terms from curent meta field</li>\n<li>Fix: preserve tags when truncate</li>\n<li>Fix: fixed load more with second meta add in post query</li>\n</ul>\n\n<p>version 1.5.53: 2023-02-07</p>\n\n<ul>\n<li>Fix: keep exclude terms in grid when filtering with \"override terms\" mode</li>\n<li>Fix: fixed get_terms() not found php error from 1.5.52 version</li>\n</ul>\n\n<p>version 1.5.52: 2023-02-06</p>\n\n<ul>\n<li>Change: done some protection agains infinite loops in templates</li>\n<li>Fix: fixed popup button type conditions</li>\n<li>Fix: fixed term meta fields in multisource</li>\n<li>Fix: fixed exclude term not found in post select</li>\n</ul>\n\n<p>version 1.5.51: 2023-01-31</p>\n\n<ul>\n<li>Feature: added version to js comment output</li>\n<li>Feature: connected the galleies to remote play / stop like the carousels</li>\n<li>Feature: added some error message when image size attribute is missing in multisource</li>\n<li>Feature: added dynamic popup special attribute type</li>\n<li>Fix: fixed title source and description source in multisource gallery for products.</li>\n<li>Fix: added supress filtres to ajax search query</li>\n</ul>\n\n<p>version 1.5.50: 2023-01-24</p>\n\n<ul>\n<li>Feature: added \"media\" to post types select in advanced post query</li>\n<li>Feature: improved the date time attribute</li>\n</ul>\n\n<p>version 1.5.49: 2023-01-23</p>\n\n<ul>\n<li>Fix: fixed some js optimization issues </li>\n<li>Fix: fixed filters related small js bug</li>\n</ul>\n\n<p>version 1.5.48: 2023-01-19</p>\n\n<ul>\n<li>Feature: added gallery to multisource</li>\n<li>Feature: added post type override selectin current post query options</li>\n<li>Fix: fixed remote play with carousel</li>\n<li>Fix: fixed some multisource and ajax related bugs</li>\n<li>Fix: fixed popular posts plugin integration multiple post types</li>\n<li>Fix: fixed background widgets some problematic attribute names</li>\n<li>Fix: fixed include terms by current post terms in some cases.</li>\n<li>Fix: fixed default url_assets value in multisoure</li>\n<li>Fix: fixed dark mode svg icons</li>\n</ul>\n\n<p>version 1.5.47: 2023-01-10</p>\n\n<ul>\n<li>Feature: added more units to slider attribute</li>\n<li>Feature: added \"any\" post type to post types select</li>\n<li>Feature: added include and exclude current post terms in terms selection</li>\n<li>Feature: added option to carousel - scroll to head - force</li>\n<li>Feature: allow import widgets with theme activate</li>\n<li>Fix: fixed dynamic template render css for dynamic popup</li>\n<li>Fix: fixed users list select by manual</li>\n</ul>\n\n<p>version 1.5.46: 2023-01-08</p>\n\n<ul>\n<li>Feature: set the items image size chooser work for certain image</li>\n<li>Feature: made option to put js script in saparate tags with id\'s for optimization plugins like wprocket</li>\n<li>Feature: enriched the uc_lang variable. now it\'s always showing the current language</li>\n<li>Feature: added user_login variable to the users list output</li>\n<li>Feature: has put the preview link always as a help link in widget edit panel.</li>\n<li>Change: updated the multisource that it works better with items images</li>\n<li>Change: allow html tags in post intro (excerpt) in widgets</li>\n<li>Fix: fixed filters with sync multiple grid issues</li>\n<li>Fix: fixed the exclude users list with similar names</li>\n</ul>\n\n<p>version 1.5.45: 2022-12-26</p>\n\n<ul>\n<li>Feature: added json decode filter to twig</li>\n<li>Feature: added catalog images from shortpixel for speed loading</li>\n<li>Feature: done multisource group setting</li>\n<li>Fix: fixed entrance animation on ajax refresh</li>\n<li>Fix: done sync pause / play between carousels</li>\n</ul>\n\n<p>version 1.5.44: 2022-12-19</p>\n\n<ul>\n<li>Change: updated freemius to the latest version</li>\n<li>Fix: fixed remote play / pause button</li>\n<li>Fix: fixed search filter unicode phrase</li>\n<li>Fix: fixed entrance animation appear on scroll</li>\n<li>Feature: added video gallery responsive options</li>\n<li>Fix: fixed some owl carousel size on init bug</li>\n<li>Fix: fixed js widgets under the dynamic grid template like flipbox</li>\n</ul>\n\n<p>version 1.5.43: 2022-12-04</p>\n\n<ul>\n<li>Feature: add settings output to dynamic grid fields debug</li>\n<li>Fix: fixed pods multiple image data</li>\n<li>Fix: fixed url terms in filter with dynamic grid</li>\n<li>Fix: fixed users and menu not found bug in front </li>\n<li>Change: updated twig engine to the latest version</li>\n</ul>\n\n<p>version 1.5.42: 2022-11-29</p>\n\n<ul>\n<li>Feature: added functionality for time ago in posts widgets</li>\n<li>Feature: added woo variables to woo fields - woo_price_withtax, woo_price_notax</li>\n<li>Feature: added option for term child filter role\n-optimization: reduced number of queries in post related widgets</li>\n</ul>\n\n<p>version 1.5.41: 2022-11-24</p>\n\n<p>-bug fix: fixed post select in post query</p>\n\n<p>version 1.5.40: 2022-11-23</p>\n\n<ul>\n<li>Feature: added integration to woocommerce multicourancy plugins</li>\n<li>Feature: made some integration with translate press plugin</li>\n<li>Feature: added select post and select term attribute</li>\n<li>Fix: fixed dynamic loop css backgrounds with containers</li>\n<li>Fix: fixed mousewheel event in the carousel</li>\n<li>Fix: fixed some rare php error with filters</li>\n</ul>\n\n<p>version 1.5.39: 2022-11-16</p>\n\n<ul>\n<li>Fix: fixed small bug with zip extract</li>\n<li>Update: updated black friday sale banners</li>\n</ul>\n\n<p>version 1.5.38: 2022-11-10</p>\n\n<ul>\n<li>Fix: fixed galleries default sizes with post filters</li>\n<li>Fix: fixed hidden option in select filter in safari browser</li>\n<li>Fix: fixed non ssl assets url</li>\n<li>Feature: added \"schema\" special attribute</li>\n<li>Fix: fixed false autoplay in carousel</li>\n</ul>\n\n<p>version 1.5.37: 2022-11-09</p>\n\n<ul>\n<li>Fix: fixed 1px glitch bug in the carousel, on 1 item (slide mode)</li>\n<li>Feature: prepared the filters to work with ajax search</li>\n</ul>\n\n<p>version 1.5.36: 2022-11-6</p>\n\n<ul>\n<li>Feature: added function that outputs items schema</li>\n<li>Feature: improved include by meta in posts selection, added option for multiple values</li>\n<li>Feature: added option to get current user with meta in twig</li>\n<li>Addition: validate number of post list attributes, allow only one when creating widget</li>\n<li>Fix: fixed count posts in post query summary</li>\n<li>Fix: fixed entrance animation blur type</li>\n<li>Fix: fixed avoid duplicates with random order while posts load more</li>\n<li>Fix: the timeout now reset after slide change in owl carousel</li>\n<li>Fix: fixed terms selection taxonomies with idetical post type title</li>\n<li>Fix: added protection against inifinite loop in putElementorTemplate twig function</li>\n<li>Fix: fixed acf field unaccessable in some cases with elementor pro 3.8</li>\n</ul>\n\n<p>version 1.5.35: 2022-10-24</p>\n\n<p>-Fix: fixed include by id\'s from dynamic field, and terms from dynamic field in post selection</p>\n\n<p>version 1.5.34: 2022-10-19</p>\n\n<ul>\n<li>Feature: added items image size attribute (special type)</li>\n<li>Fix: fixed show backgrounds in elementor editor</li>\n</ul>\n\n<p>version 1.5.33: 2022-10-15</p>\n\n<ul>\n<li>Fix: fixed avoid duplicates with filters</li>\n<li>Fix: fixed select dropdown filter js</li>\n<li>Feature: added avoid duplicates option to manual posts selection</li>\n</ul>\n\n<p>version 1.5.32: 2022-10-11</p>\n\n<ul>\n<li>Fix: fixed some ajax pagination issues</li>\n<li>Fix: fixed pagination widget appearance on archive ajax pages with filters</li>\n<li>Fix: added twig functionality to put product attributes text</li>\n<li>Fix: fixed export with images not worked in some cases</li>\n<li>Fix: made some protection with ezcache plugin integration and filtering</li>\n<li>Fix: fixed some small php bug with this month post selection</li>\n<li>Fix: fixed some visible and hidden filters collision</li>\n<li>Fix: fixed terms select in terms filter on history back click in filters</li>\n<li>Fix: set child filter always first unselected</li>\n<li>Fix: set option for the tabs filter to be unselected</li>\n<li><p>Fix: fixed the pagination numbers if exclude offset chosen</p></li>\n<li><p>Feature: added multiple taxonomy terms in term selection</p></li>\n<li>Feature: added query id in terms selection</li>\n<li>Feature: added functionality for next / prev post</li>\n</ul>\n\n<p>version 1.5.31: 2022-09-20</p>\n\n<ul>\n<li>Fix: fixed thumbs gallery</li>\n</ul>\n\n<p>version 1.5.30: 2022-09-18</p>\n\n<ul>\n<li>Fix: fixed multiple post filters and grid connection</li>\n<li>Fix: fixed various small php errors</li>\n<li>Fix: fixed wordpress popular posts integration small bug</li>\n<li>Feature: added terms from dynamic post selection option</li>\n<li>Feature: added option for limiting terms show in post list</li>\n<li>Change: updated once more unitegallery graphics, changed assets to svg</li>\n<li>Fix: fixed thumbnail gallery arrows</li>\n</ul>\n\n<p>version 1.5.29: 2022-09-08</p>\n\n<ul>\n<li>Fix: fixed a small issue with search page and load more</li>\n<li>Fix: fix vimeo videos stoppped playing bug</li>\n</ul>\n\n<p>version 1.5.28: 2022-09-06</p>\n\n<ul>\n<li>Feature: added support for the select filter</li>\n<li>Fix: fixed some small js bug with filters</li>\n<li>Fix: fixed some post filters related popup error</li>\n<li>Change: changed the way that galleries srolls by mouseover</li>\n</ul>\n\n<p>version 1.5.27: 2022-09-02</p>\n\n<ul>\n<li>Fix: fixed popular posts plugin integration</li>\n<li>Fix: removed some console logs in filter.js file</li>\n<li>Fix: fixed ajax pagination jump</li>\n<li>Fix: fixed unitegallery strict standards bugs</li>\n<li>Change: renamed field - \"use dynamic fields\" to \"use current post data\" in widget editor</li>\n<li>Change: updated freemius sdk to: 2.4.5</li>\n</ul>\n\n<p>version 1.5.26: 2022-08-17</p>\n\n<ul>\n<li>Feature: added debug to remote elements</li>\n<li>Fix: made some protection against wrong animation names in carousel</li>\n<li>Fix: added some small fixes to carousel and remote sync js libraries</li>\n<li>Fix: done a better find closest section in remote</li>\n<li>Fix: fixed not showing values in elementor editor post selectors</li>\n</ul>\n\n<p>version 1.5.25: 2022-08-11</p>\n\n<ul>\n<li>Feature: added option to set title field in items</li>\n<li>Fix: fixed some more lazy load related protections in galleries</li>\n<li>Fix: Fixed some Elementor 3.7 deprecation issues</li>\n</ul>\n\n<p>version 1.5.24: 2022-08-09</p>\n\n<ul>\n<li>Fix: fixed some Elementor 3.7 related js bug in editor</li>\n</ul>\n\n<p>version 1.5.23: 2022-08-05</p>\n\n<ul>\n<li>Feature: added date format to date meta field post selection</li>\n<li>Feature: added more units to padding and margin attribute</li>\n<li>Feature: added option to set selected tab number in tabs filter widget</li>\n<li>Fix: fixed some unitegallery strict related scripts</li>\n<li>Fix: fixed sequance entrance animation attribute</li>\n<li>Fix: fixed some text with pagination edit mode in elementor editor</li>\n<li>Fix: fixed ajax pagination didn\'t get back to first page</li>\n<li>Fix: fixed tabs filter and taxonomy terms in one page</li>\n<li>Change: prepare the right way dates should work in post list</li>\n</ul>\n\n<p>version 1.5.22: 2022-07-24:</p>\n\n<ul>\n<li>Feature: added option to connect to another parent in remote arrows</li>\n<li>Feature: added change url and back button in ajax filers behaviour</li>\n<li>Fix: fixed doubly plugin integration import bg widgets</li>\n<li>Fix: fixed remote next/prev directions in carousels</li>\n<li>Fix: added some more protection against infinite loops from post content processing</li>\n</ul>\n\n<p>version 1.5.21 2022-07-17:</p>\n\n<ul>\n<li>Feature: added docstart and docend template in widget js</li>\n<li>Change: end of birthday sale message update</li>\n<li>Change: added warning message in case of twig collision with other plugins</li>\n</ul>\n\n<p>version 1.5.20 2022-07-13:</p>\n\n<ul>\n<li>Feature: added more widget debug type - current post fields</li>\n<li>Feature: updated admin title on edit widget view</li>\n<li>Feature: added option to carousel: scroll to head</li>\n<li>Feature: added query data attributes into filtering grid</li>\n<li>Fix: fixed ajax pagination in some cases</li>\n<li>Fix: fixed small php bug with hover animations control</li>\n<li>Fix: fixed lity lightbox with vimeo autoplay</li>\n<li>Fix: fixed item index after shuffle</li>\n<li>Fix: fixed some seleted tab filters related issues</li>\n<li>Fix: fixed load more filter doubly ajax request in some cases</li>\n<li>Fix: fixed woo scedualed sale price output</li>\n<li>Fix: in filters replace url with pagination as well</li>\n<li>Fix: changed gallery arrows to svg</li>\n</ul>\n\n<p>version 1.5.19 2022-06-27:</p>\n\n<ul>\n<li>Feature: added max posts to current query</li>\n<li>Fix: fixed controls conditions for elementor template control</li>\n<li>Feature: added more fields to dynamic grid loop (was only title)</li>\n<li>Change: added birthday sale banner and text</li>\n</ul>\n\n<p>version 1.5.17 2022-06-21:</p>\n\n<ul>\n<li>Change: updated fancybox version</li>\n<li>Fix: Fixed bug with ajax load more and ajax pagination</li>\n</ul>\n\n<p>version 1.5.17 2022-06-09:</p>\n\n<ul>\n<li>Feature: fixed entrance animation attribute</li>\n<li>Fix: fixed uc_inside_editor variable inside background widget</li>\n<li>Fix: fixed empty default value of radio boolean control</li>\n<li>Fix: fixed double filtering issues in archive pages</li>\n</ul>\n\n<p>version 1.5.16: 2022-05-31</p>\n\n<ul>\n<li>Fix: fixed double plugin versions in pro version</li>\n<li>Fix: fixed 1 size gap in one item owl carousel</li>\n<li>Fix: fixed the dissapearing options bug in mobile</li>\n</ul>\n\n<p>version 1.5.15: 2022-05-30</p>\n\n<ul>\n<li>Change: set cache folder inside wp-uploads</li>\n<li>Feature: added option to get terms last level only - for post list / grid</li>\n<li>Feature: added twig function - get_current_user</li>\n<li>Feature: disabled right click on html5 galleries (unite gallery)</li>\n<li>Fix: the image and video repeater was missing default items</li>\n<li>Fix: fixed load more and filters on a search page</li>\n<li>Fix: fixed carousel stage padding issues</li>\n<li>Fix: fixed carousel 1 item one pixel issues</li>\n<li>Fix: fixed default values in responsive selectors</li>\n</ul>\n\n<p>version 1.5.14: 2022-05-24</p>\n\n<ul>\n<li>Fix: fixed responsive default values with selectors in number and dropdown and slider controls</li>\n<li>Fix: fixed a bug in run_code_once functionality</li>\n</ul>\n\n<p>version 1.5.13: 2022-05-23</p>\n\n<ul>\n<li>Feature: added integration with \"sticky posts switch\" plugin</li>\n<li><p>Feature: added special attribute type - entrance animation</p></li>\n<li><p>Fix: fixed sync bug between two similar elements</p></li>\n<li>Fix: fixed filters loading with wp-rocket lazy load scripts</li>\n<li>Fix: fixed put_hide_ids_css function small bug</li>\n<li>Fix: fixed fetch 2 and more widgets within one section for filtering</li>\n<li>Fix: fixed slider control js empty output bug</li>\n<li>Fix: fixed gallery title as number js bug</li>\n<li>Fix: fixed gallery images from meta fields source as array </li>\n</ul>\n\n<p>version 1.5.12: 2022-05-08</p>\n\n<ul>\n<li>Feature: added integration for wpml media change</li>\n<li>Feature: bug fix: fixed hover animations setting don\'t work on front in some cases</li>\n<li>Feature: in post selection by date added options for \"future from today\", and \"future from tomorrow\".</li>\n<li>Feature: added new function: \"put_hide_ids_css\" to hide some css comma saparated id\'s from css tab.</li>\n<li>Feature: added support for ajax refresh for multiple synced grids together</li>\n<li>Feature: added option to test instagram data</li>\n<li><p>Feature: added phpinfo view in settings - troubleshooting</p></li>\n<li><p>Fix: fixed blank window opened by a link</p></li>\n<li>Fix: fixed acf boolean value present</li>\n<li>Fix: fixed another gallery related lazy load issues</li>\n</ul>\n\n<p>version 1.5.11: 2022-04-13</p>\n\n<ul>\n<li>Feature: made option to put elementor post_content inside post widget if the post made by elementor</li>\n<li>Feature: added additional fields to getPostAuthor function like avatar url and author meta</li>\n<li>Feature: show the \"no posts\" message with filters in post list / grid</li>\n<li>Feature: add background location (back/front) to background widgets</li>\n<li>Feature: done option to get post parent with the posts in posts selection</li>\n<li>Fix: set prices display in woocommerce widgets including tax</li>\n<li>Fix: fixed editor js files didn\'t loaded bug</li>\n<li>Fix: fixed css output with dynamic template and inline css mode</li>\n<li>Fix: fixed the ajax pagination that now works with post based gallery widget</li>\n<li>Fix: fixed filters scripts loading before jquery in js</li>\n<li>Fix: allow to select empty terms in term selection control</li>\n<li>Change: set default values of responsive number / slider / dropdown controls to desktop default values</li>\n</ul>\n\n<p>version 1.5.10: 2022-04-04</p>\n\n<ul>\n<li>Fix: fixed title and description source in gallery source selection</li>\n<li>Fix: fixed the dropdown attribute php filter for elementor</li>\n<li>Feature: added \"menu_id\" for various uses as menu attribute output</li>\n<li>Feature: added option for side offset in owl carousel</li>\n<li>Feature: added option for second items html refresh in ajax filters</li>\n</ul>\n\n<p>version 1.5.9: 2022-03-27</p>\n\n<ul>\n<li>Fix: fixed simple meta output for post list</li>\n<li>Feature: made dynamic grid work with filters</li>\n<li>Feature: the background widgets works for the new container objects as well</li>\n<li>Feature: added include by another meta field in post query</li>\n</ul>\n\n<p>version 1.5.8: 2022-03-23</p>\n\n<ul>\n<li>Feature: set special behaviour for more then one filters on the page</li>\n<li>Feature: added option to load video item from posts in a gallery</li>\n<li>Change: set up galleries common default items</li>\n<li>Fix: fixed unclosable gallery lightbox with youtube videos</li>\n<li>Fix: fixed elementor 3.6.0 compatability</li>\n</ul>\n\n<p>version 1.5.7: 2022-03-17</p>\n\n<ul>\n<li>Feature: added option to modify dropdown items in php\nFix: fixed gallery default items preview and init\nFix: fixed remote counter js error</li>\n</ul>\n\n<p>version 1.5.6 = 2022-03-15:</p>\n\n<p>Fix: fixed dissapearing items in remote related widgets</p>\n\n<p>version 1.5.5 = 2022-03-15:</p>\n\n<ul>\n<li>Feature: added woocommerce sorting options in posts selection by number of sales and rating</li>\n<li>Feature: added option to get related products on checkout page</li>\n<li>Feature: done manual posts and terms selections sort by drag and drop</li>\n<li>Feature: done option to custom refresh filters html (for carousels, galleries etc)</li>\n<li>Feature: made the attributes dialog support multi controls</li>\n<li>Feature: prepared the galleries and dynamic loops to use filters and load more\nFix: fixed query debug in manual posts selection\nFix: fix: fixed posts_per_page in manual posts selection\nFix: fix: fixed jquery include for remote widgets</li>\n</ul>\n\n<p>version 1.5.4 = 2022-03-06:</p>\n\n<ul>\n<li>Feature: added roles to post filter: single, main and child</li>\n<li>Feature: added option \"placeholder\" and \"disable dynamic\" for text field control</li>\n<li>Feature: added option for debug meta fields in post list, post grid</li>\n<li>Fix: fixed some pagination widget buttons related issues</li>\n<li>Fix: fixed non clickable items in some widgets</li>\n<li>Fix: fixed put_items(0) - first item output in twig</li>\n</ul>\n\n<p>version 1.5.3 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: added functionality to put image inside taxonomy terms widget</li>\n<li>Fix: fixed load more on archive page with orderby=xxx filter in url</li>\n<li>Fix: made support for woocommerce special order by in load more</li>\n<li>Change: updated freemius sdk to 2.4.3 version (Security fix)</li>\n</ul>\n\n<p>version 1.5.2 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: set up remote and sync functionality for the galleries</li>\n<li>Fix: fixed load more for current query posts</li>\n<li>Fix: fixed background js based widgets with elementor popups</li>\n<li>Fix: fixed unitegallery unclosed tag issue</li>\n<li>Fix: fixed replace mode in tabs filters</li>\n</ul>\n\n<p>version 1.5.1 = 2022-02-21:</p>\n\n<ul>\n<li>Feature: improved post pagination debug and added force options</li>\n<li>Feature: added code for the button filters</li>\n<li>Feature: added option to shuffle owl carousel</li>\n<li>Feature: added option for general \"shuffle\" in items</li>\n<li>Feature: made option for text modify, and get the current page url and current page title</li>\n<li>Feature: get feature image of a product from a first gallery image if featured image not exists</li>\n<li>Feature: added function \"one_random\" and \"first\" to get_items twig function</li>\n<li>Feature: added support for jet listing item</li>\n<li>Change: changed the \"choose template\" setting text to attirbute title</li>\n<li>Fix: fixed load more if offset turned on in the grid</li>\n<li>Fix: fixed link control attributes parsing</li>\n<li>Fix: fixed sync general api related bugs in elementor editor</li>\n</ul>\n\n<p>version 1.5.0 = 2022-02-02:</p>\n\n<ul>\n<li>Feature: added tabs in items controls</li>\n<li>Feature: added functionality for ajax taxonomies terms filter</li>\n<li>Feature: added some accessability to owl carousel buttons</li>\n</ul>\n\n<p>version 1.4.99: 2022-01-27:</p>\n\n<ul>\n<li>Feature: added option for disable content filtering in general settings->troubleshooting</li>\n<li>Feature: added taxonomies in widget debug output</li>\n<li>Fix: fixed some gallery lazy load related js bugs</li>\n</ul>\n\n<p>version 1.4.98: 2022-01-14:</p>\n\n<ul>\n<li>Feature: modified remote general js api to fit more types of widgets</li>\n<li>Feature: added support for put meta field in post list</li>\n<li>Fix: fixed some small php notices output in post query</li>\n</ul>\n\n<p>version 1.4.97 = 2022-01-06:</p>\n\n<ul>\n<li>Feature: add code base for the taxonomy filter</li>\n<li>Feature: added option to highlight all carousel items</li>\n<li>Feature: added active class to new owl carousel</li>\n<li>Feature: added scroll on click functionality to new owl carousel</li>\n<li>Fix: added support for acf fields styles in dynamic grid</li>\n<li>Fix: fixed some wp-rocket and filters related bug</li>\n</ul>\n\n<p>version 1.4.96 = 2021-12-29:</p>\n\n<ul>\n<li>Feature: use yoast main category feature to determine post main category</li>\n<li>Feature: added get woocommerce product gallery functionality to twig</li>\n<li>Feature: added support for multiple attribute conditoins values</li>\n<li>Feature: added menu order in advanced widget debug type</li>\n<li>Feature: added WooCommerce endpoints links code to twig</li>\n<li>Feature: added option to disable font awesome in general settings</li>\n<li>Fix: fixed some filters related issue</li>\n<li>Fix: added custom attributes to link attributes output</li>\n</ul>\n\n<p>version 1.4.95 = 2021-12-16:</p>\n\n<p>*Fix: fixed db table not found php bug in some cases</p>\n\n<p>version 1.4.94 = 2021-12-14:</p>\n\n<ul>\n<li>Feature: made posible multiple includes condition values per assets</li>\n<li>Feature: added meta value2 and meta value3 in include by meta value post selection</li>\n<li>Feature: added error notice if no api connectivity</li>\n<li>Feature: added attributes section conditions</li>\n<li>Feature: prepared code base for the new galleries</li>\n<li>Fix: fixed some small pagination related bug</li>\n<li>Fix: fixed remote connection parent detection in some cases</li>\n<li>Fix: added content filtering by filter widget_text_content for all the embed and other content modifications</li>\n<li>Fix: fixed edit defaulsin widget settings</li>\n<li>Fix: fixed some polylang issues with the template in dynamic template widgets</li>\n<li>Fix: [security] remove the \"duplicate layout\" functionality (not used in the plugin) that had some security issues </li>\n</ul>\n\n<p>version 1.4.93 = 2021-12-03:</p>\n\n<ul>\n<li>Fix: fixed some connected widgets bugs when there is many of them in the page</li>\n<li>Change: removed the black friday sale banner</li>\n<li>Feature: added general remote API for various widgets connections</li>\n<li>Feature: add some code base for the new gallery output</li>\n</ul>\n\n<p>version 1.4.92 = 2021-11-24:</p>\n\n<ul>\n<li>Fix: fixed similar post content in post list</li>\n<li>Change: saparated remote and sync options in connected widgets settings</li>\n</ul>\n\n<p>version 1.4.91 = 2021-11-23:</p>\n\n<ul>\n<li>Fix: fixed the wrong post intro in editor mode</li>\n</ul>\n\n<p>version 1.4.90 = 2021-11-22:</p>\n\n<ul>\n<li>Addition: added black friday banner discount banner and link</li>\n<li>Change: improved \"sync widgets\" editor experience</li>\n<li>Fix: fixed depricated \"post\" attribute bug</li>\n<li>Fix: modified zip extracting error messages</li>\n</ul>\n\n<p>version 1.4.89 = 2021-11-17:</p>\n\n<ul>\n<li>Feature: done the functionality for sync widgets</li>\n<li>Feature: done the functionality remote widgets</li>\n<li>Fix: fixed error message on remote widgets</li>\n<li>Fix: fixed css in post content in editor</li>\n<li>Fix: use better strip tags for post intro</li>\n</ul>\n\n<p>version 1.4.88 = 2021-11-08:</p>\n\n<ul>\n<li>Fix: fixed gutenberg support in widgets</li>\n<li>Fix: fixed all the pagination issues in archive page</li>\n</ul>\n\n<p>version 1.4.86 = 2021-11-01:</p>\n\n<ul>\n<li>Fix: fixed some load more last issues</li>\n<li>Feature: added code for taxonomy terms filter</li>\n<li>Feature: added code for checkbox filter</li>\n</ul>\n\n<p>version 1.4.86 = 2021-10-29:</p>\n\n<ul>\n<li>Feature: improved current query debug - full type</li>\n<li>Feature: added dropdown responsive placeholders</li>\n<li><p>Feature: added radio boolean attribute responsive controls</p></li>\n<li><p>Fix: fixed controls tabs functionality</p></li>\n<li>Fix: fixed load more custom image bug</li>\n<li>Fix: fixed double load more in a page mishmash bug</li>\n<li>Fix: fixed all load more issues</li>\n</ul>\n\n<p>version 1.4.85 = 2021-10-13:</p>\n\n<p>-bug fix: small bug fix - headers sent bug</p>\n\n<p>version 1.4.84 = 2021-10-13:</p>\n\n<ul>\n<li>Feature: added taxonomy terms full query debug option</li>\n<li>Feature: improved full debug type in posts query</li>\n<li>Feature: added items support in editor->background switcher</li>\n<li>Feature: added support for remote controls</li>\n<li>Feature: functionality to posts load more</li>\n<li>Feature: added second condition</li>\n<li>Feature: added tabs functionality to attributes</li>\n<li>Addition: added %,px to slider units</li>\n<li>Fix: fixed avoid duplicates related bug</li>\n<li>Fix: fixed conflicting wordpress codemirror script</li>\n<li>Fix: fixed post selection values init from editor</li>\n<li>Fix: fixed pagination on front page</li>\n<li>Fix: fixed some polylang related bugs</li>\n</ul>\n\n<p>version 1.4.83 = 2021-09-22:</p>\n\n<ul>\n<li>Fix: fixed styles mishmash inside elementor editor navigator</li>\n<li>Fix: fixed dissapearing carousels after refresh bug</li>\n<li>Fix: fixed dynamic grid pagination not changed</li>\n</ul>\n\n<p>version 1.4.82 = 2021-09-20:</p>\n\n<ul>\n<li>Feature: added troubleshooting setting - show php error message</li>\n<li>Feature: added px, vh, % options for slider attribute</li>\n<li>Feature: added dynamic group attributes for galleries, including image and video</li>\n<li>Feature: added option to convert one date string to another with ucdate filter</li>\n<li>Feature: added option to use items in background widgets</li>\n<li>Feature: added ucfunc(\"set\") and ucfunc(\"get\") functions in twig for remember and retrieve variables</li>\n<li>Feature: added include by option: \"children of current term\" to category selection options</li>\n<li>Feature: added option to pull woo product variations in twig</li>\n<li>Feature: added placeholder: link_withprefix, link_noprefix for link attribute</li>\n<li>Fix: fixed error when exists dynamic link in dynamic loop widgets</li>\n<li>Fix: enabled pagination in a single type in dynamic template grid</li>\n<li>Fix: the \"not equal\" attributes condition now works</li>\n<li>Fix: fixed not editable empty dropdown attribute in widget editor</li>\n<li>Fix: fixed mb_string absence php bug</li>\n<li>Fix: fixed heading attribute label</li>\n<li>Fix: fixed responsive elementor controls in widget items</li>\n</ul>\n\n<p>version 1.4.81 = 2021-08-17:</p>\n\n<ul>\n<li>Feature: added json select (lottie) for image attribute type </li>\n<li>Feature: made option for ajax in widgets with post list attribute</li>\n<li>Feature: made the ajax pagination work with pagination widget</li>\n<li>Feature: added dynamic options for number and slider attribute types</li>\n<li>Feature: added new owl carousel sources in assets chooser</li>\n<li>Feature: added heading attribute</li>\n<li>Change: added more types of debug for pagination widget</li>\n<li>Change: changed widget icons chooser for elementor icon instead of font awesome icon</li>\n<li>Fix: fixed import with template button dissapear in the new bar</li>\n<li>Fix: fixed widgets icons</li>\n</ul>\n\n<p>version 1.4.80 = 2021-08-09:</p>\n\n<ul>\n<li>Feature: added option to change items section label</li>\n<li>Feature: added js snippet with code that works in elementor popup</li>\n<li>Feature: added option to add {current_user_id} keyword in post meta query</li>\n<li>Feature: added option for block label inside each attribute</li>\n<li>Feature: added heading text option for items section</li>\n<li>Feature: added extra fields to image base gallery options</li>\n<li>Feature: added php filter option for variable</li>\n<li>Feature: added twig functions \"get_post_term\" and \"is_post_has_term\". The examples visible when you click on item.posts.putPostTerm placeholder</li>\n<li>Fix: fixed some test widgets output relate bugs</li>\n<li>Fix: conditions settings was not affected typography controls</li>\n<li>Fix: fixed template dynamic background image didn\'t displayed bug in dynamic loops</li>\n<li>Change: added some instructions for api connectivity test in general settings - troubleshooting</li>\n</ul>\n\n<p>version 1.4.79 = 2021-07-13</p>\n\n<ul>\n<li>Fix: fixed scripts output in preview widget page</li>\n</ul>\n\n<p>version 1.4.78 = 2021-07-12</p>\n\n<ul>\n<li>Change: added birthday sale promotions</li>\n<li>Feature: added woo commerce products to dynamic loop items source</li>\n</ul>\n\n<p>version 1.4.77 = 2021-07-07</p>\n\n<ul>\n<li>Fix: fixd the is_ajax() error function from the admin area</li>\n</ul>\n\n<p>version 1.4.76 = 2021-07-07</p>\n\n<ul>\n<li>Feature: added option to show post last modified date</li>\n<li>Feature: added function: get_from_sql in widget editor that allow to pull any custom records from DB</li>\n<li>Feature: added function: run_code_once in widget editor, that allow to run the code only once. Good for many similar widgets on the same page</li>\n<li>Feature: added option for load widget js as module</li>\n<li>Fix: fixed no key_thumb field in images inside widget</li>\n<li>Fix: fixed no condition in image sizes widget setting</li>\n<li>Fix: fixed javascript based backgrounds</li>\n<li>Fix: fixed brocken svg icon on catalog widget box in some of the cases</li>\n<li>Fix: fixed collision with rankmath in ajax actions</li>\n<li>Change: added some max length for a widget category, now it\'s 60</li>\n</ul>\n\n<p>version 1.4.75 = 2021-06-21</p>\n\n<ul>\n<li>Feature: added category image to products list</li>\n<li>Feature: added option to include as module widget js include</li>\n<li>Feature: added option to write custom handle to widget js and css include</li>\n<li>Feature: added options - avoid duplicate posts to post query exclude</li>\n<li>Feature: added option to include or exclude posts by dynamic field to posts selection</li>\n<li>Feature: added option to include or exclude posts by logged in user, in posts selection</li>\n<li>Fix: fixed background widget condition functionality</li>\n<li>Fix: changed template picker to simple select2 list</li>\n</ul>\n\n<p>version 1.4.74 = 2021-06-02</p>\n\n<ul>\n<li>Feature: added function put_date_range to twig functions. good for events widgets</li>\n<li>Feature: added integration with google map</li>\n<li>Feature: added function: \"run_code_once\" for twig</li>\n<li>Feature: added grouped options for the gallery</li>\n<li>Feature: added option to get posts by date from custom ACF field</li>\n<li>Feature: added gallery settings options for dynamic settings attribute</li>\n<li>Feature: added pagination to dynamic loop</li>\n<li>Change: improved dynamic settings attribute</li>\n</ul>\n\n<p>version 1.4.73 = 2021-05-20</p>\n\n<ul>\n<li>Feature: added twig function: \"put_attributes_json\" that available in js tab in widget editor</li>\n<li>Feature: added constant - uc_inside_editor - for distinquish between editor and site front</li>\n<li>Feature: added multiple select attribute</li>\n<li>Feature: added listing attribute support</li>\n<li>Fix: fixed \"request too long\" message on a widget preview - shortened preview url</li>\n<li>Fix: fixed several bugs with condition field in widgets editor</li>\n<li>Fix: fixed hidden image size select on item attributes</li>\n<li>Fix: fixed acf group field output</li>\n<li>Fix: fixed elementor template in items, changed to specific function</li>\n</ul>\n\n<p>version 1.4.72 = 2021-05-02</p>\n\n<ul>\n<li>Feature: added rating stars helper placeholder for woocommerce</li>\n<li>Feature: added option to include js file after elementor-frontend</li>\n<li>Fix: fixed new typography deprecation message</li>\n</ul>\n\n<p>version 1.4.71 = 2021-04-22</p>\n\n<ul>\n<li>Feature: added option to take post id\'s from php function in post selection</li>\n<li>Feature: added option for get posts by meta field that located in current or different post</li>\n<li>Feature: added twig filter: wc_price for native price filtering</li>\n<li>Feature: added post terms titles to post data debug</li>\n<li>Change: added option for woocommerce categories in terms selection</li>\n<li>Fix: fixed price issues in woocommerce related grids</li>\n<li>Fix: fixed include and exclude terms mismatch with nested tax query</li>\n<li>Fix: fixed pagination on search pages</li>\n</ul>\n\n<p>version 1.4.70 = 2021-04-14</p>\n\n<ul>\n<li>Feature: added show widget data debug options</li>\n<li>Feature: added option for filter post by post meta</li>\n<li>Feature: added option for simple condition for attributes</li>\n<li>Feature: added integration with wordpress popular post plugin for most viewed posts selection</li>\n<li>Feature: added post list variables for data debug</li>\n<li>Feature: added image sizes selector for post list</li>\n<li>Feature: get thumbnailID from content in case that it\'s missing in post</li>\n<li>Fix: when bulk moving attribute it now always goes to general category</li>\n<li>Fix: fixed filter posts by status</li>\n<li>Fix: fixed instagram media albom</li>\n</ul>\n\n<p>version 1.4.69 = 2021-04-04</p>\n\n<ul>\n<li>Feature: added extra query debug options for custom post types selector</li>\n<li>Feature: added choose image size select option to image attribute</li>\n<li>Feature: added \"image_attributes\" placeholder for image output in widget editor</li>\n<li>Change: added default values select to hover animations attribute</li>\n<li>Change: changed button \"add to cart\" to \"select options\" for variable products in woocommerce list widgets</li>\n<li>Fix: fixed border radius attribute from width to radius</li>\n<li>Fix: added missing thumb sizes for image select</li>\n</ul>\n\n<p>version 1.4.68 = 2021-03-22</p>\n\n<ul>\n<li>Feature: added include recently viewed products in woocommerce</li>\n<li>Feature: added option for default max posts in post selector</li>\n<li>Feature: added attribute type: Border Dimensions</li>\n<li>Feature: added attribute type: CSS Filters</li>\n<li>Feature: added attribute type: Hover Animations</li>\n<li>Fix: removed max posts from archive type post query selection, because has no control over pagination.</li>\n<li>Fix: fixed bug when instagram video images didn\'t show up</li>\n</ul>\n\n<p>version 1.4.67 = 2021-03-12</p>\n\n<ul>\n<li>Feature: added api connectivity to troubleshooting section</li>\n<li>Feature: added options in terms selection fields</li>\n<li><p>Feature: added order by meta key for woo categories select</p></li>\n<li><p>Fix: fixed woo product price format for decimal prices</p></li>\n<li>Fix: fixed context menu cut from bottom inside the widgets manager</li>\n<li>Fix: fixed show item data in widgets items repeater</li>\n<li>Fix: fixed float to round in woocommerce discount percents</li>\n</ul>\n\n<p>version 1.4.66 = 2021-02-18</p>\n\n<ul>\n<li>Feature: added \"box shadow\" attribute type</li>\n<li>Feature: added url_posts and num_posts to users output</li>\n<li>Feature: added option for selector 2 and selector 3 in several attributes</li>\n<li>Feature: added copy / paste attributes sections in widget editor</li>\n<li>Feature: added option for get default object to getListingItemData function</li>\n<li>Feature: added support for wpml site language inside a widget</li>\n<li>Feature: added acf image and thumbnails widths and heights to placeholders list</li>\n<li>Fix: load js include file in editor even if no js code</li>\n<li>Fix: fixed some php notice with exclude terms posts selection</li>\n<li>Fix: fixed small bug in getListingItemData function with no object returned</li>\n<li>Fix: fixed post selection manual select no posts shown at init</li>\n<li>Fix: fixed bug when private posts not fetched on manual posts selection</li>\n<li>Change: updated codemirror to latest version, added code search feature</li>\n<li>Change: updated freemius sdk to 2.4.2</li>\n</ul>\n\n<p>version 1.4.65 = 2021-02-03</p>\n\n<ul>\n<li>Feature: added option to fetch custom meta fields in users list</li>\n<li>Feature: added function to twig: getByPHPFunction()</li>\n<li>Feature: added function to twig: getUserMeta()</li>\n<li>Feature: added function to twig: getListingItemData() - working inside any plugin listing</li>\n<li>Fix: fixed php sanitize array bug</li>\n<li>Fix: fixed post type in related posts post selection</li>\n</ul>\n\n<p>version 1.4.64 = 2021-02-02</p>\n\n<ul>\n<li>Change: moved \"edit widget html\" button to advanced section in general tab</li>\n<li>Feature: added option to exclude products on sale in products query section in widget settings</li>\n<li>Feature: added option to exclude specific posts in post selection widget settings</li>\n<li>Feature: added woocommerce related products select in post selection</li>\n<li>Feature: added include/exclude posts by author in widget posts selection</li>\n<li>Feature: added include/exclude posts by date in widget posts selection</li>\n<li>Feature: added date/time picker to widget attributes types</li>\n<li>Feature: added post status to widget posts selection</li>\n<li>Feature: added offset setting to widget posts selection</li>\n<li>Feature: added author url and author post count to users fields</li>\n<li>Feature: added max number of users to user selection attribute</li>\n<li>Feature: added \"elementor template\" attribute</li>\n<li>Fix: fixed small php bug in post selection control</li>\n<li>Fix: fixed js bug in items repeater</li>\n<li>Fix: fixed exclude role not worked in user selection attribute</li>\n<li>Fix: fixed get products on sale selection with variations</li>\n</ul>\n\n<p>version 1.4.63 = 2021-01-26</p>\n\n<ul>\n<li>Feature: added acf link array and attributes</li>\n<li>Feature: added ordering features to post selection related and manual</li>\n<li>Feature: added option for showing only sticky posts</li>\n<li>Feature: added exclude by term setting in widget post selection</li>\n<li>Change: moved debug data from advaned to general folder in elementor widget settings</li>\n<li>Fix: fixed woo commerce prices number format</li>\n<li>Fix: fixed refresh posts on \"post query\" section open in widget post settings</li>\n<li>Fix: fixed manual posts selection default order</li>\n</ul>\n\n<p>version 1.4.62 = 2021-01-21</p>\n\n<ul>\n<li>Feature: added text shadow field</li>\n<li>Feature: added \"manual selection\" in posts query</li>\n<li>Feature: added compatability tag</li>\n<li>Fix: fixed image size thumb name with \"-\" sign inside</li>\n<li>Fix: fixed some php warning related to array to string conversion, happening in php 8</li>\n<li>Change: show woo commerce placeholders if selected \"for woocommerce products\" checkbox in post list attribute</li>\n<li>Change: improved woo category output placeholder help, added getTermCustomFields function</li>\n</ul>\n\n<p>version 1.4.61 = 2021-01-14</p>\n\n<ul>\n<li>Feature: added max posts and order by options to current query posts selection</li>\n<li>Feature: added manual selection for woocommerce categories select</li>\n<li>Feature: added selector and responsive to drop down attribute in widget builder</li>\n<li>Change: changed buy pro version link from the catalog widgets to inside of the plugin</li>\n<li>Fix: fixed adding widgets to a db table that is not auto incriment</li>\n<li>Fix: fixed svg preview from widget builder interface</li>\n<li>Fix: fixed manual memory check when registering widgets</li>\n</ul>\n\n<p>version 1.4.60 = 2020-12-30</p>\n\n<ul>\n<li>Feature: added option for third party integration for woocommerce grid</li>\n<li>Feature: added integration for \"advanced labels for woocommerce\" plugin</li>\n<li>Feature: added view file button in assets manager</li>\n<li>Feature: added svg icon option together with font icon for elementor panel widget box</li>\n<li>Feature: added preview image on mouseover inside elementor panel widget box</li>\n<li><p>Feature: added option for disabling \"edit widget html\" from widget settings</p></li>\n<li><p>Fix: fixed empty settings when there are gallery item setting only</p></li>\n<li>Fix: added \"no settings\" heading in case that no attributes in the widget</li>\n<li>Fix: fixed some php warnings for php 8.0</li>\n</ul>\n\n<p>version 1.4.59 = 2020-12-17</p>\n\n<ul>\n<li>Fix: fixed import template redirect</li>\n<li>Feature: added option to include sticky posts for post query</li>\n<li>Feature: added post pagination for single page</li>\n<li>Feature: added number of items for instagram widget</li>\n<li>Feature: added background image to background attribute</li>\n</ul>\n\n<p>version 1.4.58 - 2020-12-07</p>\n\n<ul>\n<li>Feature: make the plugin translatable for wordpress.org</li>\n</ul>\n\n<p>version 1.4.57 - 2020-12-07</p>\n\n<ul>\n<li>Feature: done post pagination widget for archive posts</li>\n<li>Feature: added option to truncate the post list</li>\n<li>Fix: fixed show debug query on current post query</li>\n</ul>\n\n<p>version 1.4.56 - 2020-11-30</p>\n\n<ul>\n<li>Update: relesed cyber monday deal admin notice</li>\n</ul>\n\n<p>version 1.4.55 - 2020-11-26</p>\n\n<ul>\n<li>Feature: added option to sort by sale price</li>\n<li>Feature: added option to debug query</li>\n<li>Feature: added option debug widget data</li>\n<li>Feature: added option to filter posts with child categories</li>\n<li><p>Feature: added option to include only products on sale</p></li>\n<li><p>Fix: fixed no widget shown in some cases</p></li>\n<li>Fix: fixed woocommerce prices placeholders prefix</li>\n</ul>\n\n<p>version 1.4.54 - 2020-11-13 =</p>\n\n<ul>\n<li>Update: updated freemius sdk to newest version</li>\n<li>Fix: fixed comma saparated selector</li>\n</ul>\n\n<p>version 1.4.53 - 2020-11-09 =</p>\n\n<ul>\n<li>Feature: added background widgets and section backgrounds</li>\n<li>Change: removed global colors from template export</li>\n<li>Fix: fixed bug with regular and sale price in woocommerce</li>\n</ul>\n\n<p>version 1.4.52 - 2020-11-06 =</p>\n\n<p>Fix: fixed bug with regular and sale price in woocommerce</p>\n\n<p>version 1.4.51 - 2020-11-04 =</p>\n\n<ul>\n<li>Feature: added svg output in icon library attribute</li>\n<li>Feature: added woocommerce checkbox to post list</li>\n<li>Feature: added product out of stock filter for product selection</li>\n<li>Feature: added discount_percent field in post list attribute woocommerce product type</li>\n<li>Feature: added woocommerce post list order by price option</li>\n<li>Fix: fixed woocommerce category in post list attribute</li>\n</ul>\n\n<p>version 1.4.50 - 2020-10-21 =</p>\n\n<ul>\n<li>Fix: removed display errors setting</li>\n</ul>\n\n<p>version 1.4.49 - 2020-10-12 =</p>\n\n<ul>\n<li>Fix: fixed small bug with non existing controls</li>\n<li>Fix: fixed general settings error when turning off plugin</li>\n</ul>\n\n<p>version 1.4.48 - 2020-10-12 =</p>\n\n<p>*Feature: added border attribute\n*Fix: page break in some versions of elementor\n*Fix: fixed bulk move attributes with categories\n*Fix: fixed default items image field not match</p>\n\n<p>version 1.4.47 - 2020-10-08 =</p>\n\n<ul>\n<li>Update: remove russian translation</li>\n<li>Feature: added function: get_items for twig</li>\n<li>Fix: fixed switch content and style tab</li>\n<li>Fix: fixed slider control tablet/mobile default value</li>\n<li>Fix: fixed non ordered widget categories</li>\n</ul>\n\n<p>version 1.4.46 - 2020-10-04 =</p>\n\n<ul>\n<li>Feature: added function put_items_json for js items output</li>\n<li>Fix: returned widgets from uncategorized category</li>\n</ul>\n\n<p>version 1.4.45 - 2020-10-04 =</p>\n\n<ul>\n<li>Fix: fixed template import with custom widgets</li>\n</ul>\n\n<p>version 1.4.44 - 2020-10-03 =</p>\n\n<ul>\n<li>Feature: added flexible content type attribute</li>\n<li>Optimize: reduced the number of db queries, dramatically increased load speed</li>\n</ul>\n\n<p>version 1.4.43 - 2020-09-22 =</p>\n\n<ul>\n<li>Feature: added option to group attributes into sections</li>\n<li>Feature: done instagram access token auto renew</li>\n<li>Feature: added \"selector\" to color picker attribute</li>\n<li>Fix: improved consolidate widgets option protection</li>\n<li>Fix: fixed select default widget images</li>\n<li>Fix: fixed default items in gallery item (image base fields)</li>\n<li>Fix: fixed image display in default item selector</li>\n<li>Fix: global colors was absent from color selection</li>\n</ul>\n\n<p>version 1.4.42 - 2020-08-06 =</p>\n\n<ul>\n<li>Feature: added option to get grouped woocomerce products</li>\n<li>Feature: added instagram connect to official API</li>\n<li>Feature: added function: getUserData(), added into \"twig code examples\" panel</li>\n<li>Feature: added \"printVar\" and \"showDebug\" functions \"twig code examples\" panel</li>\n<li>Feature: done \"login with instagram\" in general settings, and get data from instgram API</li>\n<li>Fix: sorted \"overwrite widgets\" issue on import</li>\n<li>Fix: fixed dropdown attribute when work with html data</li>\n</ul>\n\n<p>version 1.4.41 - 2020-06-18 =</p>\n\n<ul>\n<li>Feature: added additional controls to \"number\" attribute</li>\n<li>Feature: added \"exclude uncategorized category\" to woocommerce categories select </li>\n<li>Feature: added responsive controls to slider attribute</li>\n<li>Fix: fixed template type variable issues in elementor integration</li>\n<li>Fix: show pagination only when \"current query\" is available</li>\n<li>Fix: fixed select2 field min width in posts query</li>\n</ul>\n\n<p>version 1.4.40 - 2020-06-10 =</p>\n\n<ul>\n<li>Change: hided \"consolidate widgets\" general setting</li>\n<li>Feature: added \"show/hide wrapping html comments\" to general settings</li>\n<li>Fix: fixed export template filename</li>\n</ul>\n\n<p>version 1.4.39 - 2020-06-02 =</p>\n\n<ul>\n<li>Fix: fixed save widgets from editor with large config limitation.</li>\n<li>Fix: fixed export template with page settings bug.</li>\n<li>Fix: removed extra fields from items editor, leaved only supported fields</li>\n<li>Change: updated freemius SDK to latest version</li>\n</ul>\n\n<p>version 1.4.36 - 2020-05-21 =</p>\n\n<ul>\n<li>Feature: added support for pods panda repeater</li>\n<li>Fix: done some solution for max_execution_time issues when installing template</li>\n<li>Fix: fixed rtl on templates dialog popup</li>\n<li>Fix: corrected the naming near the \"number\" field</li>\n<li>Fix: cleared \"twig\" library from some not needed files.</li>\n<li>Change: removed \"image view\" file from framework.</li>\n</ul>\n\n<p>version 1.4.35 - 2020-05-11 =</p>\n\n<ul>\n<li>Feature: added term custom fields support</li>\n<li>Feature: added term meta fields support</li>\n<li>Change: moved composer vendor folder to plugin root</li>\n<li>Change: fixed empty templates list bug when \"show only installed widget\" checkbox checked</li>\n<li>Fix: sorted out some of the templates import bugs</li>\n</ul>\n\n<p>version 1.4.34 - 2020-05-06 =</p>\n\n<ul>\n<li>Fix: removed category ations from templates section</li>\n<li>Fix: show \"putPostMeta\" function even if no example post available</li>\n<li>Fix: fixed finally all the DB not installed issues on elementor and admin pages</li>\n</ul>\n\n<p>version 1.4.33 - 2020-05-03 =</p>\n\n<ul>\n<li>Fix: fixed double twig collision by another plugin</li>\n</ul>\n\n<p>version 1.4.32 - 2020-05-02 =</p>\n\n<ul>\n<li>Update: updated to newest twig 1.x version</li>\n<li>Fix: fixed no space between placeholders in php 7.4 bug</li>\n</ul>\n\n<p>version 1.4.31 - 2020-04-26 =</p>\n\n<p>*Fix: fixed dissapearing widget issue</p>\n\n<p>version 1.4.30 - 2020-04-23 =</p>\n\n<ul>\n<li>Fix: fixed couple of bugs related to templates</li>\n</ul>\n\n<p>version 1.4.29 - 2020-04-22 =</p>\n\n<ul>\n<li>Feature: released the templates catalog</li>\n</ul>\n\n<p>version 1.4.28 - 2020-04-10 =</p>\n\n<ul>\n<li>Feature: added woocommerce categories field</li>\n<li>Fix: fixed export / import with images feature</li>\n<li>Fug: fixed error message on front on some cases when the db tables not installed yet.</li>\n</ul>\n\n<p>version 1.4.27 - 2020-04-01 =</p>\n\n<p>Fix: fixed widget default icon in manager\nFeature: added \"getPostMeta, putPostMeta, printPostMeta\" functions\nFeature: added \"getPostData\" function for acf related posts, that get\'s all the data from the related post including custom fields</p>\n\n<p>version 1.4.26 - 2020-03-28 =</p>\n\n<ul>\n<li>Change: changed to new api address</li>\n<li>Fix: fixed links not included bug in theme builder posts</li>\n<li>Fix: fixed link to buy pro version</li>\n<li>Fix: fixed free version remain activated bug</li>\n<li>Fix: simpleXML validation made the site down</li>\n</ul>\n\n<p>version 1.4.25 - 2020-03-09 =</p>\n\n<ul>\n<li>Feature: added \"responsive controls\" to margin and padding setting</li>\n<li>Feature: made \"refresh catalog\" button</li>\n<li>Feature: added \"num_items\" variable to the widget editor</li>\n<li>Change: removed the \"default fonts\" from widget defaults screen</li>\n<li>Fix: fixed some php bug in \"implode\" function</li>\n<li>Fix: fixed posts from sub categories in post list</li>\n</ul>\n\n<p>version 1.4.24 - 2020-02-14 =</p>\n\n<ul>\n<li>Feature: made \"export with images\" option in templates</li>\n<li>Fix: fixed import category widgets</li>\n<li>Fix: fixed icon html output placeholder</li>\n</ul>\n\n<p>version 1.4.23 - 2020-02-02 =</p>\n\n<ul>\n<li>Feature: improved the slider attribute</li>\n<li>Feature: added \"menu\" attribute</li>\n</ul>\n\n<p>version 1.4.22 - 2020-01-28 =</p>\n\n<ul>\n<li>Feature: added woo currency symbol</li>\n<li>Feature: added woo add to cart button</li>\n<li>Feature: added slider attribute</li>\n<li>Widget: logo grid</li>\n<li>Widget: logo carousel</li>\n<li>Widget: logo marquee</li>\n<li>Widget: image tooltip</li>\n<li>Widget: content toggle</li>\n<li>Widget: circle number</li>\n<li>Widget: post list</li>\n</ul>\n\n<p>version 1.4.21 - 2020-01-22 =</p>\n\n<ul>\n<li>Feature: added users attribute</li>\n<li>Feature: done multiple post type selector</li>\n<li>Feature: added background attribute</li>\n<li>Feature: added icon library html output</li>\n<li>Feature: added woo commerce support in posts list</li>\n<li>Bug fix: fixed icons not shown bug in widget settings</li>\n</ul>\n\n<p>version 1.4.20 - 2020-01-15 =</p>\n\n<ul>\n<li>Bug fix: fixed font awesome icon output</li>\n<li>Bug fix: fixed instagram not loading bug</li>\n<li>Change: updated font awesome css version</li>\n<li>Change: changed the way that instagram was loaded on the page</li>\n</ul>\n\n<p>version 1.4.19 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added filter by slug to terms attribute</li>\n<li>Feature: changed repeater items titles to the ones from \"title\" field instead of \"Item1\", \"Item2\" etc.</li>\n<li>Feature: added automated styling for date field, added \"ucdate\" filter for that.</li>\n<li>Feature: done functionality for display post author</li>\n<li>Change: changed the font awesome attribute to fa5</li>\n<li>Change: added strip html tags from truncate function</li>\n</ul>\n\n<p>version 1.4.18 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added all image sizes to posts</li>\n<li>Feature: added \"putPostTerms\" function to posts</li>\n<li>Feature: added wpautop filter to twig</li>\n<li>Feature: added option for custom twig PHP functinoality for PRO version</li>\n<li>Feature: hide \"edit widget html\" button for user that don\'t have capability to see the plugin </li>\n<li>Feature: added wpml compatablity</li>\n<li>Feature: added related posts in posts list</li>\n<li>Feature: added padding and margin controls (pro)</li>\n<li>Bug Fix: fixed pagination output</li>\n</ul>\n\n<p>version 1.4.17 - 2019-12-12 =</p>\n\n<ul>\n<li>Change: changed to more flexible catalog api</li>\n</ul>\n\n<p>version 1.4.16 - 2019-08-12 =</p>\n\n<ul>\n<li>Feature: added post query relation (and, or) chooser</li>\n<li>Change: update to freemius sdk 2.3.1</li>\n<li>Feature: added \"trancate\" filter</li>\n<li>Fix: fixed editor permissions PHP Error</li>\n</ul>\n\n<p>version 1.4.15 - 2019-19-11 =</p>\n\n<ul>\n<li>Change: remove the old deprecated codecanyon activation</li>\n<li>Fix: fixed bug when both plugins are installed together</li>\n<li>Fix: fixed empty widget content when put a lot of content in the widget html/js</li>\n<li>Feature: added option for fonts for post list for intro and content</li>\n<li>Feature: added custom filter query ID in posts list query (pro)</li>\n<li>Feature: added labels to typography fields</li>\n<li>Feature: added description option for elementor controls</li>\n<li>Feature: added option to add help links to widgets from the widget editor</li>\n</ul>\n\n<p>version 1.4.14 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed js not included bug</li>\n</ul>\n\n<p>version 1.4.13 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed terms attribute selector bugs in elementor</li>\n<li>Fix: fixed post selection was not showing post types without taxonomies</li>\n<li>Fix: fixed rtl visibility issues in admin</li>\n</ul>\n\n<p>version 1.4.12 - 2019-15-10 =</p>\n\n<ul>\n<li>Feature: added exclude posts by current post</li>\n<li>Feature: added post category addition custom taxonomy support</li>\n<li>Fix: fixed some bug in post list selector elementor</li>\n</ul>\n\n<p>version 1.4.11 - 2019-07-10 =</p>\n\n<p>*Feature: added link param html attributes placeholder\n*Feature: added category link to post list params\n*Fix: fixed post list category not displayed bug</p>\n\n<p>version 1.4.10 - 2019-28-9 =</p>\n\n<p>-bug fix: added some front end protection against db not installed bug\n* Feature(pro): added do_action for custom wp actions run\n* Feature(pro): added apply_filters for custom wp actions run\n-bug fix: fixed export widget with assets path\n-change: added instructions to download pro version.</p>\n\n<h4>1.4.7 - 2019-18-9</h4>\n\n<p>*Fix: fixed post category selection in post list</p>\n\n<h4>1.4.6 - 2019-18-9</h4>\n\n<p>*Fix: fixed dynamic items in repeater</p>\n\n<h4>1.4.6 - 2019-11-9</h4>\n\n<p>*Fix: fixed admin body class external\n*Feature: make support for post categories list\n*Feature(pro) - made taxonomies list attribute\n*Fix: fixed current posts fetch in archive type</p>\n\n<h4>1.4.5 - 2019-19-8</h4>\n\n<p>*Change: improved widgets manager design</p>\n\n<h4>1.4.3 - 2019-25-7</h4>\n\n<p>*Change: updated the activation link from plugins\n*Change: small UI improvements</p>\n\n<h4>1.4.2 - 2019-24-7</h4>\n\n<p>*Feature: add post category to dynamic fields\n*Feature: added toolset integration</p>\n\n<h4>1.4.1 - 2019-8-7</h4>\n\n<p>*Feature: added search widget\n*Feature: the plugin is now fully translatable, added russian translation</p>\n\n<h4>1.4 - 2019-8-7</h4>\n\n<p>*Change: moved to new payment system (freemius), changed pricing plans</p>\n\n<h4>1.3.39 - 2019-2-7</h4>\n\n<p>*Feature: add alt tags to image attribute\n*Feature: add automatic name from title on add attribute\n*Feature: redesign categories</p>\n\n<p>*Fix: removed autop filter change code from front end\n*Fix: allow to import widget when stand on category from catalog\n*Fix: fixed instagram widgets typography bug</p>\n\n<h4>1.3.38 - 2019-30-6</h4>\n\n<p>*Feature: added code examples / js snippets\n*Feature: added widget preview</p>\n\n<h4>1.3.37 - 2019-23-6</h4>\n\n<p>*Feature: add support for archive pages\n*Feature: added archive pages pagination\n*Change: changed fonts design controls</p>\n\n<h4>1.3.36 - 2019-20-6</h4>\n\n<p>*Fix: fixed multiple similar js includes in one page</p>\n\n<h4>1.3.35 - 2019-20-6</h4>\n\n<p>*Feature: add support for acf gallery field</p>\n\n<h4>1.3.34 - 2019-13-6</h4>\n\n<ul>\n<li>Feature: improved the post list filtering and ordering</li>\n</ul>\n\n<h4>1.3.33 - 2019-12-6</h4>\n\n<ul>\n<li>Feature: added ordering posts by meta value</li>\n<li>Fix: fixed site crash by db error</li>\n</ul>\n\n<h4>1.3.32 - 2019-11-6</h4>\n\n<ul>\n<li>Fix: fixed pods together with acf fileds</li>\n<li>Fix: added all categories to post list</li>\n</ul>\n\n<h4>1.3.31 - 2019-10-6</h4>\n\n<ul>\n<li>Feature: added link attribute</li>\n</ul>\n\n<h4>1.3.30 - 2019-06-6</h4>\n\n<ul>\n<li>Feature: made PODS integration</li>\n</ul>\n\n<h4>1.3.29 - 2019-06-5</h4>\n\n<ul>\n<li>Feature: added set widget icon functionality, with presence in catalog</li>\n<li>Feature: added preview widget button from the catalog</li>\n</ul>\n\n<h4>1.3.28 - 2019-06-3</h4>\n\n<ul>\n<li>Feature: made plugin translatable</li>\n</ul>\n\n<h4>1.3.27 - 2019-06-2</h4>\n\n<ul>\n<li>Fix: fixed font override attribute bug</li>\n</ul>\n\n<h4>1.3.26 - 2019-05-30</h4>\n\n<ul>\n<li>Feature: added typography attribute</li>\n</ul>\n\n<h4>1.3.25 - 2019-05-29</h4>\n\n<ul>\n<li>Tweak: added support for dynamic params in image field</li>\n</ul>\n\n<h4>1.3.24 - 2019-05-29</h4>\n\n<ul>\n<li>Fix: Fix dynamic field</li>\n<li>Tweak: Added message when adding an empty repeater from custom fields</li>\n</ul>\n\n<h4>1.3.23 - 2019-05-01</h4>\n\n<ul>\n<li>Feature: Added dynamic fields to all text controls</li>\n<li>Feature: Added \"edit html\" button to all widgets</li>\n<li>Fix: Fixed consolidated addons render bugs</li>\n</ul>\n\n<h4>1.3.22 - 2019-04-25</h4>\n\n<ul>\n<li>Feature: Made all acf fields integration including the pro like repeater and clone</li>\n</ul>\n\n<h4>1.3.21 - 2019-04-20</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.20 - 2019-04-15</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.19 - 2019-04-10</h4>\n\n<ul>\n<li>Feature: Done all acf fields</li>\n</ul>\n\n<h4>1.3.18 - 2019-04-05</h4>\n\n<ul>\n<li>Change: Update post child vars when change post</li>\n</ul>\n\n<h4>1.3.17 - 2019-04-01</h4>\n\n<ul>\n<li>Change: Add dynamic fields to addon editor</li>\n</ul>\n\n<h4>1.3.16 - 2019-03-30</h4>\n\n<ul>\n<li>Fix: Fixed the switchers </li>\n<li>Fix: Fixed the upload file</li>\n<li>Fix: Fixed checkbox in assets tab</li>\n</ul>\n\n<h4>1.3.15 - 2019-03-25</h4>\n\n<ul>\n<li>Fix: Fixed visual bugs</li>\n<li>Fix: Fixed radio boolean attribute (switcher)</li>\n</ul>\n\n<h4>1.3.14 - 2019-03-20</h4>\n\n<ul>\n<li>Fix: Fixed addon assets tab bugs</li>\n</ul>\n\n<h4>1.3.13 - 2019-03-15</h4>\n\n<ul>\n<li>Feature: Done export/import template with addons</li>\n</ul>\n\n<h4>1.3.12 - 2019-03-10</h4>\n\n<ul>\n<li>Feature: Added fedback on deactivate</li>\n</ul>\n\n<h4>1.3.11 - 2019-03-05</h4>\n\n<ul>\n<li>Fix: Fixed export import layout stuff</li>\n</ul>\n\n<h4>1.3.10 - 2019-03-01</h4>\n\n<ul>\n<li>Fix: Fixed assets tab issues</li>\n<li>Fix: Fixed post to articles category rename on install</li>\n</ul>\n\n<h4>1.3.09 - 2019-02-28</h4>\n\n<ul>\n<li>Fix: Fixed test addon jquery include</li>\n<li>Change: Added purchase link to license page</li>\n</ul>\n\n<h4>1.3.08 - 2019-02-25</h4>\n\n<ul>\n<li>Fix: Fixed settings text output</li>\n</ul>\n\n<h4>1.3.07 - 2019-02-20</h4>\n\n<ul>\n<li>Fix: Fixed font manager bug</li>\n</ul>\n\n<h4>1.3.06 - 2019-02-15</h4>\n\n<ul>\n<li>Fix: Fixed taxonomy issues</li>\n</ul>\n\n<h4>1.3.05 - 2019-02-10</h4>\n\n<ul>\n<li>Fix: Fixed add addon functionality</li>\n</ul>\n\n<h4>1.3.04 - 2019-02-05</h4>\n\n<ul>\n<li>Improvment: Improved post types category selection</li>\n</ul>\n\n<h4>1.3.03 - 2019-02-01</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.02 - 2019-01-30</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.01 - 2019-01-25</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.2.01 - 2019-01-20</h4>\n\n<ul>\n<li>Fix: Fixed js in editor when addins widget</li>\n</ul>\n\n<h4>1.2.00 - 2019-01-15</h4>\n\n<ul>\n<li>Feature: Pro version with a catalog</li>\n</ul>\n\n<h4>1.0.11 - 2019-01-10</h4>\n\n<ul>\n<li>Fix: Fixed some wordpress galleries related bug</li>\n</ul>\n\n<h4>1.0.10 - 2019-01-05</h4>\n\n<ul>\n<li>Fix: Fixed export category</li>\n</ul>\n\n<h4>1.0.09 - 2019-01-01</h4>\n\n<ul>\n<li>Change: Made global setting for consolidata addons or not</li>\n<li>Change: Updated some memory text in general settings</li>\n</ul>\n\n<h4>1.0.08 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed all notices related bugs</li>\n</ul>\n\n<h4>1.0.07 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed with default data types</li>\n</ul>\n\n<h4>1.0.06 - 2018-12-25</h4>\n\n<ul>\n<li>Fix: Fixed js includes consolidated</li>\n</ul>\n\n<h4>1.0.05 - 2018-12-20</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.04 - 2018-12-15</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.03 - 2018-12-10</h4>\n\n<ul>\n<li>Fix: Fixed empty category issues</li>\n</ul>\n\n<h4>1.0.02 - 2018-12-05</h4>\n\n<ul>\n<li>Fix: Fixed bug with some unit values in render output</li>\n</ul>\n\n<h4>1.0.00 - 2018-12-01</h4>\n\n<ul>\n<li>Release: First plugin release</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:7:\"1.5.111\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/73821.zip?is_premium=true&authorization=FSLA+14440533%3AzI7PnLEbKI1BLNDqf0bQtf_C4VY7eYRIh8GhhsCBzp3zJ0-MR_MeOkxVZuzZhocbC0LCwYmBYAemXm8xMXP_EukKA46_-QPks4YRJ8KQyEmFSscRAkKghj6TYRt8dg2XsXJMSap7RJbuaKpw400Od6T_bE201lQoQ5hocT42VrF_vaRMCnZanJEs2ZtS5VXwnieaI29hFVzS-0r_m6uZnuju--ZiIg_hDpc7900PS024GHJZIj8sEbWZvXoPFT_Tx9wSqXO-BE_goYyZBwz5WA\";}}s:7:\"created\";i:1718697277;s:9:\"timestamp\";i:1718700877;}s:92:\"get:/v1/installs/14440533/updates/latest.json?is_premium=true&newer_than=1.5.111&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:7:\"1.5.112\";s:11:\"sdk_version\";s:5:\"2.7.2\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:5:\"6.5.3\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:37479;s:2:\"id\";s:5:\"74364\";s:7:\"created\";s:19:\"2024-07-01 11:27:18\";s:7:\"updated\";s:19:\"2024-07-03 06:52:37\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/74364.zip?is_premium=true&authorization=FSLA+14440533%3Ank3s4TmBQ-rRNEOvuzTJQxPgj47VgVYUrB-UmihyMZSZP0EnoIq2bMXn5S8H86Y8LTvIUDcd_EiTic3cX83eGcJMbNGynKMlKQahAd8_heMbxmyfAV1QE0kvWX0wXrmyOpwCJU8bkaoE1V7Fyhee8FDkqN_mMWSJo8a3ZyScvN_BC3tzZcMHTwTJp85V9G97kvnNqLQKGU7GuNrDLbcapkkbwuCA7ZbVF4vmkw8LHv0BwY9M6PB2LcVn0ihX7lOLCMI0x3GjiK02p756ujpaWw\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:66:\"Unlimited Elements For Elementor (Free Widgets, Addons, Templates)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"tags\";O:8:\"stdClass\":6:{s:9:\"elementor\";s:9:\"elementor\";s:8:\"elements\";s:8:\"elements\";s:6:\"addons\";s:6:\"addons\";s:16:\"elementor addons\";s:16:\"elementor addons\";s:16:\"elementor widget\";s:16:\"elementor widget\";s:12:\"page builder\";s:12:\"page builder\";}s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";N;s:6:\"tested\";s:5:\"6.5.3\";s:10:\"stable_tag\";s:3:\"1.0\";s:8:\"sections\";O:8:\"stdClass\":4:{s:11:\"description\";s:6713:\"<p><strong>Elementor</strong> users, elevate your web design experience with <strong>Unlimited Elements for Elementor</strong>. An all in one plugin that instantly gives you the most advanced widgets and tools to make better Elementor websites faster. Take your WordPress website to the next level.</p>\n\n<p><a href=\"https://unlimited-elements.com/elementor-widgets/\">View Elementor Widgets Demos</a>\n<br>\nBrowse our extensive collection of free widgets or upgrade to our pro version for access to over 200 additional unique drag and drop widgets for <strong>Elementor</strong>. Each widget provides a wide range of options to easily control every aspect. If you can\'t find what you need, our <strong>Widget Creator</strong> Framework empowers you to create any widget you can imagine.</p>\n\n<h3>Plugin Features</h3>\n\n<ul>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Widget Library</strong></a> Enhance the popular Elementor page builder with our user-friendly and innovative widget library. Simplify your website by finding everything you need in one place, without the need for multiple plugins.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/widget-creator/\"><strong>Widget Creator</strong></a> Save valuable time by eliminating the need to search for numerous plugins and add-ons. Instead, create customized, professional widgets that perfectly align with your website requirements.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-templates/\"><strong>Elementor Templates</strong></a> Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/loop-builder-for-elementor/\"><strong>Loop Builder</strong></a> Easily create dynamic Loop Items within the Elementor Theme Builder by utilizing any loop widget layout of your preference. Effortlessly populate the chosen widget with dynamic content to craft versatile and engaging Loop Items.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/background-widgets-for-elementor/\"><strong>Background Widgets</strong></a> Elevate your web designs instantly with our user-friendly animated backgrounds available in our extensive widget library. Experience seamless integration and unleash your creativity like never before.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/post-widgets-filters-tools/\"><strong>Post Widgets & Filters</strong></a> Easily create stunning post layouts with real-time filters. Improve the browsing experience for website visitors by helping them find the content they\'re looking for. Effortlessly display posts using advanced criteria on your entire website.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/woo/\"><strong>WooCommerce Widgets & Filters</strong></a> Create stunning product layouts with dynamic real-time filters. Showcase your products and categories in a wide array of interactive formats, such as grids, carousels, sliders, and more.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/remote-control-widgets/\"><strong>Woo Widgets & Filters</strong></a> Unleash your creativity with advanced and customizable layouts. Take full control of your designs and make them truly unique using the remote controls. Stand out from the crowd with layouts that are both eye-catching and distinctive.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/sync-widgets/\"><strong>Sync Between Widgets</strong></a> Elevate your web designs to new heights by seamlessly synchronizing multiple item-based widgets. This powerful feature empowers you to effortlessly create intricate and personalized layouts, taking your designs to the next level of sophistication.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source-galleries/\"><strong>Multi-Source Galleries</strong></a> Empower your gallery showcase by effortlessly featuring Woo products, WordPress posts, Instagram feeds, and a variety of other sources, including various API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/live-copy-paste/\"><strong>Live Copy Paste</strong></a> Copy and paste fully designed sections from the Unlimited Elements website directly to your website, saving you time and ensuring you can finish your web project as soon as possible.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-menu-widget-for-elementor/\"><strong>Mega Menu Builder</strong></a> Easily craft a distinctive Mega Menu for your website navigation by incorporating images, icons, links, and various Elementor widgets into unique menu layouts.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-slider-widget-for-elementor/\"><strong>Mega Slider Builder</strong></a> Easily turn any Elementor sections into slider slides. Now you can amaze your website visitors with jaw-dropping slider designs that look amazing on any device.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source/\"><strong>Multi-Source Widgets</strong></a> Add content dynamically to item-based widgets effortlessly with support for ACF repeaters, JSON/CSV files, Woo Products, WordPress posts, users, menus, and a range of API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/dynamic-post-popup-widget-for-elementor/\"><strong>Dynamic Popup Builder</strong></a> Dynamically create a popup to add a quick view of the post without leaving the page. Use an Elementor single post template to create the layout of the dynamic popup.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/form-builder/\"><strong>Elementor Form Builder</strong></a> Build advanced forms effortlessly using the drag-and-drop form builder. Whether it’s a simple or complex form, our straightforward form widgets make it quick and easy to create forms, improving your workflow.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/calculators/\"><strong>Calculator Builder</strong></a> Easily design professional calculators for any type of industry. Whether you need a loan calculator, mortgage calculator or business calculator, our powerful and intuitive drag and drop builder makes it easy to create complex calculators with ease.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/filters/\"><strong>Elementor Filter Widgets</strong></a> Unlock the potential of the AJAX-based faceted filter system, seamlessly empowering you to craft diverse layouts with ease. Take control by applying multiple filters, ensuring a super-fast and dynamic filtering experience tailored to your website needs.</p></li>\n</ul>\";s:12:\"installation\";s:521:\"<p>Note : This plugin works with Elementor. Make sure you have <a href=\"https://wordpress.org/plugins/elementor/\">Elementor</a> installed.</p>\n\n<ol>\n<li>Upload the plugin folder to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress</li>\n<li>Navigate to Unlimited Elements in the WordPress side menu and install the widget you want by hovering over it and clicking install.</li>\n</ol>\";s:3:\"faq\";s:4218:\"<h4>Can I use the plugin without Elementor?</h4>\n\n<p>No. You cannot use the plugin without Elementor since it\'s an addon for Elementor.</p>\n\n<h4>Does the plugin work with any theme?</h4>\n\n<p>Absolutely! The plugin will work with any theme where Elementor works.</p>\n\n<h4>What if I update to the Premium version after using the Free version?</h4>\n\n<p>Your existing elements/content will work with the premium version. So you won’t lose your any of your hard work.</p>\n\n<h4>Can I get a refund?</h4>\n\n<p>If you are not happy with your purchase at anytime just contact us and we will refund 100% of your money no questions asked.</p>\n\n<h4>Do you offer a renewals discount?</h4>\n\n<p>Yes, you get 25% discount for all annual plan automatic renewals. The renewal price will never be increased so long as the subscription is not cancelled.</p>\n\n<h4>How do I install and activate the \'Unlimited Elements for Elementor\' plugin on WordPress?</h4>\n\n<p>To install the \'Unlimited Elements\' plugin on your WordPress site, access your WordPress Dashboard and go to Plugins -> Add New. In the search box, enter \'Unlimited Elements.\' Locate the plugin in the search results and click on the \'Install Now\' button. Once the installation is finished, click on the \'Activate\' button, and \'Unlimited Elements for Elementor\' will be successfully activated on your WordPress site.</p>\n\n<h4>Do I need to know code to use Unlimited Elements?</h4>\n\n<p>No, you do not need to know code to leverage the widgets and other tools provided by the Unlimited Elements plugin. It is designed to be user-friendly, allowing you to enhance your Elementor experience without any coding expertise. However, for users familiar with code, the plugin offers the added advantage of a widget creator, enabling the creation of custom Elementor widgets for a more tailored and advanced design experience.</p>\n\n<h4>Is my site secure with Unlimited Elements?</h4>\n\n<p>Yes, Unlimited Elements is a secure plugin. The plugin is regularly updated to adhere to common security standards, ensuring a secure environment for your website.</p>\n\n<h4>What types of filters does Unlimited Elements provide?</h4>\n\n<p>Unlimited Elements offers a variety of filter types, including search filters, dropdowns, tabs filters, checkboxes filters, and WooCommerce-related filters, providing a diverse range of options for dynamic and versatile website filtering.</p>\n\n<h4>Are the filters compatible with any post type or WooCommerce products?</h4>\n\n<p>Yes, all the filters provided by Unlimited Elements are live Ajax filters, ensuring dynamic and seamless filtering experiences. They are compatible with any post type, including custom post types, and WooCommerce products, offering versatile functionality for a wide range of content on your website. Utilize specific WooCommerce filters to enhance the shopping experience for your customers, such as the price range slider filter and color swatches filter for products with different colors.</p>\n\n<h4>Can I use Unlimited Elements to display custom post types in my widgets?</h4>\n\n<p>Yes, Unlimited Elements supports showcasing custom post types with advanced query selection and seamless connection to any filter from the UE library. This allows for tailored and dynamic content presentation on your website using the plugin\'s versatile features.</p>\n\n<h4>What are multi-source widgets in Unlimited Elements?</h4>\n\n<p>Multi-source widgets in Unlimited Elements enable the population of item-based widgets with various dynamic source types. These widgets can be populated using sources like ACF repeater fields, WooCommerce products, custom post types, Instagram feeds, and various API integrations. This versatility allows for the seamless integration of diverse content into widgets, enhancing the flexibility and functionality of your website elements.</p>\n\n<h4>Should I use Remote Control Widgets or the Sync Widgets function in Unlimited Elements?</h4>\n\n<p>The choice depends on your design preferences. If you want complete control, go for Remote Control Widgets. For synchronized layouts, choose Sync Widgets. They can also be used together for even more powerful customization options in Unlimited Elements.</p>\";s:9:\"changelog\";s:156477:\"<p>version 1.5.112: 2024-07-01</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: made a small integration with simple author box plugin</li>\n<li>Feature: added \"timezone\" for google events api</li>\n<li>Feature: added \"current product gallery\" as a gallery source for WooCommerce</li>\n<li>Feature: added option for dynamic popup advanced cache</li>\n<li>Feature: added integration for fvplayer</li>\n<li>Feature: added links to woo minicart title and image</li>\n<li>Feature: added option to send reply in form to email that set in form field</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Pricing Table (Free) - Introduced Tooltip functionality, allowing users to add tooltips to each list item.</li>\n<li>Feature: Post Magazine Grid (Pro) - New values were added to the Show Categories option, including byTaxonomy and by Last level Taxonomy, providing users with more granular control over category display settings.</li>\n<li>Feature: Blob Shapes (Free) - Enhanced the Shadow options by adding shadow size, shadow blur, shadow color type, and shadow shift settings.</li>\n<li>Feature: Image Accordion (Pro) - Added the \"Link All Items\" option to enhance functionality and provide users with the ability to link all items collectively.</li>\n<li>Feature: Calendar (Pro) - Separated the Locale option into a new tab and introduced an \'Other\' option in the locale list, enabling users to manually add a locale not listed, thereby extending support for 96 locales.</li>\n<li>Feature: Calendar (Pro) - Added \"Open Event Link in New Tab\" option to allow users to open event links in a new tab.</li>\n<li>Feature: Checkboxes Filter (Pro) - Added functionality to hide the dropdown when no items are found inside.</li>\n<li>Feature: Icon Accordion (Pro) - A new feature was introduced that includes the addition of an option to adjust the Icon Margin, providing users with more customization options for their interface.</li>\n<li>Feature: Radio Button Field (Pro) - Added functionality to handle and process values selected from radio buttons in the form, ensuring users\' selections are captured and correctly stored.</li>\n<li>Change: Woo Mini Cart (Pro) - Improved the widget by adding the product link to the product title and the image in the cart.</li>\n<li>Change: AJAX Search (Pro) - Added a aria-label attribute for the search button element to enhance form handling and improve accessibility.</li>\n<li>Change: List Marquee (Pro) - Extended icon option to graphic element and added option for image.</li>\n<li>Change: AJAX Search (Pro) - Added a name attribute for the search button element to enhance form handling and improve accessibility.</li>\n<li>Change: Swipe Carousel (Pro) - An improvement was made by adding the aria-label attribute to the item link, enhancing accessibility and ensuring that all links have discernible names for better user experience.</li>\n<li>Fix: Logo Marquee (Pro) - Fixed the text alignment issue and added new options: Text Align and Text Shadow.</li>\n<li>Fix: Icon Accordion (Pro) - Fixed a bug where the accordions were not closing when the \"Close Others on Open\" option was disabled.</li>\n<li>Fix: Copy Coupon Code (Pro) - Resolved a problem where the copy operation was failing in some cases. This fix ensures that the copy functionality now works reliably across all scenarios.</li>\n<li>Fix: Quantity Increment Buttons (Pro) - Resolved a problem where the product quantity was not reset to 1 after adding to the cart.</li>\n<li>Fix: Liquid Full Screen Menu (Pro) - Implemented a fix to address the issue where the widget was not functioning correctly within sticky containers, ensuring consistent behavior and improved user experience.</li>\n<li>Fix: Before After (Pro) - Added support for carousel widgets, enabling the creation and management of dynamic, rotating content displays within the application.</li>\n</ul>\n\n<p>version 1.5.111: 2024-06-10</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option in general settings: \'Taxonomy Separator Sign in Ajax Filter\' for backward compatability</li>\n<li>Fix: fixed getting elementor dynamic item fields in ajax </li>\n<li>Fix: background widgets didn\'t worked with rocket lazy load</li>\n<li>Changed - changed the default taxonomy saparator to \":\" instead of \"~\"</li>\n<li>Feature: added option in general settings: \'Taxonomy Separator Sign in Ajax Filter\' for backward compatability</li>\n<li>Changed - changed the default taxonomy saparator to \":\" instead of \"~\"</li>\n<li>Fix: fixed getting elementor dynamic item fields in ajax </li>\n<li>Fix: background widgets didn\'t worked with rocket lazy load</li>\n<li>Fix: filters checkboxes wasn\'t visible in some cases</li>\n<li>Fix: avoid error messages on very old elementor versions</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: List (Free) - Added Override Color Title/Text options for each item, allowing for individualized customization.</li>\n<li>Feature: List (Free) - Added an Icon Margin option for enhanced layout control.</li>\n<li>Feature: Card Carousel (Free) - Added a new value \"Above Image\" to the Show Title option.</li>\n<li>Feature: Content Accordion (Free) - Added support for integrating the widget within carousel widgets, enhancing its functionality and allowing for greater flexibility in design layouts.</li>\n<li>Feature: Calendar (Pro) - Added Italian (it) to the available locales for enhanced language support.</li>\n<li>Feature: Product Bullets (Pro) - Added \"Column\" and \"Column Reverse\" values to the Content Direction option for improved layout flexibility.</li>\n<li>Change: Content Slider (Pro) - Changed the display CSS property from \'flex\' to \'block\' for cases where the Content Source option in an item is set to \"template.\"</li>\n<li>Change: One Page Scroll Navigation (Pro) - Changed method of calling the wheel event from jQuery to JavaScript.</li>\n<li>Change: Content Accordion (Free) - Changed heading\'s HTML tag from </li>\n</ul>\n\n<p><</p>\n\n<p>div> to <a> and added role attribute for accessibility, enabling users to open and close accordions using keyboards and accessibility devices.\n* Change: Event List (Pro) - Added description to Time Zone option.\n* Fix: Mega Menu (Pro) - Resolved an issue where menu items were overlapping each other in iOS device.\n* Fix: Mega Menu (Pro) - Fixed an issue where mobile menu items displayed only a white background color.\n* Fix: Dynamic Post Popup (Pro) - Fixed an issue where the height wasn\'t adjusted after the first popup opening when the Adjust Height option was enabled.\n* Fix: Before After (Pro) - Added lazy load protection to images within the widget, ensuring images load properly without delays.\n* Fix: Accordion Menu (Pro) - Fixed an issue where the Accordion Menu was initialized multiple times in popup.\n* Fix: Content Slider (Pro) - Added support for integrating Content Slider within the Toggle Content widget, enhancing its functionality and providing improved content presentation options.\n* Fix: Icon Box Accordion (Pro) - Fixed an issue where the widget was blocking scroll event-oriented functions, ensuring smooth and uninterrupted scrolling behavior.\n* Fix: Post Magazine Grid (Pro) - Fixed an issue where items were not being fully linked, ensuring complete and functional linking of all item components.\n* Fix: Unlimited Timeline (Free) - Resolved a bug that caused the link to not work when the Image Link option was disabled.\n* Fix: Multi Step Form (Pro) - Added a fix for an issue where 1px of the next step was sometimes visible in the current slide.</p>\n\n<p>version 1.5.110: 2024-06-04</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Fix: remote arrows was sendin next/prev commands twice</li>\n<li>Fix: fix some password protected content related security issue</li>\n<li>Fix: fix some sql security small issue </li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Email Field (Pro) - Added Asterisk Size option, allowing customization of asterisk size for better design flexibility and emphasis.</li>\n<li>Feature: Phone Field (Pro) - Added Asterisk Size option, allowing customization of asterisk size for better design flexibility and emphasis.</li>\n<li>Feature: Event List (Pro) - Added Timezone option, ensuring that expired and upcoming events are counted according to the specified timezone for accurate event scheduling and display.</li>\n<li>Feature: Number Field (Pro) - Added \"Limit Number of Digits\" option, allowing users to restrict the number of digits displayed for better control and readability of numerical data.</li>\n<li>Feature: Phone Field (Pro) - Added \"Limit Number of Digits\" option, allowing users to restrict the number of digits displayed for better control and readability of numerical data.</li>\n<li>Feature: Transparent Split Hero (Free) - Added options to enable or disable widget contents like title, subtitle, etc., and introduced an option to add an image or logo for greater customization and flexibility.</li>\n<li>Feature: Unlimited Charts (Pro) - Added Line Chart Background Color option, allowing customization of the background color for line charts to enhance visual appeal.</li>\n<li>Fix: Submit Button (Free) - Added validation function for the phone field to ensure correct email format and improve data accuracy.</li>\n<li>Fix: Mega Menu (Pro) - Added fix for layout issue that sometimes occurs after page load, ensuring consistent and stable page rendering.</li>\n<li>Fix: Post Carousel (Pro) - Set padding to 0 in Nav Dots to avoid default CSS overrides, ensuring consistent and desired styling.</li>\n<li>Fix: Semi Circle Progress Bar (Pro) - Added support for Mega Slider widget, enabling the creation and display of Semi Circle Progress Bar widget in interactive sliders for enhanced content presentation.</li>\n<li>Fix: Floating Chat Buttons (Pro) - Fixed Pulse Animation Grabber Type issue, ensuring correct animation behavior and improved visual effects.</li>\n<li>Fix: Content Tabs (Free) - Added a small delay before widget initialization to ensure the Content Tabs widget works properly within other widgets, improving overall functionality and integration.</li>\n<li>Fix: Remote Tabs (Pro) - Changed selector for padding option to resolve issue where link was not clicked when tab was clicked, improving click response accuracy.</li>\n</ul>\n\n<p>version 1.5.109: 2024-05-29</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to get page views of some post using WPP plugin</li>\n<li>Feature: added option for \"show db tables\" in troubleshooting</li>\n<li>Fix: fixed form editor form validation, excluded placeholders</li>\n<li>Fix: fixed get filters based on wpml language with post count</li>\n<li>Fix: Fixed some remote connection code items click code</li>\n<li>Fix: Fixed clear all filters button not working bug</li>\n<li>Fix: fixed multisource acf repeater checkboxes type get</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Email Field (Pro) - Added validation function for the email field to ensure correct email format and improve data accuracy.</li>\n<li>Feature: Number Field (Pro) - Introduced the \"Disable Calculation in Editor\" debug option to prevent the page from crashing or becoming unresponsive when multiple fields are set to calculation mode, enhancing stability during editing.</li>\n<li>Feature: AJAX Search (Pro) - Added Show Post Image option to enable or disable the display of images in posts, providing more control over post appearance</li>\n<li>Feature: Submit Button (Free) - Added validation function for the email field to ensure correct email format and improve data accuracy.</li>\n<li>Feature: Team Member Card (Free) - Added Icon Size Inner option to adjust the height of the icon itself, providing more precise control over icon dimensions.</li>\n<li>Feature: Slider Field (Pro) - Added Accent Color option to highlight changing value of Slider Field widget.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added option to open images in Lightbox, enhancing the viewing experience with a full-screen display of images.</li>\n<li>Change: Expanding Content Cards (Pro) - Added title as CSS ID for Widgets Items to allow using them as anchors.</li>\n<li>Fix: Mega Menu (Pro) - Fixed issue where the Clickable Link option was disabled but the link was still added, ensuring links are only added when the option is enabled</li>\n<li>Fix: Icon Accordion (Pro) - Fixed issue where Override Color Options were not working, ensuring color customizations are applied correctly.</li>\n<li>Fix: Fullscreen Menu (Free) - Fixed issue where menu wasn\'t opening, ensuring proper functionality and user access.</li>\n<li>Fix: Expanding Content Cards (Pro) - Resolved issue where CSS filters were not working in Safari browser, ensuring consistent styling across all browsers.</li>\n<li>Fix: Block Quote Card (Free) - Fixed issue where reserved space was still taken up even when no icon was selected, ensuring proper layout and space utilization.</li>\n<li>Fix: Unfold Content (Pro) - Added support for carousel widgets, enabling enhanced content display through interactive sliding elements.</li>\n<li>Fix: Instagram Feed (Pro) - Added \'aria-label\' attribute to links to fix the \'Links do not have a discernible name\' error, improving accessibility and compliance with web standards.</li>\n<li>Fix: Woo Mini Cart (Pro) - Fixed issue where URL was changed after page load, ensuring stable and consistent URLs for better navigation and user experience.</li>\n<li>Fix: Age Verification (Pro) - Fixed issue where popup still opened even after cookie was set, ensuring popups respect cookie settings for user preferences.</li>\n</ul>\n\n<p>version 1.5.108: 2024-05-21</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: update freemius SDK to 2.7.2</li>\n<li>Fix: fixed bug with select filter and active filters widgets</li>\n<li>Fix: fixed bug with several main checkbox filters unselecting</li>\n<li>Fix: Fixed some small security issue</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: AJAX Search (Pro) - Added option to search by meta and by terms.</li>\n<li>Feature: Dark Mode (Free) - Introduced \'Do not affect SVG\' option to prevent SVG images from inverting when toggling dark mode, ensuring correct image display.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added Button Hover Animation option to enable animations when hovering over button, enhancing interactivity and visual appeal.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added Icon Position option, allowing users to customize the placement of icons for better design flexibility.</li>\n<li>Feature: Woo Product Grid (Pro) - Added \"Show Only Lowest Variable Price\" option to display only the lowest price for variable products, enhancing price visibility and simplicity for users.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Fixed Navigation Arrows functionality issue when Animation option was enabled, ensuring smooth and consistent navigation experience.</li>\n<li>Fix: Dynamic Popup Button (Pro) - Added suppot for Loop Carousel widget with enabled Loop option.</li>\n<li>Fix: Woo Mini Cart (Pro) - Fixed widgets behaviour for Shop pages when page name is different then default.</li>\n<li>Fix: Icon Tabs (Pro) - Provided a fix that ensures Icon Tabs widget changing Active Tab after click event.</li>\n<li>Fix: Unlimited Google Maps (Pro) - get it work on the template switcher</li>\n<li>Fix: Fullscreen Menu (Free) - Fixed issue where Menu widget wouldn\'t open properly when nested within sticky parent containers, ensuring smooth functionality and user experience.</li>\n</ul>\n\n<p>version 1.5.107: 2024-05-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added elementor dynamic options to api integrations</li>\n<li>Feature - added option to get images from current product variations for the dynamic gallery.</li>\n<li>Feature - added preperation for the enhanced ajax search</li>\n<li>Fix - fixed weird elementor no products on cart page bug</li>\n<li>Fix - fixed bug with faq schema output</li>\n<li>Fix - fixed general settings show items at start</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Event List (Pro) - Added \"Remove All Upcoming Events Except Next One\" functionality, facilitating the removal of all upcoming events except for the next scheduled event for streamlined event management.</li>\n<li>Feature: Animated Icon Box (Pro) - Added Description Opacity option to customize the opacity level of descriptions for enhanced visual aesthetics and readability.</li>\n<li>Feature: Underline Animated Button (Free) - Added Animation Move Amount option, enabling users to customize the amount of movement in animations for enhanced visual effects.</li>\n<li>Feature: Remote Tabs (Pro) - Added Item Min Height option for better customization; users can now set a minimum height for items displayed.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added the \"Show Load More Button Icon\" option to enhance interface; users can now customize the icon displayed for the load more button.</li>\n<li>Feature: Mega Menu (Pro) - Added a new functionality enabling \"Expand / Collapse Visible On\" option, allowing expansion or collapse of visibility based on specific criteria.</li>\n<li>Feature: Side Menu (Pro) - Added Menu Padding option. This new feature allows to add padding to the container of the Menu items.</li>\n<li>Feature: Woo Product Grid (Pro) - Made Content Padding, Category Label Spacing, and Title Spacing options responsive for improved adaptability across various screen sizes and devices.</li>\n<li>Feature: Icon Image Content Box (Free) - Implemented functionality to link Icon and Title to the same destination as the Image.</li>\n<li>Feature: Hotspots (Pro) - Implemented styling options for images. This new functionality allows users to customize the appearance of images within the widget, including options for adjusting borders, shadows, and other visual attributes.</li>\n<li>Feature: Team Member Grid (Pro) - Implemented \'Text Placement\' option. This new functionality allows users to customize the placement of text within the widget, providing greater control over the layout and design.</li>\n<li>Fix: Post Ticker (Free) - Fixed widgets behaviour for RTL websites.</li>\n<li>Fix: Post Timeline (Pro) - Resolved category name spelling issue in some cases. This fix ensures that category names are spelled correctly throughout the widget, improving accuracy and consistency in the display of category information.</li>\n<li>Fix: Team Member Grid (Pro) - Optimized HTML code of the widget. This optimization improves the efficiency and performance of the widgets by reducing unnecessary code and streamlining the structure for faster loading and rendering.</li>\n<li>Fix: Number Field (Pro) - Resolved issue when Min - Max range were violated and no error were shown.</li>\n<li>Fix: Dropdown Button (Pro) - Optimized widget\'s JS code. This fix ensures that widget works properly on mobile devices as well as on desktop.</li>\n<li>Fix: Expanding Content Cards (Pro) - Addressed CSS filter issue where it was displaying incorrectly on mobile devices, ensuring proper rendering and display consistency across all devices.</li>\n<li>Fix: Post Grid (Pro) - Fixed issue where Typography option was not functioning as expected, ensuring proper functionality and usability.</li>\n<li>Fix: Justified Image Carousel (Pro) - Fixed issue where width of images was incorrectly set in certain cases, ensuring proper display and functionality across all scenarios.</li>\n<li>Fix: Layers (Pro) - Resolved issue with the \"Item Shadow\" option. This fix ensures that the item shadow is applied correctly within the widget.</li>\n</ul>\n\n<p>version 1.5.106: 2024-05-12</p>\n\n<ul>\n<li>Fix - fixed some main/child roles checkbox filter issues</li>\n<li>Fix - fixed some bug with widget posts debug not showed full info</li>\n<li>Fix - fixed dissapearing gallery titles since last version.</li>\n</ul>\n\n<p>version 1.5.105: 2024-05-05</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Fix: fixed some filters and request related issue</li>\n<li>Fix: fixed specific post and terms select</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Mute Video\' option. This new functionality allows users to start videos muted within the widget, providing greater control over the audio playback and enhancing the user experience.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Checkboxes Filter (Pro) - Introduced \'Accordion as Dropdown\' option, allowing users to open the accordion as a dropdown when the layout is set to \'Accordion\', preventing layout shifting and improving user experience.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Event List (Pro) - Introduced \'Show End Time\' option, enabling users to show or hide the event end time for enhanced flexibility and customization.</li>\n<li>Feature: Animated Icon Box (Pro) - Introduced styling options for Icon and Divider, providing users with more customization choices for improved visual design.</li>\n<li>Feature: Taxonomy Terms (Pro) - Implemented styling options for 1st and 2nd level of Child Term Elements. This new functionality allows users to customize the appearance of Child Term Elements at different hierarchical levels, providing greater design flexibility and control.</li>\n<li>Feature: Content Carousel (Pro) - Implemented \'Image Border Radius\' option. This new functionality allows users to specify the border radius for images within the widget, enabling them to create rounded or custom-shaped images for a more visually appealing design.</li>\n<li>Feature: Coverflow Carousel (Pro) - Implemented \'Custom Navigation Arrows\' option. This new functionality allows users to customize the navigation arrows used within the widget, enabling them to use custom-designed arrows for a more personalized look and feel.</li>\n<li>Feature: One Page Scroll Navigation (Pro) - Enhanced widget flexibility to support other sections apart from the one with the tag <section>. This improvement expands compatibility with different section types, providing users with more options for integrating the widget into their website layouts.</li>\n<li>Change: Animated Icon Box (Pro) - Replaced old font edit option with new typography and color options for enhanced customization and design control.</li>\n<li>Change: Call To Action Button (Free) - Moved ripple \'Transition Timing\' from Button Icon to Button Icon tab and renamed it to \'Ripple Timing\' for improved organization and clarity.</li>\n</ul>\n\n<p>version 1.5.104: 2024-04-24</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added support for unselect items in sync functionality</li>\n<li>Feature: added feature - sort terms by parent -> children, and levels number class</li>\n<li>Fix: fixed some load more issue with dynamic template loop and post lists inside</li>\n<li>Fix: fixed woo category image not fetched bug</li>\n<li>Fix: fixed some cases of sticky elementor elements with filters</li>\n<li>Fix: fixed remote connection with single background parent and remote widget</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Neon Line Width\' option. This new functionality allows users to adjust the width of the neon line effect within the widget, providing finer control over its appearance and visual impact.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Shadow\' option. This new functionality allows users to add a shadow effect to buttons within the widget, enhancing their visual appearance and depth.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Background Color\' option. This new functionality allows users to customize the background color of buttons within the widget, enhancing visual design and customization possibilities.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Fix: Loop Carousel (Pro) - Corrected spelling mistakes and improved naming conventions, enhancing clarity and consistency.</li>\n<li>Fix: Flip Box (Free) - Resolved issue where links were not firing for the first click on the back of the Flip Box. This fix ensures that links behave as expected, allowing them to be clicked and activated reliably.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue where Content Tabs widget couldn\'t work with Icon Tabs widget on the same page. This fix ensures that both widgets can coexist and function properly together, allowing for seamless integration and improved user experience.</li>\n<li>Fix: Checkboxes Filter (Pro) - Enhanced Accordion Layout option for the Checkboxes Widget to improve script communication. This improvement optimizes the interaction between scripts, resulting in smoother operation and better performance of the widget.</li>\n<li>Fix: Loop Grid (Pro) - Implemented additional Masonry layout check to avoid items overlapping over each other. This enhancement ensures that items are properly positioned and do not overlap, maintaining a clean and organized layout within the widget.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Resolved issue where popups allowed opening links in new tabs while opening the popup. This fix ensures that links within popups behave consistently and do not inadvertently open in new tabs, providing a smoother user experience.</li>\n<li>Fix: Post Slider (Pro) - Addressed issue where post title typography settings were not applied, ensuring proper functionality and appearance.</li>\n<li>Fix: Flip Box (Free) - Corrected a typography mistake in options.</li>\n<li>Fix: Content Slider (Pro) - Resolved conflict caused between Elementor\'s Motion Effects and the widget due to the same animation library (animate.css), resolving CSS class conflict for smoother animation and functionality.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with Opening Item when Clickable Parent option is enabled.</li>\n<li>Fix: Side Menu (Pro) - Resolved issue where some icons were being reverted. This fix ensures that all icons remain consistent and do not revert unexpectedly.</li>\n<li>Fix: Rhombus Grid (Pro) - Increased CSS priority for \'Item Background Color Override\' option. This adjustment ensures that the specified background color takes precedence over other styles, providing consistent and reliable appearance for the widget items.</li>\n</ul>\n\n<p>version 1.5.103: 2024-04-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to add additional url attributes to post links</li>\n<li>Feature: improved woo category thumbnail image gether</li>\n<li>Feature: added option to unite gallery - strip_speed</li>\n<li>Fix: fixed some widgets editor enable visibility bug</li>\n<li>Fix: fixed entrance animation run if inside a viewport window</li>\n<li>Fix: fixed some security issues - escaping some fields output</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Dots\' option. This new functionality allows users to toggle the visibility of dots within the widget, providing greater control over navigation indicators.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Custom Icon\' option. This new functionality allows users to customize the appearance of checkboxes by providing custom icons, enhancing the visual presentation of checkboxes within the widget.</li>\n<li>Feature: Video Playlist (Pro) - Implemented \'Strip Navigation Speed\' option. This new functionality allows users to adjust the speed of navigation within the strip, providing finer control over the scrolling behavior.</li>\n<li>Feature: Expanding Content Cards (Pro) - Implemented \'Background Image Align\' option. This new functionality allows users to specify the alignment of the background image, providing greater control over its positioning within the element.</li>\n<li>Feature: Post Magazine Grid (Pro) - Implemented \'Meta Date Date Format\' option. This new functionality allows users to specify the date format for meta date display, providing customization options for date presentation.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Show Item Title in Lightbox\' option. This new functionality allows users to toggle the display of item titles within the lightbox, providing control over the visibility of titles for a better user experience.</li>\n<li>Feature: Search Filter (Pro) - Implemented \'Custom Links Ending\' option. This new functionality allows users to change links in the connected grid to highlight the search phrase.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Post Pagination (Free) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Content Switcher (Pro) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab Content Switcher for a smoother and more seamless user experience.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Show Field Name In Empty Field Error Message\' option. This new functionality allows users to include the field name in the empty field error message, providing clearer feedback to users when a required field is left blank.</li>\n<li>Feature: Side Menu (Pro) - Implemented \'Templates Width\' and \'Templates Horizontal Align\' options.</li>\n<li>Change: Unlimited Grid (Pro) - Changed \'Title Spacing\' option to \'Title Margin\'. This change allows users to add margin in all directions to the title, providing more granular control over its positioning within the widget.</li>\n<li>Fix: Content Box Hover Text Reveal (Free) - Resolved issue where Overlay Opacity option wasn\'t working on mobile devices. This fix ensures that the Overlay Opacity option functions correctly across all devices, providing consistent behavior and appearance.</li>\n<li>Fix: Multi Step Form (Pro) - Fixed Multi Step Error Message not showing when empty and required field was present on active step.</li>\n<li>Fix: Submit Button (Free) - Fixed Submit Button verification issue when fields with 0 value were parsed as empty.</li>\n<li>Fix: Slider Field (Pro) - Resolved issue where border radius for focus state differed from regular state. This fix ensures that the border radius remains consistent across different states.</li>\n<li>Fix: Icon Bullets (Free) - Fixed issue related to Hover Colors not being revealed after item hover.</li>\n<li>Fix: Team Member Sliding Effect (Pro) - Resolved issue related to global colors usage. This fix ensures that global colors are properly utilized throughout the widget, maintaining consistency and accuracy in color rendering.</li>\n<li>Fix: Post Magazine Grid (Pro) - Optimized widget HTML. This optimization improves the efficiency and performance of the widget by streamlining the HTML structure and reducing unnecessary code.</li>\n<li>Fix: Form Fields Widgets: Resolved vulnerability where scripts could be injected under certain widget attributes. This fix ensures that scripts are properly sanitized and prevented from being inserted into widget attributes, mitigating potential security risks.</li>\n</ul>\n\n<p>version 1.5.101: 2024-04-03</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added \"date time\" attribute to items attributes list</li>\n<li>Feature - made some integration for \"relevanssi\" plugin</li>\n<li>Feature - added woo rating stars to multisource fields</li>\n<li>Feature - added visual text that showing the form fields conditions</li>\n<li>Fix - fixed filters mode init mode</li>\n<li>Fix - fixed various filters related bugs</li>\n<li>Fix - fixed ucpage parameter fetch for pagination in archive page</li>\n<li>Fix - fixed gallery from meta field item source texts </li>\n<li>Fix - fixed some number field processing</li>\n<li>Fix - fixed multisep form with template submit</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Set First Item Selected\' option. This new functionality allows users to automatically select the first item in the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented \'Open Current Submenu On Page Load\' option. This new functionality allows users to automatically expand the current submenu on page load, providing immediate access to relevant content.</li>\n<li>Feature: Background Slider (Pro) - Introduced \'Add SEO Tags\' option, allowing users to include alt and title attributes for images for improved search engine optimization of the widget content.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Message Box After Send\" option, allowing automatic closure of the message box after clicking the send button for improved user experience and convenience.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Button After Click\" option, enabling automatic closure of the buttons after clicking any button, eliminating the need for manual closure for enhanced user convenience and interaction.</li>\n<li>Feature: Content Grid (Pro) - Implemented \'Description\' option. This new functionality allows users to add a description to the widget, providing additional context or instructions.</li>\n<li>Feature: SVG Animation (Free) - Optimized widget for Elementor Popup compatibility. This update ensures seamless integration and improved performance when using the widget within Elementor Popups.</li>\n<li>Feature: Animated Ripples (Pro) - Introduced \'Ripple Scale\' option, enabling users to control the size of the ripples for enhanced visual customization and effect.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Item Trigger type\' for Segment Layout type. This new functionality allows segments to be opened by hovering on them, providing users with an alternative interaction method.</li>\n<li>Feature: Line Text Divider (Free) - Added styling options including Line Thickness, Line Border Radius, Line Shadow, Text Typography, Background Color, Padding, Border, Border Radius, and Box Shadow for enhanced customization. Additionally, existing styling options have been improved for better optimization and user experience.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Grow Effect on Thumb Hover option. This new functionality allows users to enable the grow effect on thumbnail hover.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Hide Default Arrows option. This new functionality allows users to hide default arrows, providing enhanced customization of the widget\'s appearance and behavior.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Show Time Ago\' option. This new functionality allows users to display the time elapsed since a publish event, providing context and improving user engagement.</li>\n<li>Feature: Dropdown Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Empty Field Error Text\' option. This new functionality allows users to customize the error message displayed when a required field is left empty.</li>\n<li>Feature: Icon Bullets (Free) - Implemented \'Title Color Hover\' and \'Text Color Hover\' options. These new functionalities allow users to customize the color of titles and text when hovered over, providing enhanced interactivity and visual feedback.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Font Family\' option for Label X Axis and Y Axis. This new functionality allows users to customize the font family for labels displayed on the X and Y axes, providing enhanced typography control.</li>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Arrows\' option and updated Arrows styling options. This new functionality allows users to control the visibility of arrows and customize their styling, providing more flexibility in widget design and navigation.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Empty Message\' option. This new functionality allows users to display a custom message when no posts are found, providing better user feedback and enhancing the user experience.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Change: Checkboxes Filter (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.</li>\n<li>Change: Post Carousel (Pro) - Added \'alt\' and \'title\' attributes to the image for improved SEO optimization and accessibility.</li>\n<li>Change: Flip Box Carousel (Pro) - Changed some selectors in CSS to avoid empty items appearing on live page.</li>\n<li>Change: Underline Animated Button (Free) - Changed <section> tag to </li>\n</ul>\n\n<p><</p>\n\n<p>div>. This update improves the semantic structure of the widget, ensuring better compatibility with various screen readers and accessibility standards.\n* Change: Unlimited Charts (Pro) - Updated the animation option to trigger animation when the chart comes into view instead of upon initial load, improving user experience and visual appeal.\n* Change: Submit Button (Free) - Changed the position of Empty Field Errors to be grouped after the submit button. This update enhances the layout and organization of error messages, providing users with a clearer indication of missing information before submission.\n* Change: Post Blocks (Free) - Changed CSS selector for Typography option for better accessibility. This update improves the accessibility of the Typography option by using a more descriptive and accessible CSS selector.\n* Change: List Marquee (Pro) - Increased speed limit to 1000. This update enhances the speed capabilities of the widget, allowing for faster performance and smoother animations.\n* Change: Checkbox Field (Pro) - Increased accessibility by adding IDs to input elements and \"for\" attributes to label elements. This update improves accessibility by associating labels with their corresponding form controls, making it easier for screen readers and other assistive technologies to interpret and navigate the form.\n* Change: Masonry Gallery (Pro) - Implemented \'Autoplay Video In Lightbox\' option. This new functionality allows users to enable autoplay for videos displayed within the lightbox, providing a more dynamic and engaging viewing experience.\n* Change: WhatsApp Chat (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.\n* Fix: Number Field (Pro) - Implemented CSS protection from the max-width CSS property. This new functionality safeguards against unintended styling conflicts or overrides caused by the max-width property.\n* Fix: Fullscreen Menu (Free) - Addressed issue where the fullscreen menu was not displayed correctly in Safari browser.\n* Fix: Image Scroll (Pro) - Resolved 404 error appearing every time Overlay element was added on the page. This fix ensures that the Overlay element is loaded correctly without triggering a 404 error.</p>\n\n<p>version 1.5.100: 2024-03-17</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to connect the filters to some specific grid group</li>\n<li>Fix: fixed js run for background output not always happend</li>\n<li>Fix: filters was shown only related to grid taxonomies after changing to \"all\" </li>\n<li>Fix: returned some tiles gallery images that was missing</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: List (Free) - Implemented \'Open Link in New Tab\' option. This new functionality allows users to specify whether links should open in a new tab, providing flexibility in link behavior.</li>\n<li>Feature: Compact Gallery (Free) - Implemented \'Hide Thumbnail Panel Under Width\' option. This new functionality allows users to hide the thumbnail panel when the viewport width is below a specified threshold, optimizing the display for smaller screens.</li>\n<li>Feature: Select Dropdown Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Checkboxes Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Tabs Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Added \'Image Horizontal Shift\' option, allowing users to adjust the horizontal position of the image for enhanced customization and layout control.</li>\n</ul>\n\n<p>version 1.5.99: 2024-03-11</p>\n\n<ul>\n<li>Fix - updated multisource image fields</li>\n<li>Fix - fixed some small php bug with strtobool function</li>\n</ul>\n\n<p>version 1.5.98: 2024-03-05</p>\n\n<ul>\n<li>Fix Some small gutenberg related bug fix</li>\n</ul>\n\n<p>version 1.5.97: 2024-03-04</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Fix: allow showing authors name translated</li>\n<li>Change: updated font awesome version to 6</li>\n<li>Fix: done some link attribute security fix</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Accordion Menu (Pro) - Implemented \'Active State Color\' options for Sub Menu items. This new functionality allows users to customize the color of sub-menu items when they are in the active state, providing enhanced visual feedback.</li>\n<li>Feature: Content Slider (Pro) - Made \'Slide Margin\' option available for Full Slider Type and Offset Slider Type. This update expands the usability of the margin customization, allowing users to set margins between slides in both Full Slider and Offset Slider configurations.</li>\n<li>Feature: Icon Tabs (Pro) - Made \'Start Collapsed\' option responsive. This update ensures that the \'Start Collapsed\' behavior adjusts responsively, providing a consistent and user-friendly experience across various devices and screen sizes.</li>\n<li>Feature: Post Accordion (Free) - Introduced \'Expand All Accordion\' functionality, enabling users to expand all accordion items with a single click for improved content accessibility.</li>\n<li>Feature: Fullscreen Menu (Free) - Introduced option to customize the thickness of the animated hamburger icon bars, providing users with greater control over the visual appearance of the icon.</li>\n<li>Change: Coverflow Carousel (Pro) - Updated \'Button Link\' option: if empty, no link will be applied. This modification ensures that if the \'Button Link\' option is left empty, no link will be associated with the button within the widget.</li>\n<li>Fix: Product Carousel (Pro) - Optimized widget HTML code. This update enhances performance and efficiency by streamlining the HTML structure of the widget.</li>\n<li>Fix: Content Tabs (Free) - Improved widget interaction within an Elementor\'s popup. This update ensures a more seamless and optimized experience when utilizing the widget within a popup setting.</li>\n</ul>\n\n<p>version 1.5.96: 2024-02-26</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Feature: added option for time_ago_short in timelines that will show shorter version of minutes and hours text</li>\n<li>Feature: added defaults for weather widget</li>\n<li>Fix: fixed hourly weather fields</li>\n<li>Fix: fixed the import with images functionality</li>\n<li>Fix: set default timeout to remote requests</li>\n<li>Fix: fixed the image duplicate when importing templates</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Side Menu (Pro) - Implemented \'Menu Padding\' option. This new functionality allows users to set padding for the menu, providing control over the spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced a new value for \'Meta Data Position\' option called \'Before Title\'. This new functionality allows users to position meta data before the title, providing additional flexibility in content layout.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Stage Padding\' option. This new functionality allows users to set stage padding, displaying a part of the previous and next carousel items for a more visually appealing and dynamic presentation.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Selected Item Number\' option. This new functionality allows users to select a specific item by default, enhancing user experience by highlighting a predetermined item upon initialization.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option to display the image on the opposite side of the content for enhanced layout flexibility and customization.</li>\n<li>Feature: Thumbnail Slider (Pro) - Introduced \'Multi Source\' option, enabling users to select gallery items from various sources for enhanced flexibility and content integration.</li>\n<li>Feature: Timer Countdown Banner (Pro) - Added \'Direction\' option to support RTL (Right-to-Left) layout websites.</li>\n<li>Feature: Post Horizontal Timeline (Pro) - Introduced Background Color and Icon Color options for Navigation Arrows in disabled mode. This new functionality allows users to customize the appearance of navigation arrows when they are disabled, providing enhanced visual control.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Time Ago Type\' option. This new functionality allows users to choose the type of time ago representation, providing flexibility in how time is displayed within the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Text Custom Field\' option. This new functionality allows users to add a custom field under the main Posts Text, providing additional customization for displaying content.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Link Type\' option for all link elements in the widget. This new functionality allows users to choose the type of link for various elements within the widget, enhancing control over linking behavior.</li>\n<li>Feature: Remote Link (Pro) - Introduced active state for the link. This new functionality allows users to customize the appearance of the link when it is in an active state, providing enhanced visual feedback.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Implemented \'Hide Vertical Scrollbar in Popup\' option. This new functionality allows users to hide the vertical scrollbar within the popup, providing a cleaner and more focused appearance.</li>\n<li>Feature: Icon Carousel (Pro) - Introduced \'Autoplay Pause on Hover\' option, allowing users to pause autoplay functionality when hovering over the carousel for improved control and interaction.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Introduced Entrance Animation functionality for the popup. This new feature allows users to apply entrance animations, enhancing the visual appeal and engagement when the popup appears.</li>\n<li>Feature: Unlimited Timeline (Free) - Implemented \'Content Box Link\' option. This new functionality allows users to link the entire content box, providing a convenient way to associate a link with the entire widget item.</li>\n<li>Feature: Text Field (Free) - Added \'Read Only\' option, allowing users to set the field as read-only for preventing user input while retaining visibility of the text.</li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Radar Range\' option for Radar chart, allowing users to set the minimum range value for improved data visualization.</li>\n<li>Feature: Testimonial Carousel (Pro) - Added \'Rating\' field to the Source option. This new functionality allows users to incorporate a rating field as a source for the widget, expanding the available data sources for enhanced content display.</li>\n<li>Feature: Multi Step Form (Pro) - Introduced \'Direction\' option. This new functionality is useful for RTL (Right-to-Left) websites, allowing users to set the direction of the widget layout accordingly.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option for users to customize the text of each item\'s button, providing greater flexibility.</li>\n<li>Feature: Post List (Free) - Implemented \'Space Between Categories\' option. This new functionality allows users to set spacing between categories, providing control over the layout and visual presentation of category elements.</li>\n<li>Feature: Memory Game (Pro) - Introduced \'Add Completion Time to Form Field\' option, enabling users to automatically append the time taken to complete the memory game to a designated form field.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Add Link For The Whole Item\' option. This new functionality allows users to add a link to the entire widget item, enhancing the interactive capabilities and providing a clickable area for the entire item.</li>\n<li>Feature: Post Carousel (Pro) - Implemented \'Text Padding\' and \'Title Padding\' options. This new functionality allows users to set padding for text and title elements, providing enhanced control over spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced \'Date Modified\' options. This new functionality allows users to display the date when a post was last modified, providing additional information and transparency in content presentation.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Introduced options to customize Maps Controls icons\' color and background color. This new functionality allows users to personalize the appearance of map controls, enhancing visual customization.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Disable Map Interaction On Mobile\' option. This new functionality allows users to disable map interaction specifically on mobile devices, providing control over the user experience on smaller screens.</li>\n<li>Change: Content Tabs (Free) - Modified behavior of \'Start Collapsed\' option when used with \'Set Hash\'. If the URL has a hash, the first opened tab will be determined by the hash, providing a more dynamic and user-friendly experience.</li>\n<li>Change: Dropdown Button (Pro) - Removed Text Decoration CSS property from dropdown items. This update enhances the visual presentation by eliminating unnecessary text decoration.</li>\n<li>Change: Woo Mini Cart (Pro) - Added separate border options for \'View Cart\' and \'Checkout\' buttons, providing users with more customization flexibility for button styling.</li>\n<li>Change: Swipe Carousel (Pro) - Modified \'Enable Link\' option. Now, the entire item serves as a link, providing a more intuitive and consistent approach to linking within the widget.</li>\n<li>Fix: Submit Button (Free) - Corrected default values in email 2 that were leading to validation errors.</li>\n<li>Fix: Post Carousel Lite (Free) - Addressed issue where the carousel was not displaying on mobile devices.</li>\n<li>Fix: Icon Tabs (Pro) - Resolved issue with the \'Start Collapsed\' option. The fix ensures that the \'Start Collapsed\' option now functions correctly, delivering the intended collapsed behavior upon initialization.</li>\n<li>Fix: Post Grid (Pro) - Optimized widget item HTML code. This update enhances performance and efficiency by streamlining the HTML structure of widget items.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized item HTML code. This update improves performance and efficiency by refining the HTML structure of individual items within the widget.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized CSS code. This update improves performance and reduces the overall footprint of the stylesheet, enhancing efficiency and loading times.</li>\n<li>Fix: Remote Link (Pro) - Resolved issue where the Text Shadow option was erroneously interpreted as Box Shadow. The fix ensures that the Text Shadow option now functions correctly, providing the intended text shadow effect.</li>\n<li>Fix: Scroll Sequence (Pro) - Revised and improved descriptions of the widget fields for better clarity.</li>\n<li>Fix: Post Magazine Grid (Pro) - Added \'raw\' tag to category names to fix the display issue where the \'&\' symbol in category names was not displaying correctly.</li>\n<li>Fix: Before After (Pro) - Improved widget interaction with Elementor\'s Popups. This update ensures seamless integration and optimal performance when using the widget within Elementor\'s Popup functionality.</li>\n<li>Fix: Grid Gallery (Pro) - Resolved an issue where the widget was not extending to full width within Elementor Container.</li>\n<li>Fix: Particle Image (Pro) - Added protection from lazy load. This update ensures compatibility and proper functionality, mitigating potential issues related to lazy loading on various platforms.</li>\n</ul>\n\n<p>version 1.5.95: 2024-02-12:</p>\n\n<ul>\n<li>Feature: Ensure that the blog displayed on the \"Home\" page of the plugin is always up-to-date.</li>\n<li>Feature: Implemented support for tags in the widget catalog.</li>\n<li>Feature: Added an option for galleries to play videos in muted mode.</li>\n<li>Feature: Integrated weather forecast data preparation for the widget.</li>\n<li>Fix: Addressed some minor potential security risks associated with the import templates functionality.</li>\n<li>Fix: Rectified email validation for Form Email2.</li>\n<li>Fix: Resolved some issues with the price range filter.</li>\n<li>Fix: fixed the problem where dynamic template styles disappeared after updating Elementor Pro.</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Image Zoom Content Box (Free) - Implemented \'Title Tag\' option. This new functionality allows users to specify the HTML tag for titles within the widget, providing flexibility and control over the semantic structure of the content.</li>\n<li>Feature: Post Accordion (Free) - Implemented \'Disable Link in Image\' option. This new functionality allows users to disable the link associated with an image, providing more control over the interactive behavior of images within the widget.</li>\n<li>Feature: Slider Gallery (Free) - Implemented \'Mute Video\' option. This new functionality allows to play videos muted by default. Volume can be adjusted in video players on live page.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Item Bar Width\' option. This new functionality allows users to customize the width of individual bars, providing greater control over the visual representation of items.</li>\n<li>Feature: Remote Item Navigation (Pro) - Introduced \'Border Override Color\' options for Regular and Active states. This new functionality allows users to customize border colors separately for both Regular and Active states, enhancing visual styling in the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Title Min Height\' option. This new functionality allows users to set a minimum height for the title, offering more control over the visual presentation and consistency in the widget.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Show Link\' option. This new functionality enables users to show or hide links and customize their styling within the widget, offering more control over the interactive elements.</li>\n<li>Feature: Counter (Free) - Implemented \'Add Link To Widget Container\' option. This new functionality allows users to include a link, enhancing the interactive capabilities of the element by enabling navigation to another page or resource.</li>\n<li>Feature: Icon Box Accordion (Pro) - Introduced \'Icon + Text\' option for Graphic Element. This new value expands customization by allowing users to display both an icon and text within the Graphic Element for richer visual representation.</li>\n<li>Feature: Before After (Pro) - Added support for the widget inside Elementor\'s Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to utilize the widget effectively within Elementor\'s Tabs.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Hide Inactive Arrow\' option. This new functionality allows users to hide inactive arrows, providing a cleaner and more focused appearance in the widget interface.</li>\n<li>Feature: Layers (Pro) - Added shadow for icon type layers.</li>\n<li>Feature: Icon Pointer Button (Pro) - Introduced \'Direction\' option. This new functionality allows users to specify the direction for RTL (Right-to-Left) or LTR (Left-to-Right) websites, ensuring proper layout alignment based on language direction.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Auto Height\' option. This new functionality adjusts the height of the slider dynamically based on the height of the current slide, providing a more adaptive and seamless user experience.</li>\n<li>Feature: Justified Image Carousel (Pro) - Option to fix the broken layout (resulting in a duplicate carousel) caused by delayed image loading, this solution verifies that the images are loaded before initializing the carousel.</li>\n<li>Feature: Remote Tabs (Pro) - Introduced styling options for Border Radius, Border, and Shadow for the image of the active tab.</li>\n<li>Feature: Layers (Pro) - Added background color, padding and radius for text fields.</li>\n<li>Feature: WhatsApp Chat (Pro) - z-index option for Popup, allowing users to customize the stacking order of the Popup for better control over its visibility in relation to other elements.</li>\n<li>Feature: WhatsApp Chat (Pro) - Introduced option to customize the Popup Title, along with styling options for enhanced visual control and personalization.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced \'Additional Title\' options. This new functionality expands customization by providing additional settings for titles, allowing users to further enhance the visual presentation of titles within the widget.</li>\n<li>Feature: Content Grid (Pro) - Introduced \'Image Scale\' option. This new functionality allows users to scale the images, providing enhanced control over the visual presentation within the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented feature - automatically opens menu item if it matches the current page URL.</li>\n<li>Feature: Post Grid (Pro) - Added Option to show post tags, providing users with the ability to showcase tags associated with each post.</li>\n<li>Feature: Post Magazine Grid (Pro) - Introduced \'Image Scale\' and \'CSS Filters\' options along with the hover transition duration for enhanced image customization.</li>\n<li>Feature: Card Carousel (Free) - Implemented \'Image Position\' option. This new functionality allows users to customize the position of image within the widget, providing enhanced control over the visual layout.</li>\n<li>Feature: Layers (Pro) - Added mouse parallax effect, adds a captivating and interactive dimension to the user interface.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced additional styling options. This new set of functionalities allows users to further customize and refine the visual appearance of the widget, providing enhanced styling possibilities.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Close Transition Speed\' option. This new functionality enables users to set the speed of close animations for the dropdown, enhancing visual transitions and customization.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added \'Image Position\' option, allowing users to customize the position of the image above or below the content for enhanced layout flexibility.</li>\n<li>Feature: Layers (Pro) - Implemented motion effects—now elements can bounce up and down and move left to right for a livelier interface.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Center Info Window\' option. This new functionality allows users to center the info window on the map, providing enhanced visibility and focus on the selected location.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Close After Outside Info Window Click\' option. This new functionality allows users to close the info window after clicking outside of it on the map, enhancing user interaction and control.</li>\n<li>Feature: Layers (Pro) - Implemented responsive settings for individual layers, allowing users to toggle each layer on or off based on the specific device requirements.</li>\n<li>Feature: Image Accordion (Pro) - Added \'Title HTML Tag\' option, providing users with better SEO control by allowing customization of HTML tags for widget titles.</li>\n<li>Feature: Content Tabs (Free) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab content for a smoother and more seamless user experience.</li>\n<li>Feature: Event List (Pro) - Implemented \'Remove Expired Event Item\' option. This new functionality allows users to automatically remove event items that have expired, streamlining content management within the widget.</li>\n<li>Feature: Post Grid (Pro) - Added typography option for post tags, allowing users to customize the font style, size, and other typographic attributes.</li>\n<li>Feature: Event List (Pro) - Implemented \'Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the button, providing enhanced control over the layout within the widget.</li>\n<li>Feature: vCard (Pro) - Introduced option to include social media links in downloadable VCF contact file, enhancing contact information with additional social network profiles for improved connectivity.</li>\n<li>Change: Toggle Text Button (Free) - Upgraded textarea to full functionality editor, providing users with enhanced editing capabilities.</li>\n<li>Change: vCard (Pro) - Updated vCard JavaScript library to the latest version, ensuring compatibility with current standards and latest feature availability.</li>\n<li>Fix: Woo Product List (Free) - Introduced \'Layout Type\' option. This new functionality allows users to set the layout as either column or row, providing flexibility in organizing and displaying content within the widget.</li>\n<li>Fix: vCard (Pro) - Resolved issue where QR code was not scanning on some apps.</li>\n<li>Fix: Hotspots (Pro) - Rebuilt JavaScript code for better interaction. Removed unnecessary code to optimize performance and streamline functionality.</li>\n<li>Fix: Sideways Vertical Text (Pro) - Text layout shifting issue on Safari browser.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue with scrolling to the top of the page after tab click. The fix ensures that tab clicks no longer trigger unintended scrolling to the top, providing a smoother user experience.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the vertical scrollbar appearing on hover.</li>\n<li>Fix: Testimonial Carousel (Pro) - The issue where styling attributes (size and color) for SVG icons were not taking effect.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue in Content Tabs when Before After widget couldn\'t function inside tabs. The fix ensures proper functionality, allowing users to utilize the widget as intended.</li>\n<li>Fix: Woo Product Grid (Pro) - Added image HTML attributes to product images.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue where the size of social icons wasn\'t responding to the option value. The fix ensures that the specified option value now accurately reflects the size of social icons.</li>\n<li>Fix: Counter (Free) - Removed unnecessary space in \'Before Text\' and \'After Text\' options. This update improves the clarity and presentation of the text by eliminating unnecessary spacing.</li>\n<li>Fix: Content Tabs (Free) - Added support for Elementor Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to incorporate the widget effortlessly within Elementor Tabs.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved an issue where incorrect icons were being displayed after selecting a menu item.</li>\n<li>Fix: Woo Mini Cart (Pro) - Improved widget compatibility with optimization plugins like WP Rocket. This update ensures seamless integration, optimizing performance and enhancing the overall user experience when using these plugins.</li>\n<li>Fix: Post Accordion (Free) - Updated post content loading method to resolve the issue where, on some sites, post content was not displaying correctly.</li>\n<li>Fix: Dropdown Field (Pro) - Fixed an issue when Dropdown Field couldn\'t parse Field Name to Number Field widget.</li>\n<li>Fix: Card Carousel (Free) - Resolved issue where Transition Speed wasn\'t working for non-default animations. The fix ensures that Transition Speed now functions correctly for all animations, providing consistent and reliable behavior.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Removed default 2px border with blue color from one of the map elements. This update improves the visual presentation by eliminating an unnecessary border.</li>\n</ul>\n\n<p>version 1.5.94: 2024-01-25:</p>\n\n<ul>\n<li>Feature: added option to message individual fields for the form</li>\n<li>Change: removed instagram blocked api message - the instagram functionality is active now!</li>\n<li>Change: added default values to currency fields</li>\n<li>Fix: fixed small php bug regarding date field in items</li>\n<li><p>Fix: fixed some small xss vulnurability that pachstack discovered</p></li>\n<li><p>Feature: Number Field (Pro) - Introduced \'Enable Date Field in Formula\' option. This new functionality enables the use of Date Field in formula by allowing the addition or subtraction of days.</p></li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Remove Items with 0 Value\' option. This new functionality automatically excludes items with a value of 0 from charts.</li>\n<li>Feature: WordPress Menu (Free) - Implemented \'Hover Effect\' option. This new functionality allows users to choose from a variety of hover link effects, enhancing the visual presentation with dynamic animations.</li>\n<li>Feature: Hotspots (Pro) - Introduced customizable popup positioning, providing users with the option to define the exact position rather than relying on preset center alignment.</li>\n<li>Feature: Event List (Pro) - Introduced \'Event End Date\' option, allowing users to display event end date and time.</li>\n<li>Feature: Event List (Pro) - Implemented \'Calendar Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the calendar, providing better control over its placement within the layout.</li>\n<li>Feature: Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Dropdown Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Value Handling\' options. This new functionality allows users to choose the checkbox value type from options such as sum, individual number, or individual text, providing flexibility in handling checkbox values.</li>\n<li>Feature: Masonry Gallery (Pro) - Introduced \'Title Typography\' and \'Description Typography\' options. These new functionalities allow users to customize the typography settings for titles and descriptions.</li>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Tile Background Color\' option. This new functionality allows users to customize the background color of tiles, providing enhanced visual control over the widget\'s appearance.</li>\n<li>Feature: Hotspots (Pro) - Added \'Popup Image Size\' option, allowing users to customize the size of popup images.</li>\n<li>Feature: WooCommerce Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented \'Open Links In New Tab\' option. This new functionality allows users to specify whether links should open in a new tab with Source type posts, products, etc.</li>\n<li>Feature: Content Ticker (Pro) - Added Option to add an Image for each ticker item.</li>\n<li>Change: Hotspots (Pro) - Enabled \'Image Size Select\' option for the Image, allowing users to choose from different image resolutions for enhanced flexibility and visual customization.</li>\n<li>Change: Icon Carousel (Pro) - Improved \'Item Minimum Height\' option by expanding the range of values.</li>\n<li>Fix: Fullscreen Menu (Free) - Improved protection from Elementor sticky section interference.</li>\n<li>Fix: vCard (Pro) - Issue with QR code not displaying when \'Include Image in Contact\' is enabled has been resolved.</li>\n<li>Fix: Dropdown Field (Pro) - Resolved issue with \'Field Name\' not appearing during email sending. The fix ensures that the field name is now properly displayed in email notifications.</li>\n<li>Fix: Mega Menu (Pro) - Resolved horizontal scroll issue. The fix ensures that the layout no longer experiences unintended horizontal scrolling, providing a more stable and user-friendly experience.</li>\n<li>Fix: Scroll To Top (Free) - Resolved issue where the icon wasn\'t visible on the frontend. The fix ensures proper visibility of the icon, addressing the bug and improving the overall appearance.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the \'Disable Page Scroll\' option not working in some cases. The fix ensures consistent functionality, preventing page scrolling as intended.</li>\n<li>Fix: Text Field (Free) - Resolved input width issue. The fix ensures that input elements now display with the correct width.</li>\n</ul>\n\n<p>version 1.5.93: 2024-01-18:</p>\n\n<ul>\n<li>Feature: Introduced the option \'slider_video_autoplay\' to galleries, enabling video autoplay when changing items.</li>\n<li>Feature: Added the option to include specific taxonomies in related posts queries.</li>\n<li>Feature: Implemented automatic recognition of video thumbnail IDs in certain gallery types based on relevant post meta.</li>\n<li>Feature: Added functionality for the price range filter.</li>\n<li>Change: Updated the Freemius version.</li>\n<li>Change: Modified the text format for the export change log.</li>\n<li>Change: Restored the \"import with images\" feature after incorporating file type checks for security.</li>\n<li>Fix: Enhanced the handling of multiple user records for the \'exclude users\' option in the users query (Ajax-based).</li>\n<li>Fix: Corrected URL CSS and JS inclusion issues in Elementor editor.</li>\n<li><p>Fix: Corrected a bug related to \"mini cart widget\" in PHP in specific cases.</p></li>\n<li><p>Feature - Card Carousel (Free) - Introduced \'Hide Item\' option. This new functionality allows users to hide items instead of deleting them permanently, offering a more reversible and flexible approach to item management.</p></li>\n<li>Feature - Post Grid (Pro) - Implemented \'Layout Type: Above\' option. This new functionality allows users to change the position of the content box to above the image.</li>\n<li>Feature - Thumbnail Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Compact Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Grid Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Slider Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Flip Box Carousel (Pro) - Introduced option for back icon alignment, providing users the flexibility to customize the alignment of the back icon.</li>\n<li>Feature - Post List (Free) - Implemented \'Image Scale\' option for regular and hover states. This new feature allows users to customize the scaling of images independently for regular and hover states, enhancing visual presentation.</li>\n<li>Change - Flip Box Carousel (Pro) - Implemented conditional rendering of CSS to reduce unused styles, resulting in improved performance, SEO, and faster load times for enhanced user experience.</li>\n<li>Change - Content Accordion (Free) - Improved \'Expand All Accordion\' functionality, now allowing users to close the accordion by clicking the same button again for a more intuitive and user-friendly experience.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Implemented protection against buttons not being vertically aligned in specific cases.</li>\n<li>Fix - Flip Box Carousel (Pro) - Resolved an issue where links were not functioning properly when clicking on the back icon.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Resolved issue with the product button not being clickable in some cases.</li>\n<li>Fix - Post Carousel (Pro) - Resolved issue with the side-by-side layout.</li>\n<li>Feature - Logo Grid (Free) - Enhanced responsiveness for item \'Padding\' option. This update ensures that item padding adjusts effectively across various screen sizes and device resolutions for a consistent layout.</li>\n<li>Feature - Logo Grid (Free) - Implemented \'Direction\' option. This new feature is particularly useful for RTL (Right-to-Left) websites, allowing users to specify the direction of the widget\'s layout for improved compatibility.</li>\n<li>Feature - Content Accordion (Free) - Introduced a new feature that allows the expansion of all accordion items by clicking on an external element with the class \"ue-content-accordion-expand-all\".</li>\n<li>Feature - Memory Game (Pro) - Introduced template option for success message, Allowing users to show Elementor template as success message.</li>\n<li>Feature - Memory Game (Pro) - Added \'Completion Time\' option, enabling users to show the time it took to complete the game for a more informative and engaging experience.</li>\n<li>Feature - Content Accordion (Free) - Introduced \'Additional Header Content\' option in the accordion, allowing users to include additional content after the header title.</li>\n<li>Feature - Post Accordion (Free) - Implemented \'Open Links in New Tab\' option. This new functionality allows users to configure links to open in a new tab, enhancing control over the navigation experience.</li>\n<li>Feature - Side Menu (Pro) - Added an option to add a logo to the side menu layout.</li>\n</ul>\n\n<p>version 1.5.92: 2024-01-04:</p>\n\n<ul>\n<li>Feature: Introduced the change log option in the widget editor.</li>\n<li>Feature: Introduced the ability to connect with Google API for multi-source options.</li>\n<li>Feature: Included an option to link with Google Sheets under the general settings for forms.</li>\n<li>Feature: Integrated a \"show globals\" feature in troubleshooting for enhanced diagnostics.</li>\n<li>Feature: Implemented the capability to output cart fragments for the woo mini cart.</li>\n<li>Feature: Provided an option for \"none\" under lightbox-type in galleries, allowing users to disable the lightbox.</li>\n<li>Feature: Added an \"excerpt\" field to post fields within the widget editor for more detailed posts.</li>\n<li>Fix: Replaced site_url() with home_url() in global variables for better website navigation.</li>\n<li>Fix: Resolved a conflict with another select2 on the admin side, ensuring smoother operations.</li>\n<li>Fix: Rectified an error with multiple order by clauses in post queries to improve data sorting.</li>\n<li><p>Fix: Enhanced the manual selection of Elementor template retrieval for optimized performance.</p></li>\n<li><p>Feature - Content Carousel - Introduced \'Equalize Content Height\' option. This new feature simplifies the process of making content elements equal in each item.</p></li>\n<li>Feature - Flip Box Carousel - Enhanced responsiveness for Border Radius option. The update ensures that the Border Radius adapts effectively to different screen sizes and device resolutions for a consistent display.</li>\n<li>Feature - WooCommerce Product Carousel - Resolved broken layout issue occurring when set to side-by-side layout</li>\n<li>Feature - Phone Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Textarea Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Email Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Text Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Testimonial Carousel - Implemented \'Layout Type: Grid\' option. This new functionality facilitates the transformation of the widget\'s layout into a simple grid.</li>\n<li>Feature - Testimonial Carousel - Introduced \'Layout Type: Swipe\' option. This new feature allows users to set the behavior of the widget, resembling the functionality found in Swipe Carousel widget.</li>\n<li>Feature - Flip Box Carousel - Introduced \'Disable Mouse Drag\' and \'Disable Touch Drag\' options in Flip Box Carousel settings, offering control over user interaction by allowing the disabling of dragging functionalities.</li>\n<li>Feature - Team Member Grid - Introduced \'Badge\' option, allowing users to include custom badge images or icons for enhanced member representation.</li>\n<li>Feature - Thumbnail Slider - Implemented responsiveness for \'Slider Main Image Height\' option.</li>\n<li>Feature - Thumbnail Slider - Optimized \'Slider Main Image Height\' functionality to prevent widget reloading upon value change.</li>\n<li>Change - Thumbnail Slider - Changed attribute of \'Slider Main Image Height\' option from Number to Slider. This adjustment simplifies the process of adjusting the height of the main image by providing a more intuitive control.</li>\n<li>Fix - Submit Button - Improved interaction within Multi Step Form widget. Enhancements have been made to streamline and optimize the submit action.</li>\n<li>Feature - Multi Step Form - Implemented form submission loader. This new addition introduces a visual loader to illustrate the process of sending form data, enhancing user feedback during form submission.</li>\n<li>Feature - WooCommerce Product List - Introduced \'Default Image\' option. The widget will now display the specified default image when a product image is empty, for a more personalized user experience.</li>\n</ul>\n\n<p>version 1.5.91: 2023-12-28:</p>\n\n<ul>\n<li>Change: removed some vulnerability related to templates import</li>\n</ul>\n\n<p>version 1.5.90: 2023-12-18:</p>\n\n<ul>\n<li>Fix: fixed some small bug with pro version main file</li>\n</ul>\n\n<p>version 1.5.89: 2023-12-17:</p>\n\n<ul>\n<li>Fix: fixed some post filters detection issues on the page</li>\n<li>Fix: fixed some \"$type not found\" message in php</li>\n<li>Fix: fixed some \"infinite template found: \" message in php (emtpy template load protection)</li>\n<li>Change: added instagram api access error message</li>\n<li>Change: removed \"import with images\" functionality. replaced by doubly plugin.</li>\n</ul>\n\n<p>version 1.5.88: 2023-12-11:</p>\n\n<ul>\n<li>Feature: added \"iframe\" gallery type to the gallery items</li>\n<li>Fix: fixed the \"show/hide edit html button\" option from general settings</li>\n<li>Fix: fixed the general_settings.xml php error</li>\n<li>Fix: fixed some issue with gallery loading on pages and current meta keys</li>\n<li>Fix: fixed default value in datetime control</li>\n<li>Change: added some improvements for the form </li>\n<li>Change: set video placeholder to dynamic galleries in case of video item</li>\n</ul>\n\n<p>version 1.5.87: 2023-11-21:</p>\n\n<ul>\n<li>Change: updated freemius sdk to 2.6.0 version</li>\n<li>Change: added some protection against double background widgets output</li>\n<li>Feature: enabled form functionality</li>\n<li>Feature: enabled currency exchange functionality</li>\n</ul>\n\n<p>version 1.5.85: 2023-11-15</p>\n\n<ul>\n<li>Feature: added woo_addcart_ajax_attributes_button in twig for the button</li>\n<li>Feature: added option to show original settings values in widget debug</li>\n<li>Feature: added troubleshooting setting not to show php deprecated warnings</li>\n<li>Fix: better prepare post custom fields for the post multisource</li>\n<li>Fix: links from meta field works now</li>\n<li>Fix: fixed the ob_end_clean bug</li>\n<li>Fix: in post query - excluded posts not in from posts in</li>\n<li>Fix: fixed a small bug in the unite gallery library</li>\n<li>Change: updated twig version to 3.x</li>\n<li>Change: updated instagram data with date released field</li>\n</ul>\n\n<p>version 1.5.85: 2023-09-20</p>\n\n<ul>\n<li>Fix: fixed a small bug with multisource image param message</li>\n</ul>\n\n<p>version 1.5.84: 2023-09-20</p>\n\n<ul>\n<li>Feature: added twig function csv to json</li>\n<li>Feature: changed the admin view to new design (added designed header and menu)</li>\n<li>Feature: added option to enable animation on swipe to owl carousel js</li>\n<li>Feature: added woo mini cart functionality</li>\n<li><p>Feature: added option: \"current query as a base\" to post selection -> include by</p></li>\n<li><p>Fix: added support for webp in the manager</p></li>\n<li>Fix: allow fetching images from media library post type for the galleries </li>\n</ul>\n\n<p>version 1.5.83: 2023-08-22</p>\n\n<ul>\n<li>Fix: don\'t show first item in filter when no terms available</li>\n<li>Change: updated calculators javascript code base</li>\n</ul>\n\n<p>version 1.5.82: 2023-08-16</p>\n\n<ul>\n<li>Feature: added option for group filtering widgets</li>\n<li>Feature: solved the video play in gallery type from attachment video</li>\n<li>Change: turned off the video icon for background attribute</li>\n<li>Fix: fixed dynamic template with avoid duplicates</li>\n<li>Fix: fixed gallery widget acf video item error</li>\n<li>Fix: fixed some sort filter bugs with the default selected</li>\n</ul>\n\n<p>version 1.5.81: 2023-08-10</p>\n\n<ul>\n<li>Fix: fixed some missing css in the dynamic loop widgets</li>\n<li>Fix: fixed some child filters related bug</li>\n<li>Fix: fixed order by price in current query</li>\n<li>Fix: fixed some php 8.16+ version notices </li>\n<li>Feature: added option to print the term meta</li>\n</ul>\n\n<p>version 1.5.80: 2023-08-07</p>\n\n<ul>\n<li>Feature: added option to get \"all taxonomy terms\" from a post </li>\n<li>Feature: added html preperations for the woocommerce minicart</li>\n<li>Feature: added \"this week\" to the date selection query</li>\n<li>Feature: added \"grouping\" mode in the \"related posts\"</li>\n<li>Fix: the pagination now works on top of the grid</li>\n<li>Fix: fixed some init ajax filters multiple issues</li>\n<li>Fix: fixed the error with the assets path set</li>\n</ul>\n\n<p>version 1.5.79: 2023-07-24</p>\n\n<ul>\n<li>Fix: changed name for area-label to aria-label</li>\n<li>Fix: in filters - refresh single filter if \"all\" selected and there are hidden items</li>\n<li>Fix: changed protection against inifnite loop to 200</li>\n<li>Fix: show child filters at start if there are selected items</li>\n<li>Fix: date time attribute processor - if no date given - don\'t take current time</li>\n<li>Fix: refresh child filter if main filter selected on init</li>\n<li>Fix: dynamic popup was not worked with multisource in some cases</li>\n</ul>\n\n<p>version 1.5.78: 2023-07-16</p>\n\n<ul>\n<li>Fix: fixed show filters load more</li>\n<li>Fix: fixed multisource repeater empty</li>\n</ul>\n\n<p>version 1.5.77: 2023-07-13</p>\n\n<ul>\n<li>Fix: fixed dropzone collision in widget editor view</li>\n<li>Fix: fixed sort filter price filtering</li>\n<li>Fix: fixed max number in addons db table. from \"int\" to \"bigint\"</li>\n<li>Fix: replaced some deprecated by elementor codes</li>\n</ul>\n\n<p>version 1.5.76: 2023-07-12</p>\n\n<ul>\n<li>Feature: added \"rem\" unit in slider attribute</li>\n<li>Fix: fixed some small bug with remote sync debug</li>\n<li>Fix: fixed the truncate in multisource</li>\n<li>Fix: fixed some small bugs related to remote controls</li>\n<li>Fix: fixed dropzon third party conflict in manager</li>\n</ul>\n\n<p>version 1.5.75: 2023-07-05</p>\n\n<ul>\n<li>Feature: added some suggestion text to add some memory in the troubleshooting section in case that needed</li>\n<li>Fix: the wrong author was displayed in loop post meta data</li>\n<li>Fix: do_shortcode to html items inside the grid and dynamic loop</li>\n<li>Update: Updated Freemius SDK to the latest version</li>\n</ul>\n\n<p>version 1.5.74: 2023-07-04</p>\n\n<ul>\n<li>Fix: show search widgets at plugin install.</li>\n<li>Fix: menu picker depts in multisource</li>\n<li>Fix: set the author data to be retrievable in dynamic grid template</li>\n<li>Fix: show meta fields switcher didn\'t worked in multisource menu items</li>\n</ul>\n\n<p>version 1.5.73: 2023-06-26</p>\n\n<ul>\n<li>Feature: added options for revisions in widget editor</li>\n<li>Fix: added support for wordpress proxy in api calling</li>\n<li>Fix: fixed empty post in query result</li>\n<li>Fix: fixed \"wrong template ID\" elementor error in post accordion</li>\n</ul>\n\n<p>version 1.5.72: 2023-06-21</p>\n\n<ul>\n<li>Fix: added the swf extension in the allowed files in assets</li>\n<li>Feature: prepared the plugin for sort filter</li>\n<li>Change: updated freemius sdk to 2.5.9</li>\n</ul>\n\n<p>version 1.5.71: 2023-06-20</p>\n\n<ul>\n<li>Change: removed js includes of the forms and filters from backend editor</li>\n<li>Change: changed colors of the free version notification in dark mode</li>\n<li>Fix: fix the \"link\" type in wpml integration automatic translation</li>\n<li>Feature: add support for the conditions in ue forms</li>\n</ul>\n\n<p>version 1.5.70 2023-06-19:</p>\n\n<ul>\n<li>Change: added some \"birthday sale\" banner</li>\n<li>Feature: added \"truncate text\" modifier to multisource fields</li>\n<li>Feature: dynamic tags now works inside posts and products related widgets</li>\n<li>Feature: added twig highlighting in codemirror editor</li>\n<li>Fix: fixed sequence animation sliders bug (fields didn\'t loaded in elementor)</li>\n<li>Fix: change the comment from // to /* */ in filters js output to allow proper page compression.</li>\n<li>Fix: the \"time ago\" string is now translatable </li>\n<li>Fix: fixed the wpml elementor template id output</li>\n<li>Fix: fixed backgrounds bug with containers in editor</li>\n<li>Fix: fixed some small bugs with the checkbox filter</li>\n</ul>\n\n<p>version 1.5.69: 2023-06-08:</p>\n\n<ul>\n<li>Fix: allow to install webp images in widgets</li>\n</ul>\n\n<p>version 1.5.68: 2023-06-06:</p>\n\n<ul>\n<li>Change: added functionality for sort filter </li>\n<li>Feature: added field: \"form conditions\" for the upcoming form</li>\n<li>Feature: added link translation to wpml integration</li>\n<li>Feature: added link_attributes field to post list fields in twig</li>\n<li>Fix: fixed slider control min max values in case of multiple units</li>\n<li>Fix: add do shortcode from ajax items response</li>\n<li>Fix: fixed posts grid output with \"product\" taxonomy without woocommerce</li>\n<li>Fix: fixed getting cross sell products query in product list</li>\n</ul>\n\n<p>version 1.5.67 - 2023-05-29:</p>\n\n<ul>\n<li>Fix: fixed some more securaty issues related to assets manager</li>\n</ul>\n\n<p>version 1.5.66 - 2023-05-28:</p>\n\n<ul>\n<li>Fix: fixed some securaty issues related to non editor users operations and not allowed to upload php files in assets manager</li>\n</ul>\n\n<p>version 1.5.65 - 2023-05-26:</p>\n\n<ul>\n<li>Fix: fixed instagram api related bugs </li>\n</ul>\n\n<p>version 1.5.64 2023-05-23:</p>\n\n<ul>\n<li>Change: update freemius to latest version 2.5.8</li>\n<li>Fix: fixed a small php bug</li>\n</ul>\n\n<p>version 1.5.63 2023-05-23:</p>\n\n<ul>\n<li>Change: expand in widget editor is now connected to the screen height</li>\n<li>Fix: fixed the dynamic popup with multiple fields code </li>\n<li>Fix: fixed some sync if the clicked item is link</li>\n<li>Feature: added support for sort post filter</li>\n<li>Feature: hide \"show only insalled\" checkbox in widgets manager if no widget installed.</li>\n</ul>\n\n<p>version 1.5.62 2023-05-14:</p>\n\n<ul>\n<li>Feature: added \"edit template\" link in template selector</li>\n<li>Feature: added hidden template edit button to top bar</li>\n<li>Feature: added option for dynamic popup link to connect to many links in the widget</li>\n<li>Fix: solved some php error with parse dynamic settings in php 8.1</li>\n<li>Fix: getMetaValue error in products</li>\n<li>Fix: fixed doubly css includes in some cases</li>\n</ul>\n\n<p>version 1.5.61 - 2023-05-07:</p>\n\n<ul>\n<li>Feature: added support for woocommerce jet wishlist</li>\n<li>Feature: did option to disable third party hooks in ajax</li>\n<li>Fix: click on link on sync didn\'t worked</li>\n<li>Fix: added some protections to nonce and to file manager zip exctract (securaty issues fix) </li>\n<li>Change: updated freemius sdk to 2.5.7 version.</li>\n</ul>\n\n<p>version 1.5.60 - 2023-04-30:</p>\n\n<ul>\n<li>Feature: added functionality to get cart number of products </li>\n<li>Fix: fixed link field settings for multisoure</li>\n<li>Fix: fixed some bugs with regular price in woocommerce widgets</li>\n<li>Fix: filters js file loaded in editor as well</li>\n<li>Fix: fixed some small php bug regarding \"pathBase\"</li>\n<li>Fix: fixed conditions in multiple select control</li>\n<li>Change: updated unite gallery version</li>\n<li>Change: disabled autoload in update_option for the catalog variable</li>\n</ul>\n\n<p>version 1.5.59: 2023-04-09</p>\n\n<ul>\n<li>Feature: added multiple select to condition attributes in widget editor</li>\n<li>Change: updated freemius sdk to the latest version</li>\n<li>Fix: fixed empty post meta fields in case that acf plugin is on</li>\n<li>Fix: fixed some bug with avoid duplicates option and filters in single grid</li>\n<li>Fix: made some corrections in case that post query show wrong init selected terms values</li>\n<li>Fix: the post carousel goes to random item after ajax refresh</li>\n<li>Fix: fixed jet engine custom fields integration</li>\n</ul>\n\n<p>version 1.5.58: 2023-03-26</p>\n\n<ul>\n<li>Feature: added dynamic popup functionality to multisource widgets</li>\n<li>Fix: fixed missing arguments in the_post action</li>\n<li>Fix: fixed some php multisource error</li>\n<li>Fix: fixed some product ajax search related issues</li>\n<li>Fix: fixed some small but with ajax refresh and sync</li>\n</ul>\n\n<p>version 1.5.57: 2023-03-20</p>\n\n<ul>\n<li>Feature: improved the multisource selectors</li>\n<li>Feature: added option to get image from post meta in post fields - widget editor</li>\n<li>Fix: added \"skins\" folder to unite gallery</li>\n<li>Fix: added more compatability to woo commerce grids with discounts plugins</li>\n<li>Fix: fixed same uc_id in dynamic templates</li>\n</ul>\n\n<p>version 1.5.56: 2023-03-13:</p>\n\n<ul>\n<li>Feature: added option authors by dynamic field in post query</li>\n<li>Feature: done some integration with flycart discounts</li>\n<li>Feature: added option to show post type and post type title in posts fields</li>\n<li>Feature: added option to add multiple values in multisource</li>\n<li>Fix: fixed get posts by terms meta field - add taxonomy</li>\n<li>Fix: fixed responsive css in dynamic loop</li>\n<li>Fix: fixed dynamic loop with jet engine acf fields</li>\n<li>Fix: fixed slider control units for vh, vx and % </li>\n<li>Fix: added \"before today\" for past year in date qury</li>\n<li>Change: the uc_id will not change now when page refresh</li>\n</ul>\n\n<p>version 1.5.55: 2023-02-23:</p>\n\n<ul>\n<li>Fix: fixed wpml integrate fields</li>\n<li>Fix: fixed some write file error, will not crash if happend</li>\n<li>Fix: fixed entrance animation js on popup</li>\n<li>Fix: fixed strip tags in intro from content</li>\n<li>Fix: fixed some php 8.1 issues</li>\n<li>Fix: fixed some post intro with html tags issues</li>\n<li>Change: do_action function is working now in free version</li>\n</ul>\n\n<p>version 1.5.54: 2023-02-15</p>\n\n<ul>\n<li>Change: added some define variable that indicate the under ajax search</li>\n<li>Change: added \"collect\", and \"output\" to schema types in content accordion widget for example</li>\n<li>Feature: added wpml auto translate integration</li>\n<li>Feature: added option to select \"all taxonomies\" in exclude terms in terms selection</li>\n<li>Feature: added option - only direct children to terms select include by</li>\n<li>Feature: added option to post select to get posts by terms from curent meta field</li>\n<li>Fix: preserve tags when truncate</li>\n<li>Fix: fixed load more with second meta add in post query</li>\n</ul>\n\n<p>version 1.5.53: 2023-02-07</p>\n\n<ul>\n<li>Fix: keep exclude terms in grid when filtering with \"override terms\" mode</li>\n<li>Fix: fixed get_terms() not found php error from 1.5.52 version</li>\n</ul>\n\n<p>version 1.5.52: 2023-02-06</p>\n\n<ul>\n<li>Change: done some protection agains infinite loops in templates</li>\n<li>Fix: fixed popup button type conditions</li>\n<li>Fix: fixed term meta fields in multisource</li>\n<li>Fix: fixed exclude term not found in post select</li>\n</ul>\n\n<p>version 1.5.51: 2023-01-31</p>\n\n<ul>\n<li>Feature: added version to js comment output</li>\n<li>Feature: connected the galleies to remote play / stop like the carousels</li>\n<li>Feature: added some error message when image size attribute is missing in multisource</li>\n<li>Feature: added dynamic popup special attribute type</li>\n<li>Fix: fixed title source and description source in multisource gallery for products.</li>\n<li>Fix: added supress filtres to ajax search query</li>\n</ul>\n\n<p>version 1.5.50: 2023-01-24</p>\n\n<ul>\n<li>Feature: added \"media\" to post types select in advanced post query</li>\n<li>Feature: improved the date time attribute</li>\n</ul>\n\n<p>version 1.5.49: 2023-01-23</p>\n\n<ul>\n<li>Fix: fixed some js optimization issues </li>\n<li>Fix: fixed filters related small js bug</li>\n</ul>\n\n<p>version 1.5.48: 2023-01-19</p>\n\n<ul>\n<li>Feature: added gallery to multisource</li>\n<li>Feature: added post type override selectin current post query options</li>\n<li>Fix: fixed remote play with carousel</li>\n<li>Fix: fixed some multisource and ajax related bugs</li>\n<li>Fix: fixed popular posts plugin integration multiple post types</li>\n<li>Fix: fixed background widgets some problematic attribute names</li>\n<li>Fix: fixed include terms by current post terms in some cases.</li>\n<li>Fix: fixed default url_assets value in multisoure</li>\n<li>Fix: fixed dark mode svg icons</li>\n</ul>\n\n<p>version 1.5.47: 2023-01-10</p>\n\n<ul>\n<li>Feature: added more units to slider attribute</li>\n<li>Feature: added \"any\" post type to post types select</li>\n<li>Feature: added include and exclude current post terms in terms selection</li>\n<li>Feature: added option to carousel - scroll to head - force</li>\n<li>Feature: allow import widgets with theme activate</li>\n<li>Fix: fixed dynamic template render css for dynamic popup</li>\n<li>Fix: fixed users list select by manual</li>\n</ul>\n\n<p>version 1.5.46: 2023-01-08</p>\n\n<ul>\n<li>Feature: set the items image size chooser work for certain image</li>\n<li>Feature: made option to put js script in saparate tags with id\'s for optimization plugins like wprocket</li>\n<li>Feature: enriched the uc_lang variable. now it\'s always showing the current language</li>\n<li>Feature: added user_login variable to the users list output</li>\n<li>Feature: has put the preview link always as a help link in widget edit panel.</li>\n<li>Change: updated the multisource that it works better with items images</li>\n<li>Change: allow html tags in post intro (excerpt) in widgets</li>\n<li>Fix: fixed filters with sync multiple grid issues</li>\n<li>Fix: fixed the exclude users list with similar names</li>\n</ul>\n\n<p>version 1.5.45: 2022-12-26</p>\n\n<ul>\n<li>Feature: added json decode filter to twig</li>\n<li>Feature: added catalog images from shortpixel for speed loading</li>\n<li>Feature: done multisource group setting</li>\n<li>Fix: fixed entrance animation on ajax refresh</li>\n<li>Fix: done sync pause / play between carousels</li>\n</ul>\n\n<p>version 1.5.44: 2022-12-19</p>\n\n<ul>\n<li>Change: updated freemius to the latest version</li>\n<li>Fix: fixed remote play / pause button</li>\n<li>Fix: fixed search filter unicode phrase</li>\n<li>Fix: fixed entrance animation appear on scroll</li>\n<li>Feature: added video gallery responsive options</li>\n<li>Fix: fixed some owl carousel size on init bug</li>\n<li>Fix: fixed js widgets under the dynamic grid template like flipbox</li>\n</ul>\n\n<p>version 1.5.43: 2022-12-04</p>\n\n<ul>\n<li>Feature: add settings output to dynamic grid fields debug</li>\n<li>Fix: fixed pods multiple image data</li>\n<li>Fix: fixed url terms in filter with dynamic grid</li>\n<li>Fix: fixed users and menu not found bug in front </li>\n<li>Change: updated twig engine to the latest version</li>\n</ul>\n\n<p>version 1.5.42: 2022-11-29</p>\n\n<ul>\n<li>Feature: added functionality for time ago in posts widgets</li>\n<li>Feature: added woo variables to woo fields - woo_price_withtax, woo_price_notax</li>\n<li>Feature: added option for term child filter role\n-optimization: reduced number of queries in post related widgets</li>\n</ul>\n\n<p>version 1.5.41: 2022-11-24</p>\n\n<p>-bug fix: fixed post select in post query</p>\n\n<p>version 1.5.40: 2022-11-23</p>\n\n<ul>\n<li>Feature: added integration to woocommerce multicourancy plugins</li>\n<li>Feature: made some integration with translate press plugin</li>\n<li>Feature: added select post and select term attribute</li>\n<li>Fix: fixed dynamic loop css backgrounds with containers</li>\n<li>Fix: fixed mousewheel event in the carousel</li>\n<li>Fix: fixed some rare php error with filters</li>\n</ul>\n\n<p>version 1.5.39: 2022-11-16</p>\n\n<ul>\n<li>Fix: fixed small bug with zip extract</li>\n<li>Update: updated black friday sale banners</li>\n</ul>\n\n<p>version 1.5.38: 2022-11-10</p>\n\n<ul>\n<li>Fix: fixed galleries default sizes with post filters</li>\n<li>Fix: fixed hidden option in select filter in safari browser</li>\n<li>Fix: fixed non ssl assets url</li>\n<li>Feature: added \"schema\" special attribute</li>\n<li>Fix: fixed false autoplay in carousel</li>\n</ul>\n\n<p>version 1.5.37: 2022-11-09</p>\n\n<ul>\n<li>Fix: fixed 1px glitch bug in the carousel, on 1 item (slide mode)</li>\n<li>Feature: prepared the filters to work with ajax search</li>\n</ul>\n\n<p>version 1.5.36: 2022-11-6</p>\n\n<ul>\n<li>Feature: added function that outputs items schema</li>\n<li>Feature: improved include by meta in posts selection, added option for multiple values</li>\n<li>Feature: added option to get current user with meta in twig</li>\n<li>Addition: validate number of post list attributes, allow only one when creating widget</li>\n<li>Fix: fixed count posts in post query summary</li>\n<li>Fix: fixed entrance animation blur type</li>\n<li>Fix: fixed avoid duplicates with random order while posts load more</li>\n<li>Fix: the timeout now reset after slide change in owl carousel</li>\n<li>Fix: fixed terms selection taxonomies with idetical post type title</li>\n<li>Fix: added protection against inifinite loop in putElementorTemplate twig function</li>\n<li>Fix: fixed acf field unaccessable in some cases with elementor pro 3.8</li>\n</ul>\n\n<p>version 1.5.35: 2022-10-24</p>\n\n<p>-Fix: fixed include by id\'s from dynamic field, and terms from dynamic field in post selection</p>\n\n<p>version 1.5.34: 2022-10-19</p>\n\n<ul>\n<li>Feature: added items image size attribute (special type)</li>\n<li>Fix: fixed show backgrounds in elementor editor</li>\n</ul>\n\n<p>version 1.5.33: 2022-10-15</p>\n\n<ul>\n<li>Fix: fixed avoid duplicates with filters</li>\n<li>Fix: fixed select dropdown filter js</li>\n<li>Feature: added avoid duplicates option to manual posts selection</li>\n</ul>\n\n<p>version 1.5.32: 2022-10-11</p>\n\n<ul>\n<li>Fix: fixed some ajax pagination issues</li>\n<li>Fix: fixed pagination widget appearance on archive ajax pages with filters</li>\n<li>Fix: added twig functionality to put product attributes text</li>\n<li>Fix: fixed export with images not worked in some cases</li>\n<li>Fix: made some protection with ezcache plugin integration and filtering</li>\n<li>Fix: fixed some small php bug with this month post selection</li>\n<li>Fix: fixed some visible and hidden filters collision</li>\n<li>Fix: fixed terms select in terms filter on history back click in filters</li>\n<li>Fix: set child filter always first unselected</li>\n<li>Fix: set option for the tabs filter to be unselected</li>\n<li><p>Fix: fixed the pagination numbers if exclude offset chosen</p></li>\n<li><p>Feature: added multiple taxonomy terms in term selection</p></li>\n<li>Feature: added query id in terms selection</li>\n<li>Feature: added functionality for next / prev post</li>\n</ul>\n\n<p>version 1.5.31: 2022-09-20</p>\n\n<ul>\n<li>Fix: fixed thumbs gallery</li>\n</ul>\n\n<p>version 1.5.30: 2022-09-18</p>\n\n<ul>\n<li>Fix: fixed multiple post filters and grid connection</li>\n<li>Fix: fixed various small php errors</li>\n<li>Fix: fixed wordpress popular posts integration small bug</li>\n<li>Feature: added terms from dynamic post selection option</li>\n<li>Feature: added option for limiting terms show in post list</li>\n<li>Change: updated once more unitegallery graphics, changed assets to svg</li>\n<li>Fix: fixed thumbnail gallery arrows</li>\n</ul>\n\n<p>version 1.5.29: 2022-09-08</p>\n\n<ul>\n<li>Fix: fixed a small issue with search page and load more</li>\n<li>Fix: fix vimeo videos stoppped playing bug</li>\n</ul>\n\n<p>version 1.5.28: 2022-09-06</p>\n\n<ul>\n<li>Feature: added support for the select filter</li>\n<li>Fix: fixed some small js bug with filters</li>\n<li>Fix: fixed some post filters related popup error</li>\n<li>Change: changed the way that galleries srolls by mouseover</li>\n</ul>\n\n<p>version 1.5.27: 2022-09-02</p>\n\n<ul>\n<li>Fix: fixed popular posts plugin integration</li>\n<li>Fix: removed some console logs in filter.js file</li>\n<li>Fix: fixed ajax pagination jump</li>\n<li>Fix: fixed unitegallery strict standards bugs</li>\n<li>Change: renamed field - \"use dynamic fields\" to \"use current post data\" in widget editor</li>\n<li>Change: updated freemius sdk to: 2.4.5</li>\n</ul>\n\n<p>version 1.5.26: 2022-08-17</p>\n\n<ul>\n<li>Feature: added debug to remote elements</li>\n<li>Fix: made some protection against wrong animation names in carousel</li>\n<li>Fix: added some small fixes to carousel and remote sync js libraries</li>\n<li>Fix: done a better find closest section in remote</li>\n<li>Fix: fixed not showing values in elementor editor post selectors</li>\n</ul>\n\n<p>version 1.5.25: 2022-08-11</p>\n\n<ul>\n<li>Feature: added option to set title field in items</li>\n<li>Fix: fixed some more lazy load related protections in galleries</li>\n<li>Fix: Fixed some Elementor 3.7 deprecation issues</li>\n</ul>\n\n<p>version 1.5.24: 2022-08-09</p>\n\n<ul>\n<li>Fix: fixed some Elementor 3.7 related js bug in editor</li>\n</ul>\n\n<p>version 1.5.23: 2022-08-05</p>\n\n<ul>\n<li>Feature: added date format to date meta field post selection</li>\n<li>Feature: added more units to padding and margin attribute</li>\n<li>Feature: added option to set selected tab number in tabs filter widget</li>\n<li>Fix: fixed some unitegallery strict related scripts</li>\n<li>Fix: fixed sequance entrance animation attribute</li>\n<li>Fix: fixed some text with pagination edit mode in elementor editor</li>\n<li>Fix: fixed ajax pagination didn\'t get back to first page</li>\n<li>Fix: fixed tabs filter and taxonomy terms in one page</li>\n<li>Change: prepare the right way dates should work in post list</li>\n</ul>\n\n<p>version 1.5.22: 2022-07-24:</p>\n\n<ul>\n<li>Feature: added option to connect to another parent in remote arrows</li>\n<li>Feature: added change url and back button in ajax filers behaviour</li>\n<li>Fix: fixed doubly plugin integration import bg widgets</li>\n<li>Fix: fixed remote next/prev directions in carousels</li>\n<li>Fix: added some more protection against infinite loops from post content processing</li>\n</ul>\n\n<p>version 1.5.21 2022-07-17:</p>\n\n<ul>\n<li>Feature: added docstart and docend template in widget js</li>\n<li>Change: end of birthday sale message update</li>\n<li>Change: added warning message in case of twig collision with other plugins</li>\n</ul>\n\n<p>version 1.5.20 2022-07-13:</p>\n\n<ul>\n<li>Feature: added more widget debug type - current post fields</li>\n<li>Feature: updated admin title on edit widget view</li>\n<li>Feature: added option to carousel: scroll to head</li>\n<li>Feature: added query data attributes into filtering grid</li>\n<li>Fix: fixed ajax pagination in some cases</li>\n<li>Fix: fixed small php bug with hover animations control</li>\n<li>Fix: fixed lity lightbox with vimeo autoplay</li>\n<li>Fix: fixed item index after shuffle</li>\n<li>Fix: fixed some seleted tab filters related issues</li>\n<li>Fix: fixed load more filter doubly ajax request in some cases</li>\n<li>Fix: fixed woo scedualed sale price output</li>\n<li>Fix: in filters replace url with pagination as well</li>\n<li>Fix: changed gallery arrows to svg</li>\n</ul>\n\n<p>version 1.5.19 2022-06-27:</p>\n\n<ul>\n<li>Feature: added max posts to current query</li>\n<li>Fix: fixed controls conditions for elementor template control</li>\n<li>Feature: added more fields to dynamic grid loop (was only title)</li>\n<li>Change: added birthday sale banner and text</li>\n</ul>\n\n<p>version 1.5.17 2022-06-21:</p>\n\n<ul>\n<li>Change: updated fancybox version</li>\n<li>Fix: Fixed bug with ajax load more and ajax pagination</li>\n</ul>\n\n<p>version 1.5.17 2022-06-09:</p>\n\n<ul>\n<li>Feature: fixed entrance animation attribute</li>\n<li>Fix: fixed uc_inside_editor variable inside background widget</li>\n<li>Fix: fixed empty default value of radio boolean control</li>\n<li>Fix: fixed double filtering issues in archive pages</li>\n</ul>\n\n<p>version 1.5.16: 2022-05-31</p>\n\n<ul>\n<li>Fix: fixed double plugin versions in pro version</li>\n<li>Fix: fixed 1 size gap in one item owl carousel</li>\n<li>Fix: fixed the dissapearing options bug in mobile</li>\n</ul>\n\n<p>version 1.5.15: 2022-05-30</p>\n\n<ul>\n<li>Change: set cache folder inside wp-uploads</li>\n<li>Feature: added option to get terms last level only - for post list / grid</li>\n<li>Feature: added twig function - get_current_user</li>\n<li>Feature: disabled right click on html5 galleries (unite gallery)</li>\n<li>Fix: the image and video repeater was missing default items</li>\n<li>Fix: fixed load more and filters on a search page</li>\n<li>Fix: fixed carousel stage padding issues</li>\n<li>Fix: fixed carousel 1 item one pixel issues</li>\n<li>Fix: fixed default values in responsive selectors</li>\n</ul>\n\n<p>version 1.5.14: 2022-05-24</p>\n\n<ul>\n<li>Fix: fixed responsive default values with selectors in number and dropdown and slider controls</li>\n<li>Fix: fixed a bug in run_code_once functionality</li>\n</ul>\n\n<p>version 1.5.13: 2022-05-23</p>\n\n<ul>\n<li>Feature: added integration with \"sticky posts switch\" plugin</li>\n<li><p>Feature: added special attribute type - entrance animation</p></li>\n<li><p>Fix: fixed sync bug between two similar elements</p></li>\n<li>Fix: fixed filters loading with wp-rocket lazy load scripts</li>\n<li>Fix: fixed put_hide_ids_css function small bug</li>\n<li>Fix: fixed fetch 2 and more widgets within one section for filtering</li>\n<li>Fix: fixed slider control js empty output bug</li>\n<li>Fix: fixed gallery title as number js bug</li>\n<li>Fix: fixed gallery images from meta fields source as array </li>\n</ul>\n\n<p>version 1.5.12: 2022-05-08</p>\n\n<ul>\n<li>Feature: added integration for wpml media change</li>\n<li>Feature: bug fix: fixed hover animations setting don\'t work on front in some cases</li>\n<li>Feature: in post selection by date added options for \"future from today\", and \"future from tomorrow\".</li>\n<li>Feature: added new function: \"put_hide_ids_css\" to hide some css comma saparated id\'s from css tab.</li>\n<li>Feature: added support for ajax refresh for multiple synced grids together</li>\n<li>Feature: added option to test instagram data</li>\n<li><p>Feature: added phpinfo view in settings - troubleshooting</p></li>\n<li><p>Fix: fixed blank window opened by a link</p></li>\n<li>Fix: fixed acf boolean value present</li>\n<li>Fix: fixed another gallery related lazy load issues</li>\n</ul>\n\n<p>version 1.5.11: 2022-04-13</p>\n\n<ul>\n<li>Feature: made option to put elementor post_content inside post widget if the post made by elementor</li>\n<li>Feature: added additional fields to getPostAuthor function like avatar url and author meta</li>\n<li>Feature: show the \"no posts\" message with filters in post list / grid</li>\n<li>Feature: add background location (back/front) to background widgets</li>\n<li>Feature: done option to get post parent with the posts in posts selection</li>\n<li>Fix: set prices display in woocommerce widgets including tax</li>\n<li>Fix: fixed editor js files didn\'t loaded bug</li>\n<li>Fix: fixed css output with dynamic template and inline css mode</li>\n<li>Fix: fixed the ajax pagination that now works with post based gallery widget</li>\n<li>Fix: fixed filters scripts loading before jquery in js</li>\n<li>Fix: allow to select empty terms in term selection control</li>\n<li>Change: set default values of responsive number / slider / dropdown controls to desktop default values</li>\n</ul>\n\n<p>version 1.5.10: 2022-04-04</p>\n\n<ul>\n<li>Fix: fixed title and description source in gallery source selection</li>\n<li>Fix: fixed the dropdown attribute php filter for elementor</li>\n<li>Feature: added \"menu_id\" for various uses as menu attribute output</li>\n<li>Feature: added option for side offset in owl carousel</li>\n<li>Feature: added option for second items html refresh in ajax filters</li>\n</ul>\n\n<p>version 1.5.9: 2022-03-27</p>\n\n<ul>\n<li>Fix: fixed simple meta output for post list</li>\n<li>Feature: made dynamic grid work with filters</li>\n<li>Feature: the background widgets works for the new container objects as well</li>\n<li>Feature: added include by another meta field in post query</li>\n</ul>\n\n<p>version 1.5.8: 2022-03-23</p>\n\n<ul>\n<li>Feature: set special behaviour for more then one filters on the page</li>\n<li>Feature: added option to load video item from posts in a gallery</li>\n<li>Change: set up galleries common default items</li>\n<li>Fix: fixed unclosable gallery lightbox with youtube videos</li>\n<li>Fix: fixed elementor 3.6.0 compatability</li>\n</ul>\n\n<p>version 1.5.7: 2022-03-17</p>\n\n<ul>\n<li>Feature: added option to modify dropdown items in php\nFix: fixed gallery default items preview and init\nFix: fixed remote counter js error</li>\n</ul>\n\n<p>version 1.5.6 = 2022-03-15:</p>\n\n<p>Fix: fixed dissapearing items in remote related widgets</p>\n\n<p>version 1.5.5 = 2022-03-15:</p>\n\n<ul>\n<li>Feature: added woocommerce sorting options in posts selection by number of sales and rating</li>\n<li>Feature: added option to get related products on checkout page</li>\n<li>Feature: done manual posts and terms selections sort by drag and drop</li>\n<li>Feature: done option to custom refresh filters html (for carousels, galleries etc)</li>\n<li>Feature: made the attributes dialog support multi controls</li>\n<li>Feature: prepared the galleries and dynamic loops to use filters and load more\nFix: fixed query debug in manual posts selection\nFix: fix: fixed posts_per_page in manual posts selection\nFix: fix: fixed jquery include for remote widgets</li>\n</ul>\n\n<p>version 1.5.4 = 2022-03-06:</p>\n\n<ul>\n<li>Feature: added roles to post filter: single, main and child</li>\n<li>Feature: added option \"placeholder\" and \"disable dynamic\" for text field control</li>\n<li>Feature: added option for debug meta fields in post list, post grid</li>\n<li>Fix: fixed some pagination widget buttons related issues</li>\n<li>Fix: fixed non clickable items in some widgets</li>\n<li>Fix: fixed put_items(0) - first item output in twig</li>\n</ul>\n\n<p>version 1.5.3 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: added functionality to put image inside taxonomy terms widget</li>\n<li>Fix: fixed load more on archive page with orderby=xxx filter in url</li>\n<li>Fix: made support for woocommerce special order by in load more</li>\n<li>Change: updated freemius sdk to 2.4.3 version (Security fix)</li>\n</ul>\n\n<p>version 1.5.2 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: set up remote and sync functionality for the galleries</li>\n<li>Fix: fixed load more for current query posts</li>\n<li>Fix: fixed background js based widgets with elementor popups</li>\n<li>Fix: fixed unitegallery unclosed tag issue</li>\n<li>Fix: fixed replace mode in tabs filters</li>\n</ul>\n\n<p>version 1.5.1 = 2022-02-21:</p>\n\n<ul>\n<li>Feature: improved post pagination debug and added force options</li>\n<li>Feature: added code for the button filters</li>\n<li>Feature: added option to shuffle owl carousel</li>\n<li>Feature: added option for general \"shuffle\" in items</li>\n<li>Feature: made option for text modify, and get the current page url and current page title</li>\n<li>Feature: get feature image of a product from a first gallery image if featured image not exists</li>\n<li>Feature: added function \"one_random\" and \"first\" to get_items twig function</li>\n<li>Feature: added support for jet listing item</li>\n<li>Change: changed the \"choose template\" setting text to attirbute title</li>\n<li>Fix: fixed load more if offset turned on in the grid</li>\n<li>Fix: fixed link control attributes parsing</li>\n<li>Fix: fixed sync general api related bugs in elementor editor</li>\n</ul>\n\n<p>version 1.5.0 = 2022-02-02:</p>\n\n<ul>\n<li>Feature: added tabs in items controls</li>\n<li>Feature: added functionality for ajax taxonomies terms filter</li>\n<li>Feature: added some accessability to owl carousel buttons</li>\n</ul>\n\n<p>version 1.4.99: 2022-01-27:</p>\n\n<ul>\n<li>Feature: added option for disable content filtering in general settings->troubleshooting</li>\n<li>Feature: added taxonomies in widget debug output</li>\n<li>Fix: fixed some gallery lazy load related js bugs</li>\n</ul>\n\n<p>version 1.4.98: 2022-01-14:</p>\n\n<ul>\n<li>Feature: modified remote general js api to fit more types of widgets</li>\n<li>Feature: added support for put meta field in post list</li>\n<li>Fix: fixed some small php notices output in post query</li>\n</ul>\n\n<p>version 1.4.97 = 2022-01-06:</p>\n\n<ul>\n<li>Feature: add code base for the taxonomy filter</li>\n<li>Feature: added option to highlight all carousel items</li>\n<li>Feature: added active class to new owl carousel</li>\n<li>Feature: added scroll on click functionality to new owl carousel</li>\n<li>Fix: added support for acf fields styles in dynamic grid</li>\n<li>Fix: fixed some wp-rocket and filters related bug</li>\n</ul>\n\n<p>version 1.4.96 = 2021-12-29:</p>\n\n<ul>\n<li>Feature: use yoast main category feature to determine post main category</li>\n<li>Feature: added get woocommerce product gallery functionality to twig</li>\n<li>Feature: added support for multiple attribute conditoins values</li>\n<li>Feature: added menu order in advanced widget debug type</li>\n<li>Feature: added WooCommerce endpoints links code to twig</li>\n<li>Feature: added option to disable font awesome in general settings</li>\n<li>Fix: fixed some filters related issue</li>\n<li>Fix: added custom attributes to link attributes output</li>\n</ul>\n\n<p>version 1.4.95 = 2021-12-16:</p>\n\n<p>*Fix: fixed db table not found php bug in some cases</p>\n\n<p>version 1.4.94 = 2021-12-14:</p>\n\n<ul>\n<li>Feature: made posible multiple includes condition values per assets</li>\n<li>Feature: added meta value2 and meta value3 in include by meta value post selection</li>\n<li>Feature: added error notice if no api connectivity</li>\n<li>Feature: added attributes section conditions</li>\n<li>Feature: prepared code base for the new galleries</li>\n<li>Fix: fixed some small pagination related bug</li>\n<li>Fix: fixed remote connection parent detection in some cases</li>\n<li>Fix: added content filtering by filter widget_text_content for all the embed and other content modifications</li>\n<li>Fix: fixed edit defaulsin widget settings</li>\n<li>Fix: fixed some polylang issues with the template in dynamic template widgets</li>\n<li>Fix: [security] remove the \"duplicate layout\" functionality (not used in the plugin) that had some security issues </li>\n</ul>\n\n<p>version 1.4.93 = 2021-12-03:</p>\n\n<ul>\n<li>Fix: fixed some connected widgets bugs when there is many of them in the page</li>\n<li>Change: removed the black friday sale banner</li>\n<li>Feature: added general remote API for various widgets connections</li>\n<li>Feature: add some code base for the new gallery output</li>\n</ul>\n\n<p>version 1.4.92 = 2021-11-24:</p>\n\n<ul>\n<li>Fix: fixed similar post content in post list</li>\n<li>Change: saparated remote and sync options in connected widgets settings</li>\n</ul>\n\n<p>version 1.4.91 = 2021-11-23:</p>\n\n<ul>\n<li>Fix: fixed the wrong post intro in editor mode</li>\n</ul>\n\n<p>version 1.4.90 = 2021-11-22:</p>\n\n<ul>\n<li>Addition: added black friday banner discount banner and link</li>\n<li>Change: improved \"sync widgets\" editor experience</li>\n<li>Fix: fixed depricated \"post\" attribute bug</li>\n<li>Fix: modified zip extracting error messages</li>\n</ul>\n\n<p>version 1.4.89 = 2021-11-17:</p>\n\n<ul>\n<li>Feature: done the functionality for sync widgets</li>\n<li>Feature: done the functionality remote widgets</li>\n<li>Fix: fixed error message on remote widgets</li>\n<li>Fix: fixed css in post content in editor</li>\n<li>Fix: use better strip tags for post intro</li>\n</ul>\n\n<p>version 1.4.88 = 2021-11-08:</p>\n\n<ul>\n<li>Fix: fixed gutenberg support in widgets</li>\n<li>Fix: fixed all the pagination issues in archive page</li>\n</ul>\n\n<p>version 1.4.86 = 2021-11-01:</p>\n\n<ul>\n<li>Fix: fixed some load more last issues</li>\n<li>Feature: added code for taxonomy terms filter</li>\n<li>Feature: added code for checkbox filter</li>\n</ul>\n\n<p>version 1.4.86 = 2021-10-29:</p>\n\n<ul>\n<li>Feature: improved current query debug - full type</li>\n<li>Feature: added dropdown responsive placeholders</li>\n<li><p>Feature: added radio boolean attribute responsive controls</p></li>\n<li><p>Fix: fixed controls tabs functionality</p></li>\n<li>Fix: fixed load more custom image bug</li>\n<li>Fix: fixed double load more in a page mishmash bug</li>\n<li>Fix: fixed all load more issues</li>\n</ul>\n\n<p>version 1.4.85 = 2021-10-13:</p>\n\n<p>-bug fix: small bug fix - headers sent bug</p>\n\n<p>version 1.4.84 = 2021-10-13:</p>\n\n<ul>\n<li>Feature: added taxonomy terms full query debug option</li>\n<li>Feature: improved full debug type in posts query</li>\n<li>Feature: added items support in editor->background switcher</li>\n<li>Feature: added support for remote controls</li>\n<li>Feature: functionality to posts load more</li>\n<li>Feature: added second condition</li>\n<li>Feature: added tabs functionality to attributes</li>\n<li>Addition: added %,px to slider units</li>\n<li>Fix: fixed avoid duplicates related bug</li>\n<li>Fix: fixed conflicting wordpress codemirror script</li>\n<li>Fix: fixed post selection values init from editor</li>\n<li>Fix: fixed pagination on front page</li>\n<li>Fix: fixed some polylang related bugs</li>\n</ul>\n\n<p>version 1.4.83 = 2021-09-22:</p>\n\n<ul>\n<li>Fix: fixed styles mishmash inside elementor editor navigator</li>\n<li>Fix: fixed dissapearing carousels after refresh bug</li>\n<li>Fix: fixed dynamic grid pagination not changed</li>\n</ul>\n\n<p>version 1.4.82 = 2021-09-20:</p>\n\n<ul>\n<li>Feature: added troubleshooting setting - show php error message</li>\n<li>Feature: added px, vh, % options for slider attribute</li>\n<li>Feature: added dynamic group attributes for galleries, including image and video</li>\n<li>Feature: added option to convert one date string to another with ucdate filter</li>\n<li>Feature: added option to use items in background widgets</li>\n<li>Feature: added ucfunc(\"set\") and ucfunc(\"get\") functions in twig for remember and retrieve variables</li>\n<li>Feature: added include by option: \"children of current term\" to category selection options</li>\n<li>Feature: added option to pull woo product variations in twig</li>\n<li>Feature: added placeholder: link_withprefix, link_noprefix for link attribute</li>\n<li>Fix: fixed error when exists dynamic link in dynamic loop widgets</li>\n<li>Fix: enabled pagination in a single type in dynamic template grid</li>\n<li>Fix: the \"not equal\" attributes condition now works</li>\n<li>Fix: fixed not editable empty dropdown attribute in widget editor</li>\n<li>Fix: fixed mb_string absence php bug</li>\n<li>Fix: fixed heading attribute label</li>\n<li>Fix: fixed responsive elementor controls in widget items</li>\n</ul>\n\n<p>version 1.4.81 = 2021-08-17:</p>\n\n<ul>\n<li>Feature: added json select (lottie) for image attribute type </li>\n<li>Feature: made option for ajax in widgets with post list attribute</li>\n<li>Feature: made the ajax pagination work with pagination widget</li>\n<li>Feature: added dynamic options for number and slider attribute types</li>\n<li>Feature: added new owl carousel sources in assets chooser</li>\n<li>Feature: added heading attribute</li>\n<li>Change: added more types of debug for pagination widget</li>\n<li>Change: changed widget icons chooser for elementor icon instead of font awesome icon</li>\n<li>Fix: fixed import with template button dissapear in the new bar</li>\n<li>Fix: fixed widgets icons</li>\n</ul>\n\n<p>version 1.4.80 = 2021-08-09:</p>\n\n<ul>\n<li>Feature: added option to change items section label</li>\n<li>Feature: added js snippet with code that works in elementor popup</li>\n<li>Feature: added option to add {current_user_id} keyword in post meta query</li>\n<li>Feature: added option for block label inside each attribute</li>\n<li>Feature: added heading text option for items section</li>\n<li>Feature: added extra fields to image base gallery options</li>\n<li>Feature: added php filter option for variable</li>\n<li>Feature: added twig functions \"get_post_term\" and \"is_post_has_term\". The examples visible when you click on item.posts.putPostTerm placeholder</li>\n<li>Fix: fixed some test widgets output relate bugs</li>\n<li>Fix: conditions settings was not affected typography controls</li>\n<li>Fix: fixed template dynamic background image didn\'t displayed bug in dynamic loops</li>\n<li>Change: added some instructions for api connectivity test in general settings - troubleshooting</li>\n</ul>\n\n<p>version 1.4.79 = 2021-07-13</p>\n\n<ul>\n<li>Fix: fixed scripts output in preview widget page</li>\n</ul>\n\n<p>version 1.4.78 = 2021-07-12</p>\n\n<ul>\n<li>Change: added birthday sale promotions</li>\n<li>Feature: added woo commerce products to dynamic loop items source</li>\n</ul>\n\n<p>version 1.4.77 = 2021-07-07</p>\n\n<ul>\n<li>Fix: fixd the is_ajax() error function from the admin area</li>\n</ul>\n\n<p>version 1.4.76 = 2021-07-07</p>\n\n<ul>\n<li>Feature: added option to show post last modified date</li>\n<li>Feature: added function: get_from_sql in widget editor that allow to pull any custom records from DB</li>\n<li>Feature: added function: run_code_once in widget editor, that allow to run the code only once. Good for many similar widgets on the same page</li>\n<li>Feature: added option for load widget js as module</li>\n<li>Fix: fixed no key_thumb field in images inside widget</li>\n<li>Fix: fixed no condition in image sizes widget setting</li>\n<li>Fix: fixed javascript based backgrounds</li>\n<li>Fix: fixed brocken svg icon on catalog widget box in some of the cases</li>\n<li>Fix: fixed collision with rankmath in ajax actions</li>\n<li>Change: added some max length for a widget category, now it\'s 60</li>\n</ul>\n\n<p>version 1.4.75 = 2021-06-21</p>\n\n<ul>\n<li>Feature: added category image to products list</li>\n<li>Feature: added option to include as module widget js include</li>\n<li>Feature: added option to write custom handle to widget js and css include</li>\n<li>Feature: added options - avoid duplicate posts to post query exclude</li>\n<li>Feature: added option to include or exclude posts by dynamic field to posts selection</li>\n<li>Feature: added option to include or exclude posts by logged in user, in posts selection</li>\n<li>Fix: fixed background widget condition functionality</li>\n<li>Fix: changed template picker to simple select2 list</li>\n</ul>\n\n<p>version 1.4.74 = 2021-06-02</p>\n\n<ul>\n<li>Feature: added function put_date_range to twig functions. good for events widgets</li>\n<li>Feature: added integration with google map</li>\n<li>Feature: added function: \"run_code_once\" for twig</li>\n<li>Feature: added grouped options for the gallery</li>\n<li>Feature: added option to get posts by date from custom ACF field</li>\n<li>Feature: added gallery settings options for dynamic settings attribute</li>\n<li>Feature: added pagination to dynamic loop</li>\n<li>Change: improved dynamic settings attribute</li>\n</ul>\n\n<p>version 1.4.73 = 2021-05-20</p>\n\n<ul>\n<li>Feature: added twig function: \"put_attributes_json\" that available in js tab in widget editor</li>\n<li>Feature: added constant - uc_inside_editor - for distinquish between editor and site front</li>\n<li>Feature: added multiple select attribute</li>\n<li>Feature: added listing attribute support</li>\n<li>Fix: fixed \"request too long\" message on a widget preview - shortened preview url</li>\n<li>Fix: fixed several bugs with condition field in widgets editor</li>\n<li>Fix: fixed hidden image size select on item attributes</li>\n<li>Fix: fixed acf group field output</li>\n<li>Fix: fixed elementor template in items, changed to specific function</li>\n</ul>\n\n<p>version 1.4.72 = 2021-05-02</p>\n\n<ul>\n<li>Feature: added rating stars helper placeholder for woocommerce</li>\n<li>Feature: added option to include js file after elementor-frontend</li>\n<li>Fix: fixed new typography deprecation message</li>\n</ul>\n\n<p>version 1.4.71 = 2021-04-22</p>\n\n<ul>\n<li>Feature: added option to take post id\'s from php function in post selection</li>\n<li>Feature: added option for get posts by meta field that located in current or different post</li>\n<li>Feature: added twig filter: wc_price for native price filtering</li>\n<li>Feature: added post terms titles to post data debug</li>\n<li>Change: added option for woocommerce categories in terms selection</li>\n<li>Fix: fixed price issues in woocommerce related grids</li>\n<li>Fix: fixed include and exclude terms mismatch with nested tax query</li>\n<li>Fix: fixed pagination on search pages</li>\n</ul>\n\n<p>version 1.4.70 = 2021-04-14</p>\n\n<ul>\n<li>Feature: added show widget data debug options</li>\n<li>Feature: added option for filter post by post meta</li>\n<li>Feature: added option for simple condition for attributes</li>\n<li>Feature: added integration with wordpress popular post plugin for most viewed posts selection</li>\n<li>Feature: added post list variables for data debug</li>\n<li>Feature: added image sizes selector for post list</li>\n<li>Feature: get thumbnailID from content in case that it\'s missing in post</li>\n<li>Fix: when bulk moving attribute it now always goes to general category</li>\n<li>Fix: fixed filter posts by status</li>\n<li>Fix: fixed instagram media albom</li>\n</ul>\n\n<p>version 1.4.69 = 2021-04-04</p>\n\n<ul>\n<li>Feature: added extra query debug options for custom post types selector</li>\n<li>Feature: added choose image size select option to image attribute</li>\n<li>Feature: added \"image_attributes\" placeholder for image output in widget editor</li>\n<li>Change: added default values select to hover animations attribute</li>\n<li>Change: changed button \"add to cart\" to \"select options\" for variable products in woocommerce list widgets</li>\n<li>Fix: fixed border radius attribute from width to radius</li>\n<li>Fix: added missing thumb sizes for image select</li>\n</ul>\n\n<p>version 1.4.68 = 2021-03-22</p>\n\n<ul>\n<li>Feature: added include recently viewed products in woocommerce</li>\n<li>Feature: added option for default max posts in post selector</li>\n<li>Feature: added attribute type: Border Dimensions</li>\n<li>Feature: added attribute type: CSS Filters</li>\n<li>Feature: added attribute type: Hover Animations</li>\n<li>Fix: removed max posts from archive type post query selection, because has no control over pagination.</li>\n<li>Fix: fixed bug when instagram video images didn\'t show up</li>\n</ul>\n\n<p>version 1.4.67 = 2021-03-12</p>\n\n<ul>\n<li>Feature: added api connectivity to troubleshooting section</li>\n<li>Feature: added options in terms selection fields</li>\n<li><p>Feature: added order by meta key for woo categories select</p></li>\n<li><p>Fix: fixed woo product price format for decimal prices</p></li>\n<li>Fix: fixed context menu cut from bottom inside the widgets manager</li>\n<li>Fix: fixed show item data in widgets items repeater</li>\n<li>Fix: fixed float to round in woocommerce discount percents</li>\n</ul>\n\n<p>version 1.4.66 = 2021-02-18</p>\n\n<ul>\n<li>Feature: added \"box shadow\" attribute type</li>\n<li>Feature: added url_posts and num_posts to users output</li>\n<li>Feature: added option for selector 2 and selector 3 in several attributes</li>\n<li>Feature: added copy / paste attributes sections in widget editor</li>\n<li>Feature: added option for get default object to getListingItemData function</li>\n<li>Feature: added support for wpml site language inside a widget</li>\n<li>Feature: added acf image and thumbnails widths and heights to placeholders list</li>\n<li>Fix: load js include file in editor even if no js code</li>\n<li>Fix: fixed some php notice with exclude terms posts selection</li>\n<li>Fix: fixed small bug in getListingItemData function with no object returned</li>\n<li>Fix: fixed post selection manual select no posts shown at init</li>\n<li>Fix: fixed bug when private posts not fetched on manual posts selection</li>\n<li>Change: updated codemirror to latest version, added code search feature</li>\n<li>Change: updated freemius sdk to 2.4.2</li>\n</ul>\n\n<p>version 1.4.65 = 2021-02-03</p>\n\n<ul>\n<li>Feature: added option to fetch custom meta fields in users list</li>\n<li>Feature: added function to twig: getByPHPFunction()</li>\n<li>Feature: added function to twig: getUserMeta()</li>\n<li>Feature: added function to twig: getListingItemData() - working inside any plugin listing</li>\n<li>Fix: fixed php sanitize array bug</li>\n<li>Fix: fixed post type in related posts post selection</li>\n</ul>\n\n<p>version 1.4.64 = 2021-02-02</p>\n\n<ul>\n<li>Change: moved \"edit widget html\" button to advanced section in general tab</li>\n<li>Feature: added option to exclude products on sale in products query section in widget settings</li>\n<li>Feature: added option to exclude specific posts in post selection widget settings</li>\n<li>Feature: added woocommerce related products select in post selection</li>\n<li>Feature: added include/exclude posts by author in widget posts selection</li>\n<li>Feature: added include/exclude posts by date in widget posts selection</li>\n<li>Feature: added date/time picker to widget attributes types</li>\n<li>Feature: added post status to widget posts selection</li>\n<li>Feature: added offset setting to widget posts selection</li>\n<li>Feature: added author url and author post count to users fields</li>\n<li>Feature: added max number of users to user selection attribute</li>\n<li>Feature: added \"elementor template\" attribute</li>\n<li>Fix: fixed small php bug in post selection control</li>\n<li>Fix: fixed js bug in items repeater</li>\n<li>Fix: fixed exclude role not worked in user selection attribute</li>\n<li>Fix: fixed get products on sale selection with variations</li>\n</ul>\n\n<p>version 1.4.63 = 2021-01-26</p>\n\n<ul>\n<li>Feature: added acf link array and attributes</li>\n<li>Feature: added ordering features to post selection related and manual</li>\n<li>Feature: added option for showing only sticky posts</li>\n<li>Feature: added exclude by term setting in widget post selection</li>\n<li>Change: moved debug data from advaned to general folder in elementor widget settings</li>\n<li>Fix: fixed woo commerce prices number format</li>\n<li>Fix: fixed refresh posts on \"post query\" section open in widget post settings</li>\n<li>Fix: fixed manual posts selection default order</li>\n</ul>\n\n<p>version 1.4.62 = 2021-01-21</p>\n\n<ul>\n<li>Feature: added text shadow field</li>\n<li>Feature: added \"manual selection\" in posts query</li>\n<li>Feature: added compatability tag</li>\n<li>Fix: fixed image size thumb name with \"-\" sign inside</li>\n<li>Fix: fixed some php warning related to array to string conversion, happening in php 8</li>\n<li>Change: show woo commerce placeholders if selected \"for woocommerce products\" checkbox in post list attribute</li>\n<li>Change: improved woo category output placeholder help, added getTermCustomFields function</li>\n</ul>\n\n<p>version 1.4.61 = 2021-01-14</p>\n\n<ul>\n<li>Feature: added max posts and order by options to current query posts selection</li>\n<li>Feature: added manual selection for woocommerce categories select</li>\n<li>Feature: added selector and responsive to drop down attribute in widget builder</li>\n<li>Change: changed buy pro version link from the catalog widgets to inside of the plugin</li>\n<li>Fix: fixed adding widgets to a db table that is not auto incriment</li>\n<li>Fix: fixed svg preview from widget builder interface</li>\n<li>Fix: fixed manual memory check when registering widgets</li>\n</ul>\n\n<p>version 1.4.60 = 2020-12-30</p>\n\n<ul>\n<li>Feature: added option for third party integration for woocommerce grid</li>\n<li>Feature: added integration for \"advanced labels for woocommerce\" plugin</li>\n<li>Feature: added view file button in assets manager</li>\n<li>Feature: added svg icon option together with font icon for elementor panel widget box</li>\n<li>Feature: added preview image on mouseover inside elementor panel widget box</li>\n<li><p>Feature: added option for disabling \"edit widget html\" from widget settings</p></li>\n<li><p>Fix: fixed empty settings when there are gallery item setting only</p></li>\n<li>Fix: added \"no settings\" heading in case that no attributes in the widget</li>\n<li>Fix: fixed some php warnings for php 8.0</li>\n</ul>\n\n<p>version 1.4.59 = 2020-12-17</p>\n\n<ul>\n<li>Fix: fixed import template redirect</li>\n<li>Feature: added option to include sticky posts for post query</li>\n<li>Feature: added post pagination for single page</li>\n<li>Feature: added number of items for instagram widget</li>\n<li>Feature: added background image to background attribute</li>\n</ul>\n\n<p>version 1.4.58 - 2020-12-07</p>\n\n<ul>\n<li>Feature: make the plugin translatable for wordpress.org</li>\n</ul>\n\n<p>version 1.4.57 - 2020-12-07</p>\n\n<ul>\n<li>Feature: done post pagination widget for archive posts</li>\n<li>Feature: added option to truncate the post list</li>\n<li>Fix: fixed show debug query on current post query</li>\n</ul>\n\n<p>version 1.4.56 - 2020-11-30</p>\n\n<ul>\n<li>Update: relesed cyber monday deal admin notice</li>\n</ul>\n\n<p>version 1.4.55 - 2020-11-26</p>\n\n<ul>\n<li>Feature: added option to sort by sale price</li>\n<li>Feature: added option to debug query</li>\n<li>Feature: added option debug widget data</li>\n<li>Feature: added option to filter posts with child categories</li>\n<li><p>Feature: added option to include only products on sale</p></li>\n<li><p>Fix: fixed no widget shown in some cases</p></li>\n<li>Fix: fixed woocommerce prices placeholders prefix</li>\n</ul>\n\n<p>version 1.4.54 - 2020-11-13 =</p>\n\n<ul>\n<li>Update: updated freemius sdk to newest version</li>\n<li>Fix: fixed comma saparated selector</li>\n</ul>\n\n<p>version 1.4.53 - 2020-11-09 =</p>\n\n<ul>\n<li>Feature: added background widgets and section backgrounds</li>\n<li>Change: removed global colors from template export</li>\n<li>Fix: fixed bug with regular and sale price in woocommerce</li>\n</ul>\n\n<p>version 1.4.52 - 2020-11-06 =</p>\n\n<p>Fix: fixed bug with regular and sale price in woocommerce</p>\n\n<p>version 1.4.51 - 2020-11-04 =</p>\n\n<ul>\n<li>Feature: added svg output in icon library attribute</li>\n<li>Feature: added woocommerce checkbox to post list</li>\n<li>Feature: added product out of stock filter for product selection</li>\n<li>Feature: added discount_percent field in post list attribute woocommerce product type</li>\n<li>Feature: added woocommerce post list order by price option</li>\n<li>Fix: fixed woocommerce category in post list attribute</li>\n</ul>\n\n<p>version 1.4.50 - 2020-10-21 =</p>\n\n<ul>\n<li>Fix: removed display errors setting</li>\n</ul>\n\n<p>version 1.4.49 - 2020-10-12 =</p>\n\n<ul>\n<li>Fix: fixed small bug with non existing controls</li>\n<li>Fix: fixed general settings error when turning off plugin</li>\n</ul>\n\n<p>version 1.4.48 - 2020-10-12 =</p>\n\n<p>*Feature: added border attribute\n*Fix: page break in some versions of elementor\n*Fix: fixed bulk move attributes with categories\n*Fix: fixed default items image field not match</p>\n\n<p>version 1.4.47 - 2020-10-08 =</p>\n\n<ul>\n<li>Update: remove russian translation</li>\n<li>Feature: added function: get_items for twig</li>\n<li>Fix: fixed switch content and style tab</li>\n<li>Fix: fixed slider control tablet/mobile default value</li>\n<li>Fix: fixed non ordered widget categories</li>\n</ul>\n\n<p>version 1.4.46 - 2020-10-04 =</p>\n\n<ul>\n<li>Feature: added function put_items_json for js items output</li>\n<li>Fix: returned widgets from uncategorized category</li>\n</ul>\n\n<p>version 1.4.45 - 2020-10-04 =</p>\n\n<ul>\n<li>Fix: fixed template import with custom widgets</li>\n</ul>\n\n<p>version 1.4.44 - 2020-10-03 =</p>\n\n<ul>\n<li>Feature: added flexible content type attribute</li>\n<li>Optimize: reduced the number of db queries, dramatically increased load speed</li>\n</ul>\n\n<p>version 1.4.43 - 2020-09-22 =</p>\n\n<ul>\n<li>Feature: added option to group attributes into sections</li>\n<li>Feature: done instagram access token auto renew</li>\n<li>Feature: added \"selector\" to color picker attribute</li>\n<li>Fix: improved consolidate widgets option protection</li>\n<li>Fix: fixed select default widget images</li>\n<li>Fix: fixed default items in gallery item (image base fields)</li>\n<li>Fix: fixed image display in default item selector</li>\n<li>Fix: global colors was absent from color selection</li>\n</ul>\n\n<p>version 1.4.42 - 2020-08-06 =</p>\n\n<ul>\n<li>Feature: added option to get grouped woocomerce products</li>\n<li>Feature: added instagram connect to official API</li>\n<li>Feature: added function: getUserData(), added into \"twig code examples\" panel</li>\n<li>Feature: added \"printVar\" and \"showDebug\" functions \"twig code examples\" panel</li>\n<li>Feature: done \"login with instagram\" in general settings, and get data from instgram API</li>\n<li>Fix: sorted \"overwrite widgets\" issue on import</li>\n<li>Fix: fixed dropdown attribute when work with html data</li>\n</ul>\n\n<p>version 1.4.41 - 2020-06-18 =</p>\n\n<ul>\n<li>Feature: added additional controls to \"number\" attribute</li>\n<li>Feature: added \"exclude uncategorized category\" to woocommerce categories select </li>\n<li>Feature: added responsive controls to slider attribute</li>\n<li>Fix: fixed template type variable issues in elementor integration</li>\n<li>Fix: show pagination only when \"current query\" is available</li>\n<li>Fix: fixed select2 field min width in posts query</li>\n</ul>\n\n<p>version 1.4.40 - 2020-06-10 =</p>\n\n<ul>\n<li>Change: hided \"consolidate widgets\" general setting</li>\n<li>Feature: added \"show/hide wrapping html comments\" to general settings</li>\n<li>Fix: fixed export template filename</li>\n</ul>\n\n<p>version 1.4.39 - 2020-06-02 =</p>\n\n<ul>\n<li>Fix: fixed save widgets from editor with large config limitation.</li>\n<li>Fix: fixed export template with page settings bug.</li>\n<li>Fix: removed extra fields from items editor, leaved only supported fields</li>\n<li>Change: updated freemius SDK to latest version</li>\n</ul>\n\n<p>version 1.4.36 - 2020-05-21 =</p>\n\n<ul>\n<li>Feature: added support for pods panda repeater</li>\n<li>Fix: done some solution for max_execution_time issues when installing template</li>\n<li>Fix: fixed rtl on templates dialog popup</li>\n<li>Fix: corrected the naming near the \"number\" field</li>\n<li>Fix: cleared \"twig\" library from some not needed files.</li>\n<li>Change: removed \"image view\" file from framework.</li>\n</ul>\n\n<p>version 1.4.35 - 2020-05-11 =</p>\n\n<ul>\n<li>Feature: added term custom fields support</li>\n<li>Feature: added term meta fields support</li>\n<li>Change: moved composer vendor folder to plugin root</li>\n<li>Change: fixed empty templates list bug when \"show only installed widget\" checkbox checked</li>\n<li>Fix: sorted out some of the templates import bugs</li>\n</ul>\n\n<p>version 1.4.34 - 2020-05-06 =</p>\n\n<ul>\n<li>Fix: removed category ations from templates section</li>\n<li>Fix: show \"putPostMeta\" function even if no example post available</li>\n<li>Fix: fixed finally all the DB not installed issues on elementor and admin pages</li>\n</ul>\n\n<p>version 1.4.33 - 2020-05-03 =</p>\n\n<ul>\n<li>Fix: fixed double twig collision by another plugin</li>\n</ul>\n\n<p>version 1.4.32 - 2020-05-02 =</p>\n\n<ul>\n<li>Update: updated to newest twig 1.x version</li>\n<li>Fix: fixed no space between placeholders in php 7.4 bug</li>\n</ul>\n\n<p>version 1.4.31 - 2020-04-26 =</p>\n\n<p>*Fix: fixed dissapearing widget issue</p>\n\n<p>version 1.4.30 - 2020-04-23 =</p>\n\n<ul>\n<li>Fix: fixed couple of bugs related to templates</li>\n</ul>\n\n<p>version 1.4.29 - 2020-04-22 =</p>\n\n<ul>\n<li>Feature: released the templates catalog</li>\n</ul>\n\n<p>version 1.4.28 - 2020-04-10 =</p>\n\n<ul>\n<li>Feature: added woocommerce categories field</li>\n<li>Fix: fixed export / import with images feature</li>\n<li>Fug: fixed error message on front on some cases when the db tables not installed yet.</li>\n</ul>\n\n<p>version 1.4.27 - 2020-04-01 =</p>\n\n<p>Fix: fixed widget default icon in manager\nFeature: added \"getPostMeta, putPostMeta, printPostMeta\" functions\nFeature: added \"getPostData\" function for acf related posts, that get\'s all the data from the related post including custom fields</p>\n\n<p>version 1.4.26 - 2020-03-28 =</p>\n\n<ul>\n<li>Change: changed to new api address</li>\n<li>Fix: fixed links not included bug in theme builder posts</li>\n<li>Fix: fixed link to buy pro version</li>\n<li>Fix: fixed free version remain activated bug</li>\n<li>Fix: simpleXML validation made the site down</li>\n</ul>\n\n<p>version 1.4.25 - 2020-03-09 =</p>\n\n<ul>\n<li>Feature: added \"responsive controls\" to margin and padding setting</li>\n<li>Feature: made \"refresh catalog\" button</li>\n<li>Feature: added \"num_items\" variable to the widget editor</li>\n<li>Change: removed the \"default fonts\" from widget defaults screen</li>\n<li>Fix: fixed some php bug in \"implode\" function</li>\n<li>Fix: fixed posts from sub categories in post list</li>\n</ul>\n\n<p>version 1.4.24 - 2020-02-14 =</p>\n\n<ul>\n<li>Feature: made \"export with images\" option in templates</li>\n<li>Fix: fixed import category widgets</li>\n<li>Fix: fixed icon html output placeholder</li>\n</ul>\n\n<p>version 1.4.23 - 2020-02-02 =</p>\n\n<ul>\n<li>Feature: improved the slider attribute</li>\n<li>Feature: added \"menu\" attribute</li>\n</ul>\n\n<p>version 1.4.22 - 2020-01-28 =</p>\n\n<ul>\n<li>Feature: added woo currency symbol</li>\n<li>Feature: added woo add to cart button</li>\n<li>Feature: added slider attribute</li>\n<li>Widget: logo grid</li>\n<li>Widget: logo carousel</li>\n<li>Widget: logo marquee</li>\n<li>Widget: image tooltip</li>\n<li>Widget: content toggle</li>\n<li>Widget: circle number</li>\n<li>Widget: post list</li>\n</ul>\n\n<p>version 1.4.21 - 2020-01-22 =</p>\n\n<ul>\n<li>Feature: added users attribute</li>\n<li>Feature: done multiple post type selector</li>\n<li>Feature: added background attribute</li>\n<li>Feature: added icon library html output</li>\n<li>Feature: added woo commerce support in posts list</li>\n<li>Bug fix: fixed icons not shown bug in widget settings</li>\n</ul>\n\n<p>version 1.4.20 - 2020-01-15 =</p>\n\n<ul>\n<li>Bug fix: fixed font awesome icon output</li>\n<li>Bug fix: fixed instagram not loading bug</li>\n<li>Change: updated font awesome css version</li>\n<li>Change: changed the way that instagram was loaded on the page</li>\n</ul>\n\n<p>version 1.4.19 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added filter by slug to terms attribute</li>\n<li>Feature: changed repeater items titles to the ones from \"title\" field instead of \"Item1\", \"Item2\" etc.</li>\n<li>Feature: added automated styling for date field, added \"ucdate\" filter for that.</li>\n<li>Feature: done functionality for display post author</li>\n<li>Change: changed the font awesome attribute to fa5</li>\n<li>Change: added strip html tags from truncate function</li>\n</ul>\n\n<p>version 1.4.18 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added all image sizes to posts</li>\n<li>Feature: added \"putPostTerms\" function to posts</li>\n<li>Feature: added wpautop filter to twig</li>\n<li>Feature: added option for custom twig PHP functinoality for PRO version</li>\n<li>Feature: hide \"edit widget html\" button for user that don\'t have capability to see the plugin </li>\n<li>Feature: added wpml compatablity</li>\n<li>Feature: added related posts in posts list</li>\n<li>Feature: added padding and margin controls (pro)</li>\n<li>Bug Fix: fixed pagination output</li>\n</ul>\n\n<p>version 1.4.17 - 2019-12-12 =</p>\n\n<ul>\n<li>Change: changed to more flexible catalog api</li>\n</ul>\n\n<p>version 1.4.16 - 2019-08-12 =</p>\n\n<ul>\n<li>Feature: added post query relation (and, or) chooser</li>\n<li>Change: update to freemius sdk 2.3.1</li>\n<li>Feature: added \"trancate\" filter</li>\n<li>Fix: fixed editor permissions PHP Error</li>\n</ul>\n\n<p>version 1.4.15 - 2019-19-11 =</p>\n\n<ul>\n<li>Change: remove the old deprecated codecanyon activation</li>\n<li>Fix: fixed bug when both plugins are installed together</li>\n<li>Fix: fixed empty widget content when put a lot of content in the widget html/js</li>\n<li>Feature: added option for fonts for post list for intro and content</li>\n<li>Feature: added custom filter query ID in posts list query (pro)</li>\n<li>Feature: added labels to typography fields</li>\n<li>Feature: added description option for elementor controls</li>\n<li>Feature: added option to add help links to widgets from the widget editor</li>\n</ul>\n\n<p>version 1.4.14 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed js not included bug</li>\n</ul>\n\n<p>version 1.4.13 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed terms attribute selector bugs in elementor</li>\n<li>Fix: fixed post selection was not showing post types without taxonomies</li>\n<li>Fix: fixed rtl visibility issues in admin</li>\n</ul>\n\n<p>version 1.4.12 - 2019-15-10 =</p>\n\n<ul>\n<li>Feature: added exclude posts by current post</li>\n<li>Feature: added post category addition custom taxonomy support</li>\n<li>Fix: fixed some bug in post list selector elementor</li>\n</ul>\n\n<p>version 1.4.11 - 2019-07-10 =</p>\n\n<p>*Feature: added link param html attributes placeholder\n*Feature: added category link to post list params\n*Fix: fixed post list category not displayed bug</p>\n\n<p>version 1.4.10 - 2019-28-9 =</p>\n\n<p>-bug fix: added some front end protection against db not installed bug\n* Feature(pro): added do_action for custom wp actions run\n* Feature(pro): added apply_filters for custom wp actions run\n-bug fix: fixed export widget with assets path\n-change: added instructions to download pro version.</p>\n\n<h4>1.4.7 - 2019-18-9</h4>\n\n<p>*Fix: fixed post category selection in post list</p>\n\n<h4>1.4.6 - 2019-18-9</h4>\n\n<p>*Fix: fixed dynamic items in repeater</p>\n\n<h4>1.4.6 - 2019-11-9</h4>\n\n<p>*Fix: fixed admin body class external\n*Feature: make support for post categories list\n*Feature(pro) - made taxonomies list attribute\n*Fix: fixed current posts fetch in archive type</p>\n\n<h4>1.4.5 - 2019-19-8</h4>\n\n<p>*Change: improved widgets manager design</p>\n\n<h4>1.4.3 - 2019-25-7</h4>\n\n<p>*Change: updated the activation link from plugins\n*Change: small UI improvements</p>\n\n<h4>1.4.2 - 2019-24-7</h4>\n\n<p>*Feature: add post category to dynamic fields\n*Feature: added toolset integration</p>\n\n<h4>1.4.1 - 2019-8-7</h4>\n\n<p>*Feature: added search widget\n*Feature: the plugin is now fully translatable, added russian translation</p>\n\n<h4>1.4 - 2019-8-7</h4>\n\n<p>*Change: moved to new payment system (freemius), changed pricing plans</p>\n\n<h4>1.3.39 - 2019-2-7</h4>\n\n<p>*Feature: add alt tags to image attribute\n*Feature: add automatic name from title on add attribute\n*Feature: redesign categories</p>\n\n<p>*Fix: removed autop filter change code from front end\n*Fix: allow to import widget when stand on category from catalog\n*Fix: fixed instagram widgets typography bug</p>\n\n<h4>1.3.38 - 2019-30-6</h4>\n\n<p>*Feature: added code examples / js snippets\n*Feature: added widget preview</p>\n\n<h4>1.3.37 - 2019-23-6</h4>\n\n<p>*Feature: add support for archive pages\n*Feature: added archive pages pagination\n*Change: changed fonts design controls</p>\n\n<h4>1.3.36 - 2019-20-6</h4>\n\n<p>*Fix: fixed multiple similar js includes in one page</p>\n\n<h4>1.3.35 - 2019-20-6</h4>\n\n<p>*Feature: add support for acf gallery field</p>\n\n<h4>1.3.34 - 2019-13-6</h4>\n\n<ul>\n<li>Feature: improved the post list filtering and ordering</li>\n</ul>\n\n<h4>1.3.33 - 2019-12-6</h4>\n\n<ul>\n<li>Feature: added ordering posts by meta value</li>\n<li>Fix: fixed site crash by db error</li>\n</ul>\n\n<h4>1.3.32 - 2019-11-6</h4>\n\n<ul>\n<li>Fix: fixed pods together with acf fileds</li>\n<li>Fix: added all categories to post list</li>\n</ul>\n\n<h4>1.3.31 - 2019-10-6</h4>\n\n<ul>\n<li>Feature: added link attribute</li>\n</ul>\n\n<h4>1.3.30 - 2019-06-6</h4>\n\n<ul>\n<li>Feature: made PODS integration</li>\n</ul>\n\n<h4>1.3.29 - 2019-06-5</h4>\n\n<ul>\n<li>Feature: added set widget icon functionality, with presence in catalog</li>\n<li>Feature: added preview widget button from the catalog</li>\n</ul>\n\n<h4>1.3.28 - 2019-06-3</h4>\n\n<ul>\n<li>Feature: made plugin translatable</li>\n</ul>\n\n<h4>1.3.27 - 2019-06-2</h4>\n\n<ul>\n<li>Fix: fixed font override attribute bug</li>\n</ul>\n\n<h4>1.3.26 - 2019-05-30</h4>\n\n<ul>\n<li>Feature: added typography attribute</li>\n</ul>\n\n<h4>1.3.25 - 2019-05-29</h4>\n\n<ul>\n<li>Tweak: added support for dynamic params in image field</li>\n</ul>\n\n<h4>1.3.24 - 2019-05-29</h4>\n\n<ul>\n<li>Fix: Fix dynamic field</li>\n<li>Tweak: Added message when adding an empty repeater from custom fields</li>\n</ul>\n\n<h4>1.3.23 - 2019-05-01</h4>\n\n<ul>\n<li>Feature: Added dynamic fields to all text controls</li>\n<li>Feature: Added \"edit html\" button to all widgets</li>\n<li>Fix: Fixed consolidated addons render bugs</li>\n</ul>\n\n<h4>1.3.22 - 2019-04-25</h4>\n\n<ul>\n<li>Feature: Made all acf fields integration including the pro like repeater and clone</li>\n</ul>\n\n<h4>1.3.21 - 2019-04-20</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.20 - 2019-04-15</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.19 - 2019-04-10</h4>\n\n<ul>\n<li>Feature: Done all acf fields</li>\n</ul>\n\n<h4>1.3.18 - 2019-04-05</h4>\n\n<ul>\n<li>Change: Update post child vars when change post</li>\n</ul>\n\n<h4>1.3.17 - 2019-04-01</h4>\n\n<ul>\n<li>Change: Add dynamic fields to addon editor</li>\n</ul>\n\n<h4>1.3.16 - 2019-03-30</h4>\n\n<ul>\n<li>Fix: Fixed the switchers </li>\n<li>Fix: Fixed the upload file</li>\n<li>Fix: Fixed checkbox in assets tab</li>\n</ul>\n\n<h4>1.3.15 - 2019-03-25</h4>\n\n<ul>\n<li>Fix: Fixed visual bugs</li>\n<li>Fix: Fixed radio boolean attribute (switcher)</li>\n</ul>\n\n<h4>1.3.14 - 2019-03-20</h4>\n\n<ul>\n<li>Fix: Fixed addon assets tab bugs</li>\n</ul>\n\n<h4>1.3.13 - 2019-03-15</h4>\n\n<ul>\n<li>Feature: Done export/import template with addons</li>\n</ul>\n\n<h4>1.3.12 - 2019-03-10</h4>\n\n<ul>\n<li>Feature: Added fedback on deactivate</li>\n</ul>\n\n<h4>1.3.11 - 2019-03-05</h4>\n\n<ul>\n<li>Fix: Fixed export import layout stuff</li>\n</ul>\n\n<h4>1.3.10 - 2019-03-01</h4>\n\n<ul>\n<li>Fix: Fixed assets tab issues</li>\n<li>Fix: Fixed post to articles category rename on install</li>\n</ul>\n\n<h4>1.3.09 - 2019-02-28</h4>\n\n<ul>\n<li>Fix: Fixed test addon jquery include</li>\n<li>Change: Added purchase link to license page</li>\n</ul>\n\n<h4>1.3.08 - 2019-02-25</h4>\n\n<ul>\n<li>Fix: Fixed settings text output</li>\n</ul>\n\n<h4>1.3.07 - 2019-02-20</h4>\n\n<ul>\n<li>Fix: Fixed font manager bug</li>\n</ul>\n\n<h4>1.3.06 - 2019-02-15</h4>\n\n<ul>\n<li>Fix: Fixed taxonomy issues</li>\n</ul>\n\n<h4>1.3.05 - 2019-02-10</h4>\n\n<ul>\n<li>Fix: Fixed add addon functionality</li>\n</ul>\n\n<h4>1.3.04 - 2019-02-05</h4>\n\n<ul>\n<li>Improvment: Improved post types category selection</li>\n</ul>\n\n<h4>1.3.03 - 2019-02-01</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.02 - 2019-01-30</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.01 - 2019-01-25</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.2.01 - 2019-01-20</h4>\n\n<ul>\n<li>Fix: Fixed js in editor when addins widget</li>\n</ul>\n\n<h4>1.2.00 - 2019-01-15</h4>\n\n<ul>\n<li>Feature: Pro version with a catalog</li>\n</ul>\n\n<h4>1.0.11 - 2019-01-10</h4>\n\n<ul>\n<li>Fix: Fixed some wordpress galleries related bug</li>\n</ul>\n\n<h4>1.0.10 - 2019-01-05</h4>\n\n<ul>\n<li>Fix: Fixed export category</li>\n</ul>\n\n<h4>1.0.09 - 2019-01-01</h4>\n\n<ul>\n<li>Change: Made global setting for consolidata addons or not</li>\n<li>Change: Updated some memory text in general settings</li>\n</ul>\n\n<h4>1.0.08 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed all notices related bugs</li>\n</ul>\n\n<h4>1.0.07 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed with default data types</li>\n</ul>\n\n<h4>1.0.06 - 2018-12-25</h4>\n\n<ul>\n<li>Fix: Fixed js includes consolidated</li>\n</ul>\n\n<h4>1.0.05 - 2018-12-20</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.04 - 2018-12-15</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.03 - 2018-12-10</h4>\n\n<ul>\n<li>Fix: Fixed empty category issues</li>\n</ul>\n\n<h4>1.0.02 - 2018-12-05</h4>\n\n<ul>\n<li>Fix: Fixed bug with some unit values in render output</li>\n</ul>\n\n<h4>1.0.00 - 2018-12-01</h4>\n\n<ul>\n<li>Release: First plugin release</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:7:\"1.5.112\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/74364.zip?is_premium=true&authorization=FSLA+14440533%3Ank3s4TmBQ-rRNEOvuzTJQxPgj47VgVYUrB-UmihyMZSZP0EnoIq2bMXn5S8H86Y8LTvIUDcd_EiTic3cX83eGcJMbNGynKMlKQahAd8_heMbxmyfAV1QE0kvWX0wXrmyOpwCJU8bkaoE1V7Fyhee8FDkqN_mMWSJo8a3ZyScvN_BC3tzZcMHTwTJp85V9G97kvnNqLQKGU7GuNrDLbcapkkbwuCA7ZbVF4vmkw8LHv0BwY9M6PB2LcVn0ihX7lOLCMI0x3GjiK02p756ujpaWw\";}}s:7:\"created\";i:1719989590;s:9:\"timestamp\";i:1719993190;}s:92:\"get:/v1/installs/14440533/updates/latest.json?is_premium=true&newer_than=1.5.112&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:7:\"1.5.113\";s:11:\"sdk_version\";s:5:\"2.7.2\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:5:\"6.5.3\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:36602;s:2:\"id\";s:5:\"74525\";s:7:\"created\";s:19:\"2024-07-04 09:40:35\";s:7:\"updated\";s:19:\"2024-07-05 08:31:42\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/74525.zip?is_premium=true&authorization=FSLA+14440533%3AyIfm3rVfMof9rXlKF95BNOJen7nVuUC1SEedIDkGB4k65-ch0bFFPnEh5SBBNDtqqvN_nWqr1J1xCmgD8_ADyFrtlbpkwdhL6IuzQWU1RaMsdX3CgVoMddpbys2WyY7AAOIiPihMbmstoBHJm9oZJvlNHY_l8KyFJMBeWAjK-64MCtQu0Ar74e9TaeZFcdpeDDrSwEfRHvu5Dq9IUIcMmkMQQM9QULClXOt20zImhNOkQvMhPoV4lectvoMtkH1oiUHaWZSPf6-WwH22yNEHvw\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:66:\"Unlimited Elements For Elementor (Free Widgets, Addons, Templates)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"tags\";O:8:\"stdClass\":6:{s:9:\"elementor\";s:9:\"elementor\";s:8:\"elements\";s:8:\"elements\";s:6:\"addons\";s:6:\"addons\";s:16:\"elementor addons\";s:16:\"elementor addons\";s:16:\"elementor widget\";s:16:\"elementor widget\";s:12:\"page builder\";s:12:\"page builder\";}s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";N;s:6:\"tested\";s:5:\"6.5.3\";s:10:\"stable_tag\";s:3:\"1.0\";s:8:\"sections\";O:8:\"stdClass\":4:{s:11:\"description\";s:6713:\"<p><strong>Elementor</strong> users, elevate your web design experience with <strong>Unlimited Elements for Elementor</strong>. An all in one plugin that instantly gives you the most advanced widgets and tools to make better Elementor websites faster. Take your WordPress website to the next level.</p>\n\n<p><a href=\"https://unlimited-elements.com/elementor-widgets/\">View Elementor Widgets Demos</a>\n<br>\nBrowse our extensive collection of free widgets or upgrade to our pro version for access to over 200 additional unique drag and drop widgets for <strong>Elementor</strong>. Each widget provides a wide range of options to easily control every aspect. If you can\'t find what you need, our <strong>Widget Creator</strong> Framework empowers you to create any widget you can imagine.</p>\n\n<h3>Plugin Features</h3>\n\n<ul>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Widget Library</strong></a> Enhance the popular Elementor page builder with our user-friendly and innovative widget library. Simplify your website by finding everything you need in one place, without the need for multiple plugins.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/widget-creator/\"><strong>Widget Creator</strong></a> Save valuable time by eliminating the need to search for numerous plugins and add-ons. Instead, create customized, professional widgets that perfectly align with your website requirements.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-templates/\"><strong>Elementor Templates</strong></a> Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/loop-builder-for-elementor/\"><strong>Loop Builder</strong></a> Easily create dynamic Loop Items within the Elementor Theme Builder by utilizing any loop widget layout of your preference. Effortlessly populate the chosen widget with dynamic content to craft versatile and engaging Loop Items.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/background-widgets-for-elementor/\"><strong>Background Widgets</strong></a> Elevate your web designs instantly with our user-friendly animated backgrounds available in our extensive widget library. Experience seamless integration and unleash your creativity like never before.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/post-widgets-filters-tools/\"><strong>Post Widgets & Filters</strong></a> Easily create stunning post layouts with real-time filters. Improve the browsing experience for website visitors by helping them find the content they\'re looking for. Effortlessly display posts using advanced criteria on your entire website.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/woo/\"><strong>WooCommerce Widgets & Filters</strong></a> Create stunning product layouts with dynamic real-time filters. Showcase your products and categories in a wide array of interactive formats, such as grids, carousels, sliders, and more.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/remote-control-widgets/\"><strong>Woo Widgets & Filters</strong></a> Unleash your creativity with advanced and customizable layouts. Take full control of your designs and make them truly unique using the remote controls. Stand out from the crowd with layouts that are both eye-catching and distinctive.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/sync-widgets/\"><strong>Sync Between Widgets</strong></a> Elevate your web designs to new heights by seamlessly synchronizing multiple item-based widgets. This powerful feature empowers you to effortlessly create intricate and personalized layouts, taking your designs to the next level of sophistication.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source-galleries/\"><strong>Multi-Source Galleries</strong></a> Empower your gallery showcase by effortlessly featuring Woo products, WordPress posts, Instagram feeds, and a variety of other sources, including various API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/live-copy-paste/\"><strong>Live Copy Paste</strong></a> Copy and paste fully designed sections from the Unlimited Elements website directly to your website, saving you time and ensuring you can finish your web project as soon as possible.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-menu-widget-for-elementor/\"><strong>Mega Menu Builder</strong></a> Easily craft a distinctive Mega Menu for your website navigation by incorporating images, icons, links, and various Elementor widgets into unique menu layouts.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-slider-widget-for-elementor/\"><strong>Mega Slider Builder</strong></a> Easily turn any Elementor sections into slider slides. Now you can amaze your website visitors with jaw-dropping slider designs that look amazing on any device.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source/\"><strong>Multi-Source Widgets</strong></a> Add content dynamically to item-based widgets effortlessly with support for ACF repeaters, JSON/CSV files, Woo Products, WordPress posts, users, menus, and a range of API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/dynamic-post-popup-widget-for-elementor/\"><strong>Dynamic Popup Builder</strong></a> Dynamically create a popup to add a quick view of the post without leaving the page. Use an Elementor single post template to create the layout of the dynamic popup.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/form-builder/\"><strong>Elementor Form Builder</strong></a> Build advanced forms effortlessly using the drag-and-drop form builder. Whether it’s a simple or complex form, our straightforward form widgets make it quick and easy to create forms, improving your workflow.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/calculators/\"><strong>Calculator Builder</strong></a> Easily design professional calculators for any type of industry. Whether you need a loan calculator, mortgage calculator or business calculator, our powerful and intuitive drag and drop builder makes it easy to create complex calculators with ease.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/filters/\"><strong>Elementor Filter Widgets</strong></a> Unlock the potential of the AJAX-based faceted filter system, seamlessly empowering you to craft diverse layouts with ease. Take control by applying multiple filters, ensuring a super-fast and dynamic filtering experience tailored to your website needs.</p></li>\n</ul>\";s:12:\"installation\";s:521:\"<p>Note : This plugin works with Elementor. Make sure you have <a href=\"https://wordpress.org/plugins/elementor/\">Elementor</a> installed.</p>\n\n<ol>\n<li>Upload the plugin folder to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress</li>\n<li>Navigate to Unlimited Elements in the WordPress side menu and install the widget you want by hovering over it and clicking install.</li>\n</ol>\";s:3:\"faq\";s:4218:\"<h4>Can I use the plugin without Elementor?</h4>\n\n<p>No. You cannot use the plugin without Elementor since it\'s an addon for Elementor.</p>\n\n<h4>Does the plugin work with any theme?</h4>\n\n<p>Absolutely! The plugin will work with any theme where Elementor works.</p>\n\n<h4>What if I update to the Premium version after using the Free version?</h4>\n\n<p>Your existing elements/content will work with the premium version. So you won’t lose your any of your hard work.</p>\n\n<h4>Can I get a refund?</h4>\n\n<p>If you are not happy with your purchase at anytime just contact us and we will refund 100% of your money no questions asked.</p>\n\n<h4>Do you offer a renewals discount?</h4>\n\n<p>Yes, you get 25% discount for all annual plan automatic renewals. The renewal price will never be increased so long as the subscription is not cancelled.</p>\n\n<h4>How do I install and activate the \'Unlimited Elements for Elementor\' plugin on WordPress?</h4>\n\n<p>To install the \'Unlimited Elements\' plugin on your WordPress site, access your WordPress Dashboard and go to Plugins -> Add New. In the search box, enter \'Unlimited Elements.\' Locate the plugin in the search results and click on the \'Install Now\' button. Once the installation is finished, click on the \'Activate\' button, and \'Unlimited Elements for Elementor\' will be successfully activated on your WordPress site.</p>\n\n<h4>Do I need to know code to use Unlimited Elements?</h4>\n\n<p>No, you do not need to know code to leverage the widgets and other tools provided by the Unlimited Elements plugin. It is designed to be user-friendly, allowing you to enhance your Elementor experience without any coding expertise. However, for users familiar with code, the plugin offers the added advantage of a widget creator, enabling the creation of custom Elementor widgets for a more tailored and advanced design experience.</p>\n\n<h4>Is my site secure with Unlimited Elements?</h4>\n\n<p>Yes, Unlimited Elements is a secure plugin. The plugin is regularly updated to adhere to common security standards, ensuring a secure environment for your website.</p>\n\n<h4>What types of filters does Unlimited Elements provide?</h4>\n\n<p>Unlimited Elements offers a variety of filter types, including search filters, dropdowns, tabs filters, checkboxes filters, and WooCommerce-related filters, providing a diverse range of options for dynamic and versatile website filtering.</p>\n\n<h4>Are the filters compatible with any post type or WooCommerce products?</h4>\n\n<p>Yes, all the filters provided by Unlimited Elements are live Ajax filters, ensuring dynamic and seamless filtering experiences. They are compatible with any post type, including custom post types, and WooCommerce products, offering versatile functionality for a wide range of content on your website. Utilize specific WooCommerce filters to enhance the shopping experience for your customers, such as the price range slider filter and color swatches filter for products with different colors.</p>\n\n<h4>Can I use Unlimited Elements to display custom post types in my widgets?</h4>\n\n<p>Yes, Unlimited Elements supports showcasing custom post types with advanced query selection and seamless connection to any filter from the UE library. This allows for tailored and dynamic content presentation on your website using the plugin\'s versatile features.</p>\n\n<h4>What are multi-source widgets in Unlimited Elements?</h4>\n\n<p>Multi-source widgets in Unlimited Elements enable the population of item-based widgets with various dynamic source types. These widgets can be populated using sources like ACF repeater fields, WooCommerce products, custom post types, Instagram feeds, and various API integrations. This versatility allows for the seamless integration of diverse content into widgets, enhancing the flexibility and functionality of your website elements.</p>\n\n<h4>Should I use Remote Control Widgets or the Sync Widgets function in Unlimited Elements?</h4>\n\n<p>The choice depends on your design preferences. If you want complete control, go for Remote Control Widgets. For synchronized layouts, choose Sync Widgets. They can also be used together for even more powerful customization options in Unlimited Elements.</p>\";s:9:\"changelog\";s:156668:\"<p>version 1.5.113: 2024-07-04</p>\n\n<ul>\n<li>Fix: fixed some small security issues found by wordfence</li>\n<li>Feature: added search fitler to url replace in post widgets filters</li>\n</ul>\n\n<p>version 1.5.112: 2024-07-01</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: made a small integration with simple author box plugin</li>\n<li>Feature: added \"timezone\" for google events api</li>\n<li>Feature: added \"current product gallery\" as a gallery source for WooCommerce</li>\n<li>Feature: added option for dynamic popup advanced cache</li>\n<li>Feature: added integration for fvplayer</li>\n<li>Feature: added links to woo minicart title and image</li>\n<li>Feature: added option to send reply in form to email that set in form field</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Pricing Table (Free) - Introduced Tooltip functionality, allowing users to add tooltips to each list item.</li>\n<li>Feature: Post Magazine Grid (Pro) - New values were added to the Show Categories option, including byTaxonomy and by Last level Taxonomy, providing users with more granular control over category display settings.</li>\n<li>Feature: Blob Shapes (Free) - Enhanced the Shadow options by adding shadow size, shadow blur, shadow color type, and shadow shift settings.</li>\n<li>Feature: Image Accordion (Pro) - Added the \"Link All Items\" option to enhance functionality and provide users with the ability to link all items collectively.</li>\n<li>Feature: Calendar (Pro) - Separated the Locale option into a new tab and introduced an \'Other\' option in the locale list, enabling users to manually add a locale not listed, thereby extending support for 96 locales.</li>\n<li>Feature: Calendar (Pro) - Added \"Open Event Link in New Tab\" option to allow users to open event links in a new tab.</li>\n<li>Feature: Checkboxes Filter (Pro) - Added functionality to hide the dropdown when no items are found inside.</li>\n<li>Feature: Icon Accordion (Pro) - A new feature was introduced that includes the addition of an option to adjust the Icon Margin, providing users with more customization options for their interface.</li>\n<li>Feature: Radio Button Field (Pro) - Added functionality to handle and process values selected from radio buttons in the form, ensuring users\' selections are captured and correctly stored.</li>\n<li>Change: Woo Mini Cart (Pro) - Improved the widget by adding the product link to the product title and the image in the cart.</li>\n<li>Change: AJAX Search (Pro) - Added a aria-label attribute for the search button element to enhance form handling and improve accessibility.</li>\n<li>Change: List Marquee (Pro) - Extended icon option to graphic element and added option for image.</li>\n<li>Change: AJAX Search (Pro) - Added a name attribute for the search button element to enhance form handling and improve accessibility.</li>\n<li>Change: Swipe Carousel (Pro) - An improvement was made by adding the aria-label attribute to the item link, enhancing accessibility and ensuring that all links have discernible names for better user experience.</li>\n<li>Fix: Logo Marquee (Pro) - Fixed the text alignment issue and added new options: Text Align and Text Shadow.</li>\n<li>Fix: Icon Accordion (Pro) - Fixed a bug where the accordions were not closing when the \"Close Others on Open\" option was disabled.</li>\n<li>Fix: Copy Coupon Code (Pro) - Resolved a problem where the copy operation was failing in some cases. This fix ensures that the copy functionality now works reliably across all scenarios.</li>\n<li>Fix: Quantity Increment Buttons (Pro) - Resolved a problem where the product quantity was not reset to 1 after adding to the cart.</li>\n<li>Fix: Liquid Full Screen Menu (Pro) - Implemented a fix to address the issue where the widget was not functioning correctly within sticky containers, ensuring consistent behavior and improved user experience.</li>\n<li>Fix: Before After (Pro) - Added support for carousel widgets, enabling the creation and management of dynamic, rotating content displays within the application.</li>\n</ul>\n\n<p>version 1.5.111: 2024-06-10</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option in general settings: \'Taxonomy Separator Sign in Ajax Filter\' for backward compatability</li>\n<li>Fix: fixed getting elementor dynamic item fields in ajax </li>\n<li>Fix: background widgets didn\'t worked with rocket lazy load</li>\n<li>Changed - changed the default taxonomy saparator to \":\" instead of \"~\"</li>\n<li>Feature: added option in general settings: \'Taxonomy Separator Sign in Ajax Filter\' for backward compatability</li>\n<li>Changed - changed the default taxonomy saparator to \":\" instead of \"~\"</li>\n<li>Fix: fixed getting elementor dynamic item fields in ajax </li>\n<li>Fix: background widgets didn\'t worked with rocket lazy load</li>\n<li>Fix: filters checkboxes wasn\'t visible in some cases</li>\n<li>Fix: avoid error messages on very old elementor versions</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: List (Free) - Added Override Color Title/Text options for each item, allowing for individualized customization.</li>\n<li>Feature: List (Free) - Added an Icon Margin option for enhanced layout control.</li>\n<li>Feature: Card Carousel (Free) - Added a new value \"Above Image\" to the Show Title option.</li>\n<li>Feature: Content Accordion (Free) - Added support for integrating the widget within carousel widgets, enhancing its functionality and allowing for greater flexibility in design layouts.</li>\n<li>Feature: Calendar (Pro) - Added Italian (it) to the available locales for enhanced language support.</li>\n<li>Feature: Product Bullets (Pro) - Added \"Column\" and \"Column Reverse\" values to the Content Direction option for improved layout flexibility.</li>\n<li>Change: Content Slider (Pro) - Changed the display CSS property from \'flex\' to \'block\' for cases where the Content Source option in an item is set to \"template.\"</li>\n<li>Change: One Page Scroll Navigation (Pro) - Changed method of calling the wheel event from jQuery to JavaScript.</li>\n<li>Change: Content Accordion (Free) - Changed heading\'s HTML tag from </li>\n</ul>\n\n<p><</p>\n\n<p>div> to <a> and added role attribute for accessibility, enabling users to open and close accordions using keyboards and accessibility devices.\n* Change: Event List (Pro) - Added description to Time Zone option.\n* Fix: Mega Menu (Pro) - Resolved an issue where menu items were overlapping each other in iOS device.\n* Fix: Mega Menu (Pro) - Fixed an issue where mobile menu items displayed only a white background color.\n* Fix: Dynamic Post Popup (Pro) - Fixed an issue where the height wasn\'t adjusted after the first popup opening when the Adjust Height option was enabled.\n* Fix: Before After (Pro) - Added lazy load protection to images within the widget, ensuring images load properly without delays.\n* Fix: Accordion Menu (Pro) - Fixed an issue where the Accordion Menu was initialized multiple times in popup.\n* Fix: Content Slider (Pro) - Added support for integrating Content Slider within the Toggle Content widget, enhancing its functionality and providing improved content presentation options.\n* Fix: Icon Box Accordion (Pro) - Fixed an issue where the widget was blocking scroll event-oriented functions, ensuring smooth and uninterrupted scrolling behavior.\n* Fix: Post Magazine Grid (Pro) - Fixed an issue where items were not being fully linked, ensuring complete and functional linking of all item components.\n* Fix: Unlimited Timeline (Free) - Resolved a bug that caused the link to not work when the Image Link option was disabled.\n* Fix: Multi Step Form (Pro) - Added a fix for an issue where 1px of the next step was sometimes visible in the current slide.</p>\n\n<p>version 1.5.110: 2024-06-04</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Fix: remote arrows was sendin next/prev commands twice</li>\n<li>Fix: fix some password protected content related security issue</li>\n<li>Fix: fix some sql security small issue </li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Email Field (Pro) - Added Asterisk Size option, allowing customization of asterisk size for better design flexibility and emphasis.</li>\n<li>Feature: Phone Field (Pro) - Added Asterisk Size option, allowing customization of asterisk size for better design flexibility and emphasis.</li>\n<li>Feature: Event List (Pro) - Added Timezone option, ensuring that expired and upcoming events are counted according to the specified timezone for accurate event scheduling and display.</li>\n<li>Feature: Number Field (Pro) - Added \"Limit Number of Digits\" option, allowing users to restrict the number of digits displayed for better control and readability of numerical data.</li>\n<li>Feature: Phone Field (Pro) - Added \"Limit Number of Digits\" option, allowing users to restrict the number of digits displayed for better control and readability of numerical data.</li>\n<li>Feature: Transparent Split Hero (Free) - Added options to enable or disable widget contents like title, subtitle, etc., and introduced an option to add an image or logo for greater customization and flexibility.</li>\n<li>Feature: Unlimited Charts (Pro) - Added Line Chart Background Color option, allowing customization of the background color for line charts to enhance visual appeal.</li>\n<li>Fix: Submit Button (Free) - Added validation function for the phone field to ensure correct email format and improve data accuracy.</li>\n<li>Fix: Mega Menu (Pro) - Added fix for layout issue that sometimes occurs after page load, ensuring consistent and stable page rendering.</li>\n<li>Fix: Post Carousel (Pro) - Set padding to 0 in Nav Dots to avoid default CSS overrides, ensuring consistent and desired styling.</li>\n<li>Fix: Semi Circle Progress Bar (Pro) - Added support for Mega Slider widget, enabling the creation and display of Semi Circle Progress Bar widget in interactive sliders for enhanced content presentation.</li>\n<li>Fix: Floating Chat Buttons (Pro) - Fixed Pulse Animation Grabber Type issue, ensuring correct animation behavior and improved visual effects.</li>\n<li>Fix: Content Tabs (Free) - Added a small delay before widget initialization to ensure the Content Tabs widget works properly within other widgets, improving overall functionality and integration.</li>\n<li>Fix: Remote Tabs (Pro) - Changed selector for padding option to resolve issue where link was not clicked when tab was clicked, improving click response accuracy.</li>\n</ul>\n\n<p>version 1.5.109: 2024-05-29</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to get page views of some post using WPP plugin</li>\n<li>Feature: added option for \"show db tables\" in troubleshooting</li>\n<li>Fix: fixed form editor form validation, excluded placeholders</li>\n<li>Fix: fixed get filters based on wpml language with post count</li>\n<li>Fix: Fixed some remote connection code items click code</li>\n<li>Fix: Fixed clear all filters button not working bug</li>\n<li>Fix: fixed multisource acf repeater checkboxes type get</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Email Field (Pro) - Added validation function for the email field to ensure correct email format and improve data accuracy.</li>\n<li>Feature: Number Field (Pro) - Introduced the \"Disable Calculation in Editor\" debug option to prevent the page from crashing or becoming unresponsive when multiple fields are set to calculation mode, enhancing stability during editing.</li>\n<li>Feature: AJAX Search (Pro) - Added Show Post Image option to enable or disable the display of images in posts, providing more control over post appearance</li>\n<li>Feature: Submit Button (Free) - Added validation function for the email field to ensure correct email format and improve data accuracy.</li>\n<li>Feature: Team Member Card (Free) - Added Icon Size Inner option to adjust the height of the icon itself, providing more precise control over icon dimensions.</li>\n<li>Feature: Slider Field (Pro) - Added Accent Color option to highlight changing value of Slider Field widget.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added option to open images in Lightbox, enhancing the viewing experience with a full-screen display of images.</li>\n<li>Change: Expanding Content Cards (Pro) - Added title as CSS ID for Widgets Items to allow using them as anchors.</li>\n<li>Fix: Mega Menu (Pro) - Fixed issue where the Clickable Link option was disabled but the link was still added, ensuring links are only added when the option is enabled</li>\n<li>Fix: Icon Accordion (Pro) - Fixed issue where Override Color Options were not working, ensuring color customizations are applied correctly.</li>\n<li>Fix: Fullscreen Menu (Free) - Fixed issue where menu wasn\'t opening, ensuring proper functionality and user access.</li>\n<li>Fix: Expanding Content Cards (Pro) - Resolved issue where CSS filters were not working in Safari browser, ensuring consistent styling across all browsers.</li>\n<li>Fix: Block Quote Card (Free) - Fixed issue where reserved space was still taken up even when no icon was selected, ensuring proper layout and space utilization.</li>\n<li>Fix: Unfold Content (Pro) - Added support for carousel widgets, enabling enhanced content display through interactive sliding elements.</li>\n<li>Fix: Instagram Feed (Pro) - Added \'aria-label\' attribute to links to fix the \'Links do not have a discernible name\' error, improving accessibility and compliance with web standards.</li>\n<li>Fix: Woo Mini Cart (Pro) - Fixed issue where URL was changed after page load, ensuring stable and consistent URLs for better navigation and user experience.</li>\n<li>Fix: Age Verification (Pro) - Fixed issue where popup still opened even after cookie was set, ensuring popups respect cookie settings for user preferences.</li>\n</ul>\n\n<p>version 1.5.108: 2024-05-21</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: update freemius SDK to 2.7.2</li>\n<li>Fix: fixed bug with select filter and active filters widgets</li>\n<li>Fix: fixed bug with several main checkbox filters unselecting</li>\n<li>Fix: Fixed some small security issue</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: AJAX Search (Pro) - Added option to search by meta and by terms.</li>\n<li>Feature: Dark Mode (Free) - Introduced \'Do not affect SVG\' option to prevent SVG images from inverting when toggling dark mode, ensuring correct image display.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added Button Hover Animation option to enable animations when hovering over button, enhancing interactivity and visual appeal.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added Icon Position option, allowing users to customize the placement of icons for better design flexibility.</li>\n<li>Feature: Woo Product Grid (Pro) - Added \"Show Only Lowest Variable Price\" option to display only the lowest price for variable products, enhancing price visibility and simplicity for users.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Fixed Navigation Arrows functionality issue when Animation option was enabled, ensuring smooth and consistent navigation experience.</li>\n<li>Fix: Dynamic Popup Button (Pro) - Added suppot for Loop Carousel widget with enabled Loop option.</li>\n<li>Fix: Woo Mini Cart (Pro) - Fixed widgets behaviour for Shop pages when page name is different then default.</li>\n<li>Fix: Icon Tabs (Pro) - Provided a fix that ensures Icon Tabs widget changing Active Tab after click event.</li>\n<li>Fix: Unlimited Google Maps (Pro) - get it work on the template switcher</li>\n<li>Fix: Fullscreen Menu (Free) - Fixed issue where Menu widget wouldn\'t open properly when nested within sticky parent containers, ensuring smooth functionality and user experience.</li>\n</ul>\n\n<p>version 1.5.107: 2024-05-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added elementor dynamic options to api integrations</li>\n<li>Feature - added option to get images from current product variations for the dynamic gallery.</li>\n<li>Feature - added preperation for the enhanced ajax search</li>\n<li>Fix - fixed weird elementor no products on cart page bug</li>\n<li>Fix - fixed bug with faq schema output</li>\n<li>Fix - fixed general settings show items at start</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Event List (Pro) - Added \"Remove All Upcoming Events Except Next One\" functionality, facilitating the removal of all upcoming events except for the next scheduled event for streamlined event management.</li>\n<li>Feature: Animated Icon Box (Pro) - Added Description Opacity option to customize the opacity level of descriptions for enhanced visual aesthetics and readability.</li>\n<li>Feature: Underline Animated Button (Free) - Added Animation Move Amount option, enabling users to customize the amount of movement in animations for enhanced visual effects.</li>\n<li>Feature: Remote Tabs (Pro) - Added Item Min Height option for better customization; users can now set a minimum height for items displayed.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added the \"Show Load More Button Icon\" option to enhance interface; users can now customize the icon displayed for the load more button.</li>\n<li>Feature: Mega Menu (Pro) - Added a new functionality enabling \"Expand / Collapse Visible On\" option, allowing expansion or collapse of visibility based on specific criteria.</li>\n<li>Feature: Side Menu (Pro) - Added Menu Padding option. This new feature allows to add padding to the container of the Menu items.</li>\n<li>Feature: Woo Product Grid (Pro) - Made Content Padding, Category Label Spacing, and Title Spacing options responsive for improved adaptability across various screen sizes and devices.</li>\n<li>Feature: Icon Image Content Box (Free) - Implemented functionality to link Icon and Title to the same destination as the Image.</li>\n<li>Feature: Hotspots (Pro) - Implemented styling options for images. This new functionality allows users to customize the appearance of images within the widget, including options for adjusting borders, shadows, and other visual attributes.</li>\n<li>Feature: Team Member Grid (Pro) - Implemented \'Text Placement\' option. This new functionality allows users to customize the placement of text within the widget, providing greater control over the layout and design.</li>\n<li>Fix: Post Ticker (Free) - Fixed widgets behaviour for RTL websites.</li>\n<li>Fix: Post Timeline (Pro) - Resolved category name spelling issue in some cases. This fix ensures that category names are spelled correctly throughout the widget, improving accuracy and consistency in the display of category information.</li>\n<li>Fix: Team Member Grid (Pro) - Optimized HTML code of the widget. This optimization improves the efficiency and performance of the widgets by reducing unnecessary code and streamlining the structure for faster loading and rendering.</li>\n<li>Fix: Number Field (Pro) - Resolved issue when Min - Max range were violated and no error were shown.</li>\n<li>Fix: Dropdown Button (Pro) - Optimized widget\'s JS code. This fix ensures that widget works properly on mobile devices as well as on desktop.</li>\n<li>Fix: Expanding Content Cards (Pro) - Addressed CSS filter issue where it was displaying incorrectly on mobile devices, ensuring proper rendering and display consistency across all devices.</li>\n<li>Fix: Post Grid (Pro) - Fixed issue where Typography option was not functioning as expected, ensuring proper functionality and usability.</li>\n<li>Fix: Justified Image Carousel (Pro) - Fixed issue where width of images was incorrectly set in certain cases, ensuring proper display and functionality across all scenarios.</li>\n<li>Fix: Layers (Pro) - Resolved issue with the \"Item Shadow\" option. This fix ensures that the item shadow is applied correctly within the widget.</li>\n</ul>\n\n<p>version 1.5.106: 2024-05-12</p>\n\n<ul>\n<li>Fix - fixed some main/child roles checkbox filter issues</li>\n<li>Fix - fixed some bug with widget posts debug not showed full info</li>\n<li>Fix - fixed dissapearing gallery titles since last version.</li>\n</ul>\n\n<p>version 1.5.105: 2024-05-05</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Fix: fixed some filters and request related issue</li>\n<li>Fix: fixed specific post and terms select</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Mute Video\' option. This new functionality allows users to start videos muted within the widget, providing greater control over the audio playback and enhancing the user experience.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Checkboxes Filter (Pro) - Introduced \'Accordion as Dropdown\' option, allowing users to open the accordion as a dropdown when the layout is set to \'Accordion\', preventing layout shifting and improving user experience.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Event List (Pro) - Introduced \'Show End Time\' option, enabling users to show or hide the event end time for enhanced flexibility and customization.</li>\n<li>Feature: Animated Icon Box (Pro) - Introduced styling options for Icon and Divider, providing users with more customization choices for improved visual design.</li>\n<li>Feature: Taxonomy Terms (Pro) - Implemented styling options for 1st and 2nd level of Child Term Elements. This new functionality allows users to customize the appearance of Child Term Elements at different hierarchical levels, providing greater design flexibility and control.</li>\n<li>Feature: Content Carousel (Pro) - Implemented \'Image Border Radius\' option. This new functionality allows users to specify the border radius for images within the widget, enabling them to create rounded or custom-shaped images for a more visually appealing design.</li>\n<li>Feature: Coverflow Carousel (Pro) - Implemented \'Custom Navigation Arrows\' option. This new functionality allows users to customize the navigation arrows used within the widget, enabling them to use custom-designed arrows for a more personalized look and feel.</li>\n<li>Feature: One Page Scroll Navigation (Pro) - Enhanced widget flexibility to support other sections apart from the one with the tag <section>. This improvement expands compatibility with different section types, providing users with more options for integrating the widget into their website layouts.</li>\n<li>Change: Animated Icon Box (Pro) - Replaced old font edit option with new typography and color options for enhanced customization and design control.</li>\n<li>Change: Call To Action Button (Free) - Moved ripple \'Transition Timing\' from Button Icon to Button Icon tab and renamed it to \'Ripple Timing\' for improved organization and clarity.</li>\n</ul>\n\n<p>version 1.5.104: 2024-04-24</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added support for unselect items in sync functionality</li>\n<li>Feature: added feature - sort terms by parent -> children, and levels number class</li>\n<li>Fix: fixed some load more issue with dynamic template loop and post lists inside</li>\n<li>Fix: fixed woo category image not fetched bug</li>\n<li>Fix: fixed some cases of sticky elementor elements with filters</li>\n<li>Fix: fixed remote connection with single background parent and remote widget</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Neon Line Width\' option. This new functionality allows users to adjust the width of the neon line effect within the widget, providing finer control over its appearance and visual impact.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Shadow\' option. This new functionality allows users to add a shadow effect to buttons within the widget, enhancing their visual appearance and depth.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Background Color\' option. This new functionality allows users to customize the background color of buttons within the widget, enhancing visual design and customization possibilities.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Fix: Loop Carousel (Pro) - Corrected spelling mistakes and improved naming conventions, enhancing clarity and consistency.</li>\n<li>Fix: Flip Box (Free) - Resolved issue where links were not firing for the first click on the back of the Flip Box. This fix ensures that links behave as expected, allowing them to be clicked and activated reliably.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue where Content Tabs widget couldn\'t work with Icon Tabs widget on the same page. This fix ensures that both widgets can coexist and function properly together, allowing for seamless integration and improved user experience.</li>\n<li>Fix: Checkboxes Filter (Pro) - Enhanced Accordion Layout option for the Checkboxes Widget to improve script communication. This improvement optimizes the interaction between scripts, resulting in smoother operation and better performance of the widget.</li>\n<li>Fix: Loop Grid (Pro) - Implemented additional Masonry layout check to avoid items overlapping over each other. This enhancement ensures that items are properly positioned and do not overlap, maintaining a clean and organized layout within the widget.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Resolved issue where popups allowed opening links in new tabs while opening the popup. This fix ensures that links within popups behave consistently and do not inadvertently open in new tabs, providing a smoother user experience.</li>\n<li>Fix: Post Slider (Pro) - Addressed issue where post title typography settings were not applied, ensuring proper functionality and appearance.</li>\n<li>Fix: Flip Box (Free) - Corrected a typography mistake in options.</li>\n<li>Fix: Content Slider (Pro) - Resolved conflict caused between Elementor\'s Motion Effects and the widget due to the same animation library (animate.css), resolving CSS class conflict for smoother animation and functionality.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with Opening Item when Clickable Parent option is enabled.</li>\n<li>Fix: Side Menu (Pro) - Resolved issue where some icons were being reverted. This fix ensures that all icons remain consistent and do not revert unexpectedly.</li>\n<li>Fix: Rhombus Grid (Pro) - Increased CSS priority for \'Item Background Color Override\' option. This adjustment ensures that the specified background color takes precedence over other styles, providing consistent and reliable appearance for the widget items.</li>\n</ul>\n\n<p>version 1.5.103: 2024-04-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to add additional url attributes to post links</li>\n<li>Feature: improved woo category thumbnail image gether</li>\n<li>Feature: added option to unite gallery - strip_speed</li>\n<li>Fix: fixed some widgets editor enable visibility bug</li>\n<li>Fix: fixed entrance animation run if inside a viewport window</li>\n<li>Fix: fixed some security issues - escaping some fields output</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Dots\' option. This new functionality allows users to toggle the visibility of dots within the widget, providing greater control over navigation indicators.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Custom Icon\' option. This new functionality allows users to customize the appearance of checkboxes by providing custom icons, enhancing the visual presentation of checkboxes within the widget.</li>\n<li>Feature: Video Playlist (Pro) - Implemented \'Strip Navigation Speed\' option. This new functionality allows users to adjust the speed of navigation within the strip, providing finer control over the scrolling behavior.</li>\n<li>Feature: Expanding Content Cards (Pro) - Implemented \'Background Image Align\' option. This new functionality allows users to specify the alignment of the background image, providing greater control over its positioning within the element.</li>\n<li>Feature: Post Magazine Grid (Pro) - Implemented \'Meta Date Date Format\' option. This new functionality allows users to specify the date format for meta date display, providing customization options for date presentation.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Show Item Title in Lightbox\' option. This new functionality allows users to toggle the display of item titles within the lightbox, providing control over the visibility of titles for a better user experience.</li>\n<li>Feature: Search Filter (Pro) - Implemented \'Custom Links Ending\' option. This new functionality allows users to change links in the connected grid to highlight the search phrase.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Post Pagination (Free) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Content Switcher (Pro) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab Content Switcher for a smoother and more seamless user experience.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Show Field Name In Empty Field Error Message\' option. This new functionality allows users to include the field name in the empty field error message, providing clearer feedback to users when a required field is left blank.</li>\n<li>Feature: Side Menu (Pro) - Implemented \'Templates Width\' and \'Templates Horizontal Align\' options.</li>\n<li>Change: Unlimited Grid (Pro) - Changed \'Title Spacing\' option to \'Title Margin\'. This change allows users to add margin in all directions to the title, providing more granular control over its positioning within the widget.</li>\n<li>Fix: Content Box Hover Text Reveal (Free) - Resolved issue where Overlay Opacity option wasn\'t working on mobile devices. This fix ensures that the Overlay Opacity option functions correctly across all devices, providing consistent behavior and appearance.</li>\n<li>Fix: Multi Step Form (Pro) - Fixed Multi Step Error Message not showing when empty and required field was present on active step.</li>\n<li>Fix: Submit Button (Free) - Fixed Submit Button verification issue when fields with 0 value were parsed as empty.</li>\n<li>Fix: Slider Field (Pro) - Resolved issue where border radius for focus state differed from regular state. This fix ensures that the border radius remains consistent across different states.</li>\n<li>Fix: Icon Bullets (Free) - Fixed issue related to Hover Colors not being revealed after item hover.</li>\n<li>Fix: Team Member Sliding Effect (Pro) - Resolved issue related to global colors usage. This fix ensures that global colors are properly utilized throughout the widget, maintaining consistency and accuracy in color rendering.</li>\n<li>Fix: Post Magazine Grid (Pro) - Optimized widget HTML. This optimization improves the efficiency and performance of the widget by streamlining the HTML structure and reducing unnecessary code.</li>\n<li>Fix: Form Fields Widgets: Resolved vulnerability where scripts could be injected under certain widget attributes. This fix ensures that scripts are properly sanitized and prevented from being inserted into widget attributes, mitigating potential security risks.</li>\n</ul>\n\n<p>version 1.5.101: 2024-04-03</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added \"date time\" attribute to items attributes list</li>\n<li>Feature - made some integration for \"relevanssi\" plugin</li>\n<li>Feature - added woo rating stars to multisource fields</li>\n<li>Feature - added visual text that showing the form fields conditions</li>\n<li>Fix - fixed filters mode init mode</li>\n<li>Fix - fixed various filters related bugs</li>\n<li>Fix - fixed ucpage parameter fetch for pagination in archive page</li>\n<li>Fix - fixed gallery from meta field item source texts </li>\n<li>Fix - fixed some number field processing</li>\n<li>Fix - fixed multisep form with template submit</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Set First Item Selected\' option. This new functionality allows users to automatically select the first item in the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented \'Open Current Submenu On Page Load\' option. This new functionality allows users to automatically expand the current submenu on page load, providing immediate access to relevant content.</li>\n<li>Feature: Background Slider (Pro) - Introduced \'Add SEO Tags\' option, allowing users to include alt and title attributes for images for improved search engine optimization of the widget content.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Message Box After Send\" option, allowing automatic closure of the message box after clicking the send button for improved user experience and convenience.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Button After Click\" option, enabling automatic closure of the buttons after clicking any button, eliminating the need for manual closure for enhanced user convenience and interaction.</li>\n<li>Feature: Content Grid (Pro) - Implemented \'Description\' option. This new functionality allows users to add a description to the widget, providing additional context or instructions.</li>\n<li>Feature: SVG Animation (Free) - Optimized widget for Elementor Popup compatibility. This update ensures seamless integration and improved performance when using the widget within Elementor Popups.</li>\n<li>Feature: Animated Ripples (Pro) - Introduced \'Ripple Scale\' option, enabling users to control the size of the ripples for enhanced visual customization and effect.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Item Trigger type\' for Segment Layout type. This new functionality allows segments to be opened by hovering on them, providing users with an alternative interaction method.</li>\n<li>Feature: Line Text Divider (Free) - Added styling options including Line Thickness, Line Border Radius, Line Shadow, Text Typography, Background Color, Padding, Border, Border Radius, and Box Shadow for enhanced customization. Additionally, existing styling options have been improved for better optimization and user experience.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Grow Effect on Thumb Hover option. This new functionality allows users to enable the grow effect on thumbnail hover.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Hide Default Arrows option. This new functionality allows users to hide default arrows, providing enhanced customization of the widget\'s appearance and behavior.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Show Time Ago\' option. This new functionality allows users to display the time elapsed since a publish event, providing context and improving user engagement.</li>\n<li>Feature: Dropdown Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Empty Field Error Text\' option. This new functionality allows users to customize the error message displayed when a required field is left empty.</li>\n<li>Feature: Icon Bullets (Free) - Implemented \'Title Color Hover\' and \'Text Color Hover\' options. These new functionalities allow users to customize the color of titles and text when hovered over, providing enhanced interactivity and visual feedback.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Font Family\' option for Label X Axis and Y Axis. This new functionality allows users to customize the font family for labels displayed on the X and Y axes, providing enhanced typography control.</li>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Arrows\' option and updated Arrows styling options. This new functionality allows users to control the visibility of arrows and customize their styling, providing more flexibility in widget design and navigation.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Empty Message\' option. This new functionality allows users to display a custom message when no posts are found, providing better user feedback and enhancing the user experience.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Change: Checkboxes Filter (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.</li>\n<li>Change: Post Carousel (Pro) - Added \'alt\' and \'title\' attributes to the image for improved SEO optimization and accessibility.</li>\n<li>Change: Flip Box Carousel (Pro) - Changed some selectors in CSS to avoid empty items appearing on live page.</li>\n<li>Change: Underline Animated Button (Free) - Changed <section> tag to </li>\n</ul>\n\n<p><</p>\n\n<p>div>. This update improves the semantic structure of the widget, ensuring better compatibility with various screen readers and accessibility standards.\n* Change: Unlimited Charts (Pro) - Updated the animation option to trigger animation when the chart comes into view instead of upon initial load, improving user experience and visual appeal.\n* Change: Submit Button (Free) - Changed the position of Empty Field Errors to be grouped after the submit button. This update enhances the layout and organization of error messages, providing users with a clearer indication of missing information before submission.\n* Change: Post Blocks (Free) - Changed CSS selector for Typography option for better accessibility. This update improves the accessibility of the Typography option by using a more descriptive and accessible CSS selector.\n* Change: List Marquee (Pro) - Increased speed limit to 1000. This update enhances the speed capabilities of the widget, allowing for faster performance and smoother animations.\n* Change: Checkbox Field (Pro) - Increased accessibility by adding IDs to input elements and \"for\" attributes to label elements. This update improves accessibility by associating labels with their corresponding form controls, making it easier for screen readers and other assistive technologies to interpret and navigate the form.\n* Change: Masonry Gallery (Pro) - Implemented \'Autoplay Video In Lightbox\' option. This new functionality allows users to enable autoplay for videos displayed within the lightbox, providing a more dynamic and engaging viewing experience.\n* Change: WhatsApp Chat (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.\n* Fix: Number Field (Pro) - Implemented CSS protection from the max-width CSS property. This new functionality safeguards against unintended styling conflicts or overrides caused by the max-width property.\n* Fix: Fullscreen Menu (Free) - Addressed issue where the fullscreen menu was not displayed correctly in Safari browser.\n* Fix: Image Scroll (Pro) - Resolved 404 error appearing every time Overlay element was added on the page. This fix ensures that the Overlay element is loaded correctly without triggering a 404 error.</p>\n\n<p>version 1.5.100: 2024-03-17</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to connect the filters to some specific grid group</li>\n<li>Fix: fixed js run for background output not always happend</li>\n<li>Fix: filters was shown only related to grid taxonomies after changing to \"all\" </li>\n<li>Fix: returned some tiles gallery images that was missing</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: List (Free) - Implemented \'Open Link in New Tab\' option. This new functionality allows users to specify whether links should open in a new tab, providing flexibility in link behavior.</li>\n<li>Feature: Compact Gallery (Free) - Implemented \'Hide Thumbnail Panel Under Width\' option. This new functionality allows users to hide the thumbnail panel when the viewport width is below a specified threshold, optimizing the display for smaller screens.</li>\n<li>Feature: Select Dropdown Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Checkboxes Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Tabs Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Added \'Image Horizontal Shift\' option, allowing users to adjust the horizontal position of the image for enhanced customization and layout control.</li>\n</ul>\n\n<p>version 1.5.99: 2024-03-11</p>\n\n<ul>\n<li>Fix - updated multisource image fields</li>\n<li>Fix - fixed some small php bug with strtobool function</li>\n</ul>\n\n<p>version 1.5.98: 2024-03-05</p>\n\n<ul>\n<li>Fix Some small gutenberg related bug fix</li>\n</ul>\n\n<p>version 1.5.97: 2024-03-04</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Fix: allow showing authors name translated</li>\n<li>Change: updated font awesome version to 6</li>\n<li>Fix: done some link attribute security fix</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Accordion Menu (Pro) - Implemented \'Active State Color\' options for Sub Menu items. This new functionality allows users to customize the color of sub-menu items when they are in the active state, providing enhanced visual feedback.</li>\n<li>Feature: Content Slider (Pro) - Made \'Slide Margin\' option available for Full Slider Type and Offset Slider Type. This update expands the usability of the margin customization, allowing users to set margins between slides in both Full Slider and Offset Slider configurations.</li>\n<li>Feature: Icon Tabs (Pro) - Made \'Start Collapsed\' option responsive. This update ensures that the \'Start Collapsed\' behavior adjusts responsively, providing a consistent and user-friendly experience across various devices and screen sizes.</li>\n<li>Feature: Post Accordion (Free) - Introduced \'Expand All Accordion\' functionality, enabling users to expand all accordion items with a single click for improved content accessibility.</li>\n<li>Feature: Fullscreen Menu (Free) - Introduced option to customize the thickness of the animated hamburger icon bars, providing users with greater control over the visual appearance of the icon.</li>\n<li>Change: Coverflow Carousel (Pro) - Updated \'Button Link\' option: if empty, no link will be applied. This modification ensures that if the \'Button Link\' option is left empty, no link will be associated with the button within the widget.</li>\n<li>Fix: Product Carousel (Pro) - Optimized widget HTML code. This update enhances performance and efficiency by streamlining the HTML structure of the widget.</li>\n<li>Fix: Content Tabs (Free) - Improved widget interaction within an Elementor\'s popup. This update ensures a more seamless and optimized experience when utilizing the widget within a popup setting.</li>\n</ul>\n\n<p>version 1.5.96: 2024-02-26</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Feature: added option for time_ago_short in timelines that will show shorter version of minutes and hours text</li>\n<li>Feature: added defaults for weather widget</li>\n<li>Fix: fixed hourly weather fields</li>\n<li>Fix: fixed the import with images functionality</li>\n<li>Fix: set default timeout to remote requests</li>\n<li>Fix: fixed the image duplicate when importing templates</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Side Menu (Pro) - Implemented \'Menu Padding\' option. This new functionality allows users to set padding for the menu, providing control over the spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced a new value for \'Meta Data Position\' option called \'Before Title\'. This new functionality allows users to position meta data before the title, providing additional flexibility in content layout.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Stage Padding\' option. This new functionality allows users to set stage padding, displaying a part of the previous and next carousel items for a more visually appealing and dynamic presentation.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Selected Item Number\' option. This new functionality allows users to select a specific item by default, enhancing user experience by highlighting a predetermined item upon initialization.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option to display the image on the opposite side of the content for enhanced layout flexibility and customization.</li>\n<li>Feature: Thumbnail Slider (Pro) - Introduced \'Multi Source\' option, enabling users to select gallery items from various sources for enhanced flexibility and content integration.</li>\n<li>Feature: Timer Countdown Banner (Pro) - Added \'Direction\' option to support RTL (Right-to-Left) layout websites.</li>\n<li>Feature: Post Horizontal Timeline (Pro) - Introduced Background Color and Icon Color options for Navigation Arrows in disabled mode. This new functionality allows users to customize the appearance of navigation arrows when they are disabled, providing enhanced visual control.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Time Ago Type\' option. This new functionality allows users to choose the type of time ago representation, providing flexibility in how time is displayed within the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Text Custom Field\' option. This new functionality allows users to add a custom field under the main Posts Text, providing additional customization for displaying content.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Link Type\' option for all link elements in the widget. This new functionality allows users to choose the type of link for various elements within the widget, enhancing control over linking behavior.</li>\n<li>Feature: Remote Link (Pro) - Introduced active state for the link. This new functionality allows users to customize the appearance of the link when it is in an active state, providing enhanced visual feedback.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Implemented \'Hide Vertical Scrollbar in Popup\' option. This new functionality allows users to hide the vertical scrollbar within the popup, providing a cleaner and more focused appearance.</li>\n<li>Feature: Icon Carousel (Pro) - Introduced \'Autoplay Pause on Hover\' option, allowing users to pause autoplay functionality when hovering over the carousel for improved control and interaction.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Introduced Entrance Animation functionality for the popup. This new feature allows users to apply entrance animations, enhancing the visual appeal and engagement when the popup appears.</li>\n<li>Feature: Unlimited Timeline (Free) - Implemented \'Content Box Link\' option. This new functionality allows users to link the entire content box, providing a convenient way to associate a link with the entire widget item.</li>\n<li>Feature: Text Field (Free) - Added \'Read Only\' option, allowing users to set the field as read-only for preventing user input while retaining visibility of the text.</li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Radar Range\' option for Radar chart, allowing users to set the minimum range value for improved data visualization.</li>\n<li>Feature: Testimonial Carousel (Pro) - Added \'Rating\' field to the Source option. This new functionality allows users to incorporate a rating field as a source for the widget, expanding the available data sources for enhanced content display.</li>\n<li>Feature: Multi Step Form (Pro) - Introduced \'Direction\' option. This new functionality is useful for RTL (Right-to-Left) websites, allowing users to set the direction of the widget layout accordingly.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option for users to customize the text of each item\'s button, providing greater flexibility.</li>\n<li>Feature: Post List (Free) - Implemented \'Space Between Categories\' option. This new functionality allows users to set spacing between categories, providing control over the layout and visual presentation of category elements.</li>\n<li>Feature: Memory Game (Pro) - Introduced \'Add Completion Time to Form Field\' option, enabling users to automatically append the time taken to complete the memory game to a designated form field.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Add Link For The Whole Item\' option. This new functionality allows users to add a link to the entire widget item, enhancing the interactive capabilities and providing a clickable area for the entire item.</li>\n<li>Feature: Post Carousel (Pro) - Implemented \'Text Padding\' and \'Title Padding\' options. This new functionality allows users to set padding for text and title elements, providing enhanced control over spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced \'Date Modified\' options. This new functionality allows users to display the date when a post was last modified, providing additional information and transparency in content presentation.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Introduced options to customize Maps Controls icons\' color and background color. This new functionality allows users to personalize the appearance of map controls, enhancing visual customization.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Disable Map Interaction On Mobile\' option. This new functionality allows users to disable map interaction specifically on mobile devices, providing control over the user experience on smaller screens.</li>\n<li>Change: Content Tabs (Free) - Modified behavior of \'Start Collapsed\' option when used with \'Set Hash\'. If the URL has a hash, the first opened tab will be determined by the hash, providing a more dynamic and user-friendly experience.</li>\n<li>Change: Dropdown Button (Pro) - Removed Text Decoration CSS property from dropdown items. This update enhances the visual presentation by eliminating unnecessary text decoration.</li>\n<li>Change: Woo Mini Cart (Pro) - Added separate border options for \'View Cart\' and \'Checkout\' buttons, providing users with more customization flexibility for button styling.</li>\n<li>Change: Swipe Carousel (Pro) - Modified \'Enable Link\' option. Now, the entire item serves as a link, providing a more intuitive and consistent approach to linking within the widget.</li>\n<li>Fix: Submit Button (Free) - Corrected default values in email 2 that were leading to validation errors.</li>\n<li>Fix: Post Carousel Lite (Free) - Addressed issue where the carousel was not displaying on mobile devices.</li>\n<li>Fix: Icon Tabs (Pro) - Resolved issue with the \'Start Collapsed\' option. The fix ensures that the \'Start Collapsed\' option now functions correctly, delivering the intended collapsed behavior upon initialization.</li>\n<li>Fix: Post Grid (Pro) - Optimized widget item HTML code. This update enhances performance and efficiency by streamlining the HTML structure of widget items.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized item HTML code. This update improves performance and efficiency by refining the HTML structure of individual items within the widget.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized CSS code. This update improves performance and reduces the overall footprint of the stylesheet, enhancing efficiency and loading times.</li>\n<li>Fix: Remote Link (Pro) - Resolved issue where the Text Shadow option was erroneously interpreted as Box Shadow. The fix ensures that the Text Shadow option now functions correctly, providing the intended text shadow effect.</li>\n<li>Fix: Scroll Sequence (Pro) - Revised and improved descriptions of the widget fields for better clarity.</li>\n<li>Fix: Post Magazine Grid (Pro) - Added \'raw\' tag to category names to fix the display issue where the \'&\' symbol in category names was not displaying correctly.</li>\n<li>Fix: Before After (Pro) - Improved widget interaction with Elementor\'s Popups. This update ensures seamless integration and optimal performance when using the widget within Elementor\'s Popup functionality.</li>\n<li>Fix: Grid Gallery (Pro) - Resolved an issue where the widget was not extending to full width within Elementor Container.</li>\n<li>Fix: Particle Image (Pro) - Added protection from lazy load. This update ensures compatibility and proper functionality, mitigating potential issues related to lazy loading on various platforms.</li>\n</ul>\n\n<p>version 1.5.95: 2024-02-12:</p>\n\n<ul>\n<li>Feature: Ensure that the blog displayed on the \"Home\" page of the plugin is always up-to-date.</li>\n<li>Feature: Implemented support for tags in the widget catalog.</li>\n<li>Feature: Added an option for galleries to play videos in muted mode.</li>\n<li>Feature: Integrated weather forecast data preparation for the widget.</li>\n<li>Fix: Addressed some minor potential security risks associated with the import templates functionality.</li>\n<li>Fix: Rectified email validation for Form Email2.</li>\n<li>Fix: Resolved some issues with the price range filter.</li>\n<li>Fix: fixed the problem where dynamic template styles disappeared after updating Elementor Pro.</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Image Zoom Content Box (Free) - Implemented \'Title Tag\' option. This new functionality allows users to specify the HTML tag for titles within the widget, providing flexibility and control over the semantic structure of the content.</li>\n<li>Feature: Post Accordion (Free) - Implemented \'Disable Link in Image\' option. This new functionality allows users to disable the link associated with an image, providing more control over the interactive behavior of images within the widget.</li>\n<li>Feature: Slider Gallery (Free) - Implemented \'Mute Video\' option. This new functionality allows to play videos muted by default. Volume can be adjusted in video players on live page.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Item Bar Width\' option. This new functionality allows users to customize the width of individual bars, providing greater control over the visual representation of items.</li>\n<li>Feature: Remote Item Navigation (Pro) - Introduced \'Border Override Color\' options for Regular and Active states. This new functionality allows users to customize border colors separately for both Regular and Active states, enhancing visual styling in the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Title Min Height\' option. This new functionality allows users to set a minimum height for the title, offering more control over the visual presentation and consistency in the widget.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Show Link\' option. This new functionality enables users to show or hide links and customize their styling within the widget, offering more control over the interactive elements.</li>\n<li>Feature: Counter (Free) - Implemented \'Add Link To Widget Container\' option. This new functionality allows users to include a link, enhancing the interactive capabilities of the element by enabling navigation to another page or resource.</li>\n<li>Feature: Icon Box Accordion (Pro) - Introduced \'Icon + Text\' option for Graphic Element. This new value expands customization by allowing users to display both an icon and text within the Graphic Element for richer visual representation.</li>\n<li>Feature: Before After (Pro) - Added support for the widget inside Elementor\'s Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to utilize the widget effectively within Elementor\'s Tabs.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Hide Inactive Arrow\' option. This new functionality allows users to hide inactive arrows, providing a cleaner and more focused appearance in the widget interface.</li>\n<li>Feature: Layers (Pro) - Added shadow for icon type layers.</li>\n<li>Feature: Icon Pointer Button (Pro) - Introduced \'Direction\' option. This new functionality allows users to specify the direction for RTL (Right-to-Left) or LTR (Left-to-Right) websites, ensuring proper layout alignment based on language direction.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Auto Height\' option. This new functionality adjusts the height of the slider dynamically based on the height of the current slide, providing a more adaptive and seamless user experience.</li>\n<li>Feature: Justified Image Carousel (Pro) - Option to fix the broken layout (resulting in a duplicate carousel) caused by delayed image loading, this solution verifies that the images are loaded before initializing the carousel.</li>\n<li>Feature: Remote Tabs (Pro) - Introduced styling options for Border Radius, Border, and Shadow for the image of the active tab.</li>\n<li>Feature: Layers (Pro) - Added background color, padding and radius for text fields.</li>\n<li>Feature: WhatsApp Chat (Pro) - z-index option for Popup, allowing users to customize the stacking order of the Popup for better control over its visibility in relation to other elements.</li>\n<li>Feature: WhatsApp Chat (Pro) - Introduced option to customize the Popup Title, along with styling options for enhanced visual control and personalization.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced \'Additional Title\' options. This new functionality expands customization by providing additional settings for titles, allowing users to further enhance the visual presentation of titles within the widget.</li>\n<li>Feature: Content Grid (Pro) - Introduced \'Image Scale\' option. This new functionality allows users to scale the images, providing enhanced control over the visual presentation within the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented feature - automatically opens menu item if it matches the current page URL.</li>\n<li>Feature: Post Grid (Pro) - Added Option to show post tags, providing users with the ability to showcase tags associated with each post.</li>\n<li>Feature: Post Magazine Grid (Pro) - Introduced \'Image Scale\' and \'CSS Filters\' options along with the hover transition duration for enhanced image customization.</li>\n<li>Feature: Card Carousel (Free) - Implemented \'Image Position\' option. This new functionality allows users to customize the position of image within the widget, providing enhanced control over the visual layout.</li>\n<li>Feature: Layers (Pro) - Added mouse parallax effect, adds a captivating and interactive dimension to the user interface.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced additional styling options. This new set of functionalities allows users to further customize and refine the visual appearance of the widget, providing enhanced styling possibilities.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Close Transition Speed\' option. This new functionality enables users to set the speed of close animations for the dropdown, enhancing visual transitions and customization.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added \'Image Position\' option, allowing users to customize the position of the image above or below the content for enhanced layout flexibility.</li>\n<li>Feature: Layers (Pro) - Implemented motion effects—now elements can bounce up and down and move left to right for a livelier interface.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Center Info Window\' option. This new functionality allows users to center the info window on the map, providing enhanced visibility and focus on the selected location.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Close After Outside Info Window Click\' option. This new functionality allows users to close the info window after clicking outside of it on the map, enhancing user interaction and control.</li>\n<li>Feature: Layers (Pro) - Implemented responsive settings for individual layers, allowing users to toggle each layer on or off based on the specific device requirements.</li>\n<li>Feature: Image Accordion (Pro) - Added \'Title HTML Tag\' option, providing users with better SEO control by allowing customization of HTML tags for widget titles.</li>\n<li>Feature: Content Tabs (Free) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab content for a smoother and more seamless user experience.</li>\n<li>Feature: Event List (Pro) - Implemented \'Remove Expired Event Item\' option. This new functionality allows users to automatically remove event items that have expired, streamlining content management within the widget.</li>\n<li>Feature: Post Grid (Pro) - Added typography option for post tags, allowing users to customize the font style, size, and other typographic attributes.</li>\n<li>Feature: Event List (Pro) - Implemented \'Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the button, providing enhanced control over the layout within the widget.</li>\n<li>Feature: vCard (Pro) - Introduced option to include social media links in downloadable VCF contact file, enhancing contact information with additional social network profiles for improved connectivity.</li>\n<li>Change: Toggle Text Button (Free) - Upgraded textarea to full functionality editor, providing users with enhanced editing capabilities.</li>\n<li>Change: vCard (Pro) - Updated vCard JavaScript library to the latest version, ensuring compatibility with current standards and latest feature availability.</li>\n<li>Fix: Woo Product List (Free) - Introduced \'Layout Type\' option. This new functionality allows users to set the layout as either column or row, providing flexibility in organizing and displaying content within the widget.</li>\n<li>Fix: vCard (Pro) - Resolved issue where QR code was not scanning on some apps.</li>\n<li>Fix: Hotspots (Pro) - Rebuilt JavaScript code for better interaction. Removed unnecessary code to optimize performance and streamline functionality.</li>\n<li>Fix: Sideways Vertical Text (Pro) - Text layout shifting issue on Safari browser.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue with scrolling to the top of the page after tab click. The fix ensures that tab clicks no longer trigger unintended scrolling to the top, providing a smoother user experience.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the vertical scrollbar appearing on hover.</li>\n<li>Fix: Testimonial Carousel (Pro) - The issue where styling attributes (size and color) for SVG icons were not taking effect.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue in Content Tabs when Before After widget couldn\'t function inside tabs. The fix ensures proper functionality, allowing users to utilize the widget as intended.</li>\n<li>Fix: Woo Product Grid (Pro) - Added image HTML attributes to product images.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue where the size of social icons wasn\'t responding to the option value. The fix ensures that the specified option value now accurately reflects the size of social icons.</li>\n<li>Fix: Counter (Free) - Removed unnecessary space in \'Before Text\' and \'After Text\' options. This update improves the clarity and presentation of the text by eliminating unnecessary spacing.</li>\n<li>Fix: Content Tabs (Free) - Added support for Elementor Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to incorporate the widget effortlessly within Elementor Tabs.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved an issue where incorrect icons were being displayed after selecting a menu item.</li>\n<li>Fix: Woo Mini Cart (Pro) - Improved widget compatibility with optimization plugins like WP Rocket. This update ensures seamless integration, optimizing performance and enhancing the overall user experience when using these plugins.</li>\n<li>Fix: Post Accordion (Free) - Updated post content loading method to resolve the issue where, on some sites, post content was not displaying correctly.</li>\n<li>Fix: Dropdown Field (Pro) - Fixed an issue when Dropdown Field couldn\'t parse Field Name to Number Field widget.</li>\n<li>Fix: Card Carousel (Free) - Resolved issue where Transition Speed wasn\'t working for non-default animations. The fix ensures that Transition Speed now functions correctly for all animations, providing consistent and reliable behavior.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Removed default 2px border with blue color from one of the map elements. This update improves the visual presentation by eliminating an unnecessary border.</li>\n</ul>\n\n<p>version 1.5.94: 2024-01-25:</p>\n\n<ul>\n<li>Feature: added option to message individual fields for the form</li>\n<li>Change: removed instagram blocked api message - the instagram functionality is active now!</li>\n<li>Change: added default values to currency fields</li>\n<li>Fix: fixed small php bug regarding date field in items</li>\n<li><p>Fix: fixed some small xss vulnurability that pachstack discovered</p></li>\n<li><p>Feature: Number Field (Pro) - Introduced \'Enable Date Field in Formula\' option. This new functionality enables the use of Date Field in formula by allowing the addition or subtraction of days.</p></li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Remove Items with 0 Value\' option. This new functionality automatically excludes items with a value of 0 from charts.</li>\n<li>Feature: WordPress Menu (Free) - Implemented \'Hover Effect\' option. This new functionality allows users to choose from a variety of hover link effects, enhancing the visual presentation with dynamic animations.</li>\n<li>Feature: Hotspots (Pro) - Introduced customizable popup positioning, providing users with the option to define the exact position rather than relying on preset center alignment.</li>\n<li>Feature: Event List (Pro) - Introduced \'Event End Date\' option, allowing users to display event end date and time.</li>\n<li>Feature: Event List (Pro) - Implemented \'Calendar Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the calendar, providing better control over its placement within the layout.</li>\n<li>Feature: Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Dropdown Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Value Handling\' options. This new functionality allows users to choose the checkbox value type from options such as sum, individual number, or individual text, providing flexibility in handling checkbox values.</li>\n<li>Feature: Masonry Gallery (Pro) - Introduced \'Title Typography\' and \'Description Typography\' options. These new functionalities allow users to customize the typography settings for titles and descriptions.</li>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Tile Background Color\' option. This new functionality allows users to customize the background color of tiles, providing enhanced visual control over the widget\'s appearance.</li>\n<li>Feature: Hotspots (Pro) - Added \'Popup Image Size\' option, allowing users to customize the size of popup images.</li>\n<li>Feature: WooCommerce Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented \'Open Links In New Tab\' option. This new functionality allows users to specify whether links should open in a new tab with Source type posts, products, etc.</li>\n<li>Feature: Content Ticker (Pro) - Added Option to add an Image for each ticker item.</li>\n<li>Change: Hotspots (Pro) - Enabled \'Image Size Select\' option for the Image, allowing users to choose from different image resolutions for enhanced flexibility and visual customization.</li>\n<li>Change: Icon Carousel (Pro) - Improved \'Item Minimum Height\' option by expanding the range of values.</li>\n<li>Fix: Fullscreen Menu (Free) - Improved protection from Elementor sticky section interference.</li>\n<li>Fix: vCard (Pro) - Issue with QR code not displaying when \'Include Image in Contact\' is enabled has been resolved.</li>\n<li>Fix: Dropdown Field (Pro) - Resolved issue with \'Field Name\' not appearing during email sending. The fix ensures that the field name is now properly displayed in email notifications.</li>\n<li>Fix: Mega Menu (Pro) - Resolved horizontal scroll issue. The fix ensures that the layout no longer experiences unintended horizontal scrolling, providing a more stable and user-friendly experience.</li>\n<li>Fix: Scroll To Top (Free) - Resolved issue where the icon wasn\'t visible on the frontend. The fix ensures proper visibility of the icon, addressing the bug and improving the overall appearance.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the \'Disable Page Scroll\' option not working in some cases. The fix ensures consistent functionality, preventing page scrolling as intended.</li>\n<li>Fix: Text Field (Free) - Resolved input width issue. The fix ensures that input elements now display with the correct width.</li>\n</ul>\n\n<p>version 1.5.93: 2024-01-18:</p>\n\n<ul>\n<li>Feature: Introduced the option \'slider_video_autoplay\' to galleries, enabling video autoplay when changing items.</li>\n<li>Feature: Added the option to include specific taxonomies in related posts queries.</li>\n<li>Feature: Implemented automatic recognition of video thumbnail IDs in certain gallery types based on relevant post meta.</li>\n<li>Feature: Added functionality for the price range filter.</li>\n<li>Change: Updated the Freemius version.</li>\n<li>Change: Modified the text format for the export change log.</li>\n<li>Change: Restored the \"import with images\" feature after incorporating file type checks for security.</li>\n<li>Fix: Enhanced the handling of multiple user records for the \'exclude users\' option in the users query (Ajax-based).</li>\n<li>Fix: Corrected URL CSS and JS inclusion issues in Elementor editor.</li>\n<li><p>Fix: Corrected a bug related to \"mini cart widget\" in PHP in specific cases.</p></li>\n<li><p>Feature - Card Carousel (Free) - Introduced \'Hide Item\' option. This new functionality allows users to hide items instead of deleting them permanently, offering a more reversible and flexible approach to item management.</p></li>\n<li>Feature - Post Grid (Pro) - Implemented \'Layout Type: Above\' option. This new functionality allows users to change the position of the content box to above the image.</li>\n<li>Feature - Thumbnail Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Compact Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Grid Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Slider Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Flip Box Carousel (Pro) - Introduced option for back icon alignment, providing users the flexibility to customize the alignment of the back icon.</li>\n<li>Feature - Post List (Free) - Implemented \'Image Scale\' option for regular and hover states. This new feature allows users to customize the scaling of images independently for regular and hover states, enhancing visual presentation.</li>\n<li>Change - Flip Box Carousel (Pro) - Implemented conditional rendering of CSS to reduce unused styles, resulting in improved performance, SEO, and faster load times for enhanced user experience.</li>\n<li>Change - Content Accordion (Free) - Improved \'Expand All Accordion\' functionality, now allowing users to close the accordion by clicking the same button again for a more intuitive and user-friendly experience.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Implemented protection against buttons not being vertically aligned in specific cases.</li>\n<li>Fix - Flip Box Carousel (Pro) - Resolved an issue where links were not functioning properly when clicking on the back icon.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Resolved issue with the product button not being clickable in some cases.</li>\n<li>Fix - Post Carousel (Pro) - Resolved issue with the side-by-side layout.</li>\n<li>Feature - Logo Grid (Free) - Enhanced responsiveness for item \'Padding\' option. This update ensures that item padding adjusts effectively across various screen sizes and device resolutions for a consistent layout.</li>\n<li>Feature - Logo Grid (Free) - Implemented \'Direction\' option. This new feature is particularly useful for RTL (Right-to-Left) websites, allowing users to specify the direction of the widget\'s layout for improved compatibility.</li>\n<li>Feature - Content Accordion (Free) - Introduced a new feature that allows the expansion of all accordion items by clicking on an external element with the class \"ue-content-accordion-expand-all\".</li>\n<li>Feature - Memory Game (Pro) - Introduced template option for success message, Allowing users to show Elementor template as success message.</li>\n<li>Feature - Memory Game (Pro) - Added \'Completion Time\' option, enabling users to show the time it took to complete the game for a more informative and engaging experience.</li>\n<li>Feature - Content Accordion (Free) - Introduced \'Additional Header Content\' option in the accordion, allowing users to include additional content after the header title.</li>\n<li>Feature - Post Accordion (Free) - Implemented \'Open Links in New Tab\' option. This new functionality allows users to configure links to open in a new tab, enhancing control over the navigation experience.</li>\n<li>Feature - Side Menu (Pro) - Added an option to add a logo to the side menu layout.</li>\n</ul>\n\n<p>version 1.5.92: 2024-01-04:</p>\n\n<ul>\n<li>Feature: Introduced the change log option in the widget editor.</li>\n<li>Feature: Introduced the ability to connect with Google API for multi-source options.</li>\n<li>Feature: Included an option to link with Google Sheets under the general settings for forms.</li>\n<li>Feature: Integrated a \"show globals\" feature in troubleshooting for enhanced diagnostics.</li>\n<li>Feature: Implemented the capability to output cart fragments for the woo mini cart.</li>\n<li>Feature: Provided an option for \"none\" under lightbox-type in galleries, allowing users to disable the lightbox.</li>\n<li>Feature: Added an \"excerpt\" field to post fields within the widget editor for more detailed posts.</li>\n<li>Fix: Replaced site_url() with home_url() in global variables for better website navigation.</li>\n<li>Fix: Resolved a conflict with another select2 on the admin side, ensuring smoother operations.</li>\n<li>Fix: Rectified an error with multiple order by clauses in post queries to improve data sorting.</li>\n<li><p>Fix: Enhanced the manual selection of Elementor template retrieval for optimized performance.</p></li>\n<li><p>Feature - Content Carousel - Introduced \'Equalize Content Height\' option. This new feature simplifies the process of making content elements equal in each item.</p></li>\n<li>Feature - Flip Box Carousel - Enhanced responsiveness for Border Radius option. The update ensures that the Border Radius adapts effectively to different screen sizes and device resolutions for a consistent display.</li>\n<li>Feature - WooCommerce Product Carousel - Resolved broken layout issue occurring when set to side-by-side layout</li>\n<li>Feature - Phone Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Textarea Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Email Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Text Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Testimonial Carousel - Implemented \'Layout Type: Grid\' option. This new functionality facilitates the transformation of the widget\'s layout into a simple grid.</li>\n<li>Feature - Testimonial Carousel - Introduced \'Layout Type: Swipe\' option. This new feature allows users to set the behavior of the widget, resembling the functionality found in Swipe Carousel widget.</li>\n<li>Feature - Flip Box Carousel - Introduced \'Disable Mouse Drag\' and \'Disable Touch Drag\' options in Flip Box Carousel settings, offering control over user interaction by allowing the disabling of dragging functionalities.</li>\n<li>Feature - Team Member Grid - Introduced \'Badge\' option, allowing users to include custom badge images or icons for enhanced member representation.</li>\n<li>Feature - Thumbnail Slider - Implemented responsiveness for \'Slider Main Image Height\' option.</li>\n<li>Feature - Thumbnail Slider - Optimized \'Slider Main Image Height\' functionality to prevent widget reloading upon value change.</li>\n<li>Change - Thumbnail Slider - Changed attribute of \'Slider Main Image Height\' option from Number to Slider. This adjustment simplifies the process of adjusting the height of the main image by providing a more intuitive control.</li>\n<li>Fix - Submit Button - Improved interaction within Multi Step Form widget. Enhancements have been made to streamline and optimize the submit action.</li>\n<li>Feature - Multi Step Form - Implemented form submission loader. This new addition introduces a visual loader to illustrate the process of sending form data, enhancing user feedback during form submission.</li>\n<li>Feature - WooCommerce Product List - Introduced \'Default Image\' option. The widget will now display the specified default image when a product image is empty, for a more personalized user experience.</li>\n</ul>\n\n<p>version 1.5.91: 2023-12-28:</p>\n\n<ul>\n<li>Change: removed some vulnerability related to templates import</li>\n</ul>\n\n<p>version 1.5.90: 2023-12-18:</p>\n\n<ul>\n<li>Fix: fixed some small bug with pro version main file</li>\n</ul>\n\n<p>version 1.5.89: 2023-12-17:</p>\n\n<ul>\n<li>Fix: fixed some post filters detection issues on the page</li>\n<li>Fix: fixed some \"$type not found\" message in php</li>\n<li>Fix: fixed some \"infinite template found: \" message in php (emtpy template load protection)</li>\n<li>Change: added instagram api access error message</li>\n<li>Change: removed \"import with images\" functionality. replaced by doubly plugin.</li>\n</ul>\n\n<p>version 1.5.88: 2023-12-11:</p>\n\n<ul>\n<li>Feature: added \"iframe\" gallery type to the gallery items</li>\n<li>Fix: fixed the \"show/hide edit html button\" option from general settings</li>\n<li>Fix: fixed the general_settings.xml php error</li>\n<li>Fix: fixed some issue with gallery loading on pages and current meta keys</li>\n<li>Fix: fixed default value in datetime control</li>\n<li>Change: added some improvements for the form </li>\n<li>Change: set video placeholder to dynamic galleries in case of video item</li>\n</ul>\n\n<p>version 1.5.87: 2023-11-21:</p>\n\n<ul>\n<li>Change: updated freemius sdk to 2.6.0 version</li>\n<li>Change: added some protection against double background widgets output</li>\n<li>Feature: enabled form functionality</li>\n<li>Feature: enabled currency exchange functionality</li>\n</ul>\n\n<p>version 1.5.85: 2023-11-15</p>\n\n<ul>\n<li>Feature: added woo_addcart_ajax_attributes_button in twig for the button</li>\n<li>Feature: added option to show original settings values in widget debug</li>\n<li>Feature: added troubleshooting setting not to show php deprecated warnings</li>\n<li>Fix: better prepare post custom fields for the post multisource</li>\n<li>Fix: links from meta field works now</li>\n<li>Fix: fixed the ob_end_clean bug</li>\n<li>Fix: in post query - excluded posts not in from posts in</li>\n<li>Fix: fixed a small bug in the unite gallery library</li>\n<li>Change: updated twig version to 3.x</li>\n<li>Change: updated instagram data with date released field</li>\n</ul>\n\n<p>version 1.5.85: 2023-09-20</p>\n\n<ul>\n<li>Fix: fixed a small bug with multisource image param message</li>\n</ul>\n\n<p>version 1.5.84: 2023-09-20</p>\n\n<ul>\n<li>Feature: added twig function csv to json</li>\n<li>Feature: changed the admin view to new design (added designed header and menu)</li>\n<li>Feature: added option to enable animation on swipe to owl carousel js</li>\n<li>Feature: added woo mini cart functionality</li>\n<li><p>Feature: added option: \"current query as a base\" to post selection -> include by</p></li>\n<li><p>Fix: added support for webp in the manager</p></li>\n<li>Fix: allow fetching images from media library post type for the galleries </li>\n</ul>\n\n<p>version 1.5.83: 2023-08-22</p>\n\n<ul>\n<li>Fix: don\'t show first item in filter when no terms available</li>\n<li>Change: updated calculators javascript code base</li>\n</ul>\n\n<p>version 1.5.82: 2023-08-16</p>\n\n<ul>\n<li>Feature: added option for group filtering widgets</li>\n<li>Feature: solved the video play in gallery type from attachment video</li>\n<li>Change: turned off the video icon for background attribute</li>\n<li>Fix: fixed dynamic template with avoid duplicates</li>\n<li>Fix: fixed gallery widget acf video item error</li>\n<li>Fix: fixed some sort filter bugs with the default selected</li>\n</ul>\n\n<p>version 1.5.81: 2023-08-10</p>\n\n<ul>\n<li>Fix: fixed some missing css in the dynamic loop widgets</li>\n<li>Fix: fixed some child filters related bug</li>\n<li>Fix: fixed order by price in current query</li>\n<li>Fix: fixed some php 8.16+ version notices </li>\n<li>Feature: added option to print the term meta</li>\n</ul>\n\n<p>version 1.5.80: 2023-08-07</p>\n\n<ul>\n<li>Feature: added option to get \"all taxonomy terms\" from a post </li>\n<li>Feature: added html preperations for the woocommerce minicart</li>\n<li>Feature: added \"this week\" to the date selection query</li>\n<li>Feature: added \"grouping\" mode in the \"related posts\"</li>\n<li>Fix: the pagination now works on top of the grid</li>\n<li>Fix: fixed some init ajax filters multiple issues</li>\n<li>Fix: fixed the error with the assets path set</li>\n</ul>\n\n<p>version 1.5.79: 2023-07-24</p>\n\n<ul>\n<li>Fix: changed name for area-label to aria-label</li>\n<li>Fix: in filters - refresh single filter if \"all\" selected and there are hidden items</li>\n<li>Fix: changed protection against inifnite loop to 200</li>\n<li>Fix: show child filters at start if there are selected items</li>\n<li>Fix: date time attribute processor - if no date given - don\'t take current time</li>\n<li>Fix: refresh child filter if main filter selected on init</li>\n<li>Fix: dynamic popup was not worked with multisource in some cases</li>\n</ul>\n\n<p>version 1.5.78: 2023-07-16</p>\n\n<ul>\n<li>Fix: fixed show filters load more</li>\n<li>Fix: fixed multisource repeater empty</li>\n</ul>\n\n<p>version 1.5.77: 2023-07-13</p>\n\n<ul>\n<li>Fix: fixed dropzone collision in widget editor view</li>\n<li>Fix: fixed sort filter price filtering</li>\n<li>Fix: fixed max number in addons db table. from \"int\" to \"bigint\"</li>\n<li>Fix: replaced some deprecated by elementor codes</li>\n</ul>\n\n<p>version 1.5.76: 2023-07-12</p>\n\n<ul>\n<li>Feature: added \"rem\" unit in slider attribute</li>\n<li>Fix: fixed some small bug with remote sync debug</li>\n<li>Fix: fixed the truncate in multisource</li>\n<li>Fix: fixed some small bugs related to remote controls</li>\n<li>Fix: fixed dropzon third party conflict in manager</li>\n</ul>\n\n<p>version 1.5.75: 2023-07-05</p>\n\n<ul>\n<li>Feature: added some suggestion text to add some memory in the troubleshooting section in case that needed</li>\n<li>Fix: the wrong author was displayed in loop post meta data</li>\n<li>Fix: do_shortcode to html items inside the grid and dynamic loop</li>\n<li>Update: Updated Freemius SDK to the latest version</li>\n</ul>\n\n<p>version 1.5.74: 2023-07-04</p>\n\n<ul>\n<li>Fix: show search widgets at plugin install.</li>\n<li>Fix: menu picker depts in multisource</li>\n<li>Fix: set the author data to be retrievable in dynamic grid template</li>\n<li>Fix: show meta fields switcher didn\'t worked in multisource menu items</li>\n</ul>\n\n<p>version 1.5.73: 2023-06-26</p>\n\n<ul>\n<li>Feature: added options for revisions in widget editor</li>\n<li>Fix: added support for wordpress proxy in api calling</li>\n<li>Fix: fixed empty post in query result</li>\n<li>Fix: fixed \"wrong template ID\" elementor error in post accordion</li>\n</ul>\n\n<p>version 1.5.72: 2023-06-21</p>\n\n<ul>\n<li>Fix: added the swf extension in the allowed files in assets</li>\n<li>Feature: prepared the plugin for sort filter</li>\n<li>Change: updated freemius sdk to 2.5.9</li>\n</ul>\n\n<p>version 1.5.71: 2023-06-20</p>\n\n<ul>\n<li>Change: removed js includes of the forms and filters from backend editor</li>\n<li>Change: changed colors of the free version notification in dark mode</li>\n<li>Fix: fix the \"link\" type in wpml integration automatic translation</li>\n<li>Feature: add support for the conditions in ue forms</li>\n</ul>\n\n<p>version 1.5.70 2023-06-19:</p>\n\n<ul>\n<li>Change: added some \"birthday sale\" banner</li>\n<li>Feature: added \"truncate text\" modifier to multisource fields</li>\n<li>Feature: dynamic tags now works inside posts and products related widgets</li>\n<li>Feature: added twig highlighting in codemirror editor</li>\n<li>Fix: fixed sequence animation sliders bug (fields didn\'t loaded in elementor)</li>\n<li>Fix: change the comment from // to /* */ in filters js output to allow proper page compression.</li>\n<li>Fix: the \"time ago\" string is now translatable </li>\n<li>Fix: fixed the wpml elementor template id output</li>\n<li>Fix: fixed backgrounds bug with containers in editor</li>\n<li>Fix: fixed some small bugs with the checkbox filter</li>\n</ul>\n\n<p>version 1.5.69: 2023-06-08:</p>\n\n<ul>\n<li>Fix: allow to install webp images in widgets</li>\n</ul>\n\n<p>version 1.5.68: 2023-06-06:</p>\n\n<ul>\n<li>Change: added functionality for sort filter </li>\n<li>Feature: added field: \"form conditions\" for the upcoming form</li>\n<li>Feature: added link translation to wpml integration</li>\n<li>Feature: added link_attributes field to post list fields in twig</li>\n<li>Fix: fixed slider control min max values in case of multiple units</li>\n<li>Fix: add do shortcode from ajax items response</li>\n<li>Fix: fixed posts grid output with \"product\" taxonomy without woocommerce</li>\n<li>Fix: fixed getting cross sell products query in product list</li>\n</ul>\n\n<p>version 1.5.67 - 2023-05-29:</p>\n\n<ul>\n<li>Fix: fixed some more securaty issues related to assets manager</li>\n</ul>\n\n<p>version 1.5.66 - 2023-05-28:</p>\n\n<ul>\n<li>Fix: fixed some securaty issues related to non editor users operations and not allowed to upload php files in assets manager</li>\n</ul>\n\n<p>version 1.5.65 - 2023-05-26:</p>\n\n<ul>\n<li>Fix: fixed instagram api related bugs </li>\n</ul>\n\n<p>version 1.5.64 2023-05-23:</p>\n\n<ul>\n<li>Change: update freemius to latest version 2.5.8</li>\n<li>Fix: fixed a small php bug</li>\n</ul>\n\n<p>version 1.5.63 2023-05-23:</p>\n\n<ul>\n<li>Change: expand in widget editor is now connected to the screen height</li>\n<li>Fix: fixed the dynamic popup with multiple fields code </li>\n<li>Fix: fixed some sync if the clicked item is link</li>\n<li>Feature: added support for sort post filter</li>\n<li>Feature: hide \"show only insalled\" checkbox in widgets manager if no widget installed.</li>\n</ul>\n\n<p>version 1.5.62 2023-05-14:</p>\n\n<ul>\n<li>Feature: added \"edit template\" link in template selector</li>\n<li>Feature: added hidden template edit button to top bar</li>\n<li>Feature: added option for dynamic popup link to connect to many links in the widget</li>\n<li>Fix: solved some php error with parse dynamic settings in php 8.1</li>\n<li>Fix: getMetaValue error in products</li>\n<li>Fix: fixed doubly css includes in some cases</li>\n</ul>\n\n<p>version 1.5.61 - 2023-05-07:</p>\n\n<ul>\n<li>Feature: added support for woocommerce jet wishlist</li>\n<li>Feature: did option to disable third party hooks in ajax</li>\n<li>Fix: click on link on sync didn\'t worked</li>\n<li>Fix: added some protections to nonce and to file manager zip exctract (securaty issues fix) </li>\n<li>Change: updated freemius sdk to 2.5.7 version.</li>\n</ul>\n\n<p>version 1.5.60 - 2023-04-30:</p>\n\n<ul>\n<li>Feature: added functionality to get cart number of products </li>\n<li>Fix: fixed link field settings for multisoure</li>\n<li>Fix: fixed some bugs with regular price in woocommerce widgets</li>\n<li>Fix: filters js file loaded in editor as well</li>\n<li>Fix: fixed some small php bug regarding \"pathBase\"</li>\n<li>Fix: fixed conditions in multiple select control</li>\n<li>Change: updated unite gallery version</li>\n<li>Change: disabled autoload in update_option for the catalog variable</li>\n</ul>\n\n<p>version 1.5.59: 2023-04-09</p>\n\n<ul>\n<li>Feature: added multiple select to condition attributes in widget editor</li>\n<li>Change: updated freemius sdk to the latest version</li>\n<li>Fix: fixed empty post meta fields in case that acf plugin is on</li>\n<li>Fix: fixed some bug with avoid duplicates option and filters in single grid</li>\n<li>Fix: made some corrections in case that post query show wrong init selected terms values</li>\n<li>Fix: the post carousel goes to random item after ajax refresh</li>\n<li>Fix: fixed jet engine custom fields integration</li>\n</ul>\n\n<p>version 1.5.58: 2023-03-26</p>\n\n<ul>\n<li>Feature: added dynamic popup functionality to multisource widgets</li>\n<li>Fix: fixed missing arguments in the_post action</li>\n<li>Fix: fixed some php multisource error</li>\n<li>Fix: fixed some product ajax search related issues</li>\n<li>Fix: fixed some small but with ajax refresh and sync</li>\n</ul>\n\n<p>version 1.5.57: 2023-03-20</p>\n\n<ul>\n<li>Feature: improved the multisource selectors</li>\n<li>Feature: added option to get image from post meta in post fields - widget editor</li>\n<li>Fix: added \"skins\" folder to unite gallery</li>\n<li>Fix: added more compatability to woo commerce grids with discounts plugins</li>\n<li>Fix: fixed same uc_id in dynamic templates</li>\n</ul>\n\n<p>version 1.5.56: 2023-03-13:</p>\n\n<ul>\n<li>Feature: added option authors by dynamic field in post query</li>\n<li>Feature: done some integration with flycart discounts</li>\n<li>Feature: added option to show post type and post type title in posts fields</li>\n<li>Feature: added option to add multiple values in multisource</li>\n<li>Fix: fixed get posts by terms meta field - add taxonomy</li>\n<li>Fix: fixed responsive css in dynamic loop</li>\n<li>Fix: fixed dynamic loop with jet engine acf fields</li>\n<li>Fix: fixed slider control units for vh, vx and % </li>\n<li>Fix: added \"before today\" for past year in date qury</li>\n<li>Change: the uc_id will not change now when page refresh</li>\n</ul>\n\n<p>version 1.5.55: 2023-02-23:</p>\n\n<ul>\n<li>Fix: fixed wpml integrate fields</li>\n<li>Fix: fixed some write file error, will not crash if happend</li>\n<li>Fix: fixed entrance animation js on popup</li>\n<li>Fix: fixed strip tags in intro from content</li>\n<li>Fix: fixed some php 8.1 issues</li>\n<li>Fix: fixed some post intro with html tags issues</li>\n<li>Change: do_action function is working now in free version</li>\n</ul>\n\n<p>version 1.5.54: 2023-02-15</p>\n\n<ul>\n<li>Change: added some define variable that indicate the under ajax search</li>\n<li>Change: added \"collect\", and \"output\" to schema types in content accordion widget for example</li>\n<li>Feature: added wpml auto translate integration</li>\n<li>Feature: added option to select \"all taxonomies\" in exclude terms in terms selection</li>\n<li>Feature: added option - only direct children to terms select include by</li>\n<li>Feature: added option to post select to get posts by terms from curent meta field</li>\n<li>Fix: preserve tags when truncate</li>\n<li>Fix: fixed load more with second meta add in post query</li>\n</ul>\n\n<p>version 1.5.53: 2023-02-07</p>\n\n<ul>\n<li>Fix: keep exclude terms in grid when filtering with \"override terms\" mode</li>\n<li>Fix: fixed get_terms() not found php error from 1.5.52 version</li>\n</ul>\n\n<p>version 1.5.52: 2023-02-06</p>\n\n<ul>\n<li>Change: done some protection agains infinite loops in templates</li>\n<li>Fix: fixed popup button type conditions</li>\n<li>Fix: fixed term meta fields in multisource</li>\n<li>Fix: fixed exclude term not found in post select</li>\n</ul>\n\n<p>version 1.5.51: 2023-01-31</p>\n\n<ul>\n<li>Feature: added version to js comment output</li>\n<li>Feature: connected the galleies to remote play / stop like the carousels</li>\n<li>Feature: added some error message when image size attribute is missing in multisource</li>\n<li>Feature: added dynamic popup special attribute type</li>\n<li>Fix: fixed title source and description source in multisource gallery for products.</li>\n<li>Fix: added supress filtres to ajax search query</li>\n</ul>\n\n<p>version 1.5.50: 2023-01-24</p>\n\n<ul>\n<li>Feature: added \"media\" to post types select in advanced post query</li>\n<li>Feature: improved the date time attribute</li>\n</ul>\n\n<p>version 1.5.49: 2023-01-23</p>\n\n<ul>\n<li>Fix: fixed some js optimization issues </li>\n<li>Fix: fixed filters related small js bug</li>\n</ul>\n\n<p>version 1.5.48: 2023-01-19</p>\n\n<ul>\n<li>Feature: added gallery to multisource</li>\n<li>Feature: added post type override selectin current post query options</li>\n<li>Fix: fixed remote play with carousel</li>\n<li>Fix: fixed some multisource and ajax related bugs</li>\n<li>Fix: fixed popular posts plugin integration multiple post types</li>\n<li>Fix: fixed background widgets some problematic attribute names</li>\n<li>Fix: fixed include terms by current post terms in some cases.</li>\n<li>Fix: fixed default url_assets value in multisoure</li>\n<li>Fix: fixed dark mode svg icons</li>\n</ul>\n\n<p>version 1.5.47: 2023-01-10</p>\n\n<ul>\n<li>Feature: added more units to slider attribute</li>\n<li>Feature: added \"any\" post type to post types select</li>\n<li>Feature: added include and exclude current post terms in terms selection</li>\n<li>Feature: added option to carousel - scroll to head - force</li>\n<li>Feature: allow import widgets with theme activate</li>\n<li>Fix: fixed dynamic template render css for dynamic popup</li>\n<li>Fix: fixed users list select by manual</li>\n</ul>\n\n<p>version 1.5.46: 2023-01-08</p>\n\n<ul>\n<li>Feature: set the items image size chooser work for certain image</li>\n<li>Feature: made option to put js script in saparate tags with id\'s for optimization plugins like wprocket</li>\n<li>Feature: enriched the uc_lang variable. now it\'s always showing the current language</li>\n<li>Feature: added user_login variable to the users list output</li>\n<li>Feature: has put the preview link always as a help link in widget edit panel.</li>\n<li>Change: updated the multisource that it works better with items images</li>\n<li>Change: allow html tags in post intro (excerpt) in widgets</li>\n<li>Fix: fixed filters with sync multiple grid issues</li>\n<li>Fix: fixed the exclude users list with similar names</li>\n</ul>\n\n<p>version 1.5.45: 2022-12-26</p>\n\n<ul>\n<li>Feature: added json decode filter to twig</li>\n<li>Feature: added catalog images from shortpixel for speed loading</li>\n<li>Feature: done multisource group setting</li>\n<li>Fix: fixed entrance animation on ajax refresh</li>\n<li>Fix: done sync pause / play between carousels</li>\n</ul>\n\n<p>version 1.5.44: 2022-12-19</p>\n\n<ul>\n<li>Change: updated freemius to the latest version</li>\n<li>Fix: fixed remote play / pause button</li>\n<li>Fix: fixed search filter unicode phrase</li>\n<li>Fix: fixed entrance animation appear on scroll</li>\n<li>Feature: added video gallery responsive options</li>\n<li>Fix: fixed some owl carousel size on init bug</li>\n<li>Fix: fixed js widgets under the dynamic grid template like flipbox</li>\n</ul>\n\n<p>version 1.5.43: 2022-12-04</p>\n\n<ul>\n<li>Feature: add settings output to dynamic grid fields debug</li>\n<li>Fix: fixed pods multiple image data</li>\n<li>Fix: fixed url terms in filter with dynamic grid</li>\n<li>Fix: fixed users and menu not found bug in front </li>\n<li>Change: updated twig engine to the latest version</li>\n</ul>\n\n<p>version 1.5.42: 2022-11-29</p>\n\n<ul>\n<li>Feature: added functionality for time ago in posts widgets</li>\n<li>Feature: added woo variables to woo fields - woo_price_withtax, woo_price_notax</li>\n<li>Feature: added option for term child filter role\n-optimization: reduced number of queries in post related widgets</li>\n</ul>\n\n<p>version 1.5.41: 2022-11-24</p>\n\n<p>-bug fix: fixed post select in post query</p>\n\n<p>version 1.5.40: 2022-11-23</p>\n\n<ul>\n<li>Feature: added integration to woocommerce multicourancy plugins</li>\n<li>Feature: made some integration with translate press plugin</li>\n<li>Feature: added select post and select term attribute</li>\n<li>Fix: fixed dynamic loop css backgrounds with containers</li>\n<li>Fix: fixed mousewheel event in the carousel</li>\n<li>Fix: fixed some rare php error with filters</li>\n</ul>\n\n<p>version 1.5.39: 2022-11-16</p>\n\n<ul>\n<li>Fix: fixed small bug with zip extract</li>\n<li>Update: updated black friday sale banners</li>\n</ul>\n\n<p>version 1.5.38: 2022-11-10</p>\n\n<ul>\n<li>Fix: fixed galleries default sizes with post filters</li>\n<li>Fix: fixed hidden option in select filter in safari browser</li>\n<li>Fix: fixed non ssl assets url</li>\n<li>Feature: added \"schema\" special attribute</li>\n<li>Fix: fixed false autoplay in carousel</li>\n</ul>\n\n<p>version 1.5.37: 2022-11-09</p>\n\n<ul>\n<li>Fix: fixed 1px glitch bug in the carousel, on 1 item (slide mode)</li>\n<li>Feature: prepared the filters to work with ajax search</li>\n</ul>\n\n<p>version 1.5.36: 2022-11-6</p>\n\n<ul>\n<li>Feature: added function that outputs items schema</li>\n<li>Feature: improved include by meta in posts selection, added option for multiple values</li>\n<li>Feature: added option to get current user with meta in twig</li>\n<li>Addition: validate number of post list attributes, allow only one when creating widget</li>\n<li>Fix: fixed count posts in post query summary</li>\n<li>Fix: fixed entrance animation blur type</li>\n<li>Fix: fixed avoid duplicates with random order while posts load more</li>\n<li>Fix: the timeout now reset after slide change in owl carousel</li>\n<li>Fix: fixed terms selection taxonomies with idetical post type title</li>\n<li>Fix: added protection against inifinite loop in putElementorTemplate twig function</li>\n<li>Fix: fixed acf field unaccessable in some cases with elementor pro 3.8</li>\n</ul>\n\n<p>version 1.5.35: 2022-10-24</p>\n\n<p>-Fix: fixed include by id\'s from dynamic field, and terms from dynamic field in post selection</p>\n\n<p>version 1.5.34: 2022-10-19</p>\n\n<ul>\n<li>Feature: added items image size attribute (special type)</li>\n<li>Fix: fixed show backgrounds in elementor editor</li>\n</ul>\n\n<p>version 1.5.33: 2022-10-15</p>\n\n<ul>\n<li>Fix: fixed avoid duplicates with filters</li>\n<li>Fix: fixed select dropdown filter js</li>\n<li>Feature: added avoid duplicates option to manual posts selection</li>\n</ul>\n\n<p>version 1.5.32: 2022-10-11</p>\n\n<ul>\n<li>Fix: fixed some ajax pagination issues</li>\n<li>Fix: fixed pagination widget appearance on archive ajax pages with filters</li>\n<li>Fix: added twig functionality to put product attributes text</li>\n<li>Fix: fixed export with images not worked in some cases</li>\n<li>Fix: made some protection with ezcache plugin integration and filtering</li>\n<li>Fix: fixed some small php bug with this month post selection</li>\n<li>Fix: fixed some visible and hidden filters collision</li>\n<li>Fix: fixed terms select in terms filter on history back click in filters</li>\n<li>Fix: set child filter always first unselected</li>\n<li>Fix: set option for the tabs filter to be unselected</li>\n<li><p>Fix: fixed the pagination numbers if exclude offset chosen</p></li>\n<li><p>Feature: added multiple taxonomy terms in term selection</p></li>\n<li>Feature: added query id in terms selection</li>\n<li>Feature: added functionality for next / prev post</li>\n</ul>\n\n<p>version 1.5.31: 2022-09-20</p>\n\n<ul>\n<li>Fix: fixed thumbs gallery</li>\n</ul>\n\n<p>version 1.5.30: 2022-09-18</p>\n\n<ul>\n<li>Fix: fixed multiple post filters and grid connection</li>\n<li>Fix: fixed various small php errors</li>\n<li>Fix: fixed wordpress popular posts integration small bug</li>\n<li>Feature: added terms from dynamic post selection option</li>\n<li>Feature: added option for limiting terms show in post list</li>\n<li>Change: updated once more unitegallery graphics, changed assets to svg</li>\n<li>Fix: fixed thumbnail gallery arrows</li>\n</ul>\n\n<p>version 1.5.29: 2022-09-08</p>\n\n<ul>\n<li>Fix: fixed a small issue with search page and load more</li>\n<li>Fix: fix vimeo videos stoppped playing bug</li>\n</ul>\n\n<p>version 1.5.28: 2022-09-06</p>\n\n<ul>\n<li>Feature: added support for the select filter</li>\n<li>Fix: fixed some small js bug with filters</li>\n<li>Fix: fixed some post filters related popup error</li>\n<li>Change: changed the way that galleries srolls by mouseover</li>\n</ul>\n\n<p>version 1.5.27: 2022-09-02</p>\n\n<ul>\n<li>Fix: fixed popular posts plugin integration</li>\n<li>Fix: removed some console logs in filter.js file</li>\n<li>Fix: fixed ajax pagination jump</li>\n<li>Fix: fixed unitegallery strict standards bugs</li>\n<li>Change: renamed field - \"use dynamic fields\" to \"use current post data\" in widget editor</li>\n<li>Change: updated freemius sdk to: 2.4.5</li>\n</ul>\n\n<p>version 1.5.26: 2022-08-17</p>\n\n<ul>\n<li>Feature: added debug to remote elements</li>\n<li>Fix: made some protection against wrong animation names in carousel</li>\n<li>Fix: added some small fixes to carousel and remote sync js libraries</li>\n<li>Fix: done a better find closest section in remote</li>\n<li>Fix: fixed not showing values in elementor editor post selectors</li>\n</ul>\n\n<p>version 1.5.25: 2022-08-11</p>\n\n<ul>\n<li>Feature: added option to set title field in items</li>\n<li>Fix: fixed some more lazy load related protections in galleries</li>\n<li>Fix: Fixed some Elementor 3.7 deprecation issues</li>\n</ul>\n\n<p>version 1.5.24: 2022-08-09</p>\n\n<ul>\n<li>Fix: fixed some Elementor 3.7 related js bug in editor</li>\n</ul>\n\n<p>version 1.5.23: 2022-08-05</p>\n\n<ul>\n<li>Feature: added date format to date meta field post selection</li>\n<li>Feature: added more units to padding and margin attribute</li>\n<li>Feature: added option to set selected tab number in tabs filter widget</li>\n<li>Fix: fixed some unitegallery strict related scripts</li>\n<li>Fix: fixed sequance entrance animation attribute</li>\n<li>Fix: fixed some text with pagination edit mode in elementor editor</li>\n<li>Fix: fixed ajax pagination didn\'t get back to first page</li>\n<li>Fix: fixed tabs filter and taxonomy terms in one page</li>\n<li>Change: prepare the right way dates should work in post list</li>\n</ul>\n\n<p>version 1.5.22: 2022-07-24:</p>\n\n<ul>\n<li>Feature: added option to connect to another parent in remote arrows</li>\n<li>Feature: added change url and back button in ajax filers behaviour</li>\n<li>Fix: fixed doubly plugin integration import bg widgets</li>\n<li>Fix: fixed remote next/prev directions in carousels</li>\n<li>Fix: added some more protection against infinite loops from post content processing</li>\n</ul>\n\n<p>version 1.5.21 2022-07-17:</p>\n\n<ul>\n<li>Feature: added docstart and docend template in widget js</li>\n<li>Change: end of birthday sale message update</li>\n<li>Change: added warning message in case of twig collision with other plugins</li>\n</ul>\n\n<p>version 1.5.20 2022-07-13:</p>\n\n<ul>\n<li>Feature: added more widget debug type - current post fields</li>\n<li>Feature: updated admin title on edit widget view</li>\n<li>Feature: added option to carousel: scroll to head</li>\n<li>Feature: added query data attributes into filtering grid</li>\n<li>Fix: fixed ajax pagination in some cases</li>\n<li>Fix: fixed small php bug with hover animations control</li>\n<li>Fix: fixed lity lightbox with vimeo autoplay</li>\n<li>Fix: fixed item index after shuffle</li>\n<li>Fix: fixed some seleted tab filters related issues</li>\n<li>Fix: fixed load more filter doubly ajax request in some cases</li>\n<li>Fix: fixed woo scedualed sale price output</li>\n<li>Fix: in filters replace url with pagination as well</li>\n<li>Fix: changed gallery arrows to svg</li>\n</ul>\n\n<p>version 1.5.19 2022-06-27:</p>\n\n<ul>\n<li>Feature: added max posts to current query</li>\n<li>Fix: fixed controls conditions for elementor template control</li>\n<li>Feature: added more fields to dynamic grid loop (was only title)</li>\n<li>Change: added birthday sale banner and text</li>\n</ul>\n\n<p>version 1.5.17 2022-06-21:</p>\n\n<ul>\n<li>Change: updated fancybox version</li>\n<li>Fix: Fixed bug with ajax load more and ajax pagination</li>\n</ul>\n\n<p>version 1.5.17 2022-06-09:</p>\n\n<ul>\n<li>Feature: fixed entrance animation attribute</li>\n<li>Fix: fixed uc_inside_editor variable inside background widget</li>\n<li>Fix: fixed empty default value of radio boolean control</li>\n<li>Fix: fixed double filtering issues in archive pages</li>\n</ul>\n\n<p>version 1.5.16: 2022-05-31</p>\n\n<ul>\n<li>Fix: fixed double plugin versions in pro version</li>\n<li>Fix: fixed 1 size gap in one item owl carousel</li>\n<li>Fix: fixed the dissapearing options bug in mobile</li>\n</ul>\n\n<p>version 1.5.15: 2022-05-30</p>\n\n<ul>\n<li>Change: set cache folder inside wp-uploads</li>\n<li>Feature: added option to get terms last level only - for post list / grid</li>\n<li>Feature: added twig function - get_current_user</li>\n<li>Feature: disabled right click on html5 galleries (unite gallery)</li>\n<li>Fix: the image and video repeater was missing default items</li>\n<li>Fix: fixed load more and filters on a search page</li>\n<li>Fix: fixed carousel stage padding issues</li>\n<li>Fix: fixed carousel 1 item one pixel issues</li>\n<li>Fix: fixed default values in responsive selectors</li>\n</ul>\n\n<p>version 1.5.14: 2022-05-24</p>\n\n<ul>\n<li>Fix: fixed responsive default values with selectors in number and dropdown and slider controls</li>\n<li>Fix: fixed a bug in run_code_once functionality</li>\n</ul>\n\n<p>version 1.5.13: 2022-05-23</p>\n\n<ul>\n<li>Feature: added integration with \"sticky posts switch\" plugin</li>\n<li><p>Feature: added special attribute type - entrance animation</p></li>\n<li><p>Fix: fixed sync bug between two similar elements</p></li>\n<li>Fix: fixed filters loading with wp-rocket lazy load scripts</li>\n<li>Fix: fixed put_hide_ids_css function small bug</li>\n<li>Fix: fixed fetch 2 and more widgets within one section for filtering</li>\n<li>Fix: fixed slider control js empty output bug</li>\n<li>Fix: fixed gallery title as number js bug</li>\n<li>Fix: fixed gallery images from meta fields source as array </li>\n</ul>\n\n<p>version 1.5.12: 2022-05-08</p>\n\n<ul>\n<li>Feature: added integration for wpml media change</li>\n<li>Feature: bug fix: fixed hover animations setting don\'t work on front in some cases</li>\n<li>Feature: in post selection by date added options for \"future from today\", and \"future from tomorrow\".</li>\n<li>Feature: added new function: \"put_hide_ids_css\" to hide some css comma saparated id\'s from css tab.</li>\n<li>Feature: added support for ajax refresh for multiple synced grids together</li>\n<li>Feature: added option to test instagram data</li>\n<li><p>Feature: added phpinfo view in settings - troubleshooting</p></li>\n<li><p>Fix: fixed blank window opened by a link</p></li>\n<li>Fix: fixed acf boolean value present</li>\n<li>Fix: fixed another gallery related lazy load issues</li>\n</ul>\n\n<p>version 1.5.11: 2022-04-13</p>\n\n<ul>\n<li>Feature: made option to put elementor post_content inside post widget if the post made by elementor</li>\n<li>Feature: added additional fields to getPostAuthor function like avatar url and author meta</li>\n<li>Feature: show the \"no posts\" message with filters in post list / grid</li>\n<li>Feature: add background location (back/front) to background widgets</li>\n<li>Feature: done option to get post parent with the posts in posts selection</li>\n<li>Fix: set prices display in woocommerce widgets including tax</li>\n<li>Fix: fixed editor js files didn\'t loaded bug</li>\n<li>Fix: fixed css output with dynamic template and inline css mode</li>\n<li>Fix: fixed the ajax pagination that now works with post based gallery widget</li>\n<li>Fix: fixed filters scripts loading before jquery in js</li>\n<li>Fix: allow to select empty terms in term selection control</li>\n<li>Change: set default values of responsive number / slider / dropdown controls to desktop default values</li>\n</ul>\n\n<p>version 1.5.10: 2022-04-04</p>\n\n<ul>\n<li>Fix: fixed title and description source in gallery source selection</li>\n<li>Fix: fixed the dropdown attribute php filter for elementor</li>\n<li>Feature: added \"menu_id\" for various uses as menu attribute output</li>\n<li>Feature: added option for side offset in owl carousel</li>\n<li>Feature: added option for second items html refresh in ajax filters</li>\n</ul>\n\n<p>version 1.5.9: 2022-03-27</p>\n\n<ul>\n<li>Fix: fixed simple meta output for post list</li>\n<li>Feature: made dynamic grid work with filters</li>\n<li>Feature: the background widgets works for the new container objects as well</li>\n<li>Feature: added include by another meta field in post query</li>\n</ul>\n\n<p>version 1.5.8: 2022-03-23</p>\n\n<ul>\n<li>Feature: set special behaviour for more then one filters on the page</li>\n<li>Feature: added option to load video item from posts in a gallery</li>\n<li>Change: set up galleries common default items</li>\n<li>Fix: fixed unclosable gallery lightbox with youtube videos</li>\n<li>Fix: fixed elementor 3.6.0 compatability</li>\n</ul>\n\n<p>version 1.5.7: 2022-03-17</p>\n\n<ul>\n<li>Feature: added option to modify dropdown items in php\nFix: fixed gallery default items preview and init\nFix: fixed remote counter js error</li>\n</ul>\n\n<p>version 1.5.6 = 2022-03-15:</p>\n\n<p>Fix: fixed dissapearing items in remote related widgets</p>\n\n<p>version 1.5.5 = 2022-03-15:</p>\n\n<ul>\n<li>Feature: added woocommerce sorting options in posts selection by number of sales and rating</li>\n<li>Feature: added option to get related products on checkout page</li>\n<li>Feature: done manual posts and terms selections sort by drag and drop</li>\n<li>Feature: done option to custom refresh filters html (for carousels, galleries etc)</li>\n<li>Feature: made the attributes dialog support multi controls</li>\n<li>Feature: prepared the galleries and dynamic loops to use filters and load more\nFix: fixed query debug in manual posts selection\nFix: fix: fixed posts_per_page in manual posts selection\nFix: fix: fixed jquery include for remote widgets</li>\n</ul>\n\n<p>version 1.5.4 = 2022-03-06:</p>\n\n<ul>\n<li>Feature: added roles to post filter: single, main and child</li>\n<li>Feature: added option \"placeholder\" and \"disable dynamic\" for text field control</li>\n<li>Feature: added option for debug meta fields in post list, post grid</li>\n<li>Fix: fixed some pagination widget buttons related issues</li>\n<li>Fix: fixed non clickable items in some widgets</li>\n<li>Fix: fixed put_items(0) - first item output in twig</li>\n</ul>\n\n<p>version 1.5.3 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: added functionality to put image inside taxonomy terms widget</li>\n<li>Fix: fixed load more on archive page with orderby=xxx filter in url</li>\n<li>Fix: made support for woocommerce special order by in load more</li>\n<li>Change: updated freemius sdk to 2.4.3 version (Security fix)</li>\n</ul>\n\n<p>version 1.5.2 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: set up remote and sync functionality for the galleries</li>\n<li>Fix: fixed load more for current query posts</li>\n<li>Fix: fixed background js based widgets with elementor popups</li>\n<li>Fix: fixed unitegallery unclosed tag issue</li>\n<li>Fix: fixed replace mode in tabs filters</li>\n</ul>\n\n<p>version 1.5.1 = 2022-02-21:</p>\n\n<ul>\n<li>Feature: improved post pagination debug and added force options</li>\n<li>Feature: added code for the button filters</li>\n<li>Feature: added option to shuffle owl carousel</li>\n<li>Feature: added option for general \"shuffle\" in items</li>\n<li>Feature: made option for text modify, and get the current page url and current page title</li>\n<li>Feature: get feature image of a product from a first gallery image if featured image not exists</li>\n<li>Feature: added function \"one_random\" and \"first\" to get_items twig function</li>\n<li>Feature: added support for jet listing item</li>\n<li>Change: changed the \"choose template\" setting text to attirbute title</li>\n<li>Fix: fixed load more if offset turned on in the grid</li>\n<li>Fix: fixed link control attributes parsing</li>\n<li>Fix: fixed sync general api related bugs in elementor editor</li>\n</ul>\n\n<p>version 1.5.0 = 2022-02-02:</p>\n\n<ul>\n<li>Feature: added tabs in items controls</li>\n<li>Feature: added functionality for ajax taxonomies terms filter</li>\n<li>Feature: added some accessability to owl carousel buttons</li>\n</ul>\n\n<p>version 1.4.99: 2022-01-27:</p>\n\n<ul>\n<li>Feature: added option for disable content filtering in general settings->troubleshooting</li>\n<li>Feature: added taxonomies in widget debug output</li>\n<li>Fix: fixed some gallery lazy load related js bugs</li>\n</ul>\n\n<p>version 1.4.98: 2022-01-14:</p>\n\n<ul>\n<li>Feature: modified remote general js api to fit more types of widgets</li>\n<li>Feature: added support for put meta field in post list</li>\n<li>Fix: fixed some small php notices output in post query</li>\n</ul>\n\n<p>version 1.4.97 = 2022-01-06:</p>\n\n<ul>\n<li>Feature: add code base for the taxonomy filter</li>\n<li>Feature: added option to highlight all carousel items</li>\n<li>Feature: added active class to new owl carousel</li>\n<li>Feature: added scroll on click functionality to new owl carousel</li>\n<li>Fix: added support for acf fields styles in dynamic grid</li>\n<li>Fix: fixed some wp-rocket and filters related bug</li>\n</ul>\n\n<p>version 1.4.96 = 2021-12-29:</p>\n\n<ul>\n<li>Feature: use yoast main category feature to determine post main category</li>\n<li>Feature: added get woocommerce product gallery functionality to twig</li>\n<li>Feature: added support for multiple attribute conditoins values</li>\n<li>Feature: added menu order in advanced widget debug type</li>\n<li>Feature: added WooCommerce endpoints links code to twig</li>\n<li>Feature: added option to disable font awesome in general settings</li>\n<li>Fix: fixed some filters related issue</li>\n<li>Fix: added custom attributes to link attributes output</li>\n</ul>\n\n<p>version 1.4.95 = 2021-12-16:</p>\n\n<p>*Fix: fixed db table not found php bug in some cases</p>\n\n<p>version 1.4.94 = 2021-12-14:</p>\n\n<ul>\n<li>Feature: made posible multiple includes condition values per assets</li>\n<li>Feature: added meta value2 and meta value3 in include by meta value post selection</li>\n<li>Feature: added error notice if no api connectivity</li>\n<li>Feature: added attributes section conditions</li>\n<li>Feature: prepared code base for the new galleries</li>\n<li>Fix: fixed some small pagination related bug</li>\n<li>Fix: fixed remote connection parent detection in some cases</li>\n<li>Fix: added content filtering by filter widget_text_content for all the embed and other content modifications</li>\n<li>Fix: fixed edit defaulsin widget settings</li>\n<li>Fix: fixed some polylang issues with the template in dynamic template widgets</li>\n<li>Fix: [security] remove the \"duplicate layout\" functionality (not used in the plugin) that had some security issues </li>\n</ul>\n\n<p>version 1.4.93 = 2021-12-03:</p>\n\n<ul>\n<li>Fix: fixed some connected widgets bugs when there is many of them in the page</li>\n<li>Change: removed the black friday sale banner</li>\n<li>Feature: added general remote API for various widgets connections</li>\n<li>Feature: add some code base for the new gallery output</li>\n</ul>\n\n<p>version 1.4.92 = 2021-11-24:</p>\n\n<ul>\n<li>Fix: fixed similar post content in post list</li>\n<li>Change: saparated remote and sync options in connected widgets settings</li>\n</ul>\n\n<p>version 1.4.91 = 2021-11-23:</p>\n\n<ul>\n<li>Fix: fixed the wrong post intro in editor mode</li>\n</ul>\n\n<p>version 1.4.90 = 2021-11-22:</p>\n\n<ul>\n<li>Addition: added black friday banner discount banner and link</li>\n<li>Change: improved \"sync widgets\" editor experience</li>\n<li>Fix: fixed depricated \"post\" attribute bug</li>\n<li>Fix: modified zip extracting error messages</li>\n</ul>\n\n<p>version 1.4.89 = 2021-11-17:</p>\n\n<ul>\n<li>Feature: done the functionality for sync widgets</li>\n<li>Feature: done the functionality remote widgets</li>\n<li>Fix: fixed error message on remote widgets</li>\n<li>Fix: fixed css in post content in editor</li>\n<li>Fix: use better strip tags for post intro</li>\n</ul>\n\n<p>version 1.4.88 = 2021-11-08:</p>\n\n<ul>\n<li>Fix: fixed gutenberg support in widgets</li>\n<li>Fix: fixed all the pagination issues in archive page</li>\n</ul>\n\n<p>version 1.4.86 = 2021-11-01:</p>\n\n<ul>\n<li>Fix: fixed some load more last issues</li>\n<li>Feature: added code for taxonomy terms filter</li>\n<li>Feature: added code for checkbox filter</li>\n</ul>\n\n<p>version 1.4.86 = 2021-10-29:</p>\n\n<ul>\n<li>Feature: improved current query debug - full type</li>\n<li>Feature: added dropdown responsive placeholders</li>\n<li><p>Feature: added radio boolean attribute responsive controls</p></li>\n<li><p>Fix: fixed controls tabs functionality</p></li>\n<li>Fix: fixed load more custom image bug</li>\n<li>Fix: fixed double load more in a page mishmash bug</li>\n<li>Fix: fixed all load more issues</li>\n</ul>\n\n<p>version 1.4.85 = 2021-10-13:</p>\n\n<p>-bug fix: small bug fix - headers sent bug</p>\n\n<p>version 1.4.84 = 2021-10-13:</p>\n\n<ul>\n<li>Feature: added taxonomy terms full query debug option</li>\n<li>Feature: improved full debug type in posts query</li>\n<li>Feature: added items support in editor->background switcher</li>\n<li>Feature: added support for remote controls</li>\n<li>Feature: functionality to posts load more</li>\n<li>Feature: added second condition</li>\n<li>Feature: added tabs functionality to attributes</li>\n<li>Addition: added %,px to slider units</li>\n<li>Fix: fixed avoid duplicates related bug</li>\n<li>Fix: fixed conflicting wordpress codemirror script</li>\n<li>Fix: fixed post selection values init from editor</li>\n<li>Fix: fixed pagination on front page</li>\n<li>Fix: fixed some polylang related bugs</li>\n</ul>\n\n<p>version 1.4.83 = 2021-09-22:</p>\n\n<ul>\n<li>Fix: fixed styles mishmash inside elementor editor navigator</li>\n<li>Fix: fixed dissapearing carousels after refresh bug</li>\n<li>Fix: fixed dynamic grid pagination not changed</li>\n</ul>\n\n<p>version 1.4.82 = 2021-09-20:</p>\n\n<ul>\n<li>Feature: added troubleshooting setting - show php error message</li>\n<li>Feature: added px, vh, % options for slider attribute</li>\n<li>Feature: added dynamic group attributes for galleries, including image and video</li>\n<li>Feature: added option to convert one date string to another with ucdate filter</li>\n<li>Feature: added option to use items in background widgets</li>\n<li>Feature: added ucfunc(\"set\") and ucfunc(\"get\") functions in twig for remember and retrieve variables</li>\n<li>Feature: added include by option: \"children of current term\" to category selection options</li>\n<li>Feature: added option to pull woo product variations in twig</li>\n<li>Feature: added placeholder: link_withprefix, link_noprefix for link attribute</li>\n<li>Fix: fixed error when exists dynamic link in dynamic loop widgets</li>\n<li>Fix: enabled pagination in a single type in dynamic template grid</li>\n<li>Fix: the \"not equal\" attributes condition now works</li>\n<li>Fix: fixed not editable empty dropdown attribute in widget editor</li>\n<li>Fix: fixed mb_string absence php bug</li>\n<li>Fix: fixed heading attribute label</li>\n<li>Fix: fixed responsive elementor controls in widget items</li>\n</ul>\n\n<p>version 1.4.81 = 2021-08-17:</p>\n\n<ul>\n<li>Feature: added json select (lottie) for image attribute type </li>\n<li>Feature: made option for ajax in widgets with post list attribute</li>\n<li>Feature: made the ajax pagination work with pagination widget</li>\n<li>Feature: added dynamic options for number and slider attribute types</li>\n<li>Feature: added new owl carousel sources in assets chooser</li>\n<li>Feature: added heading attribute</li>\n<li>Change: added more types of debug for pagination widget</li>\n<li>Change: changed widget icons chooser for elementor icon instead of font awesome icon</li>\n<li>Fix: fixed import with template button dissapear in the new bar</li>\n<li>Fix: fixed widgets icons</li>\n</ul>\n\n<p>version 1.4.80 = 2021-08-09:</p>\n\n<ul>\n<li>Feature: added option to change items section label</li>\n<li>Feature: added js snippet with code that works in elementor popup</li>\n<li>Feature: added option to add {current_user_id} keyword in post meta query</li>\n<li>Feature: added option for block label inside each attribute</li>\n<li>Feature: added heading text option for items section</li>\n<li>Feature: added extra fields to image base gallery options</li>\n<li>Feature: added php filter option for variable</li>\n<li>Feature: added twig functions \"get_post_term\" and \"is_post_has_term\". The examples visible when you click on item.posts.putPostTerm placeholder</li>\n<li>Fix: fixed some test widgets output relate bugs</li>\n<li>Fix: conditions settings was not affected typography controls</li>\n<li>Fix: fixed template dynamic background image didn\'t displayed bug in dynamic loops</li>\n<li>Change: added some instructions for api connectivity test in general settings - troubleshooting</li>\n</ul>\n\n<p>version 1.4.79 = 2021-07-13</p>\n\n<ul>\n<li>Fix: fixed scripts output in preview widget page</li>\n</ul>\n\n<p>version 1.4.78 = 2021-07-12</p>\n\n<ul>\n<li>Change: added birthday sale promotions</li>\n<li>Feature: added woo commerce products to dynamic loop items source</li>\n</ul>\n\n<p>version 1.4.77 = 2021-07-07</p>\n\n<ul>\n<li>Fix: fixd the is_ajax() error function from the admin area</li>\n</ul>\n\n<p>version 1.4.76 = 2021-07-07</p>\n\n<ul>\n<li>Feature: added option to show post last modified date</li>\n<li>Feature: added function: get_from_sql in widget editor that allow to pull any custom records from DB</li>\n<li>Feature: added function: run_code_once in widget editor, that allow to run the code only once. Good for many similar widgets on the same page</li>\n<li>Feature: added option for load widget js as module</li>\n<li>Fix: fixed no key_thumb field in images inside widget</li>\n<li>Fix: fixed no condition in image sizes widget setting</li>\n<li>Fix: fixed javascript based backgrounds</li>\n<li>Fix: fixed brocken svg icon on catalog widget box in some of the cases</li>\n<li>Fix: fixed collision with rankmath in ajax actions</li>\n<li>Change: added some max length for a widget category, now it\'s 60</li>\n</ul>\n\n<p>version 1.4.75 = 2021-06-21</p>\n\n<ul>\n<li>Feature: added category image to products list</li>\n<li>Feature: added option to include as module widget js include</li>\n<li>Feature: added option to write custom handle to widget js and css include</li>\n<li>Feature: added options - avoid duplicate posts to post query exclude</li>\n<li>Feature: added option to include or exclude posts by dynamic field to posts selection</li>\n<li>Feature: added option to include or exclude posts by logged in user, in posts selection</li>\n<li>Fix: fixed background widget condition functionality</li>\n<li>Fix: changed template picker to simple select2 list</li>\n</ul>\n\n<p>version 1.4.74 = 2021-06-02</p>\n\n<ul>\n<li>Feature: added function put_date_range to twig functions. good for events widgets</li>\n<li>Feature: added integration with google map</li>\n<li>Feature: added function: \"run_code_once\" for twig</li>\n<li>Feature: added grouped options for the gallery</li>\n<li>Feature: added option to get posts by date from custom ACF field</li>\n<li>Feature: added gallery settings options for dynamic settings attribute</li>\n<li>Feature: added pagination to dynamic loop</li>\n<li>Change: improved dynamic settings attribute</li>\n</ul>\n\n<p>version 1.4.73 = 2021-05-20</p>\n\n<ul>\n<li>Feature: added twig function: \"put_attributes_json\" that available in js tab in widget editor</li>\n<li>Feature: added constant - uc_inside_editor - for distinquish between editor and site front</li>\n<li>Feature: added multiple select attribute</li>\n<li>Feature: added listing attribute support</li>\n<li>Fix: fixed \"request too long\" message on a widget preview - shortened preview url</li>\n<li>Fix: fixed several bugs with condition field in widgets editor</li>\n<li>Fix: fixed hidden image size select on item attributes</li>\n<li>Fix: fixed acf group field output</li>\n<li>Fix: fixed elementor template in items, changed to specific function</li>\n</ul>\n\n<p>version 1.4.72 = 2021-05-02</p>\n\n<ul>\n<li>Feature: added rating stars helper placeholder for woocommerce</li>\n<li>Feature: added option to include js file after elementor-frontend</li>\n<li>Fix: fixed new typography deprecation message</li>\n</ul>\n\n<p>version 1.4.71 = 2021-04-22</p>\n\n<ul>\n<li>Feature: added option to take post id\'s from php function in post selection</li>\n<li>Feature: added option for get posts by meta field that located in current or different post</li>\n<li>Feature: added twig filter: wc_price for native price filtering</li>\n<li>Feature: added post terms titles to post data debug</li>\n<li>Change: added option for woocommerce categories in terms selection</li>\n<li>Fix: fixed price issues in woocommerce related grids</li>\n<li>Fix: fixed include and exclude terms mismatch with nested tax query</li>\n<li>Fix: fixed pagination on search pages</li>\n</ul>\n\n<p>version 1.4.70 = 2021-04-14</p>\n\n<ul>\n<li>Feature: added show widget data debug options</li>\n<li>Feature: added option for filter post by post meta</li>\n<li>Feature: added option for simple condition for attributes</li>\n<li>Feature: added integration with wordpress popular post plugin for most viewed posts selection</li>\n<li>Feature: added post list variables for data debug</li>\n<li>Feature: added image sizes selector for post list</li>\n<li>Feature: get thumbnailID from content in case that it\'s missing in post</li>\n<li>Fix: when bulk moving attribute it now always goes to general category</li>\n<li>Fix: fixed filter posts by status</li>\n<li>Fix: fixed instagram media albom</li>\n</ul>\n\n<p>version 1.4.69 = 2021-04-04</p>\n\n<ul>\n<li>Feature: added extra query debug options for custom post types selector</li>\n<li>Feature: added choose image size select option to image attribute</li>\n<li>Feature: added \"image_attributes\" placeholder for image output in widget editor</li>\n<li>Change: added default values select to hover animations attribute</li>\n<li>Change: changed button \"add to cart\" to \"select options\" for variable products in woocommerce list widgets</li>\n<li>Fix: fixed border radius attribute from width to radius</li>\n<li>Fix: added missing thumb sizes for image select</li>\n</ul>\n\n<p>version 1.4.68 = 2021-03-22</p>\n\n<ul>\n<li>Feature: added include recently viewed products in woocommerce</li>\n<li>Feature: added option for default max posts in post selector</li>\n<li>Feature: added attribute type: Border Dimensions</li>\n<li>Feature: added attribute type: CSS Filters</li>\n<li>Feature: added attribute type: Hover Animations</li>\n<li>Fix: removed max posts from archive type post query selection, because has no control over pagination.</li>\n<li>Fix: fixed bug when instagram video images didn\'t show up</li>\n</ul>\n\n<p>version 1.4.67 = 2021-03-12</p>\n\n<ul>\n<li>Feature: added api connectivity to troubleshooting section</li>\n<li>Feature: added options in terms selection fields</li>\n<li><p>Feature: added order by meta key for woo categories select</p></li>\n<li><p>Fix: fixed woo product price format for decimal prices</p></li>\n<li>Fix: fixed context menu cut from bottom inside the widgets manager</li>\n<li>Fix: fixed show item data in widgets items repeater</li>\n<li>Fix: fixed float to round in woocommerce discount percents</li>\n</ul>\n\n<p>version 1.4.66 = 2021-02-18</p>\n\n<ul>\n<li>Feature: added \"box shadow\" attribute type</li>\n<li>Feature: added url_posts and num_posts to users output</li>\n<li>Feature: added option for selector 2 and selector 3 in several attributes</li>\n<li>Feature: added copy / paste attributes sections in widget editor</li>\n<li>Feature: added option for get default object to getListingItemData function</li>\n<li>Feature: added support for wpml site language inside a widget</li>\n<li>Feature: added acf image and thumbnails widths and heights to placeholders list</li>\n<li>Fix: load js include file in editor even if no js code</li>\n<li>Fix: fixed some php notice with exclude terms posts selection</li>\n<li>Fix: fixed small bug in getListingItemData function with no object returned</li>\n<li>Fix: fixed post selection manual select no posts shown at init</li>\n<li>Fix: fixed bug when private posts not fetched on manual posts selection</li>\n<li>Change: updated codemirror to latest version, added code search feature</li>\n<li>Change: updated freemius sdk to 2.4.2</li>\n</ul>\n\n<p>version 1.4.65 = 2021-02-03</p>\n\n<ul>\n<li>Feature: added option to fetch custom meta fields in users list</li>\n<li>Feature: added function to twig: getByPHPFunction()</li>\n<li>Feature: added function to twig: getUserMeta()</li>\n<li>Feature: added function to twig: getListingItemData() - working inside any plugin listing</li>\n<li>Fix: fixed php sanitize array bug</li>\n<li>Fix: fixed post type in related posts post selection</li>\n</ul>\n\n<p>version 1.4.64 = 2021-02-02</p>\n\n<ul>\n<li>Change: moved \"edit widget html\" button to advanced section in general tab</li>\n<li>Feature: added option to exclude products on sale in products query section in widget settings</li>\n<li>Feature: added option to exclude specific posts in post selection widget settings</li>\n<li>Feature: added woocommerce related products select in post selection</li>\n<li>Feature: added include/exclude posts by author in widget posts selection</li>\n<li>Feature: added include/exclude posts by date in widget posts selection</li>\n<li>Feature: added date/time picker to widget attributes types</li>\n<li>Feature: added post status to widget posts selection</li>\n<li>Feature: added offset setting to widget posts selection</li>\n<li>Feature: added author url and author post count to users fields</li>\n<li>Feature: added max number of users to user selection attribute</li>\n<li>Feature: added \"elementor template\" attribute</li>\n<li>Fix: fixed small php bug in post selection control</li>\n<li>Fix: fixed js bug in items repeater</li>\n<li>Fix: fixed exclude role not worked in user selection attribute</li>\n<li>Fix: fixed get products on sale selection with variations</li>\n</ul>\n\n<p>version 1.4.63 = 2021-01-26</p>\n\n<ul>\n<li>Feature: added acf link array and attributes</li>\n<li>Feature: added ordering features to post selection related and manual</li>\n<li>Feature: added option for showing only sticky posts</li>\n<li>Feature: added exclude by term setting in widget post selection</li>\n<li>Change: moved debug data from advaned to general folder in elementor widget settings</li>\n<li>Fix: fixed woo commerce prices number format</li>\n<li>Fix: fixed refresh posts on \"post query\" section open in widget post settings</li>\n<li>Fix: fixed manual posts selection default order</li>\n</ul>\n\n<p>version 1.4.62 = 2021-01-21</p>\n\n<ul>\n<li>Feature: added text shadow field</li>\n<li>Feature: added \"manual selection\" in posts query</li>\n<li>Feature: added compatability tag</li>\n<li>Fix: fixed image size thumb name with \"-\" sign inside</li>\n<li>Fix: fixed some php warning related to array to string conversion, happening in php 8</li>\n<li>Change: show woo commerce placeholders if selected \"for woocommerce products\" checkbox in post list attribute</li>\n<li>Change: improved woo category output placeholder help, added getTermCustomFields function</li>\n</ul>\n\n<p>version 1.4.61 = 2021-01-14</p>\n\n<ul>\n<li>Feature: added max posts and order by options to current query posts selection</li>\n<li>Feature: added manual selection for woocommerce categories select</li>\n<li>Feature: added selector and responsive to drop down attribute in widget builder</li>\n<li>Change: changed buy pro version link from the catalog widgets to inside of the plugin</li>\n<li>Fix: fixed adding widgets to a db table that is not auto incriment</li>\n<li>Fix: fixed svg preview from widget builder interface</li>\n<li>Fix: fixed manual memory check when registering widgets</li>\n</ul>\n\n<p>version 1.4.60 = 2020-12-30</p>\n\n<ul>\n<li>Feature: added option for third party integration for woocommerce grid</li>\n<li>Feature: added integration for \"advanced labels for woocommerce\" plugin</li>\n<li>Feature: added view file button in assets manager</li>\n<li>Feature: added svg icon option together with font icon for elementor panel widget box</li>\n<li>Feature: added preview image on mouseover inside elementor panel widget box</li>\n<li><p>Feature: added option for disabling \"edit widget html\" from widget settings</p></li>\n<li><p>Fix: fixed empty settings when there are gallery item setting only</p></li>\n<li>Fix: added \"no settings\" heading in case that no attributes in the widget</li>\n<li>Fix: fixed some php warnings for php 8.0</li>\n</ul>\n\n<p>version 1.4.59 = 2020-12-17</p>\n\n<ul>\n<li>Fix: fixed import template redirect</li>\n<li>Feature: added option to include sticky posts for post query</li>\n<li>Feature: added post pagination for single page</li>\n<li>Feature: added number of items for instagram widget</li>\n<li>Feature: added background image to background attribute</li>\n</ul>\n\n<p>version 1.4.58 - 2020-12-07</p>\n\n<ul>\n<li>Feature: make the plugin translatable for wordpress.org</li>\n</ul>\n\n<p>version 1.4.57 - 2020-12-07</p>\n\n<ul>\n<li>Feature: done post pagination widget for archive posts</li>\n<li>Feature: added option to truncate the post list</li>\n<li>Fix: fixed show debug query on current post query</li>\n</ul>\n\n<p>version 1.4.56 - 2020-11-30</p>\n\n<ul>\n<li>Update: relesed cyber monday deal admin notice</li>\n</ul>\n\n<p>version 1.4.55 - 2020-11-26</p>\n\n<ul>\n<li>Feature: added option to sort by sale price</li>\n<li>Feature: added option to debug query</li>\n<li>Feature: added option debug widget data</li>\n<li>Feature: added option to filter posts with child categories</li>\n<li><p>Feature: added option to include only products on sale</p></li>\n<li><p>Fix: fixed no widget shown in some cases</p></li>\n<li>Fix: fixed woocommerce prices placeholders prefix</li>\n</ul>\n\n<p>version 1.4.54 - 2020-11-13 =</p>\n\n<ul>\n<li>Update: updated freemius sdk to newest version</li>\n<li>Fix: fixed comma saparated selector</li>\n</ul>\n\n<p>version 1.4.53 - 2020-11-09 =</p>\n\n<ul>\n<li>Feature: added background widgets and section backgrounds</li>\n<li>Change: removed global colors from template export</li>\n<li>Fix: fixed bug with regular and sale price in woocommerce</li>\n</ul>\n\n<p>version 1.4.52 - 2020-11-06 =</p>\n\n<p>Fix: fixed bug with regular and sale price in woocommerce</p>\n\n<p>version 1.4.51 - 2020-11-04 =</p>\n\n<ul>\n<li>Feature: added svg output in icon library attribute</li>\n<li>Feature: added woocommerce checkbox to post list</li>\n<li>Feature: added product out of stock filter for product selection</li>\n<li>Feature: added discount_percent field in post list attribute woocommerce product type</li>\n<li>Feature: added woocommerce post list order by price option</li>\n<li>Fix: fixed woocommerce category in post list attribute</li>\n</ul>\n\n<p>version 1.4.50 - 2020-10-21 =</p>\n\n<ul>\n<li>Fix: removed display errors setting</li>\n</ul>\n\n<p>version 1.4.49 - 2020-10-12 =</p>\n\n<ul>\n<li>Fix: fixed small bug with non existing controls</li>\n<li>Fix: fixed general settings error when turning off plugin</li>\n</ul>\n\n<p>version 1.4.48 - 2020-10-12 =</p>\n\n<p>*Feature: added border attribute\n*Fix: page break in some versions of elementor\n*Fix: fixed bulk move attributes with categories\n*Fix: fixed default items image field not match</p>\n\n<p>version 1.4.47 - 2020-10-08 =</p>\n\n<ul>\n<li>Update: remove russian translation</li>\n<li>Feature: added function: get_items for twig</li>\n<li>Fix: fixed switch content and style tab</li>\n<li>Fix: fixed slider control tablet/mobile default value</li>\n<li>Fix: fixed non ordered widget categories</li>\n</ul>\n\n<p>version 1.4.46 - 2020-10-04 =</p>\n\n<ul>\n<li>Feature: added function put_items_json for js items output</li>\n<li>Fix: returned widgets from uncategorized category</li>\n</ul>\n\n<p>version 1.4.45 - 2020-10-04 =</p>\n\n<ul>\n<li>Fix: fixed template import with custom widgets</li>\n</ul>\n\n<p>version 1.4.44 - 2020-10-03 =</p>\n\n<ul>\n<li>Feature: added flexible content type attribute</li>\n<li>Optimize: reduced the number of db queries, dramatically increased load speed</li>\n</ul>\n\n<p>version 1.4.43 - 2020-09-22 =</p>\n\n<ul>\n<li>Feature: added option to group attributes into sections</li>\n<li>Feature: done instagram access token auto renew</li>\n<li>Feature: added \"selector\" to color picker attribute</li>\n<li>Fix: improved consolidate widgets option protection</li>\n<li>Fix: fixed select default widget images</li>\n<li>Fix: fixed default items in gallery item (image base fields)</li>\n<li>Fix: fixed image display in default item selector</li>\n<li>Fix: global colors was absent from color selection</li>\n</ul>\n\n<p>version 1.4.42 - 2020-08-06 =</p>\n\n<ul>\n<li>Feature: added option to get grouped woocomerce products</li>\n<li>Feature: added instagram connect to official API</li>\n<li>Feature: added function: getUserData(), added into \"twig code examples\" panel</li>\n<li>Feature: added \"printVar\" and \"showDebug\" functions \"twig code examples\" panel</li>\n<li>Feature: done \"login with instagram\" in general settings, and get data from instgram API</li>\n<li>Fix: sorted \"overwrite widgets\" issue on import</li>\n<li>Fix: fixed dropdown attribute when work with html data</li>\n</ul>\n\n<p>version 1.4.41 - 2020-06-18 =</p>\n\n<ul>\n<li>Feature: added additional controls to \"number\" attribute</li>\n<li>Feature: added \"exclude uncategorized category\" to woocommerce categories select </li>\n<li>Feature: added responsive controls to slider attribute</li>\n<li>Fix: fixed template type variable issues in elementor integration</li>\n<li>Fix: show pagination only when \"current query\" is available</li>\n<li>Fix: fixed select2 field min width in posts query</li>\n</ul>\n\n<p>version 1.4.40 - 2020-06-10 =</p>\n\n<ul>\n<li>Change: hided \"consolidate widgets\" general setting</li>\n<li>Feature: added \"show/hide wrapping html comments\" to general settings</li>\n<li>Fix: fixed export template filename</li>\n</ul>\n\n<p>version 1.4.39 - 2020-06-02 =</p>\n\n<ul>\n<li>Fix: fixed save widgets from editor with large config limitation.</li>\n<li>Fix: fixed export template with page settings bug.</li>\n<li>Fix: removed extra fields from items editor, leaved only supported fields</li>\n<li>Change: updated freemius SDK to latest version</li>\n</ul>\n\n<p>version 1.4.36 - 2020-05-21 =</p>\n\n<ul>\n<li>Feature: added support for pods panda repeater</li>\n<li>Fix: done some solution for max_execution_time issues when installing template</li>\n<li>Fix: fixed rtl on templates dialog popup</li>\n<li>Fix: corrected the naming near the \"number\" field</li>\n<li>Fix: cleared \"twig\" library from some not needed files.</li>\n<li>Change: removed \"image view\" file from framework.</li>\n</ul>\n\n<p>version 1.4.35 - 2020-05-11 =</p>\n\n<ul>\n<li>Feature: added term custom fields support</li>\n<li>Feature: added term meta fields support</li>\n<li>Change: moved composer vendor folder to plugin root</li>\n<li>Change: fixed empty templates list bug when \"show only installed widget\" checkbox checked</li>\n<li>Fix: sorted out some of the templates import bugs</li>\n</ul>\n\n<p>version 1.4.34 - 2020-05-06 =</p>\n\n<ul>\n<li>Fix: removed category ations from templates section</li>\n<li>Fix: show \"putPostMeta\" function even if no example post available</li>\n<li>Fix: fixed finally all the DB not installed issues on elementor and admin pages</li>\n</ul>\n\n<p>version 1.4.33 - 2020-05-03 =</p>\n\n<ul>\n<li>Fix: fixed double twig collision by another plugin</li>\n</ul>\n\n<p>version 1.4.32 - 2020-05-02 =</p>\n\n<ul>\n<li>Update: updated to newest twig 1.x version</li>\n<li>Fix: fixed no space between placeholders in php 7.4 bug</li>\n</ul>\n\n<p>version 1.4.31 - 2020-04-26 =</p>\n\n<p>*Fix: fixed dissapearing widget issue</p>\n\n<p>version 1.4.30 - 2020-04-23 =</p>\n\n<ul>\n<li>Fix: fixed couple of bugs related to templates</li>\n</ul>\n\n<p>version 1.4.29 - 2020-04-22 =</p>\n\n<ul>\n<li>Feature: released the templates catalog</li>\n</ul>\n\n<p>version 1.4.28 - 2020-04-10 =</p>\n\n<ul>\n<li>Feature: added woocommerce categories field</li>\n<li>Fix: fixed export / import with images feature</li>\n<li>Fug: fixed error message on front on some cases when the db tables not installed yet.</li>\n</ul>\n\n<p>version 1.4.27 - 2020-04-01 =</p>\n\n<p>Fix: fixed widget default icon in manager\nFeature: added \"getPostMeta, putPostMeta, printPostMeta\" functions\nFeature: added \"getPostData\" function for acf related posts, that get\'s all the data from the related post including custom fields</p>\n\n<p>version 1.4.26 - 2020-03-28 =</p>\n\n<ul>\n<li>Change: changed to new api address</li>\n<li>Fix: fixed links not included bug in theme builder posts</li>\n<li>Fix: fixed link to buy pro version</li>\n<li>Fix: fixed free version remain activated bug</li>\n<li>Fix: simpleXML validation made the site down</li>\n</ul>\n\n<p>version 1.4.25 - 2020-03-09 =</p>\n\n<ul>\n<li>Feature: added \"responsive controls\" to margin and padding setting</li>\n<li>Feature: made \"refresh catalog\" button</li>\n<li>Feature: added \"num_items\" variable to the widget editor</li>\n<li>Change: removed the \"default fonts\" from widget defaults screen</li>\n<li>Fix: fixed some php bug in \"implode\" function</li>\n<li>Fix: fixed posts from sub categories in post list</li>\n</ul>\n\n<p>version 1.4.24 - 2020-02-14 =</p>\n\n<ul>\n<li>Feature: made \"export with images\" option in templates</li>\n<li>Fix: fixed import category widgets</li>\n<li>Fix: fixed icon html output placeholder</li>\n</ul>\n\n<p>version 1.4.23 - 2020-02-02 =</p>\n\n<ul>\n<li>Feature: improved the slider attribute</li>\n<li>Feature: added \"menu\" attribute</li>\n</ul>\n\n<p>version 1.4.22 - 2020-01-28 =</p>\n\n<ul>\n<li>Feature: added woo currency symbol</li>\n<li>Feature: added woo add to cart button</li>\n<li>Feature: added slider attribute</li>\n<li>Widget: logo grid</li>\n<li>Widget: logo carousel</li>\n<li>Widget: logo marquee</li>\n<li>Widget: image tooltip</li>\n<li>Widget: content toggle</li>\n<li>Widget: circle number</li>\n<li>Widget: post list</li>\n</ul>\n\n<p>version 1.4.21 - 2020-01-22 =</p>\n\n<ul>\n<li>Feature: added users attribute</li>\n<li>Feature: done multiple post type selector</li>\n<li>Feature: added background attribute</li>\n<li>Feature: added icon library html output</li>\n<li>Feature: added woo commerce support in posts list</li>\n<li>Bug fix: fixed icons not shown bug in widget settings</li>\n</ul>\n\n<p>version 1.4.20 - 2020-01-15 =</p>\n\n<ul>\n<li>Bug fix: fixed font awesome icon output</li>\n<li>Bug fix: fixed instagram not loading bug</li>\n<li>Change: updated font awesome css version</li>\n<li>Change: changed the way that instagram was loaded on the page</li>\n</ul>\n\n<p>version 1.4.19 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added filter by slug to terms attribute</li>\n<li>Feature: changed repeater items titles to the ones from \"title\" field instead of \"Item1\", \"Item2\" etc.</li>\n<li>Feature: added automated styling for date field, added \"ucdate\" filter for that.</li>\n<li>Feature: done functionality for display post author</li>\n<li>Change: changed the font awesome attribute to fa5</li>\n<li>Change: added strip html tags from truncate function</li>\n</ul>\n\n<p>version 1.4.18 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added all image sizes to posts</li>\n<li>Feature: added \"putPostTerms\" function to posts</li>\n<li>Feature: added wpautop filter to twig</li>\n<li>Feature: added option for custom twig PHP functinoality for PRO version</li>\n<li>Feature: hide \"edit widget html\" button for user that don\'t have capability to see the plugin </li>\n<li>Feature: added wpml compatablity</li>\n<li>Feature: added related posts in posts list</li>\n<li>Feature: added padding and margin controls (pro)</li>\n<li>Bug Fix: fixed pagination output</li>\n</ul>\n\n<p>version 1.4.17 - 2019-12-12 =</p>\n\n<ul>\n<li>Change: changed to more flexible catalog api</li>\n</ul>\n\n<p>version 1.4.16 - 2019-08-12 =</p>\n\n<ul>\n<li>Feature: added post query relation (and, or) chooser</li>\n<li>Change: update to freemius sdk 2.3.1</li>\n<li>Feature: added \"trancate\" filter</li>\n<li>Fix: fixed editor permissions PHP Error</li>\n</ul>\n\n<p>version 1.4.15 - 2019-19-11 =</p>\n\n<ul>\n<li>Change: remove the old deprecated codecanyon activation</li>\n<li>Fix: fixed bug when both plugins are installed together</li>\n<li>Fix: fixed empty widget content when put a lot of content in the widget html/js</li>\n<li>Feature: added option for fonts for post list for intro and content</li>\n<li>Feature: added custom filter query ID in posts list query (pro)</li>\n<li>Feature: added labels to typography fields</li>\n<li>Feature: added description option for elementor controls</li>\n<li>Feature: added option to add help links to widgets from the widget editor</li>\n</ul>\n\n<p>version 1.4.14 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed js not included bug</li>\n</ul>\n\n<p>version 1.4.13 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed terms attribute selector bugs in elementor</li>\n<li>Fix: fixed post selection was not showing post types without taxonomies</li>\n<li>Fix: fixed rtl visibility issues in admin</li>\n</ul>\n\n<p>version 1.4.12 - 2019-15-10 =</p>\n\n<ul>\n<li>Feature: added exclude posts by current post</li>\n<li>Feature: added post category addition custom taxonomy support</li>\n<li>Fix: fixed some bug in post list selector elementor</li>\n</ul>\n\n<p>version 1.4.11 - 2019-07-10 =</p>\n\n<p>*Feature: added link param html attributes placeholder\n*Feature: added category link to post list params\n*Fix: fixed post list category not displayed bug</p>\n\n<p>version 1.4.10 - 2019-28-9 =</p>\n\n<p>-bug fix: added some front end protection against db not installed bug\n* Feature(pro): added do_action for custom wp actions run\n* Feature(pro): added apply_filters for custom wp actions run\n-bug fix: fixed export widget with assets path\n-change: added instructions to download pro version.</p>\n\n<h4>1.4.7 - 2019-18-9</h4>\n\n<p>*Fix: fixed post category selection in post list</p>\n\n<h4>1.4.6 - 2019-18-9</h4>\n\n<p>*Fix: fixed dynamic items in repeater</p>\n\n<h4>1.4.6 - 2019-11-9</h4>\n\n<p>*Fix: fixed admin body class external\n*Feature: make support for post categories list\n*Feature(pro) - made taxonomies list attribute\n*Fix: fixed current posts fetch in archive type</p>\n\n<h4>1.4.5 - 2019-19-8</h4>\n\n<p>*Change: improved widgets manager design</p>\n\n<h4>1.4.3 - 2019-25-7</h4>\n\n<p>*Change: updated the activation link from plugins\n*Change: small UI improvements</p>\n\n<h4>1.4.2 - 2019-24-7</h4>\n\n<p>*Feature: add post category to dynamic fields\n*Feature: added toolset integration</p>\n\n<h4>1.4.1 - 2019-8-7</h4>\n\n<p>*Feature: added search widget\n*Feature: the plugin is now fully translatable, added russian translation</p>\n\n<h4>1.4 - 2019-8-7</h4>\n\n<p>*Change: moved to new payment system (freemius), changed pricing plans</p>\n\n<h4>1.3.39 - 2019-2-7</h4>\n\n<p>*Feature: add alt tags to image attribute\n*Feature: add automatic name from title on add attribute\n*Feature: redesign categories</p>\n\n<p>*Fix: removed autop filter change code from front end\n*Fix: allow to import widget when stand on category from catalog\n*Fix: fixed instagram widgets typography bug</p>\n\n<h4>1.3.38 - 2019-30-6</h4>\n\n<p>*Feature: added code examples / js snippets\n*Feature: added widget preview</p>\n\n<h4>1.3.37 - 2019-23-6</h4>\n\n<p>*Feature: add support for archive pages\n*Feature: added archive pages pagination\n*Change: changed fonts design controls</p>\n\n<h4>1.3.36 - 2019-20-6</h4>\n\n<p>*Fix: fixed multiple similar js includes in one page</p>\n\n<h4>1.3.35 - 2019-20-6</h4>\n\n<p>*Feature: add support for acf gallery field</p>\n\n<h4>1.3.34 - 2019-13-6</h4>\n\n<ul>\n<li>Feature: improved the post list filtering and ordering</li>\n</ul>\n\n<h4>1.3.33 - 2019-12-6</h4>\n\n<ul>\n<li>Feature: added ordering posts by meta value</li>\n<li>Fix: fixed site crash by db error</li>\n</ul>\n\n<h4>1.3.32 - 2019-11-6</h4>\n\n<ul>\n<li>Fix: fixed pods together with acf fileds</li>\n<li>Fix: added all categories to post list</li>\n</ul>\n\n<h4>1.3.31 - 2019-10-6</h4>\n\n<ul>\n<li>Feature: added link attribute</li>\n</ul>\n\n<h4>1.3.30 - 2019-06-6</h4>\n\n<ul>\n<li>Feature: made PODS integration</li>\n</ul>\n\n<h4>1.3.29 - 2019-06-5</h4>\n\n<ul>\n<li>Feature: added set widget icon functionality, with presence in catalog</li>\n<li>Feature: added preview widget button from the catalog</li>\n</ul>\n\n<h4>1.3.28 - 2019-06-3</h4>\n\n<ul>\n<li>Feature: made plugin translatable</li>\n</ul>\n\n<h4>1.3.27 - 2019-06-2</h4>\n\n<ul>\n<li>Fix: fixed font override attribute bug</li>\n</ul>\n\n<h4>1.3.26 - 2019-05-30</h4>\n\n<ul>\n<li>Feature: added typography attribute</li>\n</ul>\n\n<h4>1.3.25 - 2019-05-29</h4>\n\n<ul>\n<li>Tweak: added support for dynamic params in image field</li>\n</ul>\n\n<h4>1.3.24 - 2019-05-29</h4>\n\n<ul>\n<li>Fix: Fix dynamic field</li>\n<li>Tweak: Added message when adding an empty repeater from custom fields</li>\n</ul>\n\n<h4>1.3.23 - 2019-05-01</h4>\n\n<ul>\n<li>Feature: Added dynamic fields to all text controls</li>\n<li>Feature: Added \"edit html\" button to all widgets</li>\n<li>Fix: Fixed consolidated addons render bugs</li>\n</ul>\n\n<h4>1.3.22 - 2019-04-25</h4>\n\n<ul>\n<li>Feature: Made all acf fields integration including the pro like repeater and clone</li>\n</ul>\n\n<h4>1.3.21 - 2019-04-20</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.20 - 2019-04-15</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.19 - 2019-04-10</h4>\n\n<ul>\n<li>Feature: Done all acf fields</li>\n</ul>\n\n<h4>1.3.18 - 2019-04-05</h4>\n\n<ul>\n<li>Change: Update post child vars when change post</li>\n</ul>\n\n<h4>1.3.17 - 2019-04-01</h4>\n\n<ul>\n<li>Change: Add dynamic fields to addon editor</li>\n</ul>\n\n<h4>1.3.16 - 2019-03-30</h4>\n\n<ul>\n<li>Fix: Fixed the switchers </li>\n<li>Fix: Fixed the upload file</li>\n<li>Fix: Fixed checkbox in assets tab</li>\n</ul>\n\n<h4>1.3.15 - 2019-03-25</h4>\n\n<ul>\n<li>Fix: Fixed visual bugs</li>\n<li>Fix: Fixed radio boolean attribute (switcher)</li>\n</ul>\n\n<h4>1.3.14 - 2019-03-20</h4>\n\n<ul>\n<li>Fix: Fixed addon assets tab bugs</li>\n</ul>\n\n<h4>1.3.13 - 2019-03-15</h4>\n\n<ul>\n<li>Feature: Done export/import template with addons</li>\n</ul>\n\n<h4>1.3.12 - 2019-03-10</h4>\n\n<ul>\n<li>Feature: Added fedback on deactivate</li>\n</ul>\n\n<h4>1.3.11 - 2019-03-05</h4>\n\n<ul>\n<li>Fix: Fixed export import layout stuff</li>\n</ul>\n\n<h4>1.3.10 - 2019-03-01</h4>\n\n<ul>\n<li>Fix: Fixed assets tab issues</li>\n<li>Fix: Fixed post to articles category rename on install</li>\n</ul>\n\n<h4>1.3.09 - 2019-02-28</h4>\n\n<ul>\n<li>Fix: Fixed test addon jquery include</li>\n<li>Change: Added purchase link to license page</li>\n</ul>\n\n<h4>1.3.08 - 2019-02-25</h4>\n\n<ul>\n<li>Fix: Fixed settings text output</li>\n</ul>\n\n<h4>1.3.07 - 2019-02-20</h4>\n\n<ul>\n<li>Fix: Fixed font manager bug</li>\n</ul>\n\n<h4>1.3.06 - 2019-02-15</h4>\n\n<ul>\n<li>Fix: Fixed taxonomy issues</li>\n</ul>\n\n<h4>1.3.05 - 2019-02-10</h4>\n\n<ul>\n<li>Fix: Fixed add addon functionality</li>\n</ul>\n\n<h4>1.3.04 - 2019-02-05</h4>\n\n<ul>\n<li>Improvment: Improved post types category selection</li>\n</ul>\n\n<h4>1.3.03 - 2019-02-01</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.02 - 2019-01-30</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.01 - 2019-01-25</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.2.01 - 2019-01-20</h4>\n\n<ul>\n<li>Fix: Fixed js in editor when addins widget</li>\n</ul>\n\n<h4>1.2.00 - 2019-01-15</h4>\n\n<ul>\n<li>Feature: Pro version with a catalog</li>\n</ul>\n\n<h4>1.0.11 - 2019-01-10</h4>\n\n<ul>\n<li>Fix: Fixed some wordpress galleries related bug</li>\n</ul>\n\n<h4>1.0.10 - 2019-01-05</h4>\n\n<ul>\n<li>Fix: Fixed export category</li>\n</ul>\n\n<h4>1.0.09 - 2019-01-01</h4>\n\n<ul>\n<li>Change: Made global setting for consolidata addons or not</li>\n<li>Change: Updated some memory text in general settings</li>\n</ul>\n\n<h4>1.0.08 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed all notices related bugs</li>\n</ul>\n\n<h4>1.0.07 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed with default data types</li>\n</ul>\n\n<h4>1.0.06 - 2018-12-25</h4>\n\n<ul>\n<li>Fix: Fixed js includes consolidated</li>\n</ul>\n\n<h4>1.0.05 - 2018-12-20</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.04 - 2018-12-15</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.03 - 2018-12-10</h4>\n\n<ul>\n<li>Fix: Fixed empty category issues</li>\n</ul>\n\n<h4>1.0.02 - 2018-12-05</h4>\n\n<ul>\n<li>Fix: Fixed bug with some unit values in render output</li>\n</ul>\n\n<h4>1.0.00 - 2018-12-01</h4>\n\n<ul>\n<li>Release: First plugin release</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:7:\"1.5.113\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/74525.zip?is_premium=true&authorization=FSLA+14440533%3AyIfm3rVfMof9rXlKF95BNOJen7nVuUC1SEedIDkGB4k65-ch0bFFPnEh5SBBNDtqqvN_nWqr1J1xCmgD8_ADyFrtlbpkwdhL6IuzQWU1RaMsdX3CgVoMddpbys2WyY7AAOIiPihMbmstoBHJm9oZJvlNHY_l8KyFJMBeWAjK-64MCtQu0Ar74e9TaeZFcdpeDDrSwEfRHvu5Dq9IUIcMmkMQQM9QULClXOt20zImhNOkQvMhPoV4lectvoMtkH1oiUHaWZSPf6-WwH22yNEHvw\";}}s:7:\"created\";i:1720168314;s:9:\"timestamp\";i:1720171914;}s:92:\"get:/v1/installs/14440533/updates/latest.json?is_premium=true&newer_than=1.5.113&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:7:\"1.5.114\";s:11:\"sdk_version\";s:5:\"2.7.3\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:5:\"6.5.3\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:37142;s:2:\"id\";s:5:\"75026\";s:7:\"created\";s:19:\"2024-07-17 14:03:45\";s:7:\"updated\";s:19:\"2024-07-18 09:58:39\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/75026.zip?is_premium=true&authorization=FSLA+14440533%3Ant2_PPprMbOEeoxxvo6MDtGzWEYi2JDxJpUXl819rKxCnCwHGIbYcjbfJ8wiViKFVVjw83kseS2wS32SRTXrBqYAiXQPUH1EAOKXrBoTDYTp9sUOahJZ_5iqZK_VMLoa-etytrZGciH9P5qSgDCfZ6w0C4dx6jalTZSecDbADB18KwMuENzeLx7kdBk-2gbWVlZo_Hvc8LHsYlZaIUjdEHYxjFlqiAOtRp8rGC8rafr4veHTGS6AdqvA5JaYrNagOnYjWnyyU-kgyikRop9RFg\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:66:\"Unlimited Elements For Elementor (Free Widgets, Addons, Templates)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"tags\";O:8:\"stdClass\":6:{s:9:\"elementor\";s:9:\"elementor\";s:8:\"elements\";s:8:\"elements\";s:6:\"addons\";s:6:\"addons\";s:16:\"elementor addons\";s:16:\"elementor addons\";s:16:\"elementor widget\";s:16:\"elementor widget\";s:12:\"page builder\";s:12:\"page builder\";}s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";N;s:6:\"tested\";s:5:\"6.5.3\";s:10:\"stable_tag\";s:3:\"1.0\";s:8:\"sections\";O:8:\"stdClass\":4:{s:11:\"description\";s:6713:\"<p><strong>Elementor</strong> users, elevate your web design experience with <strong>Unlimited Elements for Elementor</strong>. An all in one plugin that instantly gives you the most advanced widgets and tools to make better Elementor websites faster. Take your WordPress website to the next level.</p>\n\n<p><a href=\"https://unlimited-elements.com/elementor-widgets/\">View Elementor Widgets Demos</a>\n<br>\nBrowse our extensive collection of free widgets or upgrade to our pro version for access to over 200 additional unique drag and drop widgets for <strong>Elementor</strong>. Each widget provides a wide range of options to easily control every aspect. If you can\'t find what you need, our <strong>Widget Creator</strong> Framework empowers you to create any widget you can imagine.</p>\n\n<h3>Plugin Features</h3>\n\n<ul>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Widget Library</strong></a> Enhance the popular Elementor page builder with our user-friendly and innovative widget library. Simplify your website by finding everything you need in one place, without the need for multiple plugins.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/widget-creator/\"><strong>Widget Creator</strong></a> Save valuable time by eliminating the need to search for numerous plugins and add-ons. Instead, create customized, professional widgets that perfectly align with your website requirements.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-templates/\"><strong>Elementor Templates</strong></a> Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/loop-builder-for-elementor/\"><strong>Loop Builder</strong></a> Easily create dynamic Loop Items within the Elementor Theme Builder by utilizing any loop widget layout of your preference. Effortlessly populate the chosen widget with dynamic content to craft versatile and engaging Loop Items.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/background-widgets-for-elementor/\"><strong>Background Widgets</strong></a> Elevate your web designs instantly with our user-friendly animated backgrounds available in our extensive widget library. Experience seamless integration and unleash your creativity like never before.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/post-widgets-filters-tools/\"><strong>Post Widgets & Filters</strong></a> Easily create stunning post layouts with real-time filters. Improve the browsing experience for website visitors by helping them find the content they\'re looking for. Effortlessly display posts using advanced criteria on your entire website.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/woo/\"><strong>WooCommerce Widgets & Filters</strong></a> Create stunning product layouts with dynamic real-time filters. Showcase your products and categories in a wide array of interactive formats, such as grids, carousels, sliders, and more.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/remote-control-widgets/\"><strong>Woo Widgets & Filters</strong></a> Unleash your creativity with advanced and customizable layouts. Take full control of your designs and make them truly unique using the remote controls. Stand out from the crowd with layouts that are both eye-catching and distinctive.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/sync-widgets/\"><strong>Sync Between Widgets</strong></a> Elevate your web designs to new heights by seamlessly synchronizing multiple item-based widgets. This powerful feature empowers you to effortlessly create intricate and personalized layouts, taking your designs to the next level of sophistication.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source-galleries/\"><strong>Multi-Source Galleries</strong></a> Empower your gallery showcase by effortlessly featuring Woo products, WordPress posts, Instagram feeds, and a variety of other sources, including various API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/live-copy-paste/\"><strong>Live Copy Paste</strong></a> Copy and paste fully designed sections from the Unlimited Elements website directly to your website, saving you time and ensuring you can finish your web project as soon as possible.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-menu-widget-for-elementor/\"><strong>Mega Menu Builder</strong></a> Easily craft a distinctive Mega Menu for your website navigation by incorporating images, icons, links, and various Elementor widgets into unique menu layouts.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-slider-widget-for-elementor/\"><strong>Mega Slider Builder</strong></a> Easily turn any Elementor sections into slider slides. Now you can amaze your website visitors with jaw-dropping slider designs that look amazing on any device.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source/\"><strong>Multi-Source Widgets</strong></a> Add content dynamically to item-based widgets effortlessly with support for ACF repeaters, JSON/CSV files, Woo Products, WordPress posts, users, menus, and a range of API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/dynamic-post-popup-widget-for-elementor/\"><strong>Dynamic Popup Builder</strong></a> Dynamically create a popup to add a quick view of the post without leaving the page. Use an Elementor single post template to create the layout of the dynamic popup.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/form-builder/\"><strong>Elementor Form Builder</strong></a> Build advanced forms effortlessly using the drag-and-drop form builder. Whether it’s a simple or complex form, our straightforward form widgets make it quick and easy to create forms, improving your workflow.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/calculators/\"><strong>Calculator Builder</strong></a> Easily design professional calculators for any type of industry. Whether you need a loan calculator, mortgage calculator or business calculator, our powerful and intuitive drag and drop builder makes it easy to create complex calculators with ease.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/filters/\"><strong>Elementor Filter Widgets</strong></a> Unlock the potential of the AJAX-based faceted filter system, seamlessly empowering you to craft diverse layouts with ease. Take control by applying multiple filters, ensuring a super-fast and dynamic filtering experience tailored to your website needs.</p></li>\n</ul>\";s:12:\"installation\";s:521:\"<p>Note : This plugin works with Elementor. Make sure you have <a href=\"https://wordpress.org/plugins/elementor/\">Elementor</a> installed.</p>\n\n<ol>\n<li>Upload the plugin folder to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress</li>\n<li>Navigate to Unlimited Elements in the WordPress side menu and install the widget you want by hovering over it and clicking install.</li>\n</ol>\";s:3:\"faq\";s:4218:\"<h4>Can I use the plugin without Elementor?</h4>\n\n<p>No. You cannot use the plugin without Elementor since it\'s an addon for Elementor.</p>\n\n<h4>Does the plugin work with any theme?</h4>\n\n<p>Absolutely! The plugin will work with any theme where Elementor works.</p>\n\n<h4>What if I update to the Premium version after using the Free version?</h4>\n\n<p>Your existing elements/content will work with the premium version. So you won’t lose your any of your hard work.</p>\n\n<h4>Can I get a refund?</h4>\n\n<p>If you are not happy with your purchase at anytime just contact us and we will refund 100% of your money no questions asked.</p>\n\n<h4>Do you offer a renewals discount?</h4>\n\n<p>Yes, you get 25% discount for all annual plan automatic renewals. The renewal price will never be increased so long as the subscription is not cancelled.</p>\n\n<h4>How do I install and activate the \'Unlimited Elements for Elementor\' plugin on WordPress?</h4>\n\n<p>To install the \'Unlimited Elements\' plugin on your WordPress site, access your WordPress Dashboard and go to Plugins -> Add New. In the search box, enter \'Unlimited Elements.\' Locate the plugin in the search results and click on the \'Install Now\' button. Once the installation is finished, click on the \'Activate\' button, and \'Unlimited Elements for Elementor\' will be successfully activated on your WordPress site.</p>\n\n<h4>Do I need to know code to use Unlimited Elements?</h4>\n\n<p>No, you do not need to know code to leverage the widgets and other tools provided by the Unlimited Elements plugin. It is designed to be user-friendly, allowing you to enhance your Elementor experience without any coding expertise. However, for users familiar with code, the plugin offers the added advantage of a widget creator, enabling the creation of custom Elementor widgets for a more tailored and advanced design experience.</p>\n\n<h4>Is my site secure with Unlimited Elements?</h4>\n\n<p>Yes, Unlimited Elements is a secure plugin. The plugin is regularly updated to adhere to common security standards, ensuring a secure environment for your website.</p>\n\n<h4>What types of filters does Unlimited Elements provide?</h4>\n\n<p>Unlimited Elements offers a variety of filter types, including search filters, dropdowns, tabs filters, checkboxes filters, and WooCommerce-related filters, providing a diverse range of options for dynamic and versatile website filtering.</p>\n\n<h4>Are the filters compatible with any post type or WooCommerce products?</h4>\n\n<p>Yes, all the filters provided by Unlimited Elements are live Ajax filters, ensuring dynamic and seamless filtering experiences. They are compatible with any post type, including custom post types, and WooCommerce products, offering versatile functionality for a wide range of content on your website. Utilize specific WooCommerce filters to enhance the shopping experience for your customers, such as the price range slider filter and color swatches filter for products with different colors.</p>\n\n<h4>Can I use Unlimited Elements to display custom post types in my widgets?</h4>\n\n<p>Yes, Unlimited Elements supports showcasing custom post types with advanced query selection and seamless connection to any filter from the UE library. This allows for tailored and dynamic content presentation on your website using the plugin\'s versatile features.</p>\n\n<h4>What are multi-source widgets in Unlimited Elements?</h4>\n\n<p>Multi-source widgets in Unlimited Elements enable the population of item-based widgets with various dynamic source types. These widgets can be populated using sources like ACF repeater fields, WooCommerce products, custom post types, Instagram feeds, and various API integrations. This versatility allows for the seamless integration of diverse content into widgets, enhancing the flexibility and functionality of your website elements.</p>\n\n<h4>Should I use Remote Control Widgets or the Sync Widgets function in Unlimited Elements?</h4>\n\n<p>The choice depends on your design preferences. If you want complete control, go for Remote Control Widgets. For synchronized layouts, choose Sync Widgets. They can also be used together for even more powerful customization options in Unlimited Elements.</p>\";s:9:\"changelog\";s:164044:\"<p>version 1.5.114: 2024-07-17</p>\n\n<p>Plugin Changes</p>\n\n<ul>\n<li>Feature: implimented \"advanced cache\" option for \"dynamic popup\"</li>\n<li>Feature: improved json/csv api usage in multisrouce, added paths as field names and data key selection</li>\n<li>Feature: added option for disabled buttons in pagination</li>\n<li>Change: updated freemius sdk version to the latest</li>\n<li>Fix: removed \"custom remote name\" from background widgets style</li>\n<li>Fix: Galleries - fixed fullscreen button on a slider that contains link</li>\n<li>Fix: in filters fixed init pagination number after init request</li>\n<li>Fix: fixed optin \"is derect parent\" in terms selection</li>\n<li>Fix: fixed get titles with empty posts for in terms selector </li>\n<li>Fix: fixed some filters related php bug of empty request on sync with grid.</li>\n</ul>\n\n<p>Widget Changes</p>\n\n<ul>\n<li>Feature: Woo Category Carousel (Pro) - Added \'Navigation Rewind\' option. When disabled, it hides the navigation arrows on the first and last carousel items.</li>\n<li>Feature: Team Member Carousel (Pro) - Added an Image Link option, allowing users to link images to specified URLs for enhanced navigation and user interaction.</li>\n<li>Feature: Woo Product Grid (Pro) - Added typography and color styling options for text after prices.</li>\n<li>Feature: Loop Carousel (Pro) - Added \'Navigation Rewind\' option. When disabled, it hides the navigation arrows on the first and last carousel items.</li>\n<li>Feature: Icon Box Accordion (Pro) - Added support for using the widget within the Template Switcher widget.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Added an \"Advanced Cache\" option that loads all popups content at once after the page load, improving performance and user experience by reducing subsequent load times and enhancing content delivery.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Added a \"Phone Number As Link\" option, allowing phone numbers to be automatically formatted as clickable links for improved user experience and functionality.</li>\n<li>Feature: Semi Circle Progress Bar (Pro) - Added support for using the widget within the Template Switcher, enhancing functionality and providing more versatile template management options.</li>\n<li>Feature: Price Range Filter (Pro) - Added \'Tooltip Thousand Separator\' option to enable formatting of tooltip numbers.</li>\n<li>Feature: Team Member Carousel (Pro) - Added support for Dynamic Post Popup within the widget, enabling enhanced interactive content display and user engagement.</li>\n<li>Feature: Loop Grid (Pro) - Added styling options for the active element, allowing for customized appearance and enhanced user interface design for elements in their active state.</li>\n<li>Feature: Woo Product Carousel (Pro) - Added \'Navigation Rewind\' option. When disabled, it hides the navigation arrows on the first and last carousel items.</li>\n<li>Feature: Taxonomy Terms (Pro) - Added an option to disable term links, allowing users to remove hyperlink functionality from term elements as needed.</li>\n<li>Feature: Loop Grid (Pro) - Added Remote Connection options, enabling enhanced flexibility and functionality for remote integrations and communication between different widgets.</li>\n<li>Feature: Checkbox Field (Pro) - Added the option to use Item Titles as values, allowing for more flexible and intuitive configuration of item properties based on their titles.</li>\n<li>Feature: Content Switcher (Pro) - Added the \'Tab Hash ID\' option in item and functionality, allowing users to open tabs using a hash link (e.g., if the \'Tab Hash ID\' is set to \'my-second-tab\' and the user opens the URL example.com/#my-second-tab, the second tab will open automatically).</li>\n<li>Feature: Post Carousel (Pro) - Added \'Navigation Rewind\' option. When disabled, it hides the navigation arrows on the first and last carousel items.</li>\n<li>Change: NPS Field (Pro) - Changed the </li>\n</ul>\n\n<p><</p>\n\n<p>form> tag to a</p>\n\n<p><</p>\n\n<p>div> tag in the widget\'s HTML to improve layout structure and compatibility.\n* Change: Radio Button Field (Pro) - Changed the</p>\n\n<p><</p>\n\n<p>form> tag to a</p>\n\n<p><</p>\n\n<p>div> tag in the widget\'s HTML to improve layout structure and compatibility.\n* Change: Scale Field (Pro) - Changed the</p>\n\n<p><</p>\n\n<p>form> tag to a</p>\n\n<p><</p>\n\n<p>div> tag in the widget\'s HTML to improve layout structure and compatibility.\n* Change: Checkbox Field (Pro) - Changed handling for Checkbox Values with Text as the default values, ensuring consistent and expected behavior for checkbox inputs.\n* Change: Woo Product Grid (Pro) - Organized the pricing layout options into a new section titled \'Price Layout\' for better usability and navigation.\n* Change: Simple Popup (Free) - Removed empty links from the link elements to ensure clean and functional HTML.\n* Change: Image Accordion (Pro) - Renamed the \'Transition\' option to \'Transition Duration\' and added support to select the value in milliseconds (ms).\n* Fix: Image Accordion (Pro) - Resolved the title positioning issue and added a new option, \'Title Hover Position,\' to allow customization of the title\'s position on hover.\n* Fix: Unlimited Google Maps (Pro) - Fixed widgets behavior after applying filters to ensure consistent functionality and proper display of filtered content.\n* Fix: Logo Marquee (Pro) - Fixed the issue where the incorrect number of items was showing when the scrollbar was visible on the page. Previously, the width of the viewport was calculated excluding the scrollbar. Now, the actual viewport width is calculated including the scrollbar.\n* Fix: Team Member Carousel (Pro) - Optimized the HTML code of the widget for improved performance and cleaner structure.\n* Fix: Unlimited Timeline (Free) - Fixed an issue where images with an empty src attribute were still present in the DOM, ensuring that such elements are properly removed or handled to maintain clean and efficient HTML structure.\n* Fix: Post Magazine Grid (Pro) - Fixed an issue where the button hover color was not visible, ensuring proper visual feedback when users interact with buttons.\n* Fix: Toggle Text Button (Free) - Fixed an issue where, in some cases, clicking a button triggered the Elementor Page Transition animation.\n* Fix: One Page Scroll Navigation (Pro) - Fixed an issue where multiple scroll events were required to snap a section, ensuring that a single scroll event now properly snaps the section.\n* Fix: Parallax Background (Pro) - Added proper alt attributes for img elements to improve accessibility and SEO.\n* Fix: Audio Player (Pro) - Fixed an issue where clicking the Download button loaded a default audio file instead of the current one.\n* Fix: Liquid Button (Pro) - Added support for working within the Template Switcher widget, enhancing integration and functionality.\n* Fix: Confirm Field (Pro) - Fixed an issue where labels did not wrap to a second line on small screen widths, ensuring better readability and layout consistency on mobile devices.\n* Fix: Compact Gallery (Free) - Added a fix to address issues caused by early widget initialization, ensuring that widgets initialize at the correct time and function properly even in complex loading scenarios.\n* Fix: Liquid Full Screen Menu (Pro) - Fixed an issue where the fix for sticky containers was not working properly in conjunction with optimization plugins.</p>\n\n<p>version 1.5.113: 2024-07-04</p>\n\n<ul>\n<li>Fix: fixed some small security issues found by wordfence</li>\n<li>Feature: added search fitler to url replace in post widgets filters</li>\n</ul>\n\n<p>version 1.5.112: 2024-07-01</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: made a small integration with simple author box plugin</li>\n<li>Feature: added \"timezone\" for google events api</li>\n<li>Feature: added \"current product gallery\" as a gallery source for WooCommerce</li>\n<li>Feature: added option for dynamic popup advanced cache</li>\n<li>Feature: added integration for fvplayer</li>\n<li>Feature: added links to woo minicart title and image</li>\n<li>Feature: added option to send reply in form to email that set in form field</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Pricing Table (Free) - Introduced Tooltip functionality, allowing users to add tooltips to each list item.</li>\n<li>Feature: Post Magazine Grid (Pro) - New values were added to the Show Categories option, including byTaxonomy and by Last level Taxonomy, providing users with more granular control over category display settings.</li>\n<li>Feature: Blob Shapes (Free) - Enhanced the Shadow options by adding shadow size, shadow blur, shadow color type, and shadow shift settings.</li>\n<li>Feature: Image Accordion (Pro) - Added the \"Link All Items\" option to enhance functionality and provide users with the ability to link all items collectively.</li>\n<li>Feature: Calendar (Pro) - Separated the Locale option into a new tab and introduced an \'Other\' option in the locale list, enabling users to manually add a locale not listed, thereby extending support for 96 locales.</li>\n<li>Feature: Calendar (Pro) - Added \"Open Event Link in New Tab\" option to allow users to open event links in a new tab.</li>\n<li>Feature: Checkboxes Filter (Pro) - Added functionality to hide the dropdown when no items are found inside.</li>\n<li>Feature: Icon Accordion (Pro) - A new feature was introduced that includes the addition of an option to adjust the Icon Margin, providing users with more customization options for their interface.</li>\n<li>Feature: Radio Button Field (Pro) - Added functionality to handle and process values selected from radio buttons in the form, ensuring users\' selections are captured and correctly stored.</li>\n<li>Change: Woo Mini Cart (Pro) - Improved the widget by adding the product link to the product title and the image in the cart.</li>\n<li>Change: AJAX Search (Pro) - Added a aria-label attribute for the search button element to enhance form handling and improve accessibility.</li>\n<li>Change: List Marquee (Pro) - Extended icon option to graphic element and added option for image.</li>\n<li>Change: AJAX Search (Pro) - Added a name attribute for the search button element to enhance form handling and improve accessibility.</li>\n<li>Change: Swipe Carousel (Pro) - An improvement was made by adding the aria-label attribute to the item link, enhancing accessibility and ensuring that all links have discernible names for better user experience.</li>\n<li>Fix: Logo Marquee (Pro) - Fixed the text alignment issue and added new options: Text Align and Text Shadow.</li>\n<li>Fix: Icon Accordion (Pro) - Fixed a bug where the accordions were not closing when the \"Close Others on Open\" option was disabled.</li>\n<li>Fix: Copy Coupon Code (Pro) - Resolved a problem where the copy operation was failing in some cases. This fix ensures that the copy functionality now works reliably across all scenarios.</li>\n<li>Fix: Quantity Increment Buttons (Pro) - Resolved a problem where the product quantity was not reset to 1 after adding to the cart.</li>\n<li>Fix: Liquid Full Screen Menu (Pro) - Implemented a fix to address the issue where the widget was not functioning correctly within sticky containers, ensuring consistent behavior and improved user experience.</li>\n<li>Fix: Before After (Pro) - Added support for carousel widgets, enabling the creation and management of dynamic, rotating content displays within the application.</li>\n</ul>\n\n<p>version 1.5.111: 2024-06-10</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option in general settings: \'Taxonomy Separator Sign in Ajax Filter\' for backward compatability</li>\n<li>Fix: fixed getting elementor dynamic item fields in ajax </li>\n<li>Fix: background widgets didn\'t worked with rocket lazy load</li>\n<li>Changed - changed the default taxonomy saparator to \":\" instead of \"~\"</li>\n<li>Feature: added option in general settings: \'Taxonomy Separator Sign in Ajax Filter\' for backward compatability</li>\n<li>Changed - changed the default taxonomy saparator to \":\" instead of \"~\"</li>\n<li>Fix: fixed getting elementor dynamic item fields in ajax </li>\n<li>Fix: background widgets didn\'t worked with rocket lazy load</li>\n<li>Fix: filters checkboxes wasn\'t visible in some cases</li>\n<li>Fix: avoid error messages on very old elementor versions</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: List (Free) - Added Override Color Title/Text options for each item, allowing for individualized customization.</li>\n<li>Feature: List (Free) - Added an Icon Margin option for enhanced layout control.</li>\n<li>Feature: Card Carousel (Free) - Added a new value \"Above Image\" to the Show Title option.</li>\n<li>Feature: Content Accordion (Free) - Added support for integrating the widget within carousel widgets, enhancing its functionality and allowing for greater flexibility in design layouts.</li>\n<li>Feature: Calendar (Pro) - Added Italian (it) to the available locales for enhanced language support.</li>\n<li>Feature: Product Bullets (Pro) - Added \"Column\" and \"Column Reverse\" values to the Content Direction option for improved layout flexibility.</li>\n<li>Change: Content Slider (Pro) - Changed the display CSS property from \'flex\' to \'block\' for cases where the Content Source option in an item is set to \"template.\"</li>\n<li>Change: One Page Scroll Navigation (Pro) - Changed method of calling the wheel event from jQuery to JavaScript.</li>\n<li>Change: Content Accordion (Free) - Changed heading\'s HTML tag from </li>\n</ul>\n\n<p><</p>\n\n<p>div> to <a> and added role attribute for accessibility, enabling users to open and close accordions using keyboards and accessibility devices.\n* Change: Event List (Pro) - Added description to Time Zone option.\n* Fix: Mega Menu (Pro) - Resolved an issue where menu items were overlapping each other in iOS device.\n* Fix: Mega Menu (Pro) - Fixed an issue where mobile menu items displayed only a white background color.\n* Fix: Dynamic Post Popup (Pro) - Fixed an issue where the height wasn\'t adjusted after the first popup opening when the Adjust Height option was enabled.\n* Fix: Before After (Pro) - Added lazy load protection to images within the widget, ensuring images load properly without delays.\n* Fix: Accordion Menu (Pro) - Fixed an issue where the Accordion Menu was initialized multiple times in popup.\n* Fix: Content Slider (Pro) - Added support for integrating Content Slider within the Toggle Content widget, enhancing its functionality and providing improved content presentation options.\n* Fix: Icon Box Accordion (Pro) - Fixed an issue where the widget was blocking scroll event-oriented functions, ensuring smooth and uninterrupted scrolling behavior.\n* Fix: Post Magazine Grid (Pro) - Fixed an issue where items were not being fully linked, ensuring complete and functional linking of all item components.\n* Fix: Unlimited Timeline (Free) - Resolved a bug that caused the link to not work when the Image Link option was disabled.\n* Fix: Multi Step Form (Pro) - Added a fix for an issue where 1px of the next step was sometimes visible in the current slide.</p>\n\n<p>version 1.5.110: 2024-06-04</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Fix: remote arrows was sendin next/prev commands twice</li>\n<li>Fix: fix some password protected content related security issue</li>\n<li>Fix: fix some sql security small issue </li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Email Field (Pro) - Added Asterisk Size option, allowing customization of asterisk size for better design flexibility and emphasis.</li>\n<li>Feature: Phone Field (Pro) - Added Asterisk Size option, allowing customization of asterisk size for better design flexibility and emphasis.</li>\n<li>Feature: Event List (Pro) - Added Timezone option, ensuring that expired and upcoming events are counted according to the specified timezone for accurate event scheduling and display.</li>\n<li>Feature: Number Field (Pro) - Added \"Limit Number of Digits\" option, allowing users to restrict the number of digits displayed for better control and readability of numerical data.</li>\n<li>Feature: Phone Field (Pro) - Added \"Limit Number of Digits\" option, allowing users to restrict the number of digits displayed for better control and readability of numerical data.</li>\n<li>Feature: Transparent Split Hero (Free) - Added options to enable or disable widget contents like title, subtitle, etc., and introduced an option to add an image or logo for greater customization and flexibility.</li>\n<li>Feature: Unlimited Charts (Pro) - Added Line Chart Background Color option, allowing customization of the background color for line charts to enhance visual appeal.</li>\n<li>Fix: Submit Button (Free) - Added validation function for the phone field to ensure correct email format and improve data accuracy.</li>\n<li>Fix: Mega Menu (Pro) - Added fix for layout issue that sometimes occurs after page load, ensuring consistent and stable page rendering.</li>\n<li>Fix: Post Carousel (Pro) - Set padding to 0 in Nav Dots to avoid default CSS overrides, ensuring consistent and desired styling.</li>\n<li>Fix: Semi Circle Progress Bar (Pro) - Added support for Mega Slider widget, enabling the creation and display of Semi Circle Progress Bar widget in interactive sliders for enhanced content presentation.</li>\n<li>Fix: Floating Chat Buttons (Pro) - Fixed Pulse Animation Grabber Type issue, ensuring correct animation behavior and improved visual effects.</li>\n<li>Fix: Content Tabs (Free) - Added a small delay before widget initialization to ensure the Content Tabs widget works properly within other widgets, improving overall functionality and integration.</li>\n<li>Fix: Remote Tabs (Pro) - Changed selector for padding option to resolve issue where link was not clicked when tab was clicked, improving click response accuracy.</li>\n</ul>\n\n<p>version 1.5.109: 2024-05-29</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to get page views of some post using WPP plugin</li>\n<li>Feature: added option for \"show db tables\" in troubleshooting</li>\n<li>Fix: fixed form editor form validation, excluded placeholders</li>\n<li>Fix: fixed get filters based on wpml language with post count</li>\n<li>Fix: Fixed some remote connection code items click code</li>\n<li>Fix: Fixed clear all filters button not working bug</li>\n<li>Fix: fixed multisource acf repeater checkboxes type get</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Email Field (Pro) - Added validation function for the email field to ensure correct email format and improve data accuracy.</li>\n<li>Feature: Number Field (Pro) - Introduced the \"Disable Calculation in Editor\" debug option to prevent the page from crashing or becoming unresponsive when multiple fields are set to calculation mode, enhancing stability during editing.</li>\n<li>Feature: AJAX Search (Pro) - Added Show Post Image option to enable or disable the display of images in posts, providing more control over post appearance</li>\n<li>Feature: Submit Button (Free) - Added validation function for the email field to ensure correct email format and improve data accuracy.</li>\n<li>Feature: Team Member Card (Free) - Added Icon Size Inner option to adjust the height of the icon itself, providing more precise control over icon dimensions.</li>\n<li>Feature: Slider Field (Pro) - Added Accent Color option to highlight changing value of Slider Field widget.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added option to open images in Lightbox, enhancing the viewing experience with a full-screen display of images.</li>\n<li>Change: Expanding Content Cards (Pro) - Added title as CSS ID for Widgets Items to allow using them as anchors.</li>\n<li>Fix: Mega Menu (Pro) - Fixed issue where the Clickable Link option was disabled but the link was still added, ensuring links are only added when the option is enabled</li>\n<li>Fix: Icon Accordion (Pro) - Fixed issue where Override Color Options were not working, ensuring color customizations are applied correctly.</li>\n<li>Fix: Fullscreen Menu (Free) - Fixed issue where menu wasn\'t opening, ensuring proper functionality and user access.</li>\n<li>Fix: Expanding Content Cards (Pro) - Resolved issue where CSS filters were not working in Safari browser, ensuring consistent styling across all browsers.</li>\n<li>Fix: Block Quote Card (Free) - Fixed issue where reserved space was still taken up even when no icon was selected, ensuring proper layout and space utilization.</li>\n<li>Fix: Unfold Content (Pro) - Added support for carousel widgets, enabling enhanced content display through interactive sliding elements.</li>\n<li>Fix: Instagram Feed (Pro) - Added \'aria-label\' attribute to links to fix the \'Links do not have a discernible name\' error, improving accessibility and compliance with web standards.</li>\n<li>Fix: Woo Mini Cart (Pro) - Fixed issue where URL was changed after page load, ensuring stable and consistent URLs for better navigation and user experience.</li>\n<li>Fix: Age Verification (Pro) - Fixed issue where popup still opened even after cookie was set, ensuring popups respect cookie settings for user preferences.</li>\n</ul>\n\n<p>version 1.5.108: 2024-05-21</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: update freemius SDK to 2.7.2</li>\n<li>Fix: fixed bug with select filter and active filters widgets</li>\n<li>Fix: fixed bug with several main checkbox filters unselecting</li>\n<li>Fix: Fixed some small security issue</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: AJAX Search (Pro) - Added option to search by meta and by terms.</li>\n<li>Feature: Dark Mode (Free) - Introduced \'Do not affect SVG\' option to prevent SVG images from inverting when toggling dark mode, ensuring correct image display.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added Button Hover Animation option to enable animations when hovering over button, enhancing interactivity and visual appeal.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added Icon Position option, allowing users to customize the placement of icons for better design flexibility.</li>\n<li>Feature: Woo Product Grid (Pro) - Added \"Show Only Lowest Variable Price\" option to display only the lowest price for variable products, enhancing price visibility and simplicity for users.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Fixed Navigation Arrows functionality issue when Animation option was enabled, ensuring smooth and consistent navigation experience.</li>\n<li>Fix: Dynamic Popup Button (Pro) - Added suppot for Loop Carousel widget with enabled Loop option.</li>\n<li>Fix: Woo Mini Cart (Pro) - Fixed widgets behaviour for Shop pages when page name is different then default.</li>\n<li>Fix: Icon Tabs (Pro) - Provided a fix that ensures Icon Tabs widget changing Active Tab after click event.</li>\n<li>Fix: Unlimited Google Maps (Pro) - get it work on the template switcher</li>\n<li>Fix: Fullscreen Menu (Free) - Fixed issue where Menu widget wouldn\'t open properly when nested within sticky parent containers, ensuring smooth functionality and user experience.</li>\n</ul>\n\n<p>version 1.5.107: 2024-05-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added elementor dynamic options to api integrations</li>\n<li>Feature - added option to get images from current product variations for the dynamic gallery.</li>\n<li>Feature - added preperation for the enhanced ajax search</li>\n<li>Fix - fixed weird elementor no products on cart page bug</li>\n<li>Fix - fixed bug with faq schema output</li>\n<li>Fix - fixed general settings show items at start</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Event List (Pro) - Added \"Remove All Upcoming Events Except Next One\" functionality, facilitating the removal of all upcoming events except for the next scheduled event for streamlined event management.</li>\n<li>Feature: Animated Icon Box (Pro) - Added Description Opacity option to customize the opacity level of descriptions for enhanced visual aesthetics and readability.</li>\n<li>Feature: Underline Animated Button (Free) - Added Animation Move Amount option, enabling users to customize the amount of movement in animations for enhanced visual effects.</li>\n<li>Feature: Remote Tabs (Pro) - Added Item Min Height option for better customization; users can now set a minimum height for items displayed.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added the \"Show Load More Button Icon\" option to enhance interface; users can now customize the icon displayed for the load more button.</li>\n<li>Feature: Mega Menu (Pro) - Added a new functionality enabling \"Expand / Collapse Visible On\" option, allowing expansion or collapse of visibility based on specific criteria.</li>\n<li>Feature: Side Menu (Pro) - Added Menu Padding option. This new feature allows to add padding to the container of the Menu items.</li>\n<li>Feature: Woo Product Grid (Pro) - Made Content Padding, Category Label Spacing, and Title Spacing options responsive for improved adaptability across various screen sizes and devices.</li>\n<li>Feature: Icon Image Content Box (Free) - Implemented functionality to link Icon and Title to the same destination as the Image.</li>\n<li>Feature: Hotspots (Pro) - Implemented styling options for images. This new functionality allows users to customize the appearance of images within the widget, including options for adjusting borders, shadows, and other visual attributes.</li>\n<li>Feature: Team Member Grid (Pro) - Implemented \'Text Placement\' option. This new functionality allows users to customize the placement of text within the widget, providing greater control over the layout and design.</li>\n<li>Fix: Post Ticker (Free) - Fixed widgets behaviour for RTL websites.</li>\n<li>Fix: Post Timeline (Pro) - Resolved category name spelling issue in some cases. This fix ensures that category names are spelled correctly throughout the widget, improving accuracy and consistency in the display of category information.</li>\n<li>Fix: Team Member Grid (Pro) - Optimized HTML code of the widget. This optimization improves the efficiency and performance of the widgets by reducing unnecessary code and streamlining the structure for faster loading and rendering.</li>\n<li>Fix: Number Field (Pro) - Resolved issue when Min - Max range were violated and no error were shown.</li>\n<li>Fix: Dropdown Button (Pro) - Optimized widget\'s JS code. This fix ensures that widget works properly on mobile devices as well as on desktop.</li>\n<li>Fix: Expanding Content Cards (Pro) - Addressed CSS filter issue where it was displaying incorrectly on mobile devices, ensuring proper rendering and display consistency across all devices.</li>\n<li>Fix: Post Grid (Pro) - Fixed issue where Typography option was not functioning as expected, ensuring proper functionality and usability.</li>\n<li>Fix: Justified Image Carousel (Pro) - Fixed issue where width of images was incorrectly set in certain cases, ensuring proper display and functionality across all scenarios.</li>\n<li>Fix: Layers (Pro) - Resolved issue with the \"Item Shadow\" option. This fix ensures that the item shadow is applied correctly within the widget.</li>\n</ul>\n\n<p>version 1.5.106: 2024-05-12</p>\n\n<ul>\n<li>Fix - fixed some main/child roles checkbox filter issues</li>\n<li>Fix - fixed some bug with widget posts debug not showed full info</li>\n<li>Fix - fixed dissapearing gallery titles since last version.</li>\n</ul>\n\n<p>version 1.5.105: 2024-05-05</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Fix: fixed some filters and request related issue</li>\n<li>Fix: fixed specific post and terms select</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Mute Video\' option. This new functionality allows users to start videos muted within the widget, providing greater control over the audio playback and enhancing the user experience.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Checkboxes Filter (Pro) - Introduced \'Accordion as Dropdown\' option, allowing users to open the accordion as a dropdown when the layout is set to \'Accordion\', preventing layout shifting and improving user experience.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Event List (Pro) - Introduced \'Show End Time\' option, enabling users to show or hide the event end time for enhanced flexibility and customization.</li>\n<li>Feature: Animated Icon Box (Pro) - Introduced styling options for Icon and Divider, providing users with more customization choices for improved visual design.</li>\n<li>Feature: Taxonomy Terms (Pro) - Implemented styling options for 1st and 2nd level of Child Term Elements. This new functionality allows users to customize the appearance of Child Term Elements at different hierarchical levels, providing greater design flexibility and control.</li>\n<li>Feature: Content Carousel (Pro) - Implemented \'Image Border Radius\' option. This new functionality allows users to specify the border radius for images within the widget, enabling them to create rounded or custom-shaped images for a more visually appealing design.</li>\n<li>Feature: Coverflow Carousel (Pro) - Implemented \'Custom Navigation Arrows\' option. This new functionality allows users to customize the navigation arrows used within the widget, enabling them to use custom-designed arrows for a more personalized look and feel.</li>\n<li>Feature: One Page Scroll Navigation (Pro) - Enhanced widget flexibility to support other sections apart from the one with the tag <section>. This improvement expands compatibility with different section types, providing users with more options for integrating the widget into their website layouts.</li>\n<li>Change: Animated Icon Box (Pro) - Replaced old font edit option with new typography and color options for enhanced customization and design control.</li>\n<li>Change: Call To Action Button (Free) - Moved ripple \'Transition Timing\' from Button Icon to Button Icon tab and renamed it to \'Ripple Timing\' for improved organization and clarity.</li>\n</ul>\n\n<p>version 1.5.104: 2024-04-24</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added support for unselect items in sync functionality</li>\n<li>Feature: added feature - sort terms by parent -> children, and levels number class</li>\n<li>Fix: fixed some load more issue with dynamic template loop and post lists inside</li>\n<li>Fix: fixed woo category image not fetched bug</li>\n<li>Fix: fixed some cases of sticky elementor elements with filters</li>\n<li>Fix: fixed remote connection with single background parent and remote widget</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Neon Line Width\' option. This new functionality allows users to adjust the width of the neon line effect within the widget, providing finer control over its appearance and visual impact.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Shadow\' option. This new functionality allows users to add a shadow effect to buttons within the widget, enhancing their visual appearance and depth.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Background Color\' option. This new functionality allows users to customize the background color of buttons within the widget, enhancing visual design and customization possibilities.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Fix: Loop Carousel (Pro) - Corrected spelling mistakes and improved naming conventions, enhancing clarity and consistency.</li>\n<li>Fix: Flip Box (Free) - Resolved issue where links were not firing for the first click on the back of the Flip Box. This fix ensures that links behave as expected, allowing them to be clicked and activated reliably.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue where Content Tabs widget couldn\'t work with Icon Tabs widget on the same page. This fix ensures that both widgets can coexist and function properly together, allowing for seamless integration and improved user experience.</li>\n<li>Fix: Checkboxes Filter (Pro) - Enhanced Accordion Layout option for the Checkboxes Widget to improve script communication. This improvement optimizes the interaction between scripts, resulting in smoother operation and better performance of the widget.</li>\n<li>Fix: Loop Grid (Pro) - Implemented additional Masonry layout check to avoid items overlapping over each other. This enhancement ensures that items are properly positioned and do not overlap, maintaining a clean and organized layout within the widget.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Resolved issue where popups allowed opening links in new tabs while opening the popup. This fix ensures that links within popups behave consistently and do not inadvertently open in new tabs, providing a smoother user experience.</li>\n<li>Fix: Post Slider (Pro) - Addressed issue where post title typography settings were not applied, ensuring proper functionality and appearance.</li>\n<li>Fix: Flip Box (Free) - Corrected a typography mistake in options.</li>\n<li>Fix: Content Slider (Pro) - Resolved conflict caused between Elementor\'s Motion Effects and the widget due to the same animation library (animate.css), resolving CSS class conflict for smoother animation and functionality.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with Opening Item when Clickable Parent option is enabled.</li>\n<li>Fix: Side Menu (Pro) - Resolved issue where some icons were being reverted. This fix ensures that all icons remain consistent and do not revert unexpectedly.</li>\n<li>Fix: Rhombus Grid (Pro) - Increased CSS priority for \'Item Background Color Override\' option. This adjustment ensures that the specified background color takes precedence over other styles, providing consistent and reliable appearance for the widget items.</li>\n</ul>\n\n<p>version 1.5.103: 2024-04-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to add additional url attributes to post links</li>\n<li>Feature: improved woo category thumbnail image gether</li>\n<li>Feature: added option to unite gallery - strip_speed</li>\n<li>Fix: fixed some widgets editor enable visibility bug</li>\n<li>Fix: fixed entrance animation run if inside a viewport window</li>\n<li>Fix: fixed some security issues - escaping some fields output</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Dots\' option. This new functionality allows users to toggle the visibility of dots within the widget, providing greater control over navigation indicators.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Custom Icon\' option. This new functionality allows users to customize the appearance of checkboxes by providing custom icons, enhancing the visual presentation of checkboxes within the widget.</li>\n<li>Feature: Video Playlist (Pro) - Implemented \'Strip Navigation Speed\' option. This new functionality allows users to adjust the speed of navigation within the strip, providing finer control over the scrolling behavior.</li>\n<li>Feature: Expanding Content Cards (Pro) - Implemented \'Background Image Align\' option. This new functionality allows users to specify the alignment of the background image, providing greater control over its positioning within the element.</li>\n<li>Feature: Post Magazine Grid (Pro) - Implemented \'Meta Date Date Format\' option. This new functionality allows users to specify the date format for meta date display, providing customization options for date presentation.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Show Item Title in Lightbox\' option. This new functionality allows users to toggle the display of item titles within the lightbox, providing control over the visibility of titles for a better user experience.</li>\n<li>Feature: Search Filter (Pro) - Implemented \'Custom Links Ending\' option. This new functionality allows users to change links in the connected grid to highlight the search phrase.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Post Pagination (Free) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Content Switcher (Pro) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab Content Switcher for a smoother and more seamless user experience.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Show Field Name In Empty Field Error Message\' option. This new functionality allows users to include the field name in the empty field error message, providing clearer feedback to users when a required field is left blank.</li>\n<li>Feature: Side Menu (Pro) - Implemented \'Templates Width\' and \'Templates Horizontal Align\' options.</li>\n<li>Change: Unlimited Grid (Pro) - Changed \'Title Spacing\' option to \'Title Margin\'. This change allows users to add margin in all directions to the title, providing more granular control over its positioning within the widget.</li>\n<li>Fix: Content Box Hover Text Reveal (Free) - Resolved issue where Overlay Opacity option wasn\'t working on mobile devices. This fix ensures that the Overlay Opacity option functions correctly across all devices, providing consistent behavior and appearance.</li>\n<li>Fix: Multi Step Form (Pro) - Fixed Multi Step Error Message not showing when empty and required field was present on active step.</li>\n<li>Fix: Submit Button (Free) - Fixed Submit Button verification issue when fields with 0 value were parsed as empty.</li>\n<li>Fix: Slider Field (Pro) - Resolved issue where border radius for focus state differed from regular state. This fix ensures that the border radius remains consistent across different states.</li>\n<li>Fix: Icon Bullets (Free) - Fixed issue related to Hover Colors not being revealed after item hover.</li>\n<li>Fix: Team Member Sliding Effect (Pro) - Resolved issue related to global colors usage. This fix ensures that global colors are properly utilized throughout the widget, maintaining consistency and accuracy in color rendering.</li>\n<li>Fix: Post Magazine Grid (Pro) - Optimized widget HTML. This optimization improves the efficiency and performance of the widget by streamlining the HTML structure and reducing unnecessary code.</li>\n<li>Fix: Form Fields Widgets: Resolved vulnerability where scripts could be injected under certain widget attributes. This fix ensures that scripts are properly sanitized and prevented from being inserted into widget attributes, mitigating potential security risks.</li>\n</ul>\n\n<p>version 1.5.101: 2024-04-03</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added \"date time\" attribute to items attributes list</li>\n<li>Feature - made some integration for \"relevanssi\" plugin</li>\n<li>Feature - added woo rating stars to multisource fields</li>\n<li>Feature - added visual text that showing the form fields conditions</li>\n<li>Fix - fixed filters mode init mode</li>\n<li>Fix - fixed various filters related bugs</li>\n<li>Fix - fixed ucpage parameter fetch for pagination in archive page</li>\n<li>Fix - fixed gallery from meta field item source texts </li>\n<li>Fix - fixed some number field processing</li>\n<li>Fix - fixed multisep form with template submit</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Set First Item Selected\' option. This new functionality allows users to automatically select the first item in the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented \'Open Current Submenu On Page Load\' option. This new functionality allows users to automatically expand the current submenu on page load, providing immediate access to relevant content.</li>\n<li>Feature: Background Slider (Pro) - Introduced \'Add SEO Tags\' option, allowing users to include alt and title attributes for images for improved search engine optimization of the widget content.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Message Box After Send\" option, allowing automatic closure of the message box after clicking the send button for improved user experience and convenience.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced \"Close Button After Click\" option, enabling automatic closure of the buttons after clicking any button, eliminating the need for manual closure for enhanced user convenience and interaction.</li>\n<li>Feature: Content Grid (Pro) - Implemented \'Description\' option. This new functionality allows users to add a description to the widget, providing additional context or instructions.</li>\n<li>Feature: SVG Animation (Free) - Optimized widget for Elementor Popup compatibility. This update ensures seamless integration and improved performance when using the widget within Elementor Popups.</li>\n<li>Feature: Animated Ripples (Pro) - Introduced \'Ripple Scale\' option, enabling users to control the size of the ripples for enhanced visual customization and effect.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Item Trigger type\' for Segment Layout type. This new functionality allows segments to be opened by hovering on them, providing users with an alternative interaction method.</li>\n<li>Feature: Line Text Divider (Free) - Added styling options including Line Thickness, Line Border Radius, Line Shadow, Text Typography, Background Color, Padding, Border, Border Radius, and Box Shadow for enhanced customization. Additionally, existing styling options have been improved for better optimization and user experience.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Grow Effect on Thumb Hover option. This new functionality allows users to enable the grow effect on thumbnail hover.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Hide Default Arrows option. This new functionality allows users to hide default arrows, providing enhanced customization of the widget\'s appearance and behavior.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Show Time Ago\' option. This new functionality allows users to display the time elapsed since a publish event, providing context and improving user engagement.</li>\n<li>Feature: Dropdown Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Empty Field Error Text\' option. This new functionality allows users to customize the error message displayed when a required field is left empty.</li>\n<li>Feature: Icon Bullets (Free) - Implemented \'Title Color Hover\' and \'Text Color Hover\' options. These new functionalities allow users to customize the color of titles and text when hovered over, providing enhanced interactivity and visual feedback.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Font Family\' option for Label X Axis and Y Axis. This new functionality allows users to customize the font family for labels displayed on the X and Y axes, providing enhanced typography control.</li>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Arrows\' option and updated Arrows styling options. This new functionality allows users to control the visibility of arrows and customize their styling, providing more flexibility in widget design and navigation.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Empty Message\' option. This new functionality allows users to display a custom message when no posts are found, providing better user feedback and enhancing the user experience.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Change: Checkboxes Filter (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.</li>\n<li>Change: Post Carousel (Pro) - Added \'alt\' and \'title\' attributes to the image for improved SEO optimization and accessibility.</li>\n<li>Change: Flip Box Carousel (Pro) - Changed some selectors in CSS to avoid empty items appearing on live page.</li>\n<li>Change: Underline Animated Button (Free) - Changed <section> tag to </li>\n</ul>\n\n<p><</p>\n\n<p>div>. This update improves the semantic structure of the widget, ensuring better compatibility with various screen readers and accessibility standards.\n* Change: Unlimited Charts (Pro) - Updated the animation option to trigger animation when the chart comes into view instead of upon initial load, improving user experience and visual appeal.\n* Change: Submit Button (Free) - Changed the position of Empty Field Errors to be grouped after the submit button. This update enhances the layout and organization of error messages, providing users with a clearer indication of missing information before submission.\n* Change: Post Blocks (Free) - Changed CSS selector for Typography option for better accessibility. This update improves the accessibility of the Typography option by using a more descriptive and accessible CSS selector.\n* Change: List Marquee (Pro) - Increased speed limit to 1000. This update enhances the speed capabilities of the widget, allowing for faster performance and smoother animations.\n* Change: Checkbox Field (Pro) - Increased accessibility by adding IDs to input elements and \"for\" attributes to label elements. This update improves accessibility by associating labels with their corresponding form controls, making it easier for screen readers and other assistive technologies to interpret and navigate the form.\n* Change: Masonry Gallery (Pro) - Implemented \'Autoplay Video In Lightbox\' option. This new functionality allows users to enable autoplay for videos displayed within the lightbox, providing a more dynamic and engaging viewing experience.\n* Change: WhatsApp Chat (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.\n* Fix: Number Field (Pro) - Implemented CSS protection from the max-width CSS property. This new functionality safeguards against unintended styling conflicts or overrides caused by the max-width property.\n* Fix: Fullscreen Menu (Free) - Addressed issue where the fullscreen menu was not displayed correctly in Safari browser.\n* Fix: Image Scroll (Pro) - Resolved 404 error appearing every time Overlay element was added on the page. This fix ensures that the Overlay element is loaded correctly without triggering a 404 error.</p>\n\n<p>version 1.5.100: 2024-03-17</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to connect the filters to some specific grid group</li>\n<li>Fix: fixed js run for background output not always happend</li>\n<li>Fix: filters was shown only related to grid taxonomies after changing to \"all\" </li>\n<li>Fix: returned some tiles gallery images that was missing</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: List (Free) - Implemented \'Open Link in New Tab\' option. This new functionality allows users to specify whether links should open in a new tab, providing flexibility in link behavior.</li>\n<li>Feature: Compact Gallery (Free) - Implemented \'Hide Thumbnail Panel Under Width\' option. This new functionality allows users to hide the thumbnail panel when the viewport width is below a specified threshold, optimizing the display for smaller screens.</li>\n<li>Feature: Select Dropdown Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Checkboxes Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Tabs Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Added \'Image Horizontal Shift\' option, allowing users to adjust the horizontal position of the image for enhanced customization and layout control.</li>\n</ul>\n\n<p>version 1.5.99: 2024-03-11</p>\n\n<ul>\n<li>Fix - updated multisource image fields</li>\n<li>Fix - fixed some small php bug with strtobool function</li>\n</ul>\n\n<p>version 1.5.98: 2024-03-05</p>\n\n<ul>\n<li>Fix Some small gutenberg related bug fix</li>\n</ul>\n\n<p>version 1.5.97: 2024-03-04</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Fix: allow showing authors name translated</li>\n<li>Change: updated font awesome version to 6</li>\n<li>Fix: done some link attribute security fix</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Accordion Menu (Pro) - Implemented \'Active State Color\' options for Sub Menu items. This new functionality allows users to customize the color of sub-menu items when they are in the active state, providing enhanced visual feedback.</li>\n<li>Feature: Content Slider (Pro) - Made \'Slide Margin\' option available for Full Slider Type and Offset Slider Type. This update expands the usability of the margin customization, allowing users to set margins between slides in both Full Slider and Offset Slider configurations.</li>\n<li>Feature: Icon Tabs (Pro) - Made \'Start Collapsed\' option responsive. This update ensures that the \'Start Collapsed\' behavior adjusts responsively, providing a consistent and user-friendly experience across various devices and screen sizes.</li>\n<li>Feature: Post Accordion (Free) - Introduced \'Expand All Accordion\' functionality, enabling users to expand all accordion items with a single click for improved content accessibility.</li>\n<li>Feature: Fullscreen Menu (Free) - Introduced option to customize the thickness of the animated hamburger icon bars, providing users with greater control over the visual appearance of the icon.</li>\n<li>Change: Coverflow Carousel (Pro) - Updated \'Button Link\' option: if empty, no link will be applied. This modification ensures that if the \'Button Link\' option is left empty, no link will be associated with the button within the widget.</li>\n<li>Fix: Product Carousel (Pro) - Optimized widget HTML code. This update enhances performance and efficiency by streamlining the HTML structure of the widget.</li>\n<li>Fix: Content Tabs (Free) - Improved widget interaction within an Elementor\'s popup. This update ensures a more seamless and optimized experience when utilizing the widget within a popup setting.</li>\n</ul>\n\n<p>version 1.5.96: 2024-02-26</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Feature: added option for time_ago_short in timelines that will show shorter version of minutes and hours text</li>\n<li>Feature: added defaults for weather widget</li>\n<li>Fix: fixed hourly weather fields</li>\n<li>Fix: fixed the import with images functionality</li>\n<li>Fix: set default timeout to remote requests</li>\n<li>Fix: fixed the image duplicate when importing templates</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Side Menu (Pro) - Implemented \'Menu Padding\' option. This new functionality allows users to set padding for the menu, providing control over the spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced a new value for \'Meta Data Position\' option called \'Before Title\'. This new functionality allows users to position meta data before the title, providing additional flexibility in content layout.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Stage Padding\' option. This new functionality allows users to set stage padding, displaying a part of the previous and next carousel items for a more visually appealing and dynamic presentation.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Selected Item Number\' option. This new functionality allows users to select a specific item by default, enhancing user experience by highlighting a predetermined item upon initialization.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option to display the image on the opposite side of the content for enhanced layout flexibility and customization.</li>\n<li>Feature: Thumbnail Slider (Pro) - Introduced \'Multi Source\' option, enabling users to select gallery items from various sources for enhanced flexibility and content integration.</li>\n<li>Feature: Timer Countdown Banner (Pro) - Added \'Direction\' option to support RTL (Right-to-Left) layout websites.</li>\n<li>Feature: Post Horizontal Timeline (Pro) - Introduced Background Color and Icon Color options for Navigation Arrows in disabled mode. This new functionality allows users to customize the appearance of navigation arrows when they are disabled, providing enhanced visual control.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Time Ago Type\' option. This new functionality allows users to choose the type of time ago representation, providing flexibility in how time is displayed within the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Text Custom Field\' option. This new functionality allows users to add a custom field under the main Posts Text, providing additional customization for displaying content.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Link Type\' option for all link elements in the widget. This new functionality allows users to choose the type of link for various elements within the widget, enhancing control over linking behavior.</li>\n<li>Feature: Remote Link (Pro) - Introduced active state for the link. This new functionality allows users to customize the appearance of the link when it is in an active state, providing enhanced visual feedback.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Implemented \'Hide Vertical Scrollbar in Popup\' option. This new functionality allows users to hide the vertical scrollbar within the popup, providing a cleaner and more focused appearance.</li>\n<li>Feature: Icon Carousel (Pro) - Introduced \'Autoplay Pause on Hover\' option, allowing users to pause autoplay functionality when hovering over the carousel for improved control and interaction.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Introduced Entrance Animation functionality for the popup. This new feature allows users to apply entrance animations, enhancing the visual appeal and engagement when the popup appears.</li>\n<li>Feature: Unlimited Timeline (Free) - Implemented \'Content Box Link\' option. This new functionality allows users to link the entire content box, providing a convenient way to associate a link with the entire widget item.</li>\n<li>Feature: Text Field (Free) - Added \'Read Only\' option, allowing users to set the field as read-only for preventing user input while retaining visibility of the text.</li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Radar Range\' option for Radar chart, allowing users to set the minimum range value for improved data visualization.</li>\n<li>Feature: Testimonial Carousel (Pro) - Added \'Rating\' field to the Source option. This new functionality allows users to incorporate a rating field as a source for the widget, expanding the available data sources for enhanced content display.</li>\n<li>Feature: Multi Step Form (Pro) - Introduced \'Direction\' option. This new functionality is useful for RTL (Right-to-Left) websites, allowing users to set the direction of the widget layout accordingly.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option for users to customize the text of each item\'s button, providing greater flexibility.</li>\n<li>Feature: Post List (Free) - Implemented \'Space Between Categories\' option. This new functionality allows users to set spacing between categories, providing control over the layout and visual presentation of category elements.</li>\n<li>Feature: Memory Game (Pro) - Introduced \'Add Completion Time to Form Field\' option, enabling users to automatically append the time taken to complete the memory game to a designated form field.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Add Link For The Whole Item\' option. This new functionality allows users to add a link to the entire widget item, enhancing the interactive capabilities and providing a clickable area for the entire item.</li>\n<li>Feature: Post Carousel (Pro) - Implemented \'Text Padding\' and \'Title Padding\' options. This new functionality allows users to set padding for text and title elements, providing enhanced control over spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced \'Date Modified\' options. This new functionality allows users to display the date when a post was last modified, providing additional information and transparency in content presentation.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Introduced options to customize Maps Controls icons\' color and background color. This new functionality allows users to personalize the appearance of map controls, enhancing visual customization.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Disable Map Interaction On Mobile\' option. This new functionality allows users to disable map interaction specifically on mobile devices, providing control over the user experience on smaller screens.</li>\n<li>Change: Content Tabs (Free) - Modified behavior of \'Start Collapsed\' option when used with \'Set Hash\'. If the URL has a hash, the first opened tab will be determined by the hash, providing a more dynamic and user-friendly experience.</li>\n<li>Change: Dropdown Button (Pro) - Removed Text Decoration CSS property from dropdown items. This update enhances the visual presentation by eliminating unnecessary text decoration.</li>\n<li>Change: Woo Mini Cart (Pro) - Added separate border options for \'View Cart\' and \'Checkout\' buttons, providing users with more customization flexibility for button styling.</li>\n<li>Change: Swipe Carousel (Pro) - Modified \'Enable Link\' option. Now, the entire item serves as a link, providing a more intuitive and consistent approach to linking within the widget.</li>\n<li>Fix: Submit Button (Free) - Corrected default values in email 2 that were leading to validation errors.</li>\n<li>Fix: Post Carousel Lite (Free) - Addressed issue where the carousel was not displaying on mobile devices.</li>\n<li>Fix: Icon Tabs (Pro) - Resolved issue with the \'Start Collapsed\' option. The fix ensures that the \'Start Collapsed\' option now functions correctly, delivering the intended collapsed behavior upon initialization.</li>\n<li>Fix: Post Grid (Pro) - Optimized widget item HTML code. This update enhances performance and efficiency by streamlining the HTML structure of widget items.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized item HTML code. This update improves performance and efficiency by refining the HTML structure of individual items within the widget.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized CSS code. This update improves performance and reduces the overall footprint of the stylesheet, enhancing efficiency and loading times.</li>\n<li>Fix: Remote Link (Pro) - Resolved issue where the Text Shadow option was erroneously interpreted as Box Shadow. The fix ensures that the Text Shadow option now functions correctly, providing the intended text shadow effect.</li>\n<li>Fix: Scroll Sequence (Pro) - Revised and improved descriptions of the widget fields for better clarity.</li>\n<li>Fix: Post Magazine Grid (Pro) - Added \'raw\' tag to category names to fix the display issue where the \'&\' symbol in category names was not displaying correctly.</li>\n<li>Fix: Before After (Pro) - Improved widget interaction with Elementor\'s Popups. This update ensures seamless integration and optimal performance when using the widget within Elementor\'s Popup functionality.</li>\n<li>Fix: Grid Gallery (Pro) - Resolved an issue where the widget was not extending to full width within Elementor Container.</li>\n<li>Fix: Particle Image (Pro) - Added protection from lazy load. This update ensures compatibility and proper functionality, mitigating potential issues related to lazy loading on various platforms.</li>\n</ul>\n\n<p>version 1.5.95: 2024-02-12:</p>\n\n<ul>\n<li>Feature: Ensure that the blog displayed on the \"Home\" page of the plugin is always up-to-date.</li>\n<li>Feature: Implemented support for tags in the widget catalog.</li>\n<li>Feature: Added an option for galleries to play videos in muted mode.</li>\n<li>Feature: Integrated weather forecast data preparation for the widget.</li>\n<li>Fix: Addressed some minor potential security risks associated with the import templates functionality.</li>\n<li>Fix: Rectified email validation for Form Email2.</li>\n<li>Fix: Resolved some issues with the price range filter.</li>\n<li>Fix: fixed the problem where dynamic template styles disappeared after updating Elementor Pro.</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Image Zoom Content Box (Free) - Implemented \'Title Tag\' option. This new functionality allows users to specify the HTML tag for titles within the widget, providing flexibility and control over the semantic structure of the content.</li>\n<li>Feature: Post Accordion (Free) - Implemented \'Disable Link in Image\' option. This new functionality allows users to disable the link associated with an image, providing more control over the interactive behavior of images within the widget.</li>\n<li>Feature: Slider Gallery (Free) - Implemented \'Mute Video\' option. This new functionality allows to play videos muted by default. Volume can be adjusted in video players on live page.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Item Bar Width\' option. This new functionality allows users to customize the width of individual bars, providing greater control over the visual representation of items.</li>\n<li>Feature: Remote Item Navigation (Pro) - Introduced \'Border Override Color\' options for Regular and Active states. This new functionality allows users to customize border colors separately for both Regular and Active states, enhancing visual styling in the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Title Min Height\' option. This new functionality allows users to set a minimum height for the title, offering more control over the visual presentation and consistency in the widget.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Show Link\' option. This new functionality enables users to show or hide links and customize their styling within the widget, offering more control over the interactive elements.</li>\n<li>Feature: Counter (Free) - Implemented \'Add Link To Widget Container\' option. This new functionality allows users to include a link, enhancing the interactive capabilities of the element by enabling navigation to another page or resource.</li>\n<li>Feature: Icon Box Accordion (Pro) - Introduced \'Icon + Text\' option for Graphic Element. This new value expands customization by allowing users to display both an icon and text within the Graphic Element for richer visual representation.</li>\n<li>Feature: Before After (Pro) - Added support for the widget inside Elementor\'s Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to utilize the widget effectively within Elementor\'s Tabs.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Hide Inactive Arrow\' option. This new functionality allows users to hide inactive arrows, providing a cleaner and more focused appearance in the widget interface.</li>\n<li>Feature: Layers (Pro) - Added shadow for icon type layers.</li>\n<li>Feature: Icon Pointer Button (Pro) - Introduced \'Direction\' option. This new functionality allows users to specify the direction for RTL (Right-to-Left) or LTR (Left-to-Right) websites, ensuring proper layout alignment based on language direction.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Auto Height\' option. This new functionality adjusts the height of the slider dynamically based on the height of the current slide, providing a more adaptive and seamless user experience.</li>\n<li>Feature: Justified Image Carousel (Pro) - Option to fix the broken layout (resulting in a duplicate carousel) caused by delayed image loading, this solution verifies that the images are loaded before initializing the carousel.</li>\n<li>Feature: Remote Tabs (Pro) - Introduced styling options for Border Radius, Border, and Shadow for the image of the active tab.</li>\n<li>Feature: Layers (Pro) - Added background color, padding and radius for text fields.</li>\n<li>Feature: WhatsApp Chat (Pro) - z-index option for Popup, allowing users to customize the stacking order of the Popup for better control over its visibility in relation to other elements.</li>\n<li>Feature: WhatsApp Chat (Pro) - Introduced option to customize the Popup Title, along with styling options for enhanced visual control and personalization.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced \'Additional Title\' options. This new functionality expands customization by providing additional settings for titles, allowing users to further enhance the visual presentation of titles within the widget.</li>\n<li>Feature: Content Grid (Pro) - Introduced \'Image Scale\' option. This new functionality allows users to scale the images, providing enhanced control over the visual presentation within the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented feature - automatically opens menu item if it matches the current page URL.</li>\n<li>Feature: Post Grid (Pro) - Added Option to show post tags, providing users with the ability to showcase tags associated with each post.</li>\n<li>Feature: Post Magazine Grid (Pro) - Introduced \'Image Scale\' and \'CSS Filters\' options along with the hover transition duration for enhanced image customization.</li>\n<li>Feature: Card Carousel (Free) - Implemented \'Image Position\' option. This new functionality allows users to customize the position of image within the widget, providing enhanced control over the visual layout.</li>\n<li>Feature: Layers (Pro) - Added mouse parallax effect, adds a captivating and interactive dimension to the user interface.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced additional styling options. This new set of functionalities allows users to further customize and refine the visual appearance of the widget, providing enhanced styling possibilities.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Close Transition Speed\' option. This new functionality enables users to set the speed of close animations for the dropdown, enhancing visual transitions and customization.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added \'Image Position\' option, allowing users to customize the position of the image above or below the content for enhanced layout flexibility.</li>\n<li>Feature: Layers (Pro) - Implemented motion effects—now elements can bounce up and down and move left to right for a livelier interface.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Center Info Window\' option. This new functionality allows users to center the info window on the map, providing enhanced visibility and focus on the selected location.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Close After Outside Info Window Click\' option. This new functionality allows users to close the info window after clicking outside of it on the map, enhancing user interaction and control.</li>\n<li>Feature: Layers (Pro) - Implemented responsive settings for individual layers, allowing users to toggle each layer on or off based on the specific device requirements.</li>\n<li>Feature: Image Accordion (Pro) - Added \'Title HTML Tag\' option, providing users with better SEO control by allowing customization of HTML tags for widget titles.</li>\n<li>Feature: Content Tabs (Free) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab content for a smoother and more seamless user experience.</li>\n<li>Feature: Event List (Pro) - Implemented \'Remove Expired Event Item\' option. This new functionality allows users to automatically remove event items that have expired, streamlining content management within the widget.</li>\n<li>Feature: Post Grid (Pro) - Added typography option for post tags, allowing users to customize the font style, size, and other typographic attributes.</li>\n<li>Feature: Event List (Pro) - Implemented \'Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the button, providing enhanced control over the layout within the widget.</li>\n<li>Feature: vCard (Pro) - Introduced option to include social media links in downloadable VCF contact file, enhancing contact information with additional social network profiles for improved connectivity.</li>\n<li>Change: Toggle Text Button (Free) - Upgraded textarea to full functionality editor, providing users with enhanced editing capabilities.</li>\n<li>Change: vCard (Pro) - Updated vCard JavaScript library to the latest version, ensuring compatibility with current standards and latest feature availability.</li>\n<li>Fix: Woo Product List (Free) - Introduced \'Layout Type\' option. This new functionality allows users to set the layout as either column or row, providing flexibility in organizing and displaying content within the widget.</li>\n<li>Fix: vCard (Pro) - Resolved issue where QR code was not scanning on some apps.</li>\n<li>Fix: Hotspots (Pro) - Rebuilt JavaScript code for better interaction. Removed unnecessary code to optimize performance and streamline functionality.</li>\n<li>Fix: Sideways Vertical Text (Pro) - Text layout shifting issue on Safari browser.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue with scrolling to the top of the page after tab click. The fix ensures that tab clicks no longer trigger unintended scrolling to the top, providing a smoother user experience.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the vertical scrollbar appearing on hover.</li>\n<li>Fix: Testimonial Carousel (Pro) - The issue where styling attributes (size and color) for SVG icons were not taking effect.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue in Content Tabs when Before After widget couldn\'t function inside tabs. The fix ensures proper functionality, allowing users to utilize the widget as intended.</li>\n<li>Fix: Woo Product Grid (Pro) - Added image HTML attributes to product images.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue where the size of social icons wasn\'t responding to the option value. The fix ensures that the specified option value now accurately reflects the size of social icons.</li>\n<li>Fix: Counter (Free) - Removed unnecessary space in \'Before Text\' and \'After Text\' options. This update improves the clarity and presentation of the text by eliminating unnecessary spacing.</li>\n<li>Fix: Content Tabs (Free) - Added support for Elementor Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to incorporate the widget effortlessly within Elementor Tabs.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved an issue where incorrect icons were being displayed after selecting a menu item.</li>\n<li>Fix: Woo Mini Cart (Pro) - Improved widget compatibility with optimization plugins like WP Rocket. This update ensures seamless integration, optimizing performance and enhancing the overall user experience when using these plugins.</li>\n<li>Fix: Post Accordion (Free) - Updated post content loading method to resolve the issue where, on some sites, post content was not displaying correctly.</li>\n<li>Fix: Dropdown Field (Pro) - Fixed an issue when Dropdown Field couldn\'t parse Field Name to Number Field widget.</li>\n<li>Fix: Card Carousel (Free) - Resolved issue where Transition Speed wasn\'t working for non-default animations. The fix ensures that Transition Speed now functions correctly for all animations, providing consistent and reliable behavior.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Removed default 2px border with blue color from one of the map elements. This update improves the visual presentation by eliminating an unnecessary border.</li>\n</ul>\n\n<p>version 1.5.94: 2024-01-25:</p>\n\n<ul>\n<li>Feature: added option to message individual fields for the form</li>\n<li>Change: removed instagram blocked api message - the instagram functionality is active now!</li>\n<li>Change: added default values to currency fields</li>\n<li>Fix: fixed small php bug regarding date field in items</li>\n<li><p>Fix: fixed some small xss vulnurability that pachstack discovered</p></li>\n<li><p>Feature: Number Field (Pro) - Introduced \'Enable Date Field in Formula\' option. This new functionality enables the use of Date Field in formula by allowing the addition or subtraction of days.</p></li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Remove Items with 0 Value\' option. This new functionality automatically excludes items with a value of 0 from charts.</li>\n<li>Feature: WordPress Menu (Free) - Implemented \'Hover Effect\' option. This new functionality allows users to choose from a variety of hover link effects, enhancing the visual presentation with dynamic animations.</li>\n<li>Feature: Hotspots (Pro) - Introduced customizable popup positioning, providing users with the option to define the exact position rather than relying on preset center alignment.</li>\n<li>Feature: Event List (Pro) - Introduced \'Event End Date\' option, allowing users to display event end date and time.</li>\n<li>Feature: Event List (Pro) - Implemented \'Calendar Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the calendar, providing better control over its placement within the layout.</li>\n<li>Feature: Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Dropdown Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Value Handling\' options. This new functionality allows users to choose the checkbox value type from options such as sum, individual number, or individual text, providing flexibility in handling checkbox values.</li>\n<li>Feature: Masonry Gallery (Pro) - Introduced \'Title Typography\' and \'Description Typography\' options. These new functionalities allow users to customize the typography settings for titles and descriptions.</li>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Tile Background Color\' option. This new functionality allows users to customize the background color of tiles, providing enhanced visual control over the widget\'s appearance.</li>\n<li>Feature: Hotspots (Pro) - Added \'Popup Image Size\' option, allowing users to customize the size of popup images.</li>\n<li>Feature: WooCommerce Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented \'Open Links In New Tab\' option. This new functionality allows users to specify whether links should open in a new tab with Source type posts, products, etc.</li>\n<li>Feature: Content Ticker (Pro) - Added Option to add an Image for each ticker item.</li>\n<li>Change: Hotspots (Pro) - Enabled \'Image Size Select\' option for the Image, allowing users to choose from different image resolutions for enhanced flexibility and visual customization.</li>\n<li>Change: Icon Carousel (Pro) - Improved \'Item Minimum Height\' option by expanding the range of values.</li>\n<li>Fix: Fullscreen Menu (Free) - Improved protection from Elementor sticky section interference.</li>\n<li>Fix: vCard (Pro) - Issue with QR code not displaying when \'Include Image in Contact\' is enabled has been resolved.</li>\n<li>Fix: Dropdown Field (Pro) - Resolved issue with \'Field Name\' not appearing during email sending. The fix ensures that the field name is now properly displayed in email notifications.</li>\n<li>Fix: Mega Menu (Pro) - Resolved horizontal scroll issue. The fix ensures that the layout no longer experiences unintended horizontal scrolling, providing a more stable and user-friendly experience.</li>\n<li>Fix: Scroll To Top (Free) - Resolved issue where the icon wasn\'t visible on the frontend. The fix ensures proper visibility of the icon, addressing the bug and improving the overall appearance.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the \'Disable Page Scroll\' option not working in some cases. The fix ensures consistent functionality, preventing page scrolling as intended.</li>\n<li>Fix: Text Field (Free) - Resolved input width issue. The fix ensures that input elements now display with the correct width.</li>\n</ul>\n\n<p>version 1.5.93: 2024-01-18:</p>\n\n<ul>\n<li>Feature: Introduced the option \'slider_video_autoplay\' to galleries, enabling video autoplay when changing items.</li>\n<li>Feature: Added the option to include specific taxonomies in related posts queries.</li>\n<li>Feature: Implemented automatic recognition of video thumbnail IDs in certain gallery types based on relevant post meta.</li>\n<li>Feature: Added functionality for the price range filter.</li>\n<li>Change: Updated the Freemius version.</li>\n<li>Change: Modified the text format for the export change log.</li>\n<li>Change: Restored the \"import with images\" feature after incorporating file type checks for security.</li>\n<li>Fix: Enhanced the handling of multiple user records for the \'exclude users\' option in the users query (Ajax-based).</li>\n<li>Fix: Corrected URL CSS and JS inclusion issues in Elementor editor.</li>\n<li><p>Fix: Corrected a bug related to \"mini cart widget\" in PHP in specific cases.</p></li>\n<li><p>Feature - Card Carousel (Free) - Introduced \'Hide Item\' option. This new functionality allows users to hide items instead of deleting them permanently, offering a more reversible and flexible approach to item management.</p></li>\n<li>Feature - Post Grid (Pro) - Implemented \'Layout Type: Above\' option. This new functionality allows users to change the position of the content box to above the image.</li>\n<li>Feature - Thumbnail Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Compact Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Grid Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Slider Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Flip Box Carousel (Pro) - Introduced option for back icon alignment, providing users the flexibility to customize the alignment of the back icon.</li>\n<li>Feature - Post List (Free) - Implemented \'Image Scale\' option for regular and hover states. This new feature allows users to customize the scaling of images independently for regular and hover states, enhancing visual presentation.</li>\n<li>Change - Flip Box Carousel (Pro) - Implemented conditional rendering of CSS to reduce unused styles, resulting in improved performance, SEO, and faster load times for enhanced user experience.</li>\n<li>Change - Content Accordion (Free) - Improved \'Expand All Accordion\' functionality, now allowing users to close the accordion by clicking the same button again for a more intuitive and user-friendly experience.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Implemented protection against buttons not being vertically aligned in specific cases.</li>\n<li>Fix - Flip Box Carousel (Pro) - Resolved an issue where links were not functioning properly when clicking on the back icon.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Resolved issue with the product button not being clickable in some cases.</li>\n<li>Fix - Post Carousel (Pro) - Resolved issue with the side-by-side layout.</li>\n<li>Feature - Logo Grid (Free) - Enhanced responsiveness for item \'Padding\' option. This update ensures that item padding adjusts effectively across various screen sizes and device resolutions for a consistent layout.</li>\n<li>Feature - Logo Grid (Free) - Implemented \'Direction\' option. This new feature is particularly useful for RTL (Right-to-Left) websites, allowing users to specify the direction of the widget\'s layout for improved compatibility.</li>\n<li>Feature - Content Accordion (Free) - Introduced a new feature that allows the expansion of all accordion items by clicking on an external element with the class \"ue-content-accordion-expand-all\".</li>\n<li>Feature - Memory Game (Pro) - Introduced template option for success message, Allowing users to show Elementor template as success message.</li>\n<li>Feature - Memory Game (Pro) - Added \'Completion Time\' option, enabling users to show the time it took to complete the game for a more informative and engaging experience.</li>\n<li>Feature - Content Accordion (Free) - Introduced \'Additional Header Content\' option in the accordion, allowing users to include additional content after the header title.</li>\n<li>Feature - Post Accordion (Free) - Implemented \'Open Links in New Tab\' option. This new functionality allows users to configure links to open in a new tab, enhancing control over the navigation experience.</li>\n<li>Feature - Side Menu (Pro) - Added an option to add a logo to the side menu layout.</li>\n</ul>\n\n<p>version 1.5.92: 2024-01-04:</p>\n\n<ul>\n<li>Feature: Introduced the change log option in the widget editor.</li>\n<li>Feature: Introduced the ability to connect with Google API for multi-source options.</li>\n<li>Feature: Included an option to link with Google Sheets under the general settings for forms.</li>\n<li>Feature: Integrated a \"show globals\" feature in troubleshooting for enhanced diagnostics.</li>\n<li>Feature: Implemented the capability to output cart fragments for the woo mini cart.</li>\n<li>Feature: Provided an option for \"none\" under lightbox-type in galleries, allowing users to disable the lightbox.</li>\n<li>Feature: Added an \"excerpt\" field to post fields within the widget editor for more detailed posts.</li>\n<li>Fix: Replaced site_url() with home_url() in global variables for better website navigation.</li>\n<li>Fix: Resolved a conflict with another select2 on the admin side, ensuring smoother operations.</li>\n<li>Fix: Rectified an error with multiple order by clauses in post queries to improve data sorting.</li>\n<li><p>Fix: Enhanced the manual selection of Elementor template retrieval for optimized performance.</p></li>\n<li><p>Feature - Content Carousel - Introduced \'Equalize Content Height\' option. This new feature simplifies the process of making content elements equal in each item.</p></li>\n<li>Feature - Flip Box Carousel - Enhanced responsiveness for Border Radius option. The update ensures that the Border Radius adapts effectively to different screen sizes and device resolutions for a consistent display.</li>\n<li>Feature - WooCommerce Product Carousel - Resolved broken layout issue occurring when set to side-by-side layout</li>\n<li>Feature - Phone Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Textarea Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Email Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Text Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Testimonial Carousel - Implemented \'Layout Type: Grid\' option. This new functionality facilitates the transformation of the widget\'s layout into a simple grid.</li>\n<li>Feature - Testimonial Carousel - Introduced \'Layout Type: Swipe\' option. This new feature allows users to set the behavior of the widget, resembling the functionality found in Swipe Carousel widget.</li>\n<li>Feature - Flip Box Carousel - Introduced \'Disable Mouse Drag\' and \'Disable Touch Drag\' options in Flip Box Carousel settings, offering control over user interaction by allowing the disabling of dragging functionalities.</li>\n<li>Feature - Team Member Grid - Introduced \'Badge\' option, allowing users to include custom badge images or icons for enhanced member representation.</li>\n<li>Feature - Thumbnail Slider - Implemented responsiveness for \'Slider Main Image Height\' option.</li>\n<li>Feature - Thumbnail Slider - Optimized \'Slider Main Image Height\' functionality to prevent widget reloading upon value change.</li>\n<li>Change - Thumbnail Slider - Changed attribute of \'Slider Main Image Height\' option from Number to Slider. This adjustment simplifies the process of adjusting the height of the main image by providing a more intuitive control.</li>\n<li>Fix - Submit Button - Improved interaction within Multi Step Form widget. Enhancements have been made to streamline and optimize the submit action.</li>\n<li>Feature - Multi Step Form - Implemented form submission loader. This new addition introduces a visual loader to illustrate the process of sending form data, enhancing user feedback during form submission.</li>\n<li>Feature - WooCommerce Product List - Introduced \'Default Image\' option. The widget will now display the specified default image when a product image is empty, for a more personalized user experience.</li>\n</ul>\n\n<p>version 1.5.91: 2023-12-28:</p>\n\n<ul>\n<li>Change: removed some vulnerability related to templates import</li>\n</ul>\n\n<p>version 1.5.90: 2023-12-18:</p>\n\n<ul>\n<li>Fix: fixed some small bug with pro version main file</li>\n</ul>\n\n<p>version 1.5.89: 2023-12-17:</p>\n\n<ul>\n<li>Fix: fixed some post filters detection issues on the page</li>\n<li>Fix: fixed some \"$type not found\" message in php</li>\n<li>Fix: fixed some \"infinite template found: \" message in php (emtpy template load protection)</li>\n<li>Change: added instagram api access error message</li>\n<li>Change: removed \"import with images\" functionality. replaced by doubly plugin.</li>\n</ul>\n\n<p>version 1.5.88: 2023-12-11:</p>\n\n<ul>\n<li>Feature: added \"iframe\" gallery type to the gallery items</li>\n<li>Fix: fixed the \"show/hide edit html button\" option from general settings</li>\n<li>Fix: fixed the general_settings.xml php error</li>\n<li>Fix: fixed some issue with gallery loading on pages and current meta keys</li>\n<li>Fix: fixed default value in datetime control</li>\n<li>Change: added some improvements for the form </li>\n<li>Change: set video placeholder to dynamic galleries in case of video item</li>\n</ul>\n\n<p>version 1.5.87: 2023-11-21:</p>\n\n<ul>\n<li>Change: updated freemius sdk to 2.6.0 version</li>\n<li>Change: added some protection against double background widgets output</li>\n<li>Feature: enabled form functionality</li>\n<li>Feature: enabled currency exchange functionality</li>\n</ul>\n\n<p>version 1.5.85: 2023-11-15</p>\n\n<ul>\n<li>Feature: added woo_addcart_ajax_attributes_button in twig for the button</li>\n<li>Feature: added option to show original settings values in widget debug</li>\n<li>Feature: added troubleshooting setting not to show php deprecated warnings</li>\n<li>Fix: better prepare post custom fields for the post multisource</li>\n<li>Fix: links from meta field works now</li>\n<li>Fix: fixed the ob_end_clean bug</li>\n<li>Fix: in post query - excluded posts not in from posts in</li>\n<li>Fix: fixed a small bug in the unite gallery library</li>\n<li>Change: updated twig version to 3.x</li>\n<li>Change: updated instagram data with date released field</li>\n</ul>\n\n<p>version 1.5.85: 2023-09-20</p>\n\n<ul>\n<li>Fix: fixed a small bug with multisource image param message</li>\n</ul>\n\n<p>version 1.5.84: 2023-09-20</p>\n\n<ul>\n<li>Feature: added twig function csv to json</li>\n<li>Feature: changed the admin view to new design (added designed header and menu)</li>\n<li>Feature: added option to enable animation on swipe to owl carousel js</li>\n<li>Feature: added woo mini cart functionality</li>\n<li><p>Feature: added option: \"current query as a base\" to post selection -> include by</p></li>\n<li><p>Fix: added support for webp in the manager</p></li>\n<li>Fix: allow fetching images from media library post type for the galleries </li>\n</ul>\n\n<p>version 1.5.83: 2023-08-22</p>\n\n<ul>\n<li>Fix: don\'t show first item in filter when no terms available</li>\n<li>Change: updated calculators javascript code base</li>\n</ul>\n\n<p>version 1.5.82: 2023-08-16</p>\n\n<ul>\n<li>Feature: added option for group filtering widgets</li>\n<li>Feature: solved the video play in gallery type from attachment video</li>\n<li>Change: turned off the video icon for background attribute</li>\n<li>Fix: fixed dynamic template with avoid duplicates</li>\n<li>Fix: fixed gallery widget acf video item error</li>\n<li>Fix: fixed some sort filter bugs with the default selected</li>\n</ul>\n\n<p>version 1.5.81: 2023-08-10</p>\n\n<ul>\n<li>Fix: fixed some missing css in the dynamic loop widgets</li>\n<li>Fix: fixed some child filters related bug</li>\n<li>Fix: fixed order by price in current query</li>\n<li>Fix: fixed some php 8.16+ version notices </li>\n<li>Feature: added option to print the term meta</li>\n</ul>\n\n<p>version 1.5.80: 2023-08-07</p>\n\n<ul>\n<li>Feature: added option to get \"all taxonomy terms\" from a post </li>\n<li>Feature: added html preperations for the woocommerce minicart</li>\n<li>Feature: added \"this week\" to the date selection query</li>\n<li>Feature: added \"grouping\" mode in the \"related posts\"</li>\n<li>Fix: the pagination now works on top of the grid</li>\n<li>Fix: fixed some init ajax filters multiple issues</li>\n<li>Fix: fixed the error with the assets path set</li>\n</ul>\n\n<p>version 1.5.79: 2023-07-24</p>\n\n<ul>\n<li>Fix: changed name for area-label to aria-label</li>\n<li>Fix: in filters - refresh single filter if \"all\" selected and there are hidden items</li>\n<li>Fix: changed protection against inifnite loop to 200</li>\n<li>Fix: show child filters at start if there are selected items</li>\n<li>Fix: date time attribute processor - if no date given - don\'t take current time</li>\n<li>Fix: refresh child filter if main filter selected on init</li>\n<li>Fix: dynamic popup was not worked with multisource in some cases</li>\n</ul>\n\n<p>version 1.5.78: 2023-07-16</p>\n\n<ul>\n<li>Fix: fixed show filters load more</li>\n<li>Fix: fixed multisource repeater empty</li>\n</ul>\n\n<p>version 1.5.77: 2023-07-13</p>\n\n<ul>\n<li>Fix: fixed dropzone collision in widget editor view</li>\n<li>Fix: fixed sort filter price filtering</li>\n<li>Fix: fixed max number in addons db table. from \"int\" to \"bigint\"</li>\n<li>Fix: replaced some deprecated by elementor codes</li>\n</ul>\n\n<p>version 1.5.76: 2023-07-12</p>\n\n<ul>\n<li>Feature: added \"rem\" unit in slider attribute</li>\n<li>Fix: fixed some small bug with remote sync debug</li>\n<li>Fix: fixed the truncate in multisource</li>\n<li>Fix: fixed some small bugs related to remote controls</li>\n<li>Fix: fixed dropzon third party conflict in manager</li>\n</ul>\n\n<p>version 1.5.75: 2023-07-05</p>\n\n<ul>\n<li>Feature: added some suggestion text to add some memory in the troubleshooting section in case that needed</li>\n<li>Fix: the wrong author was displayed in loop post meta data</li>\n<li>Fix: do_shortcode to html items inside the grid and dynamic loop</li>\n<li>Update: Updated Freemius SDK to the latest version</li>\n</ul>\n\n<p>version 1.5.74: 2023-07-04</p>\n\n<ul>\n<li>Fix: show search widgets at plugin install.</li>\n<li>Fix: menu picker depts in multisource</li>\n<li>Fix: set the author data to be retrievable in dynamic grid template</li>\n<li>Fix: show meta fields switcher didn\'t worked in multisource menu items</li>\n</ul>\n\n<p>version 1.5.73: 2023-06-26</p>\n\n<ul>\n<li>Feature: added options for revisions in widget editor</li>\n<li>Fix: added support for wordpress proxy in api calling</li>\n<li>Fix: fixed empty post in query result</li>\n<li>Fix: fixed \"wrong template ID\" elementor error in post accordion</li>\n</ul>\n\n<p>version 1.5.72: 2023-06-21</p>\n\n<ul>\n<li>Fix: added the swf extension in the allowed files in assets</li>\n<li>Feature: prepared the plugin for sort filter</li>\n<li>Change: updated freemius sdk to 2.5.9</li>\n</ul>\n\n<p>version 1.5.71: 2023-06-20</p>\n\n<ul>\n<li>Change: removed js includes of the forms and filters from backend editor</li>\n<li>Change: changed colors of the free version notification in dark mode</li>\n<li>Fix: fix the \"link\" type in wpml integration automatic translation</li>\n<li>Feature: add support for the conditions in ue forms</li>\n</ul>\n\n<p>version 1.5.70 2023-06-19:</p>\n\n<ul>\n<li>Change: added some \"birthday sale\" banner</li>\n<li>Feature: added \"truncate text\" modifier to multisource fields</li>\n<li>Feature: dynamic tags now works inside posts and products related widgets</li>\n<li>Feature: added twig highlighting in codemirror editor</li>\n<li>Fix: fixed sequence animation sliders bug (fields didn\'t loaded in elementor)</li>\n<li>Fix: change the comment from // to /* */ in filters js output to allow proper page compression.</li>\n<li>Fix: the \"time ago\" string is now translatable </li>\n<li>Fix: fixed the wpml elementor template id output</li>\n<li>Fix: fixed backgrounds bug with containers in editor</li>\n<li>Fix: fixed some small bugs with the checkbox filter</li>\n</ul>\n\n<p>version 1.5.69: 2023-06-08:</p>\n\n<ul>\n<li>Fix: allow to install webp images in widgets</li>\n</ul>\n\n<p>version 1.5.68: 2023-06-06:</p>\n\n<ul>\n<li>Change: added functionality for sort filter </li>\n<li>Feature: added field: \"form conditions\" for the upcoming form</li>\n<li>Feature: added link translation to wpml integration</li>\n<li>Feature: added link_attributes field to post list fields in twig</li>\n<li>Fix: fixed slider control min max values in case of multiple units</li>\n<li>Fix: add do shortcode from ajax items response</li>\n<li>Fix: fixed posts grid output with \"product\" taxonomy without woocommerce</li>\n<li>Fix: fixed getting cross sell products query in product list</li>\n</ul>\n\n<p>version 1.5.67 - 2023-05-29:</p>\n\n<ul>\n<li>Fix: fixed some more securaty issues related to assets manager</li>\n</ul>\n\n<p>version 1.5.66 - 2023-05-28:</p>\n\n<ul>\n<li>Fix: fixed some securaty issues related to non editor users operations and not allowed to upload php files in assets manager</li>\n</ul>\n\n<p>version 1.5.65 - 2023-05-26:</p>\n\n<ul>\n<li>Fix: fixed instagram api related bugs </li>\n</ul>\n\n<p>version 1.5.64 2023-05-23:</p>\n\n<ul>\n<li>Change: update freemius to latest version 2.5.8</li>\n<li>Fix: fixed a small php bug</li>\n</ul>\n\n<p>version 1.5.63 2023-05-23:</p>\n\n<ul>\n<li>Change: expand in widget editor is now connected to the screen height</li>\n<li>Fix: fixed the dynamic popup with multiple fields code </li>\n<li>Fix: fixed some sync if the clicked item is link</li>\n<li>Feature: added support for sort post filter</li>\n<li>Feature: hide \"show only insalled\" checkbox in widgets manager if no widget installed.</li>\n</ul>\n\n<p>version 1.5.62 2023-05-14:</p>\n\n<ul>\n<li>Feature: added \"edit template\" link in template selector</li>\n<li>Feature: added hidden template edit button to top bar</li>\n<li>Feature: added option for dynamic popup link to connect to many links in the widget</li>\n<li>Fix: solved some php error with parse dynamic settings in php 8.1</li>\n<li>Fix: getMetaValue error in products</li>\n<li>Fix: fixed doubly css includes in some cases</li>\n</ul>\n\n<p>version 1.5.61 - 2023-05-07:</p>\n\n<ul>\n<li>Feature: added support for woocommerce jet wishlist</li>\n<li>Feature: did option to disable third party hooks in ajax</li>\n<li>Fix: click on link on sync didn\'t worked</li>\n<li>Fix: added some protections to nonce and to file manager zip exctract (securaty issues fix) </li>\n<li>Change: updated freemius sdk to 2.5.7 version.</li>\n</ul>\n\n<p>version 1.5.60 - 2023-04-30:</p>\n\n<ul>\n<li>Feature: added functionality to get cart number of products </li>\n<li>Fix: fixed link field settings for multisoure</li>\n<li>Fix: fixed some bugs with regular price in woocommerce widgets</li>\n<li>Fix: filters js file loaded in editor as well</li>\n<li>Fix: fixed some small php bug regarding \"pathBase\"</li>\n<li>Fix: fixed conditions in multiple select control</li>\n<li>Change: updated unite gallery version</li>\n<li>Change: disabled autoload in update_option for the catalog variable</li>\n</ul>\n\n<p>version 1.5.59: 2023-04-09</p>\n\n<ul>\n<li>Feature: added multiple select to condition attributes in widget editor</li>\n<li>Change: updated freemius sdk to the latest version</li>\n<li>Fix: fixed empty post meta fields in case that acf plugin is on</li>\n<li>Fix: fixed some bug with avoid duplicates option and filters in single grid</li>\n<li>Fix: made some corrections in case that post query show wrong init selected terms values</li>\n<li>Fix: the post carousel goes to random item after ajax refresh</li>\n<li>Fix: fixed jet engine custom fields integration</li>\n</ul>\n\n<p>version 1.5.58: 2023-03-26</p>\n\n<ul>\n<li>Feature: added dynamic popup functionality to multisource widgets</li>\n<li>Fix: fixed missing arguments in the_post action</li>\n<li>Fix: fixed some php multisource error</li>\n<li>Fix: fixed some product ajax search related issues</li>\n<li>Fix: fixed some small but with ajax refresh and sync</li>\n</ul>\n\n<p>version 1.5.57: 2023-03-20</p>\n\n<ul>\n<li>Feature: improved the multisource selectors</li>\n<li>Feature: added option to get image from post meta in post fields - widget editor</li>\n<li>Fix: added \"skins\" folder to unite gallery</li>\n<li>Fix: added more compatability to woo commerce grids with discounts plugins</li>\n<li>Fix: fixed same uc_id in dynamic templates</li>\n</ul>\n\n<p>version 1.5.56: 2023-03-13:</p>\n\n<ul>\n<li>Feature: added option authors by dynamic field in post query</li>\n<li>Feature: done some integration with flycart discounts</li>\n<li>Feature: added option to show post type and post type title in posts fields</li>\n<li>Feature: added option to add multiple values in multisource</li>\n<li>Fix: fixed get posts by terms meta field - add taxonomy</li>\n<li>Fix: fixed responsive css in dynamic loop</li>\n<li>Fix: fixed dynamic loop with jet engine acf fields</li>\n<li>Fix: fixed slider control units for vh, vx and % </li>\n<li>Fix: added \"before today\" for past year in date qury</li>\n<li>Change: the uc_id will not change now when page refresh</li>\n</ul>\n\n<p>version 1.5.55: 2023-02-23:</p>\n\n<ul>\n<li>Fix: fixed wpml integrate fields</li>\n<li>Fix: fixed some write file error, will not crash if happend</li>\n<li>Fix: fixed entrance animation js on popup</li>\n<li>Fix: fixed strip tags in intro from content</li>\n<li>Fix: fixed some php 8.1 issues</li>\n<li>Fix: fixed some post intro with html tags issues</li>\n<li>Change: do_action function is working now in free version</li>\n</ul>\n\n<p>version 1.5.54: 2023-02-15</p>\n\n<ul>\n<li>Change: added some define variable that indicate the under ajax search</li>\n<li>Change: added \"collect\", and \"output\" to schema types in content accordion widget for example</li>\n<li>Feature: added wpml auto translate integration</li>\n<li>Feature: added option to select \"all taxonomies\" in exclude terms in terms selection</li>\n<li>Feature: added option - only direct children to terms select include by</li>\n<li>Feature: added option to post select to get posts by terms from curent meta field</li>\n<li>Fix: preserve tags when truncate</li>\n<li>Fix: fixed load more with second meta add in post query</li>\n</ul>\n\n<p>version 1.5.53: 2023-02-07</p>\n\n<ul>\n<li>Fix: keep exclude terms in grid when filtering with \"override terms\" mode</li>\n<li>Fix: fixed get_terms() not found php error from 1.5.52 version</li>\n</ul>\n\n<p>version 1.5.52: 2023-02-06</p>\n\n<ul>\n<li>Change: done some protection agains infinite loops in templates</li>\n<li>Fix: fixed popup button type conditions</li>\n<li>Fix: fixed term meta fields in multisource</li>\n<li>Fix: fixed exclude term not found in post select</li>\n</ul>\n\n<p>version 1.5.51: 2023-01-31</p>\n\n<ul>\n<li>Feature: added version to js comment output</li>\n<li>Feature: connected the galleies to remote play / stop like the carousels</li>\n<li>Feature: added some error message when image size attribute is missing in multisource</li>\n<li>Feature: added dynamic popup special attribute type</li>\n<li>Fix: fixed title source and description source in multisource gallery for products.</li>\n<li>Fix: added supress filtres to ajax search query</li>\n</ul>\n\n<p>version 1.5.50: 2023-01-24</p>\n\n<ul>\n<li>Feature: added \"media\" to post types select in advanced post query</li>\n<li>Feature: improved the date time attribute</li>\n</ul>\n\n<p>version 1.5.49: 2023-01-23</p>\n\n<ul>\n<li>Fix: fixed some js optimization issues </li>\n<li>Fix: fixed filters related small js bug</li>\n</ul>\n\n<p>version 1.5.48: 2023-01-19</p>\n\n<ul>\n<li>Feature: added gallery to multisource</li>\n<li>Feature: added post type override selectin current post query options</li>\n<li>Fix: fixed remote play with carousel</li>\n<li>Fix: fixed some multisource and ajax related bugs</li>\n<li>Fix: fixed popular posts plugin integration multiple post types</li>\n<li>Fix: fixed background widgets some problematic attribute names</li>\n<li>Fix: fixed include terms by current post terms in some cases.</li>\n<li>Fix: fixed default url_assets value in multisoure</li>\n<li>Fix: fixed dark mode svg icons</li>\n</ul>\n\n<p>version 1.5.47: 2023-01-10</p>\n\n<ul>\n<li>Feature: added more units to slider attribute</li>\n<li>Feature: added \"any\" post type to post types select</li>\n<li>Feature: added include and exclude current post terms in terms selection</li>\n<li>Feature: added option to carousel - scroll to head - force</li>\n<li>Feature: allow import widgets with theme activate</li>\n<li>Fix: fixed dynamic template render css for dynamic popup</li>\n<li>Fix: fixed users list select by manual</li>\n</ul>\n\n<p>version 1.5.46: 2023-01-08</p>\n\n<ul>\n<li>Feature: set the items image size chooser work for certain image</li>\n<li>Feature: made option to put js script in saparate tags with id\'s for optimization plugins like wprocket</li>\n<li>Feature: enriched the uc_lang variable. now it\'s always showing the current language</li>\n<li>Feature: added user_login variable to the users list output</li>\n<li>Feature: has put the preview link always as a help link in widget edit panel.</li>\n<li>Change: updated the multisource that it works better with items images</li>\n<li>Change: allow html tags in post intro (excerpt) in widgets</li>\n<li>Fix: fixed filters with sync multiple grid issues</li>\n<li>Fix: fixed the exclude users list with similar names</li>\n</ul>\n\n<p>version 1.5.45: 2022-12-26</p>\n\n<ul>\n<li>Feature: added json decode filter to twig</li>\n<li>Feature: added catalog images from shortpixel for speed loading</li>\n<li>Feature: done multisource group setting</li>\n<li>Fix: fixed entrance animation on ajax refresh</li>\n<li>Fix: done sync pause / play between carousels</li>\n</ul>\n\n<p>version 1.5.44: 2022-12-19</p>\n\n<ul>\n<li>Change: updated freemius to the latest version</li>\n<li>Fix: fixed remote play / pause button</li>\n<li>Fix: fixed search filter unicode phrase</li>\n<li>Fix: fixed entrance animation appear on scroll</li>\n<li>Feature: added video gallery responsive options</li>\n<li>Fix: fixed some owl carousel size on init bug</li>\n<li>Fix: fixed js widgets under the dynamic grid template like flipbox</li>\n</ul>\n\n<p>version 1.5.43: 2022-12-04</p>\n\n<ul>\n<li>Feature: add settings output to dynamic grid fields debug</li>\n<li>Fix: fixed pods multiple image data</li>\n<li>Fix: fixed url terms in filter with dynamic grid</li>\n<li>Fix: fixed users and menu not found bug in front </li>\n<li>Change: updated twig engine to the latest version</li>\n</ul>\n\n<p>version 1.5.42: 2022-11-29</p>\n\n<ul>\n<li>Feature: added functionality for time ago in posts widgets</li>\n<li>Feature: added woo variables to woo fields - woo_price_withtax, woo_price_notax</li>\n<li>Feature: added option for term child filter role\n-optimization: reduced number of queries in post related widgets</li>\n</ul>\n\n<p>version 1.5.41: 2022-11-24</p>\n\n<p>-bug fix: fixed post select in post query</p>\n\n<p>version 1.5.40: 2022-11-23</p>\n\n<ul>\n<li>Feature: added integration to woocommerce multicourancy plugins</li>\n<li>Feature: made some integration with translate press plugin</li>\n<li>Feature: added select post and select term attribute</li>\n<li>Fix: fixed dynamic loop css backgrounds with containers</li>\n<li>Fix: fixed mousewheel event in the carousel</li>\n<li>Fix: fixed some rare php error with filters</li>\n</ul>\n\n<p>version 1.5.39: 2022-11-16</p>\n\n<ul>\n<li>Fix: fixed small bug with zip extract</li>\n<li>Update: updated black friday sale banners</li>\n</ul>\n\n<p>version 1.5.38: 2022-11-10</p>\n\n<ul>\n<li>Fix: fixed galleries default sizes with post filters</li>\n<li>Fix: fixed hidden option in select filter in safari browser</li>\n<li>Fix: fixed non ssl assets url</li>\n<li>Feature: added \"schema\" special attribute</li>\n<li>Fix: fixed false autoplay in carousel</li>\n</ul>\n\n<p>version 1.5.37: 2022-11-09</p>\n\n<ul>\n<li>Fix: fixed 1px glitch bug in the carousel, on 1 item (slide mode)</li>\n<li>Feature: prepared the filters to work with ajax search</li>\n</ul>\n\n<p>version 1.5.36: 2022-11-6</p>\n\n<ul>\n<li>Feature: added function that outputs items schema</li>\n<li>Feature: improved include by meta in posts selection, added option for multiple values</li>\n<li>Feature: added option to get current user with meta in twig</li>\n<li>Addition: validate number of post list attributes, allow only one when creating widget</li>\n<li>Fix: fixed count posts in post query summary</li>\n<li>Fix: fixed entrance animation blur type</li>\n<li>Fix: fixed avoid duplicates with random order while posts load more</li>\n<li>Fix: the timeout now reset after slide change in owl carousel</li>\n<li>Fix: fixed terms selection taxonomies with idetical post type title</li>\n<li>Fix: added protection against inifinite loop in putElementorTemplate twig function</li>\n<li>Fix: fixed acf field unaccessable in some cases with elementor pro 3.8</li>\n</ul>\n\n<p>version 1.5.35: 2022-10-24</p>\n\n<p>-Fix: fixed include by id\'s from dynamic field, and terms from dynamic field in post selection</p>\n\n<p>version 1.5.34: 2022-10-19</p>\n\n<ul>\n<li>Feature: added items image size attribute (special type)</li>\n<li>Fix: fixed show backgrounds in elementor editor</li>\n</ul>\n\n<p>version 1.5.33: 2022-10-15</p>\n\n<ul>\n<li>Fix: fixed avoid duplicates with filters</li>\n<li>Fix: fixed select dropdown filter js</li>\n<li>Feature: added avoid duplicates option to manual posts selection</li>\n</ul>\n\n<p>version 1.5.32: 2022-10-11</p>\n\n<ul>\n<li>Fix: fixed some ajax pagination issues</li>\n<li>Fix: fixed pagination widget appearance on archive ajax pages with filters</li>\n<li>Fix: added twig functionality to put product attributes text</li>\n<li>Fix: fixed export with images not worked in some cases</li>\n<li>Fix: made some protection with ezcache plugin integration and filtering</li>\n<li>Fix: fixed some small php bug with this month post selection</li>\n<li>Fix: fixed some visible and hidden filters collision</li>\n<li>Fix: fixed terms select in terms filter on history back click in filters</li>\n<li>Fix: set child filter always first unselected</li>\n<li>Fix: set option for the tabs filter to be unselected</li>\n<li><p>Fix: fixed the pagination numbers if exclude offset chosen</p></li>\n<li><p>Feature: added multiple taxonomy terms in term selection</p></li>\n<li>Feature: added query id in terms selection</li>\n<li>Feature: added functionality for next / prev post</li>\n</ul>\n\n<p>version 1.5.31: 2022-09-20</p>\n\n<ul>\n<li>Fix: fixed thumbs gallery</li>\n</ul>\n\n<p>version 1.5.30: 2022-09-18</p>\n\n<ul>\n<li>Fix: fixed multiple post filters and grid connection</li>\n<li>Fix: fixed various small php errors</li>\n<li>Fix: fixed wordpress popular posts integration small bug</li>\n<li>Feature: added terms from dynamic post selection option</li>\n<li>Feature: added option for limiting terms show in post list</li>\n<li>Change: updated once more unitegallery graphics, changed assets to svg</li>\n<li>Fix: fixed thumbnail gallery arrows</li>\n</ul>\n\n<p>version 1.5.29: 2022-09-08</p>\n\n<ul>\n<li>Fix: fixed a small issue with search page and load more</li>\n<li>Fix: fix vimeo videos stoppped playing bug</li>\n</ul>\n\n<p>version 1.5.28: 2022-09-06</p>\n\n<ul>\n<li>Feature: added support for the select filter</li>\n<li>Fix: fixed some small js bug with filters</li>\n<li>Fix: fixed some post filters related popup error</li>\n<li>Change: changed the way that galleries srolls by mouseover</li>\n</ul>\n\n<p>version 1.5.27: 2022-09-02</p>\n\n<ul>\n<li>Fix: fixed popular posts plugin integration</li>\n<li>Fix: removed some console logs in filter.js file</li>\n<li>Fix: fixed ajax pagination jump</li>\n<li>Fix: fixed unitegallery strict standards bugs</li>\n<li>Change: renamed field - \"use dynamic fields\" to \"use current post data\" in widget editor</li>\n<li>Change: updated freemius sdk to: 2.4.5</li>\n</ul>\n\n<p>version 1.5.26: 2022-08-17</p>\n\n<ul>\n<li>Feature: added debug to remote elements</li>\n<li>Fix: made some protection against wrong animation names in carousel</li>\n<li>Fix: added some small fixes to carousel and remote sync js libraries</li>\n<li>Fix: done a better find closest section in remote</li>\n<li>Fix: fixed not showing values in elementor editor post selectors</li>\n</ul>\n\n<p>version 1.5.25: 2022-08-11</p>\n\n<ul>\n<li>Feature: added option to set title field in items</li>\n<li>Fix: fixed some more lazy load related protections in galleries</li>\n<li>Fix: Fixed some Elementor 3.7 deprecation issues</li>\n</ul>\n\n<p>version 1.5.24: 2022-08-09</p>\n\n<ul>\n<li>Fix: fixed some Elementor 3.7 related js bug in editor</li>\n</ul>\n\n<p>version 1.5.23: 2022-08-05</p>\n\n<ul>\n<li>Feature: added date format to date meta field post selection</li>\n<li>Feature: added more units to padding and margin attribute</li>\n<li>Feature: added option to set selected tab number in tabs filter widget</li>\n<li>Fix: fixed some unitegallery strict related scripts</li>\n<li>Fix: fixed sequance entrance animation attribute</li>\n<li>Fix: fixed some text with pagination edit mode in elementor editor</li>\n<li>Fix: fixed ajax pagination didn\'t get back to first page</li>\n<li>Fix: fixed tabs filter and taxonomy terms in one page</li>\n<li>Change: prepare the right way dates should work in post list</li>\n</ul>\n\n<p>version 1.5.22: 2022-07-24:</p>\n\n<ul>\n<li>Feature: added option to connect to another parent in remote arrows</li>\n<li>Feature: added change url and back button in ajax filers behaviour</li>\n<li>Fix: fixed doubly plugin integration import bg widgets</li>\n<li>Fix: fixed remote next/prev directions in carousels</li>\n<li>Fix: added some more protection against infinite loops from post content processing</li>\n</ul>\n\n<p>version 1.5.21 2022-07-17:</p>\n\n<ul>\n<li>Feature: added docstart and docend template in widget js</li>\n<li>Change: end of birthday sale message update</li>\n<li>Change: added warning message in case of twig collision with other plugins</li>\n</ul>\n\n<p>version 1.5.20 2022-07-13:</p>\n\n<ul>\n<li>Feature: added more widget debug type - current post fields</li>\n<li>Feature: updated admin title on edit widget view</li>\n<li>Feature: added option to carousel: scroll to head</li>\n<li>Feature: added query data attributes into filtering grid</li>\n<li>Fix: fixed ajax pagination in some cases</li>\n<li>Fix: fixed small php bug with hover animations control</li>\n<li>Fix: fixed lity lightbox with vimeo autoplay</li>\n<li>Fix: fixed item index after shuffle</li>\n<li>Fix: fixed some seleted tab filters related issues</li>\n<li>Fix: fixed load more filter doubly ajax request in some cases</li>\n<li>Fix: fixed woo scedualed sale price output</li>\n<li>Fix: in filters replace url with pagination as well</li>\n<li>Fix: changed gallery arrows to svg</li>\n</ul>\n\n<p>version 1.5.19 2022-06-27:</p>\n\n<ul>\n<li>Feature: added max posts to current query</li>\n<li>Fix: fixed controls conditions for elementor template control</li>\n<li>Feature: added more fields to dynamic grid loop (was only title)</li>\n<li>Change: added birthday sale banner and text</li>\n</ul>\n\n<p>version 1.5.17 2022-06-21:</p>\n\n<ul>\n<li>Change: updated fancybox version</li>\n<li>Fix: Fixed bug with ajax load more and ajax pagination</li>\n</ul>\n\n<p>version 1.5.17 2022-06-09:</p>\n\n<ul>\n<li>Feature: fixed entrance animation attribute</li>\n<li>Fix: fixed uc_inside_editor variable inside background widget</li>\n<li>Fix: fixed empty default value of radio boolean control</li>\n<li>Fix: fixed double filtering issues in archive pages</li>\n</ul>\n\n<p>version 1.5.16: 2022-05-31</p>\n\n<ul>\n<li>Fix: fixed double plugin versions in pro version</li>\n<li>Fix: fixed 1 size gap in one item owl carousel</li>\n<li>Fix: fixed the dissapearing options bug in mobile</li>\n</ul>\n\n<p>version 1.5.15: 2022-05-30</p>\n\n<ul>\n<li>Change: set cache folder inside wp-uploads</li>\n<li>Feature: added option to get terms last level only - for post list / grid</li>\n<li>Feature: added twig function - get_current_user</li>\n<li>Feature: disabled right click on html5 galleries (unite gallery)</li>\n<li>Fix: the image and video repeater was missing default items</li>\n<li>Fix: fixed load more and filters on a search page</li>\n<li>Fix: fixed carousel stage padding issues</li>\n<li>Fix: fixed carousel 1 item one pixel issues</li>\n<li>Fix: fixed default values in responsive selectors</li>\n</ul>\n\n<p>version 1.5.14: 2022-05-24</p>\n\n<ul>\n<li>Fix: fixed responsive default values with selectors in number and dropdown and slider controls</li>\n<li>Fix: fixed a bug in run_code_once functionality</li>\n</ul>\n\n<p>version 1.5.13: 2022-05-23</p>\n\n<ul>\n<li>Feature: added integration with \"sticky posts switch\" plugin</li>\n<li><p>Feature: added special attribute type - entrance animation</p></li>\n<li><p>Fix: fixed sync bug between two similar elements</p></li>\n<li>Fix: fixed filters loading with wp-rocket lazy load scripts</li>\n<li>Fix: fixed put_hide_ids_css function small bug</li>\n<li>Fix: fixed fetch 2 and more widgets within one section for filtering</li>\n<li>Fix: fixed slider control js empty output bug</li>\n<li>Fix: fixed gallery title as number js bug</li>\n<li>Fix: fixed gallery images from meta fields source as array </li>\n</ul>\n\n<p>version 1.5.12: 2022-05-08</p>\n\n<ul>\n<li>Feature: added integration for wpml media change</li>\n<li>Feature: bug fix: fixed hover animations setting don\'t work on front in some cases</li>\n<li>Feature: in post selection by date added options for \"future from today\", and \"future from tomorrow\".</li>\n<li>Feature: added new function: \"put_hide_ids_css\" to hide some css comma saparated id\'s from css tab.</li>\n<li>Feature: added support for ajax refresh for multiple synced grids together</li>\n<li>Feature: added option to test instagram data</li>\n<li><p>Feature: added phpinfo view in settings - troubleshooting</p></li>\n<li><p>Fix: fixed blank window opened by a link</p></li>\n<li>Fix: fixed acf boolean value present</li>\n<li>Fix: fixed another gallery related lazy load issues</li>\n</ul>\n\n<p>version 1.5.11: 2022-04-13</p>\n\n<ul>\n<li>Feature: made option to put elementor post_content inside post widget if the post made by elementor</li>\n<li>Feature: added additional fields to getPostAuthor function like avatar url and author meta</li>\n<li>Feature: show the \"no posts\" message with filters in post list / grid</li>\n<li>Feature: add background location (back/front) to background widgets</li>\n<li>Feature: done option to get post parent with the posts in posts selection</li>\n<li>Fix: set prices display in woocommerce widgets including tax</li>\n<li>Fix: fixed editor js files didn\'t loaded bug</li>\n<li>Fix: fixed css output with dynamic template and inline css mode</li>\n<li>Fix: fixed the ajax pagination that now works with post based gallery widget</li>\n<li>Fix: fixed filters scripts loading before jquery in js</li>\n<li>Fix: allow to select empty terms in term selection control</li>\n<li>Change: set default values of responsive number / slider / dropdown controls to desktop default values</li>\n</ul>\n\n<p>version 1.5.10: 2022-04-04</p>\n\n<ul>\n<li>Fix: fixed title and description source in gallery source selection</li>\n<li>Fix: fixed the dropdown attribute php filter for elementor</li>\n<li>Feature: added \"menu_id\" for various uses as menu attribute output</li>\n<li>Feature: added option for side offset in owl carousel</li>\n<li>Feature: added option for second items html refresh in ajax filters</li>\n</ul>\n\n<p>version 1.5.9: 2022-03-27</p>\n\n<ul>\n<li>Fix: fixed simple meta output for post list</li>\n<li>Feature: made dynamic grid work with filters</li>\n<li>Feature: the background widgets works for the new container objects as well</li>\n<li>Feature: added include by another meta field in post query</li>\n</ul>\n\n<p>version 1.5.8: 2022-03-23</p>\n\n<ul>\n<li>Feature: set special behaviour for more then one filters on the page</li>\n<li>Feature: added option to load video item from posts in a gallery</li>\n<li>Change: set up galleries common default items</li>\n<li>Fix: fixed unclosable gallery lightbox with youtube videos</li>\n<li>Fix: fixed elementor 3.6.0 compatability</li>\n</ul>\n\n<p>version 1.5.7: 2022-03-17</p>\n\n<ul>\n<li>Feature: added option to modify dropdown items in php\nFix: fixed gallery default items preview and init\nFix: fixed remote counter js error</li>\n</ul>\n\n<p>version 1.5.6 = 2022-03-15:</p>\n\n<p>Fix: fixed dissapearing items in remote related widgets</p>\n\n<p>version 1.5.5 = 2022-03-15:</p>\n\n<ul>\n<li>Feature: added woocommerce sorting options in posts selection by number of sales and rating</li>\n<li>Feature: added option to get related products on checkout page</li>\n<li>Feature: done manual posts and terms selections sort by drag and drop</li>\n<li>Feature: done option to custom refresh filters html (for carousels, galleries etc)</li>\n<li>Feature: made the attributes dialog support multi controls</li>\n<li>Feature: prepared the galleries and dynamic loops to use filters and load more\nFix: fixed query debug in manual posts selection\nFix: fix: fixed posts_per_page in manual posts selection\nFix: fix: fixed jquery include for remote widgets</li>\n</ul>\n\n<p>version 1.5.4 = 2022-03-06:</p>\n\n<ul>\n<li>Feature: added roles to post filter: single, main and child</li>\n<li>Feature: added option \"placeholder\" and \"disable dynamic\" for text field control</li>\n<li>Feature: added option for debug meta fields in post list, post grid</li>\n<li>Fix: fixed some pagination widget buttons related issues</li>\n<li>Fix: fixed non clickable items in some widgets</li>\n<li>Fix: fixed put_items(0) - first item output in twig</li>\n</ul>\n\n<p>version 1.5.3 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: added functionality to put image inside taxonomy terms widget</li>\n<li>Fix: fixed load more on archive page with orderby=xxx filter in url</li>\n<li>Fix: made support for woocommerce special order by in load more</li>\n<li>Change: updated freemius sdk to 2.4.3 version (Security fix)</li>\n</ul>\n\n<p>version 1.5.2 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: set up remote and sync functionality for the galleries</li>\n<li>Fix: fixed load more for current query posts</li>\n<li>Fix: fixed background js based widgets with elementor popups</li>\n<li>Fix: fixed unitegallery unclosed tag issue</li>\n<li>Fix: fixed replace mode in tabs filters</li>\n</ul>\n\n<p>version 1.5.1 = 2022-02-21:</p>\n\n<ul>\n<li>Feature: improved post pagination debug and added force options</li>\n<li>Feature: added code for the button filters</li>\n<li>Feature: added option to shuffle owl carousel</li>\n<li>Feature: added option for general \"shuffle\" in items</li>\n<li>Feature: made option for text modify, and get the current page url and current page title</li>\n<li>Feature: get feature image of a product from a first gallery image if featured image not exists</li>\n<li>Feature: added function \"one_random\" and \"first\" to get_items twig function</li>\n<li>Feature: added support for jet listing item</li>\n<li>Change: changed the \"choose template\" setting text to attirbute title</li>\n<li>Fix: fixed load more if offset turned on in the grid</li>\n<li>Fix: fixed link control attributes parsing</li>\n<li>Fix: fixed sync general api related bugs in elementor editor</li>\n</ul>\n\n<p>version 1.5.0 = 2022-02-02:</p>\n\n<ul>\n<li>Feature: added tabs in items controls</li>\n<li>Feature: added functionality for ajax taxonomies terms filter</li>\n<li>Feature: added some accessability to owl carousel buttons</li>\n</ul>\n\n<p>version 1.4.99: 2022-01-27:</p>\n\n<ul>\n<li>Feature: added option for disable content filtering in general settings->troubleshooting</li>\n<li>Feature: added taxonomies in widget debug output</li>\n<li>Fix: fixed some gallery lazy load related js bugs</li>\n</ul>\n\n<p>version 1.4.98: 2022-01-14:</p>\n\n<ul>\n<li>Feature: modified remote general js api to fit more types of widgets</li>\n<li>Feature: added support for put meta field in post list</li>\n<li>Fix: fixed some small php notices output in post query</li>\n</ul>\n\n<p>version 1.4.97 = 2022-01-06:</p>\n\n<ul>\n<li>Feature: add code base for the taxonomy filter</li>\n<li>Feature: added option to highlight all carousel items</li>\n<li>Feature: added active class to new owl carousel</li>\n<li>Feature: added scroll on click functionality to new owl carousel</li>\n<li>Fix: added support for acf fields styles in dynamic grid</li>\n<li>Fix: fixed some wp-rocket and filters related bug</li>\n</ul>\n\n<p>version 1.4.96 = 2021-12-29:</p>\n\n<ul>\n<li>Feature: use yoast main category feature to determine post main category</li>\n<li>Feature: added get woocommerce product gallery functionality to twig</li>\n<li>Feature: added support for multiple attribute conditoins values</li>\n<li>Feature: added menu order in advanced widget debug type</li>\n<li>Feature: added WooCommerce endpoints links code to twig</li>\n<li>Feature: added option to disable font awesome in general settings</li>\n<li>Fix: fixed some filters related issue</li>\n<li>Fix: added custom attributes to link attributes output</li>\n</ul>\n\n<p>version 1.4.95 = 2021-12-16:</p>\n\n<p>*Fix: fixed db table not found php bug in some cases</p>\n\n<p>version 1.4.94 = 2021-12-14:</p>\n\n<ul>\n<li>Feature: made posible multiple includes condition values per assets</li>\n<li>Feature: added meta value2 and meta value3 in include by meta value post selection</li>\n<li>Feature: added error notice if no api connectivity</li>\n<li>Feature: added attributes section conditions</li>\n<li>Feature: prepared code base for the new galleries</li>\n<li>Fix: fixed some small pagination related bug</li>\n<li>Fix: fixed remote connection parent detection in some cases</li>\n<li>Fix: added content filtering by filter widget_text_content for all the embed and other content modifications</li>\n<li>Fix: fixed edit defaulsin widget settings</li>\n<li>Fix: fixed some polylang issues with the template in dynamic template widgets</li>\n<li>Fix: [security] remove the \"duplicate layout\" functionality (not used in the plugin) that had some security issues </li>\n</ul>\n\n<p>version 1.4.93 = 2021-12-03:</p>\n\n<ul>\n<li>Fix: fixed some connected widgets bugs when there is many of them in the page</li>\n<li>Change: removed the black friday sale banner</li>\n<li>Feature: added general remote API for various widgets connections</li>\n<li>Feature: add some code base for the new gallery output</li>\n</ul>\n\n<p>version 1.4.92 = 2021-11-24:</p>\n\n<ul>\n<li>Fix: fixed similar post content in post list</li>\n<li>Change: saparated remote and sync options in connected widgets settings</li>\n</ul>\n\n<p>version 1.4.91 = 2021-11-23:</p>\n\n<ul>\n<li>Fix: fixed the wrong post intro in editor mode</li>\n</ul>\n\n<p>version 1.4.90 = 2021-11-22:</p>\n\n<ul>\n<li>Addition: added black friday banner discount banner and link</li>\n<li>Change: improved \"sync widgets\" editor experience</li>\n<li>Fix: fixed depricated \"post\" attribute bug</li>\n<li>Fix: modified zip extracting error messages</li>\n</ul>\n\n<p>version 1.4.89 = 2021-11-17:</p>\n\n<ul>\n<li>Feature: done the functionality for sync widgets</li>\n<li>Feature: done the functionality remote widgets</li>\n<li>Fix: fixed error message on remote widgets</li>\n<li>Fix: fixed css in post content in editor</li>\n<li>Fix: use better strip tags for post intro</li>\n</ul>\n\n<p>version 1.4.88 = 2021-11-08:</p>\n\n<ul>\n<li>Fix: fixed gutenberg support in widgets</li>\n<li>Fix: fixed all the pagination issues in archive page</li>\n</ul>\n\n<p>version 1.4.86 = 2021-11-01:</p>\n\n<ul>\n<li>Fix: fixed some load more last issues</li>\n<li>Feature: added code for taxonomy terms filter</li>\n<li>Feature: added code for checkbox filter</li>\n</ul>\n\n<p>version 1.4.86 = 2021-10-29:</p>\n\n<ul>\n<li>Feature: improved current query debug - full type</li>\n<li>Feature: added dropdown responsive placeholders</li>\n<li><p>Feature: added radio boolean attribute responsive controls</p></li>\n<li><p>Fix: fixed controls tabs functionality</p></li>\n<li>Fix: fixed load more custom image bug</li>\n<li>Fix: fixed double load more in a page mishmash bug</li>\n<li>Fix: fixed all load more issues</li>\n</ul>\n\n<p>version 1.4.85 = 2021-10-13:</p>\n\n<p>-bug fix: small bug fix - headers sent bug</p>\n\n<p>version 1.4.84 = 2021-10-13:</p>\n\n<ul>\n<li>Feature: added taxonomy terms full query debug option</li>\n<li>Feature: improved full debug type in posts query</li>\n<li>Feature: added items support in editor->background switcher</li>\n<li>Feature: added support for remote controls</li>\n<li>Feature: functionality to posts load more</li>\n<li>Feature: added second condition</li>\n<li>Feature: added tabs functionality to attributes</li>\n<li>Addition: added %,px to slider units</li>\n<li>Fix: fixed avoid duplicates related bug</li>\n<li>Fix: fixed conflicting wordpress codemirror script</li>\n<li>Fix: fixed post selection values init from editor</li>\n<li>Fix: fixed pagination on front page</li>\n<li>Fix: fixed some polylang related bugs</li>\n</ul>\n\n<p>version 1.4.83 = 2021-09-22:</p>\n\n<ul>\n<li>Fix: fixed styles mishmash inside elementor editor navigator</li>\n<li>Fix: fixed dissapearing carousels after refresh bug</li>\n<li>Fix: fixed dynamic grid pagination not changed</li>\n</ul>\n\n<p>version 1.4.82 = 2021-09-20:</p>\n\n<ul>\n<li>Feature: added troubleshooting setting - show php error message</li>\n<li>Feature: added px, vh, % options for slider attribute</li>\n<li>Feature: added dynamic group attributes for galleries, including image and video</li>\n<li>Feature: added option to convert one date string to another with ucdate filter</li>\n<li>Feature: added option to use items in background widgets</li>\n<li>Feature: added ucfunc(\"set\") and ucfunc(\"get\") functions in twig for remember and retrieve variables</li>\n<li>Feature: added include by option: \"children of current term\" to category selection options</li>\n<li>Feature: added option to pull woo product variations in twig</li>\n<li>Feature: added placeholder: link_withprefix, link_noprefix for link attribute</li>\n<li>Fix: fixed error when exists dynamic link in dynamic loop widgets</li>\n<li>Fix: enabled pagination in a single type in dynamic template grid</li>\n<li>Fix: the \"not equal\" attributes condition now works</li>\n<li>Fix: fixed not editable empty dropdown attribute in widget editor</li>\n<li>Fix: fixed mb_string absence php bug</li>\n<li>Fix: fixed heading attribute label</li>\n<li>Fix: fixed responsive elementor controls in widget items</li>\n</ul>\n\n<p>version 1.4.81 = 2021-08-17:</p>\n\n<ul>\n<li>Feature: added json select (lottie) for image attribute type </li>\n<li>Feature: made option for ajax in widgets with post list attribute</li>\n<li>Feature: made the ajax pagination work with pagination widget</li>\n<li>Feature: added dynamic options for number and slider attribute types</li>\n<li>Feature: added new owl carousel sources in assets chooser</li>\n<li>Feature: added heading attribute</li>\n<li>Change: added more types of debug for pagination widget</li>\n<li>Change: changed widget icons chooser for elementor icon instead of font awesome icon</li>\n<li>Fix: fixed import with template button dissapear in the new bar</li>\n<li>Fix: fixed widgets icons</li>\n</ul>\n\n<p>version 1.4.80 = 2021-08-09:</p>\n\n<ul>\n<li>Feature: added option to change items section label</li>\n<li>Feature: added js snippet with code that works in elementor popup</li>\n<li>Feature: added option to add {current_user_id} keyword in post meta query</li>\n<li>Feature: added option for block label inside each attribute</li>\n<li>Feature: added heading text option for items section</li>\n<li>Feature: added extra fields to image base gallery options</li>\n<li>Feature: added php filter option for variable</li>\n<li>Feature: added twig functions \"get_post_term\" and \"is_post_has_term\". The examples visible when you click on item.posts.putPostTerm placeholder</li>\n<li>Fix: fixed some test widgets output relate bugs</li>\n<li>Fix: conditions settings was not affected typography controls</li>\n<li>Fix: fixed template dynamic background image didn\'t displayed bug in dynamic loops</li>\n<li>Change: added some instructions for api connectivity test in general settings - troubleshooting</li>\n</ul>\n\n<p>version 1.4.79 = 2021-07-13</p>\n\n<ul>\n<li>Fix: fixed scripts output in preview widget page</li>\n</ul>\n\n<p>version 1.4.78 = 2021-07-12</p>\n\n<ul>\n<li>Change: added birthday sale promotions</li>\n<li>Feature: added woo commerce products to dynamic loop items source</li>\n</ul>\n\n<p>version 1.4.77 = 2021-07-07</p>\n\n<ul>\n<li>Fix: fixd the is_ajax() error function from the admin area</li>\n</ul>\n\n<p>version 1.4.76 = 2021-07-07</p>\n\n<ul>\n<li>Feature: added option to show post last modified date</li>\n<li>Feature: added function: get_from_sql in widget editor that allow to pull any custom records from DB</li>\n<li>Feature: added function: run_code_once in widget editor, that allow to run the code only once. Good for many similar widgets on the same page</li>\n<li>Feature: added option for load widget js as module</li>\n<li>Fix: fixed no key_thumb field in images inside widget</li>\n<li>Fix: fixed no condition in image sizes widget setting</li>\n<li>Fix: fixed javascript based backgrounds</li>\n<li>Fix: fixed brocken svg icon on catalog widget box in some of the cases</li>\n<li>Fix: fixed collision with rankmath in ajax actions</li>\n<li>Change: added some max length for a widget category, now it\'s 60</li>\n</ul>\n\n<p>version 1.4.75 = 2021-06-21</p>\n\n<ul>\n<li>Feature: added category image to products list</li>\n<li>Feature: added option to include as module widget js include</li>\n<li>Feature: added option to write custom handle to widget js and css include</li>\n<li>Feature: added options - avoid duplicate posts to post query exclude</li>\n<li>Feature: added option to include or exclude posts by dynamic field to posts selection</li>\n<li>Feature: added option to include or exclude posts by logged in user, in posts selection</li>\n<li>Fix: fixed background widget condition functionality</li>\n<li>Fix: changed template picker to simple select2 list</li>\n</ul>\n\n<p>version 1.4.74 = 2021-06-02</p>\n\n<ul>\n<li>Feature: added function put_date_range to twig functions. good for events widgets</li>\n<li>Feature: added integration with google map</li>\n<li>Feature: added function: \"run_code_once\" for twig</li>\n<li>Feature: added grouped options for the gallery</li>\n<li>Feature: added option to get posts by date from custom ACF field</li>\n<li>Feature: added gallery settings options for dynamic settings attribute</li>\n<li>Feature: added pagination to dynamic loop</li>\n<li>Change: improved dynamic settings attribute</li>\n</ul>\n\n<p>version 1.4.73 = 2021-05-20</p>\n\n<ul>\n<li>Feature: added twig function: \"put_attributes_json\" that available in js tab in widget editor</li>\n<li>Feature: added constant - uc_inside_editor - for distinquish between editor and site front</li>\n<li>Feature: added multiple select attribute</li>\n<li>Feature: added listing attribute support</li>\n<li>Fix: fixed \"request too long\" message on a widget preview - shortened preview url</li>\n<li>Fix: fixed several bugs with condition field in widgets editor</li>\n<li>Fix: fixed hidden image size select on item attributes</li>\n<li>Fix: fixed acf group field output</li>\n<li>Fix: fixed elementor template in items, changed to specific function</li>\n</ul>\n\n<p>version 1.4.72 = 2021-05-02</p>\n\n<ul>\n<li>Feature: added rating stars helper placeholder for woocommerce</li>\n<li>Feature: added option to include js file after elementor-frontend</li>\n<li>Fix: fixed new typography deprecation message</li>\n</ul>\n\n<p>version 1.4.71 = 2021-04-22</p>\n\n<ul>\n<li>Feature: added option to take post id\'s from php function in post selection</li>\n<li>Feature: added option for get posts by meta field that located in current or different post</li>\n<li>Feature: added twig filter: wc_price for native price filtering</li>\n<li>Feature: added post terms titles to post data debug</li>\n<li>Change: added option for woocommerce categories in terms selection</li>\n<li>Fix: fixed price issues in woocommerce related grids</li>\n<li>Fix: fixed include and exclude terms mismatch with nested tax query</li>\n<li>Fix: fixed pagination on search pages</li>\n</ul>\n\n<p>version 1.4.70 = 2021-04-14</p>\n\n<ul>\n<li>Feature: added show widget data debug options</li>\n<li>Feature: added option for filter post by post meta</li>\n<li>Feature: added option for simple condition for attributes</li>\n<li>Feature: added integration with wordpress popular post plugin for most viewed posts selection</li>\n<li>Feature: added post list variables for data debug</li>\n<li>Feature: added image sizes selector for post list</li>\n<li>Feature: get thumbnailID from content in case that it\'s missing in post</li>\n<li>Fix: when bulk moving attribute it now always goes to general category</li>\n<li>Fix: fixed filter posts by status</li>\n<li>Fix: fixed instagram media albom</li>\n</ul>\n\n<p>version 1.4.69 = 2021-04-04</p>\n\n<ul>\n<li>Feature: added extra query debug options for custom post types selector</li>\n<li>Feature: added choose image size select option to image attribute</li>\n<li>Feature: added \"image_attributes\" placeholder for image output in widget editor</li>\n<li>Change: added default values select to hover animations attribute</li>\n<li>Change: changed button \"add to cart\" to \"select options\" for variable products in woocommerce list widgets</li>\n<li>Fix: fixed border radius attribute from width to radius</li>\n<li>Fix: added missing thumb sizes for image select</li>\n</ul>\n\n<p>version 1.4.68 = 2021-03-22</p>\n\n<ul>\n<li>Feature: added include recently viewed products in woocommerce</li>\n<li>Feature: added option for default max posts in post selector</li>\n<li>Feature: added attribute type: Border Dimensions</li>\n<li>Feature: added attribute type: CSS Filters</li>\n<li>Feature: added attribute type: Hover Animations</li>\n<li>Fix: removed max posts from archive type post query selection, because has no control over pagination.</li>\n<li>Fix: fixed bug when instagram video images didn\'t show up</li>\n</ul>\n\n<p>version 1.4.67 = 2021-03-12</p>\n\n<ul>\n<li>Feature: added api connectivity to troubleshooting section</li>\n<li>Feature: added options in terms selection fields</li>\n<li><p>Feature: added order by meta key for woo categories select</p></li>\n<li><p>Fix: fixed woo product price format for decimal prices</p></li>\n<li>Fix: fixed context menu cut from bottom inside the widgets manager</li>\n<li>Fix: fixed show item data in widgets items repeater</li>\n<li>Fix: fixed float to round in woocommerce discount percents</li>\n</ul>\n\n<p>version 1.4.66 = 2021-02-18</p>\n\n<ul>\n<li>Feature: added \"box shadow\" attribute type</li>\n<li>Feature: added url_posts and num_posts to users output</li>\n<li>Feature: added option for selector 2 and selector 3 in several attributes</li>\n<li>Feature: added copy / paste attributes sections in widget editor</li>\n<li>Feature: added option for get default object to getListingItemData function</li>\n<li>Feature: added support for wpml site language inside a widget</li>\n<li>Feature: added acf image and thumbnails widths and heights to placeholders list</li>\n<li>Fix: load js include file in editor even if no js code</li>\n<li>Fix: fixed some php notice with exclude terms posts selection</li>\n<li>Fix: fixed small bug in getListingItemData function with no object returned</li>\n<li>Fix: fixed post selection manual select no posts shown at init</li>\n<li>Fix: fixed bug when private posts not fetched on manual posts selection</li>\n<li>Change: updated codemirror to latest version, added code search feature</li>\n<li>Change: updated freemius sdk to 2.4.2</li>\n</ul>\n\n<p>version 1.4.65 = 2021-02-03</p>\n\n<ul>\n<li>Feature: added option to fetch custom meta fields in users list</li>\n<li>Feature: added function to twig: getByPHPFunction()</li>\n<li>Feature: added function to twig: getUserMeta()</li>\n<li>Feature: added function to twig: getListingItemData() - working inside any plugin listing</li>\n<li>Fix: fixed php sanitize array bug</li>\n<li>Fix: fixed post type in related posts post selection</li>\n</ul>\n\n<p>version 1.4.64 = 2021-02-02</p>\n\n<ul>\n<li>Change: moved \"edit widget html\" button to advanced section in general tab</li>\n<li>Feature: added option to exclude products on sale in products query section in widget settings</li>\n<li>Feature: added option to exclude specific posts in post selection widget settings</li>\n<li>Feature: added woocommerce related products select in post selection</li>\n<li>Feature: added include/exclude posts by author in widget posts selection</li>\n<li>Feature: added include/exclude posts by date in widget posts selection</li>\n<li>Feature: added date/time picker to widget attributes types</li>\n<li>Feature: added post status to widget posts selection</li>\n<li>Feature: added offset setting to widget posts selection</li>\n<li>Feature: added author url and author post count to users fields</li>\n<li>Feature: added max number of users to user selection attribute</li>\n<li>Feature: added \"elementor template\" attribute</li>\n<li>Fix: fixed small php bug in post selection control</li>\n<li>Fix: fixed js bug in items repeater</li>\n<li>Fix: fixed exclude role not worked in user selection attribute</li>\n<li>Fix: fixed get products on sale selection with variations</li>\n</ul>\n\n<p>version 1.4.63 = 2021-01-26</p>\n\n<ul>\n<li>Feature: added acf link array and attributes</li>\n<li>Feature: added ordering features to post selection related and manual</li>\n<li>Feature: added option for showing only sticky posts</li>\n<li>Feature: added exclude by term setting in widget post selection</li>\n<li>Change: moved debug data from advaned to general folder in elementor widget settings</li>\n<li>Fix: fixed woo commerce prices number format</li>\n<li>Fix: fixed refresh posts on \"post query\" section open in widget post settings</li>\n<li>Fix: fixed manual posts selection default order</li>\n</ul>\n\n<p>version 1.4.62 = 2021-01-21</p>\n\n<ul>\n<li>Feature: added text shadow field</li>\n<li>Feature: added \"manual selection\" in posts query</li>\n<li>Feature: added compatability tag</li>\n<li>Fix: fixed image size thumb name with \"-\" sign inside</li>\n<li>Fix: fixed some php warning related to array to string conversion, happening in php 8</li>\n<li>Change: show woo commerce placeholders if selected \"for woocommerce products\" checkbox in post list attribute</li>\n<li>Change: improved woo category output placeholder help, added getTermCustomFields function</li>\n</ul>\n\n<p>version 1.4.61 = 2021-01-14</p>\n\n<ul>\n<li>Feature: added max posts and order by options to current query posts selection</li>\n<li>Feature: added manual selection for woocommerce categories select</li>\n<li>Feature: added selector and responsive to drop down attribute in widget builder</li>\n<li>Change: changed buy pro version link from the catalog widgets to inside of the plugin</li>\n<li>Fix: fixed adding widgets to a db table that is not auto incriment</li>\n<li>Fix: fixed svg preview from widget builder interface</li>\n<li>Fix: fixed manual memory check when registering widgets</li>\n</ul>\n\n<p>version 1.4.60 = 2020-12-30</p>\n\n<ul>\n<li>Feature: added option for third party integration for woocommerce grid</li>\n<li>Feature: added integration for \"advanced labels for woocommerce\" plugin</li>\n<li>Feature: added view file button in assets manager</li>\n<li>Feature: added svg icon option together with font icon for elementor panel widget box</li>\n<li>Feature: added preview image on mouseover inside elementor panel widget box</li>\n<li><p>Feature: added option for disabling \"edit widget html\" from widget settings</p></li>\n<li><p>Fix: fixed empty settings when there are gallery item setting only</p></li>\n<li>Fix: added \"no settings\" heading in case that no attributes in the widget</li>\n<li>Fix: fixed some php warnings for php 8.0</li>\n</ul>\n\n<p>version 1.4.59 = 2020-12-17</p>\n\n<ul>\n<li>Fix: fixed import template redirect</li>\n<li>Feature: added option to include sticky posts for post query</li>\n<li>Feature: added post pagination for single page</li>\n<li>Feature: added number of items for instagram widget</li>\n<li>Feature: added background image to background attribute</li>\n</ul>\n\n<p>version 1.4.58 - 2020-12-07</p>\n\n<ul>\n<li>Feature: make the plugin translatable for wordpress.org</li>\n</ul>\n\n<p>version 1.4.57 - 2020-12-07</p>\n\n<ul>\n<li>Feature: done post pagination widget for archive posts</li>\n<li>Feature: added option to truncate the post list</li>\n<li>Fix: fixed show debug query on current post query</li>\n</ul>\n\n<p>version 1.4.56 - 2020-11-30</p>\n\n<ul>\n<li>Update: relesed cyber monday deal admin notice</li>\n</ul>\n\n<p>version 1.4.55 - 2020-11-26</p>\n\n<ul>\n<li>Feature: added option to sort by sale price</li>\n<li>Feature: added option to debug query</li>\n<li>Feature: added option debug widget data</li>\n<li>Feature: added option to filter posts with child categories</li>\n<li><p>Feature: added option to include only products on sale</p></li>\n<li><p>Fix: fixed no widget shown in some cases</p></li>\n<li>Fix: fixed woocommerce prices placeholders prefix</li>\n</ul>\n\n<p>version 1.4.54 - 2020-11-13 =</p>\n\n<ul>\n<li>Update: updated freemius sdk to newest version</li>\n<li>Fix: fixed comma saparated selector</li>\n</ul>\n\n<p>version 1.4.53 - 2020-11-09 =</p>\n\n<ul>\n<li>Feature: added background widgets and section backgrounds</li>\n<li>Change: removed global colors from template export</li>\n<li>Fix: fixed bug with regular and sale price in woocommerce</li>\n</ul>\n\n<p>version 1.4.52 - 2020-11-06 =</p>\n\n<p>Fix: fixed bug with regular and sale price in woocommerce</p>\n\n<p>version 1.4.51 - 2020-11-04 =</p>\n\n<ul>\n<li>Feature: added svg output in icon library attribute</li>\n<li>Feature: added woocommerce checkbox to post list</li>\n<li>Feature: added product out of stock filter for product selection</li>\n<li>Feature: added discount_percent field in post list attribute woocommerce product type</li>\n<li>Feature: added woocommerce post list order by price option</li>\n<li>Fix: fixed woocommerce category in post list attribute</li>\n</ul>\n\n<p>version 1.4.50 - 2020-10-21 =</p>\n\n<ul>\n<li>Fix: removed display errors setting</li>\n</ul>\n\n<p>version 1.4.49 - 2020-10-12 =</p>\n\n<ul>\n<li>Fix: fixed small bug with non existing controls</li>\n<li>Fix: fixed general settings error when turning off plugin</li>\n</ul>\n\n<p>version 1.4.48 - 2020-10-12 =</p>\n\n<p>*Feature: added border attribute\n*Fix: page break in some versions of elementor\n*Fix: fixed bulk move attributes with categories\n*Fix: fixed default items image field not match</p>\n\n<p>version 1.4.47 - 2020-10-08 =</p>\n\n<ul>\n<li>Update: remove russian translation</li>\n<li>Feature: added function: get_items for twig</li>\n<li>Fix: fixed switch content and style tab</li>\n<li>Fix: fixed slider control tablet/mobile default value</li>\n<li>Fix: fixed non ordered widget categories</li>\n</ul>\n\n<p>version 1.4.46 - 2020-10-04 =</p>\n\n<ul>\n<li>Feature: added function put_items_json for js items output</li>\n<li>Fix: returned widgets from uncategorized category</li>\n</ul>\n\n<p>version 1.4.45 - 2020-10-04 =</p>\n\n<ul>\n<li>Fix: fixed template import with custom widgets</li>\n</ul>\n\n<p>version 1.4.44 - 2020-10-03 =</p>\n\n<ul>\n<li>Feature: added flexible content type attribute</li>\n<li>Optimize: reduced the number of db queries, dramatically increased load speed</li>\n</ul>\n\n<p>version 1.4.43 - 2020-09-22 =</p>\n\n<ul>\n<li>Feature: added option to group attributes into sections</li>\n<li>Feature: done instagram access token auto renew</li>\n<li>Feature: added \"selector\" to color picker attribute</li>\n<li>Fix: improved consolidate widgets option protection</li>\n<li>Fix: fixed select default widget images</li>\n<li>Fix: fixed default items in gallery item (image base fields)</li>\n<li>Fix: fixed image display in default item selector</li>\n<li>Fix: global colors was absent from color selection</li>\n</ul>\n\n<p>version 1.4.42 - 2020-08-06 =</p>\n\n<ul>\n<li>Feature: added option to get grouped woocomerce products</li>\n<li>Feature: added instagram connect to official API</li>\n<li>Feature: added function: getUserData(), added into \"twig code examples\" panel</li>\n<li>Feature: added \"printVar\" and \"showDebug\" functions \"twig code examples\" panel</li>\n<li>Feature: done \"login with instagram\" in general settings, and get data from instgram API</li>\n<li>Fix: sorted \"overwrite widgets\" issue on import</li>\n<li>Fix: fixed dropdown attribute when work with html data</li>\n</ul>\n\n<p>version 1.4.41 - 2020-06-18 =</p>\n\n<ul>\n<li>Feature: added additional controls to \"number\" attribute</li>\n<li>Feature: added \"exclude uncategorized category\" to woocommerce categories select </li>\n<li>Feature: added responsive controls to slider attribute</li>\n<li>Fix: fixed template type variable issues in elementor integration</li>\n<li>Fix: show pagination only when \"current query\" is available</li>\n<li>Fix: fixed select2 field min width in posts query</li>\n</ul>\n\n<p>version 1.4.40 - 2020-06-10 =</p>\n\n<ul>\n<li>Change: hided \"consolidate widgets\" general setting</li>\n<li>Feature: added \"show/hide wrapping html comments\" to general settings</li>\n<li>Fix: fixed export template filename</li>\n</ul>\n\n<p>version 1.4.39 - 2020-06-02 =</p>\n\n<ul>\n<li>Fix: fixed save widgets from editor with large config limitation.</li>\n<li>Fix: fixed export template with page settings bug.</li>\n<li>Fix: removed extra fields from items editor, leaved only supported fields</li>\n<li>Change: updated freemius SDK to latest version</li>\n</ul>\n\n<p>version 1.4.36 - 2020-05-21 =</p>\n\n<ul>\n<li>Feature: added support for pods panda repeater</li>\n<li>Fix: done some solution for max_execution_time issues when installing template</li>\n<li>Fix: fixed rtl on templates dialog popup</li>\n<li>Fix: corrected the naming near the \"number\" field</li>\n<li>Fix: cleared \"twig\" library from some not needed files.</li>\n<li>Change: removed \"image view\" file from framework.</li>\n</ul>\n\n<p>version 1.4.35 - 2020-05-11 =</p>\n\n<ul>\n<li>Feature: added term custom fields support</li>\n<li>Feature: added term meta fields support</li>\n<li>Change: moved composer vendor folder to plugin root</li>\n<li>Change: fixed empty templates list bug when \"show only installed widget\" checkbox checked</li>\n<li>Fix: sorted out some of the templates import bugs</li>\n</ul>\n\n<p>version 1.4.34 - 2020-05-06 =</p>\n\n<ul>\n<li>Fix: removed category ations from templates section</li>\n<li>Fix: show \"putPostMeta\" function even if no example post available</li>\n<li>Fix: fixed finally all the DB not installed issues on elementor and admin pages</li>\n</ul>\n\n<p>version 1.4.33 - 2020-05-03 =</p>\n\n<ul>\n<li>Fix: fixed double twig collision by another plugin</li>\n</ul>\n\n<p>version 1.4.32 - 2020-05-02 =</p>\n\n<ul>\n<li>Update: updated to newest twig 1.x version</li>\n<li>Fix: fixed no space between placeholders in php 7.4 bug</li>\n</ul>\n\n<p>version 1.4.31 - 2020-04-26 =</p>\n\n<p>*Fix: fixed dissapearing widget issue</p>\n\n<p>version 1.4.30 - 2020-04-23 =</p>\n\n<ul>\n<li>Fix: fixed couple of bugs related to templates</li>\n</ul>\n\n<p>version 1.4.29 - 2020-04-22 =</p>\n\n<ul>\n<li>Feature: released the templates catalog</li>\n</ul>\n\n<p>version 1.4.28 - 2020-04-10 =</p>\n\n<ul>\n<li>Feature: added woocommerce categories field</li>\n<li>Fix: fixed export / import with images feature</li>\n<li>Fug: fixed error message on front on some cases when the db tables not installed yet.</li>\n</ul>\n\n<p>version 1.4.27 - 2020-04-01 =</p>\n\n<p>Fix: fixed widget default icon in manager\nFeature: added \"getPostMeta, putPostMeta, printPostMeta\" functions\nFeature: added \"getPostData\" function for acf related posts, that get\'s all the data from the related post including custom fields</p>\n\n<p>version 1.4.26 - 2020-03-28 =</p>\n\n<ul>\n<li>Change: changed to new api address</li>\n<li>Fix: fixed links not included bug in theme builder posts</li>\n<li>Fix: fixed link to buy pro version</li>\n<li>Fix: fixed free version remain activated bug</li>\n<li>Fix: simpleXML validation made the site down</li>\n</ul>\n\n<p>version 1.4.25 - 2020-03-09 =</p>\n\n<ul>\n<li>Feature: added \"responsive controls\" to margin and padding setting</li>\n<li>Feature: made \"refresh catalog\" button</li>\n<li>Feature: added \"num_items\" variable to the widget editor</li>\n<li>Change: removed the \"default fonts\" from widget defaults screen</li>\n<li>Fix: fixed some php bug in \"implode\" function</li>\n<li>Fix: fixed posts from sub categories in post list</li>\n</ul>\n\n<p>version 1.4.24 - 2020-02-14 =</p>\n\n<ul>\n<li>Feature: made \"export with images\" option in templates</li>\n<li>Fix: fixed import category widgets</li>\n<li>Fix: fixed icon html output placeholder</li>\n</ul>\n\n<p>version 1.4.23 - 2020-02-02 =</p>\n\n<ul>\n<li>Feature: improved the slider attribute</li>\n<li>Feature: added \"menu\" attribute</li>\n</ul>\n\n<p>version 1.4.22 - 2020-01-28 =</p>\n\n<ul>\n<li>Feature: added woo currency symbol</li>\n<li>Feature: added woo add to cart button</li>\n<li>Feature: added slider attribute</li>\n<li>Widget: logo grid</li>\n<li>Widget: logo carousel</li>\n<li>Widget: logo marquee</li>\n<li>Widget: image tooltip</li>\n<li>Widget: content toggle</li>\n<li>Widget: circle number</li>\n<li>Widget: post list</li>\n</ul>\n\n<p>version 1.4.21 - 2020-01-22 =</p>\n\n<ul>\n<li>Feature: added users attribute</li>\n<li>Feature: done multiple post type selector</li>\n<li>Feature: added background attribute</li>\n<li>Feature: added icon library html output</li>\n<li>Feature: added woo commerce support in posts list</li>\n<li>Bug fix: fixed icons not shown bug in widget settings</li>\n</ul>\n\n<p>version 1.4.20 - 2020-01-15 =</p>\n\n<ul>\n<li>Bug fix: fixed font awesome icon output</li>\n<li>Bug fix: fixed instagram not loading bug</li>\n<li>Change: updated font awesome css version</li>\n<li>Change: changed the way that instagram was loaded on the page</li>\n</ul>\n\n<p>version 1.4.19 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added filter by slug to terms attribute</li>\n<li>Feature: changed repeater items titles to the ones from \"title\" field instead of \"Item1\", \"Item2\" etc.</li>\n<li>Feature: added automated styling for date field, added \"ucdate\" filter for that.</li>\n<li>Feature: done functionality for display post author</li>\n<li>Change: changed the font awesome attribute to fa5</li>\n<li>Change: added strip html tags from truncate function</li>\n</ul>\n\n<p>version 1.4.18 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added all image sizes to posts</li>\n<li>Feature: added \"putPostTerms\" function to posts</li>\n<li>Feature: added wpautop filter to twig</li>\n<li>Feature: added option for custom twig PHP functinoality for PRO version</li>\n<li>Feature: hide \"edit widget html\" button for user that don\'t have capability to see the plugin </li>\n<li>Feature: added wpml compatablity</li>\n<li>Feature: added related posts in posts list</li>\n<li>Feature: added padding and margin controls (pro)</li>\n<li>Bug Fix: fixed pagination output</li>\n</ul>\n\n<p>version 1.4.17 - 2019-12-12 =</p>\n\n<ul>\n<li>Change: changed to more flexible catalog api</li>\n</ul>\n\n<p>version 1.4.16 - 2019-08-12 =</p>\n\n<ul>\n<li>Feature: added post query relation (and, or) chooser</li>\n<li>Change: update to freemius sdk 2.3.1</li>\n<li>Feature: added \"trancate\" filter</li>\n<li>Fix: fixed editor permissions PHP Error</li>\n</ul>\n\n<p>version 1.4.15 - 2019-19-11 =</p>\n\n<ul>\n<li>Change: remove the old deprecated codecanyon activation</li>\n<li>Fix: fixed bug when both plugins are installed together</li>\n<li>Fix: fixed empty widget content when put a lot of content in the widget html/js</li>\n<li>Feature: added option for fonts for post list for intro and content</li>\n<li>Feature: added custom filter query ID in posts list query (pro)</li>\n<li>Feature: added labels to typography fields</li>\n<li>Feature: added description option for elementor controls</li>\n<li>Feature: added option to add help links to widgets from the widget editor</li>\n</ul>\n\n<p>version 1.4.14 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed js not included bug</li>\n</ul>\n\n<p>version 1.4.13 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed terms attribute selector bugs in elementor</li>\n<li>Fix: fixed post selection was not showing post types without taxonomies</li>\n<li>Fix: fixed rtl visibility issues in admin</li>\n</ul>\n\n<p>version 1.4.12 - 2019-15-10 =</p>\n\n<ul>\n<li>Feature: added exclude posts by current post</li>\n<li>Feature: added post category addition custom taxonomy support</li>\n<li>Fix: fixed some bug in post list selector elementor</li>\n</ul>\n\n<p>version 1.4.11 - 2019-07-10 =</p>\n\n<p>*Feature: added link param html attributes placeholder\n*Feature: added category link to post list params\n*Fix: fixed post list category not displayed bug</p>\n\n<p>version 1.4.10 - 2019-28-9 =</p>\n\n<p>-bug fix: added some front end protection against db not installed bug\n* Feature(pro): added do_action for custom wp actions run\n* Feature(pro): added apply_filters for custom wp actions run\n-bug fix: fixed export widget with assets path\n-change: added instructions to download pro version.</p>\n\n<h4>1.4.7 - 2019-18-9</h4>\n\n<p>*Fix: fixed post category selection in post list</p>\n\n<h4>1.4.6 - 2019-18-9</h4>\n\n<p>*Fix: fixed dynamic items in repeater</p>\n\n<h4>1.4.6 - 2019-11-9</h4>\n\n<p>*Fix: fixed admin body class external\n*Feature: make support for post categories list\n*Feature(pro) - made taxonomies list attribute\n*Fix: fixed current posts fetch in archive type</p>\n\n<h4>1.4.5 - 2019-19-8</h4>\n\n<p>*Change: improved widgets manager design</p>\n\n<h4>1.4.3 - 2019-25-7</h4>\n\n<p>*Change: updated the activation link from plugins\n*Change: small UI improvements</p>\n\n<h4>1.4.2 - 2019-24-7</h4>\n\n<p>*Feature: add post category to dynamic fields\n*Feature: added toolset integration</p>\n\n<h4>1.4.1 - 2019-8-7</h4>\n\n<p>*Feature: added search widget\n*Feature: the plugin is now fully translatable, added russian translation</p>\n\n<h4>1.4 - 2019-8-7</h4>\n\n<p>*Change: moved to new payment system (freemius), changed pricing plans</p>\n\n<h4>1.3.39 - 2019-2-7</h4>\n\n<p>*Feature: add alt tags to image attribute\n*Feature: add automatic name from title on add attribute\n*Feature: redesign categories</p>\n\n<p>*Fix: removed autop filter change code from front end\n*Fix: allow to import widget when stand on category from catalog\n*Fix: fixed instagram widgets typography bug</p>\n\n<h4>1.3.38 - 2019-30-6</h4>\n\n<p>*Feature: added code examples / js snippets\n*Feature: added widget preview</p>\n\n<h4>1.3.37 - 2019-23-6</h4>\n\n<p>*Feature: add support for archive pages\n*Feature: added archive pages pagination\n*Change: changed fonts design controls</p>\n\n<h4>1.3.36 - 2019-20-6</h4>\n\n<p>*Fix: fixed multiple similar js includes in one page</p>\n\n<h4>1.3.35 - 2019-20-6</h4>\n\n<p>*Feature: add support for acf gallery field</p>\n\n<h4>1.3.34 - 2019-13-6</h4>\n\n<ul>\n<li>Feature: improved the post list filtering and ordering</li>\n</ul>\n\n<h4>1.3.33 - 2019-12-6</h4>\n\n<ul>\n<li>Feature: added ordering posts by meta value</li>\n<li>Fix: fixed site crash by db error</li>\n</ul>\n\n<h4>1.3.32 - 2019-11-6</h4>\n\n<ul>\n<li>Fix: fixed pods together with acf fileds</li>\n<li>Fix: added all categories to post list</li>\n</ul>\n\n<h4>1.3.31 - 2019-10-6</h4>\n\n<ul>\n<li>Feature: added link attribute</li>\n</ul>\n\n<h4>1.3.30 - 2019-06-6</h4>\n\n<ul>\n<li>Feature: made PODS integration</li>\n</ul>\n\n<h4>1.3.29 - 2019-06-5</h4>\n\n<ul>\n<li>Feature: added set widget icon functionality, with presence in catalog</li>\n<li>Feature: added preview widget button from the catalog</li>\n</ul>\n\n<h4>1.3.28 - 2019-06-3</h4>\n\n<ul>\n<li>Feature: made plugin translatable</li>\n</ul>\n\n<h4>1.3.27 - 2019-06-2</h4>\n\n<ul>\n<li>Fix: fixed font override attribute bug</li>\n</ul>\n\n<h4>1.3.26 - 2019-05-30</h4>\n\n<ul>\n<li>Feature: added typography attribute</li>\n</ul>\n\n<h4>1.3.25 - 2019-05-29</h4>\n\n<ul>\n<li>Tweak: added support for dynamic params in image field</li>\n</ul>\n\n<h4>1.3.24 - 2019-05-29</h4>\n\n<ul>\n<li>Fix: Fix dynamic field</li>\n<li>Tweak: Added message when adding an empty repeater from custom fields</li>\n</ul>\n\n<h4>1.3.23 - 2019-05-01</h4>\n\n<ul>\n<li>Feature: Added dynamic fields to all text controls</li>\n<li>Feature: Added \"edit html\" button to all widgets</li>\n<li>Fix: Fixed consolidated addons render bugs</li>\n</ul>\n\n<h4>1.3.22 - 2019-04-25</h4>\n\n<ul>\n<li>Feature: Made all acf fields integration including the pro like repeater and clone</li>\n</ul>\n\n<h4>1.3.21 - 2019-04-20</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.20 - 2019-04-15</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.19 - 2019-04-10</h4>\n\n<ul>\n<li>Feature: Done all acf fields</li>\n</ul>\n\n<h4>1.3.18 - 2019-04-05</h4>\n\n<ul>\n<li>Change: Update post child vars when change post</li>\n</ul>\n\n<h4>1.3.17 - 2019-04-01</h4>\n\n<ul>\n<li>Change: Add dynamic fields to addon editor</li>\n</ul>\n\n<h4>1.3.16 - 2019-03-30</h4>\n\n<ul>\n<li>Fix: Fixed the switchers </li>\n<li>Fix: Fixed the upload file</li>\n<li>Fix: Fixed checkbox in assets tab</li>\n</ul>\n\n<h4>1.3.15 - 2019-03-25</h4>\n\n<ul>\n<li>Fix: Fixed visual bugs</li>\n<li>Fix: Fixed radio boolean attribute (switcher)</li>\n</ul>\n\n<h4>1.3.14 - 2019-03-20</h4>\n\n<ul>\n<li>Fix: Fixed addon assets tab bugs</li>\n</ul>\n\n<h4>1.3.13 - 2019-03-15</h4>\n\n<ul>\n<li>Feature: Done export/import template with addons</li>\n</ul>\n\n<h4>1.3.12 - 2019-03-10</h4>\n\n<ul>\n<li>Feature: Added fedback on deactivate</li>\n</ul>\n\n<h4>1.3.11 - 2019-03-05</h4>\n\n<ul>\n<li>Fix: Fixed export import layout stuff</li>\n</ul>\n\n<h4>1.3.10 - 2019-03-01</h4>\n\n<ul>\n<li>Fix: Fixed assets tab issues</li>\n<li>Fix: Fixed post to articles category rename on install</li>\n</ul>\n\n<h4>1.3.09 - 2019-02-28</h4>\n\n<ul>\n<li>Fix: Fixed test addon jquery include</li>\n<li>Change: Added purchase link to license page</li>\n</ul>\n\n<h4>1.3.08 - 2019-02-25</h4>\n\n<ul>\n<li>Fix: Fixed settings text output</li>\n</ul>\n\n<h4>1.3.07 - 2019-02-20</h4>\n\n<ul>\n<li>Fix: Fixed font manager bug</li>\n</ul>\n\n<h4>1.3.06 - 2019-02-15</h4>\n\n<ul>\n<li>Fix: Fixed taxonomy issues</li>\n</ul>\n\n<h4>1.3.05 - 2019-02-10</h4>\n\n<ul>\n<li>Fix: Fixed add addon functionality</li>\n</ul>\n\n<h4>1.3.04 - 2019-02-05</h4>\n\n<ul>\n<li>Improvment: Improved post types category selection</li>\n</ul>\n\n<h4>1.3.03 - 2019-02-01</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.02 - 2019-01-30</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.01 - 2019-01-25</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.2.01 - 2019-01-20</h4>\n\n<ul>\n<li>Fix: Fixed js in editor when addins widget</li>\n</ul>\n\n<h4>1.2.00 - 2019-01-15</h4>\n\n<ul>\n<li>Feature: Pro version with a catalog</li>\n</ul>\n\n<h4>1.0.11 - 2019-01-10</h4>\n\n<ul>\n<li>Fix: Fixed some wordpress galleries related bug</li>\n</ul>\n\n<h4>1.0.10 - 2019-01-05</h4>\n\n<ul>\n<li>Fix: Fixed export category</li>\n</ul>\n\n<h4>1.0.09 - 2019-01-01</h4>\n\n<ul>\n<li>Change: Made global setting for consolidata addons or not</li>\n<li>Change: Updated some memory text in general settings</li>\n</ul>\n\n<h4>1.0.08 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed all notices related bugs</li>\n</ul>\n\n<h4>1.0.07 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed with default data types</li>\n</ul>\n\n<h4>1.0.06 - 2018-12-25</h4>\n\n<ul>\n<li>Fix: Fixed js includes consolidated</li>\n</ul>\n\n<h4>1.0.05 - 2018-12-20</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.04 - 2018-12-15</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.03 - 2018-12-10</h4>\n\n<ul>\n<li>Fix: Fixed empty category issues</li>\n</ul>\n\n<h4>1.0.02 - 2018-12-05</h4>\n\n<ul>\n<li>Fix: Fixed bug with some unit values in render output</li>\n</ul>\n\n<h4>1.0.00 - 2018-12-01</h4>\n\n<ul>\n<li>Release: First plugin release</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:7:\"1.5.114\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/75026.zip?is_premium=true&authorization=FSLA+14440533%3Ant2_PPprMbOEeoxxvo6MDtGzWEYi2JDxJpUXl819rKxCnCwHGIbYcjbfJ8wiViKFVVjw83kseS2wS32SRTXrBqYAiXQPUH1EAOKXrBoTDYTp9sUOahJZ_5iqZK_VMLoa-etytrZGciH9P5qSgDCfZ6w0C4dx6jalTZSecDbADB18KwMuENzeLx7kdBk-2gbWVlZo_Hvc8LHsYlZaIUjdEHYxjFlqiAOtRp8rGC8rafr4veHTGS6AdqvA5JaYrNagOnYjWnyyU-kgyikRop9RFg\";}}s:7:\"created\";i:1721296737;s:9:\"timestamp\";i:1721300337;}s:92:\"get:/v1/installs/14440533/updates/latest.json?is_premium=true&newer_than=1.5.114&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:7:\"1.5.115\";s:11:\"sdk_version\";s:5:\"2.7.3\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:5:\"6.5.3\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:37774;s:2:\"id\";s:5:\"75804\";s:7:\"created\";s:19:\"2024-08-06 11:04:05\";s:7:\"updated\";s:19:\"2024-08-07 07:02:04\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/75804.zip?is_premium=true&authorization=FSLA+14440533%3AiIWzFcHSyGOTW4srM5bzBPI4qF0Ljkmk3I2xwRBoFGlDI02Sf_qeey4o4Qy1IUpkqE9wyQWEzkZTnRrAOJWp10MK6mD3PjLVAiDPuJcE_d-ZD7BqVY1oEoe3zccGLP4Ezn91jPQUORlre7EU7ysqVNjjDUpZShCROuVDoo1m7DutptGZo6JcFURfEUPP5fpYvTWypYEFKKeXvf7LoIZw5Ucl0ilAWJBDpN4lUfqHdfNL_2p4cGDXnErOLuo2xWLi9b5nS3vr9lmvxgxz08jOzg\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:66:\"Unlimited Elements For Elementor (Free Widgets, Addons, Templates)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"tags\";O:8:\"stdClass\":6:{s:9:\"elementor\";s:9:\"elementor\";s:8:\"elements\";s:8:\"elements\";s:6:\"addons\";s:6:\"addons\";s:16:\"elementor addons\";s:16:\"elementor addons\";s:16:\"elementor widget\";s:16:\"elementor widget\";s:12:\"page builder\";s:12:\"page builder\";}s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";N;s:6:\"tested\";s:5:\"6.5.3\";s:10:\"stable_tag\";s:3:\"1.0\";s:8:\"sections\";O:8:\"stdClass\":4:{s:11:\"description\";s:6713:\"<p><strong>Elementor</strong> users, elevate your web design experience with <strong>Unlimited Elements for Elementor</strong>. An all in one plugin that instantly gives you the most advanced widgets and tools to make better Elementor websites faster. Take your WordPress website to the next level.</p>\n\n<p><a href=\"https://unlimited-elements.com/elementor-widgets/\">View Elementor Widgets Demos</a>\n<br>\nBrowse our extensive collection of free widgets or upgrade to our pro version for access to over 200 additional unique drag and drop widgets for <strong>Elementor</strong>. Each widget provides a wide range of options to easily control every aspect. If you can\'t find what you need, our <strong>Widget Creator</strong> Framework empowers you to create any widget you can imagine.</p>\n\n<h3>Plugin Features</h3>\n\n<ul>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Widget Library</strong></a> Enhance the popular Elementor page builder with our user-friendly and innovative widget library. Simplify your website by finding everything you need in one place, without the need for multiple plugins.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/widget-creator/\"><strong>Widget Creator</strong></a> Save valuable time by eliminating the need to search for numerous plugins and add-ons. Instead, create customized, professional widgets that perfectly align with your website requirements.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-templates/\"><strong>Elementor Templates</strong></a> Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/loop-builder-for-elementor/\"><strong>Loop Builder</strong></a> Easily create dynamic Loop Items within the Elementor Theme Builder by utilizing any loop widget layout of your preference. Effortlessly populate the chosen widget with dynamic content to craft versatile and engaging Loop Items.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/background-widgets-for-elementor/\"><strong>Background Widgets</strong></a> Elevate your web designs instantly with our user-friendly animated backgrounds available in our extensive widget library. Experience seamless integration and unleash your creativity like never before.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/post-widgets-filters-tools/\"><strong>Post Widgets & Filters</strong></a> Easily create stunning post layouts with real-time filters. Improve the browsing experience for website visitors by helping them find the content they\'re looking for. Effortlessly display posts using advanced criteria on your entire website.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/woo/\"><strong>WooCommerce Widgets & Filters</strong></a> Create stunning product layouts with dynamic real-time filters. Showcase your products and categories in a wide array of interactive formats, such as grids, carousels, sliders, and more.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/remote-control-widgets/\"><strong>Woo Widgets & Filters</strong></a> Unleash your creativity with advanced and customizable layouts. Take full control of your designs and make them truly unique using the remote controls. Stand out from the crowd with layouts that are both eye-catching and distinctive.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/sync-widgets/\"><strong>Sync Between Widgets</strong></a> Elevate your web designs to new heights by seamlessly synchronizing multiple item-based widgets. This powerful feature empowers you to effortlessly create intricate and personalized layouts, taking your designs to the next level of sophistication.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source-galleries/\"><strong>Multi-Source Galleries</strong></a> Empower your gallery showcase by effortlessly featuring Woo products, WordPress posts, Instagram feeds, and a variety of other sources, including various API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/live-copy-paste/\"><strong>Live Copy Paste</strong></a> Copy and paste fully designed sections from the Unlimited Elements website directly to your website, saving you time and ensuring you can finish your web project as soon as possible.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-menu-widget-for-elementor/\"><strong>Mega Menu Builder</strong></a> Easily craft a distinctive Mega Menu for your website navigation by incorporating images, icons, links, and various Elementor widgets into unique menu layouts.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-slider-widget-for-elementor/\"><strong>Mega Slider Builder</strong></a> Easily turn any Elementor sections into slider slides. Now you can amaze your website visitors with jaw-dropping slider designs that look amazing on any device.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source/\"><strong>Multi-Source Widgets</strong></a> Add content dynamically to item-based widgets effortlessly with support for ACF repeaters, JSON/CSV files, Woo Products, WordPress posts, users, menus, and a range of API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/dynamic-post-popup-widget-for-elementor/\"><strong>Dynamic Popup Builder</strong></a> Dynamically create a popup to add a quick view of the post without leaving the page. Use an Elementor single post template to create the layout of the dynamic popup.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/form-builder/\"><strong>Elementor Form Builder</strong></a> Build advanced forms effortlessly using the drag-and-drop form builder. Whether it’s a simple or complex form, our straightforward form widgets make it quick and easy to create forms, improving your workflow.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/calculators/\"><strong>Calculator Builder</strong></a> Easily design professional calculators for any type of industry. Whether you need a loan calculator, mortgage calculator or business calculator, our powerful and intuitive drag and drop builder makes it easy to create complex calculators with ease.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/filters/\"><strong>Elementor Filter Widgets</strong></a> Unlock the potential of the AJAX-based faceted filter system, seamlessly empowering you to craft diverse layouts with ease. Take control by applying multiple filters, ensuring a super-fast and dynamic filtering experience tailored to your website needs.</p></li>\n</ul>\";s:12:\"installation\";s:521:\"<p>Note : This plugin works with Elementor. Make sure you have <a href=\"https://wordpress.org/plugins/elementor/\">Elementor</a> installed.</p>\n\n<ol>\n<li>Upload the plugin folder to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress</li>\n<li>Navigate to Unlimited Elements in the WordPress side menu and install the widget you want by hovering over it and clicking install.</li>\n</ol>\";s:3:\"faq\";s:4221:\"<h4>Can I use the plugin without Elementor?</h4>\n\n<p>No. You cannot use the plugin without Elementor since it\'s an addon for Elementor.</p>\n\n<h4>Does the plugin work with any theme?</h4>\n\n<p>Absolutely! The plugin will work with any theme where Elementor works.</p>\n\n<h4>What if I update to the Premium version after using the Free version?</h4>\n\n<p>Your existing elements/content will work with the premium version. So you won’t lose your any of your hard work.</p>\n\n<h4>Can I get a refund?</h4>\n\n<p>If you are not happy with your purchase at anytime just contact us and we will refund 100% of your money no questions asked.</p>\n\n<h4>Do you offer a renewals discount?</h4>\n\n<p>Yes, you get 25% discount for all annual plan automatic renewals. The renewal price will never be increased so long as the subscription is not cancelled.</p>\n\n<h4>How do I install and activate the \'Unlimited Elements for Elementor\' plugin on WordPress?</h4>\n\n<p>To install the \'Unlimited Elements\' plugin on your WordPress site, access your WordPress Dashboard and go to Plugins -> Add New. In the search box, enter \'Unlimited Elements.\' Locate the plugin in the search results and click on the \'Install Now\' button. Once the installation is finished, click on the \'Activate\' button, and \'Unlimited Elements for Elementor\' will be successfully activated on your WordPress site.</p>\n\n<h4>Do I need to know code to use Unlimited Elements?</h4>\n\n<p>No, you do not need to know code to leverage the widgets and other tools provided by the Unlimited Elements plugin. It is designed to be user-friendly, allowing you to enhance your Elementor experience without any coding expertise. However, for users familiar with code, the plugin offers the added advantage of a widget creator, enabling the creation of custom Elementor widgets for a more tailored and advanced design experience.</p>\n\n<h4>Is my site secure with Unlimited Elements?</h4>\n\n<p>Yes, Unlimited Elements is a secure plugin. The plugin is regularly updated to adhere to common security standards, ensuring a secure environment for your website.</p>\n\n<h4>What types of filters does Unlimited Elements provide?</h4>\n\n<p>Unlimited Elements offers a variety of filter types, including search filters, dropdowns, tabs filters, checkboxes filters, and WooCommerce-related filters, providing a diverse range of options for dynamic and versatile website filtering.</p>\n\n<h4>Are the filters compatible with any post type or WooCommerce products?</h4>\n\n<p>Yes, all the filters provided by Unlimited Elements are live Ajax filters, ensuring dynamic and seamless filtering experiences. They are compatible with any post type, including custom post types, and WooCommerce products, offering versatile functionality for a wide range of content on your website. Utilize specific WooCommerce filters to enhance the shopping experience for your customers, such as the price range slider filter and color swatches filter for products with different colors.</p>\n\n<h4>Can I use Unlimited Elements to display custom post types in my widgets?</h4>\n\n<p>Yes, Unlimited Elements supports showcasing custom post types with advanced query selection and seamless connection to any filter from the UE library. This allows for tailored and dynamic content presentation on your website using the plugin\'s versatile features.</p>\n\n<h4>What are multi-source widgets in Unlimited Elements?</h4>\n\n<p>Multi-source widgets in Unlimited Elements enable the population of item-based widgets with various dynamic source types. These widgets can be populated using sources like ACF repeater fields, WooCommerce products, custom post types, Instagram feeds, and various API integrations. This versatility allows for the seamless integration of diverse content into widgets, enhancing the flexibility and functionality of your website elements.</p>\n\n<h4>Should I use Remote Control Widgets or the Sync Widgets function in Unlimited Elements?</h4>\n\n<p>The choice depends on your design preferences. If you want complete control, go for Remote Control Widgets. For synchronized layouts, choose Sync Widgets. They can also be used together for even more powerful customization options in Unlimited Elements.</p>\";s:9:\"changelog\";s:172808:\"<p>version 1.5.115: 2024-08-06</p>\n\n<p>Plugin Changes</p>\n\n<ul>\n<li>Feature: added option to use form fields contents in subject and from name fields in submit button</li>\n<li>Feature: added woocommerce minicart extra html hooks</li>\n<li>Feature: filtering now works inside elementor popup</li>\n<li>Feature: added option to sort users by ids in users query</li>\n<li>Feature: integrated get main category functionality with rank math</li>\n<li>Feature: added integration with wpml for sorting filter</li>\n<li>Fix: fixed instagram username validation. added dot to the check.</li>\n<li>Fix: fixed image chooser field update inside the widget editor</li>\n<li>Bug fix: some small bug with fitlering pagination and avoid duplicated option</li>\n</ul>\n\n<p>Widget Changes</p>\n\n<ul>\n<li>Feature: Select Dropdown Filter (Pro) - Added a Show Number Of Posts option, allowing users to show the number of posts in Select options.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Introduced "Neon Animation Speed" option to allow users to control the speed of neon animations.</li>\n<li>Feature: Post Tile (Pro) - Added options to display the post category, fallback image, and post counter index.</li>\n<li>Feature: Content Grid (Pro) - Implemented a Button Text Override option, allowing users to customize the text displayed on buttons for enhanced flexibility and personalization.</li>\n<li>Feature: Dynamic Popup Button (Pro) - Added support for the Advanced Cache option in the Dynamic Post Popup widget, optimizing content loading and improving performance.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Added a Marker Custom Icon option to the Multisource settings, allowing users to customize the appearance of markers with their own icons for enhanced visual representation and clarity.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added a Fallback Image option to provide an alternative image when the primary image fails to load, enhancing user experience and maintaining visual consistency.</li>\n<li>Feature: Post Tabs (Free) - Added a Fallback Image option to provide an alternative image when the primary image fails to load, enhancing user experience and maintaining visual consistency.</li>\n<li>Feature: Layers (Pro) - Added an Enable Link option, allowing users to activate links within the widget for enhanced interactivity and navigation.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Introduced \'Hover Animation\' option to allow users to add animations when hovering over button.</li>\n<li>Feature: Loop Carousel (Pro) - Added support for the Advanced Cache option in the Dynamic Post Popup widget, optimizing content loading and improving performance.</li>\n<li>Feature: Video Play Button (Free) - Added a Video Max Width option, allowing users to set a maximum width for videos, ensuring consistent and controlled video sizing across different devices and layouts.</li>\n<li>Feature: Loop Grid (Pro) - Added support for the Advanced Cache option in the Dynamic Post Popup widget, optimizing content loading and improving performance.</li>\n<li>Feature: Loop Tabs (Pro) - Added support for the Advanced Cache option in the Dynamic Post Popup widget, optimizing content loading and improving performance.</li>\n<li>Feature: Loop Accordion (Pro) - Added support for the Advanced Cache option in the Dynamic Post Popup widget, optimizing content loading and improving performance.</li>\n<li>Feature: Loop Slider (Pro) - Added support for the Advanced Cache option in the Dynamic Post Popup widget, optimizing content loading and improving performance.</li>\n<li>Change: Logo Marquee (Pro) - Changed image loading time. Now images are visible after js load to avoid content shift before loading page completely.</li>\n<li>Change: Card Carousel (Free) - Changed <p> tag to <div> for Content elements to improve HTML structure and styling flexibility.</li>\n<li>Fix: Textarea Field (Free) - Fixed an issue where the Label Text Align option was not working correctly.</li>\n<li>Fix: Icon Tabs (Pro) - Fixed the issue causing the page to scroll after selecting a tab.</li>\n<li>Fix: Tile Gallery (Free) - Added support for using the Tile Gallery Widget within the Elementor Accordion.</li>\n<li>Fix: Fullscreen Menu (Free) - Fixed an issue where the menu was not closing after clicking on an anchor link.</li>\n<li>Fix: Background Slider (Pro) - Added appropriate alt attributes to all images to improve accessibility and ensure compliance with web standards.</li>\n<li>Fix: Typewriter Text Effect (Pro) - Fixed the issue where widgets were not initializing properly in certain cases, ensuring consistent functionality across all instances.</li>\n<li>Fix: Post Tabs (Free) - Renamed the jQuery method used for Post Tabs widget to prevent conflicts with other widgets using the same method.</li>\n<li>Fix: Post Grid (Pro) - Removed a duplicated option that was responsible for disabling the link in the title, streamlining the settings and preventing redundancy.</li>\n<li>Fix: Image Accordion (Pro) - Fixed the issue with the \'Always Show Title\' option displaying the title even when the option is disabled.</li>\n<li>Fix: Cookie Consent (Pro) - Fixed issue with accept button border not displaying correctly.</li>\n<li>Fix: Multi Step Form (Pro) - Fixed the issue where icons in the step indicator were missing for completed steps in the Multistep form.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Fixed the issue where the Map widget failed to initialize in certain cases, ensuring consistent loading and functionality.</li>\n<li>Fix: Woo Mini Cart (Pro) - Fixed the issue where the mini cart widget was not updating after a cart update on the shop page, ensuring accurate display of cart contents.</li>\n<li>Fix: Radio Button Field (Pro) - Fixed issue where image width was not taking 100% when Display Format set to Image.</li>\n<li>Fix: Post Tabs (Free) - Fixed issue where the widget was not showing posts and the remote connection and sync were not working after using filters.</li>\n<li>Fix: Checkboxes Filter (Pro) - Resolved issue where the checkbox width was not working correctly.</li>\n<li>Fix: Woo Product Grid (Pro) - Fixed the issue where the Title Typography option was not responding in certain cases, ensuring consistent styling and appearance across all instances.</li>\n<li>Fix: Smoke Background Effect (Pro) - Fixed an issue where elements, content, and buttons were not interactive when the smoke widget is in the foreground.</li>\n<li>Fix: Tabs Filter (Pro) - Added support for functionality within Elementor Popups, enhancing the compatibility and integration of the widget within Popup.</li>\n<li>Fix: Load More / Infinite Scroll (Pro) - Added support for functionality within Elementor Popups, enhancing the compatibility and integration of the widget within popup elements.</li>\n<li>Fix: Post Tabs (Free) - Fixed the issue where the Remote Navigation feature was not functioning correctly after selecting a filter, ensuring seamless navigation and interaction.</li>\n<li>Fix: WordPress Menu (Free) - Fixed the cursor pointer issue on menu hamburger.</li>\n</ul>\n\n<p>version 1.5.114: 2024-07-17</p>\n\n<p>Plugin Changes</p>\n\n<ul>\n<li>Feature: implimented "advanced cache" option for "dynamic popup"</li>\n<li>Feature: improved json/csv api usage in multisrouce, added paths as field names and data key selection</li>\n<li>Feature: added option for disabled buttons in pagination</li>\n<li>Change: updated freemius sdk version to the latest</li>\n<li>Fix: removed "custom remote name" from background widgets style</li>\n<li>Fix: Galleries - fixed fullscreen button on a slider that contains link</li>\n<li>Fix: in filters fixed init pagination number after init request</li>\n<li>Fix: fixed optin "is derect parent" in terms selection</li>\n<li>Fix: fixed get titles with empty posts for in terms selector </li>\n<li>Fix: fixed some filters related php bug of empty request on sync with grid.</li>\n</ul>\n\n<p>Widget Changes</p>\n\n<ul>\n<li>Feature: Woo Category Carousel (Pro) - Added \'Navigation Rewind\' option. When disabled, it hides the navigation arrows on the first and last carousel items.</li>\n<li>Feature: Team Member Carousel (Pro) - Added an Image Link option, allowing users to link images to specified URLs for enhanced navigation and user interaction.</li>\n<li>Feature: Woo Product Grid (Pro) - Added typography and color styling options for text after prices.</li>\n<li>Feature: Loop Carousel (Pro) - Added \'Navigation Rewind\' option. When disabled, it hides the navigation arrows on the first and last carousel items.</li>\n<li>Feature: Icon Box Accordion (Pro) - Added support for using the widget within the Template Switcher widget.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Added an "Advanced Cache" option that loads all popups content at once after the page load, improving performance and user experience by reducing subsequent load times and enhancing content delivery.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Added a "Phone Number As Link" option, allowing phone numbers to be automatically formatted as clickable links for improved user experience and functionality.</li>\n<li>Feature: Semi Circle Progress Bar (Pro) - Added support for using the widget within the Template Switcher, enhancing functionality and providing more versatile template management options.</li>\n<li>Feature: Price Range Filter (Pro) - Added \'Tooltip Thousand Separator\' option to enable formatting of tooltip numbers.</li>\n<li>Feature: Team Member Carousel (Pro) - Added support for Dynamic Post Popup within the widget, enabling enhanced interactive content display and user engagement.</li>\n<li>Feature: Loop Grid (Pro) - Added styling options for the active element, allowing for customized appearance and enhanced user interface design for elements in their active state.</li>\n<li>Feature: Woo Product Carousel (Pro) - Added \'Navigation Rewind\' option. When disabled, it hides the navigation arrows on the first and last carousel items.</li>\n<li>Feature: Taxonomy Terms (Pro) - Added an option to disable term links, allowing users to remove hyperlink functionality from term elements as needed.</li>\n<li>Feature: Loop Grid (Pro) - Added Remote Connection options, enabling enhanced flexibility and functionality for remote integrations and communication between different widgets.</li>\n<li>Feature: Checkbox Field (Pro) - Added the option to use Item Titles as values, allowing for more flexible and intuitive configuration of item properties based on their titles.</li>\n<li>Feature: Content Switcher (Pro) - Added the \'Tab Hash ID\' option in item and functionality, allowing users to open tabs using a hash link (e.g., if the \'Tab Hash ID\' is set to \'my-second-tab\' and the user opens the URL example.com/#my-second-tab, the second tab will open automatically).</li>\n<li>Feature: Post Carousel (Pro) - Added \'Navigation Rewind\' option. When disabled, it hides the navigation arrows on the first and last carousel items.</li>\n<li>Change: NPS Field (Pro) - Changed the <form> tag to a <div> tag in the widget\'s HTML to improve layout structure and compatibility.</li>\n<li>Change: Radio Button Field (Pro) - Changed the <form> tag to a <div> tag in the widget\'s HTML to improve layout structure and compatibility.</li>\n<li>Change: Scale Field (Pro) - Changed the <form> tag to a <div> tag in the widget\'s HTML to improve layout structure and compatibility.</li>\n<li>Change: Checkbox Field (Pro) - Changed handling for Checkbox Values with Text as the default values, ensuring consistent and expected behavior for checkbox inputs.</li>\n<li>Change: Woo Product Grid (Pro) - Organized the pricing layout options into a new section titled \'Price Layout\' for better usability and navigation.</li>\n<li>Change: Simple Popup (Free) - Removed empty links from the link elements to ensure clean and functional HTML.</li>\n<li>Change: Image Accordion (Pro) - Renamed the \'Transition\' option to \'Transition Duration\' and added support to select the value in milliseconds (ms).</li>\n<li>Fix: Image Accordion (Pro) - Resolved the title positioning issue and added a new option, \'Title Hover Position,\' to allow customization of the title\'s position on hover.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Fixed widgets behavior after applying filters to ensure consistent functionality and proper display of filtered content.</li>\n<li>Fix: Logo Marquee (Pro) - Fixed the issue where the incorrect number of items was showing when the scrollbar was visible on the page. Previously, the width of the viewport was calculated excluding the scrollbar. Now, the actual viewport width is calculated including the scrollbar.</li>\n<li>Fix: Team Member Carousel (Pro) - Optimized the HTML code of the widget for improved performance and cleaner structure.</li>\n<li>Fix: Unlimited Timeline (Free) - Fixed an issue where images with an empty src attribute were still present in the DOM, ensuring that such elements are properly removed or handled to maintain clean and efficient HTML structure.</li>\n<li>Fix: Post Magazine Grid (Pro) - Fixed an issue where the button hover color was not visible, ensuring proper visual feedback when users interact with buttons.</li>\n<li>Fix: Toggle Text Button (Free) - Fixed an issue where, in some cases, clicking a button triggered the Elementor Page Transition animation.</li>\n<li>Fix: One Page Scroll Navigation (Pro) - Fixed an issue where multiple scroll events were required to snap a section, ensuring that a single scroll event now properly snaps the section.</li>\n<li>Fix: Parallax Background (Pro) - Added proper alt attributes for img elements to improve accessibility and SEO.</li>\n<li>Fix: Audio Player (Pro) - Fixed an issue where clicking the Download button loaded a default audio file instead of the current one.</li>\n<li>Fix: Liquid Button (Pro) - Added support for working within the Template Switcher widget, enhancing integration and functionality.</li>\n<li>Fix: Confirm Field (Pro) - Fixed an issue where labels did not wrap to a second line on small screen widths, ensuring better readability and layout consistency on mobile devices.</li>\n<li>Fix: Compact Gallery (Free) - Added a fix to address issues caused by early widget initialization, ensuring that widgets initialize at the correct time and function properly even in complex loading scenarios.</li>\n<li>Fix: Liquid Full Screen Menu (Pro) - Fixed an issue where the fix for sticky containers was not working properly in conjunction with optimization plugins.</li>\n</ul>\n\n<p>version 1.5.113: 2024-07-04</p>\n\n<ul>\n<li>Fix: fixed some small security issues found by wordfence</li>\n<li>Feature: added search fitler to url replace in post widgets filters</li>\n</ul>\n\n<p>version 1.5.112: 2024-07-01</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: made a small integration with simple author box plugin</li>\n<li>Feature: added "timezone" for google events api</li>\n<li>Feature: added "current product gallery" as a gallery source for WooCommerce</li>\n<li>Feature: added option for dynamic popup advanced cache</li>\n<li>Feature: added integration for fvplayer</li>\n<li>Feature: added links to woo minicart title and image</li>\n<li>Feature: added option to send reply in form to email that set in form field</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Pricing Table (Free) - Introduced Tooltip functionality, allowing users to add tooltips to each list item.</li>\n<li>Feature: Post Magazine Grid (Pro) - New values were added to the Show Categories option, including byTaxonomy and by Last level Taxonomy, providing users with more granular control over category display settings.</li>\n<li>Feature: Blob Shapes (Free) - Enhanced the Shadow options by adding shadow size, shadow blur, shadow color type, and shadow shift settings.</li>\n<li>Feature: Image Accordion (Pro) - Added the "Link All Items" option to enhance functionality and provide users with the ability to link all items collectively.</li>\n<li>Feature: Calendar (Pro) - Separated the Locale option into a new tab and introduced an \'Other\' option in the locale list, enabling users to manually add a locale not listed, thereby extending support for 96 locales.</li>\n<li>Feature: Calendar (Pro) - Added "Open Event Link in New Tab" option to allow users to open event links in a new tab.</li>\n<li>Feature: Checkboxes Filter (Pro) - Added functionality to hide the dropdown when no items are found inside.</li>\n<li>Feature: Icon Accordion (Pro) - A new feature was introduced that includes the addition of an option to adjust the Icon Margin, providing users with more customization options for their interface.</li>\n<li>Feature: Radio Button Field (Pro) - Added functionality to handle and process values selected from radio buttons in the form, ensuring users\' selections are captured and correctly stored.</li>\n<li>Change: Woo Mini Cart (Pro) - Improved the widget by adding the product link to the product title and the image in the cart.</li>\n<li>Change: AJAX Search (Pro) - Added a aria-label attribute for the search button element to enhance form handling and improve accessibility.</li>\n<li>Change: List Marquee (Pro) - Extended icon option to graphic element and added option for image.</li>\n<li>Change: AJAX Search (Pro) - Added a name attribute for the search button element to enhance form handling and improve accessibility.</li>\n<li>Change: Swipe Carousel (Pro) - An improvement was made by adding the aria-label attribute to the item link, enhancing accessibility and ensuring that all links have discernible names for better user experience.</li>\n<li>Fix: Logo Marquee (Pro) - Fixed the text alignment issue and added new options: Text Align and Text Shadow.</li>\n<li>Fix: Icon Accordion (Pro) - Fixed a bug where the accordions were not closing when the "Close Others on Open" option was disabled.</li>\n<li>Fix: Copy Coupon Code (Pro) - Resolved a problem where the copy operation was failing in some cases. This fix ensures that the copy functionality now works reliably across all scenarios.</li>\n<li>Fix: Quantity Increment Buttons (Pro) - Resolved a problem where the product quantity was not reset to 1 after adding to the cart.</li>\n<li>Fix: Liquid Full Screen Menu (Pro) - Implemented a fix to address the issue where the widget was not functioning correctly within sticky containers, ensuring consistent behavior and improved user experience.</li>\n<li>Fix: Before After (Pro) - Added support for carousel widgets, enabling the creation and management of dynamic, rotating content displays within the application.</li>\n</ul>\n\n<p>version 1.5.111: 2024-06-10</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option in general settings: \'Taxonomy Separator Sign in Ajax Filter\' for backward compatability</li>\n<li>Fix: fixed getting elementor dynamic item fields in ajax </li>\n<li>Fix: background widgets didn\'t worked with rocket lazy load</li>\n<li>Changed - changed the default taxonomy saparator to ":" instead of "~"</li>\n<li>Feature: added option in general settings: \'Taxonomy Separator Sign in Ajax Filter\' for backward compatability</li>\n<li>Changed - changed the default taxonomy saparator to ":" instead of "~"</li>\n<li>Fix: fixed getting elementor dynamic item fields in ajax </li>\n<li>Fix: background widgets didn\'t worked with rocket lazy load</li>\n<li>Fix: filters checkboxes wasn\'t visible in some cases</li>\n<li>Fix: avoid error messages on very old elementor versions</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: List (Free) - Added Override Color Title/Text options for each item, allowing for individualized customization.</li>\n<li>Feature: List (Free) - Added an Icon Margin option for enhanced layout control.</li>\n<li>Feature: Card Carousel (Free) - Added a new value "Above Image" to the Show Title option.</li>\n<li>Feature: Content Accordion (Free) - Added support for integrating the widget within carousel widgets, enhancing its functionality and allowing for greater flexibility in design layouts.</li>\n<li>Feature: Calendar (Pro) - Added Italian (it) to the available locales for enhanced language support.</li>\n<li>Feature: Product Bullets (Pro) - Added "Column" and "Column Reverse" values to the Content Direction option for improved layout flexibility.</li>\n<li>Change: Content Slider (Pro) - Changed the display CSS property from \'flex\' to \'block\' for cases where the Content Source option in an item is set to "template."</li>\n<li>Change: One Page Scroll Navigation (Pro) - Changed method of calling the wheel event from jQuery to JavaScript.</li>\n<li>Change: Content Accordion (Free) - Changed heading\'s HTML tag from <div> to <a> and added role attribute for accessibility, enabling users to open and close accordions using keyboards and accessibility devices.</li>\n<li>Change: Event List (Pro) - Added description to Time Zone option.</li>\n<li>Fix: Mega Menu (Pro) - Resolved an issue where menu items were overlapping each other in iOS device.</li>\n<li>Fix: Mega Menu (Pro) - Fixed an issue where mobile menu items displayed only a white background color.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Fixed an issue where the height wasn\'t adjusted after the first popup opening when the Adjust Height option was enabled.</li>\n<li>Fix: Before After (Pro) - Added lazy load protection to images within the widget, ensuring images load properly without delays.</li>\n<li>Fix: Accordion Menu (Pro) - Fixed an issue where the Accordion Menu was initialized multiple times in popup.</li>\n<li>Fix: Content Slider (Pro) - Added support for integrating Content Slider within the Toggle Content widget, enhancing its functionality and providing improved content presentation options.</li>\n<li>Fix: Icon Box Accordion (Pro) - Fixed an issue where the widget was blocking scroll event-oriented functions, ensuring smooth and uninterrupted scrolling behavior.</li>\n<li>Fix: Post Magazine Grid (Pro) - Fixed an issue where items were not being fully linked, ensuring complete and functional linking of all item components.</li>\n<li>Fix: Unlimited Timeline (Free) - Resolved a bug that caused the link to not work when the Image Link option was disabled.</li>\n<li>Fix: Multi Step Form (Pro) - Added a fix for an issue where 1px of the next step was sometimes visible in the current slide.</li>\n</ul>\n\n<p>version 1.5.110: 2024-06-04</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Fix: remote arrows was sendin next/prev commands twice</li>\n<li>Fix: fix some password protected content related security issue</li>\n<li>Fix: fix some sql security small issue </li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Email Field (Pro) - Added Asterisk Size option, allowing customization of asterisk size for better design flexibility and emphasis.</li>\n<li>Feature: Phone Field (Pro) - Added Asterisk Size option, allowing customization of asterisk size for better design flexibility and emphasis.</li>\n<li>Feature: Event List (Pro) - Added Timezone option, ensuring that expired and upcoming events are counted according to the specified timezone for accurate event scheduling and display.</li>\n<li>Feature: Number Field (Pro) - Added "Limit Number of Digits" option, allowing users to restrict the number of digits displayed for better control and readability of numerical data.</li>\n<li>Feature: Phone Field (Pro) - Added "Limit Number of Digits" option, allowing users to restrict the number of digits displayed for better control and readability of numerical data.</li>\n<li>Feature: Transparent Split Hero (Free) - Added options to enable or disable widget contents like title, subtitle, etc., and introduced an option to add an image or logo for greater customization and flexibility.</li>\n<li>Feature: Unlimited Charts (Pro) - Added Line Chart Background Color option, allowing customization of the background color for line charts to enhance visual appeal.</li>\n<li>Fix: Submit Button (Free) - Added validation function for the phone field to ensure correct email format and improve data accuracy.</li>\n<li>Fix: Mega Menu (Pro) - Added fix for layout issue that sometimes occurs after page load, ensuring consistent and stable page rendering.</li>\n<li>Fix: Post Carousel (Pro) - Set padding to 0 in Nav Dots to avoid default CSS overrides, ensuring consistent and desired styling.</li>\n<li>Fix: Semi Circle Progress Bar (Pro) - Added support for Mega Slider widget, enabling the creation and display of Semi Circle Progress Bar widget in interactive sliders for enhanced content presentation.</li>\n<li>Fix: Floating Chat Buttons (Pro) - Fixed Pulse Animation Grabber Type issue, ensuring correct animation behavior and improved visual effects.</li>\n<li>Fix: Content Tabs (Free) - Added a small delay before widget initialization to ensure the Content Tabs widget works properly within other widgets, improving overall functionality and integration.</li>\n<li>Fix: Remote Tabs (Pro) - Changed selector for padding option to resolve issue where link was not clicked when tab was clicked, improving click response accuracy.</li>\n</ul>\n\n<p>version 1.5.109: 2024-05-29</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to get page views of some post using WPP plugin</li>\n<li>Feature: added option for "show db tables" in troubleshooting</li>\n<li>Fix: fixed form editor form validation, excluded placeholders</li>\n<li>Fix: fixed get filters based on wpml language with post count</li>\n<li>Fix: Fixed some remote connection code items click code</li>\n<li>Fix: Fixed clear all filters button not working bug</li>\n<li>Fix: fixed multisource acf repeater checkboxes type get</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Email Field (Pro) - Added validation function for the email field to ensure correct email format and improve data accuracy.</li>\n<li>Feature: Number Field (Pro) - Introduced the "Disable Calculation in Editor" debug option to prevent the page from crashing or becoming unresponsive when multiple fields are set to calculation mode, enhancing stability during editing.</li>\n<li>Feature: AJAX Search (Pro) - Added Show Post Image option to enable or disable the display of images in posts, providing more control over post appearance</li>\n<li>Feature: Submit Button (Free) - Added validation function for the email field to ensure correct email format and improve data accuracy.</li>\n<li>Feature: Team Member Card (Free) - Added Icon Size Inner option to adjust the height of the icon itself, providing more precise control over icon dimensions.</li>\n<li>Feature: Slider Field (Pro) - Added Accent Color option to highlight changing value of Slider Field widget.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added option to open images in Lightbox, enhancing the viewing experience with a full-screen display of images.</li>\n<li>Change: Expanding Content Cards (Pro) - Added title as CSS ID for Widgets Items to allow using them as anchors.</li>\n<li>Fix: Mega Menu (Pro) - Fixed issue where the Clickable Link option was disabled but the link was still added, ensuring links are only added when the option is enabled</li>\n<li>Fix: Icon Accordion (Pro) - Fixed issue where Override Color Options were not working, ensuring color customizations are applied correctly.</li>\n<li>Fix: Fullscreen Menu (Free) - Fixed issue where menu wasn\'t opening, ensuring proper functionality and user access.</li>\n<li>Fix: Expanding Content Cards (Pro) - Resolved issue where CSS filters were not working in Safari browser, ensuring consistent styling across all browsers.</li>\n<li>Fix: Block Quote Card (Free) - Fixed issue where reserved space was still taken up even when no icon was selected, ensuring proper layout and space utilization.</li>\n<li>Fix: Unfold Content (Pro) - Added support for carousel widgets, enabling enhanced content display through interactive sliding elements.</li>\n<li>Fix: Instagram Feed (Pro) - Added \'aria-label\' attribute to links to fix the \'Links do not have a discernible name\' error, improving accessibility and compliance with web standards.</li>\n<li>Fix: Woo Mini Cart (Pro) - Fixed issue where URL was changed after page load, ensuring stable and consistent URLs for better navigation and user experience.</li>\n<li>Fix: Age Verification (Pro) - Fixed issue where popup still opened even after cookie was set, ensuring popups respect cookie settings for user preferences.</li>\n</ul>\n\n<p>version 1.5.108: 2024-05-21</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: update freemius SDK to 2.7.2</li>\n<li>Fix: fixed bug with select filter and active filters widgets</li>\n<li>Fix: fixed bug with several main checkbox filters unselecting</li>\n<li>Fix: Fixed some small security issue</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: AJAX Search (Pro) - Added option to search by meta and by terms.</li>\n<li>Feature: Dark Mode (Free) - Introduced \'Do not affect SVG\' option to prevent SVG images from inverting when toggling dark mode, ensuring correct image display.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added Button Hover Animation option to enable animations when hovering over button, enhancing interactivity and visual appeal.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added Icon Position option, allowing users to customize the placement of icons for better design flexibility.</li>\n<li>Feature: Woo Product Grid (Pro) - Added "Show Only Lowest Variable Price" option to display only the lowest price for variable products, enhancing price visibility and simplicity for users.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Fixed Navigation Arrows functionality issue when Animation option was enabled, ensuring smooth and consistent navigation experience.</li>\n<li>Fix: Dynamic Popup Button (Pro) - Added suppot for Loop Carousel widget with enabled Loop option.</li>\n<li>Fix: Woo Mini Cart (Pro) - Fixed widgets behaviour for Shop pages when page name is different then default.</li>\n<li>Fix: Icon Tabs (Pro) - Provided a fix that ensures Icon Tabs widget changing Active Tab after click event.</li>\n<li>Fix: Unlimited Google Maps (Pro) - get it work on the template switcher</li>\n<li>Fix: Fullscreen Menu (Free) - Fixed issue where Menu widget wouldn\'t open properly when nested within sticky parent containers, ensuring smooth functionality and user experience.</li>\n</ul>\n\n<p>version 1.5.107: 2024-05-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added elementor dynamic options to api integrations</li>\n<li>Feature - added option to get images from current product variations for the dynamic gallery.</li>\n<li>Feature - added preperation for the enhanced ajax search</li>\n<li>Fix - fixed weird elementor no products on cart page bug</li>\n<li>Fix - fixed bug with faq schema output</li>\n<li>Fix - fixed general settings show items at start</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Event List (Pro) - Added "Remove All Upcoming Events Except Next One" functionality, facilitating the removal of all upcoming events except for the next scheduled event for streamlined event management.</li>\n<li>Feature: Animated Icon Box (Pro) - Added Description Opacity option to customize the opacity level of descriptions for enhanced visual aesthetics and readability.</li>\n<li>Feature: Underline Animated Button (Free) - Added Animation Move Amount option, enabling users to customize the amount of movement in animations for enhanced visual effects.</li>\n<li>Feature: Remote Tabs (Pro) - Added Item Min Height option for better customization; users can now set a minimum height for items displayed.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added the "Show Load More Button Icon" option to enhance interface; users can now customize the icon displayed for the load more button.</li>\n<li>Feature: Mega Menu (Pro) - Added a new functionality enabling "Expand / Collapse Visible On" option, allowing expansion or collapse of visibility based on specific criteria.</li>\n<li>Feature: Side Menu (Pro) - Added Menu Padding option. This new feature allows to add padding to the container of the Menu items.</li>\n<li>Feature: Woo Product Grid (Pro) - Made Content Padding, Category Label Spacing, and Title Spacing options responsive for improved adaptability across various screen sizes and devices.</li>\n<li>Feature: Icon Image Content Box (Free) - Implemented functionality to link Icon and Title to the same destination as the Image.</li>\n<li>Feature: Hotspots (Pro) - Implemented styling options for images. This new functionality allows users to customize the appearance of images within the widget, including options for adjusting borders, shadows, and other visual attributes.</li>\n<li>Feature: Team Member Grid (Pro) - Implemented \'Text Placement\' option. This new functionality allows users to customize the placement of text within the widget, providing greater control over the layout and design.</li>\n<li>Fix: Post Ticker (Free) - Fixed widgets behaviour for RTL websites.</li>\n<li>Fix: Post Timeline (Pro) - Resolved category name spelling issue in some cases. This fix ensures that category names are spelled correctly throughout the widget, improving accuracy and consistency in the display of category information.</li>\n<li>Fix: Team Member Grid (Pro) - Optimized HTML code of the widget. This optimization improves the efficiency and performance of the widgets by reducing unnecessary code and streamlining the structure for faster loading and rendering.</li>\n<li>Fix: Number Field (Pro) - Resolved issue when Min - Max range were violated and no error were shown.</li>\n<li>Fix: Dropdown Button (Pro) - Optimized widget\'s JS code. This fix ensures that widget works properly on mobile devices as well as on desktop.</li>\n<li>Fix: Expanding Content Cards (Pro) - Addressed CSS filter issue where it was displaying incorrectly on mobile devices, ensuring proper rendering and display consistency across all devices.</li>\n<li>Fix: Post Grid (Pro) - Fixed issue where Typography option was not functioning as expected, ensuring proper functionality and usability.</li>\n<li>Fix: Justified Image Carousel (Pro) - Fixed issue where width of images was incorrectly set in certain cases, ensuring proper display and functionality across all scenarios.</li>\n<li>Fix: Layers (Pro) - Resolved issue with the "Item Shadow" option. This fix ensures that the item shadow is applied correctly within the widget.</li>\n</ul>\n\n<p>version 1.5.106: 2024-05-12</p>\n\n<ul>\n<li>Fix - fixed some main/child roles checkbox filter issues</li>\n<li>Fix - fixed some bug with widget posts debug not showed full info</li>\n<li>Fix - fixed dissapearing gallery titles since last version.</li>\n</ul>\n\n<p>version 1.5.105: 2024-05-05</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Fix: fixed some filters and request related issue</li>\n<li>Fix: fixed specific post and terms select</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Mute Video\' option. This new functionality allows users to start videos muted within the widget, providing greater control over the audio playback and enhancing the user experience.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Checkboxes Filter (Pro) - Introduced \'Accordion as Dropdown\' option, allowing users to open the accordion as a dropdown when the layout is set to \'Accordion\', preventing layout shifting and improving user experience.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Event List (Pro) - Introduced \'Show End Time\' option, enabling users to show or hide the event end time for enhanced flexibility and customization.</li>\n<li>Feature: Animated Icon Box (Pro) - Introduced styling options for Icon and Divider, providing users with more customization choices for improved visual design.</li>\n<li>Feature: Taxonomy Terms (Pro) - Implemented styling options for 1st and 2nd level of Child Term Elements. This new functionality allows users to customize the appearance of Child Term Elements at different hierarchical levels, providing greater design flexibility and control.</li>\n<li>Feature: Content Carousel (Pro) - Implemented \'Image Border Radius\' option. This new functionality allows users to specify the border radius for images within the widget, enabling them to create rounded or custom-shaped images for a more visually appealing design.</li>\n<li>Feature: Coverflow Carousel (Pro) - Implemented \'Custom Navigation Arrows\' option. This new functionality allows users to customize the navigation arrows used within the widget, enabling them to use custom-designed arrows for a more personalized look and feel.</li>\n<li>Feature: One Page Scroll Navigation (Pro) - Enhanced widget flexibility to support other sections apart from the one with the tag <section>. This improvement expands compatibility with different section types, providing users with more options for integrating the widget into their website layouts.</li>\n<li>Change: Animated Icon Box (Pro) - Replaced old font edit option with new typography and color options for enhanced customization and design control.</li>\n<li>Change: Call To Action Button (Free) - Moved ripple \'Transition Timing\' from Button Icon to Button Icon tab and renamed it to \'Ripple Timing\' for improved organization and clarity.</li>\n</ul>\n\n<p>version 1.5.104: 2024-04-24</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added support for unselect items in sync functionality</li>\n<li>Feature: added feature - sort terms by parent -> children, and levels number class</li>\n<li>Fix: fixed some load more issue with dynamic template loop and post lists inside</li>\n<li>Fix: fixed woo category image not fetched bug</li>\n<li>Fix: fixed some cases of sticky elementor elements with filters</li>\n<li>Fix: fixed remote connection with single background parent and remote widget</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Neon Line Width\' option. This new functionality allows users to adjust the width of the neon line effect within the widget, providing finer control over its appearance and visual impact.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Shadow\' option. This new functionality allows users to add a shadow effect to buttons within the widget, enhancing their visual appearance and depth.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Background Color\' option. This new functionality allows users to customize the background color of buttons within the widget, enhancing visual design and customization possibilities.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Fix: Loop Carousel (Pro) - Corrected spelling mistakes and improved naming conventions, enhancing clarity and consistency.</li>\n<li>Fix: Flip Box (Free) - Resolved issue where links were not firing for the first click on the back of the Flip Box. This fix ensures that links behave as expected, allowing them to be clicked and activated reliably.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue where Content Tabs widget couldn\'t work with Icon Tabs widget on the same page. This fix ensures that both widgets can coexist and function properly together, allowing for seamless integration and improved user experience.</li>\n<li>Fix: Checkboxes Filter (Pro) - Enhanced Accordion Layout option for the Checkboxes Widget to improve script communication. This improvement optimizes the interaction between scripts, resulting in smoother operation and better performance of the widget.</li>\n<li>Fix: Loop Grid (Pro) - Implemented additional Masonry layout check to avoid items overlapping over each other. This enhancement ensures that items are properly positioned and do not overlap, maintaining a clean and organized layout within the widget.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Resolved issue where popups allowed opening links in new tabs while opening the popup. This fix ensures that links within popups behave consistently and do not inadvertently open in new tabs, providing a smoother user experience.</li>\n<li>Fix: Post Slider (Pro) - Addressed issue where post title typography settings were not applied, ensuring proper functionality and appearance.</li>\n<li>Fix: Flip Box (Free) - Corrected a typography mistake in options.</li>\n<li>Fix: Content Slider (Pro) - Resolved conflict caused between Elementor\'s Motion Effects and the widget due to the same animation library (animate.css), resolving CSS class conflict for smoother animation and functionality.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with Opening Item when Clickable Parent option is enabled.</li>\n<li>Fix: Side Menu (Pro) - Resolved issue where some icons were being reverted. This fix ensures that all icons remain consistent and do not revert unexpectedly.</li>\n<li>Fix: Rhombus Grid (Pro) - Increased CSS priority for \'Item Background Color Override\' option. This adjustment ensures that the specified background color takes precedence over other styles, providing consistent and reliable appearance for the widget items.</li>\n</ul>\n\n<p>version 1.5.103: 2024-04-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to add additional url attributes to post links</li>\n<li>Feature: improved woo category thumbnail image gether</li>\n<li>Feature: added option to unite gallery - strip_speed</li>\n<li>Fix: fixed some widgets editor enable visibility bug</li>\n<li>Fix: fixed entrance animation run if inside a viewport window</li>\n<li>Fix: fixed some security issues - escaping some fields output</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Dots\' option. This new functionality allows users to toggle the visibility of dots within the widget, providing greater control over navigation indicators.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Custom Icon\' option. This new functionality allows users to customize the appearance of checkboxes by providing custom icons, enhancing the visual presentation of checkboxes within the widget.</li>\n<li>Feature: Video Playlist (Pro) - Implemented \'Strip Navigation Speed\' option. This new functionality allows users to adjust the speed of navigation within the strip, providing finer control over the scrolling behavior.</li>\n<li>Feature: Expanding Content Cards (Pro) - Implemented \'Background Image Align\' option. This new functionality allows users to specify the alignment of the background image, providing greater control over its positioning within the element.</li>\n<li>Feature: Post Magazine Grid (Pro) - Implemented \'Meta Date Date Format\' option. This new functionality allows users to specify the date format for meta date display, providing customization options for date presentation.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Show Item Title in Lightbox\' option. This new functionality allows users to toggle the display of item titles within the lightbox, providing control over the visibility of titles for a better user experience.</li>\n<li>Feature: Search Filter (Pro) - Implemented \'Custom Links Ending\' option. This new functionality allows users to change links in the connected grid to highlight the search phrase.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Post Pagination (Free) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Content Switcher (Pro) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab Content Switcher for a smoother and more seamless user experience.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Show Field Name In Empty Field Error Message\' option. This new functionality allows users to include the field name in the empty field error message, providing clearer feedback to users when a required field is left blank.</li>\n<li>Feature: Side Menu (Pro) - Implemented \'Templates Width\' and \'Templates Horizontal Align\' options.</li>\n<li>Change: Unlimited Grid (Pro) - Changed \'Title Spacing\' option to \'Title Margin\'. This change allows users to add margin in all directions to the title, providing more granular control over its positioning within the widget.</li>\n<li>Fix: Content Box Hover Text Reveal (Free) - Resolved issue where Overlay Opacity option wasn\'t working on mobile devices. This fix ensures that the Overlay Opacity option functions correctly across all devices, providing consistent behavior and appearance.</li>\n<li>Fix: Multi Step Form (Pro) - Fixed Multi Step Error Message not showing when empty and required field was present on active step.</li>\n<li>Fix: Submit Button (Free) - Fixed Submit Button verification issue when fields with 0 value were parsed as empty.</li>\n<li>Fix: Slider Field (Pro) - Resolved issue where border radius for focus state differed from regular state. This fix ensures that the border radius remains consistent across different states.</li>\n<li>Fix: Icon Bullets (Free) - Fixed issue related to Hover Colors not being revealed after item hover.</li>\n<li>Fix: Team Member Sliding Effect (Pro) - Resolved issue related to global colors usage. This fix ensures that global colors are properly utilized throughout the widget, maintaining consistency and accuracy in color rendering.</li>\n<li>Fix: Post Magazine Grid (Pro) - Optimized widget HTML. This optimization improves the efficiency and performance of the widget by streamlining the HTML structure and reducing unnecessary code.</li>\n<li>Fix: Form Fields Widgets: Resolved vulnerability where scripts could be injected under certain widget attributes. This fix ensures that scripts are properly sanitized and prevented from being inserted into widget attributes, mitigating potential security risks.</li>\n</ul>\n\n<p>version 1.5.101: 2024-04-03</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added "date time" attribute to items attributes list</li>\n<li>Feature - made some integration for "relevanssi" plugin</li>\n<li>Feature - added woo rating stars to multisource fields</li>\n<li>Feature - added visual text that showing the form fields conditions</li>\n<li>Fix - fixed filters mode init mode</li>\n<li>Fix - fixed various filters related bugs</li>\n<li>Fix - fixed ucpage parameter fetch for pagination in archive page</li>\n<li>Fix - fixed gallery from meta field item source texts </li>\n<li>Fix - fixed some number field processing</li>\n<li>Fix - fixed multisep form with template submit</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Set First Item Selected\' option. This new functionality allows users to automatically select the first item in the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented \'Open Current Submenu On Page Load\' option. This new functionality allows users to automatically expand the current submenu on page load, providing immediate access to relevant content.</li>\n<li>Feature: Background Slider (Pro) - Introduced \'Add SEO Tags\' option, allowing users to include alt and title attributes for images for improved search engine optimization of the widget content.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced "Close Message Box After Send" option, allowing automatic closure of the message box after clicking the send button for improved user experience and convenience.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced "Close Button After Click" option, enabling automatic closure of the buttons after clicking any button, eliminating the need for manual closure for enhanced user convenience and interaction.</li>\n<li>Feature: Content Grid (Pro) - Implemented \'Description\' option. This new functionality allows users to add a description to the widget, providing additional context or instructions.</li>\n<li>Feature: SVG Animation (Free) - Optimized widget for Elementor Popup compatibility. This update ensures seamless integration and improved performance when using the widget within Elementor Popups.</li>\n<li>Feature: Animated Ripples (Pro) - Introduced \'Ripple Scale\' option, enabling users to control the size of the ripples for enhanced visual customization and effect.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Item Trigger type\' for Segment Layout type. This new functionality allows segments to be opened by hovering on them, providing users with an alternative interaction method.</li>\n<li>Feature: Line Text Divider (Free) - Added styling options including Line Thickness, Line Border Radius, Line Shadow, Text Typography, Background Color, Padding, Border, Border Radius, and Box Shadow for enhanced customization. Additionally, existing styling options have been improved for better optimization and user experience.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Grow Effect on Thumb Hover option. This new functionality allows users to enable the grow effect on thumbnail hover.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Hide Default Arrows option. This new functionality allows users to hide default arrows, providing enhanced customization of the widget\'s appearance and behavior.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Show Time Ago\' option. This new functionality allows users to display the time elapsed since a publish event, providing context and improving user engagement.</li>\n<li>Feature: Dropdown Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Empty Field Error Text\' option. This new functionality allows users to customize the error message displayed when a required field is left empty.</li>\n<li>Feature: Icon Bullets (Free) - Implemented \'Title Color Hover\' and \'Text Color Hover\' options. These new functionalities allow users to customize the color of titles and text when hovered over, providing enhanced interactivity and visual feedback.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Font Family\' option for Label X Axis and Y Axis. This new functionality allows users to customize the font family for labels displayed on the X and Y axes, providing enhanced typography control.</li>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Arrows\' option and updated Arrows styling options. This new functionality allows users to control the visibility of arrows and customize their styling, providing more flexibility in widget design and navigation.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Empty Message\' option. This new functionality allows users to display a custom message when no posts are found, providing better user feedback and enhancing the user experience.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Change: Checkboxes Filter (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.</li>\n<li>Change: Post Carousel (Pro) - Added \'alt\' and \'title\' attributes to the image for improved SEO optimization and accessibility.</li>\n<li>Change: Flip Box Carousel (Pro) - Changed some selectors in CSS to avoid empty items appearing on live page.</li>\n<li>Change: Underline Animated Button (Free) - Changed <section> tag to <div>. This update improves the semantic structure of the widget, ensuring better compatibility with various screen readers and accessibility standards.</li>\n<li>Change: Unlimited Charts (Pro) - Updated the animation option to trigger animation when the chart comes into view instead of upon initial load, improving user experience and visual appeal.</li>\n<li>Change: Submit Button (Free) - Changed the position of Empty Field Errors to be grouped after the submit button. This update enhances the layout and organization of error messages, providing users with a clearer indication of missing information before submission.</li>\n<li>Change: Post Blocks (Free) - Changed CSS selector for Typography option for better accessibility. This update improves the accessibility of the Typography option by using a more descriptive and accessible CSS selector.</li>\n<li>Change: List Marquee (Pro) - Increased speed limit to 1000. This update enhances the speed capabilities of the widget, allowing for faster performance and smoother animations.</li>\n<li>Change: Checkbox Field (Pro) - Increased accessibility by adding IDs to input elements and "for" attributes to label elements. This update improves accessibility by associating labels with their corresponding form controls, making it easier for screen readers and other assistive technologies to interpret and navigate the form.</li>\n<li>Change: Masonry Gallery (Pro) - Implemented \'Autoplay Video In Lightbox\' option. This new functionality allows users to enable autoplay for videos displayed within the lightbox, providing a more dynamic and engaging viewing experience.</li>\n<li>Change: WhatsApp Chat (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.</li>\n<li>Fix: Number Field (Pro) - Implemented CSS protection from the max-width CSS property. This new functionality safeguards against unintended styling conflicts or overrides caused by the max-width property.</li>\n<li>Fix: Fullscreen Menu (Free) - Addressed issue where the fullscreen menu was not displayed correctly in Safari browser.</li>\n<li>Fix: Image Scroll (Pro) - Resolved 404 error appearing every time Overlay element was added on the page. This fix ensures that the Overlay element is loaded correctly without triggering a 404 error.</li>\n</ul>\n\n<p>version 1.5.100: 2024-03-17</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to connect the filters to some specific grid group</li>\n<li>Fix: fixed js run for background output not always happend</li>\n<li>Fix: filters was shown only related to grid taxonomies after changing to "all" </li>\n<li>Fix: returned some tiles gallery images that was missing</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: List (Free) - Implemented \'Open Link in New Tab\' option. This new functionality allows users to specify whether links should open in a new tab, providing flexibility in link behavior.</li>\n<li>Feature: Compact Gallery (Free) - Implemented \'Hide Thumbnail Panel Under Width\' option. This new functionality allows users to hide the thumbnail panel when the viewport width is below a specified threshold, optimizing the display for smaller screens.</li>\n<li>Feature: Select Dropdown Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Checkboxes Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Tabs Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Added \'Image Horizontal Shift\' option, allowing users to adjust the horizontal position of the image for enhanced customization and layout control.</li>\n</ul>\n\n<p>version 1.5.99: 2024-03-11</p>\n\n<ul>\n<li>Fix - updated multisource image fields</li>\n<li>Fix - fixed some small php bug with strtobool function</li>\n</ul>\n\n<p>version 1.5.98: 2024-03-05</p>\n\n<ul>\n<li>Fix Some small gutenberg related bug fix</li>\n</ul>\n\n<p>version 1.5.97: 2024-03-04</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Fix: allow showing authors name translated</li>\n<li>Change: updated font awesome version to 6</li>\n<li>Fix: done some link attribute security fix</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Accordion Menu (Pro) - Implemented \'Active State Color\' options for Sub Menu items. This new functionality allows users to customize the color of sub-menu items when they are in the active state, providing enhanced visual feedback.</li>\n<li>Feature: Content Slider (Pro) - Made \'Slide Margin\' option available for Full Slider Type and Offset Slider Type. This update expands the usability of the margin customization, allowing users to set margins between slides in both Full Slider and Offset Slider configurations.</li>\n<li>Feature: Icon Tabs (Pro) - Made \'Start Collapsed\' option responsive. This update ensures that the \'Start Collapsed\' behavior adjusts responsively, providing a consistent and user-friendly experience across various devices and screen sizes.</li>\n<li>Feature: Post Accordion (Free) - Introduced \'Expand All Accordion\' functionality, enabling users to expand all accordion items with a single click for improved content accessibility.</li>\n<li>Feature: Fullscreen Menu (Free) - Introduced option to customize the thickness of the animated hamburger icon bars, providing users with greater control over the visual appearance of the icon.</li>\n<li>Change: Coverflow Carousel (Pro) - Updated \'Button Link\' option: if empty, no link will be applied. This modification ensures that if the \'Button Link\' option is left empty, no link will be associated with the button within the widget.</li>\n<li>Fix: Product Carousel (Pro) - Optimized widget HTML code. This update enhances performance and efficiency by streamlining the HTML structure of the widget.</li>\n<li>Fix: Content Tabs (Free) - Improved widget interaction within an Elementor\'s popup. This update ensures a more seamless and optimized experience when utilizing the widget within a popup setting.</li>\n</ul>\n\n<p>version 1.5.96: 2024-02-26</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Feature: added option for time_ago_short in timelines that will show shorter version of minutes and hours text</li>\n<li>Feature: added defaults for weather widget</li>\n<li>Fix: fixed hourly weather fields</li>\n<li>Fix: fixed the import with images functionality</li>\n<li>Fix: set default timeout to remote requests</li>\n<li>Fix: fixed the image duplicate when importing templates</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Side Menu (Pro) - Implemented \'Menu Padding\' option. This new functionality allows users to set padding for the menu, providing control over the spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced a new value for \'Meta Data Position\' option called \'Before Title\'. This new functionality allows users to position meta data before the title, providing additional flexibility in content layout.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Stage Padding\' option. This new functionality allows users to set stage padding, displaying a part of the previous and next carousel items for a more visually appealing and dynamic presentation.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Selected Item Number\' option. This new functionality allows users to select a specific item by default, enhancing user experience by highlighting a predetermined item upon initialization.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option to display the image on the opposite side of the content for enhanced layout flexibility and customization.</li>\n<li>Feature: Thumbnail Slider (Pro) - Introduced \'Multi Source\' option, enabling users to select gallery items from various sources for enhanced flexibility and content integration.</li>\n<li>Feature: Timer Countdown Banner (Pro) - Added \'Direction\' option to support RTL (Right-to-Left) layout websites.</li>\n<li>Feature: Post Horizontal Timeline (Pro) - Introduced Background Color and Icon Color options for Navigation Arrows in disabled mode. This new functionality allows users to customize the appearance of navigation arrows when they are disabled, providing enhanced visual control.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Time Ago Type\' option. This new functionality allows users to choose the type of time ago representation, providing flexibility in how time is displayed within the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Text Custom Field\' option. This new functionality allows users to add a custom field under the main Posts Text, providing additional customization for displaying content.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Link Type\' option for all link elements in the widget. This new functionality allows users to choose the type of link for various elements within the widget, enhancing control over linking behavior.</li>\n<li>Feature: Remote Link (Pro) - Introduced active state for the link. This new functionality allows users to customize the appearance of the link when it is in an active state, providing enhanced visual feedback.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Implemented \'Hide Vertical Scrollbar in Popup\' option. This new functionality allows users to hide the vertical scrollbar within the popup, providing a cleaner and more focused appearance.</li>\n<li>Feature: Icon Carousel (Pro) - Introduced \'Autoplay Pause on Hover\' option, allowing users to pause autoplay functionality when hovering over the carousel for improved control and interaction.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Introduced Entrance Animation functionality for the popup. This new feature allows users to apply entrance animations, enhancing the visual appeal and engagement when the popup appears.</li>\n<li>Feature: Unlimited Timeline (Free) - Implemented \'Content Box Link\' option. This new functionality allows users to link the entire content box, providing a convenient way to associate a link with the entire widget item.</li>\n<li>Feature: Text Field (Free) - Added \'Read Only\' option, allowing users to set the field as read-only for preventing user input while retaining visibility of the text.</li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Radar Range\' option for Radar chart, allowing users to set the minimum range value for improved data visualization.</li>\n<li>Feature: Testimonial Carousel (Pro) - Added \'Rating\' field to the Source option. This new functionality allows users to incorporate a rating field as a source for the widget, expanding the available data sources for enhanced content display.</li>\n<li>Feature: Multi Step Form (Pro) - Introduced \'Direction\' option. This new functionality is useful for RTL (Right-to-Left) websites, allowing users to set the direction of the widget layout accordingly.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option for users to customize the text of each item\'s button, providing greater flexibility.</li>\n<li>Feature: Post List (Free) - Implemented \'Space Between Categories\' option. This new functionality allows users to set spacing between categories, providing control over the layout and visual presentation of category elements.</li>\n<li>Feature: Memory Game (Pro) - Introduced \'Add Completion Time to Form Field\' option, enabling users to automatically append the time taken to complete the memory game to a designated form field.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Add Link For The Whole Item\' option. This new functionality allows users to add a link to the entire widget item, enhancing the interactive capabilities and providing a clickable area for the entire item.</li>\n<li>Feature: Post Carousel (Pro) - Implemented \'Text Padding\' and \'Title Padding\' options. This new functionality allows users to set padding for text and title elements, providing enhanced control over spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced \'Date Modified\' options. This new functionality allows users to display the date when a post was last modified, providing additional information and transparency in content presentation.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Introduced options to customize Maps Controls icons\' color and background color. This new functionality allows users to personalize the appearance of map controls, enhancing visual customization.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Disable Map Interaction On Mobile\' option. This new functionality allows users to disable map interaction specifically on mobile devices, providing control over the user experience on smaller screens.</li>\n<li>Change: Content Tabs (Free) - Modified behavior of \'Start Collapsed\' option when used with \'Set Hash\'. If the URL has a hash, the first opened tab will be determined by the hash, providing a more dynamic and user-friendly experience.</li>\n<li>Change: Dropdown Button (Pro) - Removed Text Decoration CSS property from dropdown items. This update enhances the visual presentation by eliminating unnecessary text decoration.</li>\n<li>Change: Woo Mini Cart (Pro) - Added separate border options for \'View Cart\' and \'Checkout\' buttons, providing users with more customization flexibility for button styling.</li>\n<li>Change: Swipe Carousel (Pro) - Modified \'Enable Link\' option. Now, the entire item serves as a link, providing a more intuitive and consistent approach to linking within the widget.</li>\n<li>Fix: Submit Button (Free) - Corrected default values in email 2 that were leading to validation errors.</li>\n<li>Fix: Post Carousel Lite (Free) - Addressed issue where the carousel was not displaying on mobile devices.</li>\n<li>Fix: Icon Tabs (Pro) - Resolved issue with the \'Start Collapsed\' option. The fix ensures that the \'Start Collapsed\' option now functions correctly, delivering the intended collapsed behavior upon initialization.</li>\n<li>Fix: Post Grid (Pro) - Optimized widget item HTML code. This update enhances performance and efficiency by streamlining the HTML structure of widget items.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized item HTML code. This update improves performance and efficiency by refining the HTML structure of individual items within the widget.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized CSS code. This update improves performance and reduces the overall footprint of the stylesheet, enhancing efficiency and loading times.</li>\n<li>Fix: Remote Link (Pro) - Resolved issue where the Text Shadow option was erroneously interpreted as Box Shadow. The fix ensures that the Text Shadow option now functions correctly, providing the intended text shadow effect.</li>\n<li>Fix: Scroll Sequence (Pro) - Revised and improved descriptions of the widget fields for better clarity.</li>\n<li>Fix: Post Magazine Grid (Pro) - Added \'raw\' tag to category names to fix the display issue where the \'&\' symbol in category names was not displaying correctly.</li>\n<li>Fix: Before After (Pro) - Improved widget interaction with Elementor\'s Popups. This update ensures seamless integration and optimal performance when using the widget within Elementor\'s Popup functionality.</li>\n<li>Fix: Grid Gallery (Pro) - Resolved an issue where the widget was not extending to full width within Elementor Container.</li>\n<li>Fix: Particle Image (Pro) - Added protection from lazy load. This update ensures compatibility and proper functionality, mitigating potential issues related to lazy loading on various platforms.</li>\n</ul>\n\n<p>version 1.5.95: 2024-02-12:</p>\n\n<ul>\n<li>Feature: Ensure that the blog displayed on the "Home" page of the plugin is always up-to-date.</li>\n<li>Feature: Implemented support for tags in the widget catalog.</li>\n<li>Feature: Added an option for galleries to play videos in muted mode.</li>\n<li>Feature: Integrated weather forecast data preparation for the widget.</li>\n<li>Fix: Addressed some minor potential security risks associated with the import templates functionality.</li>\n<li>Fix: Rectified email validation for Form Email2.</li>\n<li>Fix: Resolved some issues with the price range filter.</li>\n<li>Fix: fixed the problem where dynamic template styles disappeared after updating Elementor Pro.</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Image Zoom Content Box (Free) - Implemented \'Title Tag\' option. This new functionality allows users to specify the HTML tag for titles within the widget, providing flexibility and control over the semantic structure of the content.</li>\n<li>Feature: Post Accordion (Free) - Implemented \'Disable Link in Image\' option. This new functionality allows users to disable the link associated with an image, providing more control over the interactive behavior of images within the widget.</li>\n<li>Feature: Slider Gallery (Free) - Implemented \'Mute Video\' option. This new functionality allows to play videos muted by default. Volume can be adjusted in video players on live page.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Item Bar Width\' option. This new functionality allows users to customize the width of individual bars, providing greater control over the visual representation of items.</li>\n<li>Feature: Remote Item Navigation (Pro) - Introduced \'Border Override Color\' options for Regular and Active states. This new functionality allows users to customize border colors separately for both Regular and Active states, enhancing visual styling in the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Title Min Height\' option. This new functionality allows users to set a minimum height for the title, offering more control over the visual presentation and consistency in the widget.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Show Link\' option. This new functionality enables users to show or hide links and customize their styling within the widget, offering more control over the interactive elements.</li>\n<li>Feature: Counter (Free) - Implemented \'Add Link To Widget Container\' option. This new functionality allows users to include a link, enhancing the interactive capabilities of the element by enabling navigation to another page or resource.</li>\n<li>Feature: Icon Box Accordion (Pro) - Introduced \'Icon + Text\' option for Graphic Element. This new value expands customization by allowing users to display both an icon and text within the Graphic Element for richer visual representation.</li>\n<li>Feature: Before After (Pro) - Added support for the widget inside Elementor\'s Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to utilize the widget effectively within Elementor\'s Tabs.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Hide Inactive Arrow\' option. This new functionality allows users to hide inactive arrows, providing a cleaner and more focused appearance in the widget interface.</li>\n<li>Feature: Layers (Pro) - Added shadow for icon type layers.</li>\n<li>Feature: Icon Pointer Button (Pro) - Introduced \'Direction\' option. This new functionality allows users to specify the direction for RTL (Right-to-Left) or LTR (Left-to-Right) websites, ensuring proper layout alignment based on language direction.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Auto Height\' option. This new functionality adjusts the height of the slider dynamically based on the height of the current slide, providing a more adaptive and seamless user experience.</li>\n<li>Feature: Justified Image Carousel (Pro) - Option to fix the broken layout (resulting in a duplicate carousel) caused by delayed image loading, this solution verifies that the images are loaded before initializing the carousel.</li>\n<li>Feature: Remote Tabs (Pro) - Introduced styling options for Border Radius, Border, and Shadow for the image of the active tab.</li>\n<li>Feature: Layers (Pro) - Added background color, padding and radius for text fields.</li>\n<li>Feature: WhatsApp Chat (Pro) - z-index option for Popup, allowing users to customize the stacking order of the Popup for better control over its visibility in relation to other elements.</li>\n<li>Feature: WhatsApp Chat (Pro) - Introduced option to customize the Popup Title, along with styling options for enhanced visual control and personalization.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced \'Additional Title\' options. This new functionality expands customization by providing additional settings for titles, allowing users to further enhance the visual presentation of titles within the widget.</li>\n<li>Feature: Content Grid (Pro) - Introduced \'Image Scale\' option. This new functionality allows users to scale the images, providing enhanced control over the visual presentation within the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented feature - automatically opens menu item if it matches the current page URL.</li>\n<li>Feature: Post Grid (Pro) - Added Option to show post tags, providing users with the ability to showcase tags associated with each post.</li>\n<li>Feature: Post Magazine Grid (Pro) - Introduced \'Image Scale\' and \'CSS Filters\' options along with the hover transition duration for enhanced image customization.</li>\n<li>Feature: Card Carousel (Free) - Implemented \'Image Position\' option. This new functionality allows users to customize the position of image within the widget, providing enhanced control over the visual layout.</li>\n<li>Feature: Layers (Pro) - Added mouse parallax effect, adds a captivating and interactive dimension to the user interface.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced additional styling options. This new set of functionalities allows users to further customize and refine the visual appearance of the widget, providing enhanced styling possibilities.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Close Transition Speed\' option. This new functionality enables users to set the speed of close animations for the dropdown, enhancing visual transitions and customization.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added \'Image Position\' option, allowing users to customize the position of the image above or below the content for enhanced layout flexibility.</li>\n<li>Feature: Layers (Pro) - Implemented motion effects—now elements can bounce up and down and move left to right for a livelier interface.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Center Info Window\' option. This new functionality allows users to center the info window on the map, providing enhanced visibility and focus on the selected location.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Close After Outside Info Window Click\' option. This new functionality allows users to close the info window after clicking outside of it on the map, enhancing user interaction and control.</li>\n<li>Feature: Layers (Pro) - Implemented responsive settings for individual layers, allowing users to toggle each layer on or off based on the specific device requirements.</li>\n<li>Feature: Image Accordion (Pro) - Added \'Title HTML Tag\' option, providing users with better SEO control by allowing customization of HTML tags for widget titles.</li>\n<li>Feature: Content Tabs (Free) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab content for a smoother and more seamless user experience.</li>\n<li>Feature: Event List (Pro) - Implemented \'Remove Expired Event Item\' option. This new functionality allows users to automatically remove event items that have expired, streamlining content management within the widget.</li>\n<li>Feature: Post Grid (Pro) - Added typography option for post tags, allowing users to customize the font style, size, and other typographic attributes.</li>\n<li>Feature: Event List (Pro) - Implemented \'Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the button, providing enhanced control over the layout within the widget.</li>\n<li>Feature: vCard (Pro) - Introduced option to include social media links in downloadable VCF contact file, enhancing contact information with additional social network profiles for improved connectivity.</li>\n<li>Change: Toggle Text Button (Free) - Upgraded textarea to full functionality editor, providing users with enhanced editing capabilities.</li>\n<li>Change: vCard (Pro) - Updated vCard JavaScript library to the latest version, ensuring compatibility with current standards and latest feature availability.</li>\n<li>Fix: Woo Product List (Free) - Introduced \'Layout Type\' option. This new functionality allows users to set the layout as either column or row, providing flexibility in organizing and displaying content within the widget.</li>\n<li>Fix: vCard (Pro) - Resolved issue where QR code was not scanning on some apps.</li>\n<li>Fix: Hotspots (Pro) - Rebuilt JavaScript code for better interaction. Removed unnecessary code to optimize performance and streamline functionality.</li>\n<li>Fix: Sideways Vertical Text (Pro) - Text layout shifting issue on Safari browser.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue with scrolling to the top of the page after tab click. The fix ensures that tab clicks no longer trigger unintended scrolling to the top, providing a smoother user experience.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the vertical scrollbar appearing on hover.</li>\n<li>Fix: Testimonial Carousel (Pro) - The issue where styling attributes (size and color) for SVG icons were not taking effect.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue in Content Tabs when Before After widget couldn\'t function inside tabs. The fix ensures proper functionality, allowing users to utilize the widget as intended.</li>\n<li>Fix: Woo Product Grid (Pro) - Added image HTML attributes to product images.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue where the size of social icons wasn\'t responding to the option value. The fix ensures that the specified option value now accurately reflects the size of social icons.</li>\n<li>Fix: Counter (Free) - Removed unnecessary space in \'Before Text\' and \'After Text\' options. This update improves the clarity and presentation of the text by eliminating unnecessary spacing.</li>\n<li>Fix: Content Tabs (Free) - Added support for Elementor Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to incorporate the widget effortlessly within Elementor Tabs.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved an issue where incorrect icons were being displayed after selecting a menu item.</li>\n<li>Fix: Woo Mini Cart (Pro) - Improved widget compatibility with optimization plugins like WP Rocket. This update ensures seamless integration, optimizing performance and enhancing the overall user experience when using these plugins.</li>\n<li>Fix: Post Accordion (Free) - Updated post content loading method to resolve the issue where, on some sites, post content was not displaying correctly.</li>\n<li>Fix: Dropdown Field (Pro) - Fixed an issue when Dropdown Field couldn\'t parse Field Name to Number Field widget.</li>\n<li>Fix: Card Carousel (Free) - Resolved issue where Transition Speed wasn\'t working for non-default animations. The fix ensures that Transition Speed now functions correctly for all animations, providing consistent and reliable behavior.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Removed default 2px border with blue color from one of the map elements. This update improves the visual presentation by eliminating an unnecessary border.</li>\n</ul>\n\n<p>version 1.5.94: 2024-01-25:</p>\n\n<ul>\n<li>Feature: added option to message individual fields for the form</li>\n<li>Change: removed instagram blocked api message - the instagram functionality is active now!</li>\n<li>Change: added default values to currency fields</li>\n<li>Fix: fixed small php bug regarding date field in items</li>\n<li><p>Fix: fixed some small xss vulnurability that pachstack discovered</p></li>\n<li><p>Feature: Number Field (Pro) - Introduced \'Enable Date Field in Formula\' option. This new functionality enables the use of Date Field in formula by allowing the addition or subtraction of days.</p></li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Remove Items with 0 Value\' option. This new functionality automatically excludes items with a value of 0 from charts.</li>\n<li>Feature: WordPress Menu (Free) - Implemented \'Hover Effect\' option. This new functionality allows users to choose from a variety of hover link effects, enhancing the visual presentation with dynamic animations.</li>\n<li>Feature: Hotspots (Pro) - Introduced customizable popup positioning, providing users with the option to define the exact position rather than relying on preset center alignment.</li>\n<li>Feature: Event List (Pro) - Introduced \'Event End Date\' option, allowing users to display event end date and time.</li>\n<li>Feature: Event List (Pro) - Implemented \'Calendar Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the calendar, providing better control over its placement within the layout.</li>\n<li>Feature: Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Dropdown Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Value Handling\' options. This new functionality allows users to choose the checkbox value type from options such as sum, individual number, or individual text, providing flexibility in handling checkbox values.</li>\n<li>Feature: Masonry Gallery (Pro) - Introduced \'Title Typography\' and \'Description Typography\' options. These new functionalities allow users to customize the typography settings for titles and descriptions.</li>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Tile Background Color\' option. This new functionality allows users to customize the background color of tiles, providing enhanced visual control over the widget\'s appearance.</li>\n<li>Feature: Hotspots (Pro) - Added \'Popup Image Size\' option, allowing users to customize the size of popup images.</li>\n<li>Feature: WooCommerce Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented \'Open Links In New Tab\' option. This new functionality allows users to specify whether links should open in a new tab with Source type posts, products, etc.</li>\n<li>Feature: Content Ticker (Pro) - Added Option to add an Image for each ticker item.</li>\n<li>Change: Hotspots (Pro) - Enabled \'Image Size Select\' option for the Image, allowing users to choose from different image resolutions for enhanced flexibility and visual customization.</li>\n<li>Change: Icon Carousel (Pro) - Improved \'Item Minimum Height\' option by expanding the range of values.</li>\n<li>Fix: Fullscreen Menu (Free) - Improved protection from Elementor sticky section interference.</li>\n<li>Fix: vCard (Pro) - Issue with QR code not displaying when \'Include Image in Contact\' is enabled has been resolved.</li>\n<li>Fix: Dropdown Field (Pro) - Resolved issue with \'Field Name\' not appearing during email sending. The fix ensures that the field name is now properly displayed in email notifications.</li>\n<li>Fix: Mega Menu (Pro) - Resolved horizontal scroll issue. The fix ensures that the layout no longer experiences unintended horizontal scrolling, providing a more stable and user-friendly experience.</li>\n<li>Fix: Scroll To Top (Free) - Resolved issue where the icon wasn\'t visible on the frontend. The fix ensures proper visibility of the icon, addressing the bug and improving the overall appearance.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the \'Disable Page Scroll\' option not working in some cases. The fix ensures consistent functionality, preventing page scrolling as intended.</li>\n<li>Fix: Text Field (Free) - Resolved input width issue. The fix ensures that input elements now display with the correct width.</li>\n</ul>\n\n<p>version 1.5.93: 2024-01-18:</p>\n\n<ul>\n<li>Feature: Introduced the option \'slider_video_autoplay\' to galleries, enabling video autoplay when changing items.</li>\n<li>Feature: Added the option to include specific taxonomies in related posts queries.</li>\n<li>Feature: Implemented automatic recognition of video thumbnail IDs in certain gallery types based on relevant post meta.</li>\n<li>Feature: Added functionality for the price range filter.</li>\n<li>Change: Updated the Freemius version.</li>\n<li>Change: Modified the text format for the export change log.</li>\n<li>Change: Restored the "import with images" feature after incorporating file type checks for security.</li>\n<li>Fix: Enhanced the handling of multiple user records for the \'exclude users\' option in the users query (Ajax-based).</li>\n<li>Fix: Corrected URL CSS and JS inclusion issues in Elementor editor.</li>\n<li><p>Fix: Corrected a bug related to "mini cart widget" in PHP in specific cases.</p></li>\n<li><p>Feature - Card Carousel (Free) - Introduced \'Hide Item\' option. This new functionality allows users to hide items instead of deleting them permanently, offering a more reversible and flexible approach to item management.</p></li>\n<li>Feature - Post Grid (Pro) - Implemented \'Layout Type: Above\' option. This new functionality allows users to change the position of the content box to above the image.</li>\n<li>Feature - Thumbnail Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Compact Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Grid Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Slider Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Flip Box Carousel (Pro) - Introduced option for back icon alignment, providing users the flexibility to customize the alignment of the back icon.</li>\n<li>Feature - Post List (Free) - Implemented \'Image Scale\' option for regular and hover states. This new feature allows users to customize the scaling of images independently for regular and hover states, enhancing visual presentation.</li>\n<li>Change - Flip Box Carousel (Pro) - Implemented conditional rendering of CSS to reduce unused styles, resulting in improved performance, SEO, and faster load times for enhanced user experience.</li>\n<li>Change - Content Accordion (Free) - Improved \'Expand All Accordion\' functionality, now allowing users to close the accordion by clicking the same button again for a more intuitive and user-friendly experience.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Implemented protection against buttons not being vertically aligned in specific cases.</li>\n<li>Fix - Flip Box Carousel (Pro) - Resolved an issue where links were not functioning properly when clicking on the back icon.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Resolved issue with the product button not being clickable in some cases.</li>\n<li>Fix - Post Carousel (Pro) - Resolved issue with the side-by-side layout.</li>\n<li>Feature - Logo Grid (Free) - Enhanced responsiveness for item \'Padding\' option. This update ensures that item padding adjusts effectively across various screen sizes and device resolutions for a consistent layout.</li>\n<li>Feature - Logo Grid (Free) - Implemented \'Direction\' option. This new feature is particularly useful for RTL (Right-to-Left) websites, allowing users to specify the direction of the widget\'s layout for improved compatibility.</li>\n<li>Feature - Content Accordion (Free) - Introduced a new feature that allows the expansion of all accordion items by clicking on an external element with the class "ue-content-accordion-expand-all".</li>\n<li>Feature - Memory Game (Pro) - Introduced template option for success message, Allowing users to show Elementor template as success message.</li>\n<li>Feature - Memory Game (Pro) - Added \'Completion Time\' option, enabling users to show the time it took to complete the game for a more informative and engaging experience.</li>\n<li>Feature - Content Accordion (Free) - Introduced \'Additional Header Content\' option in the accordion, allowing users to include additional content after the header title.</li>\n<li>Feature - Post Accordion (Free) - Implemented \'Open Links in New Tab\' option. This new functionality allows users to configure links to open in a new tab, enhancing control over the navigation experience.</li>\n<li>Feature - Side Menu (Pro) - Added an option to add a logo to the side menu layout.</li>\n</ul>\n\n<p>version 1.5.92: 2024-01-04:</p>\n\n<ul>\n<li>Feature: Introduced the change log option in the widget editor.</li>\n<li>Feature: Introduced the ability to connect with Google API for multi-source options.</li>\n<li>Feature: Included an option to link with Google Sheets under the general settings for forms.</li>\n<li>Feature: Integrated a "show globals" feature in troubleshooting for enhanced diagnostics.</li>\n<li>Feature: Implemented the capability to output cart fragments for the woo mini cart.</li>\n<li>Feature: Provided an option for "none" under lightbox-type in galleries, allowing users to disable the lightbox.</li>\n<li>Feature: Added an "excerpt" field to post fields within the widget editor for more detailed posts.</li>\n<li>Fix: Replaced site_url() with home_url() in global variables for better website navigation.</li>\n<li>Fix: Resolved a conflict with another select2 on the admin side, ensuring smoother operations.</li>\n<li>Fix: Rectified an error with multiple order by clauses in post queries to improve data sorting.</li>\n<li><p>Fix: Enhanced the manual selection of Elementor template retrieval for optimized performance.</p></li>\n<li><p>Feature - Content Carousel - Introduced \'Equalize Content Height\' option. This new feature simplifies the process of making content elements equal in each item.</p></li>\n<li>Feature - Flip Box Carousel - Enhanced responsiveness for Border Radius option. The update ensures that the Border Radius adapts effectively to different screen sizes and device resolutions for a consistent display.</li>\n<li>Feature - WooCommerce Product Carousel - Resolved broken layout issue occurring when set to side-by-side layout</li>\n<li>Feature - Phone Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Textarea Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Email Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Text Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Testimonial Carousel - Implemented \'Layout Type: Grid\' option. This new functionality facilitates the transformation of the widget\'s layout into a simple grid.</li>\n<li>Feature - Testimonial Carousel - Introduced \'Layout Type: Swipe\' option. This new feature allows users to set the behavior of the widget, resembling the functionality found in Swipe Carousel widget.</li>\n<li>Feature - Flip Box Carousel - Introduced \'Disable Mouse Drag\' and \'Disable Touch Drag\' options in Flip Box Carousel settings, offering control over user interaction by allowing the disabling of dragging functionalities.</li>\n<li>Feature - Team Member Grid - Introduced \'Badge\' option, allowing users to include custom badge images or icons for enhanced member representation.</li>\n<li>Feature - Thumbnail Slider - Implemented responsiveness for \'Slider Main Image Height\' option.</li>\n<li>Feature - Thumbnail Slider - Optimized \'Slider Main Image Height\' functionality to prevent widget reloading upon value change.</li>\n<li>Change - Thumbnail Slider - Changed attribute of \'Slider Main Image Height\' option from Number to Slider. This adjustment simplifies the process of adjusting the height of the main image by providing a more intuitive control.</li>\n<li>Fix - Submit Button - Improved interaction within Multi Step Form widget. Enhancements have been made to streamline and optimize the submit action.</li>\n<li>Feature - Multi Step Form - Implemented form submission loader. This new addition introduces a visual loader to illustrate the process of sending form data, enhancing user feedback during form submission.</li>\n<li>Feature - WooCommerce Product List - Introduced \'Default Image\' option. The widget will now display the specified default image when a product image is empty, for a more personalized user experience.</li>\n</ul>\n\n<p>version 1.5.91: 2023-12-28:</p>\n\n<ul>\n<li>Change: removed some vulnerability related to templates import</li>\n</ul>\n\n<p>version 1.5.90: 2023-12-18:</p>\n\n<ul>\n<li>Fix: fixed some small bug with pro version main file</li>\n</ul>\n\n<p>version 1.5.89: 2023-12-17:</p>\n\n<ul>\n<li>Fix: fixed some post filters detection issues on the page</li>\n<li>Fix: fixed some "$type not found" message in php</li>\n<li>Fix: fixed some "infinite template found: " message in php (emtpy template load protection)</li>\n<li>Change: added instagram api access error message</li>\n<li>Change: removed "import with images" functionality. replaced by doubly plugin.</li>\n</ul>\n\n<p>version 1.5.88: 2023-12-11:</p>\n\n<ul>\n<li>Feature: added "iframe" gallery type to the gallery items</li>\n<li>Fix: fixed the "show/hide edit html button" option from general settings</li>\n<li>Fix: fixed the general_settings.xml php error</li>\n<li>Fix: fixed some issue with gallery loading on pages and current meta keys</li>\n<li>Fix: fixed default value in datetime control</li>\n<li>Change: added some improvements for the form </li>\n<li>Change: set video placeholder to dynamic galleries in case of video item</li>\n</ul>\n\n<p>version 1.5.87: 2023-11-21:</p>\n\n<ul>\n<li>Change: updated freemius sdk to 2.6.0 version</li>\n<li>Change: added some protection against double background widgets output</li>\n<li>Feature: enabled form functionality</li>\n<li>Feature: enabled currency exchange functionality</li>\n</ul>\n\n<p>version 1.5.85: 2023-11-15</p>\n\n<ul>\n<li>Feature: added woo_addcart_ajax_attributes_button in twig for the button</li>\n<li>Feature: added option to show original settings values in widget debug</li>\n<li>Feature: added troubleshooting setting not to show php deprecated warnings</li>\n<li>Fix: better prepare post custom fields for the post multisource</li>\n<li>Fix: links from meta field works now</li>\n<li>Fix: fixed the ob_end_clean bug</li>\n<li>Fix: in post query - excluded posts not in from posts in</li>\n<li>Fix: fixed a small bug in the unite gallery library</li>\n<li>Change: updated twig version to 3.x</li>\n<li>Change: updated instagram data with date released field</li>\n</ul>\n\n<p>version 1.5.85: 2023-09-20</p>\n\n<ul>\n<li>Fix: fixed a small bug with multisource image param message</li>\n</ul>\n\n<p>version 1.5.84: 2023-09-20</p>\n\n<ul>\n<li>Feature: added twig function csv to json</li>\n<li>Feature: changed the admin view to new design (added designed header and menu)</li>\n<li>Feature: added option to enable animation on swipe to owl carousel js</li>\n<li>Feature: added woo mini cart functionality</li>\n<li><p>Feature: added option: "current query as a base" to post selection -> include by</p></li>\n<li><p>Fix: added support for webp in the manager</p></li>\n<li>Fix: allow fetching images from media library post type for the galleries </li>\n</ul>\n\n<p>version 1.5.83: 2023-08-22</p>\n\n<ul>\n<li>Fix: don\'t show first item in filter when no terms available</li>\n<li>Change: updated calculators javascript code base</li>\n</ul>\n\n<p>version 1.5.82: 2023-08-16</p>\n\n<ul>\n<li>Feature: added option for group filtering widgets</li>\n<li>Feature: solved the video play in gallery type from attachment video</li>\n<li>Change: turned off the video icon for background attribute</li>\n<li>Fix: fixed dynamic template with avoid duplicates</li>\n<li>Fix: fixed gallery widget acf video item error</li>\n<li>Fix: fixed some sort filter bugs with the default selected</li>\n</ul>\n\n<p>version 1.5.81: 2023-08-10</p>\n\n<ul>\n<li>Fix: fixed some missing css in the dynamic loop widgets</li>\n<li>Fix: fixed some child filters related bug</li>\n<li>Fix: fixed order by price in current query</li>\n<li>Fix: fixed some php 8.16+ version notices </li>\n<li>Feature: added option to print the term meta</li>\n</ul>\n\n<p>version 1.5.80: 2023-08-07</p>\n\n<ul>\n<li>Feature: added option to get "all taxonomy terms" from a post </li>\n<li>Feature: added html preperations for the woocommerce minicart</li>\n<li>Feature: added "this week" to the date selection query</li>\n<li>Feature: added "grouping" mode in the "related posts"</li>\n<li>Fix: the pagination now works on top of the grid</li>\n<li>Fix: fixed some init ajax filters multiple issues</li>\n<li>Fix: fixed the error with the assets path set</li>\n</ul>\n\n<p>version 1.5.79: 2023-07-24</p>\n\n<ul>\n<li>Fix: changed name for area-label to aria-label</li>\n<li>Fix: in filters - refresh single filter if "all" selected and there are hidden items</li>\n<li>Fix: changed protection against inifnite loop to 200</li>\n<li>Fix: show child filters at start if there are selected items</li>\n<li>Fix: date time attribute processor - if no date given - don\'t take current time</li>\n<li>Fix: refresh child filter if main filter selected on init</li>\n<li>Fix: dynamic popup was not worked with multisource in some cases</li>\n</ul>\n\n<p>version 1.5.78: 2023-07-16</p>\n\n<ul>\n<li>Fix: fixed show filters load more</li>\n<li>Fix: fixed multisource repeater empty</li>\n</ul>\n\n<p>version 1.5.77: 2023-07-13</p>\n\n<ul>\n<li>Fix: fixed dropzone collision in widget editor view</li>\n<li>Fix: fixed sort filter price filtering</li>\n<li>Fix: fixed max number in addons db table. from "int" to "bigint"</li>\n<li>Fix: replaced some deprecated by elementor codes</li>\n</ul>\n\n<p>version 1.5.76: 2023-07-12</p>\n\n<ul>\n<li>Feature: added "rem" unit in slider attribute</li>\n<li>Fix: fixed some small bug with remote sync debug</li>\n<li>Fix: fixed the truncate in multisource</li>\n<li>Fix: fixed some small bugs related to remote controls</li>\n<li>Fix: fixed dropzon third party conflict in manager</li>\n</ul>\n\n<p>version 1.5.75: 2023-07-05</p>\n\n<ul>\n<li>Feature: added some suggestion text to add some memory in the troubleshooting section in case that needed</li>\n<li>Fix: the wrong author was displayed in loop post meta data</li>\n<li>Fix: do_shortcode to html items inside the grid and dynamic loop</li>\n<li>Update: Updated Freemius SDK to the latest version</li>\n</ul>\n\n<p>version 1.5.74: 2023-07-04</p>\n\n<ul>\n<li>Fix: show search widgets at plugin install.</li>\n<li>Fix: menu picker depts in multisource</li>\n<li>Fix: set the author data to be retrievable in dynamic grid template</li>\n<li>Fix: show meta fields switcher didn\'t worked in multisource menu items</li>\n</ul>\n\n<p>version 1.5.73: 2023-06-26</p>\n\n<ul>\n<li>Feature: added options for revisions in widget editor</li>\n<li>Fix: added support for wordpress proxy in api calling</li>\n<li>Fix: fixed empty post in query result</li>\n<li>Fix: fixed "wrong template ID" elementor error in post accordion</li>\n</ul>\n\n<p>version 1.5.72: 2023-06-21</p>\n\n<ul>\n<li>Fix: added the swf extension in the allowed files in assets</li>\n<li>Feature: prepared the plugin for sort filter</li>\n<li>Change: updated freemius sdk to 2.5.9</li>\n</ul>\n\n<p>version 1.5.71: 2023-06-20</p>\n\n<ul>\n<li>Change: removed js includes of the forms and filters from backend editor</li>\n<li>Change: changed colors of the free version notification in dark mode</li>\n<li>Fix: fix the "link" type in wpml integration automatic translation</li>\n<li>Feature: add support for the conditions in ue forms</li>\n</ul>\n\n<p>version 1.5.70 2023-06-19:</p>\n\n<ul>\n<li>Change: added some "birthday sale" banner</li>\n<li>Feature: added "truncate text" modifier to multisource fields</li>\n<li>Feature: dynamic tags now works inside posts and products related widgets</li>\n<li>Feature: added twig highlighting in codemirror editor</li>\n<li>Fix: fixed sequence animation sliders bug (fields didn\'t loaded in elementor)</li>\n<li>Fix: change the comment from // to /* */ in filters js output to allow proper page compression.</li>\n<li>Fix: the "time ago" string is now translatable </li>\n<li>Fix: fixed the wpml elementor template id output</li>\n<li>Fix: fixed backgrounds bug with containers in editor</li>\n<li>Fix: fixed some small bugs with the checkbox filter</li>\n</ul>\n\n<p>version 1.5.69: 2023-06-08:</p>\n\n<ul>\n<li>Fix: allow to install webp images in widgets</li>\n</ul>\n\n<p>version 1.5.68: 2023-06-06:</p>\n\n<ul>\n<li>Change: added functionality for sort filter </li>\n<li>Feature: added field: "form conditions" for the upcoming form</li>\n<li>Feature: added link translation to wpml integration</li>\n<li>Feature: added link_attributes field to post list fields in twig</li>\n<li>Fix: fixed slider control min max values in case of multiple units</li>\n<li>Fix: add do shortcode from ajax items response</li>\n<li>Fix: fixed posts grid output with "product" taxonomy without woocommerce</li>\n<li>Fix: fixed getting cross sell products query in product list</li>\n</ul>\n\n<p>version 1.5.67 - 2023-05-29:</p>\n\n<ul>\n<li>Fix: fixed some more securaty issues related to assets manager</li>\n</ul>\n\n<p>version 1.5.66 - 2023-05-28:</p>\n\n<ul>\n<li>Fix: fixed some securaty issues related to non editor users operations and not allowed to upload php files in assets manager</li>\n</ul>\n\n<p>version 1.5.65 - 2023-05-26:</p>\n\n<ul>\n<li>Fix: fixed instagram api related bugs </li>\n</ul>\n\n<p>version 1.5.64 2023-05-23:</p>\n\n<ul>\n<li>Change: update freemius to latest version 2.5.8</li>\n<li>Fix: fixed a small php bug</li>\n</ul>\n\n<p>version 1.5.63 2023-05-23:</p>\n\n<ul>\n<li>Change: expand in widget editor is now connected to the screen height</li>\n<li>Fix: fixed the dynamic popup with multiple fields code </li>\n<li>Fix: fixed some sync if the clicked item is link</li>\n<li>Feature: added support for sort post filter</li>\n<li>Feature: hide "show only insalled" checkbox in widgets manager if no widget installed.</li>\n</ul>\n\n<p>version 1.5.62 2023-05-14:</p>\n\n<ul>\n<li>Feature: added "edit template" link in template selector</li>\n<li>Feature: added hidden template edit button to top bar</li>\n<li>Feature: added option for dynamic popup link to connect to many links in the widget</li>\n<li>Fix: solved some php error with parse dynamic settings in php 8.1</li>\n<li>Fix: getMetaValue error in products</li>\n<li>Fix: fixed doubly css includes in some cases</li>\n</ul>\n\n<p>version 1.5.61 - 2023-05-07:</p>\n\n<ul>\n<li>Feature: added support for woocommerce jet wishlist</li>\n<li>Feature: did option to disable third party hooks in ajax</li>\n<li>Fix: click on link on sync didn\'t worked</li>\n<li>Fix: added some protections to nonce and to file manager zip exctract (securaty issues fix) </li>\n<li>Change: updated freemius sdk to 2.5.7 version.</li>\n</ul>\n\n<p>version 1.5.60 - 2023-04-30:</p>\n\n<ul>\n<li>Feature: added functionality to get cart number of products </li>\n<li>Fix: fixed link field settings for multisoure</li>\n<li>Fix: fixed some bugs with regular price in woocommerce widgets</li>\n<li>Fix: filters js file loaded in editor as well</li>\n<li>Fix: fixed some small php bug regarding "pathBase"</li>\n<li>Fix: fixed conditions in multiple select control</li>\n<li>Change: updated unite gallery version</li>\n<li>Change: disabled autoload in update_option for the catalog variable</li>\n</ul>\n\n<p>version 1.5.59: 2023-04-09</p>\n\n<ul>\n<li>Feature: added multiple select to condition attributes in widget editor</li>\n<li>Change: updated freemius sdk to the latest version</li>\n<li>Fix: fixed empty post meta fields in case that acf plugin is on</li>\n<li>Fix: fixed some bug with avoid duplicates option and filters in single grid</li>\n<li>Fix: made some corrections in case that post query show wrong init selected terms values</li>\n<li>Fix: the post carousel goes to random item after ajax refresh</li>\n<li>Fix: fixed jet engine custom fields integration</li>\n</ul>\n\n<p>version 1.5.58: 2023-03-26</p>\n\n<ul>\n<li>Feature: added dynamic popup functionality to multisource widgets</li>\n<li>Fix: fixed missing arguments in the_post action</li>\n<li>Fix: fixed some php multisource error</li>\n<li>Fix: fixed some product ajax search related issues</li>\n<li>Fix: fixed some small but with ajax refresh and sync</li>\n</ul>\n\n<p>version 1.5.57: 2023-03-20</p>\n\n<ul>\n<li>Feature: improved the multisource selectors</li>\n<li>Feature: added option to get image from post meta in post fields - widget editor</li>\n<li>Fix: added "skins" folder to unite gallery</li>\n<li>Fix: added more compatability to woo commerce grids with discounts plugins</li>\n<li>Fix: fixed same uc_id in dynamic templates</li>\n</ul>\n\n<p>version 1.5.56: 2023-03-13:</p>\n\n<ul>\n<li>Feature: added option authors by dynamic field in post query</li>\n<li>Feature: done some integration with flycart discounts</li>\n<li>Feature: added option to show post type and post type title in posts fields</li>\n<li>Feature: added option to add multiple values in multisource</li>\n<li>Fix: fixed get posts by terms meta field - add taxonomy</li>\n<li>Fix: fixed responsive css in dynamic loop</li>\n<li>Fix: fixed dynamic loop with jet engine acf fields</li>\n<li>Fix: fixed slider control units for vh, vx and % </li>\n<li>Fix: added "before today" for past year in date qury</li>\n<li>Change: the uc_id will not change now when page refresh</li>\n</ul>\n\n<p>version 1.5.55: 2023-02-23:</p>\n\n<ul>\n<li>Fix: fixed wpml integrate fields</li>\n<li>Fix: fixed some write file error, will not crash if happend</li>\n<li>Fix: fixed entrance animation js on popup</li>\n<li>Fix: fixed strip tags in intro from content</li>\n<li>Fix: fixed some php 8.1 issues</li>\n<li>Fix: fixed some post intro with html tags issues</li>\n<li>Change: do_action function is working now in free version</li>\n</ul>\n\n<p>version 1.5.54: 2023-02-15</p>\n\n<ul>\n<li>Change: added some define variable that indicate the under ajax search</li>\n<li>Change: added "collect", and "output" to schema types in content accordion widget for example</li>\n<li>Feature: added wpml auto translate integration</li>\n<li>Feature: added option to select "all taxonomies" in exclude terms in terms selection</li>\n<li>Feature: added option - only direct children to terms select include by</li>\n<li>Feature: added option to post select to get posts by terms from curent meta field</li>\n<li>Fix: preserve tags when truncate</li>\n<li>Fix: fixed load more with second meta add in post query</li>\n</ul>\n\n<p>version 1.5.53: 2023-02-07</p>\n\n<ul>\n<li>Fix: keep exclude terms in grid when filtering with "override terms" mode</li>\n<li>Fix: fixed get_terms() not found php error from 1.5.52 version</li>\n</ul>\n\n<p>version 1.5.52: 2023-02-06</p>\n\n<ul>\n<li>Change: done some protection agains infinite loops in templates</li>\n<li>Fix: fixed popup button type conditions</li>\n<li>Fix: fixed term meta fields in multisource</li>\n<li>Fix: fixed exclude term not found in post select</li>\n</ul>\n\n<p>version 1.5.51: 2023-01-31</p>\n\n<ul>\n<li>Feature: added version to js comment output</li>\n<li>Feature: connected the galleies to remote play / stop like the carousels</li>\n<li>Feature: added some error message when image size attribute is missing in multisource</li>\n<li>Feature: added dynamic popup special attribute type</li>\n<li>Fix: fixed title source and description source in multisource gallery for products.</li>\n<li>Fix: added supress filtres to ajax search query</li>\n</ul>\n\n<p>version 1.5.50: 2023-01-24</p>\n\n<ul>\n<li>Feature: added "media" to post types select in advanced post query</li>\n<li>Feature: improved the date time attribute</li>\n</ul>\n\n<p>version 1.5.49: 2023-01-23</p>\n\n<ul>\n<li>Fix: fixed some js optimization issues </li>\n<li>Fix: fixed filters related small js bug</li>\n</ul>\n\n<p>version 1.5.48: 2023-01-19</p>\n\n<ul>\n<li>Feature: added gallery to multisource</li>\n<li>Feature: added post type override selectin current post query options</li>\n<li>Fix: fixed remote play with carousel</li>\n<li>Fix: fixed some multisource and ajax related bugs</li>\n<li>Fix: fixed popular posts plugin integration multiple post types</li>\n<li>Fix: fixed background widgets some problematic attribute names</li>\n<li>Fix: fixed include terms by current post terms in some cases.</li>\n<li>Fix: fixed default url_assets value in multisoure</li>\n<li>Fix: fixed dark mode svg icons</li>\n</ul>\n\n<p>version 1.5.47: 2023-01-10</p>\n\n<ul>\n<li>Feature: added more units to slider attribute</li>\n<li>Feature: added "any" post type to post types select</li>\n<li>Feature: added include and exclude current post terms in terms selection</li>\n<li>Feature: added option to carousel - scroll to head - force</li>\n<li>Feature: allow import widgets with theme activate</li>\n<li>Fix: fixed dynamic template render css for dynamic popup</li>\n<li>Fix: fixed users list select by manual</li>\n</ul>\n\n<p>version 1.5.46: 2023-01-08</p>\n\n<ul>\n<li>Feature: set the items image size chooser work for certain image</li>\n<li>Feature: made option to put js script in saparate tags with id\'s for optimization plugins like wprocket</li>\n<li>Feature: enriched the uc_lang variable. now it\'s always showing the current language</li>\n<li>Feature: added user_login variable to the users list output</li>\n<li>Feature: has put the preview link always as a help link in widget edit panel.</li>\n<li>Change: updated the multisource that it works better with items images</li>\n<li>Change: allow html tags in post intro (excerpt) in widgets</li>\n<li>Fix: fixed filters with sync multiple grid issues</li>\n<li>Fix: fixed the exclude users list with similar names</li>\n</ul>\n\n<p>version 1.5.45: 2022-12-26</p>\n\n<ul>\n<li>Feature: added json decode filter to twig</li>\n<li>Feature: added catalog images from shortpixel for speed loading</li>\n<li>Feature: done multisource group setting</li>\n<li>Fix: fixed entrance animation on ajax refresh</li>\n<li>Fix: done sync pause / play between carousels</li>\n</ul>\n\n<p>version 1.5.44: 2022-12-19</p>\n\n<ul>\n<li>Change: updated freemius to the latest version</li>\n<li>Fix: fixed remote play / pause button</li>\n<li>Fix: fixed search filter unicode phrase</li>\n<li>Fix: fixed entrance animation appear on scroll</li>\n<li>Feature: added video gallery responsive options</li>\n<li>Fix: fixed some owl carousel size on init bug</li>\n<li>Fix: fixed js widgets under the dynamic grid template like flipbox</li>\n</ul>\n\n<p>version 1.5.43: 2022-12-04</p>\n\n<ul>\n<li>Feature: add settings output to dynamic grid fields debug</li>\n<li>Fix: fixed pods multiple image data</li>\n<li>Fix: fixed url terms in filter with dynamic grid</li>\n<li>Fix: fixed users and menu not found bug in front </li>\n<li>Change: updated twig engine to the latest version</li>\n</ul>\n\n<p>version 1.5.42: 2022-11-29</p>\n\n<ul>\n<li>Feature: added functionality for time ago in posts widgets</li>\n<li>Feature: added woo variables to woo fields - woo_price_withtax, woo_price_notax</li>\n<li>Feature: added option for term child filter role\n-optimization: reduced number of queries in post related widgets</li>\n</ul>\n\n<p>version 1.5.41: 2022-11-24</p>\n\n<p>-bug fix: fixed post select in post query</p>\n\n<p>version 1.5.40: 2022-11-23</p>\n\n<ul>\n<li>Feature: added integration to woocommerce multicourancy plugins</li>\n<li>Feature: made some integration with translate press plugin</li>\n<li>Feature: added select post and select term attribute</li>\n<li>Fix: fixed dynamic loop css backgrounds with containers</li>\n<li>Fix: fixed mousewheel event in the carousel</li>\n<li>Fix: fixed some rare php error with filters</li>\n</ul>\n\n<p>version 1.5.39: 2022-11-16</p>\n\n<ul>\n<li>Fix: fixed small bug with zip extract</li>\n<li>Update: updated black friday sale banners</li>\n</ul>\n\n<p>version 1.5.38: 2022-11-10</p>\n\n<ul>\n<li>Fix: fixed galleries default sizes with post filters</li>\n<li>Fix: fixed hidden option in select filter in safari browser</li>\n<li>Fix: fixed non ssl assets url</li>\n<li>Feature: added "schema" special attribute</li>\n<li>Fix: fixed false autoplay in carousel</li>\n</ul>\n\n<p>version 1.5.37: 2022-11-09</p>\n\n<ul>\n<li>Fix: fixed 1px glitch bug in the carousel, on 1 item (slide mode)</li>\n<li>Feature: prepared the filters to work with ajax search</li>\n</ul>\n\n<p>version 1.5.36: 2022-11-6</p>\n\n<ul>\n<li>Feature: added function that outputs items schema</li>\n<li>Feature: improved include by meta in posts selection, added option for multiple values</li>\n<li>Feature: added option to get current user with meta in twig</li>\n<li>Addition: validate number of post list attributes, allow only one when creating widget</li>\n<li>Fix: fixed count posts in post query summary</li>\n<li>Fix: fixed entrance animation blur type</li>\n<li>Fix: fixed avoid duplicates with random order while posts load more</li>\n<li>Fix: the timeout now reset after slide change in owl carousel</li>\n<li>Fix: fixed terms selection taxonomies with idetical post type title</li>\n<li>Fix: added protection against inifinite loop in putElementorTemplate twig function</li>\n<li>Fix: fixed acf field unaccessable in some cases with elementor pro 3.8</li>\n</ul>\n\n<p>version 1.5.35: 2022-10-24</p>\n\n<p>-Fix: fixed include by id\'s from dynamic field, and terms from dynamic field in post selection</p>\n\n<p>version 1.5.34: 2022-10-19</p>\n\n<ul>\n<li>Feature: added items image size attribute (special type)</li>\n<li>Fix: fixed show backgrounds in elementor editor</li>\n</ul>\n\n<p>version 1.5.33: 2022-10-15</p>\n\n<ul>\n<li>Fix: fixed avoid duplicates with filters</li>\n<li>Fix: fixed select dropdown filter js</li>\n<li>Feature: added avoid duplicates option to manual posts selection</li>\n</ul>\n\n<p>version 1.5.32: 2022-10-11</p>\n\n<ul>\n<li>Fix: fixed some ajax pagination issues</li>\n<li>Fix: fixed pagination widget appearance on archive ajax pages with filters</li>\n<li>Fix: added twig functionality to put product attributes text</li>\n<li>Fix: fixed export with images not worked in some cases</li>\n<li>Fix: made some protection with ezcache plugin integration and filtering</li>\n<li>Fix: fixed some small php bug with this month post selection</li>\n<li>Fix: fixed some visible and hidden filters collision</li>\n<li>Fix: fixed terms select in terms filter on history back click in filters</li>\n<li>Fix: set child filter always first unselected</li>\n<li>Fix: set option for the tabs filter to be unselected</li>\n<li><p>Fix: fixed the pagination numbers if exclude offset chosen</p></li>\n<li><p>Feature: added multiple taxonomy terms in term selection</p></li>\n<li>Feature: added query id in terms selection</li>\n<li>Feature: added functionality for next / prev post</li>\n</ul>\n\n<p>version 1.5.31: 2022-09-20</p>\n\n<ul>\n<li>Fix: fixed thumbs gallery</li>\n</ul>\n\n<p>version 1.5.30: 2022-09-18</p>\n\n<ul>\n<li>Fix: fixed multiple post filters and grid connection</li>\n<li>Fix: fixed various small php errors</li>\n<li>Fix: fixed wordpress popular posts integration small bug</li>\n<li>Feature: added terms from dynamic post selection option</li>\n<li>Feature: added option for limiting terms show in post list</li>\n<li>Change: updated once more unitegallery graphics, changed assets to svg</li>\n<li>Fix: fixed thumbnail gallery arrows</li>\n</ul>\n\n<p>version 1.5.29: 2022-09-08</p>\n\n<ul>\n<li>Fix: fixed a small issue with search page and load more</li>\n<li>Fix: fix vimeo videos stoppped playing bug</li>\n</ul>\n\n<p>version 1.5.28: 2022-09-06</p>\n\n<ul>\n<li>Feature: added support for the select filter</li>\n<li>Fix: fixed some small js bug with filters</li>\n<li>Fix: fixed some post filters related popup error</li>\n<li>Change: changed the way that galleries srolls by mouseover</li>\n</ul>\n\n<p>version 1.5.27: 2022-09-02</p>\n\n<ul>\n<li>Fix: fixed popular posts plugin integration</li>\n<li>Fix: removed some console logs in filter.js file</li>\n<li>Fix: fixed ajax pagination jump</li>\n<li>Fix: fixed unitegallery strict standards bugs</li>\n<li>Change: renamed field - "use dynamic fields" to "use current post data" in widget editor</li>\n<li>Change: updated freemius sdk to: 2.4.5</li>\n</ul>\n\n<p>version 1.5.26: 2022-08-17</p>\n\n<ul>\n<li>Feature: added debug to remote elements</li>\n<li>Fix: made some protection against wrong animation names in carousel</li>\n<li>Fix: added some small fixes to carousel and remote sync js libraries</li>\n<li>Fix: done a better find closest section in remote</li>\n<li>Fix: fixed not showing values in elementor editor post selectors</li>\n</ul>\n\n<p>version 1.5.25: 2022-08-11</p>\n\n<ul>\n<li>Feature: added option to set title field in items</li>\n<li>Fix: fixed some more lazy load related protections in galleries</li>\n<li>Fix: Fixed some Elementor 3.7 deprecation issues</li>\n</ul>\n\n<p>version 1.5.24: 2022-08-09</p>\n\n<ul>\n<li>Fix: fixed some Elementor 3.7 related js bug in editor</li>\n</ul>\n\n<p>version 1.5.23: 2022-08-05</p>\n\n<ul>\n<li>Feature: added date format to date meta field post selection</li>\n<li>Feature: added more units to padding and margin attribute</li>\n<li>Feature: added option to set selected tab number in tabs filter widget</li>\n<li>Fix: fixed some unitegallery strict related scripts</li>\n<li>Fix: fixed sequance entrance animation attribute</li>\n<li>Fix: fixed some text with pagination edit mode in elementor editor</li>\n<li>Fix: fixed ajax pagination didn\'t get back to first page</li>\n<li>Fix: fixed tabs filter and taxonomy terms in one page</li>\n<li>Change: prepare the right way dates should work in post list</li>\n</ul>\n\n<p>version 1.5.22: 2022-07-24:</p>\n\n<ul>\n<li>Feature: added option to connect to another parent in remote arrows</li>\n<li>Feature: added change url and back button in ajax filers behaviour</li>\n<li>Fix: fixed doubly plugin integration import bg widgets</li>\n<li>Fix: fixed remote next/prev directions in carousels</li>\n<li>Fix: added some more protection against infinite loops from post content processing</li>\n</ul>\n\n<p>version 1.5.21 2022-07-17:</p>\n\n<ul>\n<li>Feature: added docstart and docend template in widget js</li>\n<li>Change: end of birthday sale message update</li>\n<li>Change: added warning message in case of twig collision with other plugins</li>\n</ul>\n\n<p>version 1.5.20 2022-07-13:</p>\n\n<ul>\n<li>Feature: added more widget debug type - current post fields</li>\n<li>Feature: updated admin title on edit widget view</li>\n<li>Feature: added option to carousel: scroll to head</li>\n<li>Feature: added query data attributes into filtering grid</li>\n<li>Fix: fixed ajax pagination in some cases</li>\n<li>Fix: fixed small php bug with hover animations control</li>\n<li>Fix: fixed lity lightbox with vimeo autoplay</li>\n<li>Fix: fixed item index after shuffle</li>\n<li>Fix: fixed some seleted tab filters related issues</li>\n<li>Fix: fixed load more filter doubly ajax request in some cases</li>\n<li>Fix: fixed woo scedualed sale price output</li>\n<li>Fix: in filters replace url with pagination as well</li>\n<li>Fix: changed gallery arrows to svg</li>\n</ul>\n\n<p>version 1.5.19 2022-06-27:</p>\n\n<ul>\n<li>Feature: added max posts to current query</li>\n<li>Fix: fixed controls conditions for elementor template control</li>\n<li>Feature: added more fields to dynamic grid loop (was only title)</li>\n<li>Change: added birthday sale banner and text</li>\n</ul>\n\n<p>version 1.5.17 2022-06-21:</p>\n\n<ul>\n<li>Change: updated fancybox version</li>\n<li>Fix: Fixed bug with ajax load more and ajax pagination</li>\n</ul>\n\n<p>version 1.5.17 2022-06-09:</p>\n\n<ul>\n<li>Feature: fixed entrance animation attribute</li>\n<li>Fix: fixed uc_inside_editor variable inside background widget</li>\n<li>Fix: fixed empty default value of radio boolean control</li>\n<li>Fix: fixed double filtering issues in archive pages</li>\n</ul>\n\n<p>version 1.5.16: 2022-05-31</p>\n\n<ul>\n<li>Fix: fixed double plugin versions in pro version</li>\n<li>Fix: fixed 1 size gap in one item owl carousel</li>\n<li>Fix: fixed the dissapearing options bug in mobile</li>\n</ul>\n\n<p>version 1.5.15: 2022-05-30</p>\n\n<ul>\n<li>Change: set cache folder inside wp-uploads</li>\n<li>Feature: added option to get terms last level only - for post list / grid</li>\n<li>Feature: added twig function - get_current_user</li>\n<li>Feature: disabled right click on html5 galleries (unite gallery)</li>\n<li>Fix: the image and video repeater was missing default items</li>\n<li>Fix: fixed load more and filters on a search page</li>\n<li>Fix: fixed carousel stage padding issues</li>\n<li>Fix: fixed carousel 1 item one pixel issues</li>\n<li>Fix: fixed default values in responsive selectors</li>\n</ul>\n\n<p>version 1.5.14: 2022-05-24</p>\n\n<ul>\n<li>Fix: fixed responsive default values with selectors in number and dropdown and slider controls</li>\n<li>Fix: fixed a bug in run_code_once functionality</li>\n</ul>\n\n<p>version 1.5.13: 2022-05-23</p>\n\n<ul>\n<li>Feature: added integration with "sticky posts switch" plugin</li>\n<li><p>Feature: added special attribute type - entrance animation</p></li>\n<li><p>Fix: fixed sync bug between two similar elements</p></li>\n<li>Fix: fixed filters loading with wp-rocket lazy load scripts</li>\n<li>Fix: fixed put_hide_ids_css function small bug</li>\n<li>Fix: fixed fetch 2 and more widgets within one section for filtering</li>\n<li>Fix: fixed slider control js empty output bug</li>\n<li>Fix: fixed gallery title as number js bug</li>\n<li>Fix: fixed gallery images from meta fields source as array </li>\n</ul>\n\n<p>version 1.5.12: 2022-05-08</p>\n\n<ul>\n<li>Feature: added integration for wpml media change</li>\n<li>Feature: bug fix: fixed hover animations setting don\'t work on front in some cases</li>\n<li>Feature: in post selection by date added options for "future from today", and "future from tomorrow".</li>\n<li>Feature: added new function: "put_hide_ids_css" to hide some css comma saparated id\'s from css tab.</li>\n<li>Feature: added support for ajax refresh for multiple synced grids together</li>\n<li>Feature: added option to test instagram data</li>\n<li><p>Feature: added phpinfo view in settings - troubleshooting</p></li>\n<li><p>Fix: fixed blank window opened by a link</p></li>\n<li>Fix: fixed acf boolean value present</li>\n<li>Fix: fixed another gallery related lazy load issues</li>\n</ul>\n\n<p>version 1.5.11: 2022-04-13</p>\n\n<ul>\n<li>Feature: made option to put elementor post_content inside post widget if the post made by elementor</li>\n<li>Feature: added additional fields to getPostAuthor function like avatar url and author meta</li>\n<li>Feature: show the "no posts" message with filters in post list / grid</li>\n<li>Feature: add background location (back/front) to background widgets</li>\n<li>Feature: done option to get post parent with the posts in posts selection</li>\n<li>Fix: set prices display in woocommerce widgets including tax</li>\n<li>Fix: fixed editor js files didn\'t loaded bug</li>\n<li>Fix: fixed css output with dynamic template and inline css mode</li>\n<li>Fix: fixed the ajax pagination that now works with post based gallery widget</li>\n<li>Fix: fixed filters scripts loading before jquery in js</li>\n<li>Fix: allow to select empty terms in term selection control</li>\n<li>Change: set default values of responsive number / slider / dropdown controls to desktop default values</li>\n</ul>\n\n<p>version 1.5.10: 2022-04-04</p>\n\n<ul>\n<li>Fix: fixed title and description source in gallery source selection</li>\n<li>Fix: fixed the dropdown attribute php filter for elementor</li>\n<li>Feature: added "menu_id" for various uses as menu attribute output</li>\n<li>Feature: added option for side offset in owl carousel</li>\n<li>Feature: added option for second items html refresh in ajax filters</li>\n</ul>\n\n<p>version 1.5.9: 2022-03-27</p>\n\n<ul>\n<li>Fix: fixed simple meta output for post list</li>\n<li>Feature: made dynamic grid work with filters</li>\n<li>Feature: the background widgets works for the new container objects as well</li>\n<li>Feature: added include by another meta field in post query</li>\n</ul>\n\n<p>version 1.5.8: 2022-03-23</p>\n\n<ul>\n<li>Feature: set special behaviour for more then one filters on the page</li>\n<li>Feature: added option to load video item from posts in a gallery</li>\n<li>Change: set up galleries common default items</li>\n<li>Fix: fixed unclosable gallery lightbox with youtube videos</li>\n<li>Fix: fixed elementor 3.6.0 compatability</li>\n</ul>\n\n<p>version 1.5.7: 2022-03-17</p>\n\n<ul>\n<li>Feature: added option to modify dropdown items in php\nFix: fixed gallery default items preview and init\nFix: fixed remote counter js error</li>\n</ul>\n\n<p>version 1.5.6 = 2022-03-15:</p>\n\n<p>Fix: fixed dissapearing items in remote related widgets</p>\n\n<p>version 1.5.5 = 2022-03-15:</p>\n\n<ul>\n<li>Feature: added woocommerce sorting options in posts selection by number of sales and rating</li>\n<li>Feature: added option to get related products on checkout page</li>\n<li>Feature: done manual posts and terms selections sort by drag and drop</li>\n<li>Feature: done option to custom refresh filters html (for carousels, galleries etc)</li>\n<li>Feature: made the attributes dialog support multi controls</li>\n<li>Feature: prepared the galleries and dynamic loops to use filters and load more\nFix: fixed query debug in manual posts selection\nFix: fix: fixed posts_per_page in manual posts selection\nFix: fix: fixed jquery include for remote widgets</li>\n</ul>\n\n<p>version 1.5.4 = 2022-03-06:</p>\n\n<ul>\n<li>Feature: added roles to post filter: single, main and child</li>\n<li>Feature: added option "placeholder" and "disable dynamic" for text field control</li>\n<li>Feature: added option for debug meta fields in post list, post grid</li>\n<li>Fix: fixed some pagination widget buttons related issues</li>\n<li>Fix: fixed non clickable items in some widgets</li>\n<li>Fix: fixed put_items(0) - first item output in twig</li>\n</ul>\n\n<p>version 1.5.3 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: added functionality to put image inside taxonomy terms widget</li>\n<li>Fix: fixed load more on archive page with orderby=xxx filter in url</li>\n<li>Fix: made support for woocommerce special order by in load more</li>\n<li>Change: updated freemius sdk to 2.4.3 version (Security fix)</li>\n</ul>\n\n<p>version 1.5.2 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: set up remote and sync functionality for the galleries</li>\n<li>Fix: fixed load more for current query posts</li>\n<li>Fix: fixed background js based widgets with elementor popups</li>\n<li>Fix: fixed unitegallery unclosed tag issue</li>\n<li>Fix: fixed replace mode in tabs filters</li>\n</ul>\n\n<p>version 1.5.1 = 2022-02-21:</p>\n\n<ul>\n<li>Feature: improved post pagination debug and added force options</li>\n<li>Feature: added code for the button filters</li>\n<li>Feature: added option to shuffle owl carousel</li>\n<li>Feature: added option for general "shuffle" in items</li>\n<li>Feature: made option for text modify, and get the current page url and current page title</li>\n<li>Feature: get feature image of a product from a first gallery image if featured image not exists</li>\n<li>Feature: added function "one_random" and "first" to get_items twig function</li>\n<li>Feature: added support for jet listing item</li>\n<li>Change: changed the "choose template" setting text to attirbute title</li>\n<li>Fix: fixed load more if offset turned on in the grid</li>\n<li>Fix: fixed link control attributes parsing</li>\n<li>Fix: fixed sync general api related bugs in elementor editor</li>\n</ul>\n\n<p>version 1.5.0 = 2022-02-02:</p>\n\n<ul>\n<li>Feature: added tabs in items controls</li>\n<li>Feature: added functionality for ajax taxonomies terms filter</li>\n<li>Feature: added some accessability to owl carousel buttons</li>\n</ul>\n\n<p>version 1.4.99: 2022-01-27:</p>\n\n<ul>\n<li>Feature: added option for disable content filtering in general settings->troubleshooting</li>\n<li>Feature: added taxonomies in widget debug output</li>\n<li>Fix: fixed some gallery lazy load related js bugs</li>\n</ul>\n\n<p>version 1.4.98: 2022-01-14:</p>\n\n<ul>\n<li>Feature: modified remote general js api to fit more types of widgets</li>\n<li>Feature: added support for put meta field in post list</li>\n<li>Fix: fixed some small php notices output in post query</li>\n</ul>\n\n<p>version 1.4.97 = 2022-01-06:</p>\n\n<ul>\n<li>Feature: add code base for the taxonomy filter</li>\n<li>Feature: added option to highlight all carousel items</li>\n<li>Feature: added active class to new owl carousel</li>\n<li>Feature: added scroll on click functionality to new owl carousel</li>\n<li>Fix: added support for acf fields styles in dynamic grid</li>\n<li>Fix: fixed some wp-rocket and filters related bug</li>\n</ul>\n\n<p>version 1.4.96 = 2021-12-29:</p>\n\n<ul>\n<li>Feature: use yoast main category feature to determine post main category</li>\n<li>Feature: added get woocommerce product gallery functionality to twig</li>\n<li>Feature: added support for multiple attribute conditoins values</li>\n<li>Feature: added menu order in advanced widget debug type</li>\n<li>Feature: added WooCommerce endpoints links code to twig</li>\n<li>Feature: added option to disable font awesome in general settings</li>\n<li>Fix: fixed some filters related issue</li>\n<li>Fix: added custom attributes to link attributes output</li>\n</ul>\n\n<p>version 1.4.95 = 2021-12-16:</p>\n\n<p>*Fix: fixed db table not found php bug in some cases</p>\n\n<p>version 1.4.94 = 2021-12-14:</p>\n\n<ul>\n<li>Feature: made posible multiple includes condition values per assets</li>\n<li>Feature: added meta value2 and meta value3 in include by meta value post selection</li>\n<li>Feature: added error notice if no api connectivity</li>\n<li>Feature: added attributes section conditions</li>\n<li>Feature: prepared code base for the new galleries</li>\n<li>Fix: fixed some small pagination related bug</li>\n<li>Fix: fixed remote connection parent detection in some cases</li>\n<li>Fix: added content filtering by filter widget_text_content for all the embed and other content modifications</li>\n<li>Fix: fixed edit defaulsin widget settings</li>\n<li>Fix: fixed some polylang issues with the template in dynamic template widgets</li>\n<li>Fix: [security] remove the "duplicate layout" functionality (not used in the plugin) that had some security issues </li>\n</ul>\n\n<p>version 1.4.93 = 2021-12-03:</p>\n\n<ul>\n<li>Fix: fixed some connected widgets bugs when there is many of them in the page</li>\n<li>Change: removed the black friday sale banner</li>\n<li>Feature: added general remote API for various widgets connections</li>\n<li>Feature: add some code base for the new gallery output</li>\n</ul>\n\n<p>version 1.4.92 = 2021-11-24:</p>\n\n<ul>\n<li>Fix: fixed similar post content in post list</li>\n<li>Change: saparated remote and sync options in connected widgets settings</li>\n</ul>\n\n<p>version 1.4.91 = 2021-11-23:</p>\n\n<ul>\n<li>Fix: fixed the wrong post intro in editor mode</li>\n</ul>\n\n<p>version 1.4.90 = 2021-11-22:</p>\n\n<ul>\n<li>Addition: added black friday banner discount banner and link</li>\n<li>Change: improved "sync widgets" editor experience</li>\n<li>Fix: fixed depricated "post" attribute bug</li>\n<li>Fix: modified zip extracting error messages</li>\n</ul>\n\n<p>version 1.4.89 = 2021-11-17:</p>\n\n<ul>\n<li>Feature: done the functionality for sync widgets</li>\n<li>Feature: done the functionality remote widgets</li>\n<li>Fix: fixed error message on remote widgets</li>\n<li>Fix: fixed css in post content in editor</li>\n<li>Fix: use better strip tags for post intro</li>\n</ul>\n\n<p>version 1.4.88 = 2021-11-08:</p>\n\n<ul>\n<li>Fix: fixed gutenberg support in widgets</li>\n<li>Fix: fixed all the pagination issues in archive page</li>\n</ul>\n\n<p>version 1.4.86 = 2021-11-01:</p>\n\n<ul>\n<li>Fix: fixed some load more last issues</li>\n<li>Feature: added code for taxonomy terms filter</li>\n<li>Feature: added code for checkbox filter</li>\n</ul>\n\n<p>version 1.4.86 = 2021-10-29:</p>\n\n<ul>\n<li>Feature: improved current query debug - full type</li>\n<li>Feature: added dropdown responsive placeholders</li>\n<li><p>Feature: added radio boolean attribute responsive controls</p></li>\n<li><p>Fix: fixed controls tabs functionality</p></li>\n<li>Fix: fixed load more custom image bug</li>\n<li>Fix: fixed double load more in a page mishmash bug</li>\n<li>Fix: fixed all load more issues</li>\n</ul>\n\n<p>version 1.4.85 = 2021-10-13:</p>\n\n<p>-bug fix: small bug fix - headers sent bug</p>\n\n<p>version 1.4.84 = 2021-10-13:</p>\n\n<ul>\n<li>Feature: added taxonomy terms full query debug option</li>\n<li>Feature: improved full debug type in posts query</li>\n<li>Feature: added items support in editor->background switcher</li>\n<li>Feature: added support for remote controls</li>\n<li>Feature: functionality to posts load more</li>\n<li>Feature: added second condition</li>\n<li>Feature: added tabs functionality to attributes</li>\n<li>Addition: added %,px to slider units</li>\n<li>Fix: fixed avoid duplicates related bug</li>\n<li>Fix: fixed conflicting wordpress codemirror script</li>\n<li>Fix: fixed post selection values init from editor</li>\n<li>Fix: fixed pagination on front page</li>\n<li>Fix: fixed some polylang related bugs</li>\n</ul>\n\n<p>version 1.4.83 = 2021-09-22:</p>\n\n<ul>\n<li>Fix: fixed styles mishmash inside elementor editor navigator</li>\n<li>Fix: fixed dissapearing carousels after refresh bug</li>\n<li>Fix: fixed dynamic grid pagination not changed</li>\n</ul>\n\n<p>version 1.4.82 = 2021-09-20:</p>\n\n<ul>\n<li>Feature: added troubleshooting setting - show php error message</li>\n<li>Feature: added px, vh, % options for slider attribute</li>\n<li>Feature: added dynamic group attributes for galleries, including image and video</li>\n<li>Feature: added option to convert one date string to another with ucdate filter</li>\n<li>Feature: added option to use items in background widgets</li>\n<li>Feature: added ucfunc("set") and ucfunc("get") functions in twig for remember and retrieve variables</li>\n<li>Feature: added include by option: "children of current term" to category selection options</li>\n<li>Feature: added option to pull woo product variations in twig</li>\n<li>Feature: added placeholder: link_withprefix, link_noprefix for link attribute</li>\n<li>Fix: fixed error when exists dynamic link in dynamic loop widgets</li>\n<li>Fix: enabled pagination in a single type in dynamic template grid</li>\n<li>Fix: the "not equal" attributes condition now works</li>\n<li>Fix: fixed not editable empty dropdown attribute in widget editor</li>\n<li>Fix: fixed mb_string absence php bug</li>\n<li>Fix: fixed heading attribute label</li>\n<li>Fix: fixed responsive elementor controls in widget items</li>\n</ul>\n\n<p>version 1.4.81 = 2021-08-17:</p>\n\n<ul>\n<li>Feature: added json select (lottie) for image attribute type </li>\n<li>Feature: made option for ajax in widgets with post list attribute</li>\n<li>Feature: made the ajax pagination work with pagination widget</li>\n<li>Feature: added dynamic options for number and slider attribute types</li>\n<li>Feature: added new owl carousel sources in assets chooser</li>\n<li>Feature: added heading attribute</li>\n<li>Change: added more types of debug for pagination widget</li>\n<li>Change: changed widget icons chooser for elementor icon instead of font awesome icon</li>\n<li>Fix: fixed import with template button dissapear in the new bar</li>\n<li>Fix: fixed widgets icons</li>\n</ul>\n\n<p>version 1.4.80 = 2021-08-09:</p>\n\n<ul>\n<li>Feature: added option to change items section label</li>\n<li>Feature: added js snippet with code that works in elementor popup</li>\n<li>Feature: added option to add {current_user_id} keyword in post meta query</li>\n<li>Feature: added option for block label inside each attribute</li>\n<li>Feature: added heading text option for items section</li>\n<li>Feature: added extra fields to image base gallery options</li>\n<li>Feature: added php filter option for variable</li>\n<li>Feature: added twig functions "get_post_term" and "is_post_has_term". The examples visible when you click on item.posts.putPostTerm placeholder</li>\n<li>Fix: fixed some test widgets output relate bugs</li>\n<li>Fix: conditions settings was not affected typography controls</li>\n<li>Fix: fixed template dynamic background image didn\'t displayed bug in dynamic loops</li>\n<li>Change: added some instructions for api connectivity test in general settings - troubleshooting</li>\n</ul>\n\n<p>version 1.4.79 = 2021-07-13</p>\n\n<ul>\n<li>Fix: fixed scripts output in preview widget page</li>\n</ul>\n\n<p>version 1.4.78 = 2021-07-12</p>\n\n<ul>\n<li>Change: added birthday sale promotions</li>\n<li>Feature: added woo commerce products to dynamic loop items source</li>\n</ul>\n\n<p>version 1.4.77 = 2021-07-07</p>\n\n<ul>\n<li>Fix: fixd the is_ajax() error function from the admin area</li>\n</ul>\n\n<p>version 1.4.76 = 2021-07-07</p>\n\n<ul>\n<li>Feature: added option to show post last modified date</li>\n<li>Feature: added function: get_from_sql in widget editor that allow to pull any custom records from DB</li>\n<li>Feature: added function: run_code_once in widget editor, that allow to run the code only once. Good for many similar widgets on the same page</li>\n<li>Feature: added option for load widget js as module</li>\n<li>Fix: fixed no key_thumb field in images inside widget</li>\n<li>Fix: fixed no condition in image sizes widget setting</li>\n<li>Fix: fixed javascript based backgrounds</li>\n<li>Fix: fixed brocken svg icon on catalog widget box in some of the cases</li>\n<li>Fix: fixed collision with rankmath in ajax actions</li>\n<li>Change: added some max length for a widget category, now it\'s 60</li>\n</ul>\n\n<p>version 1.4.75 = 2021-06-21</p>\n\n<ul>\n<li>Feature: added category image to products list</li>\n<li>Feature: added option to include as module widget js include</li>\n<li>Feature: added option to write custom handle to widget js and css include</li>\n<li>Feature: added options - avoid duplicate posts to post query exclude</li>\n<li>Feature: added option to include or exclude posts by dynamic field to posts selection</li>\n<li>Feature: added option to include or exclude posts by logged in user, in posts selection</li>\n<li>Fix: fixed background widget condition functionality</li>\n<li>Fix: changed template picker to simple select2 list</li>\n</ul>\n\n<p>version 1.4.74 = 2021-06-02</p>\n\n<ul>\n<li>Feature: added function put_date_range to twig functions. good for events widgets</li>\n<li>Feature: added integration with google map</li>\n<li>Feature: added function: "run_code_once" for twig</li>\n<li>Feature: added grouped options for the gallery</li>\n<li>Feature: added option to get posts by date from custom ACF field</li>\n<li>Feature: added gallery settings options for dynamic settings attribute</li>\n<li>Feature: added pagination to dynamic loop</li>\n<li>Change: improved dynamic settings attribute</li>\n</ul>\n\n<p>version 1.4.73 = 2021-05-20</p>\n\n<ul>\n<li>Feature: added twig function: "put_attributes_json" that available in js tab in widget editor</li>\n<li>Feature: added constant - uc_inside_editor - for distinquish between editor and site front</li>\n<li>Feature: added multiple select attribute</li>\n<li>Feature: added listing attribute support</li>\n<li>Fix: fixed "request too long" message on a widget preview - shortened preview url</li>\n<li>Fix: fixed several bugs with condition field in widgets editor</li>\n<li>Fix: fixed hidden image size select on item attributes</li>\n<li>Fix: fixed acf group field output</li>\n<li>Fix: fixed elementor template in items, changed to specific function</li>\n</ul>\n\n<p>version 1.4.72 = 2021-05-02</p>\n\n<ul>\n<li>Feature: added rating stars helper placeholder for woocommerce</li>\n<li>Feature: added option to include js file after elementor-frontend</li>\n<li>Fix: fixed new typography deprecation message</li>\n</ul>\n\n<p>version 1.4.71 = 2021-04-22</p>\n\n<ul>\n<li>Feature: added option to take post id\'s from php function in post selection</li>\n<li>Feature: added option for get posts by meta field that located in current or different post</li>\n<li>Feature: added twig filter: wc_price for native price filtering</li>\n<li>Feature: added post terms titles to post data debug</li>\n<li>Change: added option for woocommerce categories in terms selection</li>\n<li>Fix: fixed price issues in woocommerce related grids</li>\n<li>Fix: fixed include and exclude terms mismatch with nested tax query</li>\n<li>Fix: fixed pagination on search pages</li>\n</ul>\n\n<p>version 1.4.70 = 2021-04-14</p>\n\n<ul>\n<li>Feature: added show widget data debug options</li>\n<li>Feature: added option for filter post by post meta</li>\n<li>Feature: added option for simple condition for attributes</li>\n<li>Feature: added integration with wordpress popular post plugin for most viewed posts selection</li>\n<li>Feature: added post list variables for data debug</li>\n<li>Feature: added image sizes selector for post list</li>\n<li>Feature: get thumbnailID from content in case that it\'s missing in post</li>\n<li>Fix: when bulk moving attribute it now always goes to general category</li>\n<li>Fix: fixed filter posts by status</li>\n<li>Fix: fixed instagram media albom</li>\n</ul>\n\n<p>version 1.4.69 = 2021-04-04</p>\n\n<ul>\n<li>Feature: added extra query debug options for custom post types selector</li>\n<li>Feature: added choose image size select option to image attribute</li>\n<li>Feature: added "image_attributes" placeholder for image output in widget editor</li>\n<li>Change: added default values select to hover animations attribute</li>\n<li>Change: changed button "add to cart" to "select options" for variable products in woocommerce list widgets</li>\n<li>Fix: fixed border radius attribute from width to radius</li>\n<li>Fix: added missing thumb sizes for image select</li>\n</ul>\n\n<p>version 1.4.68 = 2021-03-22</p>\n\n<ul>\n<li>Feature: added include recently viewed products in woocommerce</li>\n<li>Feature: added option for default max posts in post selector</li>\n<li>Feature: added attribute type: Border Dimensions</li>\n<li>Feature: added attribute type: CSS Filters</li>\n<li>Feature: added attribute type: Hover Animations</li>\n<li>Fix: removed max posts from archive type post query selection, because has no control over pagination.</li>\n<li>Fix: fixed bug when instagram video images didn\'t show up</li>\n</ul>\n\n<p>version 1.4.67 = 2021-03-12</p>\n\n<ul>\n<li>Feature: added api connectivity to troubleshooting section</li>\n<li>Feature: added options in terms selection fields</li>\n<li><p>Feature: added order by meta key for woo categories select</p></li>\n<li><p>Fix: fixed woo product price format for decimal prices</p></li>\n<li>Fix: fixed context menu cut from bottom inside the widgets manager</li>\n<li>Fix: fixed show item data in widgets items repeater</li>\n<li>Fix: fixed float to round in woocommerce discount percents</li>\n</ul>\n\n<p>version 1.4.66 = 2021-02-18</p>\n\n<ul>\n<li>Feature: added "box shadow" attribute type</li>\n<li>Feature: added url_posts and num_posts to users output</li>\n<li>Feature: added option for selector 2 and selector 3 in several attributes</li>\n<li>Feature: added copy / paste attributes sections in widget editor</li>\n<li>Feature: added option for get default object to getListingItemData function</li>\n<li>Feature: added support for wpml site language inside a widget</li>\n<li>Feature: added acf image and thumbnails widths and heights to placeholders list</li>\n<li>Fix: load js include file in editor even if no js code</li>\n<li>Fix: fixed some php notice with exclude terms posts selection</li>\n<li>Fix: fixed small bug in getListingItemData function with no object returned</li>\n<li>Fix: fixed post selection manual select no posts shown at init</li>\n<li>Fix: fixed bug when private posts not fetched on manual posts selection</li>\n<li>Change: updated codemirror to latest version, added code search feature</li>\n<li>Change: updated freemius sdk to 2.4.2</li>\n</ul>\n\n<p>version 1.4.65 = 2021-02-03</p>\n\n<ul>\n<li>Feature: added option to fetch custom meta fields in users list</li>\n<li>Feature: added function to twig: getByPHPFunction()</li>\n<li>Feature: added function to twig: getUserMeta()</li>\n<li>Feature: added function to twig: getListingItemData() - working inside any plugin listing</li>\n<li>Fix: fixed php sanitize array bug</li>\n<li>Fix: fixed post type in related posts post selection</li>\n</ul>\n\n<p>version 1.4.64 = 2021-02-02</p>\n\n<ul>\n<li>Change: moved "edit widget html" button to advanced section in general tab</li>\n<li>Feature: added option to exclude products on sale in products query section in widget settings</li>\n<li>Feature: added option to exclude specific posts in post selection widget settings</li>\n<li>Feature: added woocommerce related products select in post selection</li>\n<li>Feature: added include/exclude posts by author in widget posts selection</li>\n<li>Feature: added include/exclude posts by date in widget posts selection</li>\n<li>Feature: added date/time picker to widget attributes types</li>\n<li>Feature: added post status to widget posts selection</li>\n<li>Feature: added offset setting to widget posts selection</li>\n<li>Feature: added author url and author post count to users fields</li>\n<li>Feature: added max number of users to user selection attribute</li>\n<li>Feature: added "elementor template" attribute</li>\n<li>Fix: fixed small php bug in post selection control</li>\n<li>Fix: fixed js bug in items repeater</li>\n<li>Fix: fixed exclude role not worked in user selection attribute</li>\n<li>Fix: fixed get products on sale selection with variations</li>\n</ul>\n\n<p>version 1.4.63 = 2021-01-26</p>\n\n<ul>\n<li>Feature: added acf link array and attributes</li>\n<li>Feature: added ordering features to post selection related and manual</li>\n<li>Feature: added option for showing only sticky posts</li>\n<li>Feature: added exclude by term setting in widget post selection</li>\n<li>Change: moved debug data from advaned to general folder in elementor widget settings</li>\n<li>Fix: fixed woo commerce prices number format</li>\n<li>Fix: fixed refresh posts on "post query" section open in widget post settings</li>\n<li>Fix: fixed manual posts selection default order</li>\n</ul>\n\n<p>version 1.4.62 = 2021-01-21</p>\n\n<ul>\n<li>Feature: added text shadow field</li>\n<li>Feature: added "manual selection" in posts query</li>\n<li>Feature: added compatability tag</li>\n<li>Fix: fixed image size thumb name with "-" sign inside</li>\n<li>Fix: fixed some php warning related to array to string conversion, happening in php 8</li>\n<li>Change: show woo commerce placeholders if selected "for woocommerce products" checkbox in post list attribute</li>\n<li>Change: improved woo category output placeholder help, added getTermCustomFields function</li>\n</ul>\n\n<p>version 1.4.61 = 2021-01-14</p>\n\n<ul>\n<li>Feature: added max posts and order by options to current query posts selection</li>\n<li>Feature: added manual selection for woocommerce categories select</li>\n<li>Feature: added selector and responsive to drop down attribute in widget builder</li>\n<li>Change: changed buy pro version link from the catalog widgets to inside of the plugin</li>\n<li>Fix: fixed adding widgets to a db table that is not auto incriment</li>\n<li>Fix: fixed svg preview from widget builder interface</li>\n<li>Fix: fixed manual memory check when registering widgets</li>\n</ul>\n\n<p>version 1.4.60 = 2020-12-30</p>\n\n<ul>\n<li>Feature: added option for third party integration for woocommerce grid</li>\n<li>Feature: added integration for "advanced labels for woocommerce" plugin</li>\n<li>Feature: added view file button in assets manager</li>\n<li>Feature: added svg icon option together with font icon for elementor panel widget box</li>\n<li>Feature: added preview image on mouseover inside elementor panel widget box</li>\n<li><p>Feature: added option for disabling "edit widget html" from widget settings</p></li>\n<li><p>Fix: fixed empty settings when there are gallery item setting only</p></li>\n<li>Fix: added "no settings" heading in case that no attributes in the widget</li>\n<li>Fix: fixed some php warnings for php 8.0</li>\n</ul>\n\n<p>version 1.4.59 = 2020-12-17</p>\n\n<ul>\n<li>Fix: fixed import template redirect</li>\n<li>Feature: added option to include sticky posts for post query</li>\n<li>Feature: added post pagination for single page</li>\n<li>Feature: added number of items for instagram widget</li>\n<li>Feature: added background image to background attribute</li>\n</ul>\n\n<p>version 1.4.58 - 2020-12-07</p>\n\n<ul>\n<li>Feature: make the plugin translatable for wordpress.org</li>\n</ul>\n\n<p>version 1.4.57 - 2020-12-07</p>\n\n<ul>\n<li>Feature: done post pagination widget for archive posts</li>\n<li>Feature: added option to truncate the post list</li>\n<li>Fix: fixed show debug query on current post query</li>\n</ul>\n\n<p>version 1.4.56 - 2020-11-30</p>\n\n<ul>\n<li>Update: relesed cyber monday deal admin notice</li>\n</ul>\n\n<p>version 1.4.55 - 2020-11-26</p>\n\n<ul>\n<li>Feature: added option to sort by sale price</li>\n<li>Feature: added option to debug query</li>\n<li>Feature: added option debug widget data</li>\n<li>Feature: added option to filter posts with child categories</li>\n<li><p>Feature: added option to include only products on sale</p></li>\n<li><p>Fix: fixed no widget shown in some cases</p></li>\n<li>Fix: fixed woocommerce prices placeholders prefix</li>\n</ul>\n\n<p>version 1.4.54 - 2020-11-13 =</p>\n\n<ul>\n<li>Update: updated freemius sdk to newest version</li>\n<li>Fix: fixed comma saparated selector</li>\n</ul>\n\n<p>version 1.4.53 - 2020-11-09 =</p>\n\n<ul>\n<li>Feature: added background widgets and section backgrounds</li>\n<li>Change: removed global colors from template export</li>\n<li>Fix: fixed bug with regular and sale price in woocommerce</li>\n</ul>\n\n<p>version 1.4.52 - 2020-11-06 =</p>\n\n<p>Fix: fixed bug with regular and sale price in woocommerce</p>\n\n<p>version 1.4.51 - 2020-11-04 =</p>\n\n<ul>\n<li>Feature: added svg output in icon library attribute</li>\n<li>Feature: added woocommerce checkbox to post list</li>\n<li>Feature: added product out of stock filter for product selection</li>\n<li>Feature: added discount_percent field in post list attribute woocommerce product type</li>\n<li>Feature: added woocommerce post list order by price option</li>\n<li>Fix: fixed woocommerce category in post list attribute</li>\n</ul>\n\n<p>version 1.4.50 - 2020-10-21 =</p>\n\n<ul>\n<li>Fix: removed display errors setting</li>\n</ul>\n\n<p>version 1.4.49 - 2020-10-12 =</p>\n\n<ul>\n<li>Fix: fixed small bug with non existing controls</li>\n<li>Fix: fixed general settings error when turning off plugin</li>\n</ul>\n\n<p>version 1.4.48 - 2020-10-12 =</p>\n\n<p>*Feature: added border attribute\n*Fix: page break in some versions of elementor\n*Fix: fixed bulk move attributes with categories\n*Fix: fixed default items image field not match</p>\n\n<p>version 1.4.47 - 2020-10-08 =</p>\n\n<ul>\n<li>Update: remove russian translation</li>\n<li>Feature: added function: get_items for twig</li>\n<li>Fix: fixed switch content and style tab</li>\n<li>Fix: fixed slider control tablet/mobile default value</li>\n<li>Fix: fixed non ordered widget categories</li>\n</ul>\n\n<p>version 1.4.46 - 2020-10-04 =</p>\n\n<ul>\n<li>Feature: added function put_items_json for js items output</li>\n<li>Fix: returned widgets from uncategorized category</li>\n</ul>\n\n<p>version 1.4.45 - 2020-10-04 =</p>\n\n<ul>\n<li>Fix: fixed template import with custom widgets</li>\n</ul>\n\n<p>version 1.4.44 - 2020-10-03 =</p>\n\n<ul>\n<li>Feature: added flexible content type attribute</li>\n<li>Optimize: reduced the number of db queries, dramatically increased load speed</li>\n</ul>\n\n<p>version 1.4.43 - 2020-09-22 =</p>\n\n<ul>\n<li>Feature: added option to group attributes into sections</li>\n<li>Feature: done instagram access token auto renew</li>\n<li>Feature: added "selector" to color picker attribute</li>\n<li>Fix: improved consolidate widgets option protection</li>\n<li>Fix: fixed select default widget images</li>\n<li>Fix: fixed default items in gallery item (image base fields)</li>\n<li>Fix: fixed image display in default item selector</li>\n<li>Fix: global colors was absent from color selection</li>\n</ul>\n\n<p>version 1.4.42 - 2020-08-06 =</p>\n\n<ul>\n<li>Feature: added option to get grouped woocomerce products</li>\n<li>Feature: added instagram connect to official API</li>\n<li>Feature: added function: getUserData(), added into "twig code examples" panel</li>\n<li>Feature: added "printVar" and "showDebug" functions "twig code examples" panel</li>\n<li>Feature: done "login with instagram" in general settings, and get data from instgram API</li>\n<li>Fix: sorted "overwrite widgets" issue on import</li>\n<li>Fix: fixed dropdown attribute when work with html data</li>\n</ul>\n\n<p>version 1.4.41 - 2020-06-18 =</p>\n\n<ul>\n<li>Feature: added additional controls to "number" attribute</li>\n<li>Feature: added "exclude uncategorized category" to woocommerce categories select </li>\n<li>Feature: added responsive controls to slider attribute</li>\n<li>Fix: fixed template type variable issues in elementor integration</li>\n<li>Fix: show pagination only when "current query" is available</li>\n<li>Fix: fixed select2 field min width in posts query</li>\n</ul>\n\n<p>version 1.4.40 - 2020-06-10 =</p>\n\n<ul>\n<li>Change: hided "consolidate widgets" general setting</li>\n<li>Feature: added "show/hide wrapping html comments" to general settings</li>\n<li>Fix: fixed export template filename</li>\n</ul>\n\n<p>version 1.4.39 - 2020-06-02 =</p>\n\n<ul>\n<li>Fix: fixed save widgets from editor with large config limitation.</li>\n<li>Fix: fixed export template with page settings bug.</li>\n<li>Fix: removed extra fields from items editor, leaved only supported fields</li>\n<li>Change: updated freemius SDK to latest version</li>\n</ul>\n\n<p>version 1.4.36 - 2020-05-21 =</p>\n\n<ul>\n<li>Feature: added support for pods panda repeater</li>\n<li>Fix: done some solution for max_execution_time issues when installing template</li>\n<li>Fix: fixed rtl on templates dialog popup</li>\n<li>Fix: corrected the naming near the "number" field</li>\n<li>Fix: cleared "twig" library from some not needed files.</li>\n<li>Change: removed "image view" file from framework.</li>\n</ul>\n\n<p>version 1.4.35 - 2020-05-11 =</p>\n\n<ul>\n<li>Feature: added term custom fields support</li>\n<li>Feature: added term meta fields support</li>\n<li>Change: moved composer vendor folder to plugin root</li>\n<li>Change: fixed empty templates list bug when "show only installed widget" checkbox checked</li>\n<li>Fix: sorted out some of the templates import bugs</li>\n</ul>\n\n<p>version 1.4.34 - 2020-05-06 =</p>\n\n<ul>\n<li>Fix: removed category ations from templates section</li>\n<li>Fix: show "putPostMeta" function even if no example post available</li>\n<li>Fix: fixed finally all the DB not installed issues on elementor and admin pages</li>\n</ul>\n\n<p>version 1.4.33 - 2020-05-03 =</p>\n\n<ul>\n<li>Fix: fixed double twig collision by another plugin</li>\n</ul>\n\n<p>version 1.4.32 - 2020-05-02 =</p>\n\n<ul>\n<li>Update: updated to newest twig 1.x version</li>\n<li>Fix: fixed no space between placeholders in php 7.4 bug</li>\n</ul>\n\n<p>version 1.4.31 - 2020-04-26 =</p>\n\n<p>*Fix: fixed dissapearing widget issue</p>\n\n<p>version 1.4.30 - 2020-04-23 =</p>\n\n<ul>\n<li>Fix: fixed couple of bugs related to templates</li>\n</ul>\n\n<p>version 1.4.29 - 2020-04-22 =</p>\n\n<ul>\n<li>Feature: released the templates catalog</li>\n</ul>\n\n<p>version 1.4.28 - 2020-04-10 =</p>\n\n<ul>\n<li>Feature: added woocommerce categories field</li>\n<li>Fix: fixed export / import with images feature</li>\n<li>Fug: fixed error message on front on some cases when the db tables not installed yet.</li>\n</ul>\n\n<p>version 1.4.27 - 2020-04-01 =</p>\n\n<p>Fix: fixed widget default icon in manager\nFeature: added "getPostMeta, putPostMeta, printPostMeta" functions\nFeature: added "getPostData" function for acf related posts, that get\'s all the data from the related post including custom fields</p>\n\n<p>version 1.4.26 - 2020-03-28 =</p>\n\n<ul>\n<li>Change: changed to new api address</li>\n<li>Fix: fixed links not included bug in theme builder posts</li>\n<li>Fix: fixed link to buy pro version</li>\n<li>Fix: fixed free version remain activated bug</li>\n<li>Fix: simpleXML validation made the site down</li>\n</ul>\n\n<p>version 1.4.25 - 2020-03-09 =</p>\n\n<ul>\n<li>Feature: added "responsive controls" to margin and padding setting</li>\n<li>Feature: made "refresh catalog" button</li>\n<li>Feature: added "num_items" variable to the widget editor</li>\n<li>Change: removed the "default fonts" from widget defaults screen</li>\n<li>Fix: fixed some php bug in "implode" function</li>\n<li>Fix: fixed posts from sub categories in post list</li>\n</ul>\n\n<p>version 1.4.24 - 2020-02-14 =</p>\n\n<ul>\n<li>Feature: made "export with images" option in templates</li>\n<li>Fix: fixed import category widgets</li>\n<li>Fix: fixed icon html output placeholder</li>\n</ul>\n\n<p>version 1.4.23 - 2020-02-02 =</p>\n\n<ul>\n<li>Feature: improved the slider attribute</li>\n<li>Feature: added "menu" attribute</li>\n</ul>\n\n<p>version 1.4.22 - 2020-01-28 =</p>\n\n<ul>\n<li>Feature: added woo currency symbol</li>\n<li>Feature: added woo add to cart button</li>\n<li>Feature: added slider attribute</li>\n<li>Widget: logo grid</li>\n<li>Widget: logo carousel</li>\n<li>Widget: logo marquee</li>\n<li>Widget: image tooltip</li>\n<li>Widget: content toggle</li>\n<li>Widget: circle number</li>\n<li>Widget: post list</li>\n</ul>\n\n<p>version 1.4.21 - 2020-01-22 =</p>\n\n<ul>\n<li>Feature: added users attribute</li>\n<li>Feature: done multiple post type selector</li>\n<li>Feature: added background attribute</li>\n<li>Feature: added icon library html output</li>\n<li>Feature: added woo commerce support in posts list</li>\n<li>Bug fix: fixed icons not shown bug in widget settings</li>\n</ul>\n\n<p>version 1.4.20 - 2020-01-15 =</p>\n\n<ul>\n<li>Bug fix: fixed font awesome icon output</li>\n<li>Bug fix: fixed instagram not loading bug</li>\n<li>Change: updated font awesome css version</li>\n<li>Change: changed the way that instagram was loaded on the page</li>\n</ul>\n\n<p>version 1.4.19 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added filter by slug to terms attribute</li>\n<li>Feature: changed repeater items titles to the ones from "title" field instead of "Item1", "Item2" etc.</li>\n<li>Feature: added automated styling for date field, added "ucdate" filter for that.</li>\n<li>Feature: done functionality for display post author</li>\n<li>Change: changed the font awesome attribute to fa5</li>\n<li>Change: added strip html tags from truncate function</li>\n</ul>\n\n<p>version 1.4.18 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added all image sizes to posts</li>\n<li>Feature: added "putPostTerms" function to posts</li>\n<li>Feature: added wpautop filter to twig</li>\n<li>Feature: added option for custom twig PHP functinoality for PRO version</li>\n<li>Feature: hide "edit widget html" button for user that don\'t have capability to see the plugin </li>\n<li>Feature: added wpml compatablity</li>\n<li>Feature: added related posts in posts list</li>\n<li>Feature: added padding and margin controls (pro)</li>\n<li>Bug Fix: fixed pagination output</li>\n</ul>\n\n<p>version 1.4.17 - 2019-12-12 =</p>\n\n<ul>\n<li>Change: changed to more flexible catalog api</li>\n</ul>\n\n<p>version 1.4.16 - 2019-08-12 =</p>\n\n<ul>\n<li>Feature: added post query relation (and, or) chooser</li>\n<li>Change: update to freemius sdk 2.3.1</li>\n<li>Feature: added "trancate" filter</li>\n<li>Fix: fixed editor permissions PHP Error</li>\n</ul>\n\n<p>version 1.4.15 - 2019-19-11 =</p>\n\n<ul>\n<li>Change: remove the old deprecated codecanyon activation</li>\n<li>Fix: fixed bug when both plugins are installed together</li>\n<li>Fix: fixed empty widget content when put a lot of content in the widget html/js</li>\n<li>Feature: added option for fonts for post list for intro and content</li>\n<li>Feature: added custom filter query ID in posts list query (pro)</li>\n<li>Feature: added labels to typography fields</li>\n<li>Feature: added description option for elementor controls</li>\n<li>Feature: added option to add help links to widgets from the widget editor</li>\n</ul>\n\n<p>version 1.4.14 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed js not included bug</li>\n</ul>\n\n<p>version 1.4.13 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed terms attribute selector bugs in elementor</li>\n<li>Fix: fixed post selection was not showing post types without taxonomies</li>\n<li>Fix: fixed rtl visibility issues in admin</li>\n</ul>\n\n<p>version 1.4.12 - 2019-15-10 =</p>\n\n<ul>\n<li>Feature: added exclude posts by current post</li>\n<li>Feature: added post category addition custom taxonomy support</li>\n<li>Fix: fixed some bug in post list selector elementor</li>\n</ul>\n\n<p>version 1.4.11 - 2019-07-10 =</p>\n\n<p>*Feature: added link param html attributes placeholder\n*Feature: added category link to post list params\n*Fix: fixed post list category not displayed bug</p>\n\n<p>version 1.4.10 - 2019-28-9 =</p>\n\n<p>-bug fix: added some front end protection against db not installed bug\n* Feature(pro): added do_action for custom wp actions run\n* Feature(pro): added apply_filters for custom wp actions run\n-bug fix: fixed export widget with assets path\n-change: added instructions to download pro version.</p>\n\n<h4>1.4.7 - 2019-18-9</h4>\n\n<p>*Fix: fixed post category selection in post list</p>\n\n<h4>1.4.6 - 2019-18-9</h4>\n\n<p>*Fix: fixed dynamic items in repeater</p>\n\n<h4>1.4.6 - 2019-11-9</h4>\n\n<p>*Fix: fixed admin body class external\n*Feature: make support for post categories list\n*Feature(pro) - made taxonomies list attribute\n*Fix: fixed current posts fetch in archive type</p>\n\n<h4>1.4.5 - 2019-19-8</h4>\n\n<p>*Change: improved widgets manager design</p>\n\n<h4>1.4.3 - 2019-25-7</h4>\n\n<p>*Change: updated the activation link from plugins\n*Change: small UI improvements</p>\n\n<h4>1.4.2 - 2019-24-7</h4>\n\n<p>*Feature: add post category to dynamic fields\n*Feature: added toolset integration</p>\n\n<h4>1.4.1 - 2019-8-7</h4>\n\n<p>*Feature: added search widget\n*Feature: the plugin is now fully translatable, added russian translation</p>\n\n<h4>1.4 - 2019-8-7</h4>\n\n<p>*Change: moved to new payment system (freemius), changed pricing plans</p>\n\n<h4>1.3.39 - 2019-2-7</h4>\n\n<p>*Feature: add alt tags to image attribute\n*Feature: add automatic name from title on add attribute\n*Feature: redesign categories</p>\n\n<p>*Fix: removed autop filter change code from front end\n*Fix: allow to import widget when stand on category from catalog\n*Fix: fixed instagram widgets typography bug</p>\n\n<h4>1.3.38 - 2019-30-6</h4>\n\n<p>*Feature: added code examples / js snippets\n*Feature: added widget preview</p>\n\n<h4>1.3.37 - 2019-23-6</h4>\n\n<p>*Feature: add support for archive pages\n*Feature: added archive pages pagination\n*Change: changed fonts design controls</p>\n\n<h4>1.3.36 - 2019-20-6</h4>\n\n<p>*Fix: fixed multiple similar js includes in one page</p>\n\n<h4>1.3.35 - 2019-20-6</h4>\n\n<p>*Feature: add support for acf gallery field</p>\n\n<h4>1.3.34 - 2019-13-6</h4>\n\n<ul>\n<li>Feature: improved the post list filtering and ordering</li>\n</ul>\n\n<h4>1.3.33 - 2019-12-6</h4>\n\n<ul>\n<li>Feature: added ordering posts by meta value</li>\n<li>Fix: fixed site crash by db error</li>\n</ul>\n\n<h4>1.3.32 - 2019-11-6</h4>\n\n<ul>\n<li>Fix: fixed pods together with acf fileds</li>\n<li>Fix: added all categories to post list</li>\n</ul>\n\n<h4>1.3.31 - 2019-10-6</h4>\n\n<ul>\n<li>Feature: added link attribute</li>\n</ul>\n\n<h4>1.3.30 - 2019-06-6</h4>\n\n<ul>\n<li>Feature: made PODS integration</li>\n</ul>\n\n<h4>1.3.29 - 2019-06-5</h4>\n\n<ul>\n<li>Feature: added set widget icon functionality, with presence in catalog</li>\n<li>Feature: added preview widget button from the catalog</li>\n</ul>\n\n<h4>1.3.28 - 2019-06-3</h4>\n\n<ul>\n<li>Feature: made plugin translatable</li>\n</ul>\n\n<h4>1.3.27 - 2019-06-2</h4>\n\n<ul>\n<li>Fix: fixed font override attribute bug</li>\n</ul>\n\n<h4>1.3.26 - 2019-05-30</h4>\n\n<ul>\n<li>Feature: added typography attribute</li>\n</ul>\n\n<h4>1.3.25 - 2019-05-29</h4>\n\n<ul>\n<li>Tweak: added support for dynamic params in image field</li>\n</ul>\n\n<h4>1.3.24 - 2019-05-29</h4>\n\n<ul>\n<li>Fix: Fix dynamic field</li>\n<li>Tweak: Added message when adding an empty repeater from custom fields</li>\n</ul>\n\n<h4>1.3.23 - 2019-05-01</h4>\n\n<ul>\n<li>Feature: Added dynamic fields to all text controls</li>\n<li>Feature: Added "edit html" button to all widgets</li>\n<li>Fix: Fixed consolidated addons render bugs</li>\n</ul>\n\n<h4>1.3.22 - 2019-04-25</h4>\n\n<ul>\n<li>Feature: Made all acf fields integration including the pro like repeater and clone</li>\n</ul>\n\n<h4>1.3.21 - 2019-04-20</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.20 - 2019-04-15</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.19 - 2019-04-10</h4>\n\n<ul>\n<li>Feature: Done all acf fields</li>\n</ul>\n\n<h4>1.3.18 - 2019-04-05</h4>\n\n<ul>\n<li>Change: Update post child vars when change post</li>\n</ul>\n\n<h4>1.3.17 - 2019-04-01</h4>\n\n<ul>\n<li>Change: Add dynamic fields to addon editor</li>\n</ul>\n\n<h4>1.3.16 - 2019-03-30</h4>\n\n<ul>\n<li>Fix: Fixed the switchers </li>\n<li>Fix: Fixed the upload file</li>\n<li>Fix: Fixed checkbox in assets tab</li>\n</ul>\n\n<h4>1.3.15 - 2019-03-25</h4>\n\n<ul>\n<li>Fix: Fixed visual bugs</li>\n<li>Fix: Fixed radio boolean attribute (switcher)</li>\n</ul>\n\n<h4>1.3.14 - 2019-03-20</h4>\n\n<ul>\n<li>Fix: Fixed addon assets tab bugs</li>\n</ul>\n\n<h4>1.3.13 - 2019-03-15</h4>\n\n<ul>\n<li>Feature: Done export/import template with addons</li>\n</ul>\n\n<h4>1.3.12 - 2019-03-10</h4>\n\n<ul>\n<li>Feature: Added fedback on deactivate</li>\n</ul>\n\n<h4>1.3.11 - 2019-03-05</h4>\n\n<ul>\n<li>Fix: Fixed export import layout stuff</li>\n</ul>\n\n<h4>1.3.10 - 2019-03-01</h4>\n\n<ul>\n<li>Fix: Fixed assets tab issues</li>\n<li>Fix: Fixed post to articles category rename on install</li>\n</ul>\n\n<h4>1.3.09 - 2019-02-28</h4>\n\n<ul>\n<li>Fix: Fixed test addon jquery include</li>\n<li>Change: Added purchase link to license page</li>\n</ul>\n\n<h4>1.3.08 - 2019-02-25</h4>\n\n<ul>\n<li>Fix: Fixed settings text output</li>\n</ul>\n\n<h4>1.3.07 - 2019-02-20</h4>\n\n<ul>\n<li>Fix: Fixed font manager bug</li>\n</ul>\n\n<h4>1.3.06 - 2019-02-15</h4>\n\n<ul>\n<li>Fix: Fixed taxonomy issues</li>\n</ul>\n\n<h4>1.3.05 - 2019-02-10</h4>\n\n<ul>\n<li>Fix: Fixed add addon functionality</li>\n</ul>\n\n<h4>1.3.04 - 2019-02-05</h4>\n\n<ul>\n<li>Improvment: Improved post types category selection</li>\n</ul>\n\n<h4>1.3.03 - 2019-02-01</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.02 - 2019-01-30</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.01 - 2019-01-25</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.2.01 - 2019-01-20</h4>\n\n<ul>\n<li>Fix: Fixed js in editor when addins widget</li>\n</ul>\n\n<h4>1.2.00 - 2019-01-15</h4>\n\n<ul>\n<li>Feature: Pro version with a catalog</li>\n</ul>\n\n<h4>1.0.11 - 2019-01-10</h4>\n\n<ul>\n<li>Fix: Fixed some wordpress galleries related bug</li>\n</ul>\n\n<h4>1.0.10 - 2019-01-05</h4>\n\n<ul>\n<li>Fix: Fixed export category</li>\n</ul>\n\n<h4>1.0.09 - 2019-01-01</h4>\n\n<ul>\n<li>Change: Made global setting for consolidata addons or not</li>\n<li>Change: Updated some memory text in general settings</li>\n</ul>\n\n<h4>1.0.08 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed all notices related bugs</li>\n</ul>\n\n<h4>1.0.07 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed with default data types</li>\n</ul>\n\n<h4>1.0.06 - 2018-12-25</h4>\n\n<ul>\n<li>Fix: Fixed js includes consolidated</li>\n</ul>\n\n<h4>1.0.05 - 2018-12-20</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.04 - 2018-12-15</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.03 - 2018-12-10</h4>\n\n<ul>\n<li>Fix: Fixed empty category issues</li>\n</ul>\n\n<h4>1.0.02 - 2018-12-05</h4>\n\n<ul>\n<li>Fix: Fixed bug with some unit values in render output</li>\n</ul>\n\n<h4>1.0.00 - 2018-12-01</h4>\n\n<ul>\n<li>Release: First plugin release</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:7:\"1.5.115\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/75804.zip?is_premium=true&authorization=FSLA+14440533%3AiIWzFcHSyGOTW4srM5bzBPI4qF0Ljkmk3I2xwRBoFGlDI02Sf_qeey4o4Qy1IUpkqE9wyQWEzkZTnRrAOJWp10MK6mD3PjLVAiDPuJcE_d-ZD7BqVY1oEoe3zccGLP4Ezn91jPQUORlre7EU7ysqVNjjDUpZShCROuVDoo1m7DutptGZo6JcFURfEUPP5fpYvTWypYEFKKeXvf7LoIZw5Ucl0ilAWJBDpN4lUfqHdfNL_2p4cGDXnErOLuo2xWLi9b5nS3vr9lmvxgxz08jOzg\";}}s:7:\"created\";i:1723014124;s:9:\"timestamp\";i:1723017724;}s:92:\"get:/v1/installs/14440533/updates/latest.json?is_premium=true&newer_than=1.5.115&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:7:\"1.5.116\";s:11:\"sdk_version\";s:5:\"2.7.3\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:5:\"6.5.3\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:4272;s:2:\"id\";s:5:\"75912\";s:7:\"created\";s:19:\"2024-08-08 10:11:48\";s:7:\"updated\";s:19:\"2024-08-08 11:03:32\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/75912.zip?is_premium=true&authorization=FSLA+14440533%3AI0iz1wlMtjQTHlGzQR55EVJHq8kWI0kyFK8YRrrJUGf9gq2KLKSOAWAuHyKljEmN9ay76rbia9k6-rOAB8xE-qw2KE1eFIbN6wi1X8-MLgGMggXEvJXPmA6Z8V8oguR3jdf89hgkuYHl8ZsfnTFwEo1kUmdiiEk_2SkO0b6hmRV-xVZDGJcHj76tocaAcU8X52sEIFgg27se4eQwIyg7mMVy0zq-czHz_DpGUGrL0bixtEXXY8W6AGujJfXFkSBc7Ebd8E738pDWiUhnDrIbDQ\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:66:\"Unlimited Elements For Elementor (Free Widgets, Addons, Templates)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"tags\";O:8:\"stdClass\":6:{s:9:\"elementor\";s:9:\"elementor\";s:8:\"elements\";s:8:\"elements\";s:6:\"addons\";s:6:\"addons\";s:16:\"elementor addons\";s:16:\"elementor addons\";s:16:\"elementor widget\";s:16:\"elementor widget\";s:12:\"page builder\";s:12:\"page builder\";}s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";N;s:6:\"tested\";s:5:\"6.5.3\";s:10:\"stable_tag\";s:3:\"1.0\";s:8:\"sections\";O:8:\"stdClass\":4:{s:11:\"description\";s:6713:\"<p><strong>Elementor</strong> users, elevate your web design experience with <strong>Unlimited Elements for Elementor</strong>. An all in one plugin that instantly gives you the most advanced widgets and tools to make better Elementor websites faster. Take your WordPress website to the next level.</p>\n\n<p><a href=\"https://unlimited-elements.com/elementor-widgets/\">View Elementor Widgets Demos</a>\n<br>\nBrowse our extensive collection of free widgets or upgrade to our pro version for access to over 200 additional unique drag and drop widgets for <strong>Elementor</strong>. Each widget provides a wide range of options to easily control every aspect. If you can\'t find what you need, our <strong>Widget Creator</strong> Framework empowers you to create any widget you can imagine.</p>\n\n<h3>Plugin Features</h3>\n\n<ul>\n<li><p><a href=\"https://unlimited-elements.com/elementor-widgets/\"><strong>Widget Library</strong></a> Enhance the popular Elementor page builder with our user-friendly and innovative widget library. Simplify your website by finding everything you need in one place, without the need for multiple plugins.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/widget-creator/\"><strong>Widget Creator</strong></a> Save valuable time by eliminating the need to search for numerous plugins and add-ons. Instead, create customized, professional widgets that perfectly align with your website requirements.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/elementor-templates/\"><strong>Elementor Templates</strong></a> Effortlessly kickstart your web project with pre-designed templates. Say goodbye to endless searches for inspiration or starting from scratch. Get your project up and running in seconds with our collection of template kits.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/loop-builder-for-elementor/\"><strong>Loop Builder</strong></a> Easily create dynamic Loop Items within the Elementor Theme Builder by utilizing any loop widget layout of your preference. Effortlessly populate the chosen widget with dynamic content to craft versatile and engaging Loop Items.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/background-widgets-for-elementor/\"><strong>Background Widgets</strong></a> Elevate your web designs instantly with our user-friendly animated backgrounds available in our extensive widget library. Experience seamless integration and unleash your creativity like never before.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/post-widgets-filters-tools/\"><strong>Post Widgets & Filters</strong></a> Easily create stunning post layouts with real-time filters. Improve the browsing experience for website visitors by helping them find the content they\'re looking for. Effortlessly display posts using advanced criteria on your entire website.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/woo/\"><strong>WooCommerce Widgets & Filters</strong></a> Create stunning product layouts with dynamic real-time filters. Showcase your products and categories in a wide array of interactive formats, such as grids, carousels, sliders, and more.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/remote-control-widgets/\"><strong>Woo Widgets & Filters</strong></a> Unleash your creativity with advanced and customizable layouts. Take full control of your designs and make them truly unique using the remote controls. Stand out from the crowd with layouts that are both eye-catching and distinctive.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/sync-widgets/\"><strong>Sync Between Widgets</strong></a> Elevate your web designs to new heights by seamlessly synchronizing multiple item-based widgets. This powerful feature empowers you to effortlessly create intricate and personalized layouts, taking your designs to the next level of sophistication.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source-galleries/\"><strong>Multi-Source Galleries</strong></a> Empower your gallery showcase by effortlessly featuring Woo products, WordPress posts, Instagram feeds, and a variety of other sources, including various API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/live-copy-paste/\"><strong>Live Copy Paste</strong></a> Copy and paste fully designed sections from the Unlimited Elements website directly to your website, saving you time and ensuring you can finish your web project as soon as possible.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-menu-widget-for-elementor/\"><strong>Mega Menu Builder</strong></a> Easily craft a distinctive Mega Menu for your website navigation by incorporating images, icons, links, and various Elementor widgets into unique menu layouts.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/mega-slider-widget-for-elementor/\"><strong>Mega Slider Builder</strong></a> Easily turn any Elementor sections into slider slides. Now you can amaze your website visitors with jaw-dropping slider designs that look amazing on any device.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/multi-source/\"><strong>Multi-Source Widgets</strong></a> Add content dynamically to item-based widgets effortlessly with support for ACF repeaters, JSON/CSV files, Woo Products, WordPress posts, users, menus, and a range of API integrations.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/dynamic-post-popup-widget-for-elementor/\"><strong>Dynamic Popup Builder</strong></a> Dynamically create a popup to add a quick view of the post without leaving the page. Use an Elementor single post template to create the layout of the dynamic popup.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/form-builder/\"><strong>Elementor Form Builder</strong></a> Build advanced forms effortlessly using the drag-and-drop form builder. Whether it’s a simple or complex form, our straightforward form widgets make it quick and easy to create forms, improving your workflow.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/calculators/\"><strong>Calculator Builder</strong></a> Easily design professional calculators for any type of industry. Whether you need a loan calculator, mortgage calculator or business calculator, our powerful and intuitive drag and drop builder makes it easy to create complex calculators with ease.</p></li>\n<li><p><a href=\"https://unlimited-elements.com/filters/\"><strong>Elementor Filter Widgets</strong></a> Unlock the potential of the AJAX-based faceted filter system, seamlessly empowering you to craft diverse layouts with ease. Take control by applying multiple filters, ensuring a super-fast and dynamic filtering experience tailored to your website needs.</p></li>\n</ul>\";s:12:\"installation\";s:521:\"<p>Note : This plugin works with Elementor. Make sure you have <a href=\"https://wordpress.org/plugins/elementor/\">Elementor</a> installed.</p>\n\n<ol>\n<li>Upload the plugin folder to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress</li>\n<li>Navigate to Unlimited Elements in the WordPress side menu and install the widget you want by hovering over it and clicking install.</li>\n</ol>\";s:3:\"faq\";s:4221:\"<h4>Can I use the plugin without Elementor?</h4>\n\n<p>No. You cannot use the plugin without Elementor since it\'s an addon for Elementor.</p>\n\n<h4>Does the plugin work with any theme?</h4>\n\n<p>Absolutely! The plugin will work with any theme where Elementor works.</p>\n\n<h4>What if I update to the Premium version after using the Free version?</h4>\n\n<p>Your existing elements/content will work with the premium version. So you won’t lose your any of your hard work.</p>\n\n<h4>Can I get a refund?</h4>\n\n<p>If you are not happy with your purchase at anytime just contact us and we will refund 100% of your money no questions asked.</p>\n\n<h4>Do you offer a renewals discount?</h4>\n\n<p>Yes, you get 25% discount for all annual plan automatic renewals. The renewal price will never be increased so long as the subscription is not cancelled.</p>\n\n<h4>How do I install and activate the \'Unlimited Elements for Elementor\' plugin on WordPress?</h4>\n\n<p>To install the \'Unlimited Elements\' plugin on your WordPress site, access your WordPress Dashboard and go to Plugins -> Add New. In the search box, enter \'Unlimited Elements.\' Locate the plugin in the search results and click on the \'Install Now\' button. Once the installation is finished, click on the \'Activate\' button, and \'Unlimited Elements for Elementor\' will be successfully activated on your WordPress site.</p>\n\n<h4>Do I need to know code to use Unlimited Elements?</h4>\n\n<p>No, you do not need to know code to leverage the widgets and other tools provided by the Unlimited Elements plugin. It is designed to be user-friendly, allowing you to enhance your Elementor experience without any coding expertise. However, for users familiar with code, the plugin offers the added advantage of a widget creator, enabling the creation of custom Elementor widgets for a more tailored and advanced design experience.</p>\n\n<h4>Is my site secure with Unlimited Elements?</h4>\n\n<p>Yes, Unlimited Elements is a secure plugin. The plugin is regularly updated to adhere to common security standards, ensuring a secure environment for your website.</p>\n\n<h4>What types of filters does Unlimited Elements provide?</h4>\n\n<p>Unlimited Elements offers a variety of filter types, including search filters, dropdowns, tabs filters, checkboxes filters, and WooCommerce-related filters, providing a diverse range of options for dynamic and versatile website filtering.</p>\n\n<h4>Are the filters compatible with any post type or WooCommerce products?</h4>\n\n<p>Yes, all the filters provided by Unlimited Elements are live Ajax filters, ensuring dynamic and seamless filtering experiences. They are compatible with any post type, including custom post types, and WooCommerce products, offering versatile functionality for a wide range of content on your website. Utilize specific WooCommerce filters to enhance the shopping experience for your customers, such as the price range slider filter and color swatches filter for products with different colors.</p>\n\n<h4>Can I use Unlimited Elements to display custom post types in my widgets?</h4>\n\n<p>Yes, Unlimited Elements supports showcasing custom post types with advanced query selection and seamless connection to any filter from the UE library. This allows for tailored and dynamic content presentation on your website using the plugin\'s versatile features.</p>\n\n<h4>What are multi-source widgets in Unlimited Elements?</h4>\n\n<p>Multi-source widgets in Unlimited Elements enable the population of item-based widgets with various dynamic source types. These widgets can be populated using sources like ACF repeater fields, WooCommerce products, custom post types, Instagram feeds, and various API integrations. This versatility allows for the seamless integration of diverse content into widgets, enhancing the flexibility and functionality of your website elements.</p>\n\n<h4>Should I use Remote Control Widgets or the Sync Widgets function in Unlimited Elements?</h4>\n\n<p>The choice depends on your design preferences. If you want complete control, go for Remote Control Widgets. For synchronized layouts, choose Sync Widgets. They can also be used together for even more powerful customization options in Unlimited Elements.</p>\";s:9:\"changelog\";s:172900:\"<p>version 1.5.116: 2024-08-08</p>\n\n<ul>\n<li>Fix: fixed some editor select2 bug</li>\n</ul>\n\n<p>version 1.5.115: 2024-08-06</p>\n\n<p>Plugin Changes</p>\n\n<ul>\n<li>Feature: added option to use form fields contents in subject and from name fields in submit button</li>\n<li>Feature: added woocommerce minicart extra html hooks</li>\n<li>Feature: filtering now works inside elementor popup</li>\n<li>Feature: added option to sort users by ids in users query</li>\n<li>Feature: integrated get main category functionality with rank math</li>\n<li>Feature: added integration with wpml for sorting filter</li>\n<li>Fix: fixed instagram username validation. added dot to the check.</li>\n<li>Fix: fixed image chooser field update inside the widget editor</li>\n<li>Bug fix: some small bug with fitlering pagination and avoid duplicated option</li>\n</ul>\n\n<p>Widget Changes</p>\n\n<ul>\n<li>Feature: Select Dropdown Filter (Pro) - Added a Show Number Of Posts option, allowing users to show the number of posts in Select options.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Introduced "Neon Animation Speed" option to allow users to control the speed of neon animations.</li>\n<li>Feature: Post Tile (Pro) - Added options to display the post category, fallback image, and post counter index.</li>\n<li>Feature: Content Grid (Pro) - Implemented a Button Text Override option, allowing users to customize the text displayed on buttons for enhanced flexibility and personalization.</li>\n<li>Feature: Dynamic Popup Button (Pro) - Added support for the Advanced Cache option in the Dynamic Post Popup widget, optimizing content loading and improving performance.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Added a Marker Custom Icon option to the Multisource settings, allowing users to customize the appearance of markers with their own icons for enhanced visual representation and clarity.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added a Fallback Image option to provide an alternative image when the primary image fails to load, enhancing user experience and maintaining visual consistency.</li>\n<li>Feature: Post Tabs (Free) - Added a Fallback Image option to provide an alternative image when the primary image fails to load, enhancing user experience and maintaining visual consistency.</li>\n<li>Feature: Layers (Pro) - Added an Enable Link option, allowing users to activate links within the widget for enhanced interactivity and navigation.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Introduced \'Hover Animation\' option to allow users to add animations when hovering over button.</li>\n<li>Feature: Loop Carousel (Pro) - Added support for the Advanced Cache option in the Dynamic Post Popup widget, optimizing content loading and improving performance.</li>\n<li>Feature: Video Play Button (Free) - Added a Video Max Width option, allowing users to set a maximum width for videos, ensuring consistent and controlled video sizing across different devices and layouts.</li>\n<li>Feature: Loop Grid (Pro) - Added support for the Advanced Cache option in the Dynamic Post Popup widget, optimizing content loading and improving performance.</li>\n<li>Feature: Loop Tabs (Pro) - Added support for the Advanced Cache option in the Dynamic Post Popup widget, optimizing content loading and improving performance.</li>\n<li>Feature: Loop Accordion (Pro) - Added support for the Advanced Cache option in the Dynamic Post Popup widget, optimizing content loading and improving performance.</li>\n<li>Feature: Loop Slider (Pro) - Added support for the Advanced Cache option in the Dynamic Post Popup widget, optimizing content loading and improving performance.</li>\n<li>Change: Logo Marquee (Pro) - Changed image loading time. Now images are visible after js load to avoid content shift before loading page completely.</li>\n<li>Change: Card Carousel (Free) - Changed <p> tag to <div> for Content elements to improve HTML structure and styling flexibility.</li>\n<li>Fix: Textarea Field (Free) - Fixed an issue where the Label Text Align option was not working correctly.</li>\n<li>Fix: Icon Tabs (Pro) - Fixed the issue causing the page to scroll after selecting a tab.</li>\n<li>Fix: Tile Gallery (Free) - Added support for using the Tile Gallery Widget within the Elementor Accordion.</li>\n<li>Fix: Fullscreen Menu (Free) - Fixed an issue where the menu was not closing after clicking on an anchor link.</li>\n<li>Fix: Background Slider (Pro) - Added appropriate alt attributes to all images to improve accessibility and ensure compliance with web standards.</li>\n<li>Fix: Typewriter Text Effect (Pro) - Fixed the issue where widgets were not initializing properly in certain cases, ensuring consistent functionality across all instances.</li>\n<li>Fix: Post Tabs (Free) - Renamed the jQuery method used for Post Tabs widget to prevent conflicts with other widgets using the same method.</li>\n<li>Fix: Post Grid (Pro) - Removed a duplicated option that was responsible for disabling the link in the title, streamlining the settings and preventing redundancy.</li>\n<li>Fix: Image Accordion (Pro) - Fixed the issue with the \'Always Show Title\' option displaying the title even when the option is disabled.</li>\n<li>Fix: Cookie Consent (Pro) - Fixed issue with accept button border not displaying correctly.</li>\n<li>Fix: Multi Step Form (Pro) - Fixed the issue where icons in the step indicator were missing for completed steps in the Multistep form.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Fixed the issue where the Map widget failed to initialize in certain cases, ensuring consistent loading and functionality.</li>\n<li>Fix: Woo Mini Cart (Pro) - Fixed the issue where the mini cart widget was not updating after a cart update on the shop page, ensuring accurate display of cart contents.</li>\n<li>Fix: Radio Button Field (Pro) - Fixed issue where image width was not taking 100% when Display Format set to Image.</li>\n<li>Fix: Post Tabs (Free) - Fixed issue where the widget was not showing posts and the remote connection and sync were not working after using filters.</li>\n<li>Fix: Checkboxes Filter (Pro) - Resolved issue where the checkbox width was not working correctly.</li>\n<li>Fix: Woo Product Grid (Pro) - Fixed the issue where the Title Typography option was not responding in certain cases, ensuring consistent styling and appearance across all instances.</li>\n<li>Fix: Smoke Background Effect (Pro) - Fixed an issue where elements, content, and buttons were not interactive when the smoke widget is in the foreground.</li>\n<li>Fix: Tabs Filter (Pro) - Added support for functionality within Elementor Popups, enhancing the compatibility and integration of the widget within Popup.</li>\n<li>Fix: Load More / Infinite Scroll (Pro) - Added support for functionality within Elementor Popups, enhancing the compatibility and integration of the widget within popup elements.</li>\n<li>Fix: Post Tabs (Free) - Fixed the issue where the Remote Navigation feature was not functioning correctly after selecting a filter, ensuring seamless navigation and interaction.</li>\n<li>Fix: WordPress Menu (Free) - Fixed the cursor pointer issue on menu hamburger.</li>\n</ul>\n\n<p>version 1.5.114: 2024-07-17</p>\n\n<p>Plugin Changes</p>\n\n<ul>\n<li>Feature: implimented "advanced cache" option for "dynamic popup"</li>\n<li>Feature: improved json/csv api usage in multisrouce, added paths as field names and data key selection</li>\n<li>Feature: added option for disabled buttons in pagination</li>\n<li>Change: updated freemius sdk version to the latest</li>\n<li>Fix: removed "custom remote name" from background widgets style</li>\n<li>Fix: Galleries - fixed fullscreen button on a slider that contains link</li>\n<li>Fix: in filters fixed init pagination number after init request</li>\n<li>Fix: fixed optin "is derect parent" in terms selection</li>\n<li>Fix: fixed get titles with empty posts for in terms selector </li>\n<li>Fix: fixed some filters related php bug of empty request on sync with grid.</li>\n</ul>\n\n<p>Widget Changes</p>\n\n<ul>\n<li>Feature: Woo Category Carousel (Pro) - Added \'Navigation Rewind\' option. When disabled, it hides the navigation arrows on the first and last carousel items.</li>\n<li>Feature: Team Member Carousel (Pro) - Added an Image Link option, allowing users to link images to specified URLs for enhanced navigation and user interaction.</li>\n<li>Feature: Woo Product Grid (Pro) - Added typography and color styling options for text after prices.</li>\n<li>Feature: Loop Carousel (Pro) - Added \'Navigation Rewind\' option. When disabled, it hides the navigation arrows on the first and last carousel items.</li>\n<li>Feature: Icon Box Accordion (Pro) - Added support for using the widget within the Template Switcher widget.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Added an "Advanced Cache" option that loads all popups content at once after the page load, improving performance and user experience by reducing subsequent load times and enhancing content delivery.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Added a "Phone Number As Link" option, allowing phone numbers to be automatically formatted as clickable links for improved user experience and functionality.</li>\n<li>Feature: Semi Circle Progress Bar (Pro) - Added support for using the widget within the Template Switcher, enhancing functionality and providing more versatile template management options.</li>\n<li>Feature: Price Range Filter (Pro) - Added \'Tooltip Thousand Separator\' option to enable formatting of tooltip numbers.</li>\n<li>Feature: Team Member Carousel (Pro) - Added support for Dynamic Post Popup within the widget, enabling enhanced interactive content display and user engagement.</li>\n<li>Feature: Loop Grid (Pro) - Added styling options for the active element, allowing for customized appearance and enhanced user interface design for elements in their active state.</li>\n<li>Feature: Woo Product Carousel (Pro) - Added \'Navigation Rewind\' option. When disabled, it hides the navigation arrows on the first and last carousel items.</li>\n<li>Feature: Taxonomy Terms (Pro) - Added an option to disable term links, allowing users to remove hyperlink functionality from term elements as needed.</li>\n<li>Feature: Loop Grid (Pro) - Added Remote Connection options, enabling enhanced flexibility and functionality for remote integrations and communication between different widgets.</li>\n<li>Feature: Checkbox Field (Pro) - Added the option to use Item Titles as values, allowing for more flexible and intuitive configuration of item properties based on their titles.</li>\n<li>Feature: Content Switcher (Pro) - Added the \'Tab Hash ID\' option in item and functionality, allowing users to open tabs using a hash link (e.g., if the \'Tab Hash ID\' is set to \'my-second-tab\' and the user opens the URL example.com/#my-second-tab, the second tab will open automatically).</li>\n<li>Feature: Post Carousel (Pro) - Added \'Navigation Rewind\' option. When disabled, it hides the navigation arrows on the first and last carousel items.</li>\n<li>Change: NPS Field (Pro) - Changed the <form> tag to a <div> tag in the widget\'s HTML to improve layout structure and compatibility.</li>\n<li>Change: Radio Button Field (Pro) - Changed the <form> tag to a <div> tag in the widget\'s HTML to improve layout structure and compatibility.</li>\n<li>Change: Scale Field (Pro) - Changed the <form> tag to a <div> tag in the widget\'s HTML to improve layout structure and compatibility.</li>\n<li>Change: Checkbox Field (Pro) - Changed handling for Checkbox Values with Text as the default values, ensuring consistent and expected behavior for checkbox inputs.</li>\n<li>Change: Woo Product Grid (Pro) - Organized the pricing layout options into a new section titled \'Price Layout\' for better usability and navigation.</li>\n<li>Change: Simple Popup (Free) - Removed empty links from the link elements to ensure clean and functional HTML.</li>\n<li>Change: Image Accordion (Pro) - Renamed the \'Transition\' option to \'Transition Duration\' and added support to select the value in milliseconds (ms).</li>\n<li>Fix: Image Accordion (Pro) - Resolved the title positioning issue and added a new option, \'Title Hover Position,\' to allow customization of the title\'s position on hover.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Fixed widgets behavior after applying filters to ensure consistent functionality and proper display of filtered content.</li>\n<li>Fix: Logo Marquee (Pro) - Fixed the issue where the incorrect number of items was showing when the scrollbar was visible on the page. Previously, the width of the viewport was calculated excluding the scrollbar. Now, the actual viewport width is calculated including the scrollbar.</li>\n<li>Fix: Team Member Carousel (Pro) - Optimized the HTML code of the widget for improved performance and cleaner structure.</li>\n<li>Fix: Unlimited Timeline (Free) - Fixed an issue where images with an empty src attribute were still present in the DOM, ensuring that such elements are properly removed or handled to maintain clean and efficient HTML structure.</li>\n<li>Fix: Post Magazine Grid (Pro) - Fixed an issue where the button hover color was not visible, ensuring proper visual feedback when users interact with buttons.</li>\n<li>Fix: Toggle Text Button (Free) - Fixed an issue where, in some cases, clicking a button triggered the Elementor Page Transition animation.</li>\n<li>Fix: One Page Scroll Navigation (Pro) - Fixed an issue where multiple scroll events were required to snap a section, ensuring that a single scroll event now properly snaps the section.</li>\n<li>Fix: Parallax Background (Pro) - Added proper alt attributes for img elements to improve accessibility and SEO.</li>\n<li>Fix: Audio Player (Pro) - Fixed an issue where clicking the Download button loaded a default audio file instead of the current one.</li>\n<li>Fix: Liquid Button (Pro) - Added support for working within the Template Switcher widget, enhancing integration and functionality.</li>\n<li>Fix: Confirm Field (Pro) - Fixed an issue where labels did not wrap to a second line on small screen widths, ensuring better readability and layout consistency on mobile devices.</li>\n<li>Fix: Compact Gallery (Free) - Added a fix to address issues caused by early widget initialization, ensuring that widgets initialize at the correct time and function properly even in complex loading scenarios.</li>\n<li>Fix: Liquid Full Screen Menu (Pro) - Fixed an issue where the fix for sticky containers was not working properly in conjunction with optimization plugins.</li>\n</ul>\n\n<p>version 1.5.113: 2024-07-04</p>\n\n<ul>\n<li>Fix: fixed some small security issues found by wordfence</li>\n<li>Feature: added search fitler to url replace in post widgets filters</li>\n</ul>\n\n<p>version 1.5.112: 2024-07-01</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: made a small integration with simple author box plugin</li>\n<li>Feature: added "timezone" for google events api</li>\n<li>Feature: added "current product gallery" as a gallery source for WooCommerce</li>\n<li>Feature: added option for dynamic popup advanced cache</li>\n<li>Feature: added integration for fvplayer</li>\n<li>Feature: added links to woo minicart title and image</li>\n<li>Feature: added option to send reply in form to email that set in form field</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Pricing Table (Free) - Introduced Tooltip functionality, allowing users to add tooltips to each list item.</li>\n<li>Feature: Post Magazine Grid (Pro) - New values were added to the Show Categories option, including byTaxonomy and by Last level Taxonomy, providing users with more granular control over category display settings.</li>\n<li>Feature: Blob Shapes (Free) - Enhanced the Shadow options by adding shadow size, shadow blur, shadow color type, and shadow shift settings.</li>\n<li>Feature: Image Accordion (Pro) - Added the "Link All Items" option to enhance functionality and provide users with the ability to link all items collectively.</li>\n<li>Feature: Calendar (Pro) - Separated the Locale option into a new tab and introduced an \'Other\' option in the locale list, enabling users to manually add a locale not listed, thereby extending support for 96 locales.</li>\n<li>Feature: Calendar (Pro) - Added "Open Event Link in New Tab" option to allow users to open event links in a new tab.</li>\n<li>Feature: Checkboxes Filter (Pro) - Added functionality to hide the dropdown when no items are found inside.</li>\n<li>Feature: Icon Accordion (Pro) - A new feature was introduced that includes the addition of an option to adjust the Icon Margin, providing users with more customization options for their interface.</li>\n<li>Feature: Radio Button Field (Pro) - Added functionality to handle and process values selected from radio buttons in the form, ensuring users\' selections are captured and correctly stored.</li>\n<li>Change: Woo Mini Cart (Pro) - Improved the widget by adding the product link to the product title and the image in the cart.</li>\n<li>Change: AJAX Search (Pro) - Added a aria-label attribute for the search button element to enhance form handling and improve accessibility.</li>\n<li>Change: List Marquee (Pro) - Extended icon option to graphic element and added option for image.</li>\n<li>Change: AJAX Search (Pro) - Added a name attribute for the search button element to enhance form handling and improve accessibility.</li>\n<li>Change: Swipe Carousel (Pro) - An improvement was made by adding the aria-label attribute to the item link, enhancing accessibility and ensuring that all links have discernible names for better user experience.</li>\n<li>Fix: Logo Marquee (Pro) - Fixed the text alignment issue and added new options: Text Align and Text Shadow.</li>\n<li>Fix: Icon Accordion (Pro) - Fixed a bug where the accordions were not closing when the "Close Others on Open" option was disabled.</li>\n<li>Fix: Copy Coupon Code (Pro) - Resolved a problem where the copy operation was failing in some cases. This fix ensures that the copy functionality now works reliably across all scenarios.</li>\n<li>Fix: Quantity Increment Buttons (Pro) - Resolved a problem where the product quantity was not reset to 1 after adding to the cart.</li>\n<li>Fix: Liquid Full Screen Menu (Pro) - Implemented a fix to address the issue where the widget was not functioning correctly within sticky containers, ensuring consistent behavior and improved user experience.</li>\n<li>Fix: Before After (Pro) - Added support for carousel widgets, enabling the creation and management of dynamic, rotating content displays within the application.</li>\n</ul>\n\n<p>version 1.5.111: 2024-06-10</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option in general settings: \'Taxonomy Separator Sign in Ajax Filter\' for backward compatability</li>\n<li>Fix: fixed getting elementor dynamic item fields in ajax </li>\n<li>Fix: background widgets didn\'t worked with rocket lazy load</li>\n<li>Changed - changed the default taxonomy saparator to ":" instead of "~"</li>\n<li>Feature: added option in general settings: \'Taxonomy Separator Sign in Ajax Filter\' for backward compatability</li>\n<li>Changed - changed the default taxonomy saparator to ":" instead of "~"</li>\n<li>Fix: fixed getting elementor dynamic item fields in ajax </li>\n<li>Fix: background widgets didn\'t worked with rocket lazy load</li>\n<li>Fix: filters checkboxes wasn\'t visible in some cases</li>\n<li>Fix: avoid error messages on very old elementor versions</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: List (Free) - Added Override Color Title/Text options for each item, allowing for individualized customization.</li>\n<li>Feature: List (Free) - Added an Icon Margin option for enhanced layout control.</li>\n<li>Feature: Card Carousel (Free) - Added a new value "Above Image" to the Show Title option.</li>\n<li>Feature: Content Accordion (Free) - Added support for integrating the widget within carousel widgets, enhancing its functionality and allowing for greater flexibility in design layouts.</li>\n<li>Feature: Calendar (Pro) - Added Italian (it) to the available locales for enhanced language support.</li>\n<li>Feature: Product Bullets (Pro) - Added "Column" and "Column Reverse" values to the Content Direction option for improved layout flexibility.</li>\n<li>Change: Content Slider (Pro) - Changed the display CSS property from \'flex\' to \'block\' for cases where the Content Source option in an item is set to "template."</li>\n<li>Change: One Page Scroll Navigation (Pro) - Changed method of calling the wheel event from jQuery to JavaScript.</li>\n<li>Change: Content Accordion (Free) - Changed heading\'s HTML tag from <div> to <a> and added role attribute for accessibility, enabling users to open and close accordions using keyboards and accessibility devices.</li>\n<li>Change: Event List (Pro) - Added description to Time Zone option.</li>\n<li>Fix: Mega Menu (Pro) - Resolved an issue where menu items were overlapping each other in iOS device.</li>\n<li>Fix: Mega Menu (Pro) - Fixed an issue where mobile menu items displayed only a white background color.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Fixed an issue where the height wasn\'t adjusted after the first popup opening when the Adjust Height option was enabled.</li>\n<li>Fix: Before After (Pro) - Added lazy load protection to images within the widget, ensuring images load properly without delays.</li>\n<li>Fix: Accordion Menu (Pro) - Fixed an issue where the Accordion Menu was initialized multiple times in popup.</li>\n<li>Fix: Content Slider (Pro) - Added support for integrating Content Slider within the Toggle Content widget, enhancing its functionality and providing improved content presentation options.</li>\n<li>Fix: Icon Box Accordion (Pro) - Fixed an issue where the widget was blocking scroll event-oriented functions, ensuring smooth and uninterrupted scrolling behavior.</li>\n<li>Fix: Post Magazine Grid (Pro) - Fixed an issue where items were not being fully linked, ensuring complete and functional linking of all item components.</li>\n<li>Fix: Unlimited Timeline (Free) - Resolved a bug that caused the link to not work when the Image Link option was disabled.</li>\n<li>Fix: Multi Step Form (Pro) - Added a fix for an issue where 1px of the next step was sometimes visible in the current slide.</li>\n</ul>\n\n<p>version 1.5.110: 2024-06-04</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Fix: remote arrows was sendin next/prev commands twice</li>\n<li>Fix: fix some password protected content related security issue</li>\n<li>Fix: fix some sql security small issue </li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Email Field (Pro) - Added Asterisk Size option, allowing customization of asterisk size for better design flexibility and emphasis.</li>\n<li>Feature: Phone Field (Pro) - Added Asterisk Size option, allowing customization of asterisk size for better design flexibility and emphasis.</li>\n<li>Feature: Event List (Pro) - Added Timezone option, ensuring that expired and upcoming events are counted according to the specified timezone for accurate event scheduling and display.</li>\n<li>Feature: Number Field (Pro) - Added "Limit Number of Digits" option, allowing users to restrict the number of digits displayed for better control and readability of numerical data.</li>\n<li>Feature: Phone Field (Pro) - Added "Limit Number of Digits" option, allowing users to restrict the number of digits displayed for better control and readability of numerical data.</li>\n<li>Feature: Transparent Split Hero (Free) - Added options to enable or disable widget contents like title, subtitle, etc., and introduced an option to add an image or logo for greater customization and flexibility.</li>\n<li>Feature: Unlimited Charts (Pro) - Added Line Chart Background Color option, allowing customization of the background color for line charts to enhance visual appeal.</li>\n<li>Fix: Submit Button (Free) - Added validation function for the phone field to ensure correct email format and improve data accuracy.</li>\n<li>Fix: Mega Menu (Pro) - Added fix for layout issue that sometimes occurs after page load, ensuring consistent and stable page rendering.</li>\n<li>Fix: Post Carousel (Pro) - Set padding to 0 in Nav Dots to avoid default CSS overrides, ensuring consistent and desired styling.</li>\n<li>Fix: Semi Circle Progress Bar (Pro) - Added support for Mega Slider widget, enabling the creation and display of Semi Circle Progress Bar widget in interactive sliders for enhanced content presentation.</li>\n<li>Fix: Floating Chat Buttons (Pro) - Fixed Pulse Animation Grabber Type issue, ensuring correct animation behavior and improved visual effects.</li>\n<li>Fix: Content Tabs (Free) - Added a small delay before widget initialization to ensure the Content Tabs widget works properly within other widgets, improving overall functionality and integration.</li>\n<li>Fix: Remote Tabs (Pro) - Changed selector for padding option to resolve issue where link was not clicked when tab was clicked, improving click response accuracy.</li>\n</ul>\n\n<p>version 1.5.109: 2024-05-29</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to get page views of some post using WPP plugin</li>\n<li>Feature: added option for "show db tables" in troubleshooting</li>\n<li>Fix: fixed form editor form validation, excluded placeholders</li>\n<li>Fix: fixed get filters based on wpml language with post count</li>\n<li>Fix: Fixed some remote connection code items click code</li>\n<li>Fix: Fixed clear all filters button not working bug</li>\n<li>Fix: fixed multisource acf repeater checkboxes type get</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Email Field (Pro) - Added validation function for the email field to ensure correct email format and improve data accuracy.</li>\n<li>Feature: Number Field (Pro) - Introduced the "Disable Calculation in Editor" debug option to prevent the page from crashing or becoming unresponsive when multiple fields are set to calculation mode, enhancing stability during editing.</li>\n<li>Feature: AJAX Search (Pro) - Added Show Post Image option to enable or disable the display of images in posts, providing more control over post appearance</li>\n<li>Feature: Submit Button (Free) - Added validation function for the email field to ensure correct email format and improve data accuracy.</li>\n<li>Feature: Team Member Card (Free) - Added Icon Size Inner option to adjust the height of the icon itself, providing more precise control over icon dimensions.</li>\n<li>Feature: Slider Field (Pro) - Added Accent Color option to highlight changing value of Slider Field widget.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added option to open images in Lightbox, enhancing the viewing experience with a full-screen display of images.</li>\n<li>Change: Expanding Content Cards (Pro) - Added title as CSS ID for Widgets Items to allow using them as anchors.</li>\n<li>Fix: Mega Menu (Pro) - Fixed issue where the Clickable Link option was disabled but the link was still added, ensuring links are only added when the option is enabled</li>\n<li>Fix: Icon Accordion (Pro) - Fixed issue where Override Color Options were not working, ensuring color customizations are applied correctly.</li>\n<li>Fix: Fullscreen Menu (Free) - Fixed issue where menu wasn\'t opening, ensuring proper functionality and user access.</li>\n<li>Fix: Expanding Content Cards (Pro) - Resolved issue where CSS filters were not working in Safari browser, ensuring consistent styling across all browsers.</li>\n<li>Fix: Block Quote Card (Free) - Fixed issue where reserved space was still taken up even when no icon was selected, ensuring proper layout and space utilization.</li>\n<li>Fix: Unfold Content (Pro) - Added support for carousel widgets, enabling enhanced content display through interactive sliding elements.</li>\n<li>Fix: Instagram Feed (Pro) - Added \'aria-label\' attribute to links to fix the \'Links do not have a discernible name\' error, improving accessibility and compliance with web standards.</li>\n<li>Fix: Woo Mini Cart (Pro) - Fixed issue where URL was changed after page load, ensuring stable and consistent URLs for better navigation and user experience.</li>\n<li>Fix: Age Verification (Pro) - Fixed issue where popup still opened even after cookie was set, ensuring popups respect cookie settings for user preferences.</li>\n</ul>\n\n<p>version 1.5.108: 2024-05-21</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: update freemius SDK to 2.7.2</li>\n<li>Fix: fixed bug with select filter and active filters widgets</li>\n<li>Fix: fixed bug with several main checkbox filters unselecting</li>\n<li>Fix: Fixed some small security issue</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: AJAX Search (Pro) - Added option to search by meta and by terms.</li>\n<li>Feature: Dark Mode (Free) - Introduced \'Do not affect SVG\' option to prevent SVG images from inverting when toggling dark mode, ensuring correct image display.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added Button Hover Animation option to enable animations when hovering over button, enhancing interactivity and visual appeal.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added Icon Position option, allowing users to customize the placement of icons for better design flexibility.</li>\n<li>Feature: Woo Product Grid (Pro) - Added "Show Only Lowest Variable Price" option to display only the lowest price for variable products, enhancing price visibility and simplicity for users.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Fixed Navigation Arrows functionality issue when Animation option was enabled, ensuring smooth and consistent navigation experience.</li>\n<li>Fix: Dynamic Popup Button (Pro) - Added suppot for Loop Carousel widget with enabled Loop option.</li>\n<li>Fix: Woo Mini Cart (Pro) - Fixed widgets behaviour for Shop pages when page name is different then default.</li>\n<li>Fix: Icon Tabs (Pro) - Provided a fix that ensures Icon Tabs widget changing Active Tab after click event.</li>\n<li>Fix: Unlimited Google Maps (Pro) - get it work on the template switcher</li>\n<li>Fix: Fullscreen Menu (Free) - Fixed issue where Menu widget wouldn\'t open properly when nested within sticky parent containers, ensuring smooth functionality and user experience.</li>\n</ul>\n\n<p>version 1.5.107: 2024-05-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added elementor dynamic options to api integrations</li>\n<li>Feature - added option to get images from current product variations for the dynamic gallery.</li>\n<li>Feature - added preperation for the enhanced ajax search</li>\n<li>Fix - fixed weird elementor no products on cart page bug</li>\n<li>Fix - fixed bug with faq schema output</li>\n<li>Fix - fixed general settings show items at start</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Event List (Pro) - Added "Remove All Upcoming Events Except Next One" functionality, facilitating the removal of all upcoming events except for the next scheduled event for streamlined event management.</li>\n<li>Feature: Animated Icon Box (Pro) - Added Description Opacity option to customize the opacity level of descriptions for enhanced visual aesthetics and readability.</li>\n<li>Feature: Underline Animated Button (Free) - Added Animation Move Amount option, enabling users to customize the amount of movement in animations for enhanced visual effects.</li>\n<li>Feature: Remote Tabs (Pro) - Added Item Min Height option for better customization; users can now set a minimum height for items displayed.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Added the "Show Load More Button Icon" option to enhance interface; users can now customize the icon displayed for the load more button.</li>\n<li>Feature: Mega Menu (Pro) - Added a new functionality enabling "Expand / Collapse Visible On" option, allowing expansion or collapse of visibility based on specific criteria.</li>\n<li>Feature: Side Menu (Pro) - Added Menu Padding option. This new feature allows to add padding to the container of the Menu items.</li>\n<li>Feature: Woo Product Grid (Pro) - Made Content Padding, Category Label Spacing, and Title Spacing options responsive for improved adaptability across various screen sizes and devices.</li>\n<li>Feature: Icon Image Content Box (Free) - Implemented functionality to link Icon and Title to the same destination as the Image.</li>\n<li>Feature: Hotspots (Pro) - Implemented styling options for images. This new functionality allows users to customize the appearance of images within the widget, including options for adjusting borders, shadows, and other visual attributes.</li>\n<li>Feature: Team Member Grid (Pro) - Implemented \'Text Placement\' option. This new functionality allows users to customize the placement of text within the widget, providing greater control over the layout and design.</li>\n<li>Fix: Post Ticker (Free) - Fixed widgets behaviour for RTL websites.</li>\n<li>Fix: Post Timeline (Pro) - Resolved category name spelling issue in some cases. This fix ensures that category names are spelled correctly throughout the widget, improving accuracy and consistency in the display of category information.</li>\n<li>Fix: Team Member Grid (Pro) - Optimized HTML code of the widget. This optimization improves the efficiency and performance of the widgets by reducing unnecessary code and streamlining the structure for faster loading and rendering.</li>\n<li>Fix: Number Field (Pro) - Resolved issue when Min - Max range were violated and no error were shown.</li>\n<li>Fix: Dropdown Button (Pro) - Optimized widget\'s JS code. This fix ensures that widget works properly on mobile devices as well as on desktop.</li>\n<li>Fix: Expanding Content Cards (Pro) - Addressed CSS filter issue where it was displaying incorrectly on mobile devices, ensuring proper rendering and display consistency across all devices.</li>\n<li>Fix: Post Grid (Pro) - Fixed issue where Typography option was not functioning as expected, ensuring proper functionality and usability.</li>\n<li>Fix: Justified Image Carousel (Pro) - Fixed issue where width of images was incorrectly set in certain cases, ensuring proper display and functionality across all scenarios.</li>\n<li>Fix: Layers (Pro) - Resolved issue with the "Item Shadow" option. This fix ensures that the item shadow is applied correctly within the widget.</li>\n</ul>\n\n<p>version 1.5.106: 2024-05-12</p>\n\n<ul>\n<li>Fix - fixed some main/child roles checkbox filter issues</li>\n<li>Fix - fixed some bug with widget posts debug not showed full info</li>\n<li>Fix - fixed dissapearing gallery titles since last version.</li>\n</ul>\n\n<p>version 1.5.105: 2024-05-05</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Fix: fixed some filters and request related issue</li>\n<li>Fix: fixed specific post and terms select</li>\n</ul>\n\n<p>Widget Changes:</p>\n\n<ul>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Mute Video\' option. This new functionality allows users to start videos muted within the widget, providing greater control over the audio playback and enhancing the user experience.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Checkboxes Filter (Pro) - Introduced \'Accordion as Dropdown\' option, allowing users to open the accordion as a dropdown when the layout is set to \'Accordion\', preventing layout shifting and improving user experience.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Event List (Pro) - Introduced \'Show End Time\' option, enabling users to show or hide the event end time for enhanced flexibility and customization.</li>\n<li>Feature: Animated Icon Box (Pro) - Introduced styling options for Icon and Divider, providing users with more customization choices for improved visual design.</li>\n<li>Feature: Taxonomy Terms (Pro) - Implemented styling options for 1st and 2nd level of Child Term Elements. This new functionality allows users to customize the appearance of Child Term Elements at different hierarchical levels, providing greater design flexibility and control.</li>\n<li>Feature: Content Carousel (Pro) - Implemented \'Image Border Radius\' option. This new functionality allows users to specify the border radius for images within the widget, enabling them to create rounded or custom-shaped images for a more visually appealing design.</li>\n<li>Feature: Coverflow Carousel (Pro) - Implemented \'Custom Navigation Arrows\' option. This new functionality allows users to customize the navigation arrows used within the widget, enabling them to use custom-designed arrows for a more personalized look and feel.</li>\n<li>Feature: One Page Scroll Navigation (Pro) - Enhanced widget flexibility to support other sections apart from the one with the tag <section>. This improvement expands compatibility with different section types, providing users with more options for integrating the widget into their website layouts.</li>\n<li>Change: Animated Icon Box (Pro) - Replaced old font edit option with new typography and color options for enhanced customization and design control.</li>\n<li>Change: Call To Action Button (Free) - Moved ripple \'Transition Timing\' from Button Icon to Button Icon tab and renamed it to \'Ripple Timing\' for improved organization and clarity.</li>\n</ul>\n\n<p>version 1.5.104: 2024-04-24</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added support for unselect items in sync functionality</li>\n<li>Feature: added feature - sort terms by parent -> children, and levels number class</li>\n<li>Fix: fixed some load more issue with dynamic template loop and post lists inside</li>\n<li>Fix: fixed woo category image not fetched bug</li>\n<li>Fix: fixed some cases of sticky elementor elements with filters</li>\n<li>Fix: fixed remote connection with single background parent and remote widget</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Neon Line Width\' option. This new functionality allows users to adjust the width of the neon line effect within the widget, providing finer control over its appearance and visual impact.</li>\n<li>Feature: Scroll Sequence (Pro) - Introduced \'Hide Add Action Section\' debug option, enabling users to match accurate configurations in the backend and frontend.</li>\n<li>Feature: Team Member Carousel (Pro) - Introduced \'Button Text\' option in items, enabling users to set custom button text for each team member for enhanced customization and flexibility.</li>\n<li>Feature: Overlay Button (Free) - Added \'Icon\' option, allowing users to easily add an icon to the button for enhanced visual appeal.</li>\n<li>Feature: Overlay Button (Free) - Introduced \'Overlay Transition Duration\' option, providing users with more control over the duration of overlay transitions for enhanced customization and user experience.</li>\n<li>Feature: Dropdown Field (Pro) - Added support for \'Dropdown Value (Numeric Values)\' in multi-source, enabling users to include numeric dropdown values via Multi Source.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Shadow\' option. This new functionality allows users to add a shadow effect to buttons within the widget, enhancing their visual appearance and depth.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Mobile Open Menu Animation\' option. This new functionality allows users to specify the animation type for opening the menu on mobile devices, enhancing the visual presentation and user experience.</li>\n<li>Feature: Neon Glowing Button Effect (Pro) - Implemented \'Button Background Color\' option. This new functionality allows users to customize the background color of buttons within the widget, enhancing visual design and customization possibilities.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented support for empty links. This new functionality allows items to become not clickable when empty links are specified, providing more control over the behavior and interaction of items within the widget.</li>\n<li>Fix: Loop Carousel (Pro) - Corrected spelling mistakes and improved naming conventions, enhancing clarity and consistency.</li>\n<li>Fix: Flip Box (Free) - Resolved issue where links were not firing for the first click on the back of the Flip Box. This fix ensures that links behave as expected, allowing them to be clicked and activated reliably.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue where Content Tabs widget couldn\'t work with Icon Tabs widget on the same page. This fix ensures that both widgets can coexist and function properly together, allowing for seamless integration and improved user experience.</li>\n<li>Fix: Checkboxes Filter (Pro) - Enhanced Accordion Layout option for the Checkboxes Widget to improve script communication. This improvement optimizes the interaction between scripts, resulting in smoother operation and better performance of the widget.</li>\n<li>Fix: Loop Grid (Pro) - Implemented additional Masonry layout check to avoid items overlapping over each other. This enhancement ensures that items are properly positioned and do not overlap, maintaining a clean and organized layout within the widget.</li>\n<li>Fix: Dynamic Post Popup (Pro) - Resolved issue where popups allowed opening links in new tabs while opening the popup. This fix ensures that links within popups behave consistently and do not inadvertently open in new tabs, providing a smoother user experience.</li>\n<li>Fix: Post Slider (Pro) - Addressed issue where post title typography settings were not applied, ensuring proper functionality and appearance.</li>\n<li>Fix: Flip Box (Free) - Corrected a typography mistake in options.</li>\n<li>Fix: Content Slider (Pro) - Resolved conflict caused between Elementor\'s Motion Effects and the widget due to the same animation library (animate.css), resolving CSS class conflict for smoother animation and functionality.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with Opening Item when Clickable Parent option is enabled.</li>\n<li>Fix: Side Menu (Pro) - Resolved issue where some icons were being reverted. This fix ensures that all icons remain consistent and do not revert unexpectedly.</li>\n<li>Fix: Rhombus Grid (Pro) - Increased CSS priority for \'Item Background Color Override\' option. This adjustment ensures that the specified background color takes precedence over other styles, providing consistent and reliable appearance for the widget items.</li>\n</ul>\n\n<p>version 1.5.103: 2024-04-16</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to add additional url attributes to post links</li>\n<li>Feature: improved woo category thumbnail image gether</li>\n<li>Feature: added option to unite gallery - strip_speed</li>\n<li>Fix: fixed some widgets editor enable visibility bug</li>\n<li>Fix: fixed entrance animation run if inside a viewport window</li>\n<li>Fix: fixed some security issues - escaping some fields output</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Dots\' option. This new functionality allows users to toggle the visibility of dots within the widget, providing greater control over navigation indicators.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Custom Icon\' option. This new functionality allows users to customize the appearance of checkboxes by providing custom icons, enhancing the visual presentation of checkboxes within the widget.</li>\n<li>Feature: Video Playlist (Pro) - Implemented \'Strip Navigation Speed\' option. This new functionality allows users to adjust the speed of navigation within the strip, providing finer control over the scrolling behavior.</li>\n<li>Feature: Expanding Content Cards (Pro) - Implemented \'Background Image Align\' option. This new functionality allows users to specify the alignment of the background image, providing greater control over its positioning within the element.</li>\n<li>Feature: Post Magazine Grid (Pro) - Implemented \'Meta Date Date Format\' option. This new functionality allows users to specify the date format for meta date display, providing customization options for date presentation.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Show Item Title in Lightbox\' option. This new functionality allows users to toggle the display of item titles within the lightbox, providing control over the visibility of titles for a better user experience.</li>\n<li>Feature: Search Filter (Pro) - Implemented \'Custom Links Ending\' option. This new functionality allows users to change links in the connected grid to highlight the search phrase.</li>\n<li>Feature: Load More / Infinite Scroll (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Post Pagination (Free) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Content Switcher (Pro) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab Content Switcher for a smoother and more seamless user experience.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Show Field Name In Empty Field Error Message\' option. This new functionality allows users to include the field name in the empty field error message, providing clearer feedback to users when a required field is left blank.</li>\n<li>Feature: Side Menu (Pro) - Implemented \'Templates Width\' and \'Templates Horizontal Align\' options.</li>\n<li>Change: Unlimited Grid (Pro) - Changed \'Title Spacing\' option to \'Title Margin\'. This change allows users to add margin in all directions to the title, providing more granular control over its positioning within the widget.</li>\n<li>Fix: Content Box Hover Text Reveal (Free) - Resolved issue where Overlay Opacity option wasn\'t working on mobile devices. This fix ensures that the Overlay Opacity option functions correctly across all devices, providing consistent behavior and appearance.</li>\n<li>Fix: Multi Step Form (Pro) - Fixed Multi Step Error Message not showing when empty and required field was present on active step.</li>\n<li>Fix: Submit Button (Free) - Fixed Submit Button verification issue when fields with 0 value were parsed as empty.</li>\n<li>Fix: Slider Field (Pro) - Resolved issue where border radius for focus state differed from regular state. This fix ensures that the border radius remains consistent across different states.</li>\n<li>Fix: Icon Bullets (Free) - Fixed issue related to Hover Colors not being revealed after item hover.</li>\n<li>Fix: Team Member Sliding Effect (Pro) - Resolved issue related to global colors usage. This fix ensures that global colors are properly utilized throughout the widget, maintaining consistency and accuracy in color rendering.</li>\n<li>Fix: Post Magazine Grid (Pro) - Optimized widget HTML. This optimization improves the efficiency and performance of the widget by streamlining the HTML structure and reducing unnecessary code.</li>\n<li>Fix: Form Fields Widgets: Resolved vulnerability where scripts could be injected under certain widget attributes. This fix ensures that scripts are properly sanitized and prevented from being inserted into widget attributes, mitigating potential security risks.</li>\n</ul>\n\n<p>version 1.5.101: 2024-04-03</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - added "date time" attribute to items attributes list</li>\n<li>Feature - made some integration for "relevanssi" plugin</li>\n<li>Feature - added woo rating stars to multisource fields</li>\n<li>Feature - added visual text that showing the form fields conditions</li>\n<li>Fix - fixed filters mode init mode</li>\n<li>Fix - fixed various filters related bugs</li>\n<li>Fix - fixed ucpage parameter fetch for pagination in archive page</li>\n<li>Fix - fixed gallery from meta field item source texts </li>\n<li>Fix - fixed some number field processing</li>\n<li>Fix - fixed multisep form with template submit</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Set First Item Selected\' option. This new functionality allows users to automatically select the first item in the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented \'Open Current Submenu On Page Load\' option. This new functionality allows users to automatically expand the current submenu on page load, providing immediate access to relevant content.</li>\n<li>Feature: Background Slider (Pro) - Introduced \'Add SEO Tags\' option, allowing users to include alt and title attributes for images for improved search engine optimization of the widget content.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced "Close Message Box After Send" option, allowing automatic closure of the message box after clicking the send button for improved user experience and convenience.</li>\n<li>Feature: Floating Chat Buttons (Pro) - Introduced "Close Button After Click" option, enabling automatic closure of the buttons after clicking any button, eliminating the need for manual closure for enhanced user convenience and interaction.</li>\n<li>Feature: Content Grid (Pro) - Implemented \'Description\' option. This new functionality allows users to add a description to the widget, providing additional context or instructions.</li>\n<li>Feature: SVG Animation (Free) - Optimized widget for Elementor Popup compatibility. This update ensures seamless integration and improved performance when using the widget within Elementor Popups.</li>\n<li>Feature: Animated Ripples (Pro) - Introduced \'Ripple Scale\' option, enabling users to control the size of the ripples for enhanced visual customization and effect.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Item Trigger type\' for Segment Layout type. This new functionality allows segments to be opened by hovering on them, providing users with an alternative interaction method.</li>\n<li>Feature: Line Text Divider (Free) - Added styling options including Line Thickness, Line Border Radius, Line Shadow, Text Typography, Background Color, Padding, Border, Border Radius, and Box Shadow for enhanced customization. Additionally, existing styling options have been improved for better optimization and user experience.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Grow Effect on Thumb Hover option. This new functionality allows users to enable the grow effect on thumbnail hover.</li>\n<li>Feature: Price Range Filter (Pro) - Implemented Hide Default Arrows option. This new functionality allows users to hide default arrows, providing enhanced customization of the widget\'s appearance and behavior.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Show Time Ago\' option. This new functionality allows users to display the time elapsed since a publish event, providing context and improving user engagement.</li>\n<li>Feature: Dropdown Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Submit Button (Free) - Implemented \'Empty Field Error Text\' option. This new functionality allows users to customize the error message displayed when a required field is left empty.</li>\n<li>Feature: Icon Bullets (Free) - Implemented \'Title Color Hover\' and \'Text Color Hover\' options. These new functionalities allow users to customize the color of titles and text when hovered over, providing enhanced interactivity and visual feedback.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Font Family\' option for Label X Axis and Y Axis. This new functionality allows users to customize the font family for labels displayed on the X and Y axes, providing enhanced typography control.</li>\n<li>Feature: Overlay Carousel (Pro) - Implemented \'Show Arrows\' option and updated Arrows styling options. This new functionality allows users to control the visibility of arrows and customize their styling, providing more flexibility in widget design and navigation.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Empty Message\' option. This new functionality allows users to display a custom message when no posts are found, providing better user feedback and enhancing the user experience.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Feature: Radio Button Field (Pro) - Implemented \'Required\' option. This new functionality allows users to mark a field as required, ensuring that users must fill it out before submitting the form.</li>\n<li>Change: Checkboxes Filter (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.</li>\n<li>Change: Post Carousel (Pro) - Added \'alt\' and \'title\' attributes to the image for improved SEO optimization and accessibility.</li>\n<li>Change: Flip Box Carousel (Pro) - Changed some selectors in CSS to avoid empty items appearing on live page.</li>\n<li>Change: Underline Animated Button (Free) - Changed <section> tag to <div>. This update improves the semantic structure of the widget, ensuring better compatibility with various screen readers and accessibility standards.</li>\n<li>Change: Unlimited Charts (Pro) - Updated the animation option to trigger animation when the chart comes into view instead of upon initial load, improving user experience and visual appeal.</li>\n<li>Change: Submit Button (Free) - Changed the position of Empty Field Errors to be grouped after the submit button. This update enhances the layout and organization of error messages, providing users with a clearer indication of missing information before submission.</li>\n<li>Change: Post Blocks (Free) - Changed CSS selector for Typography option for better accessibility. This update improves the accessibility of the Typography option by using a more descriptive and accessible CSS selector.</li>\n<li>Change: List Marquee (Pro) - Increased speed limit to 1000. This update enhances the speed capabilities of the widget, allowing for faster performance and smoother animations.</li>\n<li>Change: Checkbox Field (Pro) - Increased accessibility by adding IDs to input elements and "for" attributes to label elements. This update improves accessibility by associating labels with their corresponding form controls, making it easier for screen readers and other assistive technologies to interpret and navigate the form.</li>\n<li>Change: Masonry Gallery (Pro) - Implemented \'Autoplay Video In Lightbox\' option. This new functionality allows users to enable autoplay for videos displayed within the lightbox, providing a more dynamic and engaging viewing experience.</li>\n<li>Change: WhatsApp Chat (Pro) - Added \'aria-label\' attribute to links. This new functionality enhances accessibility by providing descriptive labels for elements.</li>\n<li>Fix: Number Field (Pro) - Implemented CSS protection from the max-width CSS property. This new functionality safeguards against unintended styling conflicts or overrides caused by the max-width property.</li>\n<li>Fix: Fullscreen Menu (Free) - Addressed issue where the fullscreen menu was not displayed correctly in Safari browser.</li>\n<li>Fix: Image Scroll (Pro) - Resolved 404 error appearing every time Overlay element was added on the page. This fix ensures that the Overlay element is loaded correctly without triggering a 404 error.</li>\n</ul>\n\n<p>version 1.5.100: 2024-03-17</p>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added option to connect the filters to some specific grid group</li>\n<li>Fix: fixed js run for background output not always happend</li>\n<li>Fix: filters was shown only related to grid taxonomies after changing to "all" </li>\n<li>Fix: returned some tiles gallery images that was missing</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: List (Free) - Implemented \'Open Link in New Tab\' option. This new functionality allows users to specify whether links should open in a new tab, providing flexibility in link behavior.</li>\n<li>Feature: Compact Gallery (Free) - Implemented \'Hide Thumbnail Panel Under Width\' option. This new functionality allows users to hide the thumbnail panel when the viewport width is below a specified threshold, optimizing the display for smaller screens.</li>\n<li>Feature: Select Dropdown Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Checkboxes Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Tabs Filter (Pro) - Implemented \'Connect To Grids Group\' option. This new functionality allows users to connect the filter widget to a particular grid widget.</li>\n<li>Feature: Scroll Sequence (Pro) - Added \'Image Horizontal Shift\' option, allowing users to adjust the horizontal position of the image for enhanced customization and layout control.</li>\n</ul>\n\n<p>version 1.5.99: 2024-03-11</p>\n\n<ul>\n<li>Fix - updated multisource image fields</li>\n<li>Fix - fixed some small php bug with strtobool function</li>\n</ul>\n\n<p>version 1.5.98: 2024-03-05</p>\n\n<ul>\n<li>Fix Some small gutenberg related bug fix</li>\n</ul>\n\n<p>version 1.5.97: 2024-03-04</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Fix: allow showing authors name translated</li>\n<li>Change: updated font awesome version to 6</li>\n<li>Fix: done some link attribute security fix</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Accordion Menu (Pro) - Implemented \'Active State Color\' options for Sub Menu items. This new functionality allows users to customize the color of sub-menu items when they are in the active state, providing enhanced visual feedback.</li>\n<li>Feature: Content Slider (Pro) - Made \'Slide Margin\' option available for Full Slider Type and Offset Slider Type. This update expands the usability of the margin customization, allowing users to set margins between slides in both Full Slider and Offset Slider configurations.</li>\n<li>Feature: Icon Tabs (Pro) - Made \'Start Collapsed\' option responsive. This update ensures that the \'Start Collapsed\' behavior adjusts responsively, providing a consistent and user-friendly experience across various devices and screen sizes.</li>\n<li>Feature: Post Accordion (Free) - Introduced \'Expand All Accordion\' functionality, enabling users to expand all accordion items with a single click for improved content accessibility.</li>\n<li>Feature: Fullscreen Menu (Free) - Introduced option to customize the thickness of the animated hamburger icon bars, providing users with greater control over the visual appearance of the icon.</li>\n<li>Change: Coverflow Carousel (Pro) - Updated \'Button Link\' option: if empty, no link will be applied. This modification ensures that if the \'Button Link\' option is left empty, no link will be associated with the button within the widget.</li>\n<li>Fix: Product Carousel (Pro) - Optimized widget HTML code. This update enhances performance and efficiency by streamlining the HTML structure of the widget.</li>\n<li>Fix: Content Tabs (Free) - Improved widget interaction within an Elementor\'s popup. This update ensures a more seamless and optimized experience when utilizing the widget within a popup setting.</li>\n</ul>\n\n<p>version 1.5.96: 2024-02-26</p>\n\n<p>Plugin Updates:</p>\n\n<ul>\n<li>Feature: added option for time_ago_short in timelines that will show shorter version of minutes and hours text</li>\n<li>Feature: added defaults for weather widget</li>\n<li>Fix: fixed hourly weather fields</li>\n<li>Fix: fixed the import with images functionality</li>\n<li>Fix: set default timeout to remote requests</li>\n<li>Fix: fixed the image duplicate when importing templates</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Side Menu (Pro) - Implemented \'Menu Padding\' option. This new functionality allows users to set padding for the menu, providing control over the spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced a new value for \'Meta Data Position\' option called \'Before Title\'. This new functionality allows users to position meta data before the title, providing additional flexibility in content layout.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Stage Padding\' option. This new functionality allows users to set stage padding, displaying a part of the previous and next carousel items for a more visually appealing and dynamic presentation.</li>\n<li>Feature: Interactive Circle Infographic (Pro) - Implemented \'Selected Item Number\' option. This new functionality allows users to select a specific item by default, enhancing user experience by highlighting a predetermined item upon initialization.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option to display the image on the opposite side of the content for enhanced layout flexibility and customization.</li>\n<li>Feature: Thumbnail Slider (Pro) - Introduced \'Multi Source\' option, enabling users to select gallery items from various sources for enhanced flexibility and content integration.</li>\n<li>Feature: Timer Countdown Banner (Pro) - Added \'Direction\' option to support RTL (Right-to-Left) layout websites.</li>\n<li>Feature: Post Horizontal Timeline (Pro) - Introduced Background Color and Icon Color options for Navigation Arrows in disabled mode. This new functionality allows users to customize the appearance of navigation arrows when they are disabled, providing enhanced visual control.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Time Ago Type\' option. This new functionality allows users to choose the type of time ago representation, providing flexibility in how time is displayed within the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Text Custom Field\' option. This new functionality allows users to add a custom field under the main Posts Text, providing additional customization for displaying content.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Link Type\' option for all link elements in the widget. This new functionality allows users to choose the type of link for various elements within the widget, enhancing control over linking behavior.</li>\n<li>Feature: Remote Link (Pro) - Introduced active state for the link. This new functionality allows users to customize the appearance of the link when it is in an active state, providing enhanced visual feedback.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Implemented \'Hide Vertical Scrollbar in Popup\' option. This new functionality allows users to hide the vertical scrollbar within the popup, providing a cleaner and more focused appearance.</li>\n<li>Feature: Icon Carousel (Pro) - Introduced \'Autoplay Pause on Hover\' option, allowing users to pause autoplay functionality when hovering over the carousel for improved control and interaction.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Introduced Entrance Animation functionality for the popup. This new feature allows users to apply entrance animations, enhancing the visual appeal and engagement when the popup appears.</li>\n<li>Feature: Unlimited Timeline (Free) - Implemented \'Content Box Link\' option. This new functionality allows users to link the entire content box, providing a convenient way to associate a link with the entire widget item.</li>\n<li>Feature: Text Field (Free) - Added \'Read Only\' option, allowing users to set the field as read-only for preventing user input while retaining visibility of the text.</li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Radar Range\' option for Radar chart, allowing users to set the minimum range value for improved data visualization.</li>\n<li>Feature: Testimonial Carousel (Pro) - Added \'Rating\' field to the Source option. This new functionality allows users to incorporate a rating field as a source for the widget, expanding the available data sources for enhanced content display.</li>\n<li>Feature: Multi Step Form (Pro) - Introduced \'Direction\' option. This new functionality is useful for RTL (Right-to-Left) websites, allowing users to set the direction of the widget layout accordingly.</li>\n<li>Feature: Unlimited Timeline (Free) - Introduced option for users to customize the text of each item\'s button, providing greater flexibility.</li>\n<li>Feature: Post List (Free) - Implemented \'Space Between Categories\' option. This new functionality allows users to set spacing between categories, providing control over the layout and visual presentation of category elements.</li>\n<li>Feature: Memory Game (Pro) - Introduced \'Add Completion Time to Form Field\' option, enabling users to automatically append the time taken to complete the memory game to a designated form field.</li>\n<li>Feature: Post Timeline (Pro) - Implemented \'Add Link For The Whole Item\' option. This new functionality allows users to add a link to the entire widget item, enhancing the interactive capabilities and providing a clickable area for the entire item.</li>\n<li>Feature: Post Carousel (Pro) - Implemented \'Text Padding\' and \'Title Padding\' options. This new functionality allows users to set padding for text and title elements, providing enhanced control over spacing and layout within the widget.</li>\n<li>Feature: Post Grid (Pro) - Introduced \'Date Modified\' options. This new functionality allows users to display the date when a post was last modified, providing additional information and transparency in content presentation.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Introduced options to customize Maps Controls icons\' color and background color. This new functionality allows users to personalize the appearance of map controls, enhancing visual customization.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Disable Map Interaction On Mobile\' option. This new functionality allows users to disable map interaction specifically on mobile devices, providing control over the user experience on smaller screens.</li>\n<li>Change: Content Tabs (Free) - Modified behavior of \'Start Collapsed\' option when used with \'Set Hash\'. If the URL has a hash, the first opened tab will be determined by the hash, providing a more dynamic and user-friendly experience.</li>\n<li>Change: Dropdown Button (Pro) - Removed Text Decoration CSS property from dropdown items. This update enhances the visual presentation by eliminating unnecessary text decoration.</li>\n<li>Change: Woo Mini Cart (Pro) - Added separate border options for \'View Cart\' and \'Checkout\' buttons, providing users with more customization flexibility for button styling.</li>\n<li>Change: Swipe Carousel (Pro) - Modified \'Enable Link\' option. Now, the entire item serves as a link, providing a more intuitive and consistent approach to linking within the widget.</li>\n<li>Fix: Submit Button (Free) - Corrected default values in email 2 that were leading to validation errors.</li>\n<li>Fix: Post Carousel Lite (Free) - Addressed issue where the carousel was not displaying on mobile devices.</li>\n<li>Fix: Icon Tabs (Pro) - Resolved issue with the \'Start Collapsed\' option. The fix ensures that the \'Start Collapsed\' option now functions correctly, delivering the intended collapsed behavior upon initialization.</li>\n<li>Fix: Post Grid (Pro) - Optimized widget item HTML code. This update enhances performance and efficiency by streamlining the HTML structure of widget items.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized item HTML code. This update improves performance and efficiency by refining the HTML structure of individual items within the widget.</li>\n<li>Fix: Unlimited Timeline (Free) - Optimized CSS code. This update improves performance and reduces the overall footprint of the stylesheet, enhancing efficiency and loading times.</li>\n<li>Fix: Remote Link (Pro) - Resolved issue where the Text Shadow option was erroneously interpreted as Box Shadow. The fix ensures that the Text Shadow option now functions correctly, providing the intended text shadow effect.</li>\n<li>Fix: Scroll Sequence (Pro) - Revised and improved descriptions of the widget fields for better clarity.</li>\n<li>Fix: Post Magazine Grid (Pro) - Added \'raw\' tag to category names to fix the display issue where the \'&\' symbol in category names was not displaying correctly.</li>\n<li>Fix: Before After (Pro) - Improved widget interaction with Elementor\'s Popups. This update ensures seamless integration and optimal performance when using the widget within Elementor\'s Popup functionality.</li>\n<li>Fix: Grid Gallery (Pro) - Resolved an issue where the widget was not extending to full width within Elementor Container.</li>\n<li>Fix: Particle Image (Pro) - Added protection from lazy load. This update ensures compatibility and proper functionality, mitigating potential issues related to lazy loading on various platforms.</li>\n</ul>\n\n<p>version 1.5.95: 2024-02-12:</p>\n\n<ul>\n<li>Feature: Ensure that the blog displayed on the "Home" page of the plugin is always up-to-date.</li>\n<li>Feature: Implemented support for tags in the widget catalog.</li>\n<li>Feature: Added an option for galleries to play videos in muted mode.</li>\n<li>Feature: Integrated weather forecast data preparation for the widget.</li>\n<li>Fix: Addressed some minor potential security risks associated with the import templates functionality.</li>\n<li>Fix: Rectified email validation for Form Email2.</li>\n<li>Fix: Resolved some issues with the price range filter.</li>\n<li>Fix: fixed the problem where dynamic template styles disappeared after updating Elementor Pro.</li>\n</ul>\n\n<p>Widgets Updates:</p>\n\n<ul>\n<li>Feature: Image Zoom Content Box (Free) - Implemented \'Title Tag\' option. This new functionality allows users to specify the HTML tag for titles within the widget, providing flexibility and control over the semantic structure of the content.</li>\n<li>Feature: Post Accordion (Free) - Implemented \'Disable Link in Image\' option. This new functionality allows users to disable the link associated with an image, providing more control over the interactive behavior of images within the widget.</li>\n<li>Feature: Slider Gallery (Free) - Implemented \'Mute Video\' option. This new functionality allows to play videos muted by default. Volume can be adjusted in video players on live page.</li>\n<li>Feature: Unlimited Charts (Pro) - Implemented \'Item Bar Width\' option. This new functionality allows users to customize the width of individual bars, providing greater control over the visual representation of items.</li>\n<li>Feature: Remote Item Navigation (Pro) - Introduced \'Border Override Color\' options for Regular and Active states. This new functionality allows users to customize border colors separately for both Regular and Active states, enhancing visual styling in the widget.</li>\n<li>Feature: Post Grid (Pro) - Implemented \'Title Min Height\' option. This new functionality allows users to set a minimum height for the title, offering more control over the visual presentation and consistency in the widget.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Show Link\' option. This new functionality enables users to show or hide links and customize their styling within the widget, offering more control over the interactive elements.</li>\n<li>Feature: Counter (Free) - Implemented \'Add Link To Widget Container\' option. This new functionality allows users to include a link, enhancing the interactive capabilities of the element by enabling navigation to another page or resource.</li>\n<li>Feature: Icon Box Accordion (Pro) - Introduced \'Icon + Text\' option for Graphic Element. This new value expands customization by allowing users to display both an icon and text within the Graphic Element for richer visual representation.</li>\n<li>Feature: Before After (Pro) - Added support for the widget inside Elementor\'s Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to utilize the widget effectively within Elementor\'s Tabs.</li>\n<li>Feature: Justified Image Carousel (Pro) - Implemented \'Hide Inactive Arrow\' option. This new functionality allows users to hide inactive arrows, providing a cleaner and more focused appearance in the widget interface.</li>\n<li>Feature: Layers (Pro) - Added shadow for icon type layers.</li>\n<li>Feature: Icon Pointer Button (Pro) - Introduced \'Direction\' option. This new functionality allows users to specify the direction for RTL (Right-to-Left) or LTR (Left-to-Right) websites, ensuring proper layout alignment based on language direction.</li>\n<li>Feature: Loop Carousel (Pro) - Implemented \'Auto Height\' option. This new functionality adjusts the height of the slider dynamically based on the height of the current slide, providing a more adaptive and seamless user experience.</li>\n<li>Feature: Justified Image Carousel (Pro) - Option to fix the broken layout (resulting in a duplicate carousel) caused by delayed image loading, this solution verifies that the images are loaded before initializing the carousel.</li>\n<li>Feature: Remote Tabs (Pro) - Introduced styling options for Border Radius, Border, and Shadow for the image of the active tab.</li>\n<li>Feature: Layers (Pro) - Added background color, padding and radius for text fields.</li>\n<li>Feature: WhatsApp Chat (Pro) - z-index option for Popup, allowing users to customize the stacking order of the Popup for better control over its visibility in relation to other elements.</li>\n<li>Feature: WhatsApp Chat (Pro) - Introduced option to customize the Popup Title, along with styling options for enhanced visual control and personalization.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced \'Additional Title\' options. This new functionality expands customization by providing additional settings for titles, allowing users to further enhance the visual presentation of titles within the widget.</li>\n<li>Feature: Content Grid (Pro) - Introduced \'Image Scale\' option. This new functionality allows users to scale the images, providing enhanced control over the visual presentation within the widget.</li>\n<li>Feature: Fullscreen Menu (Free) - Implemented feature - automatically opens menu item if it matches the current page URL.</li>\n<li>Feature: Post Grid (Pro) - Added Option to show post tags, providing users with the ability to showcase tags associated with each post.</li>\n<li>Feature: Post Magazine Grid (Pro) - Introduced \'Image Scale\' and \'CSS Filters\' options along with the hover transition duration for enhanced image customization.</li>\n<li>Feature: Card Carousel (Free) - Implemented \'Image Position\' option. This new functionality allows users to customize the position of image within the widget, providing enhanced control over the visual layout.</li>\n<li>Feature: Layers (Pro) - Added mouse parallax effect, adds a captivating and interactive dimension to the user interface.</li>\n<li>Feature: Swipe Carousel (Pro) - Introduced additional styling options. This new set of functionalities allows users to further customize and refine the visual appearance of the widget, providing enhanced styling possibilities.</li>\n<li>Feature: Mega Menu (Pro) - Implemented \'Close Transition Speed\' option. This new functionality enables users to set the speed of close animations for the dropdown, enhancing visual transitions and customization.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added \'Image Position\' option, allowing users to customize the position of the image above or below the content for enhanced layout flexibility.</li>\n<li>Feature: Layers (Pro) - Implemented motion effects—now elements can bounce up and down and move left to right for a livelier interface.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Center Info Window\' option. This new functionality allows users to center the info window on the map, providing enhanced visibility and focus on the selected location.</li>\n<li>Feature: Unlimited Google Maps (Pro) - Implemented \'Close After Outside Info Window Click\' option. This new functionality allows users to close the info window after clicking outside of it on the map, enhancing user interaction and control.</li>\n<li>Feature: Layers (Pro) - Implemented responsive settings for individual layers, allowing users to toggle each layer on or off based on the specific device requirements.</li>\n<li>Feature: Image Accordion (Pro) - Added \'Title HTML Tag\' option, providing users with better SEO control by allowing customization of HTML tags for widget titles.</li>\n<li>Feature: Content Tabs (Free) - Introduced option to fire a resize event on tab click, ensuring proper functionality of other widgets inside tab content for a smoother and more seamless user experience.</li>\n<li>Feature: Event List (Pro) - Implemented \'Remove Expired Event Item\' option. This new functionality allows users to automatically remove event items that have expired, streamlining content management within the widget.</li>\n<li>Feature: Post Grid (Pro) - Added typography option for post tags, allowing users to customize the font style, size, and other typographic attributes.</li>\n<li>Feature: Event List (Pro) - Implemented \'Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the button, providing enhanced control over the layout within the widget.</li>\n<li>Feature: vCard (Pro) - Introduced option to include social media links in downloadable VCF contact file, enhancing contact information with additional social network profiles for improved connectivity.</li>\n<li>Change: Toggle Text Button (Free) - Upgraded textarea to full functionality editor, providing users with enhanced editing capabilities.</li>\n<li>Change: vCard (Pro) - Updated vCard JavaScript library to the latest version, ensuring compatibility with current standards and latest feature availability.</li>\n<li>Fix: Woo Product List (Free) - Introduced \'Layout Type\' option. This new functionality allows users to set the layout as either column or row, providing flexibility in organizing and displaying content within the widget.</li>\n<li>Fix: vCard (Pro) - Resolved issue where QR code was not scanning on some apps.</li>\n<li>Fix: Hotspots (Pro) - Rebuilt JavaScript code for better interaction. Removed unnecessary code to optimize performance and streamline functionality.</li>\n<li>Fix: Sideways Vertical Text (Pro) - Text layout shifting issue on Safari browser.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue with scrolling to the top of the page after tab click. The fix ensures that tab clicks no longer trigger unintended scrolling to the top, providing a smoother user experience.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the vertical scrollbar appearing on hover.</li>\n<li>Fix: Testimonial Carousel (Pro) - The issue where styling attributes (size and color) for SVG icons were not taking effect.</li>\n<li>Fix: Content Tabs (Free) - Resolved issue in Content Tabs when Before After widget couldn\'t function inside tabs. The fix ensures proper functionality, allowing users to utilize the widget as intended.</li>\n<li>Fix: Woo Product Grid (Pro) - Added image HTML attributes to product images.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue where the size of social icons wasn\'t responding to the option value. The fix ensures that the specified option value now accurately reflects the size of social icons.</li>\n<li>Fix: Counter (Free) - Removed unnecessary space in \'Before Text\' and \'After Text\' options. This update improves the clarity and presentation of the text by eliminating unnecessary spacing.</li>\n<li>Fix: Content Tabs (Free) - Added support for Elementor Tabs widget. This enhancement ensures seamless integration and compatibility, allowing users to incorporate the widget effortlessly within Elementor Tabs.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved an issue where incorrect icons were being displayed after selecting a menu item.</li>\n<li>Fix: Woo Mini Cart (Pro) - Improved widget compatibility with optimization plugins like WP Rocket. This update ensures seamless integration, optimizing performance and enhancing the overall user experience when using these plugins.</li>\n<li>Fix: Post Accordion (Free) - Updated post content loading method to resolve the issue where, on some sites, post content was not displaying correctly.</li>\n<li>Fix: Dropdown Field (Pro) - Fixed an issue when Dropdown Field couldn\'t parse Field Name to Number Field widget.</li>\n<li>Fix: Card Carousel (Free) - Resolved issue where Transition Speed wasn\'t working for non-default animations. The fix ensures that Transition Speed now functions correctly for all animations, providing consistent and reliable behavior.</li>\n<li>Fix: Unlimited Google Maps (Pro) - Removed default 2px border with blue color from one of the map elements. This update improves the visual presentation by eliminating an unnecessary border.</li>\n</ul>\n\n<p>version 1.5.94: 2024-01-25:</p>\n\n<ul>\n<li>Feature: added option to message individual fields for the form</li>\n<li>Change: removed instagram blocked api message - the instagram functionality is active now!</li>\n<li>Change: added default values to currency fields</li>\n<li>Fix: fixed small php bug regarding date field in items</li>\n<li><p>Fix: fixed some small xss vulnurability that pachstack discovered</p></li>\n<li><p>Feature: Number Field (Pro) - Introduced \'Enable Date Field in Formula\' option. This new functionality enables the use of Date Field in formula by allowing the addition or subtraction of days.</p></li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Remove Items with 0 Value\' option. This new functionality automatically excludes items with a value of 0 from charts.</li>\n<li>Feature: WordPress Menu (Free) - Implemented \'Hover Effect\' option. This new functionality allows users to choose from a variety of hover link effects, enhancing the visual presentation with dynamic animations.</li>\n<li>Feature: Hotspots (Pro) - Introduced customizable popup positioning, providing users with the option to define the exact position rather than relying on preset center alignment.</li>\n<li>Feature: Event List (Pro) - Introduced \'Event End Date\' option, allowing users to display event end date and time.</li>\n<li>Feature: Event List (Pro) - Implemented \'Calendar Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the calendar, providing better control over its placement within the layout.</li>\n<li>Feature: Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Dropdown Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Value Handling\' options. This new functionality allows users to choose the checkbox value type from options such as sum, individual number, or individual text, providing flexibility in handling checkbox values.</li>\n<li>Feature: Masonry Gallery (Pro) - Introduced \'Title Typography\' and \'Description Typography\' options. These new functionalities allow users to customize the typography settings for titles and descriptions.</li>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Tile Background Color\' option. This new functionality allows users to customize the background color of tiles, providing enhanced visual control over the widget\'s appearance.</li>\n<li>Feature: Hotspots (Pro) - Added \'Popup Image Size\' option, allowing users to customize the size of popup images.</li>\n<li>Feature: WooCommerce Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented \'Open Links In New Tab\' option. This new functionality allows users to specify whether links should open in a new tab with Source type posts, products, etc.</li>\n<li>Feature: Content Ticker (Pro) - Added Option to add an Image for each ticker item.</li>\n<li>Change: Hotspots (Pro) - Enabled \'Image Size Select\' option for the Image, allowing users to choose from different image resolutions for enhanced flexibility and visual customization.</li>\n<li>Change: Icon Carousel (Pro) - Improved \'Item Minimum Height\' option by expanding the range of values.</li>\n<li>Fix: Fullscreen Menu (Free) - Improved protection from Elementor sticky section interference.</li>\n<li>Fix: vCard (Pro) - Issue with QR code not displaying when \'Include Image in Contact\' is enabled has been resolved.</li>\n<li>Fix: Dropdown Field (Pro) - Resolved issue with \'Field Name\' not appearing during email sending. The fix ensures that the field name is now properly displayed in email notifications.</li>\n<li>Fix: Mega Menu (Pro) - Resolved horizontal scroll issue. The fix ensures that the layout no longer experiences unintended horizontal scrolling, providing a more stable and user-friendly experience.</li>\n<li>Fix: Scroll To Top (Free) - Resolved issue where the icon wasn\'t visible on the frontend. The fix ensures proper visibility of the icon, addressing the bug and improving the overall appearance.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the \'Disable Page Scroll\' option not working in some cases. The fix ensures consistent functionality, preventing page scrolling as intended.</li>\n<li>Fix: Text Field (Free) - Resolved input width issue. The fix ensures that input elements now display with the correct width.</li>\n</ul>\n\n<p>version 1.5.93: 2024-01-18:</p>\n\n<ul>\n<li>Feature: Introduced the option \'slider_video_autoplay\' to galleries, enabling video autoplay when changing items.</li>\n<li>Feature: Added the option to include specific taxonomies in related posts queries.</li>\n<li>Feature: Implemented automatic recognition of video thumbnail IDs in certain gallery types based on relevant post meta.</li>\n<li>Feature: Added functionality for the price range filter.</li>\n<li>Change: Updated the Freemius version.</li>\n<li>Change: Modified the text format for the export change log.</li>\n<li>Change: Restored the "import with images" feature after incorporating file type checks for security.</li>\n<li>Fix: Enhanced the handling of multiple user records for the \'exclude users\' option in the users query (Ajax-based).</li>\n<li>Fix: Corrected URL CSS and JS inclusion issues in Elementor editor.</li>\n<li><p>Fix: Corrected a bug related to "mini cart widget" in PHP in specific cases.</p></li>\n<li><p>Feature - Card Carousel (Free) - Introduced \'Hide Item\' option. This new functionality allows users to hide items instead of deleting them permanently, offering a more reversible and flexible approach to item management.</p></li>\n<li>Feature - Post Grid (Pro) - Implemented \'Layout Type: Above\' option. This new functionality allows users to change the position of the content box to above the image.</li>\n<li>Feature - Thumbnail Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Compact Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Grid Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Slider Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Flip Box Carousel (Pro) - Introduced option for back icon alignment, providing users the flexibility to customize the alignment of the back icon.</li>\n<li>Feature - Post List (Free) - Implemented \'Image Scale\' option for regular and hover states. This new feature allows users to customize the scaling of images independently for regular and hover states, enhancing visual presentation.</li>\n<li>Change - Flip Box Carousel (Pro) - Implemented conditional rendering of CSS to reduce unused styles, resulting in improved performance, SEO, and faster load times for enhanced user experience.</li>\n<li>Change - Content Accordion (Free) - Improved \'Expand All Accordion\' functionality, now allowing users to close the accordion by clicking the same button again for a more intuitive and user-friendly experience.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Implemented protection against buttons not being vertically aligned in specific cases.</li>\n<li>Fix - Flip Box Carousel (Pro) - Resolved an issue where links were not functioning properly when clicking on the back icon.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Resolved issue with the product button not being clickable in some cases.</li>\n<li>Fix - Post Carousel (Pro) - Resolved issue with the side-by-side layout.</li>\n<li>Feature - Logo Grid (Free) - Enhanced responsiveness for item \'Padding\' option. This update ensures that item padding adjusts effectively across various screen sizes and device resolutions for a consistent layout.</li>\n<li>Feature - Logo Grid (Free) - Implemented \'Direction\' option. This new feature is particularly useful for RTL (Right-to-Left) websites, allowing users to specify the direction of the widget\'s layout for improved compatibility.</li>\n<li>Feature - Content Accordion (Free) - Introduced a new feature that allows the expansion of all accordion items by clicking on an external element with the class "ue-content-accordion-expand-all".</li>\n<li>Feature - Memory Game (Pro) - Introduced template option for success message, Allowing users to show Elementor template as success message.</li>\n<li>Feature - Memory Game (Pro) - Added \'Completion Time\' option, enabling users to show the time it took to complete the game for a more informative and engaging experience.</li>\n<li>Feature - Content Accordion (Free) - Introduced \'Additional Header Content\' option in the accordion, allowing users to include additional content after the header title.</li>\n<li>Feature - Post Accordion (Free) - Implemented \'Open Links in New Tab\' option. This new functionality allows users to configure links to open in a new tab, enhancing control over the navigation experience.</li>\n<li>Feature - Side Menu (Pro) - Added an option to add a logo to the side menu layout.</li>\n</ul>\n\n<p>version 1.5.92: 2024-01-04:</p>\n\n<ul>\n<li>Feature: Introduced the change log option in the widget editor.</li>\n<li>Feature: Introduced the ability to connect with Google API for multi-source options.</li>\n<li>Feature: Included an option to link with Google Sheets under the general settings for forms.</li>\n<li>Feature: Integrated a "show globals" feature in troubleshooting for enhanced diagnostics.</li>\n<li>Feature: Implemented the capability to output cart fragments for the woo mini cart.</li>\n<li>Feature: Provided an option for "none" under lightbox-type in galleries, allowing users to disable the lightbox.</li>\n<li>Feature: Added an "excerpt" field to post fields within the widget editor for more detailed posts.</li>\n<li>Fix: Replaced site_url() with home_url() in global variables for better website navigation.</li>\n<li>Fix: Resolved a conflict with another select2 on the admin side, ensuring smoother operations.</li>\n<li>Fix: Rectified an error with multiple order by clauses in post queries to improve data sorting.</li>\n<li><p>Fix: Enhanced the manual selection of Elementor template retrieval for optimized performance.</p></li>\n<li><p>Feature - Content Carousel - Introduced \'Equalize Content Height\' option. This new feature simplifies the process of making content elements equal in each item.</p></li>\n<li>Feature - Flip Box Carousel - Enhanced responsiveness for Border Radius option. The update ensures that the Border Radius adapts effectively to different screen sizes and device resolutions for a consistent display.</li>\n<li>Feature - WooCommerce Product Carousel - Resolved broken layout issue occurring when set to side-by-side layout</li>\n<li>Feature - Phone Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Textarea Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Email Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Text Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Testimonial Carousel - Implemented \'Layout Type: Grid\' option. This new functionality facilitates the transformation of the widget\'s layout into a simple grid.</li>\n<li>Feature - Testimonial Carousel - Introduced \'Layout Type: Swipe\' option. This new feature allows users to set the behavior of the widget, resembling the functionality found in Swipe Carousel widget.</li>\n<li>Feature - Flip Box Carousel - Introduced \'Disable Mouse Drag\' and \'Disable Touch Drag\' options in Flip Box Carousel settings, offering control over user interaction by allowing the disabling of dragging functionalities.</li>\n<li>Feature - Team Member Grid - Introduced \'Badge\' option, allowing users to include custom badge images or icons for enhanced member representation.</li>\n<li>Feature - Thumbnail Slider - Implemented responsiveness for \'Slider Main Image Height\' option.</li>\n<li>Feature - Thumbnail Slider - Optimized \'Slider Main Image Height\' functionality to prevent widget reloading upon value change.</li>\n<li>Change - Thumbnail Slider - Changed attribute of \'Slider Main Image Height\' option from Number to Slider. This adjustment simplifies the process of adjusting the height of the main image by providing a more intuitive control.</li>\n<li>Fix - Submit Button - Improved interaction within Multi Step Form widget. Enhancements have been made to streamline and optimize the submit action.</li>\n<li>Feature - Multi Step Form - Implemented form submission loader. This new addition introduces a visual loader to illustrate the process of sending form data, enhancing user feedback during form submission.</li>\n<li>Feature - WooCommerce Product List - Introduced \'Default Image\' option. The widget will now display the specified default image when a product image is empty, for a more personalized user experience.</li>\n</ul>\n\n<p>version 1.5.91: 2023-12-28:</p>\n\n<ul>\n<li>Change: removed some vulnerability related to templates import</li>\n</ul>\n\n<p>version 1.5.90: 2023-12-18:</p>\n\n<ul>\n<li>Fix: fixed some small bug with pro version main file</li>\n</ul>\n\n<p>version 1.5.89: 2023-12-17:</p>\n\n<ul>\n<li>Fix: fixed some post filters detection issues on the page</li>\n<li>Fix: fixed some "$type not found" message in php</li>\n<li>Fix: fixed some "infinite template found: " message in php (emtpy template load protection)</li>\n<li>Change: added instagram api access error message</li>\n<li>Change: removed "import with images" functionality. replaced by doubly plugin.</li>\n</ul>\n\n<p>version 1.5.88: 2023-12-11:</p>\n\n<ul>\n<li>Feature: added "iframe" gallery type to the gallery items</li>\n<li>Fix: fixed the "show/hide edit html button" option from general settings</li>\n<li>Fix: fixed the general_settings.xml php error</li>\n<li>Fix: fixed some issue with gallery loading on pages and current meta keys</li>\n<li>Fix: fixed default value in datetime control</li>\n<li>Change: added some improvements for the form </li>\n<li>Change: set video placeholder to dynamic galleries in case of video item</li>\n</ul>\n\n<p>version 1.5.87: 2023-11-21:</p>\n\n<ul>\n<li>Change: updated freemius sdk to 2.6.0 version</li>\n<li>Change: added some protection against double background widgets output</li>\n<li>Feature: enabled form functionality</li>\n<li>Feature: enabled currency exchange functionality</li>\n</ul>\n\n<p>version 1.5.85: 2023-11-15</p>\n\n<ul>\n<li>Feature: added woo_addcart_ajax_attributes_button in twig for the button</li>\n<li>Feature: added option to show original settings values in widget debug</li>\n<li>Feature: added troubleshooting setting not to show php deprecated warnings</li>\n<li>Fix: better prepare post custom fields for the post multisource</li>\n<li>Fix: links from meta field works now</li>\n<li>Fix: fixed the ob_end_clean bug</li>\n<li>Fix: in post query - excluded posts not in from posts in</li>\n<li>Fix: fixed a small bug in the unite gallery library</li>\n<li>Change: updated twig version to 3.x</li>\n<li>Change: updated instagram data with date released field</li>\n</ul>\n\n<p>version 1.5.85: 2023-09-20</p>\n\n<ul>\n<li>Fix: fixed a small bug with multisource image param message</li>\n</ul>\n\n<p>version 1.5.84: 2023-09-20</p>\n\n<ul>\n<li>Feature: added twig function csv to json</li>\n<li>Feature: changed the admin view to new design (added designed header and menu)</li>\n<li>Feature: added option to enable animation on swipe to owl carousel js</li>\n<li>Feature: added woo mini cart functionality</li>\n<li><p>Feature: added option: "current query as a base" to post selection -> include by</p></li>\n<li><p>Fix: added support for webp in the manager</p></li>\n<li>Fix: allow fetching images from media library post type for the galleries </li>\n</ul>\n\n<p>version 1.5.83: 2023-08-22</p>\n\n<ul>\n<li>Fix: don\'t show first item in filter when no terms available</li>\n<li>Change: updated calculators javascript code base</li>\n</ul>\n\n<p>version 1.5.82: 2023-08-16</p>\n\n<ul>\n<li>Feature: added option for group filtering widgets</li>\n<li>Feature: solved the video play in gallery type from attachment video</li>\n<li>Change: turned off the video icon for background attribute</li>\n<li>Fix: fixed dynamic template with avoid duplicates</li>\n<li>Fix: fixed gallery widget acf video item error</li>\n<li>Fix: fixed some sort filter bugs with the default selected</li>\n</ul>\n\n<p>version 1.5.81: 2023-08-10</p>\n\n<ul>\n<li>Fix: fixed some missing css in the dynamic loop widgets</li>\n<li>Fix: fixed some child filters related bug</li>\n<li>Fix: fixed order by price in current query</li>\n<li>Fix: fixed some php 8.16+ version notices </li>\n<li>Feature: added option to print the term meta</li>\n</ul>\n\n<p>version 1.5.80: 2023-08-07</p>\n\n<ul>\n<li>Feature: added option to get "all taxonomy terms" from a post </li>\n<li>Feature: added html preperations for the woocommerce minicart</li>\n<li>Feature: added "this week" to the date selection query</li>\n<li>Feature: added "grouping" mode in the "related posts"</li>\n<li>Fix: the pagination now works on top of the grid</li>\n<li>Fix: fixed some init ajax filters multiple issues</li>\n<li>Fix: fixed the error with the assets path set</li>\n</ul>\n\n<p>version 1.5.79: 2023-07-24</p>\n\n<ul>\n<li>Fix: changed name for area-label to aria-label</li>\n<li>Fix: in filters - refresh single filter if "all" selected and there are hidden items</li>\n<li>Fix: changed protection against inifnite loop to 200</li>\n<li>Fix: show child filters at start if there are selected items</li>\n<li>Fix: date time attribute processor - if no date given - don\'t take current time</li>\n<li>Fix: refresh child filter if main filter selected on init</li>\n<li>Fix: dynamic popup was not worked with multisource in some cases</li>\n</ul>\n\n<p>version 1.5.78: 2023-07-16</p>\n\n<ul>\n<li>Fix: fixed show filters load more</li>\n<li>Fix: fixed multisource repeater empty</li>\n</ul>\n\n<p>version 1.5.77: 2023-07-13</p>\n\n<ul>\n<li>Fix: fixed dropzone collision in widget editor view</li>\n<li>Fix: fixed sort filter price filtering</li>\n<li>Fix: fixed max number in addons db table. from "int" to "bigint"</li>\n<li>Fix: replaced some deprecated by elementor codes</li>\n</ul>\n\n<p>version 1.5.76: 2023-07-12</p>\n\n<ul>\n<li>Feature: added "rem" unit in slider attribute</li>\n<li>Fix: fixed some small bug with remote sync debug</li>\n<li>Fix: fixed the truncate in multisource</li>\n<li>Fix: fixed some small bugs related to remote controls</li>\n<li>Fix: fixed dropzon third party conflict in manager</li>\n</ul>\n\n<p>version 1.5.75: 2023-07-05</p>\n\n<ul>\n<li>Feature: added some suggestion text to add some memory in the troubleshooting section in case that needed</li>\n<li>Fix: the wrong author was displayed in loop post meta data</li>\n<li>Fix: do_shortcode to html items inside the grid and dynamic loop</li>\n<li>Update: Updated Freemius SDK to the latest version</li>\n</ul>\n\n<p>version 1.5.74: 2023-07-04</p>\n\n<ul>\n<li>Fix: show search widgets at plugin install.</li>\n<li>Fix: menu picker depts in multisource</li>\n<li>Fix: set the author data to be retrievable in dynamic grid template</li>\n<li>Fix: show meta fields switcher didn\'t worked in multisource menu items</li>\n</ul>\n\n<p>version 1.5.73: 2023-06-26</p>\n\n<ul>\n<li>Feature: added options for revisions in widget editor</li>\n<li>Fix: added support for wordpress proxy in api calling</li>\n<li>Fix: fixed empty post in query result</li>\n<li>Fix: fixed "wrong template ID" elementor error in post accordion</li>\n</ul>\n\n<p>version 1.5.72: 2023-06-21</p>\n\n<ul>\n<li>Fix: added the swf extension in the allowed files in assets</li>\n<li>Feature: prepared the plugin for sort filter</li>\n<li>Change: updated freemius sdk to 2.5.9</li>\n</ul>\n\n<p>version 1.5.71: 2023-06-20</p>\n\n<ul>\n<li>Change: removed js includes of the forms and filters from backend editor</li>\n<li>Change: changed colors of the free version notification in dark mode</li>\n<li>Fix: fix the "link" type in wpml integration automatic translation</li>\n<li>Feature: add support for the conditions in ue forms</li>\n</ul>\n\n<p>version 1.5.70 2023-06-19:</p>\n\n<ul>\n<li>Change: added some "birthday sale" banner</li>\n<li>Feature: added "truncate text" modifier to multisource fields</li>\n<li>Feature: dynamic tags now works inside posts and products related widgets</li>\n<li>Feature: added twig highlighting in codemirror editor</li>\n<li>Fix: fixed sequence animation sliders bug (fields didn\'t loaded in elementor)</li>\n<li>Fix: change the comment from // to /* */ in filters js output to allow proper page compression.</li>\n<li>Fix: the "time ago" string is now translatable </li>\n<li>Fix: fixed the wpml elementor template id output</li>\n<li>Fix: fixed backgrounds bug with containers in editor</li>\n<li>Fix: fixed some small bugs with the checkbox filter</li>\n</ul>\n\n<p>version 1.5.69: 2023-06-08:</p>\n\n<ul>\n<li>Fix: allow to install webp images in widgets</li>\n</ul>\n\n<p>version 1.5.68: 2023-06-06:</p>\n\n<ul>\n<li>Change: added functionality for sort filter </li>\n<li>Feature: added field: "form conditions" for the upcoming form</li>\n<li>Feature: added link translation to wpml integration</li>\n<li>Feature: added link_attributes field to post list fields in twig</li>\n<li>Fix: fixed slider control min max values in case of multiple units</li>\n<li>Fix: add do shortcode from ajax items response</li>\n<li>Fix: fixed posts grid output with "product" taxonomy without woocommerce</li>\n<li>Fix: fixed getting cross sell products query in product list</li>\n</ul>\n\n<p>version 1.5.67 - 2023-05-29:</p>\n\n<ul>\n<li>Fix: fixed some more securaty issues related to assets manager</li>\n</ul>\n\n<p>version 1.5.66 - 2023-05-28:</p>\n\n<ul>\n<li>Fix: fixed some securaty issues related to non editor users operations and not allowed to upload php files in assets manager</li>\n</ul>\n\n<p>version 1.5.65 - 2023-05-26:</p>\n\n<ul>\n<li>Fix: fixed instagram api related bugs </li>\n</ul>\n\n<p>version 1.5.64 2023-05-23:</p>\n\n<ul>\n<li>Change: update freemius to latest version 2.5.8</li>\n<li>Fix: fixed a small php bug</li>\n</ul>\n\n<p>version 1.5.63 2023-05-23:</p>\n\n<ul>\n<li>Change: expand in widget editor is now connected to the screen height</li>\n<li>Fix: fixed the dynamic popup with multiple fields code </li>\n<li>Fix: fixed some sync if the clicked item is link</li>\n<li>Feature: added support for sort post filter</li>\n<li>Feature: hide "show only insalled" checkbox in widgets manager if no widget installed.</li>\n</ul>\n\n<p>version 1.5.62 2023-05-14:</p>\n\n<ul>\n<li>Feature: added "edit template" link in template selector</li>\n<li>Feature: added hidden template edit button to top bar</li>\n<li>Feature: added option for dynamic popup link to connect to many links in the widget</li>\n<li>Fix: solved some php error with parse dynamic settings in php 8.1</li>\n<li>Fix: getMetaValue error in products</li>\n<li>Fix: fixed doubly css includes in some cases</li>\n</ul>\n\n<p>version 1.5.61 - 2023-05-07:</p>\n\n<ul>\n<li>Feature: added support for woocommerce jet wishlist</li>\n<li>Feature: did option to disable third party hooks in ajax</li>\n<li>Fix: click on link on sync didn\'t worked</li>\n<li>Fix: added some protections to nonce and to file manager zip exctract (securaty issues fix) </li>\n<li>Change: updated freemius sdk to 2.5.7 version.</li>\n</ul>\n\n<p>version 1.5.60 - 2023-04-30:</p>\n\n<ul>\n<li>Feature: added functionality to get cart number of products </li>\n<li>Fix: fixed link field settings for multisoure</li>\n<li>Fix: fixed some bugs with regular price in woocommerce widgets</li>\n<li>Fix: filters js file loaded in editor as well</li>\n<li>Fix: fixed some small php bug regarding "pathBase"</li>\n<li>Fix: fixed conditions in multiple select control</li>\n<li>Change: updated unite gallery version</li>\n<li>Change: disabled autoload in update_option for the catalog variable</li>\n</ul>\n\n<p>version 1.5.59: 2023-04-09</p>\n\n<ul>\n<li>Feature: added multiple select to condition attributes in widget editor</li>\n<li>Change: updated freemius sdk to the latest version</li>\n<li>Fix: fixed empty post meta fields in case that acf plugin is on</li>\n<li>Fix: fixed some bug with avoid duplicates option and filters in single grid</li>\n<li>Fix: made some corrections in case that post query show wrong init selected terms values</li>\n<li>Fix: the post carousel goes to random item after ajax refresh</li>\n<li>Fix: fixed jet engine custom fields integration</li>\n</ul>\n\n<p>version 1.5.58: 2023-03-26</p>\n\n<ul>\n<li>Feature: added dynamic popup functionality to multisource widgets</li>\n<li>Fix: fixed missing arguments in the_post action</li>\n<li>Fix: fixed some php multisource error</li>\n<li>Fix: fixed some product ajax search related issues</li>\n<li>Fix: fixed some small but with ajax refresh and sync</li>\n</ul>\n\n<p>version 1.5.57: 2023-03-20</p>\n\n<ul>\n<li>Feature: improved the multisource selectors</li>\n<li>Feature: added option to get image from post meta in post fields - widget editor</li>\n<li>Fix: added "skins" folder to unite gallery</li>\n<li>Fix: added more compatability to woo commerce grids with discounts plugins</li>\n<li>Fix: fixed same uc_id in dynamic templates</li>\n</ul>\n\n<p>version 1.5.56: 2023-03-13:</p>\n\n<ul>\n<li>Feature: added option authors by dynamic field in post query</li>\n<li>Feature: done some integration with flycart discounts</li>\n<li>Feature: added option to show post type and post type title in posts fields</li>\n<li>Feature: added option to add multiple values in multisource</li>\n<li>Fix: fixed get posts by terms meta field - add taxonomy</li>\n<li>Fix: fixed responsive css in dynamic loop</li>\n<li>Fix: fixed dynamic loop with jet engine acf fields</li>\n<li>Fix: fixed slider control units for vh, vx and % </li>\n<li>Fix: added "before today" for past year in date qury</li>\n<li>Change: the uc_id will not change now when page refresh</li>\n</ul>\n\n<p>version 1.5.55: 2023-02-23:</p>\n\n<ul>\n<li>Fix: fixed wpml integrate fields</li>\n<li>Fix: fixed some write file error, will not crash if happend</li>\n<li>Fix: fixed entrance animation js on popup</li>\n<li>Fix: fixed strip tags in intro from content</li>\n<li>Fix: fixed some php 8.1 issues</li>\n<li>Fix: fixed some post intro with html tags issues</li>\n<li>Change: do_action function is working now in free version</li>\n</ul>\n\n<p>version 1.5.54: 2023-02-15</p>\n\n<ul>\n<li>Change: added some define variable that indicate the under ajax search</li>\n<li>Change: added "collect", and "output" to schema types in content accordion widget for example</li>\n<li>Feature: added wpml auto translate integration</li>\n<li>Feature: added option to select "all taxonomies" in exclude terms in terms selection</li>\n<li>Feature: added option - only direct children to terms select include by</li>\n<li>Feature: added option to post select to get posts by terms from curent meta field</li>\n<li>Fix: preserve tags when truncate</li>\n<li>Fix: fixed load more with second meta add in post query</li>\n</ul>\n\n<p>version 1.5.53: 2023-02-07</p>\n\n<ul>\n<li>Fix: keep exclude terms in grid when filtering with "override terms" mode</li>\n<li>Fix: fixed get_terms() not found php error from 1.5.52 version</li>\n</ul>\n\n<p>version 1.5.52: 2023-02-06</p>\n\n<ul>\n<li>Change: done some protection agains infinite loops in templates</li>\n<li>Fix: fixed popup button type conditions</li>\n<li>Fix: fixed term meta fields in multisource</li>\n<li>Fix: fixed exclude term not found in post select</li>\n</ul>\n\n<p>version 1.5.51: 2023-01-31</p>\n\n<ul>\n<li>Feature: added version to js comment output</li>\n<li>Feature: connected the galleies to remote play / stop like the carousels</li>\n<li>Feature: added some error message when image size attribute is missing in multisource</li>\n<li>Feature: added dynamic popup special attribute type</li>\n<li>Fix: fixed title source and description source in multisource gallery for products.</li>\n<li>Fix: added supress filtres to ajax search query</li>\n</ul>\n\n<p>version 1.5.50: 2023-01-24</p>\n\n<ul>\n<li>Feature: added "media" to post types select in advanced post query</li>\n<li>Feature: improved the date time attribute</li>\n</ul>\n\n<p>version 1.5.49: 2023-01-23</p>\n\n<ul>\n<li>Fix: fixed some js optimization issues </li>\n<li>Fix: fixed filters related small js bug</li>\n</ul>\n\n<p>version 1.5.48: 2023-01-19</p>\n\n<ul>\n<li>Feature: added gallery to multisource</li>\n<li>Feature: added post type override selectin current post query options</li>\n<li>Fix: fixed remote play with carousel</li>\n<li>Fix: fixed some multisource and ajax related bugs</li>\n<li>Fix: fixed popular posts plugin integration multiple post types</li>\n<li>Fix: fixed background widgets some problematic attribute names</li>\n<li>Fix: fixed include terms by current post terms in some cases.</li>\n<li>Fix: fixed default url_assets value in multisoure</li>\n<li>Fix: fixed dark mode svg icons</li>\n</ul>\n\n<p>version 1.5.47: 2023-01-10</p>\n\n<ul>\n<li>Feature: added more units to slider attribute</li>\n<li>Feature: added "any" post type to post types select</li>\n<li>Feature: added include and exclude current post terms in terms selection</li>\n<li>Feature: added option to carousel - scroll to head - force</li>\n<li>Feature: allow import widgets with theme activate</li>\n<li>Fix: fixed dynamic template render css for dynamic popup</li>\n<li>Fix: fixed users list select by manual</li>\n</ul>\n\n<p>version 1.5.46: 2023-01-08</p>\n\n<ul>\n<li>Feature: set the items image size chooser work for certain image</li>\n<li>Feature: made option to put js script in saparate tags with id\'s for optimization plugins like wprocket</li>\n<li>Feature: enriched the uc_lang variable. now it\'s always showing the current language</li>\n<li>Feature: added user_login variable to the users list output</li>\n<li>Feature: has put the preview link always as a help link in widget edit panel.</li>\n<li>Change: updated the multisource that it works better with items images</li>\n<li>Change: allow html tags in post intro (excerpt) in widgets</li>\n<li>Fix: fixed filters with sync multiple grid issues</li>\n<li>Fix: fixed the exclude users list with similar names</li>\n</ul>\n\n<p>version 1.5.45: 2022-12-26</p>\n\n<ul>\n<li>Feature: added json decode filter to twig</li>\n<li>Feature: added catalog images from shortpixel for speed loading</li>\n<li>Feature: done multisource group setting</li>\n<li>Fix: fixed entrance animation on ajax refresh</li>\n<li>Fix: done sync pause / play between carousels</li>\n</ul>\n\n<p>version 1.5.44: 2022-12-19</p>\n\n<ul>\n<li>Change: updated freemius to the latest version</li>\n<li>Fix: fixed remote play / pause button</li>\n<li>Fix: fixed search filter unicode phrase</li>\n<li>Fix: fixed entrance animation appear on scroll</li>\n<li>Feature: added video gallery responsive options</li>\n<li>Fix: fixed some owl carousel size on init bug</li>\n<li>Fix: fixed js widgets under the dynamic grid template like flipbox</li>\n</ul>\n\n<p>version 1.5.43: 2022-12-04</p>\n\n<ul>\n<li>Feature: add settings output to dynamic grid fields debug</li>\n<li>Fix: fixed pods multiple image data</li>\n<li>Fix: fixed url terms in filter with dynamic grid</li>\n<li>Fix: fixed users and menu not found bug in front </li>\n<li>Change: updated twig engine to the latest version</li>\n</ul>\n\n<p>version 1.5.42: 2022-11-29</p>\n\n<ul>\n<li>Feature: added functionality for time ago in posts widgets</li>\n<li>Feature: added woo variables to woo fields - woo_price_withtax, woo_price_notax</li>\n<li>Feature: added option for term child filter role\n-optimization: reduced number of queries in post related widgets</li>\n</ul>\n\n<p>version 1.5.41: 2022-11-24</p>\n\n<p>-bug fix: fixed post select in post query</p>\n\n<p>version 1.5.40: 2022-11-23</p>\n\n<ul>\n<li>Feature: added integration to woocommerce multicourancy plugins</li>\n<li>Feature: made some integration with translate press plugin</li>\n<li>Feature: added select post and select term attribute</li>\n<li>Fix: fixed dynamic loop css backgrounds with containers</li>\n<li>Fix: fixed mousewheel event in the carousel</li>\n<li>Fix: fixed some rare php error with filters</li>\n</ul>\n\n<p>version 1.5.39: 2022-11-16</p>\n\n<ul>\n<li>Fix: fixed small bug with zip extract</li>\n<li>Update: updated black friday sale banners</li>\n</ul>\n\n<p>version 1.5.38: 2022-11-10</p>\n\n<ul>\n<li>Fix: fixed galleries default sizes with post filters</li>\n<li>Fix: fixed hidden option in select filter in safari browser</li>\n<li>Fix: fixed non ssl assets url</li>\n<li>Feature: added "schema" special attribute</li>\n<li>Fix: fixed false autoplay in carousel</li>\n</ul>\n\n<p>version 1.5.37: 2022-11-09</p>\n\n<ul>\n<li>Fix: fixed 1px glitch bug in the carousel, on 1 item (slide mode)</li>\n<li>Feature: prepared the filters to work with ajax search</li>\n</ul>\n\n<p>version 1.5.36: 2022-11-6</p>\n\n<ul>\n<li>Feature: added function that outputs items schema</li>\n<li>Feature: improved include by meta in posts selection, added option for multiple values</li>\n<li>Feature: added option to get current user with meta in twig</li>\n<li>Addition: validate number of post list attributes, allow only one when creating widget</li>\n<li>Fix: fixed count posts in post query summary</li>\n<li>Fix: fixed entrance animation blur type</li>\n<li>Fix: fixed avoid duplicates with random order while posts load more</li>\n<li>Fix: the timeout now reset after slide change in owl carousel</li>\n<li>Fix: fixed terms selection taxonomies with idetical post type title</li>\n<li>Fix: added protection against inifinite loop in putElementorTemplate twig function</li>\n<li>Fix: fixed acf field unaccessable in some cases with elementor pro 3.8</li>\n</ul>\n\n<p>version 1.5.35: 2022-10-24</p>\n\n<p>-Fix: fixed include by id\'s from dynamic field, and terms from dynamic field in post selection</p>\n\n<p>version 1.5.34: 2022-10-19</p>\n\n<ul>\n<li>Feature: added items image size attribute (special type)</li>\n<li>Fix: fixed show backgrounds in elementor editor</li>\n</ul>\n\n<p>version 1.5.33: 2022-10-15</p>\n\n<ul>\n<li>Fix: fixed avoid duplicates with filters</li>\n<li>Fix: fixed select dropdown filter js</li>\n<li>Feature: added avoid duplicates option to manual posts selection</li>\n</ul>\n\n<p>version 1.5.32: 2022-10-11</p>\n\n<ul>\n<li>Fix: fixed some ajax pagination issues</li>\n<li>Fix: fixed pagination widget appearance on archive ajax pages with filters</li>\n<li>Fix: added twig functionality to put product attributes text</li>\n<li>Fix: fixed export with images not worked in some cases</li>\n<li>Fix: made some protection with ezcache plugin integration and filtering</li>\n<li>Fix: fixed some small php bug with this month post selection</li>\n<li>Fix: fixed some visible and hidden filters collision</li>\n<li>Fix: fixed terms select in terms filter on history back click in filters</li>\n<li>Fix: set child filter always first unselected</li>\n<li>Fix: set option for the tabs filter to be unselected</li>\n<li><p>Fix: fixed the pagination numbers if exclude offset chosen</p></li>\n<li><p>Feature: added multiple taxonomy terms in term selection</p></li>\n<li>Feature: added query id in terms selection</li>\n<li>Feature: added functionality for next / prev post</li>\n</ul>\n\n<p>version 1.5.31: 2022-09-20</p>\n\n<ul>\n<li>Fix: fixed thumbs gallery</li>\n</ul>\n\n<p>version 1.5.30: 2022-09-18</p>\n\n<ul>\n<li>Fix: fixed multiple post filters and grid connection</li>\n<li>Fix: fixed various small php errors</li>\n<li>Fix: fixed wordpress popular posts integration small bug</li>\n<li>Feature: added terms from dynamic post selection option</li>\n<li>Feature: added option for limiting terms show in post list</li>\n<li>Change: updated once more unitegallery graphics, changed assets to svg</li>\n<li>Fix: fixed thumbnail gallery arrows</li>\n</ul>\n\n<p>version 1.5.29: 2022-09-08</p>\n\n<ul>\n<li>Fix: fixed a small issue with search page and load more</li>\n<li>Fix: fix vimeo videos stoppped playing bug</li>\n</ul>\n\n<p>version 1.5.28: 2022-09-06</p>\n\n<ul>\n<li>Feature: added support for the select filter</li>\n<li>Fix: fixed some small js bug with filters</li>\n<li>Fix: fixed some post filters related popup error</li>\n<li>Change: changed the way that galleries srolls by mouseover</li>\n</ul>\n\n<p>version 1.5.27: 2022-09-02</p>\n\n<ul>\n<li>Fix: fixed popular posts plugin integration</li>\n<li>Fix: removed some console logs in filter.js file</li>\n<li>Fix: fixed ajax pagination jump</li>\n<li>Fix: fixed unitegallery strict standards bugs</li>\n<li>Change: renamed field - "use dynamic fields" to "use current post data" in widget editor</li>\n<li>Change: updated freemius sdk to: 2.4.5</li>\n</ul>\n\n<p>version 1.5.26: 2022-08-17</p>\n\n<ul>\n<li>Feature: added debug to remote elements</li>\n<li>Fix: made some protection against wrong animation names in carousel</li>\n<li>Fix: added some small fixes to carousel and remote sync js libraries</li>\n<li>Fix: done a better find closest section in remote</li>\n<li>Fix: fixed not showing values in elementor editor post selectors</li>\n</ul>\n\n<p>version 1.5.25: 2022-08-11</p>\n\n<ul>\n<li>Feature: added option to set title field in items</li>\n<li>Fix: fixed some more lazy load related protections in galleries</li>\n<li>Fix: Fixed some Elementor 3.7 deprecation issues</li>\n</ul>\n\n<p>version 1.5.24: 2022-08-09</p>\n\n<ul>\n<li>Fix: fixed some Elementor 3.7 related js bug in editor</li>\n</ul>\n\n<p>version 1.5.23: 2022-08-05</p>\n\n<ul>\n<li>Feature: added date format to date meta field post selection</li>\n<li>Feature: added more units to padding and margin attribute</li>\n<li>Feature: added option to set selected tab number in tabs filter widget</li>\n<li>Fix: fixed some unitegallery strict related scripts</li>\n<li>Fix: fixed sequance entrance animation attribute</li>\n<li>Fix: fixed some text with pagination edit mode in elementor editor</li>\n<li>Fix: fixed ajax pagination didn\'t get back to first page</li>\n<li>Fix: fixed tabs filter and taxonomy terms in one page</li>\n<li>Change: prepare the right way dates should work in post list</li>\n</ul>\n\n<p>version 1.5.22: 2022-07-24:</p>\n\n<ul>\n<li>Feature: added option to connect to another parent in remote arrows</li>\n<li>Feature: added change url and back button in ajax filers behaviour</li>\n<li>Fix: fixed doubly plugin integration import bg widgets</li>\n<li>Fix: fixed remote next/prev directions in carousels</li>\n<li>Fix: added some more protection against infinite loops from post content processing</li>\n</ul>\n\n<p>version 1.5.21 2022-07-17:</p>\n\n<ul>\n<li>Feature: added docstart and docend template in widget js</li>\n<li>Change: end of birthday sale message update</li>\n<li>Change: added warning message in case of twig collision with other plugins</li>\n</ul>\n\n<p>version 1.5.20 2022-07-13:</p>\n\n<ul>\n<li>Feature: added more widget debug type - current post fields</li>\n<li>Feature: updated admin title on edit widget view</li>\n<li>Feature: added option to carousel: scroll to head</li>\n<li>Feature: added query data attributes into filtering grid</li>\n<li>Fix: fixed ajax pagination in some cases</li>\n<li>Fix: fixed small php bug with hover animations control</li>\n<li>Fix: fixed lity lightbox with vimeo autoplay</li>\n<li>Fix: fixed item index after shuffle</li>\n<li>Fix: fixed some seleted tab filters related issues</li>\n<li>Fix: fixed load more filter doubly ajax request in some cases</li>\n<li>Fix: fixed woo scedualed sale price output</li>\n<li>Fix: in filters replace url with pagination as well</li>\n<li>Fix: changed gallery arrows to svg</li>\n</ul>\n\n<p>version 1.5.19 2022-06-27:</p>\n\n<ul>\n<li>Feature: added max posts to current query</li>\n<li>Fix: fixed controls conditions for elementor template control</li>\n<li>Feature: added more fields to dynamic grid loop (was only title)</li>\n<li>Change: added birthday sale banner and text</li>\n</ul>\n\n<p>version 1.5.17 2022-06-21:</p>\n\n<ul>\n<li>Change: updated fancybox version</li>\n<li>Fix: Fixed bug with ajax load more and ajax pagination</li>\n</ul>\n\n<p>version 1.5.17 2022-06-09:</p>\n\n<ul>\n<li>Feature: fixed entrance animation attribute</li>\n<li>Fix: fixed uc_inside_editor variable inside background widget</li>\n<li>Fix: fixed empty default value of radio boolean control</li>\n<li>Fix: fixed double filtering issues in archive pages</li>\n</ul>\n\n<p>version 1.5.16: 2022-05-31</p>\n\n<ul>\n<li>Fix: fixed double plugin versions in pro version</li>\n<li>Fix: fixed 1 size gap in one item owl carousel</li>\n<li>Fix: fixed the dissapearing options bug in mobile</li>\n</ul>\n\n<p>version 1.5.15: 2022-05-30</p>\n\n<ul>\n<li>Change: set cache folder inside wp-uploads</li>\n<li>Feature: added option to get terms last level only - for post list / grid</li>\n<li>Feature: added twig function - get_current_user</li>\n<li>Feature: disabled right click on html5 galleries (unite gallery)</li>\n<li>Fix: the image and video repeater was missing default items</li>\n<li>Fix: fixed load more and filters on a search page</li>\n<li>Fix: fixed carousel stage padding issues</li>\n<li>Fix: fixed carousel 1 item one pixel issues</li>\n<li>Fix: fixed default values in responsive selectors</li>\n</ul>\n\n<p>version 1.5.14: 2022-05-24</p>\n\n<ul>\n<li>Fix: fixed responsive default values with selectors in number and dropdown and slider controls</li>\n<li>Fix: fixed a bug in run_code_once functionality</li>\n</ul>\n\n<p>version 1.5.13: 2022-05-23</p>\n\n<ul>\n<li>Feature: added integration with "sticky posts switch" plugin</li>\n<li><p>Feature: added special attribute type - entrance animation</p></li>\n<li><p>Fix: fixed sync bug between two similar elements</p></li>\n<li>Fix: fixed filters loading with wp-rocket lazy load scripts</li>\n<li>Fix: fixed put_hide_ids_css function small bug</li>\n<li>Fix: fixed fetch 2 and more widgets within one section for filtering</li>\n<li>Fix: fixed slider control js empty output bug</li>\n<li>Fix: fixed gallery title as number js bug</li>\n<li>Fix: fixed gallery images from meta fields source as array </li>\n</ul>\n\n<p>version 1.5.12: 2022-05-08</p>\n\n<ul>\n<li>Feature: added integration for wpml media change</li>\n<li>Feature: bug fix: fixed hover animations setting don\'t work on front in some cases</li>\n<li>Feature: in post selection by date added options for "future from today", and "future from tomorrow".</li>\n<li>Feature: added new function: "put_hide_ids_css" to hide some css comma saparated id\'s from css tab.</li>\n<li>Feature: added support for ajax refresh for multiple synced grids together</li>\n<li>Feature: added option to test instagram data</li>\n<li><p>Feature: added phpinfo view in settings - troubleshooting</p></li>\n<li><p>Fix: fixed blank window opened by a link</p></li>\n<li>Fix: fixed acf boolean value present</li>\n<li>Fix: fixed another gallery related lazy load issues</li>\n</ul>\n\n<p>version 1.5.11: 2022-04-13</p>\n\n<ul>\n<li>Feature: made option to put elementor post_content inside post widget if the post made by elementor</li>\n<li>Feature: added additional fields to getPostAuthor function like avatar url and author meta</li>\n<li>Feature: show the "no posts" message with filters in post list / grid</li>\n<li>Feature: add background location (back/front) to background widgets</li>\n<li>Feature: done option to get post parent with the posts in posts selection</li>\n<li>Fix: set prices display in woocommerce widgets including tax</li>\n<li>Fix: fixed editor js files didn\'t loaded bug</li>\n<li>Fix: fixed css output with dynamic template and inline css mode</li>\n<li>Fix: fixed the ajax pagination that now works with post based gallery widget</li>\n<li>Fix: fixed filters scripts loading before jquery in js</li>\n<li>Fix: allow to select empty terms in term selection control</li>\n<li>Change: set default values of responsive number / slider / dropdown controls to desktop default values</li>\n</ul>\n\n<p>version 1.5.10: 2022-04-04</p>\n\n<ul>\n<li>Fix: fixed title and description source in gallery source selection</li>\n<li>Fix: fixed the dropdown attribute php filter for elementor</li>\n<li>Feature: added "menu_id" for various uses as menu attribute output</li>\n<li>Feature: added option for side offset in owl carousel</li>\n<li>Feature: added option for second items html refresh in ajax filters</li>\n</ul>\n\n<p>version 1.5.9: 2022-03-27</p>\n\n<ul>\n<li>Fix: fixed simple meta output for post list</li>\n<li>Feature: made dynamic grid work with filters</li>\n<li>Feature: the background widgets works for the new container objects as well</li>\n<li>Feature: added include by another meta field in post query</li>\n</ul>\n\n<p>version 1.5.8: 2022-03-23</p>\n\n<ul>\n<li>Feature: set special behaviour for more then one filters on the page</li>\n<li>Feature: added option to load video item from posts in a gallery</li>\n<li>Change: set up galleries common default items</li>\n<li>Fix: fixed unclosable gallery lightbox with youtube videos</li>\n<li>Fix: fixed elementor 3.6.0 compatability</li>\n</ul>\n\n<p>version 1.5.7: 2022-03-17</p>\n\n<ul>\n<li>Feature: added option to modify dropdown items in php\nFix: fixed gallery default items preview and init\nFix: fixed remote counter js error</li>\n</ul>\n\n<p>version 1.5.6 = 2022-03-15:</p>\n\n<p>Fix: fixed dissapearing items in remote related widgets</p>\n\n<p>version 1.5.5 = 2022-03-15:</p>\n\n<ul>\n<li>Feature: added woocommerce sorting options in posts selection by number of sales and rating</li>\n<li>Feature: added option to get related products on checkout page</li>\n<li>Feature: done manual posts and terms selections sort by drag and drop</li>\n<li>Feature: done option to custom refresh filters html (for carousels, galleries etc)</li>\n<li>Feature: made the attributes dialog support multi controls</li>\n<li>Feature: prepared the galleries and dynamic loops to use filters and load more\nFix: fixed query debug in manual posts selection\nFix: fix: fixed posts_per_page in manual posts selection\nFix: fix: fixed jquery include for remote widgets</li>\n</ul>\n\n<p>version 1.5.4 = 2022-03-06:</p>\n\n<ul>\n<li>Feature: added roles to post filter: single, main and child</li>\n<li>Feature: added option "placeholder" and "disable dynamic" for text field control</li>\n<li>Feature: added option for debug meta fields in post list, post grid</li>\n<li>Fix: fixed some pagination widget buttons related issues</li>\n<li>Fix: fixed non clickable items in some widgets</li>\n<li>Fix: fixed put_items(0) - first item output in twig</li>\n</ul>\n\n<p>version 1.5.3 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: added functionality to put image inside taxonomy terms widget</li>\n<li>Fix: fixed load more on archive page with orderby=xxx filter in url</li>\n<li>Fix: made support for woocommerce special order by in load more</li>\n<li>Change: updated freemius sdk to 2.4.3 version (Security fix)</li>\n</ul>\n\n<p>version 1.5.2 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: set up remote and sync functionality for the galleries</li>\n<li>Fix: fixed load more for current query posts</li>\n<li>Fix: fixed background js based widgets with elementor popups</li>\n<li>Fix: fixed unitegallery unclosed tag issue</li>\n<li>Fix: fixed replace mode in tabs filters</li>\n</ul>\n\n<p>version 1.5.1 = 2022-02-21:</p>\n\n<ul>\n<li>Feature: improved post pagination debug and added force options</li>\n<li>Feature: added code for the button filters</li>\n<li>Feature: added option to shuffle owl carousel</li>\n<li>Feature: added option for general "shuffle" in items</li>\n<li>Feature: made option for text modify, and get the current page url and current page title</li>\n<li>Feature: get feature image of a product from a first gallery image if featured image not exists</li>\n<li>Feature: added function "one_random" and "first" to get_items twig function</li>\n<li>Feature: added support for jet listing item</li>\n<li>Change: changed the "choose template" setting text to attirbute title</li>\n<li>Fix: fixed load more if offset turned on in the grid</li>\n<li>Fix: fixed link control attributes parsing</li>\n<li>Fix: fixed sync general api related bugs in elementor editor</li>\n</ul>\n\n<p>version 1.5.0 = 2022-02-02:</p>\n\n<ul>\n<li>Feature: added tabs in items controls</li>\n<li>Feature: added functionality for ajax taxonomies terms filter</li>\n<li>Feature: added some accessability to owl carousel buttons</li>\n</ul>\n\n<p>version 1.4.99: 2022-01-27:</p>\n\n<ul>\n<li>Feature: added option for disable content filtering in general settings->troubleshooting</li>\n<li>Feature: added taxonomies in widget debug output</li>\n<li>Fix: fixed some gallery lazy load related js bugs</li>\n</ul>\n\n<p>version 1.4.98: 2022-01-14:</p>\n\n<ul>\n<li>Feature: modified remote general js api to fit more types of widgets</li>\n<li>Feature: added support for put meta field in post list</li>\n<li>Fix: fixed some small php notices output in post query</li>\n</ul>\n\n<p>version 1.4.97 = 2022-01-06:</p>\n\n<ul>\n<li>Feature: add code base for the taxonomy filter</li>\n<li>Feature: added option to highlight all carousel items</li>\n<li>Feature: added active class to new owl carousel</li>\n<li>Feature: added scroll on click functionality to new owl carousel</li>\n<li>Fix: added support for acf fields styles in dynamic grid</li>\n<li>Fix: fixed some wp-rocket and filters related bug</li>\n</ul>\n\n<p>version 1.4.96 = 2021-12-29:</p>\n\n<ul>\n<li>Feature: use yoast main category feature to determine post main category</li>\n<li>Feature: added get woocommerce product gallery functionality to twig</li>\n<li>Feature: added support for multiple attribute conditoins values</li>\n<li>Feature: added menu order in advanced widget debug type</li>\n<li>Feature: added WooCommerce endpoints links code to twig</li>\n<li>Feature: added option to disable font awesome in general settings</li>\n<li>Fix: fixed some filters related issue</li>\n<li>Fix: added custom attributes to link attributes output</li>\n</ul>\n\n<p>version 1.4.95 = 2021-12-16:</p>\n\n<p>*Fix: fixed db table not found php bug in some cases</p>\n\n<p>version 1.4.94 = 2021-12-14:</p>\n\n<ul>\n<li>Feature: made posible multiple includes condition values per assets</li>\n<li>Feature: added meta value2 and meta value3 in include by meta value post selection</li>\n<li>Feature: added error notice if no api connectivity</li>\n<li>Feature: added attributes section conditions</li>\n<li>Feature: prepared code base for the new galleries</li>\n<li>Fix: fixed some small pagination related bug</li>\n<li>Fix: fixed remote connection parent detection in some cases</li>\n<li>Fix: added content filtering by filter widget_text_content for all the embed and other content modifications</li>\n<li>Fix: fixed edit defaulsin widget settings</li>\n<li>Fix: fixed some polylang issues with the template in dynamic template widgets</li>\n<li>Fix: [security] remove the "duplicate layout" functionality (not used in the plugin) that had some security issues </li>\n</ul>\n\n<p>version 1.4.93 = 2021-12-03:</p>\n\n<ul>\n<li>Fix: fixed some connected widgets bugs when there is many of them in the page</li>\n<li>Change: removed the black friday sale banner</li>\n<li>Feature: added general remote API for various widgets connections</li>\n<li>Feature: add some code base for the new gallery output</li>\n</ul>\n\n<p>version 1.4.92 = 2021-11-24:</p>\n\n<ul>\n<li>Fix: fixed similar post content in post list</li>\n<li>Change: saparated remote and sync options in connected widgets settings</li>\n</ul>\n\n<p>version 1.4.91 = 2021-11-23:</p>\n\n<ul>\n<li>Fix: fixed the wrong post intro in editor mode</li>\n</ul>\n\n<p>version 1.4.90 = 2021-11-22:</p>\n\n<ul>\n<li>Addition: added black friday banner discount banner and link</li>\n<li>Change: improved "sync widgets" editor experience</li>\n<li>Fix: fixed depricated "post" attribute bug</li>\n<li>Fix: modified zip extracting error messages</li>\n</ul>\n\n<p>version 1.4.89 = 2021-11-17:</p>\n\n<ul>\n<li>Feature: done the functionality for sync widgets</li>\n<li>Feature: done the functionality remote widgets</li>\n<li>Fix: fixed error message on remote widgets</li>\n<li>Fix: fixed css in post content in editor</li>\n<li>Fix: use better strip tags for post intro</li>\n</ul>\n\n<p>version 1.4.88 = 2021-11-08:</p>\n\n<ul>\n<li>Fix: fixed gutenberg support in widgets</li>\n<li>Fix: fixed all the pagination issues in archive page</li>\n</ul>\n\n<p>version 1.4.86 = 2021-11-01:</p>\n\n<ul>\n<li>Fix: fixed some load more last issues</li>\n<li>Feature: added code for taxonomy terms filter</li>\n<li>Feature: added code for checkbox filter</li>\n</ul>\n\n<p>version 1.4.86 = 2021-10-29:</p>\n\n<ul>\n<li>Feature: improved current query debug - full type</li>\n<li>Feature: added dropdown responsive placeholders</li>\n<li><p>Feature: added radio boolean attribute responsive controls</p></li>\n<li><p>Fix: fixed controls tabs functionality</p></li>\n<li>Fix: fixed load more custom image bug</li>\n<li>Fix: fixed double load more in a page mishmash bug</li>\n<li>Fix: fixed all load more issues</li>\n</ul>\n\n<p>version 1.4.85 = 2021-10-13:</p>\n\n<p>-bug fix: small bug fix - headers sent bug</p>\n\n<p>version 1.4.84 = 2021-10-13:</p>\n\n<ul>\n<li>Feature: added taxonomy terms full query debug option</li>\n<li>Feature: improved full debug type in posts query</li>\n<li>Feature: added items support in editor->background switcher</li>\n<li>Feature: added support for remote controls</li>\n<li>Feature: functionality to posts load more</li>\n<li>Feature: added second condition</li>\n<li>Feature: added tabs functionality to attributes</li>\n<li>Addition: added %,px to slider units</li>\n<li>Fix: fixed avoid duplicates related bug</li>\n<li>Fix: fixed conflicting wordpress codemirror script</li>\n<li>Fix: fixed post selection values init from editor</li>\n<li>Fix: fixed pagination on front page</li>\n<li>Fix: fixed some polylang related bugs</li>\n</ul>\n\n<p>version 1.4.83 = 2021-09-22:</p>\n\n<ul>\n<li>Fix: fixed styles mishmash inside elementor editor navigator</li>\n<li>Fix: fixed dissapearing carousels after refresh bug</li>\n<li>Fix: fixed dynamic grid pagination not changed</li>\n</ul>\n\n<p>version 1.4.82 = 2021-09-20:</p>\n\n<ul>\n<li>Feature: added troubleshooting setting - show php error message</li>\n<li>Feature: added px, vh, % options for slider attribute</li>\n<li>Feature: added dynamic group attributes for galleries, including image and video</li>\n<li>Feature: added option to convert one date string to another with ucdate filter</li>\n<li>Feature: added option to use items in background widgets</li>\n<li>Feature: added ucfunc("set") and ucfunc("get") functions in twig for remember and retrieve variables</li>\n<li>Feature: added include by option: "children of current term" to category selection options</li>\n<li>Feature: added option to pull woo product variations in twig</li>\n<li>Feature: added placeholder: link_withprefix, link_noprefix for link attribute</li>\n<li>Fix: fixed error when exists dynamic link in dynamic loop widgets</li>\n<li>Fix: enabled pagination in a single type in dynamic template grid</li>\n<li>Fix: the "not equal" attributes condition now works</li>\n<li>Fix: fixed not editable empty dropdown attribute in widget editor</li>\n<li>Fix: fixed mb_string absence php bug</li>\n<li>Fix: fixed heading attribute label</li>\n<li>Fix: fixed responsive elementor controls in widget items</li>\n</ul>\n\n<p>version 1.4.81 = 2021-08-17:</p>\n\n<ul>\n<li>Feature: added json select (lottie) for image attribute type </li>\n<li>Feature: made option for ajax in widgets with post list attribute</li>\n<li>Feature: made the ajax pagination work with pagination widget</li>\n<li>Feature: added dynamic options for number and slider attribute types</li>\n<li>Feature: added new owl carousel sources in assets chooser</li>\n<li>Feature: added heading attribute</li>\n<li>Change: added more types of debug for pagination widget</li>\n<li>Change: changed widget icons chooser for elementor icon instead of font awesome icon</li>\n<li>Fix: fixed import with template button dissapear in the new bar</li>\n<li>Fix: fixed widgets icons</li>\n</ul>\n\n<p>version 1.4.80 = 2021-08-09:</p>\n\n<ul>\n<li>Feature: added option to change items section label</li>\n<li>Feature: added js snippet with code that works in elementor popup</li>\n<li>Feature: added option to add {current_user_id} keyword in post meta query</li>\n<li>Feature: added option for block label inside each attribute</li>\n<li>Feature: added heading text option for items section</li>\n<li>Feature: added extra fields to image base gallery options</li>\n<li>Feature: added php filter option for variable</li>\n<li>Feature: added twig functions "get_post_term" and "is_post_has_term". The examples visible when you click on item.posts.putPostTerm placeholder</li>\n<li>Fix: fixed some test widgets output relate bugs</li>\n<li>Fix: conditions settings was not affected typography controls</li>\n<li>Fix: fixed template dynamic background image didn\'t displayed bug in dynamic loops</li>\n<li>Change: added some instructions for api connectivity test in general settings - troubleshooting</li>\n</ul>\n\n<p>version 1.4.79 = 2021-07-13</p>\n\n<ul>\n<li>Fix: fixed scripts output in preview widget page</li>\n</ul>\n\n<p>version 1.4.78 = 2021-07-12</p>\n\n<ul>\n<li>Change: added birthday sale promotions</li>\n<li>Feature: added woo commerce products to dynamic loop items source</li>\n</ul>\n\n<p>version 1.4.77 = 2021-07-07</p>\n\n<ul>\n<li>Fix: fixd the is_ajax() error function from the admin area</li>\n</ul>\n\n<p>version 1.4.76 = 2021-07-07</p>\n\n<ul>\n<li>Feature: added option to show post last modified date</li>\n<li>Feature: added function: get_from_sql in widget editor that allow to pull any custom records from DB</li>\n<li>Feature: added function: run_code_once in widget editor, that allow to run the code only once. Good for many similar widgets on the same page</li>\n<li>Feature: added option for load widget js as module</li>\n<li>Fix: fixed no key_thumb field in images inside widget</li>\n<li>Fix: fixed no condition in image sizes widget setting</li>\n<li>Fix: fixed javascript based backgrounds</li>\n<li>Fix: fixed brocken svg icon on catalog widget box in some of the cases</li>\n<li>Fix: fixed collision with rankmath in ajax actions</li>\n<li>Change: added some max length for a widget category, now it\'s 60</li>\n</ul>\n\n<p>version 1.4.75 = 2021-06-21</p>\n\n<ul>\n<li>Feature: added category image to products list</li>\n<li>Feature: added option to include as module widget js include</li>\n<li>Feature: added option to write custom handle to widget js and css include</li>\n<li>Feature: added options - avoid duplicate posts to post query exclude</li>\n<li>Feature: added option to include or exclude posts by dynamic field to posts selection</li>\n<li>Feature: added option to include or exclude posts by logged in user, in posts selection</li>\n<li>Fix: fixed background widget condition functionality</li>\n<li>Fix: changed template picker to simple select2 list</li>\n</ul>\n\n<p>version 1.4.74 = 2021-06-02</p>\n\n<ul>\n<li>Feature: added function put_date_range to twig functions. good for events widgets</li>\n<li>Feature: added integration with google map</li>\n<li>Feature: added function: "run_code_once" for twig</li>\n<li>Feature: added grouped options for the gallery</li>\n<li>Feature: added option to get posts by date from custom ACF field</li>\n<li>Feature: added gallery settings options for dynamic settings attribute</li>\n<li>Feature: added pagination to dynamic loop</li>\n<li>Change: improved dynamic settings attribute</li>\n</ul>\n\n<p>version 1.4.73 = 2021-05-20</p>\n\n<ul>\n<li>Feature: added twig function: "put_attributes_json" that available in js tab in widget editor</li>\n<li>Feature: added constant - uc_inside_editor - for distinquish between editor and site front</li>\n<li>Feature: added multiple select attribute</li>\n<li>Feature: added listing attribute support</li>\n<li>Fix: fixed "request too long" message on a widget preview - shortened preview url</li>\n<li>Fix: fixed several bugs with condition field in widgets editor</li>\n<li>Fix: fixed hidden image size select on item attributes</li>\n<li>Fix: fixed acf group field output</li>\n<li>Fix: fixed elementor template in items, changed to specific function</li>\n</ul>\n\n<p>version 1.4.72 = 2021-05-02</p>\n\n<ul>\n<li>Feature: added rating stars helper placeholder for woocommerce</li>\n<li>Feature: added option to include js file after elementor-frontend</li>\n<li>Fix: fixed new typography deprecation message</li>\n</ul>\n\n<p>version 1.4.71 = 2021-04-22</p>\n\n<ul>\n<li>Feature: added option to take post id\'s from php function in post selection</li>\n<li>Feature: added option for get posts by meta field that located in current or different post</li>\n<li>Feature: added twig filter: wc_price for native price filtering</li>\n<li>Feature: added post terms titles to post data debug</li>\n<li>Change: added option for woocommerce categories in terms selection</li>\n<li>Fix: fixed price issues in woocommerce related grids</li>\n<li>Fix: fixed include and exclude terms mismatch with nested tax query</li>\n<li>Fix: fixed pagination on search pages</li>\n</ul>\n\n<p>version 1.4.70 = 2021-04-14</p>\n\n<ul>\n<li>Feature: added show widget data debug options</li>\n<li>Feature: added option for filter post by post meta</li>\n<li>Feature: added option for simple condition for attributes</li>\n<li>Feature: added integration with wordpress popular post plugin for most viewed posts selection</li>\n<li>Feature: added post list variables for data debug</li>\n<li>Feature: added image sizes selector for post list</li>\n<li>Feature: get thumbnailID from content in case that it\'s missing in post</li>\n<li>Fix: when bulk moving attribute it now always goes to general category</li>\n<li>Fix: fixed filter posts by status</li>\n<li>Fix: fixed instagram media albom</li>\n</ul>\n\n<p>version 1.4.69 = 2021-04-04</p>\n\n<ul>\n<li>Feature: added extra query debug options for custom post types selector</li>\n<li>Feature: added choose image size select option to image attribute</li>\n<li>Feature: added "image_attributes" placeholder for image output in widget editor</li>\n<li>Change: added default values select to hover animations attribute</li>\n<li>Change: changed button "add to cart" to "select options" for variable products in woocommerce list widgets</li>\n<li>Fix: fixed border radius attribute from width to radius</li>\n<li>Fix: added missing thumb sizes for image select</li>\n</ul>\n\n<p>version 1.4.68 = 2021-03-22</p>\n\n<ul>\n<li>Feature: added include recently viewed products in woocommerce</li>\n<li>Feature: added option for default max posts in post selector</li>\n<li>Feature: added attribute type: Border Dimensions</li>\n<li>Feature: added attribute type: CSS Filters</li>\n<li>Feature: added attribute type: Hover Animations</li>\n<li>Fix: removed max posts from archive type post query selection, because has no control over pagination.</li>\n<li>Fix: fixed bug when instagram video images didn\'t show up</li>\n</ul>\n\n<p>version 1.4.67 = 2021-03-12</p>\n\n<ul>\n<li>Feature: added api connectivity to troubleshooting section</li>\n<li>Feature: added options in terms selection fields</li>\n<li><p>Feature: added order by meta key for woo categories select</p></li>\n<li><p>Fix: fixed woo product price format for decimal prices</p></li>\n<li>Fix: fixed context menu cut from bottom inside the widgets manager</li>\n<li>Fix: fixed show item data in widgets items repeater</li>\n<li>Fix: fixed float to round in woocommerce discount percents</li>\n</ul>\n\n<p>version 1.4.66 = 2021-02-18</p>\n\n<ul>\n<li>Feature: added "box shadow" attribute type</li>\n<li>Feature: added url_posts and num_posts to users output</li>\n<li>Feature: added option for selector 2 and selector 3 in several attributes</li>\n<li>Feature: added copy / paste attributes sections in widget editor</li>\n<li>Feature: added option for get default object to getListingItemData function</li>\n<li>Feature: added support for wpml site language inside a widget</li>\n<li>Feature: added acf image and thumbnails widths and heights to placeholders list</li>\n<li>Fix: load js include file in editor even if no js code</li>\n<li>Fix: fixed some php notice with exclude terms posts selection</li>\n<li>Fix: fixed small bug in getListingItemData function with no object returned</li>\n<li>Fix: fixed post selection manual select no posts shown at init</li>\n<li>Fix: fixed bug when private posts not fetched on manual posts selection</li>\n<li>Change: updated codemirror to latest version, added code search feature</li>\n<li>Change: updated freemius sdk to 2.4.2</li>\n</ul>\n\n<p>version 1.4.65 = 2021-02-03</p>\n\n<ul>\n<li>Feature: added option to fetch custom meta fields in users list</li>\n<li>Feature: added function to twig: getByPHPFunction()</li>\n<li>Feature: added function to twig: getUserMeta()</li>\n<li>Feature: added function to twig: getListingItemData() - working inside any plugin listing</li>\n<li>Fix: fixed php sanitize array bug</li>\n<li>Fix: fixed post type in related posts post selection</li>\n</ul>\n\n<p>version 1.4.64 = 2021-02-02</p>\n\n<ul>\n<li>Change: moved "edit widget html" button to advanced section in general tab</li>\n<li>Feature: added option to exclude products on sale in products query section in widget settings</li>\n<li>Feature: added option to exclude specific posts in post selection widget settings</li>\n<li>Feature: added woocommerce related products select in post selection</li>\n<li>Feature: added include/exclude posts by author in widget posts selection</li>\n<li>Feature: added include/exclude posts by date in widget posts selection</li>\n<li>Feature: added date/time picker to widget attributes types</li>\n<li>Feature: added post status to widget posts selection</li>\n<li>Feature: added offset setting to widget posts selection</li>\n<li>Feature: added author url and author post count to users fields</li>\n<li>Feature: added max number of users to user selection attribute</li>\n<li>Feature: added "elementor template" attribute</li>\n<li>Fix: fixed small php bug in post selection control</li>\n<li>Fix: fixed js bug in items repeater</li>\n<li>Fix: fixed exclude role not worked in user selection attribute</li>\n<li>Fix: fixed get products on sale selection with variations</li>\n</ul>\n\n<p>version 1.4.63 = 2021-01-26</p>\n\n<ul>\n<li>Feature: added acf link array and attributes</li>\n<li>Feature: added ordering features to post selection related and manual</li>\n<li>Feature: added option for showing only sticky posts</li>\n<li>Feature: added exclude by term setting in widget post selection</li>\n<li>Change: moved debug data from advaned to general folder in elementor widget settings</li>\n<li>Fix: fixed woo commerce prices number format</li>\n<li>Fix: fixed refresh posts on "post query" section open in widget post settings</li>\n<li>Fix: fixed manual posts selection default order</li>\n</ul>\n\n<p>version 1.4.62 = 2021-01-21</p>\n\n<ul>\n<li>Feature: added text shadow field</li>\n<li>Feature: added "manual selection" in posts query</li>\n<li>Feature: added compatability tag</li>\n<li>Fix: fixed image size thumb name with "-" sign inside</li>\n<li>Fix: fixed some php warning related to array to string conversion, happening in php 8</li>\n<li>Change: show woo commerce placeholders if selected "for woocommerce products" checkbox in post list attribute</li>\n<li>Change: improved woo category output placeholder help, added getTermCustomFields function</li>\n</ul>\n\n<p>version 1.4.61 = 2021-01-14</p>\n\n<ul>\n<li>Feature: added max posts and order by options to current query posts selection</li>\n<li>Feature: added manual selection for woocommerce categories select</li>\n<li>Feature: added selector and responsive to drop down attribute in widget builder</li>\n<li>Change: changed buy pro version link from the catalog widgets to inside of the plugin</li>\n<li>Fix: fixed adding widgets to a db table that is not auto incriment</li>\n<li>Fix: fixed svg preview from widget builder interface</li>\n<li>Fix: fixed manual memory check when registering widgets</li>\n</ul>\n\n<p>version 1.4.60 = 2020-12-30</p>\n\n<ul>\n<li>Feature: added option for third party integration for woocommerce grid</li>\n<li>Feature: added integration for "advanced labels for woocommerce" plugin</li>\n<li>Feature: added view file button in assets manager</li>\n<li>Feature: added svg icon option together with font icon for elementor panel widget box</li>\n<li>Feature: added preview image on mouseover inside elementor panel widget box</li>\n<li><p>Feature: added option for disabling "edit widget html" from widget settings</p></li>\n<li><p>Fix: fixed empty settings when there are gallery item setting only</p></li>\n<li>Fix: added "no settings" heading in case that no attributes in the widget</li>\n<li>Fix: fixed some php warnings for php 8.0</li>\n</ul>\n\n<p>version 1.4.59 = 2020-12-17</p>\n\n<ul>\n<li>Fix: fixed import template redirect</li>\n<li>Feature: added option to include sticky posts for post query</li>\n<li>Feature: added post pagination for single page</li>\n<li>Feature: added number of items for instagram widget</li>\n<li>Feature: added background image to background attribute</li>\n</ul>\n\n<p>version 1.4.58 - 2020-12-07</p>\n\n<ul>\n<li>Feature: make the plugin translatable for wordpress.org</li>\n</ul>\n\n<p>version 1.4.57 - 2020-12-07</p>\n\n<ul>\n<li>Feature: done post pagination widget for archive posts</li>\n<li>Feature: added option to truncate the post list</li>\n<li>Fix: fixed show debug query on current post query</li>\n</ul>\n\n<p>version 1.4.56 - 2020-11-30</p>\n\n<ul>\n<li>Update: relesed cyber monday deal admin notice</li>\n</ul>\n\n<p>version 1.4.55 - 2020-11-26</p>\n\n<ul>\n<li>Feature: added option to sort by sale price</li>\n<li>Feature: added option to debug query</li>\n<li>Feature: added option debug widget data</li>\n<li>Feature: added option to filter posts with child categories</li>\n<li><p>Feature: added option to include only products on sale</p></li>\n<li><p>Fix: fixed no widget shown in some cases</p></li>\n<li>Fix: fixed woocommerce prices placeholders prefix</li>\n</ul>\n\n<p>version 1.4.54 - 2020-11-13 =</p>\n\n<ul>\n<li>Update: updated freemius sdk to newest version</li>\n<li>Fix: fixed comma saparated selector</li>\n</ul>\n\n<p>version 1.4.53 - 2020-11-09 =</p>\n\n<ul>\n<li>Feature: added background widgets and section backgrounds</li>\n<li>Change: removed global colors from template export</li>\n<li>Fix: fixed bug with regular and sale price in woocommerce</li>\n</ul>\n\n<p>version 1.4.52 - 2020-11-06 =</p>\n\n<p>Fix: fixed bug with regular and sale price in woocommerce</p>\n\n<p>version 1.4.51 - 2020-11-04 =</p>\n\n<ul>\n<li>Feature: added svg output in icon library attribute</li>\n<li>Feature: added woocommerce checkbox to post list</li>\n<li>Feature: added product out of stock filter for product selection</li>\n<li>Feature: added discount_percent field in post list attribute woocommerce product type</li>\n<li>Feature: added woocommerce post list order by price option</li>\n<li>Fix: fixed woocommerce category in post list attribute</li>\n</ul>\n\n<p>version 1.4.50 - 2020-10-21 =</p>\n\n<ul>\n<li>Fix: removed display errors setting</li>\n</ul>\n\n<p>version 1.4.49 - 2020-10-12 =</p>\n\n<ul>\n<li>Fix: fixed small bug with non existing controls</li>\n<li>Fix: fixed general settings error when turning off plugin</li>\n</ul>\n\n<p>version 1.4.48 - 2020-10-12 =</p>\n\n<p>*Feature: added border attribute\n*Fix: page break in some versions of elementor\n*Fix: fixed bulk move attributes with categories\n*Fix: fixed default items image field not match</p>\n\n<p>version 1.4.47 - 2020-10-08 =</p>\n\n<ul>\n<li>Update: remove russian translation</li>\n<li>Feature: added function: get_items for twig</li>\n<li>Fix: fixed switch content and style tab</li>\n<li>Fix: fixed slider control tablet/mobile default value</li>\n<li>Fix: fixed non ordered widget categories</li>\n</ul>\n\n<p>version 1.4.46 - 2020-10-04 =</p>\n\n<ul>\n<li>Feature: added function put_items_json for js items output</li>\n<li>Fix: returned widgets from uncategorized category</li>\n</ul>\n\n<p>version 1.4.45 - 2020-10-04 =</p>\n\n<ul>\n<li>Fix: fixed template import with custom widgets</li>\n</ul>\n\n<p>version 1.4.44 - 2020-10-03 =</p>\n\n<ul>\n<li>Feature: added flexible content type attribute</li>\n<li>Optimize: reduced the number of db queries, dramatically increased load speed</li>\n</ul>\n\n<p>version 1.4.43 - 2020-09-22 =</p>\n\n<ul>\n<li>Feature: added option to group attributes into sections</li>\n<li>Feature: done instagram access token auto renew</li>\n<li>Feature: added "selector" to color picker attribute</li>\n<li>Fix: improved consolidate widgets option protection</li>\n<li>Fix: fixed select default widget images</li>\n<li>Fix: fixed default items in gallery item (image base fields)</li>\n<li>Fix: fixed image display in default item selector</li>\n<li>Fix: global colors was absent from color selection</li>\n</ul>\n\n<p>version 1.4.42 - 2020-08-06 =</p>\n\n<ul>\n<li>Feature: added option to get grouped woocomerce products</li>\n<li>Feature: added instagram connect to official API</li>\n<li>Feature: added function: getUserData(), added into "twig code examples" panel</li>\n<li>Feature: added "printVar" and "showDebug" functions "twig code examples" panel</li>\n<li>Feature: done "login with instagram" in general settings, and get data from instgram API</li>\n<li>Fix: sorted "overwrite widgets" issue on import</li>\n<li>Fix: fixed dropdown attribute when work with html data</li>\n</ul>\n\n<p>version 1.4.41 - 2020-06-18 =</p>\n\n<ul>\n<li>Feature: added additional controls to "number" attribute</li>\n<li>Feature: added "exclude uncategorized category" to woocommerce categories select </li>\n<li>Feature: added responsive controls to slider attribute</li>\n<li>Fix: fixed template type variable issues in elementor integration</li>\n<li>Fix: show pagination only when "current query" is available</li>\n<li>Fix: fixed select2 field min width in posts query</li>\n</ul>\n\n<p>version 1.4.40 - 2020-06-10 =</p>\n\n<ul>\n<li>Change: hided "consolidate widgets" general setting</li>\n<li>Feature: added "show/hide wrapping html comments" to general settings</li>\n<li>Fix: fixed export template filename</li>\n</ul>\n\n<p>version 1.4.39 - 2020-06-02 =</p>\n\n<ul>\n<li>Fix: fixed save widgets from editor with large config limitation.</li>\n<li>Fix: fixed export template with page settings bug.</li>\n<li>Fix: removed extra fields from items editor, leaved only supported fields</li>\n<li>Change: updated freemius SDK to latest version</li>\n</ul>\n\n<p>version 1.4.36 - 2020-05-21 =</p>\n\n<ul>\n<li>Feature: added support for pods panda repeater</li>\n<li>Fix: done some solution for max_execution_time issues when installing template</li>\n<li>Fix: fixed rtl on templates dialog popup</li>\n<li>Fix: corrected the naming near the "number" field</li>\n<li>Fix: cleared "twig" library from some not needed files.</li>\n<li>Change: removed "image view" file from framework.</li>\n</ul>\n\n<p>version 1.4.35 - 2020-05-11 =</p>\n\n<ul>\n<li>Feature: added term custom fields support</li>\n<li>Feature: added term meta fields support</li>\n<li>Change: moved composer vendor folder to plugin root</li>\n<li>Change: fixed empty templates list bug when "show only installed widget" checkbox checked</li>\n<li>Fix: sorted out some of the templates import bugs</li>\n</ul>\n\n<p>version 1.4.34 - 2020-05-06 =</p>\n\n<ul>\n<li>Fix: removed category ations from templates section</li>\n<li>Fix: show "putPostMeta" function even if no example post available</li>\n<li>Fix: fixed finally all the DB not installed issues on elementor and admin pages</li>\n</ul>\n\n<p>version 1.4.33 - 2020-05-03 =</p>\n\n<ul>\n<li>Fix: fixed double twig collision by another plugin</li>\n</ul>\n\n<p>version 1.4.32 - 2020-05-02 =</p>\n\n<ul>\n<li>Update: updated to newest twig 1.x version</li>\n<li>Fix: fixed no space between placeholders in php 7.4 bug</li>\n</ul>\n\n<p>version 1.4.31 - 2020-04-26 =</p>\n\n<p>*Fix: fixed dissapearing widget issue</p>\n\n<p>version 1.4.30 - 2020-04-23 =</p>\n\n<ul>\n<li>Fix: fixed couple of bugs related to templates</li>\n</ul>\n\n<p>version 1.4.29 - 2020-04-22 =</p>\n\n<ul>\n<li>Feature: released the templates catalog</li>\n</ul>\n\n<p>version 1.4.28 - 2020-04-10 =</p>\n\n<ul>\n<li>Feature: added woocommerce categories field</li>\n<li>Fix: fixed export / import with images feature</li>\n<li>Fug: fixed error message on front on some cases when the db tables not installed yet.</li>\n</ul>\n\n<p>version 1.4.27 - 2020-04-01 =</p>\n\n<p>Fix: fixed widget default icon in manager\nFeature: added "getPostMeta, putPostMeta, printPostMeta" functions\nFeature: added "getPostData" function for acf related posts, that get\'s all the data from the related post including custom fields</p>\n\n<p>version 1.4.26 - 2020-03-28 =</p>\n\n<ul>\n<li>Change: changed to new api address</li>\n<li>Fix: fixed links not included bug in theme builder posts</li>\n<li>Fix: fixed link to buy pro version</li>\n<li>Fix: fixed free version remain activated bug</li>\n<li>Fix: simpleXML validation made the site down</li>\n</ul>\n\n<p>version 1.4.25 - 2020-03-09 =</p>\n\n<ul>\n<li>Feature: added "responsive controls" to margin and padding setting</li>\n<li>Feature: made "refresh catalog" button</li>\n<li>Feature: added "num_items" variable to the widget editor</li>\n<li>Change: removed the "default fonts" from widget defaults screen</li>\n<li>Fix: fixed some php bug in "implode" function</li>\n<li>Fix: fixed posts from sub categories in post list</li>\n</ul>\n\n<p>version 1.4.24 - 2020-02-14 =</p>\n\n<ul>\n<li>Feature: made "export with images" option in templates</li>\n<li>Fix: fixed import category widgets</li>\n<li>Fix: fixed icon html output placeholder</li>\n</ul>\n\n<p>version 1.4.23 - 2020-02-02 =</p>\n\n<ul>\n<li>Feature: improved the slider attribute</li>\n<li>Feature: added "menu" attribute</li>\n</ul>\n\n<p>version 1.4.22 - 2020-01-28 =</p>\n\n<ul>\n<li>Feature: added woo currency symbol</li>\n<li>Feature: added woo add to cart button</li>\n<li>Feature: added slider attribute</li>\n<li>Widget: logo grid</li>\n<li>Widget: logo carousel</li>\n<li>Widget: logo marquee</li>\n<li>Widget: image tooltip</li>\n<li>Widget: content toggle</li>\n<li>Widget: circle number</li>\n<li>Widget: post list</li>\n</ul>\n\n<p>version 1.4.21 - 2020-01-22 =</p>\n\n<ul>\n<li>Feature: added users attribute</li>\n<li>Feature: done multiple post type selector</li>\n<li>Feature: added background attribute</li>\n<li>Feature: added icon library html output</li>\n<li>Feature: added woo commerce support in posts list</li>\n<li>Bug fix: fixed icons not shown bug in widget settings</li>\n</ul>\n\n<p>version 1.4.20 - 2020-01-15 =</p>\n\n<ul>\n<li>Bug fix: fixed font awesome icon output</li>\n<li>Bug fix: fixed instagram not loading bug</li>\n<li>Change: updated font awesome css version</li>\n<li>Change: changed the way that instagram was loaded on the page</li>\n</ul>\n\n<p>version 1.4.19 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added filter by slug to terms attribute</li>\n<li>Feature: changed repeater items titles to the ones from "title" field instead of "Item1", "Item2" etc.</li>\n<li>Feature: added automated styling for date field, added "ucdate" filter for that.</li>\n<li>Feature: done functionality for display post author</li>\n<li>Change: changed the font awesome attribute to fa5</li>\n<li>Change: added strip html tags from truncate function</li>\n</ul>\n\n<p>version 1.4.18 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added all image sizes to posts</li>\n<li>Feature: added "putPostTerms" function to posts</li>\n<li>Feature: added wpautop filter to twig</li>\n<li>Feature: added option for custom twig PHP functinoality for PRO version</li>\n<li>Feature: hide "edit widget html" button for user that don\'t have capability to see the plugin </li>\n<li>Feature: added wpml compatablity</li>\n<li>Feature: added related posts in posts list</li>\n<li>Feature: added padding and margin controls (pro)</li>\n<li>Bug Fix: fixed pagination output</li>\n</ul>\n\n<p>version 1.4.17 - 2019-12-12 =</p>\n\n<ul>\n<li>Change: changed to more flexible catalog api</li>\n</ul>\n\n<p>version 1.4.16 - 2019-08-12 =</p>\n\n<ul>\n<li>Feature: added post query relation (and, or) chooser</li>\n<li>Change: update to freemius sdk 2.3.1</li>\n<li>Feature: added "trancate" filter</li>\n<li>Fix: fixed editor permissions PHP Error</li>\n</ul>\n\n<p>version 1.4.15 - 2019-19-11 =</p>\n\n<ul>\n<li>Change: remove the old deprecated codecanyon activation</li>\n<li>Fix: fixed bug when both plugins are installed together</li>\n<li>Fix: fixed empty widget content when put a lot of content in the widget html/js</li>\n<li>Feature: added option for fonts for post list for intro and content</li>\n<li>Feature: added custom filter query ID in posts list query (pro)</li>\n<li>Feature: added labels to typography fields</li>\n<li>Feature: added description option for elementor controls</li>\n<li>Feature: added option to add help links to widgets from the widget editor</li>\n</ul>\n\n<p>version 1.4.14 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed js not included bug</li>\n</ul>\n\n<p>version 1.4.13 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed terms attribute selector bugs in elementor</li>\n<li>Fix: fixed post selection was not showing post types without taxonomies</li>\n<li>Fix: fixed rtl visibility issues in admin</li>\n</ul>\n\n<p>version 1.4.12 - 2019-15-10 =</p>\n\n<ul>\n<li>Feature: added exclude posts by current post</li>\n<li>Feature: added post category addition custom taxonomy support</li>\n<li>Fix: fixed some bug in post list selector elementor</li>\n</ul>\n\n<p>version 1.4.11 - 2019-07-10 =</p>\n\n<p>*Feature: added link param html attributes placeholder\n*Feature: added category link to post list params\n*Fix: fixed post list category not displayed bug</p>\n\n<p>version 1.4.10 - 2019-28-9 =</p>\n\n<p>-bug fix: added some front end protection against db not installed bug\n* Feature(pro): added do_action for custom wp actions run\n* Feature(pro): added apply_filters for custom wp actions run\n-bug fix: fixed export widget with assets path\n-change: added instructions to download pro version.</p>\n\n<h4>1.4.7 - 2019-18-9</h4>\n\n<p>*Fix: fixed post category selection in post list</p>\n\n<h4>1.4.6 - 2019-18-9</h4>\n\n<p>*Fix: fixed dynamic items in repeater</p>\n\n<h4>1.4.6 - 2019-11-9</h4>\n\n<p>*Fix: fixed admin body class external\n*Feature: make support for post categories list\n*Feature(pro) - made taxonomies list attribute\n*Fix: fixed current posts fetch in archive type</p>\n\n<h4>1.4.5 - 2019-19-8</h4>\n\n<p>*Change: improved widgets manager design</p>\n\n<h4>1.4.3 - 2019-25-7</h4>\n\n<p>*Change: updated the activation link from plugins\n*Change: small UI improvements</p>\n\n<h4>1.4.2 - 2019-24-7</h4>\n\n<p>*Feature: add post category to dynamic fields\n*Feature: added toolset integration</p>\n\n<h4>1.4.1 - 2019-8-7</h4>\n\n<p>*Feature: added search widget\n*Feature: the plugin is now fully translatable, added russian translation</p>\n\n<h4>1.4 - 2019-8-7</h4>\n\n<p>*Change: moved to new payment system (freemius), changed pricing plans</p>\n\n<h4>1.3.39 - 2019-2-7</h4>\n\n<p>*Feature: add alt tags to image attribute\n*Feature: add automatic name from title on add attribute\n*Feature: redesign categories</p>\n\n<p>*Fix: removed autop filter change code from front end\n*Fix: allow to import widget when stand on category from catalog\n*Fix: fixed instagram widgets typography bug</p>\n\n<h4>1.3.38 - 2019-30-6</h4>\n\n<p>*Feature: added code examples / js snippets\n*Feature: added widget preview</p>\n\n<h4>1.3.37 - 2019-23-6</h4>\n\n<p>*Feature: add support for archive pages\n*Feature: added archive pages pagination\n*Change: changed fonts design controls</p>\n\n<h4>1.3.36 - 2019-20-6</h4>\n\n<p>*Fix: fixed multiple similar js includes in one page</p>\n\n<h4>1.3.35 - 2019-20-6</h4>\n\n<p>*Feature: add support for acf gallery field</p>\n\n<h4>1.3.34 - 2019-13-6</h4>\n\n<ul>\n<li>Feature: improved the post list filtering and ordering</li>\n</ul>\n\n<h4>1.3.33 - 2019-12-6</h4>\n\n<ul>\n<li>Feature: added ordering posts by meta value</li>\n<li>Fix: fixed site crash by db error</li>\n</ul>\n\n<h4>1.3.32 - 2019-11-6</h4>\n\n<ul>\n<li>Fix: fixed pods together with acf fileds</li>\n<li>Fix: added all categories to post list</li>\n</ul>\n\n<h4>1.3.31 - 2019-10-6</h4>\n\n<ul>\n<li>Feature: added link attribute</li>\n</ul>\n\n<h4>1.3.30 - 2019-06-6</h4>\n\n<ul>\n<li>Feature: made PODS integration</li>\n</ul>\n\n<h4>1.3.29 - 2019-06-5</h4>\n\n<ul>\n<li>Feature: added set widget icon functionality, with presence in catalog</li>\n<li>Feature: added preview widget button from the catalog</li>\n</ul>\n\n<h4>1.3.28 - 2019-06-3</h4>\n\n<ul>\n<li>Feature: made plugin translatable</li>\n</ul>\n\n<h4>1.3.27 - 2019-06-2</h4>\n\n<ul>\n<li>Fix: fixed font override attribute bug</li>\n</ul>\n\n<h4>1.3.26 - 2019-05-30</h4>\n\n<ul>\n<li>Feature: added typography attribute</li>\n</ul>\n\n<h4>1.3.25 - 2019-05-29</h4>\n\n<ul>\n<li>Tweak: added support for dynamic params in image field</li>\n</ul>\n\n<h4>1.3.24 - 2019-05-29</h4>\n\n<ul>\n<li>Fix: Fix dynamic field</li>\n<li>Tweak: Added message when adding an empty repeater from custom fields</li>\n</ul>\n\n<h4>1.3.23 - 2019-05-01</h4>\n\n<ul>\n<li>Feature: Added dynamic fields to all text controls</li>\n<li>Feature: Added "edit html" button to all widgets</li>\n<li>Fix: Fixed consolidated addons render bugs</li>\n</ul>\n\n<h4>1.3.22 - 2019-04-25</h4>\n\n<ul>\n<li>Feature: Made all acf fields integration including the pro like repeater and clone</li>\n</ul>\n\n<h4>1.3.21 - 2019-04-20</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.20 - 2019-04-15</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.19 - 2019-04-10</h4>\n\n<ul>\n<li>Feature: Done all acf fields</li>\n</ul>\n\n<h4>1.3.18 - 2019-04-05</h4>\n\n<ul>\n<li>Change: Update post child vars when change post</li>\n</ul>\n\n<h4>1.3.17 - 2019-04-01</h4>\n\n<ul>\n<li>Change: Add dynamic fields to addon editor</li>\n</ul>\n\n<h4>1.3.16 - 2019-03-30</h4>\n\n<ul>\n<li>Fix: Fixed the switchers </li>\n<li>Fix: Fixed the upload file</li>\n<li>Fix: Fixed checkbox in assets tab</li>\n</ul>\n\n<h4>1.3.15 - 2019-03-25</h4>\n\n<ul>\n<li>Fix: Fixed visual bugs</li>\n<li>Fix: Fixed radio boolean attribute (switcher)</li>\n</ul>\n\n<h4>1.3.14 - 2019-03-20</h4>\n\n<ul>\n<li>Fix: Fixed addon assets tab bugs</li>\n</ul>\n\n<h4>1.3.13 - 2019-03-15</h4>\n\n<ul>\n<li>Feature: Done export/import template with addons</li>\n</ul>\n\n<h4>1.3.12 - 2019-03-10</h4>\n\n<ul>\n<li>Feature: Added fedback on deactivate</li>\n</ul>\n\n<h4>1.3.11 - 2019-03-05</h4>\n\n<ul>\n<li>Fix: Fixed export import layout stuff</li>\n</ul>\n\n<h4>1.3.10 - 2019-03-01</h4>\n\n<ul>\n<li>Fix: Fixed assets tab issues</li>\n<li>Fix: Fixed post to articles category rename on install</li>\n</ul>\n\n<h4>1.3.09 - 2019-02-28</h4>\n\n<ul>\n<li>Fix: Fixed test addon jquery include</li>\n<li>Change: Added purchase link to license page</li>\n</ul>\n\n<h4>1.3.08 - 2019-02-25</h4>\n\n<ul>\n<li>Fix: Fixed settings text output</li>\n</ul>\n\n<h4>1.3.07 - 2019-02-20</h4>\n\n<ul>\n<li>Fix: Fixed font manager bug</li>\n</ul>\n\n<h4>1.3.06 - 2019-02-15</h4>\n\n<ul>\n<li>Fix: Fixed taxonomy issues</li>\n</ul>\n\n<h4>1.3.05 - 2019-02-10</h4>\n\n<ul>\n<li>Fix: Fixed add addon functionality</li>\n</ul>\n\n<h4>1.3.04 - 2019-02-05</h4>\n\n<ul>\n<li>Improvment: Improved post types category selection</li>\n</ul>\n\n<h4>1.3.03 - 2019-02-01</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.02 - 2019-01-30</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.01 - 2019-01-25</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.2.01 - 2019-01-20</h4>\n\n<ul>\n<li>Fix: Fixed js in editor when addins widget</li>\n</ul>\n\n<h4>1.2.00 - 2019-01-15</h4>\n\n<ul>\n<li>Feature: Pro version with a catalog</li>\n</ul>\n\n<h4>1.0.11 - 2019-01-10</h4>\n\n<ul>\n<li>Fix: Fixed some wordpress galleries related bug</li>\n</ul>\n\n<h4>1.0.10 - 2019-01-05</h4>\n\n<ul>\n<li>Fix: Fixed export category</li>\n</ul>\n\n<h4>1.0.09 - 2019-01-01</h4>\n\n<ul>\n<li>Change: Made global setting for consolidata addons or not</li>\n<li>Change: Updated some memory text in general settings</li>\n</ul>\n\n<h4>1.0.08 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed all notices related bugs</li>\n</ul>\n\n<h4>1.0.07 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed with default data types</li>\n</ul>\n\n<h4>1.0.06 - 2018-12-25</h4>\n\n<ul>\n<li>Fix: Fixed js includes consolidated</li>\n</ul>\n\n<h4>1.0.05 - 2018-12-20</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.04 - 2018-12-15</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.03 - 2018-12-10</h4>\n\n<ul>\n<li>Fix: Fixed empty category issues</li>\n</ul>\n\n<h4>1.0.02 - 2018-12-05</h4>\n\n<ul>\n<li>Fix: Fixed bug with some unit values in render output</li>\n</ul>\n\n<h4>1.0.00 - 2018-12-01</h4>\n\n<ul>\n<li>Release: First plugin release</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:7:\"1.5.116\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/75912.zip?is_premium=true&authorization=FSLA+14440533%3AI0iz1wlMtjQTHlGzQR55EVJHq8kWI0kyFK8YRrrJUGf9gq2KLKSOAWAuHyKljEmN9ay76rbia9k6-rOAB8xE-qw2KE1eFIbN6wi1X8-MLgGMggXEvJXPmA6Z8V8oguR3jdf89hgkuYHl8ZsfnTFwEo1kUmdiiEk_2SkO0b6hmRV-xVZDGJcHj76tocaAcU8X52sEIFgg27se4eQwIyg7mMVy0zq-czHz_DpGUGrL0bixtEXXY8W6AGujJfXFkSBc7Ebd8E738pDWiUhnDrIbDQ\";}}s:7:\"created\";i:1723115010;s:9:\"timestamp\";i:1723118610;}s:92:\"get:/v1/installs/14440533/updates/latest.json?is_premium=true&newer_than=1.5.116&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":19:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:7:\"1.5.130\";s:11:\"sdk_version\";s:5:\"2.9.0\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:5:\"6.5.3\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:44451;s:2:\"id\";s:5:\"81667\";s:7:\"created\";s:19:\"2024-12-11 12:53:48\";s:7:\"updated\";s:19:\"2024-12-12 06:52:29\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14440533/updates/81667.zip?is_premium=true&authorization=FSLA+14440533%3AM5rzUFAHYDrZoFzbqg6R4Xjkf5vYdsdb8cEjuErxmwexfkiZA9wyFP-mH-_rxci5E8qL_Pre2j723kBRxTy-qUjBM5goTuCHpoPKEPWS-f6drlDR9X8t7twWONK4e1Dxnoa4MI96phYYMJ--3X_RU4R-aIkVFr7PaSBoYi4NWg8EhI9NhoUChkqZoRBshIjKRvjS3HgQY9vd1YJX1FbyYTC3lUiE1aJu2aQSdSkvGEPjm18x9mNCyjWFtAHfBt2sWGarXm9zl2w2CB4Vl4kxcQ\";}s:7:\"created\";i:1733986356;s:9:\"timestamp\";i:1733989956;}}','off'); INSERT INTO `wp_options` VALUES (276,'unitecreator_db_version','6','yes'),(281,'fs_gdpr','a:2:{s:2:\"u1\";a:1:{s:18:\"show_opt_in_notice\";b:0;}s:2:\"u2\";a:1:{s:18:\"show_opt_in_notice\";b:0;}}','yes'),(282,'_site_transient_timeout_fs_locked_1','2024420904','no'),(283,'_site_transient_fs_locked_1','1','no'),(286,'addon_library_catalog','a:3:{s:5:\"stamp\";i:1708921980;s:7:\"catalog\";a:4:{s:6:\"addons\";a:27:{s:16:\"Creative Widgets\";a:24:{i:0;a:6:{s:5:\"title\";s:8:\"Flip Box\";s:4:\"name\";s:8:\"flip_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/flip_box.png\";s:7:\"preview\";s:29:\"flip-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:12:\"Before After\";s:4:\"name\";s:15:\"uc_before_after\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_before_after.png\";s:7:\"preview\";s:33:\"before-after-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:15:\"Image Accordion\";s:4:\"name\";s:14:\"image_accodion\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_accodion.png\";s:7:\"preview\";s:36:\"image-accordion-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:3;a:6:{s:5:\"title\";s:12:\"Icon Bullets\";s:4:\"name\";s:19:\"uc_material_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_material_bullets.png\";s:7:\"preview\";s:12:\"icon-bullets\";s:4:\"tags\";s:4:\"amrs\";}i:4;a:6:{s:5:\"title\";s:10:\"Number Box\";s:4:\"name\";s:20:\"circle_number_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/circle_number_widget.png\";s:7:\"preview\";s:38:\"number-box-widget-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:11:\"Blob Shapes\";s:4:\"name\";s:11:\"blob_shapes\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/blob_shapes.png\";s:7:\"preview\";s:31:\"blob-shape-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:14:\"Icon Accordion\";s:4:\"name\";s:17:\"uc_icon_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_icon_accordion.png\";s:7:\"preview\";s:35:\"icon-accordion-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:7;a:6:{s:5:\"title\";s:12:\"Rhombus Grid\";s:4:\"name\";s:24:\"ue_rhombus_image_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/ue_rhombus_image_gallery.png\";s:7:\"preview\";s:33:\"rhombus-grid-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:8;a:6:{s:5:\"title\";s:15:\"Scroll Sequence\";s:4:\"name\";s:21:\"image_sequence_player\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_sequence_player.gif\";s:7:\"preview\";s:36:\"scroll-sequance-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:17:\"Flip Box Carousel\";s:4:\"name\";s:17:\"carousel_flip_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/carousel_flip_box.gif\";s:7:\"preview\";s:38:\"flip-box-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:10;a:6:{s:5:\"title\";s:13:\"SVG Animation\";s:4:\"name\";s:21:\"uc_svg_draw_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_svg_draw_animation.gif\";s:7:\"preview\";s:34:\"svg-animation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:13:\"Shape Bullets\";s:4:\"name\";s:18:\"uc_diamond_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_diamond_bullets.jpg\";s:7:\"preview\";s:34:\"shape-bullets-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:12;a:6:{s:5:\"title\";s:16:\"Timeline Bullets\";s:4:\"name\";s:16:\"timeline_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/timeline_bullets.png\";s:7:\"preview\";s:37:\"timeline-bullets-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:13;a:6:{s:5:\"title\";s:24:\"Lordicon: Animated Icons\";s:4:\"name\";s:9:\"lord_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/lord_icon.png\";s:7:\"preview\";s:44:\"lordicon-animated-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:9:\"Icon Tabs\";s:4:\"name\";s:14:\"uc_bullet_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_bullet_tabs.png\";s:7:\"preview\";s:30:\"icon-tabs-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:15;a:6:{s:5:\"title\";s:19:\"Background Switcher\";s:4:\"name\";s:31:\"content_box_background_switcher\";s:6:\"isfree\";b:0;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/content_box_background_switcher.gif\";s:7:\"preview\";s:40:\"background-switcher-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:16;a:6:{s:5:\"title\";s:20:\"Image Zoom Magnifier\";s:4:\"name\";s:20:\"image_zoom_magnifier\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_zoom_magnifier.gif\";s:7:\"preview\";s:41:\"image-zoom-magnifier-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:14:\"Particle Image\";s:4:\"name\";s:19:\"blox_particles_logo\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/blox_particles_logo.jpg\";s:7:\"preview\";s:35:\"image-particle-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:12:\"Image Shapes\";s:4:\"name\";s:12:\"image_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_shapes.jpg\";s:7:\"preview\";s:39:\"image-shapes-for-elementor-page-builder\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:23:\"Animated Hamburger Icon\";s:4:\"name\";s:23:\"animated_hamburger_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/animated_hamburger_icon.gif\";s:7:\"preview\";s:37:\"animated-hamburger-icon-for-elementor\";s:4:\"tags\";s:0:\"\";}i:20;a:6:{s:5:\"title\";s:19:\"Scroll Image Reveal\";s:4:\"name\";s:22:\"image_reveal_on_scroll\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_reveal_on_scroll.gif\";s:7:\"preview\";s:43:\"image-reveal-on-scroll-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:21;a:6:{s:5:\"title\";s:12:\"Morph Slider\";s:4:\"name\";s:12:\"morph_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/morph_slider.gif\";s:7:\"preview\";s:33:\"morph-slider-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:22;a:6:{s:5:\"title\";s:18:\"Icon Box Accordion\";s:4:\"name\";s:18:\"icon_box_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/icon_box_accordion.gif\";s:7:\"preview\";s:39:\"icon-box-accordion-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:23;a:6:{s:5:\"title\";s:15:\"Christmas Icons\";s:4:\"name\";s:15:\"christmas_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/christmas_icons.png\";s:7:\"preview\";s:36:\"christmas-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:5:\"Tools\";a:14:{i:0;a:6:{s:5:\"title\";s:20:\"360° Product Viewer\";s:4:\"name\";s:16:\"360_product_view\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/360_product_view.gif\";s:7:\"preview\";s:39:\"360-product-viewer-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:18:\"Currency Converter\";s:4:\"name\";s:17:\"currency_exchange\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/currency_exchange.png\";s:7:\"preview\";s:39:\"currency-converter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:12:\"Image Scroll\";s:4:\"name\";s:20:\"scrolling_screenshot\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/scrolling_screenshot.png\";s:7:\"preview\";s:33:\"image-scroll-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:11:\"Job Listing\";s:4:\"name\";s:11:\"job_listing\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/job_listing.png\";s:7:\"preview\";s:32:\"job-listing-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:4;a:6:{s:5:\"title\";s:10:\"Event List\";s:4:\"name\";s:10:\"event_list\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/event_list.jpg\";s:7:\"preview\";s:31:\"event-list-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:5;a:6:{s:5:\"title\";s:8:\"Hotspots\";s:4:\"name\";s:7:\"hotspot\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/hotspot.png\";s:7:\"preview\";s:35:\"hotspots-for-elementor-page-builder\";s:4:\"tags\";s:1:\"r\";}i:6;a:6:{s:5:\"title\";s:25:\"360 Panorama Virtual Tour\";s:4:\"name\";s:8:\"360_view\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/360_view.gif\";s:7:\"preview\";s:46:\"360-panorama-virtual-tour-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:14:\"Contact Form 7\";s:4:\"name\";s:14:\"contact_form_7\";s:6:\"isfree\";b:1;s:5:\"image\";s:77:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/contact_form_7.png\";s:7:\"preview\";s:35:\"contact-form-7-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:26:\"Animated Mouse Scroll Icon\";s:4:\"name\";s:26:\"animated_mouse_scroll_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/animated_mouse_scroll_icon.gif\";s:7:\"preview\";s:47:\"animated-mouse-scroll-icon-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:12:\"Notification\";s:4:\"name\";s:12:\"notification\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/notification.png\";s:7:\"preview\";s:33:\"notification-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:10;a:6:{s:5:\"title\";s:7:\"QR Code\";s:4:\"name\";s:7:\"qr_code\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/qr_code.jpg\";s:7:\"preview\";s:28:\"qr-code-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:9:\"Event Box\";s:4:\"name\";s:9:\"event_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:72:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/event_box.png\";s:7:\"preview\";s:30:\"event-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:13:\"Image Tooltip\";s:4:\"name\";s:13:\"image_tooltip\";s:6:\"isfree\";b:1;s:5:\"image\";s:76:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/image_tooltip.png\";s:7:\"preview\";s:34:\"image-tooltip-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:6:\"Layers\";s:4:\"name\";s:6:\"layers\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/layers.png\";s:7:\"preview\";s:27:\"layers-widget-for-elementor\";s:4:\"tags\";s:1:\"s\";}}s:12:\"Post Widgets\";a:19:{i:0;a:6:{s:5:\"title\";s:9:\"Post Grid\";s:4:\"name\";s:9:\"post_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_grid.png\";s:7:\"preview\";s:30:\"post-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:1;a:6:{s:5:\"title\";s:18:\"Post Magazine Grid\";s:4:\"name\";s:18:\"post_magazine_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_magazine_grid.jpg\";s:7:\"preview\";s:39:\"post-magazine-grid-widget-for-elementor\";s:4:\"tags\";s:2:\"as\";}i:2;a:6:{s:5:\"title\";s:13:\"Post Carousel\";s:4:\"name\";s:13:\"post_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_carousel.jpg\";s:7:\"preview\";s:28:\"post-carousels-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:3;a:6:{s:5:\"title\";s:18:\"Post Carousel Lite\";s:4:\"name\";s:21:\"uc_card_post_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/uc_card_post_carousel.jpg\";s:7:\"preview\";s:39:\"post-carousel-lite-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:4;a:6:{s:5:\"title\";s:14:\"Taxonomy Terms\";s:4:\"name\";s:17:\"ue_taxonomy_terms\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/ue_taxonomy_terms.jpg\";s:7:\"preview\";s:35:\"taxonomy-terms-widget-for-elementor\";s:4:\"tags\";s:1:\"s\";}i:5;a:6:{s:5:\"title\";s:11:\"Post Blocks\";s:4:\"name\";s:11:\"post_blocks\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_blocks.jpg\";s:7:\"preview\";s:32:\"post-blocks-widget-for-elementor\";s:4:\"tags\";s:2:\"as\";}i:6;a:6:{s:5:\"title\";s:11:\"Post Scroll\";s:4:\"name\";s:11:\"post_scroll\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_scroll.jpg\";s:7:\"preview\";s:32:\"post-scroll-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:7;a:6:{s:5:\"title\";s:9:\"Post List\";s:4:\"name\";s:9:\"post_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_list.jpg\";s:7:\"preview\";s:30:\"post-list-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:8;a:6:{s:5:\"title\";s:13:\"Post Timeline\";s:4:\"name\";s:13:\"post_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_timeline.jpg\";s:7:\"preview\";s:34:\"post-timeline-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:9;a:6:{s:5:\"title\";s:9:\"Post Tabs\";s:4:\"name\";s:9:\"post_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_tabs.jpg\";s:7:\"preview\";s:23:\"post-tabs-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:10;a:6:{s:5:\"title\";s:11:\"Post Ticker\";s:4:\"name\";s:17:\"post_news_tickers\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_news_tickers.png\";s:7:\"preview\";s:37:\"post-news-ticker-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:11;a:6:{s:5:\"title\";s:16:\"Post Card Slider\";s:4:\"name\";s:16:\"blog_card_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/blog_card_slider.jpg\";s:7:\"preview\";s:37:\"blog-card-slider-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:12;a:6:{s:5:\"title\";s:14:\"Post Accordion\";s:4:\"name\";s:14:\"post_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_accordion.jpg\";s:7:\"preview\";s:29:\"post-accordions-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:13;a:6:{s:5:\"title\";s:11:\"Post Slider\";s:4:\"name\";s:11:\"post_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_slider.jpg\";s:7:\"preview\";s:12:\"post-sliders\";s:4:\"tags\";s:2:\"ar\";}i:14;a:6:{s:5:\"title\";s:9:\"Post Tile\";s:4:\"name\";s:9:\"post_tile\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_tile.png\";s:7:\"preview\";s:31:\"post-tiles-widget-for-elementor\";s:4:\"tags\";s:2:\"as\";}i:15;a:6:{s:5:\"title\";s:11:\"Author List\";s:4:\"name\";s:11:\"author_list\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/author_list.png\";s:7:\"preview\";s:28:\"elementor-author-list-widget\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:24:\"Post Horizontal Timeline\";s:4:\"name\";s:24:\"post_horizontal_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_horizontal_timeline.jpg\";s:7:\"preview\";s:45:\"post-horizontal-timeline-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:17;a:6:{s:5:\"title\";s:9:\"Tag Cloud\";s:4:\"name\";s:9:\"tag_cloud\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/tag_cloud.jpg\";s:7:\"preview\";s:30:\"tag-cloud-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:17:\"Masonry Post Grid\";s:4:\"name\";s:17:\"masonry_post_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/masonry_post_grid.jpg\";s:7:\"preview\";s:38:\"masonry-post-grid-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}}s:20:\"Post Filters & Tools\";a:13:{i:0;a:6:{s:5:\"title\";s:11:\"AJAX Search\";s:4:\"name\";s:11:\"ajax_search\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ajax_search.png\";s:7:\"preview\";s:32:\"ajax-search-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:18:\"Dynamic Post Popup\";s:4:\"name\";s:13:\"dynamic_popup\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/dynamic_popup.png\";s:7:\"preview\";s:39:\"dynamic-post-popup-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:11:\"Tabs Filter\";s:4:\"name\";s:22:\"ue_buttons_post_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_buttons_post_filter.png\";s:7:\"preview\";s:32:\"tabs-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:17:\"Checkboxes Filter\";s:4:\"name\";s:20:\"ue_checkboxes_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_checkboxes_filter.png\";s:7:\"preview\";s:38:\"checkboxes-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:15:\"Post Pagination\";s:4:\"name\";s:18:\"archive_pagination\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/archive_pagination.png\";s:7:\"preview\";s:36:\"post-pagination-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:14:\"Active Filters\";s:4:\"name\";s:14:\"active_filters\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/active_filters.png\";s:7:\"preview\";s:35:\"active-filters-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:13:\"Clear Filters\";s:4:\"name\";s:20:\"clear_filters_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/clear_filters_button.png\";s:7:\"preview\";s:34:\"clear-filters-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:22:\"Select Dropdown Filter\";s:4:\"name\";s:21:\"ue_select_post_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_select_post_filter.png\";s:7:\"preview\";s:43:\"select-dropdown-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:18:\"Post Query Summary\";s:4:\"name\";s:20:\"query_summary_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/query_summary_filter.png\";s:7:\"preview\";s:39:\"post-query-summary-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:13:\"Search Filter\";s:4:\"name\";s:19:\"posts_search_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/posts_search_filter.png\";s:7:\"preview\";s:34:\"search-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:27:\"Load More / Infinite Scroll\";s:4:\"name\";s:16:\"load_more_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/load_more_filter.png\";s:7:\"preview\";s:46:\"load-more-infinite-scroll-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:14:\"Sorting Filter\";s:4:\"name\";s:14:\"ue_sort_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_sort_filter.png\";s:7:\"preview\";s:35:\"sorting-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:15:\"Post Navigation\";s:4:\"name\";s:14:\"next_prev_post\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/next_prev_post.png\";s:7:\"preview\";s:36:\"post-navigation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:12:\"Form Builder\";a:14:{i:0;a:6:{s:5:\"title\";s:10:\"Text Field\";s:4:\"name\";s:10:\"text_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/text_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:14:\"Textarea Field\";s:4:\"name\";s:20:\"form_field_paragraph\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/form_field_paragraph.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:13:\"Submit Button\";s:4:\"name\";s:13:\"submit_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/submit_button.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:14:\"Dropdown Field\";s:4:\"name\";s:14:\"dropdown_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/dropdown_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:2:\"am\";}i:4;a:6:{s:5:\"title\";s:14:\"Checkbox Field\";s:4:\"name\";s:14:\"checkbox_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/checkbox_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:2:\"am\";}i:5;a:6:{s:5:\"title\";s:11:\"Email Field\";s:4:\"name\";s:16:\"form_field_email\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/form_field_email.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:12:\"Number Field\";s:4:\"name\";s:12:\"number_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/number_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:10:\"Date Field\";s:4:\"name\";s:10:\"date_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/date_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:18:\"Radio Button Field\";s:4:\"name\";s:12:\"radio_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/radio_button.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:1:\"r\";}i:9;a:6:{s:5:\"title\";s:11:\"Phone Field\";s:4:\"name\";s:11:\"phone_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/phone_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:12:\"Slider Field\";s:4:\"name\";s:12:\"range_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/range_slider.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:13:\"Message Field\";s:4:\"name\";s:13:\"message_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/message_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:13:\"Confirm Field\";s:4:\"name\";s:13:\"confirm_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/confirm_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:15:\"Multi Step Form\";s:4:\"name\";s:15:\"multi_step_form\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/multi_step_form.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:1:\"r\";}}s:11:\"Woo Widgets\";a:9:{i:0;a:6:{s:5:\"title\";s:13:\"Woo Mini Cart\";s:4:\"name\";s:16:\"woo_mini_cart_ax\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woo_mini_cart_ax.png\";s:7:\"preview\";s:42:\"woocommerce-mini-cart-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:16:\"Woo Product List\";s:4:\"name\";s:24:\"woocommerce_product_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_product_list.jpg\";s:7:\"preview\";s:45:\"woocommerce-product-list-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:2;a:6:{s:5:\"title\";s:16:\"Woo Product Grid\";s:4:\"name\";s:24:\"woocommerce_product_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_product_grid.jpg\";s:7:\"preview\";s:37:\"woo-product-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:3;a:6:{s:5:\"title\";s:20:\"Woo Product Carousel\";s:4:\"name\";s:28:\"woocommerce_product_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_product_carousel.jpg\";s:7:\"preview\";s:49:\"woocommerce-product-carousel-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:4;a:6:{s:5:\"title\";s:15:\"Woo AJAX Search\";s:4:\"name\";s:23:\"woocommerce_ajax_search\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_ajax_search.png\";s:7:\"preview\";s:23:\"woocommerce-ajax-search\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:18:\"Woo Product Slider\";s:4:\"name\";s:26:\"woocommerce_product_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_product_slider.jpg\";s:7:\"preview\";s:47:\"woocommerce-product-slider-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:6;a:6:{s:5:\"title\";s:17:\"Woo Category Grid\";s:4:\"name\";s:25:\"woocommerce_category_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_category_grid.jpg\";s:7:\"preview\";s:40:\"woocommerce-category-grid-for-elemenetor\";s:4:\"tags\";s:1:\"s\";}i:7;a:6:{s:5:\"title\";s:21:\"Woo Category Carousel\";s:4:\"name\";s:29:\"woocommerce_category_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_category_carousel.jpg\";s:7:\"preview\";s:50:\"woocommerce-category-carousel-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:8;a:6:{s:5:\"title\";s:26:\"Quantity Increment Buttons\";s:4:\"name\";s:26:\"quantity_increment_buttons\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/quantity_increment_buttons.png\";s:7:\"preview\";s:45:\"woocommerce-product-grid-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:17:\"Marketing Widgets\";a:27:{i:0;a:6:{s:5:\"title\";s:21:\"Unlimited Google Maps\";s:4:\"name\";s:14:\"ue_google_maps\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/ue_google_maps.jpg\";s:7:\"preview\";s:32:\"google-maps-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:1;a:6:{s:5:\"title\";s:9:\"Price Box\";s:4:\"name\";s:17:\"box_pricing_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/box_pricing_table.png\";s:7:\"preview\";s:30:\"price-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:11:\"Product Box\";s:4:\"name\";s:14:\"bold_price_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/bold_price_box.png\";s:7:\"preview\";s:32:\"product-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:10:\"Price List\";s:4:\"name\";s:10:\"price_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/price_list.png\";s:7:\"preview\";s:31:\"price-list-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:4;a:6:{s:5:\"title\";s:13:\"WhatsApp Chat\";s:4:\"name\";s:13:\"whatsapp_chat\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/whatsapp_chat.png\";s:7:\"preview\";s:34:\"whatsapp-chat-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:13:\"Pricing Table\";s:4:\"name\";s:18:\"icon_pricing_table\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/icon_pricing_table.png\";s:7:\"preview\";s:34:\"pricing-table-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:21:\"Floating Chat Buttons\";s:4:\"name\";s:22:\"mobile_conversion_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/mobile_conversion_menu.gif\";s:7:\"preview\";s:42:\"floating-chat-buttons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:5:\"vCard\";s:4:\"name\";s:12:\"vcard_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/vcard_button.png\";s:7:\"preview\";s:26:\"vcard-widget-for-elementor\";s:4:\"tags\";s:1:\"s\";}i:8;a:6:{s:5:\"title\";s:13:\"Pricing Plans\";s:4:\"name\";s:12:\"pricing_plan\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pricing_plan.jpg\";s:7:\"preview\";s:34:\"pricing-plans-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:9;a:6:{s:5:\"title\";s:4:\"List\";s:4:\"name\";s:4:\"list\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/list.jpg\";s:7:\"preview\";s:25:\"list-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:10;a:6:{s:5:\"title\";s:10:\"Review Box\";s:4:\"name\";s:10:\"review_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/review_box.jpg\";s:7:\"preview\";s:31:\"review-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:12:\"Product Card\";s:4:\"name\";s:13:\"food_menu_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/food_menu_box.png\";s:7:\"preview\";s:34:\"food-menu-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:11:\"Memory Game\";s:4:\"name\";s:11:\"memory_game\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/memory_game.gif\";s:7:\"preview\";s:32:\"memory-game-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:18:\"Product Highlights\";s:4:\"name\";s:26:\"two_column_product_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/two_column_product_bullets.jpg\";s:7:\"preview\";s:47:\"two-column-product-bullets-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:15:\"Product Bullets\";s:4:\"name\";s:15:\"product_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/product_bullets.jpg\";s:7:\"preview\";s:36:\"product-bullets-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:15;a:6:{s:5:\"title\";s:7:\"Counter\";s:4:\"name\";s:17:\"statistic_counter\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/statistic_counter.jpg\";s:7:\"preview\";s:32:\"statistic-counters-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:16:\"Icon Mobile Menu\";s:4:\"name\";s:16:\"icon_mobile_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/icon_mobile_menu.png\";s:7:\"preview\";s:30:\"icon-mobile-menu-for-elementor\";s:4:\"tags\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:21:\"Call To Action Button\";s:4:\"name\";s:19:\"pulsing_icon_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pulsing_icon_button.jpg\";s:7:\"preview\";s:42:\"call-to-action-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:15:\"Timer Countdown\";s:4:\"name\";s:15:\"timer_countdown\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/timer_countdown.png\";s:7:\"preview\";s:43:\"timer-countdowns-for-elementor-page-builder\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:22:\"Pricing Table Flip Box\";s:4:\"name\";s:16:\"pricing_flip_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pricing_flip_box.gif\";s:7:\"preview\";s:37:\"pricing-flip-box-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:20;a:6:{s:5:\"title\";s:12:\"List Marquee\";s:4:\"name\";s:12:\"list_marquee\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/list_marquee.gif\";s:7:\"preview\";s:33:\"list-marquee-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:21;a:6:{s:5:\"title\";s:15:\"Review Carousel\";s:4:\"name\";s:21:\"bold_customer_reviews\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/bold_customer_reviews.png\";s:7:\"preview\";s:53:\"card-testimonial-review-carousel-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:22;a:6:{s:5:\"title\";s:22:\"Timer Countdown Banner\";s:4:\"name\";s:22:\"timer_countdown_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/timer_countdown_banner.jpg\";s:7:\"preview\";s:43:\"timer-countdown-banner-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:23;a:6:{s:5:\"title\";s:14:\"Business Hours\";s:4:\"name\";s:14:\"business_hours\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/business_hours.png\";s:7:\"preview\";s:35:\"business-hours-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:24;a:6:{s:5:\"title\";s:19:\"Overlay Product Box\";s:4:\"name\";s:25:\"uc_simple_overlay_product\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/uc_simple_overlay_product.jpg\";s:7:\"preview\";s:40:\"overlay-product-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:25;a:6:{s:5:\"title\";s:16:\"Copy Coupon Code\";s:4:\"name\";s:16:\"copy_coupon_code\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/copy_coupon_code.gif\";s:7:\"preview\";s:37:\"copy-coupon-code-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:26;a:6:{s:5:\"title\";s:16:\"Product Carousel\";s:4:\"name\";s:21:\"uc_menu_item_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/uc_menu_item_carousel.png\";s:7:\"preview\";s:37:\"product-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}}s:12:\"Loop Builder\";a:6:{i:0;a:6:{s:5:\"title\";s:9:\"Loop Grid\";s:4:\"name\";s:15:\"ue_listing_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_grid.png\";s:7:\"preview\";s:30:\"loop-grid-widget-for-elementor\";s:4:\"tags\";s:2:\"as\";}i:1;a:6:{s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"name\";s:19:\"ue_listing_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_carousel.png\";s:7:\"preview\";s:34:\"loop-carousel-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:2;a:6:{s:5:\"title\";s:9:\"Loop Tabs\";s:4:\"name\";s:15:\"ue_listing_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_tabs.png\";s:7:\"preview\";s:30:\"loop-tabs-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:3;a:6:{s:5:\"title\";s:14:\"Loop Accordion\";s:4:\"name\";s:20:\"ue_listing_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_accordion.png\";s:7:\"preview\";s:35:\"loop-accordion-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:4;a:6:{s:5:\"title\";s:11:\"Loop Slider\";s:4:\"name\";s:17:\"ue_listing_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_slider.png\";s:7:\"preview\";s:32:\"loop-slider-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:5;a:6:{s:5:\"title\";s:20:\"Dynamic Popup Button\";s:4:\"name\";s:20:\"dynamic_popup_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/dynamic_popup_button.png\";s:7:\"preview\";s:30:\"loop-grid-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:22:\"Remote Control Widgets\";a:9:{i:0;a:6:{s:5:\"title\";s:11:\"Remote Tabs\";s:4:\"name\";s:11:\"remote_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_tabs.png\";s:7:\"preview\";s:32:\"remote-tabs-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:1;a:6:{s:5:\"title\";s:13:\"Remote Arrows\";s:4:\"name\";s:16:\"arrow_navigation\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/arrow_navigation.png\";s:7:\"preview\";s:34:\"remote-arrows-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:14:\"Remote Bullets\";s:4:\"name\";s:32:\"remote_control_bullet_navigation\";s:6:\"isfree\";b:1;s:5:\"image\";s:112:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_control_bullet_navigation.png\";s:7:\"preview\";s:35:\"remote-bullets-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:15:\"Remote Dropdown\";s:4:\"name\";s:13:\"remote_select\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_select.png\";s:7:\"preview\";s:36:\"remote-dropdown-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:4;a:6:{s:5:\"title\";s:14:\"Remote Counter\";s:4:\"name\";s:22:\"remote_counter_display\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_counter_display.png\";s:7:\"preview\";s:35:\"remote-counter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:11:\"Remote Link\";s:4:\"name\";s:19:\"remote_control_link\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_control_link.png\";s:7:\"preview\";s:32:\"remote-link-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:22:\"Remote Item Navigation\";s:4:\"name\";s:22:\"remote_item_navigation\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_item_navigation.png\";s:7:\"preview\";s:43:\"remote-item-navigation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:17:\"Remote Play Pause\";s:4:\"name\";s:17:\"remote_play_pause\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_play_pause.png\";s:7:\"preview\";s:22:\"remote-control-widgets\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:13:\"Remote Scroll\";s:4:\"name\";s:21:\"remote_scroll_control\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_scroll_control.png\";s:7:\"preview\";s:34:\"remote-scroll-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:12:\"Menu Widgets\";a:10:{i:0;a:6:{s:5:\"title\";s:9:\"Mega Menu\";s:4:\"name\";s:9:\"mega_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/mega_menu.png\";s:7:\"preview\";s:30:\"mega-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:21:\"Mega Menu Inner Links\";s:4:\"name\";s:21:\"mega_menu_inner_links\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/mega_menu_inner_links.png\";s:7:\"preview\";s:42:\"mega-menu-inner-links-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:9:\"Side Menu\";s:4:\"name\";s:12:\"ue_side_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_side_menu.png\";s:7:\"preview\";s:30:\"side-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:14:\"WordPress Menu\";s:4:\"name\";s:8:\"nav_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/nav_menu.jpg\";s:7:\"preview\";s:35:\"wordpress-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:15:\"Fullscreen Menu\";s:4:\"name\";s:26:\"fullscreen_navigation_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/fullscreen_navigation_menu.gif\";s:7:\"preview\";s:36:\"fullscreen-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:23:\"Liquid Full Screen Menu\";s:4:\"name\";s:26:\"uc_liquid_full_screen_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/uc_liquid_full_screen_menu.gif\";s:7:\"preview\";s:43:\"liquid-fullscreen-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:26:\"One Page Scroll Navigation\";s:4:\"name\";s:33:\"bullet_one_page_scroll_navigation\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/bullet_one_page_scroll_navigation.png\";s:7:\"preview\";s:47:\"one-page-scroll-navigation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:11:\"Circle Menu\";s:4:\"name\";s:14:\"ue_circle_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_circle_menu.jpg\";s:7:\"preview\";s:32:\"circle-menu-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:8;a:6:{s:5:\"title\";s:9:\"List Menu\";s:4:\"name\";s:16:\"simple_list_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/simple_list_menu.png\";s:7:\"preview\";s:37:\"simple-list-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:14:\"Accordion Menu\";s:4:\"name\";s:17:\"ue_accordion_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_accordion_menu.jpg\";s:7:\"preview\";s:35:\"accordion-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:15:\"Content Widgets\";a:14:{i:0;a:6:{s:5:\"title\";s:23:\"Expanding Content Cards\";s:4:\"name\";s:23:\"expanding_content_cards\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/expanding_content_cards.png\";s:7:\"preview\";s:44:\"expanding-content-cards-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:1;a:6:{s:5:\"title\";s:16:\"Content Carousel\";s:4:\"name\";s:20:\"content_carousel_new\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_carousel_new.png\";s:7:\"preview\";s:37:\"content-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:2;a:6:{s:5:\"title\";s:12:\"Content Grid\";s:4:\"name\";s:13:\"content_grid2\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_grid2.png\";s:7:\"preview\";s:33:\"content-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:3;a:6:{s:5:\"title\";s:17:\"Content Accordion\";s:4:\"name\";s:17:\"content_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_accordion.jpg\";s:7:\"preview\";s:38:\"content-accordion-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:4;a:6:{s:5:\"title\";s:12:\"Simple Popup\";s:4:\"name\";s:12:\"simple_popup\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/simple_popup.png\";s:7:\"preview\";s:33:\"simple-popup-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:11:\"Mega Slider\";s:4:\"name\";s:11:\"mega_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/mega_slider.png\";s:7:\"preview\";s:32:\"mega-slider-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:6;a:6:{s:5:\"title\";s:12:\"Content Tabs\";s:4:\"name\";s:12:\"content_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_tabs.jpg\";s:7:\"preview\";s:33:\"content-tabs-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:7;a:6:{s:5:\"title\";s:14:\"Unfold Content\";s:4:\"name\";s:9:\"ue_unfold\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/ue_unfold.gif\";s:7:\"preview\";s:35:\"unfold-content-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:14:\"Content Slider\";s:4:\"name\";s:18:\"content_slider_new\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_slider_new.gif\";s:7:\"preview\";s:35:\"content-slider-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:9;a:6:{s:5:\"title\";s:16:\"Content Switcher\";s:4:\"name\";s:14:\"content_toggle\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_toggle.gif\";s:7:\"preview\";s:37:\"content-switcher-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:10;a:6:{s:5:\"title\";s:15:\"Unlimited Table\";s:4:\"name\";s:8:\"ue_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/ue_table.jpg\";s:7:\"preview\";s:36:\"unlimited-table-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:10:\"Toggle Box\";s:4:\"name\";s:10:\"toggle_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/toggle_box.png\";s:7:\"preview\";s:31:\"toggle-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:14:\"Unlimited Grid\";s:4:\"name\";s:14:\"unlimited_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/unlimited_grid.jpg\";s:7:\"preview\";s:35:\"unlimited-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:13;a:6:{s:5:\"title\";s:14:\"Content Ticker\";s:4:\"name\";s:14:\"content_ticker\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_ticker.png\";s:7:\"preview\";s:35:\"content-ticker-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}}s:13:\"Media Widgets\";a:14:{i:0;a:6:{s:5:\"title\";s:14:\"Slider Gallery\";s:4:\"name\";s:15:\"uc_slider_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_slider_image.png\";s:7:\"preview\";s:35:\"slider-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:1;a:6:{s:5:\"title\";s:12:\"Grid Gallery\";s:4:\"name\";s:19:\"uc_grid_image_theme\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_grid_image_theme.png\";s:7:\"preview\";s:33:\"grid-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:2;a:6:{s:5:\"title\";s:15:\"Masonry Gallery\";s:4:\"name\";s:22:\"uc_tiles_columns_image\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_tiles_columns_image.png\";s:7:\"preview\";s:36:\"masonry-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:3;a:6:{s:5:\"title\";s:12:\"Tile Gallery\";s:4:\"name\";s:19:\"uc_tiles_grid_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_tiles_grid_image.png\";s:7:\"preview\";s:33:\"tile-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:4;a:6:{s:5:\"title\";s:16:\"Carousel Gallery\";s:4:\"name\";s:17:\"uc_carousel_image\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_carousel_image.png\";s:7:\"preview\";s:37:\"carousel-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:5;a:6:{s:5:\"title\";s:15:\"Compact Gallery\";s:4:\"name\";s:22:\"uc_compact_image_theme\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_compact_image_theme.png\";s:7:\"preview\";s:36:\"compact-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:6;a:6:{s:5:\"title\";s:17:\"Thumbnail Gallery\";s:4:\"name\";s:22:\"uc_image_default_theme\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_image_default_theme.png\";s:7:\"preview\";s:38:\"unlimited-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:7;a:6:{s:5:\"title\";s:14:\"Audio Playlist\";s:4:\"name\";s:14:\"audio_playlist\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/audio_playlist.jpg\";s:7:\"preview\";s:35:\"audio-playlist-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:13:\"Simple Slider\";s:4:\"name\";s:13:\"simple_slider\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/simple_slider.jpg\";s:7:\"preview\";s:34:\"simple-slider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:12:\"Audio Player\";s:4:\"name\";s:17:\"audio_player_mejs\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/audio_player_mejs.jpg\";s:7:\"preview\";s:33:\"audio-player-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:16:\"Thumbnail Slider\";s:4:\"name\";s:26:\"owl_sliding_thumbs_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/owl_sliding_thumbs_gallery.png\";s:7:\"preview\";s:37:\"thumbnail-slider-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:11;a:6:{s:5:\"title\";s:30:\"Image and Video Content Slider\";s:4:\"name\";s:23:\"uc_video_content_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_video_content_slider.png\";s:7:\"preview\";s:47:\"image-video-content-slider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:12:\"Random Image\";s:4:\"name\";s:15:\"ue_random_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/ue_random_image.jpg\";s:7:\"preview\";s:33:\"random-image-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:14:\"Video Playlist\";s:4:\"name\";s:23:\"play_list_video_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/play_list_video_gallery.jpg\";s:7:\"preview\";s:35:\"video-playlist-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}}s:16:\"Carousel Widgets\";a:9:{i:0;a:6:{s:5:\"title\";s:18:\"Unlimited Carousel\";s:4:\"name\";s:19:\"image_card_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/image_card_carousel.gif\";s:7:\"preview\";s:39:\"unlimited-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:1;a:6:{s:5:\"title\";s:18:\"Coverflow Carousel\";s:4:\"name\";s:19:\"cover_flow_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/cover_flow_carousel.gif\";s:7:\"preview\";s:39:\"coverflow-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:2;a:6:{s:5:\"title\";s:13:\"Card Carousel\";s:4:\"name\";s:13:\"card_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/card_carousel.jpg\";s:7:\"preview\";s:34:\"card-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:3;a:6:{s:5:\"title\";s:13:\"Icon Carousel\";s:4:\"name\";s:13:\"icon_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/icon_carousel.png\";s:7:\"preview\";s:34:\"icon-carousel-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:4;a:6:{s:5:\"title\";s:17:\"Material Carousel\";s:4:\"name\";s:17:\"material_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/material_carousel.jpg\";s:7:\"preview\";s:38:\"material-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:5;a:6:{s:5:\"title\";s:16:\"Overlay Carousel\";s:4:\"name\";s:16:\"overlay_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/overlay_carousel.jpg\";s:7:\"preview\";s:37:\"overlay-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:6;a:6:{s:5:\"title\";s:14:\"Swipe Carousel\";s:4:\"name\";s:18:\"swipe_css_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/swipe_css_carousel.png\";s:7:\"preview\";s:39:\"swipe-css-carousel-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:7;a:6:{s:5:\"title\";s:18:\"Portfolio Carousel\";s:4:\"name\";s:18:\"portfolio_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/portfolio_carousel.png\";s:7:\"preview\";s:39:\"portfolio-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:8;a:6:{s:5:\"title\";s:24:\"Justified Image Carousel\";s:4:\"name\";s:24:\"justified_image_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/justified_image_carousel.png\";s:7:\"preview\";s:45:\"justified-image-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}}s:19:\"Infographic Widgets\";a:11:{i:0;a:6:{s:5:\"title\";s:30:\"Interactive Circle Infographic\";s:4:\"name\";s:30:\"interactive_circle_infographic\";s:6:\"isfree\";b:0;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/interactive_circle_infographic.jpg\";s:7:\"preview\";s:51:\"interactive-circle-infographic-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:1;a:6:{s:5:\"title\";s:18:\"Unlimited Timeline\";s:4:\"name\";s:18:\"unlimited_timeline\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/unlimited_timeline.jpg\";s:7:\"preview\";s:39:\"unlimited-timeline-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:2;a:6:{s:5:\"title\";s:16:\"Unlimited Charts\";s:4:\"name\";s:16:\"unlimited_charts\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/unlimited_charts.jpg\";s:7:\"preview\";s:37:\"unlimited-charts-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:16:\"Funnel & Pyramid\";s:4:\"name\";s:10:\"ue_pyramid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/ue_pyramid.jpg\";s:7:\"preview\";s:35:\"funnel-pyramid-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:4;a:6:{s:5:\"title\";s:19:\"Linear Progress Bar\";s:4:\"name\";s:19:\"linear_progress_bar\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/linear_progress_bar.gif\";s:7:\"preview\";s:40:\"linear-progress-bar-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:12:\"Step Process\";s:4:\"name\";s:12:\"step_process\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/step_process.jpg\";s:7:\"preview\";s:33:\"step-process-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:6;a:6:{s:5:\"title\";s:19:\"Circle Progress Bar\";s:4:\"name\";s:22:\"uc_circle_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_circle_progress_bar.png\";s:7:\"preview\";s:40:\"circle-progress-bar-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:24:\"Semi Circle Progress Bar\";s:4:\"name\";s:24:\"semi_circle_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/semi_circle_progress_bar.png\";s:7:\"preview\";s:45:\"semi-circle-progress-bar-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:9:\"Pie chart\";s:4:\"name\";s:11:\"uc_piechart\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_piechart.jpg\";s:7:\"preview\";s:23:\"pie-chart-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:21:\"Vertical Progress Bar\";s:4:\"name\";s:24:\"uc_vertical_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_vertical_progress_bar.gif\";s:7:\"preview\";s:42:\"vertical-progress-bar-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:10:\"Line Chart\";s:4:\"name\";s:10:\"line_chart\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/line_chart.jpg\";s:7:\"preview\";s:37:\"unlimited-charts-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:12:\"Testimonials\";a:3:{i:0;a:6:{s:5:\"title\";s:15:\"Testimonial Box\";s:4:\"name\";s:15:\"box_testimonial\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Testimonials/box_testimonial.png\";s:7:\"preview\";s:36:\"box-testimonial-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"name\";s:31:\"responsive_testemonial_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Testimonials/responsive_testemonial_carousel.png\";s:7:\"preview\";s:41:\"testimonial-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:2;a:6:{s:5:\"title\";s:16:\"Testimonial Card\";s:4:\"name\";s:21:\"logo_card_testimonial\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Testimonials/logo_card_testimonial.png\";s:7:\"preview\";s:42:\"logo-card-testimonial-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:12:\"Team Members\";a:6:{i:0;a:6:{s:5:\"title\";s:20:\"Team Member Carousel\";s:4:\"name\";s:20:\"team_member_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/team_member_carousel.jpg\";s:7:\"preview\";s:41:\"team-member-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:1;a:6:{s:5:\"title\";s:16:\"Team Member Card\";s:4:\"name\";s:16:\"team_member_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/team_member_card.png\";s:7:\"preview\";s:37:\"team-member-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:15:\"Team Member Box\";s:4:\"name\";s:23:\"team_member_box_overlay\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/team_member_box_overlay.gif\";s:7:\"preview\";s:44:\"team-member-box-overlay-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:23:\"Team Member Icon Effect\";s:4:\"name\";s:25:\"circle_effect_team_member\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/circle_effect_team_member.gif\";s:7:\"preview\";s:37:\"icon-team-member-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:16:\"Team Member Grid\";s:4:\"name\";s:16:\"team_member_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/team_member_grid.jpg\";s:7:\"preview\";s:37:\"team-member-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:5;a:6:{s:5:\"title\";s:26:\"Team Member Sliding Effect\";s:4:\"name\";s:29:\"uc_team_member_overlay_bottom\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/uc_team_member_overlay_bottom.gif\";s:7:\"preview\";s:47:\"sliding-effect-team-member-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:13:\"Content Boxes\";a:9:{i:0;a:6:{s:5:\"title\";s:22:\"Image Zoom Content Box\";s:4:\"name\";s:22:\"image_zoom_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/image_zoom_content_box.jpg\";s:7:\"preview\";s:43:\"image-zoom-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:31:\"Content Box Zoom Caption Reveal\";s:4:\"name\";s:31:\"zoom_caption_reveal_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/zoom_caption_reveal_content_box.gif\";s:7:\"preview\";s:52:\"zoom-caption-reveal-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:10:\"Image Card\";s:4:\"name\";s:22:\"image_card_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/image_card_content_box.png\";s:7:\"preview\";s:43:\"image-card-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:19:\"Content Box Overlay\";s:4:\"name\";s:26:\"subtle_overlay_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/subtle_overlay_content_box.gif\";s:7:\"preview\";s:47:\"subtle-overlay-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:29:\"Content Box Hover Text Reveal\";s:4:\"name\";s:29:\"hover_text_reveal_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/hover_text_reveal_content_box.gif\";s:7:\"preview\";s:50:\"hover-text-reveal-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:22:\"Icon Image Content Box\";s:4:\"name\";s:22:\"icon_image_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/icon_image_content_box.gif\";s:7:\"preview\";s:43:\"icon-image-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:27:\"Animated Border Content Box\";s:4:\"name\";s:27:\"animated_border_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/animated_border_content_box.png\";s:7:\"preview\";s:48:\"animated-border-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:16:\"Icon Content Box\";s:4:\"name\";s:16:\"icon_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/icon_content_box.jpg\";s:7:\"preview\";s:37:\"icon-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:26:\"Content Box Sliding Effect\";s:4:\"name\";s:19:\"sliding_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/sliding_content_box.jpg\";s:7:\"preview\";s:40:\"sliding-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:17:\"Instagram Widgets\";a:5:{i:0;a:6:{s:5:\"title\";s:14:\"Instagram Feed\";s:4:\"name\";s:25:\"blox_grid_instagrm_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_grid_instagrm_widget.png\";s:7:\"preview\";s:35:\"instagram-feed-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:1;a:6:{s:5:\"title\";s:22:\"Instagram Latest Image\";s:4:\"name\";s:27:\"blox_instagram_latest_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_instagram_latest_image.png\";s:7:\"preview\";s:43:\"latest-instagram-image-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:13:\"Instagram Box\";s:4:\"name\";s:28:\"blox_quatro_instagram_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_quatro_instagram_widget.png\";s:7:\"preview\";s:34:\"instagram-teaser-box-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:14:\"Instagram Card\";s:4:\"name\";s:26:\"blox_instagram_card_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_instagram_card_widget.png\";s:7:\"preview\";s:35:\"instagram-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:20:\"Instagram Metro Grid\";s:4:\"name\";s:21:\"blox_instagram_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_instagram_widget.png\";s:7:\"preview\";s:36:\"metro-instagram-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:12:\"Logo Widgets\";a:4:{i:0;a:6:{s:5:\"title\";s:9:\"Logo Grid\";s:4:\"name\";s:9:\"logo_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Logo Widgets/logo_grid.jpg\";s:7:\"preview\";s:30:\"logo-grid-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:1;a:6:{s:5:\"title\";s:13:\"Logo Carousel\";s:4:\"name\";s:13:\"logo_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Logo Widgets/logo_carousel.gif\";s:7:\"preview\";s:34:\"logo-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:2;a:6:{s:5:\"title\";s:9:\"Logo Card\";s:4:\"name\";s:9:\"logo_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Logo Widgets/logo_card.jpg\";s:7:\"preview\";s:30:\"logo-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:12:\"Logo Marquee\";s:4:\"name\";s:12:\"logo_marquee\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Logo Widgets/logo_marquee.png\";s:7:\"preview\";s:33:\"logo-marquee-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}}s:13:\"Hover Effects\";a:8:{i:0;a:6:{s:5:\"title\";s:21:\"Rollover Image Effect\";s:4:\"name\";s:21:\"rollover_image_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/rollover_image_effect.gif\";s:7:\"preview\";s:42:\"rollover-image-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:20:\"Banner Hover Effects\";s:4:\"name\";s:23:\"uc_banner_hover_effects\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/uc_banner_hover_effects.gif\";s:7:\"preview\";s:41:\"banner-hover-effect-widgets-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:18:\"Link Hover Effects\";s:4:\"name\";s:18:\"link_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/link_hover_effects.gif\";s:7:\"preview\";s:18:\"link-hover-effects\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:18:\"Icon Hover Effects\";s:4:\"name\";s:21:\"uc_icon_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/uc_icon_hover_effects.gif\";s:7:\"preview\";s:32:\"icon-hover-effects-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:13:\"iHover Effect\";s:4:\"name\";s:13:\"ihover_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/ihover_effect.gif\";s:7:\"preview\";s:20:\"ihover-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:22:\"Creative Button Hovers\";s:4:\"name\";s:16:\"creative_buttons\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/creative_buttons.gif\";s:7:\"preview\";s:42:\"creative-button-hover-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:21:\"Caption Hover Effects\";s:4:\"name\";s:21:\"caption_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/caption_hover_effects.gif\";s:7:\"preview\";s:21:\"caption-hover-effects\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:25:\"Border Link Hover Effects\";s:4:\"name\";s:25:\"border_link_hover_effects\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/border_link_hover_effects.gif\";s:7:\"preview\";s:46:\"border-link-hover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:14:\"Button Widgets\";a:21:{i:0;a:6:{s:5:\"title\";s:15:\"Dropdown Button\";s:4:\"name\";s:15:\"dropdown_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/dropdown_button.gif\";s:7:\"preview\";s:36:\"dropdown-button-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:1;a:6:{s:5:\"title\";s:13:\"Scroll To Top\";s:4:\"name\";s:16:\"ue_scroll_to_top\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/ue_scroll_to_top.jpg\";s:7:\"preview\";s:34:\"scroll-to-top-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:17:\"Video Play Button\";s:4:\"name\";s:16:\"blox_play_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/blox_play_button.png\";s:7:\"preview\";s:44:\"video-play-button-popup-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:26:\"Neon Glowing Button Effect\";s:4:\"name\";s:26:\"neon_glowing_button_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/neon_glowing_button_effect.gif\";s:7:\"preview\";s:47:\"neon-glowing-button-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:14:\"Overlay Button\";s:4:\"name\";s:20:\"color_overlay_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/color_overlay_button.gif\";s:7:\"preview\";s:35:\"overlay-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:27:\"Underline Link Hover Effect\";s:4:\"name\";s:27:\"underline_link_hover_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/underline_link_hover_effect.gif\";s:7:\"preview\";s:48:\"underline-link-hover-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:25:\"Underline Animated Button\";s:4:\"name\";s:25:\"underline_animated_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/underline_animated_button.gif\";s:7:\"preview\";s:46:\"underline-animated-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:17:\"Multi Line Button\";s:4:\"name\";s:17:\"multi_line_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/multi_line_button.jpg\";s:7:\"preview\";s:38:\"multi-line-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:22:\"Simple Artistic Button\";s:4:\"name\";s:22:\"simple_artistic_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/simple_artistic_button.png\";s:7:\"preview\";s:43:\"simple-artistic-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:18:\"Toggle Text Button\";s:4:\"name\";s:18:\"toggle_text_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/toggle_text_button.png\";s:7:\"preview\";s:39:\"toggle-text-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:12:\"Button Group\";s:4:\"name\";s:14:\"blox_btn_group\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/blox_btn_group.png\";s:7:\"preview\";s:33:\"button-group-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:11;a:6:{s:5:\"title\";s:9:\"Dark Mode\";s:4:\"name\";s:9:\"dark_mode\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/dark_mode.gif\";s:7:\"preview\";s:30:\"dark-mode-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:19:\"Icon Pointer Button\";s:4:\"name\";s:19:\"icon_pointer_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/icon_pointer_button.jpg\";s:7:\"preview\";s:40:\"icon-pointer-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:20:\"Border Button Effect\";s:4:\"name\";s:17:\"border_btn_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/border_btn_effect.gif\";s:7:\"preview\";s:41:\"border-button-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:15:\"Gradient Button\";s:4:\"name\";s:15:\"gradient_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/gradient_button.png\";s:7:\"preview\";s:36:\"gradient-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:13:\"Liquid Button\";s:4:\"name\";s:23:\"super_fun_liquid_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/super_fun_liquid_button.gif\";s:7:\"preview\";s:34:\"liquid-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:28:\"Gradient Hover Effect Button\";s:4:\"name\";s:28:\"gradient_hover_effect_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/gradient_hover_effect_button.gif\";s:7:\"preview\";s:49:\"gradient-hover-effect-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:19:\"Glare Button Effect\";s:4:\"name\";s:19:\"glare_effect_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/glare_effect_button.gif\";s:7:\"preview\";s:40:\"glare-effect-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:20:\"Parallelogram Button\";s:4:\"name\";s:18:\"parellogram_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/parellogram_button.jpg\";s:7:\"preview\";s:39:\"parellogram-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:24:\"Button Icon Hover Effect\";s:4:\"name\";s:27:\"uc_icon_hover_effect_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/uc_icon_hover_effect_button.jpg\";s:7:\"preview\";s:45:\"icon-hover-effect-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:20;a:6:{s:5:\"title\";s:16:\"Christmas Button\";s:4:\"name\";s:16:\"christmas_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/christmas_button.jpg\";s:7:\"preview\";s:37:\"christmas-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:10:\"Typography\";a:15:{i:0;a:6:{s:5:\"title\";s:18:\"Scroll Text Reveal\";s:4:\"name\";s:21:\"uc_scroll_reveal_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/uc_scroll_reveal_text.png\";s:7:\"preview\";s:39:\"scroll-reveal-text-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:12:\"Text Rotator\";s:4:\"name\";s:12:\"text_rotator\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/text_rotator.gif\";s:7:\"preview\";s:39:\"text-rotator-for-elementor-page-builder\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:29:\"Futuristic Typing Text Effect\";s:4:\"name\";s:29:\"futuristic_typing_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/futuristic_typing_text_effect.gif\";s:7:\"preview\";s:50:\"futuristic-typing-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:7:\"3D Text\";s:4:\"name\";s:7:\"3d_text\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/3d_text.jpg\";s:7:\"preview\";s:28:\"3d-text-effect-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:19:\"Animated Split Text\";s:4:\"name\";s:24:\"splitting_letters_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/splitting_letters_effect.gif\";s:7:\"preview\";s:40:\"animated-split-text-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:22:\"Sideways Vertical Text\";s:4:\"name\";s:22:\"sideways_vertical_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/sideways_vertical_text.png\";s:7:\"preview\";s:43:\"sideways-vertical-text-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:30:\"Gradient Underline Text Effect\";s:4:\"name\";s:30:\"gradient_underline_text_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/gradient_underline_text_effect.png\";s:7:\"preview\";s:51:\"gradient-underline-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:18:\"Dual Color Heading\";s:4:\"name\";s:18:\"dual_color_heading\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/dual_color_heading.png\";s:7:\"preview\";s:39:\"dual-color-heading-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:18:\"Stroke Text Effect\";s:4:\"name\";s:11:\"stroke_text\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/stroke_text.png\";s:7:\"preview\";s:39:\"stroke-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:28:\"Image Background Text Effect\";s:4:\"name\";s:28:\"image_background_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/image_background_text_effect.png\";s:7:\"preview\";s:49:\"image-background-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:20:\"Gradient Text Effect\";s:4:\"name\";s:20:\"gradient_text_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/gradient_text_effect.png\";s:7:\"preview\";s:34:\"gradient-text-effect-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:22:\"Typewriter Text Effect\";s:4:\"name\";s:22:\"typewriter_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/typewriter_text_effect.gif\";s:7:\"preview\";s:36:\"typewriter-text-effect-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:17:\"Side Line Heading\";s:4:\"name\";s:19:\"side_border_heading\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/side_border_heading.png\";s:7:\"preview\";s:38:\"side-line-heading-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:19:\"Text Marquee Effect\";s:4:\"name\";s:7:\"marquee\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/marquee.png\";s:7:\"preview\";s:26:\"text-marquee-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:14:\"Christmas Text\";s:4:\"name\";s:14:\"christmas_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/christmas_text.jpg\";s:7:\"preview\";s:35:\"christmas-text-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:10:\"Icon Boxes\";a:10:{i:0;a:6:{s:5:\"title\";s:8:\"Icon Box\";s:4:\"name\";s:15:\"square_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/square_icon_box.jpg\";s:7:\"preview\";s:29:\"icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:17:\"Animated Icon Box\";s:4:\"name\";s:17:\"animated_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/animated_icon_box.gif\";s:7:\"preview\";s:38:\"animated-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:9:\"Icon Card\";s:4:\"name\";s:20:\"material_footer_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/material_footer_card.jpg\";s:7:\"preview\";s:41:\"material-footer-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:21:\"Icon Box Hover Effect\";s:4:\"name\";s:21:\"icon_box_hover_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/icon_box_hover_effect.gif\";s:7:\"preview\";s:42:\"icon-box-hover-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:24:\"Animated Border Icon Box\";s:4:\"name\";s:24:\"animated_border_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/animated_border_icon_box.gif\";s:7:\"preview\";s:45:\"animated-border-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:15:\"Icon Number Box\";s:4:\"name\";s:27:\"blox_icon_button_number_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/blox_icon_button_number_box.png\";s:7:\"preview\";s:43:\"icon-button-number-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:23:\"Icon Box Content Reveal\";s:4:\"name\";s:23:\"content_reveal_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/content_reveal_icon_box.gif\";s:7:\"preview\";s:44:\"content-reveal-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:20:\"Twist Hover Icon Box\";s:4:\"name\";s:20:\"twist_hover_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/twist_hover_icon_box.png\";s:7:\"preview\";s:41:\"twist-hover-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:16:\"Sliding Icon Box\";s:4:\"name\";s:20:\"solid_color_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/solid_color_icon_box.jpg\";s:7:\"preview\";s:41:\"solid-color-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:16:\"Overlay Icon Box\";s:4:\"name\";s:28:\"solid_color_overlay_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/solid_color_overlay_icon_box.gif\";s:7:\"preview\";s:49:\"solid-color-overlay-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:12:\"Block Quotes\";a:5:{i:0;a:6:{s:5:\"title\";s:15:\"Block Quote Box\";s:4:\"name\";s:27:\"blox_solid_color_blockquote\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/blox_solid_color_blockquote.png\";s:7:\"preview\";s:36:\"block-quote-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:16:\"Block Quote Card\";s:4:\"name\";s:20:\"material_block_quote\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/material_block_quote.png\";s:7:\"preview\";s:41:\"material-block-quote-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:24:\"Block Quote Carousel Box\";s:4:\"name\";s:24:\"blox_material_blockquote\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/blox_material_blockquote.png\";s:7:\"preview\";s:45:\"block-quote-carousel-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:20:\"Block Quote Carousel\";s:4:\"name\";s:24:\"blox_blockquote_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/blox_blockquote_carousel.png\";s:7:\"preview\";s:41:\"block-quote-carousel-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:18:\"Block Quote Slider\";s:4:\"name\";s:26:\"blox_side_image_blockquote\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/blox_side_image_blockquote.png\";s:7:\"preview\";s:39:\"block-quote-slider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:20:\"Social Network Icons\";a:7:{i:0;a:6:{s:5:\"title\";s:25:\"Social Icons Glare Effect\";s:4:\"name\";s:25:\"social_icons_glare_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/social_icons_glare_effect.jpg\";s:7:\"preview\";s:39:\"glare-social-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:18:\"Shape Social Icons\";s:4:\"name\";s:18:\"shape_social_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/shape_social_icons.png\";s:7:\"preview\";s:46:\"shape-social-icon-button-widgets-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:22:\"3d Social Icon Buttons\";s:4:\"name\";s:22:\"3d_social_icon_buttons\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/3d_social_icon_buttons.jpg\";s:7:\"preview\";s:43:\"3d-social-icon-buttons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:29:\"Square to Circle Social Icons\";s:4:\"name\";s:29:\"square_to_circle_social_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/square_to_circle_social_icons.jpg\";s:7:\"preview\";s:57:\"square-to-circle-social-icon-button-widgets-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:21:\"Rotating Social Icons\";s:4:\"name\";s:21:\"rotating_social_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/rotating_social_icons.gif\";s:7:\"preview\";s:49:\"rotating-social-icon-button-widgets-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:23:\"Social Icons With Label\";s:4:\"name\";s:23:\"social_icons_with_label\";s:6:\"isfree\";b:1;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/social_icons_with_label.jpg\";s:7:\"preview\";s:46:\"label-social-icon-button-widgets-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:36:\"Social Icons With Circle Fill Effect\";s:4:\"name\";s:36:\"social_icons_with_circle_fill_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:114:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/social_icons_with_circle_fill_effect.jpg\";s:7:\"preview\";s:52:\"circle-fill-social-icon-button-widgets-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:23:\"Separators and Dividers\";a:9:{i:0;a:6:{s:5:\"title\";s:27:\"Unlimited Separator Divider\";s:4:\"name\";s:17:\"separator_divider\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/separator_divider.jpg\";s:7:\"preview\";s:49:\"unlimited-separator-divider-widgets-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:22:\"Line Diamond Separator\";s:4:\"name\";s:27:\"blox_line_diamond_seperator\";s:6:\"isfree\";b:1;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_line_diamond_seperator.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:17:\"Line Text Divider\";s:4:\"name\";s:22:\"blox_line_text_divider\";s:6:\"isfree\";b:1;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_line_text_divider.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:18:\"Triangle Separator\";s:4:\"name\";s:24:\"blox_triangle_separators\";s:6:\"isfree\";b:0;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_triangle_separators.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:21:\"Zigzag Wave Seperator\";s:4:\"name\";s:25:\"blox_zizag_wave_seperator\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_zizag_wave_seperator.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:21:\"Three Icons Separator\";s:4:\"name\";s:26:\"blox_three_icons_separator\";s:6:\"isfree\";b:0;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_three_icons_separator.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:23:\"Animated Wave Separator\";s:4:\"name\";s:13:\"animated_wave\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/animated_wave.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:25:\"Christmas Candy Separator\";s:4:\"name\";s:25:\"christmas_candy_seperator\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/christmas_candy_seperator.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:16:\"Christmas Lights\";s:4:\"name\";s:16:\"christmas_lights\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/christmas_lights.gif\";s:7:\"preview\";s:37:\"christmas-lights-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:12:\"Hero Widgets\";a:12:{i:0;a:6:{s:5:\"title\";s:10:\"Title Hero\";s:4:\"name\";s:10:\"title_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/title_hero.jpg\";s:7:\"preview\";s:31:\"title-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:8:\"Box Hero\";s:4:\"name\";s:8:\"box_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/box_hero.jpg\";s:7:\"preview\";s:29:\"box-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:10:\"Split Hero\";s:4:\"name\";s:10:\"split_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/split_hero.jpg\";s:7:\"preview\";s:31:\"split-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:22:\"Transparent Split Hero\";s:4:\"name\";s:22:\"transparent_split_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/transparent_split_hero.jpg\";s:7:\"preview\";s:43:\"transparent-split-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:11:\"Border Hero\";s:4:\"name\";s:11:\"border_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/border_hero.jpg\";s:7:\"preview\";s:32:\"border-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:10:\"Video Hero\";s:4:\"name\";s:10:\"video_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/video_hero.jpg\";s:7:\"preview\";s:31:\"video-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:16:\"Split Video Hero\";s:4:\"name\";s:16:\"split_video_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/split_video_hero.jpg\";s:7:\"preview\";s:37:\"split-video-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:13:\"Diagonal Hero\";s:4:\"name\";s:13:\"diagonal_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/diagonal_hero.jpg\";s:7:\"preview\";s:34:\"diagonal-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:10:\"Quote Hero\";s:4:\"name\";s:10:\"quote_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/quote_hero.jpg\";s:7:\"preview\";s:31:\"quote-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:12:\"Persona Hero\";s:4:\"name\";s:12:\"persona_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/persona_hero.jpg\";s:7:\"preview\";s:33:\"persona-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:16:\"Service Box Hero\";s:4:\"name\";s:16:\"service_box_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/service_box_hero.jpg\";s:7:\"preview\";s:37:\"service-box-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:16:\"Solid Color Hero\";s:4:\"name\";s:16:\"solid_color_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/solid_color_hero.jpg\";s:7:\"preview\";s:37:\"solid-color-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}}s:8:\"bg_addon\";a:1:{s:4:\"Main\";a:27:{i:0;a:6:{s:5:\"title\";s:28:\"Animated Gradient Background\";s:4:\"name\";s:18:\"gradient_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:104:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/gradient_animation.jpg\";s:7:\"preview\";s:49:\"animated-gradient-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:17:\"Random Background\";s:4:\"name\";s:24:\"random_background_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:110:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/random_background_widget.jpg\";s:7:\"preview\";s:38:\"random-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:16:\"Stars Background\";s:4:\"name\";s:14:\"star_particles\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/star_particles.jpg\";s:7:\"preview\";s:39:\"star-particles-background-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:14:\"Blob Animation\";s:4:\"name\";s:14:\"blob_animation\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/blob_animation.png\";s:7:\"preview\";s:35:\"elementor-blob-animation-background\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:17:\"Background Slider\";s:4:\"name\";s:17:\"background_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/background_slider.gif\";s:7:\"preview\";s:29:\"elementor-section-backgrounds\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:11:\"Huge Shapes\";s:4:\"name\";s:30:\"huge_shap_background_animation\";s:6:\"isfree\";b:0;s:5:\"image\";s:116:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/huge_shap_background_animation.png\";s:7:\"preview\";s:32:\"elementor-huge-shapes-background\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:19:\"Parallax Background\";s:4:\"name\";s:19:\"parallax_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/parallax_background.jpg\";s:7:\"preview\";s:40:\"parallax-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:23:\"Morph Background Slider\";s:4:\"name\";s:26:\"uc_background_webgl_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:112:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/uc_background_webgl_slider.gif\";s:7:\"preview\";s:44:\"morph-background-slider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:15:\"Snow Background\";s:4:\"name\";s:17:\"snow_particles_bg\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/snow_particles_bg.jpg\";s:7:\"preview\";s:36:\"snow-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:20:\"Fireworks Background\";s:4:\"name\";s:22:\"ue_firework_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/ue_firework_background.gif\";s:7:\"preview\";s:41:\"fireworks-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:12:\"Bubble Float\";s:4:\"name\";s:12:\"bubble_float\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/bubble_float.jpg\";s:7:\"preview\";s:37:\"bubble-float-background-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:14:\"Moving Stripes\";s:4:\"name\";s:14:\"moving_stripes\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/moving_stripes.gif\";s:7:\"preview\";s:35:\"moving-stripes-elementor-background\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:16:\"Animated Ripples\";s:4:\"name\";s:16:\"animated_ripples\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/animated_ripples.jpg\";s:7:\"preview\";s:37:\"animated-ripples-elementor-background\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:12:\"Retro Blocks\";s:4:\"name\";s:21:\"animated_retro_blocks\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/animated_retro_blocks.jpg\";s:7:\"preview\";s:37:\"retro-blocks-background-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:14:\"Wave Animation\";s:4:\"name\";s:14:\"wave_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/wave_animation.jpg\";s:7:\"preview\";s:40:\"waves-animation-background-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:18:\"Alternating Colors\";s:4:\"name\";s:18:\"alternating_colors\";s:6:\"isfree\";b:1;s:5:\"image\";s:104:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/alternating_colors.jpg\";s:7:\"preview\";s:43:\"alternating-colors-background-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:5:\"Bokeh\";s:4:\"name\";s:5:\"bokeh\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/bokeh.jpg\";s:7:\"preview\";s:30:\"bokeh-background-for-elementor\";s:4:\"tags\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:15:\"Shooting Lights\";s:4:\"name\";s:15:\"shooting_lights\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/shooting_lights.jpg\";s:7:\"preview\";s:40:\"shooting-lights-background-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:27:\"Masks & Patterns Background\";s:4:\"name\";s:14:\"masks_patterns\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/masks_patterns.jpg\";s:7:\"preview\";s:48:\"mask-and-pattern-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:23:\"Smoke Background Effect\";s:4:\"name\";s:25:\"ue_webgl_fluid_simulation\";s:6:\"isfree\";b:0;s:5:\"image\";s:111:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/ue_webgl_fluid_simulation.jpg\";s:7:\"preview\";s:44:\"smoke-background-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:20;a:6:{s:5:\"title\";s:19:\"Confetti Background\";s:4:\"name\";s:16:\"blox_confetti_bg\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/blox_confetti_bg.png\";s:7:\"preview\";s:29:\"elementor-confetti-background\";s:4:\"tags\";s:0:\"\";}i:21;a:6:{s:5:\"title\";s:20:\"Particles Background\";s:4:\"name\";s:20:\"particles_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/particles_background.jpg\";s:7:\"preview\";s:41:\"particles-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:22;a:6:{s:5:\"title\";s:17:\"Sliding Diagonals\";s:4:\"name\";s:35:\"sliding_diagonals_background_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:121:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/sliding_diagonals_background_effect.jpg\";s:7:\"preview\";s:38:\"elementor-sliding-diagonals-background\";s:4:\"tags\";s:0:\"\";}i:23;a:6:{s:5:\"title\";s:22:\"Snow Flakes Background\";s:4:\"name\";s:16:\"blox_css_snow_bg\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/blox_css_snow_bg.jpg\";s:7:\"preview\";s:32:\"elementor-snow-flakes-background\";s:4:\"tags\";s:0:\"\";}i:24;a:6:{s:5:\"title\";s:16:\"Animated Squares\";s:4:\"name\";s:31:\"css_animated_squares_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:117:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/css_animated_squares_background.jpg\";s:7:\"preview\";s:37:\"elementor-animated-squares-background\";s:4:\"tags\";s:0:\"\";}i:25;a:6:{s:5:\"title\";s:6:\"Clouds\";s:4:\"name\";s:6:\"clouds\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/clouds.jpg\";s:7:\"preview\";s:31:\"clouds-background-for-elementor\";s:4:\"tags\";s:0:\"\";}i:26;a:6:{s:5:\"title\";s:15:\"Diamond Pattern\";s:4:\"name\";s:15:\"diamond_pattern\";s:6:\"isfree\";b:1;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/diamond_pattern.jpg\";s:7:\"preview\";s:40:\"diamond-pattern-background-for-elementor\";s:4:\"tags\";s:0:\"\";}}}s:18:\"elementor_template\";a:3:{s:13:\"Template Kits\";a:111:{s:9:\"rest-home\";a:6:{s:5:\"title\";s:18:\"Foodie - Resturant\";s:5:\"image\";s:138:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:13:\"electric-home\";a:6:{s:5:\"title\";s:21:\"Electro - Electrician\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:7:\"digital\";a:6:{s:5:\"title\";s:21:\"Digi - Digital Agency\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:13:\"rest-home-2-2\";a:5:{s:5:\"title\";s:13:\"Foodie - Home\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:13:\"gather-home-1\";a:5:{s:5:\"title\";s:15:\"Gather - Home 1\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-2\";a:5:{s:5:\"title\";s:15:\"Gather - Home 2\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:18:\"minimal-conference\";a:5:{s:5:\"title\";s:15:\"Gather - Home 3\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-4\";a:5:{s:5:\"title\";s:15:\"Gather - Home 4\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-5\";a:5:{s:5:\"title\";s:15:\"Gather - Home 5\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-6\";a:5:{s:5:\"title\";s:15:\"Gather - Home 6\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:28:\"template_webinar_classic-zip\";a:5:{s:5:\"title\";s:13:\"Webi - Home 1\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-2\";a:5:{s:5:\"title\";s:13:\"Webi - Home 2\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:22:\"webinar-expert-landing\";a:5:{s:5:\"title\";s:13:\"Webi - Home 3\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:21:\"webinar-fresh-landing\";a:5:{s:5:\"title\";s:13:\"Webi - Home 4\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:13:\"webinar-event\";a:5:{s:5:\"title\";s:13:\"Webi - Home 5\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:26:\"webinar-shapes-landing-new\";a:5:{s:5:\"title\";s:13:\"Webi - Home 6\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-7\";a:5:{s:5:\"title\";s:13:\"Webi - Home 7\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_7.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-8\";a:5:{s:5:\"title\";s:13:\"Webi - Home 8\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_8.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-9\";a:5:{s:5:\"title\";s:13:\"Webi - Home 9\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_9.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:12:\"webi-home-10\";a:5:{s:5:\"title\";s:14:\"Webi - Home 10\";s:5:\"image\";s:147:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_10.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:13:\"rhythm-home-1\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 1\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-2\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 2\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-3\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 3\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-4\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 4\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-5\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 5\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-6\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 6\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:10:\"kiddy-home\";a:5:{s:5:\"title\";s:12:\"Kiddy - Home\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:4:\"yoga\";a:5:{s:5:\"title\";s:11:\"Yoga - Home\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:21:\"halloween-halloween-1\";a:5:{s:5:\"title\";s:11:\"Halloween 1\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:11:\"agency-home\";a:6:{s:5:\"title\";s:14:\"Metro - Agency\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:23:\"agency-home-agency-team\";a:5:{s:5:\"title\";s:12:\"Metro - Team\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_team.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:25:\"agency-home-agency-team-2\";a:5:{s:5:\"title\";s:13:\"Metro - About\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:27:\"agency-home-agency-team-2-2\";a:5:{s:5:\"title\";s:16:\"Metro - Projects\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_projects.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:5:\"about\";a:5:{s:5:\"title\";s:14:\"Foodie - About\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:15:\"agency-home-2-2\";a:5:{s:5:\"title\";s:12:\"Metro - Home\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:17:\"electric-home-2-2\";a:5:{s:5:\"title\";s:14:\"Electro - Home\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:9:\"digital-2\";a:5:{s:5:\"title\";s:11:\"Digi - Home\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_home.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:10:\"webi-about\";a:5:{s:5:\"title\";s:12:\"Webi - About\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-1\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 1\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:30:\"fit-personal-trainer-fit-home1\";a:5:{s:5:\"title\";s:12:\"Fit - Home 1\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:11:\"kiddy-about\";a:5:{s:5:\"title\";s:13:\"Kiddy - About\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:13:\"yoga-services\";a:5:{s:5:\"title\";s:15:\"Yoga - Services\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:8:\"yoga-faq\";a:5:{s:5:\"title\";s:10:\"Yoga - FAQ\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_faq.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:12:\"yoga-pricing\";a:5:{s:5:\"title\";s:14:\"Yoga - Pricing\";s:5:\"image\";s:144:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_pricing.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:18:\"lawyer-lawyer-home\";a:5:{s:5:\"title\";s:13:\"Lawyer - Home\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-1\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 1\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_1.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:14:\"cristmas-home1\";a:5:{s:5:\"title\";s:16:\"Cristmas - Home1\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_cristmas_home1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:21:\"halloween-halloween-2\";a:5:{s:5:\"title\";s:11:\"Halloween 2\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:15:\"music-band-home\";a:5:{s:5:\"title\";s:17:\"Music Band - Home\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:11:\"rest-events\";a:5:{s:5:\"title\";s:15:\"Foodie - Events\";s:5:\"image\";s:152:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_events.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:28:\"electric-home-electric-about\";a:5:{s:5:\"title\";s:15:\"Electro - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:21:\"digital-digital-about\";a:5:{s:5:\"title\";s:15:\"Digital - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digital_about.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:17:\"webi-testimonials\";a:5:{s:5:\"title\";s:19:\"Webi - Testimonials\";s:5:\"image\";s:152:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_testimonials.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-2\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 2\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:16:\"kid-kids-about-2\";a:5:{s:5:\"title\";s:14:\"Kids - About 2\";s:5:\"image\";s:160:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kids_about_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:19:\"lawyer-lawyer-about\";a:5:{s:5:\"title\";s:14:\"Lawyer - About\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-2\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 2\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_2.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-2\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 2\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:11:\"halloween-4\";a:5:{s:5:\"title\";s:11:\"Halloween 3\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:16:\"music-band-about\";a:5:{s:5:\"title\";s:18:\"Music Band - About\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:9:\"rest-menu\";a:5:{s:5:\"title\";s:13:\"Foodie - Menu\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_menu.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:31:\"electric-home-electric-services\";a:5:{s:5:\"title\";s:18:\"Electro - Services\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:29:\"digital-home-digital-services\";a:5:{s:5:\"title\";s:15:\"Digi - Services\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_services.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:8:\"webi-faq\";a:5:{s:5:\"title\";s:10:\"Webi - FAQ\";s:5:\"image\";s:143:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_faq.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-3\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 3\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:14:\"kiddy-services\";a:5:{s:5:\"title\";s:16:\"Kiddy - Services\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:14:\"kiddy-teachers\";a:5:{s:5:\"title\";s:16:\"Kiddy - Teachers\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_teachers.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:18:\"lawyer-lawyer-work\";a:5:{s:5:\"title\";s:13:\"Lawyer - Work\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_work.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-3\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 3\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_3.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-3\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 3\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:21:\"halloween-halloween-3\";a:5:{s:5:\"title\";s:11:\"Halloween 4\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:15:\"music-band-news\";a:5:{s:5:\"title\";s:17:\"Music Band - News\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_news.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:31:\"digital-home-digital-services-2\";a:5:{s:5:\"title\";s:15:\"Digi - Projects\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_projects.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:34:\"weddly-wedding-event-weddly-home-4\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 4\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:18:\"lawyer-lawyer-news\";a:5:{s:5:\"title\";s:14:\"Lawyer - Study\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_study.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-4\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 4\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_4.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-4\";a:5:{s:5:\"title\";s:19:\"Christmas - Home 4\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:11:\"halloween-5\";a:5:{s:5:\"title\";s:11:\"Halloween 5\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:18:\"music-band-gallery\";a:5:{s:5:\"title\";s:19:\"Music Band- Gallery\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_gallery.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:21:\"digi-home-beauty-home\";a:5:{s:5:\"title\";s:14:\"Essence - Home\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:34:\"weddly-wedding-event-weddly-home-5\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 5\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:18:\"lawyer-lawyer-team\";a:5:{s:5:\"title\";s:13:\"Lawyer - Team\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_team.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-5\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 5\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_5.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-5\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 5\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:6:\"beauty\";a:6:{s:5:\"title\";s:16:\"Essence - Beauty\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:19:\"beauty-beauty-about\";a:5:{s:5:\"title\";s:15:\"Essence - About\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:34:\"weddly-wedding-event-weddly-home-6\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 6\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:19:\"black-friday-home-6\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 6\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_6.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-6\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 6\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:22:\"beauty-beauty-services\";a:5:{s:5:\"title\";s:18:\"Essence - Services\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_services.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:12:\"weddly-about\";a:5:{s:5:\"title\";s:14:\"Weddly - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:14:\"weddly-gallery\";a:5:{s:5:\"title\";s:16:\"Weddly - Gallery\";s:5:\"image\";s:157:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_gallery.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:12:\"weddly-event\";a:5:{s:5:\"title\";s:14:\"Weddly - Event\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:26:\"beauty-testimonials-beauty\";a:5:{s:5:\"title\";s:16:\"Essence - Beauty\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_beauty.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:17:\"gather-conference\";a:6:{s:5:\"title\";s:25:\"Gather - Conference Event\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:12:\"webi-webinar\";a:6:{s:5:\"title\";s:14:\"Webi - Webinar\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:18:\"rhythm-music-event\";a:6:{s:5:\"title\";s:20:\"Rhythm - Music Event\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:20:\"weddly-wedding-event\";a:6:{s:5:\"title\";s:22:\"Weddly - Wedding Event\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:20:\"fit-personal-trainer\";a:6:{s:5:\"title\";s:22:\"Fit - Personal Trainer\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:10:\"fit-home-2\";a:5:{s:5:\"title\";s:12:\"Fit - Home 2\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:10:\"fit-home-3\";a:5:{s:5:\"title\";s:12:\"Fit - Home 3\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:10:\"fit-home-4\";a:5:{s:5:\"title\";s:12:\"Fit - Home 4\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:6:\"home-5\";a:5:{s:5:\"title\";s:12:\"Fit - Home 5\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:25:\"kiddy-school-kindergarten\";a:6:{s:5:\"title\";s:29:\"Kiddy - School & Kindergarten\";s:5:\"image\";s:147:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:10:\"yoga-about\";a:5:{s:5:\"title\";s:12:\"Yoga - About\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:9:\"body-yoga\";a:6:{s:5:\"title\";s:11:\"Body - Yoga\";s:5:\"image\";s:131:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:14:\"justice-lawyer\";a:6:{s:5:\"title\";s:16:\"Justice - Lawyer\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:15:\"scary-halloween\";a:6:{s:5:\"title\";s:17:\"Scary - Halloween\";s:5:\"image\";s:137:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:19:\"mayhem-black-friday\";a:6:{s:5:\"title\";s:21:\"Mayhem - Black Friday\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:24:\"spirit-christmas-holiday\";a:6:{s:5:\"title\";s:26:\"Spirit - Christmas Holiday\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:17:\"groove-music-band\";a:6:{s:5:\"title\";s:19:\"Groove - Music Band\";s:5:\"image\";s:139:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}}s:22:\"Digital Business Cards\";a:7:{s:32:\"freelancer-digital-business-card\";a:5:{s:5:\"title\";s:32:\"Freelancer Digital Business Card\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_freelancer_digital_business_card.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:11:\"doctor-card\";a:5:{s:5:\"title\";s:28:\"Doctor Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_doctor_digital_business_card.png\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:11:\"lawyer-card\";a:5:{s:5:\"title\";s:28:\"Lawyer Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_lawyer_digital_business_card.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:21:\"personal-trainer-card\";a:5:{s:5:\"title\";s:38:\"Personal Trainer Digital Business Card\";s:5:\"image\";s:169:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_personal_trainer_digital_business_card.png\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:9:\"professor\";a:5:{s:5:\"title\";s:31:\"Professor Digital Business Card\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_professor_digital_business_card.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:34:\"photographer-digital-business-card\";a:5:{s:5:\"title\";s:34:\"Photographer Digital Business Card\";s:5:\"image\";s:165:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_photographer_digital_business_card.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:28:\"beauty-digital-business-card\";a:5:{s:5:\"title\";s:28:\"Beauty Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_beauty_digital_business_card.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}s:9:\"CV Resume\";a:13:{s:22:\"professional-cv-resume\";a:5:{s:5:\"title\";s:22:\"Professional CV Resume\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_professional_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"simple-cv-resume\";a:5:{s:5:\"title\";s:16:\"Simple CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_simple_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"fresh-cv-resume\";a:5:{s:5:\"title\";s:15:\"Fresh CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_fresh_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"material-cv-resume\";a:5:{s:5:\"title\";s:18:\"Material CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_material_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:19:\"portfolio-cv-resume\";a:5:{s:5:\"title\";s:19:\"Portfolio CV Resume\";s:5:\"image\";s:137:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_portfolio_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:21:\"photography-cv-resume\";a:5:{s:5:\"title\";s:21:\"Photography CV Resume\";s:5:\"image\";s:139:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_photography_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"light-cv-resume\";a:5:{s:5:\"title\";s:15:\"Light CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_light_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"artist-cv-resume\";a:5:{s:5:\"title\";s:16:\"Artist CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_artist_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:14:\"dark-cv-resume\";a:5:{s:5:\"title\";s:14:\"Dark CV Resume\";s:5:\"image\";s:132:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_dark_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"colorful-cv-resume\";a:5:{s:5:\"title\";s:18:\"Colorful CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_colorful_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"cchill-cv-resume\";a:5:{s:5:\"title\";s:15:\"Chill CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_chill_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"clean-cv-resume\";a:5:{s:5:\"title\";s:15:\"Clean CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_clean_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"modern-cv-resume\";a:5:{s:5:\"title\";s:16:\"Modern CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_modern_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}}s:4:\"blog\";a:3:{i:0;a:3:{s:5:\"title\";s:78:\"How to Overlap Images, One on Top of Another in Elementor Using Layers Widget?\";s:5:\"image\";s:84:\"https://unlimited-elements.com/wp-content/uploads/2024/02/Layers-Widget-150x150.jpeg\";s:4:\"link\";s:108:\"https://unlimited-elements.com/how-to-overlap-images-one-on-top-of-another-in-elementor-using-layers-widget/\";}i:1;a:3:{s:5:\"title\";s:59:\"How to Create a Custom Blog or Archive Page with Elementor?\";s:5:\"image\";s:84:\"https://unlimited-elements.com/wp-content/uploads/2024/02/Blog-Template-150x150.jpeg\";s:4:\"link\";s:90:\"https://unlimited-elements.com/how-to-create-a-custom-blog-or-archive-page-with-elementor/\";}i:2;a:3:{s:5:\"title\";s:101:\"January Updates: Core Plugin Enhancements, Widget Features, and Critical Fixes in the Latest Release!\";s:5:\"image\";s:86:\"https://unlimited-elements.com/wp-content/uploads/2024/01/January-Updates-150x150.jpeg\";s:4:\"link\";s:129:\"https://unlimited-elements.com/january-updates-core-plugin-enhancements-widget-features-and-critical-fixes-in-the-latest-release/\";}}}s:19:\"catalog_addon_names\";a:1:{s:0:\"\";a:4:{s:5:\"title\";s:101:\"January Updates: Core Plugin Enhancements, Widget Features, and Critical Fixes in the Latest Release!\";s:5:\"image\";s:86:\"https://unlimited-elements.com/wp-content/uploads/2024/01/January-Updates-150x150.jpeg\";s:4:\"link\";s:129:\"https://unlimited-elements.com/january-updates-core-plugin-enhancements-widget-features-and-critical-fixes-in-the-latest-release/\";s:3:\"cat\";s:4:\"blog\";}}}','no'),(294,'elementor_pro_version','3.19.3','yes'),(295,'elementor_pro_install_history','a:2:{s:6:\"3.18.3\";i:1709061335;s:6:\"3.19.3\";i:1709061336;}','yes'),(296,'widget_elementor-library','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(297,'_elementor_pro_installed_time','1709060959','yes'),(298,'elementor_submissions_db_version','5','yes'),(299,'elementor_pro_license_key','ep-96KPPzV01BZfVbBHAqb91604636942feBIQw0BkbHg','yes'),(300,'_elementor_pro_license_v2_data_fallback','a:2:{s:7:\"timeout\";i:1785465241;s:5:\"value\";s:41:\"{\"success\":false,\"error\":\"site_inactive\"}\";}','off'),(301,'_elementor_pro_license_v2_data','a:2:{s:7:\"timeout\";i:1785422041;s:5:\"value\";s:41:\"{\"success\":false,\"error\":\"site_inactive\"}\";}','off'),(302,'elementor_notes_db_version','5','yes'),(303,'_elementor_pro_api_requests_lock','a:2:{s:16:\"get_license_data\";i:1785378841;s:11:\"get_version\";i:1734677721;}','yes'),(305,'eael_admin_menu_notice','11','no'),(314,'papro_license_key','d5d46824d2e7aa8e629e5089e9113533','yes'),(315,'papro_license_status','valid','yes'),(316,'essential-addons-elementor-license-key','c485088069d1e7aa86544fffac222abc','no'),(317,'essential-addons-elementor-license-status','valid','no'),(321,'eael_eb_optin_hide','1','yes'),(322,'edd_sl_c4ceb4c67ed1253e934ce770d0b2a9e7','a:2:{s:7:\"timeout\";i:1784688550;s:5:\"value\";s:86539:\"{\"name\":\"Premium Addons Pro\",\"new_version\":\"2.9.62\",\"stable_version\":\"2.9.62\",\"sections\":{\"description\":\"<p>This plugin is an extension to Premium Addons for Elementor Plugin that includes Pro Elementor widgets and Addons for Elementor Page Builder. Visit <a href=\\\"https:\\/\\/www.premiumaddons.com\\/\\\">Premium Addons Website<\\/a> to check widgets and addons demos.<\\/p>\\n<p>Premium Addons PRO plugin\\u2019s widgets are cross browser compatible and also fully responsive, Your website will rock on all browsers as well as tables and mobile devices.<\\/p>\\n<p>When using Premium Addons\\u2019 widgets you will notice that it has more customization options than any other widget in other plugin.<\\/p>\\n<p>Premium Addons PRO can be used only as a complement of Elementor page builder plugin as it\\u2019s not a standalone plugin.<\\/p>\\n<h3>Features<\\/h3>\\n<ul>\\n<li>Fully Customizable Elements.<\\/li>\\n<li>Options panel for enabling desired elements only for faster performance.<\\/li>\\n<li>Free Support through online forums.<\\/li>\\n<\\/ul>\\n<h3>Available Elements<\\/h3>\\n<ol>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/alert-box-widget-for-elementor-page-builder\\/\\\">Premium Alert Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/animated-section-gradients-for-elementor-page-builder\\/\\\">Premium Animated Container Gradient<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/behance-feed-widget-for-elementor-page-builder\\/\\\">Premium Behance Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-charts-widget\\/\\\">Premium Charts<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-content-toggle-widget\\/\\\">Premium Content Toggle<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/dual-header-widget-for-elementor-page-builder\\/\\\">Premium Divider<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/facebook-feed-widget-for-elementor-page-builder-2\\/\\\">Premium Facebook Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/facebook-reviews-widget-for-elementor-page-builder\\/\\\">Premium Facebook Reviews<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/flip-box-widget-for-elementor-page-builder\\/\\\">Premium Flip Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/google-reviews-for-elementor-page-builder\\/\\\">Premium Google Reviews<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/icon-box-widget-for-elementor-page-builder\\/\\\">Premium Icon Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/ihover-widget-for-elementor-page-builder\\/\\\">Premium iHover<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-image-accordion-widget\\/\\\">Premium Image Accordion<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-comparison-widget-for-elementor-page-builder\\/\\\">Premium Image Comparison<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-hotspots-widget-for-elementor-page-builder\\/\\\">Premium Image Hotspots<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-layers-widget-for-elementor-page-builder\\/\\\">Premium Image Layers<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/instagram-feed-widget-for-elementor-page-builder\\/\\\">Premium Instagram Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/ken-burns-section-addon-for-elementor-page-builder\\/\\\">Premium Ken Burns<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/magic-section-widget-for-elementor-page-builder\\/\\\">Premium Magic Section<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/multi-scroll-widget-for-elementor-page-builder\\/\\\">Premium Multi Scroll<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/parallax-section-addon-for-elementor-page-builder\\/\\\">Premium Parallax<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/particles-section-addon-for-elementor-page-builder\\/\\\">Premium Particles<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/preview-window-widget-for-elementor-page-builder\\/\\\">Premium Preview Window<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/table-widget-for-elementor-page-builder\\/\\\">Premium Tables<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/twitter-feed-widget-for-elementor-page-builder\\/\\\">Premium Twitter Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/tabs-widget-for-elementor-page-builder-2\\/\\\">Premium Tabs<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/unfold-widget-for-elementor-page-builder\\/\\\">Premium Unfold<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/whatsapp-widget-for-elementor-page-builder\\/\\\">Premium WhatsApp Chat<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-yelp-reviews-widget\\/\\\">Premium Yelp Reviews<\\/a><\\/li>\\n<\\/ol>\",\"changelog\":\"<h4> 2.9.62 <\\/h4>\\n<ul>\\n<li>Tweak: Minor improvements in Global Badge addon for better usability.<\\/li>\\n<\\/ul>\\n<h4> 2.9.61 <\\/h4>\\n<ul>\\n<li>New: Added CSS Selector option in Global Badge addon to display badges on custom elements.<\\/li>\\n<li>New: Added Display Per Item option in Global Badge addon for listing widgets.<\\/li>\\n<li>New: Added Title Vertical Alignment option in Icon Box widget.<\\/li>\\n<li>Tweak: Added Overflow option in Icon Box widget for better compatibility with Global Badge addon.<\\/li>\\n<li>Tweak: Added Border Radius option for Ribbon style badge in Global Badge addon.<\\/li>\\n<li>Tweak: Added a waiting time notice in Instagram Feed widget.<\\/li>\\n<li>Tweak: Improved content labels in Content Toggle widget.<\\/li>\\n<li>Tweak: Lowered the minimum value of the Size control in Content Toggle widget.<\\/li>\\n<li>Fixed: Badge banner top position in Global Badge addon.<\\/li>\\n<li>Fixed: Vertical offset not working on all badges in Global Badge addon.<\\/li>\\n<li>Fixed: Text decoration not inheriting text color in Global Badge addon.<\\/li>\\n<li>Fixed: \\\"undefined\\\" text shown when Image URL is empty in Global Badge addon.<\\/li>\\n<li>Fixed: Animated Gradient option applied to all child badges in Global Badge addon.<\\/li>\\n<li>Fixed: Per-item badges not working with Load More, Pagination and Load on Scroll options.<\\/li>\\n<li>Fixed: Z-index not working on custom CSS selector badges in Global Badge addon.<\\/li>\\n<li>Fixed: Conflict between Global Badge addon and Pricing Table widget Lottie icon.<\\/li>\\n<li>Fixed: Button alignment not working when position is set to outside in Unfold widget.<\\/li>\\n<li>Fixed: Magic Scroll not working with widgets inside Elementor V4 Flexbox container.<\\/li>\\n<li>Fixed: Content height not working on nested content in Content Toggle widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.60 <\\/h4>\\n<ul>\\n<li>New: Content Toggle widget rebuilt - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-content-toggle-widget\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Code refactored for better performance and security.<\\/li>\\n<\\/ul>\\n<h4> 2.9.59 <\\/h4>\\n<ul>\\n<li>Tweak: Added Box Shadow control for images in Image Accordion.<\\/li>\\n<li>Fixed: Border Radius not applied on Flipped style Tabs widget.<\\/li>\\n<li>Fixed: Default width not applied on Bookmark type badge.<\\/li>\\n<\\/ul>\\n<h4> 2.9.58 <\\/h4>\\n<ul>\\n<li>Tweak: Added new presets for Global Badge addon.<\\/li>\\n<li>Tweak: Added Load More button in Instagram Feed widget.<\\/li>\\n<li>Tweak: Added Lightbox compatibility with videos in Instagram Feed widget.<\\/li>\\n<li>Tweak: Added alt text attribute for images in Instagram Feed widget.<\\/li>\\n<li>Fixed: Back icon size control not working in Icon Box widget.<\\/li>\\n<li>Fixed: Margin not applied correctly on mobile in Tabs widget.<\\/li>\\n<li>Fixed: Navigation from other pages not working in Tabs widget.<\\/li>\\n<li>Fixed: Elements styling broken in editor on first-time activation.<\\/li>\\n<li>Fixed: Icon Position control not working with SVG icons in Icon Box widget.<\\/li>\\n<li>Fixed: Duplicate initialization of Behance Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.57 <\\/h4>\\n<ul>\\n<li>Tweak: Added Get Reviews by Language option in Yelp Reviews widget.<\\/li>\\n<li>Tweak: Core improved for better performance and loading speed.<\\/li>\\n<li>Fixed: Stripe badge not showing in RTL mode.<\\/li>\\n<li>Fixed: Team Members widget not working inside Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.56 <\\/h4>\\n<ul>\\n<li>Tweak: Added Container ID option in Image Accordion, Off Canvas, Alert Box and Tabs widgets to get slides from containers on the same page for better usability.<\\/li>\\n<li>Tweak: Added Hover Color and Background Color for navigation arrows in social reviews widget.<\\/li>\\n<li>Tweak: Border radius option added in Divider widget.<\\/li>\\n<li>Tweak: Added Image Fit control for icon in Icon Box widget.<\\/li>\\n<li>Tweak: Improved RTL compatibility in Smart Post Listing widget.<\\/li>\\n<li>Tweak: Improved compatibility between Unfold and Tabs widgets.<\\/li>\\n<li>Fixed: Jittering issues with Snappy effect in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.55 <\\/h4>\\n<ul>\\n<li>New: Animated Gradient and Ken Burns addons are now applicable on widgets.<\\/li>\\n<li>Tweak: Opacity Scroll effect in Horizontal Scroll widget improved.<\\/li>\\n<li>Fixed: Blob not removed after disabling Animated Blob addon switcher.<\\/li>\\n<\\/ul>\\n<h4> 2.9.54 <\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility between Dynamic Assets and Elementor Elements Cache.<\\/li>\\n<li>Fixed: Arrow position when Accordion option is enabled in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.53 <\\/h4>\\n<ul>\\n<li>Tweak: Facebook and Behance Feed widgets improved.<\\/li>\\n<li>Tweak: Core improved for better performance and loading speed.<\\/li>\\n<\\/ul>\\n<h4> 2.9.52 <\\/h4>\\n<ul>\\n<li>Tweak: Added Suffix option in Charts widget to add text after value on hover.<\\/li>\\n<li>Tweak: Core improved for better performance and loading speed.<\\/li>\\n<\\/ul>\\n<h4> 2.9.51 <\\/h4>\\n<ul>\\n<li>Tweak: API endpoint usage improved in Behance Feed widget.<\\/li>\\n<li>Fixed: Horizontal Scroll issues after scene ends.<\\/li>\\n<\\/ul>\\n<h4> 2.9.50 <\\/h4>\\n<ul>\\n<li>New: Added Animated Gradient option to the badge text in Badge Global addon.<\\/li>\\n<li>Tweak: Improved Font Size and Color effects in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.49 <\\/h4>\\n<ul>\\n<li>Tweak: Added Clipped Background option in Global Badge addon.<\\/li>\\n<li>Tweak: Added \\\"p\\\" and \\\"span\\\" options for HTML Tag control in Divider widget.<\\/li>\\n<li>Fixed: Image Layers widget not showing when Container Direction is set to row.<\\/li>\\n<li>Fixed: Text is showing in multiple lines in Divider widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.48 <\\/h4>\\n<ul>\\n<li>New: Load JS libraries only when needed to improve loading speed.<\\/li>\\n<\\/ul>\\n<h4> 2.9.47 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error in some widgets after v2.9.46.<\\/li>\\n<\\/ul>\\n<h4> 2.9.46 <\\/h4>\\n<ul>\\n<li>Tweak: Code improvements in social reviews widgets for better performance and faster loading speed.<\\/li>\\n<li>Tweak: Improved accessibility in all widgets.<\\/li>\\n<li>Fixed: Jittering issue in Custom Mouse Cursor addon.<\\/li>\\n<li>Fixed: Console JS error when delay option is empty in Custom Mouse Cursor addon.<\\/li>\\n<li>Fixed: CSS Selector option not working in Custom Mouse Cursor addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.45 <\\/h4>\\n<ul>\\n<li>Tweak: Code improvements in all widgets for better performance and faster loading speed.<\\/li>\\n<li>Fixed: RTL Mode option not working correctly in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.44 <\\/h4>\\n<ul>\\n<li>Tweak: Code improvements in Global Badge and Custom Mouse Cursor addons for better performance and faster loading speed.<\\/li>\\n<li>Tweak: Added Videos Behavior option in Instagram Feed widget.<\\/li>\\n<li>Fixed: Multiple placeholder images are inserted in Media when a template is imported.<\\/li>\\n<\\/ul>\\n<h4> 2.9.43 <\\/h4>\\n<ul>\\n<li>Tweak: Improve Background Transition option in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Horizontal Scroll widget not working correctly on RTL sites.<\\/li>\\n<li>Fixed: Console error in Tabs widget.<\\/li>\\n<li>Fixed: Rating Schema not working in Google Reviews widget.<\\/li>\\n<li>Fixed: Compatibility issues with WPML plugin.<\\/li>\\n<\\/ul>\\n<h4> 2.9.42 <\\/h4>\\n<ul>\\n<li>Tweak: Added Change Color on Hover in Charts widget.<\\/li>\\n<li>Tweak: Added Liquid Glass effect option in Custom Mouse Cursor addon.<\\/li>\\n<li>Tweak: Added Moving background option in Tabs widget Style 1.<\\/li>\\n<li>Tweak: Added button to filter pre-made blocks by widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.41 <\\/h4>\\n<ul>\\n<li>Tweak: Custom Mouse Cursor addon controls rearranged for better UX.<\\/li>\\n<li>Tweak: Entrance Animation improved in Image Layers widget.<\\/li>\\n<li>Tweak: Plugin size minimized for faster installation.<\\/li>\\n<\\/ul>\\n<h4> 2.9.40 <\\/h4>\\n<ul>\\n<li>Tweak: Added Color option for switcher in inactive state in Content Toggle.<\\/li>\\n<li>Fixed: Entrance Animation option not working in Image Layers widget.<\\/li>\\n<li>Fixed: Arrow position issue in Image Compare widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.39 <\\/h4>\\n<ul>\\n<li>Fixed: Plugin settings dashboard page not loading in some cases.<\\/li>\\n<li>Fixed: Put Sections Next to Each Other not working with Elementor Sections in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Arrow Pointer not showing when Accordion option is enabled in Tabs widget.<\\/li>\\n<li>Fixed: PHP warnings when global addons are enabled.<\\/li>\\n<\\/ul>\\n<h4> 2.9.38 <\\/h4>\\n<ul>\\n<li>Tweak: Unfold widget not working correctly with Elementor Gallery widget.<\\/li>\\n<li>Fixed: Disable Horizontal Scroll on specific devices option not working.<\\/li>\\n<li>Fixed: Console error in editor page for a not found CSS file.<\\/li>\\n<\\/ul>\\n<h4> 2.9.37 <\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility with RTL sites.<\\/li>\\n<li>Tweak: Plugin size decreased by improving Dynamic CSS generating.<\\/li>\\n<li>Fixed: Push\\/Slide effects not working on RTL in Hover Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.36 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error in Google Reviews widget after v2.9.35.<\\/li>\\n<\\/ul>\\n<h4> 2.9.35 <\\/h4>\\n<ul>\\n<li>Tweak: Improved Twitter Feed to use Bearer Token.<\\/li>\\n<li>Tweak: RTL Mode option improved in Horizontal Scroll widget.<\\/li>\\n<li>Tweak: Close Off Canvas when escape keyboard button is hit.<\\/li>\\n<li>Fixed: PHP warning in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.34 <\\/h4>\\n<ul>\\n<li>Tweak: Added Counting Effect in Woo Mini Cart widget.<\\/li>\\n<li>Tweak: Added Coupon Form in Woo Mini Cart widget.<\\/li>\\n<li>Tweak: Added Free Shipping progress bar in Woo Mini Cart widget.<\\/li>\\n<li>Tweak: Show date in current site language in all Social Feed\\/Reviews widgets.<\\/li>\\n<li>Tweak: Added Shape option for navigation dots in Multi Scroll widget.<\\/li>\\n<li>Tweak: Code improvements for better performance and loading speed.<\\/li>\\n<li>Fixed: Instagram Access Token is not automatically renewed.<\\/li>\\n<li>Fixed: Icon Position option not working correctly for body cells in Table widget.<\\/li>\\n<li>Fixed: PHP warning when Rating Schema option is enabled in Google Reviews widget.<\\/li>\\n<li>Fixed: PHP warning when background image is not set in Parallax addon.<\\/li>\\n<li>Fixed: Off Canvas content not showing correctly when set to Text Editor.<\\/li>\\n<\\/ul>\\n<h4> 2.9.33 <\\/h4>\\n<ul>\\n<li>Tweak: Added Delay option in Lottie Background addon.<\\/li>\\n<li>Tweak: Code improvements for better performance.<\\/li>\\n<li>Tweak: Google Reviews widget loading speed improved.<\\/li>\\n<li>Tweak: Install free version directly without redirection to another page.<\\/li>\\n<li>Fixed: Free-hand design not working in Image Hotspots and Image Layers widgets.<\\/li>\\n<li>Fixed: Read more text not changing in Facebook Feed widget.<\\/li>\\n<li>Fixed: SVG Code option not working in Site Logo widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.32 <\\/h4>\\n<ul>\\n<li>Tweak: Compatibility with Google Places API (New) in Google Reviews widget.<\\/li>\\n<li>Tweak: JS files separated for better performance.<\\/li>\\n<li>Tweak: Added Refresh Layout button in Horizontal Scroll and Image Layers.<\\/li>\\n<li>Fixed: Put Columns\\/Containers Next to Each Other option not working in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Content not showing when Ken Burns addon is enabled.<\\/li>\\n<li>Fixed: Blob addon is not working on inner containers while in editor.<\\/li>\\n<li>Fixed: On Page Load trigger not working in Off Canvas widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.31 <\\/h4>\\n<ul>\\n<li>Tweak: Apply Icon size control on image icon in Icon Box widget.<\\/li>\\n<li>Fixed: Size control for Lottie Background addon not working on editor.<\\/li>\\n<li>Fixed: Instagram access token not generated.<\\/li>\\n<\\/ul>\\n<h4> 2.9.30 <\\/h4>\\n<ul>\\n<li>Tweak: Added \\\"On Page Load\\\" trigger in Off Canvas widget.<\\/li>\\n<li>Tweak: Core improved for better editor loading.<\\/li>\\n<li>Fixed: Navigate to Multi Scroll sides using elements not working.<\\/li>\\n<\\/ul>\\n<h4> 2.9.29 <\\/h4>\\n<ul>\\n<li>Fixed: Tabs widget not activating the correct tab on page load.<\\/li>\\n<li>Fixed: Hover effects not working in Smart Post Listing when featured image is disabled.<\\/li>\\n<\\/ul>\\n<h4> 2.9.28 <\\/h4>\\n<ul>\\n<li>Fixed: Off-Canvas widget not working correctly after v2.9.27<\\/li>\\n<li>Fixed: Image dimensions issue in Site Logo widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.27 <\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility with Optimize Markup Elementor feature.<\\/li>\\n<li>Tweak: SVG Draw Icon option improved for better loading speed.<\\/li>\\n<li>Fixed: Controls for global addons not being added in correct tabs.<\\/li>\\n<\\/ul>\\n<h4> 2.9.26 <\\/h4>\\n<ul>\\n<li>Fixed: Layout issues with Fixed Content option in Multi Scroll widget.<\\/li>\\n<li>Fixed: Lottie animation icons not working correctly in Icon Box widget.<\\/li>\\n<li>Fixed: Global badge adds a spacing while in editor.<\\/li>\\n<\\/ul>\\n<h4> 2.9.25 <\\/h4>\\n<ul>\\n<li>Tweak: Plugin core enhancements to improve plugin performance.<\\/li>\\n<li>Fixed: Table not showing data from CSV files.<\\/li>\\n<li>Fixed: Global Cursor SVG icon style not working.<\\/li>\\n<\\/ul>\\n<h4> 2.9.24 <\\/h4>\\n<ul>\\n<li>Tweak: Plugin core enhancements to improve plugin performance.<\\/li>\\n<li>Tweak: Added No Cache option in Table widget.<\\/li>\\n<li>Fixed: Issues when Blog and Smart Post Listing widgets are added in one page.<\\/li>\\n<\\/ul>\\n<h4> 2.9.23 <\\/h4>\\n<ul>\\n<li>Deprecated: Facebook Messenger Chat widget as it has been deprecated by Facebook.<\\/li>\\n<\\/ul>\\n<h4> 2.9.22 <\\/h4>\\n<ul>\\n<li>Fixed: Background Transition widget is not working after Elementor 3.24.0.<\\/li>\\n<\\/ul>\\n<h4> 2.9.21 <\\/h4>\\n<ul>\\n<li>Tweak: Pause videos in Tabs widget on switching tabs.<\\/li>\\n<li>Fixed: Conflict with Elementor v3.24.0.<\\/li>\\n<li>Fixed: Elementor entrance animations not working with Infinite Scroll option in Smart Post Listing widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.20 <\\/h4>\\n<ul>\\n<li>Fixed: Background Transition widget not working when Scroll Up background is not set.<\\/li>\\n<li>Fixed: Scroll effects in Image Layers not working inside Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Number of Columns not working on mobile devices in Smart Post Listing widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.19 <\\/h4>\\n<ul>\\n<li>Tweak: Use IntersectionObserver API instead of waypoints.js to improve performance.<\\/li>\\n<li>Fixed: Scroll effects in Image Layers widget not working when added with Magic Scroll on same page.<\\/li>\\n<li>Fixed: Icon Color not working in WhatsApp Chat widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.18 <\\/h4>\\n<ul>\\n<li>Fixed: Entrance animations in Image Layers widget not working within Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Close icon not showing when logged out in Alert Box widget.<\\/li>\\n<li>Fixed: PHP warning in Google Reviews widget.<\\/li>\\n<li>Fixed: Instagram Feed layout broken while on editor page.<\\/li>\\n<\\/ul>\\n<h4> 2.9.17 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<li>Fixed: Tabs widget not working in some cases.<\\/li>\\n<li>Fixed: PHP warnings on customizer page when Particles or Custom Mouse Cursor addons are enabled.<\\/li>\\n<\\/ul>\\n<h4> 2.9.16 <\\/h4>\\n<ul>\\n<li>Tweak: Added HTML Tag option for text in Image Layers widget.<\\/li>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<li>Fixed: Smart Post Listing conflict with Elementor Flexbox Containers.<\\/li>\\n<li>Fixed: PHP warning in Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.9.15 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<li>Tweak: Added Z-index option for Custom Mouse Cursor addon.<\\/li>\\n<li>Fixed: PHP warnings in Yelp Reviews and Hover Box widgets.<\\/li>\\n<li>Fixed: Icon Color option not working correctly in some cases in WhatsApp Chat widget.<\\/li>\\n<li>Fixed: Console error thrown by Global Mouse Cursor addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.14 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<li>Tweak: Improved compatibility between Horizontal and Magic Scroll elements.<\\/li>\\n<li>Fixed: Flickering issue in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.13 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<li>Fixed: Off-canvas widget layout broken on RTL sites.<\\/li>\\n<\\/ul>\\n<h4> 2.9.12 <\\/h4>\\n<ul>\\n<li>New: Magic Section widget rebuilt. It\'s now Off-Canvas - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-off-canvas-widget\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Fixed Content Template option in Multi Scroll widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/multi-scroll-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Icon hover styling options not working in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.11 <\\/h4>\\n<ul>\\n<li>New: Added new hover effects to all the buttons all over the plugin - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-button-widget\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Alert Box widget rebuilt - <a href=\\\"https:\\/\\/premiumaddons.com\\/alert-box-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Social icons not showing in Image Hotspots widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.10 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to apply Particles addon on whole page through Elementor page settings.<\\/li>\\n<li>Tweak: Added responsive controls to Display option in Content Toggle widget.<\\/li>\\n<li>Fixed: Disable Snappy Effect on Touch Devices in Horizontal Scroll widget not working.<\\/li>\\n<li>Fixed: Flickering issue with Image Sequence effect in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.9 <\\/h4>\\n<ul>\\n<li>Tweak: Divider widget rebuilt - <a href=\\\"https:\\/\\/premiumaddons.com\\/divider-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Option to Disable Scroll on Accordion Item Click added in in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to hide Horizontal Scroll widget slides on desktop devices.<\\/li>\\n<li>Fixed: Unnecessary HTML markup rendered in the table widget.<\\/li>\\n<li>Fixed: Feed is duplicated in Facebook and Behance Feed widgets.<\\/li>\\n<li>Fixed: Facebook and Behance Feed widgets not working on the frontend.<\\/li>\\n<\\/ul>\\n<h4> 2.9.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added SVG Code option in Site Logo widget.<\\/li>\\n<li>Tweak: Gold API error messages handled in News Ticker widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added Option to enable US numbers sorting in Table widget.<\\/li>\\n<li>Tweak: Compatibility between Hide Slide On option in Multi Scroll widget and Elementor custom breakpoints.<\\/li>\\n<\\/ul>\\n<h4> 2.9.5 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error when Premium Addons Pro is activated without the free version.<\\/li>\\n<li>Fixed: Masonry effect not working correctly on editor page in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added Custom Navigation Element Selector option in Multi Scroll to be used to navigate to Multi Scroll slides.<\\/li>\\n<li>Fixed: Ratings values between .7 and .9 are rendered as half star in Social Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.9.3 <\\/h4>\\n<ul>\\n<li>Fixed: PHP Error when Image Accordion widget is used.<\\/li>\\n<li>Fixed: Elementor asks to run Safe Mode with Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Alternative Gold API key option in News Ticker widget.<\\/li>\\n<li>Tweak: Added Load More option in Smart Post Listing widget.<\\/li>\\n<li>Tweak: Added more styling controls in Smart Post Listing widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.1 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<\\/ul>\\n<h4> 2.9.0 <\\/h4>\\n<ul>\\n<li>New: Added Smart Post Listing widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-smart-post-listing-widget\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Show Alt text for the images in Ken Burns addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.27 <\\/h4>\\n<ul>\\n<li>Fixed: Twitter Feed widget not working.<\\/li>\\n<\\/ul>\\n<h4> 2.8.26 <\\/h4>\\n<ul>\\n<li>Tweak: Code refactored for better performance and security.<\\/li>\\n<li>Fixed: Numbers showing on hover not formatted in Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.25 <\\/h4>\\n<ul>\\n<li>Tweak: Removed Twitter Feed credentials section.<\\/li>\\n<\\/ul>\\n<h4> 2.8.24 <\\/h4>\\n<ul>\\n<li>Tweak: Added custom position options for tooltips in Image Hotspots widget.<\\/li>\\n<li>Fixed: Multi Scroll widget not working when elements with entrance animations used in it.<\\/li>\\n<li>Fixed: Twitter Feed widget not working in some cases.<\\/li>\\n<li>Fixed: Image Comparison widget handle not working on RTL sites.<\\/li>\\n<\\/ul>\\n<h4> 2.8.23 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching options in Facebook and Behance Feed widgets.<\\/li>\\n<li>Tweak: Multi Scroll widget improved to trigger entrance animations on slide change.<\\/li>\\n<li>Fixed: Button showing in back side in 3D Hover Box widget.<\\/li>\\n<li>Fixed: Horizontal Scroll issues on mobile devices.<\\/li>\\n<li>Fixed: Hide Empty Reviews option not working correctly in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.22 <\\/h4>\\n<ul>\\n<li>Tweak: Added custom size unit for range controls in some widgets.<\\/li>\\n<li>Tweak: Load posts only if they have body text in Facebook Feed widget.<\\/li>\\n<li>Fixed: Load Chart On option not working in Charts widget.<\\/li>\\n<li>Fixed: Fatal error in Tabs widget when an image icon with empty image is added.<\\/li>\\n<\\/ul>\\n<h4> 2.8.21 <\\/h4>\\n<ul>\\n<li>New: Added Magnet Effect in Custom Mouse Cursor addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Magic Scroll addon performance improved.<\\/li>\\n<\\/ul>\\n<h4> 2.8.20 <\\/h4>\\n<ul>\\n<li>Tweak: CSS files size minimized for better performance.<\\/li>\\n<li>Fixed: Custom link attributes not working in Icon Box widget.<\\/li>\\n<li>Fixed: Console error in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.19 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to load Magic Scroll addon on page load, not when the section is reached.<\\/li>\\n<li>Fixed: Image Comparison widget not working when used inside Tabs widget.<\\/li>\\n<li>Fixed: Lock Page Scroll option in Magic Scroll addon causing a blank area while scrolling on mobile devices.<\\/li>\\n<li>Fixed: PHP warning in Parallax addon when no layers are added.<\\/li>\\n<li>Fixed: Console error with Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.18 <\\/h4>\\n<ul>\\n<li>Tweak: Added Text Shadow and Box Shadow scroll effects in Magic Scroll addon.<\\/li>\\n<li>Tweak: Added Sort Reviews by date option in Google Reviews widget.<\\/li>\\n<li>Tweak: Show\\/hide images by hashtags in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.17 <\\/h4>\\n<ul>\\n<li>Tweak: Sticky effect behavior improved in Magic Scroll addon.<\\/li>\\n<li>Tweak: Added option to trigger entrance animations once for Snappy scroll in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Sticky effect not working on the editor page in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.16 <\\/h4>\\n<ul>\\n<li>Fixed: Draw SVG not working on the editor page with multiple SVGs in Magic Scroll addon.<\\/li>\\n<li>Fixed: Transition is added to Icon Box widget when used with Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.15 <\\/h4>\\n<ul>\\n<li>Fixed: Elements with entrance animation flash in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Icons not showing in some controls.<\\/li>\\n<\\/ul>\\n<h4> 2.8.14 <\\/h4>\\n<ul>\\n<li>New: Added Magic Scroll addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-magic-scroll-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.8.13 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.8.0<\\/li>\\n<li>Fixed: Ken Burns container addon not working with recent Elementor versions.<\\/li>\\n<\\/ul>\\n<h4> 2.8.12 <\\/h4>\\n<ul>\\n<li>New: Added Site Logo widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-site-logo-widget\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.8.11 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching option in Instagram Feed widget to improve the feed performance and loading speed.<\\/li>\\n<li>Tweak: Added Close On Click Outside option in Magic Section widget.<\\/li>\\n<li>Fixed: Icon styling not applied properly on SVG icons in Divider widget.<\\/li>\\n<li>Fixed: Mouse tilt option not working since Premium Addons for Elementor v4.9.35.<\\/li>\\n<li>Fixed: Feed is not showing if Posts\\/Account option value is larger than the posts returned by Facebook.<\\/li>\\n<li>Fixed: Alignment option not working properly for multi-line values in Table widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.10 <\\/h4>\\n<ul>\\n<li>New: Added Random Badges option in Mega Menu widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-mega-menu-widget\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: PHP warnings in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.9 <\\/h4>\\n<ul>\\n<li>Fixed: Console error when SVG Draw option is disabled for Parallax addon.<\\/li>\\n<li>Fixed: SVG Draw option not working for Font Awesome icons in Icon Box widget.<\\/li>\\n<li>Fixed: Applying global background colors not working in Magic Section widget.<\\/li>\\n<li>Fixed: Icon color applied on Lottie animation in Hover Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.8 <\\/h4>\\n<ul>\\n<li>Tweak: Behance Feed widget now loads feed on scroll, not on page load.<\\/li>\\n<li>Fixed: PHP warning after v2.8.7.<\\/li>\\n<\\/ul>\\n<h4> 2.8.7 <\\/h4>\\n<ul>\\n<li>Tweak: Make sure Custom Mouse Cursor addon JS files are loaded only if the addon is used on a page.<\\/li>\\n<li>Fixed: Navigation Arrows\\/Dots not working properly on touch devices in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.6 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error due to Image Accordion widget since v2.8.4.<\\/li>\\n<\\/ul>\\n<h4> 2.8.5 <\\/h4>\\n<ul>\\n<li>Fixed: Icons in Icon Box widget always disappear if Draw SVG option is disabled.<\\/li>\\n<\\/ul>\\n<h4> 2.8.4 <\\/h4>\\n<ul>\\n<li>New: Added Draw Icon option in all widgets that has Icon option in them.<\\/li>\\n<li>Tweak: Added Horizontal\\/Vertical Alignment options for multi-layers in Parallax addon.<\\/li>\\n<li>Fixed: Conflict between Custom Mouse Cursor addon and WP Rocket Defer JS files option.<\\/li>\\n<\\/ul>\\n<h4> 2.8.3 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.7.0.<\\/li>\\n<li>Fixed: Freehand Positioning feature not working when the device mode is changed in the editor page.<\\/li>\\n<\\/ul>\\n<h4> 2.8.2 <\\/h4>\\n<ul>\\n<li>Tweak: Facebook Feed widget styling improved for RTL sites.<\\/li>\\n<li>Fixed: Conflict with Elementor Pro templates.<\\/li>\\n<li>Fixed: Even layout not working with Carousel Infinite Autoplay in social reviews widgets.<\\/li>\\n<li>Fixed: Carousel Navigation Arrows color\\/size controls not working in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.1 <\\/h4>\\n<ul>\\n<li>Fixed: PHP warning since v2.8.0<\\/li>\\n<\\/ul>\\n<h4> 2.8.0 <\\/h4>\\n<ul>\\n<li>Tweak: Apply Custom Mouse Cursor on full page or the entire website - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added responsive controls to Number of Columns option in Behance Feed widget.<\\/li>\\n<li>Fixed: Carousel Tabs option applied on nested tabs.<\\/li>\\n<li>Fixed: Unnecessary Elementor placeholder images added to the Media Library after importing templates.<\\/li>\\n<li>Fixed: Multi Scroll widget not working with Elementor custom breakpoints.<\\/li>\\n<li>Fixed: Ken Burns addon not showing images properly on small screens.<\\/li>\\n<li>Fixed: Hover Box widget not working properly on iOS devices.<\\/li>\\n<\\/ul>\\n<h4> 2.7.9 <\\/h4>\\n<ul>\\n<li>Tweak: Add responsive controls for image control in Ken Burns container addon.<\\/li>\\n<li>Fixed: Horizontal\\/Vertical Offset option not working for social icon in all Social Reviews widgets.<\\/li>\\n<li>Fixed: Horizontal Offset and z-index options not working for Fixed Content template in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Console error in Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.8 <\\/h4>\\n<ul>\\n<li>Tweak: Code improvements for better performance and loading speed.<\\/li>\\n<\\/ul>\\n<h4> 2.7.7 <\\/h4>\\n<ul>\\n<li>Tweak: Load Custom Mouse Cursor addon when the element is visible on viewport to improve performance and page loading speed.<\\/li>\\n<li>Tweak: Added Cover Image size option in Behance Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.6 <\\/h4>\\n<ul>\\n<li>Tweak: Add Mask Image option in Image Layers widget.<\\/li>\\n<li>Tweak: Add Render As SVG\\/Canvas option for Lottie Animation icons in Hover Box widget.<\\/li>\\n<li>Tweak: HTML markup optimized for Image Hotspots and Twitter Feed widgets for better performance.<\\/li>\\n<li>Fixed: Accordion Tabs option not working in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.5 <\\/h4>\\n<ul>\\n<li>New: Added URL String, Shortcode and WooCommerce Products in Cart options in Display Conditions.<\\/li>\\n<li>Tweak: HTML markup optimized for Hover Box, Image Accordion, Instagram Feed, Tabs, Unfold widgets for better performance.<\\/li>\\n<li>Tweak: Added Disable Floating Effects on Safari option in widgets have floating effects.<\\/li>\\n<li>Tweak: Trigger Particles and Badge addons JS code when visible on viewport to improve page loading speed.<\\/li>\\n<li>Tweak: Added compatibility Charts and Horizontal Scroll widgets.<\\/li>\\n<li>Fixed: Change Colors As Gradient option not working in Background Transition widget.<\\/li>\\n<li>Fixed: Profile Header image not showing properly on small devices in Twitter Feed widget.<\\/li>\\n<li>Fixed: Right Side Template option not showing in Multi Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility between Badge Global Addon and Elementor Container element - <a href=\\\"https:\\/\\/elementor.com\\/help\\/container-element\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Horizontal Scroll jittering issue on touch devices.<\\/li>\\n<\\/ul>\\n<h4> 2.7.3 <\\/h4>\\n<ul>\\n<li>New: Added Create\\/Edit Live Templates feature in all widgets that support Elementor Templates.<\\/li>\\n<\\/ul>\\n<h4> 2.7.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added support for future features compatibility<\\/li>\\n<li>Fixed: Button Trigger Size option not working on frontend in Magic Section widget.<\\/li>\\n<li>Fixed: Alignment issue in Icon Box widget when description is short.<\\/li>\\n<li>Fixed: Invalid CSS added in the editor when Badge Addon is enabled.<\\/li>\\n<\\/ul>\\n<h4> 2.7.1 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error with some PHP versions after v2.7.0<\\/li>\\n<\\/ul>\\n<h4> 2.7.0 <\\/h4>\\n<ul>\\n<li>New: Added Premium Badge global addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-badge-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.6.9 <\\/h4>\\n<ul>\\n<li>Tweak: HTML markup optimized for Table widget for better performance.<\\/li>\\n<li>Tweak: Added Icon Color and Text Color\\/Typography options for each repeater cell in Table widget.<\\/li>\\n<li>Fixed: Hover Color and Padding options not working for Read More link in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.8 <\\/h4>\\n<ul>\\n<li>New: Added five new skins in Elementor WooCommerce Products Listing widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-woocommerce-products\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added compatibility between section\\/column addons and Elementor Container element - <a href=\\\"https:\\/\\/elementor.com\\/help\\/container-element\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Widgets code refactored to improve performance and loading speed.<\\/li>\\n<li>Tweak: Added Hover Box Shadow option in Lottie Animation container addon.<\\/li>\\n<li>Fixed: PHP warning when Follow Delay option value is not set in Custom Mouse Cursor addon.<\\/li>\\n<li>Fixed: Image with Size option set to custom not rendered in Image Layers and Icon Box widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.6.7 <\\/h4>\\n<ul>\\n<li>New: Added Custom Mouse Cursor global addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-addon\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Auto Change Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: HTML markup for images in Icon Box widget.<\\/li>\\n<li>Tweak: Make sure images in Image Layers and Tabs widgets are lazyloaded to improve loading speed.<\\/li>\\n<li>Fixed: Container addons not working on editor when used inside widgets using Elementor templates.<\\/li>\\n<\\/ul>\\n<h4> 2.6.6 <\\/h4>\\n<ul>\\n<li>Fixed: Box shadow and Background Color options overridden by default values in CSS in Preview Window widget.<\\/li>\\n<li>Fixed: Charts widget not working in some cases inside Tabs widget.<\\/li>\\n<li>Fixed: Animated Gradient and Blob Generator addons not working in Tabs widget.<\\/li>\\n<li>Fixed: Ken Burns addon Infinite option always disabled when the editor page is reloaded.<\\/li>\\n<\\/ul>\\n<h4> 2.6.5 <\\/h4>\\n<ul>\\n<li>Tweak: Load the main CSS file only when required.<\\/li>\\n<li>Fixed: Tabs widget not working properly with some themes.<\\/li>\\n<li>Fixed: Compatibility between Carousel option in Social Reviews widgets and RTL sites.<\\/li>\\n<li>Fixed: Keyboard Scrolling still works even when the control is disabled in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.4 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.5.0.<\\/li>\\n<\\/ul>\\n<h4> 2.6.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added options to control Scroll Offset for each section individually in Color Transition widget.<\\/li>\\n<li>Tweak: Javascript loading method improved for Animated Gradient, Particles container addons for better performance.<\\/li>\\n<li>Fixed: Styling options not working for SVG icons in Magic Section widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added WooCommerce Total Amount In Cart and Current Product Stock options in Display Conditions feature.<\\/li>\\n<li>Fixed: Console error when videos are inserted in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.1 <\\/h4>\\n<ul>\\n<li>Fixed: Undefined variable $dir_class in Image Layers widget when Text option is used.<\\/li>\\n<li>Fixed: Button Size option not working in WhatsApp Chat widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.0 <\\/h4>\\n<ul>\\n<li>New: Added Animated Blob Generator container addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-animated-blob-generator\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Radar Style option in Image Hotspots widget.<\\/li>\\n<li>Tweak: Added div, p and span HTML tag options for heading in Hover Box widget.<\\/li>\\n<li>Fixed: Default icon size changed in Hover Box widget.<\\/li>\\n<li>Fixed: Background Color not changing when multiple Background Transition widgets are used on the same page.<\\/li>\\n<\\/ul>\\n<h4> 2.5.5 <\\/h4>\\n<ul>\\n<li>Fixed: Background is not changed on scroll up in Background Transition widget.<\\/li>\\n<li>Fixed: Nested tabs styling overwrite issue in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.5.4 <\\/h4>\\n<ul>\\n<li>Tweak: Tabs widget rebuilt for better usability and editing experience.<\\/li>\\n<li>Tweak: Control number of carousel slides to show in Instagram Feed widget.<\\/li>\\n<li>Tweak: Prevent Background Transition widget from changing color when up\\/down backgrounds are the same.<\\/li>\\n<li>Fixed: Line height not working for Business\\/Place Name, Reviewer Name and Review Text in Social Reviews widgets.<\\/li>\\n<li>Fixed: Entrance Animations not working on for the first in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Tabs widget not working when shortcodes are used in tabs content.<\\/li>\\n<\\/ul>\\n<h4> 2.5.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added Heroes Flying-Left effect in iHover widget.<\\/li>\\n<li>Tweak: Remove any duplicate content when Accordion Tabs option is enabled in Tabs widget.<\\/li>\\n<li>Tweak: Added Tab ID option in Tabs widget.<\\/li>\\n<li>Fixed: Animation issues for Flash Rotation, Flip Door, and Magic Door effects in iHover widget.<\\/li>\\n<li>Fixed: Charts not working on the editor page on Chrome browser.<\\/li>\\n<li>Fixed: Color option not applied on links in Table widget when CSV file is used.<\\/li>\\n<\\/ul>\\n<h4> 2.5.2 <\\/h4>\\n<ul>\\n<li>Tweak: Save all the plugin settings on change without need to click \\\"Save Settings\\\" button.<\\/li>\\n<li>Tweak: Compatibility with Elementor v3.4.4.<\\/li>\\n<li>Fixed: Snappy scroll stability issues in Horizontal Scroll issues.<\\/li>\\n<li>Fixed: Compatibility issues between Elementor custom breakpoints and Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.5.1 <\\/h4>\\n<ul>\\n<li>Tweak: iHover widget code refactored for faster editing speed..<\\/li>\\n<li>Tweak: Added Image Hover Effect in Image Layers widget.<\\/li>\\n<li>Tweak: Added compatibility between Multiscroll widget and sticky headers.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Premium Particles not working on some devices in editor page.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Content is not fully rendered issue in Unfold widget.<\\/li>\\n<li>Fixed: Removed Unnecessary requests made in Instagram Feed widget.<\\/li>\\n<li>Fixed: Hide Slide On and Disable Horizontal Scroll On options not working together in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Carousel not working in Facebook Feed widget when <code>Only Show Admin Posts<\\/code> option is enabled.<\\/li>\\n<li>Fixed: Fold Height option not working when set to <code>0<\\/code> in Unfold widget.<\\/li>\\n<li>Fixed: Console error in Multi Scroll widget.<\\/li>\\n<li>Fixed: Admin notices not showing when Premium Addons for Elementor is not installed.<\\/li>\\n<\\/ul>\\n<h4> 2.5.0 <\\/h4>\\n<ul>\\n<li>Tweak: JS code refactored for better performance and faster editing speed.<\\/li>\\n<li>Tweak: Compatibility with Elementor v3.4.2.<\\/li>\\n<li>Fixed: Emojis not showing in Twitter Feed widget.<\\/li>\\n<li>Fixed: Slides overlapping issue on touch devices in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Image Hotspots colors not working in editor page.<\\/li>\\n<\\/ul>\\n<h4> 2.4.9 <\\/h4>\\n<p>…<\\/p>\",\"installation\":\"<ul>\\n<li>First make sure that Elementor Page Builder and Premium Addons for Elementor are installed, As this plugin works only with both of them.<\\/li>\\n<li>Download the plugin then Upload it to the plugin folder: \\/wp-content\\/plugins\\/ or install it through the WordPress plugins screen directly.<\\/li>\\n<li>Activate the plugin through the \\u2018Plugins\\u2019 screen in WordPress<\\/li>\\n<li>You can find Premium Addons Elements under the category \\u201cPremium Addons\\u201d on your Elementor element\\/widget list.<\\/li>\\n<\\/ul>\"},\"license_check\":\"\",\"msg\":\"\",\"homepage\":\"https:\\/\\/premiumaddons.com\",\"package\":\"https:\\/\\/my.leap13.com\\/edd-sl\\/package_download\\/MTc4NDc3NDk1MDpkNWQ0NjgyNGQyZTdhYThlNjI5ZTUwODllOTExMzUzMzozNjE6YmMxNTI1NzdlMzMwNDNiOTQ3ZDFkNmMwNjk4NTRkYjM6aHR0cHNALy9yZWRsaWdodHBhaW4udXM3LmNkbi1hbHBoYS5jb206MA==\",\"icons\":{\"1x\":\"https:\\/\\/my.leap13.com\\/wp-content\\/uploads\\/2024\\/12\\/premium-addons-logo-128x128.png\",\"2x\":\"https:\\/\\/my.leap13.com\\/wp-content\\/uploads\\/2024\\/12\\/premium-addons-logo-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/my.leap13.com\\/wp-content\\/uploads\\/edd\\/2018\\/10\\/premium-addons-pro-plugin-banner-hd.jpg\",\"low\":\"https:\\/\\/my.leap13.com\\/wp-content\\/uploads\\/edd\\/2018\\/10\\/premium-addons-pro-plugin-banner-ld.jpg\"},\"slug\":\"premium-addons-pro-for-elementor\",\"url\":\"https:\\/\\/my.leap13.com\\/downloads\\/premium-addons-pro-for-elementor\\/?changelog=1\",\"last_updated\":\"2026-06-30 07:07:41\",\"download_link\":\"https:\\/\\/my.leap13.com\\/edd-sl\\/package_download\\/MTc4NDc3NDk1MDpkNWQ0NjgyNGQyZTdhYThlNjI5ZTUwODllOTExMzUzMzozNjE6YmMxNTI1NzdlMzMwNDNiOTQ3ZDFkNmMwNjk4NTRkYjM6aHR0cHNALy9yZWRsaWdodHBhaW4udXM3LmNkbi1hbHBoYS5jb206MA==\",\"upgrade_notice\":\"\",\"stable_tag\":\"2.9.62\",\"license\":\"GPL v3.0\",\"tested\":\"7.0\",\"description\":[\"<p>This plugin is an extension to Premium Addons for Elementor Plugin that includes Pro Elementor widgets and Addons for Elementor Page Builder. Visit <a href=\\\"https:\\/\\/www.premiumaddons.com\\/\\\">Premium Addons Website<\\/a> to check widgets and addons demos.<\\/p>\\n<p>Premium Addons PRO plugin\\u2019s widgets are cross browser compatible and also fully responsive, Your website will rock on all browsers as well as tables and mobile devices.<\\/p>\\n<p>When using Premium Addons\\u2019 widgets you will notice that it has more customization options than any other widget in other plugin.<\\/p>\\n<p>Premium Addons PRO can be used only as a complement of Elementor page builder plugin as it\\u2019s not a standalone plugin.<\\/p>\\n<h3>Features<\\/h3>\\n<ul>\\n<li>Fully Customizable Elements.<\\/li>\\n<li>Options panel for enabling desired elements only for faster performance.<\\/li>\\n<li>Free Support through online forums.<\\/li>\\n<\\/ul>\\n<h3>Available Elements<\\/h3>\\n<ol>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/alert-box-widget-for-elementor-page-builder\\/\\\">Premium Alert Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/animated-section-gradients-for-elementor-page-builder\\/\\\">Premium Animated Container Gradient<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/behance-feed-widget-for-elementor-page-builder\\/\\\">Premium Behance Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-charts-widget\\/\\\">Premium Charts<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-content-toggle-widget\\/\\\">Premium Content Toggle<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/dual-header-widget-for-elementor-page-builder\\/\\\">Premium Divider<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/facebook-feed-widget-for-elementor-page-builder-2\\/\\\">Premium Facebook Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/facebook-reviews-widget-for-elementor-page-builder\\/\\\">Premium Facebook Reviews<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/flip-box-widget-for-elementor-page-builder\\/\\\">Premium Flip Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/google-reviews-for-elementor-page-builder\\/\\\">Premium Google Reviews<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/icon-box-widget-for-elementor-page-builder\\/\\\">Premium Icon Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/ihover-widget-for-elementor-page-builder\\/\\\">Premium iHover<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-image-accordion-widget\\/\\\">Premium Image Accordion<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-comparison-widget-for-elementor-page-builder\\/\\\">Premium Image Comparison<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-hotspots-widget-for-elementor-page-builder\\/\\\">Premium Image Hotspots<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-layers-widget-for-elementor-page-builder\\/\\\">Premium Image Layers<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/instagram-feed-widget-for-elementor-page-builder\\/\\\">Premium Instagram Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/ken-burns-section-addon-for-elementor-page-builder\\/\\\">Premium Ken Burns<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/magic-section-widget-for-elementor-page-builder\\/\\\">Premium Magic Section<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/multi-scroll-widget-for-elementor-page-builder\\/\\\">Premium Multi Scroll<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/parallax-section-addon-for-elementor-page-builder\\/\\\">Premium Parallax<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/particles-section-addon-for-elementor-page-builder\\/\\\">Premium Particles<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/preview-window-widget-for-elementor-page-builder\\/\\\">Premium Preview Window<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/table-widget-for-elementor-page-builder\\/\\\">Premium Tables<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/twitter-feed-widget-for-elementor-page-builder\\/\\\">Premium Twitter Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/tabs-widget-for-elementor-page-builder-2\\/\\\">Premium Tabs<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/unfold-widget-for-elementor-page-builder\\/\\\">Premium Unfold<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/whatsapp-widget-for-elementor-page-builder\\/\\\">Premium WhatsApp Chat<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-yelp-reviews-widget\\/\\\">Premium Yelp Reviews<\\/a><\\/li>\\n<\\/ol>\"],\"changelog\":[\"<h4> 2.9.62 <\\/h4>\\n<ul>\\n<li>Tweak: Minor improvements in Global Badge addon for better usability.<\\/li>\\n<\\/ul>\\n<h4> 2.9.61 <\\/h4>\\n<ul>\\n<li>New: Added CSS Selector option in Global Badge addon to display badges on custom elements.<\\/li>\\n<li>New: Added Display Per Item option in Global Badge addon for listing widgets.<\\/li>\\n<li>New: Added Title Vertical Alignment option in Icon Box widget.<\\/li>\\n<li>Tweak: Added Overflow option in Icon Box widget for better compatibility with Global Badge addon.<\\/li>\\n<li>Tweak: Added Border Radius option for Ribbon style badge in Global Badge addon.<\\/li>\\n<li>Tweak: Added a waiting time notice in Instagram Feed widget.<\\/li>\\n<li>Tweak: Improved content labels in Content Toggle widget.<\\/li>\\n<li>Tweak: Lowered the minimum value of the Size control in Content Toggle widget.<\\/li>\\n<li>Fixed: Badge banner top position in Global Badge addon.<\\/li>\\n<li>Fixed: Vertical offset not working on all badges in Global Badge addon.<\\/li>\\n<li>Fixed: Text decoration not inheriting text color in Global Badge addon.<\\/li>\\n<li>Fixed: \\\"undefined\\\" text shown when Image URL is empty in Global Badge addon.<\\/li>\\n<li>Fixed: Animated Gradient option applied to all child badges in Global Badge addon.<\\/li>\\n<li>Fixed: Per-item badges not working with Load More, Pagination and Load on Scroll options.<\\/li>\\n<li>Fixed: Z-index not working on custom CSS selector badges in Global Badge addon.<\\/li>\\n<li>Fixed: Conflict between Global Badge addon and Pricing Table widget Lottie icon.<\\/li>\\n<li>Fixed: Button alignment not working when position is set to outside in Unfold widget.<\\/li>\\n<li>Fixed: Magic Scroll not working with widgets inside Elementor V4 Flexbox container.<\\/li>\\n<li>Fixed: Content height not working on nested content in Content Toggle widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.60 <\\/h4>\\n<ul>\\n<li>New: Content Toggle widget rebuilt - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-content-toggle-widget\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Code refactored for better performance and security.<\\/li>\\n<\\/ul>\\n<h4> 2.9.59 <\\/h4>\\n<ul>\\n<li>Tweak: Added Box Shadow control for images in Image Accordion.<\\/li>\\n<li>Fixed: Border Radius not applied on Flipped style Tabs widget.<\\/li>\\n<li>Fixed: Default width not applied on Bookmark type badge.<\\/li>\\n<\\/ul>\\n<h4> 2.9.58 <\\/h4>\\n<ul>\\n<li>Tweak: Added new presets for Global Badge addon.<\\/li>\\n<li>Tweak: Added Load More button in Instagram Feed widget.<\\/li>\\n<li>Tweak: Added Lightbox compatibility with videos in Instagram Feed widget.<\\/li>\\n<li>Tweak: Added alt text attribute for images in Instagram Feed widget.<\\/li>\\n<li>Fixed: Back icon size control not working in Icon Box widget.<\\/li>\\n<li>Fixed: Margin not applied correctly on mobile in Tabs widget.<\\/li>\\n<li>Fixed: Navigation from other pages not working in Tabs widget.<\\/li>\\n<li>Fixed: Elements styling broken in editor on first-time activation.<\\/li>\\n<li>Fixed: Icon Position control not working with SVG icons in Icon Box widget.<\\/li>\\n<li>Fixed: Duplicate initialization of Behance Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.57 <\\/h4>\\n<ul>\\n<li>Tweak: Added Get Reviews by Language option in Yelp Reviews widget.<\\/li>\\n<li>Tweak: Core improved for better performance and loading speed.<\\/li>\\n<li>Fixed: Stripe badge not showing in RTL mode.<\\/li>\\n<li>Fixed: Team Members widget not working inside Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.56 <\\/h4>\\n<ul>\\n<li>Tweak: Added Container ID option in Image Accordion, Off Canvas, Alert Box and Tabs widgets to get slides from containers on the same page for better usability.<\\/li>\\n<li>Tweak: Added Hover Color and Background Color for navigation arrows in social reviews widget.<\\/li>\\n<li>Tweak: Border radius option added in Divider widget.<\\/li>\\n<li>Tweak: Added Image Fit control for icon in Icon Box widget.<\\/li>\\n<li>Tweak: Improved RTL compatibility in Smart Post Listing widget.<\\/li>\\n<li>Tweak: Improved compatibility between Unfold and Tabs widgets.<\\/li>\\n<li>Fixed: Jittering issues with Snappy effect in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.55 <\\/h4>\\n<ul>\\n<li>New: Animated Gradient and Ken Burns addons are now applicable on widgets.<\\/li>\\n<li>Tweak: Opacity Scroll effect in Horizontal Scroll widget improved.<\\/li>\\n<li>Fixed: Blob not removed after disabling Animated Blob addon switcher.<\\/li>\\n<\\/ul>\\n<h4> 2.9.54 <\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility between Dynamic Assets and Elementor Elements Cache.<\\/li>\\n<li>Fixed: Arrow position when Accordion option is enabled in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.53 <\\/h4>\\n<ul>\\n<li>Tweak: Facebook and Behance Feed widgets improved.<\\/li>\\n<li>Tweak: Core improved for better performance and loading speed.<\\/li>\\n<\\/ul>\\n<h4> 2.9.52 <\\/h4>\\n<ul>\\n<li>Tweak: Added Suffix option in Charts widget to add text after value on hover.<\\/li>\\n<li>Tweak: Core improved for better performance and loading speed.<\\/li>\\n<\\/ul>\\n<h4> 2.9.51 <\\/h4>\\n<ul>\\n<li>Tweak: API endpoint usage improved in Behance Feed widget.<\\/li>\\n<li>Fixed: Horizontal Scroll issues after scene ends.<\\/li>\\n<\\/ul>\\n<h4> 2.9.50 <\\/h4>\\n<ul>\\n<li>New: Added Animated Gradient option to the badge text in Badge Global addon.<\\/li>\\n<li>Tweak: Improved Font Size and Color effects in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.49 <\\/h4>\\n<ul>\\n<li>Tweak: Added Clipped Background option in Global Badge addon.<\\/li>\\n<li>Tweak: Added \\\"p\\\" and \\\"span\\\" options for HTML Tag control in Divider widget.<\\/li>\\n<li>Fixed: Image Layers widget not showing when Container Direction is set to row.<\\/li>\\n<li>Fixed: Text is showing in multiple lines in Divider widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.48 <\\/h4>\\n<ul>\\n<li>New: Load JS libraries only when needed to improve loading speed.<\\/li>\\n<\\/ul>\\n<h4> 2.9.47 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error in some widgets after v2.9.46.<\\/li>\\n<\\/ul>\\n<h4> 2.9.46 <\\/h4>\\n<ul>\\n<li>Tweak: Code improvements in social reviews widgets for better performance and faster loading speed.<\\/li>\\n<li>Tweak: Improved accessibility in all widgets.<\\/li>\\n<li>Fixed: Jittering issue in Custom Mouse Cursor addon.<\\/li>\\n<li>Fixed: Console JS error when delay option is empty in Custom Mouse Cursor addon.<\\/li>\\n<li>Fixed: CSS Selector option not working in Custom Mouse Cursor addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.45 <\\/h4>\\n<ul>\\n<li>Tweak: Code improvements in all widgets for better performance and faster loading speed.<\\/li>\\n<li>Fixed: RTL Mode option not working correctly in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.44 <\\/h4>\\n<ul>\\n<li>Tweak: Code improvements in Global Badge and Custom Mouse Cursor addons for better performance and faster loading speed.<\\/li>\\n<li>Tweak: Added Videos Behavior option in Instagram Feed widget.<\\/li>\\n<li>Fixed: Multiple placeholder images are inserted in Media when a template is imported.<\\/li>\\n<\\/ul>\\n<h4> 2.9.43 <\\/h4>\\n<ul>\\n<li>Tweak: Improve Background Transition option in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Horizontal Scroll widget not working correctly on RTL sites.<\\/li>\\n<li>Fixed: Console error in Tabs widget.<\\/li>\\n<li>Fixed: Rating Schema not working in Google Reviews widget.<\\/li>\\n<li>Fixed: Compatibility issues with WPML plugin.<\\/li>\\n<\\/ul>\\n<h4> 2.9.42 <\\/h4>\\n<ul>\\n<li>Tweak: Added Change Color on Hover in Charts widget.<\\/li>\\n<li>Tweak: Added Liquid Glass effect option in Custom Mouse Cursor addon.<\\/li>\\n<li>Tweak: Added Moving background option in Tabs widget Style 1.<\\/li>\\n<li>Tweak: Added button to filter pre-made blocks by widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.41 <\\/h4>\\n<ul>\\n<li>Tweak: Custom Mouse Cursor addon controls rearranged for better UX.<\\/li>\\n<li>Tweak: Entrance Animation improved in Image Layers widget.<\\/li>\\n<li>Tweak: Plugin size minimized for faster installation.<\\/li>\\n<\\/ul>\\n<h4> 2.9.40 <\\/h4>\\n<ul>\\n<li>Tweak: Added Color option for switcher in inactive state in Content Toggle.<\\/li>\\n<li>Fixed: Entrance Animation option not working in Image Layers widget.<\\/li>\\n<li>Fixed: Arrow position issue in Image Compare widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.39 <\\/h4>\\n<ul>\\n<li>Fixed: Plugin settings dashboard page not loading in some cases.<\\/li>\\n<li>Fixed: Put Sections Next to Each Other not working with Elementor Sections in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Arrow Pointer not showing when Accordion option is enabled in Tabs widget.<\\/li>\\n<li>Fixed: PHP warnings when global addons are enabled.<\\/li>\\n<\\/ul>\\n<h4> 2.9.38 <\\/h4>\\n<ul>\\n<li>Tweak: Unfold widget not working correctly with Elementor Gallery widget.<\\/li>\\n<li>Fixed: Disable Horizontal Scroll on specific devices option not working.<\\/li>\\n<li>Fixed: Console error in editor page for a not found CSS file.<\\/li>\\n<\\/ul>\\n<h4> 2.9.37 <\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility with RTL sites.<\\/li>\\n<li>Tweak: Plugin size decreased by improving Dynamic CSS generating.<\\/li>\\n<li>Fixed: Push\\/Slide effects not working on RTL in Hover Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.36 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error in Google Reviews widget after v2.9.35.<\\/li>\\n<\\/ul>\\n<h4> 2.9.35 <\\/h4>\\n<ul>\\n<li>Tweak: Improved Twitter Feed to use Bearer Token.<\\/li>\\n<li>Tweak: RTL Mode option improved in Horizontal Scroll widget.<\\/li>\\n<li>Tweak: Close Off Canvas when escape keyboard button is hit.<\\/li>\\n<li>Fixed: PHP warning in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.34 <\\/h4>\\n<ul>\\n<li>Tweak: Added Counting Effect in Woo Mini Cart widget.<\\/li>\\n<li>Tweak: Added Coupon Form in Woo Mini Cart widget.<\\/li>\\n<li>Tweak: Added Free Shipping progress bar in Woo Mini Cart widget.<\\/li>\\n<li>Tweak: Show date in current site language in all Social Feed\\/Reviews widgets.<\\/li>\\n<li>Tweak: Added Shape option for navigation dots in Multi Scroll widget.<\\/li>\\n<li>Tweak: Code improvements for better performance and loading speed.<\\/li>\\n<li>Fixed: Instagram Access Token is not automatically renewed.<\\/li>\\n<li>Fixed: Icon Position option not working correctly for body cells in Table widget.<\\/li>\\n<li>Fixed: PHP warning when Rating Schema option is enabled in Google Reviews widget.<\\/li>\\n<li>Fixed: PHP warning when background image is not set in Parallax addon.<\\/li>\\n<li>Fixed: Off Canvas content not showing correctly when set to Text Editor.<\\/li>\\n<\\/ul>\\n<h4> 2.9.33 <\\/h4>\\n<ul>\\n<li>Tweak: Added Delay option in Lottie Background addon.<\\/li>\\n<li>Tweak: Code improvements for better performance.<\\/li>\\n<li>Tweak: Google Reviews widget loading speed improved.<\\/li>\\n<li>Tweak: Install free version directly without redirection to another page.<\\/li>\\n<li>Fixed: Free-hand design not working in Image Hotspots and Image Layers widgets.<\\/li>\\n<li>Fixed: Read more text not changing in Facebook Feed widget.<\\/li>\\n<li>Fixed: SVG Code option not working in Site Logo widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.32 <\\/h4>\\n<ul>\\n<li>Tweak: Compatibility with Google Places API (New) in Google Reviews widget.<\\/li>\\n<li>Tweak: JS files separated for better performance.<\\/li>\\n<li>Tweak: Added Refresh Layout button in Horizontal Scroll and Image Layers.<\\/li>\\n<li>Fixed: Put Columns\\/Containers Next to Each Other option not working in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Content not showing when Ken Burns addon is enabled.<\\/li>\\n<li>Fixed: Blob addon is not working on inner containers while in editor.<\\/li>\\n<li>Fixed: On Page Load trigger not working in Off Canvas widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.31 <\\/h4>\\n<ul>\\n<li>Tweak: Apply Icon size control on image icon in Icon Box widget.<\\/li>\\n<li>Fixed: Size control for Lottie Background addon not working on editor.<\\/li>\\n<li>Fixed: Instagram access token not generated.<\\/li>\\n<\\/ul>\\n<h4> 2.9.30 <\\/h4>\\n<ul>\\n<li>Tweak: Added \\\"On Page Load\\\" trigger in Off Canvas widget.<\\/li>\\n<li>Tweak: Core improved for better editor loading.<\\/li>\\n<li>Fixed: Navigate to Multi Scroll sides using elements not working.<\\/li>\\n<\\/ul>\\n<h4> 2.9.29 <\\/h4>\\n<ul>\\n<li>Fixed: Tabs widget not activating the correct tab on page load.<\\/li>\\n<li>Fixed: Hover effects not working in Smart Post Listing when featured image is disabled.<\\/li>\\n<\\/ul>\\n<h4> 2.9.28 <\\/h4>\\n<ul>\\n<li>Fixed: Off-Canvas widget not working correctly after v2.9.27<\\/li>\\n<li>Fixed: Image dimensions issue in Site Logo widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.27 <\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility with Optimize Markup Elementor feature.<\\/li>\\n<li>Tweak: SVG Draw Icon option improved for better loading speed.<\\/li>\\n<li>Fixed: Controls for global addons not being added in correct tabs.<\\/li>\\n<\\/ul>\\n<h4> 2.9.26 <\\/h4>\\n<ul>\\n<li>Fixed: Layout issues with Fixed Content option in Multi Scroll widget.<\\/li>\\n<li>Fixed: Lottie animation icons not working correctly in Icon Box widget.<\\/li>\\n<li>Fixed: Global badge adds a spacing while in editor.<\\/li>\\n<\\/ul>\\n<h4> 2.9.25 <\\/h4>\\n<ul>\\n<li>Tweak: Plugin core enhancements to improve plugin performance.<\\/li>\\n<li>Fixed: Table not showing data from CSV files.<\\/li>\\n<li>Fixed: Global Cursor SVG icon style not working.<\\/li>\\n<\\/ul>\\n<h4> 2.9.24 <\\/h4>\\n<ul>\\n<li>Tweak: Plugin core enhancements to improve plugin performance.<\\/li>\\n<li>Tweak: Added No Cache option in Table widget.<\\/li>\\n<li>Fixed: Issues when Blog and Smart Post Listing widgets are added in one page.<\\/li>\\n<\\/ul>\\n<h4> 2.9.23 <\\/h4>\\n<ul>\\n<li>Deprecated: Facebook Messenger Chat widget as it has been deprecated by Facebook.<\\/li>\\n<\\/ul>\\n<h4> 2.9.22 <\\/h4>\\n<ul>\\n<li>Fixed: Background Transition widget is not working after Elementor 3.24.0.<\\/li>\\n<\\/ul>\\n<h4> 2.9.21 <\\/h4>\\n<ul>\\n<li>Tweak: Pause videos in Tabs widget on switching tabs.<\\/li>\\n<li>Fixed: Conflict with Elementor v3.24.0.<\\/li>\\n<li>Fixed: Elementor entrance animations not working with Infinite Scroll option in Smart Post Listing widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.20 <\\/h4>\\n<ul>\\n<li>Fixed: Background Transition widget not working when Scroll Up background is not set.<\\/li>\\n<li>Fixed: Scroll effects in Image Layers not working inside Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Number of Columns not working on mobile devices in Smart Post Listing widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.19 <\\/h4>\\n<ul>\\n<li>Tweak: Use IntersectionObserver API instead of waypoints.js to improve performance.<\\/li>\\n<li>Fixed: Scroll effects in Image Layers widget not working when added with Magic Scroll on same page.<\\/li>\\n<li>Fixed: Icon Color not working in WhatsApp Chat widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.18 <\\/h4>\\n<ul>\\n<li>Fixed: Entrance animations in Image Layers widget not working within Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Close icon not showing when logged out in Alert Box widget.<\\/li>\\n<li>Fixed: PHP warning in Google Reviews widget.<\\/li>\\n<li>Fixed: Instagram Feed layout broken while on editor page.<\\/li>\\n<\\/ul>\\n<h4> 2.9.17 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<li>Fixed: Tabs widget not working in some cases.<\\/li>\\n<li>Fixed: PHP warnings on customizer page when Particles or Custom Mouse Cursor addons are enabled.<\\/li>\\n<\\/ul>\\n<h4> 2.9.16 <\\/h4>\\n<ul>\\n<li>Tweak: Added HTML Tag option for text in Image Layers widget.<\\/li>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<li>Fixed: Smart Post Listing conflict with Elementor Flexbox Containers.<\\/li>\\n<li>Fixed: PHP warning in Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.9.15 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<li>Tweak: Added Z-index option for Custom Mouse Cursor addon.<\\/li>\\n<li>Fixed: PHP warnings in Yelp Reviews and Hover Box widgets.<\\/li>\\n<li>Fixed: Icon Color option not working correctly in some cases in WhatsApp Chat widget.<\\/li>\\n<li>Fixed: Console error thrown by Global Mouse Cursor addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.14 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<li>Tweak: Improved compatibility between Horizontal and Magic Scroll elements.<\\/li>\\n<li>Fixed: Flickering issue in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.13 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<li>Fixed: Off-canvas widget layout broken on RTL sites.<\\/li>\\n<\\/ul>\\n<h4> 2.9.12 <\\/h4>\\n<ul>\\n<li>New: Magic Section widget rebuilt. It\'s now Off-Canvas - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-off-canvas-widget\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Fixed Content Template option in Multi Scroll widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/multi-scroll-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Icon hover styling options not working in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.11 <\\/h4>\\n<ul>\\n<li>New: Added new hover effects to all the buttons all over the plugin - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-button-widget\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Alert Box widget rebuilt - <a href=\\\"https:\\/\\/premiumaddons.com\\/alert-box-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Social icons not showing in Image Hotspots widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.10 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to apply Particles addon on whole page through Elementor page settings.<\\/li>\\n<li>Tweak: Added responsive controls to Display option in Content Toggle widget.<\\/li>\\n<li>Fixed: Disable Snappy Effect on Touch Devices in Horizontal Scroll widget not working.<\\/li>\\n<li>Fixed: Flickering issue with Image Sequence effect in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.9 <\\/h4>\\n<ul>\\n<li>Tweak: Divider widget rebuilt - <a href=\\\"https:\\/\\/premiumaddons.com\\/divider-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Option to Disable Scroll on Accordion Item Click added in in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to hide Horizontal Scroll widget slides on desktop devices.<\\/li>\\n<li>Fixed: Unnecessary HTML markup rendered in the table widget.<\\/li>\\n<li>Fixed: Feed is duplicated in Facebook and Behance Feed widgets.<\\/li>\\n<li>Fixed: Facebook and Behance Feed widgets not working on the frontend.<\\/li>\\n<\\/ul>\\n<h4> 2.9.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added SVG Code option in Site Logo widget.<\\/li>\\n<li>Tweak: Gold API error messages handled in News Ticker widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added Option to enable US numbers sorting in Table widget.<\\/li>\\n<li>Tweak: Compatibility between Hide Slide On option in Multi Scroll widget and Elementor custom breakpoints.<\\/li>\\n<\\/ul>\\n<h4> 2.9.5 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error when Premium Addons Pro is activated without the free version.<\\/li>\\n<li>Fixed: Masonry effect not working correctly on editor page in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added Custom Navigation Element Selector option in Multi Scroll to be used to navigate to Multi Scroll slides.<\\/li>\\n<li>Fixed: Ratings values between .7 and .9 are rendered as half star in Social Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.9.3 <\\/h4>\\n<ul>\\n<li>Fixed: PHP Error when Image Accordion widget is used.<\\/li>\\n<li>Fixed: Elementor asks to run Safe Mode with Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Alternative Gold API key option in News Ticker widget.<\\/li>\\n<li>Tweak: Added Load More option in Smart Post Listing widget.<\\/li>\\n<li>Tweak: Added more styling controls in Smart Post Listing widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.1 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<\\/ul>\\n<h4> 2.9.0 <\\/h4>\\n<ul>\\n<li>New: Added Smart Post Listing widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-smart-post-listing-widget\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Show Alt text for the images in Ken Burns addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.27 <\\/h4>\\n<ul>\\n<li>Fixed: Twitter Feed widget not working.<\\/li>\\n<\\/ul>\\n<h4> 2.8.26 <\\/h4>\\n<ul>\\n<li>Tweak: Code refactored for better performance and security.<\\/li>\\n<li>Fixed: Numbers showing on hover not formatted in Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.25 <\\/h4>\\n<ul>\\n<li>Tweak: Removed Twitter Feed credentials section.<\\/li>\\n<\\/ul>\\n<h4> 2.8.24 <\\/h4>\\n<ul>\\n<li>Tweak: Added custom position options for tooltips in Image Hotspots widget.<\\/li>\\n<li>Fixed: Multi Scroll widget not working when elements with entrance animations used in it.<\\/li>\\n<li>Fixed: Twitter Feed widget not working in some cases.<\\/li>\\n<li>Fixed: Image Comparison widget handle not working on RTL sites.<\\/li>\\n<\\/ul>\\n<h4> 2.8.23 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching options in Facebook and Behance Feed widgets.<\\/li>\\n<li>Tweak: Multi Scroll widget improved to trigger entrance animations on slide change.<\\/li>\\n<li>Fixed: Button showing in back side in 3D Hover Box widget.<\\/li>\\n<li>Fixed: Horizontal Scroll issues on mobile devices.<\\/li>\\n<li>Fixed: Hide Empty Reviews option not working correctly in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.22 <\\/h4>\\n<ul>\\n<li>Tweak: Added custom size unit for range controls in some widgets.<\\/li>\\n<li>Tweak: Load posts only if they have body text in Facebook Feed widget.<\\/li>\\n<li>Fixed: Load Chart On option not working in Charts widget.<\\/li>\\n<li>Fixed: Fatal error in Tabs widget when an image icon with empty image is added.<\\/li>\\n<\\/ul>\\n<h4> 2.8.21 <\\/h4>\\n<ul>\\n<li>New: Added Magnet Effect in Custom Mouse Cursor addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Magic Scroll addon performance improved.<\\/li>\\n<\\/ul>\\n<h4> 2.8.20 <\\/h4>\\n<ul>\\n<li>Tweak: CSS files size minimized for better performance.<\\/li>\\n<li>Fixed: Custom link attributes not working in Icon Box widget.<\\/li>\\n<li>Fixed: Console error in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.19 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to load Magic Scroll addon on page load, not when the section is reached.<\\/li>\\n<li>Fixed: Image Comparison widget not working when used inside Tabs widget.<\\/li>\\n<li>Fixed: Lock Page Scroll option in Magic Scroll addon causing a blank area while scrolling on mobile devices.<\\/li>\\n<li>Fixed: PHP warning in Parallax addon when no layers are added.<\\/li>\\n<li>Fixed: Console error with Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.18 <\\/h4>\\n<ul>\\n<li>Tweak: Added Text Shadow and Box Shadow scroll effects in Magic Scroll addon.<\\/li>\\n<li>Tweak: Added Sort Reviews by date option in Google Reviews widget.<\\/li>\\n<li>Tweak: Show\\/hide images by hashtags in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.17 <\\/h4>\\n<ul>\\n<li>Tweak: Sticky effect behavior improved in Magic Scroll addon.<\\/li>\\n<li>Tweak: Added option to trigger entrance animations once for Snappy scroll in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Sticky effect not working on the editor page in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.16 <\\/h4>\\n<ul>\\n<li>Fixed: Draw SVG not working on the editor page with multiple SVGs in Magic Scroll addon.<\\/li>\\n<li>Fixed: Transition is added to Icon Box widget when used with Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.15 <\\/h4>\\n<ul>\\n<li>Fixed: Elements with entrance animation flash in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Icons not showing in some controls.<\\/li>\\n<\\/ul>\\n<h4> 2.8.14 <\\/h4>\\n<ul>\\n<li>New: Added Magic Scroll addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-magic-scroll-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.8.13 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.8.0<\\/li>\\n<li>Fixed: Ken Burns container addon not working with recent Elementor versions.<\\/li>\\n<\\/ul>\\n<h4> 2.8.12 <\\/h4>\\n<ul>\\n<li>New: Added Site Logo widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-site-logo-widget\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.8.11 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching option in Instagram Feed widget to improve the feed performance and loading speed.<\\/li>\\n<li>Tweak: Added Close On Click Outside option in Magic Section widget.<\\/li>\\n<li>Fixed: Icon styling not applied properly on SVG icons in Divider widget.<\\/li>\\n<li>Fixed: Mouse tilt option not working since Premium Addons for Elementor v4.9.35.<\\/li>\\n<li>Fixed: Feed is not showing if Posts\\/Account option value is larger than the posts returned by Facebook.<\\/li>\\n<li>Fixed: Alignment option not working properly for multi-line values in Table widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.10 <\\/h4>\\n<ul>\\n<li>New: Added Random Badges option in Mega Menu widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-mega-menu-widget\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: PHP warnings in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.9 <\\/h4>\\n<ul>\\n<li>Fixed: Console error when SVG Draw option is disabled for Parallax addon.<\\/li>\\n<li>Fixed: SVG Draw option not working for Font Awesome icons in Icon Box widget.<\\/li>\\n<li>Fixed: Applying global background colors not working in Magic Section widget.<\\/li>\\n<li>Fixed: Icon color applied on Lottie animation in Hover Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.8 <\\/h4>\\n<ul>\\n<li>Tweak: Behance Feed widget now loads feed on scroll, not on page load.<\\/li>\\n<li>Fixed: PHP warning after v2.8.7.<\\/li>\\n<\\/ul>\\n<h4> 2.8.7 <\\/h4>\\n<ul>\\n<li>Tweak: Make sure Custom Mouse Cursor addon JS files are loaded only if the addon is used on a page.<\\/li>\\n<li>Fixed: Navigation Arrows\\/Dots not working properly on touch devices in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.6 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error due to Image Accordion widget since v2.8.4.<\\/li>\\n<\\/ul>\\n<h4> 2.8.5 <\\/h4>\\n<ul>\\n<li>Fixed: Icons in Icon Box widget always disappear if Draw SVG option is disabled.<\\/li>\\n<\\/ul>\\n<h4> 2.8.4 <\\/h4>\\n<ul>\\n<li>New: Added Draw Icon option in all widgets that has Icon option in them.<\\/li>\\n<li>Tweak: Added Horizontal\\/Vertical Alignment options for multi-layers in Parallax addon.<\\/li>\\n<li>Fixed: Conflict between Custom Mouse Cursor addon and WP Rocket Defer JS files option.<\\/li>\\n<\\/ul>\\n<h4> 2.8.3 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.7.0.<\\/li>\\n<li>Fixed: Freehand Positioning feature not working when the device mode is changed in the editor page.<\\/li>\\n<\\/ul>\\n<h4> 2.8.2 <\\/h4>\\n<ul>\\n<li>Tweak: Facebook Feed widget styling improved for RTL sites.<\\/li>\\n<li>Fixed: Conflict with Elementor Pro templates.<\\/li>\\n<li>Fixed: Even layout not working with Carousel Infinite Autoplay in social reviews widgets.<\\/li>\\n<li>Fixed: Carousel Navigation Arrows color\\/size controls not working in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.1 <\\/h4>\\n<ul>\\n<li>Fixed: PHP warning since v2.8.0<\\/li>\\n<\\/ul>\\n<h4> 2.8.0 <\\/h4>\\n<ul>\\n<li>Tweak: Apply Custom Mouse Cursor on full page or the entire website - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added responsive controls to Number of Columns option in Behance Feed widget.<\\/li>\\n<li>Fixed: Carousel Tabs option applied on nested tabs.<\\/li>\\n<li>Fixed: Unnecessary Elementor placeholder images added to the Media Library after importing templates.<\\/li>\\n<li>Fixed: Multi Scroll widget not working with Elementor custom breakpoints.<\\/li>\\n<li>Fixed: Ken Burns addon not showing images properly on small screens.<\\/li>\\n<li>Fixed: Hover Box widget not working properly on iOS devices.<\\/li>\\n<\\/ul>\\n<h4> 2.7.9 <\\/h4>\\n<ul>\\n<li>Tweak: Add responsive controls for image control in Ken Burns container addon.<\\/li>\\n<li>Fixed: Horizontal\\/Vertical Offset option not working for social icon in all Social Reviews widgets.<\\/li>\\n<li>Fixed: Horizontal Offset and z-index options not working for Fixed Content template in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Console error in Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.8 <\\/h4>\\n<ul>\\n<li>Tweak: Code improvements for better performance and loading speed.<\\/li>\\n<\\/ul>\\n<h4> 2.7.7 <\\/h4>\\n<ul>\\n<li>Tweak: Load Custom Mouse Cursor addon when the element is visible on viewport to improve performance and page loading speed.<\\/li>\\n<li>Tweak: Added Cover Image size option in Behance Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.6 <\\/h4>\\n<ul>\\n<li>Tweak: Add Mask Image option in Image Layers widget.<\\/li>\\n<li>Tweak: Add Render As SVG\\/Canvas option for Lottie Animation icons in Hover Box widget.<\\/li>\\n<li>Tweak: HTML markup optimized for Image Hotspots and Twitter Feed widgets for better performance.<\\/li>\\n<li>Fixed: Accordion Tabs option not working in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.5 <\\/h4>\\n<ul>\\n<li>New: Added URL String, Shortcode and WooCommerce Products in Cart options in Display Conditions.<\\/li>\\n<li>Tweak: HTML markup optimized for Hover Box, Image Accordion, Instagram Feed, Tabs, Unfold widgets for better performance.<\\/li>\\n<li>Tweak: Added Disable Floating Effects on Safari option in widgets have floating effects.<\\/li>\\n<li>Tweak: Trigger Particles and Badge addons JS code when visible on viewport to improve page loading speed.<\\/li>\\n<li>Tweak: Added compatibility Charts and Horizontal Scroll widgets.<\\/li>\\n<li>Fixed: Change Colors As Gradient option not working in Background Transition widget.<\\/li>\\n<li>Fixed: Profile Header image not showing properly on small devices in Twitter Feed widget.<\\/li>\\n<li>Fixed: Right Side Template option not showing in Multi Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility between Badge Global Addon and Elementor Container element - <a href=\\\"https:\\/\\/elementor.com\\/help\\/container-element\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Horizontal Scroll jittering issue on touch devices.<\\/li>\\n<\\/ul>\\n<h4> 2.7.3 <\\/h4>\\n<ul>\\n<li>New: Added Create\\/Edit Live Templates feature in all widgets that support Elementor Templates.<\\/li>\\n<\\/ul>\\n<h4> 2.7.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added support for future features compatibility<\\/li>\\n<li>Fixed: Button Trigger Size option not working on frontend in Magic Section widget.<\\/li>\\n<li>Fixed: Alignment issue in Icon Box widget when description is short.<\\/li>\\n<li>Fixed: Invalid CSS added in the editor when Badge Addon is enabled.<\\/li>\\n<\\/ul>\\n<h4> 2.7.1 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error with some PHP versions after v2.7.0<\\/li>\\n<\\/ul>\\n<h4> 2.7.0 <\\/h4>\\n<ul>\\n<li>New: Added Premium Badge global addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-badge-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.6.9 <\\/h4>\\n<ul>\\n<li>Tweak: HTML markup optimized for Table widget for better performance.<\\/li>\\n<li>Tweak: Added Icon Color and Text Color\\/Typography options for each repeater cell in Table widget.<\\/li>\\n<li>Fixed: Hover Color and Padding options not working for Read More link in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.8 <\\/h4>\\n<ul>\\n<li>New: Added five new skins in Elementor WooCommerce Products Listing widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-woocommerce-products\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added compatibility between section\\/column addons and Elementor Container element - <a href=\\\"https:\\/\\/elementor.com\\/help\\/container-element\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Widgets code refactored to improve performance and loading speed.<\\/li>\\n<li>Tweak: Added Hover Box Shadow option in Lottie Animation container addon.<\\/li>\\n<li>Fixed: PHP warning when Follow Delay option value is not set in Custom Mouse Cursor addon.<\\/li>\\n<li>Fixed: Image with Size option set to custom not rendered in Image Layers and Icon Box widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.6.7 <\\/h4>\\n<ul>\\n<li>New: Added Custom Mouse Cursor global addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-addon\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Auto Change Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: HTML markup for images in Icon Box widget.<\\/li>\\n<li>Tweak: Make sure images in Image Layers and Tabs widgets are lazyloaded to improve loading speed.<\\/li>\\n<li>Fixed: Container addons not working on editor when used inside widgets using Elementor templates.<\\/li>\\n<\\/ul>\\n<h4> 2.6.6 <\\/h4>\\n<ul>\\n<li>Fixed: Box shadow and Background Color options overridden by default values in CSS in Preview Window widget.<\\/li>\\n<li>Fixed: Charts widget not working in some cases inside Tabs widget.<\\/li>\\n<li>Fixed: Animated Gradient and Blob Generator addons not working in Tabs widget.<\\/li>\\n<li>Fixed: Ken Burns addon Infinite option always disabled when the editor page is reloaded.<\\/li>\\n<\\/ul>\\n<h4> 2.6.5 <\\/h4>\\n<ul>\\n<li>Tweak: Load the main CSS file only when required.<\\/li>\\n<li>Fixed: Tabs widget not working properly with some themes.<\\/li>\\n<li>Fixed: Compatibility between Carousel option in Social Reviews widgets and RTL sites.<\\/li>\\n<li>Fixed: Keyboard Scrolling still works even when the control is disabled in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.4 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.5.0.<\\/li>\\n<\\/ul>\\n<h4> 2.6.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added options to control Scroll Offset for each section individually in Color Transition widget.<\\/li>\\n<li>Tweak: Javascript loading method improved for Animated Gradient, Particles container addons for better performance.<\\/li>\\n<li>Fixed: Styling options not working for SVG icons in Magic Section widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added WooCommerce Total Amount In Cart and Current Product Stock options in Display Conditions feature.<\\/li>\\n<li>Fixed: Console error when videos are inserted in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.1 <\\/h4>\\n<ul>\\n<li>Fixed: Undefined variable $dir_class in Image Layers widget when Text option is used.<\\/li>\\n<li>Fixed: Button Size option not working in WhatsApp Chat widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.0 <\\/h4>\\n<ul>\\n<li>New: Added Animated Blob Generator container addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-animated-blob-generator\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Radar Style option in Image Hotspots widget.<\\/li>\\n<li>Tweak: Added div, p and span HTML tag options for heading in Hover Box widget.<\\/li>\\n<li>Fixed: Default icon size changed in Hover Box widget.<\\/li>\\n<li>Fixed: Background Color not changing when multiple Background Transition widgets are used on the same page.<\\/li>\\n<\\/ul>\\n<h4> 2.5.5 <\\/h4>\\n<ul>\\n<li>Fixed: Background is not changed on scroll up in Background Transition widget.<\\/li>\\n<li>Fixed: Nested tabs styling overwrite issue in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.5.4 <\\/h4>\\n<ul>\\n<li>Tweak: Tabs widget rebuilt for better usability and editing experience.<\\/li>\\n<li>Tweak: Control number of carousel slides to show in Instagram Feed widget.<\\/li>\\n<li>Tweak: Prevent Background Transition widget from changing color when up\\/down backgrounds are the same.<\\/li>\\n<li>Fixed: Line height not working for Business\\/Place Name, Reviewer Name and Review Text in Social Reviews widgets.<\\/li>\\n<li>Fixed: Entrance Animations not working on for the first in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Tabs widget not working when shortcodes are used in tabs content.<\\/li>\\n<\\/ul>\\n<h4> 2.5.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added Heroes Flying-Left effect in iHover widget.<\\/li>\\n<li>Tweak: Remove any duplicate content when Accordion Tabs option is enabled in Tabs widget.<\\/li>\\n<li>Tweak: Added Tab ID option in Tabs widget.<\\/li>\\n<li>Fixed: Animation issues for Flash Rotation, Flip Door, and Magic Door effects in iHover widget.<\\/li>\\n<li>Fixed: Charts not working on the editor page on Chrome browser.<\\/li>\\n<li>Fixed: Color option not applied on links in Table widget when CSV file is used.<\\/li>\\n<\\/ul>\\n<h4> 2.5.2 <\\/h4>\\n<ul>\\n<li>Tweak: Save all the plugin settings on change without need to click \\\"Save Settings\\\" button.<\\/li>\\n<li>Tweak: Compatibility with Elementor v3.4.4.<\\/li>\\n<li>Fixed: Snappy scroll stability issues in Horizontal Scroll issues.<\\/li>\\n<li>Fixed: Compatibility issues between Elementor custom breakpoints and Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.5.1 <\\/h4>\\n<ul>\\n<li>Tweak: iHover widget code refactored for faster editing speed..<\\/li>\\n<li>Tweak: Added Image Hover Effect in Image Layers widget.<\\/li>\\n<li>Tweak: Added compatibility between Multiscroll widget and sticky headers.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Premium Particles not working on some devices in editor page.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Content is not fully rendered issue in Unfold widget.<\\/li>\\n<li>Fixed: Removed Unnecessary requests made in Instagram Feed widget.<\\/li>\\n<li>Fixed: Hide Slide On and Disable Horizontal Scroll On options not working together in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Carousel not working in Facebook Feed widget when <code>Only Show Admin Posts<\\/code> option is enabled.<\\/li>\\n<li>Fixed: Fold Height option not working when set to <code>0<\\/code> in Unfold widget.<\\/li>\\n<li>Fixed: Console error in Multi Scroll widget.<\\/li>\\n<li>Fixed: Admin notices not showing when Premium Addons for Elementor is not installed.<\\/li>\\n<\\/ul>\\n<h4> 2.5.0 <\\/h4>\\n<ul>\\n<li>Tweak: JS code refactored for better performance and faster editing speed.<\\/li>\\n<li>Tweak: Compatibility with Elementor v3.4.2.<\\/li>\\n<li>Fixed: Emojis not showing in Twitter Feed widget.<\\/li>\\n<li>Fixed: Slides overlapping issue on touch devices in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Image Hotspots colors not working in editor page.<\\/li>\\n<\\/ul>\\n<h4> 2.4.9 <\\/h4>\\n<p>…<\\/p>\"],\"installation\":[\"<ul>\\n<li>First make sure that Elementor Page Builder and Premium Addons for Elementor are installed, As this plugin works only with both of them.<\\/li>\\n<li>Download the plugin then Upload it to the plugin folder: \\/wp-content\\/plugins\\/ or install it through the WordPress plugins screen directly.<\\/li>\\n<li>Activate the plugin through the \\u2018Plugins\\u2019 screen in WordPress<\\/li>\\n<li>You can find Premium Addons Elements under the category \\u201cPremium Addons\\u201d on your Elementor element\\/widget list.<\\/li>\\n<\\/ul>\"],\"plugin\":\"premium-addons-pro\\/premium-addons-pro-for-elementor.php\",\"id\":\"premium-addons-pro\\/premium-addons-pro-for-elementor.php\"}\";}','off'),(323,'edd_sl_ffab32fbcec5ca129392e951f6617ec6','a:2:{s:7:\"timeout\";i:1784688550;s:5:\"value\";s:2413:\"{\"name\":\"Essential Addons for Elementor Pro\",\"new_version\":\"7.0.2\",\"stable_version\":\"7.0.2\",\"sections\":{\"description\":\"<p>Enhance <strong><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/elementor\\/\\\" rel=\\\"ugc\\\">Elementor<\\/a><\\/strong> page building experience with 100+ creative elements and extensions. Add powers to your website builder using our easy-to-use Elementor widgets and ready Elementor templates, which were designed to make your next WordPress website design easier and prettier than ever before.<\\/p>\\n\",\"changelog\":\"<p>See <a href=\\\"https:\\/\\/essential-addons.com\\/changelog\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Changelog<\\/a> for details.<\\/p>\\n\"},\"license_check\":\"\",\"msg\":\"\",\"homepage\":\"https:\\/\\/essential-addons.com\\/\",\"package\":\"https:\\/\\/api.wpdeveloper.com\\/edd-sl\\/package_download\\/MTc4NDgzNjE1MDpjNDg1MDg4MDY5ZDFlN2FhODY1NDRmZmZhYzIyMmFiYzo0MzcyOmJjOTUzYWVkMzc3YmM2MGVhMTc3ZTIwYTg4NWM2OGRkOmh0dHBzQC8vcmVkbGlnaHRwYWluLnVzNy5jZG4tYWxwaGEuY29tOjA=\",\"icons\":\"a:2:{s:2:\\\"1x\\\";s:89:\\\"https:\\/\\/store.assets.wpdeveloper.com\\/2024\\/08\\/9743a1d7-essential-addons-logo-2-128x128.png\\\";s:2:\\\"2x\\\";s:89:\\\"https:\\/\\/store.assets.wpdeveloper.com\\/2024\\/08\\/9743a1d7-essential-addons-logo-2-256x256.png\\\";}\",\"banners\":{\"high\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2025\\/07\\/e04d35a1-ea-org-banner-1544-x-500-1.png\",\"low\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2025\\/07\\/50bab75e-ea-org-banner-772-x-250.png\"},\"slug\":\"essential_adons_elementor\",\"url\":\"https:\\/\\/api.wpdeveloper.com\\/downloads\\/essential-addons-elementor\\/?changelog=1\",\"last_updated\":\"2026-07-20 08:49:52\",\"download_link\":\"https:\\/\\/api.wpdeveloper.com\\/edd-sl\\/package_download\\/MTc4NDgzNjE1MDpjNDg1MDg4MDY5ZDFlN2FhODY1NDRmZmZhYzIyMmFiYzo0MzcyOmJjOTUzYWVkMzc3YmM2MGVhMTc3ZTIwYTg4NWM2OGRkOmh0dHBzQC8vcmVkbGlnaHRwYWluLnVzNy5jZG4tYWxwaGEuY29tOjA=\",\"upgrade_notice\":\"\",\"description\":[\"<p>Enhance <strong><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/elementor\\/\\\" rel=\\\"ugc\\\">Elementor<\\/a><\\/strong> page building experience with 100+ creative elements and extensions. Add powers to your website builder using our easy-to-use Elementor widgets and ready Elementor templates, which were designed to make your next WordPress website design easier and prettier than ever before.<\\/p>\\n\"],\"changelog\":[\"<p>See <a href=\\\"https:\\/\\/essential-addons.com\\/changelog\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Changelog<\\/a> for details.<\\/p>\\n\"]}\";}','off'),(332,'elementor_log','a:30:{s:32:\"7d502e9933ecf48a3ef99c99c84d6af6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-27 19:15:36\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.18.3\";s:2:\"to\";s:6:\"3.19.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-27 19:15:36\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.18.3\";s:2:\"to\";s:6:\"3.19.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"3ca2ee232bcb28318895d4f69ac6c311\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-27 19:15:36\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-27 19:15:36\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"e2ed36a908a1f6c1000cb2516258b1db\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-27 19:15:36\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-27 19:15:36\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"1e68ea0c48ee87dc05d4490cdf35f571\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-27 19:15:36\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-27 19:15:36\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"c98f4cdf642494ebf5097f86365e1828\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-27 19:15:36\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.18.3\";s:2:\"to\";s:6:\"3.19.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-27 19:15:36\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.18.3\";s:2:\"to\";s:6:\"3.19.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"e82a16d1ba4dc7fc03b1022a86213bfd\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-27 19:15:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.18.3\";s:2:\"to\";s:6:\"3.19.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-27 19:15:37\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.18.3\";s:2:\"to\";s:6:\"3.19.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"eda2e0e1a2581aaf952632c019ba0e97\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-29 12:08:09\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.3\";s:2:\"to\";s:6:\"3.19.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-29 12:08:09\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.3\";s:2:\"to\";s:6:\"3.19.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"f2fba60d9c67aac6d6c8a289fbe67d27\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-29 12:08:10\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-29 12:08:10\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"d4690fdc9ec0c773d600da3192d98517\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-29 12:08:10\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-29 12:08:10\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"583bb8f589adc3f10ad7cbfccbd53aea\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-29 12:08:10\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-29 12:08:10\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"7ed751ffd3008d3bddb5d927c1658d8f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-29 12:08:10\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.3\";s:2:\"to\";s:6:\"3.19.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-29 12:08:10\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.3\";s:2:\"to\";s:6:\"3.19.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"aeb7de37443297c87ca613f730a8b900\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-12 14:08:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.4\";s:2:\"to\";s:6:\"3.20.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-12 14:08:57\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.4\";s:2:\"to\";s:6:\"3.20.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"e4b8cc645b7d95e89409b030a255515b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-12 14:08:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-12 14:08:57\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"4c9c263f3bae9e89305d82d9988cbe84\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-12 14:08:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-12 14:08:57\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"7fb2745ce208239999ce1a00d1f2738c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-12 14:08:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-12 14:08:57\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"b52ed2115c5cf89ea921e1b3debd8b62\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-12 14:08:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.4\";s:2:\"to\";s:6:\"3.20.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-12 14:08:57\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.4\";s:2:\"to\";s:6:\"3.20.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"b557848f9f77900aca97ad6b04af8efe\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-14 12:45:42\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.0\";s:2:\"to\";s:6:\"3.20.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-14 12:45:42\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.0\";s:2:\"to\";s:6:\"3.20.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"490529c440cf00f5aa4bfd3c28ac1160\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-14 12:45:42\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-14 12:45:42\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"24e3b7be6908cee7cebab68356b83cbe\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-14 12:45:42\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-14 12:45:42\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"4d064d367c6f5f3281b4f174fb8330db\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-14 12:45:42\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-14 12:45:42\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"124d9217c24ca41bd50aea9c4c1a145e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-14 12:45:42\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.0\";s:2:\"to\";s:6:\"3.20.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-14 12:45:42\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.0\";s:2:\"to\";s:6:\"3.20.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"7ef0836baf8797a09197df34ec2e4975\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-21 08:43:02\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-21 08:43:02\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"c4548efaf021aac81c7912d1b0f9d343\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-21 08:43:02\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-21 08:43:02\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"daf738c2b7c880f611d57bb655c4ce20\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-21 08:43:02\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-21 08:43:02\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"7a0ba803acb198dd2ab74f4dcc9d59ae\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-21 08:43:02\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.1\";s:2:\"to\";s:6:\"3.20.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-21 08:43:02\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.1\";s:2:\"to\";s:6:\"3.20.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"89671728ff91b1fcffa102d716bc5530\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-21 08:43:02\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.1\";s:2:\"to\";s:6:\"3.20.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-21 08:43:02\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.1\";s:2:\"to\";s:6:\"3.20.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"ed0a2052a4d5ab212d6c50e1cf807aa9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-21 08:43:03\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.1\";s:2:\"to\";s:6:\"3.20.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-21 08:43:03\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.1\";s:2:\"to\";s:6:\"3.20.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"157caa638adbf912e1e4aa02b044b2f8\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:135:\"/storage/v12552/redlightpain/public_html/wp-content/plugins/elementor-pro/modules/popup/admin-menu-items/popups-promotion-menu-item.php\";s:7:\"\0*\0line\";i:51;s:7:\"\0*\0date\";s:19:\"2026-07-23 07:54:49\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:217:\"Declaration of ElementorPro\\Modules\\Popup\\AdminMenuItems\\Popups_Promotion_Menu_Item::get_parent_slug() must be compatible with Elementor\\Modules\\Promotions\\AdminMenuItems\\Base_Promotion_Item::get_parent_slug(): string\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:171;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2026-07-28 01:12:56\";i:1;s:19:\"2026-07-28 07:38:56\";i:2;s:19:\"2026-07-28 11:38:03\";i:3;s:19:\"2026-07-28 11:38:04\";i:4;s:19:\"2026-07-28 11:38:06\";i:5;s:19:\"2026-07-28 11:38:07\";i:6;s:19:\"2026-07-28 11:38:08\";i:7;s:19:\"2026-07-28 11:38:09\";i:8;s:19:\"2026-07-28 11:38:10\";i:9;s:19:\"2026-07-28 11:38:11\";i:10;s:19:\"2026-07-28 11:38:14\";i:11;s:19:\"2026-07-28 11:38:15\";i:12;s:19:\"2026-07-28 15:32:31\";i:13;s:19:\"2026-07-28 15:32:31\";i:14;s:19:\"2026-07-28 15:32:32\";i:15;s:19:\"2026-07-28 15:32:34\";i:16;s:19:\"2026-07-28 15:32:35\";i:17;s:19:\"2026-07-28 15:32:39\";i:18;s:19:\"2026-07-28 15:32:45\";i:19;s:19:\"2026-07-28 15:32:46\";i:20;s:19:\"2026-07-28 15:32:47\";i:21;s:19:\"2026-07-28 15:32:48\";i:22;s:19:\"2026-07-28 16:23:11\";i:23;s:19:\"2026-07-28 16:23:12\";i:24;s:19:\"2026-07-28 19:05:47\";i:25;s:19:\"2026-07-28 19:05:48\";i:26;s:19:\"2026-07-28 19:05:50\";i:27;s:19:\"2026-07-28 19:05:52\";i:28;s:19:\"2026-07-28 19:05:55\";i:29;s:19:\"2026-07-28 19:06:00\";i:30;s:19:\"2026-07-28 19:06:16\";i:31;s:19:\"2026-07-28 19:06:18\";i:32;s:19:\"2026-07-28 19:06:19\";i:33;s:19:\"2026-07-28 19:06:21\";i:34;s:19:\"2026-07-29 07:54:48\";i:35;s:19:\"2026-07-29 13:16:15\";i:36;s:19:\"2026-07-29 13:47:54\";i:37;s:19:\"2026-07-29 15:49:22\";i:38;s:19:\"2026-07-29 15:58:38\";i:39;s:19:\"2026-07-30 02:34:02\";i:40;s:19:\"2026-07-30 04:23:20\";i:41;s:19:\"2026-07-30 04:23:21\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:217:\"Declaration of ElementorPro\\Modules\\Popup\\AdminMenuItems\\Popups_Promotion_Menu_Item::get_parent_slug() must be compatible with Elementor\\Modules\\Promotions\\AdminMenuItems\\Base_Promotion_Item::get_parent_slug(): string\";s:4:\"file\";s:135:\"/storage/v12552/redlightpain/public_html/wp-content/plugins/elementor-pro/modules/popup/admin-menu-items/popups-promotion-menu-item.php\";s:4:\"line\";i:51;s:5:\"trace\";b:1;}}s:32:\"3124572fc04b0d390f088fcc1be66b37\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:94:\"/storage/v12552/redlightpain/public_html/wp-content/plugins/elementor/modules/usage/module.php\";s:7:\"\0*\0line\";i:209;s:7:\"\0*\0date\";s:19:\"2026-07-24 08:39:46\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:51:\"Trying to get property 'ID' of non-object\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:5:{s:4:\"file\";s:94:\"/storage/v12552/redlightpain/public_html/wp-content/plugins/elementor/modules/usage/module.php\";s:4:\"line\";i:209;s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:5:{s:4:\"file\";s:70:\"/storage/v12552/redlightpain/public_html/wp-includes/class-wp-hook.php\";s:4:\"line\";i:341;s:8:\"function\";s:16:\"on_status_change\";s:5:\"class\";s:30:\"Elementor\\Modules\\Usage\\Module\";s:4:\"type\";s:2:\"->\";}i:2;a:5:{s:4:\"file\";s:70:\"/storage/v12552/redlightpain/public_html/wp-includes/class-wp-hook.php\";s:4:\"line\";i:365;s:8:\"function\";s:13:\"apply_filters\";s:5:\"class\";s:7:\"WP_Hook\";s:4:\"type\";s:2:\"->\";}i:3;a:5:{s:4:\"file\";s:63:\"/storage/v12552/redlightpain/public_html/wp-includes/plugin.php\";s:4:\"line\";i:522;s:8:\"function\";s:9:\"do_action\";s:5:\"class\";s:7:\"WP_Hook\";s:4:\"type\";s:2:\"->\";}i:4;a:3:{s:4:\"file\";s:61:\"/storage/v12552/redlightpain/public_html/wp-includes/post.php\";s:4:\"line\";i:5826;s:8:\"function\";s:9:\"do_action\";}}}s:8:\"\0*\0times\";i:7;s:14:\"\0*\0times_dates\";a:7:{i:0;s:19:\"2026-07-24 08:39:46\";i:1;s:19:\"2026-07-24 23:48:48\";i:2;s:19:\"2026-07-25 11:23:44\";i:3;s:19:\"2026-07-28 10:10:16\";i:4;s:19:\"2026-07-28 12:38:56\";i:5;s:19:\"2026-07-28 15:32:23\";i:6;s:19:\"2026-07-28 19:05:34\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:41:\"Trying to get property \'ID\' of non-object\";s:4:\"file\";s:94:\"/storage/v12552/redlightpain/public_html/wp-content/plugins/elementor/modules/usage/module.php\";s:4:\"line\";i:209;s:5:\"trace\";b:1;}}s:32:\"b015826eb118994a145910afa901cc02\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:131:\"/storage/v12552/redlightpain/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/custom-icons.php\";s:7:\"\0*\0line\";i:473;s:7:\"\0*\0date\";s:19:\"2026-07-24 08:39:46\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:58:\"Trying to get property 'post_type' of non-object\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:5:{s:4:\"file\";s:131:\"/storage/v12552/redlightpain/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/custom-icons.php\";s:4:\"line\";i:473;s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:5:{s:4:\"file\";s:70:\"/storage/v12552/redlightpain/public_html/wp-includes/class-wp-hook.php\";s:4:\"line\";i:341;s:8:\"function\";s:22:\"transition_post_status\";s:5:\"class\";s:64:\"ElementorPro\\Modules\\AssetsManager\\AssetTypes\\Icons\\Custom_Icons\";s:4:\"type\";s:2:\"->\";}i:2;a:5:{s:4:\"file\";s:70:\"/storage/v12552/redlightpain/public_html/wp-includes/class-wp-hook.php\";s:4:\"line\";i:365;s:8:\"function\";s:13:\"apply_filters\";s:5:\"class\";s:7:\"WP_Hook\";s:4:\"type\";s:2:\"->\";}i:3;a:5:{s:4:\"file\";s:63:\"/storage/v12552/redlightpain/public_html/wp-includes/plugin.php\";s:4:\"line\";i:522;s:8:\"function\";s:9:\"do_action\";s:5:\"class\";s:7:\"WP_Hook\";s:4:\"type\";s:2:\"->\";}i:4;a:3:{s:4:\"file\";s:61:\"/storage/v12552/redlightpain/public_html/wp-includes/post.php\";s:4:\"line\";i:5826;s:8:\"function\";s:9:\"do_action\";}}}s:8:\"\0*\0times\";i:7;s:14:\"\0*\0times_dates\";a:7:{i:0;s:19:\"2026-07-24 08:39:46\";i:1;s:19:\"2026-07-24 23:48:48\";i:2;s:19:\"2026-07-25 11:23:44\";i:3;s:19:\"2026-07-28 10:10:16\";i:4;s:19:\"2026-07-28 12:38:56\";i:5;s:19:\"2026-07-28 15:32:23\";i:6;s:19:\"2026-07-28 19:05:34\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:48:\"Trying to get property \'post_type\' of non-object\";s:4:\"file\";s:131:\"/storage/v12552/redlightpain/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/custom-icons.php\";s:4:\"line\";i:473;s:5:\"trace\";b:1;}}}','off'),(338,'elementor_1_elementor_pro_updater_batch_7125dea47d4d4e8a79d46d50','a:1:{i:0;a:1:{s:8:\"callback\";a:2:{i:0;s:34:\"ElementorPro\\Core\\Upgrade\\Upgrades\";i:1;s:16:\"_on_each_version\";}}}','no'),(343,'brainstrom_bundled_products','a:0:{}','yes'),(350,'WPLANG','','yes'),(353,'bsf_analytics_optin','no','yes'),(379,'_templately_migrate','3.5.0','off'),(380,'templately_notices','a:7:{s:12:\"black_friday\";a:4:{s:5:\"start\";i:1765451175;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"3.4.7\";s:6:\"expire\";i:1764892799;}s:7:\"version\";s:5:\"1.1.0\";s:6:\"review\";a:3:{s:5:\"start\";i:1709667183;s:10:\"recurrence\";i:20;s:7:\"refresh\";s:5:\"3.0.2\";}s:6:\"upsale\";a:2:{s:5:\"start\";i:1764354887;s:7:\"refresh\";s:5:\"3.4.4\";}s:9:\"halloween\";a:4:{s:5:\"start\";i:1733595272;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:6:\"3.1.10\";s:6:\"expire\";i:1730678399;}s:7:\"holiday\";a:4:{s:5:\"start\";i:1765348084;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"3.4.7\";s:6:\"expire\";i:1736553599;}s:12:\"holiday_2025\";a:4:{s:5:\"start\";i:0;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"3.5.0\";s:6:\"expire\";i:1767830399;}}','off'),(391,'_templately_global_login','2','no'),(394,'elementor_fonts_manager_font_types','a:0:{}','yes'),(395,'elementor_fonts_manager_fonts','a:0:{}','yes'),(396,'elementor_custom_icon_sets_config','a:0:{}','yes'),(400,'fs_clone_management','a:4:{s:30:\"clone_identification_timestamp\";i:1709063783;s:22:\"hide_manual_resolution\";b:0;s:44:\"temporary_duplicate_mode_selection_timestamp\";i:1709063800;s:42:\"temporary_duplicate_notice_shown_timestamp\";i:1709063801;}','yes'),(405,'_site_transient_timeout_fs_locked_2','2024423805','no'),(406,'_site_transient_fs_locked_2','1','no'),(434,'_transient_health-check-site-status-result','{\"good\":17,\"recommended\":4,\"critical\":3}','yes'),(462,'eael_show_reset_password_on_form_submit_226','1','off'),(1321,'rank_math_review_notice_added','1','no'),(1942,'elementor_1_elementor_updater_batch_8b969b804b43b12b140dd8008e0e','a:1:{i:0;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:16:\"_on_each_version\";}}}','no'),(3259,'auto_core_update_notified','a:4:{s:4:\"type\";s:4:\"fail\";s:5:\"email\";s:17:\"help@forte.agency\";s:7:\"version\";s:3:\"7.0\";s:9:\"timestamp\";i:1782327836;}','off'),(4118,'db_upgraded','','on'),(4685,'category_children','a:0:{}','yes'),(20612,'using_application_passwords','1','off'),(20619,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'),(20624,'fm_key','iBSv5mtpCU6cI2HdA9G7qMJy1','auto'),(21115,'eael_show_reset_password_on_form_submit_86','1','off'),(21121,'eael_show_reset_password_on_form_submit_90','1','off'),(21141,'eael_show_reset_password_on_form_submit_71','1','off'),(21827,'eael_show_reset_password_on_form_submit_49','1','off'),(21848,'eael_show_reset_password_on_form_submit_99','1','off'),(21910,'eael_show_reset_password_on_form_submit_16','1','off'),(22456,'eael_show_reset_password_on_form_submit_43','1','off'),(22464,'eael_show_reset_password_on_form_submit_80','1','off'),(22477,'eael_show_reset_password_on_form_submit_25','1','off'),(23194,'eael_show_reset_password_on_form_submit_78','1','off'),(23353,'eael_show_reset_password_on_form_submit_89','1','off'),(24247,'eael_show_reset_password_on_form_submit_63','1','off'),(24291,'eael_show_reset_password_on_form_submit_72','1','off'),(24403,'eael_show_reset_password_on_form_submit_67','1','off'),(24930,'eael_show_reset_password_on_form_submit_92','1','off'),(25323,'eael_show_reset_password_on_form_submit_29','1','off'),(25394,'eael_show_reset_password_on_form_submit_74','1','off'),(25860,'eael_show_reset_password_on_form_submit_32','1','off'),(26407,'eael_show_reset_password_on_form_submit_70','1','off'),(26624,'eael_show_reset_password_on_form_submit_40','1','off'),(26638,'eael_show_reset_password_on_form_submit_37','1','off'),(26890,'eael_show_reset_password_on_form_submit_48','1','off'),(28673,'eael_show_reset_password_on_form_submit_64','1','off'),(29008,'eael_show_reset_password_on_form_submit_228','1','off'),(29361,'eael_show_reset_password_on_form_submit_940','1','off'),(29443,'eael_show_reset_password_on_form_submit_898','1','off'),(29929,'eael_show_reset_password_on_form_submit_832','1','off'),(30372,'eael_show_reset_password_on_form_submit_378','1','off'),(30791,'eael_show_reset_password_on_form_submit_699','1','off'),(31678,'eael_show_reset_password_on_form_submit_354','1','off'),(32470,'eael_show_reset_password_on_form_submit_121','1','off'),(32509,'eael_show_reset_password_on_form_submit_168','1','off'),(33928,'eael_show_reset_password_on_form_submit_455','1','off'),(34937,'eael_show_reset_password_on_form_submit_302','1','off'),(34960,'eael_show_reset_password_on_form_submit_999','1','off'),(35140,'eael_show_reset_password_on_form_submit_256','1','off'),(35927,'eael_show_reset_password_on_form_submit_113','1','off'),(36042,'eael_show_reset_password_on_form_submit_224','1','off'),(36713,'eael_show_reset_password_on_form_submit_441','1','off'),(36814,'eael_show_reset_password_on_form_submit_166','1','off'),(37506,'eael_show_reset_password_on_form_submit_986','1','off'),(37983,'eael_show_reset_password_on_form_submit_840','1','off'),(38825,'eael_show_reset_password_on_form_submit_714','1','off'),(39108,'eael_show_reset_password_on_form_submit_264','1','off'),(39354,'elementor_checklist','{\"last_opened_timestamp\":-1,\"first_closed_checklist_in_editor\":false,\"is_popup_minimized\":false,\"steps\":{\"add_logo\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"set_fonts_and_colors\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"create_pages\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"assign_homepage\":{\"is_marked_completed\":false,\"is_immutable_completed\":false}},\"editor_visit_count\":0,\"should_open_in_editor\":false}','auto'),(39926,'eael_show_reset_password_on_form_submit_798','1','off'),(40064,'eael_show_reset_password_on_form_submit_935','1','off'),(40581,'eael_show_reset_password_on_form_submit_872','1','off'),(41596,'eael_show_reset_password_on_form_submit_789','1','off'),(42088,'eael_show_reset_password_on_form_submit_952','1','off'),(42700,'eael_show_reset_password_on_form_submit_933','1','off'),(42729,'eael_show_reset_password_on_form_submit_417','1','off'),(43141,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"4ad6ed4956ef7f814db220c22a123393\";s:6:\"blocks\";a:6:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:18:\"core/term-template\";s:120:\":where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),(43745,'eael_show_reset_password_on_form_submit_899','1','off'),(43752,'eael_show_reset_password_on_form_submit_977','1','off'),(45208,'eael_show_reset_password_on_form_submit_838','1','off'),(45210,'eael_show_reset_password_on_form_submit_981','1','off'),(47073,'eael_show_reset_password_on_form_submit_616','1','off'),(47765,'eael_show_reset_password_on_form_submit_350','1','off'),(47767,'eael_show_reset_password_on_form_submit_108','1','off'),(49539,'eael_show_reset_password_on_form_submit_537','1','off'),(49541,'eael_show_reset_password_on_form_submit_617','1','off'),(51001,'eael_show_reset_password_on_form_submit_122','1','off'),(51006,'eael_show_reset_password_on_form_submit_245','1','off'),(51012,'eael_show_reset_password_on_form_submit_289','1','off'),(52067,'elementor_pro_remote_info_api_data_3.19.3','a:2:{s:7:\"timeout\";i:1734720922;s:5:\"value\";s:234650:\"{\"stable_version\":\"3.26.1\",\"last_updated\":\"2024-12-17 20:04:49\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:219205:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<p>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/p>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added "Space Between Dots" control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: \'Reading Settings\' unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder\'s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed "Payments" module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged "Form Submissions" feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged "Display Conditions" into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to "Load More" or "Infinite Scroll" in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the \'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection "Include By" Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code><time><\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an "Offset Sides" functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Price List widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Slides widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Flip Box widget<\\/li>\\n<li>Tweak: Added "Description HTML Tag" in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added "Form Validation" control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under "Advanced Rules" in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save & Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful & repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful & repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into "Row" direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles & Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel & Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce & Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added "Auto Updates" capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added "Excerpt Length" control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel "Need Help" link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content & Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the "Change" Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave & Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not "Standard" in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added "Show on Browsers" Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to "Canvas" Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to "Move to Trash" in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress "Learn More" links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word "occurred" in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using "Progress Bar" and "None" view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing "for" attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing "Save Changes" document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: "No headings were found on this page" message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added "Open in new tab" option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: "Graphic Element" section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title & Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: "Reply To" option not working in Form widget "Email 2" Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: "No products were found" message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code><br><\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code><p><\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL "undefined Index" notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show "Custom label" control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed "Date" query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for "By Author" condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under "All" filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons & Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the "Save as Global" option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when "Infinite Loop" enabled with "Autoplay" in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core >=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix: Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>>2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: "Child of Term" and "Any child of term" conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS & Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows & Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in "All Archives" condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row & column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas & Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling & Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in "Show up to X times" Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed "Scrolling Effects" section label to "Motion Effects"<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns & Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code><IfModule><\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to "On"<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for "Nothing Found" message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in "Nothing Found" message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box & CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons & buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> & <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab & Custom CSS for Header & Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing "Edit Template" in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added "Any Child Of" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added "In Child" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed "Child Of" templates condition to "Direct Child Of"<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari & IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image & ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller & more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements & Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for "Nothing Found" Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to "All Singular"<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control & Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 & 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow "Content Only mode" (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo & Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min & max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to "Tweet" button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio & checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll & Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible "required" field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when "Bring to Front" is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler & load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts & Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA & Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc & Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products & Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control & Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position "none" remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts & Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies & authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.26.1\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.7.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtOTZLUFB6VjAxQlpmVmJCSEFxYjkxNjA0NjM2OTQyZmVCSVF3MEJrYkhnIiwidXJsIjoiaHR0cHM6Ly9yZWRsaWdodHBhaW4udXM3LmNkbi1hbHBoYS5jb20iLCJkb3dubG9hZF9iZXRhIjpmYWxzZSwiZmlsZV9rZXkiOiIxIiwiaWF0IjoxNzM0Njc3NzIyLCJleHAiOjE3MzQ3NjQxMjJ9.APLd6fAussxNFvrlM2YYiwI7H3krmFXNXCufuMR8Pow\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtOTZLUFB6VjAxQlpmVmJCSEFxYjkxNjA0NjM2OTQyZmVCSVF3MEJrYkhnIiwidXJsIjoiaHR0cHM6Ly9yZWRsaWdodHBhaW4udXM3LmNkbi1hbHBoYS5jb20iLCJkb3dubG9hZF9iZXRhIjpmYWxzZSwiZmlsZV9rZXkiOiIxIiwiaWF0IjoxNzM0Njc3NzIyLCJleHAiOjE3MzQ3NjQxMjJ9.APLd6fAussxNFvrlM2YYiwI7H3krmFXNXCufuMR8Pow\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.7.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtOTZLUFB6VjAxQlpmVmJCSEFxYjkxNjA0NjM2OTQyZmVCSVF3MEJrYkhnIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9yZWRsaWdodHBhaW4udXM3LmNkbi1hbHBoYS5jb20iLCJpYXQiOjE3MzQ2Nzc3MjIsImV4cCI6MTczNDc2NDEyMn0.brihy8wb-ipz9BOZI24sC4f8fzLULikeWPBxA33fE38\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtOTZLUFB6VjAxQlpmVmJCSEFxYjkxNjA0NjM2OTQyZmVCSVF3MEJrYkhnIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9yZWRsaWdodHBhaW4udXM3LmNkbi1hbHBoYS5jb20iLCJpYXQiOjE3MzQ2Nzc3MjIsImV4cCI6MTczNDc2NDEyMn0.brihy8wb-ipz9BOZI24sC4f8fzLULikeWPBxA33fE38\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"cloud\":false}\";}','off'),(52442,'eael_show_reset_password_on_form_submit_189','1','off'),(53047,'eael_show_reset_password_on_form_submit_171','1','off'),(53544,'eael_show_reset_password_on_form_submit_890','1','off'),(53546,'eael_show_reset_password_on_form_submit_973','1','off'),(55549,'eael_show_reset_password_on_form_submit_473','1','off'),(55551,'eael_show_reset_password_on_form_submit_197','1','off'),(57366,'eael_show_reset_password_on_form_submit_288','1','off'),(57394,'eael_show_reset_password_on_form_submit_689','1','off'),(57395,'eael_show_reset_password_on_form_submit_309','1','off'),(57831,'eael_show_reset_password_on_form_submit_416','1','off'),(57839,'eael_show_reset_password_on_form_submit_589','1','off'),(57976,'eael_show_reset_password_on_form_submit_540','1','off'),(57982,'eael_show_reset_password_on_form_submit_729','1','off'),(58319,'rank_math_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:485:\"Rank Math has detected new post types: <code>e-floating-buttons</code>, <code>templately_library</code>. You may want to check the settings of the <a href=\"https://redlightpain.us7.cdn-alpha.com/wp-admin/admin.php?page=rank-math-options-titles#setting-panel-post-type-e-floating-buttons\">Titles & Meta page</a> and <a href=\"https://redlightpain.us7.cdn-alpha.com/wp-admin/admin.php?page=rank-math-options-sitemap#setting-panel-sitemap-post-type-e-floating-buttons\">the Sitemap</a>.\";s:7:\"options\";a:5:{s:2:\"id\";s:13:\"new_post_type\";s:7:\"classes\";s:16:\"rank-math-notice\";s:4:\"type\";s:4:\"info\";s:6:\"screen\";s:3:\"any\";s:10:\"capability\";s:0:\"\";}}}','auto'),(64515,'elementor_landing_pages_activation','0','auto'),(64540,'_elementor_local_google_fonts','a:2:{s:10:\"robotoslab\";a:2:{s:3:\"url\";s:99:\"https://redlightpain.us7.cdn-alpha.com/wp-content/uploads/elementor/google-fonts/css/robotoslab.css\";s:7:\"version\";i:1742312404;}s:6:\"roboto\";a:2:{s:3:\"url\";s:95:\"https://redlightpain.us7.cdn-alpha.com/wp-content/uploads/elementor/google-fonts/css/roboto.css\";s:7:\"version\";i:1742334746;}}','auto'),(79956,'_transient_timeout_sitemap_1_rank_math_cfa4b065a631b0c0a1dd17686746f8a5.xml','1760444132','off'),(81859,'rank_math_sitemap_cache_files','a:4:{s:46:\"rank_math_cfa4b065a631b0c0a1dd17686746f8a5.xml\";s:1:\"1\";s:46:\"rank_math_01b08e6a5a2321e405116d519c55e440.xml\";s:4:\"post\";s:46:\"rank_math_d641dc8b38179c0d71cfb4de002c1e20.xml\";s:8:\"category\";s:46:\"rank_math_4bbcade784199c222e99685e22da0e00.xml\";s:4:\"page\";}','auto'),(82889,'rank_math_backups','a:1:{i:1756102562;a:5:{s:7:\"general\";a:53:{s:19:\"strip_category_base\";s:3:\"off\";s:24:\"attachment_redirect_urls\";s:2:\"on\";s:27:\"attachment_redirect_default\";s:39:\"https://fortetemplate.us7.cdn-alpha.com\";s:23:\"nofollow_external_links\";s:3:\"off\";s:20:\"nofollow_image_links\";s:3:\"off\";s:25:\"new_window_external_links\";s:2:\"on\";s:11:\"add_img_alt\";s:3:\"off\";s:14:\"img_alt_format\";s:11:\" %filename%\";s:13:\"add_img_title\";s:3:\"off\";s:16:\"img_title_format\";s:22:\"%title% %count(title)%\";s:11:\"breadcrumbs\";s:3:\"off\";s:21:\"breadcrumbs_separator\";s:1:\"-\";s:16:\"breadcrumbs_home\";s:2:\"on\";s:22:\"breadcrumbs_home_label\";s:4:\"Home\";s:26:\"breadcrumbs_archive_format\";s:15:\"Archives for %s\";s:25:\"breadcrumbs_search_format\";s:14:\"Results for %s\";s:21:\"breadcrumbs_404_label\";s:25:\"404 Error: page not found\";s:31:\"breadcrumbs_ancestor_categories\";s:3:\"off\";s:21:\"breadcrumbs_blog_page\";s:3:\"off\";s:16:\"404_monitor_mode\";s:6:\"simple\";s:17:\"404_monitor_limit\";i:100;s:35:\"404_monitor_ignore_query_parameters\";s:2:\"on\";s:24:\"redirections_header_code\";s:3:\"301\";s:18:\"redirections_debug\";s:3:\"off\";s:23:\"console_caching_control\";s:2:\"90\";s:21:\"console_email_reports\";s:2:\"on\";s:23:\"console_email_frequency\";s:7:\"monthly\";s:27:\"link_builder_links_per_page\";s:1:\"7\";s:29:\"link_builder_links_per_target\";s:1:\"1\";s:22:\"wc_remove_product_base\";s:3:\"off\";s:23:\"wc_remove_category_base\";s:3:\"off\";s:31:\"wc_remove_category_parent_slugs\";s:3:\"off\";s:18:\"rss_before_content\";s:0:\"\";s:17:\"rss_after_content\";s:0:\"\";s:19:\"wc_remove_generator\";s:2:\"on\";s:24:\"remove_shop_snippet_data\";s:2:\"on\";s:18:\"frontend_seo_score\";s:3:\"off\";s:29:\"frontend_seo_score_post_types\";a:1:{i:0;s:4:\"post\";}s:27:\"frontend_seo_score_position\";s:3:\"top\";s:10:\"setup_mode\";s:8:\"advanced\";s:21:\"content_ai_post_types\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:14:\"e-landing-page\";}s:18:\"content_ai_country\";s:3:\"all\";s:15:\"content_ai_tone\";s:6:\"Formal\";s:19:\"content_ai_audience\";s:16:\"General Audience\";s:19:\"content_ai_language\";s:10:\"US English\";s:15:\"analytics_stats\";s:2:\"on\";s:15:\"toc_block_title\";s:17:\"Table of Contents\";s:20:\"toc_block_list_style\";s:2:\"ul\";s:14:\"google_updates\";s:2:\"on\";s:13:\"podcast_title\";s:10:\"%sitename%\";s:19:\"podcast_description\";s:10:\"%sitedesc%\";s:29:\"podcast_tipodcast_explicittle\";s:3:\"off\";s:15:\"llms_post_types\";a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:18:\"e-floating-buttons\";i:3;s:18:\"templately_library\";}}s:6:\"titles\";a:118:{s:24:\"noindex_empty_taxonomies\";s:2:\"on\";s:15:\"title_separator\";s:1:\"-\";s:17:\"capitalize_titles\";s:3:\"off\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:19:\"knowledgegraph_type\";s:6:\"person\";s:19:\"knowledgegraph_name\";s:12:\"My WordPress\";s:12:\"website_name\";s:12:\"My WordPress\";s:19:\"local_business_type\";s:12:\"Organization\";s:20:\"local_address_format\";s:43:\"{address} {locality}, {region} {postalcode}\";s:13:\"opening_hours\";a:7:{i:0;a:2:{s:3:\"day\";s:6:\"Monday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:1;a:2:{s:3:\"day\";s:7:\"Tuesday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:2;a:2:{s:3:\"day\";s:9:\"Wednesday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:3;a:2:{s:3:\"day\";s:8:\"Thursday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:4;a:2:{s:3:\"day\";s:6:\"Friday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:5;a:2:{s:3:\"day\";s:8:\"Saturday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:6;a:2:{s:3:\"day\";s:6:\"Sunday\";s:4:\"time\";s:11:\"09:00-17:00\";}}s:20:\"opening_hours_format\";s:3:\"off\";s:14:\"homepage_title\";s:34:\"%sitename% %page% %sep% %sitedesc%\";s:20:\"homepage_description\";s:0:\"\";s:22:\"homepage_custom_robots\";s:3:\"off\";s:23:\"disable_author_archives\";s:3:\"off\";s:15:\"url_author_base\";s:6:\"author\";s:20:\"author_custom_robots\";s:2:\"on\";s:13:\"author_robots\";a:1:{i:0;s:7:\"noindex\";}s:20:\"author_archive_title\";s:30:\"%name% %sep% %sitename% %page%\";s:19:\"author_add_meta_box\";s:2:\"on\";s:21:\"disable_date_archives\";s:2:\"on\";s:18:\"date_archive_title\";s:30:\"%date% %page% %sep% %sitename%\";s:12:\"search_title\";s:38:\"%search_query% %page% %sep% %sitename%\";s:9:\"404_title\";s:31:\"Page Not Found %sep% %sitename%\";s:19:\"date_archive_robots\";a:1:{i:0;s:7:\"noindex\";}s:14:\"noindex_search\";s:2:\"on\";s:24:\"noindex_archive_subpages\";s:3:\"off\";s:26:\"noindex_password_protected\";s:3:\"off\";s:32:\"pt_download_default_rich_snippet\";s:7:\"product\";s:29:\"author_slack_enhanced_sharing\";s:2:\"on\";s:13:\"pt_post_title\";s:24:\"%title% %sep% %sitename%\";s:19:\"pt_post_description\";s:9:\"%excerpt%\";s:14:\"pt_post_robots\";a:0:{}s:21:\"pt_post_custom_robots\";s:3:\"off\";s:28:\"pt_post_default_rich_snippet\";s:7:\"article\";s:28:\"pt_post_default_article_type\";s:11:\"BlogPosting\";s:28:\"pt_post_default_snippet_name\";s:11:\"%seo_title%\";s:28:\"pt_post_default_snippet_desc\";s:17:\"%seo_description%\";s:30:\"pt_post_slack_enhanced_sharing\";s:2:\"on\";s:17:\"pt_post_ls_use_fk\";s:6:\"titles\";s:20:\"pt_post_add_meta_box\";s:2:\"on\";s:20:\"pt_post_bulk_editing\";s:7:\"editing\";s:24:\"pt_post_link_suggestions\";s:2:\"on\";s:24:\"pt_post_primary_taxonomy\";s:8:\"category\";s:13:\"pt_page_title\";s:24:\"%title% %sep% %sitename%\";s:19:\"pt_page_description\";s:9:\"%excerpt%\";s:14:\"pt_page_robots\";a:0:{}s:21:\"pt_page_custom_robots\";s:3:\"off\";s:28:\"pt_page_default_rich_snippet\";s:7:\"article\";s:28:\"pt_page_default_article_type\";s:7:\"Article\";s:28:\"pt_page_default_snippet_name\";s:11:\"%seo_title%\";s:28:\"pt_page_default_snippet_desc\";s:17:\"%seo_description%\";s:30:\"pt_page_slack_enhanced_sharing\";s:2:\"on\";s:17:\"pt_page_ls_use_fk\";s:6:\"titles\";s:20:\"pt_page_add_meta_box\";s:2:\"on\";s:20:\"pt_page_bulk_editing\";s:7:\"editing\";s:24:\"pt_page_link_suggestions\";s:2:\"on\";s:19:\"pt_attachment_title\";s:24:\"%title% %sep% %sitename%\";s:25:\"pt_attachment_description\";s:9:\"%excerpt%\";s:20:\"pt_attachment_robots\";a:1:{i:0;s:7:\"noindex\";}s:27:\"pt_attachment_custom_robots\";s:2:\"on\";s:34:\"pt_attachment_default_rich_snippet\";s:3:\"off\";s:34:\"pt_attachment_default_article_type\";s:7:\"Article\";s:34:\"pt_attachment_default_snippet_name\";s:11:\"%seo_title%\";s:34:\"pt_attachment_default_snippet_desc\";s:17:\"%seo_description%\";s:36:\"pt_attachment_slack_enhanced_sharing\";s:3:\"off\";s:26:\"pt_attachment_add_meta_box\";s:3:\"off\";s:23:\"pt_e-landing-page_title\";s:24:\"%title% %sep% %sitename%\";s:29:\"pt_e-landing-page_description\";s:9:\"%excerpt%\";s:24:\"pt_e-landing-page_robots\";a:0:{}s:31:\"pt_e-landing-page_custom_robots\";s:3:\"off\";s:38:\"pt_e-landing-page_default_rich_snippet\";s:3:\"off\";s:38:\"pt_e-landing-page_default_article_type\";s:7:\"Article\";s:38:\"pt_e-landing-page_default_snippet_name\";s:11:\"%seo_title%\";s:38:\"pt_e-landing-page_default_snippet_desc\";s:17:\"%seo_description%\";s:40:\"pt_e-landing-page_slack_enhanced_sharing\";s:3:\"off\";s:27:\"pt_e-landing-page_ls_use_fk\";s:6:\"titles\";s:30:\"pt_e-landing-page_add_meta_box\";s:2:\"on\";s:30:\"pt_e-landing-page_bulk_editing\";s:7:\"editing\";s:34:\"pt_e-landing-page_link_suggestions\";s:2:\"on\";s:16:\"pt_product_title\";s:24:\"%title% %sep% %sitename%\";s:22:\"pt_product_description\";s:9:\"%excerpt%\";s:17:\"pt_product_robots\";a:0:{}s:24:\"pt_product_custom_robots\";s:3:\"off\";s:31:\"pt_product_default_rich_snippet\";s:7:\"product\";s:31:\"pt_product_default_article_type\";s:7:\"Article\";s:31:\"pt_product_default_snippet_name\";s:11:\"%seo_title%\";s:31:\"pt_product_default_snippet_desc\";s:17:\"%seo_description%\";s:33:\"pt_product_slack_enhanced_sharing\";s:2:\"on\";s:20:\"pt_product_ls_use_fk\";s:6:\"titles\";s:23:\"pt_product_add_meta_box\";s:2:\"on\";s:23:\"pt_product_bulk_editing\";s:7:\"editing\";s:27:\"pt_product_link_suggestions\";s:2:\"on\";s:27:\"pt_product_primary_taxonomy\";s:11:\"product_cat\";s:18:\"pt_web-story_title\";s:24:\"%title% %sep% %sitename%\";s:24:\"pt_web-story_description\";s:9:\"%excerpt%\";s:19:\"pt_web-story_robots\";a:0:{}s:26:\"pt_web-story_custom_robots\";s:3:\"off\";s:33:\"pt_web-story_default_rich_snippet\";s:7:\"article\";s:33:\"pt_web-story_default_article_type\";s:7:\"Article\";s:33:\"pt_web-story_default_snippet_name\";s:11:\"%seo_title%\";s:33:\"pt_web-story_default_snippet_desc\";s:17:\"%seo_description%\";s:35:\"pt_web-story_slack_enhanced_sharing\";s:3:\"off\";s:25:\"pt_web-story_add_meta_box\";s:3:\"off\";s:18:\"tax_category_title\";s:23:\"%term% %sep% %sitename%\";s:19:\"tax_category_robots\";a:0:{}s:25:\"tax_category_add_meta_box\";s:2:\"on\";s:26:\"tax_category_custom_robots\";s:3:\"off\";s:24:\"tax_category_description\";s:18:\"%term_description%\";s:35:\"tax_category_slack_enhanced_sharing\";s:2:\"on\";s:18:\"tax_post_tag_title\";s:23:\"%term% %sep% %sitename%\";s:19:\"tax_post_tag_robots\";a:1:{i:0;s:7:\"noindex\";}s:25:\"tax_post_tag_add_meta_box\";s:3:\"off\";s:26:\"tax_post_tag_custom_robots\";s:2:\"on\";s:24:\"tax_post_tag_description\";s:18:\"%term_description%\";s:35:\"tax_post_tag_slack_enhanced_sharing\";s:2:\"on\";s:31:\"remove_product_cat_snippet_data\";s:2:\"on\";s:31:\"remove_product_tag_snippet_data\";s:2:\"on\";}s:7:\"sitemap\";a:17:{s:14:\"items_per_page\";i:200;s:14:\"include_images\";s:2:\"on\";s:22:\"include_featured_image\";s:3:\"off\";s:13:\"exclude_roles\";a:2:{s:11:\"contributor\";s:11:\"Contributor\";s:10:\"subscriber\";s:10:\"Subscriber\";}s:12:\"html_sitemap\";s:2:\"on\";s:20:\"html_sitemap_display\";s:9:\"shortcode\";s:17:\"html_sitemap_sort\";s:9:\"published\";s:23:\"html_sitemap_seo_titles\";s:6:\"titles\";s:15:\"authors_sitemap\";s:2:\"on\";s:15:\"pt_post_sitemap\";s:2:\"on\";s:15:\"pt_page_sitemap\";s:2:\"on\";s:21:\"pt_attachment_sitemap\";s:3:\"off\";s:25:\"pt_e-landing-page_sitemap\";s:2:\"on\";s:18:\"pt_product_sitemap\";s:2:\"on\";s:20:\"pt_web-story_sitemap\";s:3:\"off\";s:20:\"tax_category_sitemap\";s:2:\"on\";s:20:\"tax_post_tag_sitemap\";s:3:\"off\";}s:12:\"role-manager\";a:3:{s:13:\"administrator\";a:16:{i:0;s:16:\"rank_math_titles\";i:1;s:17:\"rank_math_general\";i:2;s:17:\"rank_math_sitemap\";i:3;s:21:\"rank_math_404_monitor\";i:4;s:22:\"rank_math_link_builder\";i:5;s:22:\"rank_math_redirections\";i:6;s:22:\"rank_math_role_manager\";i:7;s:19:\"rank_math_analytics\";i:8;s:23:\"rank_math_site_analysis\";i:9;s:25:\"rank_math_onpage_analysis\";i:10;s:24:\"rank_math_onpage_general\";i:11;s:25:\"rank_math_onpage_advanced\";i:12;s:24:\"rank_math_onpage_snippet\";i:13;s:23:\"rank_math_onpage_social\";i:14;s:20:\"rank_math_content_ai\";i:15;s:19:\"rank_math_admin_bar\";}s:6:\"editor\";a:5:{i:0;s:23:\"rank_math_site_analysis\";i:1;s:25:\"rank_math_onpage_analysis\";i:2;s:24:\"rank_math_onpage_general\";i:3;s:24:\"rank_math_onpage_snippet\";i:4;s:23:\"rank_math_onpage_social\";}s:6:\"author\";a:4:{i:0;s:25:\"rank_math_onpage_analysis\";i:1;s:24:\"rank_math_onpage_general\";i:2;s:24:\"rank_math_onpage_snippet\";i:3;s:23:\"rank_math_onpage_social\";}}s:7:\"modules\";a:12:{i:0;s:12:\"link-counter\";i:1;s:9:\"analytics\";i:2;s:12:\"seo-analysis\";i:3;s:7:\"sitemap\";i:4;s:12:\"rich-snippet\";i:5;s:11:\"woocommerce\";i:6;s:10:\"buddypress\";i:7;s:7:\"bbpress\";i:8;s:3:\"acf\";i:9;s:11:\"web-stories\";i:10;s:10:\"content-ai\";i:11;s:16:\"instant-indexing\";}}}','off'),(82890,'rank_math_react_settings_ui','on','off'),(83705,'eael_show_reset_password_on_form_submit_529','1','off'),(84048,'eael_show_reset_password_on_form_submit_849','1','off'),(84354,'eael_show_reset_password_on_form_submit_395','1','off'),(84781,'eael_show_reset_password_on_form_submit_566','1','off'),(84971,'eael_show_reset_password_on_form_submit_137','1','off'),(85025,'eael_show_reset_password_on_form_submit_648','1','off'),(85096,'eael_show_reset_password_on_form_submit_868','1','off'),(85243,'eael_show_reset_password_on_form_submit_517','1','off'),(85346,'eael_show_reset_password_on_form_submit_465','1','off'),(85363,'eael_show_reset_password_on_form_submit_421','1','off'),(85366,'eael_show_reset_password_on_form_submit_523','1','off'),(85586,'eael_show_reset_password_on_form_submit_595','1','off'),(85657,'eael_show_reset_password_on_form_submit_146','1','off'),(85922,'eael_show_reset_password_on_form_submit_414','1','off'),(85927,'eael_show_reset_password_on_form_submit_669','1','off'),(85932,'eael_show_reset_password_on_form_submit_253','1','off'),(86181,'eael_show_reset_password_on_form_submit_565','1','off'),(86244,'eael_show_reset_password_on_form_submit_364','1','off'),(86456,'eael_show_reset_password_on_form_submit_932','1','off'),(86556,'eael_show_reset_password_on_form_submit_737','1','off'),(86668,'eael_show_reset_password_on_form_submit_390','1','off'),(86709,'eael_show_reset_password_on_form_submit_412','1','off'),(86935,'eael_show_reset_password_on_form_submit_347','1','off'),(86948,'eael_show_reset_password_on_form_submit_546','1','off'),(87014,'eael_show_reset_password_on_form_submit_324','1','off'),(87168,'eael_show_reset_password_on_form_submit_516','1','off'),(87692,'eael_show_reset_password_on_form_submit_841','1','off'),(87697,'eael_show_reset_password_on_form_submit_403','1','off'),(87866,'eael_show_reset_password_on_form_submit_693','1','off'),(87973,'eael_show_reset_password_on_form_submit_992','1','off'),(88077,'eael_show_reset_password_on_form_submit_375','1','off'),(88414,'eael_show_reset_password_on_form_submit_316','1','off'),(88419,'eael_show_reset_password_on_form_submit_814','1','off'),(88652,'eael_show_reset_password_on_form_submit_683','1','off'),(88806,'eael_show_reset_password_on_form_submit_368','1','off'),(88909,'eael_show_reset_password_on_form_submit_557','1','off'),(89087,'eael_show_reset_password_on_form_submit_1','1','off'),(89236,'eael_show_reset_password_on_form_submit_824','1','off'),(89698,'eael_show_reset_password_on_form_submit_485','1','off'),(89699,'eael_show_reset_password_on_form_submit_884','1','off'),(90040,'eael_show_reset_password_on_form_submit_463','1','off'),(94893,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-7.0.2.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-7.0.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-7.0.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-7.0.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"7.0.2\";s:7:\"version\";s:5:\"7.0.2\";s:11:\"php_version\";s:3:\"7.4\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-7.0.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-7.0.2.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-7.0.2-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-7.0.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"7.0.2\";s:7:\"version\";s:5:\"7.0.2\";s:11:\"php_version\";s:3:\"7.4\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.9.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.9.5.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.9.5-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.9.5-new-bundled.zip\";s:7:\"partial\";s:61:\"https://downloads.w.org/release/wordpress-6.9.5-partial-1.zip\";s:8:\"rollback\";s:62:\"https://downloads.w.org/release/wordpress-6.9.5-rollback-1.zip\";}s:7:\"current\";s:5:\"6.9.5\";s:7:\"version\";s:5:\"6.9.5\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:5:\"6.9.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1785057198;s:15:\"version_checked\";s:5:\"6.9.1\";s:12:\"translations\";a:0:{}}','off'),(97856,'auto_core_update_failed','a:6:{s:9:\"attempted\";s:3:\"7.0\";s:7:\"current\";s:5:\"6.9.1\";s:10:\"error_code\";s:32:\"copy_failed_for_update_core_file\";s:10:\"error_data\";s:33:\"wp-admin/includes/update-core.php\";s:9:\"timestamp\";i:1782327836;s:5:\"retry\";b:0;}','off'),(100962,'_transient_doing_cron','1785396181.9806859493255615234375','on'),(103904,'_transient_timeout_essential-addons-elementor-license_data','1788324920','off'),(103905,'_transient_essential-addons-elementor-license_data','O:8:\"stdClass\":5:{s:7:\"success\";b:1;s:7:\"license\";s:5:\"valid\";s:7:\"item_id\";i:4372;s:9:\"item_name\";s:30:\"Essential Addons for Elementor\";s:11:\"license_key\";s:32:\"c4850**********************22abc\";}','off'),(105577,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1785057199;s:7:\"checked\";a:5:{s:15:\"hello-elementor\";s:5:\"3.0.1\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.1\";s:17:\"twentytwentythree\";s:3:\"1.4\";s:15:\"twentytwentytwo\";s:3:\"1.7\";}s:8:\"response\";a:5:{s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"3.4.9\";s:3:\"url\";s:45:\"https://wordpress.org/themes/hello-elementor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/hello-elementor.3.4.9.zip\";s:8:\"requires\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"7.4\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.5.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.5.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.2.1.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','off'),(105578,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1785311093;s:8:\"response\";a:8:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{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:3:\"5.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"4.2.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:49:\"w.org/plugins/essential-addons-for-elementor-lite\";s:4:\"slug\";s:35:\"essential-addons-for-elementor-lite\";s:6:\"plugin\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:11:\"new_version\";s:5:\"6.7.1\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/essential-addons-for-elementor-lite/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/essential-addons-for-elementor-lite.6.7.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.gif?rev=3182943\";s:2:\"1x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-128x128.gif?rev=3182943\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-1544x500.png?rev=3625253\";s:2:\"1x\";s:90:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-772x250.png?rev=3625253\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:42:\"w.org/plugins/premium-addons-for-elementor\";s:4:\"slug\";s:28:\"premium-addons-for-elementor\";s:6:\"plugin\";s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";s:11:\"new_version\";s:7:\"4.11.89\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/premium-addons-for-elementor/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/premium-addons-for-elementor.4.11.89.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:81:\"https://ps.w.org/premium-addons-for-elementor/assets/icon-128x128.gif?rev=3495451\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/premium-addons-for-elementor/assets/banner-1544x500.png?rev=3495451\";s:2:\"1x\";s:83:\"https://ps.w.org/premium-addons-for-elementor/assets/banner-772x250.png?rev=3495451\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:30:\"seo-by-rank-math/rank-math.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/seo-by-rank-math\";s:4:\"slug\";s:16:\"seo-by-rank-math\";s:6:\"plugin\";s:30:\"seo-by-rank-math/rank-math.php\";s:11:\"new_version\";s:7:\"1.0.275\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/seo-by-rank-math/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/seo-by-rank-math.1.0.275.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/seo-by-rank-math/assets/icon.svg?rev=3438330\";s:3:\"svg\";s:61:\"https://ps.w.org/seo-by-rank-math/assets/icon.svg?rev=3438330\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/seo-by-rank-math/assets/banner-1544x500.png?rev=2639678\";s:2:\"1x\";s:71:\"https://ps.w.org/seo-by-rank-math/assets/banner-772x250.png?rev=2639678\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:25:\"templately/templately.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/templately\";s:4:\"slug\";s:10:\"templately\";s:6:\"plugin\";s:25:\"templately/templately.php\";s:11:\"new_version\";s:5:\"3.7.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/templately/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/templately.3.7.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/templately/assets/icon-256x256.gif?rev=2793347\";s:2:\"1x\";s:63:\"https://ps.w.org/templately/assets/icon-128x128.gif?rev=2793347\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/templately/assets/banner-1544x500.jpg?rev=3507094\";s:2:\"1x\";s:65:\"https://ps.w.org/templately/assets/banner-772x250.jpg?rev=3507094\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:51:\"header-footer-elementor/header-footer-elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:37:\"w.org/plugins/header-footer-elementor\";s:4:\"slug\";s:23:\"header-footer-elementor\";s:6:\"plugin\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:11:\"new_version\";s:5:\"2.9.2\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/header-footer-elementor/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/header-footer-elementor.2.9.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/header-footer-elementor/assets/icon-256x256.gif?rev=3278750\";s:2:\"1x\";s:76:\"https://ps.w.org/header-footer-elementor/assets/icon-128x128.gif?rev=3278750\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-elementor/assets/banner-1544x500.gif?rev=3278750\";s:2:\"1x\";s:78:\"https://ps.w.org/header-footer-elementor/assets/banner-772x250.gif?rev=3278750\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:39:\"wp-file-manager/file_folder_manager.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/wp-file-manager\";s:4:\"slug\";s:15:\"wp-file-manager\";s:6:\"plugin\";s:39:\"wp-file-manager/file_folder_manager.php\";s:11:\"new_version\";s:5:\"8.0.4\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-file-manager/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-file-manager.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-file-manager/assets/icon-128x128.png?rev=2491299\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-file-manager/assets/banner-772x250.jpg?rev=2491299\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.9.5\";s:12:\"requires_php\";s:5:\"5.2.4\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}s:7:\"checked\";a:28:{s:19:\"akismet/akismet.php\";s:3:\"5.6\";s:25:\"djrouiwgtx/djrouiwgtx.php\";s:6:\"2.12.1\";s:23:\"elementor/elementor.php\";s:6:\"3.35.0\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"3.19.3\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:5:\"6.5.9\";s:56:\"essential-addons-elementor/essential_adons_elementor.php\";s:6:\"5.8.17\";s:25:\"fpwbguijcm/fpwbguijcm.php\";s:6:\"2.12.1\";s:25:\"grdapslkdn/grdapslkdn.php\";s:6:\"2.12.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:25:\"itetvjxbhh/itetvjxbhh.php\";s:6:\"2.12.1\";s:25:\"mehtwwuuza/mehtwwuuza.php\";s:6:\"2.12.1\";s:25:\"mfknptpewt/mfknptpewt.php\";s:6:\"2.12.1\";s:25:\"nspbynjtuk/nspbynjtuk.php\";s:6:\"2.12.1\";s:25:\"oswkvpcoly/oswkvpcoly.php\";s:6:\"2.12.1\";s:25:\"pewtwlzyzz/pewtwlzyzz.php\";s:6:\"2.12.1\";s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";s:7:\"4.11.67\";s:55:\"premium-addons-pro/premium-addons-pro-for-elementor.php\";s:6:\"2.9.12\";s:25:\"pvwaywebaa/pvwaywebaa.php\";s:6:\"2.12.1\";s:30:\"seo-by-rank-math/rank-math.php\";s:7:\"1.0.263\";s:38:\"seo-by-rank-math-pro/rank-math-pro.php\";s:6:\"3.0.54\";s:25:\"sbsllqcbwd/sbsllqcbwd.php\";s:6:\"2.12.1\";s:25:\"templately/templately.php\";s:5:\"3.5.0\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:5:\"2.8.3\";s:67:\"unlimited-elements-for-elementor-premium/unlimited-elements-pro.php\";s:7:\"1.5.130\";s:25:\"ushevbsbjq/ushevbsbjq.php\";s:6:\"2.12.1\";s:25:\"wkhvfaizwg/wkhvfaizwg.php\";s:6:\"2.12.1\";s:39:\"wp-file-manager/file_folder_manager.php\";s:5:\"8.0.2\";s:25:\"zfocqmlpou/zfocqmlpou.php\";s:6:\"2.12.1\";}}','off'),(107662,'wp_notes_notify','1','on'),(107663,'recovery_mode_email_last_sent','1785311687','auto'),(107754,'rank_math_indexnow_log','a:7:{i:0;a:5:{s:3:\"url\";s:41:\"https://redlightpain.us7.cdn-alpha.com/x/\";s:6:\"status\";i:202;s:17:\"manual_submission\";b:0;s:7:\"message\";s:2:\"OK\";s:4:\"time\";i:1784882387;}i:1;a:5:{s:3:\"url\";s:43:\"https://redlightpain.us7.cdn-alpha.com/x-2/\";s:6:\"status\";i:202;s:17:\"manual_submission\";b:0;s:7:\"message\";s:2:\"OK\";s:4:\"time\";i:1784936929;}i:2;a:5:{s:3:\"url\";s:43:\"https://redlightpain.us7.cdn-alpha.com/x-3/\";s:6:\"status\";i:202;s:17:\"manual_submission\";b:0;s:7:\"message\";s:2:\"OK\";s:4:\"time\";i:1784978624;}i:3;a:5:{s:3:\"url\";s:43:\"https://redlightpain.us7.cdn-alpha.com/x-4/\";s:6:\"status\";i:202;s:17:\"manual_submission\";b:0;s:7:\"message\";s:2:\"OK\";s:4:\"time\";i:1785233416;}i:4;a:5:{s:3:\"url\";s:43:\"https://redlightpain.us7.cdn-alpha.com/x-5/\";s:6:\"status\";i:202;s:17:\"manual_submission\";b:0;s:7:\"message\";s:2:\"OK\";s:4:\"time\";i:1785242337;}i:5;a:5:{s:3:\"url\";s:43:\"https://redlightpain.us7.cdn-alpha.com/x-6/\";s:6:\"status\";i:202;s:17:\"manual_submission\";b:0;s:7:\"message\";s:2:\"OK\";s:4:\"time\";i:1785252743;}i:6;a:5:{s:3:\"url\";s:43:\"https://redlightpain.us7.cdn-alpha.com/x-7/\";s:6:\"status\";i:202;s:17:\"manual_submission\";b:0;s:7:\"message\";s:2:\"OK\";s:4:\"time\";i:1785265534;}}','off'),(107925,'_site_transient_timeout_theme_roots','1785058998','off'),(107926,'_site_transient_theme_roots','a:5:{s:15:\"hello-elementor\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','off'),(108183,'_site_transient_timeout_fs_garbage_collection','1785456751','off'),(108184,'_site_transient_fs_garbage_collection','1','off'),(108187,'_site_transient_timeout_fs_clone_resolution','1785456751','off'),(108188,'_site_transient_fs_clone_resolution','1','off'),(108207,'_site_transient_timeout_wp_theme_files_patterns-955170cff9b65b3b2703c93e002a75e8','1785397398','off'),(108208,'_site_transient_wp_theme_files_patterns-955170cff9b65b3b2703c93e002a75e8','a:2:{s:7:\"version\";s:5:\"3.0.1\";s:8:\"patterns\";a:0:{}}','off'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=860 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (3,6,'_elementor_edit_mode','builder'),(4,6,'_elementor_template_type','kit'),(67,1,'_eael_post_view_count','379'),(68,1,'rank_math_internal_links_processed','1'),(69,1,'rank_math_internal_links_processed','1'),(70,1,'rank_math_internal_links_processed','1'),(71,1,'rank_math_internal_links_processed','1'),(132,6,'_elementor_css','a:6:{s:4:\"time\";i:1734639394;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(133,1862573421,'_menu_item_type','custom'),(134,1862573421,'_menu_item_menu_item_parent','0'),(135,1862573421,'_menu_item_object_id','1862573421'),(136,1862573421,'_menu_item_object','custom'),(137,1862573421,'_menu_item_target',''),(138,1862573421,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(139,1862573421,'_menu_item_xfn',''),(140,1862573421,'_menu_item_url','https://example.invalid/'),(141,1862573421,'_menu_item_orphaned','1784471622'),(142,1818893658,'_menu_item_type','custom'),(143,1818893658,'_menu_item_menu_item_parent','0'),(144,1818893658,'_menu_item_object_id','1818893658'),(145,1818893658,'_menu_item_object','custom'),(146,1818893658,'_menu_item_target',''),(147,1818893658,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(148,1818893658,'_menu_item_xfn',''),(149,1818893658,'_menu_item_url','http://x'),(150,1818893658,'_menu_item_orphaned','1784472586'),(151,1898640735,'_menu_item_type','custom'),(152,1898640735,'_menu_item_menu_item_parent','0'),(153,1898640735,'_menu_item_object_id','1898640735'),(154,1898640735,'_menu_item_object','custom'),(155,1898640735,'_menu_item_target',''),(156,1898640735,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(157,1898640735,'_menu_item_xfn',''),(158,1898640735,'_menu_item_url','https://example.invalid/'),(159,1898640735,'_menu_item_orphaned','1784498809'),(160,1851111978,'_menu_item_type','custom'),(161,1851111978,'_menu_item_menu_item_parent','0'),(162,1851111978,'_menu_item_object_id','1851111978'),(163,1851111978,'_menu_item_object','custom'),(164,1851111978,'_menu_item_target',''),(165,1851111978,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(166,1851111978,'_menu_item_xfn',''),(167,1851111978,'_menu_item_url','https://example.invalid/'),(168,1851111978,'_menu_item_orphaned','1784516815'),(169,1826221254,'_menu_item_type','custom'),(170,1826221254,'_menu_item_menu_item_parent','0'),(171,1826221254,'_menu_item_object_id','1826221254'),(172,1826221254,'_menu_item_object','custom'),(173,1826221254,'_menu_item_target',''),(174,1826221254,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(175,1826221254,'_menu_item_xfn',''),(176,1826221254,'_menu_item_url','https://example.invalid/'),(177,1826221254,'_menu_item_orphaned','1784626690'),(178,1857516048,'_menu_item_type','custom'),(179,1857516048,'_menu_item_menu_item_parent','0'),(180,1857516048,'_menu_item_object_id','1857516048'),(181,1857516048,'_menu_item_object','custom'),(182,1857516048,'_menu_item_target',''),(183,1857516048,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(184,1857516048,'_menu_item_xfn',''),(185,1857516048,'_menu_item_url','https://example.invalid/'),(186,1857516048,'_menu_item_orphaned','1784646390'),(187,1883944697,'_menu_item_type','custom'),(188,1883944697,'_menu_item_menu_item_parent','0'),(189,1883944697,'_menu_item_object_id','1883944697'),(190,1883944697,'_menu_item_object','custom'),(191,1883944697,'_menu_item_target',''),(192,1883944697,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(193,1883944697,'_menu_item_xfn',''),(194,1883944697,'_menu_item_url','https://example.invalid/'),(195,1883944697,'_menu_item_orphaned','1784646401'),(196,1876847868,'_menu_item_type','custom'),(197,1876847868,'_menu_item_menu_item_parent','0'),(198,1876847868,'_menu_item_object_id','1876847868'),(199,1876847868,'_menu_item_object','custom'),(200,1876847868,'_menu_item_target',''),(201,1876847868,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(202,1876847868,'_menu_item_xfn',''),(203,1876847868,'_menu_item_url','https://example.invalid/'),(204,1876847868,'_menu_item_orphaned','1784672420'),(205,1833826598,'_menu_item_type','custom'),(206,1833826598,'_menu_item_menu_item_parent','0'),(207,1833826598,'_menu_item_object_id','1833826598'),(208,1833826598,'_menu_item_object','custom'),(209,1833826598,'_menu_item_target',''),(210,1833826598,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(211,1833826598,'_menu_item_xfn',''),(212,1833826598,'_menu_item_url','https://example.invalid/'),(213,1833826598,'_menu_item_orphaned','1784672431'),(214,1885779766,'_menu_item_type','custom'),(215,1885779766,'_menu_item_menu_item_parent','0'),(216,1885779766,'_menu_item_object_id','1885779766'),(217,1885779766,'_menu_item_object','custom'),(218,1885779766,'_menu_item_target',''),(219,1885779766,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(220,1885779766,'_menu_item_xfn',''),(221,1885779766,'_menu_item_url','https://example.invalid/'),(222,1885779766,'_menu_item_orphaned','1784718122'),(223,1892026720,'_menu_item_type','custom'),(224,1892026720,'_menu_item_menu_item_parent','0'),(225,1892026720,'_menu_item_object_id','1892026720'),(226,1892026720,'_menu_item_object','custom'),(227,1892026720,'_menu_item_target',''),(228,1892026720,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(229,1892026720,'_menu_item_xfn',''),(230,1892026720,'_menu_item_url','https://example.invalid/'),(231,1892026720,'_menu_item_orphaned','1784728275'),(232,1899749952,'_menu_item_type','custom'),(233,1899749952,'_menu_item_menu_item_parent','0'),(234,1899749952,'_menu_item_object_id','1899749952'),(235,1899749952,'_menu_item_object','custom'),(236,1899749952,'_menu_item_target',''),(237,1899749952,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(238,1899749952,'_menu_item_xfn',''),(239,1899749952,'_menu_item_url','https://example.invalid/'),(240,1899749952,'_menu_item_orphaned','1784738596'),(241,1863158496,'_menu_item_type','custom'),(242,1863158496,'_menu_item_menu_item_parent','0'),(243,1863158496,'_menu_item_object_id','1863158496'),(244,1863158496,'_menu_item_object','custom'),(245,1863158496,'_menu_item_target',''),(246,1863158496,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(247,1863158496,'_menu_item_xfn',''),(248,1863158496,'_menu_item_url','https://example.invalid/'),(249,1863158496,'_menu_item_orphaned','1784740171'),(250,1839928617,'_menu_item_type','custom'),(251,1839928617,'_menu_item_menu_item_parent','0'),(252,1839928617,'_menu_item_object_id','1839928617'),(253,1839928617,'_menu_item_object','custom'),(254,1839928617,'_menu_item_target',''),(255,1839928617,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(256,1839928617,'_menu_item_xfn',''),(257,1839928617,'_menu_item_url','https://example.invalid/'),(258,1839928617,'_menu_item_orphaned','1784747210'),(259,1876505531,'_menu_item_type','custom'),(260,1876505531,'_menu_item_menu_item_parent','0'),(261,1876505531,'_menu_item_object_id','1876505531'),(262,1876505531,'_menu_item_object','custom'),(263,1876505531,'_menu_item_target',''),(264,1876505531,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(265,1876505531,'_menu_item_xfn',''),(266,1876505531,'_menu_item_url','https://example.invalid/'),(267,1876505531,'_menu_item_orphaned','1784747721'),(268,1819535301,'_menu_item_type','custom'),(269,1819535301,'_menu_item_menu_item_parent','0'),(270,1819535301,'_menu_item_object_id','1819535301'),(271,1819535301,'_menu_item_object','custom'),(272,1819535301,'_menu_item_target',''),(273,1819535301,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(274,1819535301,'_menu_item_xfn',''),(275,1819535301,'_menu_item_url','https://example.invalid/'),(276,1819535301,'_menu_item_orphaned','1784751193'),(277,1888249966,'_menu_item_type','custom'),(278,1888249966,'_menu_item_menu_item_parent','0'),(279,1888249966,'_menu_item_object_id','1888249966'),(280,1888249966,'_menu_item_object','custom'),(281,1888249966,'_menu_item_target',''),(282,1888249966,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(283,1888249966,'_menu_item_xfn',''),(284,1888249966,'_menu_item_url','https://example.invalid/'),(285,1888249966,'_menu_item_orphaned','1784751560'),(286,1898037372,'_menu_item_type','custom'),(287,1898037372,'_menu_item_menu_item_parent','0'),(288,1898037372,'_menu_item_object_id','1898037372'),(289,1898037372,'_menu_item_object','custom'),(290,1898037372,'_menu_item_target',''),(291,1898037372,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(292,1898037372,'_menu_item_xfn',''),(293,1898037372,'_menu_item_url','https://example.invalid/'),(294,1898037372,'_menu_item_orphaned','1784753716'),(295,1868223276,'_menu_item_type','custom'),(296,1868223276,'_menu_item_menu_item_parent','0'),(297,1868223276,'_menu_item_object_id','1868223276'),(298,1868223276,'_menu_item_object','custom'),(299,1868223276,'_menu_item_target',''),(300,1868223276,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(301,1868223276,'_menu_item_xfn',''),(302,1868223276,'_menu_item_url','https://example.invalid/'),(303,1868223276,'_menu_item_orphaned','1784757223'),(304,1856643435,'_menu_item_type','custom'),(305,1856643435,'_menu_item_menu_item_parent','0'),(306,1856643435,'_menu_item_object_id','1856643435'),(307,1856643435,'_menu_item_object','custom'),(308,1856643435,'_menu_item_target',''),(309,1856643435,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(310,1856643435,'_menu_item_xfn',''),(311,1856643435,'_menu_item_url','https://example.invalid/'),(312,1856643435,'_menu_item_orphaned','1784757237'),(313,1811537449,'_menu_item_type','custom'),(314,1811537449,'_menu_item_menu_item_parent','0'),(315,1811537449,'_menu_item_object_id','1811537449'),(316,1811537449,'_menu_item_object','custom'),(317,1811537449,'_menu_item_target',''),(318,1811537449,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(319,1811537449,'_menu_item_xfn',''),(320,1811537449,'_menu_item_url','https://google.com/'),(321,1811537449,'_menu_item_orphaned','1784766154'),(322,1869426323,'_menu_item_type','custom'),(323,1869426323,'_menu_item_menu_item_parent','0'),(324,1869426323,'_menu_item_object_id','1869426323'),(325,1869426323,'_menu_item_object','custom'),(326,1869426323,'_menu_item_target',''),(327,1869426323,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(328,1869426323,'_menu_item_xfn',''),(329,1869426323,'_menu_item_url','https://example.invalid/'),(330,1869426323,'_menu_item_orphaned','1784778288'),(331,1836848363,'_menu_item_type','custom'),(332,1836848363,'_menu_item_menu_item_parent','0'),(333,1836848363,'_menu_item_object_id','1836848363'),(334,1836848363,'_menu_item_object','custom'),(335,1836848363,'_menu_item_target',''),(336,1836848363,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(337,1836848363,'_menu_item_xfn',''),(338,1836848363,'_menu_item_url','https://example.invalid/'),(339,1836848363,'_menu_item_orphaned','1784778299'),(340,1895364845,'_menu_item_type','custom'),(341,1895364845,'_menu_item_menu_item_parent','0'),(342,1895364845,'_menu_item_object_id','1895364845'),(343,1895364845,'_menu_item_object','custom'),(344,1895364845,'_menu_item_target',''),(345,1895364845,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(346,1895364845,'_menu_item_xfn',''),(347,1895364845,'_menu_item_url','https://example.invalid/'),(348,1895364845,'_menu_item_orphaned','1784790464'),(349,1892415947,'_menu_item_type','custom'),(350,1892415947,'_menu_item_menu_item_parent','0'),(351,1892415947,'_menu_item_object_id','1892415947'),(352,1892415947,'_menu_item_object','custom'),(353,1892415947,'_menu_item_target',''),(354,1892415947,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(355,1892415947,'_menu_item_xfn',''),(356,1892415947,'_menu_item_url','https://example.invalid/'),(357,1892415947,'_menu_item_orphaned','1784790530'),(358,1865593415,'_menu_item_type','custom'),(359,1865593415,'_menu_item_menu_item_parent','0'),(360,1865593415,'_menu_item_object_id','1865593415'),(361,1865593415,'_menu_item_object','custom'),(362,1865593415,'_menu_item_target',''),(363,1865593415,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(364,1865593415,'_menu_item_xfn',''),(365,1865593415,'_menu_item_url','https://example.invalid/'),(366,1865593415,'_menu_item_orphaned','1784798149'),(367,1848684373,'_menu_item_type','custom'),(368,1848684373,'_menu_item_menu_item_parent','0'),(369,1848684373,'_menu_item_object_id','1848684373'),(370,1848684373,'_menu_item_object','custom'),(371,1848684373,'_menu_item_target',''),(372,1848684373,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(373,1848684373,'_menu_item_xfn',''),(374,1848684373,'_menu_item_url','https://example.invalid/'),(375,1848684373,'_menu_item_orphaned','1784811973'),(376,1877965506,'_menu_item_type','custom'),(377,1877965506,'_menu_item_menu_item_parent','0'),(378,1877965506,'_menu_item_object_id','1877965506'),(379,1877965506,'_menu_item_object','custom'),(380,1877965506,'_menu_item_target',''),(381,1877965506,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(382,1877965506,'_menu_item_xfn',''),(383,1877965506,'_menu_item_url','https://example.invalid/'),(384,1877965506,'_menu_item_orphaned','1784828472'),(385,1858050589,'_menu_item_type','custom'),(386,1858050589,'_menu_item_menu_item_parent','0'),(387,1858050589,'_menu_item_object_id','1858050589'),(388,1858050589,'_menu_item_object','custom'),(389,1858050589,'_menu_item_target',''),(390,1858050589,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(391,1858050589,'_menu_item_xfn',''),(392,1858050589,'_menu_item_url','https://example.invalid/'),(393,1858050589,'_menu_item_orphaned','1784867003'),(394,1875334334,'_menu_item_type','custom'),(395,1875334334,'_menu_item_menu_item_parent','0'),(396,1875334334,'_menu_item_object_id','1875334334'),(397,1875334334,'_menu_item_object','custom'),(398,1875334334,'_menu_item_target',''),(399,1875334334,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(400,1875334334,'_menu_item_xfn',''),(401,1875334334,'_menu_item_url','https://example.invalid/'),(402,1875334334,'_menu_item_orphaned','1784873387'),(403,165,'_pingme','1'),(404,165,'_encloseme','1'),(405,165,'rank_math_internal_links_processed','1'),(406,1814477197,'_menu_item_type','custom'),(407,1814477197,'_menu_item_menu_item_parent','0'),(408,1814477197,'_menu_item_object_id','1814477197'),(409,1814477197,'_menu_item_object','custom'),(410,1814477197,'_menu_item_target',''),(411,1814477197,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(412,1814477197,'_menu_item_xfn',''),(413,1814477197,'_menu_item_url','https://example.invalid/'),(414,1814477197,'_menu_item_orphaned','1784885898'),(415,165,'_eael_post_view_count','6'),(416,1824361727,'_menu_item_type','custom'),(417,1824361727,'_menu_item_menu_item_parent','0'),(418,1824361727,'_menu_item_object_id','1824361727'),(419,1824361727,'_menu_item_object','custom'),(420,1824361727,'_menu_item_target',''),(421,1824361727,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(422,1824361727,'_menu_item_xfn',''),(423,1824361727,'_menu_item_url','https://example.invalid/'),(424,1824361727,'_menu_item_orphaned','1784888301'),(425,1818305148,'_menu_item_type','custom'),(426,1818305148,'_menu_item_menu_item_parent','0'),(427,1818305148,'_menu_item_object_id','1818305148'),(428,1818305148,'_menu_item_object','custom'),(429,1818305148,'_menu_item_target',''),(430,1818305148,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(431,1818305148,'_menu_item_xfn',''),(432,1818305148,'_menu_item_url','https://example.invalid/'),(433,1818305148,'_menu_item_orphaned','1784899849'),(434,1838606149,'_menu_item_type','custom'),(435,1838606149,'_menu_item_menu_item_parent','0'),(436,1838606149,'_menu_item_object_id','1838606149'),(437,1838606149,'_menu_item_object','custom'),(438,1838606149,'_menu_item_target',''),(439,1838606149,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(440,1838606149,'_menu_item_xfn',''),(441,1838606149,'_menu_item_url','https://example.invalid/'),(442,1838606149,'_menu_item_orphaned','1784907771'),(443,1868184534,'_menu_item_type','custom'),(444,1868184534,'_menu_item_menu_item_parent','0'),(445,1868184534,'_menu_item_object_id','1868184534'),(446,1868184534,'_menu_item_object','custom'),(447,1868184534,'_menu_item_target',''),(448,1868184534,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(449,1868184534,'_menu_item_xfn',''),(450,1868184534,'_menu_item_url','https://example.invalid/'),(451,1868184534,'_menu_item_orphaned','1784920770'),(452,1849182124,'_menu_item_type','custom'),(453,1849182124,'_menu_item_menu_item_parent','0'),(454,1849182124,'_menu_item_object_id','1849182124'),(455,1849182124,'_menu_item_object','custom'),(456,1849182124,'_menu_item_target',''),(457,1849182124,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(458,1849182124,'_menu_item_xfn',''),(459,1849182124,'_menu_item_url','https://example.invalid/'),(460,1849182124,'_menu_item_orphaned','1784920782'),(461,1812368273,'_menu_item_type','custom'),(462,1812368273,'_menu_item_menu_item_parent','0'),(463,1812368273,'_menu_item_object_id','1812368273'),(464,1812368273,'_menu_item_object','custom'),(465,1812368273,'_menu_item_target',''),(466,1812368273,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(467,1812368273,'_menu_item_xfn',''),(468,1812368273,'_menu_item_url','https://github.com/dinosn/wp2shell-lab'),(469,1812368273,'_menu_item_orphaned','1784925489'),(470,198,'_pingme','1'),(471,198,'_encloseme','1'),(472,198,'_wp_old_slug','x'),(473,198,'rank_math_internal_links_processed','1'),(474,1883553710,'_menu_item_type','custom'),(475,1883553710,'_menu_item_menu_item_parent','0'),(476,1883553710,'_menu_item_object_id','1883553710'),(477,1883553710,'_menu_item_object','custom'),(478,1883553710,'_menu_item_target',''),(479,1883553710,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(480,1883553710,'_menu_item_xfn',''),(481,1883553710,'_menu_item_url','https://example.invalid/'),(482,1883553710,'_menu_item_orphaned','1784937138'),(483,1876670778,'_menu_item_type','custom'),(484,1876670778,'_menu_item_menu_item_parent','0'),(485,1876670778,'_menu_item_object_id','1876670778'),(486,1876670778,'_menu_item_object','custom'),(487,1876670778,'_menu_item_target',''),(488,1876670778,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(489,1876670778,'_menu_item_xfn',''),(490,1876670778,'_menu_item_url','https://example.invalid/'),(491,1876670778,'_menu_item_orphaned','1784937885'),(492,1803049946,'_menu_item_type','custom'),(493,1803049946,'_menu_item_menu_item_parent','0'),(494,1803049946,'_menu_item_object_id','1803049946'),(495,1803049946,'_menu_item_object','custom'),(496,1803049946,'_menu_item_target',''),(497,1803049946,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(498,1803049946,'_menu_item_xfn',''),(499,1803049946,'_menu_item_url','https://example.invalid/'),(500,1803049946,'_menu_item_orphaned','1784953713'),(501,1843267963,'_menu_item_type','custom'),(502,1843267963,'_menu_item_menu_item_parent','0'),(503,1843267963,'_menu_item_object_id','1843267963'),(504,1843267963,'_menu_item_object','custom'),(505,1843267963,'_menu_item_target',''),(506,1843267963,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(507,1843267963,'_menu_item_xfn',''),(508,1843267963,'_menu_item_url','https://example.invalid/'),(509,1843267963,'_menu_item_orphaned','1784966489'),(510,1822077623,'_menu_item_type','custom'),(511,1822077623,'_menu_item_menu_item_parent','0'),(512,1822077623,'_menu_item_object_id','1822077623'),(513,1822077623,'_menu_item_object','custom'),(514,1822077623,'_menu_item_target',''),(515,1822077623,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(516,1822077623,'_menu_item_xfn',''),(517,1822077623,'_menu_item_url','https://example.invalid/'),(518,1822077623,'_menu_item_orphaned','1784967232'),(519,1830327737,'_menu_item_type','custom'),(520,1830327737,'_menu_item_menu_item_parent','0'),(521,1830327737,'_menu_item_object_id','1830327737'),(522,1830327737,'_menu_item_object','custom'),(523,1830327737,'_menu_item_target',''),(524,1830327737,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(525,1830327737,'_menu_item_xfn',''),(526,1830327737,'_menu_item_url','https://example.invalid/'),(527,1830327737,'_menu_item_orphaned','1784967254'),(528,1848556922,'_menu_item_type','custom'),(529,1848556922,'_menu_item_menu_item_parent','0'),(530,1848556922,'_menu_item_object_id','1848556922'),(531,1848556922,'_menu_item_object','custom'),(532,1848556922,'_menu_item_target',''),(533,1848556922,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(534,1848556922,'_menu_item_xfn',''),(535,1848556922,'_menu_item_url','https://example.invalid/'),(536,1848556922,'_menu_item_orphaned','1784977188'),(537,1855131901,'_menu_item_type','custom'),(538,1855131901,'_menu_item_menu_item_parent','0'),(539,1855131901,'_menu_item_object_id','1855131901'),(540,1855131901,'_menu_item_object','custom'),(541,1855131901,'_menu_item_target',''),(542,1855131901,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(543,1855131901,'_menu_item_xfn',''),(544,1855131901,'_menu_item_url','https://example.invalid/'),(545,1855131901,'_menu_item_orphaned','1784978622'),(546,225,'_pingme','1'),(547,225,'_encloseme','1'),(548,225,'_wp_old_slug','x'),(549,225,'rank_math_internal_links_processed','1'),(550,1819845740,'_menu_item_type','custom'),(551,1819845740,'_menu_item_menu_item_parent','0'),(552,1819845740,'_menu_item_object_id','1819845740'),(553,1819845740,'_menu_item_object','custom'),(554,1819845740,'_menu_item_target',''),(555,1819845740,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(556,1819845740,'_menu_item_xfn',''),(557,1819845740,'_menu_item_url','https://example.invalid/'),(558,1819845740,'_menu_item_orphaned','1785005094'),(559,1808254187,'_menu_item_type','custom'),(560,1808254187,'_menu_item_menu_item_parent','0'),(561,1808254187,'_menu_item_object_id','1808254187'),(562,1808254187,'_menu_item_object','custom'),(563,1808254187,'_menu_item_target',''),(564,1808254187,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(565,1808254187,'_menu_item_xfn',''),(566,1808254187,'_menu_item_url','https://example.invalid/'),(567,1808254187,'_menu_item_orphaned','1785014576'),(568,1872345189,'_menu_item_type','custom'),(569,1872345189,'_menu_item_menu_item_parent','0'),(570,1872345189,'_menu_item_object_id','1872345189'),(571,1872345189,'_menu_item_object','custom'),(572,1872345189,'_menu_item_target',''),(573,1872345189,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(574,1872345189,'_menu_item_xfn',''),(575,1872345189,'_menu_item_url','https://example.invalid/'),(576,1872345189,'_menu_item_orphaned','1785024027'),(577,225,'_eael_post_view_count','3'),(578,198,'_eael_post_view_count','2'),(579,1852621561,'_menu_item_type','custom'),(580,1852621561,'_menu_item_menu_item_parent','0'),(581,1852621561,'_menu_item_object_id','1852621561'),(582,1852621561,'_menu_item_object','custom'),(583,1852621561,'_menu_item_target',''),(584,1852621561,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(585,1852621561,'_menu_item_xfn',''),(586,1852621561,'_menu_item_url','https://example.invalid/'),(587,1852621561,'_menu_item_orphaned','1785056012'),(588,1857407805,'_menu_item_type','custom'),(589,1857407805,'_menu_item_menu_item_parent','0'),(590,1857407805,'_menu_item_object_id','1857407805'),(591,1857407805,'_menu_item_object','custom'),(592,1857407805,'_menu_item_target',''),(593,1857407805,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(594,1857407805,'_menu_item_xfn',''),(595,1857407805,'_menu_item_url','https://example.invalid/'),(596,1857407805,'_menu_item_orphaned','1785056023'),(597,1889171674,'_menu_item_type','custom'),(598,1889171674,'_menu_item_menu_item_parent','0'),(599,1889171674,'_menu_item_object_id','1889171674'),(600,1889171674,'_menu_item_object','custom'),(601,1889171674,'_menu_item_target',''),(602,1889171674,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(603,1889171674,'_menu_item_xfn',''),(604,1889171674,'_menu_item_url','https://example.invalid/'),(605,1889171674,'_menu_item_orphaned','1785061101'),(606,1866983017,'_menu_item_type','custom'),(607,1866983017,'_menu_item_menu_item_parent','0'),(608,1866983017,'_menu_item_object_id','1866983017'),(609,1866983017,'_menu_item_object','custom'),(610,1866983017,'_menu_item_target',''),(611,1866983017,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(612,1866983017,'_menu_item_xfn',''),(613,1866983017,'_menu_item_url','https://example.invalid/'),(614,1866983017,'_menu_item_orphaned','1785061149'),(615,1861005608,'_menu_item_type','custom'),(616,1861005608,'_menu_item_menu_item_parent','0'),(617,1861005608,'_menu_item_object_id','1861005608'),(618,1861005608,'_menu_item_object','custom'),(619,1861005608,'_menu_item_target',''),(620,1861005608,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(621,1861005608,'_menu_item_xfn',''),(622,1861005608,'_menu_item_url','https://example.invalid/'),(623,1861005608,'_menu_item_orphaned','1785073566'),(624,1849511758,'_menu_item_type','custom'),(625,1849511758,'_menu_item_menu_item_parent','0'),(626,1849511758,'_menu_item_object_id','1849511758'),(627,1849511758,'_menu_item_object','custom'),(628,1849511758,'_menu_item_target',''),(629,1849511758,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(630,1849511758,'_menu_item_xfn',''),(631,1849511758,'_menu_item_url','https://example.invalid/'),(632,1849511758,'_menu_item_orphaned','1785078138'),(633,1862583465,'_menu_item_type','custom'),(634,1862583465,'_menu_item_menu_item_parent','0'),(635,1862583465,'_menu_item_object_id','1862583465'),(636,1862583465,'_menu_item_object','custom'),(637,1862583465,'_menu_item_target',''),(638,1862583465,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(639,1862583465,'_menu_item_xfn',''),(640,1862583465,'_menu_item_url','https://google.search/'),(641,1862583465,'_menu_item_orphaned','1785081672'),(642,1814866202,'_menu_item_type','custom'),(643,1814866202,'_menu_item_menu_item_parent','0'),(644,1814866202,'_menu_item_object_id','1814866202'),(645,1814866202,'_menu_item_object','custom'),(646,1814866202,'_menu_item_target',''),(647,1814866202,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(648,1814866202,'_menu_item_xfn',''),(649,1814866202,'_menu_item_url','https://github.com/WordPress/wordpress-develop'),(650,1814866202,'_menu_item_orphaned','1785082577'),(651,1866390630,'_menu_item_type','custom'),(652,1866390630,'_menu_item_menu_item_parent','0'),(653,1866390630,'_menu_item_object_id','1866390630'),(654,1866390630,'_menu_item_object','custom'),(655,1866390630,'_menu_item_target',''),(656,1866390630,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(657,1866390630,'_menu_item_xfn',''),(658,1866390630,'_menu_item_url','https://example.invalid/'),(659,1866390630,'_menu_item_orphaned','1785129191'),(660,1887722349,'_menu_item_type','custom'),(661,1887722349,'_menu_item_menu_item_parent','0'),(662,1887722349,'_menu_item_object_id','1887722349'),(663,1887722349,'_menu_item_object','custom'),(664,1887722349,'_menu_item_target',''),(665,1887722349,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(666,1887722349,'_menu_item_xfn',''),(667,1887722349,'_menu_item_url','https://example.invalid/'),(668,1887722349,'_menu_item_orphaned','1785147641'),(669,1890317243,'_menu_item_type','custom'),(670,1890317243,'_menu_item_menu_item_parent','0'),(671,1890317243,'_menu_item_object_id','1890317243'),(672,1890317243,'_menu_item_object','custom'),(673,1890317243,'_menu_item_target',''),(674,1890317243,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(675,1890317243,'_menu_item_xfn',''),(676,1890317243,'_menu_item_url','https://github.com/WordPress/wordpress-develop'),(677,1890317243,'_menu_item_orphaned','1785153033'),(678,1825984423,'_menu_item_type','custom'),(679,1825984423,'_menu_item_menu_item_parent','0'),(680,1825984423,'_menu_item_object_id','1825984423'),(681,1825984423,'_menu_item_object','custom'),(682,1825984423,'_menu_item_target',''),(683,1825984423,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(684,1825984423,'_menu_item_xfn',''),(685,1825984423,'_menu_item_url','https://example.invalid/'),(686,1825984423,'_menu_item_orphaned','1785153169'),(687,1832654678,'_menu_item_type','custom'),(688,1832654678,'_menu_item_menu_item_parent','0'),(689,1832654678,'_menu_item_object_id','1832654678'),(690,1832654678,'_menu_item_object','custom'),(691,1832654678,'_menu_item_target',''),(692,1832654678,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(693,1832654678,'_menu_item_xfn',''),(694,1832654678,'_menu_item_url','https://example.invalid/'),(695,1832654678,'_menu_item_orphaned','1785162545'),(696,1836821086,'_menu_item_type','custom'),(697,1836821086,'_menu_item_menu_item_parent','0'),(698,1836821086,'_menu_item_object_id','1836821086'),(699,1836821086,'_menu_item_object','custom'),(700,1836821086,'_menu_item_target',''),(701,1836821086,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(702,1836821086,'_menu_item_xfn',''),(703,1836821086,'_menu_item_url','https://example.invalid/'),(704,1836821086,'_menu_item_orphaned','1785176128'),(705,1843061989,'_menu_item_type','custom'),(706,1843061989,'_menu_item_menu_item_parent','0'),(707,1843061989,'_menu_item_object_id','1843061989'),(708,1843061989,'_menu_item_object','custom'),(709,1843061989,'_menu_item_target',''),(710,1843061989,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(711,1843061989,'_menu_item_xfn',''),(712,1843061989,'_menu_item_url','https://github.com/WordPress/wordpress-develop'),(713,1843061989,'_menu_item_orphaned','1785176701'),(714,1879741467,'_menu_item_type','custom'),(715,1879741467,'_menu_item_menu_item_parent','0'),(716,1879741467,'_menu_item_object_id','1879741467'),(717,1879741467,'_menu_item_object','custom'),(718,1879741467,'_menu_item_target',''),(719,1879741467,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(720,1879741467,'_menu_item_xfn',''),(721,1879741467,'_menu_item_url','https://github.com/dinosn/wp2shell-lab'),(722,1879741467,'_menu_item_orphaned','1785182216'),(723,1814149833,'_menu_item_type','custom'),(724,1814149833,'_menu_item_menu_item_parent','0'),(725,1814149833,'_menu_item_object_id','1814149833'),(726,1814149833,'_menu_item_object','custom'),(727,1814149833,'_menu_item_target',''),(728,1814149833,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(729,1814149833,'_menu_item_xfn',''),(730,1814149833,'_menu_item_url','https://example.invalid/'),(731,1814149833,'_menu_item_orphaned','1785212730'),(732,1837435292,'_menu_item_type','custom'),(733,1837435292,'_menu_item_menu_item_parent','0'),(734,1837435292,'_menu_item_object_id','1837435292'),(735,1837435292,'_menu_item_object','custom'),(736,1837435292,'_menu_item_target',''),(737,1837435292,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(738,1837435292,'_menu_item_xfn',''),(739,1837435292,'_menu_item_url','https://example.invalid/'),(740,1837435292,'_menu_item_orphaned','1785220108'),(741,1803098967,'_menu_item_type','custom'),(742,1803098967,'_menu_item_menu_item_parent','0'),(743,1803098967,'_menu_item_object_id','1803098967'),(744,1803098967,'_menu_item_object','custom'),(745,1803098967,'_menu_item_target',''),(746,1803098967,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(747,1803098967,'_menu_item_xfn',''),(748,1803098967,'_menu_item_url','https://example.invalid/'),(749,1803098967,'_menu_item_orphaned','1785220110'),(750,1814455881,'_menu_item_type','custom'),(751,1814455881,'_menu_item_menu_item_parent','0'),(752,1814455881,'_menu_item_object_id','1814455881'),(753,1814455881,'_menu_item_object','custom'),(754,1814455881,'_menu_item_target',''),(755,1814455881,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(756,1814455881,'_menu_item_xfn',''),(757,1814455881,'_menu_item_url','https://example.invalid/'),(758,1814455881,'_menu_item_orphaned','1785233415'),(759,299,'_pingme','1'),(760,299,'_encloseme','1'),(761,299,'_wp_old_slug','x'),(762,299,'rank_math_internal_links_processed','1'),(763,1804784546,'_menu_item_type','custom'),(764,1804784546,'_menu_item_menu_item_parent','0'),(765,1804784546,'_menu_item_object_id','1804784546'),(766,1804784546,'_menu_item_object','custom'),(767,1804784546,'_menu_item_target',''),(768,1804784546,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(769,1804784546,'_menu_item_xfn',''),(770,1804784546,'_menu_item_url','https://example.invalid/'),(771,1804784546,'_menu_item_orphaned','1785233864'),(772,1818962964,'_menu_item_type','custom'),(773,1818962964,'_menu_item_menu_item_parent','0'),(774,1818962964,'_menu_item_object_id','1818962964'),(775,1818962964,'_menu_item_object','custom'),(776,1818962964,'_menu_item_target',''),(777,1818962964,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(778,1818962964,'_menu_item_xfn',''),(779,1818962964,'_menu_item_url','https://example.invalid/'),(780,1818962964,'_menu_item_orphaned','1785238677'),(781,299,'_eael_post_view_count','3'),(782,1884742918,'_menu_item_type','custom'),(783,1884742918,'_menu_item_menu_item_parent','0'),(784,1884742918,'_menu_item_object_id','1884742918'),(785,1884742918,'_menu_item_object','custom'),(786,1884742918,'_menu_item_target',''),(787,1884742918,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(788,1884742918,'_menu_item_xfn',''),(789,1884742918,'_menu_item_url','https://example.invalid/'),(790,1884742918,'_menu_item_orphaned','1785242335'),(791,310,'_pingme','1'),(792,310,'_encloseme','1'),(793,310,'_wp_old_slug','x'),(794,310,'rank_math_internal_links_processed','1'),(795,1847422911,'_menu_item_type','custom'),(796,1847422911,'_menu_item_menu_item_parent','0'),(797,1847422911,'_menu_item_object_id','1847422911'),(798,1847422911,'_menu_item_object','custom'),(799,1847422911,'_menu_item_target',''),(800,1847422911,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(801,1847422911,'_menu_item_xfn',''),(802,1847422911,'_menu_item_url','https://example.invalid/'),(803,1847422911,'_menu_item_orphaned','1785252742'),(804,316,'_pingme','1'),(805,316,'_encloseme','1'),(806,316,'_wp_old_slug','x'),(807,316,'rank_math_internal_links_processed','1'),(808,1846781575,'_menu_item_type','custom'),(809,1846781575,'_menu_item_menu_item_parent','0'),(810,1846781575,'_menu_item_object_id','1846781575'),(811,1846781575,'_menu_item_object','custom'),(812,1846781575,'_menu_item_target',''),(813,1846781575,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(814,1846781575,'_menu_item_xfn',''),(815,1846781575,'_menu_item_url','https://example.invalid/'),(816,1846781575,'_menu_item_orphaned','1785265532'),(817,321,'_pingme','1'),(818,321,'_encloseme','1'),(819,321,'_wp_old_slug','x'),(820,321,'rank_math_internal_links_processed','1'),(821,316,'_eael_post_view_count','3'),(822,310,'_eael_post_view_count','3'),(823,1873256669,'_menu_item_type','custom'),(824,1873256669,'_menu_item_menu_item_parent','0'),(825,1873256669,'_menu_item_object_id','1873256669'),(826,1873256669,'_menu_item_object','custom'),(827,1873256669,'_menu_item_target',''),(828,1873256669,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(829,1873256669,'_menu_item_xfn',''),(830,1873256669,'_menu_item_url','https://example.invalid/'),(831,1873256669,'_menu_item_orphaned','1785289175'),(832,321,'_eael_post_view_count','3'),(833,1888466392,'_menu_item_type','custom'),(834,1888466392,'_menu_item_menu_item_parent','0'),(835,1888466392,'_menu_item_object_id','1888466392'),(836,1888466392,'_menu_item_object','custom'),(837,1888466392,'_menu_item_target',''),(838,1888466392,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(839,1888466392,'_menu_item_xfn',''),(840,1888466392,'_menu_item_url','https://example.invalid/'),(841,1888466392,'_menu_item_orphaned','1785316058'),(842,1884316275,'_menu_item_type','custom'),(843,1884316275,'_menu_item_menu_item_parent','0'),(844,1884316275,'_menu_item_object_id','1884316275'),(845,1884316275,'_menu_item_object','custom'),(846,1884316275,'_menu_item_target',''),(847,1884316275,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(848,1884316275,'_menu_item_xfn',''),(849,1884316275,'_menu_item_url','https://google.com/'),(850,1884316275,'_menu_item_orphaned','1785340711'),(851,1814762014,'_menu_item_type','custom'),(852,1814762014,'_menu_item_menu_item_parent','0'),(853,1814762014,'_menu_item_object_id','1814762014'),(854,1814762014,'_menu_item_object','custom'),(855,1814762014,'_menu_item_target',''),(856,1814762014,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(857,1814762014,'_menu_item_xfn',''),(858,1814762014,'_menu_item_url','https://example.invalid/'),(859,1814762014,'_menu_item_orphaned','1785371900'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT 0, `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(255) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT 0, `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`), KEY `type_status_author` (`post_type`,`post_status`,`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=337 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2024-02-27 18:51:45','2024-02-27 18:51:45','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','publish','open','open','','hello-world','','','2024-02-27 18:51:45','2024-02-27 18:51:45','',0,'https://fortetemplate.us7.cdn-alpha.com/?p=1',0,'post','',1),(4,0,'2024-02-27 18:51:46','2024-02-27 18:51:46','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2024-02-27 18:51:46','2024-02-27 18:51:46','',0,'https://fortetemplate.us7.cdn-alpha.com/2024/02/27/navigation/',0,'wp_navigation','',0),(6,1,'2024-02-27 18:55:19','2024-02-27 18:55:19','','Default Kit','','publish','closed','closed','','default-kit','','','2024-02-27 18:55:19','2024-02-27 18:55:19','',0,'https://fortetemplate.us7.cdn-alpha.com/?p=6',0,'elementor_library','',0),(64,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1862573421]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','b51f4c5c-9e4e-437d-ad6b-e3c0c008fc9d','','','2026-07-19 14:33:42','2026-07-19 14:33:42','',0,'https://redlightpain.us7.cdn-alpha.com/b51f4c5c-9e4e-437d-ad6b-e3c0c008fc9d/',0,'customize_changeset','',0),(65,0,'2026-07-19 14:33:28','2026-07-19 14:33:28','<blockquote class=\"wp-embedded-content\" data-secret=\"QIxtbj8eH5\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=hzoll2lk6G#?secret=QIxtbj8eH5\" data-secret=\"QIxtbj8eH5\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','954ac596964e638418b78eb4a316125b','','','2026-07-19 14:33:28','2026-07-19 14:33:28','',0,'https://redlightpain.us7.cdn-alpha.com/954ac596964e638418b78eb4a316125b/',0,'oembed_cache','',0),(66,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse','','','2026-07-19 14:33:42','2026-07-19 14:33:42','',0,'',0,'request','',0),(67,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1818893658]\":{\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"x\",\"url\":\"x\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"x\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false},\"type\":\"nav_menu_item\",\"user_id\":1}}','c','','publish','closed','closed','','7e5fa686-da8c-48c1-b229-a99ad2b4fbff','','','2026-07-19 14:49:46','2026-07-19 14:49:46','',0,'https://redlightpain.us7.cdn-alpha.com/7e5fa686-da8c-48c1-b229-a99ad2b4fbff/',0,'customize_changeset','',0),(68,0,'2026-07-19 14:49:31','2026-07-19 14:49:31','<blockquote class=\"wp-embedded-content\" data-secret=\"PAmftTUHAq\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=pUJ4RH8YgK#?secret=PAmftTUHAq\" data-secret=\"PAmftTUHAq\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','6a91c27d7f0b5bdb0839d601492c84cc','','','2026-07-19 14:49:31','2026-07-19 14:49:31','',0,'https://redlightpain.us7.cdn-alpha.com/6a91c27d7f0b5bdb0839d601492c84cc/',0,'oembed_cache','',0),(69,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','p','p','','parse','closed','closed','','p','','','2026-07-19 14:49:46','2026-07-19 14:49:46','',0,'',0,'request','',0),(70,0,'2026-07-19 17:42:16','2026-07-19 17:42:16','<blockquote class=\"wp-embedded-content\" data-secret=\"LlVvKloRbp\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=RNobyHLEN7#?secret=LlVvKloRbp\" data-secret=\"LlVvKloRbp\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','c0d865c6b2edcf758a6fd66885f789ba','','','2026-07-19 17:42:16','2026-07-19 17:42:16','',0,'https://redlightpain.us7.cdn-alpha.com/c0d865c6b2edcf758a6fd66885f789ba/',0,'oembed_cache','',0),(71,0,'2026-07-19 17:42:18','2026-07-19 17:42:18','<blockquote class=\"wp-embedded-content\" data-secret=\"cgZZqge8qp\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=MM5w0T0VNk#?secret=cgZZqge8qp\" data-secret=\"cgZZqge8qp\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','e23db41bac1b9ec6d28679d398372701','','','2026-07-19 17:42:18','2026-07-19 17:42:18','',0,'https://redlightpain.us7.cdn-alpha.com/e23db41bac1b9ec6d28679d398372701/',0,'oembed_cache','',0),(72,0,'2026-07-19 17:42:20','2026-07-19 17:42:20','<blockquote class=\"wp-embedded-content\" data-secret=\"qrUW9AXj5j\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=loBgJHol58#?secret=qrUW9AXj5j\" data-secret=\"qrUW9AXj5j\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','70d902edac4e0b7206e389d3578f69fe','','','2026-07-19 17:42:20','2026-07-19 17:42:20','',0,'https://redlightpain.us7.cdn-alpha.com/70d902edac4e0b7206e389d3578f69fe/',0,'oembed_cache','',0),(73,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1898640735]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"_invalid\":false,\"attr_title\":\"\",\"classes\":\"\",\"description\":\"\",\"menu_item_parent\":0,\"nav_menu_term_id\":0,\"object\":\"\",\"object_id\":0,\"position\":0,\"status\":\"publish\",\"target\":\"\",\"title\":\"generated\",\"type\":\"custom\",\"url\":\"https://example.invalid/\",\"xfn\":\"\"}}}','changeset','','publish','closed','closed','','4330e459fd4f0fde-abee-d1fc-6083-57e0cbcc8fc1316b','','','2026-07-19 22:06:49','2026-07-19 22:06:49','',0,'https://redlightpain.us7.cdn-alpha.com/4330e459fd4f0fde-abee-d1fc-6083-57e0cbcc8fc1316b/',0,'customize_changeset','',0),(74,0,'2026-07-19 22:06:42','2026-07-19 22:06:42','<blockquote class=\"wp-embedded-content\" data-secret=\"nV7H6rpgOw\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=jBd4jPY6jI#?secret=nV7H6rpgOw\" data-secret=\"nV7H6rpgOw\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','9192db32774fec7a6821d3e228e6c4f6','','','2026-07-19 22:06:42','2026-07-19 22:06:42','',0,'https://redlightpain.us7.cdn-alpha.com/9192db32774fec7a6821d3e228e6c4f6/',0,'oembed_cache','',0),(75,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-2','','','2026-07-19 22:06:49','2026-07-19 22:06:49','',0,'',0,'request','',0),(76,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1851111978]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','397053e6-306b-4d75-8010-6d1f37bff363','','','2026-07-20 03:06:55','2026-07-20 03:06:55','',0,'https://redlightpain.us7.cdn-alpha.com/397053e6-306b-4d75-8010-6d1f37bff363/',0,'customize_changeset','',0),(77,0,'2026-07-20 03:06:50','2026-07-20 03:06:50','<blockquote class=\"wp-embedded-content\" data-secret=\"AWPjYG0hbM\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=kd99DFj9qK#?secret=AWPjYG0hbM\" data-secret=\"AWPjYG0hbM\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','23956f61789b98ff60cdd949b590a041','','','2026-07-20 03:06:50','2026-07-20 03:06:50','',0,'https://redlightpain.us7.cdn-alpha.com/23956f61789b98ff60cdd949b590a041/',0,'oembed_cache','',0),(78,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-3','','','2026-07-20 03:06:55','2026-07-20 03:06:55','',0,'',0,'request','',0),(79,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1826221254]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','b2fa0e0e-51c7-46d3-a228-497f0ce28248','','','2026-07-21 09:38:10','2026-07-21 09:38:10','',0,'https://redlightpain.us7.cdn-alpha.com/b2fa0e0e-51c7-46d3-a228-497f0ce28248/',0,'customize_changeset','',0),(80,0,'2026-07-21 09:38:05','2026-07-21 09:38:05','<blockquote class=\"wp-embedded-content\" data-secret=\"GoJdGY4uGm\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=rwfh5Ss9UU#?secret=GoJdGY4uGm\" data-secret=\"GoJdGY4uGm\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','def56f2568a68f1bc7e4561d4cd3ce5c','','','2026-07-21 09:38:05','2026-07-21 09:38:05','',0,'https://redlightpain.us7.cdn-alpha.com/def56f2568a68f1bc7e4561d4cd3ce5c/',0,'oembed_cache','',0),(81,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-4','','','2026-07-21 09:38:10','2026-07-21 09:38:10','',0,'',0,'request','',0),(82,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1857516048]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','21c98997-09f8-4860-ba0d-2a439b49bdde','','','2026-07-21 15:06:30','2026-07-21 15:06:30','',0,'https://redlightpain.us7.cdn-alpha.com/21c98997-09f8-4860-ba0d-2a439b49bdde/',0,'customize_changeset','',0),(83,0,'2026-07-21 15:06:24','2026-07-21 15:06:24','<blockquote class=\"wp-embedded-content\" data-secret=\"HShoMK1ZIC\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=RxFSBwv0p9#?secret=HShoMK1ZIC\" data-secret=\"HShoMK1ZIC\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','8b73b87a5d8ba44d1b684a1c26d44d32','','','2026-07-21 15:06:24','2026-07-21 15:06:24','',0,'https://redlightpain.us7.cdn-alpha.com/8b73b87a5d8ba44d1b684a1c26d44d32/',0,'oembed_cache','',0),(84,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-5','','','2026-07-21 15:06:30','2026-07-21 15:06:30','',0,'',0,'request','',0),(85,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1883944697]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','47e352af-6920-44bc-8d6e-f7cecb034cb7','','','2026-07-21 15:06:41','2026-07-21 15:06:41','',0,'https://redlightpain.us7.cdn-alpha.com/47e352af-6920-44bc-8d6e-f7cecb034cb7/',0,'customize_changeset','',0),(86,0,'2026-07-21 15:06:37','2026-07-21 15:06:37','<blockquote class=\"wp-embedded-content\" data-secret=\"16RImrSHg0\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=ABAoJAt8Rp#?secret=16RImrSHg0\" data-secret=\"16RImrSHg0\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','6a9d56832baad4ccf84aa8079331e089','','','2026-07-21 15:06:37','2026-07-21 15:06:37','',0,'https://redlightpain.us7.cdn-alpha.com/6a9d56832baad4ccf84aa8079331e089/',0,'oembed_cache','',0),(87,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-6','','','2026-07-21 15:06:41','2026-07-21 15:06:41','',0,'',0,'request','',0),(88,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1876847868]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','a765e581-7dcb-4e32-b7ee-d56c557ac49b','','','2026-07-21 22:20:20','2026-07-21 22:20:20','',0,'https://redlightpain.us7.cdn-alpha.com/a765e581-7dcb-4e32-b7ee-d56c557ac49b/',0,'customize_changeset','',0),(89,0,'2026-07-21 22:20:15','2026-07-21 22:20:15','<blockquote class=\"wp-embedded-content\" data-secret=\"8STUsaNTRG\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=QPVg6xSinB#?secret=8STUsaNTRG\" data-secret=\"8STUsaNTRG\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','5094eb7f3ea2aceb49ddb26586450652','','','2026-07-21 22:20:15','2026-07-21 22:20:15','',0,'https://redlightpain.us7.cdn-alpha.com/5094eb7f3ea2aceb49ddb26586450652/',0,'oembed_cache','',0),(90,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-7','','','2026-07-21 22:20:20','2026-07-21 22:20:20','',0,'',0,'request','',0),(91,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1833826598]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','21da46d8-6c42-42cc-afd9-9fdae646c93d','','','2026-07-21 22:20:31','2026-07-21 22:20:31','',0,'https://redlightpain.us7.cdn-alpha.com/21da46d8-6c42-42cc-afd9-9fdae646c93d/',0,'customize_changeset','',0),(92,0,'2026-07-21 22:20:27','2026-07-21 22:20:27','<blockquote class=\"wp-embedded-content\" data-secret=\"h0mhJbxYID\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=1yGjs9czmZ#?secret=h0mhJbxYID\" data-secret=\"h0mhJbxYID\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','0bf6e852a62c9142401f573a9df95c00','','','2026-07-21 22:20:27','2026-07-21 22:20:27','',0,'https://redlightpain.us7.cdn-alpha.com/0bf6e852a62c9142401f573a9df95c00/',0,'oembed_cache','',0),(93,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-8','','','2026-07-21 22:20:31','2026-07-21 22:20:31','',0,'',0,'request','',0),(94,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1885779766]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','caf20e8a-1d95-4901-b37b-14d5184fc428','','','2026-07-22 11:02:02','2026-07-22 11:02:02','',0,'https://redlightpain.us7.cdn-alpha.com/caf20e8a-1d95-4901-b37b-14d5184fc428/',0,'customize_changeset','',0),(95,0,'2026-07-22 11:01:55','2026-07-22 11:01:55','<blockquote class=\"wp-embedded-content\" data-secret=\"2WRWL72Ozr\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=fOnvbvxzme#?secret=2WRWL72Ozr\" data-secret=\"2WRWL72Ozr\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','515bcf94240bd0bc307c5c0c3c5bedc4','','','2026-07-22 11:01:55','2026-07-22 11:01:55','',0,'https://redlightpain.us7.cdn-alpha.com/515bcf94240bd0bc307c5c0c3c5bedc4/',0,'oembed_cache','',0),(96,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-9','','','2026-07-22 11:02:02','2026-07-22 11:02:02','',0,'',0,'request','',0),(97,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1892026720]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','443b7c92-e162-477e-825c-2595c1e4856f','','','2026-07-22 13:51:15','2026-07-22 13:51:15','',0,'https://redlightpain.us7.cdn-alpha.com/443b7c92-e162-477e-825c-2595c1e4856f/',0,'customize_changeset','',0),(98,0,'2026-07-22 13:51:04','2026-07-22 13:51:04','<blockquote class=\"wp-embedded-content\" data-secret=\"lQBHXcLtTi\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=zarEN63VWv#?secret=lQBHXcLtTi\" data-secret=\"lQBHXcLtTi\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','4d061ee6a1a7ce11c10fbe7899ae04e5','','','2026-07-22 13:51:04','2026-07-22 13:51:04','',0,'https://redlightpain.us7.cdn-alpha.com/4d061ee6a1a7ce11c10fbe7899ae04e5/',0,'oembed_cache','',0),(99,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-10','','','2026-07-22 13:51:15','2026-07-22 13:51:15','',0,'',0,'request','',0),(100,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1899749952]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','193fc7ef-b896-49d8-86b2-150e0951b196','','','2026-07-22 16:43:16','2026-07-22 16:43:16','',0,'https://redlightpain.us7.cdn-alpha.com/193fc7ef-b896-49d8-86b2-150e0951b196/',0,'customize_changeset','',0),(101,0,'2026-07-22 16:42:59','2026-07-22 16:42:59','<blockquote class=\"wp-embedded-content\" data-secret=\"g9c9AEhkIE\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=PTfKGn7fHf#?secret=g9c9AEhkIE\" data-secret=\"g9c9AEhkIE\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','7e4b20a85f1ac31a8e8312b3067314f6','','','2026-07-22 16:42:59','2026-07-22 16:42:59','',0,'https://redlightpain.us7.cdn-alpha.com/7e4b20a85f1ac31a8e8312b3067314f6/',0,'oembed_cache','',0),(102,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-11','','','2026-07-22 16:43:16','2026-07-22 16:43:16','',0,'',0,'request','',0),(103,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1863158496]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','d185a0b2-4580-4fb3-900b-c4767439f945','','','2026-07-22 17:09:30','2026-07-22 17:09:30','',0,'https://redlightpain.us7.cdn-alpha.com/d185a0b2-4580-4fb3-900b-c4767439f945/',0,'customize_changeset','',0),(104,0,'2026-07-22 17:09:11','2026-07-22 17:09:11','<blockquote class=\"wp-embedded-content\" data-secret=\"9poM5v3hJU\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=spnvCb0zVV#?secret=9poM5v3hJU\" data-secret=\"9poM5v3hJU\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','d78f1c941a524c9d7a4785e3755fd20b','','','2026-07-22 17:09:11','2026-07-22 17:09:11','',0,'https://redlightpain.us7.cdn-alpha.com/d78f1c941a524c9d7a4785e3755fd20b/',0,'oembed_cache','',0),(105,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-12','','','2026-07-22 17:09:31','2026-07-22 17:09:31','',0,'',0,'request','',0),(106,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1839928617]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','e48a27ee-42cf-451a-bcee-de51ec3f9565','','','2026-07-22 19:06:50','2026-07-22 19:06:50','',0,'https://redlightpain.us7.cdn-alpha.com/e48a27ee-42cf-451a-bcee-de51ec3f9565/',0,'customize_changeset','',0),(107,0,'2026-07-22 19:06:33','2026-07-22 19:06:33','<blockquote class=\"wp-embedded-content\" data-secret=\"2GgGPDIC4k\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=Ez3kLUECkw#?secret=2GgGPDIC4k\" data-secret=\"2GgGPDIC4k\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','3e6eee2b6a8aaf522df5f9e0e14274b1','','','2026-07-22 19:06:33','2026-07-22 19:06:33','',0,'https://redlightpain.us7.cdn-alpha.com/3e6eee2b6a8aaf522df5f9e0e14274b1/',0,'oembed_cache','',0),(108,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-13','','','2026-07-22 19:06:50','2026-07-22 19:06:50','',0,'',0,'request','',0),(109,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1876505531]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','28ab3ddc-cfd4-45bb-978f-93f233c057e5','','','2026-07-22 19:15:21','2026-07-22 19:15:21','',0,'https://redlightpain.us7.cdn-alpha.com/28ab3ddc-cfd4-45bb-978f-93f233c057e5/',0,'customize_changeset','',0),(110,0,'2026-07-22 19:15:14','2026-07-22 19:15:14','<blockquote class=\"wp-embedded-content\" data-secret=\"bx0Yy6Drul\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=NzbpOXdc2i#?secret=bx0Yy6Drul\" data-secret=\"bx0Yy6Drul\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','e989eafe6633fe7ef2e85f16654697d3','','','2026-07-22 19:15:14','2026-07-22 19:15:14','',0,'https://redlightpain.us7.cdn-alpha.com/e989eafe6633fe7ef2e85f16654697d3/',0,'oembed_cache','',0),(111,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-14','','','2026-07-22 19:15:21','2026-07-22 19:15:21','',0,'',0,'request','',0),(112,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1819535301]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','597955bf-226a-434e-9372-b75ab60dd4c6','','','2026-07-22 20:13:13','2026-07-22 20:13:13','',0,'https://redlightpain.us7.cdn-alpha.com/597955bf-226a-434e-9372-b75ab60dd4c6/',0,'customize_changeset','',0),(113,0,'2026-07-22 20:13:05','2026-07-22 20:13:05','<blockquote class=\"wp-embedded-content\" data-secret=\"GY45fJilMA\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=gD3uZaBwL8#?secret=GY45fJilMA\" data-secret=\"GY45fJilMA\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','b09c544cb32c484301e5e2b64930115e','','','2026-07-22 20:13:05','2026-07-22 20:13:05','',0,'https://redlightpain.us7.cdn-alpha.com/b09c544cb32c484301e5e2b64930115e/',0,'oembed_cache','',0),(114,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-15','','','2026-07-22 20:13:13','2026-07-22 20:13:13','',0,'',0,'request','',0),(115,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1888249966]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','f8d34673-5390-41e0-a36f-2d96d04dfbcf','','','2026-07-22 20:19:20','2026-07-22 20:19:20','',0,'https://redlightpain.us7.cdn-alpha.com/f8d34673-5390-41e0-a36f-2d96d04dfbcf/',0,'customize_changeset','',0),(116,0,'2026-07-22 20:19:11','2026-07-22 20:19:11','<blockquote class=\"wp-embedded-content\" data-secret=\"kgSc1odbxS\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=CPqpWOFl2V#?secret=kgSc1odbxS\" data-secret=\"kgSc1odbxS\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','2477681bebe3b5ce61106563df3cd396','','','2026-07-22 20:19:11','2026-07-22 20:19:11','',0,'https://redlightpain.us7.cdn-alpha.com/2477681bebe3b5ce61106563df3cd396/',0,'oembed_cache','',0),(117,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-16','','','2026-07-22 20:19:20','2026-07-22 20:19:20','',0,'',0,'request','',0),(118,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1898037372]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"_invalid\":false,\"attr_title\":\"\",\"classes\":\"\",\"description\":\"\",\"menu_item_parent\":0,\"nav_menu_term_id\":0,\"object\":\"\",\"object_id\":0,\"position\":0,\"status\":\"publish\",\"target\":\"\",\"title\":\"generated\",\"type\":\"custom\",\"url\":\"https://example.invalid/\",\"xfn\":\"\"}}}','changeset','','publish','closed','closed','','4e2c6cdb2f9935a5-a225-c3aa-0b0a-69b9548591432c02','','','2026-07-22 20:55:16','2026-07-22 20:55:16','',0,'https://redlightpain.us7.cdn-alpha.com/4e2c6cdb2f9935a5-a225-c3aa-0b0a-69b9548591432c02/',0,'customize_changeset','',0),(119,0,'2026-07-22 20:55:09','2026-07-22 20:55:09','<blockquote class=\"wp-embedded-content\" data-secret=\"jRejP3r2Sy\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=1jXmBtBq1h#?secret=jRejP3r2Sy\" data-secret=\"jRejP3r2Sy\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','a432be826ff9592c01f82eb4ab90c8aa','','','2026-07-22 20:55:09','2026-07-22 20:55:09','',0,'https://redlightpain.us7.cdn-alpha.com/a432be826ff9592c01f82eb4ab90c8aa/',0,'oembed_cache','',0),(120,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-17','','','2026-07-22 20:55:16','2026-07-22 20:55:16','',0,'',0,'request','',0),(121,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1868223276]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','747857b7-5747-47fb-98a2-7f655e41caf7','','','2026-07-22 21:53:43','2026-07-22 21:53:43','',0,'https://redlightpain.us7.cdn-alpha.com/747857b7-5747-47fb-98a2-7f655e41caf7/',0,'customize_changeset','',0),(122,0,'2026-07-22 21:53:37','2026-07-22 21:53:37','<blockquote class=\"wp-embedded-content\" data-secret=\"viMhWFEivF\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=u3IWcMoCLl#?secret=viMhWFEivF\" data-secret=\"viMhWFEivF\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','7c9e0069a9a75f1d3a383bd4f1b4016d','','','2026-07-22 21:53:37','2026-07-22 21:53:37','',0,'https://redlightpain.us7.cdn-alpha.com/7c9e0069a9a75f1d3a383bd4f1b4016d/',0,'oembed_cache','',0),(123,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-18','','','2026-07-22 21:53:43','2026-07-22 21:53:43','',0,'',0,'request','',0),(124,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1856643435]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','446e1b20-ced8-4d03-8fb7-5be1a0176201','','','2026-07-22 21:53:57','2026-07-22 21:53:57','',0,'https://redlightpain.us7.cdn-alpha.com/446e1b20-ced8-4d03-8fb7-5be1a0176201/',0,'customize_changeset','',0),(125,0,'2026-07-22 21:53:52','2026-07-22 21:53:52','<blockquote class=\"wp-embedded-content\" data-secret=\"JU9mgmGbsi\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=F1kvKjD8zH#?secret=JU9mgmGbsi\" data-secret=\"JU9mgmGbsi\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','bdfb1b6212e3e680d380ff8152da984f','','','2026-07-22 21:53:52','2026-07-22 21:53:52','',0,'https://redlightpain.us7.cdn-alpha.com/bdfb1b6212e3e680d380ff8152da984f/',0,'oembed_cache','',0),(126,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-19','','','2026-07-22 21:53:57','2026-07-22 21:53:57','',0,'',0,'request','',0),(127,0,'2026-07-22 22:21:58','2026-07-22 22:21:58','<blockquote class=\"wp-embedded-content\" data-secret=\"uamuV6MJ2M\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=q9XTAvL7W5#?secret=uamuV6MJ2M\" data-secret=\"uamuV6MJ2M\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','287d55d709101c95338a4bd84c6145f4','','','2026-07-22 22:21:58','2026-07-22 22:21:58','',0,'https://redlightpain.us7.cdn-alpha.com/287d55d709101c95338a4bd84c6145f4/',0,'oembed_cache','',0),(128,0,'2026-07-22 22:21:58','2026-07-22 22:21:58','<blockquote class=\"wp-embedded-content\" data-secret=\"ytgAFkFVwD\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=x4OCFNm9jh#?secret=ytgAFkFVwD\" data-secret=\"ytgAFkFVwD\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','1675c8fdc79a7b87f5d38a0eea2c117e','','','2026-07-22 22:21:58','2026-07-22 22:21:58','',0,'https://redlightpain.us7.cdn-alpha.com/1675c8fdc79a7b87f5d38a0eea2c117e/',0,'oembed_cache','',0),(129,0,'2026-07-22 22:21:58','2026-07-22 22:21:58','<blockquote class=\"wp-embedded-content\" data-secret=\"QIYVcb7iJp\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=XoL6r4J1yW#?secret=QIYVcb7iJp\" data-secret=\"QIYVcb7iJp\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','cfa6b40b02d7e66cebaf4351561d16ef','','','2026-07-22 22:21:58','2026-07-22 22:21:58','',0,'https://redlightpain.us7.cdn-alpha.com/cfa6b40b02d7e66cebaf4351561d16ef/',0,'oembed_cache','',0),(130,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1811537449]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://google.com/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','7192c392-3b23-4f3c-b9cc-bfe41077dfc5','','','2026-07-23 00:22:34','2026-07-23 00:22:34','',0,'https://redlightpain.us7.cdn-alpha.com/7192c392-3b23-4f3c-b9cc-bfe41077dfc5/',0,'customize_changeset','',0),(131,0,'2026-07-23 00:22:22','2026-07-23 00:22:22','<blockquote class=\"wp-embedded-content\" data-secret=\"P7KUcGVhNr\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=C79xYQFthx#?secret=P7KUcGVhNr\" data-secret=\"P7KUcGVhNr\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','cd93c5e08f17fa1c364851d6a21c7c38','','','2026-07-23 00:22:22','2026-07-23 00:22:22','',0,'https://redlightpain.us7.cdn-alpha.com/cd93c5e08f17fa1c364851d6a21c7c38/',0,'oembed_cache','',0),(132,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-20','','','2026-07-23 00:22:34','2026-07-23 00:22:34','',0,'',0,'request','',0),(133,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1869426323]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','9b2ae1cd-cdfe-4539-9287-1979e4127512','','','2026-07-23 03:44:48','2026-07-23 03:44:48','',0,'https://redlightpain.us7.cdn-alpha.com/9b2ae1cd-cdfe-4539-9287-1979e4127512/',0,'customize_changeset','',0),(134,0,'2026-07-23 03:44:43','2026-07-23 03:44:43','<blockquote class=\"wp-embedded-content\" data-secret=\"CSezsbQ0qQ\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=EcKp7sQz3y#?secret=CSezsbQ0qQ\" data-secret=\"CSezsbQ0qQ\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','3a92d14af12765bece07a931f0cb5f10','','','2026-07-23 03:44:43','2026-07-23 03:44:43','',0,'https://redlightpain.us7.cdn-alpha.com/3a92d14af12765bece07a931f0cb5f10/',0,'oembed_cache','',0),(135,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-21','','','2026-07-23 03:44:48','2026-07-23 03:44:48','',0,'',0,'request','',0),(136,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1836848363]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','741c62d4-2e62-4868-ad89-0666f8ee1b25','','','2026-07-23 03:44:59','2026-07-23 03:44:59','',0,'https://redlightpain.us7.cdn-alpha.com/741c62d4-2e62-4868-ad89-0666f8ee1b25/',0,'customize_changeset','',0),(137,0,'2026-07-23 03:44:54','2026-07-23 03:44:54','<blockquote class=\"wp-embedded-content\" data-secret=\"dla41mXWLM\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=lbiihxEXUe#?secret=dla41mXWLM\" data-secret=\"dla41mXWLM\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','2c215c663a703037093ca0b1b129b024','','','2026-07-23 03:44:54','2026-07-23 03:44:54','',0,'https://redlightpain.us7.cdn-alpha.com/2c215c663a703037093ca0b1b129b024/',0,'oembed_cache','',0),(138,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-22','','','2026-07-23 03:44:59','2026-07-23 03:44:59','',0,'',0,'request','',0),(139,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1895364845]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','dfe0b71b-1b9e-4a3f-8d67-c729823f524e','','','2026-07-23 07:07:44','2026-07-23 07:07:44','',0,'https://redlightpain.us7.cdn-alpha.com/dfe0b71b-1b9e-4a3f-8d67-c729823f524e/',0,'customize_changeset','',0),(140,0,'2026-07-23 07:07:39','2026-07-23 07:07:39','<blockquote class=\"wp-embedded-content\" data-secret=\"ujpUxJU43j\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=sEDJJpCehl#?secret=ujpUxJU43j\" data-secret=\"ujpUxJU43j\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','0a5def2e67180217e7b7f0091b1d73be','','','2026-07-23 07:07:39','2026-07-23 07:07:39','',0,'https://redlightpain.us7.cdn-alpha.com/0a5def2e67180217e7b7f0091b1d73be/',0,'oembed_cache','',0),(141,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-23','','','2026-07-23 07:07:44','2026-07-23 07:07:44','',0,'',0,'request','',0),(142,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1892415947]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','58210799-70da-4859-92b6-aa8fcc692390','','','2026-07-23 07:08:50','2026-07-23 07:08:50','',0,'https://redlightpain.us7.cdn-alpha.com/58210799-70da-4859-92b6-aa8fcc692390/',0,'customize_changeset','',0),(143,0,'2026-07-23 07:08:42','2026-07-23 07:08:42','<blockquote class=\"wp-embedded-content\" data-secret=\"lc7Qbif707\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=PqOsLR1eKM#?secret=lc7Qbif707\" data-secret=\"lc7Qbif707\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','4f90bb4095559d43831f6951e316e2e2','','','2026-07-23 07:08:42','2026-07-23 07:08:42','',0,'https://redlightpain.us7.cdn-alpha.com/4f90bb4095559d43831f6951e316e2e2/',0,'oembed_cache','',0),(144,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-24','','','2026-07-23 07:08:50','2026-07-23 07:08:50','',0,'',0,'request','',0),(145,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1865593415]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','c6444432-2496-4e66-b089-d0e7b912961e','','','2026-07-23 09:15:49','2026-07-23 09:15:49','',0,'https://redlightpain.us7.cdn-alpha.com/c6444432-2496-4e66-b089-d0e7b912961e/',0,'customize_changeset','',0),(146,0,'2026-07-23 09:15:42','2026-07-23 09:15:42','<blockquote class=\"wp-embedded-content\" data-secret=\"Qc8klmFoEI\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=HnxPCWYIxk#?secret=Qc8klmFoEI\" data-secret=\"Qc8klmFoEI\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','8e742243bcfb590481322507100887e3','','','2026-07-23 09:15:42','2026-07-23 09:15:42','',0,'https://redlightpain.us7.cdn-alpha.com/8e742243bcfb590481322507100887e3/',0,'oembed_cache','',0),(147,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-25','','','2026-07-23 09:15:49','2026-07-23 09:15:49','',0,'',0,'request','',0),(148,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1848684373]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','5d9634d1-6521-4ffc-bae9-4628a10e3ef9','','','2026-07-23 13:06:13','2026-07-23 13:06:13','',0,'https://redlightpain.us7.cdn-alpha.com/5d9634d1-6521-4ffc-bae9-4628a10e3ef9/',0,'customize_changeset','',0),(149,0,'2026-07-23 13:06:03','2026-07-23 13:06:03','<blockquote class=\"wp-embedded-content\" data-secret=\"cR8sMZUFsr\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=CyndlEkys6#?secret=cR8sMZUFsr\" data-secret=\"cR8sMZUFsr\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','10ad848f9b1a16de3b5cbe4ff41201dc','','','2026-07-23 13:06:03','2026-07-23 13:06:03','',0,'https://redlightpain.us7.cdn-alpha.com/10ad848f9b1a16de3b5cbe4ff41201dc/',0,'oembed_cache','',0),(150,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-26','','','2026-07-23 13:06:13','2026-07-23 13:06:13','',0,'',0,'request','',0),(151,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1877965506]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','bbd6cffb-c548-4be2-87d7-0c7ac1a8ed70','','','2026-07-23 17:41:12','2026-07-23 17:41:12','',0,'https://redlightpain.us7.cdn-alpha.com/bbd6cffb-c548-4be2-87d7-0c7ac1a8ed70/',0,'customize_changeset','',0),(152,0,'2026-07-23 17:41:00','2026-07-23 17:41:00','<blockquote class=\"wp-embedded-content\" data-secret=\"HiG8xsAxFr\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=SMM5f057If#?secret=HiG8xsAxFr\" data-secret=\"HiG8xsAxFr\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','25b2b2e1aab07e7fc6792556129d3514','','','2026-07-23 17:41:00','2026-07-23 17:41:00','',0,'https://redlightpain.us7.cdn-alpha.com/25b2b2e1aab07e7fc6792556129d3514/',0,'oembed_cache','',0),(153,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-27','','','2026-07-23 17:41:12','2026-07-23 17:41:12','',0,'',0,'request','',0),(154,0,'2026-07-24 02:24:59','2026-07-24 02:24:59','{{unknown}}','','','publish','closed','closed','','78cbd9584f88eb4a631de6f5059a80ce','','','2026-07-24 02:24:59','2026-07-24 02:24:59','',0,'https://redlightpain.us7.cdn-alpha.com/78cbd9584f88eb4a631de6f5059a80ce/',0,'oembed_cache','',0),(155,0,'2026-07-24 02:25:00','2026-07-24 02:25:00','{{unknown}}','','','publish','closed','closed','','57d126ba6d0a7b2ae7b78e7a394987f3','','','2026-07-24 02:25:00','2026-07-24 02:25:00','',0,'https://redlightpain.us7.cdn-alpha.com/57d126ba6d0a7b2ae7b78e7a394987f3/',0,'oembed_cache','',0),(156,0,'2026-07-24 02:25:01','2026-07-24 02:25:01','{{unknown}}','','','publish','closed','closed','','e0989e578059b469524d1066b61d9848','','','2026-07-24 02:25:01','2026-07-24 02:25:01','',0,'https://redlightpain.us7.cdn-alpha.com/e0989e578059b469524d1066b61d9848/',0,'oembed_cache','',0),(157,0,'2026-07-24 02:25:13','2026-07-24 02:25:13','{{unknown}}','','','publish','closed','closed','','57d126ba6d0a7b2ae7b78e7a394987f3-2','','','2026-07-24 02:25:13','2026-07-24 02:25:13','',0,'https://redlightpain.us7.cdn-alpha.com/57d126ba6d0a7b2ae7b78e7a394987f3-2/',0,'oembed_cache','',0),(158,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1858050589]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"_invalid\":false,\"attr_title\":\"\",\"classes\":\"\",\"description\":\"\",\"menu_item_parent\":0,\"nav_menu_term_id\":0,\"object\":\"\",\"object_id\":0,\"position\":0,\"status\":\"publish\",\"target\":\"\",\"title\":\"generated\",\"type\":\"custom\",\"url\":\"https://example.invalid/\",\"xfn\":\"\"}}}','changeset','','publish','closed','closed','','74c7ff3f81bef474-beeb-e558-a0d4-65328b8821049bf6','','','2026-07-24 04:23:23','2026-07-24 04:23:23','',0,'https://redlightpain.us7.cdn-alpha.com/74c7ff3f81bef474-beeb-e558-a0d4-65328b8821049bf6/',0,'customize_changeset','',0),(159,0,'2026-07-24 04:23:07','2026-07-24 04:23:07','<blockquote class=\"wp-embedded-content\" data-secret=\"fqSygad6Dn\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=Sc8b5LL9jG#?secret=fqSygad6Dn\" data-secret=\"fqSygad6Dn\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','e517078c1596be0699abe145e6c14eb1','','','2026-07-24 04:23:07','2026-07-24 04:23:07','',0,'https://redlightpain.us7.cdn-alpha.com/e517078c1596be0699abe145e6c14eb1/',0,'oembed_cache','',0),(160,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-28','','','2026-07-24 04:23:23','2026-07-24 04:23:23','',0,'',0,'request','',0),(161,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1875334334]\": {\"type\": \"nav_menu_item\", \"user_id\": 1, \"value\": {\"object_id\": 0, \"object\": \"\", \"menu_item_parent\": 0, \"position\": 0, \"type\": \"custom\", \"title\": \"gen\", \"url\": \"https://example.invalid/\", \"target\": \"\", \"attr_title\": \"\", \"description\": \"\", \"classes\": \"\", \"xfn\": \"\", \"status\": \"publish\", \"nav_menu_term_id\": 0, \"_invalid\": false}}, \"separators\": [\",\", \":\"]}','ch','','publish','closed','closed','','fa7005a8-d3e5-4e83-a983-d68286f83bc0','','','2026-07-24 06:09:47','2026-07-24 06:09:47','',0,'https://redlightpain.us7.cdn-alpha.com/fa7005a8-d3e5-4e83-a983-d68286f83bc0/',0,'customize_changeset','',0),(162,0,'2026-07-24 06:09:43','2026-07-24 06:09:43','<blockquote class=\"wp-embedded-content\" data-secret=\"VYNDiMSUCi\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=lbL2E70MeS#?secret=VYNDiMSUCi\" data-secret=\"VYNDiMSUCi\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','b0d431877abeb8c19dffbae9d71da886','','','2026-07-24 06:09:43','2026-07-24 06:09:43','',0,'https://redlightpain.us7.cdn-alpha.com/b0d431877abeb8c19dffbae9d71da886/',0,'oembed_cache','',0),(163,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-29','','','2026-07-24 06:09:47','2026-07-24 06:09:47','',0,'',0,'request','',0),(164,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1871217146]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','c','','publish','closed','closed','','5343b185-b098-4aa3-8436-79e7fb9c4d7c','','','2026-07-24 08:39:46','2026-07-24 08:39:46','',0,'',0,'customize_changeset','',0),(165,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','<blockquote class=\"wp-embedded-content\" data-secret=\"slyggcwtEf\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=cpGyfFndb0#?secret=slyggcwtEf\" data-secret=\"slyggcwtEf\" width=\"200\" height=\"200\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','x','','publish','closed','closed','','x','','','2026-07-24 08:39:46','2026-07-24 08:39:46','',164,'',0,'post','',0),(166,0,'2026-07-24 08:39:39','2026-07-24 08:39:39','<blockquote class=\"wp-embedded-content\" data-secret=\"Ze0X84N348\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=eGJjW9K1An#?secret=Ze0X84N348\" data-secret=\"Ze0X84N348\" width=\"200\" height=\"200\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','2e3299df90631fe19998f9ceb2b4223f','','','2026-07-24 08:39:39','2026-07-24 08:39:39','',0,'https://redlightpain.us7.cdn-alpha.com/2e3299df90631fe19998f9ceb2b4223f/',0,'oembed_cache','',0),(167,0,'2026-07-24 08:39:46','2026-07-24 08:39:46','<blockquote class=\"wp-embedded-content\" data-secret=\"YxJ5oANFRi\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=s8aECaykRF#?secret=YxJ5oANFRi\" data-secret=\"YxJ5oANFRi\" width=\"200\" height=\"200\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','9980e6354596e5f9b552cf5b4facbbc5','','','2026-07-24 08:39:46','2026-07-24 08:39:46','',0,'https://redlightpain.us7.cdn-alpha.com/9980e6354596e5f9b552cf5b4facbbc5/',0,'oembed_cache','',0),(168,0,'2026-07-24 08:39:46','2026-07-24 08:39:46','<blockquote class=\"wp-embedded-content\" data-secret=\"6sTuliVZwh\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=J0t3T0Lx4Y#?secret=6sTuliVZwh\" data-secret=\"6sTuliVZwh\" width=\"200\" height=\"200\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','58db5be0f92cc145537de97d4e273412','','','2026-07-24 08:39:46','2026-07-24 08:39:46','',0,'https://redlightpain.us7.cdn-alpha.com/58db5be0f92cc145537de97d4e273412/',0,'oembed_cache','',0),(169,0,'2026-07-24 08:39:46','2026-07-24 08:39:46','<blockquote class=\"wp-embedded-content\" data-secret=\"slyggcwtEf\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=cpGyfFndb0#?secret=slyggcwtEf\" data-secret=\"slyggcwtEf\" width=\"200\" height=\"200\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','x','','inherit','closed','closed','','165-revision-v1','','','2026-07-24 08:39:46','2026-07-24 08:39:46','',165,'https://redlightpain.us7.cdn-alpha.com/?p=169',0,'revision','',0),(170,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1814477197]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','bc5fa97c-1c7f-431d-9960-183d4b6ff16b','','','2026-07-24 09:38:18','2026-07-24 09:38:18','',0,'https://redlightpain.us7.cdn-alpha.com/bc5fa97c-1c7f-431d-9960-183d4b6ff16b/',0,'customize_changeset','',0),(171,0,'2026-07-24 09:38:06','2026-07-24 09:38:06','<blockquote class=\"wp-embedded-content\" data-secret=\"ImUuqdZWm2\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=Ato8bMXCZY#?secret=ImUuqdZWm2\" data-secret=\"ImUuqdZWm2\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','0b6f7b23156e2bf1e3e123ada618ec41','','','2026-07-24 09:38:06','2026-07-24 09:38:06','',0,'https://redlightpain.us7.cdn-alpha.com/0b6f7b23156e2bf1e3e123ada618ec41/',0,'oembed_cache','',0),(172,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-30','','','2026-07-24 09:38:18','2026-07-24 09:38:18','',0,'',0,'request','',0),(173,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1824361727]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','920326a2-f3d6-4bdd-b0e8-6fcf62642945','','','2026-07-24 10:18:21','2026-07-24 10:18:21','',0,'https://redlightpain.us7.cdn-alpha.com/920326a2-f3d6-4bdd-b0e8-6fcf62642945/',0,'customize_changeset','',0),(174,0,'2026-07-24 10:18:09','2026-07-24 10:18:09','<blockquote class=\"wp-embedded-content\" data-secret=\"ll7EzxrciS\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=ismAF4V4Qi#?secret=ll7EzxrciS\" data-secret=\"ll7EzxrciS\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','7bdaa40723b09ece08b29dda95e4afac','','','2026-07-24 10:18:09','2026-07-24 10:18:09','',0,'https://redlightpain.us7.cdn-alpha.com/7bdaa40723b09ece08b29dda95e4afac/',0,'oembed_cache','',0),(175,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-31','','','2026-07-24 10:18:21','2026-07-24 10:18:21','',0,'',0,'request','',0),(176,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1818305148]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','24c9cf0f-0967-449e-9c4a-8e2d7afacf40','','','2026-07-24 13:30:49','2026-07-24 13:30:49','',0,'https://redlightpain.us7.cdn-alpha.com/24c9cf0f-0967-449e-9c4a-8e2d7afacf40/',0,'customize_changeset','',0),(177,0,'2026-07-24 13:30:37','2026-07-24 13:30:37','<blockquote class=\"wp-embedded-content\" data-secret=\"44L9pCbes2\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=sJj6yTiwRx#?secret=44L9pCbes2\" data-secret=\"44L9pCbes2\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','59e770c6d1e6e9a5b6163804b98e4aba','','','2026-07-24 13:30:37','2026-07-24 13:30:37','',0,'https://redlightpain.us7.cdn-alpha.com/59e770c6d1e6e9a5b6163804b98e4aba/',0,'oembed_cache','',0),(178,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-32','','','2026-07-24 13:30:49','2026-07-24 13:30:49','',0,'',0,'request','',0),(179,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1838606149]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','00f123c7-a001-4e20-a61f-d385fde4f71d','','','2026-07-24 15:42:51','2026-07-24 15:42:51','',0,'https://redlightpain.us7.cdn-alpha.com/00f123c7-a001-4e20-a61f-d385fde4f71d/',0,'customize_changeset','',0),(180,0,'2026-07-24 15:42:46','2026-07-24 15:42:46','<blockquote class=\"wp-embedded-content\" data-secret=\"a4UpkEneSt\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=pkGo2g2aZT#?secret=a4UpkEneSt\" data-secret=\"a4UpkEneSt\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','93832582a5b69ad586052e300955bd5a','','','2026-07-24 15:42:46','2026-07-24 15:42:46','',0,'https://redlightpain.us7.cdn-alpha.com/93832582a5b69ad586052e300955bd5a/',0,'oembed_cache','',0),(181,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-33','','','2026-07-24 15:42:51','2026-07-24 15:42:51','',0,'',0,'request','',0),(182,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','<blockquote class=\"wp-embedded-content\" data-secret=\"zd3r9Imiu2\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=e9UkhbWw72#?secret=zd3r9Imiu2\" data-secret=\"zd3r9Imiu2\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','x','','publish','open','closed','','wp2shell-182','','','2026-07-24 18:38:05','2026-07-24 18:38:05','',183,'',0,'oembed_cache','',0),(183,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menus_created_posts\":{\"type\":\"option\",\"user_id\":1,\"value\":[185]}}','x','','publish','open','closed','','d8f655af-2085-4fc5-a92b-d2679e49ecc0','','','2026-07-24 18:38:05','2026-07-24 18:38:05','',0,'https://redlightpain.us7.cdn-alpha.com/d8f655af-2085-4fc5-a92b-d2679e49ecc0/',0,'customize_changeset','',0),(184,0,'2026-07-24 18:38:01','2026-07-24 18:38:01','<blockquote class=\"wp-embedded-content\" data-secret=\"ppxajjx5BV\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=tIuRhoODBR#?secret=ppxajjx5BV\" data-secret=\"ppxajjx5BV\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','b0cd7c2a2c39b42679c2c378321bb0df','','','2026-07-24 18:38:01','2026-07-24 18:38:01','',0,'https://redlightpain.us7.cdn-alpha.com/b0cd7c2a2c39b42679c2c378321bb0df/',0,'oembed_cache','',0),(185,0,'2026-07-24 18:38:01','2026-07-24 18:38:01','<blockquote class=\"wp-embedded-content\" data-secret=\"APjf059acW\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=5KMGykex9j#?secret=APjf059acW\" data-secret=\"APjf059acW\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','698393a13d0bbc2da6680c178daf2f98','','','2026-07-24 18:38:01','2026-07-24 18:38:01','',0,'https://redlightpain.us7.cdn-alpha.com/698393a13d0bbc2da6680c178daf2f98/',0,'oembed_cache','',0),(186,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','x','x','','parse','open','closed','','wp2shell-186','','','2026-07-24 18:38:05','2026-07-24 18:38:05','',0,'',0,'request','',0),(187,0,'2026-07-24 18:38:01','2026-07-24 18:38:01','<blockquote class=\"wp-embedded-content\" data-secret=\"2ayDPEWNn2\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=2HzauVCDtg#?secret=2ayDPEWNn2\" data-secret=\"2ayDPEWNn2\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','0982557e30c6efaed191c8b8f9503488','','','2026-07-24 18:38:01','2026-07-24 18:38:01','',0,'https://redlightpain.us7.cdn-alpha.com/0982557e30c6efaed191c8b8f9503488/',0,'oembed_cache','',0),(188,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1868184534]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','b3d738e3-0305-4945-a471-ae59b1d78d62','','','2026-07-24 19:19:30','2026-07-24 19:19:30','',0,'https://redlightpain.us7.cdn-alpha.com/b3d738e3-0305-4945-a471-ae59b1d78d62/',0,'customize_changeset','',0),(189,0,'2026-07-24 19:19:25','2026-07-24 19:19:25','<blockquote class=\"wp-embedded-content\" data-secret=\"4fgYVtUs5U\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=KqtB7CcoSG#?secret=4fgYVtUs5U\" data-secret=\"4fgYVtUs5U\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','893f68cfe127c9e9b02d9d7e0db5a5c5','','','2026-07-24 19:19:25','2026-07-24 19:19:25','',0,'https://redlightpain.us7.cdn-alpha.com/893f68cfe127c9e9b02d9d7e0db5a5c5/',0,'oembed_cache','',0),(190,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-34','','','2026-07-24 19:19:30','2026-07-24 19:19:30','',0,'',0,'request','',0),(191,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1849182124]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','2e57722b-0d93-4d72-9895-2cc4b57c7063','','','2026-07-24 19:19:42','2026-07-24 19:19:42','',0,'https://redlightpain.us7.cdn-alpha.com/2e57722b-0d93-4d72-9895-2cc4b57c7063/',0,'customize_changeset','',0),(192,0,'2026-07-24 19:19:37','2026-07-24 19:19:37','<blockquote class=\"wp-embedded-content\" data-secret=\"3Brm9V62R8\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=4UPMPDtmTY#?secret=3Brm9V62R8\" data-secret=\"3Brm9V62R8\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','45879f41c700baa30e231ef45db5601e','','','2026-07-24 19:19:37','2026-07-24 19:19:37','',0,'https://redlightpain.us7.cdn-alpha.com/45879f41c700baa30e231ef45db5601e/',0,'oembed_cache','',0),(193,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-35','','','2026-07-24 19:19:42','2026-07-24 19:19:42','',0,'',0,'request','',0),(194,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-36','','','2026-07-24 20:38:09','2026-07-24 20:38:09','',0,'',0,'request','',0),(195,0,'2026-07-24 20:37:59','2026-07-24 20:37:59','<blockquote class=\"wp-embedded-content\" data-secret=\"dqTK5yjYFF\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=kK4PVjYtda#?secret=dqTK5yjYFF\" data-secret=\"dqTK5yjYFF\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','2d39c7f2b9f45b8d34abb8def745aca1','','','2026-07-24 20:37:59','2026-07-24 20:37:59','',0,'https://redlightpain.us7.cdn-alpha.com/2d39c7f2b9f45b8d34abb8def745aca1/',0,'oembed_cache','',0),(196,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1812368273]\":{\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"proof\",\"url\":\"https://github.com/dinosn/wp2shell-lab\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"proof\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false},\"type\":\"nav_menu_item\",\"user_id\":1}}','changeset','','publish','closed','closed','','e07646f6-a63c-4027-8a6c-7a467512813e','','','2026-07-24 20:38:09','2026-07-24 20:38:09','',0,'https://redlightpain.us7.cdn-alpha.com/e07646f6-a63c-4027-8a6c-7a467512813e/',0,'customize_changeset','',0),(197,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1888258154]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','c','','publish','closed','closed','','45ff1d67-2281-489f-9e0e-60f3775dda57','','','2026-07-24 23:48:48','2026-07-24 23:48:48','',0,'',0,'customize_changeset','',0),(198,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','<blockquote class=\"wp-embedded-content\" data-secret=\"DSpUNhOII1\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=xz0bWtElYX#?secret=DSpUNhOII1\" data-secret=\"DSpUNhOII1\" width=\"200\" height=\"200\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','x','','publish','closed','closed','','x-2','','','2026-07-24 23:48:48','2026-07-24 23:48:48','',197,'',0,'post','',0),(199,0,'2026-07-24 23:47:21','2026-07-24 23:47:21','<blockquote class=\"wp-embedded-content\" data-secret=\"RdE0XyK8qo\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=mI2Z1wrXF4#?secret=RdE0XyK8qo\" data-secret=\"RdE0XyK8qo\" width=\"200\" height=\"200\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','15e1f14b8c3e632af571ae1781b2e96a','','','2026-07-24 23:47:21','2026-07-24 23:47:21','',0,'https://redlightpain.us7.cdn-alpha.com/15e1f14b8c3e632af571ae1781b2e96a/',0,'oembed_cache','',0),(200,0,'2026-07-24 23:48:48','2026-07-24 23:48:48','<blockquote class=\"wp-embedded-content\" data-secret=\"DSpUNhOII1\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=xz0bWtElYX#?secret=DSpUNhOII1\" data-secret=\"DSpUNhOII1\" width=\"200\" height=\"200\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','x','','inherit','closed','closed','','198-revision-v1','','','2026-07-24 23:48:48','2026-07-24 23:48:48','',198,'https://redlightpain.us7.cdn-alpha.com/?p=200',0,'revision','',0),(201,0,'2026-07-24 23:48:52','2026-07-24 23:48:52','<blockquote class=\"wp-embedded-content\" data-secret=\"zQFxAsGuCl\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=kF54OWVeKS#?secret=zQFxAsGuCl\" data-secret=\"zQFxAsGuCl\" width=\"200\" height=\"200\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','403da771c214dfedc70f3df3957e7d86','','','2026-07-24 23:48:52','2026-07-24 23:48:52','',0,'https://redlightpain.us7.cdn-alpha.com/403da771c214dfedc70f3df3957e7d86/',0,'oembed_cache','',0),(202,0,'2026-07-24 23:48:55','2026-07-24 23:48:55','<blockquote class=\"wp-embedded-content\" data-secret=\"zCvxSZfHxy\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=IG72eWhCYc#?secret=zCvxSZfHxy\" data-secret=\"zCvxSZfHxy\" width=\"200\" height=\"200\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','8081c1ef54b3814f9dc5ab5d6c6e16a9','','','2026-07-24 23:48:55','2026-07-24 23:48:55','',0,'https://redlightpain.us7.cdn-alpha.com/8081c1ef54b3814f9dc5ab5d6c6e16a9/',0,'oembed_cache','',0),(203,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1883553710]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','cd1b7152-3421-42b2-9d06-3f119449c05c','','','2026-07-24 23:52:18','2026-07-24 23:52:18','',0,'https://redlightpain.us7.cdn-alpha.com/cd1b7152-3421-42b2-9d06-3f119449c05c/',0,'customize_changeset','',0),(204,0,'2026-07-24 23:51:57','2026-07-24 23:51:57','<blockquote class=\"wp-embedded-content\" data-secret=\"7xjGXOxAKP\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=N68hQLJXtg#?secret=7xjGXOxAKP\" data-secret=\"7xjGXOxAKP\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','681eab67b4e6f85b6c9e91ba535d12c4','','','2026-07-24 23:51:57','2026-07-24 23:51:57','',0,'https://redlightpain.us7.cdn-alpha.com/681eab67b4e6f85b6c9e91ba535d12c4/',0,'oembed_cache','',0),(205,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-37','','','2026-07-24 23:52:18','2026-07-24 23:52:18','',0,'',0,'request','',0),(206,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1876670778]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','3a1b7096-8504-422c-b6ed-c74b64519846','','','2026-07-25 00:04:45','2026-07-25 00:04:45','',0,'https://redlightpain.us7.cdn-alpha.com/3a1b7096-8504-422c-b6ed-c74b64519846/',0,'customize_changeset','',0),(207,0,'2026-07-25 00:03:51','2026-07-25 00:03:51','<blockquote class=\"wp-embedded-content\" data-secret=\"CgiGgI9vIr\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=NgUxI89Itu#?secret=CgiGgI9vIr\" data-secret=\"CgiGgI9vIr\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','a8393d578e4f671451b708a7b2dd4eb9','','','2026-07-25 00:03:51','2026-07-25 00:03:51','',0,'https://redlightpain.us7.cdn-alpha.com/a8393d578e4f671451b708a7b2dd4eb9/',0,'oembed_cache','',0),(208,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-38','','','2026-07-25 00:04:45','2026-07-25 00:04:45','',0,'',0,'request','',0),(209,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1803049946]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','37f87b9b-beb7-469b-8cac-9d6f6e0c4058','','','2026-07-25 04:28:33','2026-07-25 04:28:33','',0,'https://redlightpain.us7.cdn-alpha.com/37f87b9b-beb7-469b-8cac-9d6f6e0c4058/',0,'customize_changeset','',0),(210,0,'2026-07-25 04:28:23','2026-07-25 04:28:23','<blockquote class=\"wp-embedded-content\" data-secret=\"DdHVfdvrFc\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=2WhlvIuxAg#?secret=DdHVfdvrFc\" data-secret=\"DdHVfdvrFc\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','d10e12707e7f5ce117fc79e6591be936','','','2026-07-25 04:28:23','2026-07-25 04:28:23','',0,'https://redlightpain.us7.cdn-alpha.com/d10e12707e7f5ce117fc79e6591be936/',0,'oembed_cache','',0),(211,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-39','','','2026-07-25 04:28:33','2026-07-25 04:28:33','',0,'',0,'request','',0),(212,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1843267963]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','28fa3b4e-f17d-4e0c-8d15-1188adad5f24','','','2026-07-25 08:01:29','2026-07-25 08:01:29','',0,'https://redlightpain.us7.cdn-alpha.com/28fa3b4e-f17d-4e0c-8d15-1188adad5f24/',0,'customize_changeset','',0),(213,0,'2026-07-25 08:01:18','2026-07-25 08:01:18','<blockquote class=\"wp-embedded-content\" data-secret=\"gzN9q1gVlj\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=tnL7B7zM9l#?secret=gzN9q1gVlj\" data-secret=\"gzN9q1gVlj\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','4378d348c570fd3510cdaee9cd809471','','','2026-07-25 08:01:18','2026-07-25 08:01:18','',0,'https://redlightpain.us7.cdn-alpha.com/4378d348c570fd3510cdaee9cd809471/',0,'oembed_cache','',0),(214,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-40','','','2026-07-25 08:01:29','2026-07-25 08:01:29','',0,'',0,'request','',0),(215,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1822077623]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','dd3a25cc-8e38-43ad-bff2-c958bab99f1d','','','2026-07-25 08:13:52','2026-07-25 08:13:52','',0,'https://redlightpain.us7.cdn-alpha.com/dd3a25cc-8e38-43ad-bff2-c958bab99f1d/',0,'customize_changeset','',0),(216,0,'2026-07-25 08:13:39','2026-07-25 08:13:39','<blockquote class=\"wp-embedded-content\" data-secret=\"rQqvU5vIOp\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=Jbr4vxKPwI#?secret=rQqvU5vIOp\" data-secret=\"rQqvU5vIOp\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','59c1c1157f37d9136fa97c1391eb36a4','','','2026-07-25 08:13:39','2026-07-25 08:13:39','',0,'https://redlightpain.us7.cdn-alpha.com/59c1c1157f37d9136fa97c1391eb36a4/',0,'oembed_cache','',0),(217,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-41','','','2026-07-25 08:13:52','2026-07-25 08:13:52','',0,'',0,'request','',0),(218,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1830327737]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','97a37a5a-1aae-4dba-a25f-a855b1758cfb','','','2026-07-25 08:14:14','2026-07-25 08:14:14','',0,'https://redlightpain.us7.cdn-alpha.com/97a37a5a-1aae-4dba-a25f-a855b1758cfb/',0,'customize_changeset','',0),(219,0,'2026-07-25 08:13:59','2026-07-25 08:13:59','<blockquote class=\"wp-embedded-content\" data-secret=\"lV57jI98lZ\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=Qm97EJDhXY#?secret=lV57jI98lZ\" data-secret=\"lV57jI98lZ\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','7d14109908e5c63c7246ff7be37bb997','','','2026-07-25 08:13:59','2026-07-25 08:13:59','',0,'https://redlightpain.us7.cdn-alpha.com/7d14109908e5c63c7246ff7be37bb997/',0,'oembed_cache','',0),(220,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-42','','','2026-07-25 08:14:14','2026-07-25 08:14:14','',0,'',0,'request','',0),(221,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1848556922]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"gen\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','ch','','publish','closed','closed','','d4867a81-b41a-4f46-a980-a7608f31c7f5','','','2026-07-25 10:59:48','2026-07-25 10:59:48','',0,'https://redlightpain.us7.cdn-alpha.com/d4867a81-b41a-4f46-a980-a7608f31c7f5/',0,'customize_changeset','',0),(222,0,'2026-07-25 10:59:36','2026-07-25 10:59:36','<blockquote class=\"wp-embedded-content\" data-secret=\"JLaYyaYXhW\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=gllrSwxcXS#?secret=JLaYyaYXhW\" data-secret=\"JLaYyaYXhW\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','c6e8d945297ae3f788928a52670eefea','','','2026-07-25 10:59:36','2026-07-25 10:59:36','',0,'https://redlightpain.us7.cdn-alpha.com/c6e8d945297ae3f788928a52670eefea/',0,'oembed_cache','',0),(223,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-43','','','2026-07-25 10:59:48','2026-07-25 10:59:48','',0,'',0,'request','',0),(224,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1855131901]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','c','','publish','closed','closed','','425b3f9b-f1e8-44ab-b490-26a5474fab11','','','2026-07-25 11:23:44','2026-07-25 11:23:44','',0,'',0,'customize_changeset','',0),(225,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','<blockquote class=\"wp-embedded-content\" data-secret=\"cdvrWlzIwv\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=XxKkR0YJPJ#?secret=cdvrWlzIwv\" data-secret=\"cdvrWlzIwv\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','x','','publish','closed','closed','','x-3','','','2026-07-25 11:23:44','2026-07-25 11:23:44','',224,'',0,'post','',0),(226,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','p','p','','parse','closed','closed','','p-2','','','2026-07-25 11:23:42','2026-07-25 11:23:42','',0,'',0,'request','',0),(227,0,'2026-07-25 11:23:44','2026-07-25 11:23:44','<blockquote class=\"wp-embedded-content\" data-secret=\"cdvrWlzIwv\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=XxKkR0YJPJ#?secret=cdvrWlzIwv\" data-secret=\"cdvrWlzIwv\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','x','','inherit','closed','closed','','225-revision-v1','','','2026-07-25 11:23:44','2026-07-25 11:23:44','',225,'https://redlightpain.us7.cdn-alpha.com/?p=227',0,'revision','',0),(228,0,'2026-07-25 11:23:45','2026-07-25 11:23:45','<blockquote class=\"wp-embedded-content\" data-secret=\"WmMIYVVlhO\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=3YhIVzryyG#?secret=WmMIYVVlhO\" data-secret=\"WmMIYVVlhO\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','d797d2e3815f04a181d614cf584bc2ab','','','2026-07-25 11:23:45','2026-07-25 11:23:45','',0,'https://redlightpain.us7.cdn-alpha.com/d797d2e3815f04a181d614cf584bc2ab/',0,'oembed_cache','',0),(229,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1819845740]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','f90ea84d-debd-4cb6-824a-0da87ae49ee4','','','2026-07-25 18:44:54','2026-07-25 18:44:54','',0,'https://redlightpain.us7.cdn-alpha.com/f90ea84d-debd-4cb6-824a-0da87ae49ee4/',0,'customize_changeset','',0),(230,0,'2026-07-25 18:44:45','2026-07-25 18:44:45','<blockquote class=\"wp-embedded-content\" data-secret=\"SAnKEdZYoD\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=IMemdIPLOp#?secret=SAnKEdZYoD\" data-secret=\"SAnKEdZYoD\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','9f1eb2d9b2d3b5f3f1d8425f2095ee34','','','2026-07-25 18:44:45','2026-07-25 18:44:45','',0,'https://redlightpain.us7.cdn-alpha.com/9f1eb2d9b2d3b5f3f1d8425f2095ee34/',0,'oembed_cache','',0),(231,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-44','','','2026-07-25 18:44:54','2026-07-25 18:44:54','',0,'',0,'request','',0),(232,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1808254187]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','25cca0f4-af79-4a70-af81-3c4df0d49ead','','','2026-07-25 21:22:56','2026-07-25 21:22:56','',0,'https://redlightpain.us7.cdn-alpha.com/25cca0f4-af79-4a70-af81-3c4df0d49ead/',0,'customize_changeset','',0),(233,0,'2026-07-25 21:22:46','2026-07-25 21:22:46','<blockquote class=\"wp-embedded-content\" data-secret=\"AXQcwKkuaE\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=6ta0oMP0oU#?secret=AXQcwKkuaE\" data-secret=\"AXQcwKkuaE\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','c8ac4e77a507983f1d5484863066bc7c','','','2026-07-25 21:22:46','2026-07-25 21:22:46','',0,'https://redlightpain.us7.cdn-alpha.com/c8ac4e77a507983f1d5484863066bc7c/',0,'oembed_cache','',0),(234,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-45','','','2026-07-25 21:22:56','2026-07-25 21:22:56','',0,'',0,'request','',0),(235,0,'2026-07-25 23:59:58','2026-07-25 23:59:58','<blockquote class=\"wp-embedded-content\" data-secret=\"7nJDue9NqI\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=Edz19gPvRa#?secret=7nJDue9NqI\" data-secret=\"7nJDue9NqI\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','0b4d8aed4ac5cc458f59c66ceebf4402','','','2026-07-25 23:59:58','2026-07-25 23:59:58','',0,'https://redlightpain.us7.cdn-alpha.com/0b4d8aed4ac5cc458f59c66ceebf4402/',0,'oembed_cache','',0),(236,0,'2026-07-25 23:59:58','2026-07-25 23:59:58','<blockquote class=\"wp-embedded-content\" data-secret=\"ciASjSCO4e\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=bxs0iJLKRb#?secret=ciASjSCO4e\" data-secret=\"ciASjSCO4e\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','c1c654b477a5695dd92efa6d7c69b986','','','2026-07-25 23:59:58','2026-07-25 23:59:58','',0,'https://redlightpain.us7.cdn-alpha.com/c1c654b477a5695dd92efa6d7c69b986/',0,'oembed_cache','',0),(237,0,'2026-07-25 23:59:58','2026-07-25 23:59:58','<blockquote class=\"wp-embedded-content\" data-secret=\"zH8gRSiJJk\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=4TMqucFaTi#?secret=zH8gRSiJJk\" data-secret=\"zH8gRSiJJk\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','b002e86e3c220eecb43ca0e87e5a7826','','','2026-07-25 23:59:58','2026-07-25 23:59:58','',0,'https://redlightpain.us7.cdn-alpha.com/b002e86e3c220eecb43ca0e87e5a7826/',0,'oembed_cache','',0),(238,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1872345189]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','b1dd1449-640d-4e1c-ab0e-1b6523e05c66','','','2026-07-26 00:00:27','2026-07-26 00:00:27','',0,'https://redlightpain.us7.cdn-alpha.com/b1dd1449-640d-4e1c-ab0e-1b6523e05c66/',0,'customize_changeset','',0),(239,0,'2026-07-26 00:00:14','2026-07-26 00:00:14','<blockquote class=\"wp-embedded-content\" data-secret=\"rF9v5kMK3w\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=2xg76skRbF#?secret=rF9v5kMK3w\" data-secret=\"rF9v5kMK3w\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','8936e0e12c70ae2778aaf45448a91a4d','','','2026-07-26 00:00:14','2026-07-26 00:00:14','',0,'https://redlightpain.us7.cdn-alpha.com/8936e0e12c70ae2778aaf45448a91a4d/',0,'oembed_cache','',0),(240,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-46','','','2026-07-26 00:00:27','2026-07-26 00:00:27','',0,'',0,'request','',0),(241,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1852621561]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','3647a2e2-e1ed-4bf6-8f3b-880506340a64','','','2026-07-26 08:53:32','2026-07-26 08:53:32','',0,'https://redlightpain.us7.cdn-alpha.com/3647a2e2-e1ed-4bf6-8f3b-880506340a64/',0,'customize_changeset','',0),(242,0,'2026-07-26 08:53:27','2026-07-26 08:53:27','<blockquote class=\"wp-embedded-content\" data-secret=\"T7Hwe1kuj1\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=p4uuBmrrT8#?secret=T7Hwe1kuj1\" data-secret=\"T7Hwe1kuj1\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','83a0f7b1c389e57561476429d104585d','','','2026-07-26 08:53:27','2026-07-26 08:53:27','',0,'https://redlightpain.us7.cdn-alpha.com/83a0f7b1c389e57561476429d104585d/',0,'oembed_cache','',0),(243,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-47','','','2026-07-26 08:53:32','2026-07-26 08:53:32','',0,'',0,'request','',0),(244,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1857407805]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','73b4217d-3e68-4eac-ae68-e28cf1450bd1','','','2026-07-26 08:53:43','2026-07-26 08:53:43','',0,'https://redlightpain.us7.cdn-alpha.com/73b4217d-3e68-4eac-ae68-e28cf1450bd1/',0,'customize_changeset','',0),(245,0,'2026-07-26 08:53:38','2026-07-26 08:53:38','<blockquote class=\"wp-embedded-content\" data-secret=\"pWXBbW3UzO\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=8taZxbdxM3#?secret=pWXBbW3UzO\" data-secret=\"pWXBbW3UzO\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','d0d59ee4040ca12413e19396dfd80c64','','','2026-07-26 08:53:38','2026-07-26 08:53:38','',0,'https://redlightpain.us7.cdn-alpha.com/d0d59ee4040ca12413e19396dfd80c64/',0,'oembed_cache','',0),(246,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-48','','','2026-07-26 08:53:43','2026-07-26 08:53:43','',0,'',0,'request','',0),(247,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1889171674]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"_invalid\":false,\"attr_title\":\"\",\"classes\":\"\",\"description\":\"\",\"menu_item_parent\":0,\"nav_menu_term_id\":0,\"object\":\"\",\"object_id\":0,\"position\":0,\"status\":\"publish\",\"target\":\"\",\"title\":\"generated\",\"type\":\"custom\",\"url\":\"https://example.invalid/\",\"xfn\":\"\"}}}','changeset','','publish','closed','closed','','18c5cf9cf00b24b5619c93a38a958563','','','2026-07-26 10:18:21','2026-07-26 10:18:21','',0,'https://redlightpain.us7.cdn-alpha.com/18c5cf9cf00b24b5619c93a38a958563/',0,'customize_changeset','',0),(248,0,'2026-07-26 10:18:12','2026-07-26 10:18:12','<blockquote class=\"wp-embedded-content\" data-secret=\"7ReIvVF6FB\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=BPrwCszr9L#?secret=7ReIvVF6FB\" data-secret=\"7ReIvVF6FB\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','faa202d10a53714de9406aa6049a4e8d','','','2026-07-26 10:18:12','2026-07-26 10:18:12','',0,'https://redlightpain.us7.cdn-alpha.com/faa202d10a53714de9406aa6049a4e8d/',0,'oembed_cache','',0),(249,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-49','','','2026-07-26 10:18:21','2026-07-26 10:18:21','',0,'',0,'request','',0),(250,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1866983017]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"_invalid\":false,\"attr_title\":\"\",\"classes\":\"\",\"description\":\"\",\"menu_item_parent\":0,\"nav_menu_term_id\":0,\"object\":\"\",\"object_id\":0,\"position\":0,\"status\":\"publish\",\"target\":\"\",\"title\":\"generated\",\"type\":\"custom\",\"url\":\"https://example.invalid/\",\"xfn\":\"\"}}}','changeset','','publish','closed','closed','','18c5cfa818be816018299faf9246def0','','','2026-07-26 10:19:09','2026-07-26 10:19:09','',0,'https://redlightpain.us7.cdn-alpha.com/18c5cfa818be816018299faf9246def0/',0,'customize_changeset','',0),(251,0,'2026-07-26 10:18:59','2026-07-26 10:18:59','<blockquote class=\"wp-embedded-content\" data-secret=\"5zSAh72J6m\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=JghcdoNYOb#?secret=5zSAh72J6m\" data-secret=\"5zSAh72J6m\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','db58fffc3e2ed08896927e1b8849cc7e','','','2026-07-26 10:18:59','2026-07-26 10:18:59','',0,'https://redlightpain.us7.cdn-alpha.com/db58fffc3e2ed08896927e1b8849cc7e/',0,'oembed_cache','',0),(252,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-50','','','2026-07-26 10:19:09','2026-07-26 10:19:09','',0,'',0,'request','',0),(253,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1861005608]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','b1427f08-cd77-4cd5-9bf7-042c41215a7d','','','2026-07-26 13:46:06','2026-07-26 13:46:06','',0,'https://redlightpain.us7.cdn-alpha.com/b1427f08-cd77-4cd5-9bf7-042c41215a7d/',0,'customize_changeset','',0),(254,0,'2026-07-26 13:45:54','2026-07-26 13:45:54','<blockquote class=\"wp-embedded-content\" data-secret=\"UFInZlCGiV\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=SB3UEao5Xe#?secret=UFInZlCGiV\" data-secret=\"UFInZlCGiV\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','d519753dab1bb92d8992f62ca7723410','','','2026-07-26 13:45:54','2026-07-26 13:45:54','',0,'https://redlightpain.us7.cdn-alpha.com/d519753dab1bb92d8992f62ca7723410/',0,'oembed_cache','',0),(255,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-51','','','2026-07-26 13:46:06','2026-07-26 13:46:06','',0,'',0,'request','',0),(256,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1849511758]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','9e035b12-b1f8-4d24-b865-267a7269207b','','','2026-07-26 15:02:18','2026-07-26 15:02:18','',0,'https://redlightpain.us7.cdn-alpha.com/9e035b12-b1f8-4d24-b865-267a7269207b/',0,'customize_changeset','',0),(257,0,'2026-07-26 15:02:04','2026-07-26 15:02:04','<blockquote class=\"wp-embedded-content\" data-secret=\"97hO5SmdY8\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=jbv1vASTGG#?secret=97hO5SmdY8\" data-secret=\"97hO5SmdY8\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','81b11d0794f57242352d0ef1d77586a0','','','2026-07-26 15:02:04','2026-07-26 15:02:04','',0,'https://redlightpain.us7.cdn-alpha.com/81b11d0794f57242352d0ef1d77586a0/',0,'oembed_cache','',0),(258,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-52','','','2026-07-26 15:02:18','2026-07-26 15:02:18','',0,'',0,'request','',0),(259,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1862583465]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://google.search/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','544b5040-8539-44bb-ab56-4bcb41620ca8','','','2026-07-26 16:01:12','2026-07-26 16:01:12','',0,'https://redlightpain.us7.cdn-alpha.com/544b5040-8539-44bb-ab56-4bcb41620ca8/',0,'customize_changeset','',0),(260,0,'2026-07-26 16:01:05','2026-07-26 16:01:05','<blockquote class=\"wp-embedded-content\" data-secret=\"Ye12jQkPZn\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=fhMaytqVdO#?secret=Ye12jQkPZn\" data-secret=\"Ye12jQkPZn\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','1c595d84c485ce2e36448f579246f32c','','','2026-07-26 16:01:05','2026-07-26 16:01:05','',0,'https://redlightpain.us7.cdn-alpha.com/1c595d84c485ce2e36448f579246f32c/',0,'oembed_cache','',0),(261,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-53','','','2026-07-26 16:01:12','2026-07-26 16:01:12','',0,'',0,'request','',0),(262,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1814866202]\":{\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"proof\",\"url\":\"https://github.com/WordPress/wordpress-develop\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"proof\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false},\"type\":\"nav_menu_item\",\"user_id\":1}}','changeset','','publish','closed','closed','','0e73c243-835f-4b0f-83e4-bb200c459c66','','','2026-07-26 16:16:17','2026-07-26 16:16:17','',0,'https://redlightpain.us7.cdn-alpha.com/0e73c243-835f-4b0f-83e4-bb200c459c66/',0,'customize_changeset','',0),(263,0,'2026-07-26 16:16:07','2026-07-26 16:16:07','<blockquote class=\"wp-embedded-content\" data-secret=\"2x33G9Svaw\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=vUIfQG98CG#?secret=2x33G9Svaw\" data-secret=\"2x33G9Svaw\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','85d02e101a84e3b9aec2805b190f6fcc','','','2026-07-26 16:16:07','2026-07-26 16:16:07','',0,'https://redlightpain.us7.cdn-alpha.com/85d02e101a84e3b9aec2805b190f6fcc/',0,'oembed_cache','',0),(264,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-54','','','2026-07-26 16:16:17','2026-07-26 16:16:17','',0,'',0,'request','',0),(265,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1866390630]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','a46a4017-7730-486c-b2bd-1d3385496b47','','','2026-07-27 05:13:11','2026-07-27 05:13:11','',0,'https://redlightpain.us7.cdn-alpha.com/a46a4017-7730-486c-b2bd-1d3385496b47/',0,'customize_changeset','',0),(266,0,'2026-07-27 05:13:07','2026-07-27 05:13:07','<blockquote class=\"wp-embedded-content\" data-secret=\"gtoP1hoKGX\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=u2ABbvyKxY#?secret=gtoP1hoKGX\" data-secret=\"gtoP1hoKGX\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','8a883adca95efb21f34a9863ad212db4','','','2026-07-27 05:13:07','2026-07-27 05:13:07','',0,'https://redlightpain.us7.cdn-alpha.com/8a883adca95efb21f34a9863ad212db4/',0,'oembed_cache','',0),(267,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-55','','','2026-07-27 05:13:11','2026-07-27 05:13:11','',0,'',0,'request','',0),(268,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1887722349]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','95880898-a644-4d28-88b9-d2a21bb4c738','','','2026-07-27 10:20:41','2026-07-27 10:20:41','',0,'https://redlightpain.us7.cdn-alpha.com/95880898-a644-4d28-88b9-d2a21bb4c738/',0,'customize_changeset','',0),(269,0,'2026-07-27 10:20:36','2026-07-27 10:20:36','<blockquote class=\"wp-embedded-content\" data-secret=\"3ad3eUH6pK\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=Apyrlv0jOU#?secret=3ad3eUH6pK\" data-secret=\"3ad3eUH6pK\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','461b7ea2070dd8a4cf6f3e08ae4b692c','','','2026-07-27 10:20:36','2026-07-27 10:20:36','',0,'https://redlightpain.us7.cdn-alpha.com/461b7ea2070dd8a4cf6f3e08ae4b692c/',0,'oembed_cache','',0),(270,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-56','','','2026-07-27 10:20:41','2026-07-27 10:20:41','',0,'',0,'request','',0),(271,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1890317243]\":{\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"proof\",\"url\":\"https://github.com/WordPress/wordpress-develop\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"proof\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false},\"type\":\"nav_menu_item\",\"user_id\":1}}','changeset','','publish','closed','closed','','c2af2c32-37b9-4b29-bf11-a63911cbbe6d','','','2026-07-27 11:50:33','2026-07-27 11:50:33','',0,'https://redlightpain.us7.cdn-alpha.com/c2af2c32-37b9-4b29-bf11-a63911cbbe6d/',0,'customize_changeset','',0),(272,0,'2026-07-27 11:50:25','2026-07-27 11:50:25','<blockquote class=\"wp-embedded-content\" data-secret=\"V81eElYT6Q\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=rc3NW50C27#?secret=V81eElYT6Q\" data-secret=\"V81eElYT6Q\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','377bb63936837b1e08d9e7d163f44b0b','','','2026-07-27 11:50:25','2026-07-27 11:50:25','',0,'https://redlightpain.us7.cdn-alpha.com/377bb63936837b1e08d9e7d163f44b0b/',0,'oembed_cache','',0),(273,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-57','','','2026-07-27 11:50:33','2026-07-27 11:50:33','',0,'',0,'request','',0),(274,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1825984423]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','133561cb-4ce6-4898-a74a-c9904b0ec319','','','2026-07-27 11:52:49','2026-07-27 11:52:49','',0,'https://redlightpain.us7.cdn-alpha.com/133561cb-4ce6-4898-a74a-c9904b0ec319/',0,'customize_changeset','',0),(275,0,'2026-07-27 11:52:39','2026-07-27 11:52:39','<blockquote class=\"wp-embedded-content\" data-secret=\"YSIZVyGqS2\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=mrdrIHORsy#?secret=YSIZVyGqS2\" data-secret=\"YSIZVyGqS2\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','e04f97165e9648f9343f9d71ecbcca31','','','2026-07-27 11:52:39','2026-07-27 11:52:39','',0,'https://redlightpain.us7.cdn-alpha.com/e04f97165e9648f9343f9d71ecbcca31/',0,'oembed_cache','',0),(276,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-58','','','2026-07-27 11:52:49','2026-07-27 11:52:49','',0,'',0,'request','',0),(277,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1832654678]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"_invalid\":false,\"attr_title\":\"\",\"classes\":\"\",\"description\":\"\",\"menu_item_parent\":0,\"nav_menu_term_id\":0,\"object\":\"\",\"object_id\":0,\"position\":0,\"status\":\"publish\",\"target\":\"\",\"title\":\"generated\",\"type\":\"custom\",\"url\":\"https://example.invalid/\",\"xfn\":\"\"}}}','changeset','','publish','closed','closed','','63a5e1f1c2d6a67d-fb89-cf7f-dcaf-4f3b5b7b6721bef2','','','2026-07-27 14:29:05','2026-07-27 14:29:05','',0,'https://redlightpain.us7.cdn-alpha.com/63a5e1f1c2d6a67d-fb89-cf7f-dcaf-4f3b5b7b6721bef2/',0,'customize_changeset','',0),(278,0,'2026-07-27 14:28:54','2026-07-27 14:28:54','<blockquote class=\"wp-embedded-content\" data-secret=\"YgZ3KS3wJb\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=CR1MYpIJmW#?secret=YgZ3KS3wJb\" data-secret=\"YgZ3KS3wJb\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','612e804fa65e6c170be0665ec326d5ce','','','2026-07-27 14:28:54','2026-07-27 14:28:54','',0,'https://redlightpain.us7.cdn-alpha.com/612e804fa65e6c170be0665ec326d5ce/',0,'oembed_cache','',0),(279,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-59','','','2026-07-27 14:29:05','2026-07-27 14:29:05','',0,'',0,'request','',0),(280,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1836821086]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','7f2c5f5f-10a7-43a7-9b88-6c73f8e57857','','','2026-07-27 18:15:28','2026-07-27 18:15:28','',0,'https://redlightpain.us7.cdn-alpha.com/7f2c5f5f-10a7-43a7-9b88-6c73f8e57857/',0,'customize_changeset','',0),(281,0,'2026-07-27 18:15:16','2026-07-27 18:15:16','<blockquote class=\"wp-embedded-content\" data-secret=\"tAHaWAzg6D\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=cB0CxWY9YN#?secret=tAHaWAzg6D\" data-secret=\"tAHaWAzg6D\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','c1b66c6faed4ba3f8a0aee23dbdfe0b3','','','2026-07-27 18:15:16','2026-07-27 18:15:16','',0,'https://redlightpain.us7.cdn-alpha.com/c1b66c6faed4ba3f8a0aee23dbdfe0b3/',0,'oembed_cache','',0),(282,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-60','','','2026-07-27 18:15:28','2026-07-27 18:15:28','',0,'',0,'request','',0),(283,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1843061989]\":{\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"proof\",\"url\":\"https://github.com/WordPress/wordpress-develop\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"proof\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false},\"type\":\"nav_menu_item\",\"user_id\":1}}','changeset','','publish','closed','closed','','f7dae9ca-6c17-4e00-83a0-ccd21aca5682','','','2026-07-27 18:25:01','2026-07-27 18:25:01','',0,'https://redlightpain.us7.cdn-alpha.com/f7dae9ca-6c17-4e00-83a0-ccd21aca5682/',0,'customize_changeset','',0),(284,0,'2026-07-27 18:24:48','2026-07-27 18:24:48','<blockquote class=\"wp-embedded-content\" data-secret=\"Gj2MDfxwwR\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=2vuDKhZm2w#?secret=Gj2MDfxwwR\" data-secret=\"Gj2MDfxwwR\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','b1b4017a30371eb3da4a86c48c6d116b','','','2026-07-27 18:24:48','2026-07-27 18:24:48','',0,'https://redlightpain.us7.cdn-alpha.com/b1b4017a30371eb3da4a86c48c6d116b/',0,'oembed_cache','',0),(285,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-61','','','2026-07-27 18:25:01','2026-07-27 18:25:01','',0,'',0,'request','',0),(286,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-62','','','2026-07-27 19:56:56','2026-07-27 19:56:56','',0,'',0,'request','',0),(287,0,'2026-07-27 19:56:46','2026-07-27 19:56:46','<blockquote class=\"wp-embedded-content\" data-secret=\"wzlKEIDhoQ\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=zainreIePc#?secret=wzlKEIDhoQ\" data-secret=\"wzlKEIDhoQ\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','21fc7e62758c705b90f6ecddea20aa95','','','2026-07-27 19:56:46','2026-07-27 19:56:46','',0,'https://redlightpain.us7.cdn-alpha.com/21fc7e62758c705b90f6ecddea20aa95/',0,'oembed_cache','',0),(288,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1879741467]\":{\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"proof\",\"url\":\"https://github.com/dinosn/wp2shell-lab\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"proof\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false},\"type\":\"nav_menu_item\",\"user_id\":1}}','changeset','','publish','closed','closed','','4fa2d2a5-5981-480e-bc29-41ebfe7b7e03','','','2026-07-27 19:56:56','2026-07-27 19:56:56','',0,'https://redlightpain.us7.cdn-alpha.com/4fa2d2a5-5981-480e-bc29-41ebfe7b7e03/',0,'customize_changeset','',0),(289,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1814149833]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','c64abf40-c1e5-4f89-aed8-480b2f224b48','','','2026-07-28 04:25:30','2026-07-28 04:25:30','',0,'https://redlightpain.us7.cdn-alpha.com/c64abf40-c1e5-4f89-aed8-480b2f224b48/',0,'customize_changeset','',0),(290,0,'2026-07-28 04:25:24','2026-07-28 04:25:24','<blockquote class=\"wp-embedded-content\" data-secret=\"eriC5L2wy4\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=sIVijW5h61#?secret=eriC5L2wy4\" data-secret=\"eriC5L2wy4\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','ff7367ed65e26385b96937fc2e69ac6f','','','2026-07-28 04:25:24','2026-07-28 04:25:24','',0,'https://redlightpain.us7.cdn-alpha.com/ff7367ed65e26385b96937fc2e69ac6f/',0,'oembed_cache','',0),(291,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-63','','','2026-07-28 04:25:30','2026-07-28 04:25:30','',0,'',0,'request','',0),(292,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1837435292]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','c5e066a0-2b53-449c-994c-2e0815b9ce2a','','','2026-07-28 06:28:28','2026-07-28 06:28:28','',0,'https://redlightpain.us7.cdn-alpha.com/c5e066a0-2b53-449c-994c-2e0815b9ce2a/',0,'customize_changeset','',0),(293,0,'2026-07-28 06:28:19','2026-07-28 06:28:19','<blockquote class=\"wp-embedded-content\" data-secret=\"ENCxmyfVfc\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=UcvBWca9bm#?secret=ENCxmyfVfc\" data-secret=\"ENCxmyfVfc\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','196f32edd920ae5bd62cf4c5e09bd101','','','2026-07-28 06:28:19','2026-07-28 06:28:19','',0,'https://redlightpain.us7.cdn-alpha.com/196f32edd920ae5bd62cf4c5e09bd101/',0,'oembed_cache','',0),(294,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-64','','','2026-07-28 06:28:28','2026-07-28 06:28:28','',0,'',0,'request','',0),(295,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1803098967]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','3fb89b2a-b4ea-41e2-ac6d-5f91b43289c4','','','2026-07-28 06:28:30','2026-07-28 06:28:30','',0,'https://redlightpain.us7.cdn-alpha.com/3fb89b2a-b4ea-41e2-ac6d-5f91b43289c4/',0,'customize_changeset','',0),(296,0,'2026-07-28 06:28:21','2026-07-28 06:28:21','<blockquote class=\"wp-embedded-content\" data-secret=\"u939rLrbi9\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=sg72tBOPoE#?secret=u939rLrbi9\" data-secret=\"u939rLrbi9\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','4a5f5bbae6addbf0dc5ee7eb4e034ba0','','','2026-07-28 06:28:21','2026-07-28 06:28:21','',0,'https://redlightpain.us7.cdn-alpha.com/4a5f5bbae6addbf0dc5ee7eb4e034ba0/',0,'oembed_cache','',0),(297,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-65','','','2026-07-28 06:28:30','2026-07-28 06:28:30','',0,'',0,'request','',0),(298,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1814455881]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','c','','publish','closed','closed','','e67d2a19-b6e2-47c9-b2b6-c24a4367de95','','','2026-07-28 10:10:16','2026-07-28 10:10:16','',0,'',0,'customize_changeset','',0),(299,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','<blockquote class=\"wp-embedded-content\" data-secret=\"vZDZUMfwZD\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=pKpf3WO2SC#?secret=vZDZUMfwZD\" data-secret=\"vZDZUMfwZD\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','x','','publish','closed','closed','','x-4','','','2026-07-28 10:10:16','2026-07-28 10:10:16','',298,'',0,'post','',0),(300,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','p','p','','parse','closed','closed','','p-3','','','2026-07-28 10:10:15','2026-07-28 10:10:15','',0,'',0,'request','',0),(301,0,'2026-07-28 10:10:16','2026-07-28 10:10:16','<blockquote class=\"wp-embedded-content\" data-secret=\"vZDZUMfwZD\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=pKpf3WO2SC#?secret=vZDZUMfwZD\" data-secret=\"vZDZUMfwZD\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','x','','inherit','closed','closed','','299-revision-v1','','','2026-07-28 10:10:16','2026-07-28 10:10:16','',299,'https://redlightpain.us7.cdn-alpha.com/?p=301',0,'revision','',0),(302,0,'2026-07-28 10:10:17','2026-07-28 10:10:17','<blockquote class=\"wp-embedded-content\" data-secret=\"jyOKcGCgU4\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=fiFzLVze9j#?secret=jyOKcGCgU4\" data-secret=\"jyOKcGCgU4\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','1c2bd346a9e7a7524993f45e5a06e154','','','2026-07-28 10:10:17','2026-07-28 10:10:17','',0,'https://redlightpain.us7.cdn-alpha.com/1c2bd346a9e7a7524993f45e5a06e154/',0,'oembed_cache','',0),(303,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1804784546]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','08f89065-8818-4448-8643-fd41ad8395a4','','','2026-07-28 10:17:44','2026-07-28 10:17:44','',0,'https://redlightpain.us7.cdn-alpha.com/08f89065-8818-4448-8643-fd41ad8395a4/',0,'customize_changeset','',0),(304,0,'2026-07-28 10:17:37','2026-07-28 10:17:37','<blockquote class=\"wp-embedded-content\" data-secret=\"4A3nf6ax0C\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=36pELeApki#?secret=4A3nf6ax0C\" data-secret=\"4A3nf6ax0C\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','57292bce8de17df3396fcebc1862278f','','','2026-07-28 10:17:37','2026-07-28 10:17:37','',0,'https://redlightpain.us7.cdn-alpha.com/57292bce8de17df3396fcebc1862278f/',0,'oembed_cache','',0),(305,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-66','','','2026-07-28 10:17:44','2026-07-28 10:17:44','',0,'',0,'request','',0),(306,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1818962964]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','8bbea482-2dbf-4e3d-a326-0553f3fa2c39','','','2026-07-28 11:37:57','2026-07-28 11:37:57','',0,'https://redlightpain.us7.cdn-alpha.com/8bbea482-2dbf-4e3d-a326-0553f3fa2c39/',0,'customize_changeset','',0),(307,0,'2026-07-28 11:37:50','2026-07-28 11:37:50','<blockquote class=\"wp-embedded-content\" data-secret=\"MviLOaYP6a\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=u2XjakgWBd#?secret=MviLOaYP6a\" data-secret=\"MviLOaYP6a\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','8f8c2fd149ef4b264e7f47ae5c0a5945','','','2026-07-28 11:37:50','2026-07-28 11:37:50','',0,'https://redlightpain.us7.cdn-alpha.com/8f8c2fd149ef4b264e7f47ae5c0a5945/',0,'oembed_cache','',0),(308,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-67','','','2026-07-28 11:37:57','2026-07-28 11:37:57','',0,'',0,'request','',0),(309,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1884742918]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','c','','publish','closed','closed','','a34585ad-b245-4f00-9a50-927b3317048a','','','2026-07-28 12:38:56','2026-07-28 12:38:56','',0,'',0,'customize_changeset','',0),(310,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','<blockquote class=\"wp-embedded-content\" data-secret=\"TaFjfTcYUB\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=yy4Def0ePL#?secret=TaFjfTcYUB\" data-secret=\"TaFjfTcYUB\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','x','','publish','closed','closed','','x-5','','','2026-07-28 12:38:56','2026-07-28 12:38:56','',309,'',0,'post','',0),(311,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','p','p','','parse','closed','closed','','p-4','','','2026-07-28 12:38:55','2026-07-28 12:38:55','',0,'',0,'request','',0),(312,0,'2026-07-28 12:38:56','2026-07-28 12:38:56','<blockquote class=\"wp-embedded-content\" data-secret=\"TaFjfTcYUB\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=yy4Def0ePL#?secret=TaFjfTcYUB\" data-secret=\"TaFjfTcYUB\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','x','','inherit','closed','closed','','310-revision-v1','','','2026-07-28 12:38:56','2026-07-28 12:38:56','',310,'https://redlightpain.us7.cdn-alpha.com/?p=312',0,'revision','',0),(313,0,'2026-07-28 12:38:58','2026-07-28 12:38:58','<blockquote class=\"wp-embedded-content\" data-secret=\"Dat7WPWduS\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=rPw2SvrwNo#?secret=Dat7WPWduS\" data-secret=\"Dat7WPWduS\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','4654249619620bb6f5d689dcd2cf4cd1','','','2026-07-28 12:38:58','2026-07-28 12:38:58','',0,'https://redlightpain.us7.cdn-alpha.com/4654249619620bb6f5d689dcd2cf4cd1/',0,'oembed_cache','',0),(314,0,'2026-07-28 12:39:02','2026-07-28 12:39:02','<blockquote class=\"wp-embedded-content\" data-secret=\"5Ar3DT2noj\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=l5zXfttbk5#?secret=5Ar3DT2noj\" data-secret=\"5Ar3DT2noj\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','ff8adb9cf3c9879c1a24fe8d0d482501','','','2026-07-28 12:39:02','2026-07-28 12:39:02','',0,'https://redlightpain.us7.cdn-alpha.com/ff8adb9cf3c9879c1a24fe8d0d482501/',0,'oembed_cache','',0),(315,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1847422911]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','c','','publish','closed','closed','','19f12e11-5a41-4d02-be4a-7b4e8d78af9f','','','2026-07-28 15:32:23','2026-07-28 15:32:23','',0,'',0,'customize_changeset','',0),(316,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','<blockquote class=\"wp-embedded-content\" data-secret=\"HQF4I1tOA5\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=7FdRW35kb7#?secret=HQF4I1tOA5\" data-secret=\"HQF4I1tOA5\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','x','','publish','closed','closed','','x-6','','','2026-07-28 15:32:23','2026-07-28 15:32:23','',315,'',0,'post','',0),(317,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','p','p','','parse','closed','closed','','p-5','','','2026-07-28 15:32:22','2026-07-28 15:32:22','',0,'',0,'request','',0),(318,0,'2026-07-28 15:32:23','2026-07-28 15:32:23','<blockquote class=\"wp-embedded-content\" data-secret=\"HQF4I1tOA5\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=7FdRW35kb7#?secret=HQF4I1tOA5\" data-secret=\"HQF4I1tOA5\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','x','','inherit','closed','closed','','316-revision-v1','','','2026-07-28 15:32:23','2026-07-28 15:32:23','',316,'https://redlightpain.us7.cdn-alpha.com/?p=318',0,'revision','',0),(319,0,'2026-07-28 15:32:24','2026-07-28 15:32:24','<blockquote class=\"wp-embedded-content\" data-secret=\"V3ELta9mp9\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=TYmTvOjvXK#?secret=V3ELta9mp9\" data-secret=\"V3ELta9mp9\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','bd681a9e949fa1f4d103fdeab4e47dd1','','','2026-07-28 15:32:24','2026-07-28 15:32:24','',0,'https://redlightpain.us7.cdn-alpha.com/bd681a9e949fa1f4d103fdeab4e47dd1/',0,'oembed_cache','',0),(320,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1846781575]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','c','','publish','closed','closed','','7420b071-a7b7-471e-aec9-6ffba5c597e9','','','2026-07-28 19:05:34','2026-07-28 19:05:34','',0,'',0,'customize_changeset','',0),(321,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','<blockquote class=\"wp-embedded-content\" data-secret=\"qSnfg2USnq\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=bDZiSdbY8o#?secret=qSnfg2USnq\" data-secret=\"qSnfg2USnq\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','x','','publish','closed','closed','','x-7','','','2026-07-28 19:05:34','2026-07-28 19:05:34','',320,'',0,'post','',0),(322,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','p','p','','parse','closed','closed','','p-6','','','2026-07-28 19:05:32','2026-07-28 19:05:32','',0,'',0,'request','',0),(323,0,'2026-07-28 19:05:34','2026-07-28 19:05:34','<blockquote class=\"wp-embedded-content\" data-secret=\"qSnfg2USnq\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=bDZiSdbY8o#?secret=qSnfg2USnq\" data-secret=\"qSnfg2USnq\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','x','','inherit','closed','closed','','321-revision-v1','','','2026-07-28 19:05:34','2026-07-28 19:05:34','',321,'https://redlightpain.us7.cdn-alpha.com/?p=323',0,'revision','',0),(324,0,'2026-07-28 19:05:36','2026-07-28 19:05:36','<blockquote class=\"wp-embedded-content\" data-secret=\"ZnvnWOe7V4\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=OM5MP09gXv#?secret=ZnvnWOe7V4\" data-secret=\"ZnvnWOe7V4\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','3dbf39c1f6cdef931ab98d54ad829ff2','','','2026-07-28 19:05:36','2026-07-28 19:05:36','',0,'https://redlightpain.us7.cdn-alpha.com/3dbf39c1f6cdef931ab98d54ad829ff2/',0,'oembed_cache','',0),(325,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1873256669]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','c43d1241-3112-482b-a4dc-1674671ac5d9','','','2026-07-29 01:39:35','2026-07-29 01:39:35','',0,'https://redlightpain.us7.cdn-alpha.com/c43d1241-3112-482b-a4dc-1674671ac5d9/',0,'customize_changeset','',0),(326,0,'2026-07-29 01:39:27','2026-07-29 01:39:27','<blockquote class=\"wp-embedded-content\" data-secret=\"JffMdPBcv5\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=6j3Y2zAQ8V#?secret=JffMdPBcv5\" data-secret=\"JffMdPBcv5\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','119b4e7d7a37d11c04604fc89b025a79','','','2026-07-29 01:39:27','2026-07-29 01:39:27','',0,'https://redlightpain.us7.cdn-alpha.com/119b4e7d7a37d11c04604fc89b025a79/',0,'oembed_cache','',0),(327,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-68','','','2026-07-29 01:39:35','2026-07-29 01:39:35','',0,'',0,'request','',0),(328,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1888466392]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"gen\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','ch','','publish','closed','closed','','4abb1183-d575-46f8-9d21-52d6f595c175','','','2026-07-29 09:07:38','2026-07-29 09:07:38','',0,'https://redlightpain.us7.cdn-alpha.com/4abb1183-d575-46f8-9d21-52d6f595c175/',0,'customize_changeset','',0),(329,0,'2026-07-29 09:07:29','2026-07-29 09:07:29','<blockquote class=\"wp-embedded-content\" data-secret=\"7s9X49LyAo\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=x0ezo9i43l#?secret=7s9X49LyAo\" data-secret=\"7s9X49LyAo\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','ff43a81fe93563129b8d03c8e1d1002d','','','2026-07-29 09:07:29','2026-07-29 09:07:29','',0,'https://redlightpain.us7.cdn-alpha.com/ff43a81fe93563129b8d03c8e1d1002d/',0,'oembed_cache','',0),(330,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-69','','','2026-07-29 09:07:38','2026-07-29 09:07:38','',0,'',0,'request','',0),(331,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1884316275]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://google.com/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','c072f041-4f02-483b-abe5-05653d7061b3','','','2026-07-29 15:58:31','2026-07-29 15:58:31','',0,'https://redlightpain.us7.cdn-alpha.com/c072f041-4f02-483b-abe5-05653d7061b3/',0,'customize_changeset','',0),(332,0,'2026-07-29 15:58:21','2026-07-29 15:58:21','<blockquote class=\"wp-embedded-content\" data-secret=\"ARx46GvV5o\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=L6dxQbCwbZ#?secret=ARx46GvV5o\" data-secret=\"ARx46GvV5o\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','36a4d6b53b6b635deb5a0c11f133c28a','','','2026-07-29 15:58:21','2026-07-29 15:58:21','',0,'https://redlightpain.us7.cdn-alpha.com/36a4d6b53b6b635deb5a0c11f133c28a/',0,'oembed_cache','',0),(333,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-70','','','2026-07-29 15:58:31','2026-07-29 15:58:31','',0,'',0,'request','',0),(334,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1814762014]\": {\"type\": \"nav_menu_item\", \"user_id\": 1, \"value\": {\"object_id\": 0, \"object\": \"\", \"menu_item_parent\": 0, \"position\": 0, \"type\": \"custom\", \"title\": \"gen\", \"url\": \"https://example.invalid/\", \"target\": \"\", \"attr_title\": \"\", \"description\": \"\", \"classes\": \"\", \"xfn\": \"\", \"status\": \"publish\", \"nav_menu_term_id\": 0, \"_invalid\": false}}, \"separators\": [\",\", \":\"]}','ch','','publish','closed','closed','','6036ae4c-81c0-4b54-b47a-288cd3a89efc','','','2026-07-30 00:38:20','2026-07-30 00:38:20','',0,'https://redlightpain.us7.cdn-alpha.com/6036ae4c-81c0-4b54-b47a-288cd3a89efc/',0,'customize_changeset','',0),(335,0,'2026-07-30 00:38:15','2026-07-30 00:38:15','<blockquote class=\"wp-embedded-content\" data-secret=\"5uuzlR8Qqm\"><a href=\"https://redlightpain.us7.cdn-alpha.com/hello-world/\">Hello world!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Hello world!” — My WordPress\" src=\"https://redlightpain.us7.cdn-alpha.com/hello-world/embed/#?secret=9W2MNjQna8#?secret=5uuzlR8Qqm\" data-secret=\"5uuzlR8Qqm\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','ff78eda12fba7b5a9c5694ba53c34814','','','2026-07-30 00:38:15','2026-07-30 00:38:15','',0,'https://redlightpain.us7.cdn-alpha.com/ff78eda12fba7b5a9c5694ba53c34814/',0,'oembed_cache','',0),(336,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-71','','','2026-07-30 00:38:20','2026-07-30 00:38:20','',0,'',0,'request','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rank_math_internal_links` -- DROP TABLE IF EXISTS `wp_rank_math_internal_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rank_math_internal_links` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `url` varchar(255) NOT NULL, `post_id` bigint(20) unsigned NOT NULL, `target_post_id` bigint(20) unsigned NOT NULL, `type` varchar(8) NOT NULL, PRIMARY KEY (`id`), KEY `link_direction` (`post_id`,`type`), KEY `target_post_id` (`target_post_id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rank_math_internal_links` -- LOCK TABLES `wp_rank_math_internal_links` WRITE; /*!40000 ALTER TABLE `wp_rank_math_internal_links` DISABLE KEYS */; INSERT INTO `wp_rank_math_internal_links` VALUES (1,'https://redlightpain.us7.cdn-alpha.com/hello-world/',165,1,'internal'),(2,'https://redlightpain.us7.cdn-alpha.com/hello-world/',198,1,'internal'),(3,'https://redlightpain.us7.cdn-alpha.com/hello-world/',225,1,'internal'),(4,'https://redlightpain.us7.cdn-alpha.com/hello-world/',299,1,'internal'),(5,'https://redlightpain.us7.cdn-alpha.com/hello-world/',310,1,'internal'),(6,'https://redlightpain.us7.cdn-alpha.com/hello-world/',316,1,'internal'),(7,'https://redlightpain.us7.cdn-alpha.com/hello-world/',321,1,'internal'); /*!40000 ALTER TABLE `wp_rank_math_internal_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rank_math_internal_meta` -- DROP TABLE IF EXISTS `wp_rank_math_internal_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rank_math_internal_meta` ( `object_id` bigint(20) unsigned NOT NULL, `internal_link_count` int(10) unsigned DEFAULT 0, `external_link_count` int(10) unsigned DEFAULT 0, `incoming_link_count` int(10) unsigned DEFAULT 0, PRIMARY KEY (`object_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rank_math_internal_meta` -- LOCK TABLES `wp_rank_math_internal_meta` WRITE; /*!40000 ALTER TABLE `wp_rank_math_internal_meta` DISABLE KEYS */; INSERT INTO `wp_rank_math_internal_meta` VALUES (1,0,0,7),(165,1,0,0),(198,1,0,0),(225,1,0,0),(299,1,0,0),(310,1,0,0),(316,1,0,0),(321,1,0,0); /*!40000 ALTER TABLE `wp_rank_math_internal_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_order` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(165,1,0),(198,1,0),(225,1,0),(299,1,0),(310,1,0),(316,1,0),(321,1,0),(1814455880,1,0),(1846781574,1,0),(1847422910,1,0),(1855131900,1,0),(1871217145,1,0),(1884742917,1,0),(1888258153,1,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT 0, `count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,8); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=992 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','sitemanager'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"29cb4fec6f8c421f562cf5fe473b0f963fd4d5ba66b4a207293165f307ffecc7\";a:4:{s:10:\"expiration\";i:1709232741;s:2:\"ip\";s:14:\"172.69.168.145\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36\";s:5:\"login\";i:1709059941;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','5'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"172.69.168.0\";}'),(19,1,'wp_elementor_connect_common_data','a:6:{s:9:\"client_id\";s:32:\"axn5Xt0lAgKiYU1k2DHyu5bCDypMWcRU\";s:11:\"auth_secret\";s:32:\"p0s6GaEXfeZ30qXV1bnMTQIlnVF73MJm\";s:12:\"access_token\";s:311:\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjE3MDI3MSwiYXVkIjoiaHR0cHM6Ly9mb3J0ZXRlbXBsYXRlLnVzNy5jZG4tYWxwaGEuY29tLyIsImNsaWVudF9pZCI6ImF4bjVYdDBsQWdLaVlVMWsyREh5dTViQ0R5cE1XY1JVIiwiY29ubmVjdF90eXBlIjoiYWN0aXZhdGUiLCJpYXQiOjE3MDkwNjA5NjgsImV4cCI6MzE3MjUzNTAzMzY4fQ.B_z6kl4KPbVl3m4g4btoUFWHR-Y8xbCAnAIN-6VfGZc\";s:19:\"access_token_secret\";s:32:\"BkmtbiNM3sEblYunq47PCMUb2we2rSla\";s:10:\"token_type\";s:6:\"bearer\";s:4:\"user\";O:8:\"stdClass\":1:{s:5:\"email\";s:23:\"bblackerby424@gmail.com\";}}'),(20,1,'elementor_introduction','a:2:{s:27:\"ai-get-started-announcement\";b:1;s:7:\"exit_to\";b:1;}'),(21,1,'wp_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-02-27T19:00:25.921Z\";}'),(22,1,'manageedit-postcolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(23,1,'manageedit-postcolumnshidden_default','1'),(24,1,'manageedit-pagecolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(25,1,'manageedit-pagecolumnshidden_default','1'),(26,1,'manageedit-e-landing-pagecolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(27,1,'manageedit-e-landing-pagecolumnshidden_default','1'),(28,2,'nickname','forte_brice'),(29,2,'first_name','Brice'),(30,2,'last_name','Blackerby'),(31,2,'description',''),(32,2,'rich_editing','true'),(33,2,'syntax_highlighting','true'),(34,2,'comment_shortcuts','false'),(35,2,'admin_color','fresh'),(36,2,'use_ssl','0'),(37,2,'show_admin_bar_front','true'),(38,2,'locale',''),(39,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(40,2,'wp_user_level','10'),(41,2,'last_update','1709061676'),(42,2,'dismissed_wp_pointers',''),(43,2,'twitter',''),(44,2,'facebook',''),(45,2,'additional_profile_urls',''),(46,2,'session_tokens','a:3:{s:64:\"a50ef83c19c45c84271ec82e1d4c8162c0d896b159442c02f76f93398699277c\";a:4:{s:10:\"expiration\";i:1709234994;s:2:\"ip\";s:14:\"172.69.168.145\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36\";s:5:\"login\";i:1709062194;}s:64:\"7334480be060dff6e5b54cda94af2e123bccd11a0bdbd7d9498ebcedc03e760b\";a:4:{s:10:\"expiration\";i:1709236583;s:2:\"ip\";s:14:\"172.69.168.215\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36\";s:5:\"login\";i:1709063783;}s:64:\"e0294f90e65e0e314c98c621f0e516e404266d13d7900a9003b3250e06dbd68d\";a:4:{s:10:\"expiration\";i:1709236625;s:2:\"ip\";s:14:\"172.69.168.214\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36\";s:5:\"login\";i:1709063825;}}'),(47,2,'wp_dashboard_quick_press_last_post_id','25'),(48,2,'manageedit-postcolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(49,2,'manageedit-postcolumnshidden_default','1'),(50,2,'manageedit-pagecolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(51,2,'manageedit-pagecolumnshidden_default','1'),(52,2,'manageedit-e-landing-pagecolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(53,2,'manageedit-e-landing-pagecolumnshidden_default','1'),(54,2,'community-events-location','a:1:{s:2:\"ip\";s:12:\"172.69.168.0\";}'),(55,3,'nickname','forte_haley'),(56,3,'first_name','Haley'),(57,3,'last_name','Despard'),(58,3,'description',''),(59,3,'rich_editing','true'),(60,3,'syntax_highlighting','true'),(61,3,'comment_shortcuts','false'),(62,3,'admin_color','fresh'),(63,3,'use_ssl','0'),(64,3,'show_admin_bar_front','true'),(65,3,'locale',''),(66,3,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(67,3,'wp_user_level','10'),(68,3,'last_update','1709062299'),(69,3,'dismissed_wp_pointers',''),(70,3,'twitter',''),(71,3,'facebook',''),(72,3,'additional_profile_urls',''),(73,2,'_templately_api_key','0a74e4a26a97841854946a8c'),(74,2,'_templately_cloud_activity','a:3:{s:5:\"value\";s:6:\"clouds\";s:5:\"label\";s:8:\"My Cloud\";s:4:\"slug\";s:6:\"clouds\";}'),(75,2,'_templately_user','a:15:{s:2:\"id\";i:424950;s:4:\"name\";s:15:\"Brice Blackerby\";s:10:\"first_name\";s:5:\"Brice\";s:9:\"last_name\";s:9:\"Blackerby\";s:12:\"display_name\";N;s:5:\"email\";s:18:\"brice@forte.agency\";s:13:\"profile_photo\";N;s:6:\"joined\";s:16:\"January 10, 2024\";s:11:\"is_verified\";b:1;s:4:\"plan\";s:26:\"lifetime-five-hundred-site\";s:14:\"plan_expire_at\";N;s:8:\"my_cloud\";a:2:{s:5:\"limit\";i:-1;s:6:\"usages\";i:0;}s:10:\"favourites\";a:0:{}s:11:\"show_notice\";b:0;s:7:\"reviews\";a:0:{}}'),(76,2,'_templately_total_download_counts','14'),(77,2,'manageedit-templately_librarycolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(78,2,'manageedit-templately_librarycolumnshidden_default','1'),(83,6,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(84,6,'wp_user_level','10'),(85,6,'session_tokens','a:1:{s:64:\"747992a58bd972ca9da223df8786a5d2b91f9011a2e86d46d00df0783c3cfa37\";a:4:{s:10:\"expiration\";i:1734812132;s:2:\"ip\";s:13:\"172.71.126.68\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\";s:5:\"login\";i:1734639332;}}'),(86,6,'elementor_admin_notices','a:1:{s:20:\"design_not_appearing\";a:2:{s:9:\"is_viewed\";b:0;s:4:\"meta\";a:1:{s:7:\"version\";s:6:\"3.23.4\";}}}'),(87,6,'wp_dashboard_quick_press_last_post_id','61'),(88,6,'_application_passwords','a:1:{i:0;a:7:{s:4:\"uuid\";s:36:\"ae7ccd32-bf34-4b41-8126-2c1820de8315\";s:6:\"app_id\";s:0:\"\";s:4:\"name\";s:8:\"918870b7\";s:8:\"password\";s:34:\"$P$Bywg4AFnCzE8UpT8l5VZcteiG1pcLN1\";s:7:\"created\";i:1723282308;s:9:\"last_used\";N;s:7:\"last_ip\";N;}}'),(89,6,'manageedit-postcolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(90,6,'manageedit-postcolumnshidden_default','1'),(91,6,'manageedit-pagecolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(92,6,'manageedit-pagecolumnshidden_default','1'),(93,6,'manageedit-e-landing-pagecolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(94,6,'manageedit-e-landing-pagecolumnshidden_default','1'),(95,6,'manageedit-templately_librarycolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(96,6,'manageedit-templately_librarycolumnshidden_default','1'),(97,6,'manageedit-e-floating-buttonscolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(98,6,'manageedit-e-floating-buttonscolumnshidden_default','1'),(99,7,'nickname','bdxqmk6d0d275a20c2'),(100,7,'first_name',''),(101,7,'last_name',''),(102,7,'description',''),(103,7,'rich_editing','true'),(104,7,'syntax_highlighting','true'),(105,7,'comment_shortcuts','false'),(106,7,'admin_color','fresh'),(107,7,'use_ssl','0'),(108,7,'show_admin_bar_front','true'),(109,7,'locale',''),(110,7,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(111,7,'wp_user_level','10'),(112,7,'session_tokens','a:1:{s:64:\"bd0570d6166b64bf4e72f76e522b94e0f8cc1e5db57148b5c2a85548ecc02e83\";a:4:{s:10:\"expiration\";i:1784644427;s:2:\"ip\";s:13:\"210.87.86.164\";s:2:\"ua\";s:60:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36\";s:5:\"login\";i:1784471627;}}'),(113,8,'nickname','w2s_c573298ebc48'),(114,8,'first_name',''),(115,8,'last_name',''),(116,8,'description',''),(117,8,'rich_editing','true'),(118,8,'syntax_highlighting','true'),(119,8,'comment_shortcuts','false'),(120,8,'admin_color','fresh'),(121,8,'use_ssl','0'),(122,8,'show_admin_bar_front','true'),(123,8,'locale',''),(124,8,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(125,8,'wp_user_level','10'),(126,8,'session_tokens','a:1:{s:64:\"6ab6cedecb6fb2078dab98f57d92003966dc2d398c3d369e1fa91516058f35fe\";a:4:{s:10:\"expiration\";i:1784645387;s:2:\"ip\";s:14:\"129.121.77.134\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1784472587;}}'),(127,9,'nickname','wp2_8e0a2c'),(128,9,'first_name',''),(129,9,'last_name',''),(130,9,'description',''),(131,9,'rich_editing','true'),(132,9,'syntax_highlighting','true'),(133,9,'comment_shortcuts','false'),(134,9,'admin_color','fresh'),(135,9,'use_ssl','0'),(136,9,'show_admin_bar_front','true'),(137,9,'locale',''),(138,9,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(139,9,'wp_user_level','10'),(140,9,'session_tokens','a:2:{s:64:\"9f9188c2763946e0f7f4fa2baf69091762546a92586b244c0eaa62acaed19a9c\";a:4:{s:10:\"expiration\";i:1785229966;s:2:\"ip\";s:13:\"216.67.230.98\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 OPR/116.0.0.0\";s:5:\"login\";i:1785057166;}s:64:\"be18f7a87abca21db3fa8853ef6376ba9811f458aff671b7a046276f7524f67c\";a:4:{s:10:\"expiration\";i:1785373946;s:2:\"ip\";s:13:\"216.67.230.98\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1785201146;}}'),(141,10,'nickname','wpsvc_485c520af8d3'),(142,10,'first_name',''),(143,10,'last_name',''),(144,10,'description',''),(145,10,'rich_editing','true'),(146,10,'syntax_highlighting','true'),(147,10,'comment_shortcuts','false'),(148,10,'admin_color','fresh'),(149,10,'use_ssl','0'),(150,10,'show_admin_bar_front','true'),(151,10,'locale',''),(152,10,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(153,10,'wp_user_level','10'),(154,10,'session_tokens','a:1:{s:64:\"a68c805f296e95d14b3b7770cd573d04ee5418c335b7d99ddf62a50744b2ac0f\";a:4:{s:10:\"expiration\";i:1784689617;s:2:\"ip\";s:15:\"104.168.114.154\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1784516817;}}'),(155,11,'nickname','wordpress_3f0015674358'),(156,11,'first_name',''),(157,11,'last_name',''),(158,11,'description',''),(159,11,'rich_editing','true'),(160,11,'syntax_highlighting','true'),(161,11,'comment_shortcuts','false'),(162,11,'admin_color','fresh'),(163,11,'use_ssl','0'),(164,11,'show_admin_bar_front','true'),(165,11,'locale',''),(166,11,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(167,11,'wp_user_level','10'),(168,12,'nickname','upgrades'),(169,12,'first_name',''),(170,12,'last_name',''),(171,12,'description',''),(172,12,'rich_editing','true'),(173,12,'syntax_highlighting','true'),(174,12,'comment_shortcuts','false'),(175,12,'admin_color','fresh'),(176,12,'use_ssl','0'),(177,12,'show_admin_bar_front','true'),(178,12,'locale',''),(179,12,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(180,12,'wp_user_level','10'),(181,13,'nickname','Nx_d896d002de93'),(182,13,'first_name',''),(183,13,'last_name',''),(184,13,'description',''),(185,13,'rich_editing','true'),(186,13,'syntax_highlighting','true'),(187,13,'comment_shortcuts','false'),(188,13,'admin_color','fresh'),(189,13,'use_ssl','0'),(190,13,'show_admin_bar_front','true'),(191,13,'locale',''),(192,13,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(193,13,'wp_user_level','10'),(194,13,'session_tokens','a:1:{s:64:\"9679cc6baba4f9edf93d679a075cb612ee570e39faa23c37c35674996bcd56d0\";a:4:{s:10:\"expiration\";i:1785264141;s:2:\"ip\";s:14:\"161.118.221.78\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36\";s:5:\"login\";i:1785091341;}}'),(195,14,'nickname','wp2_2ffecc8b979f'),(196,14,'first_name',''),(197,14,'last_name',''),(198,14,'description',''),(199,14,'rich_editing','true'),(200,14,'syntax_highlighting','true'),(201,14,'comment_shortcuts','false'),(202,14,'admin_color','fresh'),(203,14,'use_ssl','0'),(204,14,'show_admin_bar_front','true'),(205,14,'locale',''),(206,14,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(207,14,'wp_user_level','10'),(208,14,'session_tokens','a:1:{s:64:\"f50424ec05c3cecbd2f332aea57acc43c29e7d1cb54bdc40f77afb005e7a81c6\";a:4:{s:10:\"expiration\";i:1784901078;s:2:\"ip\";s:14:\"149.102.142.63\";s:2:\"ua\";s:18:\"cve-2026-63030/1.0\";s:5:\"login\";i:1784728278;}}'),(209,15,'nickname','wp2_d8851033e672'),(210,15,'first_name',''),(211,15,'last_name',''),(212,15,'description',''),(213,15,'rich_editing','true'),(214,15,'syntax_highlighting','true'),(215,15,'comment_shortcuts','false'),(216,15,'admin_color','fresh'),(217,15,'use_ssl','0'),(218,15,'show_admin_bar_front','true'),(219,15,'locale',''),(220,15,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(221,15,'wp_user_level','10'),(222,15,'session_tokens','a:1:{s:64:\"f4c1c72ece2deb8dcf8b2e5751ce408179d168530f01bcad788da468d8b894f6\";a:4:{s:10:\"expiration\";i:1784911400;s:2:\"ip\";s:14:\"13.140.168.109\";s:2:\"ua\";s:8:\"wp2shell\";s:5:\"login\";i:1784738600;}}'),(223,16,'nickname','wp2_b7fab50cf343'),(224,16,'first_name',''),(225,16,'last_name',''),(226,16,'description',''),(227,16,'rich_editing','true'),(228,16,'syntax_highlighting','true'),(229,16,'comment_shortcuts','false'),(230,16,'admin_color','fresh'),(231,16,'use_ssl','0'),(232,16,'show_admin_bar_front','true'),(233,16,'locale',''),(234,16,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(235,16,'wp_user_level','10'),(236,16,'session_tokens','a:1:{s:64:\"8df05500d7b6f608aef60044faa0767f1a6d196d0ff9e8e282c0f28c0caac0a4\";a:4:{s:10:\"expiration\";i:1784912980;s:2:\"ip\";s:14:\"13.140.168.109\";s:2:\"ua\";s:8:\"wp2shell\";s:5:\"login\";i:1784740180;}}'),(237,17,'nickname','wp2_a58a0f8269ae'),(238,17,'first_name',''),(239,17,'last_name',''),(240,17,'description',''),(241,17,'rich_editing','true'),(242,17,'syntax_highlighting','true'),(243,17,'comment_shortcuts','false'),(244,17,'admin_color','fresh'),(245,17,'use_ssl','0'),(246,17,'show_admin_bar_front','true'),(247,17,'locale',''),(248,17,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(249,17,'wp_user_level','10'),(250,17,'session_tokens','a:1:{s:64:\"7ced790e7ac749a7f4e675aff921434ed002adfcdbf6481230f13c6c7ce0b9ad\";a:4:{s:10:\"expiration\";i:1784920015;s:2:\"ip\";s:14:\"13.140.168.109\";s:2:\"ua\";s:8:\"wp2shell\";s:5:\"login\";i:1784747215;}}'),(251,18,'nickname','Nx_5dd9a0eddddb'),(252,18,'first_name',''),(253,18,'last_name',''),(254,18,'description',''),(255,18,'rich_editing','true'),(256,18,'syntax_highlighting','true'),(257,18,'comment_shortcuts','false'),(258,18,'admin_color','fresh'),(259,18,'use_ssl','0'),(260,18,'show_admin_bar_front','true'),(261,18,'locale',''),(262,18,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(263,18,'wp_user_level','10'),(264,19,'nickname','Nx_39ea87db283c'),(265,19,'first_name',''),(266,19,'last_name',''),(267,19,'description',''),(268,19,'rich_editing','true'),(269,19,'syntax_highlighting','true'),(270,19,'comment_shortcuts','false'),(271,19,'admin_color','fresh'),(272,19,'use_ssl','0'),(273,19,'show_admin_bar_front','true'),(274,19,'locale',''),(275,19,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(276,19,'wp_user_level','10'),(277,20,'nickname','wp2_c1da57830e44'),(278,20,'first_name',''),(279,20,'last_name',''),(280,20,'description',''),(281,20,'rich_editing','true'),(282,20,'syntax_highlighting','true'),(283,20,'comment_shortcuts','false'),(284,20,'admin_color','fresh'),(285,20,'use_ssl','0'),(286,20,'show_admin_bar_front','true'),(287,20,'locale',''),(288,20,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(289,20,'wp_user_level','10'),(290,20,'session_tokens','a:1:{s:64:\"3e5dc9bc46b13fe96c7461248f3a86d5bd5dc6b78e166f1ad20e062c32f585eb\";a:4:{s:10:\"expiration\";i:1784924365;s:2:\"ip\";s:14:\"13.140.168.109\";s:2:\"ua\";s:8:\"wp2shell\";s:5:\"login\";i:1784751565;}}'),(291,21,'nickname','wp2_680ea4'),(292,21,'first_name',''),(293,21,'last_name',''),(294,21,'description',''),(295,21,'rich_editing','true'),(296,21,'syntax_highlighting','true'),(297,21,'comment_shortcuts','false'),(298,21,'admin_color','fresh'),(299,21,'use_ssl','0'),(300,21,'show_admin_bar_front','true'),(301,21,'locale',''),(302,21,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(303,21,'wp_user_level','10'),(304,22,'nickname','f7f7390f7d87'),(305,22,'first_name',''),(306,22,'last_name',''),(307,22,'description',''),(308,22,'rich_editing','true'),(309,22,'syntax_highlighting','true'),(310,22,'comment_shortcuts','false'),(311,22,'admin_color','fresh'),(312,22,'use_ssl','0'),(313,22,'show_admin_bar_front','true'),(314,22,'locale',''),(315,22,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(316,22,'wp_user_level','10'),(317,23,'nickname','wordpress_32b734d51f11'),(318,23,'first_name',''),(319,23,'last_name',''),(320,23,'description',''),(321,23,'rich_editing','true'),(322,23,'syntax_highlighting','true'),(323,23,'comment_shortcuts','false'),(324,23,'admin_color','fresh'),(325,23,'use_ssl','0'),(326,23,'show_admin_bar_front','true'),(327,23,'locale',''),(328,23,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(329,23,'wp_user_level','10'),(330,24,'nickname','Nx_c897c361bb22'),(331,24,'first_name',''),(332,24,'last_name',''),(333,24,'description',''),(334,24,'rich_editing','true'),(335,24,'syntax_highlighting','true'),(336,24,'comment_shortcuts','false'),(337,24,'admin_color','fresh'),(338,24,'use_ssl','0'),(339,24,'show_admin_bar_front','true'),(340,24,'locale',''),(341,24,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(342,24,'wp_user_level','10'),(343,24,'session_tokens','a:1:{s:64:\"a973814a02946f5c8fcd1ff8a5494f1acd7962246af1f67b7aef80bcce42b20a\";a:4:{s:10:\"expiration\";i:1785259082;s:2:\"ip\";s:14:\"161.118.221.78\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36\";s:5:\"login\";i:1785086282;}}'),(344,22,'session_tokens','a:5:{s:64:\"6677ca236828b843e10a542270f158a1373e8a2326ff939c7fb34a708e0c918a\";a:4:{s:10:\"expiration\";i:1784966060;s:2:\"ip\";s:15:\"112.120.114.167\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:5:\"login\";i:1784793260;}s:64:\"29882bbb038acfb0fb6d3d6a8f62cc3c8ac8142e18cf978d628a7d47ff0549e1\";a:4:{s:10:\"expiration\";i:1784966078;s:2:\"ip\";s:15:\"112.120.114.167\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:5:\"login\";i:1784793278;}s:64:\"7f34d082aa147b0b2c6c9d40f298dcc2de7ee324ff40968e6ec48db11fd4bcc5\";a:4:{s:10:\"expiration\";i:1784966082;s:2:\"ip\";s:15:\"112.120.114.167\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:5:\"login\";i:1784793282;}s:64:\"708fe7bb5538747d89aeda04246bc331707db978a466f47b3dbb6e4834d72ad1\";a:4:{s:10:\"expiration\";i:1784966817;s:2:\"ip\";s:13:\"216.236.40.21\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:5:\"login\";i:1784794017;}s:64:\"dd70377936424660cf1f4351038c34017e2d447789e2fe422e906c903d065a92\";a:4:{s:10:\"expiration\";i:1784966823;s:2:\"ip\";s:13:\"216.236.40.21\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:5:\"login\";i:1784794023;}}'),(345,25,'nickname','Nx_212e581eda03'),(346,25,'first_name',''),(347,25,'last_name',''),(348,25,'description',''),(349,25,'rich_editing','true'),(350,25,'syntax_highlighting','true'),(351,25,'comment_shortcuts','false'),(352,25,'admin_color','fresh'),(353,25,'use_ssl','0'),(354,25,'show_admin_bar_front','true'),(355,25,'locale',''),(356,25,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(357,25,'wp_user_level','10'),(358,25,'session_tokens','a:1:{s:64:\"ca55549a3c1b34abe3d19dee798dc9b6bb88cd0a6ed36622ddfc629e3fd9712c\";a:4:{s:10:\"expiration\";i:1785261231;s:2:\"ip\";s:14:\"161.118.221.78\";s:2:\"ua\";s:84:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:91.0) Gecko/20100101 Firefox/91.0\";s:5:\"login\";i:1785088431;}}'),(359,26,'nickname','Nx_05a7c36662df'),(360,26,'first_name',''),(361,26,'last_name',''),(362,26,'description',''),(363,26,'rich_editing','true'),(364,26,'syntax_highlighting','true'),(365,26,'comment_shortcuts','false'),(366,26,'admin_color','fresh'),(367,26,'use_ssl','0'),(368,26,'show_admin_bar_front','true'),(369,26,'locale',''),(370,26,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(371,26,'wp_user_level','10'),(372,26,'session_tokens','a:1:{s:64:\"b959462d86a7e6ee6f2846c76df4aa8dc1206065e80e3a223c2b7c77f4dabb3a\";a:4:{s:10:\"expiration\";i:1784984777;s:2:\"ip\";s:12:\"31.57.219.92\";s:2:\"ua\";s:11:\"Mozilla/5.0\";s:5:\"login\";i:1784811977;}}'),(373,27,'nickname','Nx_fd0c6d343a0c'),(374,27,'first_name',''),(375,27,'last_name',''),(376,27,'description',''),(377,27,'rich_editing','true'),(378,27,'syntax_highlighting','true'),(379,27,'comment_shortcuts','false'),(380,27,'admin_color','fresh'),(381,27,'use_ssl','0'),(382,27,'show_admin_bar_front','true'),(383,27,'locale',''),(384,27,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(385,27,'wp_user_level','10'),(386,27,'session_tokens','a:1:{s:64:\"874416b071096bc0af44b63c069f062055747a4704160c4840878c9a7465397c\";a:4:{s:10:\"expiration\";i:1785001276;s:2:\"ip\";s:14:\"194.180.48.253\";s:2:\"ua\";s:11:\"Mozilla/5.0\";s:5:\"login\";i:1784828476;}}'),(387,21,'session_tokens','a:1:{s:64:\"905907a7d033694ea659181eb01cbfefd771b5a442dbd0ff3affc500d910e41b\";a:4:{s:10:\"expiration\";i:1786047238;s:2:\"ip\";s:13:\"216.67.230.98\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36\";s:5:\"login\";i:1784837638;}}'),(388,28,'nickname','yun_11'),(389,28,'first_name',''),(390,28,'last_name',''),(391,28,'description',''),(392,28,'rich_editing','true'),(393,28,'syntax_highlighting','true'),(394,28,'comment_shortcuts','false'),(395,28,'admin_color','fresh'),(396,28,'use_ssl','0'),(397,28,'show_admin_bar_front','true'),(398,28,'locale',''),(399,28,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(400,28,'wp_user_level','10'),(401,23,'session_tokens','a:2:{s:64:\"83f125f6d0d0f835803710eadec92da89fe8fd0d6ed25329d3fd2c2ae52c89e9\";a:4:{s:10:\"expiration\";i:1785042329;s:2:\"ip\";s:14:\"141.255.164.67\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36\";s:5:\"login\";i:1784869529;}s:64:\"f309ee3cba349c321d61430e13141037ff2e7b39d815fb3fb2e4adb2451d4ffa\";a:4:{s:10:\"expiration\";i:1785042337;s:2:\"ip\";s:14:\"141.255.164.67\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36\";s:5:\"login\";i:1784869537;}}'),(402,29,'nickname','adminlinS8hv'),(403,29,'first_name',''),(404,29,'last_name',''),(405,29,'description',''),(406,29,'rich_editing','true'),(407,29,'syntax_highlighting','true'),(408,29,'comment_shortcuts','false'),(409,29,'admin_color','fresh'),(410,29,'use_ssl','0'),(411,29,'show_admin_bar_front','true'),(412,29,'locale',''),(413,29,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(414,29,'wp_user_level','10'),(415,30,'nickname','Nx_e8718d090228'),(416,30,'first_name',''),(417,30,'last_name',''),(418,30,'description',''),(419,30,'rich_editing','true'),(420,30,'syntax_highlighting','true'),(421,30,'comment_shortcuts','false'),(422,30,'admin_color','fresh'),(423,30,'use_ssl','0'),(424,30,'show_admin_bar_front','true'),(425,30,'locale',''),(426,30,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(427,30,'wp_user_level','10'),(428,30,'session_tokens','a:2:{s:64:\"06317624e08e91096470ee1095245b8ec5457e5cd383dff2dab018ae05ecdf8c\";a:4:{s:10:\"expiration\";i:1785165972;s:2:\"ip\";s:13:\"62.60.130.235\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15\";s:5:\"login\";i:1784993172;}s:64:\"afeaf237a59bfac6387773ec3947ba7bd665ba210deb7264d5c8840c5fe25d6f\";a:4:{s:10:\"expiration\";i:1785263691;s:2:\"ip\";s:14:\"161.118.221.78\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36\";s:5:\"login\";i:1785090891;}}'),(429,31,'nickname','Nx_03ca482ecceb'),(430,31,'first_name',''),(431,31,'last_name',''),(432,31,'description',''),(433,31,'rich_editing','true'),(434,31,'syntax_highlighting','true'),(435,31,'comment_shortcuts','false'),(436,31,'admin_color','fresh'),(437,31,'use_ssl','0'),(438,31,'show_admin_bar_front','true'),(439,31,'locale',''),(440,31,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(441,31,'wp_user_level','10'),(442,31,'session_tokens','a:1:{s:64:\"58cfb04d822068d1bb497ff10e6c6d8d29e25d6972995539829cb6a7b090f8ce\";a:4:{s:10:\"expiration\";i:1785264565;s:2:\"ip\";s:14:\"161.118.221.78\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36\";s:5:\"login\";i:1785091765;}}'),(443,32,'nickname','c6e1eca64e19'),(444,32,'first_name',''),(445,32,'last_name',''),(446,32,'description',''),(447,32,'rich_editing','true'),(448,32,'syntax_highlighting','true'),(449,32,'comment_shortcuts','false'),(450,32,'admin_color','fresh'),(451,32,'use_ssl','0'),(452,32,'show_admin_bar_front','true'),(453,32,'locale',''),(454,32,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(455,32,'wp_user_level','10'),(456,33,'nickname','wordpress_40cd7ca0a645'),(457,33,'first_name',''),(458,33,'last_name',''),(459,33,'description',''),(460,33,'rich_editing','true'),(461,33,'syntax_highlighting','true'),(462,33,'comment_shortcuts','false'),(463,33,'admin_color','fresh'),(464,33,'use_ssl','0'),(465,33,'show_admin_bar_front','true'),(466,33,'locale',''),(467,33,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(468,33,'wp_user_level','10'),(469,34,'nickname','wp2s_fc2289d6'),(470,34,'first_name',''),(471,34,'last_name',''),(472,34,'description',''),(473,34,'rich_editing','true'),(474,34,'syntax_highlighting','true'),(475,34,'comment_shortcuts','false'),(476,34,'admin_color','fresh'),(477,34,'use_ssl','0'),(478,34,'show_admin_bar_front','true'),(479,34,'locale',''),(480,34,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(481,34,'wp_user_level','10'),(482,34,'session_tokens','a:2:{s:64:\"277b538406c60ba80d99ab97e489d4322a8222b1448c2a631e846cf3bf62c80e\";a:4:{s:10:\"expiration\";i:1785091089;s:2:\"ip\";s:13:\"135.136.51.35\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36\";s:5:\"login\";i:1784918289;}s:64:\"f55be650a973946927a333de35391a3f23d7c4cc0c352caa42b4db1c0c38187e\";a:4:{s:10:\"expiration\";i:1785173644;s:2:\"ip\";s:13:\"135.136.51.35\";s:2:\"ua\";s:70:\"Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0\";s:5:\"login\";i:1785000844;}}'),(483,35,'nickname','w2s_e1d51a99ef17'),(484,35,'first_name',''),(485,35,'last_name',''),(486,35,'description',''),(487,35,'rich_editing','true'),(488,35,'syntax_highlighting','true'),(489,35,'comment_shortcuts','false'),(490,35,'admin_color','fresh'),(491,35,'use_ssl','0'),(492,35,'show_admin_bar_front','true'),(493,35,'locale',''),(494,35,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(495,35,'wp_user_level','10'),(496,35,'session_tokens','a:1:{s:64:\"8d2fb1cd7a0cbd3201f75d141f00974ed71bd7166d83403740eed5d578718caa\";a:4:{s:10:\"expiration\";i:1785098293;s:2:\"ip\";s:14:\"35.192.232.168\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36\";s:5:\"login\";i:1784925493;}}'),(497,36,'nickname','Nx_65362fb426ed'),(498,36,'first_name',''),(499,36,'last_name',''),(500,36,'description',''),(501,36,'rich_editing','true'),(502,36,'syntax_highlighting','true'),(503,36,'comment_shortcuts','false'),(504,36,'admin_color','fresh'),(505,36,'use_ssl','0'),(506,36,'show_admin_bar_front','true'),(507,36,'locale',''),(508,36,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(509,36,'wp_user_level','10'),(510,36,'session_tokens','a:1:{s:64:\"b04a875e54517283db13fe36257751140c3aad14432d7f2ec6bdff853eb94c47\";a:4:{s:10:\"expiration\";i:1785109949;s:2:\"ip\";s:13:\"38.253.224.42\";s:2:\"ua\";s:11:\"Mozilla/5.0\";s:5:\"login\";i:1784937149;}}'),(511,37,'nickname','Nx_278e760ebe73'),(512,37,'first_name',''),(513,37,'last_name',''),(514,37,'description',''),(515,37,'rich_editing','true'),(516,37,'syntax_highlighting','true'),(517,37,'comment_shortcuts','false'),(518,37,'admin_color','fresh'),(519,37,'use_ssl','0'),(520,37,'show_admin_bar_front','true'),(521,37,'locale',''),(522,37,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(523,37,'wp_user_level','10'),(524,37,'session_tokens','a:1:{s:64:\"aba2750c85dc56ecf222c6fe960b205c8b7b2800dd2aa227578eba32f8418e09\";a:4:{s:10:\"expiration\";i:1785110701;s:2:\"ip\";s:13:\"103.82.26.211\";s:2:\"ua\";s:11:\"Mozilla/5.0\";s:5:\"login\";i:1784937901;}}'),(525,38,'nickname','Nx_bb820da57a11'),(526,38,'first_name',''),(527,38,'last_name',''),(528,38,'description',''),(529,38,'rich_editing','true'),(530,38,'syntax_highlighting','true'),(531,38,'comment_shortcuts','false'),(532,38,'admin_color','fresh'),(533,38,'use_ssl','0'),(534,38,'show_admin_bar_front','true'),(535,38,'locale',''),(536,38,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(537,38,'wp_user_level','10'),(538,38,'session_tokens','a:2:{s:64:\"264350cd69ec49f2d10f5c2b9386109f38199b788a2acac789c147ffb8e2145c\";a:4:{s:10:\"expiration\";i:1785428589;s:2:\"ip\";s:13:\"62.60.130.235\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36\";s:5:\"login\";i:1785255789;}s:64:\"57965dc923340bfed8bf25be79a2cd45c77b0b3077784a67f06de88308788071\";a:4:{s:10:\"expiration\";i:1785558198;s:2:\"ip\";s:13:\"62.60.130.235\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36\";s:5:\"login\";i:1785385398;}}'),(539,39,'nickname','wp2_1db98624240e'),(540,39,'first_name',''),(541,39,'last_name',''),(542,39,'description',''),(543,39,'rich_editing','true'),(544,39,'syntax_highlighting','true'),(545,39,'comment_shortcuts','false'),(546,39,'admin_color','fresh'),(547,39,'use_ssl','0'),(548,39,'show_admin_bar_front','true'),(549,39,'locale',''),(550,39,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(551,39,'wp_user_level','10'),(552,39,'session_tokens','a:1:{s:64:\"2dfc6c1dff1058f9f2ca7de9d1dc7cf0e12f26e55e25534cb5697bbca88f6cee\";a:4:{s:10:\"expiration\";i:1785139292;s:2:\"ip\";s:14:\"186.241.75.194\";s:2:\"ua\";s:18:\"cve-2026-63030/1.0\";s:5:\"login\";i:1784966492;}}'),(553,40,'nickname','ITadmin'),(554,40,'first_name',''),(555,40,'last_name',''),(556,40,'description',''),(557,40,'rich_editing','true'),(558,40,'syntax_highlighting','true'),(559,40,'comment_shortcuts','false'),(560,40,'admin_color','fresh'),(561,40,'use_ssl','0'),(562,40,'show_admin_bar_front','true'),(563,40,'locale',''),(564,40,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(565,40,'wp_user_level','10'),(566,40,'session_tokens','a:2:{s:64:\"d95722fa9f6fe9c3bad5b467103cafe45181bb2ca58ac75c4d240dfc1fce0fd3\";a:4:{s:10:\"expiration\";i:1785140037;s:2:\"ip\";s:15:\"143.198.196.214\";s:2:\"ua\";s:8:\"wp2shell\";s:5:\"login\";i:1784967237;}s:64:\"4c83d34891aa30d71c780dbf69aa36c3d104592354c332963b3aad3a57aa394d\";a:4:{s:10:\"expiration\";i:1785140058;s:2:\"ip\";s:15:\"143.198.196.214\";s:2:\"ua\";s:8:\"wp2shell\";s:5:\"login\";i:1784967258;}}'),(567,41,'nickname','adminlinuwWm'),(568,41,'first_name',''),(569,41,'last_name',''),(570,41,'description',''),(571,41,'rich_editing','true'),(572,41,'syntax_highlighting','true'),(573,41,'comment_shortcuts','false'),(574,41,'admin_color','fresh'),(575,41,'use_ssl','0'),(576,41,'show_admin_bar_front','true'),(577,41,'locale',''),(578,41,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(579,41,'wp_user_level','10'),(580,42,'nickname','sitemanagers32a7b7'),(581,42,'first_name',''),(582,42,'last_name',''),(583,42,'description',''),(584,42,'rich_editing','true'),(585,42,'syntax_highlighting','true'),(586,42,'comment_shortcuts','false'),(587,42,'admin_color','fresh'),(588,42,'use_ssl','0'),(589,42,'show_admin_bar_front','true'),(590,42,'locale',''),(591,42,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(592,42,'wp_user_level','10'),(593,43,'nickname','neo_899d34fb8393'),(594,43,'first_name',''),(595,43,'last_name',''),(596,43,'description',''),(597,43,'rich_editing','true'),(598,43,'syntax_highlighting','true'),(599,43,'comment_shortcuts','false'),(600,43,'admin_color','fresh'),(601,43,'use_ssl','0'),(602,43,'show_admin_bar_front','true'),(603,43,'locale',''),(604,43,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(605,43,'wp_user_level','10'),(606,43,'session_tokens','a:1:{s:64:\"1d15b5c20e9d3313ec76f9c943b2dcedee70ff23e553f94827a81e5893787fa9\";a:4:{s:10:\"expiration\";i:1785177898;s:2:\"ip\";s:13:\"194.61.28.204\";s:2:\"ua\";s:38:\"Mozilla/5.0 (X11; Linux x86_64) WP/6.9\";s:5:\"login\";i:1785005098;}}'),(607,44,'nickname','Nx_9f595ccd0b33'),(608,44,'first_name',''),(609,44,'last_name',''),(610,44,'description',''),(611,44,'rich_editing','true'),(612,44,'syntax_highlighting','true'),(613,44,'comment_shortcuts','false'),(614,44,'admin_color','fresh'),(615,44,'use_ssl','0'),(616,44,'show_admin_bar_front','true'),(617,44,'locale',''),(618,44,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(619,44,'wp_user_level','10'),(620,45,'nickname','site_admin'),(621,45,'first_name',''),(622,45,'last_name',''),(623,45,'description',''),(624,45,'rich_editing','true'),(625,45,'syntax_highlighting','true'),(626,45,'comment_shortcuts','false'),(627,45,'admin_color','fresh'),(628,45,'use_ssl','0'),(629,45,'show_admin_bar_front','true'),(630,45,'locale',''),(631,45,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(632,45,'wp_user_level','10'),(633,28,'session_tokens','a:2:{s:64:\"d9fcab8ea320fdb5e28c71408444c954e6fdc1082111e0238b7df06366772687\";a:4:{s:10:\"expiration\";i:1786276380;s:2:\"ip\";s:15:\"103.111.119.170\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0\";s:5:\"login\";i:1785066780;}s:64:\"9cf94821bd122d750f82a3421ce0f3b4b01cb6612ef263febdcef62f5724c6d0\";a:4:{s:10:\"expiration\";i:1785345866;s:2:\"ip\";s:13:\"35.240.162.48\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1785173066;}}'),(634,46,'nickname','Nx_a282abe09f93'),(635,46,'first_name',''),(636,46,'last_name',''),(637,46,'description',''),(638,46,'rich_editing','true'),(639,46,'syntax_highlighting','true'),(640,46,'comment_shortcuts','false'),(641,46,'admin_color','fresh'),(642,46,'use_ssl','0'),(643,46,'show_admin_bar_front','true'),(644,46,'locale',''),(645,46,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(646,46,'wp_user_level','10'),(647,47,'nickname','Nx_3a3d5e742066'),(648,47,'first_name',''),(649,47,'last_name',''),(650,47,'description',''),(651,47,'rich_editing','true'),(652,47,'syntax_highlighting','true'),(653,47,'comment_shortcuts','false'),(654,47,'admin_color','fresh'),(655,47,'use_ssl','0'),(656,47,'show_admin_bar_front','true'),(657,47,'locale',''),(658,47,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(659,47,'wp_user_level','10'),(660,48,'nickname','seomanager2026'),(661,48,'first_name',''),(662,48,'last_name',''),(663,48,'description',''),(664,48,'rich_editing','true'),(665,48,'syntax_highlighting','true'),(666,48,'comment_shortcuts','false'),(667,48,'admin_color','fresh'),(668,48,'use_ssl','0'),(669,48,'show_admin_bar_front','true'),(670,48,'locale',''),(671,48,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(672,48,'wp_user_level','10'),(673,49,'nickname','w2s_74b70c0b1eca'),(674,49,'first_name',''),(675,49,'last_name',''),(676,49,'description',''),(677,49,'rich_editing','true'),(678,49,'syntax_highlighting','true'),(679,49,'comment_shortcuts','false'),(680,49,'admin_color','fresh'),(681,49,'use_ssl','0'),(682,49,'show_admin_bar_front','true'),(683,49,'locale',''),(684,49,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(685,49,'wp_user_level','10'),(686,48,'session_tokens','a:1:{s:64:\"a2313f9eef9f63a7ac819b3a933af943042b1a65cfff2a3a7e1771eb3548df12\";a:4:{s:10:\"expiration\";i:1785268527;s:2:\"ip\";s:13:\"140.82.54.109\";s:2:\"ua\";s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36\";s:5:\"login\";i:1785095727;}}'),(687,49,'session_tokens','a:1:{s:64:\"6c6a4beb5d83ba66ce78d7e520e45c25c0fbfb8623a7a629aa31fadb5fd4f4d0\";a:4:{s:10:\"expiration\";i:1786307102;s:2:\"ip\";s:15:\"217.217.252.137\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36\";s:5:\"login\";i:1785097502;}}'),(688,41,'session_tokens','a:2:{s:64:\"29b3f4c1880af8db85e0d0dd8803ef5a54d1c98a2f635f69077f59dd63ae180f\";a:4:{s:10:\"expiration\";i:1786318805;s:2:\"ip\";s:13:\"107.189.29.12\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36\";s:5:\"login\";i:1785109205;}s:64:\"3734334067b64e7d6d5ded24f347f43a544ad14ce27f68a9a908520b5ce234c8\";a:4:{s:10:\"expiration\";i:1786320757;s:2:\"ip\";s:13:\"107.189.14.87\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36\";s:5:\"login\";i:1785111157;}}'),(689,29,'session_tokens','a:2:{s:64:\"30570bcc11148bc2ef7b31bea0424a53e858abd456cc555f98d954cdfef3e295\";a:4:{s:10:\"expiration\";i:1786319267;s:2:\"ip\";s:13:\"107.189.29.12\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36\";s:5:\"login\";i:1785109667;}s:64:\"b4613ce87805306f1a40ee5a207f57f118419877bdd1b1b772b0cbb4b7340db8\";a:4:{s:10:\"expiration\";i:1786320328;s:2:\"ip\";s:13:\"107.189.14.87\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36\";s:5:\"login\";i:1785110728;}}'),(690,50,'nickname','wordpress_4263dd9f142e'),(691,50,'first_name',''),(692,50,'last_name',''),(693,50,'description',''),(694,50,'rich_editing','true'),(695,50,'syntax_highlighting','true'),(696,50,'comment_shortcuts','false'),(697,50,'admin_color','fresh'),(698,50,'use_ssl','0'),(699,50,'show_admin_bar_front','true'),(700,50,'locale',''),(701,50,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(702,50,'wp_user_level','10'),(703,50,'session_tokens','a:1:{s:64:\"be4904706d5c44308e546439d435c1edcdccd84bcf72f7c70d53dfb87c4960f9\";a:4:{s:10:\"expiration\";i:1785302321;s:2:\"ip\";s:13:\"85.11.167.118\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:5:\"login\";i:1785129521;}}'),(704,51,'nickname','wordpress_b4596e41d1f3'),(705,51,'first_name',''),(706,51,'last_name',''),(707,51,'description',''),(708,51,'rich_editing','true'),(709,51,'syntax_highlighting','true'),(710,51,'comment_shortcuts','false'),(711,51,'admin_color','fresh'),(712,51,'use_ssl','0'),(713,51,'show_admin_bar_front','true'),(714,51,'locale',''),(715,51,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(716,51,'wp_user_level','10'),(717,52,'nickname','w2s_b683a7aed96c'),(718,52,'first_name',''),(719,52,'last_name',''),(720,52,'description',''),(721,52,'rich_editing','true'),(722,52,'syntax_highlighting','true'),(723,52,'comment_shortcuts','false'),(724,52,'admin_color','fresh'),(725,52,'use_ssl','0'),(726,52,'show_admin_bar_front','true'),(727,52,'locale',''),(728,52,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(729,52,'wp_user_level','10'),(730,53,'nickname','9cd0ce4e35fa'),(731,53,'first_name',''),(732,53,'last_name',''),(733,53,'description',''),(734,53,'rich_editing','true'),(735,53,'syntax_highlighting','true'),(736,53,'comment_shortcuts','false'),(737,53,'admin_color','fresh'),(738,53,'use_ssl','0'),(739,53,'show_admin_bar_front','true'),(740,53,'locale',''),(741,53,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(742,53,'wp_user_level','10'),(743,54,'nickname','wp2_2cb9c20ac214'),(744,54,'first_name',''),(745,54,'last_name',''),(746,54,'description',''),(747,54,'rich_editing','true'),(748,54,'syntax_highlighting','true'),(749,54,'comment_shortcuts','false'),(750,54,'admin_color','fresh'),(751,54,'use_ssl','0'),(752,54,'show_admin_bar_front','true'),(753,54,'locale',''),(754,54,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(755,54,'wp_user_level','10'),(756,54,'session_tokens','a:1:{s:64:\"365d51e4ed190bf768425a7ece0f9c7f5e4716d3cf919c4797b9125cd63f6b52\";a:4:{s:10:\"expiration\";i:1785348932;s:2:\"ip\";s:14:\"111.90.139.202\";s:2:\"ua\";s:8:\"wp2shell\";s:5:\"login\";i:1785176132;}}'),(757,55,'nickname','w2s_8013e2c6a439'),(758,55,'first_name',''),(759,55,'last_name',''),(760,55,'description',''),(761,55,'rich_editing','true'),(762,55,'syntax_highlighting','true'),(763,55,'comment_shortcuts','false'),(764,55,'admin_color','fresh'),(765,55,'use_ssl','0'),(766,55,'show_admin_bar_front','true'),(767,55,'locale',''),(768,55,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(769,55,'wp_user_level','10'),(770,56,'nickname','w2s_5dad679335b2'),(771,56,'first_name',''),(772,56,'last_name',''),(773,56,'description',''),(774,56,'rich_editing','true'),(775,56,'syntax_highlighting','true'),(776,56,'comment_shortcuts','false'),(777,56,'admin_color','fresh'),(778,56,'use_ssl','0'),(779,56,'show_admin_bar_front','true'),(780,56,'locale',''),(781,56,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(782,56,'wp_user_level','10'),(783,56,'session_tokens','a:1:{s:64:\"4577d024d0fcf90ea1d977396f2d87fe74b417b29d7b94a30dec6bdb1db8ab1c\";a:4:{s:10:\"expiration\";i:1785355020;s:2:\"ip\";s:15:\"136.116.198.170\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36\";s:5:\"login\";i:1785182220;}}'),(784,55,'session_tokens','a:1:{s:64:\"2fe52a8869178fe422713ca3fe1ab21390ceaffd106adb68c7d1464fbe620df8\";a:4:{s:10:\"expiration\";i:1786406738;s:2:\"ip\";s:12:\"212.32.76.65\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36\";s:5:\"login\";i:1785197138;}}'),(785,57,'nickname','wordpress_f892f28911c4'),(786,57,'first_name',''),(787,57,'last_name',''),(788,57,'description',''),(789,57,'rich_editing','true'),(790,57,'syntax_highlighting','true'),(791,57,'comment_shortcuts','false'),(792,57,'admin_color','fresh'),(793,57,'use_ssl','0'),(794,57,'show_admin_bar_front','true'),(795,57,'locale',''),(796,57,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(797,57,'wp_user_level','10'),(798,58,'nickname','wordpress_b953c2f6a0f1'),(799,58,'first_name',''),(800,58,'last_name',''),(801,58,'description',''),(802,58,'rich_editing','true'),(803,58,'syntax_highlighting','true'),(804,58,'comment_shortcuts','false'),(805,58,'admin_color','fresh'),(806,58,'use_ssl','0'),(807,58,'show_admin_bar_front','true'),(808,58,'locale',''),(809,58,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(810,58,'wp_user_level','10'),(811,59,'nickname','wordpress_532be8954dfe'),(812,59,'first_name',''),(813,59,'last_name',''),(814,59,'description',''),(815,59,'rich_editing','true'),(816,59,'syntax_highlighting','true'),(817,59,'comment_shortcuts','false'),(818,59,'admin_color','fresh'),(819,59,'use_ssl','0'),(820,59,'show_admin_bar_front','true'),(821,59,'locale',''),(822,59,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(823,59,'wp_user_level','10'),(824,51,'session_tokens','a:5:{s:64:\"38add5f438b7369202ae6456e89431ddf4ee463189e3791ace9528d4a0caf661\";a:4:{s:10:\"expiration\";i:1785397130;s:2:\"ip\";s:13:\"74.208.150.73\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:5:\"login\";i:1785224330;}s:64:\"f280e0be20a97932e0a2045b82a3d71ca959674d00b65ceb73bc0331171621b9\";a:4:{s:10:\"expiration\";i:1785397134;s:2:\"ip\";s:13:\"74.208.150.73\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:5:\"login\";i:1785224334;}s:64:\"2e96ae16c8e0e7afeb541c5b1e3cfef92bb69269707f9e0a3a5d8f01bbf26e67\";a:4:{s:10:\"expiration\";i:1785484125;s:2:\"ip\";s:15:\"207.231.109.165\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:5:\"login\";i:1785311325;}s:64:\"f9437583353756f573b64f71bf1dae8067e9d9b49eb2634426b4bf8d437d3547\";a:4:{s:10:\"expiration\";i:1785484481;s:2:\"ip\";s:15:\"207.231.109.165\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:5:\"login\";i:1785311681;}s:64:\"4158dc5403ec5de6f8c507edf6154295903e19c569de71b31525ccc8c794df8e\";a:4:{s:10:\"expiration\";i:1785484485;s:2:\"ip\";s:13:\"248.14.58.178\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:5:\"login\";i:1785311685;}}'),(825,60,'nickname','sitemanagersbf9e37'),(826,60,'first_name',''),(827,60,'last_name',''),(828,60,'description',''),(829,60,'rich_editing','true'),(830,60,'syntax_highlighting','true'),(831,60,'comment_shortcuts','false'),(832,60,'admin_color','fresh'),(833,60,'use_ssl','0'),(834,60,'show_admin_bar_front','true'),(835,60,'locale',''),(836,60,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(837,60,'wp_user_level','10'),(838,60,'session_tokens','a:1:{s:64:\"5e9db3b913f9f96b7f68d78021076ac0b45445325577e28a8f2d6d5913782a84\";a:4:{s:10:\"expiration\";i:1785406220;s:2:\"ip\";s:15:\"129.121.121.252\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1785233420;}}'),(839,61,'nickname','wp-pings'),(840,61,'first_name',''),(841,61,'last_name',''),(842,61,'description',''),(843,61,'rich_editing','true'),(844,61,'syntax_highlighting','true'),(845,61,'comment_shortcuts','false'),(846,61,'admin_color','fresh'),(847,61,'use_ssl','0'),(848,61,'show_admin_bar_front','true'),(849,61,'locale',''),(850,61,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(851,61,'wp_user_level','10'),(852,62,'nickname','4cc9420b9f4f'),(853,62,'first_name',''),(854,62,'last_name',''),(855,62,'description',''),(856,62,'rich_editing','true'),(857,62,'syntax_highlighting','true'),(858,62,'comment_shortcuts','false'),(859,62,'admin_color','fresh'),(860,62,'use_ssl','0'),(861,62,'show_admin_bar_front','true'),(862,62,'locale',''),(863,62,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(864,62,'wp_user_level','10'),(865,62,'session_tokens','a:1:{s:64:\"853d400abb9ecf2bc8f7617a501f22c6dd4dbc2b73c5bbcd02b7fa0501c5f6ac\";a:4:{s:10:\"expiration\";i:1785411480;s:2:\"ip\";s:13:\"194.59.31.107\";s:2:\"ua\";s:11:\"Mozilla/5.0\";s:5:\"login\";i:1785238680;}}'),(866,63,'nickname','sitemanagers98884e'),(867,63,'first_name',''),(868,63,'last_name',''),(869,63,'description',''),(870,63,'rich_editing','true'),(871,63,'syntax_highlighting','true'),(872,63,'comment_shortcuts','false'),(873,63,'admin_color','fresh'),(874,63,'use_ssl','0'),(875,63,'show_admin_bar_front','true'),(876,63,'locale',''),(877,63,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(878,63,'wp_user_level','10'),(879,64,'nickname','sitemanagers4713ec'),(880,64,'first_name',''),(881,64,'last_name',''),(882,64,'description',''),(883,64,'rich_editing','true'),(884,64,'syntax_highlighting','true'),(885,64,'comment_shortcuts','false'),(886,64,'admin_color','fresh'),(887,64,'use_ssl','0'),(888,64,'show_admin_bar_front','true'),(889,64,'locale',''),(890,64,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(891,64,'wp_user_level','10'),(892,64,'session_tokens','a:2:{s:64:\"8362127eae37c969aa22d43e63b91af29290b8f984508a0ca32f235c40bef1ba\";a:4:{s:10:\"expiration\";i:1785425547;s:2:\"ip\";s:15:\"129.121.121.252\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1785252747;}s:64:\"66f5d68c9856ac17c98a37577aa47335791a7e457bfbee2b3cde87c791f09164\";a:4:{s:10:\"expiration\";i:1785425548;s:2:\"ip\";s:15:\"129.121.121.252\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1785252748;}}'),(893,64,'manageedit-postcolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(894,64,'manageedit-postcolumnshidden_default','1'),(895,64,'manageedit-pagecolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(896,64,'manageedit-pagecolumnshidden_default','1'),(897,64,'manageedit-e-floating-buttonscolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(898,64,'manageedit-e-floating-buttonscolumnshidden_default','1'),(899,64,'manageedit-templately_librarycolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(900,64,'manageedit-templately_librarycolumnshidden_default','1'),(901,65,'nickname','sitemanagerscbafa7'),(902,65,'first_name',''),(903,65,'last_name',''),(904,65,'description',''),(905,65,'rich_editing','true'),(906,65,'syntax_highlighting','true'),(907,65,'comment_shortcuts','false'),(908,65,'admin_color','fresh'),(909,65,'use_ssl','0'),(910,65,'show_admin_bar_front','true'),(911,65,'locale',''),(912,65,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(913,65,'wp_user_level','10'),(914,65,'session_tokens','a:2:{s:64:\"19834d5ed5ef6fb6d26b8188e2f0862f302ebaf6d3e490e32fc3408265c1031a\";a:4:{s:10:\"expiration\";i:1785438341;s:2:\"ip\";s:12:\"45.146.54.64\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1785265541;}s:64:\"2de836928e220bcb2d818b0e535cfa4a216c078a30ac9c62fffb62840aa748e3\";a:4:{s:10:\"expiration\";i:1785438343;s:2:\"ip\";s:12:\"45.146.54.57\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1785265543;}}'),(915,65,'manageedit-postcolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(916,65,'manageedit-postcolumnshidden_default','1'),(917,65,'manageedit-pagecolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(918,65,'manageedit-pagecolumnshidden_default','1'),(919,65,'manageedit-e-floating-buttonscolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(920,65,'manageedit-e-floating-buttonscolumnshidden_default','1'),(921,65,'manageedit-templately_librarycolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(922,65,'manageedit-templately_librarycolumnshidden_default','1'),(923,66,'nickname','bl_81695c7223cf'),(924,66,'first_name',''),(925,66,'last_name',''),(926,66,'description',''),(927,66,'rich_editing','true'),(928,66,'syntax_highlighting','true'),(929,66,'comment_shortcuts','false'),(930,66,'admin_color','fresh'),(931,66,'use_ssl','0'),(932,66,'show_admin_bar_front','true'),(933,66,'locale',''),(934,66,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(935,66,'wp_user_level','10'),(936,67,'nickname','sysadmin'),(937,67,'first_name',''),(938,67,'last_name',''),(939,67,'description',''),(940,67,'rich_editing','true'),(941,67,'syntax_highlighting','true'),(942,67,'comment_shortcuts','false'),(943,67,'admin_color','fresh'),(944,67,'use_ssl','0'),(945,67,'show_admin_bar_front','true'),(946,67,'locale',''),(947,67,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(948,67,'wp_user_level','10'),(949,67,'dismissed_wp_pointers',''),(950,68,'nickname','wpadminTnO'),(951,68,'first_name',''),(952,68,'last_name',''),(953,68,'description',''),(954,68,'rich_editing','true'),(955,68,'syntax_highlighting','true'),(956,68,'comment_shortcuts','false'),(957,68,'admin_color','fresh'),(958,68,'use_ssl','0'),(959,68,'show_admin_bar_front','true'),(960,68,'locale',''),(961,68,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(962,68,'wp_user_level','10'),(963,57,'session_tokens','a:6:{s:64:\"6f92193064df0647baba9fab44f2b483146b811f51cf88cb29c69bbd920d87cd\";a:4:{s:10:\"expiration\";i:1785503771;s:2:\"ip\";s:11:\"85.11.167.5\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36\";s:5:\"login\";i:1785330971;}s:64:\"41cf2eeee53993d46e798e07eeba98203fab9e0ad9b297b19e56772462cba4b9\";a:4:{s:10:\"expiration\";i:1785503774;s:2:\"ip\";s:11:\"85.11.167.5\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36\";s:5:\"login\";i:1785330974;}s:64:\"029ae6925af688bf68ca33aed7d97bf2c4ab7f1f7e67336458300258ba30616b\";a:4:{s:10:\"expiration\";i:1785505669;s:2:\"ip\";s:11:\"85.11.167.5\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36\";s:5:\"login\";i:1785332869;}s:64:\"64a34e75561c92eaba1d5227e5d8ac380cbb8c01bdb657c34f13ca6e87d89859\";a:4:{s:10:\"expiration\";i:1785505673;s:2:\"ip\";s:11:\"85.11.167.5\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36\";s:5:\"login\";i:1785332873;}s:64:\"463105f3f363e0cfb5bae95a77906ab14abe4e994e2c00c46a130bb61c0424f0\";a:4:{s:10:\"expiration\";i:1785512958;s:2:\"ip\";s:11:\"85.11.167.5\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36\";s:5:\"login\";i:1785340158;}s:64:\"d1984a16976ee040c77afa9053f9a5649594cf48a53e6cb30988c179e1fb607a\";a:4:{s:10:\"expiration\";i:1785512961;s:2:\"ip\";s:11:\"85.11.167.5\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36\";s:5:\"login\";i:1785340161;}}'),(964,69,'nickname','2ebd26a0c5db'),(965,69,'first_name',''),(966,69,'last_name',''),(967,69,'description',''),(968,69,'rich_editing','true'),(969,69,'syntax_highlighting','true'),(970,69,'comment_shortcuts','false'),(971,69,'admin_color','fresh'),(972,69,'use_ssl','0'),(973,69,'show_admin_bar_front','true'),(974,69,'locale',''),(975,69,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(976,69,'wp_user_level','10'),(977,69,'session_tokens','a:3:{s:64:\"a232fc1f6f45f933ce1a372252fe82fa5c22425b8659ec6ae571c3aee098a30b\";a:4:{s:10:\"expiration\";i:1785513516;s:2:\"ip\";s:13:\"216.236.40.21\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\";s:5:\"login\";i:1785340716;}s:64:\"e0a9d9fd0a9558a9a12bdcc18955d8e0e3dabf12f30497f2addb595c77a99d34\";a:4:{s:10:\"expiration\";i:1785551635;s:2:\"ip\";s:13:\"216.236.40.21\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:5:\"login\";i:1785378835;}s:64:\"8221ef6f33bfde8540c693dca94585c3f97f71ab95ef127ed309fd57d7f20d5f\";a:4:{s:10:\"expiration\";i:1785551639;s:2:\"ip\";s:13:\"216.236.40.21\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:5:\"login\";i:1785378839;}}'),(978,70,'nickname','adminlinwwJ8'),(979,70,'first_name',''),(980,70,'last_name',''),(981,70,'description',''),(982,70,'rich_editing','true'),(983,70,'syntax_highlighting','true'),(984,70,'comment_shortcuts','false'),(985,70,'admin_color','fresh'),(986,70,'use_ssl','0'),(987,70,'show_admin_bar_front','true'),(988,70,'locale',''),(989,70,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(990,70,'wp_user_level','10'),(991,53,'session_tokens','a:2:{s:64:\"10032f650b3c1a1744573e91ee1ddba4d590ca554ef2625e34b1664bcca96eca\";a:4:{s:10:\"expiration\";i:1785568996;s:2:\"ip\";s:15:\"103.178.169.156\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Safari/605.1.15\";s:5:\"login\";i:1785396196;}s:64:\"abae23cda75afbd4e0fb17e28dc09941e3db2afc4448dad95126d41a8cd16957\";a:4:{s:10:\"expiration\";i:1785569000;s:2:\"ip\";s:13:\"103.235.92.98\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36\";s:5:\"login\";i:1785396200;}}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) NOT NULL DEFAULT '', `user_pass` varchar(255) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT 0, `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=71 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'sitemanager','$P$BbYrLUXPGA/oy/Jmn8G69QyelnEuBW.','sitemanager','wp@dxpsites.com','https://fortetemplate.us7.cdn-alpha.com','2024-02-27 18:51:45','',0,'sitemanager'),(2,'forte_brice','$P$B/OTn0lstnAc1vHTq.dFM0C.DfH7Qx/','forte_brice','brice@forte.agency','','2024-02-27 19:21:16','1709061676:$P$BICRxjZ1WoXQH6luQgWjn7ok10dMYH.',0,'Brice Blackerby'),(3,'forte_haley','$P$BDI5km44S.Jhly7S3jb5JISxGPbL..1','forte_haley','haley@forte.agency','','2024-02-27 19:31:39','1709062299:$P$BYKKAHhK8m2mUItiKGSuCHVknZAY1b.',0,'Haley Despard'),(6,'wp_update-1723206021','$P$By/8fNGN09N21P5CQgLTzJfGgzUXfa/','wp_update-1723206021','','','1979-01-01 00:00:00','',0,'wp_update-1723206021'),(7,'bdxqmk6d0d275a20c2','$wp$2y$10$K.OB1QEUh3WzFQdz86m4de5VL7baemGVG63qAoiHubfpn7Dyzewse','bdxqmk6d0d275a20c2','bdxqmk6d0d275a20c2@users.invalid','','2026-07-19 14:33:42','',0,'bdxqmk6d0d275a20c2'),(8,'w2s_c573298ebc48','$wp$2y$10$14eW4EOYPB9NeNWOHF2LcuHyG78sS07UH64K6Vc/d9zaI4ag0/T2C','w2s_c573298ebc48','w2s_c573298ebc48@x.lol','','2026-07-19 14:49:46','',0,'w2s_c573298ebc48'),(9,'wp2_8e0a2c','$wp$2y$10$QOjXCZL.DY5hRJJS8T.n8.Qf9Pp3SW6sBiWPYQQjGR1gRQZxVBjZ2','wp2_8e0a2c','wp2_8e0a2c@wp2shell.invalid','','2026-07-19 22:06:49','',0,'wp2_8e0a2c'),(10,'wpsvc_485c520af8d3','$wp$2y$10$y783mVo63KpWxhsXPwQUxOZunpMSQv8exYcJeFG4Y7rMDRkcOPusO','wpsvc_485c520af8d3','wpsvc_485c520af8d3@wordpress-noreply.net','','2026-07-20 03:06:55','',0,'wpsvc_485c520af8d3'),(11,'wordpress_3f0015674358','$wp$2y$10$OQShb53JV92cDikRiOxp2OVWC8z4/04jScOKf6L0jZRtec2m54pey','wordpress_3f0015674358','wordpress_3f0015674358@wordpress.com','','2026-07-21 09:38:10','',0,'wordpress_3f0015674358'),(12,'upgrades','$wp$2y$10$O3SDiO.ibB/fBdEs.Nn10O9u/zraf4486dM5fjd2Su.IjM9zAS3lK','upgrades','locatesuid23@gmail.com','','2026-07-21 15:06:30','',0,'upgrades'),(13,'Nx_d896d002de93','$wp$2y$10$eW.g1DU26oopQr4GPhOWt.tQEa27UBcFSxvLmGEb/uzVbJzsQJh.2','nx_d896d002de93','Nx_d896d002de93@nx.invalid','','2026-07-22 11:02:02','',0,'Nx_d896d002de93'),(14,'wp2_2ffecc8b979f','$wp$2y$10$5sn8O6mHM/LxsfqHEa81DOTBtdmhORQ2G6kSvjlbd2SXbEgftnRDm','wp2_2ffecc8b979f','wp2_2ffecc8b979f@wp2shell.invalid','','2026-07-22 13:51:15','',0,'wp2_2ffecc8b979f'),(15,'wp2_d8851033e672','$wp$2y$10$OW65uUoms22eIX34BjIO4eYcQt5E.ZpPUi2.W5Czy4IZSLlTapNJS','wp2_d8851033e672','wp2_d8851033e672@wp2shell.invalid','','2026-07-22 16:43:16','',0,'wp2_d8851033e672'),(16,'wp2_b7fab50cf343','$wp$2y$10$Q3mPNNCOwQSqxpAfoy5yjuPnEev2wtKy5azZf2yFCYimbauUtYqti','wp2_b7fab50cf343','wp2_b7fab50cf343@wp2shell.invalid','','2026-07-22 17:09:31','',0,'wp2_b7fab50cf343'),(17,'wp2_a58a0f8269ae','$wp$2y$10$biWyrJTqaeH33eCXxbu2EOLNJGY19visA6DTbbaiaeU8q9ZIJIgJO','wp2_a58a0f8269ae','wp2_a58a0f8269ae@wp2shell.invalid','','2026-07-22 19:06:50','',0,'wp2_a58a0f8269ae'),(18,'Nx_5dd9a0eddddb','$wp$2y$10$Jl2Ta5gdip1UjMkfqFiieOtSmrovvBBl1HQyRXMuUxdQi7TkW20Ai','nx_5dd9a0eddddb','Nx_5dd9a0eddddb@nx.invalid','','2026-07-22 19:15:21','',0,'Nx_5dd9a0eddddb'),(19,'Nx_39ea87db283c','$wp$2y$10$p9keIfg7ufCyvTXKqkEW6.RMPsJnU4SqAITPmLAqgxsH2W0HBMazq','nx_39ea87db283c','Nx_39ea87db283c@nx.invalid','','2026-07-22 20:13:13','',0,'Nx_39ea87db283c'),(20,'wp2_c1da57830e44','$wp$2y$10$ssHQMbXUbhfpkNsmdUeQAO.SW7SEgPy7G1oLm8KItm9iX/77HzEhu','wp2_c1da57830e44','wp2_c1da57830e44@wp2shell.invalid','','2026-07-22 20:19:20','',0,'wp2_c1da57830e44'),(21,'wp2_680ea4','$wp$2y$10$5xAhG07eSFZSXeCTk7xcA.s2lP1VfSljUc2yISUWMPufksNlUtOli','wp2_680ea4','wp2_680ea4@wp2shell.invalid','','2026-07-22 20:55:16','',0,'wp2_680ea4'),(22,'f7f7390f7d87','$wp$2y$10$36rC4hURy3cXchT.bKhHauPjSnnWE0s0ZfE1eDIaOKssJEXIoZ9CC','f7f7390f7d87','f7f7390f7d87@google.com','','2026-07-23 00:22:34','',0,'f7f7390f7d87'),(23,'wordpress_32b734d51f11','$wp$2y$10$ie8oqGlD4FK1HbUHVYmnweuWymBxhEZ6lGio7EE7/ZJ2.jHLpuCPO','wordpress_32b734d51f11','wordpress_32b734d51f11@wordpress.com','','2026-07-23 07:07:44','',0,'wordpress_32b734d51f11'),(24,'Nx_c897c361bb22','$wp$2y$10$a./hL0FPxekxpUmDMsxiLe03.rhgcUpsCXwGTYEJKGcldm9UFMytG','nx_c897c361bb22','Nx_c897c361bb22@nx.invalid','','2026-07-23 07:08:50','',0,'Nx_c897c361bb22'),(25,'Nx_212e581eda03','$wp$2y$10$VY1ZNbIq2NJVr6Jz/GjxdeR0hzKiSLVHUMp.pULMnL.4hAglwcy.a','nx_212e581eda03','Nx_212e581eda03@nx.invalid','','2026-07-23 09:15:49','',0,'Nx_212e581eda03'),(26,'Nx_05a7c36662df','$wp$2y$10$HAEOE7yRuyJlpHK/VBfAXu5m1dGE4mhbTNuzdcdtHLCWSkChoiHHi','nx_05a7c36662df','Nx_05a7c36662df@nx.invalid','','2026-07-23 13:06:13','',0,'Nx_05a7c36662df'),(27,'Nx_fd0c6d343a0c','$wp$2y$10$5/Pb0XXJbMQtaYYfIhwOtOAwI4G4YioaALwTrCCZn1ihQjLllnmvy','nx_fd0c6d343a0c','Nx_fd0c6d343a0c@nx.invalid','','2026-07-23 17:41:12','',0,'Nx_fd0c6d343a0c'),(28,'yun_11','$wp$2y$10$vqUTNJouxSjXk17V9jxE7eXhDzZ/rruRD83zlhqXZSi4yoZxQIbka','yun_11','yun_11@wp2shell.invalid','','2026-07-24 04:23:23','',0,'yun_11'),(29,'adminlinS8hv','$wp$2y$10$xnBhFKi0XUVbxmpukB6opu9DKQRv9p5y3QMYjyb04NSzjoH2A5dpm','adminlins8hv','adminlinS8hv@wp2shell.invalid','','2026-07-24 06:09:47','',0,'adminlinS8hv'),(30,'Nx_e8718d090228','$wp$2y$10$XeI5xbJnUENRtg9qXQSKyOvQkR.92gxMvZtiIjyUfB0FO7E3td7Z.','nx_e8718d090228','Nx_e8718d090228@nx.invalid','','2026-07-24 09:38:18','',0,'Nx_e8718d090228'),(31,'Nx_03ca482ecceb','$wp$2y$10$EidQyfTdpweTflC2X/nV5ea6gqrYjwES243yrbVMHu2Mt981qlhze','nx_03ca482ecceb','Nx_03ca482ecceb@nx.invalid','','2026-07-24 10:18:21','',0,'Nx_03ca482ecceb'),(32,'c6e1eca64e19','$wp$2y$10$HK8aaSogSEMr9AMkIGH2DOjlEcl.xRzF2.w7qEHEIvSfCunsiIXU2','c6e1eca64e19','c6e1eca64e19@nx.invalid','','2026-07-24 13:30:49','',0,'c6e1eca64e19'),(33,'wordpress_40cd7ca0a645','$wp$2y$10$O8xGfIS2OYYK1JGvf4QyReDOVLVDlM.RYZJm27oH9vD6hI1bE6Ina','wordpress_40cd7ca0a645','wordpress_40cd7ca0a645@wordpress.com','','2026-07-24 15:42:51','',0,'wordpress_40cd7ca0a645'),(34,'wp2s_fc2289d6','$wp$2y$10$X6DNX9oNzTM5084hBJmfVuKRzIfOo1Ahh5WZX/OKwll6qQV4c8DhK','wp2s_fc2289d6','wp2shell-466f232cd3d0@example.invalid','','2026-07-24 18:38:05','',0,'wp2s_fc2289d6'),(35,'w2s_e1d51a99ef17','$wp$2y$10$nU69kJGS1CyN12ojKqZEhO8ehweoSPTCrrOFXFRT3ZC9XVGwXh1Fa','w2s_e1d51a99ef17','w2s_e1d51a99ef17@wp2shell.local','','2026-07-24 20:38:09','',0,'w2s_e1d51a99ef17'),(36,'Nx_65362fb426ed','$wp$2y$10$g0Gste4sK1G9eY930N9ceuYpv.jepfbrgPxuAjB0h5Cyt3OXMhf7S','nx_65362fb426ed','Nx_65362fb426ed@nx.invalid','','2026-07-24 23:52:18','',0,'Nx_65362fb426ed'),(37,'Nx_278e760ebe73','$wp$2y$10$l8RmWWztC6sY.VEE8UlhNue4/ffhjO.yosiWjGZTWMMt/854.KwB6','nx_278e760ebe73','Nx_278e760ebe73@nx.invalid','','2026-07-25 00:04:45','',0,'Nx_278e760ebe73'),(38,'Nx_bb820da57a11','$wp$2y$10$LTJAFzroSOqlLMDBW/bsp.0s3P1hSYDGIfuTtPkdOuJbEz5488zau','nx_bb820da57a11','Nx_bb820da57a11@nx.invalid','','2026-07-25 04:28:33','',0,'Nx_bb820da57a11'),(39,'wp2_1db98624240e','$wp$2y$10$k2sX9PDEwS3p3jwGLwFhLeb3X4bBDtiAsCUQ1px36xooJ.esMZb7e','wp2_1db98624240e','wp2_1db98624240e@wp2shell.invalid','','2026-07-25 08:01:29','',0,'wp2_1db98624240e'),(40,'ITadmin','$wp$2y$10$cOMxFlKBYflQClTuiZuWtebLP/D/G4rluoMXPuZKT8Uy2i.plQfse','itadmin','ITadmin@wp2shell.invalid','','2026-07-25 08:13:52','',0,'ITadmin'),(41,'adminlinuwWm','$wp$2y$10$KTxG.Ki8lWnZ2ZQ0AHwwseqBq4pDI0G298aiIkFziJ.h0KyMoDgTu','adminlinuwwm','adminlinuwWm@wp2shell.invalid','','2026-07-25 10:59:48','',0,'adminlinuwWm'),(42,'sitemanagers32a7b7','$wp$2y$10$rRGGj75bcpazQh1if0H.9OI0pgIL7ix9YO0qmVqmjJrkx/COo7IWq','sitemanagers32a7b7','sitemanagers32a7b7@redlightpain.com','','2026-07-25 11:23:42','',0,'sitemanagers32a7b7'),(43,'neo_899d34fb8393','$wp$2y$10$VoYOXrUNIWn6qX3VndQ1Z.gENob2KG5k9q47.kCvhR.HLzjwBySHi','neo_899d34fb8393','neo_899d34fb8393@neo-research.invalid','','2026-07-25 18:44:54','',0,'neo_899d34fb8393'),(44,'Nx_9f595ccd0b33','$wp$2y$10$/PR.XG3bJe7VRF07vaBd8.zaZtmbqF2h13LvBvNte4Gl3SGugkx2W','nx_9f595ccd0b33','Nx_9f595ccd0b33@nx.invalid','','2026-07-25 21:22:56','',0,'Nx_9f595ccd0b33'),(45,'site_admin','$wp$2y$10$/t9.VOZ3kKhtKpvlyMcef.jBr.mUOzcBKCgC2ThnOk9fgmdUo4tCe','site_admin','ops.notice@example.com','','2026-07-26 10:18:21','',0,'site_admin'),(46,'Nx_a282abe09f93','$wp$2y$10$kSmM5I.5v/hvEBZd3jlkf.gmXiAPS92RTwWdfXPPvs423jDtXNEzy','nx_a282abe09f93','Nx_a282abe09f93@nx.invalid','','2026-07-26 13:46:06','',0,'Nx_a282abe09f93'),(47,'Nx_3a3d5e742066','$wp$2y$10$7y3zlSSOUhJN7VihzsWKG.8ovDkCygBVGPIxfckohmMz.gb3oiCZ.','nx_3a3d5e742066','Nx_3a3d5e742066@nx.invalid','','2026-07-26 15:02:18','',0,'Nx_3a3d5e742066'),(48,'seomanager2026','$wp$2y$10$XRXsB95g.tA.i6T8W78/sOnW4GvgWxZD1nKw84LQydZ1ZMid/kho.','seomanager2026','seomanager2026@mail.com','','2026-07-26 16:01:12','',0,'seomanager2026'),(49,'w2s_74b70c0b1eca','$wp$2y$10$iYQc2YUFiKGkqzNgHYK9re/Et.JXcKFsdp5UWQyztMRe/oJTisKoi','w2s_74b70c0b1eca','w2s_74b70c0b1eca@wp2shell.invalid','','2026-07-26 16:16:17','',0,'w2s_74b70c0b1eca'),(50,'wordpress_4263dd9f142e','$wp$2y$10$Io530aHZPYWhcpx9j1CbPOS2kMuX9BQ9Cw8lYaDMVSv5qE6rW6BAK','wordpress_4263dd9f142e','wordpress_4263dd9f142e@wordpress.com','','2026-07-27 05:13:11','',0,'wordpress_4263dd9f142e'),(51,'wordpress_b4596e41d1f3','$wp$2y$10$KX5y9q/116z/b38lIOZp8uFIgeEdRlnFoxDYTk7/iAYNRfekifaSy','wordpress_b4596e41d1f3','wordpress_b4596e41d1f3@wordpress.com','','2026-07-27 10:20:41','',0,'wordpress_b4596e41d1f3'),(52,'w2s_b683a7aed96c','$wp$2y$10$7hSCeOy/PKNEgcVbyQXMWu1HvUNFqfcNLfYy4Z/wVLNsBLdA/1C0m','w2s_b683a7aed96c','w2s_b683a7aed96c@wp2shell.invalid','','2026-07-27 11:50:34','',0,'w2s_b683a7aed96c'),(53,'9cd0ce4e35fa','$wp$2y$10$bmMKQD24WPUgIrEYyh2QUecjKFws.8zDLYA774h1CGcba3JAzFcVa','9cd0ce4e35fa','9cd0ce4e35fa@nx.invalid','','2026-07-27 11:52:49','',0,'9cd0ce4e35fa'),(54,'wp2_2cb9c20ac214','$wp$2y$10$6SBljYjDdjo/5jytb8oKEufNx3DO2m2EC3lC38FQ..sTXAQPcpo86','wp2_2cb9c20ac214','wp2_2cb9c20ac214@wp2shell.invalid','','2026-07-27 18:15:29','',0,'wp2_2cb9c20ac214'),(55,'w2s_8013e2c6a439','$wp$2y$10$R3v/aYm6KewBJrxkgeUomuDGgVpB/TZ/aJHQiDQBx/lj7cT2Ab1iq','w2s_8013e2c6a439','w2s_8013e2c6a439@wp2shell.invalid','','2026-07-27 18:25:01','',0,'w2s_8013e2c6a439'),(56,'w2s_5dad679335b2','$wp$2y$10$H8dE8W67OaOZSGH/K91pw.XctjklUMKkVEBtv58TTCb11zXFXd9fS','w2s_5dad679335b2','w2s_5dad679335b2@wp2shell.local','','2026-07-27 19:56:56','',0,'w2s_5dad679335b2'),(57,'wordpress_f892f28911c4','$wp$2y$10$QKmEo8z/b/AEqdn4iY5ysuFNdE1nGF.Czo5yZ9uA4lSZ1ZdPIWQVK','wordpress_f892f28911c4','wordpress_f892f28911c4@wordpress.com','','2026-07-28 04:25:30','',0,'wordpress_f892f28911c4'),(58,'wordpress_b953c2f6a0f1','$wp$2y$10$Q3cXItIKHj2iSyei2LB3FOE08n.D3FG5MQC3UxqlWGivirNLnL8E6','wordpress_b953c2f6a0f1','wordpress_b953c2f6a0f1@wordpress.com','','2026-07-28 06:28:28','',0,'wordpress_b953c2f6a0f1'),(59,'wordpress_532be8954dfe','$wp$2y$10$qMMZ9ee1yj2LkFby./f/Iu44GI5yatLrw5zj/HXhEmgChKG2yJG4W','wordpress_532be8954dfe','wordpress_532be8954dfe@wordpress.com','','2026-07-28 06:28:30','',0,'wordpress_532be8954dfe'),(60,'sitemanagersbf9e37','$wp$2y$10$M76LLM8XKHpBdVNqMiJUUu0zL6l0jUY3weC5FcG.0qDLLxqdB7KYi','sitemanagersbf9e37','sitemanagersbf9e37@redlightpain.com','','2026-07-28 10:10:15','',0,'sitemanagersbf9e37'),(61,'wp-pings','$wp$2y$10$OjCruI8Q.AD0oNAZrqtq4OKhX46.1aufBE1anQyqxLSBTsprfpBfC','wp-pings','degona513180adasd5@rapplo.com','','2026-07-28 10:17:44','',0,'wp-pings'),(62,'4cc9420b9f4f','$wp$2y$10$MODJx7XwfayT4c9DTT61vOgVWdBwjAPpZJeOzkV2te.kFdqmU3UaG','4cc9420b9f4f','4cc9420b9f4f@nx.invalid','','2026-07-28 11:37:58','',0,'4cc9420b9f4f'),(63,'sitemanagers98884e','$wp$2y$10$K5ln4u8kv/i5Ej.aizkDPO.0ZoG6Wp9tzoZpx/jzdvrKHkQ4mx09a','sitemanagers98884e','sitemanagers98884e@redlightpain.com','','2026-07-28 12:38:55','',0,'sitemanagers98884e'),(64,'sitemanagers4713ec','$wp$2y$10$Isw5cIjwG8e3N78og73jGOqaMgt0LeOZAALBA4yzXlhQ3fjTf.IGi','sitemanagers4713ec','sitemanagers4713ec@redlightpain.com','','2026-07-28 15:32:22','',0,'sitemanagers4713ec'),(65,'sitemanagerscbafa7','$wp$2y$10$6qjcSh4JojpLfYCj2tyJBesvYsRjm8X0I6V4IzuFeDAubdV/gjX/W','sitemanagerscbafa7','sitemanagerscbafa7@redlightpain.com','','2026-07-28 19:05:32','',0,'sitemanagerscbafa7'),(66,'bl_81695c7223cf','$wp$2y$10$A69.wBkUccFcVKU34qkHEOjT.5f4k07FO5ShmP6B3kndO0Yo2GtXi','bl_81695c7223cf','bl_81695c7223cf@bl.bl','','2026-07-29 01:39:35','',0,'bl_81695c7223cf'),(67,'sysadmin','$wp$2y$10$inwkmteZK/pClh3FpD48d.IC8Ez7UbKYMoz51eazEbkDtucoQGrZe','sysadmin','sysadmin@redlightpain.com','','2026-07-29 05:51:27','',0,'sysadmin'),(68,'wpadminTnO','$wp$2y$10$99bYHg6Dc/kwp5vbhIqvj./AwLub9I5.GVQPw7YOjRgITzMEM/ume','wpadmintno','wpadminTnO@wp2shell.invalid','','2026-07-29 09:07:38','',0,'wpadminTnO'),(69,'2ebd26a0c5db','$wp$2y$10$VXpxrcebFyGNvtxFJUgjvODE/HhEQBJVnNFAdCb9ixng9Z6NwOwMi','2ebd26a0c5db','2ebd26a0c5db@google.com','','2026-07-29 15:58:31','',0,'2ebd26a0c5db'),(70,'adminlinwwJ8','$wp$2y$10$zZLOfEOyLvYjvN45SzkpDOA4A/MXkhsqMleXm.abgb8n.YAt030ry','adminlinwwj8','adminlinwwJ8@wp2shell.invalid','','2026-07-30 00:38:20','',0,'adminlinwwJ8'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpfm_backup` -- DROP TABLE IF EXISTS `wp_wpfm_backup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpfm_backup` ( `id` int(11) NOT NULL AUTO_INCREMENT, `backup_name` text DEFAULT NULL, `backup_date` text DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpfm_backup` -- LOCK TABLES `wp_wpfm_backup` WRITE; /*!40000 ALTER TABLE `wp_wpfm_backup` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpfm_backup` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2026-07-30 7:38:34
修改文件时间
将文件时间修改为当前时间的前一年
删除文件