Join the Webstudio community

Home
Members
Steve Suderman
S
Steve Suderman
Offline, last seen last week
Joined December 13, 2024
Handy tool: I've used Iconify in Figma for a long time. But just discovered that you can modify and copy SVG code right from it instead of doing a Figma SVG export of the icon. Cleaner code and faster.
I am getting error "cannot insert box" when I try to add the FAQ component from the Craft library.
Other components seem to work fine.
Tried in multiple projects.
3 comments
B
J
S
I would rather a client not have access to the clone option. I have just given them editor access.
Share setup: Client view:
4 comments
O
J
S
When I paste text formatted in a Writer document, spaces before and after formatted text such as Italics, Bold, Underline are removed. Removing all formatting is usually the best option anyway. But sometimes its nice if you can keep some of it. This is pasting into Content Block
1 comment
O
I just want to say that the Craft Library is amazing! Really speeds up the build process. I hope I have built my last Client First / Relume project. (Was never a fan of CF to begin with.) Great work WS team!
2 comments
J
s
I am using Formspark and it is working fine for submissions. However, when I enable Botpoison (Formspark's native spam protection) the form does not work. It sends as it should. But does not show up in Formspark as normal (or as spam) and does not filtered by Botpoison. It's like nothing happens.

Share: https://p-0a1701d1-8099-4e99-970d-28a5c4e1b2d9.apps.webstudio.is/?authToken=daecc5cc-3440-4217-92cc-85f5fc4cb2c4&mode=preview
19 comments
S
O
B
I have a page with various assets / design elements that I want to keep for future use on the website. Other than checking "Exclude from Search Results" and making sure nothing links to the page, are there any other suggestions to keep the page from being discovered by search engines?
1 comment
O
I have to copy a bunch of content from a web-page into content blocks. Other than a few things like Bold, there is no formatting. The content has Headings, Paragraphs and Lists (UO). I am left to basically copy every paragraph, heading, and list item individually one at a time. Is there another way? I also tried formatting with Markdown in text editor first. Any other ideas?
8 comments
J
S
O
J
I find it difficult to work in the small (narrow) box under the advanced section when editing CSS. Is there a way to connect with an external editor, or do you have plans to be able to expand that box for easier editing (like you have for editing api calls, var, etc)? Even better would be a way to access all css vars to customize values visually.
6 comments
G
O
It would be nice if, when you hover over a style selector it would highlight which token (or local) that style comes from. I know you can hover and wait for the popup, but it's slow and requires more time to read the cascade path. An instant highlight of the token in some would be fast.
1 comment
J
Not a big deal, but wondered about collapsing hidden collection items to keep the nav tree a bit shorter. So this:
7 comments
O
J
S
I see that I am actually following on X. I so rarely use it that I didn't think I had. So that is likely the source. 🙄
4 comments
O
B
J
I am trying to pick a CMS for a blog site. It needs to be low cost but support images withing blog posts (rich text with images). It looks like wordpress is the only one that checks these boxes. Ghost does not provide api access at their low-cost teir. Baserow and Airtable don't have images in rich text. Am I missing a good low-cost rich text option?
41 comments
M
J
S
c
c
I would love some honest feedback on whether Webstudio is production ready. Are any of you running an agency with it? I am on the pro plan and building my first site. I am proficient with Webflow. I have been watching Webstudio for the past year or so and I am impressed with what has been accomplished. but now with spending a few hours, I am surprised at some buggy UI things, some of the help requests I see in this thread, and just worried in general about switch from Webflow. I spent 45 min trying to figure out how to style HTML elements, like headings, withing the builder. Finally figured out you need to use custom code to do that. I don't see an option to clean up unused CSS.
20 comments
1
S
L
p
O
J
Pulling from Ghost.
Posts have tags. They are Book, Blog, News.
I have a dynamic tag page that lists whatever tag is passed to it.
Clicking on one of the post items takes to to the single post page.

My challenge is that different post types need different page layouts and styling. Blog posts look different than Book posts.
I assume the best approach is to use conditional visibility on the 'post' page. Depending on what the tag is, different components will be displayed with the different stylings.

Assuming this is the right approach, my main challenge is the expression editor. I've tried following a previous discussion, but not quite understanding it. Given my setup above, how would I compose an expression for 'show' to check for what the tag is. If tag == blog, then show.... type thing.
37 comments
J
O
S
B
What's the best way to modify/remove some of the default CSS built into WS like <p> and <h#> elements? I would like to be able to set a global paragraph style without having to add a class to each paragraph.
3 comments
B
J
p
When you hover over the submit button on a webhook form, there is no change in the mouse cursor / pointer

https://p-2de7a4b8-80a3-4b4b-b80f-181d22f9c262.apps.webstudio.is/?authToken=e82955ca-03e3-4964-bb4b-7a070086e8db&mode=preview
3 comments
J
B
J
I am having trouble with divs not behaving the same on Android and iOS.
iOS ver 17.6.1
iPhone 11
Issue happens across all current versions of browsers: Firefox, Chrome, Safari.

The messed up one is from iOS. The correct one is from Android.

Live link: https://iryntushabe.com/

WS link: https://p-2de7a4b8-80a3-4b4b-b80f-181d22f9c262.apps.webstudio.is/?authToken=e82955ca-03e3-4964-bb4b-7a070086e8db&mode=preview
12 comments
S
O
External links from content embed from Ghost are getting ?ref={Ghost URL} added. For most sites it doesn't seem to matter. But I have at least one site that is rejecting it.
https://p-2de7a4b8-80a3-4b4b-b80f-181d22f9c262.apps.webstudio.is/?authToken=e82955ca-03e3-4964-bb4b-7a070086e8db&mode=preview
1 comment
S
I just want to confirm this is the best way to do this. If I am pulling in a collection of posts, but I want to display posts of a specific tag in one section of the page and then posts of another tag in another section. I would simply add the collections in different sections and put a visibility condition to filter for the items i want? It works. Just confirming this is best practice.
4 comments
S
J
I want to filter by tag from Ghost. I know there is a template. I am trying to reproduce it for my own learning. On the tag filtered page I know I need to add the Ghost Tag variable. But it wants the system.params.slug. My system JSON does not have that. This is missing:
{
"params": {
"slug": "blog"
},
How can I add this?
I've copied over the various hidden Code Injections from the template as well.
Here is what my System JSON looks like.
{
"params": {},
"search": {},
"origin": "https://iryn-x9l0p.wstd.io"
}
4 comments
J
S