PluginProbe
Float menu – awesome floating side menu / 6.1
Float menu – awesome floating side menu v6.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 / admin / settings / pro-plugin.php

pro-plugin.php in Float menu – awesome floating side menu 6.1, at admin/settings/pro-plugin.php

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