forked from movablebrains/recommendwp-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
114 lines (77 loc) · 3.53 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
=== RA Widgets Bundle ===
Contributors: FrodoBean
Donate link: https://paypal.me/webdevsuperfast
Tags: siteorigin, siteorigin-page-builder, siteorigin-widgets, siteorigin-widgets-api, widgets, bundle
Requires at least: 4.7
Tested up to: 4.9.2
Stable tag: 1.0.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
A collection of widgets using the SiteOrigin Widgets API.
== Description ==
RA Widgets Bundle is a collection of widgets that uses the SiteOrigin Widgets API. It comes with minimal set of styles to let the end user take control of its look and behavior. It can also be extended through custom widget templates to suit your website needs and functions.
= Features =
* SiteOrigin Widgets API
* Developer-friendly(plugin provides minimal styles)
* Use your own set of styles or template
* Call-to-Action Widget
* Button Widget
* Image Widget
* Image Carousel Widget
* Testimonial Widget
* Headline Widget
= Call-to-Action Widget =
It is a widget that combines the Image Widget and the Button Widget that lets you direct site visitors to a desired course of action hence the name call-to-action.
= Button Widget =
Button Widget have three predefined styles(flat, rounded and wire). The styles are being rendered through their respective LESS stylesheet.
= Image Carousel Widget =
The Image Carousel Widget lets you create a slideshow of images using the [Owl Carousel](https://owlcarousel2.github.io/OwlCarousel2/) jQuery plugin.
= Testimonial Widget =
The Testimonial Widget lets you create a slideshow of testimonials using the [Owl Carousel](https://owlcarousel2.github.io/OwlCarousel2/) jQuery plugin. You will need to create a custom post type named 'Testimonial' to be able to use this.
= Headline Widget =
The widget lets you have a headline together with a subheadline.
== TODO ==
* In-depth documentation.
* More widgets
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/ra-widgets-bundle` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through 'Plugins' screen in WordPress.
== Frequently Asked Questions ==
= Do I need to install SiteOrigin Widgets Bundle for this to work? =
Yes, You won't be able to use the plugin if you've not installed and activated SiteOrigin Widgets Bundle.
= What do you mean by "Developer-friendly"? =
The plugin comes with minimal set of styles and is targeted to theme developers for them to customize and have their own set of styles.
= Do you plan on adding styles in the future? =
The door isn't close to adding some styles in the near future but for now I leave it as it is.
== Screenshots ==
1. Button and CTA Widget inside SiteOrigin Widgets screen.
2. Headline, Image, Image Carousel Widget inside SiteOrigin Widgets screen.
3. Testimonial Widget inside SiteOrigin Widgets screen.
== Changelog ==
= 1.0.3 =
* Removed popup content widget files, removed unneeded files, removed screenshots
= 1.0.2 =
* Removed popup content widget
* Removed magnific popup script
* Moved widget form fields to constructors
* Updated translation
* Added default owl carousel theme
= 1.0.1 =
* Fix issue with Chrome
* Migrate package manager to Yarn
= 1.0 =
* First release
== Upgrade Notice ==
= 1.0.3 =
Removed popup content widget files, removed unneeded files, removed screenshots
= 1.0.2 =
Removed popup content widget
Removed magnific script
Moved widget form fields to constructors
Updated translation
Added default owl carousel theme
= 1.0.1 =
Fix issue with Chrome
Migrate package manager to Yarn
= 1.0 =
First release