Support

Account

Home Forums ACF PRO Meta Location Rules for ACF5? Reply To: Meta Location Rules for ACF5?

  • Yup i also got the same problem. After checking the code i found out that with the field_group.js

    It was calling an id that does not exist in the new version of acf.

    so i tried removing the id from the jquery selector
    $(‘.location-groups td.value select:visible’)

    Now the input field for the meta key and value is already being shown but the problem now is that when you try to update. It seems that the meta key and value are not being saved. Another problem is that there seems to be a problem with the js file preventing you from adding more rules.

    I hope this gets fixed as well. Need this on one of my project.