Nickolaj Posted January 8, 2021 Share Posted January 8, 2021 Site URL: https://www.nickjewellery.com/shop Hello everyone,I recently purchased Universal Filter from SQUAREWEBSITES and installed it by injecting the code (Product 7.1) on my website, but it doesn't seem to be working properly. My goal is for Universal Filter to filter our products as per Categories and Subcategories setup on the website. After the installation, the filtering seem to work fine for a few hours only. See 'Screenshot A'. After few hours the filtering picks up and shows the Categories in the Alphabetical order. See 'Screenshot B'. Quote Quote <link rel="stylesheet" href="//assets.squarewebsites.org/custom-filter/custom-filter.min.css"/> <script> window.customFilterSettings = { 'targets': [{ container: '.collection-type-products.view-list .list-grid',// usually this is the right selectors for 7.1 Products, but you need to inspect as 7.1 is developing actively items: '.hentry',// usually products items across different templates still have .hentry classname settings: { showItemsCount: false, position: 'left', keepDropdownsOpen: true, customClasses: 'lite-dropdowns', wrapFilterContainer: true,// needed to prevent 7.1 Grid CSS styles for filter options simpleFilter: { show: { effect: 'fade', transitionDuration: 800, stagger: 60 }, hide: { effect: 'fade', transitionDuration: 100, stagger: 18 } }, filter: { category: false, tag: false, items: [{ name: 'Category', multiple: false, getAttr: 'categories' }, { name: 'Tags', multiple: true, capitalcase: true, getAttr: 'tags' }] }, sort: { enabled: true, items: [{ name: 'Price', order: 'asc|desc', hideName: true, orderTexts: '$-$$$|$$$-$' }, { name: 'Alphabetical', order: 'asc|desc', orderTexts: 'A-Z|Z-A', hideName: true, sort: '.grid-title'// need inspect, because may be .product-title or some another selector }, { name: 'Date', order: 'desc|asc', orderTexts: 'Newest|Oldest', hideName: true, sort: '[data-publish-on] parseInt' }] }, search: { text: '', enabled: true } } }] }; </script> <script src="//assets.squarewebsites.org/custom-filter/custom-filter.min.js"></script> Have anyone had this issue? Any ideas where to look or how this can be fixed? Link to comment
paul2009 Posted January 8, 2021 Share Posted January 8, 2021 If you're having difficulty with a third-party add-on, I recommend that you contact the publisher in the first instance. @michaeleparkour offers really great support for his squarewebsites products. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
Michael-Mashai Posted January 10, 2021 Share Posted January 10, 2021 New Products REQUIRES Filter being loaded on Admin side to save new categories and it supports only 1-level subcategory. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.