このユーザーにはお気に入りのトピックがありません。
お気に入りのフォーラムトピック
作成したフォーラムトピック
ステータス |
トピック
|
サポーター | 声 | 投稿 | 新着度 |
---|---|---|---|---|---|
a bug on menu
開始者:alexandreN-10 カテゴリ:English Support |
0 | 2 | 1ヶ月、 1週前 | ||
Split: Language switcher is rendered in raw HTML
開始者:alexandreN-10
カテゴリ:English Support
Problem: [wpml_language_selector_widget] . To enable and customize this shortcode, go to WPML -> Languages page and adjust the settings in the Custom Language Switcher section. Workaround 2: .../wp-content/plugins/royal-elementor-addons/modules/nav-menu/widgets/wpr-nav-menu.php . On line 1698, change: //add_filter( 'walker_nav_menu_start_el', [ $this, 'custom_menu_items' ], 10, 4 ); Additionally, on line 1656, replace: $output ='<a href="'. esc_url($item->url) .'" class="'. esc_attr($item_class) .'">'. esc_html($item->title);</a> With: $output ='<a href="'. esc_url($item->url) .'" class="'. esc_attr($item_class) .'">'. wp_kses($item->title, array( 'span' => array() ));</a> If these solutions do not resolve your issue or if they become outdated, we recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If necessary, please open a new support ticket. |
|
2 | 6 | 1年、 1ヶ月前 | |
why if i activated wpml plugins content on website disappeared
1
2
開始者:alexandreN-10
カテゴリ:English Support
Problem: \WprAddons\Classes\Utilities::get_template_slug function within the wp-content/plugins/royal-elementor-addons/classes/utilities.php file. Royal Addons is attempting to find a non-existent template, which leads to a NULL return. To resolve this, access your database, locate the 'wpr_single_conditions' option in the WordPress Options table, and delete its value. After making this change, the issue should be resolved. If this solution does not apply to your case, or if it seems outdated, we recommend opening a new support ticket. Additionally, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. For further assistance, please visit our support forum at WPML support forum. |
|
2 | 26 | 1年、 1ヶ月前 |