Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #50899
    Kris
    Member

    Hello,

    I’m using the MQTranslate Plugin for my homepage http://www.costa-vertical.com and it normally works like I want it to do so. I might even add a third languag – Spanish – soon.

    There are only three things that have bothered me so far and I don’t find a solution:

    1) I tried to translate my Featured Content using the normal tags for the different languages [:de] for German and [:en] for English several times now. Always after I saved it and have opened my page on a new tab the Featured Content is accessible in both languages. As soon I closed the tab theme options or I select something else and re-open it again, all translated content has disappeared and it went back to the “English” first version. So, my German page always shows the “Featured Content” in English. I really don’t like this and hope you could help me what I have to do that German and English work on the Featured Content.
    2) Language Flags – I tried also to include language flags on the “Header Right Menu”, but they just don’t show up. I’ve also put the

    .my-en-flag > a {
    padding: 5px 2px 5px 20px;
    }
    .my-de-flag > a {
    padding: 5px 20px 5px 2px;
    }

    in the Custom CSS field, but it just didn’t work. Can you help here?
    3) On Safari the two fields where you can chose the language in the “Header Right Menu” there are questions marks instead of the language names. How do I solve that?

    Thanks again for your response in advance and best regards,

    Kris

    #50907
    Sakin
    Keymaster

    @Kris:
    1. Adventurous Free theme don’t have compatibility to mqTranslate plugin, that is why you are having this issue. We are in the process of add this plugin in our Pro version which is schedule to release in 2 to 3 days time.

    2. I check in your flag code and I see there is extra / in img src, you can see the following code:
    <img alt="English" src="/http://costa-vertical.com/wp-content/plugins/mqtranslate/flags/gb.png">
    This should be as
    <img alt="English" src="http://costa-vertical.com/wp-content/plugins/mqtranslate/flags/gb.png">

    3. Same thing, because of extra / in img src, the safari browser cannot find the image and it is showing ? mark.

    #50926
    Kris
    Member

    Great. Thanks so much. It works now. And if we don’t buy the “Pro” theme, maybe one day MQTranslate will work on the “normal” one! Thanks again! Kris

    #50982
    Sakin
    Keymaster

    @Kris: Thanks. Not sure about the free version as proving support for plugin is really an issue.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Adventurous and MQTranslate-Plugin’ is closed to new replies.