Alessandro Senese aka Ceceppa
Forum Replies Created
-
Forum: Plugins
In reply to: [Ceceppa Multilingua] Theme images are broken in the translated pageWhith 1.4.15 you can use the code:
[cml_shortcode shortcode=”bra_icon_box” en=’../wp-content/themes/bigbangwp/images/icons/calendar.png’]Lorem ipsum dolor[/cml_shortcode]
Forum: Plugins
In reply to: [Ceceppa Multilingua] Theme images are broken in the translated pageYes, updating to 1.4.15 🙂
Forum: Plugins
In reply to: [Ceceppa Multilingua] Can't translate themeYou’re welcome 🙂
Forum: Plugins
In reply to: [Ceceppa Multilingua] The plugin doesn't saveI did some tests on my machine and works for me…
When you are redirected to english language? When you click “View site” from admin panel or when you digit your site url?Forum: Plugins
In reply to: [Ceceppa Multilingua] The plugin doesn't savewhich version are you using?
Forum: Plugins
In reply to: [Ceceppa Multilingua] Translation problem on posts pageHi,
“News” page is unique, but which language did you assigned to it?Forum: Plugins
In reply to: [Ceceppa Multilingua] Theme images are broken in the translated pageActually I don’t know who is getting home_url, so I can’t decide if translate or not…
Anyhow you can choose this workaround:[cml_shortcode shortcode=”bra_icon_box” it=”icon=’wp-content/themes/bigbangwp/images/icons/calendar.png’ en=’../wp-content/themes/bigbangwp/images/icons/calendar.png’]
Anyhow from 1.4.12 in “Settings” -> “Actions” tab you can disable “Translate category url”
Forum: Plugins
In reply to: [Ceceppa Multilingua] Theme images are broken in the translated pageHi,
the only link that is altered by the plugin is the result of “home_url()” function… I need to alter it to format correctly all link in accordingly to current language…I think that problem is another:
Why your theme use home_url() instead of get_template_directory_uri()?Since 1.4 the category url will be automatically using translated name, instead of add “?lang=##”…
What “breaking the link” means? What happens?Forum: Plugins
In reply to: [Ceceppa Multilingua] Translation problem on posts pageTry to update to 1.4.11
Forum: Plugins
In reply to: [Ceceppa Multilingua] Translation problem on posts pageWhat kind of item is “News”? Page, custom page or …?
Forum: Plugins
In reply to: [Ceceppa Multilingua] Can't translate themeNo, I have no idea… I’ll do more test to try to understand what goes wrong…
Alternatively you can use other plugin to translate your theme like: http://wordpress.org/plugins/poeditor/ or http://wordpress.org/plugins/codestyling-localization/Forum: Plugins
In reply to: [Ceceppa Multilingua] Ceceppa ML plugin translation not workingHi,
thanks for report. I added timeout event, so now after 60 seconds plugin will display a message and refresh the page…I added Incomplete is used when a string isn’t translated in all enabled languages.
Now, you can’t mark a string as implete, like poedit, I’ll add it in next updates 🙂Forum: Plugins
In reply to: [Ceceppa Multilingua] Can't translate themeI added timeout event, so after 60 second page will be automatically refreshed…