Problems with sticky sidebar

Home Forums Gillion Theme Problems with sticky sidebar

Home Forums Gillion Theme Problems with sticky sidebar

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • ciwpadmin
    Participant

    I have a sticky sidebar issue where if you scroll slowly it seems to stretch the content block as well. I have tried to remove the sticky sidebar with css but now if you scroll slowly at the bottom it can cause a up/down jump.

    Hi @ciwpadmin,

     

    I hope you are well today and thank you for your question.

     

    You can use the below CSS code to remove the sticky sidebar effect.

     

    #sidebar .theiaStickySidebar {
        transform: none !important;
        position: static !important;
    }
    
    

     

     if you scroll slowly at the bottom it can cause a up/down jump.

    Please make sure that you are using below the latest version of the theme and try using a Gillion theme instead of its child theme.

     


    Please login to access this file

     

    Best regards,
    Shufflehound team

    ciwpadmin
    Participant

    I have tried the css fix to remove the sidebar as per my original message, but when it goes to the bottom it still jumps. Is there any explanation why it does the expanding of content beyond it’s parent container with the sticky sidebar?

    ciwpadmin
    Participant

    I have installed the newest theme on my staging site and this is even more broken when slow scrolling to the bottom. Something has got to be fixed, there needs to be a way to add a max-height to the sidebar that is equal to #content.

    I don’t see it displayed the expanding of content beyond its parent container so could you please share the screenshot of the issue?

    ciwpadmin
    Participant

    It only happens when you slow scroll at the bottom of content when the footer just comes into view. It has to be a slow scroll. This is on any single post or archive page. I only discovered it when I was pressing the down arrow when checking accessibility. Or maybe it needs a prevention of the resizing when the full related posts box is in the viewport. I will attempt a fix in the plugins.js file but I look forward to any ideas you may have.

    Attachments:
    You must be logged in to view attached files.

    I could confirm the issue on your website.

     

    This can be a child theme issue used on your site so to confirm it just temporarily use the Gillion theme on your site. If everything works fine then it’s your site child theme issue.

     

    If it is not a child theme issue then would you mind if I log in to your site and do quick troubleshooting? If this is ok then could you please temporarily create an admin user account and share me the account login details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able to see it)”?

Viewing 7 posts - 1 through 7 (of 7 total)