-
Posts
22 -
Joined
-
Last visited
SteveWeb2023's Achievements
-
Earvin reacted to a post in a topic: Need a solution for a table chart that is searchable
-
Earvin reacted to a post in a topic: Need a solution for a table chart that is searchable
-
Beyondspace reacted to a post in a topic: Need a solution for a table chart that is searchable
-
Hello, I am looking to incorporate some animation designs off Spline onto my website, but I am worried with compatibility within Squarespace. They have some cool scenes and what not that I could definitely use for a header/banner. My only concern with this is the mobile capability seems not as a responsive. Anyone have experience using Spline with their site and is it worth it? Thanks,
-
Splash Screen (Animated) -- Mobile issue
SteveWeb2023 replied to SteveWeb2023's topic in Customize with code
Hey there - thanks for checking. I am still receiving the error on all mobile devices. It appears to slide the opening animation to the left, then reappear and glitch out the whole site afterwards. When you load the page and keep it there it disappeared and allowed you to browse normally? -
Splash Screen (Animated) -- Mobile issue
SteveWeb2023 replied to SteveWeb2023's topic in Customize with code
Anyone that may have insight would be greatly appreciated 🙂 -
SteveWeb2023 changed their profile photo
-
Hello, I am encountering an issue where I've followed a tutorial for an animated splash screen that I have coded to appear on my homepage when loading. It works fine on desktop but for some reason when I access via Mobile it continuously glitches and then crashes. site: connect23.ca pw: welcome23 Coding used was based off this tutorial My code is injected in home page (advanced): <script src="https://unpkg.com/@lottiefiles/lottie-player@1.5.7/dist/lottie-player.js"></script> <div class="splash-wrapper"> <lottie-player src="https://lottie.host/bc872050-d32b-47cd-b339-82bab0b75ba0/2ApfwwJIQS.json" background="transparent" speed="1" style="width: 400px; height: 400;" loop autoplay></lottie-player> </div> <style> .splash-wrapper { position: fixed; z-index: 9999; background-color: #ffffff; height: 100vh; width: 100vw; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; animation-name: slideOut; animation-fill-mode: forwards; animation-duration: 4s; animation-delay: 3s; } @keyframes slideOut { from {margin-left: 0vw;} to {margin-left: -100vw;} } </style>
-
tuanphan reacted to a post in a topic: Underlining Menu Nav of Dropdown
-
Underlining Menu Nav of Dropdown
SteveWeb2023 replied to SteveWeb2023's topic in Customize with code
Amazing!! Thank you so much this was a huge help 🙂- 8 replies
-
- code
- code-injection
-
(and 1 more)
Tagged with:
-
SteveWeb2023 reacted to a post in a topic: Underlining Menu Nav of Dropdown
-
SteveWeb2023 reacted to a post in a topic: Underlining Menu Nav of Dropdown
-
Underlining Menu Nav of Dropdown
SteveWeb2023 replied to SteveWeb2023's topic in Customize with code
Thank you works. What would be the code to have the same underline effect where it hovers across as the others?- 8 replies
-
- code
- code-injection
-
(and 1 more)
Tagged with:
-
Underlining Menu Nav of Dropdown
SteveWeb2023 replied to SteveWeb2023's topic in Customize with code
@tuanphan is this feature a possibility in SS?- 8 replies
-
- code
- code-injection
-
(and 1 more)
Tagged with:
-
Underlining Menu Nav of Dropdown
SteveWeb2023 replied to SteveWeb2023's topic in Customize with code
Any insight on this?- 8 replies
-
- code
- code-injection
-
(and 1 more)
Tagged with:
-
Underlining Menu Nav of Dropdown
SteveWeb2023 replied to SteveWeb2023's topic in Customize with code
@tuanphan Site is https://rutherford-prebuild.squarespace.com/ access pw: ruthcon23- 8 replies
-
- code
- code-injection
-
(and 1 more)
Tagged with:
-
Hi there, Currently I am able to get my dropdown pages underlined but the main page link at the very top of the menu nav doesn't underline with hover. Is there a code fix for this? Thanks!
- 8 replies
-
- code
- code-injection
-
(and 1 more)
Tagged with:
-
@paul2009 Is it possible to add block header copy on top of a image carousel similar to the aboves. I want to add some H1 and Body copy potentially that can stay on screen while the images auto-play through.
- 15 replies
-
- carousel
- fluid engine
-
(and 1 more)
Tagged with:
-
tuanphan reacted to a post in a topic: Searchable Database
-
SteveWeb2023 reacted to a post in a topic: Searchable Database
-
Thanks @tuanphan - I have went ahead and purchased their Universal Filter. Seems to be a solid solution so far with their basic code 🙂
-
Does anyone legitimately have a solution here? I have a basic 2 row table with a lot of data, that is from the Table Block plugin (SquareWebsites.org). I need it to just simply be searchable? The client will be updating a Google Sheet for this as well.
-
Need a solution for a table chart that is searchable
SteveWeb2023 replied to SteveWeb2023's topic in Pages & Content
I ended up purchasing the SquareWebsites.org plugin for the table block. I do require to make the table searchable - any recommendations on this? I know they sell the Universal Filter (would I need to purchase this?) I should mention I have setup the Table via Google Sheets url and the table block plugin. -
SteveWeb2023 reacted to a post in a topic: Need a solution for a table chart that is searchable
-
Need a solution for a table chart that is searchable
SteveWeb2023 replied to SteveWeb2023's topic in Pages & Content
@tuanphan Thanks! I am curious were you using the Squarewebsites plugin along with the GoogleSpreadsheets to achieve a table?