Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Theme Customizer › Search Results › Lags on scrolling member page. ipad mini 4. Safari browser
- This topic has 6 replies, 2 voices, and was last updated 5 years, 11 months ago by Themosaurus.
-
AuthorPosts
-
Maks RusakovičParticipant@wegosi
- 29 Topics
- 104 Posts
Hello @themosaurus
Please, check scrolling of members page on Ipad. Safari. All other apps are closed.
The same problem with chrome on Ipad.It’s a very laggy now.
October 22, 2018 at 15:17 #3010Maks RusakovičParticipant@wegosi- 29 Topics
- 104 Posts
there is the video record
I don’t know while streamable link isn’t showed.
October 22, 2018 at 16:20 #3015@themosaurus- 1 Topics
- 1675 Posts
Hi @wegosi,
Is this the link to your video:
https://streamable.com/29q9o
?Some links shown on our support forums -like streamable URLs, for instance- need code markups to be properly displayed as they are interpreted by WordPress as embeddable content, like Youtube and Vimeo videos. However, we need to investigate to understand why Streamable video are not displayed as videos.
Regarding the lag when scrolling, we will investigate and look for the source of this issue. We will be back to you ASAP.
Regards,
October 23, 2018 at 09:56 #3017Maks RusakovičParticipant@wegosi- 29 Topics
- 104 Posts
Yes, I just want to show displaying lags even in Live demo view.
Maybe it’s my local problem, maybe not.Thank you.
October 23, 2018 at 09:59 #3018@themosaurus- 1 Topics
- 1675 Posts
Hi @wegosi,
Here are a CSS snippet which can reduce the scrolling issues on mobile devices:
@media screen and (max-width: 992px) { #members-list .element-animated { transform: translate3d(0,0,0) !important; animation: none !important; transition: none !important; } #members-list .card { transform: translate3d(0,0,0) !important; box-shadow: none !important; animation: none !important; transition: none !important; } #members-list .card .card-body:before { transform: rotate(-6deg) translate3d(0, 34px, 0) scale(1.2) !important; } #members-list .card .card-body:after { transform: rotate(-6deg) translate3d(0, 34px, 0) scale(1.2) !important; } #members-list .card .avatar { opacity: 1 !important; } }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.We hope this will solve your issue. ?
All the best,
October 23, 2018 at 17:31 #3026Maks RusakovičParticipant@wegosi- 29 Topics
- 104 Posts
Hello, @themosaurus
Thank you. But it doesn’t work.
Images of the users appear/disappear during scrolling.
Could you, please, check it?October 23, 2018 at 18:20 #3029@themosaurus- 1 Topics
- 1675 Posts
Hi @wegosi,
The above snippet only reduce the scrolling issues on mobile devices (remove effect on hover).
But for the “appear/disappear” image this seems to come from the browser that displays/hides the images to speed up the scroll and the elements rendering.
We see that this affects all the images (even the one in the pink section before the footer) and we don’t know how to do anything about it.We can try with an extended snippet to force rendering acceleration but without guarantees :
@media screen and (max-width: 992px) { #members-list, #members-list .element-animated { transform: translate3d(0,0,0) !important; animation: none !important; transition: none !important; } #members-list .card { transform: translate3d(0,0,0) !important; box-shadow: none !important; animation: none !important; transition: none !important; } #members-list .card .card-body:before { transform: rotate(-6deg) translate3d(0, 34px, 0) scale(1.2) !important; } #members-list .card .card-body:after { transform: rotate(-6deg) translate3d(0, 34px, 0) scale(1.2) !important; } #members-list .card .avatar { opacity: 1 !important; transform: translate3d(0,0,0) !important; animation: none !important; transition: none !important; } }
Regards,
October 24, 2018 at 15:07 #3058 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Lags on scrolling member page. ipad mini 4. Safari browser’ is closed to new replies.