Forum Replies Created
-
AuthorPosts
-
Aakash ChakravarthyKeymaster
Hi @yann,
I’m extremely sorry.
I looked at this and played with polylang. It looks like the way how polylang associates the posts with a language is something cannot be done using GIW.
You can however create posts using GIW in whatever organization you want, but to let polylang know what post is associated to which language cannot be done.
As of now GIW does not have any official integration with polylang. This is not in the todo list. Not sure how long it would take.
I would suggest to use GIW only for one posts of one language.
Thanks,
AakashAakash ChakravarthyKeymasterThanks for the effort. Please do send the translation to aakash [dot] 19493 [at] gmail.com.
I haven’t tested a scenario where translations are pulled from both translate.wordpress.com and local files. I’ll test this out locally and include your translations as a part of it.
Thanks,
AakashAakash ChakravarthyKeymasterHi Pieterjan,
Regarding your initial request to send translation files. I want to inform you that, shortcoder loads the translation from https://translate.wordpress.org/projects/wp-plugins/shortcoder/
It does not load local files for translation.
I tried nl_BE language on my test site and see that strings are translated as expected.
The same works for PRO version also (except few PRO related strings)
Thanks,
AakashAakash ChakravarthyKeymasterHi,
It looks like some other plugin is overriding the datetime picker. You can see the difference between the picker color and style in my screenshot and your screenshot.
Can you please make this change for now?
Plugins –> Plugin editor –> Announcer – PRO –> select file admin/js/script.jsAt line no. 12
change
init_date_time_picker();
to
//init_date_time_picker();
Save the file.
Now in the edit page, press Ctrl+Shift+F5 on and notice that the picker won’t show.You can now type the countdown timer date with the format
2023-03-03 18:32
and save the settings.To find root cause of which plugin is causing this issue, I migth need temp administrator access. If you are fine with this workaround then we are good. Otherwise please send the credentials to my contact form. I’ll login and check.
In the future version, I’ll try to handle this issue and make sure no other plugin can take control of the date time picker.
Thanks,
AakashAakash ChakravarthyKeymasterHi,
Thanks for using Announcer plugin.
Can you please confirm how did you enter the datetime for the countdown timer?
Did you select the date and time from the picker?
The datetime picker allows you to pick date and time only in the format
Y-m-d H:i
.
Please see image below – https://i.imgur.com/4gGgyPa.pngIt seems the datetime is entered in the format
14/12/2023 23:30
. I’m not sure how it was entered in such a format.Please use the picker again and ensure that the date is of the above format. If issue persists, please let me know further.
Thanks,
AakashAakash ChakravarthyKeymasterHi Pieterjan,
Thanks for using Shortcoder PRO.
Shortcoder plugin pull the translation from WordPress repository using the “shortcoder” text domain. I haven’t checked the translation yet for the PRO version.
Since you have reported, it looks like it is not working. I’ll research further on this and see what is the best way to pull in translations.
Thanks,
AakashAakash ChakravarthyKeymasterHi Cristiano,
Can you please share the page URL where this is seen?
Thanks,
AakashAakash ChakravarthyKeymasterHi @c3po,
Thanks for your interest on this. Unfortunately I was unable to work on this feature yet. This is still in my TODO list. I’ll give more priority to this and update when there is some progress.
Thanks,
AakashAakash ChakravarthyKeymasterMarking this as resolved since it is similar to https://www.aakashweb.com/forum/topic/still-need-help-with-php-errors/#post-12460
Aakash ChakravarthyKeymasterHi Colin,
Good to hear. I’ll mark this post as resolved.
Thanks,
AakashAakash ChakravarthyKeymasterHi Colin,
Apologies for the delay. The error log lines show that the error is thrown by wp editor. It looks like some server config is enable to restriction to open some files.
Please search along the lines like in below article.
Thanks,
AakashAakash ChakravarthyKeymasterHi Colin,
Thanks for using Shortcoder plugin.
The error you have mentioned looks like a server config.
The error is thrown by WordPress editor module.
Can you please follow the below articles to fix it?
Thanks,
AakashAakash ChakravarthyKeymasterHi @c3po,
Sorry for the late reply. You can use the PRO version, install and activate it on multi-blog site. But the license key will not work to receive plugin updates.
The individual sites will consider that license key is not installed.
The license key is provided for sites with different domain names.The plugin however will work without any restrictions.
Please let me know if you have any questions.
Thanks,
AakashJanuary 23, 2023 at 11:05 am in reply to: Showing different announcement for mobile web browser and Android and iOS app #12426Aakash ChakravarthyKeymasterHi Sean,
When you say Android OS, does it mean something like using webview API?
I’m not sure how the plugin you described works. Can you please share your website and the app link?
Thanks,
AakashJanuary 22, 2023 at 1:33 am in reply to: Thumbnail next to the title on normal display and percentage on ticker #12420Aakash ChakravarthyKeymasterHi Albert,
Can you please paste the CSS below in your theme settings?
You can change the post id in the code below based on which post the shortcode is inserted.
.postid-54690 .srr-clearfix { display: flex; flex-direction: row-reverse; justify-content: flex-end; }
Thanks,
Aakash -
AuthorPosts