unfortunately the multi-language content of widgets could not be saved
]]>When I can editing page or post the plugin cannot change de text editor for the language selected
]]>Hello this is an amazing idea to save us from importing those weird qtranslate codes!
I have a problem though after i click save everything getes lost mu title and text that i put
this is the content i am trying to input [widgetkit id=1039] and [widgetkit id=1037]for greek
]]>Hi everybody,
I’m trying to install QTranslate Extension. I read everywhere this:
Simply add the class “multilanguage-input” to all the elements which you want to get multilanguage (input-text, textarea). It will make the elements multilanguage, so the information will be saved using the qtranslate structure <!–:en–>Content EN<!–:–><!–:es–>Contenido ES<!–:–>
But can somebody tell me where I have to add this code please?
Thanks very much
]]>how to insert mutilaguage to advance custom fields
]]>Hi,
I have a post on the homepage of my website with an external link (specified by the external link setting in the general settings of a post) to a page. Whatever the current language of the homepage is, when clicking the link you will always get redirected to the english webpage (default language).
My idea was to use short tags in, this external link attribute so i tried typing in <!–:en–>https://www.website.com/en/page<!–:–><!–:fr–>https://www.website.com/en/page<!–:–>
I tested this, but I got redirected to the actual URL “<!–:en–>https://www.website.com/en/page<!–:–><!–:fr–>https://www.website.com/en/page<!–:–>” which of course doesn’t exist.
Can anyone help me with that?
https://www.ads-software.com/extend/plugins/qtranslate-extended/
]]>https://www.ads-software.com/extend/plugins/qtranslate-extended/
]]>Hi,
i added the class as mentioned, and this seems to work fine, i can enter the different languages in admin.
But i can’t get the right output, it always displays all languages together ??
i changed this line:
<?php echo $wp_properties['property_stats'][$wp_properties['configuration']['address_attribute']]; ?>
to this:
<?php echo _e($wp_properties['property_stats'][$wp_properties['configuration']['address_attribute']]); ?>
am i doing it the right way and is just the plugin not working with wordpress 3.5.1, or did i miss something?
regards
alex
https://www.ads-software.com/extend/plugins/qtranslate-extended/
]]>I love you plugin but does not work with WP 5.2 the input from the multilaguage wigdet is not stored in the database.
cheers
https://www.ads-software.com/extend/plugins/qtranslate-extended/
]]>If anyone is having this problem, and to the developers. I think it’s a bug:
on line 150:
it should be: return 1;
instead of return false;
With the change it skips the current element and goes on to the next iteration. As with the old version it would break the entire loop.
https://www.ads-software.com/extend/plugins/qtranslate-extended/
]]>Hello! I’m using qTranslate for one of my projects…My current theme Hatch using biography from user profile…So I did my research and found qTranslate expansion where I could define class for input element and it input box will become supported by qTranslate….the problem is that in my theme the text of biography displayed in both versions…my question is how exactly do I use __() and _e() to implement it in the theme and have the right version of text displayed?
This is where it have to be changed…I think
<div id=”author-bio”><?php the_author_meta(‘description’, $hatch_author_bio ); ?></div>
Thank You so much!!!
https://www.ads-software.com/extend/plugins/qtranslate-extended/
]]>Hello,
When i add multilanguage-input to the class of a rich editor textarea the layout buttons disappear and a regular textarea is shown with the language flags below it.
How can i have both the rich editor buttons and the language flags (or better yet language tabs)?
Cheers,
https://www.ads-software.com/extend/plugins/qtranslate-extended/
]]>Hi,
Is there a way to use the tabs (as in richformat textarea with qtranslate) in stead of the flags below a textarea?
And i notice multilanguage-input doesn’t work with a richformat textfield?
regards
https://www.ads-software.com/extend/plugins/qtranslate-extended/
]]>Has anyone been able to use this plugin with Dave’s WordPress Live Search? I am very new to php and don’t understand it enough to figure out what I need to filter. Any help would be very much appreciated!
Doug
Here is a link to the site I am developing. Try the search and both the Spanish and English titles come up incorrectly.
https://dev.fresnohousing.org/quality-housing/public-housing/
https://www.ads-software.com/extend/plugins/qtranslate-extended/
]]>How to use
Simply add the class “multilanguage-input” to all the elements which you want to get multilanguage (input-text, textarea). It will make the elements multilanguage, so the information will be saved using the qtranslate structure <!–:en–>Content EN<!–:–><!–:es–>Contenido ES<!–:–>
The 1st part is easy, just open the target.php, add a new div to the target with class=”multilanguage-input”
Do not forget to apply the filters [apply_filters(key, content)] before show teh content.
2nd part, have no clue about it.
Can anyone help ?
thanks
https://www.ads-software.com/extend/plugins/qtranslate-extended/
]]>Hi,
I still have plenty of sidebar widgets that are not translated. May I know which kinds of widget qTranslate extension does translate?
Cheers
Stefano
https://www.ads-software.com/extend/plugins/qtranslate-extended/
]]>I have found a problem when trying to get this to work with Advanced Custom Fields, both the 2.* and 3.* versions.
The problem is that qTranslate extension doesn’t escape things correctly so when it tries to find stuff with rel=[] it bugs out on the id’s from Advanced Custom Fields that uses [].
I used a function like this:
function jq(myid) {
return myid.replace(/(\[|\]|:|\.)/g,'\\$1');
}
added to qtranslate-extended.php and then changed some “e.attr(‘id’)” to “jq(e.attr(‘id’))” on lines about 149 and on to make it recognize them and work as intended.
So far i managed to get it to show and to work with languages but not to save, as i think it doesn’t update the correct fields and field ID’s to enable wordpress to save them the right way.
I’ll keep working on it and see if i can figure out the last parts but f anybody else manages to get this to work 100% i would greatly appreciate it.
Hope my work so far helps somebody else out and thanks in advance
https://www.ads-software.com/extend/plugins/qtranslate-extended/
]]>Can you also implement support for short tags like [:en], [:de], [:ru]…?
https://www.ads-software.com/extend/plugins/qtranslate-extended/
]]>