Weblizar Twitter Widget - Version 1.7.9

Version Description

  • Add : Pro Features Layout Page
  • Update : Change layout of plugin setting dashboard
Download this release

Release Info

Developer weblizar
Plugin Icon 128x128 Weblizar Twitter Widget
Version 1.7.9
Comparing to
See all releases

Code changes from version 1.7.8 to 1.7.9

banner.php CHANGED
@@ -1,15 +1,12 @@
1
  <?php
2
-
3
  if ( ! defined( 'ABSPATH' ) ) exit;
4
  $twt_imgpath = WEBLIZAR_TWITTER_PLUGIN_URL."images/twt.jpg";
5
- $twt_bg_imgpath = WEBLIZAR_TWITTER_PLUGIN_URL."images/bg.jpg";
6
  ?>
7
  <div class="wb_plugin_feature notice is-dismissible">
8
  <div class="wb_plugin_feature_banner default_pattern pattern_ ">
9
- <div class="wb-col-md-6 wb-col-sm-12 wb-text-center institute_banner_img">
10
- <h2> <?php _e('', twitter_tweets); ?> </h2>
11
- <img class="wp-img-responsive" src="<?php echo $twt_imgpath; ?>" alt="img">
12
- </div>
13
  <div class="wb-col-md-6 wb-col-sm-12 wb_banner_featurs-list">
14
  <span><h2><?php _e('Twitter Tweets Pro Features', twitter_tweets); ?> </h2></span>
15
  <ul>
@@ -33,7 +30,7 @@ $twt_bg_imgpath = WEBLIZAR_TWITTER_PLUGIN_URL."images/bg.jpg";
33
  <div class="plugin_vrsion"> <span> <b> 1.0 </b> <?php _e('Version', twitter_tweets); ?> </span> </div>
34
  <span class="twt_offer">First 100 Users Get 50% OFF Using "50%OFF" Coupon Code</span>
35
  </div>
36
- </div>
37
  </div>
38
  <style type="text/css">
39
  .wb-col-md-12{
@@ -53,7 +50,7 @@ $twt_bg_imgpath = WEBLIZAR_TWITTER_PLUGIN_URL."images/bg.jpg";
53
  .wb_plugin_feature_banner.default_pattern {
54
  box-shadow: 0px 2px 20px #818181;
55
  margin: 40px 0px;
56
- background: linear-gradient(-67deg, #994681 57%, rgba(4, 4, 4, 0.65) 39%), url(<?php echo $twt_bg_imgpath; ?>);
57
  float: left;
58
  display: block;
59
  clear: right;
1
  <?php
 
2
  if ( ! defined( 'ABSPATH' ) ) exit;
3
  $twt_imgpath = WEBLIZAR_TWITTER_PLUGIN_URL."images/twt.jpg";
 
4
  ?>
5
  <div class="wb_plugin_feature notice is-dismissible">
6
  <div class="wb_plugin_feature_banner default_pattern pattern_ ">
7
+ <div class="wb-col-md-6 wb-col-sm-12">
8
+ <img class="wp-img-responsive" src="<?php echo $twt_imgpath; ?>" alt="img">
9
+ </div>
 
10
  <div class="wb-col-md-6 wb-col-sm-12 wb_banner_featurs-list">
11
  <span><h2><?php _e('Twitter Tweets Pro Features', twitter_tweets); ?> </h2></span>
12
  <ul>
30
  <div class="plugin_vrsion"> <span> <b> 1.0 </b> <?php _e('Version', twitter_tweets); ?> </span> </div>
31
  <span class="twt_offer">First 100 Users Get 50% OFF Using "50%OFF" Coupon Code</span>
32
  </div>
33
+ </div>
34
  </div>
35
  <style type="text/css">
36
  .wb-col-md-12{
50
  .wb_plugin_feature_banner.default_pattern {
51
  box-shadow: 0px 2px 20px #818181;
52
  margin: 40px 0px;
53
+ background-color: #994681;
54
  float: left;
55
  display: block;
56
  clear: right;
css/heroic-features.css ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
3
+ * Copyright 2013-2017 Start Bootstrap
4
+ * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
5
+ */
6
+
7
+ body {
8
+ padding-top: 54px;
9
+ }
10
+
11
+ @media (min-width: 992px) {
12
+ body {
13
+ padding-top: 56px;
14
+ }
15
+ }
16
+
17
+ .card {
18
+ height: 100%;
19
+ border:none !important;
20
+ }
css/weblizar-option-twiiter-style.css CHANGED
@@ -35,47 +35,47 @@ margin-bottom:12px;
35
  .ui-tabs ul li .currunt,.ui-tabs ul li .active{background-color:#2B2121;}
36
  /************* option header ***************/
37
  .weblizar-header {
38
- background-color: #31a3dd;
39
- color: #fff;
40
- border: 1px solid #fff;
41
- border-bottom: 1px solid #fff;
42
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#31a3dd), to(#31a3dd));
43
- background-image: -webkit-linear-gradient(top, #31a3dd, 0%, #31a3dd, 100%);
44
- background-image: -moz-linear-gradient(top, #31a3dd 0%, #31a3dd 100%);
45
- background-image: linear-gradient(to bottom, #31a3dd 0%, #31a3dd 100%);
46
- background-repeat: repeat-x;
47
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3498db', endColorstr='#ff258cd1', GradientType=0);
48
- min-height: 62px;
49
  padding-bottom: 15px;
50
  padding-left: 0;
51
  padding-right: 0;
52
- border-radius: 6px 6px 0px 0px;
53
- -webkit-box-shadow: inset 0px 1px 2px 0px rgba(255,255,255,0.3),0px 2px 2px 0px rgba(0,0,0,0.2);
54
- -moz-box-shadow: inset 0px 1px 2px 0px rgba(255,255,255,0.3),0px 2px 2px 0px rgba(0,0,0,0.2);
55
- box-shadow: inset 0px 1px 2px 0px rgba(255,255,255,0.3),0px 2px 2px 0px rgba(0,0,0,0.2);
56
- margin-bottom:30px;
57
- overflow: hidden;
58
- display: block;
59
  width: 100%;
60
  }
61
 
62
  .weblizar-header h2 span { float: left;
63
- font-size:18px;
64
- color:#FFF;
65
- font-size: 23px;
66
  font-weight: bold;
67
  line-height: 29px;
68
- padding-left:10px;
69
- padding-top: 18px;
70
  }
71
  .weblizar-submenu-links{ float: right; margin-right: 20px; }
72
 
73
  #weblizar-submenu-links ul { float: left; margin-top: 8px 0 0; }
74
  #weblizar-submenu-links ul li { display: inline; margin: 0 10px 0 0; padding: 0 0 2px 22px; color:#fff;}
75
  #weblizar-submenu-links ul li.home { background: url("../images/option-icon-homepage.png") no-repeat scroll left center transparent; }
76
- #weblizar-submenu-links ul li.docs { background: url(../images/icon-docs.png) no-repeat left center; }
77
- #weblizar-submenu-links ul li.support { background: url(../images/icon-support.png) no-repeat left center; }
78
- #weblizar-submenu-links ul li.changelog { background: url(../images/icon-changelog.png) no-repeat left center; }
79
  #weblizar-submenu-links ul li a:link, #weblizar-submenu-links ul li a:visited { color: #fff; font-weight: bold; text-decoration: none; position: relative;bottom: 3px; }
80
  #weblizar-submenu-links ul li a:hover { color: #ffffff; font-weight: bold; }
81
 
@@ -83,7 +83,7 @@ width: 100%;
83
  #weblizar_wrap {background-color:#fff;}
84
  #options_tabs { width:95%; }
85
  #weblizar_wrap .ui-tabs .ui-tabs-nav {
86
-
87
  margin-top: 0;
88
  list-style: none;
89
  position: relative;
@@ -91,9 +91,9 @@ width: 100%;
91
  cursor:pointer;
92
  width: 180px;
93
  word-wrap: break-word;
94
- padding-left:0px;
95
- margin-right:30px;
96
- min-height:500px;
97
  }
98
 
99
  #nav li a {
@@ -105,21 +105,21 @@ width: 100%;
105
  text-decoration: none;
106
  }
107
 
108
- #weblizar_wrap .ui-tabs .ui-tabs-nav li.active a {
109
  font-family: Georgia;
110
- font-size: 17px;
111
- /* background-color: #31a3dd;
112
- color: #fff; */
113
- background-color: #C9D2D6;
114
- color: #130E0E;
115
- border: 1px solid #C9D2D6;
116
-
117
-
118
  }
119
  #weblizar_wrap .ui-tabs .ui-tabs-nav li a .dashicons{
120
- margin-right:6px;
121
- vertical-align:middle;
122
- font-size:19px;
123
  }
124
 
125
  #nav li ul { display: none; }
@@ -131,31 +131,31 @@ width: 100%;
131
  margin: 0;
132
  padding: 0;
133
  overflow: visible;
134
- font-family: Georgia;
135
  }
136
  .ui-tabs { padding:0px !important; }
137
  .ui-tabs .ui-tabs-nav { padding:0px !important; }
138
 
139
  #weblizar_wrap .ui-tabs .ui-tabs-nav li a {
140
- float: left;
141
  display: block;
142
- width: 180px;
143
  padding: 8px 10px;
144
-
145
  /* border-top: 1px solid #555555; */
146
- background-color: #31a3dd;
147
- color: #fff;
148
- border: 1px solid #31a3dd;
149
-
150
  }
151
 
152
 
153
  #weblizar_wrap .ui-tabs .ui-tabs-nav li.active ul li a
154
- { background-color: #fff;
155
- color:#585858;
156
- font: 14px sans-serif; text-shadow: none; border:none;
157
- overflow:hidden; border-bottom:1px solid #E9E9E9;
158
- border-right:1px solid #E9E9E9;
159
  }
160
 
161
  #weblizar_wrap .ui-tabs .ui-tabs-nav li.active ul li.active a{ color:#21759b; }
@@ -168,7 +168,7 @@ width: 100%;
168
  padding-right:32px; padding-top:15px; padding-bottom:15px;background:#ffffff;
169
  box-shadow: 0 0 6px rgba(0,0,0,.3);
170
 
171
- }
172
 
173
  #weblizar_wrap .ui-tabs {
174
 
@@ -177,26 +177,26 @@ min-height:500px;
177
  }
178
 
179
  /***** Option Panel form css ******/
180
- .weblizar_inpute{ padding-bottom: 6px; width: 50%; }
181
  .ui-tabs-panel #heading {
182
- border-bottom-color: #C8C8C8; border-bottom-style: solid; border-bottom-width: 1px;
183
- margin-bottom: 10px; padding-bottom: 10px;
184
  }
185
-
186
  .ui-tabs-panel .section {
187
- border-bottom-color: #f5f5f5; border-bottom-style: solid; border-bottom-width: 2px;
188
  padding-bottom: 40px; padding-top: 20px; margin-bottom:10px;
189
  }
190
  #button_section{ padding-bottom: 15px; }
191
 
192
  #content {
193
  margin-bottom:30px;
194
- min-height:500px;
195
  }
196
 
197
  #content .section .explain {
198
- color: #999999; font-family: sans-serif;font-size: 14px;
199
- width: auto; margin-left:10px;
200
  }
201
 
202
  #content .section h3 {
@@ -217,7 +217,7 @@ a.btn-primary:hover,a.btn-inverse:hover{color:#fff;}
217
  .loading { display:none;}
218
 
219
  /*************** Option panel tab icons css *****************/
220
- .icon{ background-repeat: no-repeat; height: 16px; padding: 1px 0 0 24px; width: 16px; }
221
  .icon.home-page{background-image: url(../images/icon-home.png); }
222
  .icon.footer{ background-image: url(../images/option-icon-footer.png); }
223
  .icon.social{ background-image: url(../images/option-icon-image.png); }
@@ -225,7 +225,7 @@ a.btn-primary:hover,a.btn-inverse:hover{color:#fff;}
225
 
226
  /*********Option panel save and success massage ************/
227
  .weblizar_settings_loding{
228
- background: url("../images/pageloader.gif") no-repeat;
229
  display:none; font-size: 20px; height: 200px;
230
  left: 50%; padding: 23px 6px 10px 52px; position: fixed;
231
  text-align: center; top: 50%; vertical-align: middle;
@@ -233,14 +233,14 @@ a.btn-primary:hover,a.btn-inverse:hover{color:#fff;}
233
  }
234
 
235
  .weblizar_settings_massage{
236
- background: url("../images/happy.png") no-repeat scroll 13px 23px rgba(58, 58, 58, 0.8);
237
  border: 1px solid #3A3A3A;
238
  border-radius: 10px;
239
  box-shadow: 0 5px 30px #3A3A3A;
240
  color: #FFFFFF;
241
  display:none ;
242
  font-size: 20px;
243
- font-weight:bold;
244
  height: 65px;
245
  left: 50%;
246
  padding: 23px 6px 10px 52px;
@@ -300,7 +300,7 @@ li, dd {
300
  padding-bottom: 20px;
301
  }
302
  #rate_lite{
303
- clear: left;
304
  float: left;
305
  padding-bottom: 20px;
306
  }
@@ -355,20 +355,20 @@ li, dd {
355
  #product-details { margin-top:25px; margin-left:0px; padding-bottom:25px; border-bottom:1px solid #3A3D41; }
356
  #theme-image { margin-left:0px; }
357
  #theme-image img {
358
- border: 5px solid #3A3D41;
359
  padding: 3px;
360
  }
361
- #theme-name {
362
- color: #0088CC;
363
- font-size: 2em;
364
- font-weight: bold;
365
- line-height: 1.2em;
366
- padding: 5px;
367
- text-align: center;
368
- text-decoration:none;
369
- }
370
  .buy-theme {
371
- background-color: #0088CC;
372
  border-radius: 4px;
373
  color: #FFFFFF;
374
  font-size: 2em;
@@ -376,10 +376,10 @@ li, dd {
376
  line-height: 1.2em;
377
  padding: 5px;
378
  text-align: center;
379
- text-decoration: none;
380
  }
381
  .demo-theme {
382
- background-color: #3A3D41;
383
  border-radius: 4px;
384
  color: #FFFFFF;
385
  font-size: 2em;
@@ -460,19 +460,19 @@ li, dd {
460
 
461
 
462
  .enigma_project_section_col {
463
- border-radius: 0px;
464
- margin-bottom: 35px;
465
- transition: all 0.4s ease 0s;
466
- text-align: center;
467
  }
468
  .img-wrapper{
469
- margin-bottom:50px;
470
- overflow:hidden;
471
  }
472
  .enigma_home_portfolio_showcase {
473
- position: relative;
474
- width: 100%;
475
- overflow: hidden;
476
  }
477
  .enigma_home_portfolio_showcase:hover .enigma_home_portfolio_showcase_title a {
478
  text-decoration: underline;
@@ -488,15 +488,15 @@ li, dd {
488
  height: 100%;
489
  top: -80%;
490
  left: 0;
491
- background:rgba(0,0,0,0.7);
492
- -webkit-transition: all .25s linear;
493
  -moz-transition: all .25s linear;
494
  -o-transition: all .25s linear;
495
  transition: all .25s linear;
496
  }
497
 
498
  .enigma_home_portfolio_showcase img{
499
- -webkit-transition: all .45s ease-in;
500
  -moz-transition: all .45s ease-in;
501
  -o-transition: all .45s ease-in;
502
  transition: all .45s ease-in;
@@ -508,7 +508,7 @@ li, dd {
508
  width: 100%;
509
  overflow: hidden;
510
  visibility: hidden;
511
- -webkit-transition: all .25s ease-in;
512
  -moz-transition: all .25s ease-in;
513
  -o-transition: all .25s ease-in;
514
  transition: all .25s ease-in;
@@ -525,25 +525,25 @@ li, dd {
525
  margin-left: 2px;
526
  padding: 15px 15px;
527
  opacity: 1;
528
- text-decoration: none;
529
- margin-right:5px;
530
-
531
- width:180px;
532
- height:55px;
533
- transition: all 0.3s ease 0s;
534
- color:#ffffff;
535
- border:3px solid #ffffff;
536
  }
537
  .enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons a i{
538
  font-size: 1.6em;
539
- line-height:40px;
540
  }
541
  .enigma_home_portfolio_showcase:hover .enigma_home_portfolio_showcase_overlay {
542
  visibility: visible;
543
- top: 0;
544
  }
545
  .enigma_home_portfolio_showcase:hover img{
546
-
547
  }
548
  .enigma_home_portfolio_showcase:hover .enigma_home_portfolio_showcase_overlay_inner {
549
  visibility: visible;
@@ -560,12 +560,12 @@ li, dd {
560
  border-radius: 0;
561
  padding: 0 0 15px;
562
  text-align: center;
563
- font-family: 'OpenSansRegular';
564
- cursor: pointer;
565
  }
566
  .enigma_home_portfolio_showcase_icons a:hover{
567
- background:#ffffff;
568
- color:#000000;
569
  }
570
 
571
 
@@ -674,7 +674,7 @@ line-height: 1.5;
674
  margin: 30px 0 0;
675
  }
676
  .pro-dir-button{
677
-
678
  display: inline-block;
679
  padding: 4px 19px;
680
  margin-bottom: 0;
@@ -695,11 +695,11 @@ border: 1px solid transparent;
695
  border-radius: 0px;
696
  background: #fff;
697
 
698
-
699
  }
700
  #option-ourproduct .enigma_sidebar_link{
701
- margin-top:5px;
702
- margin-bottom:5px;
703
  }
704
  #option-ourproduct .enigma_sidebar_link p, .enigma_sidebar_widget ul li {
705
  display: block;
@@ -787,5 +787,4 @@ padding-bottom: 15px;
787
  background: #ffffff;
788
  box-shadow: 0 0 6px rgba(0,0,0,.3);
789
  }
790
- }
791
-
35
  .ui-tabs ul li .currunt,.ui-tabs ul li .active{background-color:#2B2121;}
36
  /************* option header ***************/
37
  .weblizar-header {
38
+ background-color: #466575;
39
+ color: #fff;
40
+ border: 1px solid #fff;
41
+ border-bottom: 1px solid #fff;
42
+ background-image: -webkit-gradient(linear, left 0%, left 100%, from(#466575), to(#466575));
43
+ background-image: -webkit-linear-gradient(top, #466575, 0%, #466575, 100%);
44
+ background-image: -moz-linear-gradient(top, #466575 0%, #466575 100%);
45
+ background-image: linear-gradient(to bottom, #466575 0%, #466575 100%);
46
+ background-repeat: repeat-x;
47
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3498db', endColorstr='#ff258cd1', GradientType=0);
48
+ min-height: 62px;
49
  padding-bottom: 15px;
50
  padding-left: 0;
51
  padding-right: 0;
52
+ border-radius: 6px 6px 0px 0px;
53
+ -webkit-box-shadow: inset 0px 1px 2px 0px rgba(255,255,255,0.3),0px 2px 2px 0px rgba(0,0,0,0.2);
54
+ -moz-box-shadow: inset 0px 1px 2px 0px rgba(255,255,255,0.3),0px 2px 2px 0px rgba(0,0,0,0.2);
55
+ box-shadow: inset 0px 1px 2px 0px rgba(255,255,255,0.3),0px 2px 2px 0px rgba(0,0,0,0.2);
56
+ margin-bottom:30px;
57
+ overflow: hidden;
58
+ display: block;
59
  width: 100%;
60
  }
61
 
62
  .weblizar-header h2 span { float: left;
63
+ font-size:18px;
64
+ color:#FFF;
65
+ font-size: 23px;
66
  font-weight: bold;
67
  line-height: 29px;
68
+ padding-left:10px;
69
+ padding-top: 18px;
70
  }
71
  .weblizar-submenu-links{ float: right; margin-right: 20px; }
72
 
73
  #weblizar-submenu-links ul { float: left; margin-top: 8px 0 0; }
74
  #weblizar-submenu-links ul li { display: inline; margin: 0 10px 0 0; padding: 0 0 2px 22px; color:#fff;}
75
  #weblizar-submenu-links ul li.home { background: url("../images/option-icon-homepage.png") no-repeat scroll left center transparent; }
76
+ #weblizar-submenu-links ul li.docs { background: url(../images/icon-docs.png) no-repeat left center; }
77
+ #weblizar-submenu-links ul li.support { background: url(../images/icon-support.png) no-repeat left center; }
78
+ #weblizar-submenu-links ul li.changelog { background: url(../images/icon-changelog.png) no-repeat left center; }
79
  #weblizar-submenu-links ul li a:link, #weblizar-submenu-links ul li a:visited { color: #fff; font-weight: bold; text-decoration: none; position: relative;bottom: 3px; }
80
  #weblizar-submenu-links ul li a:hover { color: #ffffff; font-weight: bold; }
81
 
83
  #weblizar_wrap {background-color:#fff;}
84
  #options_tabs { width:95%; }
85
  #weblizar_wrap .ui-tabs .ui-tabs-nav {
86
+
87
  margin-top: 0;
88
  list-style: none;
89
  position: relative;
91
  cursor:pointer;
92
  width: 180px;
93
  word-wrap: break-word;
94
+ padding-left:0px;
95
+ margin-right:30px;
96
+ min-height:500px;
97
  }
98
 
99
  #nav li a {
105
  text-decoration: none;
106
  }
107
 
108
+ #weblizar_wrap .ui-tabs .ui-tabs-nav li.active a {
109
  font-family: Georgia;
110
+ font-size: 17px;
111
+ /* background-color: #31a3dd;
112
+ color: #fff; */
113
+ background-color: #C9D2D6;
114
+ color: #130E0E;
115
+ border: 1px solid #C9D2D6;
116
+
117
+
118
  }
119
  #weblizar_wrap .ui-tabs .ui-tabs-nav li a .dashicons{
120
+ margin-right:6px;
121
+ vertical-align:middle;
122
+ font-size:19px;
123
  }
124
 
125
  #nav li ul { display: none; }
131
  margin: 0;
132
  padding: 0;
133
  overflow: visible;
134
+ font-family: Georgia;
135
  }
136
  .ui-tabs { padding:0px !important; }
137
  .ui-tabs .ui-tabs-nav { padding:0px !important; }
138
 
139
  #weblizar_wrap .ui-tabs .ui-tabs-nav li a {
140
+ float: left;
141
  display: block;
142
+ width: 180px;
143
  padding: 8px 10px;
144
+
145
  /* border-top: 1px solid #555555; */
146
+ background-color: #466575;
147
+ color: #fff;
148
+ border: 1px solid #fff;
149
+
150
  }
151
 
152
 
153
  #weblizar_wrap .ui-tabs .ui-tabs-nav li.active ul li a
154
+ { background-color: #fff;
155
+ color:#585858;
156
+ font: 14px sans-serif; text-shadow: none; border:none;
157
+ overflow:hidden; border-bottom:1px solid #E9E9E9;
158
+ border-right:1px solid #E9E9E9;
159
  }
160
 
161
  #weblizar_wrap .ui-tabs .ui-tabs-nav li.active ul li.active a{ color:#21759b; }
168
  padding-right:32px; padding-top:15px; padding-bottom:15px;background:#ffffff;
169
  box-shadow: 0 0 6px rgba(0,0,0,.3);
170
 
171
+ }
172
 
173
  #weblizar_wrap .ui-tabs {
174
 
177
  }
178
 
179
  /***** Option Panel form css ******/
180
+ .weblizar_inpute{ padding-bottom: 6px; width: 50%; }
181
  .ui-tabs-panel #heading {
182
+ border-bottom-color: #C8C8C8; border-bottom-width: 1px;
183
+ margin-bottom: 10px; padding-bottom: 10px;
184
  }
185
+
186
  .ui-tabs-panel .section {
187
+ border-bottom-color: #f5f5f5; border-bottom-width: 2px;
188
  padding-bottom: 40px; padding-top: 20px; margin-bottom:10px;
189
  }
190
  #button_section{ padding-bottom: 15px; }
191
 
192
  #content {
193
  margin-bottom:30px;
194
+ min-height:500px;
195
  }
196
 
197
  #content .section .explain {
198
+ color: #999999; font-family: sans-serif;font-size: 14px;
199
+ width: auto; margin-left:10px;
200
  }
201
 
202
  #content .section h3 {
217
  .loading { display:none;}
218
 
219
  /*************** Option panel tab icons css *****************/
220
+ .icon{ background-repeat: no-repeat; height: 16px; padding: 1px 0 0 24px; width: 16px; }
221
  .icon.home-page{background-image: url(../images/icon-home.png); }
222
  .icon.footer{ background-image: url(../images/option-icon-footer.png); }
223
  .icon.social{ background-image: url(../images/option-icon-image.png); }
225
 
226
  /*********Option panel save and success massage ************/
227
  .weblizar_settings_loding{
228
+ background: url("../images/pageloader.gif") no-repeat;
229
  display:none; font-size: 20px; height: 200px;
230
  left: 50%; padding: 23px 6px 10px 52px; position: fixed;
231
  text-align: center; top: 50%; vertical-align: middle;
233
  }
234
 
235
  .weblizar_settings_massage{
236
+ background: url("../images/happy.png") no-repeat scroll 13px 23px rgba(58, 58, 58, 0.8);
237
  border: 1px solid #3A3A3A;
238
  border-radius: 10px;
239
  box-shadow: 0 5px 30px #3A3A3A;
240
  color: #FFFFFF;
241
  display:none ;
242
  font-size: 20px;
243
+ font-weight:bold;
244
  height: 65px;
245
  left: 50%;
246
  padding: 23px 6px 10px 52px;
300
  padding-bottom: 20px;
301
  }
302
  #rate_lite{
303
+ clear: left;
304
  float: left;
305
  padding-bottom: 20px;
306
  }
355
  #product-details { margin-top:25px; margin-left:0px; padding-bottom:25px; border-bottom:1px solid #3A3D41; }
356
  #theme-image { margin-left:0px; }
357
  #theme-image img {
358
+ border: 5px solid #3A3D41;
359
  padding: 3px;
360
  }
361
+ #theme-name {
362
+ color: #0088CC;
363
+ font-size: 2em;
364
+ font-weight: bold;
365
+ line-height: 1.2em;
366
+ padding: 5px;
367
+ text-align: center;
368
+ text-decoration:none;
369
+ }
370
  .buy-theme {
371
+ background-color: #0088CC;
372
  border-radius: 4px;
373
  color: #FFFFFF;
374
  font-size: 2em;
376
  line-height: 1.2em;
377
  padding: 5px;
378
  text-align: center;
379
+ text-decoration: none;
380
  }
381
  .demo-theme {
382
+ background-color: #3A3D41;
383
  border-radius: 4px;
384
  color: #FFFFFF;
385
  font-size: 2em;
460
 
461
 
462
  .enigma_project_section_col {
463
+ border-radius: 0px;
464
+ margin-bottom: 35px;
465
+ transition: all 0.4s ease 0s;
466
+ text-align: center;
467
  }
468
  .img-wrapper{
469
+ margin-bottom:50px;
470
+ overflow:hidden;
471
  }
472
  .enigma_home_portfolio_showcase {
473
+ position: relative;
474
+ width: 100%;
475
+ overflow: hidden;
476
  }
477
  .enigma_home_portfolio_showcase:hover .enigma_home_portfolio_showcase_title a {
478
  text-decoration: underline;
488
  height: 100%;
489
  top: -80%;
490
  left: 0;
491
+ background:rgba(0,0,0,0.7);
492
+ -webkit-transition: all .25s linear;
493
  -moz-transition: all .25s linear;
494
  -o-transition: all .25s linear;
495
  transition: all .25s linear;
496
  }
497
 
498
  .enigma_home_portfolio_showcase img{
499
+ -webkit-transition: all .45s ease-in;
500
  -moz-transition: all .45s ease-in;
501
  -o-transition: all .45s ease-in;
502
  transition: all .45s ease-in;
508
  width: 100%;
509
  overflow: hidden;
510
  visibility: hidden;
511
+ -webkit-transition: all .25s ease-in;
512
  -moz-transition: all .25s ease-in;
513
  -o-transition: all .25s ease-in;
514
  transition: all .25s ease-in;
525
  margin-left: 2px;
526
  padding: 15px 15px;
527
  opacity: 1;
528
+ text-decoration: none;
529
+ margin-right:5px;
530
+
531
+ width:180px;
532
+ height:55px;
533
+ transition: all 0.3s ease 0s;
534
+ color:#ffffff;
535
+ border:3px solid #ffffff;
536
  }
537
  .enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons a i{
538
  font-size: 1.6em;
539
+ line-height:40px;
540
  }
541
  .enigma_home_portfolio_showcase:hover .enigma_home_portfolio_showcase_overlay {
542
  visibility: visible;
543
+ top: 0;
544
  }
545
  .enigma_home_portfolio_showcase:hover img{
546
+
547
  }
548
  .enigma_home_portfolio_showcase:hover .enigma_home_portfolio_showcase_overlay_inner {
549
  visibility: visible;
560
  border-radius: 0;
561
  padding: 0 0 15px;
562
  text-align: center;
563
+ font-family: 'OpenSansRegular';
564
+ cursor: pointer;
565
  }
566
  .enigma_home_portfolio_showcase_icons a:hover{
567
+ background:#ffffff;
568
+ color:#000000;
569
  }
570
 
571
 
674
  margin: 30px 0 0;
675
  }
676
  .pro-dir-button{
677
+
678
  display: inline-block;
679
  padding: 4px 19px;
680
  margin-bottom: 0;
695
  border-radius: 0px;
696
  background: #fff;
697
 
698
+
699
  }
700
  #option-ourproduct .enigma_sidebar_link{
701
+ margin-top:5px;
702
+ margin-bottom:5px;
703
  }
704
  #option-ourproduct .enigma_sidebar_link p, .enigma_sidebar_widget ul li {
705
  display: block;
787
  background: #ffffff;
788
  box-shadow: 0 0 6px rgba(0,0,0,.3);
789
  }
790
+ }
 
images/bg.jpg DELETED
Binary file
images/feature/account.jpg ADDED
Binary file
images/feature/config.jpg ADDED
Binary file
images/feature/disp.jpg ADDED
Binary file
images/feature/feedsettings.png ADDED
Binary file
images/feature/googlefonts.jpg ADDED
Binary file
images/feature/loadmore.jpg ADDED
Binary file
images/feature/multifeed.jpg ADDED
Binary file
images/feature/multiuser.jpg ADDED
Binary file
images/feature/social.jpg ADDED
Binary file
images/feature/style.jpg ADDED
Binary file
images/feature/update.jpg ADDED
Binary file
images/feature/uploadtwtstatus.png ADDED
Binary file
images/feature/widget.jpg ADDED
Binary file
our_product.php CHANGED
@@ -1,287 +1,181 @@
1
- <div class="container col-container p-3">
2
- <div class="row text-center">
3
- <div class="col-sm-12 col-md-12">
4
- <img width="200" src="https://weblizar.com/wp-content/uploads/2016/04/logo.png" />
5
- <h2>Responsive WordPress Premium Themes & Plugins</h2>
6
- <hr>
7
- </div>
8
- </div>
9
- <div class="row p-3">
10
- <div class="col-sm-12 col-md-12 text-center">
11
- <a class="" href="" target="_new"><h3>Pro Plugins</h3></a>
12
- </div>
13
- </div>
14
- <div class="row text-center">
15
- <div class="col products col-sm-6 col-md-4 p-3">
16
- <h4>Facebook Feed</h4>
17
- <p class="icon-size"><i class="fab fa-facebook-f"></i></p>
18
- <a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/facebook-by-weblizar/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
19
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/facebook-feed-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
20
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/facebook-feed-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
21
- </div>
22
- <div class="col products col-sm-6 col-md-4 p-3">
23
- <h4>Pinterest Feed</h4>
24
- <p class="icon-size"><i class="fab fa-pinterest-p"></i></p>
25
- <a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/weblizar-pinterest-feeds/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
26
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/pinterest-feed-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
27
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/pinterest-feed-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
28
- </div>
29
- <div class="col products col-sm-6 col-md-4 p-3">
30
- <h4>Appointment Scheduler</h4>
31
- <p class="icon-size"><i class="far fa-clock"></i></p>
32
- <a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/appointment-scheduler-weblizar/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
33
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/appointment-scheduler-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
34
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/appointment-scheduler-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
35
- </div>
36
- <div class="col products col-sm-6 col-md-4 p-3">
37
- <h4>SEO Image Optimizer</h4>
38
- <p class="icon-size"><i class="fab fa-searchengin"></i></p>
39
- <a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/seo-image-optimizer/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
40
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/seo-image-optimizer-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
41
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/seo-image-optimizer-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
42
- </div>
43
- <div class="col products col-sm-6 col-md-4 p-3">
44
- <h4>Newsletter Subscription Form</h4>
45
- <p class="icon-size"><i class="fab fa-wpforms"></i></p>
46
- <a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/newsletter-subscription-form/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
47
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/newsletter-subscription-form-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
48
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/newsletter-subscription-form-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
49
- </div>
50
- <div class="col products col-sm-6 col-md-4 p-3">
51
- <h4>Coming Soon Page</h4>
52
- <p class="icon-size"><i class="fas fa-rocket"></i></p>
53
- <a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/responsive-coming-soon-page/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
54
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/coming-soon-page-maintenance-mode-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
55
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/coming-soon-page-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
56
- </div>
57
- <div class="col products col-sm-6 col-md-4 p-3">
58
- <h4>Recent Related Post</h4>
59
- <p class="icon-size"><i class="far fa-newspaper"></i></p>
60
- <a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/recent-related-post-and-page/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
61
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/recent-related-post-and-page-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
62
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/recent-related-post-and-page-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
63
- </div>
64
- <div class="col products col-sm-6 col-md-4 p-3">
65
- <h4>About Author</h4>
66
- <p class="icon-size"><i class="fas fa-id-card"></i></p>
67
- <a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/about-author/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
68
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/about-author-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
69
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/about-author-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
70
- </div>
71
- <div class="col products col-sm-6 col-md-4 p-3">
72
- <h4>Gallery Pro</h4>
73
- <p class="icon-size"><i class="far fa-images"></i></p>
74
- <a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/gallery-pro/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
75
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/gallery-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
76
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/gallery-pro-by-weblizar/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
77
- </div>
78
- <div class="col products col-sm-6 col-md-4 p-3">
79
- <h4>Ultimate Image Slider</h4>
80
- <p class="icon-size"><i class="fab fa-slideshare"></i></p>
81
- <a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/ultimate-responsive-image-slider/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
82
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/ultimate-responsive-image-slider-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
83
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/ultimate-responsive-image-slider-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
84
- </div>
85
- <div class="col products col-sm-6 col-md-4 p-3">
86
- <h4>Photo Video Link Gallery</h4>
87
- <p class="icon-size"><i class="far fa-file-video"></i></p>
88
- <a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/photo-video-link-gallery/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
89
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/photo-video-link-gallery-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
90
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/photo-video-link-gallery-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
91
- </div>
92
- <div class="col products col-sm-6 col-md-4 p-3">
93
- <h4>Flickr Album Gallery</h4>
94
- <p class="icon-size"><i class="fab fa-flickr"></i></p>
95
- <a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/flickr-album-gallery/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
96
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/flickr-album-gallery-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
97
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/flickr-album-gallery-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
98
- </div>
99
- <div class="col products col-sm-6 col-md-4 p-3">
100
- <h4>Responsive Portfolio</h4>
101
- <p class="icon-size"><i class="fas fa-film"></i></p>
102
- <a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/responsive-portfolio/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
103
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/responsive-portfolio-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
104
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/responsive-portfolio-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
105
- </div>
106
- <div class="col products col-sm-6 col-md-4 p-3">
107
- <h4>Lightbox Slider</h4>
108
- <p class="icon-size"><i class="far fa-image"></i></p>
109
- <a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/lightbox-slider/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
110
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/lightbox-slider-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
111
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/lightbox-slider-pro-demo/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
112
- </div>
113
- <div class="col products col-sm-6 col-md-4 p-3">
114
- <h4>Responsive Photo Gallery</h4>
115
- <p class="icon-size"><i class="fas fa-camera-retro"></i></p>
116
- <a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/responsive-gallery-with-lightbox/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
117
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/responsive-photo-gallery-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
118
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/responsive-photo-gallery-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
119
- </div>
120
- <div class="col products col-sm-6 col-md-4 p-3">
121
- <h4>Clock in Portal</h4>
122
- <p class="icon-size"><i class="far fa-clock"></i></p>
123
- <a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/clock-in-portal/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
124
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/clockin-pro-plugin/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
125
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/clockin-pro-admin/wp-login.php?redirect_to=http%3A%2F%2Fdemo.weblizar.com%2Fclockin-pro-admin%2Fwp-admin%2F&reauth=1" target="_new" title="Admin Demo"><i class="fas fa-eye"></i></a>
126
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/clockin-pro-admin/wp-login.php?redirect_to=http%3A%2F%2Fdemo.weblizar.com%2Fclockin-pro-admin%2Fwp-admin%2F&reauth=1" target="_new" title="Staff Demo"><i class="fas fa-eye"></i></a>
127
- </div>
128
- </div>
129
-
130
- <!-- Themes -->
131
- <div class="row p-3">
132
- <div class="col-sm-12 col-md-12 text-center">
133
- <a class="" href="" target="_new"><h3>Premium Themes</h3></a>
134
- </div>
135
- </div>
136
- <div class="row text-center">
137
- <div class="col products col-sm-6 col-md-4 p-3">
138
- <h4>RealEstate Premium</h4>
139
- <p class="icon-size"><i class="far fa-building"></i></p>
140
- <a class="btn btn-secondary btn-sm" href="__" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
141
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/realestate-wordpress-premium-theme/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
142
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/realestate-premium/" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
143
- </div>
144
- <div class="col products col-sm-6 col-md-4 p-3">
145
- <h4>Personal Premium</h4>
146
- <p class="icon-size"><i class="fas fa-users"></i></p>
147
- <a class="btn btn-secondary btn-sm" href="__" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
148
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/personal-premium-theme/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
149
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/personal-premium/" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
150
- </div>
151
 
152
- <div class="col products col-sm-6 col-md-4 p-3">
153
- <h4>Katelyn Premium</h4>
154
- <p class="icon-size"><i class="fab fa-korvue"></i></p>
155
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/themes/" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
156
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/themes/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
157
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/themes/" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
158
- </div>
159
- <div class="col products col-sm-6 col-md-4 p-3">
160
- <h4>Corporal Premium</h4>
161
- <p class="icon-size"><i class="fas fa-briefcase"></i></p>
162
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/best-free-wordpress-themes/" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
163
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/corporal-premium/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
164
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/corporal-premium/" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
165
- </div>
166
- <div class="col products col-sm-6 col-md-4 p-3">
167
- <h4>Explora Premium</h4>
168
- <p class="icon-size"><i class="fas fa-road"></i></p>
169
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/best-free-wordpress-themes/" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
170
- <a class="btn btn-secondary btn-sm" href="__" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
171
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/preview/#explora" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
172
- </div>
173
- <div class="col products col-sm-6 col-md-4 p-3">
174
- <h4>Scoreline Premium</h4>
175
- <p class="icon-size"><i class="fas fa-chart-line"></i></p>
176
- <a class="btn btn-secondary btn-sm" href="__" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
177
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/scoreline-premium/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
178
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/preview/#scoreline" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
179
- </div>
180
- <div class="col products col-sm-6 col-md-4 p-3">
181
- <h4>Beautyspa Premium</h4>
182
- <p class="icon-size"><i class="fas fa-tint"></i></p>
183
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/best-free-wordpress-themes/" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
184
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/preview/#beautyspa" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
185
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/beautyspa-premium/" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
186
- </div>
187
- <div class="col products col-sm-6 col-md-4 p-3">
188
- <h4>Healthcare Premium</h4>
189
- <p class="icon-size"><i class="fas fa-heartbeat"></i></p>
190
- <a class="btn btn-secondary btn-sm" href="https://wordpress.org/themes/search/weblizar/" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
191
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/preview/#healthcare" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
192
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/healthcare/" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
193
- </div>
194
- <div class="col products col-sm-6 col-md-4 p-3">
195
- <h4>Enigma Premium</h4>
196
- <p class="icon-size"><i class="far fa-gem"></i></p>
197
- <a class="btn btn-secondary btn-sm" href="https://wordpress.org/themes/search/weblizar/" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
198
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/enigma-premium/enigma-select/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
199
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/enigma-premium/" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
200
- </div>
201
- <div class="col products col-sm-6 col-md-4 p-3">
202
- <h4>Creative Premium</h4>
203
- <p class="icon-size"><i class="fas fa-industry"></i></p>
204
- <a class="btn btn-secondary btn-sm" href="__" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
205
- <a class="btn btn-secondary btn-sm" href="__" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
206
- <a class="btn btn-secondary btn-sm" href="__" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
207
- </div>
208
- <div class="col products col-sm-6 col-md-4 p-3">
209
- <h4>Incredible Premium</h4>
210
- <p class="icon-size"><i class="far fa-chart-bar"></i></p>
211
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/best-free-wordpress-themes/" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
212
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/creative-premium/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
213
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/preview/#creative" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
214
- </div>
215
- <div class="col products col-sm-6 col-md-4 p-3">
216
- <h4>Chronicle Premium</h4>
217
- <p class="icon-size"><i class="fab fa-cuttlefish"></i></p>
218
- <a class="btn btn-secondary btn-sm" href="__" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
219
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/chronicle-premium-theme/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
220
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/preview/#chronicle" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
221
- </div>
222
- <div class="col products col-sm-6 col-md-4 p-3">
223
- <h4>Guardian Premium</h4>
224
- <p class="icon-size"><i class="fas fa-user-plus"></i></p>
225
- <a class="btn btn-secondary btn-sm" href="https://wordpress.org/themes/search/weblizar/" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
226
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/guardian-premium-theme/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
227
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/preview/#guardian" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
228
- </div>
229
- <div class="col products col-sm-6 col-md-4 p-3">
230
- <h4>Green Lantern Premium</h4>
231
- <p class="icon-size"><i class="fab fa-pagelines"></i></p>
232
- <a class="btn btn-secondary btn-sm" href="https://wordpress.org/themes/search/weblizar/" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
233
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/green-lantern-premium-theme/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
234
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/preview/#greenlantern" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
235
- </div>
236
- <div class="col products col-sm-6 col-md-4 p-3">
237
- <h4>Weblizar Premium</h4>
238
- <p class="icon-size"><i class="fas fa-globe"></i></p>
239
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/best-free-wordpress-themes/" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
240
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/weblizar-premium-theme/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
241
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/preview/#weblizar" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
242
- </div>
243
- <div class="col products col-sm-6 col-md-4 p-3">
244
- <h4>Love Wedding Premium</h4>
245
- <p class="icon-size"><i class="fas fa-heart"></i></p>
246
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/best-free-wordpress-themes/" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
247
- <a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/love-wedding-premium-theme/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
248
- <a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/love-wedding/" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
249
- </div>
250
- </div>
251
-
252
- <!-- footer -->
253
- <div class="row m-3">
254
- <div class="col-sm-12 col-md-12 text-center">
255
- <a href="http://www.weblizar.com" target="_new" class="btn btn-primary btn-lg dmobtn">WWW.WEBLIZAR.COM</a>
256
- </div>
257
- </div>
258
- </div>
259
- <style>
260
- .col-container {
261
-
262
- display: table; /* Make the container element behave like a table */
263
- width: 100%; /* Set full-width to expand the whole page */
264
- }
265
 
266
- .col {
267
- display: table-cell; /* Make elements inside the container behave like table cells */
268
- }
269
- .icon-size {
270
- font-size: 52px;
271
- color: darkorchid;
272
- }
273
 
274
- .products {
275
- border: 4px solid #FFF;
276
- background-color: #E9ECEF;
277
- }
278
- .btn-secondary {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
279
  color: #fff;
280
- /* background-color: #5a6268; */
281
- /* background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); */
282
- background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
283
- background-image: linear-gradient(to bottom, #504e4e, #524e4e) !important;
284
- background-position: 100%;
285
- /* border-color: #000000; */
 
 
 
 
 
 
 
 
286
  }
287
- </style>
 
1
+ <?php
2
+ if ( ! defined( 'ABSPATH' ) ) exit;
3
+ $twt_imgpath = WEBLIZAR_TWITTER_PLUGIN_URL."images/twt.jpg";
4
+ //wp_enqueue_style('bootstrap-css', WEBLIZAR_TWITTER_PLUGIN_URL. 'css/bootstrap.min.css');
5
+ wp_enqueue_style('heroic-css', WEBLIZAR_TWITTER_PLUGIN_URL. 'css/heroic-features.css');
6
+ ?>
7
+ <body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
9
+ <!-- Page Content -->
10
+ <div class="container">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
+ <!-- Jumbotron Header -->
13
+ <header class="jumbotron my-4">
14
+ <h1 class="display-3">Twitter Tweets Pro!</h1>
15
+ <p class="lead">Twitter Tweets Pro is an advanced twitter plugin which can display twitter feeds on your WordPress website in an elegant and customizable manner. It supports multiple twitter accounts without any limitations.</p>
16
+ <a href="http://demo.weblizar.com/twitter-tweets-pro/" class="btn btn-primary btn-lg" target="_blank">View Demo</a>
17
+ <a href="https://weblizar.com/plugins/twitter-tweets-pro/" class="btn btn-primary btn-lg" target="_blank">Buy Now $19</a>
 
18
 
19
+ </header>
20
+
21
+ <!-- Page Features -->
22
+ <div class="row text-center">
23
+
24
+ <div class="col-md-4 feature-div">
25
+ <div class="card">
26
+ <img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/multifeed.jpg"; ?>" alt="">
27
+ <div class="card-body">
28
+ <h4 class="card-title">Twitter Tweets Widget</h4>
29
+ </div>
30
+
31
+ </div>
32
+ </div>
33
+
34
+ <div class="col-md-4 feature-div">
35
+ <div class="card">
36
+ <img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/widget.jpg"; ?>" alt="">
37
+ <div class="card-body">
38
+ <h4 class="card-title">Multiple Twitter feeds with no limitations</h4>
39
+ </div>
40
+
41
+ </div>
42
+ </div>
43
+
44
+ <div class="col-md-4 feature-div">
45
+ <div class="card">
46
+ <img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/multiuser.jpg"; ?>" alt="">
47
+ <div class="card-body">
48
+ <h4 class="card-title">Feeds of multiple users, hashtags or search terms</h4>
49
+ </div>
50
+
51
+ </div>
52
+ </div>
53
+
54
+ <div class="col-md-4 feature-div">
55
+ <div class="card">
56
+ <img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/disp.jpg"; ?>" alt="">
57
+ <div class="card-body">
58
+ <h4 class="card-title">Display Tweets in Slider</h4>
59
+ </div>
60
+
61
+ </div>
62
+ </div>
63
+
64
+ <div class="col-md-4 feature-div">
65
+ <div class="card">
66
+ <img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/config.jpg"; ?>" alt="">
67
+ <div class="card-body">
68
+ <h4 class="card-title">Configurable number of tweets to display</h4>
69
+ </div>
70
+
71
+ </div>
72
+ </div>
73
+
74
+ <div class="col-md-4 feature-div">
75
+ <div class="card">
76
+ <img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/loadmore.jpg"; ?>" alt="">
77
+ <div class="card-body">
78
+ <h4 class="card-title">Load more Tweets</h4>
79
+ </div>
80
+
81
+ </div>
82
+ </div>
83
+
84
+ <div class="col-md-4 feature-div">
85
+ <div class="card">
86
+ <img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/style.jpg"; ?>" alt="">
87
+ <div class="card-body">
88
+ <h4 class="card-title">Style Settings</h4>
89
+ </div>
90
+
91
+ </div>
92
+ </div>
93
+
94
+ <div class="col-md-4 feature-div">
95
+ <div class="card">
96
+ <img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/googlefonts.jpg"; ?>" alt="">
97
+ <div class="card-body">
98
+ <h4 class="card-title">Google Fonts</h4>
99
+ </div>
100
+
101
+ </div>
102
+ </div>
103
+
104
+ <div class="col-md-4 feature-div">
105
+ <div class="card">
106
+ <img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/account.jpg"; ?>" alt="">
107
+ <div class="card-body">
108
+ <h4 class="card-title">Tweet Actions (reply, retweet, like)</h4>
109
+ </div>
110
+
111
+ </div>
112
+ </div>
113
+
114
+ <div class="col-md-4 feature-div">
115
+ <div class="card">
116
+ <img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/social.jpg"; ?>" alt="">
117
+ <div class="card-body">
118
+ <h4 class="card-title">Share Tweets on Social Media</h4>
119
+ </div>
120
+
121
+ </div>
122
+ </div>
123
+
124
+ <div class="col-md-4 feature-div">
125
+ <div class="card">
126
+ <img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/update.jpg"; ?>" alt="">
127
+ <div class="card-body">
128
+ <h4 class="card-title">Update Twitter Status</h4>
129
+ </div>
130
+
131
+ </div>
132
+ </div>
133
+
134
+ <div class="col-md-4 feature-div">
135
+ <div class="card">
136
+ <img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/feedsettings.png"; ?>" alt="">
137
+ <div class="card-body">
138
+ <h4 class="card-title">Feed Settings</h4>
139
+ </div>
140
+ </div>
141
+ </div>
142
+
143
+
144
+ </div>
145
+ <!-- /.row -->
146
+
147
+ </div>
148
+ <!-- /.container -->
149
+
150
+ <!-- Footer -->
151
+ <footer class="twt_foot">
152
+ <div class="container">
153
+ <p class="m-0 text-center text-white"><a class="twt_anch" href="https://weblizar.com/plugins/twitter-tweets-pro/">Buy Now $19</a></p>
154
+ </div>
155
+ <!-- /.container -->
156
+ </footer>
157
+ <style type="text/css">
158
+ .feature-div{
159
+ margin-bottom: 40px;
160
+ }
161
+ .twt_foot{
162
+ background-color: #466575 !important;
163
+ padding: 10px;
164
  color: #fff;
165
+ border-radius: 5px;
166
+
167
+ }
168
+ .twt_anch{
169
+ color:#fff;
170
+ text-decoration: none;
171
+ font-size: 22px;
172
+ }
173
+ .twt_anch:hover{
174
+ color:#fff;
175
+ text-decoration: none;
176
+ }
177
+ h1.display-3 {
178
+ padding: 0px 0 20px;
179
  }
180
+ </style>
181
+ </body>
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.weblizar.com/
4
  Tags: twitter, tweets, twitter tweets, twitter widget, twitter wordPress plugin, twitter feed
5
  Requires at least: 3.8
6
  Tested up to: 4.9.8
7
- Stable tag: 1.7.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -97,6 +97,11 @@ Please use WordPress support forum to ask any query regarding any issue.
97
 
98
  For more information, see Weblizar(https://weblizar.com/)
99
 
 
 
 
 
 
100
  = 1.7.8 =
101
  - Add : Upgrade to pro banner at plugin dashboard setting page
102
  - Add : Premium feature text added
4
  Tags: twitter, tweets, twitter tweets, twitter widget, twitter wordPress plugin, twitter feed
5
  Requires at least: 3.8
6
  Tested up to: 4.9.8
7
+ Stable tag: 1.7.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
97
 
98
  For more information, see Weblizar(https://weblizar.com/)
99
 
100
+ = 1.7.9 =
101
+ - Add : Pro Features Layout Page
102
+ - Update : Change layout of plugin setting dashboard
103
+
104
+
105
  = 1.7.8 =
106
  - Add : Upgrade to pro banner at plugin dashboard setting page
107
  - Add : Premium feature text added
twiiter_help.php CHANGED
@@ -9,6 +9,32 @@ label {
9
  padding: .2rem 1rem !important;
10
  line-height: 1.5;
11
  border-radius: .3rem;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  </style>
13
  <script type="text/javascript">
14
  function SaveSettings() {
@@ -72,7 +98,7 @@ if(isset($_REQUEST['twitter-page-user_name'])) {
72
  <div class="block ui-tabs-panel active" id="option-general">
73
  <div class="row">
74
  <div class="col-md-6">
75
- <h2><?php _e( 'Twitter Shortcode Settings', "WEBLIZAR_TWITTER_TEXT_DOMAIN"); ?>: [TWTR]</h2>
76
  <hr>
77
  <form name='fb-form' id='fb-form'>
78
  <?php
@@ -205,7 +231,7 @@ if(isset($_REQUEST['twitter-page-user_name'])) {
205
  </p>
206
  <br>
207
 
208
- <input onclick="return SaveSettings();" type="button" class="btn btn-primary btn-lg" id="fb-save-settings" name="fb-save-settings" value="SAVE">
209
 
210
  <div id="fb-img" style="display: none;">
211
  <img src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL.'images/loading.gif'; ?>" />
@@ -219,7 +245,7 @@ if(isset($_REQUEST['twitter-page-user_name'])) {
219
  <!-- Preview Part-->
220
  <div class="col-md-6">
221
  <?php if($TwitterWidgetId) { ?>
222
- <h2>Twitter Shortcode <?php _e( 'Preview', "WEBLIZAR_TWITTER_TEXT_DOMAIN"); ?></h2>
223
  <hr>
224
  <p>
225
  <a class="twitter-timeline" data-dnt="true" href="https://twitter.com/<?php echo esc_attr($TwitterUserName); ?>"
@@ -228,6 +254,10 @@ if(isset($_REQUEST['twitter-page-user_name'])) {
228
  data-theme="<?php echo esc_attr($Theme); ?>"
229
  data-lang="<?php echo esc_attr($tw_language); ?>"
230
  data-link-color="<?php echo esc_attr($LinkColor); ?>"></a>
 
 
 
 
231
  <script>
232
  !function(d,s,id) {
233
  var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}
@@ -241,32 +271,38 @@ if(isset($_REQUEST['twitter-page-user_name'])) {
241
 
242
  <!---------------- need help tab------------------------>
243
  <div class="block ui-tabs-panel deactive" id="option-needhelp">
244
- <div class="row">
245
  <div class="col-md-10">
246
  <div id="heading">
247
- <h2>Twitter Tweet Widget & Shortcode Help Section</h2>
248
  </div>
249
- <p>Twitter Tweet By Weblizar plugin comes with 2 major feature.</p>
 
 
 
 
 
 
250
  <br>
251
- <p><strong>1 - Twitter Tweets Widget</strong></p>
252
- <p><strong>2 - Twitter Tweets Shortcode [TWTR]</strong></p>
253
- <br><br>
254
- <p><strong>Note: Protected tweets will not view <a href="https://help.twitter.com/en/safety-and-security/public-and-protected-tweets" target="_blank">Help</a></strong></p>
255
- <br><br>
256
- <p><strong>Twitter Tweets Widget</strong></p>
257
- <hr>
258
- <p>You can use the widget to display your Twitter Tweets in any theme Widget Sections.</p>
259
- <p>Simple go to your <a href="<?php echo get_site_url(); ?>/wp-admin/widgets.php"><strong>Widgets</strong></a> section and activate available <strong>"Twitter By Weblizar"</strong> widget in any sidebar section, like in left sidebar, right sidebar or footer sidebar.</p>
260
- <br><br>
261
- <p><strong>Twitter Tweets Shortcode [TWTR]</strong></p>
262
- <hr>
263
- <p><strong>[TWTR]</strong> shortcode give ability to display Twitter Tweets Box in any Page / Post with content.</p>
264
- <p>To use shortcode, just copy <strong>[TWTR]</strong> shortcode and paste into content editor of any Page / Post.</p>
265
-
266
- <br><br>
267
- <p><strong>Q. What is Twitter Widget ID?</strong></p>
268
- <p><strong>Ans. Twitter Widget ID</strong> used to authenticate your TWITTER
269
- Page data & settings. To get your own TWITTER ID please read our very simple and easy <a href="https://weblizar.com/get-twitter-widget-id/" target="_blank"><strong>Tutorial</strong>.</a></p>
270
  </div>
271
  </div>
272
  <div class="row">
@@ -287,15 +323,18 @@ if(isset($_REQUEST['twitter-page-user_name'])) {
287
  font-size: 30px;
288
  }
289
  .acl-rate-us {
290
- color : #FBD229 !important;
291
- padding-top:5px !important;
292
  }
293
 
294
  .acl-rate-us span{
295
  display:inline-block;
296
  }
 
 
 
297
  </style>
298
- <div style="background:#EF4238;display:inline-block;">
299
  <a class="acl-rate-us" style="text-align:center; text-decoration: none;font:normal 30px/l; " href="https://wordpress.org/plugins/twitter-tweets/#reviews" target="_blank" >
300
  <span class="dashicons dashicons-star-filled"></span>
301
  <span class="dashicons dashicons-star-filled"></span>
9
  padding: .2rem 1rem !important;
10
  line-height: 1.5;
11
  border-radius: .3rem;
12
+ }
13
+ .twt_help{
14
+ border-radius: 5px;
15
+ background-color: #994681;
16
+ padding: 10px;
17
+ color: #fff;
18
+ font-weight: 600;
19
+ }
20
+ .twt_save_btn {
21
+ padding-left: 25px;
22
+ background: #994681;
23
+ font-weight: 600;
24
+ color: #fff;
25
+ border-radius: 5px;
26
+ padding-right: 25px;
27
+ }
28
+ .well{
29
+ min-height: 20px;
30
+ padding: 19px;
31
+ margin-bottom: 20px;
32
+ background-color: #f5f5f5;
33
+ border: 1px solid #e3e3e3;
34
+ border-radius: 4px;
35
+ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
36
+ box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
37
+ }
38
  </style>
39
  <script type="text/javascript">
40
  function SaveSettings() {
98
  <div class="block ui-tabs-panel active" id="option-general">
99
  <div class="row">
100
  <div class="col-md-6">
101
+ <h2 class="well"><?php _e( 'Twitter Shortcode Settings', "WEBLIZAR_TWITTER_TEXT_DOMAIN"); ?></h2>
102
  <hr>
103
  <form name='fb-form' id='fb-form'>
104
  <?php
231
  </p>
232
  <br>
233
 
234
+ <input onclick="return SaveSettings();" type="button" class="twt_save_btn" id="fb-save-settings" name="fb-save-settings" value="SAVE">
235
 
236
  <div id="fb-img" style="display: none;">
237
  <img src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL.'images/loading.gif'; ?>" />
245
  <!-- Preview Part-->
246
  <div class="col-md-6">
247
  <?php if($TwitterWidgetId) { ?>
248
+ <h2 class="well">Twitter Shortcode <?php _e( 'Preview', "WEBLIZAR_TWITTER_TEXT_DOMAIN"); ?></h2>
249
  <hr>
250
  <p>
251
  <a class="twitter-timeline" data-dnt="true" href="https://twitter.com/<?php echo esc_attr($TwitterUserName); ?>"
254
  data-theme="<?php echo esc_attr($Theme); ?>"
255
  data-lang="<?php echo esc_attr($tw_language); ?>"
256
  data-link-color="<?php echo esc_attr($LinkColor); ?>"></a>
257
+ <div class="twt_help">
258
+ <?php _e('Please copy the twitter shortcode', twitter_tweets );?> <span style="color:#000;"> <b>[TWTR]</b> </span> <?php _e('and paste it to on the Page/Post', twitter_tweets );?></span>
259
+ </div>
260
+
261
  <script>
262
  !function(d,s,id) {
263
  var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}
271
 
272
  <!---------------- need help tab------------------------>
273
  <div class="block ui-tabs-panel deactive" id="option-needhelp">
274
+ <div class="row">
275
  <div class="col-md-10">
276
  <div id="heading">
277
+ <h2 class="well">Twitter Tweet Widget & Shortcode Help Section</h2>
278
  </div>
279
+ <p class="well"><b>Twitter Tweet By Weblizar plugin comes with 2 major feature.</b></p>
280
+
281
+ <ol>
282
+ <li>Twitter Tweets Widget</li>
283
+ <li>Twitter Tweets Shortcode [TWTR]</li>
284
+ <li>Note: Protected tweets will not view <a href="https://help.twitter.com/en/safety-and-security/public-and-protected-tweets" target="_blank">Help</a></li>
285
+ </ol>
286
  <br>
287
+ <p class="well"><strong>Twitter Tweets Widget</strong></p>
288
+
289
+ <ol>
290
+ <li>You can use the widget to display your Twitter Tweets in any theme Widget Sections.</li>
291
+ <li>Simple go to your <a href="<?php echo get_site_url(); ?>/wp-admin/widgets.php"><strong>Widgets</strong></a> section and activate available <strong>"Twitter By Weblizar"</strong> widget in any sidebar section, like in left sidebar, right sidebar or footer sidebar.</li>
292
+ </ol>
293
+ <br>
294
+ <p class="well"><strong>Twitter Tweets Shortcode [TWTR]</strong></p>
295
+ <ol>
296
+ <li><strong>[TWTR]</strong> shortcode give ability to display Twitter Tweets Box in any Page / Post with content.</li>
297
+ <li>To use shortcode, just copy <strong>[TWTR]</strong> shortcode and paste into content editor of any Page / Post.</li>
298
+ </ol>
299
+
300
+ <br>
301
+ <p class="well"><strong>Q. What is Twitter Widget ID?</strong></p>
302
+
303
+ <p><strong>Ans. Twitter Widget ID</strong> used to authenticate your TWITTER
304
+ Page data & settings. To get your own TWITTER ID please read our very simple and easy <a href="https://weblizar.com/get-twitter-widget-id/" target="_blank"><strong>Tutorial</strong>.</a></p>
305
+
306
  </div>
307
  </div>
308
  <div class="row">
323
  font-size: 30px;
324
  }
325
  .acl-rate-us {
326
+ color : #fff !important;
327
+ padding-top:3px !important;
328
  }
329
 
330
  .acl-rate-us span{
331
  display:inline-block;
332
  }
333
+ .twt_star{
334
+ background:#994681;display:inline-block;border-radius: 4px;padding: 4px; margin: 0 auto;
335
+ }
336
  </style>
337
+ <div class="twt_star">
338
  <a class="acl-rate-us" style="text-align:center; text-decoration: none;font:normal 30px/l; " href="https://wordpress.org/plugins/twitter-tweets/#reviews" target="_blank" >
339
  <span class="dashicons dashicons-star-filled"></span>
340
  <span class="dashicons dashicons-star-filled"></span>
twiiter_help_body.php CHANGED
@@ -33,7 +33,7 @@
33
  </li>
34
  <li>
35
  <a id="ourproduct">
36
- <div class="dashicons dashicons-plus"></div><?php _e('Our Products', twitter_tweets);?>
37
  </a>
38
  </li>
39
 
33
  </li>
34
  <li>
35
  <a id="ourproduct">
36
+ <div class="dashicons dashicons-plus"></div><?php _e('Upgrade To Pro', twitter_tweets);?>
37
  </a>
38
  </li>
39
 
twitter-tweets.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Plugin Name: Weblizar Twitter Tweets
4
- * Version: 1.7.8
5
  * Description: Weblizar Twitter Tweets plugin for WordPress. You can use this to display real time Twitter feeds on any where on your webiste by using shortcode or widgets
6
  * Author: Weblizar
7
  * Author URI: https://www.weblizar.com/
@@ -254,9 +254,10 @@ function Twitter_by_weblizar_page_function() {
254
  wp_enqueue_script('jquery');
255
  wp_enqueue_style('weblizar-option-twiiter-style-css', WEBLIZAR_TWITTER_PLUGIN_URL .'css/weblizar-option-twiiter-style.css');
256
  wp_enqueue_style('recom', WEBLIZAR_TWITTER_PLUGIN_URL .'css/recom.css');
 
257
  wp_enqueue_script('weblizar-tab-js',WEBLIZAR_TWITTER_PLUGIN_URL .'js/option-js.js',array('jquery', 'media-upload', 'jquery-ui-sortable'));
258
- wp_enqueue_style( 'wp-color-picker' );
259
- wp_enqueue_script( 'my-script-handle', plugins_url('my-script.js', __FILE__ ), array( 'wp-color-picker' ), false, true );
260
  require_once("twiiter_help_body.php");
261
  }
262
 
1
  <?php
2
  /*
3
  * Plugin Name: Weblizar Twitter Tweets
4
+ * Version: 1.7.9
5
  * Description: Weblizar Twitter Tweets plugin for WordPress. You can use this to display real time Twitter feeds on any where on your webiste by using shortcode or widgets
6
  * Author: Weblizar
7
  * Author URI: https://www.weblizar.com/
254
  wp_enqueue_script('jquery');
255
  wp_enqueue_style('weblizar-option-twiiter-style-css', WEBLIZAR_TWITTER_PLUGIN_URL .'css/weblizar-option-twiiter-style.css');
256
  wp_enqueue_style('recom', WEBLIZAR_TWITTER_PLUGIN_URL .'css/recom.css');
257
+ wp_enqueue_style('heroic', WEBLIZAR_TWITTER_PLUGIN_URL .'css/heroic-features.css');
258
  wp_enqueue_script('weblizar-tab-js',WEBLIZAR_TWITTER_PLUGIN_URL .'js/option-js.js',array('jquery', 'media-upload', 'jquery-ui-sortable'));
259
+ wp_enqueue_style('wp-color-picker' );
260
+ wp_enqueue_script('wp-color-picker');
261
  require_once("twiiter_help_body.php");
262
  }
263