Hi there,
I cannot find the Good theme landing page in the archives you supplied. I've checked in:
- good_html_v1.1.0
- good_django_v1.1.0
The missing page:
https://preview.keenthemes.com/good/landing.html
Can you please point me in the right direction?
Thanks,
Giedrius
On a related note - is there a Django/Flask version of the landing page? It would be very useful to understand how to dynamically set up <body> properties, such as: data-bs-target="#kt_landing_menu" data-bs-offset="200" without having go hard code it into the <body> tag itself.
Thanks.
Please note that Django/Flask Starter kit only provides the main layout, auth pages, and assets integration features. It does not fully replicate the entire HTML theme. However, u can copy and paste any HTML features and include requires assets to use all features from the HTML version. All the features are available within the Django/Flask starter kit assets.
The body properties can be set up using the Theme API of the starter kit so you can refer to the existing layout setup and reuse it for the open page. Please note that the open page must use its own master layout. Our starter kits support multiple layouts.
Regards.
Hi,
I just double-checked the Bootstrap Market download package good_html_v1.1.0
and there is theme/dist/landing.html
template that you can see after unpacking the download zip.
Please let us know if you need any further help.
Regards.
It wasn't there in the archive I downloaded a few months back. I've just re-downloaded it again, and I can see that it's been added - thank you.