
- Parallax menu drupal module how to#
- Parallax menu drupal module code#
- Parallax menu drupal module download#
The associative array will contain the paths of the menu as the key and its properties as the value of that array item. v1.0 (by the original owner) will be supported with critical bug fixes, and v2.0 (by me) will receive new features and additional bundled modules in the near future. It is a convenient way to acquaint your visitors with your variety, convey an outstanding features and draw their attention with captivating product photos. Well, after a lengthy process, I am now the new owner of Parallax Toolkit, a module that allows you to add parallax background effect on any block on a site. This implementation of this hook is required to return an associative array of the menu items the module is suppose to add. Elfsight Restaurant Menu is a manageable module for presentation of your variety of food and beverages right on your website.

We need colors for variables, "~materialize-css/sass/components/color-variables" "~materialize-css/sass/components/color-classes" Referring back to the mockup, we have a responsive slider, parallax content, and a jump to the menu icon. * The order of imports must be respected. External SASS / JavaScript librairiesĪt last here is how we can use the node modules librairies. The configuration could be more complex but it's enough for now.
Parallax menu drupal module how to#
We ask sass-loader to include the node modules for the additional librairies that we use (Font Awesome and Materialize CSS), we will see later how to use them.
Parallax menu drupal module code#
framework.Bootstrap clear, environment friendly code has a ravishing order. sass ( 'resources/sass/app/components.scss', 'public/css/app' ) Totally responsive and Multipurpose template primarily based on Bootstrap 3.1. sass ( 'resources/sass/app/layout.scss', 'public/css/app' ) sass ( 'resources/sass/app/base.scss', 'public/css/app' ) js ( 'resources/js/app/app.js', 'public/js/app' )

For the scripts, we will mainly use watch when developing and production to generate the final production assets.Īt last, let's add this configuration file: I also added Font Awesome and Materialize CSS, we will see later how to include them. "production" : "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js -no-progress -hide-modules -config=node_modules/laravel-mix/setup/"
Parallax menu drupal module download#
"hot" : "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js -inline -hot -config=node_modules/laravel-mix/setup/" , DOWNLOAD NOW Fully Responsive Design Layout Builder Visual Shortcodes Shortcodes CubePortfolio (8 value) Theme Settings Built with Bootstrap 3.1 Free. "development" : "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js -progress -hide-modules -config=node_modules/laravel-mix/setup/" ,
