Title: Alessandro Senese aka Ceceppa's Replies | WordPress.org

---

# Alessandro Senese aka Ceceppa

  [  ](https://wordpress.org/support/users/ceceppa/)

 *   [Profile](https://wordpress.org/support/users/ceceppa/)
 *   [Topics Started](https://wordpress.org/support/users/ceceppa/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ceceppa/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ceceppa/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ceceppa/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ceceppa/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ceceppa/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 634 total)

1 [2](https://wordpress.org/support/users/ceceppa/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/ceceppa/replies/page/3/?output_format=md)…
[41](https://wordpress.org/support/users/ceceppa/replies/page/41/?output_format=md)
[42](https://wordpress.org/support/users/ceceppa/replies/page/42/?output_format=md)
[43](https://wordpress.org/support/users/ceceppa/replies/page/43/?output_format=md)
[→](https://wordpress.org/support/users/ceceppa/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ceceppa Multilingua] How to fix links after disabling the plugin?](https://wordpress.org/support/topic/how-to-fix-links-after-disabling-the-plugin/)
 *  Plugin Author [Alessandro Senese aka Ceceppa](https://wordpress.org/support/users/ceceppa/)
 * (@ceceppa)
 * [8 months, 2 weeks ago](https://wordpress.org/support/topic/how-to-fix-links-after-disabling-the-plugin/#post-18617238)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ceceppa Multilingua] Errore durante l’aggiornamento di una pagina](https://wordpress.org/support/topic/errore-durante-laggiornamento-di-una-pagina/)
 *  Plugin Author [Alessandro Senese aka Ceceppa](https://wordpress.org/support/users/ceceppa/)
 * (@ceceppa)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/errore-durante-laggiornamento-di-una-pagina/#post-8567181)
 * Hi,
    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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ceceppa Multilingua] Change Flag label on Front-end](https://wordpress.org/support/topic/change-flag-label-on-front-end/)
 *  Plugin Author [Alessandro Senese aka Ceceppa](https://wordpress.org/support/users/ceceppa/)
 * (@ceceppa)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/change-flag-label-on-front-end/#post-7610312)
 * Hi,
    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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ceceppa Multilingua] Ceceppa overrules WordPress Admin language](https://wordpress.org/support/topic/ceceppa-overrules-wordpress-admin-language/)
 *  Plugin Author [Alessandro Senese aka Ceceppa](https://wordpress.org/support/users/ceceppa/)
 * (@ceceppa)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/ceceppa-overrules-wordpress-admin-language/#post-7003331)
 * Hi,
    you can disable the behaviour by turning off the “Change wordpress language”
   option from “Ceceppa Multilingua” -> “Settings” -> “Actions” page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ceceppa Multilingua] Cannot activate fresh installed plugin](https://wordpress.org/support/topic/cannot-activate-fresh-installed-plugin/)
 *  Plugin Author [Alessandro Senese aka Ceceppa](https://wordpress.org/support/users/ceceppa/)
 * (@ceceppa)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/cannot-activate-fresh-installed-plugin/#post-7405282)
 * Are 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ceceppa Multilingua] Show menu flags in list format](https://wordpress.org/support/topic/show-menu-flags-in-list-format/)
 *  Plugin Author [Alessandro Senese aka Ceceppa](https://wordpress.org/support/users/ceceppa/)
 * (@ceceppa)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/show-menu-flags-in-list-format/#post-7430251)
 * Hi,
    In Appearance -> “Menu” enable the block “CeceppaML: Flags”. There you can
   add the languages as normal menu items. Let me know if works for you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ceceppa Multilingua] Custom post types translation doesn't work corectly](https://wordpress.org/support/topic/custom-post-types-translation-doesnt-work-corectly/)
 *  Plugin Author [Alessandro Senese aka Ceceppa](https://wordpress.org/support/users/ceceppa/)
 * (@ceceppa)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/custom-post-types-translation-doesnt-work-corectly/#post-7421586)
 * Hi,
    while trying to fix the bug, try to disable the “Quick edit mode” option.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ceceppa Multilingua] New update crashed my backend](https://wordpress.org/support/topic/new-update-crashed-my-backend/)
 *  Plugin Author [Alessandro Senese aka Ceceppa](https://wordpress.org/support/users/ceceppa/)
 * (@ceceppa)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/new-update-crashed-my-backend/#post-7253263)
 * Just fixed, please update the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ceceppa Multilingua] Theme designed for WPML. None title is being translated.](https://wordpress.org/support/topic/theme-designed-for-wpml-none-title-is-being-translated/)
 *  Plugin Author [Alessandro Senese aka Ceceppa](https://wordpress.org/support/users/ceceppa/)
 * (@ceceppa)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/theme-designed-for-wpml-none-title-is-being-translated/#post-6682267)
 * Hi,
    is this your theme: [https://wordpress.org/themes/zerif-lite/](https://wordpress.org/themes/zerif-lite/)?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ceceppa Multilingua] Problem with post translation and Version 1.5.12](https://wordpress.org/support/topic/problem-with-post-translation-and-version-1512/)
 *  Plugin Author [Alessandro Senese aka Ceceppa](https://wordpress.org/support/users/ceceppa/)
 * (@ceceppa)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/problem-with-post-translation-and-version-1512/#post-6675450)
 * Hi,
    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-multilingua](https://github.com/ceceppa/ceceppa-multilingua)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ceceppa Multilingua] Site Slogan problem returned.](https://wordpress.org/support/topic/site-slogan-problem-returned/)
 *  Plugin Author [Alessandro Senese aka Ceceppa](https://wordpress.org/support/users/ceceppa/)
 * (@ceceppa)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/site-slogan-problem-returned/#post-6679787)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ceceppa Multilingua support for WooCommerce] Terms permalink not translated](https://wordpress.org/support/topic/terms-permalink-not-translated/)
 *  Plugin Author [Alessandro Senese aka Ceceppa](https://wordpress.org/support/users/ceceppa/)
 * (@ceceppa)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/terms-permalink-not-translated/#post-6242391)
 * Hi,
    thanks for all your reports. Now I’m in holidays, I’ll implements your suggestion
   asap next weeks.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ceceppa Multilingua] Custom flags don't appear.](https://wordpress.org/support/topic/custom-flags-dont-appear/)
 *  Plugin Author [Alessandro Senese aka Ceceppa](https://wordpress.org/support/users/ceceppa/)
 * (@ceceppa)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/custom-flags-dont-appear/#post-6235187)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ceceppa Multilingua] There is no strings to translate in theme translate section](https://wordpress.org/support/topic/there-is-no-strings-to-translate-in-theme-translate-section/)
 *  Plugin Author [Alessandro Senese aka Ceceppa](https://wordpress.org/support/users/ceceppa/)
 * (@ceceppa)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/there-is-no-strings-to-translate-in-theme-translate-section/#post-6133711)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ceceppa Multilingua] category menu point does not work](https://wordpress.org/support/topic/category-menu-point-does-not-work/)
 *  Plugin Author [Alessandro Senese aka Ceceppa](https://wordpress.org/support/users/ceceppa/)
 * (@ceceppa)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/category-menu-point-does-not-work/#post-6228211)
 * Hi,
    i made some changes on the plug-in, can you let me know if them fix your
   issue?
 * Thanks

Viewing 15 replies - 1 through 15 (of 634 total)

1 [2](https://wordpress.org/support/users/ceceppa/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/ceceppa/replies/page/3/?output_format=md)…
[41](https://wordpress.org/support/users/ceceppa/replies/page/41/?output_format=md)
[42](https://wordpress.org/support/users/ceceppa/replies/page/42/?output_format=md)
[43](https://wordpress.org/support/users/ceceppa/replies/page/43/?output_format=md)
[→](https://wordpress.org/support/users/ceceppa/replies/page/2/?output_format=md)