This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Product stock (and other stuff) not updated to other languages
Started by: reneB-22 in: English Support |
|
3 | 8 |
3 years, 2 months ago
reneB-22 |
|
my [wpml_language_selector_widget] is showing up weirdly in my header
Started by: reneB-22 in: English Support |
|
2 | 3 |
3 years, 10 months ago
reneB-22 |
|
The Social Icon widget link is not available in ATE
Started by: reneB-22
in: English Support
Problem: Solution: add_action('init', function (){ add_filter( 'wpml_elementor_widgets_to_translate', 'socialwidgetelementor' ); }); function socialwidgetelementor($widgets) { $widgets['social-icons'] = array( 'conditions' => array('widgetType' => 'social-icons'), 'fields' => array(), 'integration-class' => array( 'my_icons' ) ); return $widgets; } class my_icons extends WPML_Elementor_Module_With_Items { public function get_items_field() { return 'social_icon_list'; } public function get_fields() { return array( 'link' => array( 'url' ), ); } protected function get_title($field) { switch ($field) { case 'url': return __( 'Link', 'elementor' ); default: return ''; } } protected function get_editor_type($field) { switch ($field) { case 'url': return 'LINK'; default: return ''; } } } and add again the Social Icons widget to the page. Relevant Documentation: |
|
5 | 12 |
4 years, 2 months ago
reneB-22 |
|
Broken Elementor footer after modification – url links
Started by: reneB-22 in: English Support |
|
3 | 8 | 4 years, 2 months ago | |
I am no longer seeing anything in the 'Translations queue'
Started by: reneB-22 in: English Support |
|
3 | 13 | 4 years, 3 months ago | |
Media is not transferred to the translations, Featured and Gallery.
Started by: reneB-22 in: English Support |
|
2 | 4 | 4 years, 4 months ago | |
Unable to translate WooCommerce product filter
Started by: reneB-22 in: English Support |
|
2 | 6 | 4 years, 4 months ago |