This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Porto theme filter translation to bulgarian
Started by: elenaS-38
in: English Support
Problem: Edit .../wp-content/plugins/porto-functionality/shortcodes/woo_templates/porto_products_filter.php file. Look for line 192. Replace: echo '<select class="porto_dropdown_product_attributes" name="filter_' . esc_attr( $area ) . '">';</select> With: if (class_exists('SitePress')) { do_action('wpml_register_single_string', 'porto', 'porto_filter[' . $area . ']', $area); $area = apply_filters('wpml_translate_single_string', $$area, 'porto', 'porto_filter[' . $area . ']'); } echo '<select class="porto_dropdown_product_attributes" name="filter_' . esc_attr( $area ) . '">'; </select> Visit the front-end. Go to WPML > String Translation and translate the new strings. To correct the translation of the word 'by', you can adjust it directly in the WPML String Translation interface. Access it via this link: WPML String Translation. Please note that this solution might be outdated or not applicable to your specific case. If these steps do not resolve your issue, 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. If the problem persists, please open a new support ticket. |
|
1 | 20 | 2 months, 3 weeks ago | |
Porto theme filter translation to bulgarian
Started by: elenaS-38 in: English Support |
|
0 | 6 | 4 months ago | |
WPML and porto product filter
Started by: elenaS-38
in: English Support
Problem: If this solution does not resolve your issue or seems outdated, 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. If the problem persists, please open a new support ticket at WPML support forum. |
|
2 | 2 | 5 months, 1 week ago |