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 |
|---|---|---|---|
| t*p*g*m.es | F | 2026-06-02 01:55:59 | |
| d*e*e*e*y*l*.com | F | 2026-06-02 00:13:41 | |
| n*u*i*d*n*v*n*.com (WP 7.0) | F | 2026-06-01 20:09:10 | |
| s*k*r*k*i*o*h*r*s*i*a.com | F | 2026-06-01 19:57:52 | |
| s*k*r*g*g*k*e*n.com (WP 6.1.10) | F | 2026-06-01 19:40:35 | |
| s*k*r*-*t*.com (WP 6.1.10) | F | 2026-06-01 19:06:48 | |
| r*v*r*c*u*s*.jp | F | 2026-06-01 14:33:56 | |
| s*k*i*s*k*.com (WP 7.0) | F | 2026-06-01 14:30:05 | |
| i*o*e*l*n*c.jp (WP 7.0) | F | 2026-06-01 09:38:31 | |
| m*r*-*r*i*s*a*m*m*s*m*.com (WP 7.0) | F | 2026-06-01 09:31:31 | |
| h*s*a*s*l.com (WP 7.0) | F | 2026-06-01 08:33:15 | |
| w*n*7*7.cc (WP 7.0) | F | 2026-06-01 08:22:06 | |
| w*m*n*-*i*e*.com | F | 2026-06-01 07:51:31 | |
| 1*1*a*h*o.com | C | 2026-06-01 07:01:45 | |
| l*f*i*-*o*d*r.com | F | 2026-06-01 06:26:26 | |
| v*c*d*a.com (WP 7.0) | F | 2026-06-01 02:08:11 | |
| p*i*r*s*-*e*a.com | F | 2026-06-01 01:18:06 | |
| t*c*c*a*c*-*h*b*.com (WP 7.0) | F | 2026-06-01 00:43:07 | |
| c*r*n*f*r*a*s*h*l*d*l*h*a.com | F | 2026-05-31 23:44:32 | |
| s*g*-*a*d*l*o*.com (WP 7.0) | F | 2026-05-31 20:16:33 | |
| t*b*-*a*i*y*-*r*i*i*g.com | F | 2026-05-31 20:06:44 | |
| m*h*r*b*n*y*.com | F | 2026-05-31 16:33:50 | |
| a*-*.biz (WP 5.3.21) | F | 2026-05-31 14:04:12 | |
| m*s*o.jp (WP 7.0) | F | 2026-05-31 14:04:12 | |
| i*h*k*w*t*x.com | F | 2026-05-31 12:45:50 | |
| i*h*g*o*c*i*a*m.com (WP 7.0) | F | 2026-05-31 12:14:18 | |
| v*3*8.com | F | 2026-05-31 11:50:58 | |
| d*u*h*n*i*o*i*a*a.com | F | 2026-05-31 11:23:24 |
« Prev
Page 12 of 12