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

166 lines 8.3 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
8 <div class="wpie-sidebar wpie-sidebar-features">
9 <h2 class="wpie-title"><?php esc_html_e( 'PRO Functions', 'float-menu' ); ?></h2>
10
11 <div class="wpie-fields__box">
12 <details class="wpie-details-sidebar">
13 <summary>Hold text open</summary>
14 <p>
15 When enabled, the "Hold Open" option ensures that the menu label (the text representing the
16 menu) remains visible at all times, even when the user hovers away from the menu itself.
17 </p>
18 </details>
19 <details class="wpie-details-sidebar">
20 <summary>Item Types</summary>
21 <div class="wpie-details-sidebar-box">
22 <ul>
23 <li><strong>Link:</strong> Create a link to any page on your website. You can also choose to open
24 the link in a new window.
25 </li>
26 <li><strong>Next Post:</strong> Generate a link to the next post within the current post's category.
27 </li>
28 <li><strong>Previous Post:</strong> Generate a link to the previous post within the current post's
29 category.
30 </li>
31 <li><strong>Share:</strong> Create a link with sharing options for social media. Choose from 29
32 different social media services.
33 </li>
34 <li><strong>Translate:</strong> Offer your users the ability to translate your page in real-time.
35 </li>
36 <li><strong>Search:</strong> Create a menu item with a search field.</li>
37 <li><strong>Print:</strong> Provide a link for printing the current page.</li>
38 <li><strong>Scroll To Top:</strong> Create a smooth-scrolling link that takes users to the top of
39 the page.
40 </li>
41 <li><strong>Scroll To Bottom:</strong> Create a smooth-scrolling link that takes users to the bottom
42 of the page.
43 </li>
44 <li><strong>Smooth Scroll:</strong> Enable this option for a more pleasant user experience when
45 navigating a page with anchor links.
46 </li>
47 <li><strong>Go Back:</strong> Allow users to navigate back to the previous page in their browser
48 history.
49 </li>
50 <li><strong>Go Forward:</strong> Create a link to the next page in the user's browser history.</li>
51 <li><strong>Email:</strong> Generate a quick link that opens the user's email client to compose a
52 new email addressed to a specific address you define.
53 </li>
54 <li><strong>Telephone:</strong> Create a link that allows users to call a specific phone number.
55 </li>
56 <li><strong>Login:</strong> Create a link to your site's login page.</li>
57 <li><strong>Logout:</strong> Create a link for users to log out if they are currently logged in.
58 </li>
59 <li><strong>Lost Password:</strong> Create a link to the password reset page for users.</li>
60 <li><strong>Register:</strong> Create a link to the user registration page on your site.</li>
61 <li><strong>Open Popup:</strong> Generate a link that opens a popup created by the plugin.</li>
62 <li><strong>Extra Text:</strong> Display a custom information text box for your users.</li>
63 </ul>
64 </div>
65
66 </details>
67 <details class="wpie-details-sidebar">
68 <summary>Icons</summary>
69 <div class="wpie-details-sidebar-box">
70 <ul>
71 <li><strong>Set Font Awesome Icon:</strong> Choose an icon from the Font Awesome library and
72 optionally set an animation for the icon.
73 </li>
74 <li><strong>Custom Icon:</strong> Set a custom icon using a URL to the image or by defining a class
75 for the icon if you're using a font icon set other than Font Awesome.
76 </li>
77 <li><strong>Text:</strong> Use a letter or emoji as the icon. This can be a great alternative to
78 Font Awesome icons.
79 </li>
80 </ul>
81 </div>
82
83 </details>
84 <details class="wpie-details-sidebar">
85 <summary>Google Events Tracking</summary>
86 <div class="wpie-details-sidebar-box">
87 <p>Integrate Google Events Tracking to monitor user interactions with your menu items. You'll need to
88 have Google Analytics tracking code installed on your site to use this feature.</p>
89 </div>
90
91 </details>
92 <details class="wpie-details-sidebar">
93 <summary>Hide/Show</summary>
94 <div class="wpie-details-sidebar-box">
95 <ul>
96 <li><strong>Show After Position:</strong> Control when the menu becomes visible after the user
97 scrolls down the page (in pixels).
98 </li>
99 <li><strong>Hide After Position:</strong> Control when the menu hides as the user scrolls up the
100 page (in pixels).
101 </li>
102 </ul>
103 </div>
104
105 </details>
106 <details class="wpie-details-sidebar">
107 <summary>Sub Menu</summary>
108 <div class="wpie-details-sidebar-box">
109 <p>By grouping related items under submenu, you can improve user experience by making navigation more
110 intuitive and organized. Users can easily find the specific information they need without feeling
111 overwhelmed by a long list of top-level menu items.</p>
112 </div>
113
114 </details>
115 <details class="wpie-details-sidebar">
116 <summary>Display Rules</summary>
117 <div class="wpie-details-sidebar-box">
118 <p>Control exactly where your menus appear using shortcodes, page types, post categories/tags, author
119 pages, and date archives.</p>
120 </div>
121
122 </details>
123 <details class="wpie-details-sidebar">
124 <summary>Devices Rules</summary>
125 <div class="wpie-details-sidebar-box">
126 <p>Ensure optimal menu visibility across all devices with options to hide/remove on specific screen
127 sizes.</p>
128 </div>
129
130 </details>
131 <details class="wpie-details-sidebar">
132 <summary>Multilingual Support</summary>
133 <div class="wpie-details-sidebar-box">
134 <p> For websites catering to a global audience, Float Menu Pro allows you to restrict menu visibility to
135 specific languages. This ensures users only see menus relevant to their chosen language setting.</p>
136 </div>
137
138 </details>
139 <details class="wpie-details-sidebar">
140 <summary>User Role Permissions</summary>
141 <div class="wpie-details-sidebar-box">
142 <p>Define which user roles (e.g., Administrator, Editor, Author) have the ability to see the menu items.
143 This can be helpful for displaying internal menus relevant only to website administrators or
144 managing menus for specific user groups.</p>
145 </div>
146
147 </details>
148 <details class="wpie-details-sidebar">
149 <summary>Scheduling</summary>
150 <div class="wpie-details-sidebar-box">
151 <p>Schedule menu appearances based on specific days, times, and dates. This allows you to promote
152 temporary events or campaigns without cluttering your website permanently.</p>
153 </div>
154
155 </details>
156 <details class="wpie-details-sidebar">
157 <summary>Create Popup</summary>
158 <div class="wpie-details-sidebar-box">
159 <p>Configure popups that open upon clicking on menu items.</p>
160 </div>
161
162 </details>
163 <a href="<?php echo esc_url( WOWP_Plugin::info( 'pro' ) ); ?>" target="_blank">Read More about PRO</a>
164 </div>
165 </div>
166