I am using the qtranslate plugin to run a multilingual site (7 languages).
Likewise other users, I am having troubles at keeping the language selection while navigating through the site.
What happens is: when selecting a portfolio entry, it automatically jumps to the default language (in this case, german).
How can I keep the language selection throughout the whole visit?
I have inserted the breadcrumb also and It doesnt work well for the porfolio entries, It takes me to the archives of the category.
" if(!is_front_page() && empty($avia_config['slide_output']))
{
echo "<div id='breadcrumb_wrapper' class='container'>";
new avia_breadcrumb(array('delimiter' => '/'));
echo "</div>";
}"
How should I modify the class-breadcrumb.php to make it work right?
I need urgent help, please give me a solution asap.
Thank you!!














