-
Posts
13 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by Oukside
-
Hi Dear, I think this is a problem. On portfolio, it is not allowed to load assets already present from the library for the social image or the featured image. If you want to use the same image (because, for example, it acts as a header and it is therefore consistent to use the same one), you must upload the same image 3 times, with the same name* *note: this is a weird behavior; uploading an image with the same name creates another with an "alias" and you end up with two identical, duplicate images.
-
No. The first screenshot is in editing mode!
-
Hi It is very frustrating to work with the "code block" because it often occupies the space that "thinks" the output of the entered code will occupy. Thus, it makes it difficult to arrange the elements. In the screenshots you can see that to make the texts appear non-overlapping (front end screenshot), I have to overlap the elements in the development phase (screenshot builder). Do you have any solution?
-
Stick "toghether" two element so that they do not overlap
Oukside replied to Oukside's topic in Customize with code
Oooh what a clever solution! Thanks! 🤩 In fact, it was right there before my eyes, but I was still because I was holding the "Fill" button. Thanks to your solution, I found another way to keep the button in "fill" mode but still mantain the distance from the bottom border of the text block: I aligned the bottom of the button with the bottom of the text block, then used CSS to "rise" the button inside the text block: .sqs-block-button-container { position: relative; bottom: 30px; } Since that page is inside a "Portfolio" type of page, and there SQS allows to inject code only to the whole thing (overview page + specific pages), I added the selector .sqs-position-sticky to better target ONLY that type of buttons. (I write this in case someone else wants to use this solution: maybe it is necessary to specify the element even better; in my case, the structure of the pages will be quite simple and that level of specificity in the CSS is sufficient.) -
Hi if you see this page: https://oukside.com/workshops/stress-fat-loss-2 (from desktop) you can see the element on the left that is pinned. The element is formed by two blocks (text + button). At the end of the viewport, you see that the button block "goes up" relative to the text block. Is it possible to "stick together" (via Squarespace native feature) in a way that at the end of the section, the elements do not overlap? Or there is some workaround for the same?
-
Add Medium font to get a "softer bold"
Oukside replied to Poncho's topic in Fonts, colors and images
@Poncho you have to go in Website Tools > Code Injection and use the first box to insert inside the <head> tags the code to embed your fonts. E.g. for Montserrat, via Google Fonts, I used this code: <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet"> to load the full axis of width. Then you can use inside CSS. E.g. h1 { font-weight: 300; } -
Insights on Mega Menu, Different Button/Links/Text Style and More
Oukside replied to Oukside's topic in Site Design & Styles
In my opinion, the most important/useful for a "base" (that should be natively ipmlemented in Squarespace Website Builder): • Section visibility • Block visibility (Hide section / Block based on screen size / device) • Button styles • Heading styles • Mega menu • Scroll to Top • Line styles- 2 replies
-
- plugin
- customized
-
(and 1 more)
Tagged with:
-
It seems not possibile to change file name in Squarespace. When you upload an image, it’s uploaded inside a CDN (sort of) with a different name - you can see if you go on the website front end and download your image directly from your page. You cannot edit image name. If you want to “edit” it, you have to download your image (via Asset library or directly front end), edit name locally, then upload the image with the new name. But warning: if you want to have the image with the new name on the page(s) in which there is the image with the old name, you have to edit the page to re-assign the new uploaded image. I hope Squarespace will change this. It’s useful (it is how this should be) to allow to edit file names or, in general, override an image from asset library to change it in every page it’s used.
-
-
Hi everyone, just an insght to say that I think this type of customization -> https://www.sparkplugin.com/customizations should be native of Squarespace Builder. 🙂
- 2 replies
-
- plugin
- customized
-
(and 1 more)
Tagged with:
-
Menu Grid Spacing Between elements (Log / Nav / Side Elements)
Oukside replied to Oukside's topic in Customize with code
Hi, thanks for the interest. I've just come here to say that we found solution that work smoothly: https://schwartz-edmisten.com/blog/fix-centered-header-layout-links-wrapping-in-squarespace-71- 2 replies
-
- menu
- navigation
-
(and 1 more)
Tagged with:
-
Hi! We're trying to resize the grid columns for log / nav / other elements, but I see that there are more complex / nested CSS rules that we espected. I didn't find a solution. The scope is prevent what you see in the images attached (menu goes on two lines when screen is at certain size, even if there is a lot of space that is unnecessarily unitilized). Anyone have done this before or can help?
- 2 replies
-
- menu
- navigation
-
(and 1 more)
Tagged with:
-
Any Plugins or Techniques to Replace Images in The Asset Library?
Oukside replied to Zwaeback's topic in Images & Videos
It should be useful just if you upload image with the very same name and this replace the one in the library. Now what happens is something "weird": you can have more images with the same name (it is possible 'cause it's in a different path inside Squarespace's CDN).