For the complete documentation index, see llms.txt. This page is also available as Markdown.

Plugin settings

In Advanced Views settings, you can customize the plugin's behavior and configure the default settings for future Layouts and Post Selections.

1. General settings tab

Development mode

Enable to display quick access links on the front and make error messages more detailed (both for admins only).

File system storage

Enable to store Layout and Post Selection data inside the child theme folder (instead of the database). This allows you to edit files using your favourite editor (IDE), and do version control with auto-sync. Read more

Important: you should use a child theme, otherwise, automatic theme updates will erase the data.

Live Reload mode: interval (in seconds)

Controls how often the refresh requests are sent when on-page Live Reload Mode is enabled. A smaller number means faster updates, but it also increases server load.

Live Reload mode: inactive delay (in seconds)

Controls the period after which Live Reload Mode is paused when no mouse events are registered. A smaller number decreases server load but may increase your waiting time.

Optimize Layout and Post Selection admin screen performance

Enable this setting to improve loading speed by disabling third-party scripts on Layout and Post Selection screens.

Note: This can significantly reduce load times on plugin-heavy sites. However, with some themes, it may cause layout issues on these admin screens.

Disable automatic reports

Automatic error and usage reports to developers, enabling faster issue resolution and plugin improvement. The reports do not include any private or sensitive information.

Note: In Advanced Views Pro, the license key/domain pair is always sent, regardless of this setting.

2. Defaults tab

Template engine

Controls the template engine setting for new Layouts and Post Selections.

Web components type

Controls the web component setting for new Layouts and Post Selections.

Classes generation

Controls classes generation in the Default Template for new Layouts and Post Selections.

Sass Template (for File System Storage)

When present, this value is used as the default for the 'style.scss' file of Layout and Post Selection, which is useful e.g. when Tailwind is in use.

If skipped, 'style.scss' creation will be omitted.

TypeScript Template (for File System Storage)

When present, this value is used as the default for the 'script.ts' file of Layout and Post Selection. If skipped, 'script.ts' creation will be omitted.

3. Git repositories tab

By saving Layouts and Post Selections in your GitLab repository (free tier), you can create your own library and reuse them on other websites. Read about Cross-installation components.

Last updated