Version Description
- Fixed - Translation of published date on the grid.
- Fixed - Shortcodes not being processed in hero header widget.
- Updated - Documentation for the widgets.
Download this release
Release Info
Developer | livemesh |
Plugin | Livemesh SiteOrigin Widgets |
Version | 1.4.6 |
Comparing to | |
See all releases |
Code changes from version 1.4.5 to 1.4.6
- admin/views/documentation.php +33 -0
- admin/views/premium-upgrade.php +48 -1
- admin/views/settings.php +5 -1
- includes/helper-functions.php +4 -1
- includes/widgets/lsow-hero-image-widget/tpl/default.php +1 -1
- livemesh-so-widgets.php +2 -2
- readme.txt +10 -3
admin/views/documentation.php
CHANGED
@@ -89,6 +89,7 @@ else {
|
|
89 |
<li><a href="#image-video-gallery">Image/Video Gallery – <span class="pro-feature">Pro!</span></a></li>
|
90 |
<li><a href="#image-video-carousel">Image/Video Carousel – <span class="pro-feature">Pro!</span></a></li>
|
91 |
<li><a href="#faq-widget">FAQ Widget - <span class="pro-feature">Pro!</span></a></li>
|
|
|
92 |
|
93 |
</ul>
|
94 |
<h3 id="getting-started">Getting Started<a class="back-to-top" href="#panel"><span
|
@@ -1116,6 +1117,30 @@ else {
|
|
1116 |
<p>Do note that the Accordion function of the plugin too can be used to create a nicely formed FAQ for a
|
1117 |
site.</p>
|
1118 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1119 |
<hr>
|
1120 |
<h3 id="plugin-support">Plugin Support</span><a class="back-to-top" href="#panel"> Back to top</a></h3>
|
1121 |
<p>If you have queries or issues to report related to the plugin, feel free to contact us via our dedicated support forum.</p>
|
@@ -1249,6 +1274,14 @@ else {
|
|
1249 |
<!-- Updates panel -->
|
1250 |
<div id="updates-panel" class="panel-left">
|
1251 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1252 |
<h4>1.4.5</h4>
|
1253 |
|
1254 |
<ul>
|
89 |
<li><a href="#image-video-gallery">Image/Video Gallery – <span class="pro-feature">Pro!</span></a></li>
|
90 |
<li><a href="#image-video-carousel">Image/Video Carousel – <span class="pro-feature">Pro!</span></a></li>
|
91 |
<li><a href="#faq-widget">FAQ Widget - <span class="pro-feature">Pro!</span></a></li>
|
92 |
+
<li><a href="#features-widget">Features Widget - <span class="pro-feature">Pro!</span></a></li>
|
93 |
|
94 |
</ul>
|
95 |
<h3 id="getting-started">Getting Started<a class="back-to-top" href="#panel"><span
|
1117 |
<p>Do note that the Accordion function of the plugin too can be used to create a nicely formed FAQ for a
|
1118 |
site.</p>
|
1119 |
|
1120 |
+
<hr>
|
1121 |
+
<h3 id="features-widget">Features- <span class="pro-feature">Pro!</span><a class="back-to-top" href="#panel"> Back to top</a></h3>
|
1122 |
+
<p><img class="alignnone size-large" src="http://portfoliotheme.org/wp-content/uploads/plugin-doc/livemesh-widgets/features-widget.jpg" alt="Features Widget"></p>
|
1123 |
+
|
1124 |
+
<p>Features widget lets you showcase a number of things. Below are some examples although possibilities are many - </p>
|
1125 |
+
|
1126 |
+
<ul>
|
1127 |
+
<li>Features of a product like a mobile app or other types of software.</li>
|
1128 |
+
<li>Showcase features provided by an online service or a tool.</li>
|
1129 |
+
<li>List a set of services an agency or organization may provide.</li>
|
1130 |
+
<li>Describe any type of physical or digital goods you are trying to sell.</li>
|
1131 |
+
</ul>
|
1132 |
+
|
1133 |
+
<p><img class="alignnone size-large" src="http://portfoliotheme.org/wp-content/uploads/plugin-doc/livemesh-widgets/features-edit.png" alt="Features Widget Edit Window"></p>
|
1134 |
+
|
1135 |
+
<p>Any feature part of the features widget requires you input an icon image or a screeshot which
|
1136 |
+
represents the feature you are describing. Aside from the icon or screenshot, you will need to
|
1137 |
+
provide details like heading title, subtitle and description of the feature.</p>
|
1138 |
+
|
1139 |
+
<p>The features widget has an option to apply popular tile-based design to the features list (screenshot
|
1140 |
+
below). The examples of this is seen in the demo site showcasing the features widget.</p>
|
1141 |
+
|
1142 |
+
<p><img class="alignnone size-large" src="http://portfoliotheme.org/wp-content/uploads/plugin-doc/livemesh-widgets/features-widget2.jpg" alt="Tiled Features Widget"></p>
|
1143 |
+
|
1144 |
<hr>
|
1145 |
<h3 id="plugin-support">Plugin Support</span><a class="back-to-top" href="#panel"> Back to top</a></h3>
|
1146 |
<p>If you have queries or issues to report related to the plugin, feel free to contact us via our dedicated support forum.</p>
|
1274 |
<!-- Updates panel -->
|
1275 |
<div id="updates-panel" class="panel-left">
|
1276 |
|
1277 |
+
<h4>1.4.6</h4>
|
1278 |
+
|
1279 |
+
<ul>
|
1280 |
+
<li>Fixed - Translation of published date on the grid.</li>
|
1281 |
+
<li>Fixed - Shortcodes not being processed in hero header widget.</li>
|
1282 |
+
<li>Updated - Documentation for the widgets.</li>
|
1283 |
+
</ul>
|
1284 |
+
|
1285 |
<h4>1.4.5</h4>
|
1286 |
|
1287 |
<ul>
|
admin/views/premium-upgrade.php
CHANGED
@@ -105,6 +105,13 @@ $plugin = get_plugin_data(LSOW_PLUGIN_FILE);
|
|
105 |
</div>
|
106 |
</div>
|
107 |
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
<li><span class="help dashicons dashicons-editor-help"></span>
|
109 |
<div class="text">Advanced Image Slider</div>
|
110 |
<div class="tooltip hide">
|
@@ -136,6 +143,12 @@ $plugin = get_plugin_data(LSOW_PLUGIN_FILE);
|
|
136 |
<div><p>Perfect for showcasing a select collection of videos with filters, tags, external links, labels, touch/swipe/mouse drag/click navigation, paging and lightbox support. <a target="_blank" href="http://portfoliotheme.org/siteorigin-widgets/gallery-carousel/">Live Demo</a></p></div>
|
137 |
</div>
|
138 |
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
<li><span class="help dashicons dashicons-editor-help"></span>
|
140 |
<div class="text">Dedicated Support Forum</div>
|
141 |
<div class="tooltip hide">
|
@@ -221,6 +234,13 @@ $plugin = get_plugin_data(LSOW_PLUGIN_FILE);
|
|
221 |
<p>Choose from 500+ fonts from Google for Headings and Hero Header widgets. More coming soon.</p>
|
222 |
</div>
|
223 |
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
224 |
<li>
|
225 |
<div class="dashicons dashicons-no-alt"></div>
|
226 |
<span class="m-feature m">Advanced Image Slider</span>
|
@@ -256,6 +276,13 @@ $plugin = get_plugin_data(LSOW_PLUGIN_FILE);
|
|
256 |
<p>Perfect for showcasing a select collection of videos with filters, tags, external links, labels, touch/swipe/mouse drag/click navigation, paging and lightbox support.</p>
|
257 |
</div>
|
258 |
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
259 |
<li>
|
260 |
<div class="dashicons dashicons-no-alt"></div>
|
261 |
<span class="m-feature m">Dedicated Support Forum</span>
|
@@ -342,6 +369,13 @@ $plugin = get_plugin_data(LSOW_PLUGIN_FILE);
|
|
342 |
<p>Choose from 500+ fonts from Google for Headings and Hero Header widgets. More coming soon.</p>
|
343 |
</div>
|
344 |
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
345 |
<li>
|
346 |
<div class="dashicons dashicons-yes"></div>
|
347 |
<span class="m-feature m">Advanced Image Slider</span>
|
@@ -377,6 +411,13 @@ $plugin = get_plugin_data(LSOW_PLUGIN_FILE);
|
|
377 |
<p>Perfect for showcasing a select collection of videos with filters, tags, external links, labels, touch/swipe/mouse drag/click navigation, paging and lightbox support.</p>
|
378 |
</div>
|
379 |
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
380 |
<li>
|
381 |
<div class="dashicons dashicons-yes"></div>
|
382 |
<span class="m-feature m">Dedicated Support Forum</span>
|
@@ -470,9 +511,11 @@ $plugin = get_plugin_data(LSOW_PLUGIN_FILE);
|
|
470 |
your site pages
|
471 |
such as those that feature events or under construction/coming soon pages.
|
472 |
</li>
|
473 |
-
<li><
|
474 |
page.
|
475 |
</li>
|
|
|
|
|
476 |
</ul>
|
477 |
|
478 |
<h3 id="item-description__features-overview">Additional Features</h3>
|
@@ -493,6 +536,10 @@ $plugin = get_plugin_data(LSOW_PLUGIN_FILE);
|
|
493 |
<li><strong>Custom Fonts</strong> - Ability to choose custom fonts from Google Fonts
|
494 |
library for headings in heading widget and the hero header widget.
|
495 |
</li>
|
|
|
|
|
|
|
|
|
496 |
<li><strong>Sample Data</strong> - Sample data that you can import into your site to get
|
497 |
started quickly on the widgets and some sample layouts.
|
498 |
</li>
|
105 |
</div>
|
106 |
</div>
|
107 |
</li>
|
108 |
+
<li><span class="help dashicons dashicons-editor-help"></span>
|
109 |
+
<div class="text">Animations</div>
|
110 |
+
<div class="tooltip hide">
|
111 |
+
<div><p>Choose from over <strong>40+ custom animations</strong> for most widgets (excludes sliders, carousels and grid).</p>
|
112 |
+
</div>
|
113 |
+
</div>
|
114 |
+
</li>
|
115 |
<li><span class="help dashicons dashicons-editor-help"></span>
|
116 |
<div class="text">Advanced Image Slider</div>
|
117 |
<div class="tooltip hide">
|
143 |
<div><p>Perfect for showcasing a select collection of videos with filters, tags, external links, labels, touch/swipe/mouse drag/click navigation, paging and lightbox support. <a target="_blank" href="http://portfoliotheme.org/siteorigin-widgets/gallery-carousel/">Live Demo</a></p></div>
|
144 |
</div>
|
145 |
</li>
|
146 |
+
<li><span class="help dashicons dashicons-editor-help"></span>
|
147 |
+
<div class="text">Features List</div>
|
148 |
+
<div class="tooltip hide">
|
149 |
+
<div><p>List the product features or services offered in style. <a target="_blank" href="http://portfoliotheme.org/siteorigin-widgets/features/">Live Demo</a></p></div>
|
150 |
+
</div>
|
151 |
+
</li>
|
152 |
<li><span class="help dashicons dashicons-editor-help"></span>
|
153 |
<div class="text">Dedicated Support Forum</div>
|
154 |
<div class="tooltip hide">
|
234 |
<p>Choose from 500+ fonts from Google for Headings and Hero Header widgets. More coming soon.</p>
|
235 |
</div>
|
236 |
</li>
|
237 |
+
<li>
|
238 |
+
<div class="dashicons dashicons-no-alt"></div>
|
239 |
+
<span class="m-feature m">Animations</span>
|
240 |
+
<div class="tooltip hide">
|
241 |
+
<p>Choose from over <strong>40+ custom animations</strong> for most widgets (excludes sliders, carousels and grid).</p>
|
242 |
+
</div>
|
243 |
+
</li>
|
244 |
<li>
|
245 |
<div class="dashicons dashicons-no-alt"></div>
|
246 |
<span class="m-feature m">Advanced Image Slider</span>
|
276 |
<p>Perfect for showcasing a select collection of videos with filters, tags, external links, labels, touch/swipe/mouse drag/click navigation, paging and lightbox support.</p>
|
277 |
</div>
|
278 |
</li>
|
279 |
+
<li>
|
280 |
+
<div class="dashicons dashicons-no-alt"></div>
|
281 |
+
<span class="m-feature m">Features List</span>
|
282 |
+
<div class="tooltip hide">
|
283 |
+
<p>Display a list the product features or services offered in style.</p>
|
284 |
+
</div>
|
285 |
+
</li>
|
286 |
<li>
|
287 |
<div class="dashicons dashicons-no-alt"></div>
|
288 |
<span class="m-feature m">Dedicated Support Forum</span>
|
369 |
<p>Choose from 500+ fonts from Google for Headings and Hero Header widgets. More coming soon.</p>
|
370 |
</div>
|
371 |
</li>
|
372 |
+
<li>
|
373 |
+
<div class="dashicons dashicons-yes"></div>
|
374 |
+
<span class="m-feature m">Animations</span>
|
375 |
+
<div class="tooltip hide">
|
376 |
+
<p>Choose from over <strong>40+ custom animations</strong> for most widgets (excludes sliders, carousels and grid).</p>
|
377 |
+
</div>
|
378 |
+
</li>
|
379 |
<li>
|
380 |
<div class="dashicons dashicons-yes"></div>
|
381 |
<span class="m-feature m">Advanced Image Slider</span>
|
411 |
<p>Perfect for showcasing a select collection of videos with filters, tags, external links, labels, touch/swipe/mouse drag/click navigation, paging and lightbox support.</p>
|
412 |
</div>
|
413 |
</li>
|
414 |
+
<li>
|
415 |
+
<div class="dashicons dashicons-yes"></div>
|
416 |
+
<span class="m-feature m">Features List</span>
|
417 |
+
<div class="tooltip hide">
|
418 |
+
<p>Display a list the product features or services offered in style.</p>
|
419 |
+
</div>
|
420 |
+
</li>
|
421 |
<li>
|
422 |
<div class="dashicons dashicons-yes"></div>
|
423 |
<span class="m-feature m">Dedicated Support Forum</span>
|
511 |
your site pages
|
512 |
such as those that feature events or under construction/coming soon pages.
|
513 |
</li>
|
514 |
+
<li><a href="http://portfoliotheme.org/siteorigin-widgets/services/" title="FAQ Widget" target="_blank">FAQ</a> - Create a set of Frequently Asked Questions for display in a
|
515 |
page.
|
516 |
</li>
|
517 |
+
<li><a href="http://portfoliotheme.org/siteorigin-widgets/features/" title="Features Widget" target="_blank">Features Widget</a> - Showcase product features or services provided by your agency/business.
|
518 |
+
</li>
|
519 |
</ul>
|
520 |
|
521 |
<h3 id="item-description__features-overview">Additional Features</h3>
|
536 |
<li><strong>Custom Fonts</strong> - Ability to choose custom fonts from Google Fonts
|
537 |
library for headings in heading widget and the hero header widget.
|
538 |
</li>
|
539 |
+
<li><strong>Animations</strong> - Choose from over <strong>40+ animations</strong> for most widgets
|
540 |
+
(excludes sliders, carousels and grid). The animations display on user scrolling to the widget or
|
541 |
+
when the widget becomes visible in the browser window.
|
542 |
+
</li>
|
543 |
<li><strong>Sample Data</strong> - Sample data that you can import into your site to get
|
544 |
started quickly on the widgets and some sample layouts.
|
545 |
</li>
|
admin/views/settings.php
CHANGED
@@ -241,9 +241,11 @@ $custom_css = lsow_get_option('lsow_custom_css', '');
|
|
241 |
your site pages
|
242 |
such as those that feature events or under construction/coming soon pages.
|
243 |
</li>
|
244 |
-
<li><
|
245 |
page.
|
246 |
</li>
|
|
|
|
|
247 |
</ul>
|
248 |
|
249 |
<div class="lsow-spacer" style="height: 15px"></div>
|
@@ -270,6 +272,8 @@ $custom_css = lsow_get_option('lsow_custom_css', '');
|
|
270 |
<li><strong>Custom Fonts</strong> - Ability to choose custom fonts from Google Fonts
|
271 |
library for headings in heading widget and the hero header widget.
|
272 |
</li>
|
|
|
|
|
273 |
<li><strong>Sample Data</strong> - Sample data that you can import into your site to get
|
274 |
started quickly on the widgets and some sample layouts.
|
275 |
</li>
|
241 |
your site pages
|
242 |
such as those that feature events or under construction/coming soon pages.
|
243 |
</li>
|
244 |
+
<li><a href="http://portfoliotheme.org/siteorigin-widgets/services/" title="FAQ Widget" target="_blank">FAQ</a> - Create a set of Frequently Asked Questions for display in a
|
245 |
page.
|
246 |
</li>
|
247 |
+
<li><a href="http://portfoliotheme.org/siteorigin-widgets/features/" title="Features Widget" target="_blank">Features Widget</a> for showcasing product features or services provided by an agency/business..
|
248 |
+
</li>
|
249 |
</ul>
|
250 |
|
251 |
<div class="lsow-spacer" style="height: 15px"></div>
|
272 |
<li><strong>Custom Fonts</strong> - Ability to choose custom fonts from Google Fonts
|
273 |
library for headings in heading widget and the hero header widget.
|
274 |
</li>
|
275 |
+
<li><strong>Custom Animations</strong> - Choose from over <strong>40+ animations</strong> for most widgets (excludes sliders, carousels and grid). The animations display on user scrolling to the widget or when the widget becomes visible in the browser window.
|
276 |
+
</li>
|
277 |
<li><strong>Sample Data</strong> - Sample data that you can import into your site to get
|
278 |
started quickly on the widgets and some sample layouts.
|
279 |
</li>
|
includes/helper-functions.php
CHANGED
@@ -117,7 +117,10 @@ function lsow_get_taxonomy_info($taxonomy) {
|
|
117 |
return $output;
|
118 |
}
|
119 |
|
120 |
-
function lsow_entry_published($format =
|
|
|
|
|
|
|
121 |
|
122 |
$published = '<span class="published"><abbr title="' . sprintf(get_the_time(esc_html__('l, F, Y, g:i a', 'livemesh-so-widgets'))) . '">' . sprintf(get_the_time($format)) . '</abbr></span>';
|
123 |
|
117 |
return $output;
|
118 |
}
|
119 |
|
120 |
+
function lsow_entry_published($format = null) {
|
121 |
+
|
122 |
+
if (empty($format))
|
123 |
+
$format = esc_html__("M d, Y", 'livemesh-so-widgets');
|
124 |
|
125 |
$published = '<span class="published"><abbr title="' . sprintf(get_the_time(esc_html__('l, F, Y, g:i a', 'livemesh-so-widgets'))) . '">' . sprintf(get_the_time($format)) . '</abbr></span>';
|
126 |
|
includes/widgets/lsow-hero-image-widget/tpl/default.php
CHANGED
@@ -108,7 +108,7 @@ if ($background['bg_type'] == 'youtube') {
|
|
108 |
|
109 |
<div class="lsow-custom-header">
|
110 |
|
111 |
-
<?php echo $custom_header['custom']; ?>
|
112 |
|
113 |
</div>
|
114 |
|
108 |
|
109 |
<div class="lsow-custom-header">
|
110 |
|
111 |
+
<?php echo do_shortcode($custom_header['custom']); ?>
|
112 |
|
113 |
</div>
|
114 |
|
livemesh-so-widgets.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* Author URI: http://portfoliotheme.org/
|
8 |
* License: GPL3
|
9 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.txt
|
10 |
-
* Version: 1.4.
|
11 |
* Text Domain: livemesh-so-widgets
|
12 |
* Domain Path: languages
|
13 |
*
|
@@ -92,7 +92,7 @@ if (!class_exists('Livemesh_SiteOrigin_Widgets')) :
|
|
92 |
|
93 |
// Plugin version
|
94 |
if (!defined('LSOW_VERSION')) {
|
95 |
-
define('LSOW_VERSION', '1.4.
|
96 |
}
|
97 |
|
98 |
// Plugin Folder Path
|
7 |
* Author URI: http://portfoliotheme.org/
|
8 |
* License: GPL3
|
9 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.txt
|
10 |
+
* Version: 1.4.6
|
11 |
* Text Domain: livemesh-so-widgets
|
12 |
* Domain Path: languages
|
13 |
*
|
92 |
|
93 |
// Plugin version
|
94 |
if (!defined('LSOW_VERSION')) {
|
95 |
+
define('LSOW_VERSION', '1.4.6');
|
96 |
}
|
97 |
|
98 |
// Plugin Folder Path
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Contributors: livemesh
|
|
5 |
Tags: widget, siteorigin, siteorigin widgets bundle, siteorigin page builder, siteorigin addons, grid, gallery, video background, portfolio, carousel, shortcode, tabs, admin, plugin, page
|
6 |
Requires at least: 4.1
|
7 |
Tested up to: 4.6
|
8 |
-
Stable Tag: 1.4.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -57,11 +57,13 @@ The <strong><a href="http://portfoliotheme.org/products/livemesh-siteorigin-widg
|
|
57 |
<li><a href="http://portfoliotheme.org/siteorigin-widgets/gallery-carousel/" title="Image Carousel">Image Carousel</a> for a responsive carousel of images.</li>
|
58 |
<li><a href="http://portfoliotheme.org/siteorigin-widgets/gallery-carousel/" title="Video Carousel">Video Carousel</a> for creation of a responsive carousel of YouTube/Vimeo videos.</li>
|
59 |
<li>Countdown widget to display a countdown timer on your site pages such as those that feature events or under construction/coming soon pages.</li>
|
60 |
-
<li>FAQ widget to display a set of Frequently Asked Questions in a page.</li>
|
|
|
61 |
<li><a href="http://portfoliotheme.org/siteorigin-widgets/livemesh-grid/" title="Livemesh Grid">Lazy Load</a> - The portfolio/post grid and image gallery widgets incorporate option to lazy load posts/images with the click of a Load More button.</li>
|
62 |
<li><a href="http://portfoliotheme.org/siteorigin-widgets/livemesh-grid/" title="Livemesh Grid">Pagination</a> - Create a grid of posts or custom post types with AJAX based pagination support. </li>
|
63 |
<li>Lightbox Support - The premium version comes with support for Lightbox for grid and carousel widgets.</li>
|
64 |
<li>Custom Fonts - Ability to choose custom fonts from Google Fonts library for headings in heading widget and the hero header widget.</li>
|
|
|
65 |
<li>Sample Data - Sample data that you can import into your site to get started quickly on the widgets and some sample layouts.</li>
|
66 |
<li>Premium Support - The customers will be provided access to a dedicated support forum with searchable content, private tickets, with threads attended to within 24 hours.</li>
|
67 |
</ul>
|
@@ -112,8 +114,13 @@ Pls install and activate the <a href="https://wordpress.org/plugins/portfolio-po
|
|
112 |
|
113 |
== Changelog ==
|
114 |
|
|
|
|
|
|
|
|
|
|
|
115 |
= 1.4.5 =
|
116 |
-
* Fixed -
|
117 |
|
118 |
= 1.4.4 =
|
119 |
* Fixed - Admin notices were being removed due to a missing conditional statement.
|
5 |
Tags: widget, siteorigin, siteorigin widgets bundle, siteorigin page builder, siteorigin addons, grid, gallery, video background, portfolio, carousel, shortcode, tabs, admin, plugin, page
|
6 |
Requires at least: 4.1
|
7 |
Tested up to: 4.6
|
8 |
+
Stable Tag: 1.4.6
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
57 |
<li><a href="http://portfoliotheme.org/siteorigin-widgets/gallery-carousel/" title="Image Carousel">Image Carousel</a> for a responsive carousel of images.</li>
|
58 |
<li><a href="http://portfoliotheme.org/siteorigin-widgets/gallery-carousel/" title="Video Carousel">Video Carousel</a> for creation of a responsive carousel of YouTube/Vimeo videos.</li>
|
59 |
<li>Countdown widget to display a countdown timer on your site pages such as those that feature events or under construction/coming soon pages.</li>
|
60 |
+
<li><a href="http://portfoliotheme.org/siteorigin-widgets/services/" title="FAQ Widget">FAQ widget</a> to display a set of Frequently Asked Questions in a page.</li>
|
61 |
+
<li><a href="http://portfoliotheme.org/siteorigin-widgets/features/" title="Features Widget">Features Widget</a> for showcasing product features or services provided by an agency/business.</li>
|
62 |
<li><a href="http://portfoliotheme.org/siteorigin-widgets/livemesh-grid/" title="Livemesh Grid">Lazy Load</a> - The portfolio/post grid and image gallery widgets incorporate option to lazy load posts/images with the click of a Load More button.</li>
|
63 |
<li><a href="http://portfoliotheme.org/siteorigin-widgets/livemesh-grid/" title="Livemesh Grid">Pagination</a> - Create a grid of posts or custom post types with AJAX based pagination support. </li>
|
64 |
<li>Lightbox Support - The premium version comes with support for Lightbox for grid and carousel widgets.</li>
|
65 |
<li>Custom Fonts - Ability to choose custom fonts from Google Fonts library for headings in heading widget and the hero header widget.</li>
|
66 |
+
<li>Custom Animations - Choose from over <strong>40+ animations</strong> for most widgets (excludes sliders, carousels and grid). The animations display on user scrolling to the widget or when the widget becomes visible in the browser window.</li>
|
67 |
<li>Sample Data - Sample data that you can import into your site to get started quickly on the widgets and some sample layouts.</li>
|
68 |
<li>Premium Support - The customers will be provided access to a dedicated support forum with searchable content, private tickets, with threads attended to within 24 hours.</li>
|
69 |
</ul>
|
114 |
|
115 |
== Changelog ==
|
116 |
|
117 |
+
= 1.4.6 =
|
118 |
+
* Fixed - Translation of published date on the grid.
|
119 |
+
* Fixed - Shortcodes not being processed in hero header widget.
|
120 |
+
* Updated - Documentation for the widgets.
|
121 |
+
|
122 |
= 1.4.5 =
|
123 |
+
* Fixed - Tabs defaulting to zero on mobile width when saving changes.
|
124 |
|
125 |
= 1.4.4 =
|
126 |
* Fixed - Admin notices were being removed due to a missing conditional statement.
|