PluginProbe
Team Showcase / 1.1
Team Showcase v1.1
trunk 1.0 1.1 1.11 1.13 1.14 1.15 1.16 1.17 1.18 1.19 1.2 1.20 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.22.0 1.22.1 1.22.10 1.22.12 1.22.13 1.22.14 All 49 releases
team / team-help.php

team-help.php in Team Showcase 1.1, at team-help.php

129 lines 3.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="wrap">
2 <?php echo "<h2>".__(team_plugin_name.' Help')."</h2>";?>
3 <br />
4
5
6
7
8 <h3>Have any issue ?</h3>
9
10 <p>Feel free to Contact with any issue for this plugin, Ask any question via forum <a href="http://paratheme.com/qa/">http://paratheme.com/qa/</a> <strong style="color:#139b50;">(free)</strong>
11
12
13
14 </p>
15
16 <?php
17
18 $team_customer_type = get_option('team_customer_type');
19 $team_version = get_option('team_version');
20
21
22 ?>
23 <?php
24 if($team_customer_type=="free")
25 {
26
27 echo '<p>You are using <strong> '.$team_customer_type.' version '.$team_version.'</strong> of '.team_plugin_name.', To get more feature you could try our premium version. ';
28
29 echo '<a href="'.team_pro_url.'">'.team_pro_url.'</a></p>';
30
31 }
32 elseif($team_customer_type=="pro")
33 {
34
35 echo '<p>Thanks for using <strong> '.$team_customer_type.' version '.$team_version.'</strong> of <strong>'.team_plugin_name.'</strong> </p>';
36
37
38 }
39
40 ?>
41
42
43
44
45 <?php
46 if($team_customer_type=="free")
47 {
48 ?>
49 <br />
50 <b>Premium Version Features</b><br />
51
52 <ul class="team-pro-features">
53
54 <li style="color:#139b50;">Life time free update.</li>
55 <li style="color:#139b50;">Life time support via forum.</li>
56 <li style="color:#139b50;">7 Days refund.</li>
57 <li>Unlimited team's anywhere.</li>
58 <li>Two Different themes.</li>
59 <li>Fully responsive and mobile ready.</li>
60 <li>Custom number of post query.</li>
61 <li>Query member by categories. <strong style="color:#139b50;">(Premium Only)</strong></li>
62 <li>Query member by id. <strong style="color:#139b50;">(Premium Only)</strong></li>
63 <li>Team post thumbnail images size selection.</li>
64 <li>Team grid thumbnail custom width. <strong style="color:#139b50;">(Premium Only)</strong></li>
65 <li>Team grid thumbnail custom height.</li>
66 <li>Team grid items text align. <strong style="color:#139b50;">(Premium Only)</strong></li>
67 <li>Background image for team area.</li>
68 <li>Team member name font color.</li>
69 <li>Team member name font size.</li>
70 <li>Team member position font color. <strong style="color:#139b50;">(Premium Only)</strong></li>
71 <li>Team member position font size. <strong style="color:#139b50;">(Premium Only)</strong></li>
72 <li>Team member bio font color. <strong style="color:#139b50;">(Premium Only)</strong></li>
73 <li>Team member bio font size.</li>
74
75
76 </ul>
77
78
79
80 </p>
81
82
83
84 <?php
85 }
86
87 ?>
88
89 <br />
90 <h3>Please share this plugin with your friends?</h3>
91 <table>
92 <tr>
93 <td width="100px">
94 <!-- Place this tag in your head or just before your close body tag. -->
95 <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script>
96
97 <!-- Place this tag where you want the +1 button to render. -->
98 <div class="g-plusone" data-size="medium" data-href="<?php echo team_share_url; ?>"></div>
99
100 </td>
101 <td width="100px">
102 <iframe src="//www.facebook.com/plugins/like.php?href=<?php echo team_share_url; ?>&amp;width=100&amp;layout=button_count&amp;action=like&amp;show_faces=false&amp;share=false&amp;height=21&amp;appId=743541755673761" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
103
104 </td>
105 <td width="100px">
106
107
108
109
110
111 <a href="https://twitter.com/share" class="twitter-share-button" data-url="<?php echo team_share_url; ?>" data-text="<?php echo team_plugin_name; ?>">Tweet</a>
112 <script>!function(d,s,id){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);}}(document, 'script', 'twitter-wjs');</script>
113 </td>
114
115 </tr>
116
117 </table>
118
119
120
121 </div>
122 <style type="text/css">
123 .team-pro-features{}
124
125 .team-pro-features li {
126 list-style: disc inside none;
127 }
128
129 </style>