Join the Webstudio community

H
Hero
Offline, last seen 4 weeks ago
Joined December 13, 2024
I'd love the ability to adjust the sensitivity of mouse dragging property numbers such as padding, width, etc. It's so sensitive it takes me several seconds some times to get to the exact value. (If I'm trying to set it to 10, I keep getting 8, 11, 9, 7, 15, 12, 9, and finally 10.

If adjusting the sensitivity is out, I'd love it if it just wasn't as sensitive.

My mouse settings are perfect for the way I like to work in Windows, so I don't want to adjust it there.

Note that the only other builder I've used is Thrive Themes (WordPress plugin) and that mouse dragging for value setting was a wonderful experience.
14 comments
H
O
H
H
Hero
·

Multi Select

None of the videos I've watched so far seemed to show this so I'm guessing it's not a current feature...
I'd love the ability to multi select elements and apply styling to them all at once. Tokens help, but multi select would be a time save in some scenarios.
32 comments
O
H
H
It would be highly useful to me if I could read a querystring param and use code logic with it.

For example, depending on the value...
Show or hide elements.
Set an element's text value
Change an element's background color
Change an img src
6 comments
O
B
H
I have html, script functions, and css that presents a timed slide show with an audio file (voiceover).
I assume to add it to my page, I'd use embedded html element and copy it all into Settings | Code.
The JS includes an array of image names (and timings).

  1. How do I set those image paths to images in resources?
  1. How can I add the audio file and set the path to that?
  1. Is there a way dynamically set image names or paths (in the embedded html) based on UTM values?
3 comments
H
M
H
Hero
·

Global Styles?

Are we yet able to set up global styles such as colors and all the H classes for easier consistency (and modifications) throughout the website? I vaguely recall that was mentioned a while back. (but I could be hallucinating.)
5 comments
J
C
O
M
If I pull in values, say from Supabase and it's 3 or 4 rows of data, is there a way for a script inside an embedded html box to access those values?
23 comments
O
H
H
Hero
·

Change log?

Is there a place to see a change log -- all new features, enhancements, and bug fixes?
2 comments
O
B
I updated the breakpoints and now Base is in the middle. How do I get that to the top (left when in the canvas) where it makes more sense?
35 comments
O
H
B
I was working on my first website in the desktop app. I was marking some textboxes as required in Webhook Form.

Got an application error. Screen went blank except for the error.

I closed and reopened it.

None of the projects will open.
4 comments
O
H
H
Hero
·

Variable Scope

I created a text variable on the page. I called it "phone" and put a phone number in it.

Then I added a link element to the page and tried to bind its text to that variable but it says "No variables available".

Am I misunderstanding how variables work? Or doing it wrong?
10 comments
x
H
M
This would be highly valuable to me.
Right now, it's possible to set content via a Javascript Ternary in Expression. I'd like to be able to have a custom JS fuction with param(s) and call that in the Expression to set the content.
I can imagine many uses cases but the most immediate for me is being able to have complex logic based on the query string.
Specifically, I'm building a landing page for Google Ads. Google rewards landing pages that are highly relevant to the ad and the keyword. Google allows us to pass as query string details about the ad and keyword.
I want to capture the query strings and run through a series of If and/o switch blocks so I can customize the headline and initial paragraph. Maybe even the hero image.
The logic would need much more than simple ternary.
2 comments
H
B