Bootstrap 4 One Page October Theme for Medical Professionals. There is a demo and a customized productive example of this theme.
- One Page Design
- Different selectable color schemes
- Beautiful homemade Icons
- Based on Bootstrap 4
- Use scss files directly
- Bootstrap variables using the theme settings
- Pages almost full customizable using the Static Pages Plugin
- Customizable slideshows using a Slideshow Plugin
- Builtin Contact Form
- Free Pictures from Pixabay
To make it possible to use Bootstrap 4 Sass files directly we have create a fork of Bootstrap 4 called Bootstrap 4 Backward.
All Bootstrap 4 Variables full customizable on runtime:
- Install this Theme in the same way you would install any other october theme.
- Create two Slideshows in the backends
Slideshow
section. - Select one of the Slideshow for each Slidehsow Components in
partials/services.htm
andpartials/top_header.htm
in the backends CMS section. - Setup your email address in the theme settings (this mail is used to send you contact form notifications).
- Create a new mail template with the code
viola::contact-notification
for the email you get if a visitor uses your contact form, the available template variables are: name
- Content of the name field the questioner didemail
- Content of the email field the questioner didregard
- Content of the regard field the questioner didsendermessage
- Content of the message field the questioner did
Such a mail template could look like
New request:
Name: {{name}}
Sender: {{email}}
Subject: {{regard}}
Message: {{sendermessage}}
In order to change core stuff of the Theme you need to install the dependencies with bower
and npm
:
bower install --force
(You need to --force
the bower install to overwrite the vendor files enclosed in this repository.)
npm install
If you change the theme setting files like utilities/custom.yaml you can generate a new theme.yaml with
npm run theme_settings