• Resolved Codebastler

    (@codebastler)


    The plugin does what it suggests except when there are accordions on the page. When opening accordions the whole length of a site becomes longer and nicescrollr doesn’t take that into consideration.
    The site stops scrolling at the initial length, not the complete length.
    I’ve a site with quite a few accordions and within the accordion the content is long. So when all accordions are opened, nicescrollr will stop at half of the total site.
    Any idea how to solve that?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Demis Patti

    (@demispatti)

    Hi there.

    Thanks for your feedback.
    I’ll wrap my head around this and ship that functionality with the next update.

    Regards,

    Demis

    Thread Starter Codebastler

    (@codebastler)

    Cool.
    I am using a lot of accordions one one page solutions. Simply for the reason, that the visitor doesn’t need to scroll too much on mobiles and can get an overview, before digging deeper into content.

    If there is an update, please drop a message here, so I’ll get informed.

    regards
    Peter

    Plugin Author Demis Patti

    (@demispatti)

    Hello Peter

    Thanks for your patience.
    This issue should be resolved with version 0.5.5. The plugin listens for document changes such as height and takes these changes into account. On both the frontend and the backend of course.

    If you encounter any issues on a mobile device, please report them.
    Thanks for using this plugin 🙂

    Regards,

    Demis

    • This reply was modified 7 years, 1 month ago by Demis Patti.
    Plugin Author Demis Patti

    (@demispatti)

    Hello Peter

    If it works out for you now, mark this thread as resolved.

    Thanks in advance,

    Demis

    Thread Starter Codebastler

    (@codebastler)

    Hi Demis,

    somehow my previous answer was not stored.

    Nicesrollr Version is updated to 0.5.6 and unfortunately the issue is not resolved. The plugin works now fine with Accordions, but not in other cases, when the whole length extends.

    I’ve set up an example at http://nun.graphics/nicescrollr-demo/ .
    Scroll down to “Works”. There you will see a filtered portfolio with “Clients” underlined. Click on “All” and the portfolio will expand quite significantly.
    The user can’t scroll to the bottom of the page, when the portfolio is expanded.

    best regards
    Peter

    Plugin Author Demis Patti

    (@demispatti)

    Hello Peter

    Thanks for the demo page. It was very helpful to track down the problem.
    The plugin should listen to changes on all elements and act as expected.
    This feature will be available with the next update which will be available in the next few days.

    Thanks for your report.

    Regards,

    Demis

    Thread Starter Codebastler

    (@codebastler)

    Hello Demis,

    You are welcome. I will remove the demo.

    Looking forward to the update.
    Btw … another thing. When nicescrollr is on for the backend, then one can’t scroll in the text editor.
    In my opinion nicescrollr for the backend is unnecessary. That’s why I switch it always off. Just realized the flaw, when it wasn’t switched off after new install.

    Apart from that .. Thanks a lot for the efforts. It is a great plugin. I set the maximum height to 2px and 30px width. As a tiny bar it is a wonderful marker of the position on the page.

    Cheers
    Peter

    Plugin Author Demis Patti

    (@demispatti)

    Hello Peter

    I’ll have a look at the text editor thing.

    Regarding the issue with the portfolio:
    You can ensure that all items will be shown by setting “display: block;” for the containing element (id=”ftg-11″) to your stylesheet.

    #ftg-11 {
    display: block;
    }

    Regards,

    Demis

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Use with accordions’ is closed to new replies.