Advanced Views Docs
Live PlaygroundDownload PluginGet PRO
  • 💡Help Centre
  • ⚡Getting Started
    • Introduction
      • Key Aspects
      • Creating Your First View
      • Creating Your First Card
      • Plugin Terms
      • Plugin Interface
        • Field Options
    • Installation
      • Advanced Views Lite
      • Advanced Views Pro
      • Comparison Table
      • Upgrading from Lite to Pro
    • Supported data vendors
    • Starter theme
  • 🌟Display Content
    • WordPress
      • Post
      • Taxonomy terms
      • User
      • Comments
      • Menus
    • WooCommerce Product
    • Meta fields
      • Basic fields
        • Number
      • Content fields
        • Image
        • File
        • WYSIWYG
        • oEmbed
        • Gallery
      • Choice fields
        • Select/checkbox/radio
        • True / False
      • Relationship fields
        • Link
        • Post_object
        • Page Link
        • Relationship
        • Taxonomy
        • User
      • Advanced fields
        • Google Map
        • Google Map Multiple Markers
        • ACF OpenStreetMap Field
        • Date/time picker
      • Layout fields
        • Group (Pro)
        • Repeater (Pro)
        • Flexible (Pro)
    • Object fields
    • Custom Data (Pro)
    • Custom Gutenberg Blocks (Pro)
    • Mount Points (Pro)
    • Front-end assets management (Pro)
  • 🦸‍♂️Query Content
    • Basic Filters
    • Meta Filters (Pro)
      • Current Post
      • Comparison
      • Dynamic Injection
    • Taxonomy Filters (Pro)
    • Pagination (Pro)
    • Custom Data (Pro)
  • 🏆Shortcode Attributes
    • Common Arguments
    • View Shortcode
    • Card Shortcode
  • 🧙‍♂️Templates
    • Customizing the Template
    • Template engines
      • Twig
      • Blade
    • CSS & JS
      • BEM Methodology
      • WordPress Interactivity API
    • File system storage
    • Pre-built components
    • Reusable components library (Pro)
    • Live reload
    • Multilingual
    • Custom Ajax & Rest API (Pro)
  • ☕Guides
    • Display Custom Post Type (CPT) on another post
    • Display Employees (CPT) of a Company (CPT)
    • Display Nested Repeater Fields
    • Map Marker from ACF Image
    • Display all CPT items on a single map
  • 🛠️Tools
    • Export/Import
    • Demo Import
    • Settings
    • Preview
  • 🏹Troubleshooting
    • Compatibility
    • Report a bug
    • Payment Issues
    • Lite Support (Forum)
    • Pro Support
  • ⚙️Customization
    • Filters and Hooks
      • View
      • Card
    • Suggest a feature
    • Performance
Powered by GitBook
On this page
  • General
  • Defaults
  • Git repositories (Pro)
  • Debugging
  • Generate a debug dump file
  • FAQs

Was this helpful?

  1. Tools

Settings

These are the plugin specific options found on the settings page.

PreviousDemo ImportNextPreview

Last updated 11 months ago

Was this helpful?

General

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

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.

Defaults

Web components type - Controls the web component setting for new Views and Cards. It has options for Classic and Shadow DOM (CSS isolated).

Classes generation - Controls classes generation in the Default Template for new Views and Cards. It has options for BEM style, the default and none.

Git repositories (Pro)

Debugging

Error logs - Contains PHP warnings and errors related to the plugin. The error logs are deleted upon plugin upgrade or deactivation.

Internal logs - Contains plugin warnings and debug messages if the development mode is enabled. The logs are deleted upon plugin deactivation.

Generate debug dump - Turn this on and click 'Save changes' to download the file. The above logs and other information about your server environment will be included. Send this to Advanced Views Support on request.

Generate a debug dump file

FAQs

How do I delete the plugin data?

When you deactivate the Advanced Views plugin then an option to delete data will be displayed.

File system storage - Enable to store View and Card data inside the theme folder (instead of the database). This allows you to edit files using your favourite editor (IDE), and do version control with auto sync.

By saving Views and Cards in your GitLab repository (free tariff), you can create your own library and reuse them on other websites.

.

🛠️
Read more
Read more
See how to generate a Debug dump here