Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
September 12, 2015 at 12:17 pm in reply to: Sometimes missing content when opening website in Safari (iOS, OS X) #212465This reply has been marked as private.September 11, 2015 at 11:51 am in reply to: Sometimes missing content when opening website in Safari (iOS, OS X) #212288This reply has been marked as private.
hi
how to properly use/add modified version of product-image.php in the child theme?
like this in the functions.php file?
require_once( get_stylesheet_directory() . ‘/my_included_file.php’ );i want to translate just texts ‘Sale’ ‘Free’ ‘Out of Stock’ and keep those translations alive after the parent theme updates ..
or what would be the best practice to achieve this?
what is the still existing problem is, that SOME PART of the Woocommerce translation is somehow overridden by theme language files or something else – please see attached picture
red color marks some random pharses which are not translated by woocommerce like others
i tried to remove all woocommerce related pharses from language file and disabled functions.php, but it did not helped with this
normal situation would be, that woocommerce would translate ALL pharses to choosen language – which is not happening now
Attachments:
You must be logged in to view attached files.What helped me with the same issue
I deleted all the foreign language files that I do not use from ALL the Language folders:
wp-content / languages
wp-content / languages / themesthen also:
wp-content / themes / neighborhood / languagesafter that I created Languages folder to my child theme and uploaded my translated .mo and .po files there
then I added function.php like mentioned here above and my site is translated like I wished!
-
Posted in: We hit Power Elite.