Import templates

hello, some users including me, are having difficulty importing and using external templates in wappler, could someone make a tutorial/video showing the correct way to do this ??.

Thanks.

Have a search through the community. The subject has been covered several times. As there are so many templates to select from it is a little difficult to provide a tutorial as each has its own idiosyncrasies, and all require various forms of configuration. But most Bootstrap templates should work with a little time and patience.

situation…I imported a template, and when configuring the path of the asstes, bootstrap and etc.

example:
href="…/…/app-assets/images/ico/favicon.ico"

after saving the page, wappler automatically changes the path:

before:
href="…/…/app-assets/images/ico/favicon.ico" => (…/…/app)

after saved
href="/app-assets/images/ico/favicon.ico" => (/app)

breaking the template.

strange :frowning:

Well this means your root folder and/or your settings for paths relative to document or site root are not properly set up in the project settings.

I’ll take a look at the project settings.

thanks again.

that’s right, I needed to configure the .js and .css path, I followed this tutorial…

thanks again