• Hi, I try to translate Custom Taxonomies “Attributes” of Listings in HivePress plugin. Attributes are private. I have created wpml-config.xml:
    <wpml-config>
    <taxonomies>
    <taxonomy translate=”1″>Attributes</taxonomy>
    </taxonomies>
    </wpml-config>

    transfered it to wp-content/plugins/hivepress directory, as well as to
    wp-content/plugins/polylang
    and wp-content/polylang

    And nothing changed. I’m still not able to translate Attributes of Listings (custom post types) and I don’t see Attributes in Polylang Settings – Custom post types and Taxonomies.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter heczkobogdan

    (@heczkobogdan)

    Correct syntax is:
    <wpml-config>
    <custom-types>
    <custom-type translate=”1″>hp_listing_attribute</custom-type>
    </custom-types>
    </wpml-config>

    Now I’m able to translate Attributes (still don’t see it in Settings).
    But even Attributes are assigned to language, I see ALL attributes in ALL languages for Listings in any language.

    How to fix this bug?

Viewing 1 replies (of 1 total)

The topic ‘Custom Taxonomies setup using wpml-config.xml’ is closed to new replies.