Code

Discussion on iWP-DevToolz (Pro) - WordPress Plugin Maker + Code Generator

Discussion on iWP-DevToolz (Pro) - WordPress Plugin Maker + Code Generator

Cart 484 sales

CodeGenerator supports this item

Supported

This author's response time can be up to 1 business day.

112 comments found.

Is it possible to load / import any other plugin and then start adding features to it through plugin maker – if not present can this be added? There are many Free Plugins available on Git that can be imported that can be used as base to start up!

I understand. I sometimes ask stuped questions – but hey Quick response there from you I guess!! Good Job!

Request i18n support by default

Current version support: Go to Projects Manager -> Properties -> Then checked Localization.

check readme.txt in folder languages, or google this keyword: “How to use Loco Translate a Plugin”

Price increased ? a day back it was $20

Just look at tomorrow.

Hi I/m online but did not see the discount I have $24 in my account – i can buy now – can you update the price?

can we get info through Rest api right?

Of course, I can. but api using authorize not support.

Hello I have created an Project, With custo posttype and some fields and Feature image. now can someone please help me how to make it visible in my theme blog page? I have Generatepress pro and Elemenotor Pro. If i view the post page i see the category as number and not as category name.. Is there a way to make it posible to use dynamic field? or can someone show me the way. I know it has to be done i think via get call.

Thanks all

  1. Go to Post Type -> checked: Publicly Queryable (Display in frontend)
  2. We don’t know about Generatepress pro and Elemenotor Pro, we only use the API function from wordpress codex for get categories name:
    get_cat_name($this->post_meta_categories)
    
    https://codex.wordpress.org/Function_Reference/get_cat_name

Witch file is the best to place this? get_cat_name($this->post_meta_categories)

Hi,

I am planning to make new plugins and sell them on codecanyon.net. Please explain me how your plugin is going to be useful for me.

are you going to support for one plugin until it is going to be published in evanto

Thanks

this tool is to create a basic code for a plugin, so you can save time to create a plugin. Our support is only limited to the use of tools, custom / edit code is not included.

sorry not support for your plugin approved by codecanyon, this is marketplaces, to make the plugin accepted in codecanyon it’s not easy, which is judged not only by about codes. Is your plugin worth selling? how is it documented? Is your product unique? and many other factors.

After I have created a new project, and set it to active, I get an Error 500

try using a local machine using xampp with php5.6

Can I create any type of plugin I want with this software or just certain things?

any type of plugin, codex for roles and capabilities not support. this tool for freelancer/programmer, end user not suitable for this tools.

Hello, you will create the plugin to support php 7.1 ?

system required same as with wordpress

Yes, I have wordpress installations with PHP 7.1. Your application is combatible?

this a tools (stand alone), not plugin, but tool for create a wordpress plugin,, plugin that has been generated (output code) or this tool? output code/plugin sure support php 7.x, because using wordpress api. and this tool not install in live server, localhost only, for development only.

Awesome! Great work. Good Luck!

I hope improve the software more. Please add more metabox feature. Like ACF :)

Thanks for the advice, I will convey with our team.

Hai i intereseted buy thus plugin, i want to create wallet top up balance for buddypress membership adding my payment gateway, your plugin maker easy to learn ?

tool ini hanya untuk buat kerangka dasarnya mas, kode yg hasilkan kode wpcodex ja, kyk payment gateway/framework pihak ketiga tidak disertakan.

klw utk dipelajari, kode dikasih comment dan todo beserta referensi di wpcodex mas, klw pake code editor seperti netbean/php designer enak bacanya lewat jendala todo nya.

Tak kirain orang luar negri,Ga terlalu ribet kok mas sy mau buat cuma update manual dari admin di lihat kan ke usernya seandanya habis tranfer saya manual dari admin lihatkan saldonya, dan kalo dia habis transaksi saya potong gt aja, sy ga punya basic programing cm edit2 wp aja mas

Saya kurang tau juga masalah itu,, klw database, metabox dll bisa, tp klw rules user dan kalkulasinya ya musti di coding manual, klw bisa php dasar aq rasa bisa :D

I want to create multiple store plugin do you have kind of this tutorial?

i have no tutorial for it.

how to turn off hello world then show up my plugin in wp

What do you mean? on what menu? no text “hello world” in plugin maker, we use “lorem ipsum”

Hello

When I choose a Metabox WordPress Upload option (output: image / src) and I try to load a file or image it does not work correctly, because it does not save the image or file in the custom publication. I try with 2 plugins and it does not work.

Can you help me please.

WordPress Media Upload??? can you send detail information and plugin output to info@ihsana.com

I have tried “WordPress – Media Upload (output: image/src)” option in metabox, still running well on the latest Wordpress: 4.9.4, theme wordpress default, using Plugin Maker rev.18.02.09

Hi – I’ve picked up a copy (already sent you an email about a couple of warning messages that appear) but have another question.

How can I tell the plugin to display the “plugin options” on the plugin admin page(s) that I can create using the generator? As it stands, the options appear on the usual Wordpress options page, not on the admin page that I’ve created/defined.

Thanks in advance Martin

* Edit index.php, Change code:
//error_reporting(0);
to
error_reporting(0);

`plugin option` will appear on the settings page on wordpress, if you want to create a page on the Admin Menu (top level) use Admin Menu.

Hi – I’m asking how to have the code that is generated in the plugin options page appear on the top level Admin Menu page (there doesn’t appear to be any method for adding those options on to the admin page, which makes generating top level admin pages a little redundent as you essentially have to move all of the options code over into those pages. Does that make sense?

I suppose an easier way of asking the question is: How can I either instruct the generator to place the option controls on to a specific Admin Page? Or alternatively, how can I use the options builder in the Admin Page builder screen (as that would make more sense and be a great improvement)?

Thanks

Nice idea, but you should create manually or create function self, because generator using code from wpcodex: https://codex.wordpress.org/Function_Reference/register_setting

Hi, will I be able to create a plugin with this software and share or sell it to others?

Which type of fix is required? Thanks

like php code, css or js code. you can easy finding variable, file and line must be edit, see this http://ihsana.com/products/plugin-maker/docs/assets/images/screenshoot-1507.png

hey your plugin support API , if so its support post & get function?

this not plugin, this tool for create wp plugin (using api wp codex) post support, you can see demo tools

I’ve got a request for future updates.

I had to do this manually for now but in the future, could you add some code that would allow a functions.php file to be able to be edited manually without being overwritten every time we change something in the settings of your script?

For example, I added the line…

$string .= ‘include CSP_PATH.”/functions.php”;’ . $this->newline;

...to be created after the debug mode around line 56 of the plugin. Then created a function.php file manually. But of course, for other people, the functions.php file will have to be created if it doesn’t exist though.

Now every time I change something in the settings, the functions.php file remains the same without being overwritten upon changes being made while still being included into the plugin.

There’s got to be a better way to do this in your script but it’s a workaround that I am using for now. I just don’t want to have to redo this when an update comes out to your script in the future… plus it allows people to add functions manually while still using the plugin maker simultaneously.

Thanks for the request, but we do not promise to be approved.

I’ll be sure to ignore future updates as well as not buying any other of your items then. Thanks.

Hi,

Seems very interesting product, Can i develop my own plugins and sell them on codecanyon ?

I’m a web designer, I know Little PHP and I’m good with HTM, CSS and Scripts.

I’ve lot of ideas on creating new plugins and sell them, is your product suitable for me?

yes, output 100% whitelabel.

sorry for late reply.

Great plugin, thanks! Just a feature request: Now when I choose Metabox / Type: “Wordpress Featured image”, I can select / upload an image, but later I can’t modify / edit it, I must remove image, and reset again. It can be usefull if I can edit pasted image from here. Thank you.

thank suggestion,, it’s code default feature in wordpress,, edit button in right side box, don’t forget add image size to your project.

om, bisa di integrasikan ke woocomerce, jobmanager, user role ga?

Ini cuman pake api wp aja, pihak ke3 cuman restapi aja.

Interesting item and must say i’m impressed. Keep it up!

I created a plugin and want to add the DIVI theme builder to the post type like this: http://i.imgur.com/pIuEHan.png but on my plugin the DIVI builder button does not show: http://i.imgur.com/AaY4sWE.png (here there is not divi builder button) Can you help show the divi builder button to the plugin add new .. ? Thanks!

Overall well done!

We do not know about DIVI theme builder, plugin-maker follow code from official wordpress only. for third party code, like: DIVI theme builder, you should contact or learn from DIVI theme builder site or it’s developer.

Can i send you the DIVI theme to check it out faster ? I’m pretty sure you can help faster than they answer :)

best is talking to its developer and asking permit for learning it.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey