| 1 |
<?php |
| 2 |
|
| 3 |
use FloatMenuLite\WOWP_Plugin; |
| 4 |
|
| 5 |
defined( 'ABSPATH' ) || exit; |
| 6 |
|
| 7 |
|
| 8 |
$item_order = ! empty( $options['item_order']['pro_feature'] ) ? 1 : 0; |
| 9 |
$open = ! empty( $item_order ) ? ' open' : ''; |
| 10 |
?> |
| 11 |
|
| 12 |
<div class="wpie-sidebar wpie-sidebar-features"> |
| 13 |
<details class="wpie-item" open> |
| 14 |
<summary class="wpie-item_heading"> |
| 15 |
<span class="wpie-item_heading_icon"><span |
| 16 |
class="wpie-icon wpie_icon-rocket wpie-color-danger"></span></span> |
| 17 |
<span class="wpie-item_heading_label"><?php |
| 18 |
esc_html_e( 'PRO FEATURES', 'float-menu' ); ?></span> |
| 19 |
<span class="wpie-item_heading_type"></span> |
| 20 |
<span class="wpie-item_heading_toogle"> |
| 21 |
<span class="wpie-icon wpie_icon-chevron-down"></span> |
| 22 |
<span class="wpie-icon wpie_icon-chevron-up "></span> |
| 23 |
</span> |
| 24 |
</summary> |
| 25 |
<div class="wpie-fields__box"> |
| 26 |
|
| 27 |
<h4>Interface Options</h4> |
| 28 |
|
| 29 |
<details class="wpie-details-sidebar"> |
| 30 |
<summary>Hold text open</summary> |
| 31 |
<p> |
| 32 |
When enabled, the "Hold Open" option ensures that the menu label (the text representing the |
| 33 |
menu) remains visible at all times, even when the user hovers away from the menu itself. </p> |
| 34 |
</details> |
| 35 |
<details class="wpie-details-sidebar"> |
| 36 |
<summary>Hide/Show</summary> |
| 37 |
<div class="wpie-details-sidebar-box"> |
| 38 |
<ul> |
| 39 |
<li><strong>Show After Position:</strong> Control when the menu becomes visible after the user |
| 40 |
scrolls down the page (in pixels). |
| 41 |
</li> |
| 42 |
<li><strong>Hide After Position:</strong> Control when the menu hides as the user scrolls up the |
| 43 |
page (in pixels). |
| 44 |
</li> |
| 45 |
</ul> |
| 46 |
</div> |
| 47 |
|
| 48 |
</details> |
| 49 |
<details class="wpie-details-sidebar"> |
| 50 |
<summary>Icons</summary> |
| 51 |
<div class="wpie-details-sidebar-box"> |
| 52 |
<ul> |
| 53 |
<li><strong>Set Font Awesome Icon:</strong> Choose an icon from the Font Awesome library and |
| 54 |
optionally set an animation for the icon. |
| 55 |
</li> |
| 56 |
<li><strong>Custom Icon:</strong> Set a custom icon using a URL to the image or by defining a |
| 57 |
class |
| 58 |
for the icon if you're using a font icon set other than Font Awesome. |
| 59 |
</li> |
| 60 |
<li><strong>Text:</strong> Use a letter or emoji as the icon. This can be a great alternative to |
| 61 |
Font Awesome icons. |
| 62 |
</li> |
| 63 |
</ul> |
| 64 |
</div> |
| 65 |
|
| 66 |
</details> |
| 67 |
<details class="wpie-details-sidebar"> |
| 68 |
<summary>Sub Menu</summary> |
| 69 |
<div class="wpie-details-sidebar-box"> |
| 70 |
<p>By grouping related items under submenu, you can improve user experience by making navigation |
| 71 |
more |
| 72 |
intuitive and organized. Users can easily find the specific information they need without |
| 73 |
feeling |
| 74 |
overwhelmed by a long list of top-level menu items.</p> |
| 75 |
</div> |
| 76 |
|
| 77 |
</details> |
| 78 |
|
| 79 |
<h4>Content Management </h4> |
| 80 |
<details class="wpie-details-sidebar"> |
| 81 |
<summary>Item Types</summary> |
| 82 |
<div class="wpie-details-sidebar-box"> |
| 83 |
<ul> |
| 84 |
<li><strong>Link:</strong> Create a link to any page on your website. You can also choose to |
| 85 |
open |
| 86 |
the link in a new window. |
| 87 |
</li> |
| 88 |
<li><strong>Next Post:</strong> Generate a link to the next post within the current post's |
| 89 |
category. |
| 90 |
</li> |
| 91 |
<li><strong>Previous Post:</strong> Generate a link to the previous post within the current |
| 92 |
post's |
| 93 |
category. |
| 94 |
</li> |
| 95 |
<li><strong>Share:</strong> Create a link with sharing options for social media. Choose from 29 |
| 96 |
different social media services. |
| 97 |
</li> |
| 98 |
<li><strong>Translate:</strong> Offer your users the ability to translate your page in |
| 99 |
real-time. |
| 100 |
</li> |
| 101 |
<li><strong>Search:</strong> Create a menu item with a search field.</li> |
| 102 |
<li><strong>Print:</strong> Provide a link for printing the current page.</li> |
| 103 |
<li><strong>Scroll To Top:</strong> Create a smooth-scrolling link that takes users to the top |
| 104 |
of |
| 105 |
the page. |
| 106 |
</li> |
| 107 |
<li><strong>Scroll To Bottom:</strong> Create a smooth-scrolling link that takes users to the |
| 108 |
bottom |
| 109 |
of the page. |
| 110 |
</li> |
| 111 |
<li><strong>Smooth Scroll:</strong> Enable this option for a more pleasant user experience when |
| 112 |
navigating a page with anchor links. |
| 113 |
</li> |
| 114 |
<li><strong>Go Back:</strong> Allow users to navigate back to the previous page in their browser |
| 115 |
history. |
| 116 |
</li> |
| 117 |
<li><strong>Go Forward:</strong> Create a link to the next page in the user's browser history. |
| 118 |
</li> |
| 119 |
<li><strong>Email:</strong> Generate a quick link that opens the user's email client to compose |
| 120 |
a |
| 121 |
new email addressed to a specific address you define. |
| 122 |
</li> |
| 123 |
<li><strong>Telephone:</strong> Create a link that allows users to call a specific phone number. |
| 124 |
</li> |
| 125 |
<li><strong>Login:</strong> Create a link to your site's login page.</li> |
| 126 |
<li><strong>Logout:</strong> Create a link for users to log out if they are currently logged in. |
| 127 |
</li> |
| 128 |
<li><strong>Lost Password:</strong> Create a link to the password reset page for users.</li> |
| 129 |
<li><strong>Register:</strong> Create a link to the user registration page on your site.</li> |
| 130 |
<li><strong>Open Popup:</strong> Generate a link that opens a popup created by the plugin.</li> |
| 131 |
<li><strong>Extra Text:</strong> Display a custom information text box for your users.</li> |
| 132 |
</ul> |
| 133 |
</div> |
| 134 |
|
| 135 |
</details> |
| 136 |
<details class="wpie-details-sidebar"> |
| 137 |
<summary>Create Popup</summary> |
| 138 |
<div class="wpie-details-sidebar-box"> |
| 139 |
<p>Configure popups that open upon clicking on menu items.</p> |
| 140 |
</div> |
| 141 |
|
| 142 |
</details> |
| 143 |
|
| 144 |
<h4>Tracking and Analytics</h4> |
| 145 |
<details class="wpie-details-sidebar"> |
| 146 |
<summary>Google Event Tracking</summary> |
| 147 |
<div class="wpie-details-sidebar-box"> |
| 148 |
Integrate Google Events Tracking to monitor user interactions with your menu items. You'll need to |
| 149 |
have Google Analytics tracking code installed on your site to use this feature. |
| 150 |
</div> |
| 151 |
</details> |
| 152 |
|
| 153 |
<h4>Display Rules and Visibility</h4> |
| 154 |
<details class="wpie-details-sidebar"> |
| 155 |
<summary>Display Rules</summary> |
| 156 |
<div class="wpie-details-sidebar-box"> |
| 157 |
<p>Control exactly where your menus appear using shortcodes, page types, post categories/tags, |
| 158 |
author |
| 159 |
pages, and date archives.</p> |
| 160 |
</div> |
| 161 |
</details> |
| 162 |
<details class="wpie-details-sidebar"> |
| 163 |
<summary>Devices Rules</summary> |
| 164 |
<div class="wpie-details-sidebar-box"> |
| 165 |
<p>Ensure optimal menu visibility across all devices with options to hide/remove on specific screen |
| 166 |
sizes. Remove on Mobile, Remove on Desktop</p> |
| 167 |
</div> |
| 168 |
|
| 169 |
</details> |
| 170 |
|
| 171 |
<details class="wpie-details-sidebar"> |
| 172 |
<summary>Hide Based on Browser</summary> |
| 173 |
<div class="wpie-details-sidebar-box"> |
| 174 |
Customize the visibility of your menus depending on the user's browser. Selectively hide |
| 175 |
menu for specific browsers to ensure compatibility and enhance user experience across different |
| 176 |
web environments. |
| 177 |
</div> |
| 178 |
</details> |
| 179 |
|
| 180 |
<h4>User Permissions and Targeting</h4> |
| 181 |
|
| 182 |
<details class="wpie-details-sidebar"> |
| 183 |
<summary>Permissions of Users</summary> |
| 184 |
<div class="wpie-details-sidebar-box"> |
| 185 |
Set specific permissions for displaying menus based on user roles. Customize which user |
| 186 |
groups (e.g., Administrators, Editors, Authors) can view or interact with your menus, ensuring |
| 187 |
relevant content reaches the appropriate audience. |
| 188 |
</div> |
| 189 |
|
| 190 |
</details> |
| 191 |
|
| 192 |
<details class="wpie-details-sidebar"> |
| 193 |
<summary>URL contain</summary> |
| 194 |
<div class="wpie-details-sidebar-box"> |
| 195 |
Trigger the menu to display if the URL contains a specific parameter, such as menu=active, |
| 196 |
allowing targeted content delivery based on URL parameters. |
| 197 |
</div> |
| 198 |
</details> |
| 199 |
|
| 200 |
<details class="wpie-details-sidebar"> |
| 201 |
<summary>URL is Referrer</summary> |
| 202 |
<div class="wpie-details-sidebar-box"> |
| 203 |
Customize menu experiences for visitors arriving from specific websites, such as displaying |
| 204 |
a welcome message for users coming from a partner site. |
| 205 |
</div> |
| 206 |
</details> |
| 207 |
|
| 208 |
<details class="wpie-details-sidebar"> |
| 209 |
<summary>Multi Language</summary> |
| 210 |
<div class="wpie-details-sidebar-box"> |
| 211 |
For websites catering to a global audience, Float Menu Pro allows you to restrict menu |
| 212 |
visibility to |
| 213 |
specific languages. This ensures users only see menus relevant to their chosen language |
| 214 |
setting. |
| 215 |
</div> |
| 216 |
</details> |
| 217 |
|
| 218 |
<details class="wpie-details-sidebar"> |
| 219 |
<summary>Scheduling</summary> |
| 220 |
<div class="wpie-details-sidebar-box"> |
| 221 |
<p>Schedule menu appearances based on specific days, times, and dates. This allows you to promote |
| 222 |
temporary events or campaigns without cluttering your website permanently.</p> |
| 223 |
</div> |
| 224 |
|
| 225 |
</details> |
| 226 |
</div> |
| 227 |
|
| 228 |
</details> |
| 229 |
|
| 230 |
<div class="wpie-buttons"> |
| 231 |
<a href="https://demo.wow-estore.com/float-menu-pro/" target="_blank" class="wpie-button is-demo">Demo</a> |
| 232 |
<a href="https://wow-estore.com/item/float-menu-pro/" target="_blank" class="wpie-button is-pro">GET PRO</a> |
| 233 |
</div> |
| 234 |
</div> |
| 235 |
|