Carousel, Slider, Gallery by WP Carousel – Image Carousel & Photo Gallery, Post Carousel & Post Grid, Product Carousel & Product Grid for WooCommerce - Version 1.4.9

Version Description

  • Fix: Image size issue.
Download this release

Release Info

Developer shapedplugin
Plugin Icon 128x128 Carousel, Slider, Gallery by WP Carousel – Image Carousel & Photo Gallery, Post Carousel & Post Grid, Product Carousel & Product Grid for WooCommerce
Version 1.4.9
Comparing to
See all releases

Code changes from version 1.4.8 to 1.4.9

assets/css/admin.css CHANGED
File without changes
assets/css/font-awesome.min.css CHANGED
File without changes
assets/css/slick.css CHANGED
File without changes
assets/css/style.css CHANGED
File without changes
assets/fonts/FontAwesome.otf CHANGED
File without changes
assets/fonts/fontawesome-webfont.eot CHANGED
File without changes
assets/fonts/fontawesome-webfont.svg CHANGED
File without changes
assets/fonts/fontawesome-webfont.ttf CHANGED
File without changes
assets/fonts/fontawesome-webfont.woff CHANGED
File without changes
assets/fonts/fontawesome-webfont.woff2 CHANGED
File without changes
assets/js/admin.js CHANGED
File without changes
assets/js/slick.min.js CHANGED
File without changes
inc/functions.php CHANGED
File without changes
inc/scripts.php CHANGED
File without changes
inc/shortcodes.php CHANGED
@@ -35,7 +35,7 @@ function wp_carousel_free_shortcode( $attr ) {
35
  'bullets' => 'false',
36
  'nav' => 'true',
37
  'auto_play' => 'true',
38
- 'size' => 'thumbnail',
39
  'include' => '',
40
  'exclude' => '',
41
  ), $attr, 'gallery' ) );
@@ -177,7 +177,7 @@ function wp_carousel_free_shortcode( $attr ) {
177
 
178
  foreach ( $attachments as $attach_id => $attachment ) {
179
 
180
- $wcf_image_url = wp_get_attachment_image_src( $attach_id, 'medium', false );
181
 
182
  $wcf_image_title = $attachment->post_title;
183
 
35
  'bullets' => 'false',
36
  'nav' => 'true',
37
  'auto_play' => 'true',
38
+ 'size' => 'medium',
39
  'include' => '',
40
  'exclude' => '',
41
  ), $attr, 'gallery' ) );
177
 
178
  foreach ( $attachments as $attach_id => $attachment ) {
179
 
180
+ $wcf_image_url = wp_get_attachment_image_src( $attach_id, $size, false );
181
 
182
  $wcf_image_title = $attachment->post_title;
183
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: shapedplugin
3
  Donate link: http://shapedplugin.com/donate
4
  Tags: carousel, slider, carousel plugin, testimonial, best testimonial, client testimonials plugin, wordpress testimonial, smooth testimonial, woocommerce slider, woocommerce product slider, woocommerce product carousel, lightbox, nice lightbox, carousel slider, logo carousel, carousel shortcode, client carousel, easy carousel, best logo carousel, best carousel, easy logo carousel, best client logo carousel, best logo slider, image carousel, image slider, post carousel, post slider, logo carousel, Nice carousel, responsive carousel, touch carousel, wordpress carousel, top logo slider, shortcode slider, shortcode carousel, free logo slider carousel, animations, autoplay, ecommerce, product, product carousel, product category, product slider, product slider carousel, product slider categories
5
  Requires at least: 4.3
6
- Tested up to: 4.9.7
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -12,7 +12,7 @@ A simple and powerful WordPress Carousel plugin for creating beautiful carousel
12
 
13
 
14
  == Description ==
15
- [__Live Demo__](http://shapedplugin.com/demo/wordpress-carousel-pro/) | [__Upgrade to PRO!__](http://shapedplugin.com/plugin/wordpress-carousel-pro/) | [__Documentation__](https://shapedplugin.com/docs/docs/wordpress-carousel-pro/) | [__Support__](https://shapedplugin.com/support/)
16
 
17
  [youtube https://www.youtube.com/watch?v=0rxYjMWDZ7k]
18
 
@@ -40,84 +40,113 @@ You can add unlimited carousel in page or post or anywhere you want.
40
  * And much more.
41
 
42
 
43
- == WordPress Carousel PRO ==
44
-
45
- Want more features? This plugin has a [__Premium Version__](http://shapedplugin.com/plugin/wordpress-carousel-pro/) with cool features. Check it out now!
46
-
47
- **Pro Version Features**:
48
-
49
- * **30+ Different Carousel Examples.**
50
- * **Slide any Post Type. (e.g. post, page, product, portfolio etc.)**
51
- * **Display Carousel items from multiple Categories.**
52
- * Add Unlimited Carousels. (**e.g. post, page, custom template, widget or sidebar** and even anywhere you want.)
53
- * **Image Carousel.**
54
- * Show/hide image Captions.
55
- * **Lightbox functionality for carousel images.**
56
- * Set title for lightbox images.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  * Lightbox images group by the view.
58
  * Smart lazy-loading option for images.
59
  * GrayScale effect for images.
60
- * **Re-order the carousel items.**
61
- * Set custom dimension for carousel item: (width or height).
62
- * **Set carousel items auto & fixed height option.**
63
- * **Link to carousel items with the external link.**
64
- * External link opening with new tab option.
65
- * Link disable option for carousel item.
66
- * **One Page Slider (single item) with title & description.**
67
- * **Post Carousel from post, page, category.**
68
- * Show/hide post title and description.
69
- * Post excerpt limit option.
70
- * Custom Post Carousel with the excerpt or read more.
71
- * Show/hide excerpt or read more.
72
  * Read more button text customization option.
73
- * **WooCommerce Product Carousel Slider.**
74
- * Display WooCommerce Product Carousel from Category.
75
- * Product image, description & read more button.
76
- * **7+ different Testimonial Theme Styles.**
77
- * Testimonials Showcase from Specific Categories.
78
- * SEO friendly & optimized for speed.
79
- * **Ticker mode carousel.**
 
 
 
 
 
 
 
 
 
80
  * AutoPlay on/off.
81
- * Control AutoPlay speed.
82
  * Stop on hover carousel.
83
- * Pause at last item option.
84
- * Infinite loop for the carousel.
85
- * Mouse draggable on/off.
86
- * **Set a maximum number of carousel items to show.**
87
- * Show/hide navigation arrows & pagination dots.
88
- * Control slider pagination speed.
89
- * Carousel items order by date, title, modified, author, random.
90
- * Carousel items order (Descending and Ascending).
91
- * Unlimited custom colors.
92
- * Set different types of sliding effects.
93
- * Display unlimited number of carousel items.
94
- * Control number of carousel items on different devices. (e.g. mobile, tablet, desktop).
95
- * Set number of slides to scroll on mobile view.
96
- * Easy-to-use interface for creating and managing carousel with no coding skills!
97
- * Translation Ready.
98
- * **Widget Ready.**
99
- * RTL Supported.
100
- * Compatible with any theme.
 
 
 
 
101
  * Support all browsers: Firefox, Chrome, IE, Safari etc.
102
- * Tons of easy and useful shortcodes attributes.
103
- * Show/hide most of the carousel fields or elements.
104
- * Extensive online docs & tutorials.
105
- * **Fast and friendly support(24x7).**
106
  * Any new features we add in the future (which is often).
107
  * And so much more!
108
 
 
109
 
110
- [youtube https://www.youtube.com/watch?v=EVgB5CGti8I]
111
 
112
- The most advanced WordPress Carousel PRO Plugin with Endless Possibilities!
113
- The Perfect way to display Carousel of your Logos, Post, Image, Testimonial, WooCommerce Products or any custom post types and many more.
114
 
 
115
 
116
- <h4>Need More?</h4>
117
- As far as we are concerned, this is the next feature we want to include, if you have any suggestions, please [__let us
118
- know__](https://shapedplugin.com/contact-us/).
119
 
120
 
 
 
 
121
 
122
  == Installation ==
123
 
@@ -206,10 +235,10 @@ Ensure that your plugin version and your theme version are updated and the probl
206
 
207
  If none of the previously listed actions help you solve the problem, then, submit a ticket in the forum and describe your problem accurately, specify WordPress and Plugin versions you are using and any other information that might help us solve your problem as quickly as possible.
208
 
209
- PRO version users [__Support Forum__](https://shapedplugin.com/support/) and Free or Lite Version [__Support Forum__](https://wordpress.org/support/plugin/wp-carousel-free).
210
 
211
  = Where can I report bugs? =
212
- Bugs can be reported in our [__Support Forum__](https://wordpress.org/support/plugin/wp-carousel-free).
213
 
214
  = Do you want to encourage for future improvement? =
215
  If you like this plugin, please give us [__5 stars__](https://wordpress.org/support/plugin/wp-carousel-free/reviews/?filter=5#new-post) to encourage for future improvement
@@ -227,6 +256,9 @@ Thanks!
227
 
228
  == Changelog ==
229
 
 
 
 
230
  = 1.4.8 =
231
  * Fix: Carousel position issue.
232
 
3
  Donate link: http://shapedplugin.com/donate
4
  Tags: carousel, slider, carousel plugin, testimonial, best testimonial, client testimonials plugin, wordpress testimonial, smooth testimonial, woocommerce slider, woocommerce product slider, woocommerce product carousel, lightbox, nice lightbox, carousel slider, logo carousel, carousel shortcode, client carousel, easy carousel, best logo carousel, best carousel, easy logo carousel, best client logo carousel, best logo slider, image carousel, image slider, post carousel, post slider, logo carousel, Nice carousel, responsive carousel, touch carousel, wordpress carousel, top logo slider, shortcode slider, shortcode carousel, free logo slider carousel, animations, autoplay, ecommerce, product, product carousel, product category, product slider, product slider carousel, product slider categories
5
  Requires at least: 4.3
6
+ Tested up to: 4.9.8
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
12
 
13
 
14
  == Description ==
15
+ [__Live Demo__](https://wordpresscarousel.com/) | [__Upgrade to PRO!__](https://shapedplugin.com/plugin/wordpress-carousel-pro/) | [__Documentation__](https://shapedplugin.com/docs/docs/wordpress-carousel-pro/) | [__Support__](https://shapedplugin.com/support-forum/)
16
 
17
  [youtube https://www.youtube.com/watch?v=0rxYjMWDZ7k]
18
 
40
  * And much more.
41
 
42
 
43
+ = WordPress Carousel PRO =
44
+
45
+ [__WordPress Carousel Pro__](https://wordpresscarousel.com/) is the most beginner friendly multi-purpose WordPress Carousel plugin to slide **images, Posts, WooCommerce Products, Contents (Images, Text, HTML, Shortcodes), Video etc. The plugin has own image and content management system and also supports Posts, Pages, Custom Post Type, Taxonomy, Custom Taxonomy, Custom Contents, YouTube, Vimeo, Dailymotion, mp4, WebM, self-hosted video with Lightbox.** It's fully responsive, highly customizable and works smoothly on iPhone, iPad, Android, Firefox, Chrome, Safari, Opera and Edge.
46
+
47
+ It’s even easier to put images of different height together so the width is dynamic with fixed height so that your site looks pretty.
48
+
49
+ WordPress Carousel Pro vastly improves user experience and lets you create the following type of beautiful carousel sliders:
50
+
51
+ * Image Carousel
52
+ * Post Carousel
53
+ * Product Carousel
54
+ * Content Carousel (Images, Text, HTML, Shortcodes etc.)
55
+ * Video Carousel
56
+
57
+
58
+ = Pro Version Key Features =
59
+
60
+ * Fully Responsive and Touch-friendly.
61
+ * Advanced Shortcode Generator.
62
+ * **Slide Anything. (e.g. image, post, product, content, video, text, HTML, Shortcodes etc.)**
63
+ * **Display posts from multiple Categories, Tags, Formats, or Types. (e.g. Latest, Taxonomies, Specific etc.).**
64
+ * Add Unlimited Carousels. (e.g. post, page, custom template, widget or anywhere you want.)
65
+ * 840+ Google Fonts (Advanced Typography).
66
+ * Enable/Disable option for Google Font loading.
67
+ * 100+ Advanced Styling and Visual Customization options.
68
+ * Drag & Drop ordering image, content, video.
69
+ * Image Internal and External Links.
70
+ * **Image Carousel (with caption and description.)**
71
+ * Image Content Position (Bottom, Right, and Overlay).
72
+ * Show/hide image caption and description.
73
+ * Slide border and inner padding.
74
+ * Lightbox functionality for images.
75
  * Lightbox images group by the view.
76
  * Smart lazy-loading option for images.
77
  * GrayScale effect for images.
78
+ * Soft and Hard cropping option for image.
79
+ * Set equal or fixed height with CSS for images.
80
+ * Variable width option in the carousel.
81
+ * Image Title Attribute option.
82
+ * **Post Carousel.**
83
+ * Show the standard post contents or select which content you want to display. (Title, image, excerpt, read more, category, date, author, tags, comments etc.)
84
+ * Post excerpt and full content display option.
85
+ * Show Post Content with Words Limit.
86
+ * Show/hide read more button.
 
 
 
87
  * Read more button text customization option.
88
+ * **WooCommerce Product Carousel.**
89
+ * Product content position (Bottom, right, overlay)
90
+ * Filter by different product types. (e.g. latest, categories, specific products etc.).
91
+ * Show/hide the standard product contents. (Product name, image, price, excerpt, read more, rating, add to cart etc.).
92
+ * Limit product description.
93
+ * Post order (Ascending & Descending) and order by ID, date, random, title, modified etc.
94
+ * **Content Carousel**
95
+ * Slide anything you want based on your website. (e.g. images, text, HTML, shortcodes, any custom contents etc.)
96
+ * **Video Carousel.**
97
+ * Video icon color.
98
+ * Add video caption and description.
99
+ * Custom CSS field to override styles.
100
+ * Display carousel section title.
101
+ * Set margin-bottom for the section title.
102
+ * Scripts Enqueue or Dequeue options to avoid conflicts.
103
+ * Carousel Mode (standard and ticker).
104
  * AutoPlay on/off.
105
+ * Control AutoPlay and Pagination speed.
106
  * Stop on hover carousel.
107
+ * Infinite looping for the carousel.
108
+ * Touch, swipe or tap on Android, iOS or any other touch devices.
109
+ * Mouse Draggable options.
110
+ * Adaptive height for the carousel.
111
+ * Enable or Disable carousel scroll with tab and keyboard.
112
+ * Set the number of slides to scroll.
113
+ * Show/hide carousel navigation and pagination dots.
114
+ * 8+ Different navigation positions.
115
+ * 6 FontAwesome directional icons.
116
+ * Hide navigation border and background.
117
+ * Set carousel pagination dots margin.
118
+ * Unlimited colors and styling options.
119
+ * Different types of sliding and hover effects.
120
+ * Control carousel column on different devices.
121
+ * Multilingual Ready with WPML, Polylang, qTranslate-x, GTranslate, Google Language Translator, WPGlobus etc.
122
+ * Page Builders Ready: Gutenberg, WPBakery, Elementor, BeaverBuilder, SiteOrgin, Divi builder, LayersWP, MotoPress, CornerStone, Themify Builder and more.
123
+ * Duplicate or clone carousels.
124
+ * Multisite supported.
125
+ * Automatic update integration.
126
+ * Widget ready.
127
+ * RTL supported.
128
+ * Compatible with any theme or extension.
129
  * Support all browsers: Firefox, Chrome, IE, Safari etc.
130
+ * SEO friendly & optimized for speed.
131
+ * Extensive Online docs & Video Tutorials.
132
+ * Fast and friendly support.
 
133
  * Any new features we add in the future (which is often).
134
  * And so much more!
135
 
136
+ **WordPress Carousel Pro - Admin Panel Overview**
137
 
138
+ [youtube https://www.youtube.com/watch?v=XMYYgFD7ZIA]
139
 
140
+ = Premium Support and Documentation =
 
141
 
142
+ The premium version of the plugin entitles you to get fast, friendly, and priority support with replies posted within 24 hours (without holidays). Please submit a [__Support Ticket__](https://shapedplugin.com/support-forum/) here. This will create a support ticket in our support portal.
143
 
144
+ For documentation and tutorials go to our [__Documentation__](https://shapedplugin.com/docs/docs/wordpress-carousel-pro/).
 
 
145
 
146
 
147
+ = Author =
148
+ Designed and Developed by [__ShapedPlugin__](https://shapedplugin.com/)
149
+
150
 
151
  == Installation ==
152
 
235
 
236
  If none of the previously listed actions help you solve the problem, then, submit a ticket in the forum and describe your problem accurately, specify WordPress and Plugin versions you are using and any other information that might help us solve your problem as quickly as possible.
237
 
238
+ PRO version users [__Support Forum__](https://shapedplugin.com/support/) and Free or Lite Version [__Support Forum__](https://shapedplugin.com/support-forum/).
239
 
240
  = Where can I report bugs? =
241
+ Bugs can be reported in our [__Support Forum__](https://shapedplugin.com/support-forum/).
242
 
243
  = Do you want to encourage for future improvement? =
244
  If you like this plugin, please give us [__5 stars__](https://wordpress.org/support/plugin/wp-carousel-free/reviews/?filter=5#new-post) to encourage for future improvement
256
 
257
  == Changelog ==
258
 
259
+ = 1.4.9 =
260
+ * Fix: Image size issue.
261
+
262
  = 1.4.8 =
263
  * Fix: Carousel position issue.
264
 
wp-carousel-free.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://shapedplugin.com/plugin/wordpress-carousel-pro
5
  Description: A Powerful Carousel plugin for WordPress that enables you to create beautiful carousel by using regular media uploader.
6
  Author: ShapedPlugin
7
  Author URI: http://shapedplugin.com/
8
- Version: 1.4.8
9
  */
10
 
11
 
5
  Description: A Powerful Carousel plugin for WordPress that enables you to create beautiful carousel by using regular media uploader.
6
  Author: ShapedPlugin
7
  Author URI: http://shapedplugin.com/
8
+ Version: 1.4.9
9
  */
10
 
11