Join the Webstudio community

Home
Members
paso_sb
p
paso_sb
Offline, last seen 2 weeks ago
Joined December 13, 2024
Hey guys,
did one of your already build a form with repeating fields?
Like you can insert a name for a person and after that, u can add more names?
9 comments
O
p
quick question - how can i use variables in the custom code, like a icon svg?
9 comments
O
p
Any Shops created with Webstudio and Shopify so far?
2 comments
S
p
Hey guys,
did one of you already build a multilanguage site with webstudio?
2 comments
D
Hey Guys,
i've got a question regarding the export favicon.
This is still not fixed, right?
https://github.com/webstudio-is/webstudio/issues/4443
7 comments
B
p
anyone know how to set a Canonical link on Webstudio websites?
9 comments
p
J
O
R
** Mistake on my part, it has been resolved via the answers 🙂
13 comments
O
p
J
B
c
hopefully easy question. Is there a way to limit the results for a collection via the expression editor or data varibles ? i dont want to modify the get expression for the hole data source. only for a specific collection
2 comments
p
O
It is not possible to send webhook forms to different mails, right?
4 comments
O
p
Hey Guys,
is there a way to equal the Item heights for a box in a collection? 🙂
I thought there is but can't get my head around it to figure it out correctly.
3 comments
c
p
M
Hey guys,
is there a solution for automatic backups u are using with Webstudio? 🙂
3 comments
O
is there a function for components like in Webflow?
4 comments
O
D
Hello everyone,
I am currently struggling with a customer requirement. The situation is as follows. We use a Notion CMS which lists events.
Now the customer wants to be able to specify in a field when the event will be displayed on the website.

Field name for the date entry: ‘Live event’
Field name for sorting: ‘Event date’

Now I can't solve this statically because of the date synchronisation, but need a dynamic solution that always synchronises the current date with the ‘Live event’ field.

The CoPilot code gives me the following suggestion:


const moment = require('moment-timezone');
const berlinTime = moment().tz('Europe/Berlin').format(); // Dynamische Berliner Zeit

const response = await notion.databases.query({
database_id: 'YOUR_DATABASE_ID',
filter: {
property: "Liveschaltung",
date: {
on_or_after: berlinTime // Dynamische Berliner Zeit
}
},
sorts: [
{
property: "Veranstaltungsdatum",
direction: "ascending"
}
]
});


Now I cannot use the Javascript in the body of the collection. Any suggestions on how I could implement this?
I also have the question of how I can best store the Notion API data. I'm not quite sure how to do that either.

Looking forward to your help, thank you ❤️
1 comment
p
Hey Guys,
i am using Notion DB's for CMS Content on one of my pages. Which is working pretty good. I now want to show some data only if the fields got a value. Any idee how to make this happen?

Thanks a lot in advance 🙂
26 comments
p
p
M
O
should be sth. very simple, but i cant see the Menu Mobile icon after some changes. Can't find out why, anybody a quick solution for this?
Site: https://ps-digital-solutions-ujzcj.wstd.io/
The Editor is showing the icon correctly.

thanks guys.
24 comments
p
O
I
Hey there.

Following Question i need help with.

Website is exported on Vercel via CLI.
Favicon in the Builder is set correctly.

But on Vercel and Google, it shows the default Webstudio favicon.

I tried a solution from vercel, where i placed the favicon manually in the public folder. Still no change.

https://koch-rau.de/favicon.ico <- u can see the favicon.

It seems like everytime i use the CLI to export to vercel, it is changing the favicon to the Webstudio standard one.

Further investigation:
all 3 Websites exported to Vercel are having this issue.
5 comments
J
p
J
p
paso_sb
·

Form Error

I've got a Webhook Form on a page, which always gives an Error.
anybody can find the issue ?
https://kochundrau.ps-digital-solutions.de/kontakt

hosted on vercel, if important.
27 comments
p
O
I
B
J
Hey there,
i am doing my first steps in Self-Hosting on Vercel.
Gone through your Tutorial and i am pretty stunned by how easy and fast this is going.

But i've got a problem using my CMS Baserow, which cant load the images.
Anybody now where my problem is at?
4 comments
T
p
O
Is there a deeper Doc/Tutorial for the Baserow API ? I am currently struggeling on the filter options.
18 comments
J
p
Hey guys,
i've read multiple times in here about the Airtable API restriction with 1.000 calls per Month. (New Update on 2nd Dec.)
I found a cool workaround for using Webstudio in combination with Airtable and Cloudflare Caching API with Make.com.
I would like to make a quick overview how to do it for everyone using Airtable and wanting to reduce the API calls dramatically.
Where is the best place to post this? 🙂

Maybe we could set up a channel for Userguides ? 🙂
4 comments
p
M
Hey guys,
whats your expierence on integrating Videos on Webstudio sites?
Where do u upload them etc? Thanks 🙂
11 comments
p
c
M
p
Is there a way to get rid of the double slash problem with the Airtable image URLs?

The problem is, if i fetch the Image from Airtable via url, it uses the https:// doubled. So all SEO tools are giving out an error, which isnt good for my SEO. Picture is showing an example.

would love to hear so recommondations ❤️
31 comments
p
O
J
Hey guys, what seo Tools are u using/ do u recommend ?
1 comment
M
hey there, i am testing out the new css variables. I got a strange thing accuring.

I've set the --text primary: rgba(206, 207, 210, 1) on the body. Should be a light gray.
The CSS Preview is showing that the variable is applied for that text element in the screenshot. But the text color is black. What am i missing?

thanks ❤️
5 comments
O
p
quick question about fetching Data from Notion which u probably know.

I want to Display a Notion Textfield via API with the rich-text format. But i cant figure out which expression configuration is correct.

Right now, i use the following expression.

.data.results[0].properties.Veranstaltungsbeschreibung["rich_text"][0]["plain_text"]

it is displaying the text, but as expected Plain without the rich-text format.
i tried

*".data.results[0].properties.Veranstaltungsbeschreibung["rich_text"][0].text.content " *

aswell, same result.

Do you know how to fetch the data correct to display it with all the paragraphs etc.?

Thanks a lot for helping all the time ❤️
9 comments
M
p
B