This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
Price Table widget currency and price value fields are not seen
Started by: richardB-51
in: English Support
Problem: Using Elementor and the price Table widget. In the "Pricing" section of the widget, I set the Currency Symbol to 'None', and (optionally) added a $ to the 39.99 price. Is there is a way to get WPML to include the price text field for translation via Translation Editor, along with the Heading, Period, Button Text etc? Solution: - Go to WPML > Settings > Custom XML configuration and add next XML code:
<wpml-config>
<elementor-widgets>
<widget name="price-table">
<fields>
<field type="Price Table: Heading" editor_type="LINE">heading</field>
<field type="Price Table: Sub-Heading" editor_type="LINE">sub_heading</field>
<field type="price" editor_type="LINE">price</field>
<field type="Button text" editor_type="LINE">button_text</field>
<field type="Footer info" editor_type="LINE">footer_additional_info</field>
</fields>
<fields-in-item items_of="features_list">
<field type="Item text" editor_type="LINE">item_text</field>
</fields-in-item>
</widget>
</elementor-widgets>
</wpml-config>
- Make a small change to the default language page and click to update the translation. Relevant Documentation: |
|
2 | 6 |
4 years, 3 months ago
richardB-51 |
All articles written by richardB-51:
No items found