Jump to content

Chris.SE

Circle Member
  • Posts

    107
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    Chris.SE got a reaction from KAMCOM007 in Disabling Portfolio Project Pages in Squarespace Version 7.1   
    I have created a free, comprehensive code solution for creating "draft" portfolio items:
    https://schwartz-edmisten.com/blog/how-to-set-squarespace-portfolio-items-to-draft

    The reason I felt the need to create this code solution is because a client came to me needing this exact functionality. The existing accepted solution in this thread only takes into account hiding the post on the main portfolio page, but people can still navigate to it using the pagination from another post. Also, because it requires changing the URL slug, if you want to set an older post to draft that has already been indexed, then people will get a 404 because the URL has changed when they click that link.

    My code takes all of this into account. Pagination of draft items are hidden, and the URL slug doesn't need to be changed. You simply change the post title from Post Title to (Draft) Post Title. If someone tries to navigate directly to the Draft item using its URL, they will be redirected to the main portfolio page. 
    I think I have truly thought of everything with this plugin and it should be a good solution until Squarespace wakes up and finally implements the feature themselves. I have a video on the post that walks through the entire functionality if you are curious about how to use it.

    I would love to hear people's feedback! Hopefully this saves some people from needing to leave the platform.
  2. Like
    Chris.SE got a reaction from fblome in Disabling Portfolio Project Pages in Squarespace Version 7.1   
    I have created a free, comprehensive code solution for creating "draft" portfolio items:
    https://schwartz-edmisten.com/blog/how-to-set-squarespace-portfolio-items-to-draft

    The reason I felt the need to create this code solution is because a client came to me needing this exact functionality. The existing accepted solution in this thread only takes into account hiding the post on the main portfolio page, but people can still navigate to it using the pagination from another post. Also, because it requires changing the URL slug, if you want to set an older post to draft that has already been indexed, then people will get a 404 because the URL has changed when they click that link.

    My code takes all of this into account. Pagination of draft items are hidden, and the URL slug doesn't need to be changed. You simply change the post title from Post Title to (Draft) Post Title. If someone tries to navigate directly to the Draft item using its URL, they will be redirected to the main portfolio page. 
    I think I have truly thought of everything with this plugin and it should be a good solution until Squarespace wakes up and finally implements the feature themselves. I have a video on the post that walks through the entire functionality if you are curious about how to use it.

    I would love to hear people's feedback! Hopefully this saves some people from needing to leave the platform.
  3. Like
    Chris.SE got a reaction from gmassenberg in Disabling Portfolio Project Pages in Squarespace Version 7.1   
    I have created a free, comprehensive code solution for creating "draft" portfolio items:
    https://schwartz-edmisten.com/blog/how-to-set-squarespace-portfolio-items-to-draft

    The reason I felt the need to create this code solution is because a client came to me needing this exact functionality. The existing accepted solution in this thread only takes into account hiding the post on the main portfolio page, but people can still navigate to it using the pagination from another post. Also, because it requires changing the URL slug, if you want to set an older post to draft that has already been indexed, then people will get a 404 because the URL has changed when they click that link.

    My code takes all of this into account. Pagination of draft items are hidden, and the URL slug doesn't need to be changed. You simply change the post title from Post Title to (Draft) Post Title. If someone tries to navigate directly to the Draft item using its URL, they will be redirected to the main portfolio page. 
    I think I have truly thought of everything with this plugin and it should be a good solution until Squarespace wakes up and finally implements the feature themselves. I have a video on the post that walks through the entire functionality if you are curious about how to use it.

    I would love to hear people's feedback! Hopefully this saves some people from needing to leave the platform.
  4. Like
    Chris.SE got a reaction from tuanphan in Style 7.1 mobile menu so that links in dropdown folders are on main menu page   
    If anyone still needs a solution that turns folders into dropdowns in 7.1, I have a popular plugin for this:
    https://schwartz-edmisten.com/plugins/p/modern-mobile-menu-dropdown-for-squarespace
  5. Like
    Chris.SE got a reaction from tuanphan in CSS to reduce the size of a JavaScript code block in the footer works, but footer still contains excess rows   
    If anyone is discovering this now, I have a video and CSS that solves this issue:
    https://schwartz-edmisten.com/blog/remove-extra-space-below-embeds
  6. Like
    Chris.SE reacted to Horizonte in Disabling Portfolio Project Pages in Squarespace Version 7.1   
    I had forgotten that tuanphan's solution does not prevent the page from appearing in the navigation. I have now gone through the whole post again and tested all the suggestions. What doesn't work with any of the codes is removing the page from the navigation. 
    All I had to do was start the post at the end. The solution was already written right above my own question. How cool is this code that Chris provides? It actually works. The page comes out of the navigation. It is also well explained in the video on his site. Really respect and many thanks for this solution that SS itself has not managed for 3 years.
    Kind regards
     
  7. Love
    Chris.SE got a reaction from Horizonte in Disabling Portfolio Project Pages in Squarespace Version 7.1   
    I have created a free, comprehensive code solution for creating "draft" portfolio items:
    https://schwartz-edmisten.com/blog/how-to-set-squarespace-portfolio-items-to-draft

    The reason I felt the need to create this code solution is because a client came to me needing this exact functionality. The existing accepted solution in this thread only takes into account hiding the post on the main portfolio page, but people can still navigate to it using the pagination from another post. Also, because it requires changing the URL slug, if you want to set an older post to draft that has already been indexed, then people will get a 404 because the URL has changed when they click that link.

    My code takes all of this into account. Pagination of draft items are hidden, and the URL slug doesn't need to be changed. You simply change the post title from Post Title to (Draft) Post Title. If someone tries to navigate directly to the Draft item using its URL, they will be redirected to the main portfolio page. 
    I think I have truly thought of everything with this plugin and it should be a good solution until Squarespace wakes up and finally implements the feature themselves. I have a video on the post that walks through the entire functionality if you are curious about how to use it.

    I would love to hear people's feedback! Hopefully this saves some people from needing to leave the platform.
  8. Like
    Chris.SE got a reaction from tuanphan in Disabling Portfolio Project Pages in Squarespace Version 7.1   
    I have created a free, comprehensive code solution for creating "draft" portfolio items:
    https://schwartz-edmisten.com/blog/how-to-set-squarespace-portfolio-items-to-draft

    The reason I felt the need to create this code solution is because a client came to me needing this exact functionality. The existing accepted solution in this thread only takes into account hiding the post on the main portfolio page, but people can still navigate to it using the pagination from another post. Also, because it requires changing the URL slug, if you want to set an older post to draft that has already been indexed, then people will get a 404 because the URL has changed when they click that link.

    My code takes all of this into account. Pagination of draft items are hidden, and the URL slug doesn't need to be changed. You simply change the post title from Post Title to (Draft) Post Title. If someone tries to navigate directly to the Draft item using its URL, they will be redirected to the main portfolio page. 
    I think I have truly thought of everything with this plugin and it should be a good solution until Squarespace wakes up and finally implements the feature themselves. I have a video on the post that walks through the entire functionality if you are curious about how to use it.

    I would love to hear people's feedback! Hopefully this saves some people from needing to leave the platform.
  9. Like
    Chris.SE got a reaction from paul2009 in Disabling Portfolio Project Pages in Squarespace Version 7.1   
    I have created a free, comprehensive code solution for creating "draft" portfolio items:
    https://schwartz-edmisten.com/blog/how-to-set-squarespace-portfolio-items-to-draft

    The reason I felt the need to create this code solution is because a client came to me needing this exact functionality. The existing accepted solution in this thread only takes into account hiding the post on the main portfolio page, but people can still navigate to it using the pagination from another post. Also, because it requires changing the URL slug, if you want to set an older post to draft that has already been indexed, then people will get a 404 because the URL has changed when they click that link.

    My code takes all of this into account. Pagination of draft items are hidden, and the URL slug doesn't need to be changed. You simply change the post title from Post Title to (Draft) Post Title. If someone tries to navigate directly to the Draft item using its URL, they will be redirected to the main portfolio page. 
    I think I have truly thought of everything with this plugin and it should be a good solution until Squarespace wakes up and finally implements the feature themselves. I have a video on the post that walks through the entire functionality if you are curious about how to use it.

    I would love to hear people's feedback! Hopefully this saves some people from needing to leave the platform.
  10. Love
    Chris.SE got a reaction from christyprice in Disabling Portfolio Project Pages in Squarespace Version 7.1   
    I have created a free, comprehensive code solution for creating "draft" portfolio items:
    https://schwartz-edmisten.com/blog/how-to-set-squarespace-portfolio-items-to-draft

    The reason I felt the need to create this code solution is because a client came to me needing this exact functionality. The existing accepted solution in this thread only takes into account hiding the post on the main portfolio page, but people can still navigate to it using the pagination from another post. Also, because it requires changing the URL slug, if you want to set an older post to draft that has already been indexed, then people will get a 404 because the URL has changed when they click that link.

    My code takes all of this into account. Pagination of draft items are hidden, and the URL slug doesn't need to be changed. You simply change the post title from Post Title to (Draft) Post Title. If someone tries to navigate directly to the Draft item using its URL, they will be redirected to the main portfolio page. 
    I think I have truly thought of everything with this plugin and it should be a good solution until Squarespace wakes up and finally implements the feature themselves. I have a video on the post that walks through the entire functionality if you are curious about how to use it.

    I would love to hear people's feedback! Hopefully this saves some people from needing to leave the platform.
  11. Love
    Chris.SE got a reaction from florencepicol in Disabling Portfolio Project Pages in Squarespace Version 7.1   
    I have created a free, comprehensive code solution for creating "draft" portfolio items:
    https://schwartz-edmisten.com/blog/how-to-set-squarespace-portfolio-items-to-draft

    The reason I felt the need to create this code solution is because a client came to me needing this exact functionality. The existing accepted solution in this thread only takes into account hiding the post on the main portfolio page, but people can still navigate to it using the pagination from another post. Also, because it requires changing the URL slug, if you want to set an older post to draft that has already been indexed, then people will get a 404 because the URL has changed when they click that link.

    My code takes all of this into account. Pagination of draft items are hidden, and the URL slug doesn't need to be changed. You simply change the post title from Post Title to (Draft) Post Title. If someone tries to navigate directly to the Draft item using its URL, they will be redirected to the main portfolio page. 
    I think I have truly thought of everything with this plugin and it should be a good solution until Squarespace wakes up and finally implements the feature themselves. I have a video on the post that walks through the entire functionality if you are curious about how to use it.

    I would love to hear people's feedback! Hopefully this saves some people from needing to leave the platform.
  12. Like
    Chris.SE got a reaction from Ziggy in exit burger menu by clicking outside   
    Thanks for removing the post Tom. I got your email and will follow up with you there!
  13. Like
    Chris.SE got a reaction from TomLeMesurier4567 in exit burger menu by clicking outside   
    Please remove this post. That is my hamburger menu on desktop plugin. It is not free it is a paid plugin and is my copyrighted work.
     
    For any customization support please email me directly. If you did not purchase it from me where did you get it so I can contact that person?
  14. Like
    Chris.SE got a reaction from creedon in exit burger menu by clicking outside   
    Please remove this post. That is my hamburger menu on desktop plugin. It is not free it is a paid plugin and is my copyrighted work.
     
    For any customization support please email me directly. If you did not purchase it from me where did you get it so I can contact that person?
  15. Like
    Chris.SE got a reaction from Ziggy in exit burger menu by clicking outside   
    Please remove this post. That is my hamburger menu on desktop plugin. It is not free it is a paid plugin and is my copyrighted work.
     
    For any customization support please email me directly. If you did not purchase it from me where did you get it so I can contact that person?
  16. Like
    Chris.SE got a reaction from tuanphan in Lock footer a specific height above the bottom of every browser size.   
    It is a bit complex because of how that template is structured, but I think this CSS should do it. It will keep the footer at the bottom of the page.

    Check all of your pages to make sure this doesn't mess anything up. I only wrote this for the main page. 

    #canvas {
      display: flex;
      flex-direction: column;
      min-height: 100vh;
      box-sizing: border-box;
    }
    #pageWrapper, #page {
      flex: 1;
      display: inherit;
      flex-direction: inherit;
    }
    #footerWrapper {
      margin-top: auto;
    }
  17. Like
    Chris.SE got a reaction from jaisequoia in 7.1 background image lazy loading - how to stop it   
    I am running into this problem as well. It looks really bad when the image just jumps onto the screen. Can anyone from the Squarespace team help address this please? 
  18. Like
    Chris.SE got a reaction from monica in [Feature Request] Can we please Set the Default Color Theme Again in 7.1?!   
    We used to be able to change the default color theme on templates, but then inexplicably that feature was removed. 
    It is actually an important feature because now not all templates are created equal. It MATTERS which template you start with because they all use different default color themes.
    Want to switch directions down the road? Too bad, you have to start all over or mess up your color theme structure.
    Squarespace, can we please get the ability to change the default color theme again?
    I don't have any contacts at Squarespace to communicate these needs to so the best I can do is post here and hope it makes it to their eyes and ears. Any help in amplifying this request is much appreciated!
     
  19. Like
    Chris.SE reacted to laura_c in [Feature Request] Can we please Set the Default Color Theme Again in 7.1?!   
    @ChrisSE I've figured out a way to do this.
    Open up the Squarespace app and click on 'Edit' in the top right corner, then click the paintbrush icon. Click on 'Colours', then 'Site Theme'. From here you can set the default theme for the site.
    Crazy that this workaround is needed. Here's to hoping that Squarespace add this back in again soon.
  20. Like
    Chris.SE got a reaction from blix in [Feature Request] Can we please Set the Default Color Theme Again in 7.1?!   
    We used to be able to change the default color theme on templates, but then inexplicably that feature was removed. 
    It is actually an important feature because now not all templates are created equal. It MATTERS which template you start with because they all use different default color themes.
    Want to switch directions down the road? Too bad, you have to start all over or mess up your color theme structure.
    Squarespace, can we please get the ability to change the default color theme again?
    I don't have any contacts at Squarespace to communicate these needs to so the best I can do is post here and hope it makes it to their eyes and ears. Any help in amplifying this request is much appreciated!
     
  21. Like
    Chris.SE reacted to digitalfreelancer in 7.1 background image lazy loading - how to stop it   
    Hi folks, in Squarespace 7.1 they've added a feature which loads the background image of a section only once you've scrolled to it. Generally, I really praise this move from Squarespace in order to make sites faster, but it is annoying when you reload a page you've already scrolled half-way down, and when you scroll up the images don't appear until the top of the screen is about 20% from the top of the image, so you're left with a blank area for the majority of the time scrolling through that section.
    I used to be able to manipulate the imagesLoaded function in 7.0, but I don't know how to trigger Squarespace getting the image src in 7.1. 
    Anyone know how to do this?
    Thanks,
    Andrew
×
×
  • 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.