Jump to content

creedon

Circle Member
  • Posts

    9,499
  • Joined

  • Last visited

  • Days Won

    79

Everything posted by creedon

  1. Remove my code. When it is removed the header is absolutely solid.
  2. If a company is unresponsive you should be able to go to your bank and put a stop on those charges.
  3. If you are looking for a fixed header have you consider using the built-in feature?
  4. You can paste it below your current code. If it doesn't work, you can remove it. My code has no guarantees. Now or in the future. Once you paste it into your site there is no way I can control what you've done to it or what changes SS will make to their platform that may change how it worked when created. Such is the nature of custom code. Also this code is pretty old so without being able to see your site there is no way we can know if the code will/can work.
  5. This doesn't appear to be the same issue we usually see. In those cases there is white space outside the viewport but you can scroll to the right. In your case you have the whitespace but there was no scrolling to the right. So it appears that the main content may have been squished. I saw it the first time I loaded the site and viewed the mobile view. I then went into diagnostic mode and as I was scrolling down the space, the issue suddenly went away. I then tried a refresh of the page to get back to base and I'm no longer able to reproduce the issue? Did you solve?
  6. Create your temporary home page. Set it to the home page for the site. On v7.1 site add the following to Design > Custom CSS. .homepage #header, .homepage #footer-sections { display : none; } Let us know how it goes.
  7. It may be possible. slide quantity.mp4 This is not a solution and I don't know for sure if I can get all the way there. The code is not bi-directional. In other words changing the quantity does not update the slider. I need more info on how you intend to use this potential code. Is there only going to be one product with the slider?
  8. Developer Mode does not allow access to page level content. It is more for editing the structure of overall templates of the site and collections.
  9. My code also adds a class (twc-spdtttl) to the link so that you can style it further with CSS.
  10. This is exactly what my code does. It reformats the title and splits off text (brand) onto a line by itself and makes it a link. ...becomes... You can't see the link here but the brand is linked.
  11. It seems that somehow you've gotten a bunch of extra rows. There are 594! How many rows is the editor showing you?
  12. Please see Store Product Detail Title Text to Link. My code uses a different technique than the one tuanphan suggests. It's just a different way to get to a similar end result. So for the the product you linked to you'd set the title of the product to Happy Lamp | Black Tiger. Enter Black Tiger and a URL for the brand page into my code. Let us know how it goes.
  13. That layout is the default layout for the product detail design Simple on mobile. Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection. <style> @media screen and ( max-width : 767px ) { .ProductItem-details .ProductItem-details-excerpt { order : unset; } } </style> Let us know how it goes.
  14. Try the following. .products.collection-content-wrapper .grid-item:hover .grid-image { opacity : 0.6; } Let us know how it goes.
  15. Please set up a site-wide password. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the documentation at the link provided to understand how it works. We can then take a look at your issue.
  16. Remove the following ruleset from Design > Custom CSS. .post-type-store-item:hover .grid-image { opacity: .6 } Let us know how it goes.
  17. You can use window.matchMedia for check in the code. Something like... window.matchMedia ( '( max-width : 768px )' ).matches;
  18. A couple of ways to go. No code way. Add a product block to additional info. Set settings as desired. Use some CSS to hide the product detail add to cart button. Use JavaScript to move the atc button into the additional info area. This could end up being a bit trickier because of the way SS handles the atc button.
×
×
  • 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.