Fixed Bottom Menu

Por Katsushi Kawamori
(11 avaliações)
Baixar
  • Versão:
    2.15
  • Última atualização:
    há 6 dias
  • Instalações ativas:
    mais de 5 mil
  • Versão do WordPress:
    6.6 ou maior
  • Testado até o WordPress:
    7.0
  • Versão do PHP:
    8.0 ou maior
  • Tags:

Hospedagem WordPress com plugin Fixed Bottom Menu

Onde hospedar o plugin Fixed Bottom Menu?

Este plugin pode ser hospedado em qualquer provedor que tenha WordPress instalado. Recomendamos escolher uma hospedagem seguro, com servidores adaptados para WordPress, como o serviço de hospedagem da MCO2.

Hospedando o plugin Fixed Bottom Menu em uma empresa de hospedagem confiável

A MCO2, além de configurar e instalar o WordPress na versão mais nova para seus clientes, fornece o plugin WP SafePress, um mecanismo singular que salvaguarda e melhora seu site simultaneamente.

Por que a Hospedagem WordPress funciona melhor na MCO2?

A Hospedagem WordPress funciona melhor pois a MCO2 possui servidores otimizados para WordPress. A instalação de WordPress é diferente de uma instalação trivial, pois habilita imediatamente recursos como otimização de imagens, proteção da página de login, bloqueio de atividades suspeitas diretamente no firewall, cache avançado e HTTPS ativado por padrão. São recursos que potencializam seu WordPress para a máxima segurança e o máximo desempenho.

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

Customize

  • Template files allow for flexible customization.
  • The default template file is template/fixedbottommenu-template-html.php and template/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
);

Capturas de tela

View

View

Settings

Settings

Edit settings

Edit settings

Plugins semelhantes

WPCode – Insert Headers and Footers + snippets de código personalizados – Gerenciador de código do WordPress
(1.767 avaliações)

Adicione facilmente snippets de código no WordPress. Insira scripts de cabeçalho e rodapé, adicione trechos de código PHP com lógica condicional, insira código de pixel de anúncios e muito mais.

Breadcrumb NavXT
(132 avaliações)

Adds breadcrumb navigation showing the visitor's path to their current location.

Header Footer Code Manager
(302 avaliações)

Easily add tracking code snippets, conversion pixels, or other scripts required by third party services for analytics, marketing, or chat features.

Admin Menu Editor
(311 avaliações)

Lets you edit the WordPress admin menu. You can re-order, hide or rename menus, add custom menus and more.

Head, Footer and Post Injections
(735 avaliações)

Head and Footer plugin lets you to add HTML code to the head and footer sections of your site pages, inside posts... and more!

Max Mega Menu
(858 avaliações)

An easy to use mega menu plugin. Written the WordPress way.

Do mesmo author (Katsushi Kawamori)

Bulk Media Register
(22 avaliações)

Bulk register files on the server to the Media Library.

Disable Generate Thumbnails
(15 avaliações)

Select the thumbnails and functions to disable it.

Plus WebP or AVIF
(26 avaliações)

Generate WebP or AVIF.

Moving Media Library
(30 avaliações)

Supports the transfer of Media Library between servers.

Organize Media Folder
(15 avaliações)

Organize Media Library by Folders. URL in the content, replace with the new URL.

Category Featured Image
(12 avaliações)

Set a featured image for post by a category.