Pon? J.
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Month Not ChangingI have some similar issue.
I have one event in September, but, by the calendar shows August, but only allows to go backward, the button to go forward is disabled. When I push on backward button, the calendar shows again August, but then the forward button appears enabled, and when I push it, it shows me September.
Seems like the calendar, internally thinks that it is in September, but is showing August, when goes forward it shows October (if you have events in that month) if goes backward it shows you August again.
You can see your own in:
https://www.airesdesplademarratxi.org/en/2015/09/upcoming-performances/
Forum: Plugins
In reply to: [Sidebar Login] Avatar ResizingThis isn’t a good idea… changing plugin’s code is not a good practice. If you do this, in the future, each time the plugin is updated, you will have to re-code all changes in the new version.
If you’ve read the plugin’s description, you can see a filter to change the avatar size: sidebar_login_widget_avatar_size.
You can add a function to your functions.php file (in theme folder) to user that filter… for instance:
add_filter('sidebar_login_widget_avatar_size','new_login_avatar_size'); function new_login_avatar_size(){ return 50; }
This will use an avatar of 50pt in sidebar login widget.
This has just happened to me.
I’ve updated the plugin to last version (2.0.30) few minutes ago, but this wasn’t the only think I made. I’ve changed the web folder in my hosting: from /myweb to /subdir/myweb and all was working but this plugin, the page shown “[Not a valid template]”.
After search a while, I’ve reviewed the “Gallery settings” and I’ve observed that all templates were pointing to old path… I corrected the path to the new one and saved the settings, and all worked again.
Hope this can help to someone.
Forum: Plugins
In reply to: [Add Local Avatar] Some errors correctedI’m pleased to hear that… thank you peterwsterling.
Forum: Plugins
In reply to: [Sidebar Login] New translation: SpanishDe nada ??
Forum: Plugins
In reply to: [Surveys] Survey Results Not Completly ClearedHi Mike,
I’ve resolved this bug, please see my thread some improvements.
Forum: Plugins
In reply to: [Add Local Avatar] Translation issueI’ve set the Czech language in my web, and almost all is translated to Czech less some text on popup avatar management in user profile, some text is not present in Czech language file, other, as I said, can’t be translated for now… you can see it for yourself: image.
Forum: Plugins
In reply to: [Add Local Avatar] Translation issueI understand that the Czech language is shown in the settings page, but not in avatar manage popup in user profile, isn’t it? This is very strange.
Can you try if in Spanish (or other language if you prefer) is shown correctly?
Forum: Plugins
In reply to: [Add Local Avatar] Translation issueI don’t know what is the avatar popup… is the one in the user profile (manage avatar)?
If it is, perhaps the translation for these texts are missing… I’ve had to translate these texts in spanish, look at new pot file and merge it with old czech translation file, and translate missing strings. Otherwise, there are some strings that are not ready for translate, e.g. “New Avatar”, “Update Avatar”, “Current avatar”, and some others. This need some more changes in code.
Forum: Plugins
In reply to: [Add Local Avatar] Errors Showing /w WP DebugHi BFTrick… see my comment Some errors corrected, I’ve resolved this problem.
Forum: Plugins
In reply to: [Add Local Avatar] Translation issueHello JoeWa1980… see my comment Some errors corrected, I’ve resolved this problem.
Hi Marcus,
I know, your plugin has a lot of text and its translation is a hard work… but I think you mean the docs & help text, because the other messages, it’s possible that are translated already (I do it) because they apear in the pot template, and the only think is needed is adding the domain in the __() and _e() functions pointed above.
Otherwise, it would be interesting the possibility of translating the docs & help… I think this will help people (who doesn’t know English) configuring the plugin better.
Thanks for this great plugin!!
Hi agelonwl,
I’m doing spanish translation, but this isn’t important, the messages I pointed can’t be translated to any language, they haven’t any domain (in this plugin would be dbem).
Best regards.
There are 2 more files with a lot of messages with no possibility of translation:
admin/en-help.php admin/en-docs.php
Almots all help page in admin.