| 1 |
<?php |
| 2 |
/** |
| 3 |
* Extansion version |
| 4 |
* |
| 5 |
* @package Wow_Plugin |
| 6 |
* @subpackage |
| 7 |
* @copyright Copyright (c) 2018, Dmytro Lobov |
| 8 |
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
| 9 |
* @since 1.0 |
| 10 |
*/ |
| 11 |
if ( ! defined( 'ABSPATH' ) ) { |
| 12 |
exit; |
| 13 |
} |
| 14 |
?> |
| 15 |
|
| 16 |
<div class="about-wrap wow-support"> |
| 17 |
<div class="feature-section one-col"> |
| 18 |
<div class="col"> |
| 19 |
|
| 20 |
<p>GET MORE FEATURES WITH THE PLUGIN EXTENSION.</p> |
| 21 |
|
| 22 |
<p><a href="<?php echo $this->url['pro']; ?>" target="_blank" class="wow-btn">Get Pro Version</a></p> |
| 23 |
|
| 24 |
<p><a href="https://wow-estore.com/preview/float-menu/pro.html" target="_blank" class="wow-btn-demo">Demo Pro |
| 25 |
Version</a></p> |
| 26 |
|
| 27 |
<p>ADDITIONAL OPTIONS IN PRO VERSION:</p> |
| 28 |
|
| 29 |
|
| 30 |
<div class="items itembox"> |
| 31 |
<div class="item-title"> |
| 32 |
<span class="faq-title">Add task</span> |
| 33 |
</div> |
| 34 |
<div class="inside"> |
| 35 |
<p>You can set a task for adding a new function in the plugin and we will add it as soon as possible.</p> |
| 36 |
</div> |
| 37 |
</div> |
| 38 |
|
| 39 |
<div class="items itembox"> |
| 40 |
<div class="item-title"> |
| 41 |
<span class="faq-title">LifeTime Update and Support</span> |
| 42 |
</div> |
| 43 |
<div class="inside"> |
| 44 |
<p>You can set a task for adding a new function in the plugin and we will add it as soon as possible.</p> |
| 45 |
</div> |
| 46 |
</div> |
| 47 |
|
| 48 |
<div class="items itembox"> |
| 49 |
<div class="item-title"> |
| 50 |
<span class="faq-title">Style</span> |
| 51 |
</div> |
| 52 |
<div class="inside" style="display: none;"> |
| 53 |
<p>More settings for the overall menu style.</p> |
| 54 |
</div> |
| 55 |
</div> |
| 56 |
|
| 57 |
<div class="items itembox"> |
| 58 |
<div class="item-title"> |
| 59 |
<span class="faq-title">Share in Social Networks</span> |
| 60 |
</div> |
| 61 |
<div class="inside"> |
| 62 |
<p>An easy way to provide an opportunity for users to share your content on social networks.</p> |
| 63 |
<p>You can use 19 social networks for sharing:</p> |
| 64 |
<ul> |
| 65 |
<li>Facebook</li> |
| 66 |
<li>VK</li> |
| 67 |
<li>Twitter</li> |
| 68 |
<li>Linkedin</li> |
| 69 |
<li>Odnoklassniki</li> |
| 70 |
<li>Google</li> |
| 71 |
<li>Pinterest</li> |
| 72 |
<li>XING</li> |
| 73 |
<li>Myspace</li> |
| 74 |
<li>Weibo</li> |
| 75 |
<li>Buffer</li> |
| 76 |
<li>StumbleUpon</li> |
| 77 |
<li>Reddit</li> |
| 78 |
<li>Tumblr</li> |
| 79 |
<li>Blogger</li> |
| 80 |
<li>LiveJournal</li> |
| 81 |
<li>Pocket</li> |
| 82 |
<li>Telegram</li> |
| 83 |
<li>Skype</li> |
| 84 |
</ul> |
| 85 |
</div> |
| 86 |
</div> |
| 87 |
|
| 88 |
<div class="items itembox"> |
| 89 |
<div class="item-title"> |
| 90 |
<span class="faq-title">Scroll To Top</span> |
| 91 |
</div> |
| 92 |
<div class="inside"> |
| 93 |
<p>Add the ability to scroll to Top allows your website visitors to easily scroll back to the top of your page |
| 94 |
with one click of the button. This gives your website better navigation and also adds a more professional |
| 95 |
look to your current layout.</p> |
| 96 |
</div> |
| 97 |
</div> |
| 98 |
|
| 99 |
<div class="items itembox"> |
| 100 |
<div class="item-title"> |
| 101 |
<span class="faq-title">Smooth Scroll To Elements</span> |
| 102 |
</div> |
| 103 |
<div class="inside"> |
| 104 |
<p>A lightweight tool to animate smooth scrolling to anchor links on the page. Good use if you have a long |
| 105 |
page with content. That is a useful tool for page navigation.</p> |
| 106 |
</div> |
| 107 |
</div> |
| 108 |
|
| 109 |
<div class="items itembox"> |
| 110 |
<div class="item-title"> |
| 111 |
<span class="faq-title">Go Back and Forward</span> |
| 112 |
</div> |
| 113 |
<div class="inside"> |
| 114 |
<p>The function for the buttons back and forth on the viewing history.</p> |
| 115 |
</div> |
| 116 |
</div> |
| 117 |
|
| 118 |
<div class="items itembox"> |
| 119 |
<div class="item-title"> |
| 120 |
<span class="faq-title">Buttons shapes</span> |
| 121 |
</div> |
| 122 |
<div class="inside"> |
| 123 |
<p>4 different button shapes:</p> |
| 124 |
<ul> |
| 125 |
<li>Circle</li> |
| 126 |
<li>Rounded square</li> |
| 127 |
<li>Rounded</li> |
| 128 |
<li>Square</li> |
| 129 |
</ul> |
| 130 |
</div> |
| 131 |
</div> |
| 132 |
|
| 133 |
<div class="items itembox"> |
| 134 |
<div class="item-title"> |
| 135 |
<span class="faq-title">Animation</span> |
| 136 |
</div> |
| 137 |
<div class="inside"> |
| 138 |
<p>7 different buttons animations</p> |
| 139 |
</div> |
| 140 |
</div> |
| 141 |
|
| 142 |
<div class="items itembox"> |
| 143 |
<div class="item-title"> |
| 144 |
<span class="faq-title">Hold Tooltip open</span> |
| 145 |
</div> |
| 146 |
<div class="inside"> |
| 147 |
<p>You can always showing the button tooltip</p> |
| 148 |
</div> |
| 149 |
</div> |
| 150 |
|
| 151 |
<div class="items itembox"> |
| 152 |
<div class="item-title"> |
| 153 |
<span class="faq-title">Item Type</span> |
| 154 |
</div> |
| 155 |
<div class="inside" style="display: none;"> |
| 156 |
<p>Use additional item types</p> |
| 157 |
<ul> |
| 158 |
<li>Share - use 20 services for sharing the page: Facebook, Twitter, Linkedin, Google, XING, Pinterest, VK, |
| 159 |
Odnoklassniki, Myspace, Weibo, Buffer, StumbleUpon, Reddit, Tumblr, Blogger, LiveJournal, Pocket, |
| 160 |
Telegram, Skype, Email |
| 161 |
</li> |
| 162 |
<li>Print - send the current page to the printer</li> |
| 163 |
<li>Scroll to Top - the set function 'Go to Top' on the menu item</li> |
| 164 |
<li>Smooth Scroll - Smooth scrolling to set anchor on page</li> |
| 165 |
<li>Email - add a link for an email address with antispambot function</li> |
| 166 |
<li>Telephone - add a link for an telephone</li> |
| 167 |
<li>Login - add URL to login form</li> |
| 168 |
<li>Logout - add URL for logout</li> |
| 169 |
<li>Register - add a link to the registration form</li> |
| 170 |
<li>Lostpassword - add a link to the form for reset password</li> |
| 171 |
</ul> |
| 172 |
</div> |
| 173 |
</div> |
| 174 |
|
| 175 |
<div class="items itembox"> |
| 176 |
<div class="item-title"> |
| 177 |
<span class="faq-title">Sub Menu</span> |
| 178 |
</div> |
| 179 |
<div class="inside" style="display: none;"> |
| 180 |
<p>Create a custom submenu that can be opened either by click or by hovering. Use different types of submenus |
| 181 |
to display:</p> |
| 182 |
<ul> |
| 183 |
<li>Under</li> |
| 184 |
<li>Side</li> |
| 185 |
<li>Сircular</li> |
| 186 |
</ul> |
| 187 |
</div> |
| 188 |
</div> |
| 189 |
|
| 190 |
<div class="items itembox"> |
| 191 |
<div class="item-title"> |
| 192 |
<span class="faq-title">Custom Icon</span> |
| 193 |
</div> |
| 194 |
<div class="inside" style="display: none;"> |
| 195 |
<p>You can customize your own icon for the menu item. Upload your own icons and make your menu even more |
| 196 |
informative.</p> |
| 197 |
|
| 198 |
</div> |
| 199 |
</div> |
| 200 |
|
| 201 |
<div class="items itembox"> |
| 202 |
<div class="item-title"> |
| 203 |
<span class="faq-title">User Target</span> |
| 204 |
</div> |
| 205 |
<div class="inside" style="display: none;"> |
| 206 |
<p>You can customize display the item on the page depending on the role of the user who is on the site. You |
| 207 |
can configure targeting for such user groups:</p> |
| 208 |
<ul> |
| 209 |
<li>All users;</li> |
| 210 |
<li>Unauthorized users;</li> |
| 211 |
<li>Authorized users;</li> |
| 212 |
<li>The role of the authorized user on the site;</li> |
| 213 |
</ul> |
| 214 |
</div> |
| 215 |
</div> |
| 216 |
|
| 217 |
<div class="items itembox"> |
| 218 |
<div class="item-title"> |
| 219 |
<span class="faq-title">Multi language</span> |
| 220 |
</div> |
| 221 |
<div class="inside" style="display: none;"> |
| 222 |
<p>The condition for display the item depending on the language of the site.</p> |
| 223 |
<p>It is good to use if you have a website in several languages and you need to show different elements for a |
| 224 |
different language.</p> |
| 225 |
</div> |
| 226 |
</div> |
| 227 |
|
| 228 |
<div class="items itembox"> |
| 229 |
<div class="item-title"> |
| 230 |
<span class="faq-title">Target to content</span> |
| 231 |
</div> |
| 232 |
<div class="inside" style="display: none;"> |
| 233 |
<p>Choose a condition to target your item to specific content or various other segments. You can display the |
| 234 |
item on:</p> |
| 235 |
<ul> |
| 236 |
<li>All posts and pages;</li> |
| 237 |
<li>Only posts;</li> |
| 238 |
<li>Only pages;</li> |
| 239 |
<li>Posts with certain IDs;</li> |
| 240 |
<li>Pages with certain IDs;</li> |
| 241 |
<li>Posts in Categorys with IDs;</li> |
| 242 |
<li>All posts, except;</li> |
| 243 |
<li>All pages, except;</li> |
| 244 |
<li>Taxonomy;</li> |
| 245 |
<ul> |
| 246 |
</div> |
| 247 |
</div> |
| 248 |
</div> |
| 249 |
</div> |
| 250 |
</div> |