Page 1 of 1

How to properly submit a new theme now-a-days

Posted: Sat Jan 11, 2020 9:45 pm
by hightowe
Hi guys -

Apologies if I missed it, but it is unclear to me how to properly submit a new theme now-a-days (2020, wCMS 3.x, etc).

Thanks,

Lester

Re: How to properly submit a new theme now-a-days

Posted: Mon Jan 13, 2020 7:03 am
by wiz
Hi hightowe.

Since we updated WonderCMS with a new system in 2020, I guess there have not been enough clarifications on this topic.

1. First step is to create a custom repository for your theme with all of the required files (which is easy to do): https://github.com/robiso/wondercms/wik ... positories
2. You can then create a pull request with your custom theme repository: https://github.com/robiso/wondercms-cdn ... -list.json
3. We then review the theme and most likely approve it.
4. Once your theme URL is in the above wondercms-cdn-files, everyone sees your theme in their WonderCMS settings.

Please let me know if you have any more question, we'd like to streamline and simplify the above process as much as possible.

Re: How to properly submit a new theme now-a-days

Posted: Mon Jan 13, 2020 5:30 pm
by hightowe
I did what I think is needed to properly publish my Adivvyo theme.

Someone that actually knows, please have a look:
Thanks.

Re: How to properly submit a new theme now-a-days

Posted: Tue Jan 14, 2020 9:02 am
by turboblack
Notice: Trying to get property 'content' of non-object in C:\xampp1\htdocs\303\themes\adivvyo\functions.php on line 139
:? :? :?

Re: How to properly submit a new theme now-a-days

Posted: Tue Jan 14, 2020 3:49 pm
by StephanStanisic
Hi hightowe,

Awesome feature rich theme! (Also lovely admin html altering function!)

The theme looks good to me, it includes all the necessarily files.

Maybe add a if statement or ternary operator to line 139 to get rid of the notice. (Or a "@" is you are feeling lazy xd)
This shouldn't be a big issue since production servers should be hiding errors, but it's good practice to have no errors.