Alessandro Senese aka Ceceppa
Forum Replies Created
-
Forum: Plugins
In reply to: [Ceceppa Multilingua] How to fix links after disabling the plugin?Hi,
Sorry for the issue, but the plugin is no longer maintained. I’ve tried your website and seems is working. What kind of issue you have when you disable it?
Forum: Plugins
In reply to: [Ceceppa Multilingua] Errore durante l’aggiornamento di una paginaHi,
I’m investigating on the issue. For now a workaround is disable the “Quick edit more” from the plugin “Settings” -> “Advanced” tab page.Forum: Plugins
In reply to: [Ceceppa Multilingua] Change Flag label on Front-endHi,
currently the only way to do that is write your own custom code, something like:$t = CMLPost::get_translations( get_the_ID() ); if( isset( $t[ 'indexes' ] ) ) : foreach( $t[ 'indexes' ] as $lang => $id ) : $link = cml_get_the_link( $lang ); ?> <a href="<?php echo $link ?>"> <span class="title">Click here for the <?php echo CMLLanguage::get_name( $lang ); ?> version</span> </a> <?php endforeach; ?>Forum: Plugins
In reply to: [Ceceppa Multilingua] Ceceppa overrules WordPress Admin languageHi,
you can disable the behaviour by turning off the “Change wordpress language” option from “Ceceppa Multilingua” -> “Settings” -> “Actions” page.Forum: Plugins
In reply to: [Ceceppa Multilingua] Cannot activate fresh installed pluginAre you using php 7, right?
I’m gonna fix in the next update. For now, you can comment the line #38:require_once ( CML_PLUGIN_ADMIN_PATH . ‘admin-backup-fn.php’ );
in the admin.php file
Forum: Plugins
In reply to: [Ceceppa Multilingua] Show menu flags in list formatHi,
In Appearance -> “Menu” enable the block “CeceppaML: Flags”. There you can add the languages as normal menu items.
Let me know if works for youForum: Plugins
In reply to: [Ceceppa Multilingua] Custom post types translation doesn't work corectlyHi,
while trying to fix the bug, try to disable the “Quick edit mode” option.Forum: Plugins
In reply to: [Ceceppa Multilingua] New update crashed my backendJust fixed, please update the plugin.
Hi,
is this your theme: https://wordpress.org/themes/zerif-lite/?Forum: Plugins
In reply to: [Ceceppa Multilingua] Problem with post translation and Version 1.5.12Hi,
thanks for the report. The fix for now is available only on github, as I’m still fixing other bugs.
The link is https://github.com/ceceppa/ceceppa-multilinguaForum: Plugins
In reply to: [Ceceppa Multilingua] Site Slogan problem returned.Hi,
in your index.php just add the ‘display’ parameter to the get_bloginfo function. So correct syntax is:get_bloginfo( [FIRST_PARAMETER], 'display' );Forum: Plugins
In reply to: [Ceceppa Multilingua support for WooCommerce] Terms permalink not translatedHi,
thanks for all your reports. Now I’m in holidays, I’ll implements your suggestion asap next weeks.Thanks
Forum: Plugins
In reply to: [Ceceppa Multilingua] Custom flags don't appear.Hi,
can you check:1) if the custom flags exists in the wp-content/uploads/ceceppaml/ and if their file permissions
2) the value of the field ‘cml_custom_flag’, in the wp_ceceppa_ml table?If that settings are ok, can you tell me which option are you using to show them in the front-end?
Thanks
Hi,
sorry for the delay…
I didn’t fix it yet, just because I forgot do add this bug to my bug list…
Thanks for the report, I’ll publish an update asap.Forum: Plugins
In reply to: [Ceceppa Multilingua] category menu point does not workHi,
i made some changes on the plug-in, can you let me know if them fix your issue?Thanks