Okay
  Public Ticket #952454
Footer problem
Closed

Comments

  •  2
    Arkensor started the conversation

    Hi!

    We recently bought your admin panel and it's working great so far, however we encountered an issue in the latest HTML version which we are unsure of whether this is a problem on our end or a bug in the theme:
    Collapsable panels on pages on which the sticky footer is used make the footer move down meaning if there are 500 pixel between collapsed panel and footer and you expand the panel, the footer keeps its 500px distance from the now expanded panel and it makes the page larger than necessary.


  • [deleted] replied

    Hi Arkensor,

    Sticky footer is processed only once when the page is loaded, so if you want to re-process the position of sticky footer just add this callback:

    stickFooterToBottom();

    To the element that collapses panels, an option how to do this is shown here:

    $( 'body' ).on( 'click', 'a[data-toggle="panel"]', stickFooterToBottom );

    Hopefully this helps you.

  •  2
    Arkensor replied

    Hello Arlind,

    this worked very well. 

    Thank you very much!

  • [deleted] replied

    Hi Arkensor,

    I'm very glad to hear that

    Will set this ticket as solved from here.

    P.S: If you like our template, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance and have a great day!