SUBSOLAR DESIGNS
Alona is no longer sold on ThemeForest. Your licence still stands and this documentation stays up. If your Envato support period hasn't expired, open a ticket and we'll help as usual. Once it has expired we can't take new tickets for it, and there are no further theme updates coming.

Shortcodes & Customization

Built-in shortcodes, child theme guidance, and credits.

Shortcodes

The theme has implemented a list of shortcodes for easier creating of elements. The shortcodes are:

Button

[button to="enter-url-here"]enter-button-text-here[/button]

Blockquote

[blockquote]enter-blockquote-text-here[/blockquote]

Iconbox

[iconbox icon="enter-icon-class-here" title="enter-title-here"]enter-content-here[/iconbox]

Accordion

[collapsibles]
[collapse title="enter-title-here" active="true"]
Text1
[/collapse]
[collapse title="enter-title-here"]
Text2
[/collapse]
[collapse title="enter-title-here"]
Text3
[/collapse]
[/collapsibles]

Highlight

[highlight]enter-text-here[/highlight]

Tabs

[tabs]
[tab title="enter-title-tab-here" active="true"]
Text1
[/tab]
[tab title="enter-title-tab-here"]
Text2
[/tab]
[tab title="enter-title-tab-here"]
Text
[/tab]
[/tabs]

Columns

The columns shortcode has to be inserted first in a [row] shortcode. For example:

[row]
[one_half]Text here[/one_half]
[one_half]Text here[/one_half]
[/row]

The columns shortcodes are one_half, one_third, one_fourth, two_thirds and three_fourths.

Using Child Theme

A child theme is a theme that inherits the functionality of another theme, called the parent theme. Child themes allow you to modify, or add to the functionality of that parent theme. A child theme is the best, safest, and easiest way to modify an existing theme, whether you want to make a few tiny changes or extensive changes. Instead of modifying the theme files directly, you can create a child theme and override within. You can find more information here.

The Theme comes with already created child theme (alona-theme-child). If you create customizations, it's recommended to use that instead of the parent theme.

Credits

Isotope

isotope.metafizzy.co

And special thanks to all the great artists that provide us with their work for use in our demo page!

On this page