Hello,
Our integration has indeed been developed based on the free version of ACF. We assumed that their paid version worked like most other plugins (a main free plugin on the store, and an additional paid plugin that extends the free plugin’s features).
If the paid version of ACF doesn’t work like that and rather replaces the free version (i.e the free version doesn’t need to be installed), could you give me its main folder name in wp-content/plugins/ ?
Could you also give me the name of the main file in this folder? It should start with a block like this one:
<?php
/*
* Plugin Name: Advanced Custom Fields (Pro)
* Description: Something
* Author: Their company
* Author URI: https://www.example.com
* License: GPLv3
* Version: X.X
* ...
*/
I’ll update our integration accordingly.