Comments storecorner started the conversationMay 8, 2017 at 11:44amHi,How can I have different logo in every language?Thank you[deleted] repliedMay 10, 2017 at 8:26amWe can modify theme for this. But after theme update all changes will be lost.storecorner repliedMay 15, 2017 at 8:05amHi can you tell me what changes will be lost after update?Thanx[deleted] repliedMay 15, 2017 at 1:02pmChanges which we will insert for logo.storecorner repliedMay 15, 2017 at 1:34pmHi,What do you want to fix this with different logo in every language?Thanx storecorner replied privately[deleted] repliedMay 17, 2017 at 10:20amYou need find this line $ml_options = array('footer_html', 'top_area_button_text', 'contacts_address', 'contacts_phone', 'contacts_fax', 'contacts_email', 'contacts_website');in file wp-content/themes/thegem/inc/options.php and change like this $ml_options = array('footer_html', 'top_area_button_text', 'contacts_address', 'contacts_phone', 'contacts_fax', 'contacts_email', 'contacts_website', 'logo', 'small_logo');This code is used twice in file wp-content/themes/thegem/inc/options.php and one time in wp-content/plugins/thegem-elements/thegem-elements.php. You need to change everywhere. Sign in to reply ...
Hi,
How can I have different logo in every language?
Thank you
We can modify theme for this. But after theme update all changes will be lost.
Hi can you tell me what changes will be lost after update?
Thanx
Changes which we will insert for logo.
Hi,
What do you want to fix this with different logo in every language?
Thanx
You need find this line
in file wp-content/themes/thegem/inc/options.php and change like this
This code is used twice in file wp-content/themes/thegem/inc/options.php and one time in wp-content/plugins/thegem-elements/thegem-elements.php. You need to change everywhere.