acub you are a master…
can you only tell me in what way did you modify the flag to fit better in the rectangle?
@ acub
thanx for this thread it is perfect, the only thing that don’t work is the adding of the language changer.
What I did is:
1) creating the child theme
2) crate the function.php with this code:
<?php
add_action(‘__logo_title’, ‘qtr_language_changer’);
function qtr_language_changer() {
echo qtrans_generateLanguageSelectCode(‘image’);
}
3) copy the style.css from the parent theme and adding your code
At this point nothing happen…can someone help me?
PS
I have a logo in my header and I even tryed to replace ‘__logo_title’ with ‘before_header’ but always it is the same