Your Guide to Recreating Elements of the Alerion Template for Joomla
Setting the text you wish to appear as the headline and subheading for each section in a module is a fairly simple process. You only need to do the following steps.
icon-list-alt
(pictured below). This icon will also appear on the QuickNav.QuickNav adds a scrolling menu that follows your viewport as you scroll. Instructions for how to set this up to match the demo are detailed below.
icon-bullhorn
.Parallax is apparent motion of a 3D object depending on your perspective. This effect has been transposed into the template, allowing configurable areas to move based on scroll position.
IMPORTANT NOTE: For demo purpose we load the background for Showcase, Feature, and Footer section in templates/rt_alerion/less/demo-styles.less as the following. If you wish to use your own image and use the image picker, please remove this part from your demo-styles.less (EDIT: demo-parallax-bg.less in later releases of the template).
// Parallax Background Images (Please remove the following if you wish to use your own images)
.contentstyle-preset1 {
#rt-top-surround {
background-image: url(../../../images/rocketlauncher/frontpage/showcase/showcase-bg-p1.jpg);
}
#rt-feature {
background-image: url(../../../images/rocketlauncher/frontpage/feature/feature-bg-p1.png);
}
#rt-footer {
background-image: url(../../../images/rocketlauncher/frontpage/footer/footer-bg-p1.jpg);
}
}
.contentstyle-preset2 {
#rt-top-surround {
background-image: url(../../../images/rocketlauncher/frontpage/showcase/showcase-bg-p2.jpg);
}
#rt-feature {
background-image: url(../../../images/rocketlauncher/frontpage/feature/feature-bg-p2.png);
}
#rt-footer {
background-image: url(../../../images/rocketlauncher/frontpage/footer/footer-bg-p2.jpg);
}
}
.contentstyle-preset3 {
#rt-top-surround {
background-image: url(../../../images/rocketlauncher/frontpage/showcase/showcase-bg-p3.jpg);
}
#rt-feature {
background-image: url(../../../images/rocketlauncher/frontpage/feature/feature-bg-p3.png);
}
#rt-footer {
background-image: url(../../../images/rocketlauncher/frontpage/footer/footer-bg-p3.jpg);
}
}
.contentstyle-preset4 {
#rt-top-surround {
background-image: url(../../../images/rocketlauncher/frontpage/showcase/showcase-bg-p4.jpg);
}
#rt-feature {
background-image: url(../../../images/rocketlauncher/frontpage/feature/feature-bg-p4.png);
}
#rt-footer {
background-image: url(../../../images/rocketlauncher/frontpage/footer/footer-bg-p4.jpg);
}
}
.contentstyle-preset5 {
#rt-top-surround {
background-image: url(../../../images/rocketlauncher/frontpage/showcase/showcase-bg-p5.jpg);
}
#rt-feature {
background-image: url(../../../images/rocketlauncher/frontpage/feature/feature-bg-p5.png);
}
#rt-footer {
background-image: url(../../../images/rocketlauncher/frontpage/footer/footer-bg-p5.jpg);
}
}
.contentstyle-preset6 {
#rt-top-surround {
background-image: url(../../../images/rocketlauncher/frontpage/showcase/showcase-bg-p6.jpg);
}
#rt-feature {
background-image: url(../../../images/rocketlauncher/frontpage/feature/feature-bg-p6.png);
}
#rt-footer {
background-image: url(../../../images/rocketlauncher/frontpage/footer/footer-bg-p6.jpg);
}
}
// End of Parallax Background Images
Instructions for setting these features up in Administrator are detailed below.
The Floating Module feature that allows you to 'bounce' a module between the template sections. It also allows a module position to follow the users viewport.
In your Joomla Administrator panel, navigate to Extensions → Template Manager and click on the Alerion template.
Go to the Features tab and check the parameter to configure the Floating Module.
Set the starting position and the ending position for the module you wish to float, as well as the stopping offset point in the template manager. The stopping offset will stop the module in the exact offset position you would like.
After that, close the template manager and navigate to Extensions → Module Manager.
Next, create or edit the existing module you want to set as floating module. For the starting module which will be floating, set the Position parameter to floatingmodule-top
.
For the ending module, which is static and will meet the starting floating module configured above, set the Position parameter to floatingmodule-bottom
.
Please keep in mind that the floating module positions are not general purpose positions that can be used like other positions. They have to be configured and set up perfectly for them to function, as well as the rest of the site/page has to be organized for their use.