Alessandro Senese aka Ceceppa
Forum Replies Created
-
Hi,
Which theme are you using? Can you try to switch to a standard wp theme and let me know if the issue still remaining?Forum: Plugins
In reply to: [Ceceppa Multilingua] Admin went on blancHi,
I’m sorry for the issue…
I need more info about the issue, can you please enable the debug in Wp by editing the wp-config.php file and change this line:// Enable WP_DEBUG mode define('WP_DEBUG', false);to:
// Enable WP_DEBUG mode define('WP_DEBUG', true);and also add those:
// Enable Debug logging to the /wp-content/debug.log file
define(‘WP_DEBUG_LOG’, true);// Disable display of errors and warnings
define(‘WP_DEBUG_DISPLAY’, false);
@ini_set(‘display_errors’,0);// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define(‘SCRIPT_DEBUG’, true);
`
after try to install it and past here the content of the file wp-content/debug.logThanks
Forum: Plugins
In reply to: [Ceceppa Multilingua] Impossibile aggiungere una nuova linguaCiao Massimo,
sorry but here we can’t write in Italian, forum rules :(…
Try if last update fix your issueForum: Plugins
In reply to: [Ceceppa Multilingua] Compatibility with Events ManagerHi,
sorry for delay…
Unfortunately I don’t know any event management plugin, so I don’t know if other works fine with mine…Hi
try if the last version fix your issue, if not please past your website and I’ll have a look 🙂Forum: Plugins
In reply to: [Ceceppa Multilingua] Cannot change post's languageCan you check if the last update fix your issue?
If not, open your wp-config.php file and change this line:// Enable WP_DEBUG mode define('WP_DEBUG', false);to:
// Enable WP_DEBUG mode define('WP_DEBUG', true);and also add those:
// Enable Debug logging to the /wp-content/debug.log file define('WP_DEBUG_LOG', true); // Disable display of errors and warnings define('WP_DEBUG_DISPLAY', false); @ini_set('display_errors',0); // Use dev versions of core JS and CSS files (only needed if you are modifying these core files) define('SCRIPT_DEBUG', true);after try to set the language to your posts and past me the content of the file wp-content/debug.log
Forum: Plugins
In reply to: [Ceceppa Multilingua] Errore traduzione lingua slugHi,
try if the last update fix your issueCiao,
sorry but we cannot write in Italian, form rules :(…
You should ask to the plugin or theme builder why you can’t use shortcodes in your pages…Hi,
try to use this shortcode:[:en]English text[/:en] [:it]Testo in Italiano[/:it]Let me know if it works 🙂
Forum: Plugins
In reply to: [Ceceppa Multilingua] Compatibility with bbpressHi,
just today another user told me that my plugin doesn’t works properly with bbpress. And that WPML team developed an add-on to fix the compatibility.
So I think that problem is not easy to fix with simple changes in the plug-in.
Probably I’ll extend the compatibility to bbpress, but not for now as I’m busy 🙁Forum: Plugins
In reply to: [Ceceppa Multilingua] Slow page load when loading non-wwwNo yet, but I figure out that the issue also happens with the plugin deactivated ( if is active takes a bit more ).
I made some tests on another ( non multilingual ) website, where is not installed my plug-in, and happens the same. Without www sometimes take almost the double of time to “respond”.
Anyway I asked the question to other people, I’ll be in touch.Forum: Plugins
In reply to: [Ceceppa Multilingua] Errore traduzione lingua slugCiao,
we cannot write in Italian :(…
Anyway, the issue is also on front-end or just on back-end?Forum: Plugins
In reply to: [Ceceppa Multilingua] Language flags/text both on top menu and main menuHi
1) In “Ceceppa Multilingua” -> “Show flags” -> “Add flags to menu” box, choose on which menu do you want to show them.
2) Always in “Show flags” page you can:
-) set “Show flags only on translated page.” to show only existing language
-) set the Russian and Arabic language as disabled ( the icon after the heart ). After those language will be available/visible only on back-end3a) Settings page -> “Actions” tab -> “Detect browser language and”: “Do nothings”.
3b) Settings page -> Filter posts: “Hide empty translations of posts and show in default language”
Prego 🙂
Forum: Plugins
In reply to: [Ceceppa Multilingua] Compatibility with Events ManagerHi,
I don’t know that plugin, and I should do some test to check if is it possible to fix it…
Unfortunately I don’t have too much time to test it, and I don’t know when I’m able to do it…Forum: Plugins
In reply to: [Ceceppa Multilingua] Flags everywhereHi,
which option have you enabled in “Ceceppa Multilingua” -> “Show flags” page?