Reboox theme + Quickview
-
Hi support! Im using multilingual and have succeded to translate all my website very easy and effective. However there is a specific “quick view” function that is avaible for all products. Iv tried to contact the authors of the theme that says its allready displayed in english in the theme files and shouldnt be a problem from their way.
They have tried to add a code snippet without results:
function my_text_strings( $translated_text, $text, $domain ) { switch ( $translated_text ) { case 'L?GG I VARUKORG' : $translated_text = __( 'ADD TO CART', 'reebox' ); break; case 'Lager' : $translated_text = __( 'Stock', 'reebox' ); break; } return $translated_text; } add_filter( 'gettext', 'my_text_strings', 20, 3 );
Iv tried to debug using the advanced tab to maybe find the problem which cause my not being able to find or press on the strings to translate
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Reboox theme + Quickview’ is closed to new replies.