Hello again,
I am using qtranslate and i havent faced any probs till now. When i click on the logo and im not on my main language it switches back to main language, how can I fix this so it stays on current language?
thanks in advance
Hello again,
I am using qtranslate and i havent faced any probs till now. When i click on the logo and im not on my main language it switches back to main language, how can I fix this so it stays on current language?
thanks in advance
Hey,
I'm not familiar with qtranslate so I can't help you directly. I'd try to ask the plugin author. The logo link target can be changed in flashlight\framework\php\function-set-avia-frontend.php - search for:
$logo = "<h1 class='logo'><a href='".home_url('/')."'>".$logo."</a></h1>";
or
$logo = "<h1 class='logo bg-logo'><a href='".home_url('/')."'>".$logo."</a></h1>";
and replace:
".$logo."
with your link target.
thanks i ll give it a try :)
I hope it works :)
You must log in to post.