Fixed Bottom Menu
Add a fixed menu. The basic menu is at the bottom, but it can also be displayed on the top, left, and right.
Links
- Five link destinations can be specified.
- Provides filters for icons, URLs, and text for each link.
Options
- Can specify the number of columns from 1 to 5.
- Can specify the font size with px, rem and em.
- Can specify the menu height with px, rem and em.
- Can specify the line height with px, rem and em.
- Can specify the padding with px, rem and em.
- Can specify their class to remove the overlap for headers and footers overlap.
- Can specify the color of text, buttons, and overlay.
- Can specify the upper limit of the display width.
- Can specify the stack order of css elemental.
- The above options filters are provided.
Other filters
- Provide a filter to erase the menu.
How it works
Live Demo
Icons
- Dashicons can be specified.
Customize
- Template files allow for flexible customization.
- The default template file is
template/fixedbottommenu-template-html.phpandtemplate/fixedbottommenu-template-css.php. Using this as a reference, you can specify a separate template file using the filters below.
/** ==================================================
* Filter for template file of html.
*
*/
add_filter(
'fixed_bottom_menu_generate_template_html_file',
function () {
$wp_uploads = wp_upload_dir();
$upload_dir = wp_normalize_path( $wp_uploads['basedir'] );
$upload_dir = untrailingslashit( $upload_dir );
return $upload_dir . '/tmp/fixedbottommenu-template-html.php';
},
10,
1
);
/** ==================================================
* Filter for template file of css.
*
*/
add_filter(
'fixed_bottom_menu_generate_template_css_file',
function () {
$wp_uploads = wp_upload_dir();
$upload_dir = wp_normalize_path( $wp_uploads['basedir'] );
$upload_dir = untrailingslashit( $upload_dir );
return $upload_dir . '/tmp/fixedbottommenu-template-css.php';
},
10,
1
);
- CSS files can be set separately. Please see the filters below.
/** ==================================================
* Filter for CSS file.
*
*/
add_filter(
'fixed_bottom_menu_css_url',
function () {
$wp_uploads = wp_upload_dir();
$upload_url = $wp_uploads['baseurl'];
if ( is_ssl() ) {
$upload_url = str_replace( 'http:', 'https:', $upload_url );
}
$upload_url = untrailingslashit( $upload_url );
return $upload_url . '/tmp/fixedbottommenu.css';
},
10,
1
);
| Domain | Exposures | Headers | Last Checked |
|---|---|---|---|
| s*i*e*p*u*0*2.com (WP 7.0.1) | F | 2026-07-14 16:28:17 | |
| r*l*x*a*i*h*n*m*s*a*e.com (WP 7.0.1) | F | 2026-07-14 16:26:46 | |
| s*i*e*e*s.com (WP 7.0.1) | F | 2026-07-14 15:49:10 | |
| y*g*p*a*o.com (WP 7.0.1) | F | 2026-07-14 15:06:32 | |
| n*p*j*.com (WP 7.0.1) | F | 2026-07-14 15:02:36 | |
| r*l*i*b*t*o*a.com (WP 5.7.15) | F | 2026-07-14 14:42:03 | |
| a*l*b*h*r*.com (WP 7.0.1) | F | 2026-07-14 14:00:37 | |
| e*u*k*k*k*.com (WP 7.0.1) | D | 2026-07-14 12:52:03 | |
| b*b*b*k*.com (WP 6.1.10) | F | 2026-07-14 10:05:14 | |
| a*i*-*h*e*.com (WP 6.8.5) | F | 2026-07-14 09:13:39 | |
| d*i*e*-*n.net | F | 2026-07-14 09:02:11 | |
| r*h*i*-*p*.com (WP 7.0.1) | F | 2026-07-14 07:54:21 | |
| e*t*e*a*o*-*u*u*e.com | F | 2026-07-14 07:38:44 | |
| m*s*a*e*o*e*b*n*k*k.com (WP 7.0.1) | F | 2026-07-14 06:20:21 | |
| k*e*s*r*i*h*-*a*o*.com (WP 7.0.1) | F | 2026-07-14 05:18:35 | |
| s*a*t*a*e*c*t*.com (WP 7.0.1) | F | 2026-07-14 04:44:15 | |
| o*u*a*s*o*e*.com | F | 2026-07-14 04:09:03 | |
| s*u*d*s*a*e*2*8.com (WP 7.0.1) | F | 2026-07-14 03:39:59 | |
| h*a*i*g*c*r*-*o*a*i*i.com (WP 7.0.1) | F | 2026-07-14 01:52:19 | |
| n*o*t*a*h*m*w*r*.com | F | 2026-07-14 01:32:02 | |
| h*a*s*a*h*t*t*u.com (WP 7.0.1) | F | 2026-07-14 00:45:48 | |
| x*x*3*8.com (WP 7.0.1) | F | 2026-07-13 23:41:25 | |
| x*x*-*h*i.com (WP 7.0.1) | F | 2026-07-13 23:41:25 | |
| c*b*r*p*i*.com (WP 7.0.1) | F | 2026-07-13 23:17:25 | |
| r*a*-*e*t*i.com | F | 2026-07-13 22:55:40 | |
| o*a*h*n*j*u*u*e*k*i.com (WP 7.0.1) | F | 2026-07-13 21:45:04 | |
| h*-*i*o*e.com (WP 7.0.1) | F | 2026-07-13 21:15:09 | |
| a*u*a*l*n*c.com | F | 2026-07-13 20:55:01 | |
| t*y*t*c*n*e*i*.com | F | 2026-07-13 20:30:54 | |
| a*e*o*s.com (WP 6.4.8) | F | 2026-07-13 19:48:54 | |
| o*e*a*r*w*l*.com | F | 2026-07-13 18:19:00 | |
| o*s*a*.com (WP 7.0.1) | F | 2026-07-13 17:32:15 | |
| k*z*k*n*k*m*c*i.com (WP 7.0.1) | F | 2026-07-13 17:20:30 | |
| x*-*r*c*n*e*a*b.com (WP 7.0.1) | F | 2026-07-13 16:59:17 | |
| c*i*l*s*m*i.com (WP 7.0.1) | F | 2026-07-13 16:01:52 | |
| s*r*-*e*t*i.com (WP 6.9.4) | F | 2026-07-13 15:25:08 | |
| m*r*y*s*i*b*s.com | F | 2026-07-13 14:10:54 | |
| s*p*i*b*n*k*k.com | F | 2026-07-13 12:23:55 | |
| a*a*o*i*f*m*l*.com (WP 5.9.13) | F | 2026-07-13 12:16:47 | |
| z*r*p*i*t*i*z*.com | F | 2026-07-13 10:40:25 | |
| z*r*-*o*.com | F | 2026-07-13 09:17:38 | |
| o*i*j*d*u*h*.com (WP 6.7) | F | 2026-07-13 07:52:24 | |
| x*-*e*k*y*f.com | F | 2026-07-13 04:09:25 | |
| s*i*c*i*k*n*j*b*.com | F | 2026-07-13 03:41:28 | |
| s*i*c*i*k*n*j*b.com | F | 2026-07-13 03:41:28 | |
| b*o*m*7.com (WP 7.0.1) | F | 2026-07-13 02:16:40 | |
| h*t*-*o*o*o.com (WP 7.0.1) | F | 2026-07-13 01:12:08 | |
| r*t*a*e*o*t.com (WP 7.0.1) | F | 2026-07-12 22:56:17 | |
| m*g*1*8.biz (WP 7.0.1) | F | 2026-07-12 22:18:42 | |
| h*s*i*a*o*i.com (WP 7.0.1) | F | 2026-07-12 22:17:54 | |
| x*-*9*-*h*l*h*d*.com (WP 7.0.1) | F | 2026-07-12 22:09:56 | |
| x*-*9*1*1*l*f*3*1*2*7*.com (WP 6.9.1) | F | 2026-07-12 22:04:35 | |
| x*-*7*c*0*f*3*5*3*u*b*0*x*q*.com (WP 7.0.1) | F | 2026-07-12 21:02:17 | |
| j*-*o*.com (WP 6.9.1) | D | 2026-07-12 20:57:34 | |
| x*-*6*-*q*x*g*e*a*a*l*c.com (WP 7.0.1) | F | 2026-07-12 20:28:50 | |
| h*r*t*-*e*s*t*u.com (WP 6.8.5) | F | 2026-07-12 19:03:51 | |
| x*-*1*q*4*3*l*w*l*d*1*p*6*v*8*.com | F | 2026-07-12 18:23:12 | |
| t*t*l*2*1*.com (WP 6.7.5) | F | 2026-07-12 18:09:35 | |
| o*f*a*p*.com (WP 7.0.1) | D | 2026-07-12 16:41:43 | |
| t*u*a*z*n*a*x*r*s*.pl (WP 7.0.1) | F | 2026-07-12 16:31:34 | |
| s*y*o*s*b*d*p*r*m*n*.com | F | 2026-07-12 15:57:42 | |
| b*i*s*s*y*.com (WP 7.0.1) | F | 2026-07-12 13:46:57 | |
| t*s*i*t*c*.com (WP 5.7.15) | F | 2026-07-12 13:22:45 | |
| a*j*n*l*.pk (WP 7.0.1) | D | 2026-07-12 12:46:20 | |
| z*l*v*y.com (WP 7.0.1) | F | 2026-07-12 12:14:40 | |
| x*a*s*e*-*h.com | F | 2026-07-12 10:45:06 | |
| f*j*t*-*e*k*i.tokyo (WP 7.0.1) | F | 2026-07-12 10:00:37 | |
| o*c*i*o*o.jp (WP 7.0.1) | F | 2026-07-12 09:53:07 | |
| t*r*t*s*t*u*i.com | F | 2026-07-12 08:38:40 | |
| h*r*n*s*-*a*a*a*a.com (WP 6.9.4) | F | 2026-07-12 08:36:30 | |
| t*r*-*o*r*k*.com | F | 2026-07-12 07:50:27 | |
| y*m*g*c*i*o*s*i.jp (WP 7.0.1) | F | 2026-07-12 07:43:12 | |
| j*y*r*a*a*.com | F | 2026-07-12 07:37:29 | |
| j*y*k*r*m*.com (WP 6.7.2) | F | 2026-07-12 05:31:02 | |
| x*-*2*-*q*z*y*3*1*7*5*.com (WP 7.0.1) | F | 2026-07-12 04:54:10 | |
| t*n*i*-*i*a*i.com (WP 7.0.1) | F | 2026-07-12 04:32:28 | |
| m*r*n*a*.com | F | 2026-07-12 02:36:45 | |
| n*n*i*i*a*k.com | F | 2026-07-12 02:31:32 | |
| w*m*n*-*i*e*.info | F | 2026-07-12 01:25:55 | |
| y*u*t*.com (WP 6.8.5) | F | 2026-07-12 00:04:43 | |
| a*t*c*t*k*h*t*.com (WP 7.0.1) | F | 2026-07-11 23:18:27 | |
| j*s*z*m*r*o.com (WP 6.1.10) | F | 2026-07-11 21:40:43 | |
| w*-*.net (WP 7.0) | F | 2026-07-11 20:17:15 | |
| t*l*u*l*s*g*.com (WP 7.0.1) | F | 2026-07-11 20:14:01 | |
| y*s*i*a*o*e*a.com (WP 6.9.4) | F | 2026-07-11 20:03:17 | |
| h*n*h*n*h*n*o.com (WP 7.0.1) | D | 2026-07-11 14:19:00 | |
| s*t*n*1*.com (WP 7.0.1) | F | 2026-07-11 14:12:41 | |
| y*i*s*l*.com | F | 2026-07-11 13:06:15 | |
| j*n*u*h*-*a*.com (WP 7.0.1) | F | 2026-07-11 12:42:32 | |
| y*d*-*n*m*c*i.com (WP 7.0.1) | F | 2026-07-11 12:00:36 | |
| h*b*i*b*t*e*y*y*m*n*s*i.jp (WP 7.0.1) | F | 2026-07-11 08:29:49 | |
| h*n*-*o*s*l*i*g.com (WP 7.0.1) | F | 2026-07-11 08:10:44 | |
| s*e*t*e*s*t*o*m*.com | F | 2026-07-11 07:18:39 | |
| y*w*i*u*h*.com (WP 7.0.1) | F | 2026-07-11 06:55:40 | |
| h*n*o*u.com (WP 5.2.21) | F | 2026-07-11 05:42:41 | |
| u*a*e*t*7*9.asia (WP 7.0.1) | D | 2026-07-11 05:36:14 | |
| j*k*r*2*n*t.com (WP 5.9.13) | F | 2026-07-11 05:27:51 | |
| i*i*a*a*h*t*.jp | F | 2026-07-11 05:15:59 | |
| s*o*s*i*a*.com (WP 6.8.5) | F | 2026-07-11 03:48:15 | |
| e*o*i*e*t*u.com | F | 2026-07-11 03:18:13 |