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
  • List of supported Third-party Plugins
  • Conflicts
  • 1. Hosting
  • 2. Security Plugins
  • FAQs

Was this helpful?

  1. Troubleshooting

Compatibility

Our plugin works out-of-the-box and doesn't require any special setup on your hosting and it won't break the features of other third-party plugins.

PreviousPreviewNextReport a bug

Last updated 24 days ago

Was this helpful?

Enhanced compatible mode

Enable this mode when you're stuck at the View or Card loading screen. Advanced Views, by default, reduces unused scripts to speed up the editor loading, and this may cause issues in some rare cases. Visit Settings > Debugging tab to turn it on.

List of supported Third-party Plugins

These plugins work well with Advanced Views.

- Product Filter & WordPress Filter

(Multiple Markers)

- Custom fields, post types and taxonomies.

- WordPress Custom Fields Framework

- Custom Content Types and Fields

Conflicts

Below we've listed known issues. If you have any compatibility issues please .

1. Hosting

Although the Advanced Views works well with any default hosting setup, some hosting providers may have some settings that they consider as default.

1.1 Opcache with an option to remove comments

Websites hosted on a Linux server with the opcache php module enabled, with the setting to remove comments from code (which is not default behaviour) will experience issues with the View and/or Card user interface.

How to fix it

Contact you hosting provider and ask support to disable this option on your account.

OR

Do it yourself by opening your php.ini file and modifying the line with opcache.save_comments changing the value to "1".

2. Security Plugins

If you're using a security plugin (like Wordfence, iThemes Security, etc.), it might interfere with Advanced Views in unexpected ways. As a troubleshooting step, temporarily disable the security plugin and check if the issue persists.

Common issues caused by security plugin settings include:

  • Views or fields not saving properly in the admin.

  • Field groups not appearing or not loading as expected.

  • AJAX errors when editing or previewing views.

  • PHP version warnings or blocked scripts that don’t appear with the plugin disabled.

If disabling the plugin resolves the issue, review your security settings—particularly firewall rules, login protection, and script restrictions—and consider whitelisting the Advanced Views plugin or paths.

FAQs

Why does this happen and why are comments in code critical?

Some libraries use comments to classes and class fields (PHPDoc) to keep meta information. A common example is . Our plugin also relies on PHPDoc.

🏹
Filter Everything
ACF: Google Maps Field
ACF OpenStreetMap Field
Advanced Custom Fields (ACF)
Meta Box
Pods
contact us
PHP Doctrine