• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Anywhere Upload Bug

Status
Not open for further replies.

anmolgill

Chevereto Member
Hi Buddy
Scroll Bar Is missing when uploading more than 10 images
not able to see embed code of images
 

Attachments

  • Picture.png
    Picture.png
    550.6 KB · Views: 20
app/lib/chevereto.js

Replace this:
Code:
if(!$(this.selectors.root).css("visibility") !== "visible") return;

With this:
Code:
if($(this.selectors.root).css("visibility") !== "visible") return;
 
I've tested in 3.4.0 and it doesn't happens what you say. Anyway I found some other issues related to the boxSizer() that will be patched in 3.4.1
 
when creating new album not redirect to album
plus its not showing scroll bar on anywhere upload page
laptop resolution is 1366 x 768
 
Yeah I've added more fixes in 3.4.2, demo is running 3.4.2
 
Status
Not open for further replies.
Back
Top