• Resolved bergmann112

    (@bergmann112)


    I use the Widget Accordion and it works fine.
    I’m making accordions with a large amount of text. When you read to the bottom and click the next accordion, the large amount of text is collapsed and I’m left at the bottom of the page.

    I’d like to scroll automatic to top of the specific active panel that is open.

    I use this code but it doesnt work.

    <script>
    jQuery( document ).ready( function( $ ) {
    $( ‘.exad-accordion-title’ ).click( function( ) {
    var pane = $(this);
    setTimeout(function(){
    var $panel = pane.closest(‘.exad-accordion-items’);
    $(‘html,body’).animate({
    scrollTop: $panel.offset().top
    }, 500);
    }, 300 );
    });
    });
    </script>

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @bergmann112

    Thank You so much for your query.
    Apology for the delay.

    We are checking on to the issue and providing you a work-around as soon as we can.

    Hi @bergmann112

    Our sincere apologies for the delay.
    As we have looked it’s a little complex thing to do on our end.

    As you requested we have kept this feature in our pipeline for a future release.

    I hope you’ll understand.

    Thank You

    Thread Starter bergmann112

    (@bergmann112)

    Many thanks for the answer.

    Approximately when will the release be available?

    Hi,

    It’s really hard for us to promise a deadline but I’m hoping within a month as we have a lot of fixes in our pipeline to fix and improve.

    I hope you understand.

    Thank You

    Thread Starter bergmann112

    (@bergmann112)

    Hi,

    is the function already integrated and do i have to activate the function in the plugin?

    Hi,

    Please accept our sincere apologies.
    We’re backlogged with a lot of work now.

    Our Development team has found this to implement a little challenging and not very efficient to do at this moment.
    So it got moved down on the pipeline.

    I’m really sorry I think that’ll be a while we can fix that for you.

    I hope you’ll understand.

    Thank You

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Accordion srcoll TOP’ is closed to new replies.