Home › Forums › WoodMart support forum › 6.1 Bugs
6.1 Bugs
- This topic has 9 replies, 2 voices, and was last updated 3 years, 8 months ago by
Bogdan Donovan.
-
AuthorPosts
-
June 22, 2021 at 11:48 am #301385
fineorganicsParticipant#1 When i open full screan search on PC all windows shifts.
#2 My scroll bar update after site full download and thats shifts all windows and bugged.
#3 Search menu on mobile buggedJune 22, 2021 at 11:49 am #301388
fineorganicsParticipant#1 When i open full screan search on PC all windows shifts.
June 22, 2021 at 11:49 am #301389
fineorganicsParticipant#3 Search menu on mobile bugged
Attachments:
You must be logged in to view attached files.June 22, 2021 at 12:17 pm #301407
Bogdan DonovanKeymasterHi,
1. This issue is caused by following custom CSS code related to the
html
tag (screenshot https://gyazo.com/f976a12a8e9c8f4bbcdd18d951f46c26). Try to remove it and check again.2. Your issue is not clear enough. Please provide detailed information, attach some screenshots or video.
3. This issue was fixed since beta release. If you updated your site to 6.1 version and issue still visible, try to clear your device cache. We have checked your site and full screen search looks normal (screenshot https://gyazo.com/3501a6508dc98f0e35be142c5840ab91).
Kind Regards
June 22, 2021 at 4:11 pm #301490
fineorganicsParticipant1. Fixed
3. Fixed2. Check video please, link: https://drive.google.com/file/d/1YcTC7dY2PfILCjJGVSt7ARndyCGitKmv
https://drive.google.com/file/d/1fGm2NryiIfUaLpVS8WJOz4yjWcqPiDfh/view?usp=sharingLook at twitching and shifting please. When i check any page, after download page was shifted and twitching
Thanks!
June 23, 2021 at 7:12 am #301650
Bogdan DonovanKeymasterHello,
In the latest update, we didn’t make any changes related to the scrollbar. This behavior is not depended on form Woodmart theme, and it is standard WebKit browser scrollbar behavior with dynamic content.
– When a page have enough content to be scrollable, it has a scrollbar to move up and down.
– When a page dint have enough content to be scrollable – scrollbar is hidden.Please check the video to see how it works (https://gyazo.com/147477693ce6cacde71ccfde1a4cf76c)
Depending on internet speed and device performance, some dynamic content like images/products can be loaded several milliseconds after the initial page was shown on screen and if there is not enough content on screen to show the scrollbar – in not will be displayed until images/products will be loaded.
Please check the video to see how it works (https://gyazo.com/4afd6aa7512859fb22baea7fcea976d2)
There is several ways to change this:
– Add more content to the page to make sure that scroll is always shown even if images not be visible at the moment.
– Add the following custom cote that show scrollbar even if page is not scrollable (video https://gyazo.com/a65a1520b85d37eabd5d038381152dcf).@media (min-width: 1024px) { html body { overflow-y: scroll; } }
Kind Regards
June 23, 2021 at 7:24 am #301655
fineorganicsParticipantThanks. I added the code but problem not fixed.
When i press: https://fineorganics.com.ua/blog/ and https://fineorganics.com.ua/about/
The scroll still disappears and reappears at the end.June 23, 2021 at 8:37 am #301687
Bogdan DonovanKeymasterWe have checked your site and didn’t see any missing scrollbar (check the video https://gyazo.com/14ba2430ec18c7981e4fe24d19dc9e2d).
Try to clear your browser, site cache and check again.
Kind Regards
June 24, 2021 at 3:14 pm #302228
fineorganicsParticipantAfter clear cache i receive bag with scroll on shop page
June 25, 2021 at 6:29 am #302332
Bogdan DonovanKeymasterHello,
Your custom CSS code contain errors:
– Double semicolon on 6,7 string of the Global Custom CSS area.
– Custom code provided by us is placed in wrong field.
(https://monosnap.com/file/Sc09Y7rOmfmo4x28a2nMtrBEkG85sd)Custom code from previous reply need to be place it in the Global Custom CSS area.
Try to fix following errors, disable third party plugin that are not related to theme, clear cache and check again.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register