1,657 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
147
views
Some woocommerce products are not showing with isotope filter
I'm listing products in WooCommerce using the isotope filter. However, if a product is linked to two categories, it's not listed. Those linked to a single category are fine. I have no idea. Could you ...
0
votes
0
answers
46
views
Masonry.js Alignment issue
In my masonry.js and isotope.js gallery, there is a small gap in right side. I need to know how can fix it?
As you can see in the image there is gap difference in right side and left side.
my js code:
...
0
votes
0
answers
49
views
Isotope issues with Wordpress gutenberg API Version 3
The Isotope Library was working correctly in my Gutenberg block under API version 2. However, after migrating to API version 3, the library's functionality has been affected. This is due to the ...
0
votes
0
answers
27
views
Isotope trigger by passing parameter
Hi below is my script but its not working
$(window).load(function() {
var hash = window.location.hash.substr(1);
var buttonFilter = '.'+hash;
$('button#'+hash).addClass('is-checked'); ...
0
votes
0
answers
20
views
Isotope Combination filters Dropdown
I've got an issue with isotope metafizzy filters combination : https://isotope.metafizzy.co/
I'm building a line-up for concerts and meetings.
And for example i have a band that plays in London on ...
0
votes
0
answers
172
views
Using IsotopeJS on list items within a Vue 3 template
I'm trying to use isotopeJS filtering but the list container is inside my Vue3 template. I've tried to use v-pre to tell the renderer to ignore the list as it doesn't need any Vue3 rendering. Also, I'...
0
votes
0
answers
49
views
isotope javascript does not aligned properly
Problem is Isotope doesn't display the grid correctly when the page loads, or even when you refresh it, however, once I sort items it fixes itself, also if I resize the window it seems to fix the ...
0
votes
1
answer
61
views
Why Isotope reloadItems() duplicates elements when deleting them?
I am currently using React, Firebase Real-Time Database, Material UI, and the Isotope library.
The issue I'm currently facing is related to adding a modal to confirm the deletion of a note. When I ...
0
votes
1
answer
285
views
Converting jQuery Isotope Filtering Code to Vanilla JavaScript
I'm working on a project that utilizes Isotope Layout to filter HTML elements. Currently, I'm using jQuery to achieve the filtering functionality, but I'd like to transition to pure vanilla JavaScript ...
0
votes
1
answer
38
views
Fancybox with Isotope
I would like my fancybox to only show thumbnails of the currently selected filters in isotope. I haven't succeeded in doing this yet though. I suspect that the snippet I've found from 2017 simply don'...
0
votes
1
answer
61
views
I am working on Gallery code. there are 4*4 grids in the gallery. but grids are not displaying properly
i am not able find exact issue is. on mobile display it did display fine. I tried manipulating isotope configuration but it did not worked out. i tried manipulating server side code . but i did not ...
3
votes
1
answer
354
views
Using isotope.js to define an AND relationship when filtering using multiple options
I have two content type areas which contain unique filter options. These are:
type
tag
I'm trying to utilise isotope.js, to achieve a dual filtering layout, but it always gives the last clicked ...
1
vote
1
answer
284
views
How do you combine multiple filters in isotope JS?
I have two content type areas which contain unique filter options. These are:
type
tag
I'm trying to utilise isotope.js, to achieve a dual filtering layout, but it always gives the last clicked ...
0
votes
0
answers
48
views
Isotope JS filter not working when search field is used in conjunction with buttons
I'm using Isotope.js for filtering which includes buttons and a search bar. I know combination filters can work in Isotope because this Codepen showcases a working demo of it.
However, adapting the ...
0
votes
1
answer
67
views
Is it possible to use a dynamic variable as '.grid-sizer' for the width of columns with isotope?
I want to make a responsive website-template for a portfolio-wordpress-site. I'm using isotope for the filtering and the layout. I want the following conditions for the responsive website:
max number ...