GetSimple Support Forum
I have new idea, what do you think? (Customizer theme) - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Developer Discussions (http://get-simple.info/forums/forumdisplay.php?fid=8)
+--- Thread: I have new idea, what do you think? (Customizer theme) (/showthread.php?tid=11062)



I have new idea, what do you think? (Customizer theme) - multicolor - 2019-07-12

Hi,

Last week i created wordpress theme, writed code for this is terrible,but wp have  one great api. This is Theme Customizer, what do you think about this? You want saw api like this on GS for developers? I know, on repo we have DY website customizer or custom field. But i think standard tools included on GS for theme dev in future.


RE: I have new idea, what do you think? (Customizer theme) - Felix - 2019-07-13

(2019-07-12, 22:53:15)multicolor Wrote: Hi,

Last week i created wordpress theme, writed code for this is terrible,but wp have  one great api. This is Theme Customizer, what do you think about this? You want saw api like this on GS for developers? I know, on repo we have DY website customizer or custom field. But i think standard tools included on GS for theme dev in future.

Hi,

I have been working for a while with Wordpress but dumped it because of all it's bloated code.
All Wordpress theme builders like, Divi, Elementor, Beaver, etc, etc, they output huge amounts of
bloated code plus tons of shortcodes. It is so bad that you cannot even uninstall such a theme
anymore because of all the shortcode left overs that will stay behind.

So the question is how you will code a Theme Customizer for GS ?
Are you going to use shortcodes for it ?


RE: I have new idea, what do you think? (Customizer theme) - multicolor - 2019-07-15

(2019-07-13, 19:21:59)Felix Wrote:
(2019-07-12, 22:53:15)multicolor Wrote: Hi,

Last week i created wordpress theme, writed code for this is terrible,but wp have  one great api. This is Theme Customizer, what do you think about this? You want saw api like this on GS for developers? I know, on repo we have DY website customizer or custom field. But i think standard tools included on GS for theme dev in future.

Hi,

I have been working for a while with Wordpress but dumped it because of all it's bloated code.
All Wordpress theme builders like, Divi, Elementor, Beaver, etc, etc, they output huge amounts of
bloated code plus tons of shortcodes. It is so bad that you cannot even uninstall such a theme
anymore because of all the shortcode left overs that will stay behind.

So the question is how you will code a Theme Customizer for GS ?
Are you going to use shortcodes for it ?

I still have only idea. I think use vue.js with save changes to .txt with php. But i do not know how at this time. But just like always, this is the matter of time.


RE: I have new idea, what do you think? (Customizer theme) - Bigin - 2019-07-16

https://im.ehret-studio.com/tuts/itemmanager-simple-flat-file-php-framework/tutorials/create-a-configuration-handler-with-itemmanager/
Also, you may need a live preview and the user interface to display the settings options end-user friendly in the admin.