Join the Webstudio community

Home
Members
Majima-San
M
Majima-San
Offline, last seen 3 months ago
Joined December 13, 2024
Is there a way to see the robots.txt that is generated by webstudio? Would like to trigger the google crawler manually and add the robots.txt from webstudio.
4 comments
s
J
J
B
Hi there, I am testing the responsiveness of my site. While testing the mobile version, I noticed an error in the console when clicking on the hamburger menu. I think this is not something I can fix?
7 comments
M
O
I use GSAP to animate the individual page changes. The process is as follows:

  1. user clicks on a link that has the class “.has-page-transition”
  2. black area is animated from left to right over the entire viewport so that the page content is not visible
  3. the new page is loaded, the black area is still displayed
  4. as soon as the page has finished loading, the black area is animated from left to right to show the new content
Unfortunately, I encounter several problems:

  1. the links do not get their active css styling, I thought it would be enough to pass the class “.active” to the links
  2. my animation is only triggered in the main navigation, not on normal links, such as “read about me” or the first project “Canyon Bicycles” at the bottom in the project list.
I assume that it is due to the routing and the single app structure of webstudio. Can you give me some input so that I can customize my script.
5 comments
O
can webstudio handle gifs? I made a small animation, saved it as .gif and uploaded it under assets. While uploading it shows the gif animated in the assets tab. After finishing uploading the data seems broken. And even when used in the editor it doesn't show up. Any ideas?
3 comments
M
O
Hi, I use the Vimeo component and everything works fine on desktop. When testing on various mobile iOS devices, I noticed that clicking on the play button is not enough. The preview image is then hidden and loaded, but another click on the play button in the lower vimeo control bar is necessary. Is this a bug, or is there another setting I need to make?
I use the webhook form for a contact form. Is there any validation out of the box? I can currently send an empty form. I don't see an option for mandatory fields, CAPTCHA or similar. Thanks for your help!
2 comments
M
B
has webstudio somewhere an option to set an element to "flex:1", "flex2" etc? What I want to achive is setting abstract sizes on elements. I want a child to be 2x bigger than the rest.
13 comments
O
M
J
What is best practice for custom code? Is there something like custom code per page, or should I just add a custom code component and reuse it with a slot if necessary?
1 comment
M