sschreier/sschreierstickymenu
最新稳定版本:1.3.1
Composer 安装命令:
composer require sschreier/sschreierstickymenu
包简介
sticky menu
README 文档
README
An extension for a sticky menu from 992 pixels. The navigation menu item Home can also be hidden or can be replaced by a house icon.
Possible Configurations
- activate the sticky menu
- set the position in pixels from which the sticky menu should be active
- select the viewports in which the sticky menu should be active
- set the duration of the animation in milliseconds (*1)
- set the z-index value (*1)
- set the background color of the sticky menu (*1)
- set the shadow of the sticky menu (*1)
- show the navigation menu item Home
- replace the navigation menu item Home with a house icon
Some changes in the settings within the configuration are not immediately visible in the frontend of the shop
After changing settings specifically for the appearance of the sticky menu (*1), the theme must be recompiled, for example by saving the theme in the administration:
- Switch to "Content" and "Themes"
- Select the active theme
- Click on the button "Save"
How to install the extension
via zip and console (recommended)
- Download the latest SschreierStickyMenu-master.zip.
- Unzip the zip file and rename the folder to SschreierStickyMenu.
- Move the folder to the project folder custom/plugins/ .
- Connect to the console via ssh:
bin/console plugin:refresh
bin/console plugin:install --activate SschreierStickyMenu
via composer
- Add the repository URL to the composer.json of the project
"repositories": [
...,
{
"type": "vcs",
"url": "https://github.com/sschreier/SschreierStickyMenu"
}
],
- Connect to the console via ssh and install the plugin via the command
composer require sschreier/sschreierstickymenu
bin/console plugin:refresh
bin/console plugin:install --activate SschreierStickyMenu
via https://packagist.org
- Connect to the console via ssh and install the plugin via the command
composer require sschreier/sschreierstickymenu
bin/console plugin:refresh
bin/console plugin:install --activate SschreierStickyMenu
via zip upload
- Download the latest SschreierStickyMenu-master.zip.
- Unzip the zip file and rename the folder to SschreierStickyMenu.
- Zip the folder to SschreierStickyMenu.zip.
- Upload the zip in the Shopware Administration.
- Install & Activate the extension.
extension update (zip)
- Download the latest SschreierStickyMenu-master.zip.
- Unzip the zip file and rename the folder to SschreierStickyMenu.
- Zip the folder to SschreierStickyMenu.zip.
- Upload the zip in the Shopware Administration.
- Update the extension.
Images
default navigation menu
default navigation menu with hover about navigation menu item Music
sticky navigation menu
sticky navigation menu with hover about navigation menu item Music
sticky navigation menu where the navigation menu item Home was replaced by a house icon
sticky navigation menu where the navigation menu item Home has been hidden
extension configuration part 1
extension configuration part 2
统计信息
- 总下载量: 69
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2025-03-09