julesgilleland
Circle Member-
Posts
21 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
julesgilleland's Achievements
-
SparklesRock reacted to a post in a topic: How can we create a community discussion function on a squarespace website?
-
Callan reacted to a post in a topic: How can we create a community discussion function on a squarespace website?
-
I would love to get this to work as well without paying for a widget. Did you find an answer?
- 3 replies
-
- blocks
- custom-css
-
(and 1 more)
Tagged with:
-
I have a closed FB group I will try this, thank you.
- 5 replies
-
- customized
- code
-
(and 3 more)
Tagged with:
-
julesgilleland reacted to a post in a topic: How can we create a community discussion function on a squarespace website?
-
darbycalm reacted to a post in a topic: How can we create a community discussion function on a squarespace website?
-
All of these community options are so pricey! I really don't understand why the membership section doesn't have some sort of chat or at least messaging. Hasn't anyone found an affordable way to integrate engagement and discussions in their squarespace site?
- 5 replies
-
- customized
- code
-
(and 3 more)
Tagged with:
-
VMP reacted to a post in a topic: Why can't I add courses to my Squarespace storefront?
-
@tuanphan Thanks for the response. Yes that is the desktop version, so text isn't readable. The mobile version on Squarespace looks like this. So, all text is readable. I don't understand why it works when looking at the page under my 1st domain, but in the new forwarded domain it only shows up as desktop version. Can you help as it all launches tomorrow and I really don't want to use the first domain name, but might have to as I can't solve this. Thanks, Jules
-
I created a sales landing page for a new project on my site, www.thinkwiththings.com. I added code to hide the header and footer and did web forwarding to connect it to a new domain name. www.thingslab.app. It looks great under my original domain name on mobile, but when using the web-forwarded domain, the mobile version shows the desktop version. (so all text is unreadable) This is the page under my site https://www.thinkwiththings.com/thingslab-app this is how it looks in the new domain https://www.thingslab.app/ on desktop both are fine, only mobile is bad. I added this additional code: <script type="text/javascript"> if (screen.width <= 767) {document.location = "https://www.thinkwiththings.com/thingslab-app";} </script> But then nothing shows up at all on mobile?!?!?!? The code I have in the Page Header Injection works great to hide the header and footer, but like I said when I add the other it all disappears. I have tried only to add the above and it still shows nothing: <style> #header { display:none } </style> <style> .header, #footer-sections{ display:none !important; } </style>
-
Redirected link isn't mobile friendly
julesgilleland replied to Meghan_105's topic in Pages & Content
No, actually nothing comes on the screen at all. When I removed the code it worked again, but again was small like the desktop version. -
Redirected link isn't mobile friendly
julesgilleland replied to Meghan_105's topic in Pages & Content
@tuanphan sorry, so this is super late as was away on business. I tried the code but now it doesn't come up at all on mobile?? -
Redirected link isn't mobile friendly
julesgilleland replied to Meghan_105's topic in Pages & Content
Yes, it does redirect to that page, and the URL is hidden, so it shows www.thingslab.app, but on mobile, it remains the desktop version and is not responsive. Is it fine when I am not web forwarding? Makes no sense. -
Redirected link isn't mobile friendly
julesgilleland replied to Meghan_105's topic in Pages & Content
I am also having this problem. I created a sales landing page for a new project, and I did webforwarding to connect it to a new domain name. It looks great when under my original domain name on mobile, but when using the web-forwarded domain, the mobile version shows the desktop version. (so all text is unreadable) https://www.thinkwiththings.com/thingslab-app the new domain is https://www.thingslab.app/ on desktop both are fine, only mobile is bad. -
I am having this problem as well and in 7.1 I do not see anywhere to change the Page Banner: Overlay Color I have tried relaoding the video and checking all the colour settings and still looks washed out. https://www.bothygardens.com/ (video is of flowers halfway down the homepage) Hope someone can help Jules
-
creedon reacted to a post in a topic: Adding Category Descriptions by Category Page
-
Adding Category Descriptions by Category Page
julesgilleland replied to Andrea_Hitpas_Art's topic in Customize with code
Ok, wow! That worked, sorry for being so complicated. I thought I had done it correctly, but only point to the link not the file, so working now. Thank you so much for your help. I will read back and see if I can add a unique description but for now it is what I needed. Thanks! -
Adding Category Descriptions by Category Page
julesgilleland replied to Andrea_Hitpas_Art's topic in Customize with code
Paid business plan, but had a password until this morning -
Adding Category Descriptions by Category Page
julesgilleland replied to Andrea_Hitpas_Art's topic in Customize with code
@creedon Hi, I am launching my site tomorrow and would really love to have these category titles showing up. I am not sure what I am missing. I followed all the steps, except I have searched everywhere about if I have to change something in the code and have tried a few things, but nothing works. Can you take a look at it? www.turtlewings.co.uk (password until tomorrow Turtledreams -
Adding Category Descriptions by Category Page
julesgilleland replied to Andrea_Hitpas_Art's topic in Customize with code
Ok, thanks for all of that. I feel like I have done it all correctly, but I still don't see anything, looking in a private viewing. Maybe there is a piece of code I have to change? Sorry absolute newbie here.