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.

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.

Filter Everything - Product Filter & WordPress Filter

ACF: Google Maps Field (Multiple Markers)

ACF OpenStreetMap Field

Advanced Custom Fields (ACF) - Custom fields, post types and taxonomies.

Meta Box - WordPress Custom Fields Framework

Pods - Custom Content Types and Fields

Conflicts

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

1. Hosting

Although the Advanced Views Framework 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".

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 PHP Doctrine. Our plugin also relies on PHPDoc.

Last updated