Float menu – awesome floating side menu
Try Free Demo | 🚀 Try Pro Demo | Documentation Float Menu is a free WordPress plugin to create and place a unique floating menu on your website. The extension allows users to get access to the functions of the panel regardless of its position on the resource. The menu moves along with the scrolling of the page and always remains in visibility. 🌟 Features: Floating menu that stays on the screen. Lightweight & fast – does not slow down your site. Easy customization – change colors, icons, and position. Works with any WordPress theme. ✅ Enhance usability and user experience with Float Menu! — Main features The Float Menu makes user interaction with the site more comfortable. It can increase the conversion by improving the functionality of the web resource. Among the capabilities of the tool: 🎨 Customization & Design Create unlimited menus. Horizontal or vertical menu layout. Position menu left or right. Choose from 4 button shapes: Square, Round, Rounded, Rounded-out. Adjust spacing between menu items. Set custom colors for buttons and icons. Use 2000+ Font Awesome 7 icons. Load demo configuration – get started quickly with pre-made examples. Test Mode – show the menu only to administrators while configuring settings. 🔗 Link & Accessibility Options Open links in a new window. Set custom attributes: ID, Class, rel, aria-label. Hide the menu on small or large devices. ⚡ Performance & SEO Lightweight and fast – does not slow down your site. SEO-friendly structure for better indexing. — 🚀 Ideal Uses Float Menu is highly versatile and can be used for various scenarios: – Instant Messaging: Add quick-access buttons for WhatsApp, Telegram, Skype, or Messenger. – Floating CTA: Keep “Book Now” or “Get a Quote” buttons always visible to boost sales. – Mobile App Experience: Create a professional bottom or side navigation bar for mobile users. – Quick Support: Provide easy access to your Help Center, FAQs, or Support tickets. – Anchor Navigation: Build a floating table of contents to navigate between long page sections. – Social Presence: Link to your Instagram, Facebook, LinkedIn, or TikTok profiles. – Membership Access: Quick links for Login, Register, and User Account pages. – Special Offers: Highlight time-limited promotions or discount codes. — Pro Version Unlock advanced features and take your floating menus to the next level with Float Menu Pro! 🎨 More Customization Create submenus – supports a single submenu level. Hold label open – keep menu labels visible. Vertical alignment – align menus precisely. Extra text & label fonts – display detailed descriptions with custom fonts. Custom icons – upload your own icons. Icon settings – rotate, flip, and customize icons. 🔗 More Functional Links Translate page – one-click website translation. Social sharing – share content via Facebook, Twitter, etc. Next/Previous Post – quick navigation between posts. Forced download – enable direct file downloads. Smooth scrolling – scroll to sections effortlessly. Scroll to top/bottom – quick page navigation. Print page – allow users to print the current page. Search integration – add search functionality to the menu. 🎯 More Display Rules Show/hide based on scroll – smart visibility control. User role permissions – restrict menu by user role. Multilingual support – adjust menus per language. Schedule menu display – control when menus appear. Activate by URL – display menus only on specific pages based on URL parameters. Activate by referrer URL – show menus based on where users came from. 📊 Analytics & Performance Google Analytics tracking – track menu interactions and clicks. Browser compatibility control – hide menus for outdated browsers. 🔥 Bonus Feature: Built-in Popup System Create popups – trigger popups when clicking menu items. 👉 Upgrade to Pro and unlock all premium features! — 🚀 Maximize Results with Complementary Plugins Enhance your website’s functionality and user engagement by combining Float Menu with these powerful tools from Wow-Company: Popup Box (Modal Windows) – Create stunning popups and triggers for your menu items to boost conversions. Counter Box – Easily add counters, timers, and countdowns to highlight urgency and events. Calculator Builder – Build custom interactive calculators for lead generation or user utility. WP Coder – Add custom HTML, CSS, PHP, and JS code snippets to your site and menus easily. Herd Effects – Use social proof notifications to increase user trust and performance. 👉 Explore all plugins by Wow-Company Support Search for answers and ask your questions at support center
Top keywords
- menu21×3.15%
- menus9×1.35%
- user8×1.20%
- custom6×0.90%
- float6×0.90%
- float menu6×0.90%
- icons6×0.90%
- page6×0.90%
- floating5×0.75%
- support5×0.75%
- add4×0.60%
- display4×0.60%
WP-PageNavi
Want to replace the old ← Older posts | Newer posts → links with some page links? This plugin provides the wp_pagenavi() template tag which generates fancy pagination links. Usage In your theme, you need to find calls to next_posts_link() and previous_posts_link() and replace them. In the Twentyten theme, it looks like this: ← Older posts', 'twentyten' ) ); ?> → ', 'twentyten' ) ); ?> You would replace those two lines with this: For multipart pages, you would look for code like this: and replace it with this: 'multipart' ) ); ?> Go to WP-Admin -> Settings -> PageNavi for configuration. Changing the CSS If you need to configure the CSS style of WP-PageNavi, you can copy the pagenavi-css.css file from the plugin directory to your theme’s directory and make your modifications there. This way, you won’t lose your changes when you update the plugin. Alternatively, you can uncheck the “Use pagenavi.css?” option from the settings page and add the styles to your theme’s style.css file directly. Changing Class Names There are filters that can be used to change the default class names that are assigned to page navigation elements. Filters wp_pagenavi_class_pages wp_pagenavi_class_first wp_pagenavi_class_previouspostslink wp_pagenavi_class_extend wp_pagenavi_class_smaller wp_pagenavi_class_page wp_pagenavi_class_current wp_pagenavi_class_larger wp_pagenavi_class_nextpostslink wp_pagenavi_class_last Filter Usage // Simple Usage - 1 callback per filter add_filter('wp_pagenavi_class_previouspostslink', 'theme_pagination_previouspostslink_class'); add_filter('wp_pagenavi_class_nextpostslink', 'theme_pagination_nextpostslink_class'); add_filter('wp_pagenavi_class_page', 'theme_pagination_page_class'); function theme_pagination_previouspostslink_class($class_name) { return 'pagination__control-link pagination__control-link--previous'; } function theme_pagination_nextpostslink_class($class_name) { return 'pagination__control-link pagination__control-link--next'; } function theme_pagination_page_class($class_name) { return 'pagination__current-page'; } // More Concise Usage - 1 callback for all filters add_filter('wp_pagenavi_class_previouspostslink', 'theme_pagination_class'); add_filter('wp_pagenavi_class_nextpostslink', 'theme_pagination_class'); add_filter('wp_pagenavi_class_page', 'theme_pagination_class'); function theme_pagination_class($class_name) { switch($class_name) { case 'previouspostslink': $class_name = 'pagination__control-link pagination__control-link--previous'; break; case 'nextpostslink': $class_name = 'pagination__control-link pagination__control-link--next'; break; case 'page': $class_name = 'pagination__current' break; } return $class_name; } Development https://github.com/lesterchan/wp-pagenavi Credits Plugin icon by SimpleIcon from Flaticon Donations I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks, I will really appreciate it. If not feel free to use it without any obligations.
Top keywords