Questo utente non ha argomenti preferiti.
Argomenti del forum preferiti
Argomenti del forum creati
Stato |
Argomento
|
Sostenitore | Voci | Post | Freschezza |
---|---|---|---|---|---|
Product stock (and other stuff) not updated to other languages
Iniziato da: reneB-22 in: English Support |
|
3 | 8 |
3 anno, 7 mese fa
reneB-22 |
|
my [wpml_language_selector_widget] is showing up weirdly in my header
Iniziato da: reneB-22 in: English Support |
|
2 | 3 |
4 anno, 2 mese fa
reneB-22 |
|
Error message: Uncaught Error: Class 'WPML_Elementor_Module_With_Items'
Iniziato da: reneB-22 in: Chat Support |
|
1 | 2 |
4 anno, 2 mese fa
|
|
The Social Icon widget link is not available in ATE
Iniziato da: 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 anno, 6 mese fa
reneB-22 |
|
Broken Elementor footer after modification – url links
Iniziato da: reneB-22 in: English Support |
|
3 | 8 | 4 anno, 7 mese fa | |
ATE deletes link sources (HTML Block or raw HTML in Classic Editor) for translated content on original page update
Iniziato da: reneB-22 in: Chat Support |
|
1 | 2 |
4 anno, 7 mese fa
|
|
Currency switcher doesn´t appear in the header when there is only one currency
Iniziato da: reneB-22 in: Chat Support |
|
1 | 2 |
4 anno, 7 mese fa
|
|
WPML chat support ticket by reneB-22 – 1604740339
Iniziato da: reneB-22 in: Chat Support |
|
1 | 2 |
4 anno, 8 mese fa
|
|
I am no longer seeing anything in the 'Translations queue'
Iniziato da: reneB-22 in: English Support |
|
3 | 13 | 4 anno, 8 mese fa | |
Media is not transferred to the translations, Featured and Gallery.
Iniziato da: reneB-22 in: English Support |
|
2 | 4 | 4 anno, 8 mese fa | |
Can't translate the filter strings coming from a WOOF plugin
Iniziato da: reneB-22 in: Chat Support |
|
1 | 2 |
4 anno, 9 mese fa
|
|
Unable to translate WooCommerce product filter
Iniziato da: reneB-22 in: English Support |
|
2 | 6 | 4 anno, 9 mese fa |