Jump to content

_KW_

Member
  • Posts

    7
  • Joined

  • Last visited

_KW_'s Achievements

Level 2

Level 2 (2/20)

0

Reputation

  1. How can I delete the 3 navigation links/buttons in the top right of the page? There's no obvious way to get rid of them.
  2. I'll send you a DM. Do I just send you the link for the "preview" tab? The site itself isnt public yet.
  3. Apologies for taking so long to reply, but I think I made some progress but I cant really tell. Putting the code into Markdown and changing the id's and "#links" for the buttons to what im using seemed to do something briefly but when I preview the page and start clicking buttons nothing happens. I see the URL at the top change to #reel when I click the "Reel" button but nothing on the page itself changes. Here is the code I have in the markdown block. Am I missing anything? <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(document).ready(function(){ // Reel $('.button-block a[href="#reel"]').click(function(){ $("#block-4247f19621f2ce6bbb76").addClass("show"); $('div:not(#block-4247f19621f2ce6bbb76)').removeClass('show'); } ); // Short Film $('.button-block a[href="#short"]').click(function(){ $("#block-49d59487b7438920f05c").addClass("show"); $('div:not(#block-49d59487b7438920f05c)').removeClass('show'); } ); // About $('.button-block a[href="#about"]').click(function(){ $("#block-yui_3_17_2_1_1709842666925_3165").addClass("show"); $('div:not(#block-yui_3_17_2_1_1709842666925_3165)').removeClass('show'); } ); }); </script> <style> #block-4247f19621f2ce6bbb76, #block-49d59487b7438920f05c, #block-yui_3_17_2_1_1709842666925_3165,{ opacity: 0; transition: all 0.1s ease; } .show { opacity: 1 !important; transition: all 0.1s ease; } </style>
  4. That does appear to be what im going for, but I cant go any further. I dont have a subscription plan that allows for code injection. I'm locked out of it and I'd rather not pay for a pricier plan just to do that. Is there a work around or another way of doing this same effect? Also the Squarespace ID Finder doesnt seem to be working. I'm using FireFox, but the same extension is available there. Its installed and active, but nothing happened.
  5. This is close to what im thinking. If I use the "click" method instead will that make it so that when the cursor leaves the corresponding logo/text it wont disappear like in the demo?
  6. Im brand new to Squarespace and I'm currently trying to figure out how can I make it so that when a user clicks the buttons on the left it only changes what appears in the video section on the right? For instance they click the "Reel" button and my reel video appears to the right, they click "About" and a block of text appears in its place, they click "Resume" and the text of my resume shows up, etc. Whats seen here is a template I modified and removed a lot of the extras I didn't need. I want it so that there are no other pages to navigate to or load. Everything can be seen on a single page
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.