pear1
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate X] 404 page for custom post type single pageIn minimal configuration it doesn’t happen, because there is no custom post types and other features.
I made some testing and discovered if “Hide Content which is not available for the selected language.” is disabled then page appears, but if enabled then 404 – not found (tested with latest 2.9.7.7 version).
And this issue only occurs when there is text in title field, but content field is blank.Would be nice if you can look what can be issue.
Great, after little testing I can say that’s exactly what I wanted.
Thank you for your work.
Well, would be great if there would be checkbox for this (don’t copy to others, if only one translation is available).
Because at this moment for me there are 2 problems:
1. for some posts I will always need only one translation
2. some language translation would be so different from others that my clients or I always should need to remove all duplicate information and start over again (imagine if there would be title, content and few custom post fields with text).Using debugging plugin for form data, I can see that in 2.9.4 title and content variables have tags – “<!–:en–>Test title<!–:–>“, but in latest versions there is no tags – “Test title“. Hope that it helps to detect issue.
EDIT: I found out that in latest version if I put text in two or three languages, everything works (and needed tags are added). So issue is only when one language is saved and others are blank.
Hello,
My reported duplicate issue still exists.
I’m writing some posts only in one language (for example first), but after saving all my three languages have same title and content (last version is 2.9.4 what doesn’t duplicates for me).And in Opera browser 26 some times in new version I cant click in content editor (after page refresh everything works fine).
Forum: Plugins
In reply to: [Polylang] All language layout / admin panelSo is this possible or not?
That would be awesome.
Forum: Plugins
In reply to: [Polylang] All language layout / admin panelExtended example would be like:
Title: Lang 1: Lang 2: Lang 3: Post 5 (edit) (edit) (edit) Post 4 (add) (edit) (add) Post 6 (edit) (add) (edit) Post 8 (add) (edit) (edit) Post 7 (add) (add) (edit)Forum: Plugins
In reply to: [qTranslate X] Duplicates everything, doesn't work all timesFor a moment I thought that issue were solved, but after more testing I saw that again so no. While this qtranslate bug will be fixed, I made quick fix for me what definitely isn’t best solution, but at least I know that it will work (function to use for title checking).
function qtranslate_custom_hide_not_available_content( $title ) { if( substr( substr( $title, 0, 11) == '(Latviešu)' || substr( $title, 0, 9) == '(English)' ) { // return $title; } else { return $title; } }At this moment my only problem is duplicated title and content fields, when leaving other languages blank so I need to use 2.9.4 version, where this issue is not appeared. Hope you will soon manage to make fix.
Forum: Plugins
In reply to: [qTranslate X] Duplicates everything, doesn't work all timesBTW, at my WordPress installation using new WP_Query() there is no results for my custom post type (in index.php to be specific), but when using get_posts() everything works. Why can it be?
Forum: Plugins
In reply to: [qTranslate X] Duplicates everything, doesn't work all timesLooks like I misspelled letters, I mean “Advanced Custom Fields” plugin. I don’t remember, then I need to check out some of my old projects, but it think that it should.
mq plugin is just for backup, because this plugin has all features what I need (custom fields and nice layout in posts).
Anyway I hope that issues soon will be fixed, because I want stay with this plugin.
Forum: Plugins
In reply to: [qTranslate X] Duplicates everything, doesn't work all timesCan I use mqTranslate at this moment and when qTranslate X is stable migrate back? Will there be problems with data migration?
Forum: Plugins
In reply to: [qTranslate X] Duplicates everything, doesn't work all timesWhen that duplicate issue will be solved?
Moment ago I tested 2.9.6 on clean WordPress 4.1 installation and there was duplicate problem (I wrote text in first language and after save, all languages have that text). Last working version for me is 2.9.4