Jump to content

neeklamy

Member
  • Posts

    2,655
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. @cstine – I’ve formatted the code in your answer – the HTML was getting mangled by this site. To format code, just highlight the lines of code and use the 5th button in the toolbar:
  2. Could you post a link to the page where you’ve added this?
  3. You’re worrying about the wrong thing… Bugging out: How rampant online piracy squashed one insect photographer Most copyright holders are individuals; most infringers are businesses.
  4. You’re worrying about the wrong thing… Bugging out: How rampant online piracy squashed one insect photographer Most copyright holders are individuals; most infringers are businesses.
  5. You’re worrying about the wrong thing… Bugging out: How rampant online piracy squashed one insect photographer Most copyright holders are individuals; most infringers are businesses.
  6. Could there be some kind of integration with Dropbox (or similar) via a 3rd-party site?
  7. I removed the bit about the form from the title, I didn’t think it would materially change the nature of question (just shorten it). The opening line sums it up nicely too.
  8. Jake - you’ve got a bit of repetition in there. Step 6 is unnecessary, if you look at the screen at step 7, you will see: “Enter code that will be injected into the ‘head’ tag on every page of your site” Further on, on adding a Code Block you include the jQuery, jQuery eventmove and TwentyTwenty files again! So on every page with the slider you’re including it all twice, and on one page you have it included 3 times.
  9. @florideja – it’s difficult to say what’s happening without seeing your site. Could you give us the address of a page where you’re trying to make the change?
  10. @sossy – Just try adding the CSS from @jhughes92 answer, the very worst thing that can happen is that you don’t like the changes it makes. Or it doesn’t even work. Either way it’s easy enough to undo.
  11. @jhughes92 – I’ve reduced your CSS down, there was some redundancy in there and code that didn’t do anything: opacity: 0 is meaningless when the element is hidden. I would urge everyone else that has taken this CSS verbatim to look at it again and see if they can simplify their use – remember, simpler code = faster, more efficient websites!
  12. @ImaadBKK – Please don’t take this wrongly, but I would suggest reading up on CSS a little bit, try this SitePoint CSS Reference. That CSS is awful, there’s redundancy (all those <style> tags, duplicate display: none) and code that doesn’t do anything (opacity: 0). Here it is rewritten: <style> .product-price, .product-quantity-select, .sqs-add-to-cart-button-wrapper { display: none; } </style>
  13. …That’s what Paul said in his question: Yes, I know I can add a code block and add some HTML code to create the table. That's fine for me, but my users just want to do it like they would in any other application I do wonder, depending on what kind of data would be uploaded, whether a series of Google Forms and a bit of embedding would do it. Failing that, it sounds like more of a custom code thing.
  14. Not in Squarespace, you might have to look at some sort of hosted system. How about Google Forms?
  15. You don't need to add the first Code Block, all web browsers understand the # fragment as the top of the document. Just make that bottom Code Block: <a href="#">Back to top</a>
×
×
  • 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.