Jump to content

laurensmithart

Circle Member
  • Posts

    38
  • Joined

  • Last visited

Everything posted by laurensmithart

  1. Hi- I built a rather complicated page in the wrong Squarespace site. Is there a way to copy the code and content from the backend and paste it into the correct site?
  2. Is it possible to include the word "menu" next to the hamburger like this site does? https://shmarinas.com
  3. Is there a way when a customer clicks on a product it automatically takes them to a check out page? Like the way Dropbox does? https://www.dropbox.com/plans
  4. My client added a pop-up and now she wants it removed but cant remember how she did it-ugh! And I can't find the code anywhere in the backend- does anyone know how I can find and remove it? Thanks!
  5. I want to hover over a highlighted word or phrase and have a text box pop up with additional information. Is that possible?
  6. Do you know much about these? I have the Lazy Summaries which allows up to 250 for summary blocks but I dont see how to use it to combine store pages. Do you have any knowledge of this? Bc otherwise I can still only show one store per summary block.
  7. I'm working with a client who is still using 7.0 (and isnt interested in switching over to 7.2) He wants to display all of his products seamlessly in one summary block. However the problem is that he has too many items to have only one store page- so the products are split between two pages. Is there any code I can use to display two pages within one summary block? Thanks!
  8. Can anyone tell me the class for a form block button? I would like to resize it in mobile. Thanks!
  9. I'd like to change the image that appears in Google Search. Currently it appears its using my favicon image, which I'd like to keep as a favicon but would like a different image to appear in search results. Thanks for any suggestions!
  10. How can I implement a way for the customer to view a product in different patterns or colors? Like you would do on Amazon or any other site when you hover over a tshirt and it changes colors? Surely there is a way to do this in Squarespace?
  11. Site URL: https://www.thehost.co/home I'd like this page to be stacked on tablet view like it is in mobile. I tried playing with mobile break point but it doesn't seem to change anything other than the navigation. This is page is an index and uses 7.0. Thank you!
  12. Thank you, but unfortunately this didn't work. What i just noticed though is this problem isnt present in Safari, just Chrome. It seems Chrome allows for a more minimized screen.
  13. Site URL: https://www.thehost.co/home When the screen is minimized beyond half size the image card alignment breaks. Is there a way to stack it at this point? Or set up a min/max sizing? See attached image for example. Thank you! *UPDATE: What i just noticed though is this problem isn't present in Safari, just Chrome. It seems Chrome allows for a more minimized screen.
  14. Hi- I have a code from lodgify- it displays beautifully but doest connect. Any suggestions? The site is thesandpointresort.com... and here is the code I embedded using a code block, its on the homepage and the booking page: <script type="text/javascript" class="" src="https://cdn.lodgify.com/portable-search-bar/1.60.6/renderPortableSearchBar.js"></script><div><div id="lodgify-search-bar" data-website-id="368676" data-language-code="en" data-dates-check-in-label="Arrival" data-dates-check-out-label="Departure" data-guests-counter-label="Guest" data-guests-input-singular-label="{{NumberOfGuests}} guest" data-guests-input-plural-label="{{NumberOfGuests}} guests" data-location-input-label="Location" data-search-button-label="Search" data-new-tab="true"> </div> <style type="text/css"> html { --lodgify-ui-action-color: #fac600; --lodgify-ui-action-darker-color: #c89e00; --lodgify-ui-action-lighter-color: #fde899; --lodgify-ui-action-contrast-color: #000000; } </style> </div>
  15. Site URL: https://www.rotary.org/en I'm building a site for a client and they are asking for a feature similar to the animation in the second bar of this website (directly below the banner video): https://www.rotary.org/en. Is there a way do do something like this in Squarespace? Or a third party that provides a code? I know I can make a video but that wouldn't account for the animation corresponding to the movement on the page as the user scrolls. Thank you!
  16. The code works great for the columns; however when I click on an item in the list it not only opens itself but another item as well. Can you check the glitch out and let me know if there's any code to correct this? https://www.thehost.co/product-recommendations
  17. One more question... Is there a way to make this two columns? I keep trying to split the code up and place the blocks next to each other but when I view it live it is all one column.
  18. Thanks, the link is: https://www.thehost.co/product-recommendations
  19. I used this code and it works great. However; I notice in this example the checkbox isn't appearing, but on mine there is a visible checkbox which I would prefer wasn't there. (see attached) When I isolate the "checkbox" input in the code and remove it the accordion no longer opens. Is there a way I can remove or hide the checkbox? Thank you!
  20. @creedon Thank you so much! That works 🙂 Can you help me with my code? Currently only one of my targets is clickable and it directs to the wrong link. And only in fullscreen. If I minimize the screen there are no clickable areas. Here is the page: https://impowerunited.org/test-1 And here is the code that I generated: <map name="image-map"> <area target="_blank" alt="CONSULT_Overview" title="CONSULT_Overview" href="https://impowerunited.org/overview" coords="2635,602,692" shape="circle"> <area target="_blank" alt="CONSULT_Network-Referrals" title="CONSULT_Network-Referrals" href="https://impowerunited.org/network-referrals" coords="4582,1486,712" shape="circle"> <area target="_blank" alt="CONSULT_Research" title="CONSULT_Research" href="https://impowerunited.org/research-2" coords="4611,3478,651" shape="circle"> <area target="_blank" alt="CONSULT_Daycare" title="CONSULT_Daycare" href="https://impowerunited.org/daycare" coords="2644,4524,654" shape="circle"> <area target="_blank" alt="CONSULT_Survivor-Support" title="CONSULT_Survivor-Support" href="https://impowerunited.org/survivor-support" coords="608,3478,650" shape="circle"> <area target="" alt="CONSULT_Classes-and-Training" title="CONSULT_Classes-and-Training" href="https://impowerunited.org/classes-and-training" coords="743,1533,674" shape="circle"> </map>
  21. I've been working on this all day and finally found this site- it generated and svg for me and it works great and is responsive! https://imagemapper.noc.io (Dont forget to add your image to custom files in Squarespace to generate the image url.)
  22. @creedon Can you help me with my code? Currently only one of my targets is clickable and it directs to the wrong link. And only in fullscreen. If I minimize the screen there are no clickable areas. Here is the page: https://impowerunited.org/test-1 And here is the code that I generated: <map name="image-map"> <area target="_blank" alt="CONSULT_Overview" title="CONSULT_Overview" href="https://impowerunited.org/overview" coords="2635,602,692" shape="circle"> <area target="_blank" alt="CONSULT_Network-Referrals" title="CONSULT_Network-Referrals" href="https://impowerunited.org/network-referrals" coords="4582,1486,712" shape="circle"> <area target="_blank" alt="CONSULT_Research" title="CONSULT_Research" href="https://impowerunited.org/research-2" coords="4611,3478,651" shape="circle"> <area target="_blank" alt="CONSULT_Daycare" title="CONSULT_Daycare" href="https://impowerunited.org/daycare" coords="2644,4524,654" shape="circle"> <area target="_blank" alt="CONSULT_Survivor-Support" title="CONSULT_Survivor-Support" href="https://impowerunited.org/survivor-support" coords="608,3478,650" shape="circle"> <area target="" alt="CONSULT_Classes-and-Training" title="CONSULT_Classes-and-Training" href="https://impowerunited.org/classes-and-training" coords="743,1533,674" shape="circle"> </map>
×
×
  • 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.