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
Yep was wondering about that too. Always fun!
JS & PHP is new. CSS is slightly modified. I suck at UI hence copying the CSS 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.
yea would do it from scratch love to reinvent wheels. Wonder how you âged rid ofâ the admin bar
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. 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.
Thank you @dtbaker !
Awesome work again! I will definitely give this a go.
This is absolutely amazing. Iâm in awe of you. Youâve made my day, I canât wait to dig into this!
Amazing Work! Now we just need to collaboratively improve upon it
@dtbaker Woah! Great Work and beautiful plugin. Very inspired!
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
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.
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
Also if anyone else is using a modified version of this, make sure you catch this bug:
Hi there. We have implemented in our next 2 themes. Waiting for Feedback.
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.