Reply To: fitRows for isotope and plugin-data-options not working!

#10030417
Support
Keymaster

Hello,

Please note that the “Combination Filters” not works with “data-plugin-options”.

You need change the “layoutMode” on the “Combination Filters” code in “js/examples/examples.portfolio.js”:

.
..
...
....
var $grid = $('.portfolio-list').isotope({
	itemSelector: '.isotope-item',
	layoutMode: 'fitRows',
	filter: '*',
	hiddenStyle: {
....
...
..
.

Please, try that and let us know if you need further assistance.

Kind Regards,

Rodrigo.