Download the PHP package catgento/magento-2-backtotopnavigation without Composer
On this page you can find all versions of the php package catgento/magento-2-backtotopnavigation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download catgento/magento-2-backtotopnavigation
More information about catgento/magento-2-backtotopnavigation
Files in catgento/magento-2-backtotopnavigation
Package magento-2-backtotopnavigation
Short Description This module adds a back to top navigation when scrolling down the page
License OSL-3.0
Informations about the package magento-2-backtotopnavigation
Magento Back To Top Navigation
- Main Functionalities
- Installation
- Configuration
- Specifications
- Attributes
Main Functionalities
This module adds a back to top navigation when scrolling down the page
Installation
Type 1: Composer
- Install the module composer by running
composer require catgento/magento-2-backtotopnavigation
- enable the module by running
php bin/magento module:enable Catgento_BackToTopNavigation
- apply database updates by running
php bin/magento setup:upgrade
- Flush the cache by running
php bin/magento cache:flush
Type 2: Zip file
- Unzip the zip file in
app/code/Catgento/BackToTopNavigation
- Enable the module by running
php bin/magento module:enable Catgento_BackToTopNavigation
- Apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Configuration
Back to top navigation button can be enabled in Stores » Configuration » Catgento » Back to top navigation section.
-
enable (design/back_to_top_navigation/enable)
-
Visibility (design/back_to_top_navigation/visibility)
-
Breakpoint (design/back_to_top_navigation/breakpoint)
-
Button Background Color (design/back_to_top_navigation/background_color)
-
Display offset (design/back_to_top_navigation/display_offset)
- Button Text Color (design/back_to_top_navigation/text_color)
All versions of magento-2-backtotopnavigation with dependencies
magento/framework Version >=100.0.0
magento/module-backend Version >=100.0.0