Join the Webstudio community

Home
Members
AdamOBryn
A
AdamOBryn
Offline, last seen 3 weeks ago
Joined December 13, 2024
does the content embed support scripts
43 comments
A
J
O
Maybe its a silly question but im trying to reduce a requests results down from x amount to 3 within the expression editor of a collection. can this be done. i would do it in the graphql request but this is a child response item with no filtering
2 comments
A
J
there are 3 x application/ld+json entries. 2 dupes I didnt create and the 3rd one which is mine. Is there documentation on how to edit these generated ones?
20 comments
A
J
I
Hey guys I have buttons that have an active and hover status. Is there a way to set one as active.
31 comments
J
A
J
I
/online-casinos this path gives 404. is creating another copy of the page the only way to make this a valid path when no filters are supplied
20 comments
O
A
So far the only way i see to do this is to manually add each filter type
10 comments
A
O
I'm looking for a place to use utility functions or helper libraries. Would i need to do this externally
4 comments
A
O
This always returns true
whether its
"search": {}
or
"search": { something}
75 comments
J
A
O
It seems they pull the same value. Is there a way in web studio to have them not activate all when one is clicked
18 comments
A
d
J
Am i doing something wrong. seems when a checkbox is inside a popover content the filter isnt added to the search. works fine if the checkbox is inside the main popover parent
2 comments
A
B
hey guys where do i find the robots.txt. got some old url paths i need to disallow
10 comments
A
O
Im looking to disallow some old ips from my previous site. but i cant find the file
2 comments
O
J
i see that the image link from base row contains 2x https: is there a way to get around this or is this just a limitation of baserow images
6 comments
A
J
p
Hey guys when i setup my filtering using the pages im able to access none existing pages. how do i block these. I tried 404 pointing towards the ok = false but it doesnt seem to work
4 comments
J
A
R
How how do i switch them over to my new domain
6 comments
A
J
Im wondering if i have to manually add static pages to the site map. i dont see them generating from the system resource
5 comments
J
A
J
R
Special charters in db such as < > are being seen encoded. not sure if this is a baserow issue or webstudio
15 comments
A
b
B
<button onclick="fetchData('casino_features')">Casino Features</button>
<button onclick="fetchData('payment_methods')">Payment Methods</button>
<button onclick="fetchData('licenses')">Licenses</button>
<button onclick="fetchData('languages')">Languages</button>
<button onclick="fetchData('providers')">Providers</button>

i have a test called fetchData which takes these arguments. the buttons are created through a collection and the collection contains the variable title. is there a way to bind this. or will i need to self host and do some magic outside of webstudio.
8 comments
A
O
Is there a reason i cant access system variables in slot components
5 comments
A
J
just like to update flotiq added searching for single items through api using any unique field. Before it was just ID. so now you can create dynamic pages using slugs 😄
2 comments
A
J
I have a collection and a button. The Collection uses a variable attched through the expression editor. This all works manually but Im not sure how to access that variable with a button or if its possible.
18 comments
O
A
J
Hello! I'm attempting to update a page based on the slug but i cant seem to request data using a slug with flotiq. I can do it with ID any info on how to do this

works
query{
blog_post(id: xxxxxxxxxx){
title
header_image{url}
blog_content
}
}

doesnot
query{
blog_post(slug: xxxxxxxxxx){
title
header_image{url}
blog_content
}
}
21 comments
O
A
J
B