Alessandro Senese aka Ceceppa
Forum Replies Created
-
Forum: Plugins
In reply to: [Ceceppa Multilingua] strange behaviour if static front page settedIn “Ceceppa Multilingua” -> “Advanced” disable the option “Update static page”, should fix the issue…
Hi,
in “Ceceppa Multilingua” -> “Settings” you can choose if show comments of translated post too, enabled by default…What “Also the post is automatically edited,” mean? When happens?
Hi anniedmn, I’m sorry for the delay…
Usually I reply to everybod soon as I can, but the last weeks I was very bus, and unable to reply to the topics…
Anyway tomorrow I’ll do some tests with the plugin that you and eyephone21 wrote…Forum: Plugins
In reply to: [Ceceppa Multilingua] Flags everywhereHi MaisonEcoHuis…
Can you tell me which options have you enabled in “Ceceppa Multilingua” -> “Show flags” page?Forum: Plugins
In reply to: [Ceceppa Multilingua] filter translate, arctic umbrella themeHi,
unfortunately I have no idea why it happens, and the theme you’re using is not free to download…Anyway I’ll try to do some tests
Forum: Plugins
In reply to: [Ceceppa Multilingua] Duplicate Last part of URL in custom post typeHi,
can you download latest version from https://github.com/wp-plugins/ceceppa-multilingua ?Forum: Plugins
In reply to: [Ceceppa Multilingua] Problemi dopo l'aggiornamentoCiao,
I just replied to you… Sorry for the delay but I’m really busy….Forum: Plugins
In reply to: [Ceceppa Multilingua] Pagination does not work.Hi,
I saw the issue… Tomorrow I’ll try to do some tests on my machine…Forum: Plugins
In reply to: [Ceceppa Multilingua] getting media translation by media IDHi Wenci,
sorry for the delay.1) you’re using the code correctly… if doesn’t works you can try to do it yourself…
The image fields are stored in the post meta with this key: _cml_media_meta.
You can use this code to retrieve all the translations of the media:$meta = get_post_meta( $media_id, ‘_cml_media_meta’, true );
$meta is an array containing all translated fields.
2) depend when you have created the post. because the option to translate media fields is available only in the newest version of the plugin.
Forum: Plugins
In reply to: [Ceceppa Multilingua] Topic duplicatedSorry, I would write “theme” not “there” :D…
However tell me the name of your theme, and the link if it is free and use this dev version of my plugin: http://www.alessandrosenese.eu/wp-content/uploads/2014/07/ceceppa-multilingua.zipForum: Plugins
In reply to: [Ceceppa Multilingua] Icona delle bandiere sempre visibile nel Div VolanteHi Piuma81, we can’t write in Italian on this forum :(…
However tomorrow I’ll try to do some tests…Ciao
Forum: Plugins
In reply to: [Ceceppa Multilingua] Bug languages switchWhat there are you using?
Forum: Plugins
In reply to: [Ceceppa Multilingua] getting media translation by media IDHi,
I just added new api in my development version, you can download it here: http://www.alessandrosenese.eu/wp-content/uploads/2014/07/ceceppa-multilingua.zipTo retrieve translated alt text or title you can use:
$attachment = get_post($id_image); $img_alternative_text = CMLMedia::get_alternative_text( $attachment->ID ); $img_title = CMLMedia::get_title( $attachment->ID );The functions are not documented yet.
However both accept “language id/slug” as second parameter, the default one is the current language.Regards
Forum: Plugins
In reply to: [Ceceppa Multilingua] REWRITE LOOP after change to STATIC SITEHi Ralph,
thanks for the report…I’m sorry for the issue, I’ll try to fix it.
Forum: Plugins
In reply to: [Ceceppa Multilingua] Topic duplicatedWhat there are you using?