-
Posts
40 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Everything posted by LemonstrikeCreativeStudios
-
Trying to Creat an image map - not working
LemonstrikeCreativeStudios replied to DNU's topic in Customize with code
@tuanphan Hi there! I found this thread while searching for answers on a similar project. I have a client that we're looking to migrate to SQSP, and the only thing holding us back is the ability to show them that we can migrate the map on this page to a SQSP site. I have the SVG code from the map (how can I share this with you privately?), which was created by a former developer of theirs who's long gone, as well as the image of the map itself. I don't even know where to being as far as moving it over. Any guidance you can provide would be greatly appreciated! -
Interactive Image Map
LemonstrikeCreativeStudios replied to Ginger_Meadow_08's topic in Customize with code
Hi @creationscape! What site/tool did you use? I don't see a link in your post and am curious about this for a client project. Thanks in advance!- 16 replies
-
- clickthrough
- code
-
(and 1 more)
Tagged with:
-
How is it possible that Squarespace doesn't allow for email routing based on user selections? I've seen this topic a slew of times in the support forum (including this one) and still nothing. Does anyone know of a plugin that allows for email routing to specific email addresses based on a user's selection (for example, in a subject dropdown)? TIA!
-
Breadcrumb at the start of every blog post.
LemonstrikeCreativeStudios replied to a topic in Customize with code
@tuanphan Thanks so much! You always come in clutch 😎 -
Breadcrumb at the start of every blog post.
LemonstrikeCreativeStudios replied to a topic in Customize with code
@tuanphan Apologies for the delay! That would be so helpful, thank you. The client has two blogs (/blog and /careers) but I'd like the breadcrumbs to appear on the posts of the Careers blog: https://www.lomi.org/careers. I would just like it to say "← Back to Careers" and link back to /careers. Let me know if you need anything else or have other questions. Thank you! -
Breadcrumb at the start of every blog post.
LemonstrikeCreativeStudios replied to a topic in Customize with code
Hi @tuanphan! I actually tried that and it didn't work 😞 It DID work in Code Injection > Footer but affected both blogs my client has. Any ideas? I can add it back to the blog page I'd like it on and send you a link. Let me know. One question–should I be adding it to "Page Header Injection Code" or "Post Blog Item Injection Code?" -
Breadcrumb at the start of every blog post.
LemonstrikeCreativeStudios replied to a topic in Customize with code
@houghtoncreative Hi! This is exactly what I've been looking for for a client's site, however I need to target one specific blog and its corresponding posts. Any insight you can provide would be greatly appreciated! -
Grrr. This is still an ongoing issue. Can anyone help?
- 2 replies
-
- error
- integration
-
(and 3 more)
Tagged with:
-
@jpeter THANK YOU! I think caching is preventing me from seeing it in my working browser, but I can see it in incognito and it looks fantastic. Thanks again for the assist 🙂
-
@tuanphan Hey there! Found this thread while searching for an answer. I can't seem to get this to work for 7.1. I'd love to use an image as a top border for my client's footer. Any insight or guidance you can provide would be great. TIA! Site: https://schulz-celebrity-golf-classic.squarespace.com PW: snoopy Image I'd like to use: https://images.squarespace-cdn.com/content/6554f93572c370332e59a9a0/0076b61b-a133-4f36-b2e7-ad8496b62727/peanuts-grass-100px.png?content-type=image%2Fpng
-
@tuanphan Hey there! I'm having this issue as well on mobile, but none of the code above is working. Curious if it's due to change in code over time, but would you mind taking a look? Page: https://californiochocolate.com/cacao-origins My goal is to have the captions on the gallery images always appear (not just on hover) on both desktop and mobile. TIA!
-
Checking for editing mode with Javascript?
LemonstrikeCreativeStudios replied to nick_sh's topic in Customize with code
@creedon Does that mean I should install that code again for you? (And I appreciate your help very much!) -
Checking for editing mode with Javascript?
LemonstrikeCreativeStudios replied to nick_sh's topic in Customize with code
@creedon I ended up removing it. I'm at my wits end and nothing was working so I changed gears, however if you'd like me to install it for testing purposes, I can do that, and yes, I originally had it in Design > Custom CSS. -
Checking for editing mode with Javascript?
LemonstrikeCreativeStudios replied to nick_sh's topic in Customize with code
@creedon Hey! Any chance you can help me figure this one out? I'm on the verge of tears for not being able to get this working. I've got two blogs and need to hide the titles for all posts in only one of them (only that specific collection), however the titles should only be hidden on the front end, not for the admin when editing the site. The code I've been testing is below. Please note it's not currently added to the site, but I can add it for testing purposes. body:not(.sqs-edit-mode-active) { #collection-6491eebaa220bc4d8d6b648e .blog-item-wrapper .blog-item-title h1.entry-title { display: none !important; } } Collection URL: https://lomi.squarespace.com/team-members PW: lomi Any help is GREATLY appreciated. -
Checking for editing mode with Javascript?
LemonstrikeCreativeStudios replied to nick_sh's topic in Customize with code
@tuanphan I've tracked down the following code (source) and stuill nothing. Would love any insight you might have! body:not(.sqs-edit-mode-active) { .collection-6491eebaa220bc4d8d6b648e .blog-item-title { display: none !important; } } URL: https://lomi.squarespace.com/team-members/thomas-pope PW: lomi -
Targeting Blog Pages with Specific CSS
LemonstrikeCreativeStudios replied to jcweaver's topic in Customize with code
@jcweaver Commenting to push this up. Also looking for a solution on this. Thanks! -
Checking for editing mode with Javascript?
LemonstrikeCreativeStudios replied to nick_sh's topic in Customize with code
@tuanphan Unfortunately, that doesn't work for me. I still the blog title hidden from being editable when viewing the site with /safe at the end of the URL. Any other ideas? -
Checking for editing mode with Javascript?
LemonstrikeCreativeStudios replied to nick_sh's topic in Customize with code
@creedon Piggy-backing onto this convo because this is def above my head. Haha. I'm using a blog to manage a client's team members, and I've got some code in to hide the blog post titles. As we're using the duplicate function to streamline adding new members, the issue comes in when the title that needs to be edited (as it affects the URL and label in the backend), but is now hidden for the admin editing as well. Therefore, the only way to update the team member's name is to remove the code so I can see the post title, edit it and then re-add the code...every. time. Is there any way to get around this? I'm anticipating training the client and that's not ideal. TIA! -
Different Aspect Ratios For Store Page
LemonstrikeCreativeStudios replied to jeffli's topic in Images & Videos
@paul2009 Hey Paul! Your guide is helpful, however the change I make to the one collection I want to adjust affects ALL shop pages. Grrr. Any way to target a specific collection? Collection URL is https://smartsharkdesigns.squarespace.com/acrylic-originals, pw: jaws. Thanks in advance! -
Event / Program Schedule app?
LemonstrikeCreativeStudios replied to LemonstrikeCreativeStudios's topic in Pages & Content
@qosmic Hey! Thanks for the reply, and rad on the connection 🙂 It's great advice, however already having done that, most other sites with the kind of functionality we're looking for are on Wordpress so it's not really helpful. I'll check out TV media and see. -
Hey folks! I've got a conundrum and I'm hoping y'all can help. A nonprofit radio client I'm looking to migrate over to SQSP has a complex schedule to display for their programming. It does not require ticketing, nor should it work like a calendar in the usual sense. Attached is a screenshot of what their program schedule looks like right now, which they're currently displaying as an image and linking off to a downloadable PDF. In a perfect world, each program on the schedule would link to a dedicated program page, but that's easy enough to do. What I need is an app/widget to build this out, but also allow the client to manage it easily. For the life of me, I can't find anything to accomplish this. Any suggestions would be greatly appreciated!
-
Fellow SQSPers, I've got Featherlight configured for a text popup on this page (site pw: teacup), and I've added some styling to the popup close button (below, top). Screenshot attached for what it should looks like. I can only see the CSS working when I'm logged into the. site and viewing the page in the editor. It is not working when logged out, on any type of window, incognito/private or otherwise. Meanwhile, the styling for the popup window itself (below, bottom) is working just fine. Anyone know why this might be happening in spite of the !important tags included? TIA! .featherlight .featherlight-close-icon { line-height: 50px!important; width: 50px!important; color: #941114!important; font-size: 1.5rem!important; } .featherlight .featherlight-content { padding: 10px 42px 10px 35px!important; }