The issue is in the acf_location_nav_menu.php file. Rename line 8 to
class acf_location_nav_menu_class extends acf_location
and line 244 to
new acf_location_nav_menu_class();
*For some reason the newest version of ACF is using the acf_location_nav_menu so the name in this plugin has to be updated. The plugin author will have to make an update to the plugin or this fix will be overwritten via future updates.
-
This reply was modified 7 years, 4 months ago by Lucas Cobb. Reason: missformatted code