-
Content Count
14 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Site URL: https://www.81monkeys.com/ I'm attempting to put our app-ads.txt (similar to ads.txt) on our site for our mobile app. Sadly Squarespace does not allow or support adding files to the root directory. This is a huge problem for app developers! I've found a work around, where you basically, upload the file to a page, find the unique URL for the file, and then redirect to the file by creating a page with the slug app-ads.txt. The problem with this solution is that Squarespace does not allow me to make a slug with a (.) period in it. Does anyone have a solution to this problem? Thanks!
-
Site URL: https://www.anterrarpg.com/ Hi! Does anyone have any advice on which confirmation to use for newsletter signups? The default is a confirmation email, but the easier solution is to use a reCAPTCHA, plus it also keeps you safe from bots. Is one more effective than the other? Should we use both? Thanks!
-
I believe this is because subscribers have to confirm their email address. Subscribers will not appear in your list until they have clicked confirm in the automated email. You can still capture their email address by adding google sheets as a storage option, but without confirmation, emails may end up being marked as spam. Hope that helps!
-
Site URL: https://www.anterrarpg.com/home We're trying to get an image to cap the section off so that we can use a ripped page, or a rolled scroll effect. We've managed to get the image to offset and cap off it's section, but in doing so we have broken the website by adding more space to the right side. This has happened because we're overriding the 'overflow' value. when we only need to override the overflow-y, but we can't seem to reference the sub values for overflow... Anyway, does anyone have any ideas as to how to stop the image from bleeding out to the right? The image we're usin
-
creedon reacted to an answer to a question: Squarespace 7.1 Parallax - omit specific section
-
Overlapping Elements CSS Issue
81monkeys replied to AshleyThomas's question in Coding and Customization
Sadly, this does not work for me. -
Overlapping Elements CSS Issue
81monkeys replied to AshleyThomas's question in Coding and Customization
What is #new-page referencing? Is it the URL, or the actual page name/title? -
Squarespace 7.1 Parallax - omit specific section
81monkeys replied to salondaome's question in Coding and Customization
I figured it out! You just need to assign an external image using CSS as the BG, then there's no parallax! #sectionName { background-position: center top; background-image: url(https://images.squarespace-cdn.com/content/...) } DONE!- 13 replies
-
- css
- javascript
-
(and 1 more)
Tagged with:
-
Squarespace 7.1 Parallax - omit specific section
81monkeys replied to salondaome's question in Coding and Customization
@creedon https://www.anterrarpg.com/ password is 'merlin'- 13 replies
-
- css
- javascript
-
(and 1 more)
Tagged with:
-
81monkeys changed their profile photo
-
Squarespace 7.1 Parallax - omit specific section
81monkeys replied to salondaome's question in Coding and Customization
@creedon Sorry! The password is 'merlin'. The sections are using a placeholder, paper-like texture. We would like to freeze/stop their parallaxing without stopping the other sections. I really hope you can help us! Thanks for taking the time to reply.- 13 replies
-
- css
- javascript
-
(and 1 more)
Tagged with:
-
81monkeys reacted to an answer to a question: Squarespace 7.1 Parallax - omit specific section
-
Squarespace 7.1 Parallax - omit specific section
81monkeys replied to salondaome's question in Coding and Customization
Hey! I'm attempting to do that same thing as the OP asked. I've tried this code, but can't seem to get it to you. <script> $( '.has-background:not( [ data-section-id="5f9c896941ab74478c7a8a97" ] )' ).attr ( 'data-scrollax-parent', 'true' ); $( '.has-background:not( [ data-section-id="5f9c896941ab74478c7a8a97" ] ) .section-background' ).attr ( 'data-scrollax', 'properties: { translateY: "100%" }' ); $.Scrollax ( ); </script> We're using the Impact template. The ID that I tried using is the data-parallax-id, which is different than what was suggested, but it's t- 13 replies
-
- css
- javascript
-
(and 1 more)
Tagged with:
-
rwp reacted to an answer to a question: How to change text colour for Blog comments section
-
Site URL: https://www.screencast.com/t/jejJvOjXn I'm attempting to add some code to the header as I have done before, however the code input text field is not allowing me to click on it or enter any text/code. Am I missing something here? I've added a screencast video link showing the problem. Steps to reproduce: 1. Go to page in the Squarespace editor. 2. Select the gear beside the page name. 3. Under 'index settings' click on Advanced. 4. Attempt to click on the "PAGE HEADER CODE INJECTION" section. Nothing happens and I've tried it on a few different sites that I have.
-
How to change text colour for Blog comments section
81monkeys replied to 81monkeys's question in Coding and Customization
Thanks! This has been a big help.- 4 replies
-
- custom-css
- blog-page
-
(and 1 more)
Tagged with:
-
How to change text colour for Blog comments section
81monkeys replied to 81monkeys's question in Coding and Customization
Thanks RWP. This was heplful! There is still one small issue, but it's not a big deal. There's a little "Preview" button to the left of the "Post Comment" button, it's still white, and can't be seen. Like I said, it's not a big deal, but it would be nice to fix. Thanks again for the reply!- 4 replies
-
- custom-css
- blog-page
-
(and 1 more)
Tagged with:
-
How to change text colour for Blog comments section
81monkeys posted a question in Coding and Customization
Site URL: https://www.thechoreapp.com/blog/2020/6/23/how-to-make-family-friendly-cleaning-products We just added a blog page to our website and ran into an issue. We've changed our website text to be white, with coloured BGs. However the comments section has a hardcoded white BG and font type, which means our text can be seen. Can someone advise us on how to update the comment section text or BG without changing our fonts? THANKS!!! Update: We've temporarily changes our site text to a very light grey, so that people are able to comment... I'm sure we're going to be flooded with comments- 4 replies
-
- custom-css
- blog-page
-
(and 1 more)
Tagged with: