Hi there.
Thanks for your feedback.
I’ll wrap my head around this and ship that functionality with the next update.
Regards,
Demis
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
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.
Hello Peter
If it works out for you now, mark this thread as resolved.
Thanks in advance,
Demis
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
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
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
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