king-theme
Forum Replies Created
-
Hi,
Please encode for the “testi_descr” too
'name' => 'testi_descr', 'value' => base64_encode('your text here')
Hi,
I checked your screenshot and I found that you still do not encode for “testi_descr”
Try to encode for “testi_descr” and let me know if it works
Thanks,
KC Team.Hi,
I’ll sure check that for you very soon.
Hi,
Please set the value default under base64 encoded string.
'value' => base64_encode('your text here')
You will not meet the trouble like this if you follow the document. The main reason why we must be encoded some of special fields such as “textarea”, “editor”,”group”. Because those fields has the free data struction. It can be break out all of page content struction if we do not encode them.
You can imagine easier like SQL injection error.
Regards,
KC TeamHi,
I’m going to update version 2.4.4 next few minutes.
Please check this article for how to change the text on the button.
https://docs.kingcomposer.com/available-param-types/group-fields/
'options' => array('add_text' => __('Add new progress bar', 'kingcomposer')),
Yes, don’t worry. It’ll available tomorrow with new back end UI.
Hi,
Yes, you are right. Currently it’s static text and can not be changed.
Let me update with an option to allow you do that.
Hi!
Thank you for feedback!
Yes, it’s a bug. I’ve updated the plugin. Please delete the plugin and re-install again.
Let me know if it works.
Hi Noahj!
I want to make this clearer:
– You can including free the KC plugin in your wp theme for sale on any marketplace.
– If you want to include the KC pro version and deliver to your customer pro version + using our addons plugin to build theme. Then you’ll need to purchase the “Commerce Package” or “Developer Package”
– The addons package is almost done, I’ll put it downloadable in next few days on kingcomposer.com
– Or you can email us anytime to get the AddonsThanks,
TuHi Noahj!
Thank you very much for kind words review.
Our slogan “Customer is king”, we are not the king. The awesome customers/users like you are King
Yeh, I am searching and replace all text “MiniComposer”.
Regards,
TuHi!
I’ll find the best solution for this.
Thank you so much for very useful feedbacks!
Please tell me that everything is ok now??? I am checking everything one again.
I think the percentages will bring limitless flexibility for users.
Hi!
Thank you so so much for your feedbacks,
Sorry for the delay, it’s evening here. I just updated to fix thos bugs right away.
Please update to version 2.4.2.1
And I am also putting old versions into developers
Hi!
Thank you so much for feedback. I’ve updated right now.
Hi!
I removed that and changed to .kc-container, because it was conflict with Bootstrap framework.
Please add this css code in file style.css of your theme
.container{ margin: 0px auto; width: 100%; max-with: 1170px; }