Title: Finding a feature
Last modified: October 24, 2024

---

# Finding a feature

 *  Resolved [Rehman Ali](https://wordpress.org/support/users/luqreh/)
 * (@luqreh)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/finding-a-feature/)
 * Hi Sir
 * Can you please tell does mycred plugin have a feature like. I can add a page 
   or a form using shortcode. And make sum redeem codes. When user come on that 
   page and enter the redeem code that i created from my backend. The points are
   automatically added into its account wallet. I can select how much amount can
   be added after redeem this code or which points type is addedd. Please tell does
   it have any feature like this.
 * Waiting for your reply
 * Best Regards!

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/finding-a-feature/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/finding-a-feature/page/2/?output_format=md)

 *  Plugin Support [bukhari10](https://wordpress.org/support/users/bukhari10/)
 * (@bukhari10)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/finding-a-feature/#post-18093429)
 * Hello [@luqreh](https://wordpress.org/support/users/luqreh/),
 * Thank for contacting us,
 * I hope you are doing well, The myCred Coupons addon is a great solution to meet
   your needs. You can find all the details and setup instructions in the documentation
   here: [myCred Coupons Documentation.](https://codex.mycred.me/chapter-iii/coupons/)
 * If you need any further assistance or have questions, feel free to let us know!
 * Thanks & Regards
   WP Experts Support Team
 *  Thread Starter [Rehman Ali](https://wordpress.org/support/users/luqreh/)
 * (@luqreh)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/finding-a-feature/#post-18093513)
 * Okay I can check it but I have a issue with the mycred withdrawal form. I try
   to fix it using some css code but it broke my whole withdrawal screen. In the
   given image you can see that on the mobile the tabs are showing is very bad I
   want to show them like (tab 1) (tab 2) (tab 3) (tab 4) but now its showing like
   (
   tab1)
 * (tab 2)
 * (tab 3)
 * (tab 4)
 * I want to show them horizontaly. Please help me to fix this issue.
 * and in the second screen shot i have another issue like I want user can only 
   withdraw a single coin type. But there are not any option to make it. It show
   a form to select which coin the user want to withdraw. I want to hide the field
   and only show them the my selected coin can be withdrawal. Please help me too
   fix that two issues.
 * Image1: [https://ibb.co/5rtXZpY](https://ibb.co/5rtXZpY)
   Image2: [https://ibb.co/ZJmvCfB](https://ibb.co/ZJmvCfB)
 * Waiting for your reply.
 * Best Regards
 *  Plugin Support [bukhari10](https://wordpress.org/support/users/bukhari10/)
 * (@bukhari10)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/finding-a-feature/#post-18095076)
 * Hello [@luqreh](https://wordpress.org/support/users/luqreh/),
 * This issue can be resolved through custom CSS. Please create a ticket on our 
   official website **[Click Here](https://mycred.me/support/) **so we can connect
   you directly with our Technical team.
 * Looking forward to getting your issue resolved.
 * Thank you.
 *  Thread Starter [Rehman Ali](https://wordpress.org/support/users/luqreh/)
 * (@luqreh)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/finding-a-feature/#post-18095114)
 * I have solved this issue already using custom css. But I have another issue. 
   On the coupon redeem form the button text is (Apply Coupon). I want to show here(
   Redeem Code) how can I change the coupon form label text and button text?
 *  Plugin Support [bukhari10](https://wordpress.org/support/users/bukhari10/)
 * (@bukhari10)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/finding-a-feature/#post-18100400)
 * Hello [@luqreh](https://wordpress.org/support/users/luqreh/),
 * At the moment, there is no way to change the button text.
 * Thank you
 *  Thread Starter [Rehman Ali](https://wordpress.org/support/users/luqreh/)
 * (@luqreh)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/finding-a-feature/#post-18101456)
 * Okay let me try to make it change do not worry
 *  Thread Starter [Rehman Ali](https://wordpress.org/support/users/luqreh/)
 * (@luqreh)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/finding-a-feature/#post-18101465)
 * Sir can you please add this feature into the mycred plugin to change this text?
 *  Plugin Support [bukhari10](https://wordpress.org/support/users/bukhari10/)
 * (@bukhari10)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/finding-a-feature/#post-18104218)
 * Hello [@luqreh](https://wordpress.org/support/users/luqreh/)
 * We’ve discussed your request with our technical team, and they will be reviewing
   the possibilities. We’ll notify you as soon as we receive their response.
 * Thank you
 *  Thread Starter [Rehman Ali](https://wordpress.org/support/users/luqreh/)
 * (@luqreh)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/finding-a-feature/#post-18104804)
 * Okay Sir I am waiting please make it as soon as possible.
 *  Plugin Support [Mirza Hamza](https://wordpress.org/support/users/hamza1010/)
 * (@hamza1010)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/finding-a-feature/#post-18107703)
 * Hello [@luqreh](https://wordpress.org/support/users/luqreh/),
 * You can use this [myCred](https://drive.google.com/file/d/1Lw_BHiOKtetJtY87cgx4ho6j6Wl2Gi4W/view?usp=sharing)
   plugin on your website. After updating the plugin please add the below code in
   your active theme’s functions.php file.
 * Here is the code:
 *     ```wp-block-code
       add_filter('mycred_apply_coupon_button_text', 'custom_apply_coupon_button_text');function custom_apply_coupon_button_text ($text) {     // Change 'Apply Coupon' to your desired button text     return __('Your Custom Text', 'mycred');     // Replace with your custom text and text domain }
       ```
   
 * If you have any questions, feel free to reach out. We’re here to assist you.
 * Thank you
 *  Thread Starter [Rehman Ali](https://wordpress.org/support/users/luqreh/)
 * (@luqreh)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/finding-a-feature/#post-18108611)
 * Its show me this error after uploading this plugin on my website. 
   [https://ibb.co/F815CN6](https://ibb.co/F815CN6)
 * Please check it and fix it
 *  Plugin Support [bukhari10](https://wordpress.org/support/users/bukhari10/)
 * (@bukhari10)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/finding-a-feature/#post-18109450)
 * Hello [@luqreh](https://wordpress.org/support/users/luqreh/),
 * Apologies for the inconvenience.
 * Please use this **[myCred updated plugin](https://drive.google.com/file/d/1k2o5lA4izeAvadymMzracQ8obt3jWAqi/view?usp=drive_link)**
   and let us know if you still have any issues.
 * Thank you
 *  Thread Starter [Rehman Ali](https://wordpress.org/support/users/luqreh/)
 * (@luqreh)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/finding-a-feature/#post-18122700)
 * Can you please tell me by pasting this code does the Apply coupon text is automatically
   changed into Redeem Now or I need to put the this text at the place of Your Custom
   Text
 * add_filter(‘mycred_apply_coupon_button_text’, ‘custom_apply_coupon_button_text’);
 * function custom_apply_coupon_button_text ($text) {
   // Change ‘Apply Coupon’ to
   your desired button textreturn __(‘Your Custom Text’, ‘mycred’);// Replace with
   your custom text and text domain}
 * Like At the place of Your Custom Text
 * add_filter(‘mycred_apply_coupon_button_text’, ‘custom_apply_coupon_button_text’);
 * function custom_apply_coupon_button_text ($text) {
   // Change ‘Apply Coupon’ to
   your desired button textreturn __(‘Redeem Now’, ‘mycred’);// Replace with your
   custom text and text domain}
 *  Plugin Support [Mirza Hamza](https://wordpress.org/support/users/hamza1010/)
 * (@hamza1010)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/finding-a-feature/#post-18122730)
 * Hello [@luqreh](https://wordpress.org/support/users/luqreh/),
 * Yes, you need to replace this “Your custom text” and “text domain”.
 * Here is the updated code:
 *     ```wp-block-code
       add_filter('mycred_apply_coupon_button_text', 'custom_apply_coupon_button_text');function custom_apply_coupon_button_text ($text) {     // Change 'Apply Coupon' to your desired button text     return __('Redeem Now', 'mycred');}
       ```
   
 * If you have any questions, feel free to reach out. We’re here to assist you.
 * Thank you
 *  Thread Starter [Rehman Ali](https://wordpress.org/support/users/luqreh/)
 * (@luqreh)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/finding-a-feature/#post-18122922)
 * A New update of mycred plugin is come in my wp dashboard if I update it does 
   it causes any issue with my this feature. I have updated the plugin already So
   does I need to upload this file or the update consists this feature

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/finding-a-feature/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/finding-a-feature/page/2/?output_format=md)

The topic ‘Finding a feature’ is closed to new replies.

 * ![](https://ps.w.org/mycred/assets/icon-128x128.gif?rev=3512531)
 * [Points Management System For Gamification, Ranks, Badges, and Loyalty Rewards Program - myCred](https://wordpress.org/plugins/mycred/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mycred/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mycred/)
 * [Active Topics](https://wordpress.org/support/plugin/mycred/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mycred/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mycred/reviews/)

## Tags

 * [feature](https://wordpress.org/support/topic-tag/feature/)

 * 21 replies
 * 3 participants
 * Last reply from: [bukhari10](https://wordpress.org/support/users/bukhari10/)
 * Last activity: [1 year, 6 months ago](https://wordpress.org/support/topic/finding-a-feature/page/2/#post-18180789)
 * Status: resolved