Flex_1

The managed template "Flex_1" specializes in displaying many products in a flexible column layout. For this purpose it uses the modern CSS3 technology “Flexbox“. It is completely responsive.
Main features
- Many products in a flexible column layout
- Responsive design
- Uses CSS3 Flexbox technology
- Customizable without programming skills
Demo page
To see this template in action with different examples, please refer to:
Example
Example shortcode:
[asa2_smart_collection s="blu-ray" tpl="Flex_1" limit="10" is_available_main="true" has_large_image_url="true" orderby="random" show_title="no" /]Global Options
On ASA 2's admin page "Templates" you can open a customization context window for each managed template. Just hover the mouse cursor over a template row and click the link "Customize" to open it. These settings will effect the appearance of this template.
INFO
The globally applied options can be dynamically overwritten via shortcode options <#shortcode-options>.
The following screenshot illustrates the options window by means of the "Book" template:

Shortcode Options
In addition to the global options <#global-options> mentioned above, it is also possible to overwrite these settings dynamically in a WordPress shortcode, like this:
// general syntax:
[asa2 option="value"]ASIN[/asa2]Take a look at other examples <#shortcode-options-examples>.
Complete Options List
Complete list of all options available for this template:
Shortcode Options Examples
// to use a custom button color
[asa2_collection tpl="Flex_1" button_color="green" button_color_hover="lightgreen" button_border_radius="0"]my_collection[/asa2_collection]
// "show_title" and "show_price" can be used to hide the product's prices and titles
[asa2_feed tpl="Flex_1" show_title="no" show_price="no"]bestseller_dvd_UK[/asa2_feed]

