Well.. i tried and failed. Or let´s say i need to continue failing till it finally works. :mad:
I went per documentation and
-> created a new folder C:/xxx/webapps/myappname/Custom/myfolderforthisshit/product-description
-> put a single html file in /product-description
-> placed all related folders in "product-description" too. Like folder for: css, js, bootstrap (3.xx)..
-> Main frame. Property: Contents: Display HTML page. Imported from /product-description
It shows text content of that html file.. but loading bar is permanently "loading" and the sites menu (native aware) is totally crippled horizontally to the very top of the page (instead of the native vertical menu).
No images are shown. No css styling visible. So i guess .js is also not working.
Then (always did import again and tested):
:arrow: Tried without renaming the ressources paths in pagename.html (they are like: /css/file.css)
:arrow: Tried with renaming the ressources paths in pagename.html to ../css/file.css
:arrow: Tried with renaming the ressources paths in pagename.html to ../Custom/myfolderforthisshit/product-description/css/file.css
:arrow: Tried removing <head> tags. Leaving only the tag and whats inside of <body> </body>
:arrow: Tried removing <head> and <body> leaving only the divs
:arrow: Tried a few more combinations i can´t remember.
If you put in a plain pagename.html without any ressources / links to css, js ..it works as expected.
So something may conflicts with awareim bootstrap, css, js
Anyone has a pointer into the right direction?
(Would love to preserve my brown hair till ma 40's)
Edit/Update:
When using for example:
https://bootsnipp.com/builder
and downloading that vanilla example "Project Name" "Jumbotron" thing.. it kinda works (downloads only a single html file which i then imported as described above)
Edit/Update 2:
Still using bootsnip.com/builder.
When copy/pasting bootsnip HTML code right into Contents -> HTML string. WORKS!
Used bootstrap 3.3.0 and jquery 1.11.1 as ettings as this is at least = or < than aware. (so I'm counting on backward compatibility)