Skip to content

sschreier/SschreierStickyMenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

A Sticky Menu for Shopware 6

A shopware 6 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 reassigning the theme to the sales channel in the administration:

  1. Click on the current sales channel under "Sales Channels"
  2. Click on the tab "Theme"
  3. Click on the button "Change theme"
  4. Select the current theme
  5. Click on the button "Save"
  6. Clock on the button "Change theme"

How to install the extension

via console (recommended)

  1. Download the latest SschreierStickyMenu-master.zip.
  2. Unzip the zip file and rename the folder to SschreierStickyMenu.
  3. Move the folder to the project folder custom/plugins/ .
  4. Connect to the console via ssh:
bin/console plugin:refresh
bin/console plugin:install --activate SschreierStickyMenu

via composer

  1. Add the repository URL to the composer.json of the project
"repositories": [
    ...,
    {
        "type": "vcs",
        "url": "https://github.com/sschreier/SschreierStickyMenu"
    }
],
  1. Connect to the console via ssh and install the plugin source code via the command
composer require sschreier/sschreierstickymenu
bin/console plugin:refresh
bin/console plugin:install --activate SschreierStickyMenu

via zip upload

  1. Download the latest SschreierStickyMenu-master.zip.
  2. Unzip the zip file and rename the folder to SschreierStickyMenu.
  3. Zip the folder to SschreierStickyMenu.zip.
  4. Upload the zip in the Shopware Administration.
  5. Install & Activate the extension.

Plugin update (zip)

  1. Download the latest SschreierStickyMenu-master.zip.
  2. Unzip the zip file and rename the folder to SschreierStickyMenu.
  3. Zip the folder to SschreierStickyMenu.zip.
  4. Upload the zip in the Shopware Administration.
  5. Update the extension.

Images

default navigation menu

default navigation menu

default navigation menu with hover about navigation menu item Music

default navigation menu with hover about navigation menu item Music

sticky navigation menu

sticky navigation menu

sticky navigation menu with hover about navigation menu item Music

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 was replaced by a house icon

sticky navigation menu where the navigation menu item Home has been hidden

sticky navigation menu where the navigation menu item Home has been hidden

extension configuration part 1

plugin configuration

extension configuration part 2

plugin configuration