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