Join the Webstudio community

Home
Members
paso_sb
p
paso_sb
Offline, last seen 4 weeks ago
Joined December 13, 2024
** 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
hey guys,
i am testing the speed on the Webstudio Site https://www.festspiele-balver-hoehle.de/
The Google Speed test ist fine, the GTmetrix score is ok aswell. The strange thing is, with a US location, the Scores are around 90. With a EU location, it's about 65-70.
Cloudflare is activated aswell.

The clients are mostly in Germany. Is there a way to make the EU location better?

GTMetrix report for EU: https://gtmetrix.com/reports/festspiele-balver-hoehle.de/uzw6MN1e/
GTMetrix report for US: https://gtmetrix.com/reports/festspiele-balver-hoehle.de/EJ6YEc4o/
12 comments
O
p
J
hey guys,
i am struggeling with the SEO problem of not having the right canonical pages in the sitemap.
My idea is to set the canonical on each page in a HTML Embed, but i get a error and it delted the <head> tag.
Am i missing sth?

Kind regards 🙂
3 comments
O
p
Hey Guys,
i am working on a client site which will be using goole analytics. They are using cookies, so i need a cookie option for the site.
What are u using for this ?
I tried finsweet but wasn't successful in the implementation.

Big thanks 🙂
1 comment
O
anyone know how to set a Canonical link on Webstudio websites?
7 comments
p
J
O
Hello everyone,
so far I have only implemented static websites in Webstudio. I'm slowly warming up to the tool and am very enthusiastic.
I am now planning to implement an upcoming project with Webstudio instead of Webflow. This contains a number of CMS components that I would like to know in advance if this works and roughly how. (I strongly assume so)
I would prefer Notion as CMS for the connection, but I am also open to other services. Ideally a free version, as the monthly budget is limited for the client. This is a large cultural association.

The screenshots show roughly how the whole thing should be set up.
There is a CMS area for the teams. I'm not worried about that at all, it's easy.
The exciting part is the events.
The website should have a slider on the start page that shows CMS items. 1 CMS item is an event. The events should be displayed as a collection and filtered with buttons. In addition, each event should have its own subpage with details. Both rich text elements and images are planned here. There should also be another collection that displays the timetable of the event on the subpage. Also with a filter for the different days.

I would be pleased to hear your opinion on whether the whole thing can be implemented with Webstudio and what you recommend as a tool for the CMS content.
Thank you!
3 comments
p
J
Hi guys,
i am struggeling to implement CSS Animations in Webstudio. It should be so easy, but i cant find out where i am going wrong.
This is the Animation Code i want to use.

<style> @keyframes appear { from { opacity: 0; clip-path: inset(100% 100% 0 0); } to { opacity: 1; clip-path: inset(0 0 0 0); } } .block { animation: appear linear; animation-timeline: view(); animation-range: entry 0% cover 40%; } </style>

Shouldn't all the elements where i set the CSS Class to "block" now be with this animation?
I Tried to paste this code in the Projekt settings custom code, but it didn't work. Is it the wrong place?

Much apprechiate the help 🙂
15 comments
J
m
p
O