Md Abul Bashar
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Contact Card] Doesn’t show up in Elementor Widgets@mortonvisuals Hi, can you check with our latest version? We’ve done the elementor like this https://prnt.sc/a5ANGiMXaUhg
Forum: Plugins
In reply to: [Smart Contact Card] https and image issue@bradymc hi, can you check with our latest version, still the issue are you facing?
Forum: Plugins
In reply to: [All QR Pay for WooCommerce] How to modify amount in the checkout page@xcres Thank you for your question, but there are currently no available options.
Forum: Plugins
In reply to: [Smart Contact Card] Doesn’t show up in Elementor WidgetsHi, thank you for your interest. Currently, this plugin does not support Elementor widgets; it only works with shortcodes. You can use the shortcode widget in Elementor to display the output from this plugin. I plan to develop Elementor widgets for this plugin in the future. For now, please refer to the plugin description for information on using shortcodes.
Forum: Reviews
In reply to: [EDU Results Publishing – Student Result Management] Complete and Easy to UseThanks for your feedback, I will add the custom grade/class features in future.
Forum: Plugins
In reply to: [Smart Contact Card] https and image issueHi, Thank you for sharing your website. I checked it on an Android phone, and it works fine. However, I don’t have an iPhone available at the moment. I will test it on someone else’s iPhone to identify and address any issues.
Forum: Plugins
In reply to: [Smart Contact Card] https and image issueCould you please share the URL of your website or the page where you used the widget?
Forum: Plugins
In reply to: [Smart Contact Card] How to Use in OxygenMaybe you input/broke a shortcode. Here is an example https://jumbledstem.s2-tastewp.com/test/
Forum: Plugins
In reply to: [Smart Contact Card] How to Use in OxygenWhat I see in your URL https://prnt.sc/WBmMB8QU9Syy
Forum: Plugins
In reply to: [Smart Contact Card] How to Use in OxygenHi, I found some issues, including missing source files in this directory. I’ve released a new version, so please update to the latest version. I believe this will solve the problems. If you still encounter any issues, please let me know. Thank you!
Forum: Plugins
In reply to: [Smart Contact Card] How to Use in OxygenYou used the wrong shortcode. You should use ‘smartcc_contact’ without spaces between the words. Please check the plugin descriptions for how to use it. Here is an example:
[smartcc_contact name="John Doe" title="CEO" org="Company Name" phone="+1234567890" email="[email protected]" website="https://example.com"]I’m not sure where you’ve placed the shortcode—in the theme template or the editor. If you’re using it in the editor, ensure that you’ve utilized the shortcode widget in Gutenberg. If you’re placing it in the theme editor, make sure to use the
do_shortcode()function.- This reply was modified 4 months, 3 weeks ago by Md Abul Bashar.
Thank you so much for the kind words! 😊 We’re thrilled to hear the plugin is making product and order management easier for your F-commerce business. If you ever have suggestions or need support, we’re just a message away!
Hello @albaghlisponge ,
Thank you for your detailed feedback and for updating the plugin to version 1.2.4. I truly appreciate your interest in improving the plugin and ensuring it meets the needs of users in multiple languages.
Based on your description, it seems that the issue might be related to the translation method or the plugin you’re using to manage translations. Please ensure that you’re following the documentation provided by the translation plugin you’re using, as this will help in resolving the issue.
Additionally, I would like to recommend translating the plugin through the ww.wp.xz.cn official translation system. This approach benefits everyone who uses the plugin, as translations contributed there are automatically applied based on the user’s WordPress dashboard language settings.
You can contribute to the Arabic translation for the plugin here: Translate WC Order Tracker
Once the translations are approved, the plugin will automatically display the translated version according to the language configured in the user’s dashboard. This ensures a seamless experience for all users.
If you encounter any further issues or need assistance with the translation process, please don’t hesitate to reach out. Thank you again for your support and contributions!
Hi @albaghlisponge ,
I’ve added translation support for possible text strings in today’s release (v1.2.4). However, some text isn’t currently translatable because it originates from the CSS file. I plan to move this text to PHP in the future to make adjustments easier.
For now, the animated status text (see here: https://prnt.sc/r_czoaF-L7UM) can’t be translated using a translation tool. If you need to translate it urgently, you can manage this by editing the CSS directly. Here’s how:
For Processing:
.cbwct-wc-traking-round.active.ali-wc-processing:after {
content: 'Processing';
}For Shipped:
.cbwct-wc-traking-round.active.ali-wc-shipping:after {
content: 'Shipped';
}For Delivered:
.cbwct-wc-traking-round.active.ali-wc-delivered:after {
content: 'Delivered';
}For On Hold:
.cbwct-wc-traking-round.active.ali-wc-hold:after {
content: 'On Hold';
}For Payment Pending:
.cbwct-wc-traking-round.active.ali-wc-payment:after {
content: 'Payment Pending';
}You can replace the content with your preferred language by modifying the text within the
contentvalue. Then, save this CSS in your custom CSS options: go to Dashboard > Customizer > Custom CSS.- This reply was modified 1 year, 7 months ago by Md Abul Bashar.
@albaghlisponge I think https://prnt.sc/N-xubkLqCTIk It’s not part of my plugin, but I will try to support translating other words that come from my plugin, and I think it will be added in the next update, inshaAllah.