PluginProbe
Bubble Menu – Floating Button Menu with Sticky Navigation / 4.0.1
Bubble Menu – Floating Button Menu with Sticky Navigation v4.0.1
trunk 1.3 2.0 2.2 2.2.1 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 4.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.0.7 4.1 4.1.1
bubble-menu / admin / settings / pro-plugin.php

pro-plugin.php in Bubble Menu – Floating Button Menu with Sticky Navigation 4.0.1, at admin/settings/pro-plugin.php

227 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', 'bubble-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 Label 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 <li><strong>Timer for display:</strong> Set the delay for when the menu should be shown on the page after it loads.
49 </li>
50 <li><strong>Timer for hide:</strong> Utilize the hide timer functionality to initially hide the menu when the page loads.
51 </li>
52 <li><strong>Open Animation:</strong> Opt from a collection of 16 striking animations to display sub-buttons; adding a dynamic element to your buttons.
53 </li>
54 </ul>
55 </div>
56
57 </details>
58 <details class="wpie-details-sidebar">
59 <summary>Icons</summary>
60 <div class="wpie-details-sidebar-box">
61 <ul>
62 <li><strong>Set Font Awesome Icon:</strong> Choose an icon from the Font Awesome library and
63 optionally set an animation for the icon.
64 </li>
65 <li><strong>Custom Icon:</strong> Set a custom icon using a URL to the image or by defining a
66 class
67 for the icon if you're using a font icon set other than Font Awesome.
68 </li>
69 <li><strong>Text:</strong> Use a letter or emoji as the icon. This can be a great alternative to
70 Font Awesome icons.
71 </li>
72 <li><strong>Icon Animations:</strong> Select from 7 sophisticated icon animations for each button default icon.
73 </li>
74
75 <li><strong>Icon Transform:</strong> At times, an icon may need to be flipped, rotated or mirrored to fit your site. We’ve integrated some instant settings to assist with this.</li>
76
77 </ul>
78 </div>
79 </details>
80
81
82
83
84 <h4>Content Management </h4>
85 <details class="wpie-details-sidebar">
86 <summary>Item Types</summary>
87 <div class="wpie-details-sidebar-box">
88 <ul>
89 <li><strong>Link:</strong> Create a link to any page on your website. You can also choose to
90 open
91 the link in a new window.
92 </li>
93 <li><strong>Next Post:</strong> Generate a link to the next post within the current post's
94 category.
95 </li>
96 <li><strong>Previous Post:</strong> Generate a link to the previous post within the current
97 post's
98 category.
99 </li>
100 <li><strong>Share:</strong> Create a link with sharing options for social media. Choose from 29
101 different social media services.
102 </li>
103 <li><strong>Translate:</strong> Offer your users the ability to translate your page in
104 real-time.
105 </li>
106 <li><strong>ScrollSpy:</strong> With Scrollspy functionality, visitors can easily navigate through different sections of the page.
107 </li>
108 <li><strong>Download:</strong> Create a menu item with a force download file.</li>
109 <li><strong>Print:</strong> Provide a link for printing the current page.</li>
110 <li><strong>Popup:</strong> Generate a link that opens a popup created by the plugin.</li>
111 <li><strong>Font Size:</strong> Adjust the zoom level of the entire page.</li>
112 <li><strong>Bookmark:</strong> Add the current page to bookmarks.</li>
113 <li><strong>Copy URL:</strong> Copy the page URL to the clipboard, making it easier for users to share manually.</li>
114 <li><strong>Scroll To Top:</strong> Create a smooth-scrolling link that takes users to the top of the page.
115 </li>
116 <li><strong>Scroll To Bottom:</strong> Create a smooth-scrolling link that takes users to the
117 bottom
118 of the page.
119 </li>
120 <li><strong>Smooth Scroll:</strong> Enable this option for a more pleasant user experience when
121 navigating a page with anchor links.
122 </li>
123 <li><strong>Go Back:</strong> Allow users to navigate back to the previous page in their browser
124 history.
125 </li>
126 <li><strong>Go Forward:</strong> Create a link to the next page in the user's browser history.
127 </li>
128 <li><strong>Email:</strong> Generate a quick link that opens the user's email client to compose
129 a
130 new email addressed to a specific address you define.
131 </li>
132 <li><strong>Telephone:</strong> Create a link that allows users to call a specific phone number.
133 </li>
134 <li><strong>Login:</strong> Create a link to your site's login page.</li>
135 <li><strong>Logout:</strong> Create a link for users to log out if they are currently logged in.
136 </li>
137 <li><strong>Lost Password:</strong> Create a link to the password reset page for users.</li>
138 <li><strong>Register:</strong> Create a link to the user registration page on your site.</li>
139
140 </ul>
141 </div>
142
143 </details>
144
145
146 <h4>Display Rules and Visibility</h4>
147 <details class="wpie-details-sidebar">
148 <summary>Display Rules</summary>
149 <div class="wpie-details-sidebar-box">
150 <p>Control exactly where your menus appear using shortcodes, page types, post categories/tags,
151 author
152 pages, and date archives.</p>
153 </div>
154 </details>
155 <details class="wpie-details-sidebar">
156 <summary>Devices Rules</summary>
157 <div class="wpie-details-sidebar-box">
158 <p>Ensure optimal menu visibility across all devices with options to hide/remove on specific screen sizes. Remove on Mobile, Remove on Desktop</p>
159 </div>
160
161 </details>
162
163 <details class="wpie-details-sidebar">
164 <summary>Hide Based on Browser</summary>
165 <div class="wpie-details-sidebar-box">
166 Customize the visibility of your menus depending on the user's browser. Selectively hide
167 menu for specific browsers to ensure compatibility and enhance user experience across different
168 web environments.
169 </div>
170 </details>
171
172 <h4>User Permissions and Targeting</h4>
173
174 <details class="wpie-details-sidebar">
175 <summary>Permissions of Users</summary>
176 <div class="wpie-details-sidebar-box">
177 Set specific permissions for displaying menus based on user roles. Customize which user
178 groups (e.g., Administrators, Editors, Authors) can view or interact with your menus, ensuring
179 relevant content reaches the appropriate audience.
180 </div>
181
182 </details>
183
184 <details class="wpie-details-sidebar">
185 <summary>URL contain</summary>
186 <div class="wpie-details-sidebar-box">
187 Trigger the menu to display if the URL contains a specific parameter, such as menu=active,
188 allowing targeted content delivery based on URL parameters.
189 </div>
190 </details>
191
192 <details class="wpie-details-sidebar">
193 <summary>URL is Referrer</summary>
194 <div class="wpie-details-sidebar-box">
195 Customize menu experiences for visitors arriving from specific websites, such as displaying
196 a welcome message for users coming from a partner site.
197 </div>
198 </details>
199
200 <details class="wpie-details-sidebar">
201 <summary>Multi Language</summary>
202 <div class="wpie-details-sidebar-box">
203 For websites catering to a global audience, Float Menu Pro allows you to restrict menu
204 visibility to
205 specific languages. This ensures users only see menus relevant to their chosen language
206 setting.
207 </div>
208 </details>
209
210 <details class="wpie-details-sidebar">
211 <summary>Scheduling</summary>
212 <div class="wpie-details-sidebar-box">
213 <p>Schedule menu appearances based on specific days, times, and dates. This allows you to promote
214 temporary events or campaigns without cluttering your website permanently.</p>
215 </div>
216
217 </details>
218 </div>
219
220 </details>
221
222 <div class="wpie-buttons">
223 <a href="https://demo.wow-estore.com/bubble-menu-pro/" target="_blank" class="wpie-button is-demo">Demo</a>
224 <a href="https://wow-estore.com/item/bubble-menu-pro/" target="_blank" class="wpie-button is-pro">GET PRO</a>
225 </div>
226 </div>
227