Addons for Elementor - Version 4.6

Version Description

  • Added The plugin Elementor modules now point to the online docs
  • Updated - Readme.txt file for latest features and additions to the plugin
Download this release

Release Info

Developer livemesh
Plugin Icon 128x128 Addons for Elementor
Version 4.6
Comparing to
See all releases

Code changes from version 4.5 to 4.6

addons-for-elementor.php CHANGED
@@ -8,7 +8,7 @@
8
  * Author URI: https://livemeshelementor.com
9
  * License: GPL3
10
  * License URI: https://www.gnu.org/licenses/gpl-3.0.txt
11
- * Version: 4.5
12
  * Text Domain: livemesh-el-addons
13
  * Domain Path: languages
14
  *
@@ -35,7 +35,7 @@ if ( !defined( 'ABSPATH' ) ) {
35
 
36
  if ( !function_exists( 'lae_fs' ) ) {
37
  // Plugin version
38
- define( 'LAE_VERSION', '4.5' );
39
  // Plugin Root File
40
  define( 'LAE_PLUGIN_FILE', __FILE__ );
41
  // Plugin Folder Path
8
  * Author URI: https://livemeshelementor.com
9
  * License: GPL3
10
  * License URI: https://www.gnu.org/licenses/gpl-3.0.txt
11
+ * Version: 4.6
12
  * Text Domain: livemesh-el-addons
13
  * Domain Path: languages
14
  *
35
 
36
  if ( !function_exists( 'lae_fs' ) ) {
37
  // Plugin version
38
+ define( 'LAE_VERSION', '4.6' );
39
  // Plugin Root File
40
  define( 'LAE_PLUGIN_FILE', __FILE__ );
41
  // Plugin Folder Path
includes/widgets/carousel.php CHANGED
@@ -37,6 +37,10 @@ class LAE_Carousel_Widget extends Widget_Base {
37
  return array('livemesh-addons');
38
  }
39
 
 
 
 
 
40
  public function get_script_depends() {
41
  return [
42
  'lae-widgets-scripts',
37
  return array('livemesh-addons');
38
  }
39
 
40
+ public function get_custom_help_url() {
41
+ return 'https://livemeshelementor.com/docs/livemesh-addons/core-addons/carousel-addon/';
42
+ }
43
+
44
  public function get_script_depends() {
45
  return [
46
  'lae-widgets-scripts',
includes/widgets/clients.php CHANGED
@@ -38,6 +38,10 @@ class LAE_Clients_Widget extends Widget_Base {
38
  return array('livemesh-addons');
39
  }
40
 
 
 
 
 
41
  public function get_script_depends() {
42
  return [
43
  'lae-frontend-scripts',
38
  return array('livemesh-addons');
39
  }
40
 
41
+ public function get_custom_help_url() {
42
+ return 'https://livemeshelementor.com/docs/livemesh-addons/core-addons/clients-addon/';
43
+ }
44
+
45
  public function get_script_depends() {
46
  return [
47
  'lae-frontend-scripts',
includes/widgets/heading.php CHANGED
@@ -37,6 +37,10 @@ class LAE_Heading_Widget extends Widget_Base {
37
  return array('livemesh-addons');
38
  }
39
 
 
 
 
 
40
  public function get_script_depends() {
41
  return [
42
  'lae-frontend-scripts',
37
  return array('livemesh-addons');
38
  }
39
 
40
+ public function get_custom_help_url() {
41
+ return 'https://livemeshelementor.com/docs/livemesh-addons/core-addons/heading-addon/';
42
+ }
43
+
44
  public function get_script_depends() {
45
  return [
46
  'lae-frontend-scripts',
includes/widgets/odometers.php CHANGED
@@ -40,6 +40,10 @@ class LAE_Odometers_Widget extends Widget_Base {
40
  return array('livemesh-addons');
41
  }
42
 
 
 
 
 
43
  public function get_script_depends() {
44
  return [
45
  'lae-widgets-scripts',
40
  return array('livemesh-addons');
41
  }
42
 
43
+ public function get_custom_help_url() {
44
+ return 'https://livemeshelementor.com/docs/livemesh-addons/core-addons/statistics-addons/';
45
+ }
46
+
47
  public function get_script_depends() {
48
  return [
49
  'lae-widgets-scripts',
includes/widgets/piecharts.php CHANGED
@@ -38,6 +38,10 @@ class LAE_Piecharts_Widget extends Widget_Base {
38
  return array('livemesh-addons');
39
  }
40
 
 
 
 
 
41
  public function get_script_depends() {
42
  return [
43
  'lae-widgets-scripts',
38
  return array('livemesh-addons');
39
  }
40
 
41
+ public function get_custom_help_url() {
42
+ return 'https://livemeshelementor.com/docs/livemesh-addons/core-addons/statistics-addons/';
43
+ }
44
+
45
  public function get_script_depends() {
46
  return [
47
  'lae-widgets-scripts',
includes/widgets/portfolio.php CHANGED
@@ -37,6 +37,10 @@ class LAE_Portfolio_Widget extends Widget_Base {
37
  return array('livemesh-addons');
38
  }
39
 
 
 
 
 
40
  public function get_script_depends() {
41
  return [
42
  'lae-widgets-scripts',
37
  return array('livemesh-addons');
38
  }
39
 
40
+ public function get_custom_help_url() {
41
+ return 'https://livemeshelementor.com/docs/livemesh-addons/core-addons/posts-portfolio-grid/';
42
+ }
43
+
44
  public function get_script_depends() {
45
  return [
46
  'lae-widgets-scripts',
includes/widgets/posts-carousel.php CHANGED
@@ -37,6 +37,10 @@ class LAE_Posts_Carousel_Widget extends Widget_Base {
37
  return array('livemesh-addons');
38
  }
39
 
 
 
 
 
40
  public function get_script_depends() {
41
  return [
42
  'lae-widgets-scripts',
37
  return array('livemesh-addons');
38
  }
39
 
40
+ public function get_custom_help_url() {
41
+ return 'https://livemeshelementor.com/docs/livemesh-addons/core-addons/posts-carousel/';
42
+ }
43
+
44
  public function get_script_depends() {
45
  return [
46
  'lae-widgets-scripts',
includes/widgets/pricing-table.php CHANGED
@@ -74,6 +74,10 @@ class LAE_Pricing_Table_Widget extends Widget_Base {
74
  return array('livemesh-addons');
75
  }
76
 
 
 
 
 
77
  public function get_script_depends() {
78
  return [
79
  'lae-frontend-scripts',
74
  return array('livemesh-addons');
75
  }
76
 
77
+ public function get_custom_help_url() {
78
+ return 'https://livemeshelementor.com/docs/livemesh-addons/core-addons/pricing-table/';
79
+ }
80
+
81
  public function get_script_depends() {
82
  return [
83
  'lae-frontend-scripts',
includes/widgets/services.php CHANGED
@@ -42,6 +42,11 @@ class LAE_Services_Widget extends Widget_Base
42
  return array( 'livemesh-addons' );
43
  }
44
 
 
 
 
 
 
45
  public function get_script_depends()
46
  {
47
  return [ 'lae-frontend-scripts', 'lae-waypoints' ];
42
  return array( 'livemesh-addons' );
43
  }
44
 
45
+ public function get_custom_help_url()
46
+ {
47
+ return 'https://livemeshelementor.com/docs/livemesh-addons/core-addons/services-addon/';
48
+ }
49
+
50
  public function get_script_depends()
51
  {
52
  return [ 'lae-frontend-scripts', 'lae-waypoints' ];
includes/widgets/stats-bars.php CHANGED
@@ -38,6 +38,10 @@ class LAE_Stats_Bars_Widget extends Widget_Base {
38
  return array('livemesh-addons');
39
  }
40
 
 
 
 
 
41
  public function get_script_depends() {
42
  return [
43
  'lae-widgets-scripts',
38
  return array('livemesh-addons');
39
  }
40
 
41
+ public function get_custom_help_url() {
42
+ return 'https://livemeshelementor.com/docs/livemesh-addons/core-addons/statistics-addons/';
43
+ }
44
+
45
  public function get_script_depends() {
46
  return [
47
  'lae-widgets-scripts',
includes/widgets/tab-slider.php CHANGED
@@ -39,6 +39,10 @@ class LAE_Tab_Slider_Widget extends Widget_Base {
39
  return array('livemesh-addons');
40
  }
41
 
 
 
 
 
42
  public function get_script_depends() {
43
  return [
44
  'lae-widgets-scripts',
39
  return array('livemesh-addons');
40
  }
41
 
42
+ public function get_custom_help_url() {
43
+ return 'https://livemeshelementor.com/docs/livemesh-addons/';
44
+ }
45
+
46
  public function get_script_depends() {
47
  return [
48
  'lae-widgets-scripts',
includes/widgets/team-members.php CHANGED
@@ -41,6 +41,10 @@ class LAE_Team_Widget extends Widget_Base {
41
  return array('livemesh-addons');
42
  }
43
 
 
 
 
 
44
  public function get_script_depends() {
45
  return [
46
  'lae-frontend-scripts',
41
  return array('livemesh-addons');
42
  }
43
 
44
+ public function get_custom_help_url() {
45
+ return 'https://livemeshelementor.com/docs/livemesh-addons/core-addons/team-members/';
46
+ }
47
+
48
  public function get_script_depends() {
49
  return [
50
  'lae-frontend-scripts',
includes/widgets/testimonials-slider.php CHANGED
@@ -38,6 +38,10 @@ class LAE_Testimonials_Slider_Widget extends Widget_Base {
38
  return array('livemesh-addons');
39
  }
40
 
 
 
 
 
41
  public function get_script_depends() {
42
  return [
43
  'lae-widgets-scripts',
38
  return array('livemesh-addons');
39
  }
40
 
41
+ public function get_custom_help_url() {
42
+ return 'https://livemeshelementor.com/docs/livemesh-addons/core-addons/testimonials-addons/';
43
+ }
44
+
45
  public function get_script_depends() {
46
  return [
47
  'lae-widgets-scripts',
includes/widgets/testimonials.php CHANGED
@@ -38,6 +38,10 @@ class LAE_Testimonials_Widget extends Widget_Base {
38
  return array('livemesh-addons');
39
  }
40
 
 
 
 
 
41
  public function get_script_depends() {
42
  return [
43
  'lae-frontend-scripts',
38
  return array('livemesh-addons');
39
  }
40
 
41
+ public function get_custom_help_url() {
42
+ return 'https://livemeshelementor.com/docs/livemesh-addons/core-addons/testimonials-addons/';
43
+ }
44
+
45
  public function get_script_depends() {
46
  return [
47
  'lae-frontend-scripts',
plugin.php CHANGED
@@ -45,7 +45,7 @@ if ( !class_exists( 'Livemesh_Elementor_Addons' ) ) {
45
  public function __clone()
46
  {
47
  // Cloning instances of the class is forbidden
48
- _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'livemesh-el-addons' ), '4.5' );
49
  }
50
 
51
  /**
@@ -55,7 +55,7 @@ if ( !class_exists( 'Livemesh_Elementor_Addons' ) ) {
55
  public function __wakeup()
56
  {
57
  // Unserializing instances of the class is forbidden
58
- _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'livemesh-el-addons' ), '4.5' );
59
  }
60
 
61
  private function setup_debug_constants()
45
  public function __clone()
46
  {
47
  // Cloning instances of the class is forbidden
48
+ _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'livemesh-el-addons' ), '4.6' );
49
  }
50
 
51
  /**
55
  public function __wakeup()
56
  {
57
  // Unserializing instances of the class is forbidden
58
+ _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'livemesh-el-addons' ), '4.6' );
59
  }
60
 
61
  private function setup_debug_constants()
readme.txt CHANGED
@@ -1,11 +1,13 @@
1
  === Livemesh Addons for Elementor ===
2
  Author URI: https://livemeshelementor.com
3
  Plugin URI: https://livemeshelementor.com
 
4
  Contributors: livemesh, elementoraddons, freemius
5
  Tags: elementor, elementor addons, elementor extensions, elementor widgets, page builder, woocommerce elementor
6
  Requires at least: 4.5
7
- Tested up to: 5.5
8
- Stable Tag: 4.5
 
9
  License: GPLv3
10
  License URI: https://opensource.org/licenses/GPL-3.0
11
 
@@ -13,71 +15,171 @@ A collection of premium quality addons or modules for use in Elementor page buil
13
 
14
  == Description ==
15
 
16
- Livemesh Addons for Elementor features huge collection of premium, easy to use yet highly functional extensions that can be used in a Elementor page builder. This is really a premium plugin that you can get for free.
 
 
 
17
 
18
  This plugin comes with widgets for just about everything you need to build a professional website without switching to a premium theme - services, team profiles, counters, bar charts, piecharts, testimonials, clients list, portfolio/posts grid, posts carousels, pricing plan and much more in the <a href="https://livemeshelementor.com" title="Livemesh Addons for Elementor Premium Version">PRO version</a>. All the addons that help turn your free theme into a premium one with just a few clicks. Every premium page builder element you need is available for easy drag and drop into your page by just activating this plugin.
19
 
20
  <a href="https://wordpress.org/plugins/elementor/" rel="nofollow">Elementor</a> plugin must be activated to use this plugin. After you activate the required plugins, the addons should be available for use in Elementor.
21
 
22
- See the all of elements in action here -
23
-
24
- <a href="https://livemeshelementor.com/#demo-section" title="Livemesh Addons for Elementor Demo Site"><strong>LIVE DEMO</strong></a> | <a href="https://livemeshelementor.com/pricing/" title="Livemesh Addons for Elementor Premium Version"><strong>Premium Version</strong></a>.
25
 
26
- **Know the power of this plugin to be able to create dynamic content widgets, leveraging the Elementor PRO theme builder -**
27
 
28
- [youtube https://www.youtube.com/watch?v=C__2o2U-s5E]
 
 
 
 
 
 
 
 
29
 
30
  The plugin comes with the following Elementor addons or extensions. <strong>Almost all of the elements come with a dark version.</strong> -
31
 
32
- <ul>
33
- <li><a href="https://livemeshelementor.com/services/" title="Services Extension">Services</a> that capture what you can offer for your clients/customers.</li>
34
- <li><a href="https://livemeshelementor.com/portfolio-grid/" title="Portfolio Grid Addon">Portfolio Grid addon</a> that displays portfolio/blog entries in a nice responsive grid. Masonry and packed options are supported.</li>
35
- <li><a href="https://livemeshelementor.com/posts-grid/" title="Posts Grid Extension">Blog Posts Grid</a> that displays portfolio/blog entries in a nice responsive grid. Masonry and packed options are supported.</li>
36
- <li><a href="https://livemeshelementor.com/team-member-profiles/" title="Team Profiles Addon">Team Profiles</a> extension to display all the team members.</li>
37
- <li><a href="https://livemeshelementor.com/odometer-counters/" title="Odometer/Counters Extension">Odometers/Counters</a> to show impressive numbers pertaining to your work or company.</li>
38
- <li><a href="https://livemeshelementor.com/progress-bars/" title="Bar Charts">Bar charts addon</a> to capture skills or any type of percentage stats.</li>
39
- <li><a href="https://livemeshelementor.com/piecharts/" title="Piecharts Extension">Animated Pie charts</a> for visual depiction of percentage stats.</li>
40
- <li><a href="https://livemeshelementor.com/testimonials/" title="Testimonials Addon">Testimonials</a> to tell everyone the good things you often hear from your clients/customers.</li>
41
- <li><a href="https://livemeshelementor.com/testimonial-slider/" title="Testimonial Slider Addon">Testimonials slider</a> is a responsive touch enabled slider that cycles through testimonials.</li>
42
- <li><a href="https://livemeshelementor.com/posts-carousel/" title="Posts Carousel Extension">Post Carousel extension</a> that displays your posts as a highly responsive carousel.</li>
43
- <li><a href="https://livemeshelementor.com/generic-carousel/" title="Generic Carousel Addon">Generic Carousel</a> element that displays lets you present a list of HTML content in a carousel.</li>
44
- <li>Heading styles to capture effective headings for your page sections.</li>
45
- <li><a href="https://livemeshelementor.com/clients-module/" title="Clients List Element">Clients List</a> extension to showcase the clients that you have handled.</li>
46
- <li><a href="https://livemeshelementor.com/pricing-table/" title="Pricing Table Extension">Pricing Plans</a> to help get more sales.</li>
47
- <li>Tab Slider addon which showcases a touch friendly, responsive tab slider.</li>
48
- </ul>
49
-
50
- The <strong><a href="https://livemeshelementor.com/" title="Livemesh Addons for Elementor Premium" target="_blank">Premium version</a></strong> of the plugin comes with additional addons and advanced features added to elements above -
51
-
52
- <ul>
53
- <li><a href="https://livemeshelementor.com/posts-block/" title="Posts Block Addon">Posts Block</a> to help present your blog posts, events, news items or portfolio in a dozen creative ways. Comes with AJAX filtering, pagination and load more features to help visitors navigate your entire collection of blog posts or custom post types and their categories without reloading the page.</li>
54
- <li><a href="https://livemeshelementor.com/twitter-grid/" title="Twitter Grid Addon">Twitter Grid</a> to help showcase tweets on your site with load more option.</li>
55
- <li><a href="https://livemeshelementor.com/youtube-grid/" title="YouTube Grid Addon">YouTube Grid</a> to display a collection of YouTube videos obtained from YouTube API given a Channel ID, PlayList ID or a list of Video IDs. Load More option is provided.</li>
56
- <li><a href="https://livemeshelementor.com/vimeo-grid/" title="Vimeo Grid Addon">Vimeo Grid</a> to help showcase showcase a collection of Vimeo videos obtained using Vimeo API given a User ID, Channel ID, Album ID or a Group ID. Load More option is provided.</li>
57
- <li><a href="https://livemeshelementor.com/woocommerce-grid/" title="WooCommerce Grid Addon">WooCommerce Grid</a> is an enhancement of Posts Grid addon that lets you capture details of WooCommerce products like name, price, rating, add to cart, add to wish list etc. Comes with a quick view option to display product details in a modal window.</li>
58
- <li><a href="https://livemeshelementor.com/tabs/" title="Tabs Addon">Responsive Tabs</a> that function seamlessly across all devices and resolutions. The plugin features never before choice of over dozen styles of tabs to choosen from.</li>
59
- <li><a href="https://livemeshelementor.com/accordion/" title="Accordion Module">Accordion/Toggle</a> that capture collapsible content panels when space is limited.</li>
60
- <li><a href="https://livemeshelementor.com/sliders/" title="Image Slider Extension">Image Slider</a> to create a responsive slider of images with support for captions, multiple slider types like Nivo, Flex, Slick and lightweight sliders, thumbnail navigation etc.</li>
61
- <li><a href="https://livemeshelementor.com/image-gallery/" title="Image Gallery Addon">Image Gallery</a> addon that lets you create a grid of images with options for masonry or fit rows, pagination, lazy load, lightbox support etc.</li>
62
- <li><a href="https://livemeshelementor.com/video-gallery/" title="Video Gallery Addon">Video Gallery</a> to build a beautiful grid of videos to help showcase a collection of YouTube/Vimeo videos on your site.</li>
63
- <li><a href="https://livemeshelementor.com/gallery-carousel/" title="Image Carousel">Image Carousel</a> for a responsive carousel of images.</li>
64
- <li><a href="https://livemeshelementor.com/gallery-carousel/" title="Video Carousel">Video Carousel</a> for creation of a responsive carousel of YouTube/Vimeo videos.</li>
65
- <li><a href="https://livemeshelementor.com/faq-element/" title="FAQ Element">FAQ element</a> to display a set of Frequently Asked Questions in a page.</li>
66
- <li><a href="https://livemeshelementor.com/features/" title="Features Addon">Features Addon</a> for showcasing product features or services provided by an agency/business.</li>
67
- <li><a href="https://livemeshelementor.com/buttons/" title="Buttons">Flat style buttons</a> with rich set of customization options.</li>
68
- <li><a href="https://livemeshelementor.com/icon-lists/" title="Icon List element">Icon list addon</a> that lets you use either images or icon fonts to create custom social icons list, capture payment options etc.</li>
69
- <li><a href="https://livemeshelementor.com/services-advanced/" title="Advanced Services">Advanced Services</a> with additional styles and animations for services addon.</li>
70
- <li><a href="https://livemeshelementor.com/portfolio-grid-pro/" title="Posts Grid">Lazy Load</a> - The portfolio/post grid and image gallery addons incorporate option to lazy load posts/images with the click of a Load More button.</li>
71
- <li><a href="https://livemeshelementor.com/portfolio-grid-pro/" title="Posts Grid">Pagination</a> - Create a grid of posts or custom post types with AJAX based pagination support. </li>
72
- <li>Lightbox Support - The premium version comes with support for Lightbox for grid and carousel addons.</li>
73
- <li>Customizations - Ability to choose custom font size, color or hover color for certain addons. More coming.</li>
74
- <li>Custom Animations - Choose from over <strong>40+ animations</strong> for most addon elements (excludes sliders, carousels and grid). The animations display on user scrolling to the element or when the element becomes visible in the browser window.</li>
75
- <li>Sample Data - Sample data that you can import into your site to get started quickly on the addons and some sample layouts.</li>
76
- <li>Premium Support - The customers will have access to a support portal with queries attended to within 24 hours.</li>
77
- </ul>
78
 
79
  You can view the change log for the Premium version of the plugin at <a href="https://livemeshelementor.com/change-log/" title="Livemesh Addons for Elementor Premium Change Log" target="_blank">https://livemeshelementor.com/change-log/</a>.
80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
  == Installation ==
82
 
83
  1. Install and activate the Elementor page builder.
@@ -85,7 +187,9 @@ You can view the change log for the Premium version of the plugin at <a href="ht
85
 
86
  4. For Portfolio element, install and activate the <strong>optional plugin</strong> <a href="https://wordpress.org/plugins/portfolio-post-type/" title="Portfolio Post Type">Portfolio Post Type plugin</a>. The Portfolio addon can be built using custom post type registered by this plugin.
87
 
88
- Optionally, if you have premium version of the plugin installed, you can import the sample data that replicates the demo site for you by importing the file sample-data.xml file located in the plugin directory. The import option is available under Tools &gt; Import in WordPress admin.
 
 
89
 
90
  == Support ==
91
 
@@ -97,9 +201,31 @@ Please submit your support query through our <a href="https://livemeshelementor.
97
 
98
  = Does it work with the theme that I am using? =
99
 
100
- Our tests indicate that the elements work well with most themes that are well coded. You may need some minor custom CSS with themes that hijack the styling for heading tags by using !important keyword.
 
 
 
 
 
 
 
 
 
 
 
 
101
 
102
- The demo site is best recreated with a theme that supports a full width page template without sidebars. The elements can still be used in the pages of default template.
 
 
 
 
 
 
 
 
 
 
103
 
104
  = How to enable the dark version for any element? =
105
 
@@ -109,6 +235,14 @@ In Elementor page builder, edit the section wrapper for the element representing
109
 
110
  Pls install and activate the <a href="https://wordpress.org/plugins/portfolio-post-type/" title="Portfolio Post Type">Portfolio Post Type plugin</a> to enable custom post type Portfolio.
111
 
 
 
 
 
 
 
 
 
112
  == Screenshots ==
113
  1. Live Demo of Elementor Addons
114
  2. Livemesh Addons for Elementor appearing in the sidebar window of the page builder.
@@ -121,33 +255,37 @@ Pls install and activate the <a href="https://wordpress.org/plugins/portfolio-po
121
 
122
 
123
 
 
 
 
 
124
  = 4.5 =
125
- * Added – Online documentation with help pages for all the recent addons/enhancements added to the plugin.
126
- * Updated - The WP admin menu for the plugin renamed to Livemesh Addons
127
 
128
  = 4.4 =
129
- * Added - Option to disable featured image for posts in posts carousel
130
  * Added - Custom icons for almost all elementor addons part of this plugin
131
  * Updated - Freemius SDK 2.4.1 with License White-Label Update, WP 5.5. jQuery Compatibility, Auto-Updates UI Integration, and more!
132
 
133
  = 4.3.1 =
134
- * Added - Smooth height option to Testimonials Slider
135
 
136
  = 4.3 =
137
  * Added - Touch enabled, responsive Tab Slider widget for Elementor
138
  * Added - Three default styles for Tab Slider widget
139
  * Added - Extensive customization options for Tab Slider elements
140
- * Added - Ability to deactivate Tab Slider addon in Settings window
141
  * Added - Ability to use icons or images for titles of tab slider
142
 
143
  = 4.2 =
144
- * Fixed - The message prompting for custom grid template not fully visible
145
  * Fixed - The drop indicator for grid items in Livemesh Grid templates displayed incorrectly
146
- * Added - Styling for error messages prompting the user to choose Custom Skin and Custom Grid templates
147
  * Updated - Freemius SDK 2.4.0
148
 
149
  = 4.1.1 =
150
- * Added - Adaptive height option for single slide Posts Carousel
151
  * Fixed - Class does not exist error when registering document types
152
 
153
  = 4.1.0 =
@@ -156,11 +294,11 @@ Pls install and activate the <a href="https://wordpress.org/plugins/portfolio-po
156
 
157
  = 4.0.0 =
158
  * Added - Choice of 'Custom Skin' and 'Custom Grid' for posts grid items to design your custom posts grid and/or custom posts grid item using theme builder templates in Elementor PRO. You can now create custom skins for grid items and also create custom grid layout via drag and drop of page builder elements in Elementor.
159
- * Added - Choice of 'Custom Skin' for posts carousel items with ability to use theme builder templates for designing your own posts carousel. The custom skins for posts carousel items can now be designed via drag and drop of page builder elements in Elementor.
160
- * Added - Design custom skin for items of Posts Carousel and Posts Grid with custom choice of fields and their arrangement using Elementor page builder.
161
- * Added - Ability to choose separate Skin Templates for individual items within a Posts Grid. A single Posts Grid can now feature disparate set of grid items which utilize individual skins of their choice.
162
  * Added - Ability to use any custom post type with custom fields(including ACF/Pods/Toolset) for Posts Grid and Posts Carousel items.
163
- * Added - You can now drag and drop widgets in Elementor to build custom carousels/sliders and grids of Services, Events, Features, Team, Testimonials, Posts Grid, Posts Carousels etc. by utilizing the custom grid and grid item templates feature built into Posts Carousel and Posts Grid widgets. Possibilities for building custom carousels and grids are endless with dynamic widgets and page building experience provided by Elementor and data provided by custom post types and ACF/Pods/Toolset plugins.
164
  * Added - Added two theme builder template locations Livemesh Item and Livemesh Grid to help build custom grids and custom skins for posts grid and posts carousel widgets
165
  * Fixed - The posts carousel does not show arrow navigation controls on smartphones
166
  * Fixed - Handle lazy load feature part of WP 5.5
@@ -170,12 +308,12 @@ Pls install and activate the <a href="https://wordpress.org/plugins/portfolio-po
170
  * Added - Options to turn off/on title and taxonomy terms displayed on posts carousel thumbnail
171
  * Added - Open in new window option for post links in posts carousel and posts grid
172
  * Added - Ability to add read more link for the posts carousel and posts grid
173
- * Added - Styling for read more link for the posts carousel
174
  * Fixed - The posts carousel item element would populate wrong style classes
175
  * Fixed - The WP filters/hooks in posts carousel received page id as post id
176
 
177
  = 2.9.9 =
178
- * Fixed - The posts carousel and posts grid can cause error when the taxonomy terms are missing.
179
 
180
  = 2.9.7 =
181
  * Tweak - Enabled lazy load for all the widgets except for the Posts Grid addon. Posts Grid utilizes the popular Isotope library for laying out grid elements and Isotope library is not compatible with lazy loading of images.
@@ -185,12 +323,12 @@ Pls install and activate the <a href="https://wordpress.org/plugins/portfolio-po
185
  * Added - The Posts Grid, Posts Carousel addons are now compatible with most of the popular lazy load plugins.
186
 
187
  = 2.9.4 =
188
- * Updated - Freemius SDK 2.3.1 with white label mode, URL whitelisting and other features and bug fixes.
189
- * Fixed - The social icons were not being displayed for team member profiles.
190
 
191
  = 2.8 =
192
  * Added - RTL Support for ALL modules.
193
- * Added - The grid items on all relevant modules like Posts Grid, Testimonials, Services, Pricing Table, Clients, Stats, Team Members etc. are now displayed from right to left on RTL sites.
194
  * Fixed - Sliders and Carousels including Posts Carousel do not display slide content on RTL sites.
195
 
196
  = 2.7.5 =
@@ -198,11 +336,11 @@ Pls install and activate the <a href="https://wordpress.org/plugins/portfolio-po
198
  * Added - Support for FontAwesome 5 Icon Library in all relevant modules where icons are used.
199
 
200
  = 2.7.4 =
201
- * Added - Support for external page link in services and team member modules.
202
- * Added - Missing dark background styles for Services and Team modules.
203
 
204
  = 2.7.3 =
205
- * Fixed - The taxonomy chosen dropdown displaying superfluous taxonomies in the dropdown for Posts Grid.
206
  * Fixed - Some taxonomies and/or their terms missing from taxonomy terms selection in query builder of Posts Grid and Posts Carousel.
207
  * Fixed - Not able to sort the filters of the Posts Grid with taxonomy reordering plugins.
208
 
@@ -211,8 +349,8 @@ Pls install and activate the <a href="https://wordpress.org/plugins/portfolio-po
211
  * Updated - Freemius to 2.3.0.
212
 
213
  = 2.7 =
214
- * Added - Plugin is now fully compatible with WPML plugin.
215
- * Added - All of our addons are now translatable using WPML plugin.
216
  * Added - Offset support for Posts Grid/Portfolio and Posts Carousel modules.
217
 
218
  = 2.6.2 =
@@ -242,14 +380,14 @@ Pls install and activate the <a href="https://wordpress.org/plugins/portfolio-po
242
  * Fixed - Incompatibility with some themes which load waypoints JS script.
243
 
244
  = 2.3 =
245
- * Added - Extensive support for filters and templates to enable users to customize the output generated by the addons. You can now create a template file in elementor-addons folder in your child theme to customize the addons html or use filters to customize output generated by the addons.
246
  * Updated - Documentation providing information on how to use templates and filters to customize the plugin addons
247
 
248
  = 2.2 =
249
  * Fixed - Incompatibility with certain themes due to different versions of waypoints scripts being used.
250
 
251
  = 2.1 =
252
- * Fixed - Certain widgets/addons like pricing, carousel, services raised errors when 'Add Item' button was pressed to add items. Error seen with latest version of Elementor.
253
  * Fixed - Deprecated warning on checkbox control.
254
 
255
  = 2.0.2 =
@@ -259,29 +397,29 @@ Pls install and activate the <a href="https://wordpress.org/plugins/portfolio-po
259
  * Fixed - Bug fixes.
260
 
261
  = 2.0 =
262
- * Added - Image size options for all relevant addons.
263
  * Added – New simpler grid system for all elements that use grid.
264
- * Added – Seamless control of number of columns at all device resolutions for all those elements that involve grid – posts/portfolio grid, clients, services, testimonials, team, charts, pricing table etc.
265
- * Added - Sample animations for services, clients, testimonials, team and pricing table.
266
 
267
  = 1.6 =
268
  * Added – Compatibility with Elementor and Elementor PRO 2.
269
  * Added - Dynamic field connections for most widgets supported by Elementor 2.
270
- * Updated - Removed Livemesh prefix from all elements. For example, Livemesh Services is now named Services, Livemesh Tabs is now Tabs, Livemesh Grid is now Posts Grid etc.
271
  * Added - Ability to specify client name in HTML for additional formatting.
272
  * Updated - Waypoints script with new API for handling events on scroll
273
- * Fixed - Some themes can break animations and report script errors for elements like piecharts, odometers, progress bars etc.
274
 
275
  = 1.5.4 =
276
- * Fixed – Posts Grid columns can break in certain resolutions in FireFox.
277
  * Fixed - The piechart value is not being rounded.
278
- * Fixed - The post grid and posts carousel date format not reflecting the user preference specified in Settings page.
279
 
280
  = 1.5.3 =
281
  * Fixed - Next Previous buttons of carousels would not show up in certain installations due to conflicts with base slick carousel styles
282
 
283
  = 1.5.2 =
284
- * Fixed – Categories or taxonomy terms repeat when specific taxonomy terms/categories are chosen in query window
285
 
286
  = 1.5.1 =
287
  * Fixed – Some themes have trouble rendering grid columns
@@ -301,29 +439,35 @@ Pls install and activate the <a href="https://wordpress.org/plugins/portfolio-po
301
  * Updated - Compatibility with WordPress 4.9 version
302
 
303
  = 1.3 =
304
- * Added - Extensive customization options including typography, color and other styling options for all addons/modules
305
- * Fixed - The lightbox image was smaller than uploaded size
306
- * Fixed - Service icons would show up even when 'None' option was chosen
307
 
308
  = 1.2.1 =
309
- * Fixed - Translations not working with default files provided by plugin
310
  * Fixed - The client images would show up misaligned and with additional padding in certain sites
311
 
312
  = 1.2 =
313
- * Fixed - The portfolio grid addon leaves an empty space on the top when no heading is specified and when no taxonomy filters are specified
314
  * Fixed - In a few installations, the grid elements may not occupy full width between 769px to 800px device resolutions
315
- * Fixed - The grid raised an warning when when certain taxonomies are chosen in the grid settings.
316
  * Credit - Big thanks to user Axel for finding ALL these bugs that I could not have found myself.
317
 
318
  = 1.1 =
319
- * Fixed - Links in a few addons were showing even when no link URL was specified
320
  * Fixed - A few addons would wrap around and move outside of the editor container
321
- * Fixed - Odometers, Piecharts and Bar Charts addons would not show up for preview in the editor
322
- * Fixed - Links in few addons would not take into consider the setting to open URL in new window
323
- * Fixed - The posts carousel would not show up in mobile devices
324
  * Fixed - The posts carousel dots navigation was not clickable
325
  * Fixed - The posts carousel would not expand beyond 960px in width
326
- * Fixed - Some addons having strange grey background in elementor editor
327
 
328
  = 1.0 =
329
  * Initial release.
 
 
 
 
 
 
1
  === Livemesh Addons for Elementor ===
2
  Author URI: https://livemeshelementor.com
3
  Plugin URI: https://livemeshelementor.com
4
+ Donate link: https://livemeshelementor.com/
5
  Contributors: livemesh, elementoraddons, freemius
6
  Tags: elementor, elementor addons, elementor extensions, elementor widgets, page builder, woocommerce elementor
7
  Requires at least: 4.5
8
+ Tested up to: 5.6
9
+ Requires PHP: 5.6
10
+ Stable Tag: 4.6
11
  License: GPLv3
12
  License URI: https://opensource.org/licenses/GPL-3.0
13
 
15
 
16
  == Description ==
17
 
18
+ **The Best and Oldest Addons Plugin For Elementor**
19
+ ★★★★★<br>
20
+
21
+ **Livemesh Addons for Elementor features a huge collection of premium, easy-to-use yet highly functional extensions that can be used in Elementor page builder.** This is really a premium plugin that you can get for free.
22
 
23
  This plugin comes with widgets for just about everything you need to build a professional website without switching to a premium theme - services, team profiles, counters, bar charts, piecharts, testimonials, clients list, portfolio/posts grid, posts carousels, pricing plan and much more in the <a href="https://livemeshelementor.com" title="Livemesh Addons for Elementor Premium Version">PRO version</a>. All the addons that help turn your free theme into a premium one with just a few clicks. Every premium page builder element you need is available for easy drag and drop into your page by just activating this plugin.
24
 
25
  <a href="https://wordpress.org/plugins/elementor/" rel="nofollow">Elementor</a> plugin must be activated to use this plugin. After you activate the required plugins, the addons should be available for use in Elementor.
26
 
27
+ See all of the elements in action here -
 
 
28
 
29
+ ## <a href="https://livemeshelementor.com/#demo-section" title="Livemesh Addons for Elementor Demo Site"><strong>LIVE DEMO</strong></a> | <a href="https://livemeshelementor.com/pricing/" title="Livemesh Addons for Elementor Premium Version"><strong>Premium Version</strong></a>. ##
30
 
31
+ ### Why Livemesh Addons for Elementor? ###
32
+ * **Beautiful Design** - First thing you notice when you try our addons - focus on details and unmatched design for a product of this kind. Our work has been featured on leading sites for web design - AWWWARDS, Dribbble, TheBestDesigns, Envato, and Colorlib.
33
+ * **Ease of Use** - We don't overwhelm you with plain-looking elements forcing you to customize endlessly to achieve the desired look. Instead, we bundle elegant styles with each addon for you to pick and choose, styles that don't require extensive customization.
34
+ * **Fast Loading** - Along with a focus on design and usability, performance is core to the success of this addons plugin. We try to avoid features bloat by bundling essential styles and widgets.
35
+ * **Quality Code** - With over 8 experience with WordPress development, we care to deliver a quality product.
36
+ * **Mobile Optimized** - All Elementor extensions are well tested on devices of all sizes. Usability and ease of use are important to us.
37
+ * **Regular Updates** - We frequently update our product with new features, tweaks, and bug fixes. The premium Livemesh Addons for Elementor plugin has seen 22 releases in the last 12 months alone.
38
+ * **Proven Support** - Having served **over 14,620+ paid customers**, we have the expertise to stand behind our product and fix issues or answer queries.
39
+ * **Enhance Theme** - No need to switch to a premium theme to get new features. We have got everything covered here with premium elements.
40
 
41
  The plugin comes with the following Elementor addons or extensions. <strong>Almost all of the elements come with a dark version.</strong> -
42
 
43
+ * **<a href="https://livemeshelementor.com/portfolio-grid/" title="Portfolio Grid Addon">Portfolio Grid addon</a>** that displays portfolio entries in a nice responsive grid. Masonry and packed options are supported. **Comes with support for custom skin and custom grid using Theme Builder Templates part of Elementor PRO.**
44
+ * **<a href="https://livemeshelementor.com/posts-grid/" title="Posts Grid Extension">Blog Posts Grid</a>** that displays blog post entries in a nice responsive grid. Masonry and packed options are supported. **Comes with support for custom skin and custom grid using Theme Builder Templates part of Elementor PRO.**
45
+ * **<a href="https://livemeshelementor.com/posts-carousel/" title="Posts Carousel Extension">Post Carousel extension</a>** that displays your posts as a highly responsive carousel. Comes with support for custom skin using Theme Builder templates part of Elementor PRO.
46
+ * **<a href="https://livemeshelementor.com/team-member-profiles/" title="Team Profiles Addon">Team Profiles</a>** extension to display all the team members.
47
+ * **<a href="https://livemeshelementor.com/odometer-counters/" title="Odometer/Counters Extension">Odometers/Counters</a>** to show impressive numbers pertaining to your work or company.
48
+ * **<a href="https://livemeshelementor.com/progress-bars/" title="Bar Charts">Bar charts addon</a>** to capture skills or any type of percentage stats.
49
+ * **<a href="https://livemeshelementor.com/piecharts/" title="Piecharts Extension">Animated Pie charts</a>** for visual depiction of percentage stats.
50
+ * **<a href="https://livemeshelementor.com/testimonials/" title="Testimonials Addon">Testimonials</a>** to tell everyone the good things you often hear from your clients/customers.
51
+ * **<a href="https://livemeshelementor.com/testimonial-slider/" title="Testimonial Slider Addon">Testimonials slider</a>** is a responsive touch enabled slider that cycles through testimonials.
52
+ * **<a href="https://livemeshelementor.com/generic-carousel/" title="Generic Carousel Addon">Generic Carousel</a>** element that displays lets you present a list of HTML content in a carousel.
53
+ * **<a href="https://livemeshelementor.com/clients-module/" title="Clients List Element">Clients List</a>** extension to showcase the clients that you have handled.
54
+ * **<a href="https://livemeshelementor.com/pricing-table/" title="Pricing Table Extension">Pricing Plans</a>** to help get more sales.
55
+ * **<a href="https://livemeshelementor.com/services/" title="Services Extension">Services</a>** that capture what you can offer for your clients/customers.
56
+ * **Heading styles** to capture effective headings for your page sections.
57
+ * **Tab Slider addon** which showcases a touch-friendly, responsive tab slider.
58
+
59
+
60
+ The **<a href="https://livemeshelementor.com/" title="Livemesh Addons for Elementor Premium" target="_blank">Premium version</a>** of the plugin comes with additional addons and advanced features added to elements above -
61
+
62
+
63
+ * **<a href="https://livemeshelementor.com/posts-block/" title="Posts Block Addon">Posts Block</a>** to help present your blog posts, events, news items or portfolio in a dozen creative ways. Comes with AJAX filtering, pagination, and load more features to help visitors navigate your entire collection of blog posts or custom post types and their categories without reloading the page. This is the most powerful posts widget for Elementor for blogs, magazines, and news websites.
64
+ * **<a href="https://livemeshelementor.com/portfolio-grid-pro/" title="Posts Grid">Advanced Grid with Lazy Load</a>** - The portfolio/post grid and image gallery addons incorporate option to lazy load posts/images with the click of a Load More button or auto load on scroll **(Infinite Scroll)**.
65
+ * **<a href="https://livemeshelementor.com/portfolio-grid-pro/" title="Posts Grid">Advanced Portfolio/Posts Grid with Pagination</a>** - Create a grid of posts or custom post types with AJAX based pagination support. Supports both numbered pagination and next/prev navigation.
66
+ * **<a href="https://livemeshelementor.com/image-gallery/" title="Image Gallery Addon">Image Gallery</a>** addon that lets you create a grid of images with options for masonry or fit rows, pagination, lazy load, load on scroll/infinite scroll, lightbox support etc.
67
+ * **<a href="https://livemeshelementor.com/video-gallery/" title="Video Gallery Addon">Video Gallery</a>** to build a beautiful grid of videos to help showcase a collection of YouTube/Vimeo and self-hosted HTML5 videos(MP4/WebM) on your site.
68
+ * **<a href="https://livemeshelementor.com/gallery-carousel/" title="Image Carousel">Image Carousel</a>** for a responsive carousel of images.
69
+ * **<a href="https://livemeshelementor.com/gallery-carousel/" title="Video Carousel">Video Carousel</a>** for creation of a responsive carousel of YouTube/Vimeo and self-hosted HTML5(MP4/WebM) videos.
70
+ * **<a href="https://livemeshelementor.com/twitter-grid/" title="Twitter Grid Addon">Twitter Grid</a>** that talks to the Twitter API to help showcase tweets on your site with load more option. Comes with 3 elegant built-in styles.
71
+ * **<a href="https://livemeshelementor.com/youtube-grid/" title="YouTube Grid Addon">YouTube Grid</a>** to display a collection of YouTube videos obtained from YouTube API given a Channel ID, PlayList ID, or a list of Video IDs. Load More option is provided.
72
+ * **<a href="https://livemeshelementor.com/vimeo-grid/" title="Vimeo Grid Addon">Vimeo Grid</a>** to help showcase a collection of Vimeo videos obtained using Vimeo API given a User ID, Channel ID, Album ID, or a Group ID. Load More option is provided.
73
+ * **<a href="https://livemeshelementor.com/woocommerce-grid/" title="WooCommerce Grid Addon">WooCommerce Grid</a>** is an enhancement of Posts Grid addon that lets you capture details of WooCommerce products like name, price, rating, add to cart, add to wish list etc. Comes with a **Quick View option** to display product details in a modal window.
74
+ * **<a href="https://livemeshelementor.com/tabs/" title="Tabs Addon">Responsive Tabs</a>** that function seamlessly across all devices and resolutions. **The plugin features never before choice of over dozen horizontal/vertical styles of tabs to choosen from**. Hot linking to tabs is supported from external pages/sites.
75
+ * **<a href="https://livemeshelementor.com/accordion/" title="Accordion Module">Accordion/Toggle</a>** that capture collapsible content panels when space is limited.
76
+ * **<a href="https://livemeshelementor.com/sliders/" title="Image Slider Extension">Image Slider</a>** to create a responsive slider of images with support for captions, multiple slider types like Nivo, Flex, Slick and lightweight sliders, thumbnail navigation etc.
77
+ * **<a href="https://livemeshelementor.com/faq-element/" title="FAQ Element">FAQ element</a>** to display a set of Frequently Asked Questions in a page.
78
+ * **<a href="https://livemeshelementor.com/features/" title="Features Addon">Features Addon</a>** for showcasing product features or services provided by an agency/business.
79
+ * **<a href="https://livemeshelementor.com/buttons/" title="Buttons">Flat style buttons</a>** with rich set of customization options.
80
+ * **<a href="https://livemeshelementor.com/icon-lists/" title="Icon List element">Icon list addon</a>** that lets you use either images or icon fonts to create custom social icons list, capture payment options etc.
81
+ * **<a href="https://livemeshelementor.com/services-advanced/" title="Advanced Services">Advanced Services</a>** with additional styles and animations for services addon.
82
+ * **Lightbox Support** - The premium version comes with support for Lightbox for grid and carousel addons. Lightbox with features like thumbnails, full screen, direct linking to images, social sharing, touch controls, etc.
83
+ * **Customizations** - Ability to choose the custom font size, color or hover color for certain addons. More coming.
84
+ * **Custom Animations** - Choose from over <strong>40+ animations</strong> for most addon elements (excludes sliders, carousels and grid). The animations display on user scrolling to the element or when the element becomes visible in the browser window.
85
+ * **Premium Support** - The customers will have access to a support portal with queries attended to within 24 hours.
 
 
 
86
 
87
  You can view the change log for the Premium version of the plugin at <a href="https://livemeshelementor.com/change-log/" title="Livemesh Addons for Elementor Premium Change Log" target="_blank">https://livemeshelementor.com/change-log/</a>.
88
 
89
+ ### Who Can Benefit From Livemesh Addons? ###
90
+
91
+ #### Livemesh Addons for Elementor is great for: ####
92
+ ✔ Blogs
93
+ ✔ Single Page marketing websites
94
+ ✔ Businesses
95
+ ✔ Local Businesses
96
+ ✔ Artists & Photographers
97
+ ✔ Video content marketers
98
+ ✔ WooCommerce sites
99
+ ✔ Niche websites
100
+ ✔ Or any WordPress Website
101
+
102
+ == Dynamic Content widgets ==
103
+ **Know the power of this plugin to be able to create dynamic content widgets, leveraging the Elementor PRO theme builder.** Almost any type of dynamic content widgets can be crafted by leveraging the power of Elementor Page Builder in our Posts Grid and Posts Carousel modules. Possibilities are literally endless. -
104
+ * Posts Grid items support 'Custom Grid' and 'Custom Skin' options that help create your own custom posts grid and/or custom posts grid item using theme builder templates in Elementor PRO. **One can design custom grid layout and create custom skins for grid items using just the drag and drop widgets functions in Elementor PRO.**
105
+ * The Posts Carousel items support 'Custom Skin' using which you can design your own posts carousel with the help of theme builder templates. Designing a custom skin for posts carousel items is now as easy as dragging and dropping of page builder extensions in Elementor PRO.
106
+ * Using Elementor Page Builder, you can design custom skin for Posts Carousel and Posts Grid items with your choice of post fields and their arrangement.
107
+ * You can choose separate Skin Templates for the individual items within a Posts Grid. A single Posts Grid can feature disparate set of grid items that leverage separate skins of their choice.
108
+ * For Posts Carousel and Posts Grid, you can use any custom post type with custom fields(including those custom fields created using ACF/Pods/Toolset plugins).
109
+ * **Using just the drag and drop widgets functions in Elementor, one can design custom sliders/carousels and grids of Events, Staff/Team, Features/Services, Testimonials, Educational Courses/Classes, Food Menu items, Food Recipes, Portfolio items, Posts etc. by leveraging the custom grid and grid item templates feature built into Posts Carousel and Posts Grid widgets.** Possibilities for building custom carousels and grids are literally endless with dynamic content and page building experience provided by Elementor and data provided by custom post types created using plugins like ACF/Pods/Toolset.
110
+ * To help build custom skins and custom grids for Posts Carousel and Posts Grid extensions, the plugin defines two theme builder template locations named Livemesh Item and Livemesh Grid.
111
+
112
+ [youtube https://www.youtube.com/watch?v=C__2o2U-s5E]
113
+
114
+ ### List of Livemesh Elementor Addons PRO/Premium Features ###
115
+
116
+ * Clean & Simple User Interface
117
+ * **Optimal Settings Pre-Selected**
118
+ * **The Best Posts Grid, Posts Block, and Posts Carousel for Elementor**
119
+ * Using the Grid element, you can construct a portfolio of your work/services/products.
120
+ * **AJAX pagination** support with the ability to seamlessly handle a large number of pages.
121
+ * **Load more, Load on Scroll (infinite Scroll), and Next Prev** navigation available as other modes for AJAX-based posts navigation.
122
+ * **AJAX based category/taxonomy filters**. Helps users navigate the entire collection of blog posts or custom post types and their categories without reloading the page.
123
+ * Responsive filters which collapse as screen/device size reduces.
124
+ * **Infinite customization** and support for custom skin with Elementor Theme Builder templates
125
+ * **More than 15 built-in styles** that are carefully thought-out
126
+ * Almost a dozen built-in Posts Block styles for blogs, news, and magazine-style websites
127
+ * 6 different Posts Grid styles to present your blog posts/portfolio items or any custom post type and 7 different styles for the header.
128
+ * Built-in cache for performance of filtering, pagination, load more.
129
+ * Easy customization - Almost all display elements can be turned off/on
130
+ * For lightbox, click anywhere on the image. If a destination URL is specified for the gallery item, the lightbox can be opened by clicking on an icon.
131
+ * Advanced features like touch/swipe controls, pinch out/in, double-tap, keyboard navigation, full screen, thumbnails, social media sharing, hardware-accelerated animations, direct linking supported with lightbox.
132
+ * **WooCommerce Support** – Now you can create a grid of WooCommerce products and display details of WooCommerce products like name, price, rating, add to cart, add to wish list, etc. It comes with a quick view option to display product details in a modal window.
133
+ * **The most feature-rich Image/Video Gallery and Image/Video Slider/Carousel for Elementor**
134
+ * Gallery module with support for images, YouTube/Vimeo, and HTML5 self-hosted videos
135
+ * Gallery Carousel/Slider module for images, YouTube/Vimeo, and HTML5 self-hosted videos
136
+ * **Showcase a collection of YouTube, Vimeo, or MP4/WebM videos** using the video gallery addon element. Quite handy for video tutorial sites, video bloggers, or any studio with a substantial amount of video content.
137
+ * Tags with support for AJAX-based filtering of videos by tags. 7 different styles for the header with filters.
138
+ * **Advanced features like pagination, lazy load through a load more button, lazyload with load on scroll (infinite scroll).**
139
+ * The video opens up in a popup lightbox window when the play on the placeholder image is clicked. Alternatively, you can choose to display inline responsive YouTube, Vimeo, and MP4/WebM videos.
140
+ * Advanced features like touch/swipe controls, pinch out/in, double-tap, keyboard navigation, full screen, thumbnails, social media sharing, hardware-accelerated animations, direct linking supported with lightbox.
141
+ * Use custom thumbnail or the YouTube/Vimeo video thumbnail is automatically obtained from the service provider.
142
+ * **7 header styles and 3 skins for the display of image/video gallery items.**
143
+ * Built-in cache support for pagination to enhance performance.
144
+ * **YouTube Gallery** that talks to official YouTube API to display videos automatically from YouTube
145
+ * Display a collection of YouTube videos obtained from YouTube API given a Channel ID, Playlist ID, or a list of Video IDs. Quite handy for video tutorial sites, video bloggers, or any studio with a substantial amount of video content.
146
+ * **Display videos in YouTube Grid given a Channel ID, Playlist ID, or a list of video IDs**.
147
+ * Display title, excerpt, channel name/avatar, posted date, duration, views/likes/comments count of YouTube videos, as provided by YouTube API.
148
+ * **Display YouTube channel header** with information like channel name, banner, avatar, channel stats, and channel description, as provided by YouTube API.
149
+ * **Load More function for paginated display of YouTube videos.**
150
+ * **Vimeo Gallery** that connects to Vimeo Developer API to display videos automatically from Vimeo.
151
+ * Showcase a collection of Vimeo videos obtained using Vimeo API given a User ID, Channel ID, Album ID, or a Group ID. Quite handy for video tutorial sites, video bloggers, or any studio with a substantial amount of video content.
152
+ * **Display videos in Vimeo Grid given a User ID, Channel ID, Album ID, or a Group ID**.
153
+ * A large number of sort options for the display of videos like alphabetical, posted date, modified date, view count, number of likes, comments number, and video duration.
154
+ * Display title, excerpt, user account name/avatar, categories, posted date, duration, views/likes/comments count of Vimeo videos, as provided by Vimeo API.
155
+ * **Display Vimeo user account header** with information like account name, logo, website, location, account stats, and account description, as provided by Vimeo API.
156
+ * **Load More function for paginated display of Vimeo videos**.
157
+ * **Twitter Grid** - Display your tweets like never before. Support for user timeline, user favorites, tweets by search, and user lists.
158
+ * 3 beautiful skins for the display of the Twitter grid.
159
+ * Open images in a lightbox and display tweet text in a lightbox.
160
+ * Fully responsive with extensive customization options – decide what to display and how to display tweet elements.
161
+ * Load more via AJAX option.
162
+ * Built-in cache for tweets to avoid rate limiting of Twitter API.
163
+ * **Display tweets from user timeline, user favorites, user lists or display tweets by a search term**.
164
+ * **Tabs** - A total of 10 finely designed styles are supported by the tabs function of the plugin. The count would be 20 styles if you consider the dark versions. There is simply no other plugin or theme that supports so many elegant styles for tabs.
165
+ * Tabs can be of two types – vertical and regular horizontal style tabs.
166
+ * The tabs are designed to work well in all device resolutions without sacrificing usability. The responsive mode of the tab can be triggered at certain mobile resolution. This mobile resolution value can be customized by the user.
167
+ * For styles that support icons, the choice of displaying a font icon or an icon image along with the tab title is supported.
168
+ * Dark version is supported for all 10 styles of tabs for use in dark backgrounds.
169
+ * Direct linking to specific tabs from other pages or external sites
170
+ * **WooCommerce Grid** - Display AJAX powered grid of WooCommerce products. Handy for e-commerce sites.
171
+ * WooCommerce support for Posts Grid. You can now create an AJAX powered grid of products with all details relevant to products captured as part of the grid – alternate image, product name, sale price, rating, add to cart button, sale indicator, add to wish list, etc.
172
+ * Two new styles to the Posts Grid exclusive to WooCommerce products.
173
+ * Can leverage the 7 header styles part of Posts Grid for **AJAX based product filtering**
174
+ * **Quick view option for WooCommerce products.** You can now view all major details of a product in a modal window without leaving the page housing the WooCommerce grid.
175
+ * **Pagination, Load More, and Load on Scroll function for paginated display of WooCommerce products.**
176
+ * **Image Slider**- A responsive slider of images with extensive options to customize the function and presentation of the slider. Comes with a choice of Nivo, Flex, Slick, and lightweight Responsive sliders.
177
+ * **Disable addons that you do not use for better performance**
178
+ * **Elementor Dynamic content support**
179
+ * **Beautiful design for all widgets and their styles/skins. Elementor modules designed and developed with exceptional attention to detail**
180
+ * **Detailed Documentation**
181
+
182
+
183
  == Installation ==
184
 
185
  1. Install and activate the Elementor page builder.
187
 
188
  4. For Portfolio element, install and activate the <strong>optional plugin</strong> <a href="https://wordpress.org/plugins/portfolio-post-type/" title="Portfolio Post Type">Portfolio Post Type plugin</a>. The Portfolio addon can be built using custom post type registered by this plugin.
189
 
190
+ For a more detailed explanation, check out our getting started guide
191
+
192
+ ☞ [**Getting started with Livemesh Addons For Elementor**](https://livemeshelementor.com/docs/livemesh-addons/getting-started/)
193
 
194
  == Support ==
195
 
201
 
202
  = Does it work with the theme that I am using? =
203
 
204
+ Our tests indicate that the elements work well with most themes that are well coded and that work with Elementor. You may need some minor custom CSS with themes that hijack the styling for heading tags by using !important keyword.
205
+
206
+ The demo site is best recreated with a theme that supports a full-width page template without sidebars. The elements can still be used in the pages of the default template.
207
+
208
+ Our plugin works well with popular themes for Elementor like [Hello Elementor](https://wordpress.org/themes/hello-elementor/), [Astra](https://wordpress.org/themes/astra/), [Ocean WP](https://wordpress.org/themes/oceanwp/) and [GeneratePress](https://wordpress.org/themes/generatepress/).
209
+
210
+ = Can I use Livemesh Addons for Elementor without Elementor? =
211
+
212
+ The **[Livemesh Addons for Elementor](https://livemeshelementor.com/)** is an addons plugin for Elementor with 30+ premium quality addons, 60+ Styles, and 100+ demo elements built specifically for Elementor and hence cannot be used without installing/activating Elementor on your site.
213
+
214
+ = Is Elementor PRO required to be activated for your plugin elements to run? =
215
+
216
+ None of our Elementor widgets (premium or free) require Elementor PRO to be activated on the site. However, in order to make use of custom skin and custom grid feature part of Posts Grid and Posts Carousel, you would need PRO version of Elementor since they rely on Theme Builder Templates features exclusive to Elementor PRO.
217
 
218
+ = Is your plugin compatible with other Elementor Addons? =
219
+
220
+ Yes of course. We ensure maximum compatibility with other Elementor Addons or Extensions.
221
+
222
+ = Does Livemesh Addons for Elementor work with Elementor Pro? =
223
+
224
+ Our plugin is tested to ensure that it integrates well with Elementor PRO. In fact, it leverages some of the Elementor PRO functions like the powerful theme templates function in [Elementor Theme Builder](https://elementor.com/features/theme-builder/) in its Posts Grid and Posts Carousel modules to provide infinitely customizable skins.
225
+
226
+ = Will your plugin affect the performance of my site? =
227
+
228
+ We run tests to ensure the speed of the site is not affected when you activate our Elementor addons. We provide a way for you to deactivate those Elementor modules that you do not require for your site to avoid loading them unnecessarily on the pages built with Elementor page builder.
229
 
230
  = How to enable the dark version for any element? =
231
 
235
 
236
  Pls install and activate the <a href="https://wordpress.org/plugins/portfolio-post-type/" title="Portfolio Post Type">Portfolio Post Type plugin</a> to enable custom post type Portfolio.
237
 
238
+ = Can I use Livemesh Addons for Elementor on a wordpress.com site? =
239
+
240
+ Since the plugin is hosted on wordpress.org, it is available on wordpress.com as well. However, you may need to opt for a business plan to install/activate third-party plugins on wordpress.com.
241
+
242
+ = We have a query not addressed here, how can we contact you? =
243
+
244
+ Email us at support[at]livemeshthemes.com and we will be happy to assist you.
245
+
246
  == Screenshots ==
247
  1. Live Demo of Elementor Addons
248
  2. Livemesh Addons for Elementor appearing in the sidebar window of the page builder.
255
 
256
 
257
 
258
+ = 4.6 =
259
+ * Added – The plugin Elementor modules now point to the online docs
260
+ * Updated - Readme.txt file for latest features and additions to the plugin
261
+
262
  = 4.5 =
263
+ * Added – Online documentation with help pages for all the recent Elementor addons/enhancements added to the plugin.
264
+ * Updated - The WP admin menu for the plugin renamed to Livemesh Addons from Elementor Addons
265
 
266
  = 4.4 =
267
+ * Added - Option to disable featured image for posts in posts carousel addon
268
  * Added - Custom icons for almost all elementor addons part of this plugin
269
  * Updated - Freemius SDK 2.4.1 with License White-Label Update, WP 5.5. jQuery Compatibility, Auto-Updates UI Integration, and more!
270
 
271
  = 4.3.1 =
272
+ * Added - Smooth height option to Testimonials Slider addon for Elementor
273
 
274
  = 4.3 =
275
  * Added - Touch enabled, responsive Tab Slider widget for Elementor
276
  * Added - Three default styles for Tab Slider widget
277
  * Added - Extensive customization options for Tab Slider elements
278
+ * Added - Ability to deactivate Tab Slider addon in the Settings window
279
  * Added - Ability to use icons or images for titles of tab slider
280
 
281
  = 4.2 =
282
+ * Fixed - The message prompting for the custom grid template not fully visible
283
  * Fixed - The drop indicator for grid items in Livemesh Grid templates displayed incorrectly
284
+ * Added - Styling for error messages prompting the user to choose Custom Skin and Custom Grid Elementor theme builder templates
285
  * Updated - Freemius SDK 2.4.0
286
 
287
  = 4.1.1 =
288
+ * Added - Adaptive height option for single slide Posts Carousel addon
289
  * Fixed - Class does not exist error when registering document types
290
 
291
  = 4.1.0 =
294
 
295
  = 4.0.0 =
296
  * Added - Choice of 'Custom Skin' and 'Custom Grid' for posts grid items to design your custom posts grid and/or custom posts grid item using theme builder templates in Elementor PRO. You can now create custom skins for grid items and also create custom grid layout via drag and drop of page builder elements in Elementor.
297
+ * Added - Choice of 'Custom Skin' for posts carousel items with the ability to use theme builder templates for designing your own posts carousel. The custom skins for posts carousel items can now be designed via drag and drop of page builder elements in Elementor.
298
+ * Added - Design custom skin for items of Posts Carousel and Posts Grid with custom choice of fields and their arrangement using the Elementor page builder.
299
+ * Added - Ability to choose separate Skin Templates for individual items within a Posts Grid. A single Posts Grid can now feature a disparate set of grid items which utilize individual skins of their choice.
300
  * Added - Ability to use any custom post type with custom fields(including ACF/Pods/Toolset) for Posts Grid and Posts Carousel items.
301
+ * Added - You can now drag and drop widgets in Elementor to build custom carousels/sliders and grids of Services, Events, Features, Team, Testimonials, Posts Grid, Posts Carousels, etc. by utilizing the custom grid and grid item templates feature built into Posts Carousel and Posts Grid widgets. Possibilities for building custom carousels and grids are endless with dynamic widgets and page building experience provided by Elementor and data provided by custom post types and ACF/Pods/Toolset plugins.
302
  * Added - Added two theme builder template locations Livemesh Item and Livemesh Grid to help build custom grids and custom skins for posts grid and posts carousel widgets
303
  * Fixed - The posts carousel does not show arrow navigation controls on smartphones
304
  * Fixed - Handle lazy load feature part of WP 5.5
308
  * Added - Options to turn off/on title and taxonomy terms displayed on posts carousel thumbnail
309
  * Added - Open in new window option for post links in posts carousel and posts grid
310
  * Added - Ability to add read more link for the posts carousel and posts grid
311
+ * Added - Styling for the read-more link for the posts carousel
312
  * Fixed - The posts carousel item element would populate wrong style classes
313
  * Fixed - The WP filters/hooks in posts carousel received page id as post id
314
 
315
  = 2.9.9 =
316
+ * Fixed - The posts carousel and posts grid Elementor modules can cause errors when the taxonomy terms are missing.
317
 
318
  = 2.9.7 =
319
  * Tweak - Enabled lazy load for all the widgets except for the Posts Grid addon. Posts Grid utilizes the popular Isotope library for laying out grid elements and Isotope library is not compatible with lazy loading of images.
323
  * Added - The Posts Grid, Posts Carousel addons are now compatible with most of the popular lazy load plugins.
324
 
325
  = 2.9.4 =
326
+ * Updated - Freemius SDK 2.3.1 with white-label mode, URL whitelisting, and other features and bug fixes.
327
+ * Fixed - The social icons were not being displayed for team member profiles part of the Team Member widget for Elementor.
328
 
329
  = 2.8 =
330
  * Added - RTL Support for ALL modules.
331
+ * Added - The grid items on all relevant modules like Posts Grid, Testimonials, Services, Pricing Table, Clients, Stats, Team Members, etc. are now displayed from right to left on RTL sites.
332
  * Fixed - Sliders and Carousels including Posts Carousel do not display slide content on RTL sites.
333
 
334
  = 2.7.5 =
336
  * Added - Support for FontAwesome 5 Icon Library in all relevant modules where icons are used.
337
 
338
  = 2.7.4 =
339
+ * Added - Support for external page link in services and team member Elementor modules.
340
+ * Added - Missing dark background styles for Services and Team Elementor modules.
341
 
342
  = 2.7.3 =
343
+ * Fixed - The Taxonomy Chosen dropdown displaying superfluous taxonomies in the dropdown for Posts Grid.
344
  * Fixed - Some taxonomies and/or their terms missing from taxonomy terms selection in query builder of Posts Grid and Posts Carousel.
345
  * Fixed - Not able to sort the filters of the Posts Grid with taxonomy reordering plugins.
346
 
349
  * Updated - Freemius to 2.3.0.
350
 
351
  = 2.7 =
352
+ * Added - Plugin is now fully compatible with the WPML plugin.
353
+ * Added - All of our addons are now translatable using the WPML plugin.
354
  * Added - Offset support for Posts Grid/Portfolio and Posts Carousel modules.
355
 
356
  = 2.6.2 =
380
  * Fixed - Incompatibility with some themes which load waypoints JS script.
381
 
382
  = 2.3 =
383
+ * Added - Extensive support for filters and templates to enable users to customize the output generated by the Elementor addons. You can now create a template file in the elementor-addons folder in your child theme to customize the addons HTML or use filters to customize output generated by the addons.
384
  * Updated - Documentation providing information on how to use templates and filters to customize the plugin addons
385
 
386
  = 2.2 =
387
  * Fixed - Incompatibility with certain themes due to different versions of waypoints scripts being used.
388
 
389
  = 2.1 =
390
+ * Fixed - Certain widgets/addons like pricing, carousel, services raised errors when the 'Add Item' button was pressed to add items. Errors are seen with the latest version of Elementor.
391
  * Fixed - Deprecated warning on checkbox control.
392
 
393
  = 2.0.2 =
397
  * Fixed - Bug fixes.
398
 
399
  = 2.0 =
400
+ * Added - Image size options for all relevant Elementor extensions.
401
  * Added – New simpler grid system for all elements that use grid.
402
+ * Added – Seamless control of the number of columns at all device resolutions for all those elements that involve grid – posts/portfolio grid, clients, services, testimonials, team, charts, pricing table, etc.
403
+ * Added - Sample animations for services, clients, testimonials, team, and pricing table.
404
 
405
  = 1.6 =
406
  * Added – Compatibility with Elementor and Elementor PRO 2.
407
  * Added - Dynamic field connections for most widgets supported by Elementor 2.
408
+ * Updated - Removed Livemesh prefix from all elements. For example, Livemesh Services is now named Services, Livemesh Tabs is now Tabs, Livemesh Grid is now Posts Grid, etc.
409
  * Added - Ability to specify client name in HTML for additional formatting.
410
  * Updated - Waypoints script with new API for handling events on scroll
411
+ * Fixed - Some themes can break animations and report script errors for elements like piecharts, odometers, progress bars, etc.
412
 
413
  = 1.5.4 =
414
+ * Fixed – Posts Grid columns can break in certain resolutions in Firefox.
415
  * Fixed - The piechart value is not being rounded.
416
+ * Fixed - The post grid and posts carousel date format not reflecting the user preference specified in the Settings page.
417
 
418
  = 1.5.3 =
419
  * Fixed - Next Previous buttons of carousels would not show up in certain installations due to conflicts with base slick carousel styles
420
 
421
  = 1.5.2 =
422
+ * Fixed – Categories or taxonomy terms repeat when specific taxonomy terms/categories are chosen in the query window
423
 
424
  = 1.5.1 =
425
  * Fixed – Some themes have trouble rendering grid columns
439
  * Updated - Compatibility with WordPress 4.9 version
440
 
441
  = 1.3 =
442
+ * Added - Extensive customization options including typography, color, and other styling options for all addons/modules
443
+ * Fixed - The lightbox image was smaller than the uploaded size
444
+ * Fixed - Service icons would show up even when the 'None' option was chosen
445
 
446
  = 1.2.1 =
447
+ * Fixed - Translations not working with default files provided by the plugin
448
  * Fixed - The client images would show up misaligned and with additional padding in certain sites
449
 
450
  = 1.2 =
451
+ * Fixed - The portfolio grid Elementor addon leaves an empty space on the top when no heading is specified and when no taxonomy filters are specified
452
  * Fixed - In a few installations, the grid elements may not occupy full width between 769px to 800px device resolutions
453
+ * Fixed - The grid raised a warning when certain taxonomies are chosen in the grid settings.
454
  * Credit - Big thanks to user Axel for finding ALL these bugs that I could not have found myself.
455
 
456
  = 1.1 =
457
+ * Fixed - Links in a few Elementor addons were showing even when no link URL was specified
458
  * Fixed - A few addons would wrap around and move outside of the editor container
459
+ * Fixed - Odometers, Piecharts, and Bar Charts Elementor extensions would not show up for preview in the editor
460
+ * Fixed - Links in few addons would not take into consideration the setting to open URL in new window
461
+ * Fixed - The posts carousel would not show up on mobile devices
462
  * Fixed - The posts carousel dots navigation was not clickable
463
  * Fixed - The posts carousel would not expand beyond 960px in width
464
+ * Fixed - Some Elementor addons having a strange grey background in elementor editor
465
 
466
  = 1.0 =
467
  * Initial release.
468
+
469
+
470
+ == Upgrade Notice ==
471
+
472
+ = 4.0.0 =
473
+ A major update. Make a backup of your database before upgrading.