Version Description
- March 27 2019 =
- [PRO] Fixed error with fonts
- Removed display of Pro Field in free version
- Minor bug fixes
Download this release
Release Info
Developer | iamadi |
Plugin | Widgets for SiteOrigin |
Version | 1.4.4 |
Comparing to | |
See all releases |
Code changes from version 1.4.3 to 1.4.4
- admin/admin.php +152 -91
- admin/img/logo.png +0 -0
- css/dashboard.css +14 -0
- fields/premium.class.php +1 -1
- inc/enqueue.php +1 -0
- readme.txt +6 -1
- widgets-for-siteorigin.php +2 -2
- widgets/ink-alrt-widget/ink-alrt-widget.php +6 -0
- widgets/ink-ardn-widget/styles/accordion.less +1 -1
admin/admin.php
CHANGED
@@ -42,10 +42,9 @@ function wpinked_so_admin_page_content() {
|
|
42 |
<style>
|
43 |
.main-buttons { margin-top: 40px; }
|
44 |
.main-buttons .uk-button { background: #fff; margin-bottom: 15px; border-width: 0px; }
|
45 |
-
.main-buttons .
|
46 |
-
.main-buttons .hire-button:hover { background: #757c7c; color: #fff; }
|
47 |
.ink-boxes h4 { font-size: 15px }
|
48 |
-
.ink-boxes .uk-icon {
|
49 |
.ink-boxes .uk-card-footer, .ink-boxes .uk-card-header { border-width: 0 !important; }
|
50 |
.ink-boxes .uk-card-body { padding: 20px 40px }
|
51 |
.ink-boxes .uk-card-footer a { font-size: 12px; background: #3EB0F7; color: #fff; text-decoration: none; padding: 8px 15px; }
|
@@ -62,6 +61,28 @@ function wpinked_so_admin_page_content() {
|
|
62 |
.toplevel_page_wpinked-widgets #wpcontent { background: #f1f1f1; }
|
63 |
.uk-tile { display: none; }
|
64 |
.upgrade-plugin-form .uk-tile { display: block; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
</style>
|
66 |
<div class="uk-section uk-padding-remove wpinked-widgets-admin-wrapper" style="background: #f1f1f1;">
|
67 |
<div class="uk-container uk-container-expand">
|
@@ -71,59 +92,43 @@ function wpinked_so_admin_page_content() {
|
|
71 |
<a class="uk-button uk-button-default uk-button-large" href="<?php echo admin_url( 'admin.php?page=wpinked-widgets' ); ?>">General</a>
|
72 |
<a class="uk-button uk-button-default uk-button-large" href="<?php echo admin_url( 'plugins.php?page=so-widgets-plugins' ); ?>">Manage Widgets</a>
|
73 |
<a class="uk-button uk-button-default uk-button-large" href="http://widgets.wpinked.com" target="_blank">Demo</a>
|
74 |
-
<a class="uk-button uk-button-default uk-button-large" href="http://widgets.wpinked.com/docs/" target="_blank">
|
75 |
-
<a class="hire-button uk-button uk-button-default uk-button-large" href="https://wpinked.com/contact/" target="_blank">Hire Me</a>
|
76 |
</div>
|
77 |
-
<div class="" uk-grid>
|
78 |
-
<div
|
79 |
-
<
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
<div>
|
84 |
<div class="uk-card uk-card-default">
|
85 |
-
<
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
</div>
|
90 |
-
<div class="uk-card-body">
|
91 |
-
<p>Have a look at our documentation to get to know our widgets. Build awesome pages with page builders.</p>
|
92 |
-
</div>
|
93 |
-
<div class="uk-card-footer">
|
94 |
<a href="http://widgets.wpinked.com/docs/" target="_blank" class="uk-button uk-button-text uk-button-small">See now</a>
|
95 |
-
</
|
96 |
</div>
|
97 |
</div>
|
98 |
<div>
|
99 |
<div class="uk-card uk-card-default">
|
100 |
-
<
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
</div>
|
105 |
-
<div class="uk-card-body">
|
106 |
-
<p>Need help troubleshooting. Get help at the <a href="https://wordpress.org/support/plugin/widgets-for-siteorigin" target="_blank" >WordPress Support Forum</a>. Pro users can email us at <a href="mailto:support@wpinked.com">support@wpinked.com</a>.</p>
|
107 |
-
</div>
|
108 |
-
<div class="uk-card-footer">
|
109 |
<a href="https://wordpress.org/support/plugin/widgets-for-siteorigin" target="_blank" class="uk-button uk-button-small uk-button-text">Get Support</a>
|
110 |
<a href="mailto:support@wpinked.com" class="uk-button uk-button-small uk-button-text">Email Support</a>
|
111 |
-
</
|
112 |
</div>
|
113 |
</div>
|
114 |
<div>
|
115 |
<div class="uk-card uk-card-default">
|
116 |
-
<
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
</div>
|
121 |
-
<div class="uk-card-body">
|
122 |
-
<p>If you liked your experience with Widgets for SiteOrigin please take a couple of minutes to leave a review. Thanks.</p>
|
123 |
-
</div>
|
124 |
-
<div class="uk-card-footer">
|
125 |
<a href="https://wordpress.org/support/plugin/widgets-for-siteorigin/reviews/#new-post" target="_blank" class="uk-button uk-button-small uk-button-text">Review Now</a>
|
126 |
-
</
|
127 |
</div>
|
128 |
</div>
|
129 |
</div>
|
@@ -131,47 +136,58 @@ function wpinked_so_admin_page_content() {
|
|
131 |
</div>
|
132 |
</div>
|
133 |
<div class="uk-width-1-3@m">
|
134 |
-
<div>
|
135 |
<style>
|
136 |
#add-to-cart { background: #3EB0F7; max-width: 350px; border-radius: 3px; }
|
137 |
#add-to-cart h2 { font-size: 18px; background: #098ddf; padding: 30px; color: #fff; margin-bottom: 30px; font-weight: 300; border-radius: 3px; }
|
138 |
#add-to-cart .bare-list { list-style: none; margin: 30px; padding: 20px 0; }
|
139 |
-
|
140 |
-
#add-to-cart .pill-selectors li label { padding: 15px 25px; font-size: 15px; border-radius: 3px; border: #098ddf 3px solid; color: #fff; position: relative; }
|
141 |
-
#add-to-cart .pill-selectors li label input { opacity: 0; position: absolute; top: 0; left: 0; }
|
142 |
-
#add-to-cart .pill-selectors li .pill-selectors__button--active { background: #098ddf }
|
143 |
-
#add-to-cart .payment-options__disclaimer { padding: 0 30px; }
|
144 |
-
#add-to-cart .payment-options__disclaimer .uk-list { font-size: 15px; color: #fff; margin:0; }
|
145 |
-
#add-to-cart .payment-options__prices li { font-size: 15px; color: #fff; padding-top: 0; margin-bottom: 20px; }
|
146 |
-
#add-to-cart .payment-options__sites { padding: 5px; background: #098ddf; border-radius: 3px; }
|
147 |
-
.wpinked-plugin-logo { transition: all 400ms ease; width: 256px; height: auto; }
|
148 |
-
.upgrade-plugin-form .wpinked-plugin-logo { width: 25%; }
|
149 |
-
#add-to-cart { display: none; }
|
150 |
-
.upgrade-plugin-form #add-to-cart { display: block; }
|
151 |
-
.premium-description { color: #bbb; font-style: italic; font-size: 12px;margin: 10px 30px; }
|
152 |
-
.upgrade-plugin-form .premium-description { display: none; }
|
153 |
</style>
|
154 |
<center><img class="wpinked-plugin-logo" data-src="<?php echo plugin_dir_url(__FILE__); ?>img/logo-plugin.png" width="" height="" alt="" uk-img></center>
|
155 |
-
<h3 class="uk-text-center">
|
156 |
<p class="uk-text-center pro-buttons">
|
157 |
-
<a class="
|
158 |
-
<span> - or - </span>
|
159 |
-
<a class="license-button uk-button uk-button-default buy-button" href="javascript: void(0);" data-trial="false"><span uk-icon="icon: cart"></span> Select License</a>
|
160 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
<style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
162 |
.pro-buttons .wp-button {
|
163 |
color: #222;
|
164 |
border-radius: 3px;
|
165 |
margin: 15px 0;
|
166 |
}
|
167 |
-
.pro-buttons .free-trial-button {
|
168 |
-
border: 3px solid #222;
|
169 |
-
}
|
170 |
.pro-buttons .license-button {
|
171 |
color: #fff;
|
172 |
border: 3px solid #fff;
|
173 |
background: #56bbf8;
|
174 |
-
|
175 |
}
|
176 |
.pro-buttons .license-button:hover {
|
177 |
background: #3eb0f7;
|
@@ -189,33 +205,78 @@ function wpinked_so_admin_page_content() {
|
|
189 |
}
|
190 |
}
|
191 |
</style>
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
219 |
</div>
|
220 |
</div>
|
221 |
</div>
|
42 |
<style>
|
43 |
.main-buttons { margin-top: 40px; }
|
44 |
.main-buttons .uk-button { background: #fff; margin-bottom: 15px; border-width: 0px; }
|
45 |
+
.main-buttons .uk-button:hover { background: #87cefa; color: #fff; }
|
|
|
46 |
.ink-boxes h4 { font-size: 15px }
|
47 |
+
.ink-boxes .uk-icon { padding-right: 15px; }
|
48 |
.ink-boxes .uk-card-footer, .ink-boxes .uk-card-header { border-width: 0 !important; }
|
49 |
.ink-boxes .uk-card-body { padding: 20px 40px }
|
50 |
.ink-boxes .uk-card-footer a { font-size: 12px; background: #3EB0F7; color: #fff; text-decoration: none; padding: 8px 15px; }
|
61 |
.toplevel_page_wpinked-widgets #wpcontent { background: #f1f1f1; }
|
62 |
.uk-tile { display: none; }
|
63 |
.upgrade-plugin-form .uk-tile { display: block; }
|
64 |
+
.ink-boxes .uk-card {
|
65 |
+
padding: 25px;
|
66 |
+
height: 100%;
|
67 |
+
}
|
68 |
+
.ink-boxes .uk-card .box-icon {
|
69 |
+
color: #3eb0f7;
|
70 |
+
}
|
71 |
+
.ink-boxes .uk-card .card-btns a {
|
72 |
+
font-size: 12px;
|
73 |
+
background: #3EB0F7;
|
74 |
+
color: #fff;
|
75 |
+
text-decoration: none;
|
76 |
+
padding: 8px 15px;
|
77 |
+
margin-bottom: 5px;
|
78 |
+
}
|
79 |
+
@media (max-width: 1200px) {
|
80 |
+
.main-buttons .uk-button {
|
81 |
+
line-height: 35px;
|
82 |
+
font-size: .75rem;
|
83 |
+
padding: 0 20px;
|
84 |
+
}
|
85 |
+
}
|
86 |
</style>
|
87 |
<div class="uk-section uk-padding-remove wpinked-widgets-admin-wrapper" style="background: #f1f1f1;">
|
88 |
<div class="uk-container uk-container-expand">
|
92 |
<a class="uk-button uk-button-default uk-button-large" href="<?php echo admin_url( 'admin.php?page=wpinked-widgets' ); ?>">General</a>
|
93 |
<a class="uk-button uk-button-default uk-button-large" href="<?php echo admin_url( 'plugins.php?page=so-widgets-plugins' ); ?>">Manage Widgets</a>
|
94 |
<a class="uk-button uk-button-default uk-button-large" href="http://widgets.wpinked.com" target="_blank">Demo</a>
|
95 |
+
<a class="uk-button uk-button-default uk-button-large" href="http://widgets.wpinked.com/docs/" target="_blank">Docs</a>
|
|
|
96 |
</div>
|
97 |
+
<div class="uk-child-width-1-1 uk-grid-match uk-grid-small" uk-grid>
|
98 |
+
<div>
|
99 |
+
<img class="uk-box-shadow-medium uk-width-1-1 uk-height-1-1" data-src="<?php echo plugin_dir_url(__FILE__); ?>img/plugin-banner.png" width="" height="" alt="" uk-img>
|
100 |
+
</div>
|
101 |
+
<div>
|
102 |
+
<div uk-grid class="uk-child-width-1-3@l uk-grid-small ink-boxes">
|
103 |
<div>
|
104 |
<div class="uk-card uk-card-default">
|
105 |
+
<p class="uk-text-center box-icon"><span uk-icon="icon: info; ratio: 2"></span></p>
|
106 |
+
<h4 class="uk-card-title uk-text-center uk-margin-remove-bottom uk-text-uppercase">Documentation</h4>
|
107 |
+
<p class="uk-text-center">Have a look at our documentation to get to know our widgets. Build awesome pages with page builders.</p>
|
108 |
+
<p class="uk-text-center card-btns">
|
|
|
|
|
|
|
|
|
|
|
109 |
<a href="http://widgets.wpinked.com/docs/" target="_blank" class="uk-button uk-button-text uk-button-small">See now</a>
|
110 |
+
</p>
|
111 |
</div>
|
112 |
</div>
|
113 |
<div>
|
114 |
<div class="uk-card uk-card-default">
|
115 |
+
<p class="uk-text-center box-icon"><span uk-icon="icon: question; ratio: 2"></span></p>
|
116 |
+
<h4 class="uk-card-title uk-text-center uk-margin-remove-bottom uk-text-uppercase">Need Help</h4>
|
117 |
+
<p class="uk-text-center">Need help troubleshooting. Get help at the <a href="https://wordpress.org/support/plugin/widgets-for-siteorigin" target="_blank" >WordPress Support Forum</a>. Pro users can email us at <a href="mailto:support@wpinked.com">support@wpinked.com</a>.</p>
|
118 |
+
<p class="uk-text-center card-btns">
|
|
|
|
|
|
|
|
|
|
|
119 |
<a href="https://wordpress.org/support/plugin/widgets-for-siteorigin" target="_blank" class="uk-button uk-button-small uk-button-text">Get Support</a>
|
120 |
<a href="mailto:support@wpinked.com" class="uk-button uk-button-small uk-button-text">Email Support</a>
|
121 |
+
</p>
|
122 |
</div>
|
123 |
</div>
|
124 |
<div>
|
125 |
<div class="uk-card uk-card-default">
|
126 |
+
<p class="uk-text-center box-icon"><span uk-icon="icon: heart; ratio: 2"></span></p>
|
127 |
+
<h4 class="uk-card-title uk-text-center uk-margin-remove-bottom uk-text-uppercase">Rate the plugin</h4>
|
128 |
+
<p class="uk-text-center">If you liked your experience with Widgets for SiteOrigin please take a couple of minutes to leave a review. Thanks.</p>
|
129 |
+
<p class="uk-text-center card-btns">
|
|
|
|
|
|
|
|
|
|
|
130 |
<a href="https://wordpress.org/support/plugin/widgets-for-siteorigin/reviews/#new-post" target="_blank" class="uk-button uk-button-small uk-button-text">Review Now</a>
|
131 |
+
</p>
|
132 |
</div>
|
133 |
</div>
|
134 |
</div>
|
136 |
</div>
|
137 |
</div>
|
138 |
<div class="uk-width-1-3@m">
|
139 |
+
<div class="uk-padding uk-background-secondary uk-light">
|
140 |
<style>
|
141 |
#add-to-cart { background: #3EB0F7; max-width: 350px; border-radius: 3px; }
|
142 |
#add-to-cart h2 { font-size: 18px; background: #098ddf; padding: 30px; color: #fff; margin-bottom: 30px; font-weight: 300; border-radius: 3px; }
|
143 |
#add-to-cart .bare-list { list-style: none; margin: 30px; padding: 20px 0; }
|
144 |
+
.wpinked-plugin-logo { width: 180px; height: auto; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
</style>
|
146 |
<center><img class="wpinked-plugin-logo" data-src="<?php echo plugin_dir_url(__FILE__); ?>img/logo-plugin.png" width="" height="" alt="" uk-img></center>
|
147 |
+
<h3 class="uk-text-center">Widgets for SiteOrigin Premium</h3>
|
148 |
<p class="uk-text-center pro-buttons">
|
149 |
+
<a class="license-button uk-button uk-button-default buy-button" href="https://wpinked.com/plugins/widgets-for-siteorigin/" target="_blank">Get it now</a>
|
|
|
|
|
150 |
</p>
|
151 |
+
<p class="uk-text-center uk-text-meta uk-margin-remove"><i>( Free Trial Available )</i></p>
|
152 |
+
<ul class="uk-list">
|
153 |
+
<li>Widget Animations</li>
|
154 |
+
<li>Enhanced Blog Widget</li>
|
155 |
+
<li>Advanced Info Box Widget</li>
|
156 |
+
<li>Blog Slider Widget</li>
|
157 |
+
<li>Portfolio Enhanced Widget</li>
|
158 |
+
<li>Person Slider Widget</li>
|
159 |
+
<li>Testimonial Slider Widget</li>
|
160 |
+
<li>Chart Widget</li>
|
161 |
+
<li>Content Toggle Widget</li>
|
162 |
+
<li>Flip Carousel Widget</li>
|
163 |
+
<li>Gallery Widget</li>
|
164 |
+
<li>Slider Pro Widget</li>
|
165 |
+
<li>Flip Box Widget</li>
|
166 |
+
<li>Image Compare Widget</li>
|
167 |
+
<li>WooCommerce Products Widget</li>
|
168 |
+
<li>Service Box Widget</li>
|
169 |
+
<li>Vertical Bar Counter Widget</li>
|
170 |
+
<li>Price List Widget</li>
|
171 |
+
</ul>
|
172 |
+
<p class="uk-text-center uk-text-meta"><i>More on the way....</i></p>
|
173 |
<style>
|
174 |
+
.uk-list li {
|
175 |
+
text-align: center;
|
176 |
+
font-style: italic;
|
177 |
+
}
|
178 |
+
.pro-buttons {
|
179 |
+
margin-bottom: 0;
|
180 |
+
}
|
181 |
.pro-buttons .wp-button {
|
182 |
color: #222;
|
183 |
border-radius: 3px;
|
184 |
margin: 15px 0;
|
185 |
}
|
|
|
|
|
|
|
186 |
.pro-buttons .license-button {
|
187 |
color: #fff;
|
188 |
border: 3px solid #fff;
|
189 |
background: #56bbf8;
|
190 |
+
border-color: #56bbf8;
|
191 |
}
|
192 |
.pro-buttons .license-button:hover {
|
193 |
background: #3eb0f7;
|
205 |
}
|
206 |
}
|
207 |
</style>
|
208 |
+
</div>
|
209 |
+
</div>
|
210 |
+
</div>
|
211 |
+
</div>
|
212 |
+
</div>
|
213 |
+
<style>
|
214 |
+
.services-offered {
|
215 |
+
background: #f9f9f9;
|
216 |
+
}
|
217 |
+
.services-offered .text-section img {
|
218 |
+
margin-top: 40px;
|
219 |
+
}
|
220 |
+
.services-offered .text-section h4 {
|
221 |
+
font-size: 40px;
|
222 |
+
margin-top: 0;
|
223 |
+
}
|
224 |
+
.services-offered .text-section p {
|
225 |
+
font-size: 15px;
|
226 |
+
}
|
227 |
+
.services-offered .service-block {
|
228 |
+
background: #fff;
|
229 |
+
height: 100%;
|
230 |
+
transition: all 0.5s ease;
|
231 |
+
}
|
232 |
+
.services-offered .service-block .uk-card-icon {
|
233 |
+
color: #d7302e;
|
234 |
+
}
|
235 |
+
.services-offered .service-block .uk-card-title {
|
236 |
+
color: #222;
|
237 |
+
margin-top: 0;
|
238 |
+
}
|
239 |
+
.services-offered .service-block .uk-card-desc {
|
240 |
+
color: #222;
|
241 |
+
}
|
242 |
+
.services-offered .service-block:hover {
|
243 |
+
box-shadow: 0 28px 50px rgba(0,0,0,0.16);
|
244 |
+
}
|
245 |
+
.services-offered .service-block a:hover {
|
246 |
+
text-decoration: none;
|
247 |
+
}
|
248 |
+
.services-offered .service-block a:hover .uk-card-title {
|
249 |
+
color: #d7302e;
|
250 |
+
}
|
251 |
+
</style>
|
252 |
+
<div class="uk-section">
|
253 |
+
<div class="uk-container uk-container-expand services-offered uk-padding">
|
254 |
+
<div uk-grid>
|
255 |
+
<div class="uk-width-1-3@l text-section">
|
256 |
+
<p class="uk-text-right@l uk-text-center">
|
257 |
+
<a href="https://wpinked.com" target="_blank">
|
258 |
+
<img data-src="<?php echo plugin_dir_url(__FILE__); ?>img/logo.png" uk-img>
|
259 |
+
</a>
|
260 |
+
</p>
|
261 |
+
<h4 class="uk-text-uppercase uk-text-right@l uk-text-center">Our Services</h4>
|
262 |
+
<p class="uk-text-right@l uk-text-center"><i>We ship success. How can we help you?</i></p>
|
263 |
+
</div>
|
264 |
+
<div class="uk-width-1-2@s uk-width-1-3@l service-section">
|
265 |
+
<div class="service-block uk-card uk-card-body uk-margin-remove uk-box-shadow-medium">
|
266 |
+
<a href="https://wpinked.com/development/" target="_blank">
|
267 |
+
<p class="uk-card-icon uk-text-center"><span uk-icon="icon: code; ratio: 2" class="uk-icon"></span></p>
|
268 |
+
<h2 class="uk-card-title uk-text-center">WordPress Development</h2>
|
269 |
+
<p class="uk-card-desc uk-text-center">High quality code, with care taken for even the smallest details. We focus on fast, secure, adn reliable websites.</p>
|
270 |
+
</a>
|
271 |
+
</div>
|
272 |
+
</div>
|
273 |
+
<div class="uk-width-1-2@s uk-width-1-3@l service-section">
|
274 |
+
<div class="service-block uk-card uk-card-body uk-margin-remove uk-box-shadow-medium">
|
275 |
+
<a href="https://wpinked.com/maintenance/" target="_blank">
|
276 |
+
<p class="uk-card-icon uk-text-center"><span uk-icon="icon: database; ratio: 2" class="uk-icon"></span></p>
|
277 |
+
<h2 class="uk-card-title uk-text-center">WordPress Maintenance</h2>
|
278 |
+
<p class="uk-card-desc uk-text-center">Focus on your business, while we take care of your website. We’ll take care of updates, backups, security scans and much more.</p>
|
279 |
+
</a>
|
280 |
</div>
|
281 |
</div>
|
282 |
</div>
|
admin/img/logo.png
ADDED
Binary file
|
css/dashboard.css
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.siteorigin-widget-field-premium label {
|
2 |
+
display: none !important;
|
3 |
+
}
|
4 |
+
|
5 |
+
.block-editor.so-panels-dialog-add-widget
|
6 |
+
.widget-type-list
|
7 |
+
.widget-type
|
8 |
+
.widget-icon.wpinked-widget,
|
9 |
+
.so-panels-dialog.so-panels-dialog-add-widget
|
10 |
+
.widget-type-list
|
11 |
+
.widget-type
|
12 |
+
.widget-icon.wpinked-widget {
|
13 |
+
color: #56bbf8;
|
14 |
+
}
|
fields/premium.class.php
CHANGED
@@ -7,7 +7,7 @@ class Inked_Widget_Field_Premium extends SiteOrigin_Widget_Field_Base {
|
|
7 |
|
8 |
protected function render_field( $value, $instance ) {
|
9 |
?>
|
10 |
-
|
11 |
<?php
|
12 |
}
|
13 |
|
7 |
|
8 |
protected function render_field( $value, $instance ) {
|
9 |
?>
|
10 |
+
|
11 |
<?php
|
12 |
}
|
13 |
|
inc/enqueue.php
CHANGED
@@ -7,6 +7,7 @@ function wpinked_so_admin_style() {
|
|
7 |
wp_register_style( 'iw-admin-css', plugin_dir_url( __FILE__ ) . '../css/admin.min.css', array(), INKED_SO_VER );
|
8 |
wp_register_script( 'iw-admin-js', plugin_dir_url( __FILE__ ) . '../js/admin.js', array(), INKED_SO_VER, true );
|
9 |
wp_register_script( 'iw-admin-icons-js', plugin_dir_url( __FILE__ ) . '../js/admin-icons.js', array(), INKED_SO_VER, true );
|
|
|
10 |
|
11 |
}
|
12 |
endif;
|
7 |
wp_register_style( 'iw-admin-css', plugin_dir_url( __FILE__ ) . '../css/admin.min.css', array(), INKED_SO_VER );
|
8 |
wp_register_script( 'iw-admin-js', plugin_dir_url( __FILE__ ) . '../js/admin.js', array(), INKED_SO_VER, true );
|
9 |
wp_register_script( 'iw-admin-icons-js', plugin_dir_url( __FILE__ ) . '../js/admin-icons.js', array(), INKED_SO_VER, true );
|
10 |
+
wp_enqueue_style( 'iw-dashboard-css', plugin_dir_url( __FILE__ ) . '../css/dashboard.css', array(), INKED_SO_VER);
|
11 |
|
12 |
}
|
13 |
endif;
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: iamadi, freemius
|
|
3 |
Tags: widget, siteorigin, siteorigin widgets bundle, siteorigin page builder, siteorigin widgets, page builder
|
4 |
Requires at least: 3.9
|
5 |
Tested up to: 5.1.0
|
6 |
-
Stable tag: 1.4.
|
7 |
License: GPLv3 or later
|
8 |
|
9 |
A library of highly customizable and thoughtfully crafted widgets that can be used in any widgetized area. Built on top of the SiteOrigin Widgets Bundle.
|
@@ -87,6 +87,11 @@ Once installed, you can choose to Active/Deactivate widget from Plugins -> SiteO
|
|
87 |
|
88 |
== Changelog ==
|
89 |
|
|
|
|
|
|
|
|
|
|
|
90 |
= 1.4.3 - March 22 2019 =
|
91 |
* Security Fix
|
92 |
* Added Contact Form 7 Widget
|
3 |
Tags: widget, siteorigin, siteorigin widgets bundle, siteorigin page builder, siteorigin widgets, page builder
|
4 |
Requires at least: 3.9
|
5 |
Tested up to: 5.1.0
|
6 |
+
Stable tag: 1.4.4
|
7 |
License: GPLv3 or later
|
8 |
|
9 |
A library of highly customizable and thoughtfully crafted widgets that can be used in any widgetized area. Built on top of the SiteOrigin Widgets Bundle.
|
87 |
|
88 |
== Changelog ==
|
89 |
|
90 |
+
= 1.4.4 - March 27 2019 =
|
91 |
+
* [PRO] Fixed error with fonts
|
92 |
+
* Removed display of Pro Field in free version
|
93 |
+
* Minor bug fixes
|
94 |
+
|
95 |
= 1.4.3 - March 22 2019 =
|
96 |
* Security Fix
|
97 |
* Added Contact Form 7 Widget
|
widgets-for-siteorigin.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Plugin Name: Widgets for SiteOrigin
|
6 |
* Plugin URI: https://wpinked.com/plugins/widgets-for-siteorigin/
|
7 |
* Description: A library of highly customizable and thoughtfully crafted widgets. Built on top of the SiteOrigin Widgets Bundle.
|
8 |
-
* Version: 1.4.
|
9 |
* Author: WPinked
|
10 |
* Author URI: widgets.wpinked.com
|
11 |
* License: GPL-2.0+
|
@@ -64,7 +64,7 @@ if ( !function_exists( 'wfs_fs_wpinked_widgets_so' ) ) {
|
|
64 |
wfs_fs_wpinked_widgets_so();
|
65 |
// Signal that SDK was initiated.
|
66 |
do_action( 'wfs_fs_wpinked_widgets_so_loaded' );
|
67 |
-
define( 'INKED_SO_VER', '1.4.
|
68 |
// Allow JS suffix to be pre-set
|
69 |
if ( !defined( 'INKED_JS_SUFFIX' ) ) {
|
70 |
define( 'INKED_JS_SUFFIX', '.min' );
|
5 |
* Plugin Name: Widgets for SiteOrigin
|
6 |
* Plugin URI: https://wpinked.com/plugins/widgets-for-siteorigin/
|
7 |
* Description: A library of highly customizable and thoughtfully crafted widgets. Built on top of the SiteOrigin Widgets Bundle.
|
8 |
+
* Version: 1.4.4
|
9 |
* Author: WPinked
|
10 |
* Author URI: widgets.wpinked.com
|
11 |
* License: GPL-2.0+
|
64 |
wfs_fs_wpinked_widgets_so();
|
65 |
// Signal that SDK was initiated.
|
66 |
do_action( 'wfs_fs_wpinked_widgets_so_loaded' );
|
67 |
+
define( 'INKED_SO_VER', '1.4.4' );
|
68 |
// Allow JS suffix to be pre-set
|
69 |
if ( !defined( 'INKED_JS_SUFFIX' ) ) {
|
70 |
define( 'INKED_JS_SUFFIX', '.min' );
|
widgets/ink-alrt-widget/ink-alrt-widget.php
CHANGED
@@ -27,6 +27,12 @@ class Inked_Alert_SO_Widget extends SiteOrigin_Widget {
|
|
27 |
|
28 |
function get_widget_form() {
|
29 |
return array(
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
'message' => array(
|
31 |
'type' => 'text',
|
32 |
'label' => __( 'Message', 'wpinked-widgets' ),
|
27 |
|
28 |
function get_widget_form() {
|
29 |
return array(
|
30 |
+
|
31 |
+
|
32 |
+
'premium' => array(
|
33 |
+
'type' => 'premium',
|
34 |
+
'label' => __( 'Premium Field', 'wpinked-widgets' ),
|
35 |
+
),
|
36 |
'message' => array(
|
37 |
'type' => 'text',
|
38 |
'label' => __( 'Message', 'wpinked-widgets' ),
|
widgets/ink-ardn-widget/styles/accordion.less
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
@title-h: #666;
|
13 |
@title-h-bg: transparent;
|
14 |
@title-font-fly: default;
|
15 |
-
@title-font-wt:
|
16 |
|
17 |
.iw-so-accordion .iw-so-acc-item {
|
18 |
.gap() when (@gap = 1) { margin-bottom: 12px; }
|
12 |
@title-h: #666;
|
13 |
@title-h-bg: transparent;
|
14 |
@title-font-fly: default;
|
15 |
+
@title-font-wt: normal;
|
16 |
|
17 |
.iw-so-accordion .iw-so-acc-item {
|
18 |
.gap() when (@gap = 1) { margin-bottom: 12px; }
|