rksh8148
Forum Replies Created
-
Forum: Plugins
In reply to: [Loco Translate] Mo files not loading.Thanks to consider.
I tried this way. But still loading same mo file.
I added different content. But no luck.Forum: Plugins
In reply to: [Loco Translate] Mo files not loading.If there is no other translation then it should show default plugin language which is English.
And I didnt translated zh_CN yet. So please forget that for some time.
But still, English and Tranditional Chinese should work as expected, Which is not working. I created po and mo for english also, because it was not working.
I tried by removing english mo/po files. But not worked.
Now, can you please you please suggest me anything to overcome this problem?
I will be thankful.Forum: Plugins
In reply to: [Loco Translate] Mo files not loading.Actually, the page comes after login. But the issue is also at login page:
https://temp.sellticketnow.com/en/%E6%88%91%E7%9A%84%E5%B8%90%E6%88%B7/On this page, you can see radios with some label. When you toggle in any language it always remains in same language.
I am attaching link for po and mo files.
https://temp.sellticketnow.com/wp-content/languages/plugins/dokan-lite-zh_TW.mo
https://temp.sellticketnow.com/wp-content/languages/plugins/dokan-lite-zh_TW.poAnd as I assuming, that each mo file have same content. Thats why its not showing different content on different language.
Why to create ticket there?
Can you please provide me solution here?
I am stuck from 2 days only in translation.
Please help me.
ThanksForum: Plugins
In reply to: [Loco Translate] Mo files not loading.I am using this plugin:
https://ww.wp.xz.cn/plugins/dokan-lite/And I matched all the causes from https://localise.biz/wordpress/plugin/faqs/not-showing
And all are fine.
I tried to see which mo file loading using filter. And on change right mo file(according to file path) loads.
But in display their translation everytime its same.Nobody is replying there.
I checked the names and folder structure. Its completely fine. Also checked that its located in right place. As I mentioned already files are like this:
/wp-content/languages/plugins/dokan-lite-en_US.mo
/wp-content/languages/plugins/dokan-lite-en_US.po/wp-content/languages/plugins/dokan-lite-zh_CN.mo
/wp-content/languages/plugins/dokan-lite-zh_CN.po/wp-content/languages/plugins/dokan-lite-zh_TW.mo
/wp-content/languages/plugins/dokan-lite-zh_TW.poForum: Plugins
In reply to: [WP PNotify] how to start using it?Hi
Its too late to reply. Please consider this reply to use the “WP PNotify” plugin.
To use this plugin in any editor you can write the shortcode:
[wp-notify message=”This is my first notification. You can add more attributes to it. You can also custom class and css to it. WP Notify also enables you to add HTML to message.” title=”Notification” width=”300px” class=”custom” delay=”10000″ opacity=”.8″ icon=”” title_escape=”0″ text_escape=”0″ use_plugin_css=”1″]If you want to use it in php file, then please write the code:
<?php
echo do_shortcode(‘[wp-notify message=”This is my first notification. You can add more attributes to it. You can also custom class and css to it. WP Notify also enables you to add HTML to message.” title=”Notification” width=”300px” class=”custom” delay=”10000″ opacity=”.8″ icon=”” title_escape=”0″ text_escape=”0″ use_plugin_css=”1″]’);
?>Hope it will help.