Tagged: ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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!

    #189110

    Any advice to correct this?

    #189404

    Hi!

    Please try Peter’s code here https://kriesi.at/support/topic/double-scrollers-in-portfolio/#post-132118

    Regards,
    Yigit

    #189734

    Hi 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

    #189735

    The problem is confined to the portfolio at http://blueunderground.com/portfolio/.

    Please advise.

    Thanks!

    #189883

    Any 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!

    #190114

    Hey!

    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,
    Ismael

    #190150

    Hello,

    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!

    #190811

    Hello,

    Is there another way to solve the double scroll bar problem that won’t affect the Small fixed Header?

    Thanks!

    #191776

    Hey!

    Please try to use following code instead

    
    .content .entry-content-wrapper.avia_sortable_active{
    overflow-y: hidden;
    }
    

    Cheers!
    Peter

    #192068

    Peter,

    You are good. That allow for the Small fixed Header while correcting the double scroll bar!

    Many thanks!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Portfolio Bug – Sorting creates second scroll bar’ is closed to new replies.