Fully automatic Plugin Install + Default Content + oAuth Theme Updates in a Wizard.

Are your themes 100% GPL? Wonder if you can use it because all CSS an JS from Woo is GPL which conflicts with the split license

1 Like

Yep was wondering about that too. Always fun!

JS & PHP is new. CSS is slightly modified. I suck at UI hence copying the CSS :slight_smile: haha.

I can certainly make any themes that use this code GPL if needed.

But this is like including jQuery or jQuery UI in your theme. Fine for split.

1 Like

yea would do it from scratch love to reinvent wheels. Wonder how you “ged rid of” the admin bar

1 Like

Pretty nasty. ob_end_clean(); followed by html code and then exit; inside an admin_init hook. haha. Admin bar and everything else doesn’t even get a chance to load.

I do not have patience! :)) I’ll send you a beer for this incredible work. :sunglasses: You’re awesome. Perhaps… this will help many wp developers.

Some time ago I had seen a thing-that for a “app”, but he was working on a Joomla platform.
The super cool about it is that : In these steps without classic installation, you install all (Joomla Platform, Theme, Plugins, all inclusiv demo) . It would be great if we could do that for Wordpress. It would be an idea if it includes WordPress (all just in 5-6 constant steps). Do you realize how many people we helped ? The idea is to do this without changing Wordpress but our wordpress theme writing as a mask in “installation steps wordpress” .
Download and install to understand what I mean.
I probably dreaming. I do not know if it is possible to do this for wordpress without being modified.

Here we go, code on github:

( this code wont work completely out of the box, it integrates tightly with my theme, but should be a good starting point for other people )

Enjoy and feel free to ask any questions.

1 Like

Thank you @dtbaker !

1 Like

Awesome work again! I will definitely give this a go.

1 Like

This is absolutely amazing. I’m in awe of you. You’ve made my day, I can’t wait to dig into this!

1 Like

Amazing Work! Now we just need to collaboratively improve upon it :slight_smile:

2 Likes

@dtbaker Woah! Great Work and beautiful plugin. Very inspired!

2 Likes

My first theme with this new wizard is almost approved. Anyone else implemented it yet?

1 Like

I have successful implemented it in my theme and now working on some improvements.
Will add pull request to your repo as soon as possible.
Cheers

1 Like

Great work man, well done, How about adding checkbox for plugins list ?! I

Awesome man! Thanks heaps

I thought about this but I really wanted the buyer to install all my plugins to get the best experience straight up.

Maybe later I can add checkboxes and have them grouped into “Required Plugins” and “Optional Plugins” with a description next to each plugin so they can choose which optional plugins they want installed.

1 Like

Annnddd we’re live! I’ll be monitoring how this theme install wizard goes with buyers and submit any improvements via github.

Thanks for all the improvements @vburlak :slight_smile:

Also if anyone else is using a modified version of this, make sure you catch this bug:

1 Like

Hi there. We have implemented in our next 2 themes. Waiting for Feedback.

1 Like

Awesome! Let me know when they’re live I’d love to check it out. If you’re doing the oAuth part for updates be sure to fix this bug because it could cause a redirect loop.

1 Like