-
Posts
13 -
Joined
-
Last visited
Personal Information
- Website
-
Location
Belfast - Northern Ireland
Recent Profile Visitors
332 profile views
captbdel12's Achievements
-
captbdel12 reacted to a post in a topic: Counter widget/add on
-
I understand, but WHY? why are international customers paying the same if not more for a platform that isn't providing the same or more functionality as US client receive. I can't sell this to clients who want to use Squarespace E-commerce because the platform just isn't progressive in technical functions and integrations for E-commerce. Maybe EU clients are paying for US clients services it's not ideal. How do you explain to a client who's paid the money themselves, that they can't do what's being marketed online etc by Squarespace. I'll have to break the bad news to the client just it wasn't me who sold them Squarespace services.
-
Amazon UK Affiliate blocks.😲 I am very surprised to learn that AMAZON UK Affiliates code blocks "cannot" be used or imbedded into a Squarespace website yet my client pays a Business subscription for her Squarespace E-commerce website. Why is this not possible given UK Squarespace subscribers pay the same if not more for their Squarespace product and cannot expand their E-commerce beyond what is *ONLY available for US users. It's unfair, not flexible and unacceptable that Squarespace subscribers by region are being prevented from using the tools others in the United States are able to use. A completely unbalanced website service platform. Searching the Squarespace forum for answers to this returns only 2-3 previous comments but the marketing of Squarespace services says nothing about what they DON'T PROVIDE. Has anyone else tried to use Amazon UK Affiliate code blocks is there any progress from Squarespace developers in actually implementing this for Amazon UK and others. I have advised my clients using Squarespace to migrate to other platforms as this isn't ideal for expanding their websites using long term revenue generating projects. Cheers.
-
I use this to hide a Product at the end of the date/time specified with the Product given enclosed with DIV = <div class="houdini" style="display:none"> <p>content for div #one</p> </div> <script> window.setInterval(function() { var current = new Date(); var expiry = new Date("September 22, 2022 12:32:00") if (current.getTime() > expiry.getTime()) { $('.houdini').hide(); } else if (current.getTime() < expiry.getTime()) { $('.houdini').show(); } }, 0); </script>
-
captbdel12 changed their profile photo
-
content Daily Automatic Updates on Site
captbdel12 replied to charlestonnikki's topic in Site Design & Styles
They would need this custom developed for their specific function using Javascript. -
Hi, ok that's great can we see a photo or link to website to see it working. 🙂
-
rachelquagliani reacted to a post in a topic: Counter widget/add on
-
What code are you using? on what website I got it to work on mobile.
-
captbdel12 reacted to a post in a topic: Third party tool says domain is compromised. How do I check this?
-
More Squarespace rubbish performance! what's the point in having Instagram blocks that DO NOT UPDATE! and why aren't these issues and others fixed sooner.
-
Help... 7.1 Editor is ridiculously SLOW
captbdel12 replied to sandy.pretzlaff's topic in Pages & Content
For the high cost of Squarespace service I'd say this ridiculous service isn't up to scratch and not worth the hassle or money. Somethings work somethings don't work and always speed is becoming a real issue. WordPress hosted on a good platform is so much better. -
I just found this code and made it mobile responsive 🙂 with some other mods all working really nice.