Questions tagged [bootstrap-studio]

This tag is specific to Bootstrap Studio application. Do not use it for questions related to bootstrap framework.

A powerful desktop app for creating responsive websites using the Bootstrap framework.

35 questions
3
votes
2 answers

Page-specific script in Bootstrap Studio

(This problem is specific to Bootstrap Studio) I need to include a piece of JS that is specific to just one page. I can’t put it in a JS file since it is specific to one page and BSS apparently has no option to link JS files to individual pages.…
dotNET
  • 33,414
  • 24
  • 162
  • 251
3
votes
3 answers

Using Django and Bootstrap Studio together

I've recently learned about Bootstrap Studio to create web pages and it looks like a simple and easy tool. I was wondering, if it is possible to generate HTML files and then use those with my Django web app? Am I just going to waste my time trying…
Chsir17
  • 629
  • 1
  • 7
  • 18
1
vote
2 answers

Bootstrap Column either always displaying vertically or always horizontally

I'm very new to working with HTML/CSS and I'm currently using Bootstrap Studio for a project. I am creating an 'About' section of a webpage where I have made four rows each with two columns, like…
1
vote
0 answers

document is undefined in script.min.js

I use Bootstrap studio 5 and I published the website directly from it. When I navigate to it (https://my-website-name.bss.design/) I notice that javascript functionalities are not there. There is an error in the…
Flampt
  • 23
  • 3
1
vote
0 answers

How to import functioning HTML programs into Bootstrap project?

I am new to Bootstrap Studio and am pretty much learning everything as I go! I am creating front end pages for a school software project. I have written a chat box program in HTML and CSS and would like to include that inside the pages I am…
nim-sh
  • 13
  • 3
1
vote
0 answers

Bootstrap Carousel with 3 objects Django implementation

I need a carousel displaying 3 team-member objects per slide.
1
vote
1 answer

Using buttons to set form values (Bootstrap/Bootstrap Studio)

This is what my form looks like, essentially I want the user to click hazardous or non-hazardous and have it set a value (itemtype) to Haz or NonHaz Here are my problems: I'm not sure how or where to store the itemtype variable I'm not sure how to…
ecorp
  • 103
  • 13
0
votes
0 answers

How to connect Bootstrap Studio with VSCode

I want to connect VSCode to bootstrap srudio so that when I edit code it will redirect to VScode. I already added VSCode as an external editor but it is still opening in bootstrap studio. Is there any way to open the code in vscode itself?
0
votes
0 answers

Image size won't follow CSS rule in Safari

I wrote a simple static page which includes an image inside a
0
votes
0 answers

Go to next line, navbar elements in bootstrap studio on mobile

I have created a personal site Portfolio to see my skills and other things, but when I use it on mobile the elements of my navbar doesn't go on next line. How can I do it on mobile and keep like now on desktop? I tried to check on Google if there…
0
votes
1 answer

bootstrap studio: enter key appears to causing reload of page

I have a web page with several forms. Only one is visible at a time, depending on state. On one form, pressing the enter key appears to be causing a reload of the page rather than triggering a click event for the form's button. I have a lot of…
Peri Hartman
  • 19,314
  • 18
  • 55
  • 101
0
votes
1 answer

bootstrap studio: how to set path to css files when serving page from php

I have some web pages generated from bootstrap studio, which display properly. One page has a form with a submit button. On my server, php processes the form values and then needs to serve a new web page. I can get it to serve the page, but a server…
Peri Hartman
  • 19,314
  • 18
  • 55
  • 101
0
votes
1 answer

Why is my website's CSS code not responsive in bootstrap studio?

I have made my website in Bootstrap Studio with HTML and CSS This is what my website looks like on PC: I have tried to use @media to scale a box up when it is viewed on mobile: .container_a { text-align: left; padding: 0px; padding-left:…
sofus
  • 1
  • 2
0
votes
1 answer

Flask | How to connect missing (404) assets folder to html exported from bootstrap studio

I used bootstrap studio to create an HTML page that I need to use for flask. The HTML page was running fine with all assets working from asset directory. I set up the flask app.py, moved the /asset dir with index.html to /templates and…
0
votes
1 answer

how can i make this type of layout in bootstrap studio

I am trying to center a text with borders and a button in one row (like image of layout that I am trying to make and failing again and again. I have tried with 2 column layout, one row, and two-column layout, simple div, container...etc. can anyone…
1
2 3