• Resolved michaelyeg

    (@michaelyeg)


    Hi is it possible to switch logo for different language setting? I am using Avada theme. Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Alex Gor

    (@alexgff)

    You can use piece of code

    
    if ( WPGlobus::Config()->language == WPGlobus::Config()->default_language ) {
      // echo logo for default language, for example 'en'
    } else {
      // echo logo for extra language, for example 'de'
    }
    
    • This reply was modified 6 years, 5 months ago by Alex Gor.
Viewing 1 replies (of 1 total)
  • The topic ‘Switch Logo for different language?’ is closed to new replies.