PluginProbe ʕ •ᴥ•ʔ
The Post Grid – Shortcode, Gutenberg Blocks and Elementor Addon for Post Grid / 4.1.0
The Post Grid – Shortcode, Gutenberg Blocks and Elementor Addon for Post Grid v4.1.0
7.9.3 7.9.2 trunk 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.1.5 4.2.0 4.2.1 4.2.2 4.2.3 5.0.0 5.0.1 5.0.2 5.0.3 5.0.4 5.0.5 6.0.0 7.0.0 7.0.1 7.0.2 7.1.0 7.2.0 7.2.1 7.2.10 7.2.11 7.2.2 7.2.3 7.2.4 7.2.5 7.2.6 7.2.7 7.2.8 7.2.9 7.3.0 7.3.1 7.4.0 7.4.1 7.4.2 7.4.3 7.5.0 7.6.0 7.6.1 7.7.0 7.7.1 7.7.10 7.7.11 7.7.12 7.7.13 7.7.14 7.7.15 7.7.16 7.7.17 7.7.18 7.7.19 7.7.2 7.7.20 7.7.21 7.7.22 7.7.3 7.7.4 7.7.5 7.7.6 7.7.7 7.7.8 7.7.9 7.8.0 7.8.1 7.8.2 7.8.3 7.8.4 7.8.5 7.8.6 7.8.7 7.8.8 7.8.9 7.9.0 7.9.1
the-post-grid / resources / page / help.php
the-post-grid / resources / page Last commit date
help.php 4 years ago
help.php
267 lines
1 <?php
2 if ( ! defined( 'ABSPATH' ) ) {
3 exit;
4 }
5 /**
6 * Get Help
7 */
8 ?>
9 <style>
10 .rttpg-help-wrapper {
11 width: 60%;
12 margin: 0 auto;
13 }
14 .rttpg-help-section iframe {
15 max-width: 100%;
16 }
17 .rttpg-help-wrapper .rt-document-box .rt-box-title {
18 margin-bottom: 30px;
19 }
20 .rttpg-help-wrapper .rttpg-help-section {
21 margin-top: 30px;
22 }
23 .rttpg-feature-list ul {
24 display: flex;
25 flex-wrap: wrap;
26 }
27 .rttpg-feature-list ul li {
28 margin: 5px 10px 5px 0;
29 width: calc(50% - 20px);
30 flex: 0 0 calc(50% - 20px);
31 font-size: 14px;
32 }
33 .rttpg-feature-list ul li i {
34 color: var(--rt-primary-color);
35 }
36 .rttpg-pro-feature-content {
37 display: flex;
38 flex-wrap: wrap;
39 }
40 .rttpg-pro-feature-content .rt-document-box + .rt-document-box {
41 margin-left: 30px;
42 }
43 .rttpg-pro-feature-content .rt-document-box {
44 flex: 0 0 calc(33.3333% - 60px);
45 margin-top: 30px;
46 }
47 .rttpg-testimonials {
48 display: flex;
49 flex-wrap: wrap;
50 }
51 .rttpg-testimonials .rttpg-testimonial + .rttpg-testimonial {
52 margin-left: 30px;
53 }
54 .rttpg-testimonials .rttpg-testimonial {
55 flex: 0 0 calc(50% - 30px)
56 }
57 .rttpg-testimonial .client-info {
58 display: flex;
59 flex-wrap: wrap;
60 font-size: 14px;
61 align-items: center;
62 }
63 .rttpg-testimonial .client-info img {
64 width: 60px;
65 height: 60px;
66 object-fit: cover;
67 border-radius: 50%;
68 margin-right: 10px;
69 }
70 .rttpg-testimonial .client-info .rttpg-star {
71 color: var(--rt-primary-color);
72 }
73 .rttpg-testimonial .client-info .client-name {
74 display: block;
75 color: #000;
76 font-size: 16px;
77 font-weight: 600;
78 margin: 8px 0 5px;
79 }
80 .rttpg-call-to-action {
81 background-size: cover;
82 background-repeat: no-repeat;
83 background-position: center;
84 height: 150px;
85 color: #ffffff;
86 margin: 30px 0;
87 }
88 .rttpg-call-to-action a {
89 color: inherit;
90 display: flex;
91 flex-wrap: wrap;
92 width: 100%;
93 height: 100%;
94 flex: 1;
95 justify-content: center;
96 align-items: center;
97 font-size: 28px;
98 font-weight: 700;
99 text-decoration: none;
100 }
101 .rttpg-call-to-action:hover a {
102 text-decoration: underline;
103 }
104 @media all and (max-width: 1400px) {
105 .rttpg-help-wrapper {
106 width: 80%;
107 }
108 .rttpg-help-section iframe {
109 max-width: 100%;
110 height: 320px;
111 }
112 }
113 @media all and (max-width: 991px) {
114 .rttpg-help-wrapper {
115 width: calc(100% - 40px);
116 }
117 .rttpg-pro-feature-content .rt-document-box {
118 flex: 0 0 calc(50% - 55px)
119 }
120 .rttpg-pro-feature-content .rt-document-box + .rt-document-box + .rt-document-box {
121 margin-left: 0;
122 }
123 }
124 @media all and (max-width: 600px) {
125 .rt-document-box .rt-box-content .rt-box-title {
126 line-height: 28px;
127 }
128 .rttpg-help-section iframe {
129 height: 250px;
130 }
131 .rttpg-feature-list ul {
132 display: block;
133 }
134 .rttpg-feature-list ul li {
135 width: 100%;
136 }
137 .rttpg-call-to-action a {
138 padding-left: 25px;
139 padding-right: 25px;
140 font-size: 20px;
141 line-height: 28px;
142 width: 80%;
143 }
144 .rttpg-testimonials {
145 display: block;
146 }
147 .rttpg-testimonials .rttpg-testimonial + .rttpg-testimonial {
148 margin-left: 0;
149 margin-top: 30px;
150 }
151 .rttpg-pro-feature-content .rt-document-box {
152 width: 100%;
153 flex: auto;
154 }
155 .rttpg-pro-feature-content .rt-document-box + .rt-document-box {
156 margin-left: 0;
157 }
158 }
159 </style>
160 <div class="rttpg-help-wrapper" >
161 <div class="rttpg-help-section rt-document-box">
162 <div class="rt-box-icon"><i class="dashicons dashicons-media-document"></i></div>
163 <div class="rt-box-content">
164 <h3 class="rt-box-title">Thank you for installing The Post Grid</h3>
165
166 <H3>Shortcode Demo</H3>
167 <iframe style="width:calc(100% - 40px);" width="800" height="450" src="https://www.youtube.com/embed/_xZBDU4kgKk" title="The Post Grid" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
168
169 <H3>Elementor Demo</H3>
170 <iframe style="width:calc(100% - 40px);" width="800" height="450" src="https://www.youtube.com/embed/Px7c91A0W5Y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
171 </div>
172 </div>
173 <div class="rt-document-box">
174 <div class="rt-box-icon"><i class="dashicons dashicons-megaphone"></i></div>
175 <div class="rt-box-content rttpg-feature-list">
176 <h3 class="rt-box-title">Pro Features</h3>
177 <ul>
178 <li><i class="dashicons dashicons-saved"></i> Custom Post Type Supported.</li>
179 <li><i class="dashicons dashicons-saved"></i> Advanced Post Filter.</li>
180 <li><i class="dashicons dashicons-saved"></i> Single or Multi Popup.</li>
181 <li><i class="dashicons dashicons-saved"></i> Custom Image Size.</li>
182 <li><i class="dashicons dashicons-saved"></i> Meta Position Control.</li>
183 <li><i class="dashicons dashicons-saved"></i> Social Share.</li>
184 <li><i class="dashicons dashicons-saved"></i> 62 Different Layouts.</li>
185 <li><i class="dashicons dashicons-saved"></i> Slider Layout.</li>
186 <li><i class="dashicons dashicons-saved"></i> Fields Selection.</li>
187 <li><i class="dashicons dashicons-saved"></i> All Text and Color control.</li>
188 <li><i class="dashicons dashicons-saved"></i> AJAX Pagination (Load more and Load on Scrolling).</li>
189 <li><i class="dashicons dashicons-saved"></i> Archive page builder for Elementor </li>
190 <li><i class="dashicons dashicons-saved"></i> Advanced Custom Field support</li>
191 <li><i class="dashicons dashicons-saved"></i> Post View Count</li>
192 </ul>
193 </div>
194 </div>
195 <div class="rttpg-call-to-action" style="background-image: url('<?php echo rtTPG()->get_assets_uri('images/admin/banner.png'); ?>')">
196 <a href="https://www.radiustheme.com/downloads/the-post-grid-pro-for-wordpress/" target="_blank" class="rt-update-pro-btn">
197 Update Pro To Get More Features
198 </a>
199 </div>
200 <div class="rt-document-box">
201 <div class="rt-box-icon"><i class="dashicons dashicons-thumbs-up"></i></div>
202 <div class="rt-box-content">
203 <h3 class="rt-box-title">Happy clients of the Post Grid</h3>
204 <div class="rttpg-testimonials">
205 <div class="rttpg-testimonial">
206 <p>So much functionality in the free version. Thank you very much! Many plugins offer a crippled free version to push into going to their PRO. The guys here provide a free version that brings lots of value also. I needed a flexible grid solution to my website that has dozen of grids in different configurations and the plugin could do everything I needed. Very easy to use and support it fantastic. Highly Recomended!</p>
207 <div class="client-info">
208 <img src="<?php echo rtTPG()->get_assets_uri('images/admin/client1.jpeg'); ?>">
209 <div>
210 <div class="rttpg-star">
211 <i class="dashicons dashicons-star-filled"></i>
212 <i class="dashicons dashicons-star-filled"></i>
213 <i class="dashicons dashicons-star-filled"></i>
214 <i class="dashicons dashicons-star-filled"></i>
215 <i class="dashicons dashicons-star-filled"></i>
216 </div>
217 <span class="client-name">Erez Speiser</span>
218 </div>
219 </div>
220 </div>
221 <div class="rttpg-testimonial">
222 <p>The post grid is a fantastic plugin! It’s very easy to figure out without having to read any documentation. That is the mark of an excellent developer who knows how to make the user interface easy for people to use. I love that I can take my simple theme, and jazz it up with a nice grid, without having to go to a page builder. I am now teaching this to all my WordPress students 🙂 Hats off to this amazing plugin!</p>
223 <div class="client-info">
224 <img src="<?php echo rtTPG()->get_assets_uri('images/admin/client2.jpeg'); ?>">
225 <div>
226 <div class="rttpg-star">
227 <i class="dashicons dashicons-star-filled"></i>
228 <i class="dashicons dashicons-star-filled"></i>
229 <i class="dashicons dashicons-star-filled"></i>
230 <i class="dashicons dashicons-star-filled"></i>
231 <i class="dashicons dashicons-star-filled"></i>
232 </div>
233 <span class="client-name">Christina Hills</span>
234 </div>
235 </div>
236 </div>
237 </div>
238 </div>
239 </div>
240 <div class="rttpg-pro-feature-content">
241 <div class="rt-document-box">
242 <div class="rt-box-icon"><i class="dashicons dashicons-media-document"></i></div>
243 <div class="rt-box-content">
244 <h3 class="rt-box-title">Documentation</h3>
245 <p>Get started by spending some time with the documentation we included step by step process with screenshots with video.</p>
246 <a href="https://www.radiustheme.com/docs/the-post-grid/" target="_blank" class="rt-admin-btn">Documentation</a>
247 </div>
248 </div>
249 <div class="rt-document-box">
250 <div class="rt-box-icon"><i class="dashicons dashicons-sos"></i></div>
251 <div class="rt-box-content">
252 <h3 class="rt-box-title">Need Help?</h3>
253 <p>Stuck with something? Please create a
254 <a href="https://www.radiustheme.com/contact/">ticket here</a> or post on <a href="https://www.facebook.com/groups/234799147426640/">facebook group</a>. For emergency case join our <a href="https://www.radiustheme.com/">live chat</a>.</p>
255 <a href="https://www.radiustheme.com/contact/" target="_blank" class="rt-admin-btn">Get Support</a>
256 </div>
257 </div>
258 <div class="rt-document-box">
259 <div class="rt-box-icon"><i class="dashicons dashicons-smiley"></i></div>
260 <div class="rt-box-content">
261 <h3 class="rt-box-title">Happy Our Work?</h3>
262 <p>If you happy with <strong>The Post Grid</strong> plugin, please add a rating. It would be glad to us.</p>
263 <a href="https://wordpress.org/support/plugin/the-post-grid/reviews/?filter=5#new-post" class="rt-admin-btn" target="_blank">Post Review</a>
264 </div>
265 </div>
266 </div>
267 </div>