Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1163001
Different logo
Closed

Comments

  • storecorner started the conversation

    Hi,

    How can I have different logo in every language?

    Thank you

  • [deleted] replied

    We can modify theme for this. But after theme update all changes will be lost.

  • storecorner replied

    Hi can you tell me what changes will be lost after update?

    Thanx

  • [deleted] replied

    Changes which we will insert for logo.

  • storecorner replied

    Hi,

    What do you want to fix this with different logo in every language?

    Thanx

  •   storecorner replied privately
  • [deleted] replied

    You 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.