이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
포럼 주제가 생성되었습니다.
상태 |
주제
|
서포터 | 목소리 | 게시물 | 선도 |
---|---|---|---|---|---|
Creating different regional versions of a website
시작한 사람: FortunyShop 안에: English Support |
2 | 5 | 4 년, 9 월 전에 | ||
Display text in category pages (all languages)
시작한 사람: FortunyShop 안에: English Support |
2 | 12 | 4 년, 9 월 전에 | ||
Woocommerce endpoints links displaying 2 times (in 2 different languages)
시작한 사람: FortunyShop 안에: English Support |
2 | 8 | 4 년, 10 월 전에 | ||
Cart items not synced between languages with custom lang switcher
1
2
시작한 사람: FortunyShop
안에: English Support
Problem: Cart items are not synced between languages with custom lang switcher. Solution: The user is tweaking our code example from WPML's documentation here. If your site is set to 'A different domain per language' Language URL format, then this code example will not sync the cart's content when you switch the language. But only by adding a class (wpml-ls-item) the element that holds the language's link, the issue is solved. This is the corrected code example. function language_selector_flags(){ $languages = icl_get_languages('skip_missing=0&orderby=code'); if(!empty($languages)){ foreach($languages as $l){ if(!$l['active']) echo '<a class="wpml-ls-item" href="'.$l['url'].'">'; echo '<img src="'.$l['country_flag_url'].'" height="12" alt="'.$l['language_code'].'" width="18" />'; if(!$l['active']) echo '</a>'; } } } Relevant Documentation: https://wpml.org/documentation/getting-started-guide/language-setup/custom-language-switcher/ |
2 | 21 | 4 년, 11 월 전에 | ||
Woocommerce stats: not displaying sales in $
시작한 사람: FortunyShop 안에: English Support |
2 | 5 |
4 년, 11 월 전에
FortunyShop |
||
Woocommerce translations en_GB and en_US zip files: Download failed. Not found
시작한 사람: FortunyShop 안에: English Support |
2 | 2 |
4 년, 11 월 전에
FortunyShop |