This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Estado |
Topic
|
Supporter | Voices | Entradas | Freshness |
---|---|---|---|---|---|
My Danish page has been
Started by: kasperA in: Chat Support |
|
0 | 2 | hace 2 meses, 2 semanas | |
ACF problem with fields and showing on front end
1
2
Started by: kasperA
in: English Support
Problem: define( 'ACFML_HIDE_FIELD_ANNOTATIONS', true ); to the wp-config file, but it resulted in strange field names without solving the issue. Solution: In a follow-up, we advised the client to copy and paste the tag as demonstrated in a screen recording we provided. We also reminded the client to refresh the Elementor editor or clear the Elementor and browser cache if the tags still did not appear after editing. If this solution does not seem relevant, please do not hesitate to open a new support ticket with us for further assistance: WPML support forum. |
|
2 | 19 | hace 1 año, 2 meses | |
Custom tags not showing translation
Started by: kasperA in: English Support |
1 | 2 | hace 1 año, 3 meses | ||
Translation missing from ATE
Started by: kasperA in: Chat Support |
|
1 | 2 |
hace 1 año, 3 meses
|
|
I want to add custom link to the language switcher
Started by: kasperA
in: English Support
Problem: Solution: add_filter('wp_nav_menu_items', 'new_nav_menu_items', 10, 2); function new_nav_menu_items($items, $args) { // get languages $languages = apply_filters( 'wpml_active_languages', NULL, 'skip_missing=0' ); // add $args->theme_location == 'primary-menu' in the conditional if we want to specify the menu location. $dropdown_items = ''; if ( $languages) { foreach($languages as $language){ if(!$language['active']){ $dropdown_items .= '<li class="menu-item wpml-ls-item wpml-ls-menu-item"><a class="elementor-sub-item" href="' . $language['url'] . '"><img src="' . $language['country_flag_url'] . '" height="12" alt="' . $language['language_code'] . '" width="18" /> <span class="wpml-ls-native" lang="' . $language['language_code'] . '"> ' . $language['native_name'] . '</span></a></li>'; } else { $active_language = '<li class="menu-item wpml-ls-item wpml-ls-current-language wpml-ls-menu-item wpml-ls-first-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-has-children"><a title="' . $language['native_name'] . '" href="' . $language['url'] . '" class="elementor-item has-submenu"><img class="wpml-ls-flag" src="' . $language['country_flag_url'] . '" alt=""> <span class="wpml-ls-native" lang="' . $language['language_code'] . '"> ' . $language['native_name'] . '</span></a>'; } } /* Start - Custom Link */ // Please update flag, name and link $custom_flag_url = "siteurl/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.png"; $custom_language_name = "Custom Language"; $custom_language_link = "https://google.com"; $dropdown_items .='<li class="menu-item wpml-ls-item wpml-ls-menu-item"><a class="elementor-sub-item" href="' . $custom_language_link . '"><img src="' . $custom_flag_url . '" height="12" alt="" width="18" /> <span class="wpml-ls-native"> ' . $custom_language_name . '</span></a></li>'; /* End - Custom Link */ $final_switcher = $active_language. '<ul class="sub-menu elementor-nav-menu--dropdown sm-nowrap">'.$dropdown_items.'</ul></li>'; } return $items.$final_switcher; } |
|
2 | 3 |
hace 3 años, 4 meses
kasperA |
|
Spinning save icon – never saving
Started by: kasperA in: English Support |
|
2 | 16 | hace 3 años, 10 meses | |
Can’t add to translation basket
Started by: kasperA in: English Support |
|
2 | 3 | hace 4 años, 1 mes | |
Icon keeps spinning in Translation Management
Started by: kasperA in: Chat Support |
|
1 | 2 |
hace 4 años, 1 mes
|
|
Can I save a new change on a page as a draft, and then send that draft for translation?
Started by: kasperA in: Chat Support |
|
1 | 2 |
hace 4 años, 7 meses
|
|
I can't change languages – using the direct link doesn't work either
Started by: kasperA in: Chat Support |
|
1 | 2 |
hace 4 años, 7 meses
|
|
Internal links on my Elementor designed page doesn't link to the translated pages
Started by: kasperA in: Chat Support |
|
1 | 2 |
hace 4 años, 7 meses
|