loggie24
-
Posts
10 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by loggie24
-
-
Still not fixed...
-
Quote
Thank you for reporting this behavior, Johan. After further review, I can confirm this is related to an issue with extra spacing displaying on the live end of sites. Our Engineering team is aware of this issue, and they’re currently working toward a fix. We’re unable to offer a timeline for resolution, but I can assure you that we’re working to have this resolved as soon as possible.
-
Tweeted at them, need to get this fixed. If you can, interact for it to get fixed faster.
-
-
Hello,
I was adding a new text element to our front page, suddenly after saving my changes and refreshing I realized the spacing between elements had changed ALL over the website. It used to be significantly more "compact" than it now is. I have no clue what happened, all I did was add some text to the front page.
Our website: https://www.realbiomes.com/
Thanks!
-
2 hours ago, Ziggy said:
Have a look at this tool:
https://support.squarespace.com/hc/en-us/articles/360002072748
Thank you for the answer. I already had a look at the URL builder, however i'm not sure it will for my purposes as I need a "normal" looking link I can submit to another company so they can redirect users from their website to ours. From what I can see you have to select "Ad Platform" which isn't relevant to what I'm trying to do.
-
Hello,
What i'm trying to do is the following: I want to have a specific link that redirects people to a specific page on my website while also being able to track the amount of clicks this link has generated/how many people has been redirected to my page. What I'm interested in is knowing specifically where people come from, ie. if I have this redirect link posted on one website, I would be able to see exactly how many people clicked on that link.
I know this is possible with external tools like URL shorteners etc, but is there any built in functionality for this in Squarespace?
I also know that technically you could just create a duplicate page and direct people there, then you would at least see the amount of people landing on this duplicate but that is obviously not ideal.
Thanks!
-
Hello,
I'm trying to get this code block that I designed as a button to better fit in my page but the code block looks like this when I'm working on my website and as a result I can't align it properly like the rest of my buttons.
As you can see the "bounding box" is very big on the code block and makes it very awkward to place anywhere accurately.
This is the code I'm running:
<a href="#!" class="sqs-block-button-element--medium sqs-block-button-element sqs-button-element--primary" id="buy">Buy now</a> <script type="text/javascript"> function openCheckout() { Paddle.Checkout.open({ product: 111111 }); } document.getElementById('buy').addEventListener('click', openCheckout, false); </script>
If anyone has any tips that would be appreciated!
-
Hello,
I'm trying to integrate Paddle into our website so that customers can click a buy button and the Paddle "overlay" pops up and they can pay etc. However since i'm not exactly a coding afficionado i'm not able to get it looking the way I want.
Basically, in the Paddle documentation they have a bunch of sample code I can put into a code block, this works and a clickable button shows up and the overlay works fine. The problem is the button design as it's not consistent with the Squarespace buttons I have made and use throughout the website, and I can't figure out how to get this code to run through a button or replace the button I get in the code block with the Squarespace button.
This is the code I put into the code block to get a functional button but with the wrong design.
<a href="#!" class="paddle_button" data-product="111111">Buy Now!</a> <script src="https://cdn.paddle.com/paddle/paddle.js"></script> <script type="text/javascript"> Paddle.Setup({ vendor: 111111 }); </script>
Link to the documentation if anyone is curious:
I have made an example page where you can see the button I want to use for this and the functional paddle button.
https://www.realbiomes.com/test
Thanks!
Spacing suddenly changed all over our website! :(
in Site Design & Styles
Posted · Edited by loggie24
This is very disappointing from Squarespace. We just launched our new products and are in the process of doing a huge marketing push just for our website to now look sub par because of some idiotic bug!!
Edit: literally as I posted this I refreshed and it might be solved now.