Title: Codefix's Replies | WordPress.org

---

# Codefix

  [  ](https://wordpress.org/support/users/mhds/)

 *   [Profile](https://wordpress.org/support/users/mhds/)
 *   [Topics Started](https://wordpress.org/support/users/mhds/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mhds/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mhds/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mhds/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mhds/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mhds/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] Spam vendors](https://wordpress.org/support/topic/spam-vendors/)
 *  Thread Starter [Codefix](https://wordpress.org/support/users/mhds/)
 * (@mhds)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/spam-vendors/#post-16101539)
 * Thank you for your replay [@sazdhossain](https://wordpress.org/support/users/sazdhossain/).
   
   I think a CAPTCHA should work but I have to test it and I’m working on it to 
   see why they created as vendors.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Removing the white space around the pdf](https://wordpress.org/support/topic/removing-the-white-space-around-the-pdf/)
 *  Thread Starter [Codefix](https://wordpress.org/support/users/mhds/)
 * (@mhds)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/removing-the-white-space-around-the-pdf/#post-16095795)
 * It’s done, thank you for your support.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Removing the white space around the pdf](https://wordpress.org/support/topic/removing-the-white-space-around-the-pdf/)
 *  Thread Starter [Codefix](https://wordpress.org/support/users/mhds/)
 * (@mhds)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/removing-the-white-space-around-the-pdf/#post-16095615)
 * It worked perfectly thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Checkout Field Editor (Checkout Manager) for WooCommerce] Cannot translate fields using WPML](https://wordpress.org/support/topic/cannot-translate-fields-using-wpml/)
 *  [Codefix](https://wordpress.org/support/users/mhds/)
 * (@mhds)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/cannot-translate-fields-using-wpml/#post-15536503)
 * Hello, I had the same problem and I figured out the WPML Compatibility is one
   of the pro features of this plugin so in order to translate the stings with WPML
   you have to buy the pro version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Directory Listings WordPress plugin - uListing] html box issue](https://wordpress.org/support/topic/html-box-issue/)
 *  Thread Starter [Codefix](https://wordpress.org/support/users/mhds/)
 * (@mhds)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/html-box-issue/#post-14697069)
 * Ok I found the problem.
    It’s a BUG and for fixing it we have to edit 2 files
   first one is ‘textarea-field.js’ in “assets/js/admin/src/components/listing-types/
   tabs/builder/control-panel” plugins directory and in that file find this code:
 *     ```
       <div class="form-group">
       	<label class="ulisting-checkbox">
       		<input type="checkbox"  :true-value="1" :false-value="0" v-model="data[field.name]" />
       		<span></span>
       		{{field.label}}
       	</label>
       </div>
       ```
   
 * AND REPLACE IT WITH THIS CODE:
 *     ```
       <div class="form-group">
       	<label>{{field.label}}</label>
       	<textarea class="form-control" v-model="data[field.name]"></textarea>
       </div>
       ```
   
 * and save the file.
    The second file as ‘app.js’ in ‘assets/js/admin/dist’ plugins
   directory and in that file find this CODE:
 *     ```
       "textarea-field":{data:function(){return{}},mounted:function(){},methods:{},props:{id:{default:0},data:{default:""},field:{default:""}},watch:{data:function(t){this.$emit("input",t)}},template:'\n\t\t<div class="form-group">\n\t\t\t<label class="ulisting-checkbox">\n\t\t\t\t<input type="checkbox"  :true-value="1" :false-value="0" v-model="data[field.name]" />\n\t\t\t\t<span></span>\n\t\t\t\t{{field.label}}\n\t\t\t</label>\n\t\t</div>\n\t'}
       ```
   
 * AND REPLACE IT WITH THIS CODE:
 *     ```
       "textarea-field":{data:function(){return{}},mounted:function(){},methods:{},props:{id:{default:0},data:{default:""},field:{default:""}},watch:{data:function(t){this.$emit("input",t)}},template:'\n\t\t<div class="form-group">\n\t\t\t<label>{{field.label}}</label>\n\t\t\t\t<textarea class="form-control" v-model="data[field.name]"></textarea>\n\t\t</div>\n\t'}
       ```
   
 * AND SAVE THE FILE.
    I hope the developer team fix this problem in the next update.
    -  This reply was modified 4 years, 9 months ago by [Codefix](https://wordpress.org/support/users/mhds/).
    -  This reply was modified 4 years, 9 months ago by [Codefix](https://wordpress.org/support/users/mhds/).
    -  This reply was modified 4 years, 9 months ago by [Codefix](https://wordpress.org/support/users/mhds/).
    -  This reply was modified 4 years, 9 months ago by [Codefix](https://wordpress.org/support/users/mhds/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Refresh active page after registration](https://wordpress.org/support/topic/refresh-active-page-after-registration/)
 *  Thread Starter [Codefix](https://wordpress.org/support/users/mhds/)
 * (@mhds)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/refresh-active-page-after-registration/#post-14683865)
 * Thanks for the replay [@champsupertramp](https://wordpress.org/support/users/champsupertramp/).
   
   I know that I can change the redirection in the user role setting but I want 
   to redirect user to the page that he/she was visiting before registration like“
   refresh active page” option in login section is there any option for that?

Viewing 6 replies - 1 through 6 (of 6 total)