-
Content Count
602 -
Joined
-
Last visited
-
Days Won
30
Everything posted by michaeleparkour
-
Use Summary block with Lazy Summaries plugin or just activate on Gallery or Blog collection and style in the way you need.
-
@TMSqSpace I see a set of images blocks on this page - so you'd really better back to docs page and read WHAT is supported to work with Filter. So use on Summary block or any list collection
-
I guess me if you want to use Universal Filter))
-
You obviusly may filter anything that exist on page)
-
Universal Filter is malfunctioning
michaeleparkour replied to Nickolaj's question in Coding and Customization
New Products REQUIRES Filter being loaded on Admin side to save new categories and it supports only 1-level subcategory. -
You just were needed to set the collectionUrl and link it to your real collection source url - I'm not sure why you were copying some code... You may DM me and invite on site for help.
-
Check on docs page please
-
Your Summary is with external links - in this case you need to set collectionUrl in filter config.
-
It works sure
-
Yes, it automatically fetch your categories/tags/variants
-
@SarahAhzan The issue is in your custom styles where you're limiting each form field to 60px. So sure you may set background to transparent to prevent visual overlap, but I'd better left file input with auto height : .fileInput { height: auto!important; }
-
Hi. You may use custom function in getAttr and use keywords from Portfolio items SEO Description and 7.1 Galleries Images Descriptions. And sure no problem to have several filtering dropdowns with different options
-
Had you contacted me?
-
No easy way for that from JS side - SS wrote code in manner you can't really access it or affect, and all masonry calculations goes in code. But damn, that's a simple CSS, nothing complex: @media (max-width: 576px) { .gallery-masonry .gallery-masonry-wrapper { columns: 2; column-gap: 0; height: auto!important; display: block!important; padding: 0 5px; } .gallery-masonry-item-wrapper { height: auto!important; } .gallery-masonry-item { position: relative!important; transform: none!important;
-
I actually have that - no body content as this is complex task, but titles, excerpts, images, tags/categories - sure. Plan to release soon
-
Custom form validation (intercepting the form submission)
michaeleparkour replied to summitdigitaluk's question in Coding and Customization
Tons of js validation libraries around... I have no ready-to-use simple solution for you, but the idea is simple: disable submit button on load, set all inputs to required, listen inputs changes, validate values you need - if all good enable submit button. -
You may do that with one collection, almost all templates allow you to show Categories filter and have categories/tags pages. But when you speak about several collections - there is no any built-in solutions, my plugins will work
-
May help with configuration
-
So https://support.squarespace.com/hc/en-us/articles/206540527#toc-bulk-edit-products https://support.squarespace.com/hc/en-us/articles/115000378108-Importing-products-from-a-csv do not fit your needs?
-
Google Sheets Slow to Update
michaeleparkour replied to gbrunks's question in Coding and Customization
That's what I thought. Google says shared html and csv sheets are updated in 5 min, I do not think there is a way to force this unless use their API, but that's sure far more complex than pasting an embed code to Code block. -
Google Sheets Slow to Update
michaeleparkour replied to gbrunks's question in Coding and Customization
I would look at page if possible, as we have no idea how you embed so don't know what to expect. -
We have it now in Lazy Summaries https://www.squarewebsites.org/products/lazy-summaries
- 2 replies
-
- summary
- grid-summary
-
(and 1 more)
Tagged with:
-
Dimensions Product Editor/Description
michaeleparkour replied to Alzo's question in Coding and Customization
Well, my PRO users or Admin UI Tweaks https://www.squarewebsites.org/products/squarespace-admin-ui-tweaks users seeing this...