Raul85
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate X] Odd Behavior with Photos and Photo GalleriesFollowing your procedure it works correctly, as well as using the other methods that I explained before.
Anyway, I re-opened the discussion because in my opinion this could be confusing and maybe could be improved: I guess that the best is that the picture is automatically inserted using the text in the right language, and not inserting the photo’s attributes with all the tags that later must be removed. This would improve the speed in creating content, and would make more sense to insert the attributes of a picture in different languages.
I don’t know if there are cases in which the picture should stay in the page/post with all its tags…If yes forget what I said, otherwise maybe could be interesting to take in consideration the possibility to add the tags directly in the right language.
Forum: Plugins
In reply to: [qTranslate X] Odd Behavior with Photos and Photo GalleriesUhm. If I modify the picture in Media-Edit AFTER having added the picture in the page, it seems that the picture doesn’t update its properties (alt/description) in the page.
So I modified the properties directly in the page, deactivating every plugin I have except q-translate X, and I stil have the same issueForum: Plugins
In reply to: [qTranslate X] Odd Behavior with Photos and Photo GalleriesAlso if I do like this I have the same issue, as soon as I switch in the other languages after the last update I get the partial code of the image (this time also with the image that I inserted before)
Forum: Plugins
In reply to: [qTranslate X] Odd Behavior with Photos and Photo GalleriesUsing a picture with the title defined as
[:en]office[:fr]bureau[:it]ufficio[:]and the alt as
[:en]office_XC[:fr]bureau_XC[:it]ufficio_XC[:],
I go on a page with already some text in the three languages.
I add a picture at the beginning of the first – english – page, by using the “Add media” button and without changing anything in the alt or description (so keeping the three languages), and I click “Update”.
Well… it doesn’t work 🙁The english page looks more or less correct, while the french (and italian) look like this:
bureau_XC" width="300" height="200" />EnglishText FrenchText(If now i check the code, is the one I wrote you before)
Forum: Plugins
In reply to: [qTranslate X] Odd Behavior with Photos and Photo GalleriesYes, exactly: I was working with “mode list” and there are the Language switch buttons.
So I wrote three different alt and description for the picture in three languages (that, anyway, it’s quite nice).
Finally, I put the picture in the page (where there are again the Language switch buttons) and this is what happens:
– if I put the image in the english page and then I look at the “Text” view, I notice the code that I wrote before, with the two [:en] one after the other
– if I click on “Update” the other two pages (french and italian) looks corrupted, without the image but with a part of its code, and with the text of also the other two languagesForum: Plugins
In reply to: [qTranslate X] Odd Behavior with Photos and Photo GalleriesWell, if I insert the picture directly from the interface, using the button “Add media”, it actually adds the picture with all the translation codes.
Of course i could (should?) manually change the alt, description etc right before to insert the picture in the page, and I would not have the issue… What I was wondering is if there was a way to not change manually that (or go through the code as tried before), but to use automatically the alt/description in the language of the page.Forum: Plugins
In reply to: [qTranslate X] Odd Behavior with Photos and Photo GalleriesHello Gunu, thank you for the answer.
I did exactly what you suggested to define title and description in the three languages. The problems begin when I insert the picture in a page: in that moment I have the issue with the code (that was the code of the page) that I described in the previous post.
Could you help me?
Thanks
Forum: Plugins
In reply to: [qTranslate X] Odd Behavior with Photos and Photo GalleriesHello all,
I guess I have a similar (or the same) issue.
If I try to insert an image that contains alt and/or description in different languages, as soon as I update the page the image disappers leaving instead part of the code, and the pages in the other languages have also a mixed test in different languages and code.I think I understood that the problem is that the code is written, for example using en, fr and it, starting with the [en] code, than the image with that contains another [en] code, and than the rest… and it seems that this creates some confusion. Is this correct?
[:en]<a href="..."><img class="..." src="..." alt="[:en]office_XC[:fr]bureau_XC[:it]ufficio_XC[:]"/></a>EnglishText[:fr]FrenchText[:it]ItalianText[:]By editing manually the page in the raw mode, moving the first[en] code after the image, i’m able to make it work… but it’s not very user friendly like this:
<a href="..."><img class="..." src="..." alt="[:en]office_XC[:fr]bureau_XC[:it]ufficio_XC[:]"/></a>[:en]EnglishText[:fr]FrenchText[:it]ItalianText[:]Is there a way to solve this problem? I tried without success also the last pre-release version.
Thank you,
Raul