qtranslate / qtranslate-xt

qTranslate-XT (eXTended) - reviving qTranslate-X multilingual plugin for WordPress. A new community-driven plugin soon. Built-in modules for WooCommerce, ACF, slugs and others.
GNU General Public License v2.0
550 stars 103 forks source link

Generalize ACF config and simplify options #1267

Closed herrvigg closed 1 year ago

herrvigg commented 1 year ago

The ACF options are difficult to grasp:

Moreover the shim element used to set the LSB anchors is too fuzzy. It may appear several times with same id in the DOM. Also, it's unclear how the display hooks are handled, as they should not be dependent on the options.

Refactor the ACF configuration to list clearly the supported pages, anchors and display fields.

Remove the options for standard support (always true) and the list of pages for LSB (the config should be updated).