Alessandro Senese aka Ceceppa
Forum Replies Created
-
Forum: Plugins
In reply to: [Ceceppa Multilingua] Some problemsHi,
1) when you need different menu for each language, you have to assign them to corresponding ones.
Create Russian menu and in “Menu Settings” check Russian
Create English menu and in “Menu Settings” check English2) yes, I’m working on it…
I did it on 1.5 beta, now I’m working on migration function to avoid issues.
1.5 is available here: http://goo.gl/kcGmll3) can you paste your website address?
Forum: Plugins
In reply to: [Ceceppa Multilingua] problema lingua ingleseCiao,
sorry, we can’t write in Italian on this forum 🙁
Can you past your website address?Forum: Plugins
In reply to: [Ceceppa Multilingua] Cannot add languageJust for info… Which version of Chrome are you using?
Forum: Plugins
In reply to: [Ceceppa Multilingua] Ignoring second parameter get_the_dateOk, changed 🙂
Thanks 🙂Forum: Plugins
In reply to: [Ceceppa Multilingua] Cannot add languageHi,
Can you check if it happens with more than one browsers?
If you use Chrome can tell me if there is some error in Console ( Ctrl + Shift + J )?Forum: Plugins
In reply to: [Ceceppa Multilingua] Ignoring second parameter get_the_dateThanks for report, just to be sure that next update will not break your website… Can you check if the file frontend.php contained in the zip works for you?
http://www.alessandrosenese.eu/wp-content/uploads/2014/06/frontend.php_.zip
Forum: Plugins
In reply to: [Ceceppa Multilingua] Get localeHi,
you can write:if( $current->id == 2 )or
if( CMLLanguage::get_current_id() == 2 )it’s the same…
Cheers
AlessandroForum: Plugins
In reply to: [Ceceppa Multilingua] Get localeHi,
to get info about current language you can use this method:CMLLanguage::get_current_id(); //Return current language id CMLLanguage::get_current_slug(); //Return current language slug CMLLanguage::get_current_locale(); //Return current language locale /* The function above will return a stdClass Object of current language: */ CMLLanguage::get_current();I like to create a loop and use the language id as a condition, but until now, its always emtpy?
Which method return empty value?
Forum: Plugins
In reply to: [Ceceppa Multilingua] error_log : lang_0Hi,
I’ll fix the warning in next update 🙂Forum: Plugins
In reply to: [Ceceppa Multilingua] Homepage double click on the flags issue@jeremy no I don’t know any plugin…. Anyhow this is a support forum/topic for my plugin, is better if you open new topic in wordpress support forum http://wordpress.org/support/
Forum: Plugins
In reply to: [Ceceppa Multilingua] Homepage double click on the flags issueCheck your website now 🙂
Now works correctly, the fix will be included in version 1.4.26 of the plugin….
Now I’m checking if can add support to Revolution Slider 🙂Forum: Plugins
In reply to: [Ceceppa Multilingua] Posts aren't shownHi,
actually I don’t remember the cause of the issue… I wrote “fixed” and so I applied the patch into the plugin…
However tomorrow I’ll try to do some specific test and let you know something…Forum: Plugins
In reply to: [Ceceppa Multilingua] Homepage double click on the flags issueHi,
I’m working on your site just now 🙂
I’ll be in touch…Forum: Plugins
In reply to: [Ceceppa Multilingua] Homepage double click on the flags issueI got the email….
Tomorrow I’ll check the issue…Forum: Plugins
In reply to: [Ceceppa Multilingua] error_log : lang_0no, try to go Ceceppa Multilingua page and click on Save, no edit are required, just click on save and check if it happens again…