Whats the hook/function to insert a translation of an existing page programmatically from another plugin etc into mealingua? Or do I just need to add a new page with the translation, and add som post meta to tell which original page it belongs to?
]]>Hi,
your plugin works very well,but I’ve only this problem: as you can see in the image here ,
now I see this horrible part of code in the image above the post, how can I resolve this?
I’m using folder theme by luiszuno.
]]>I can’t get the button for the default language to work. I have two languages set up, English (US) and Spanish (MX). English is the default. The button for the Spanish translation works perfectly. But then after the page is in Spanish, the flag button for going back to English doesn’t work. It just links back to the Spanish version. Both flags link to Spanish translation.
It works fine in the default theme, so it is something wrong with my customer theme.
What am I doing wrong, or what do I need to change in my theme?
Thank you for a wonderful plug-in & thank you for any help/guidance/assistance you can give.
]]>Hello!
First of all congratulations for this great plugin! This is an excellent work.
I’m running wordpress 3.4.2 and I have a small problem.
I create a page in French (with a page template “no sidebar”)
Then I create another page in English through the plugin (Add translation)
(Already here I do not have the option to hide the sidebar).
Once the page is created in English, I see that the sidebar is present then I want a page without it.
Can you tell me what to do please
thank you very much for your opinion!
]]>Translated the Hungarian language this plugin.
Error can not find the .mo file in the PHP.
In Index.php modify this:
public static function init() {
//load_plugin_textdomain(PLUGINUSNET_PLUGIN_MEALINGUA2_NAME, false, PLUGINUSNET_PLUGIN_MEALINGUA2_PATH . 'languages/');
load_plugin_textdomain( 'mealingua2', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );
2. Error: expressions can not be translated:
-Posts:
-Pages:
-Page Links To
-Point this content to:
-Its normal WordPress URL
-An alternate URL
-Open this link a new window
—————————-
Join to the translators. Terms and steps:
1. You need to create an account, or if you have one, you need to sign in:
Log in:
https://accounts.google.com/ServiceLogin
Account creation here:
https://accounts.google.com/newaccount?hl=en
2. Send me an e-mail to the [email protected] adress.
The subject of the letter: MealinguaPostsAndPageTranslationsPlugin
Describe in the letter what is the google account name (which he entered in the Section 1.)
Also, what kind of developer is. For example (English, Russian language translator)
Suggested translation plugin:
https://www.code-styling.de/english/development/wordpress-plugin-codestyling-localization-en
Translators already here waiting with love: https://www.translators.hunstart.hu/projects/mealingua
More WordPress Plugin Translations: https://code.google.com/u/[email protected]/
https://www.hunstart.hu
Hi,
It would be possible that the flags will be at the enda os the post instead at the firts line.
Thanks a lot
]]>I don’t know but is there a possibility to translate the title of an article or a post? I cannot find something like that.
Is it possible to integrate that? A plain input field in the section of the translation would be great!
Do you know what i mean? ??
]]>Hello,
i have a problem using Mealingua together with NextGEN Gallery.
The site i’ll call sounds like https://path.to/website/postname/
Within this post their are several image galleries with tags like that [nggallery id=2]
or [album id=1 template=compact]
. Now when i call the post first everything is fine. When i change the language to anything the post changes to the translation but i don’t see the the images anymore. Instead i see the codes of the gallery, posted above.
I look at the URL, it still sounds https://path.to/website/postname/
but when i go to the flags and look which path they follow, it looks like that https://path.to/website/mea/postname/1
…
I think there is the problem. Maybe you try to test your plugin using the NextGEN Gallery and find the problem?
That would be great, because i really want to use both plugins.
Hello !
I’m quite new to the WordPress world and I have a small problem with the plugin : The style of my text post is erased by the plugin. Once I have clicked on the “other language” button on my final page, the article is loaded in the other language but doesn’t include any formating, i.e. another font, no paragraphs, no bold etc…
What can I do for the plugin to display the right format on my posts ?
Hi, is this plugin SEO friendly?
]]>Line 69 of admin.js fails if user does not have visual editors (tinyMCE) enabled when trying to add a new language to a post.
That line of JS needs to check if tinyMCE is defined before trying to check an attribute of the object, otherwise this becomes a fatal errors that prevents the saving of a post translation.
it should be:
if (typeof(tinyMCE) == 'undefined' || tinyMCE.activeEditor == null){
Please fix, thanks!
]]>