-
AuthorPosts
-
November 14, 2013 at 11:25 pm #188603
Hello,
When sorting the portfolio at http://blueunderground.com/portfolio/ to look at only a single category, in my case, logos, marketing materials or websites, a second scroll bar appears next to the primary scroll bar. The height being scrolled appears to be the same as the height of the unsorted portfolio. The error appears in the latest versions of Chrome and Firefox in Windows 7 and 8 on various machines. I am running the most recent version of Enfold and the most recent version of WordPress. The error occurs with or without my custom.css additions.
Thanks!
November 15, 2013 at 5:30 am #189110Any advice to correct this?
November 15, 2013 at 8:25 pm #189404Hi!
Please try Peter’s code here https://kriesi.at/support/topic/double-scrollers-in-portfolio/#post-132118
Regards,
YigitNovember 17, 2013 at 4:30 am #189734Hi Yigit,
That removes the second scroll bar, but it creates an issue with the “Small fixed Header”. When returning to the header after scrolling down the page there is visual redundancy. Please take a look at the video of the issue for a better understanding at http://www.youtube.com/watch?v=ZHIFXMaT6ms.
This error appears in the latest version of Chrome in Windows 7 and 8 on various machines. I am running the most recent version of Enfold and the most recent version of WordPress. The error occurs with or without my custom.css additions.
Thanks – Campbell
November 17, 2013 at 4:32 am #189735The problem is confined to the portfolio at http://blueunderground.com/portfolio/.
Please advise.
Thanks!
November 18, 2013 at 1:40 am #189883Any suggestions to solve this?
I can switch to the “Small non-fixed Header”, but I was initially attracted to the theme because of the “Small fixed Header”. You all were ahead of Avada with that and, outside of this bug, you have a superior product.
Again, the bug is triggered by adding the code Yigit suggested to solve the initial issue with double scroll bar: #wrap_all {overflow-y: hidden}
Thanks!
November 18, 2013 at 3:32 pm #190114Hey!
Please use the “Small non-fixed header” then remove Yigit’s code. Add this on your Quick CSS:
#header { position: fixed; }
You will still have a fixed header without the redundancy issue.
Best regards,
IsmaelNovember 18, 2013 at 4:29 pm #190150Hello,
We are fighting two problems. And the second problem is being caused by the snippet suggested to solve the first problem.
The first problem is the double scroll bar. When sorting the portfolio at http://blueunderground.com/portfolio/ to look at only a single category, a second scroll bar appears next to the primary scroll bar. The CSS snippet that Peter suggested “#wrap_all {overflow-y: hidden}” solves the original problem, the double scroll bar.
The second problem is a result of that CSS snippet “#wrap_all {overflow-y: hidden}”. Ismael’s suggestion to solve that problem creates an issue similar to the existing with distortion of objects when scrolling back to the top of the page when using the Small fixed Header with the CSS snippet “#wrap_all {overflow-y: hidden}”. This is not a preferred solution as it does not let the header scale smaller as the Small fixed Header does when scrolling down the page.
Please take a look at the videos of the visual redundancy issue for a better understanding:
Small non-fixed Header + #header {position: fixed} + “#wrap_all {overflow-y: hidden}”
Small fixed Header + “#wrap_all {overflow-y: hidden}”
Is there another way to solve the double scroll bar problem that won’t affect the Small fixed Header?
Please advise.
Thanks!
- This reply was modified 11 years ago by blueunderground.
November 20, 2013 at 3:49 am #190811Hello,
Is there another way to solve the double scroll bar problem that won’t affect the Small fixed Header?
Thanks!
November 22, 2013 at 9:55 am #191776Hey!
Please try to use following code instead
.content .entry-content-wrapper.avia_sortable_active{ overflow-y: hidden; }
Cheers!
PeterNovember 22, 2013 at 9:58 pm #192068Peter,
You are good. That allow for the Small fixed Header while correcting the double scroll bar!
Many thanks!
-
AuthorPosts
- The topic ‘Portfolio Bug – Sorting creates second scroll bar’ is closed to new replies.