Social Media Follow Buttons Bar - Version 4.62

Version Description

  • Oct 12, 2020 =
  • Fixed: On the plugin settings page, the height of the buttons is too small compared to the width.
  • Enhancement: The plugin settings page has been redesigned. The sidebar added to all tabs for better usability.
Download this release

Release Info

Developer Arthur Gareginyan
Plugin Icon 128x128 Social Media Follow Buttons Bar
Version 4.62
Comparing to
See all releases

Code changes from version 4.61 to 4.62

inc/css/admin.css CHANGED
@@ -19,6 +19,9 @@ p {
19
  .postbox a {
20
  text-decoration: none;
21
  }
 
 
 
22
 
23
  /* Title and Description of page
24
  -------------------------------------------------------------- */
19
  .postbox a {
20
  text-decoration: none;
21
  }
22
+ .postbox button.btn {
23
+ height: 34px;
24
+ }
25
 
26
  /* Title and Description of page
27
  -------------------------------------------------------------- */
inc/php/page.php CHANGED
@@ -48,12 +48,11 @@ function spacexchimp_p005_render_submenu_page() {
48
  </ul>
49
  <!-- END-TABS NAVIGATION MENU -->
50
 
 
 
 
51
  <!-- TAB SETTINGS -->
52
  <div class="tab-page fade active in" id="tab-core">
53
-
54
- <!-- INCLUDE SIDEBAR -->
55
- <?php require_once( $plugin['path'] . 'inc/php/sidebar.php' ); ?>
56
-
57
  <?php require_once( $plugin['path'] . 'inc/php/tabs/settings.php' ); ?>
58
 
59
  <!-- INCLUDE PHP-JS FILE -->
48
  </ul>
49
  <!-- END-TABS NAVIGATION MENU -->
50
 
51
+ <!-- INCLUDE SIDEBAR -->
52
+ <?php require_once( $plugin['path'] . 'inc/php/sidebar.php' ); ?>
53
+
54
  <!-- TAB SETTINGS -->
55
  <div class="tab-page fade active in" id="tab-core">
 
 
 
 
56
  <?php require_once( $plugin['path'] . 'inc/php/tabs/settings.php' ); ?>
57
 
58
  <!-- INCLUDE PHP-JS FILE -->
inc/php/tabs/faq.php CHANGED
@@ -9,306 +9,314 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
9
  * Render FAQ Tab Content
10
  */
11
  ?>
12
- <div class="postbox">
13
- <h3 class="title"><?php _e( 'Frequently Asked Questions', $plugin['text'] ); ?></h3>
14
- <div class="inside">
15
 
16
- <p class="note">
17
- <?php _e( 'If you have a question, please read the Frequently Asked Questions below to see if the answer is here.', $plugin['text'] ); ?>
18
- </p>
19
 
20
- <div class="panel-group" id="collapse-group">
21
- <?php
22
- $loopvalue = '20';
23
- for ( $i = 1; $i <= $loopvalue; $i++ ) {
24
- echo '<div class="panel panel-default">
25
- <div class="panel-heading">
26
- <a data-toggle="collapse" data-parent="#collapse-group" href="#element' . $i . '">
27
- <h4 class="panel-title"></h4>
28
- </a>
29
- </div>
30
- <div id="element' . $i . '" class="panel-collapse collapse">
31
- <div class="panel-body">
32
- </div>
33
- </div>
34
- </div>';
35
- }
36
- ?>
37
- </div>
38
 
39
- <?php $i = 1; ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
 
41
- <div class="question-<?php echo $i; ?>">
42
- <?php _e( 'Where can I find a documentation for this plugin?', $plugin['text'] ); ?>
43
- </div>
44
- <div class="answer-<?php echo $i; $i++ ?>">
45
- <?php
46
- printf(
47
- __( 'Please visit our %s Documentation site %s to view documentation.', $plugin['text'] ),
48
- '<a href="https://docs.spacexchimp.com" target="_blank">',
49
- '</a>'
50
- );
51
- ?>
52
- </div>
53
 
54
- <div class="question-<?php echo $i; ?>">
55
- <?php _e( 'Will this plugin work on my wordpress.COM website?', $plugin['text'] ); ?>
56
- </div>
57
- <div class="answer-<?php echo $i; $i++ ?>">
58
- <?php _e( 'Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites.', $plugin['text'] ); ?>
59
- <br><br>
60
- <?php _e( 'Please note that there is a difference between wordpress.COM and wordpress.ORG.', $plugin['text'] ); ?>
61
- <?php _e( 'The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software.', $plugin['text'] ); ?>
62
- <?php
63
- printf(
64
- __( 'You can learn more about the difference here: %s .', $plugin['text'] ),
65
- '<a href="https://en.support.wordpress.com/com-vs-org/" target="_blank">https://en.support.wordpress.com/com-vs-org/</a>'
66
- );
67
- ?>
68
- </div>
69
 
70
- <div class="question-<?php echo $i; ?>">
71
- <?php _e( 'Will this plugin work/compatible with the theme I use?', $plugin['text'] ); ?>
72
- </div>
73
- <div class="answer-<?php echo $i; $i++ ?>">
74
- <?php _e( 'This plugin is compatible with most themes.', $plugin['text'] ); ?>
75
- <?php _e( 'But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme.', $plugin['text'] ); ?>
76
- <?php _e( 'We constantly check this plugin for compatibility with third-party themes.', $plugin['text'] ); ?>
77
- <?php _e( 'If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem.', $plugin['text'] ); ?>
78
- <br><br>
79
- <?php _e( 'If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem.', $plugin['text'] ); ?>
80
- </div>
 
 
 
 
81
 
82
- <div class="question-<?php echo $i; ?>">
83
- <?php _e( 'Will this plugin work/compatible with other plugins that I use?', $plugin['text'] ); ?>
84
- </div>
85
- <div class="answer-<?php echo $i; $i++ ?>">
86
- <?php _e( 'This plugin is compatible with most plugins.', $plugin['text'] ); ?>
87
- <?php _e( 'But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin.', $plugin['text'] ); ?>
88
- <?php _e( 'We constantly check this plugin for compatibility with third-party plugins.', $plugin['text'] ); ?>
89
- <?php _e( 'If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem.', $plugin['text'] ); ?>
90
- <br><br>
91
- <?php _e( 'If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem.', $plugin['text'] ); ?>
92
- </div>
93
 
94
- <div class="question-<?php echo $i; ?>">
95
- <?php _e( 'Can I use this plugin on my language?', $plugin['text'] ); ?>
96
- </div>
97
- <div class="answer-<?php echo $i; $i++ ?>">
98
- <?php _e( 'Yes.', $plugin['text'] ); ?>
99
- <?php _e( 'This plugin is ready for translation and has already been translated into several languages.', $plugin['text'] ); ?>
100
- <?php _e( 'But If your language is not available then you can make one.', $plugin['text'] ); ?>
101
- <?php _e( 'It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections.', $plugin['text'] ); ?>
102
- <?php _e( 'Many of plugin users would be delighted if you share your translation with the community.', $plugin['text'] ); ?>
103
- <?php _e( 'Thanks for your contribution!', $plugin['text'] ); ?>
104
- <br><br>
105
- <?php
106
- printf(
107
- __( 'If you want to help translate this plugin, please visit the %s.', $plugin['text'] ),
108
- '<a href="https://translate.wordpress.org/projects/wp-plugins/' . $plugin['slug'] . '" target="_blank">translation page</a>'
109
- );
110
- ?>
111
- <?php _e( 'You can also use the POT file that is included and placed in the "languages" folder to create a translation PO file.', $plugin['text'] ); ?>
112
- <?php
113
- printf(
114
- __( 'Just send the PO file to us ( %s ) and we will include this translation within the next plugin update.', $plugin['text'] ),
115
- '<a href="mailto:support@spacexchimp.com?subject=New translation of the ' . $plugin['name'] . ' plugin">support@spacexchimp.com</a>'
116
- );
117
- ?>
118
- </div>
119
 
120
- <div class="question-<?php echo $i; ?>">
121
- <?php _e( 'How does it work?', $plugin['text'] ); ?>
122
- </div>
123
- <div class="answer-<?php echo $i; $i++ ?>">
124
- <?php _e( 'On the "Settings" tab, select the desired settings and click the "Save changes" button.', $plugin['text'] ); ?>
125
- <?php _e( 'Enjoy your fancy social media follow buttons.', $plugin['text'] ); ?>
126
- <?php _e( 'It\'s that simple!', $plugin['text'] ); ?>
127
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
128
 
129
- <div class="question-<?php echo $i; ?>">
130
- <?php _e( 'Can I configure my buttons bar instance?', $plugin['text'] ); ?>
131
- </div>
132
- <div class="answer-<?php echo $i; $i++ ?>">
133
- <?php _e( 'Yes.', $plugin['text'] ); ?>
134
- <?php _e( 'On the "Settings" tab, select the desired settings and click the "Save changes" button.', $plugin['text'] ); ?>
135
- <?php _e( 'It\'s that simple!', $plugin['text'] ); ?>
136
- </div>
137
 
138
- <div class="question-<?php echo $i; ?>">
139
- <?php _e( 'How many buttons bar instances can I create?', $plugin['text'] ); ?>
140
- </div>
141
- <div class="answer-<?php echo $i; $i++ ?>">
142
- <?php _e( 'The free version of this plugin supports only 1 instance of the buttons bar.', $plugin['text'] ); ?>
143
- <br><br>
144
- <?php _e( 'In the premium version of this plugin you can create up to 10 of buttons bar instances.', $plugin['text'] ); ?>
145
- <?php _e( 'This is very useful, because that way you can manage your buttons bar instances separately.', $plugin['text'] ); ?>
146
- <?php _e( 'Soon we will remove the limit on the number of buttons bar instances so that you can create an unlimited number of buttons bar instances.', $plugin['text'] ); ?>
147
- </div>
148
 
149
- <div class="question-<?php echo $i; ?>">
150
- <?php _e( 'Does this plugin requires any modification of the theme?', $plugin['text'] ); ?>
151
- </div>
152
- <div class="answer-<?php echo $i; $i++ ?>">
153
- <?php _e( 'Absolutely not.', $plugin['text'] ); ?>
154
- <?php _e( 'This plugin is configurable entirely from the plugin settings page.', $plugin['text'] ); ?>
155
- </div>
 
 
 
156
 
157
- <div class="question-<?php echo $i; ?>">
158
- <?php _e( 'Does this require any knowledge of HTML or CSS?', $plugin['text'] ); ?>
159
- </div>
160
- <div class="answer-<?php echo $i; $i++ ?>">
161
- <?php _e( 'Absolutely not.', $plugin['text'] ); ?>
162
- <?php _e( 'This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page.', $plugin['text'] ); ?>
163
- </div>
164
 
165
- <div class="question-<?php echo $i; ?>">
166
- <?php _e( 'What I need to do if the Google PageSpeed test says that this plugin images must be compressed?', $plugin['text'] ); ?>
167
- </div>
168
- <div class="answer-<?php echo $i; $i++ ?>">
169
- <?php _e( 'The images that uses in this plugin are already compressed, but we will do our best to find out what else can be done with the images in order to compress them even better.', $plugin['text'] ); ?>
170
- </div>
 
171
 
172
- <div class="question-<?php echo $i; ?> question-red">
173
- <?php _e( 'It\'s not working.', $plugin['text'] ); ?>
174
- <?php _e( 'What could be wrong?', $plugin['text'] ); ?>
175
- </div>
176
- <div class="answer-<?php echo $i; $i++ ?>">
177
- <?php _e( 'As with every plugin, it\'s possible that things don\'t work.', $plugin['text'] ); ?>
178
- <?php _e( 'It\'s impossible to tell what could be wrong exactly.', $plugin['text'] ); ?>
179
- <?php _e( 'The most common reason for this is a web browser\'s cache.', $plugin['text'] ); ?>
180
- <?php _e( 'Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load.', $plugin['text'] ); ?>
181
- <?php _e( 'This is called the browser\'s cache.', $plugin['text'] ); ?>
182
- <?php _e( 'Clearing your browser\'s cache may solve the problem.', $plugin['text'] ); ?>
183
- <br><br>
184
- <?php _e( 'If you post a support request in the plugin\'s support forum on WordPress.org, we\'d be happy to give it a look and try to help out.', $plugin['text'] ); ?>
185
- <?php _e( 'Please include as much information as possible, including a link to your website where the problem can be seen.', $plugin['text'] ); ?>
186
- </div>
187
 
188
- <div class="question-<?php echo $i; ?> question-red">
189
- <?php _e( 'The last WordPress update is preventing me from editing my website that is using this plugin.', $plugin['text'] ); ?>
190
- <?php _e( 'Why is this?', $plugin['text'] ); ?>
191
- </div>
192
- <div class="answer-<?php echo $i; $i++ ?>">
193
- <?php _e( 'This plugin can not cause such problem.', $plugin['text'] ); ?>
194
- <?php _e( 'More likely, the problem are related to the settings of the website.', $plugin['text'] ); ?>
195
- <?php _e( 'It could just be a cache, so please try to clear your website\'s cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser.', $plugin['text'] ); ?>
196
- <?php _e( 'Also please try to re-login to the website, this too can help.', $plugin['text'] ); ?>
197
- </div>
 
 
 
 
 
198
 
199
- <div class="question-<?php echo $i; ?> question-red">
200
- <?php _e( 'Where to report bug if found?', $plugin['text'] ); ?>
201
- </div>
202
- <div class="answer-<?php echo $i; $i++ ?>">
203
- <?php _e( 'Bug reports are very welcome!', $plugin['text'] ); ?>
204
- <?php
205
- printf(
206
- __( 'Please visit our %s contact page %s and report.', $plugin['text'] ),
207
- '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
208
- '</a>'
209
- );
210
- ?>
211
- <?php _e( 'Please do not forget to specify the name of the plugin.', $plugin['text'] ); ?>
212
- <?php _e( 'Thank you!', $plugin['text'] ); ?>
213
- <br><br>
214
- <?php _e( 'Please include as much information as possible, including a link to your website where the problem can be seen.', $plugin['text'] ); ?>
215
- <?php _e( 'Describe in more detail what exactly you are seeing.', $plugin['text'] ); ?>
216
- <?php _e( 'Here are some examples:', $plugin['text'] ); ?>
217
- <br><br>
218
- <ul class="custom-list">
219
- <li><?php _e( 'Elements of the plugin settings page are not working.', $plugin['text'] ); ?></li>
220
- <li><?php _e( 'An error message is displayed on the plugin settings page.', $plugin['text'] ); ?></li>
221
- <li><?php _e( 'An error message is displayed on the front end of website.', $plugin['text'] ); ?></li>
222
- <li><?php _e( 'An error message is displayed on the back end of website.', $plugin['text'] ); ?></li>
223
- <li><?php _e( 'Website is crashed.', $plugin['text'] ); ?></li>
224
- </ul>
225
- </div>
226
 
227
- <div class="question-<?php echo $i; ?>">
228
- <?php _e( 'Where to share any ideas or suggestions to make the plugin better?', $plugin['text'] ); ?>
229
- </div>
230
- <div class="answer-<?php echo $i; $i++ ?>">
231
- <?php _e( 'Any suggestions are very welcome!', $plugin['text'] ); ?>
232
- <?php
233
- printf(
234
- __( 'Please visit our %s contact page %s.', $plugin['text'] ),
235
- '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
236
- '</a>'
237
- );
238
- ?>
239
- <?php _e( 'Please do not forget to specify the name of the plugin.', $plugin['text'] ); ?>
240
- <?php _e( 'Thank you!', $plugin['text'] ); ?>
241
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
242
 
243
- <div class="question-<?php echo $i; ?>">
244
- <?php _e( 'I love this plugin!', $plugin['text'] ); ?>
245
- <?php _e( 'Can I help somehow?', $plugin['text'] ); ?>
246
- </div>
247
- <div class="answer-<?php echo $i; $i++ ?>">
248
- <?php _e( 'Yes, any contributions are very welcome!', $plugin['text'] ); ?>
249
- <?php
250
- printf(
251
- __( 'Please visit our %s Support Us %s page.', $plugin['text'] ),
252
- '<a href="https://www.spacexchimp.com/donate.html" target="_blank">',
253
- '</a>'
254
- );
255
- ?>
256
- <?php _e( 'Thank you!', $plugin['text'] ); ?>
257
- </div>
258
 
259
- <div class="question-<?php echo $i; ?>">
260
- <?php _e( 'Where can I find information about your licenses, payment process and refunds?', $plugin['text'] ); ?>
261
- </div>
262
- <div class="answer-<?php echo $i; $i++ ?>">
263
- <?php
264
- printf(
265
- __( 'Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page.', $plugin['text'] ),
266
- '<a href="https://www.spacexchimp.com/faq.html" target="_blank">',
267
- '</a>'
268
- );
269
- ?>
270
- </div>
 
 
 
271
 
272
- <div class="question-<?php echo $i; ?>">
273
- <?php _e( 'Where can I find information about your customer support?', $plugin['text'] ); ?>
274
- </div>
275
- <div class="answer-<?php echo $i; $i++ ?>">
276
- <?php
277
- printf(
278
- __( 'Answers to common questions about our customer support can be found on our %s Common Questions %s page.', $plugin['text'] ),
279
- '<a href="https://www.spacexchimp.com/faq.html" target="_blank">',
280
- '</a>'
281
- );
282
- ?>
283
- </div>
284
 
285
- <div class="question-<?php echo $i; ?>">
286
- <?php _e( 'Where can I find information about your affiliate program?', $plugin['text'] ); ?>
287
- </div>
288
- <div class="answer-<?php echo $i; $i++ ?>">
289
- <?php
290
- printf(
291
- __( 'Answers to common questions about our affiliate program can be found on our %s Common Questions %s page.', $plugin['text'] ),
292
- '<a href="https://www.spacexchimp.com/faq.html" target="_blank">',
293
- '</a>'
294
- );
295
- ?>
296
- </div>
297
 
298
- <div class="question-<?php echo $i; ?>">
299
- <?php _e( 'My question wasn\'t answered here.', $plugin['text'] ); ?>
300
- </div>
301
- <div class="answer-<?php echo $i; $i++ ?>">
302
- <?php
303
- printf(
304
- __( 'You can ask your question on %s this page %s.', $plugin['text'] ),
305
- '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
306
- '</a>'
307
- );
308
- ?>
309
- <?php _e( 'But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone.', $plugin['text'] ); ?>
310
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
311
 
 
 
 
 
312
  </div>
313
  </div>
314
  <?php
9
  * Render FAQ Tab Content
10
  */
11
  ?>
12
+ <div class="has-sidebar sm-padded">
13
+ <div id="post-body-content" class="has-sidebar-content">
14
+ <div class="meta-box-sortabless">
15
 
16
+ <div class="postbox">
17
+ <h3 class="title"><?php _e( 'Frequently Asked Questions', $plugin['text'] ); ?></h3>
18
+ <div class="inside">
19
 
20
+ <p class="note">
21
+ <?php _e( 'If you have a question, please read the Frequently Asked Questions below to see if the answer is here.', $plugin['text'] ); ?>
22
+ </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
+ <div class="panel-group" id="collapse-group">
25
+ <?php
26
+ $loopvalue = '20';
27
+ for ( $i = 1; $i <= $loopvalue; $i++ ) {
28
+ echo '<div class="panel panel-default">
29
+ <div class="panel-heading">
30
+ <a data-toggle="collapse" data-parent="#collapse-group" href="#element' . $i . '">
31
+ <h4 class="panel-title"></h4>
32
+ </a>
33
+ </div>
34
+ <div id="element' . $i . '" class="panel-collapse collapse">
35
+ <div class="panel-body">
36
+ </div>
37
+ </div>
38
+ </div>';
39
+ }
40
+ ?>
41
+ </div>
42
 
43
+ <?php $i = 1; ?>
 
 
 
 
 
 
 
 
 
 
 
44
 
45
+ <div class="question-<?php echo $i; ?>">
46
+ <?php _e( 'Where can I find a documentation for this plugin?', $plugin['text'] ); ?>
47
+ </div>
48
+ <div class="answer-<?php echo $i; $i++ ?>">
49
+ <?php
50
+ printf(
51
+ __( 'Please visit our %s Documentation site %s to view documentation.', $plugin['text'] ),
52
+ '<a href="https://docs.spacexchimp.com" target="_blank">',
53
+ '</a>'
54
+ );
55
+ ?>
56
+ </div>
 
 
 
57
 
58
+ <div class="question-<?php echo $i; ?>">
59
+ <?php _e( 'Will this plugin work on my wordpress.COM website?', $plugin['text'] ); ?>
60
+ </div>
61
+ <div class="answer-<?php echo $i; $i++ ?>">
62
+ <?php _e( 'Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites.', $plugin['text'] ); ?>
63
+ <br><br>
64
+ <?php _e( 'Please note that there is a difference between wordpress.COM and wordpress.ORG.', $plugin['text'] ); ?>
65
+ <?php _e( 'The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software.', $plugin['text'] ); ?>
66
+ <?php
67
+ printf(
68
+ __( 'You can learn more about the difference here: %s .', $plugin['text'] ),
69
+ '<a href="https://en.support.wordpress.com/com-vs-org/" target="_blank">https://en.support.wordpress.com/com-vs-org/</a>'
70
+ );
71
+ ?>
72
+ </div>
73
 
74
+ <div class="question-<?php echo $i; ?>">
75
+ <?php _e( 'Will this plugin work/compatible with the theme I use?', $plugin['text'] ); ?>
76
+ </div>
77
+ <div class="answer-<?php echo $i; $i++ ?>">
78
+ <?php _e( 'This plugin is compatible with most themes.', $plugin['text'] ); ?>
79
+ <?php _e( 'But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme.', $plugin['text'] ); ?>
80
+ <?php _e( 'We constantly check this plugin for compatibility with third-party themes.', $plugin['text'] ); ?>
81
+ <?php _e( 'If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem.', $plugin['text'] ); ?>
82
+ <br><br>
83
+ <?php _e( 'If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem.', $plugin['text'] ); ?>
84
+ </div>
85
 
86
+ <div class="question-<?php echo $i; ?>">
87
+ <?php _e( 'Will this plugin work/compatible with other plugins that I use?', $plugin['text'] ); ?>
88
+ </div>
89
+ <div class="answer-<?php echo $i; $i++ ?>">
90
+ <?php _e( 'This plugin is compatible with most plugins.', $plugin['text'] ); ?>
91
+ <?php _e( 'But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin.', $plugin['text'] ); ?>
92
+ <?php _e( 'We constantly check this plugin for compatibility with third-party plugins.', $plugin['text'] ); ?>
93
+ <?php _e( 'If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem.', $plugin['text'] ); ?>
94
+ <br><br>
95
+ <?php _e( 'If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem.', $plugin['text'] ); ?>
96
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
 
98
+ <div class="question-<?php echo $i; ?>">
99
+ <?php _e( 'Can I use this plugin on my language?', $plugin['text'] ); ?>
100
+ </div>
101
+ <div class="answer-<?php echo $i; $i++ ?>">
102
+ <?php _e( 'Yes.', $plugin['text'] ); ?>
103
+ <?php _e( 'This plugin is ready for translation and has already been translated into several languages.', $plugin['text'] ); ?>
104
+ <?php _e( 'But If your language is not available then you can make one.', $plugin['text'] ); ?>
105
+ <?php _e( 'It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections.', $plugin['text'] ); ?>
106
+ <?php _e( 'Many of plugin users would be delighted if you share your translation with the community.', $plugin['text'] ); ?>
107
+ <?php _e( 'Thanks for your contribution!', $plugin['text'] ); ?>
108
+ <br><br>
109
+ <?php
110
+ printf(
111
+ __( 'If you want to help translate this plugin, please visit the %s.', $plugin['text'] ),
112
+ '<a href="https://translate.wordpress.org/projects/wp-plugins/' . $plugin['slug'] . '" target="_blank">translation page</a>'
113
+ );
114
+ ?>
115
+ <?php _e( 'You can also use the POT file that is included and placed in the "languages" folder to create a translation PO file.', $plugin['text'] ); ?>
116
+ <?php
117
+ printf(
118
+ __( 'Just send the PO file to us ( %s ) and we will include this translation within the next plugin update.', $plugin['text'] ),
119
+ '<a href="mailto:support@spacexchimp.com?subject=New translation of the ' . $plugin['name'] . ' plugin">support@spacexchimp.com</a>'
120
+ );
121
+ ?>
122
+ </div>
123
 
124
+ <div class="question-<?php echo $i; ?>">
125
+ <?php _e( 'How does it work?', $plugin['text'] ); ?>
126
+ </div>
127
+ <div class="answer-<?php echo $i; $i++ ?>">
128
+ <?php _e( 'On the "Settings" tab, select the desired settings and click the "Save changes" button.', $plugin['text'] ); ?>
129
+ <?php _e( 'Enjoy your fancy social media follow buttons.', $plugin['text'] ); ?>
130
+ <?php _e( 'It\'s that simple!', $plugin['text'] ); ?>
131
+ </div>
132
 
133
+ <div class="question-<?php echo $i; ?>">
134
+ <?php _e( 'Can I configure my buttons bar instance?', $plugin['text'] ); ?>
135
+ </div>
136
+ <div class="answer-<?php echo $i; $i++ ?>">
137
+ <?php _e( 'Yes.', $plugin['text'] ); ?>
138
+ <?php _e( 'On the "Settings" tab, select the desired settings and click the "Save changes" button.', $plugin['text'] ); ?>
139
+ <?php _e( 'It\'s that simple!', $plugin['text'] ); ?>
140
+ </div>
 
 
141
 
142
+ <div class="question-<?php echo $i; ?>">
143
+ <?php _e( 'How many buttons bar instances can I create?', $plugin['text'] ); ?>
144
+ </div>
145
+ <div class="answer-<?php echo $i; $i++ ?>">
146
+ <?php _e( 'The free version of this plugin supports only 1 instance of the buttons bar.', $plugin['text'] ); ?>
147
+ <br><br>
148
+ <?php _e( 'In the premium version of this plugin you can create up to 10 of buttons bar instances.', $plugin['text'] ); ?>
149
+ <?php _e( 'This is very useful, because that way you can manage your buttons bar instances separately.', $plugin['text'] ); ?>
150
+ <?php _e( 'Soon we will remove the limit on the number of buttons bar instances so that you can create an unlimited number of buttons bar instances.', $plugin['text'] ); ?>
151
+ </div>
152
 
153
+ <div class="question-<?php echo $i; ?>">
154
+ <?php _e( 'Does this plugin requires any modification of the theme?', $plugin['text'] ); ?>
155
+ </div>
156
+ <div class="answer-<?php echo $i; $i++ ?>">
157
+ <?php _e( 'Absolutely not.', $plugin['text'] ); ?>
158
+ <?php _e( 'This plugin is configurable entirely from the plugin settings page.', $plugin['text'] ); ?>
159
+ </div>
160
 
161
+ <div class="question-<?php echo $i; ?>">
162
+ <?php _e( 'Does this require any knowledge of HTML or CSS?', $plugin['text'] ); ?>
163
+ </div>
164
+ <div class="answer-<?php echo $i; $i++ ?>">
165
+ <?php _e( 'Absolutely not.', $plugin['text'] ); ?>
166
+ <?php _e( 'This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page.', $plugin['text'] ); ?>
167
+ </div>
168
 
169
+ <div class="question-<?php echo $i; ?>">
170
+ <?php _e( 'What I need to do if the Google PageSpeed test says that this plugin images must be compressed?', $plugin['text'] ); ?>
171
+ </div>
172
+ <div class="answer-<?php echo $i; $i++ ?>">
173
+ <?php _e( 'The images that uses in this plugin are already compressed, but we will do our best to find out what else can be done with the images in order to compress them even better.', $plugin['text'] ); ?>
174
+ </div>
 
 
 
 
 
 
 
 
 
175
 
176
+ <div class="question-<?php echo $i; ?> question-red">
177
+ <?php _e( 'It\'s not working.', $plugin['text'] ); ?>
178
+ <?php _e( 'What could be wrong?', $plugin['text'] ); ?>
179
+ </div>
180
+ <div class="answer-<?php echo $i; $i++ ?>">
181
+ <?php _e( 'As with every plugin, it\'s possible that things don\'t work.', $plugin['text'] ); ?>
182
+ <?php _e( 'It\'s impossible to tell what could be wrong exactly.', $plugin['text'] ); ?>
183
+ <?php _e( 'The most common reason for this is a web browser\'s cache.', $plugin['text'] ); ?>
184
+ <?php _e( 'Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load.', $plugin['text'] ); ?>
185
+ <?php _e( 'This is called the browser\'s cache.', $plugin['text'] ); ?>
186
+ <?php _e( 'Clearing your browser\'s cache may solve the problem.', $plugin['text'] ); ?>
187
+ <br><br>
188
+ <?php _e( 'If you post a support request in the plugin\'s support forum on WordPress.org, we\'d be happy to give it a look and try to help out.', $plugin['text'] ); ?>
189
+ <?php _e( 'Please include as much information as possible, including a link to your website where the problem can be seen.', $plugin['text'] ); ?>
190
+ </div>
191
 
192
+ <div class="question-<?php echo $i; ?> question-red">
193
+ <?php _e( 'The last WordPress update is preventing me from editing my website that is using this plugin.', $plugin['text'] ); ?>
194
+ <?php _e( 'Why is this?', $plugin['text'] ); ?>
195
+ </div>
196
+ <div class="answer-<?php echo $i; $i++ ?>">
197
+ <?php _e( 'This plugin can not cause such problem.', $plugin['text'] ); ?>
198
+ <?php _e( 'More likely, the problem are related to the settings of the website.', $plugin['text'] ); ?>
199
+ <?php _e( 'It could just be a cache, so please try to clear your website\'s cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser.', $plugin['text'] ); ?>
200
+ <?php _e( 'Also please try to re-login to the website, this too can help.', $plugin['text'] ); ?>
201
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
202
 
203
+ <div class="question-<?php echo $i; ?> question-red">
204
+ <?php _e( 'Where to report bug if found?', $plugin['text'] ); ?>
205
+ </div>
206
+ <div class="answer-<?php echo $i; $i++ ?>">
207
+ <?php _e( 'Bug reports are very welcome!', $plugin['text'] ); ?>
208
+ <?php
209
+ printf(
210
+ __( 'Please visit our %s contact page %s and report.', $plugin['text'] ),
211
+ '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
212
+ '</a>'
213
+ );
214
+ ?>
215
+ <?php _e( 'Please do not forget to specify the name of the plugin.', $plugin['text'] ); ?>
216
+ <?php _e( 'Thank you!', $plugin['text'] ); ?>
217
+ <br><br>
218
+ <?php _e( 'Please include as much information as possible, including a link to your website where the problem can be seen.', $plugin['text'] ); ?>
219
+ <?php _e( 'Describe in more detail what exactly you are seeing.', $plugin['text'] ); ?>
220
+ <?php _e( 'Here are some examples:', $plugin['text'] ); ?>
221
+ <br><br>
222
+ <ul class="custom-list">
223
+ <li><?php _e( 'Elements of the plugin settings page are not working.', $plugin['text'] ); ?></li>
224
+ <li><?php _e( 'An error message is displayed on the plugin settings page.', $plugin['text'] ); ?></li>
225
+ <li><?php _e( 'An error message is displayed on the front end of website.', $plugin['text'] ); ?></li>
226
+ <li><?php _e( 'An error message is displayed on the back end of website.', $plugin['text'] ); ?></li>
227
+ <li><?php _e( 'Website is crashed.', $plugin['text'] ); ?></li>
228
+ </ul>
229
+ </div>
230
 
231
+ <div class="question-<?php echo $i; ?>">
232
+ <?php _e( 'Where to share any ideas or suggestions to make the plugin better?', $plugin['text'] ); ?>
233
+ </div>
234
+ <div class="answer-<?php echo $i; $i++ ?>">
235
+ <?php _e( 'Any suggestions are very welcome!', $plugin['text'] ); ?>
236
+ <?php
237
+ printf(
238
+ __( 'Please visit our %s contact page %s.', $plugin['text'] ),
239
+ '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
240
+ '</a>'
241
+ );
242
+ ?>
243
+ <?php _e( 'Please do not forget to specify the name of the plugin.', $plugin['text'] ); ?>
244
+ <?php _e( 'Thank you!', $plugin['text'] ); ?>
245
+ </div>
246
 
247
+ <div class="question-<?php echo $i; ?>">
248
+ <?php _e( 'I love this plugin!', $plugin['text'] ); ?>
249
+ <?php _e( 'Can I help somehow?', $plugin['text'] ); ?>
250
+ </div>
251
+ <div class="answer-<?php echo $i; $i++ ?>">
252
+ <?php _e( 'Yes, any contributions are very welcome!', $plugin['text'] ); ?>
253
+ <?php
254
+ printf(
255
+ __( 'Please visit our %s Support Us %s page.', $plugin['text'] ),
256
+ '<a href="https://www.spacexchimp.com/donate.html" target="_blank">',
257
+ '</a>'
258
+ );
259
+ ?>
260
+ <?php _e( 'Thank you!', $plugin['text'] ); ?>
261
+ </div>
262
 
263
+ <div class="question-<?php echo $i; ?>">
264
+ <?php _e( 'Where can I find information about your licenses, payment process and refunds?', $plugin['text'] ); ?>
265
+ </div>
266
+ <div class="answer-<?php echo $i; $i++ ?>">
267
+ <?php
268
+ printf(
269
+ __( 'Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page.', $plugin['text'] ),
270
+ '<a href="https://www.spacexchimp.com/faq.html" target="_blank">',
271
+ '</a>'
272
+ );
273
+ ?>
274
+ </div>
275
 
276
+ <div class="question-<?php echo $i; ?>">
277
+ <?php _e( 'Where can I find information about your customer support?', $plugin['text'] ); ?>
278
+ </div>
279
+ <div class="answer-<?php echo $i; $i++ ?>">
280
+ <?php
281
+ printf(
282
+ __( 'Answers to common questions about our customer support can be found on our %s Common Questions %s page.', $plugin['text'] ),
283
+ '<a href="https://www.spacexchimp.com/faq.html" target="_blank">',
284
+ '</a>'
285
+ );
286
+ ?>
287
+ </div>
288
 
289
+ <div class="question-<?php echo $i; ?>">
290
+ <?php _e( 'Where can I find information about your affiliate program?', $plugin['text'] ); ?>
291
+ </div>
292
+ <div class="answer-<?php echo $i; $i++ ?>">
293
+ <?php
294
+ printf(
295
+ __( 'Answers to common questions about our affiliate program can be found on our %s Common Questions %s page.', $plugin['text'] ),
296
+ '<a href="https://www.spacexchimp.com/faq.html" target="_blank">',
297
+ '</a>'
298
+ );
299
+ ?>
300
+ </div>
301
+
302
+ <div class="question-<?php echo $i; ?>">
303
+ <?php _e( 'My question wasn\'t answered here.', $plugin['text'] ); ?>
304
+ </div>
305
+ <div class="answer-<?php echo $i; $i++ ?>">
306
+ <?php
307
+ printf(
308
+ __( 'You can ask your question on %s this page %s.', $plugin['text'] ),
309
+ '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
310
+ '</a>'
311
+ );
312
+ ?>
313
+ <?php _e( 'But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone.', $plugin['text'] ); ?>
314
+ </div>
315
 
316
+ </div>
317
+ </div>
318
+
319
+ </div>
320
  </div>
321
  </div>
322
  <?php
inc/php/tabs/support.php CHANGED
@@ -9,45 +9,53 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
9
  * Render Support Us Tab Content
10
  */
11
  ?>
12
- <div class="postbox">
13
- <h3 class="title"><?php _e( 'Support Us', $plugin['text'] ); ?></h3>
14
- <div class="inside">
15
- <span class="image-with-button pull-left">
16
- <img src="<?php echo $plugin['url'] . 'inc/img/thanks.png'; ?>" alt="Thanks!">
17
- <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" class="btn btn-default button-labeled">
18
- <span class="btn-label">
19
- <img src="<?php echo $plugin['url'] . 'inc/img/paypal.svg'; ?>" alt="PayPal">
20
- </span>
21
- <?php _e( 'Donate with PayPal', $plugin['text'] ); ?>
22
- </a>
23
- </span>
24
- <p>
25
- <?php _e( 'Hello!', $plugin['text'] ); ?>
26
- <?php
27
- printf(
28
- __( 'My name is %s Arthur %s, I\'m the founder of %s Space X-Chimp %s, which unites a small international team of young people.', $plugin['text'] ),
29
- '<a href="https://www.instagram.com/arthur_gareginyan/" target="_blank">',
30
- '</a>',
31
- '<a href="https://www.spacexchimp.com" target="_blank">',
32
- '</a>'
33
- );
34
- ?>
35
- </p>
36
- <p>
37
- <?php _e( 'Our intention is to create projects that will make this world a better place.', $plugin['text'] ); ?>
38
- <?php _e( 'Our motto is - «Follow your dreams and don’t give up».', $plugin['text'] ); ?>
39
- <?php _e( 'We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too.', $plugin['text'] ); ?>
40
- </p>
41
- <p>
42
- <?php _e( 'We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them.', $plugin['text'] ); ?>
43
- <?php _e( 'But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy.', $plugin['text'] ); ?>
44
- </p>
45
- <p>
46
- <?php _e( 'If you appreciate our work, you can buy us a cup of coffee!', $plugin['text'] ); ?>
47
- </p>
48
- <p>
49
- <?php _e( 'Thank you for your support!', $plugin['text'] ); ?>
50
- </p>
 
 
 
 
 
 
 
 
51
  </div>
52
  </div>
53
  <?php
9
  * Render Support Us Tab Content
10
  */
11
  ?>
12
+ <div class="has-sidebar sm-padded">
13
+ <div id="post-body-content" class="has-sidebar-content">
14
+ <div class="meta-box-sortabless">
15
+
16
+ <div class="postbox">
17
+ <h3 class="title"><?php _e( 'Support Us', $plugin['text'] ); ?></h3>
18
+ <div class="inside">
19
+ <span class="image-with-button pull-left">
20
+ <img src="<?php echo $plugin['url'] . 'inc/img/thanks.png'; ?>" alt="Thanks!">
21
+ <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" class="btn btn-default button-labeled">
22
+ <span class="btn-label">
23
+ <img src="<?php echo $plugin['url'] . 'inc/img/paypal.svg'; ?>" alt="PayPal">
24
+ </span>
25
+ <?php _e( 'Donate with PayPal', $plugin['text'] ); ?>
26
+ </a>
27
+ </span>
28
+ <p>
29
+ <?php _e( 'Hello!', $plugin['text'] ); ?>
30
+ <?php
31
+ printf(
32
+ __( 'My name is %s Arthur %s, I\'m the founder of %s Space X-Chimp %s, which unites a small international team of young people.', $plugin['text'] ),
33
+ '<a href="https://www.instagram.com/arthur_gareginyan/" target="_blank">',
34
+ '</a>',
35
+ '<a href="https://www.spacexchimp.com" target="_blank">',
36
+ '</a>'
37
+ );
38
+ ?>
39
+ </p>
40
+ <p>
41
+ <?php _e( 'Our intention is to create projects that will make this world a better place.', $plugin['text'] ); ?>
42
+ <?php _e( 'Our motto is - «Follow your dreams and don’t give up».', $plugin['text'] ); ?>
43
+ <?php _e( 'We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too.', $plugin['text'] ); ?>
44
+ </p>
45
+ <p>
46
+ <?php _e( 'We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them.', $plugin['text'] ); ?>
47
+ <?php _e( 'But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy.', $plugin['text'] ); ?>
48
+ </p>
49
+ <p>
50
+ <?php _e( 'If you appreciate our work, you can buy us a cup of coffee!', $plugin['text'] ); ?>
51
+ </p>
52
+ <p>
53
+ <?php _e( 'Thank you for your support!', $plugin['text'] ); ?>
54
+ </p>
55
+ </div>
56
+ </div>
57
+
58
+ </div>
59
  </div>
60
  </div>
61
  <?php
inc/php/tabs/usage.php CHANGED
@@ -9,38 +9,46 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
9
  * Render Usage Tab Content
10
  */
11
  ?>
12
- <div class="postbox">
13
- <h3 class="title"><?php _e( 'Usage Instructions', $plugin['text'] ); ?></h3>
14
- <div class="inside">
15
- <p><?php _e( 'To display the social media follow buttons bar on the front end of your website, simply follow these steps:', $plugin['text'] ); ?></p>
16
- <ol class="custom-counter">
17
- <li><?php _e( 'Go to the "Settings" tab on this page.', $plugin['text'] ); ?></li>
18
- <li><?php _e( 'Select the desired buttons and fill in the required URL fields.', $plugin['text'] ); ?></li>
19
- <li><?php _e( 'Select the desired settings.', $plugin['text'] ); ?></li>
20
- <li><?php _e( 'Click the "Save changes" button.', $plugin['text'] ); ?></li>
21
- <li>
22
- <?php _e( 'Now you have several methods for display the social media follow buttons bar (further just "buttons").', $plugin['text'] ); ?>
23
- <?php _e( 'Just choose the one that is more suitable for your case.', $plugin['text'] ); ?>
24
- <br><br>
25
- <p><?php _e( '<b>A)</b> To automatically display the buttons below a content on every Posts and/or Pages, simply use the appropriate option in the "Autoload" section, then click the "Save changes" button.', $plugin['text'] ); ?></p>
26
- <p><?php _e( '<b>B)</b> To add the buttons inside a post from WordPress Post/Page Editor use the following shortcode:', $plugin['text'] ); ?></p>
27
- <p><?php highlight_string('[smbtoolbar]'); ?></p>
28
- <p><?php _e( '<b>C)</b> To add the buttons to the widget area (in sidebar, footer etc.) use the "Text" widget and add inside it the following shortcode:', $plugin['text'] ); ?></p>
29
- <p><?php highlight_string('[smbtoolbar]'); ?></p>
30
- <p><?php _e( '<b>D)</b> To add the buttons directly to the theme files, just add the following code to needed place (where you want to display the buttons) in your theme files:', $plugin['text'] ); ?></p>
31
- <p><?php highlight_string('<?php echo do_shortcode("[smbtoolbar]"); ?>'); ?></p>
32
- </li>
33
- <li><?php _e( 'Enjoy your fancy social media follow buttons.', $plugin['text'] ); ?> <?php _e( 'It\'s that simple!', $plugin['text'] ); ?></li>
34
- </ol>
35
- <p class="note">
36
- <?php
37
- printf(
38
- __( 'If you want more options, then %s let us know %s and we will be happy to add them.', $plugin['text'] ),
39
- '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
40
- '</a>'
41
- );
42
- ?>
43
- </p>
 
 
 
 
 
 
 
 
44
  </div>
45
  </div>
46
  <?php
9
  * Render Usage Tab Content
10
  */
11
  ?>
12
+ <div class="has-sidebar sm-padded">
13
+ <div id="post-body-content" class="has-sidebar-content">
14
+ <div class="meta-box-sortabless">
15
+
16
+ <div class="postbox">
17
+ <h3 class="title"><?php _e( 'Usage Instructions', $plugin['text'] ); ?></h3>
18
+ <div class="inside">
19
+ <p><?php _e( 'To display the social media follow buttons bar on the front end of your website, simply follow these steps:', $plugin['text'] ); ?></p>
20
+ <ol class="custom-counter">
21
+ <li><?php _e( 'Go to the "Settings" tab on this page.', $plugin['text'] ); ?></li>
22
+ <li><?php _e( 'Select the desired buttons and fill in the required URL fields.', $plugin['text'] ); ?></li>
23
+ <li><?php _e( 'Select the desired settings.', $plugin['text'] ); ?></li>
24
+ <li><?php _e( 'Click the "Save changes" button.', $plugin['text'] ); ?></li>
25
+ <li>
26
+ <?php _e( 'Now you have several methods for display the social media follow buttons bar (further just "buttons").', $plugin['text'] ); ?>
27
+ <?php _e( 'Just choose the one that is more suitable for your case.', $plugin['text'] ); ?>
28
+ <br><br>
29
+ <p><?php _e( '<b>A)</b> To automatically display the buttons below a content on every Posts and/or Pages, simply use the appropriate option in the "Autoload" section, then click the "Save changes" button.', $plugin['text'] ); ?></p>
30
+ <p><?php _e( '<b>B)</b> To add the buttons inside a post from WordPress Post/Page Editor use the following shortcode:', $plugin['text'] ); ?></p>
31
+ <p><?php highlight_string('[smbtoolbar]'); ?></p>
32
+ <p><?php _e( '<b>C)</b> To add the buttons to the widget area (in sidebar, footer etc.) use the "Text" widget and add inside it the following shortcode:', $plugin['text'] ); ?></p>
33
+ <p><?php highlight_string('[smbtoolbar]'); ?></p>
34
+ <p><?php _e( '<b>D)</b> To add the buttons directly to the theme files, just add the following code to needed place (where you want to display the buttons) in your theme files:', $plugin['text'] ); ?></p>
35
+ <p><?php highlight_string('<?php echo do_shortcode("[smbtoolbar]"); ?>'); ?></p>
36
+ </li>
37
+ <li><?php _e( 'Enjoy your fancy social media follow buttons.', $plugin['text'] ); ?> <?php _e( 'It\'s that simple!', $plugin['text'] ); ?></li>
38
+ </ol>
39
+ <p class="note">
40
+ <?php
41
+ printf(
42
+ __( 'If you want more options, then %s let us know %s and we will be happy to add them.', $plugin['text'] ),
43
+ '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
44
+ '</a>'
45
+ );
46
+ ?>
47
+ </p>
48
+ </div>
49
+ </div>
50
+
51
+ </div>
52
  </div>
53
  </div>
54
  <?php
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: https://www.spacexchimp.com/donate.html
5
  Requires at least: 4.9
6
  Tested up to: 5.5
7
  Requires PHP: 5.6
8
- Stable tag: 4.61
9
  License: GPL3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
@@ -314,9 +314,13 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
314
 
315
  == Changelog ==
316
 
 
 
 
 
317
  = 4.61 - Oct 3, 2020 =
318
- * New feature: Restoring screen position after saving changes. No more annoying return to the top of the page after clicking the "Save" button.
319
- * Maintenance: Loading of dynamic content on the settings page has been updated to more versatile.
320
 
321
  = 4.60 - Aug 10, 2020 =
322
  * Maintenance: Ensure compatibility with upcoming WordPress 5.5.
5
  Requires at least: 4.9
6
  Tested up to: 5.5
7
  Requires PHP: 5.6
8
+ Stable tag: 4.62
9
  License: GPL3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
314
 
315
  == Changelog ==
316
 
317
+ = 4.62 - Oct 12, 2020 =
318
+ * Fixed: On the plugin settings page, the height of the buttons is too small compared to the width.
319
+ * Enhancement: The plugin settings page has been redesigned. The sidebar added to all tabs for better usability.
320
+
321
  = 4.61 - Oct 3, 2020 =
322
+ * New feature: Restoring screen position after saving changes. No more annoying return to the top of the page after clicking the "Save" button on the plugin settings page.
323
+ * Maintenance: Loading of dynamic content on the plugin settings page has been updated to more versatile.
324
 
325
  = 4.60 - Aug 10, 2020 =
326
  * Maintenance: Ensure compatibility with upcoming WordPress 5.5.
social-media-buttons-toolbar.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Easily and safely add a smart bar with social media follow buttons (not share, only link to your profiles) to any place (post content, page content, widget, sidebar, header, footer) of your WordPress website.
6
  * Author: Space X-Chimp
7
  * Author URI: https://www.spacexchimp.com
8
- * Version: 4.61
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/
5
  * Description: Easily and safely add a smart bar with social media follow buttons (not share, only link to your profiles) to any place (post content, page content, widget, sidebar, header, footer) of your WordPress website.
6
  * Author: Space X-Chimp
7
  * Author URI: https://www.spacexchimp.com
8
+ * Version: 4.62
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/