squarespace

Adding a static page to squarespace (developer)

巧了我就是萌 提交于 2021-02-10 12:34:15
问题 I currently have a Squarespace site which is a bit old but still functional. It's going to be a while before I do the new site for it, however, I want to add a new page to the Squarespace site that is a static HTML page that functions as a mini preview to the new site. I have made a separate site just for now and everything is ready to go up on the live account (that's paid for). The dev site I just did everything on the site. region file, however, the layout of the live site is a bit

Adding a static page to squarespace (developer)

我的梦境 提交于 2021-02-10 12:33:23
问题 I currently have a Squarespace site which is a bit old but still functional. It's going to be a while before I do the new site for it, however, I want to add a new page to the Squarespace site that is a static HTML page that functions as a mini preview to the new site. I have made a separate site just for now and everything is ready to go up on the live account (that's paid for). The dev site I just did everything on the site. region file, however, the layout of the live site is a bit

How do I add css class names to text blocks in Squarespace?

前提是你 提交于 2021-01-29 05:53:26
问题 I need to add a class name or an ID to a Squarespace textblock to be targeted by JavaScript. If I use a code block to add the text, I can add a class name, however it can't be edited easily like other text blocks. I am looking for a way to add the class name with the element still bing recognized as a text block. Is there a way to do this from the editor or is developer mode my only option. 回答1: Unfortunately, you cannot directly edit the HTML of a text block (or any block besides markdown

How do I add css class names to text blocks in Squarespace?

浪子不回头ぞ 提交于 2021-01-29 05:50:40
问题 I need to add a class name or an ID to a Squarespace textblock to be targeted by JavaScript. If I use a code block to add the text, I can add a class name, however it can't be edited easily like other text blocks. I am looking for a way to add the class name with the element still bing recognized as a text block. Is there a way to do this from the editor or is developer mode my only option. 回答1: Unfortunately, you cannot directly edit the HTML of a text block (or any block besides markdown

Fix full screen background image on Squarespace page

旧街凉风 提交于 2021-01-28 17:54:12
问题 I'm having issues getting background images to display full screen (take up the whole background space) with a Squarespace page. My CSS was working but somehow it stopped working and now I have a gap on the bottom of the screen. The issues i've been having with Squarespace and how it sets up HTML for you, so recreating this issue really does not help. Instead, you can view the page at richiequake.com and use the password Help123 to access it. This issue happens in the Desktop version and

Fix full screen background image on Squarespace page

和自甴很熟 提交于 2021-01-28 17:52:56
问题 I'm having issues getting background images to display full screen (take up the whole background space) with a Squarespace page. My CSS was working but somehow it stopped working and now I have a gap on the bottom of the screen. The issues i've been having with Squarespace and how it sets up HTML for you, so recreating this issue really does not help. Instead, you can view the page at richiequake.com and use the password Help123 to access it. This issue happens in the Desktop version and

Can I store database information in Squarespace

谁都会走 提交于 2021-01-27 23:45:04
问题 I am thinking of moving from Wordpress to Squarespace but have written a custom plugin for wordpress that regularly updates a news feed. I have looked through the Squarespace documentation and it seems rather restrictive. Is there any way to store database information in Squarespace and run a cron job? 回答1: No, you can only add "client-side code" to a Squarespace site, and not "server-side code". You can't add server-side code Server-side code is handled by a server, not by a browser, and

Does Squarespace not allow for class and id selectors to be used in custom HTML and then targeted in the CSS editor?

故事扮演 提交于 2020-02-25 04:13:51
问题 Hello StackOverflow Community, I just started using Squarespace to create a site for a client & friend offering some safety and equipment training courses, I love the templates, it's quite easy to use with the drag and drop of it all. However, I'm running into a problem with the course catalog page. I'm adding custom HTML to allow for a nicely laid out list with descriptions but the class and id selectors just don't target the elements. Targeting the <li> and <ul> elements targets them all,

media query for phone works but not tablet

╄→гoц情女王★ 提交于 2020-01-26 04:20:28
问题 I am using media query in my css and I was able to adjust it to look good on mobile on the page I'm working on, but the tablet keeps the font the same size and doesn't adjust like I want. How can I have one single media query that adjusts both for tablet AND phone? <style> .kppr { margin-top: -8%; margin-left: 8%; } .kppr p { color: #89d4e8; font-size: 400%; font-weight: bold; } @media only screen and (max-width: 700px){ .kppr { margin-top: -15%; } .kppr p { font-size: 125%; } .kppr img {

Change date format on a template

↘锁芯ラ 提交于 2020-01-25 20:45:28
问题 I'm using the Foundry template on Squarespace and I need to change the date format on post pages from english to portuguese. Instead of "May 6" I need "6 Mai". In Brazil we use the pattern dd/mm/yyyy. In this case I just want the day and month, and also translate all the months (to: Jan, Fev, Mar, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez). I already saw people solving this for others languages there. But not to portuguese or on the Foundry template. It's possible to make a code-injection