Kanaree Posted December 26, 2020 Share Posted December 26, 2020 Site URL: https://kanaree.io/new-page-3 I have been following this post here and have seen multiple other users get it to work https://www.spacetutorials.com/toggle-button-for-content. I have grabbed a random block from the home page but the content never displays the block even thought all the CSS and JS look like it is working? Here is an example of how I set right now for the default block. I have tried a bunch of different ways of referencing the blocks but nothing makes it render? <script> $('.button-left').ready(function() { $('#block-yui_3_17_2_1_1609025726286_281').show(); Link to comment
creedon Posted December 27, 2020 Share Posted December 27, 2020 You mention following a thread but without the context of that thread I'm confused. Could you share a link to the thread you mention or post this message as a follow up to that thread? Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Kanaree Posted December 27, 2020 Author Share Posted December 27, 2020 Sure here is a Squarespace forum post from a few years ago . It looks like it works there on desktop mobile needs work. Here is the original article I followed and could never get to work. Same one linked in the forum above. https://www.spacetutorials.com/toggle-button-for-content Link to comment
Solution creedon Posted December 27, 2020 Solution Share Posted December 27, 2020 It appears as though the new page 3 has no blocks with content to show or hide. tuanphan 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Kanaree Posted December 27, 2020 Author Share Posted December 27, 2020 Yeah I was confused on if I have to add the blocks to that page or if I can use any blocks on the site. Let me try adding two blocks and then referencing them. I tried that the first time and it did not work but maybe I had a reference wrong. creedon 1 Link to comment
Kanaree Posted December 27, 2020 Author Share Posted December 27, 2020 (edited) Thank you Creedon that was it. Now I can start tweaking it. The blocks have to be on the same page it looks like. The actual transition is a little funky but might be able to work through that. Going to try with our pricing cards and see if I can get that to work. Edited December 27, 2020 by Kanaree creedon 1 Link to comment
creedon Posted December 27, 2020 Share Posted December 27, 2020 2 minutes ago, Kanaree said: Goin got try with our pricing cards and see if I can get that to work. Hit us up again if you need help with tweaking. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
tuanphan Posted January 3, 2021 Share Posted January 3, 2021 @Kanaree Hi. I see this page on tablet doesn't look good. You can stacked them, or make text size smaller. https://www.kanaree.io/product /* Tablet pricing table */ @media screen and (max-width:900px) and (min-width:641px) { /* plan name */ section#pricing-submod .image-title * { font-size: 20px; } } Similar on pricing page https://www.kanaree.io/pricing and this page https://www.kanaree.io/chrome-extension /* chrome extension table */ @media screen and (max-width:900px) and (min-width:641px) { /* table width */ div#page-5f6fb5f616ffd844a3be08b0 .span-4 { width: 50%; } /* remove blank column */ div#page-5f6fb5f616ffd844a3be08b0 .span-2 { display: none; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment