Good evening,
I am interested in Bootstrap's theme 'Good'.
Before purchasing I decided to open the inspector of my browser to check the JavaScript, HTML and CSS code. And i think that it is written complex, like there the buttons for example aren't named 'btn_submit' or something else but 't' in JavaScript. To rewrite the code with this basis would be very hard.
May it is just the preview to hinder people copying without purchasing a license and the purchased version is clear?
I hope you understand my problem and can help me.
Yours,
Ben
Hey (@Sean),
I purchased the theme to start developing. I thought, I am good in programming but this theme makes me thinking, I'm a noob..
I don't understand the whole system behind the theme and the precoded javascript looks very specific for the preview of the theme.
The documentation helped a bit, but there a just questions left. I wouldn't ask if I can solve my problems myself, but would it be possible that you show my theme via discord or something else?
Hoping for response...thank you.
Regards
(P.S.: I am German, but I am able to speak English with some faults :-))
Hi,
Please note that our support is provided via this forum.
Have you checked the build
Gulp Build Tools ?
As explained in the above docs you will need to work with the "theme/src/js" folder to edit the javascript code and use the gulp task to compile it to the assets folder.
The compiled js/css code in the assets folder is the result of the gulp tasks when you edit the code in the "src" folder so you do not need to work with the js/css code in the assets folder.
Moving forward please check below video tutorials:
Getting Started
Manage Assets
First Project
The above tutorials are made for the Metronic theme but can be applied for the Good theme as well since all our latest products use the same core framework.
Regards
Hallo, falls Sie Hilfe benötigen können Sie sich gerne melden. taha.guener@gmail.com
Hi,
You are looking at the compiled and minified assets files. For more info please check
Why Minify Javascript
You should edit the javascript and sass code under "src" folder since the assets folder contains compiled and minimized js/css files.
For more info please refer to the Theme Docs
Regards
Thanks for responding!
So after my purchase variables would have human readable names?
Definitely you will get normal source code that you can edit further.
Thank you, Sean.
Always welcome
I don't now whether you get informed about a new comment. But it would be nice if you read my newest message. :-)
Nice info for me.