This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
a bug on menu
Started by: alexandreN-10 in: English Support |
0 | 2 | 1 month, 1 week ago | ||
Split: Language switcher is rendered in raw HTML
Started by: alexandreN-10
in: 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 year, 1 month ago | |
why if i activated wpml plugins content on website disappeared
1
2
Started by: alexandreN-10
in: 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 year, 1 month ago |