Skip to main content
31 results for “image factory”
Sorted by relevance
Storefront Developer Documentation / Blocks
How do I display content blocks on the storefront?
... └─ html.twig └─ image.twig └─ link.twig ...l for themes, which dictate the image dimensions. {{ block_item('listings.loyalty-banner', 0, { sizes: { small: { width: 400, height: 200 }, medium: { width: 600, ...
Storefront Developer Documentation / Introduction
Introduction to blocks for storefront developers
... and footer menus), promotional imagery, static text and HTML snippet ...pes, allowing for features like image carousels and mega menus. For more information about creating and editing blocks please see "What is a block? For more information about using bl...
Developer Documentation / Blocks
Introduction to blocks
...ront is dictated by the theme, the displayed content is managed through blocks. This includes navigation (such as header and footer menus), promotional imagery, static text and HTML snippet ...pes, allowing for features like image carousels and mega menus.
Content Management / Pages
How do I create a new page?
...ts away from your storefront. - Image- Add an image by drag and drop or file selection. - Font- Choose from existing fonts or remove a font. - Size- Choose from existing font sizes or remove a font size. - Text Colour- Choose text or highlight colour to ap...
Storefront Developer Documentation / Sections
What are the available storefront section parameters?
... }) %} </div> Step 2 - Using an instance of a Section with parameters Use the 'with' functionality to include parameters when you call a section. For example <div> {% section "example" with {block: "homepage.image", width: 1124, height: 748 } %} </div>
Storefront Developer Documentation / Introduction
Introduction to sections
...ample Let's say you want to use image carousels within your eCommerce store. You want carousels on a number of different pages, and multiple carousels on a single page. Rather than repeating identical markup/code, you create a new enter the markup/code in ...
Storefront Developer Documentation / Blocks
How do I add additional information to block items?
...tem. For example, a promotional image may require a call-to-action link, or a sale link in the header navigation needs a custom class to turn the text red. These features are possible through the use of custom attributes, which are set on each block item. ...
Content Management / Introduction
Introduction to blocks
...hin pages. Blocks allow easy duplication of contnet and can be reused across an unlimited number of pages. Blocks can be made up of a combination of the following content types: Menu - Link - Text - Image - HTML See "What is a block? A typical blocks list;
Developer Documentation / Introduction
Introduction to the admin
... includes managing the store's catalog (products, categories, manufacturers, etc.), viewing and processing orders, managing discounts, viewing reports, editing the content of the storefront (promotional imagery, menus and SEO content, etc.), and much more.
Storefront Developer Documentation / Themes
What are the themes available?
... and striking, the use of large imagery keeps the products as the main focus of your store. Demo Our demo store Lokē is built using the Phantom theme; https://loke.store.aerocommerce.com/ Install To install the Phantom theme run the following command; php ...
Content Management / Combinations
What are combinations?
... have a specific title, SEO and images. Combination criteria Combinations are made by combining a mix of the following criteria: Collections - Categories - Manufacturers - Tags An example Combination For example, you could combine the following if you want...
Content Management / Blocks
What is a block?
...lements, or sections of displayed content within pages. Blocks allow easy duplication of content and can be reused across an unlimited number of pages. Blocks can be made up of a combination of the following content types: Menu - Link - Text - Image - HTML
Developer Documentation / Module Development
Anatomy of a custom module
...can be used. This might include images or files used to instantiate a JavaScript file for the use of Vue or any other JS framework. Resources The resources are required by the module for rendering views and storing custom CSS and JS files. Separating views...