Open Osara12 opened 4 years ago
Thanks for the report will look into it
On Fri, 22 May 2020 at 08:53, Sarawoot Pattamapong notifications@github.com wrote:
infinite scroll not working after select some filter in layered navigation page
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/danrcoull/magento2-catalog-infinite-scroll/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADUKMTRX6XN4ZE2Q3JCHR2TRSYVQVANCNFSM4NHSFVZA .
Did you get a chance to do this :D
On Tue, 17 Nov 2020 at 15:44, Priyank Saini notifications@github.com wrote:
i have resolved this issue using switch (self.settings.display_type) { case "2": self.settings.$element.masonry('layout'); self.settings.$element.masonry('reload'); break; case "3": self.settings.$element.isotope('layout'); self.settings.$element.isotope('reload'); break; case "4": self.settings.$element.packery('layout'); self.settings.$element.packery('reload'); break; }
on load and append.
If you like i would happy to fork and commit this
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/danrcoull/magento2-catalog-infinite-scroll/issues/2#issuecomment-729015447, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADUKMTSR24BHK5BRPCQB5PTSQKK6BANCNFSM4NHSFVZA .
Hey i got busy will do tommorow
On Wed, 18 Nov 2020 at 7:51 PM, Daniel Coull notifications@github.com wrote:
Did you get a chance to do this :D
On Tue, 17 Nov 2020 at 15:44, Priyank Saini notifications@github.com wrote:
i have resolved this issue using switch (self.settings.display_type) { case "2": self.settings.$element.masonry('layout'); self.settings.$element.masonry('reload'); break; case "3": self.settings.$element.isotope('layout'); self.settings.$element.isotope('reload'); break; case "4": self.settings.$element.packery('layout'); self.settings.$element.packery('reload'); break; }
on load and append.
If you like i would happy to fork and commit this
— You are receiving this because you commented. Reply to this email directly, view it on GitHub < https://github.com/danrcoull/magento2-catalog-infinite-scroll/issues/2#issuecomment-729015447 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/ADUKMTSR24BHK5BRPCQB5PTSQKK6BANCNFSM4NHSFVZA
.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/danrcoull/magento2-catalog-infinite-scroll/issues/2#issuecomment-729710110, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEURXQGSCGL44RTFKPPA73SQPJ7JANCNFSM4NHSFVZA .
-- Thanks Priyank Saini Ph: +91-9540186565 Skype: priyanksaini LinkedIn: https://in.linkedin.com/in/priyanksaini/en
infinite scroll not working after select some filter in layered navigation page