Basic settings

Unlike the styling configuration (theme configuration), the settings of a theme are always stored in the parent theme. A child theme does not have its own area with settings.

Where can I find the theme settings?

PDF renderer

The theme provides different PDF viewers to choose from for displaying embedded PDF files. This setting controls the display of PDF data sheets on the product detail page.

There are two PDF renderers to choose from. The Google Docs renderer renders a bit finer, but is an external service from Google. This processes the PDF files through the Google servers and may also set cookies.

The Mozilla PDF.js renderer is shipped locally with the theme.

Privacy: If you are using Google Docs renderer, the PDF rendering is blocked on the product detail page in the data sheets tab until the user has given consent.

Images Lazy-loading

Lazy-Loading optimizes the loading time of your onlineshop by deferring not visible images. They are loaded only when they are about to enter the viewport, for example, when scrolling. In Google PageSpeed it fixes the message "Defer non-visible images".

If active, a new cookie entry is created in the Cookie Consent Manager in the "Comfort features" area with the name "Google Fonts".

Fonts that are obtained via the "Load fonts from Google" theme setting are not loaded until the user has given their consent. The appearance of the store may change as a result, since the user's system fonts are used as a fallback.

Due to the technical limitations of the app, this function can only be implemented on the Pro version with self-hosted system.

If active, YouTube videos are blocked on the product detail page in the video tab until the user has given consent for the respective video. After the user has given consent, the video is loaded.

Youtube Video thumbnail

If active, the YouTube video thumbnail is displayed as a placeholder of the blocked videos until the user gives consent to the video.

Example:

Allow Twig syntax

Pro version

If active, it allows the use of Twig syntax (variables, text modules) in the additional fields of the theme. The function is limited to the theme's own fields:

  • Product > Custom fields > Product features

  • Product > Custom fields > Tab 1 text

  • Product > Custom fields > Tab 2 text

  • Configuration > Custom tab > Tab text

  • Shopping experiences > Teaser element > Teaser text

  • Shopping experiences > Image-text slider element

  • Shopping experiences > Feature element > Feature text

In the editors and input fields of the above areas, the use of Twig syntax such as Twig variables or access to configuration (1) or the use of text snippets (2) is allowed.

Editing should be done in the code view of the editor.

Example:

Last updated