JonJonJon
Member-
Content Count
49 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
LJSpace reacted to an answer to a question: Force Summary Block to 3 thumbnails per row for mobile
-
How can I hide the Add to Cart, Quantity and Price from my product page?
JonJonJon replied to amcg's question in Coding and Customization
Nevermind.. figured it out. Simply Added ".ProductItem" on the front. Thanks very much- 55 replies
-
- price
- product-page
-
(and 2 more)
Tagged with:
-
How can I hide the Add to Cart, Quantity and Price from my product page?
JonJonJon replied to amcg's question in Coding and Customization
@tuanphan Thanks. Works well on the product list page, but sadly not on the individual product pages (which is more important). Any ideas of if this would be possible?- 55 replies
-
- price
- product-page
-
(and 2 more)
Tagged with:
-
How can I hide the Add to Cart, Quantity and Price from my product page?
JonJonJon replied to amcg's question in Coding and Customization
@tuanphan Thanks, I'm using Brine template. I haven't spotted a class that specifies categories or tags, but that would be fantastic if it's available. Here is a link to a particular product. I've hidden the price and Add to Cart buttons. All products within this category "Smartphone" will need to undergo the same treatment (about 40 products). https://shop.jonathan-gallagher.com/photo/001-mobile pw:jonjonjon Thank you- 55 replies
-
- price
- product-page
-
(and 2 more)
Tagged with:
-
Auto-file download in form post-submit HTML
JonJonJon replied to thiskey's question in Coding and Customization
Or ... anyone know how to modify the code so that it opens up a New Tab, rather than replaces the current address?- 13 replies
-
Auto-file download in form post-submit HTML
JonJonJon replied to thiskey's question in Coding and Customization
I've been trying to do this with html, but have had similar results: - Opens up the image url - Only does a direct link if there's a filename error, and so is a failed download I'm tested this with images stored on both on/off squarespace in case it was a url vs extension thing. So.... how do we get direct links working on Squarespace?? right-clicking an image is not a modern customer experience, especially with all the touch devices out there- 13 replies
-
How can I hide the Add to Cart, Quantity and Price from my product page?
JonJonJon replied to amcg's question in Coding and Customization
@tuanphan Is there a way to apply this to certain products without using code for each collection? perhaps referencing a product tag or category? Unfortunately Code Injection for individual projects isn't a thing, and using code blocks on a products page doesn't seem to work either. My goal: Remove the Add to Cart, and price on Free items.- 55 replies
-
- price
- product-page
-
(and 2 more)
Tagged with:
-
christyprice reacted to an answer to a question: Is there way to disable URLs of banner pages on an Index?
-
Changing 'Add to cart' button to 'Ask for the price' button
JonJonJon replied to vesa.koskelainen's question in Coding and Customization
Interesting plug-in. Does anyone know if you can customise the plug-in action to be something other than sending you an email, e.g: I'd like to use this as a way to give a free Download, whether that be directly through a button click, or delivered in an email automatically to a customer.- 5 replies
-
- shopping-cart
- product
-
(and 2 more)
Tagged with:
-
Is there way to disable URLs of banner pages on an Index?
JonJonJon replied to JonJonJon's question in Coding and Customization
thanks @christyprice that's good to know. I'll implement that. But I am also still looking for a way to remove or redirct the url of pages that are only being used for their aesthetic quality on an index page layout. -
7.1 more obvious cart button after clicking 'add to cart'
JonJonJon replied to MarcWilson's question in Coding and Customization
yeah, this guy has the answer. works well for me: https://thompsonweb.design/squarespace-website-tips/added-to-cart-pop-up -
Is there way to disable URLs of banner pages on an Index?
JonJonJon posted a question in Coding and Customization
I like the aesthetic of banners on an index page on templates like Brine, but I don't wish them to actually exist as pages. I'd like to ask if it's possible to - Disable the slug, yet have it still visible in an index (so no visitors can accidentally access a barren page) - or redirect it A third more complicated option would be to somehow choose what is visible in the index and what is visible when on the actual page. Thanks -
How do i change a line in the html?
JonJonJon replied to JonJonJon's question in Coding and Customization
Thanks very much, yes that did the trick 🙂 For others that stumble here, the solution for this specific text replacement case was quite simple: .sqs-lightbox-meta-trigger { visibility: hidden; } .sqs-lightbox-meta-trigger:after { content:'ⓘ'; visibility: visible; } -
Same kind of issue here. I found a solution, but unfortunately it seems to be effecting site wide instead of per individual product. It's a very old post, so I wont bother the original poster. It was designed to be specific, but I can't get it to work and don't understand javascript. Even after changing and using the IDs, I still get site wide results. Maybe if together we can tweak this, then it might be a solution some of us are after? Credit to @sshaw
- 13 replies
-
JonJonJon reacted to a question: Need to replace a code in html line
-
Found this line using Google Inspect <a class="sqs-lightbox-meta-trigger">•</a> As this isn't CSS, how do I change it? I'm aware of code injection, and how to change this into what I'm after, but I don't know how to put this into the code injection in a way that it's read correctly. The code I wish to change it to: <a class="sqs-lightbox-meta-trigger">ⓘ</a> (I'm just changing the symbol that activates the meta pop up shown on the lightbox over gallery images)
-
Image padding on Mobile - Brine Template
JonJonJon replied to Domanique's question in Coding and Customization
not sure, I replied to your email. I'm no expert on this though. But looks like you've got some pretty big padding and/or margins going on, and not a stacked column structure, which the code is intended to target. -
Force Summary Block to 3 thumbnails per row for mobile
JonJonJon replied to junger's question in Coding and Customization
@LJSpace Came up with a solution that will keep your website quick, if you haven't gone for the plugin: .sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-5 .sqs-gallery-design-grid-slide:nth-child(n+4):nth-child(-n+5) { display:none; } .sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-5 .sqs-gallery-design-grid-slide { width: (100%/3) !important; } This will turn a 5 per row gallery into a 3 per row and hid the last two. Adjust the values according to your needs. The key is to reference the block row type that you've made- 42 replies
-
- summary-block
- css
-
(and 1 more)
Tagged with: