Alessandro Senese aka Ceceppa
Forum Replies Created
-
Forum: Plugins
In reply to: [Ceceppa Multilingua] Multisite CompatibilityHi,
I can’t help you because I havent’t tested the plugin…
I could test it in next days, but I do not know when I will have time to do it…Forum: Plugins
In reply to: [Ceceppa Multilingua] TagsYou can use same tag for multiple post and for different language…
The plugin will add ?lang= to the url in according to current language, ie:
http://www.example.com/tag/test?lang=enSo the plugin filter posts by tag and language…
You can also translate the tag in “Posts” -> “Tag”
Forum: Plugins
In reply to: [Ceceppa Multilingua] Navigation Label for menu not workHi,
if you disable the plugin, can you customize navigation label?
If not, ask to the theme developer if can fix it…Forum: Plugins
In reply to: [Ceceppa Multilingua] Navigation Label for menu not workHi,
can you check if the problem exists also with default wordpress themes, like Twenty Eleven, Twenty Thirteen…. ?
What theme are you using?Forum: Plugins
In reply to: [Ceceppa Multilingua] i can”t add languageYou’re welcome 🙂
Forum: Reviews
In reply to: [Ceceppa Multilingua] Best of the Best🙂
Forum: Plugins
In reply to: [Ceceppa Multilingua] I am using ceceppa multilingual pluginHi,
which version are you using?
Maybe I found the problem of same warnings…You wrote: “One of the websites even lost access to me database somehow, maybe unrelated but scary, when I did so much work on it.”
You can’t access to db or to admin interface?
If you can’t access to admin interface try to set WP_DEBUG to false, follow the instructions in this link http://codex.wordpress.org/WP_DEBUGForum: Plugins
In reply to: [Ceceppa Multilingua] i can”t add languageThe value 0 of cml_db_version needed for execute the above code, and let the plugin drop the tables…
After that the plugin created the tables again, therefore the value returns to 19…Forum: Plugins
In reply to: [Ceceppa Multilingua] i can”t add languageIf you can manage your database with phpmyadmin remove the tables:
{prefix}_ceceppa_ml,{prefix}_ceceppa_ml_cats,{prefix}_ceceppa_ml_posts,{prefix}_ml_trans.If you can’t add this line of code in the function “create_table”, ceceppaml.php, after the line “require_once ….”:
if( get_option( “cml_db_version” ) == 0 )
$wpdb->query( “DROP TABLE{$wpdb->base_prefix}ceceppa_ml,{$wpdb->base_prefix}ceceppa_ml_cats,{$wpdb->base_prefix}ceceppa_ml_posts,{$wpdb->base_prefix}ceceppa_ml_trans;” );Save file ceceppaml.php, open the url http://www.example.com/wp-admin/options.php set the option “cml_db_version” to 0 and save…
Forum: Plugins
In reply to: [Ceceppa Multilingua] i can”t add languageWhich version works correctly?
For downgrade the plugin go here http://wordpress.org/plugins/ceceppa-multilingua/developers/ and choose your version…Forum: Plugins
In reply to: [Ceceppa Multilingua] i can”t add languageI found the problem, update to 1.3.20
Forum: Plugins
In reply to: [Ceceppa Multilingua] i can”t add languageWhich language are you trying to add?
Forum: Plugins
In reply to: [Ceceppa Multilingua] problem with menu translationSorry for delay, I had not seen the message…
The plugin support custom post types, but until version 1.3.15 the plugin doens’t add slug “/en/” to them, if you choose PRE-PATH mode…
In 1.3.16 the slug will be added also for custom posts…Forum: Plugins
In reply to: [Ceceppa Multilingua] translated menu disappearingFixed…
The problem was due by the plugin “Disable title”.Forum: Plugins
In reply to: [Ceceppa Multilingua] posts filtering no longer works after updateHi,
please contact me here http://www.alessandrosenese.eu/contatti.Thanks