sschreier / sschreierstickymenu
sticky menu
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 2
Forks: 1
Open Issues: 0
Language:Twig
Type:shopware-platform-plugin
Requires
- shopware/core: ~6.6.0
- shopware/storefront: ~6.6.0
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.