PluginProbe
Float menu – awesome floating side menu / 3.3.1
Float menu – awesome floating side menu v3.3.1
7.2.5 trunk 2.1 2.2 3.0.1 3.1 3.2.2 3.3.1 3.5 3.5.1 3.5.2 3.5.3. 3.5.4 4.0 4.1 4.1.1 4.2 4.3 4.3.1 4.3.2 5.0 5.0.1 5.0.2 5.0.3 5.1 All 57 releases
float-menu / includes / about / support.php

support.php in Float menu – awesome floating side menu 3.3.1, at includes/about/support.php

53 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Support Page
4 *
5 * @package Wow_Plugin
6 * @copyright Copyright (c) 2018, Dmytro Lobov
7 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
8 * @since 1.0
9 */
10
11 if ( ! defined( 'ABSPATH' ) ) {
12 exit;
13 }
14 ?>
15
16 <style>
17 .feature-section.one-col p {
18 font-size: 16px;
19 }
20
21 .feature-section pre {
22 box-sizing: border-box;
23 width: 100%;
24 margin: 0;
25 overflow: auto;
26 overflow-y: hidden;
27 font-size: 12px;
28 line-height: 20px;
29 background: #fff !important;
30 border: 1px solid #777;
31 padding: 10px;
32 color: #333;
33 }
34 </style>
35
36 <div class="feature-section one-col">
37 <div class="col">
38
39 <p>To get your support related question answered in the fastest timing, please head over to our <a
40 href="https://wow-estore.com/questions/" target="_blank">Support Forum</a> page and send your Question.</p>
41
42 <p>Also, you can send us your ideas and suggestions for improving the plugin.</p>
43
44 </div>
45
46 </div>
47
48 <p class="wow-thank-you">
49 <span class="thank-line">= = = = = = =</span><br/>
50 Thank you for choosing 'Wow Plugin'<br/>
51 Dmyto Lobov<br/>
52 <a href="https://wow-estore.com" target="_blank">Wow-Estore.com</a>
53 </p>