Search…

X3 Photo Gallery Support Forums

Search…

Search found 13 matches

by AlexKalopsia
21 Oct 2023, 05:29
Forum: Help
Topic: Can't figure out nginx upload values
Replies: 5
Views: 19034

Re: Can't figure out nginx upload values

Ok, found the issue. I had a syntax error in my php-local.ini file.

I had
Code
upload_max_filesize 512M
post_max_size 512M
while it should have been
Code
upload_max_filesize = 512M
post_max_size = 512M
by AlexKalopsia
21 Oct 2023, 05:07
Forum: Help
Topic: Can't figure out nginx upload values
Replies: 5
Views: 19034

Re: Can't figure out nginx upload values

And, as a follow-up question - is there a way to debug where - on my machine - X3 is getting the php info from?
by AlexKalopsia
21 Oct 2023, 04:26
Forum: Help
Topic: Can't figure out nginx upload values
Replies: 5
Views: 19034

Re: Can't figure out nginx upload values

If I nginx -v on my server, I get nginx/1.20.1 I have X3 Gallery somewhere in a folder volume1/docker/swag/www/x3gallery I use swag to setup my website routing. If I bash into swag and nginx -v , I get nginx/1.24.0 (this is in line with what X3 diagnostics say) I have a CNAME record (cloudflare DNS ...
by AlexKalopsia
20 Oct 2023, 15:14
Forum: Help
Topic: Can't figure out nginx upload values
Replies: 5
Views: 19034

Can't figure out nginx upload values

I am running X3 Gallery, and I have it in a directory on my server. It runs well, and I reach it from subdomain.mydomain.com using a reverse proxy setup. I am just struggling with the upload size: even if I set the correct upload value via the nginx config, X3 seemingly ignores it. server {  listen ...
by AlexKalopsia
05 Feb 2023, 12:30
Forum: Features
Topic: Before and after?
Replies: 4
Views: 9945

Re: Before and after?

Oh nice, this is awesome, not exactly what I had in mind, but it's definitely something I can use! What I actually was hoping for was a way to do before/after within a gallery (so you have the usual Gallery grid, you click on an image, it becomes full screen, and here you can check the before after)...
by AlexKalopsia
05 Feb 2023, 09:14
Forum: Features
Topic: Before and after?
Replies: 4
Views: 9945

Before and after?

Hi there, thanks for X3, it's really amazing and I love it <3 I am here to ask whether it is currently possible to have some form of "before -> after" interactive slider. I assume the answer is no, and perhaps this would have to be a separate plugin, but I just thought I'd still ask. This is very us...
by AlexKalopsia
09 Nov 2022, 03:22
Forum: Questions
Topic: TikTok icon in Custom Footer
Replies: 6
Views: 2423

Re: TikTok icon in Custom Footer

Awesome, thanks for spending the time on this!
by AlexKalopsia
07 Nov 2022, 12:04
Forum: Bugs & Issues
Topic: Blank "Manage" page after updating to 3.31.1 (on Firefox)
Replies: 5
Views: 9704

Re: Blank "Manage" page after updating to 3.31.1 (on Firefox)

Ctrl + F5 did not work, but manually clearing local storage via the Firefox dropdown did fix the issue.

Hope this helps!

Image
by AlexKalopsia
07 Nov 2022, 08:34
Forum: Bugs & Issues
Topic: Blank "Manage" page after updating to 3.31.1 (on Firefox)
Replies: 5
Views: 9704

Re: Blank "Manage" page after updating to 3.31.1 (on Firefox)

mjau-mjau wrote:
AlexKalopsia wrote: Any idea how I could fix this?
Can you try from Firefox new "Private window"? I think it could be related to the browser's localStorage. Let me know!
I can confirm that it *does* work in incognito mode!
by AlexKalopsia
07 Nov 2022, 08:32
Forum: Questions
Topic: TikTok icon in Custom Footer
Replies: 6
Views: 2423

Re: TikTok icon in Custom Footer

Thanks for the reply. And yes, I did eventually end up just using svg and css trickery. I couldn't in the name of god make the svg fit properly centered in a circular button, so I ended up with this mess <div class="icon-buttons hover-color hover-title">   <a style="min-height: 96px;" href="https://...
by AlexKalopsia
07 Nov 2022, 07:00
Forum: Questions
Topic: TikTok icon in Custom Footer
Replies: 6
Views: 2423

Re: TikTok icon in Custom Footer

Any more guidance on this? I have updated `font-awesome-min.css` to the content linked above (which I can see includes the Mastodon icon) where the mastodon icon is fa-mastodon:before { content : " \f4f6 " } In `x3.min.js` I have added {id:"Mastodon",icon:"mastodon"} In `font-awesome-webfont.svg` I ...
by AlexKalopsia
07 Nov 2022, 05:47
Forum: Bugs & Issues
Topic: Blank "Manage" page after updating to 3.31.1 (on Firefox)
Replies: 5
Views: 9704

Blank "Manage" page after updating to 3.31.1 (on Firefox)

Hi there, I had a perfectly working instance of X3 3.30.1 for some months, and today (after getting a license)  I decided to update to 3.31.1. The result of this is that nothing shows up in the "Manage" page. It's just a blank page. Diagnostics says everything is OK. I am selfhosting on a Synology N...
by AlexKalopsia
20 Apr 2022, 06:24
Forum: Help
Topic: Invert gallery and folders order
Replies: 1
Views: 1692

Invert gallery and folders order

Hi everyone, I would like my page to look something like: === CONTEXT === GALLERY === FOLDERS From what I understand I have no clear way to make it so that I can show a small gallery before showing the list of folders. Is this correct? Should I edit the core files to change what gets loaded first or...