-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
infinite scroll not working after select some filter in layered navigation page #2
Comments
Thanks for the report will look into it
…On Fri, 22 May 2020 at 08:53, Sarawoot Pattamapong ***@***.***> 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
<#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 ***@***.***> 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
<#2 (comment)>,
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 <[email protected]>
wrote:
Did you get a chance to do this :D
On Tue, 17 Nov 2020 at 15:44, Priyank Saini ***@***.***>
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
> <
#2 (comment)
>,
> 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
<#2 (comment)>,
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
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
infinite scroll not working after select some filter in layered navigation page
The text was updated successfully, but these errors were encountered: