Hello,
I recognized, that there is a not translatable link hover text for the “brands” Elementor widget:
Brand <attribute name>
It seems to be hardcoded in the woodmart template file /inc/integrations/elementor/elements/class-products-brands.php in line 522:
<a title="Brand <?php echo esc_html( $brand->name ); ?>" href="<?php echo esc_url( $attr_link ); ?>">
Is it possible to make it translatable via an update?
Another way would be to replace the word “Brand” with the individual attribute title from this shop. But at least in our shop we are using the plural word as attribute name, which would not be the correct word for this place.
Thank you in advance.
-
This topic was modified 2 years, 9 months ago by Thora.