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/

Not a bug Small Thumbnail Row Along Bottom Of Overlay

Discussion in 'Bug Reports' started by Russoroni, Jan 20, 2014.

  1. Russoroni

    Russoroni Member

    Why doesn't the row of thumbnails stretch across the entire bottom? And when you gt to the end it should start from the beginning.

    Image 1.png
     
  2. sonnb

    sonnb Administrator Staff Member

    It will not stretch. It only displays the limit configured in option (related contents).
     
  3. Russoroni

    Russoroni Member

    Ohhhhh... I didnt see that option. Thanks. How was your new year?
     
  4. sonnb

    sonnb Administrator Staff Member

    Thanks. We are still preparing for it. It will last for around 2 weeks and it is the longest holiday in our country.
     
  5. Russoroni

    Russoroni Member

  6. Russoroni

    Russoroni Member

    What are the chances of making the 'import to gallery' work with [BD] Attachment store/S3? I am no longer using cloudfront as it was causing alot of trouble. But it would be great if I could use it or Cloudflare. I just really need it to work with the S3... Can't launch my site until this gets fixed.
     
  7. sonnb

    sonnb Administrator Staff Member

    I will check it and report back to you.
     
    Russoroni likes this.
  8. Russoroni

    Russoroni Member

    Oh yeah I forgot... I asked you a long time ago about how to remove the little progress meter thing in the middle of the overlay. Could you tell me where that is exactly?
     
  9. sonnb

    sonnb Administrator Staff Member

    You might want to add:
    Code:
    .ContentEditor .AttachedContent .progress .gauge .text {
    display: none;
    }
     
  10. Russoroni

    Russoroni Member

    Thank you sir.
     
  11. Russoroni

    Russoroni Member


    Nope. That didn't work.
     
  12. sonnb

    sonnb Administrator Staff Member

    You should use: display: none!important; to override js call.
     
  13. Russoroni

    Russoroni Member

    That didn't work either
     
  14. sonnb

    sonnb Administrator Staff Member

    You want to remove the progress or the percent text?
     
  15. Russoroni

    Russoroni Member

    Progress
     
  16. sonnb

    sonnb Administrator Staff Member

    Then remove above suggestion and use this instead
    Code:
    .ContentEditor .AttachedContent .progress .gauge .meter {
    display: none;
    }
     
  17. Russoroni

    Russoroni Member

    That didnt work
     
  18. sonnb

    sonnb Administrator Staff Member

    Remember the !important part. If you cannot make it work then open sonnb_xengallery_upload and remove HTML code: <span class="meter">&nbsp;</span>
     
  19. Russoroni

    Russoroni Member

    No no... not the upload progress meter. The little one in the middle of the overlay when photos are loading. Like when you click next photo and its loading.
     
  20. sonnb

    sonnb Administrator Staff Member

    Omg, we were talking about 2 different things. There are several places you have to modify.

    For next photo, you can modify the CSS .galleryOverlay .goWrapper .goMediaContainer to remove background-image property

    upload_2014-1-28_16-19-25.png

    The same apply for other places.
     

Share This Page