Alessandro Senese aka Ceceppa
Forum Replies Created
-
Forum: Plugins
In reply to: [Ceceppa Multilingua] Quform TranslationUnfortunately seeme that there is no a free version that I can use to do tests…
Maybe In future I’ll try to add support to that plugin 🙂
Forum: Plugins
In reply to: [Ceceppa Multilingua] Posts Duplicated in Second LanguageHi,
sorry for delay, I was busy…
Can you give me some link when I can check the issue?Forum: Plugins
In reply to: [Ceceppa Multilingua] Static page Homepage not workingHi, I found out what the problem is… The plugin expect that language slug is only 2 chars, so to fix the problem just edit file “api.php” in “ceceppa-multilingua/includes” path and change this line ( #1485 ):
if( preg_match( “#^([a-z]{2})(/.*)?$#i”, $_url, $match ) ) {
with this one:
if( preg_match( “#^([a-z]{3})(/.*)?$#i”, $_url, $match ) ) {
Forum: Plugins
In reply to: [Ceceppa Multilingua] Static page Homepage not workingUpdate to 1.4.25 and let me know if it works fine 🙂
Forum: Plugins
In reply to: [Ceceppa Multilingua] current-menu-itemstrange… if it’s happen again, contact me 🙂
Forum: Plugins
In reply to: [Ceceppa Multilingua] Posts Duplicated in Second LanguageHi,
which theme are you using? It’s free to download?Forum: Plugins
In reply to: [Ceceppa Multilingua] current-menu-itemcan you post some link where I can see the issue?
Forum: Plugins
In reply to: [Ceceppa Multilingua] Deleting pagesHi,
I just did some tests, and seems a wordpress issue, not of my plugin…
I did also a search on google and also other users reported the issue, look here: http://wordpress.stackexchange.com/questions/59204/automatically-remove-trashed-pages-from-nav-menuForum: Plugins
In reply to: [Ceceppa Multilingua] CML determines errors in CustomizerSorry, I’m busy… I’ll do some tests and reply you next week 🙂
Forum: Plugins
In reply to: [Ceceppa Multilingua] Can't add third languagethanks 🙂
Forum: Plugins
In reply to: [Ceceppa Multilingua] Can't add third languageHi,
something goes wrong during update… From 1.4 I changed the structure of wp_ceceppa_ml table, therefore save button doesn’t works…
Anyhow open “/wp-admin/options.php” page of your website, look for “cml_db_version”, change the value to 24, and deactivate and activate again the plugin…
If after this procedure you can’t add third language renable cml_flag_path in cml_custom_flag and change type in INTHi,
I need more information, Can you contact me here: http://alessandrosenese.eu/contatti?Forum: Plugins
In reply to: [Ceceppa Multilingua] Show in default language not workingHi,
no you don’t need to click on that options…
To translate post title you have to translate all post into English, you can’t translate only title..Forum: Plugins
In reply to: [Ceceppa Multilingua] Show in default language not workingHi,
if you manage only 2 languages the option “Hide empty translationsof posts and show in default language” and “Show all posts, but hide their translation” are equivalent, they works differently only with 3 or more languages…Anyhow, can you paste the content of “wp_ceceppaml_relations” table?
Forum: Plugins
In reply to: [Ceceppa Multilingua] compatibility.php (wordpress-seo plugin)Thanks 🙂