What Do You Need In The Xf2 Xengallery Version? Vote for your choices here: http://www.sonnb.com/threads/what-do-you-need-in-the-xf2-xengallery-version.1539/

Help Footer Links Appearing At Top Of Full Screen Image View.

Discussion in 'XenGallery' started by drastic, Mar 13, 2015.

  1. drastic

    drastic Authorized Member Authorized

    what template can i edit to ensure that my footer links appear at the bottom? they're appearing at the top and they're blocking my SHARE button from being clickable. suggestions? thanks.

    I've commented them out for now, as I don't really need them anyway.
    see here, the top right area has things overlaying on each other:

    upload_2015-3-13_19-56-15.png
     
    Last edited: Mar 14, 2015
  2. sonnb

    sonnb Administrator Staff Member

    Please share me your URL. I need to check to give you a solution.
     
  3. drastic

    drastic Authorized Member Authorized

  4. sonnb

    sonnb Administrator Staff Member

    It is because of your style has z-index of #loginBar 1000 which is bigger than XenGallery overlay z-index. You can either reduce this value to under 400 or change z-index of .galleryOverlay to bigger than 1000.

    For instance:
    Code:
    .galleryOverlay {
    z-index: 4000!important;
    }
     
    drastic likes this.
  5. drastic

    drastic Authorized Member Authorized

    I set it as 300, then as 2000, but I still get that weird floating user avatar - the one you can click on to logout or whatever.

    It's not a big deal right now.
     
  6. sonnb

    sonnb Administrator Staff Member

    Can you take a screenshot? I do not get it.
     
  7. drastic

    drastic Authorized Member Authorized

  8. sonnb

    sonnb Administrator Staff Member

    You should check z-index of it as well. I do not have account so cannot give you exactly class.
     

Share This Page