Search…

X3 Photo Gallery Support Forums

Search…

Search found 13998 matches

by mjau-mjau
18 Feb 2024, 21:31
Forum: Bugs & Issues
Topic: Fresh install on "Dietpi" with raspi 5
Replies: 8
Views: 369

Re: Fresh install on "Dietpi" with raspi 5

This is related to rewrite, which are assigned in the .htaccess file (assuming this is Apache server?). So it looks like either the server does not support .htaccess or does not support mod_rewrite or it's not Apache. I can't see that from here. Check your page /?diagnostics.
by mjau-mjau
15 Feb 2024, 01:35
Forum: Questions
Topic: Anyone know how to loop MP4 in a URL, or embed videos on Content page & have them display similar to Justified layout?
Replies: 3
Views: 715

Re: Anyone know how to loop MP4 in a URL, or embed videos on Content page & have them display similar to Justified layou

Is there a way to embed items in a gallery's Content page & have those items display & react exactly like if they were in an X3 gallery using the Justified layout? Might as well clarify this first. Unfortunately, that would require a large amount of design and code, also Javascript. X3 is a gallery...
by mjau-mjau
13 Feb 2024, 01:50
Forum: Help
Topic: reducing thumbnail dimension
Replies: 3
Views: 194

Re: reducing thumbnail dimension

You won't be able to resolve this easily, because the 100px thumbnail sizes are haredcoded into X3 ... Sorry  :confused:
by mjau-mjau
10 Feb 2024, 22:40
Forum: Help
Topic: reducing thumbnail dimension
Replies: 3
Views: 194

Re: reducing thumbnail dimension

I looked into this and tried to solve it, but unfortunately this is caused programmatically by the slideshow. The slideshow has been told to render thumbnails at 100px, and this then causes only a certain amount of thumbnails to "load" into view. This could probably be resolved by editing the Javasc...
by mjau-mjau
10 Feb 2024, 02:25
Forum: Questions
Topic: Button to launch external URL from an image
Replies: 15
Views: 404

Re: Button to launch external URL from an image

On https://www.haraldreitzphotography.com/test_gallery/, when I click on button "3D", I get here:  https://www.haraldreitzphotography.com/test_gallery/skateboard/ From there, the static ULR works, but not from test_gallery.  So there must be some event listener, making that happen, which I would li...
by mjau-mjau
09 Feb 2024, 02:31
Forum: Questions
Topic: Button to launch external URL from an image
Replies: 15
Views: 404

Re: Button to launch external URL from an image

Other question, how can I access. In html or JS the image parameters, filename, description, etc? I'm not sure how you imagined this to work. Even this was public, there would need to be an API with a JS object containing all links and their parameters. No, if you want to build a Javascript fix as ...
by mjau-mjau
09 Feb 2024, 02:29
Forum: Questions
Topic: Button to launch external URL from an image
Replies: 15
Views: 404

Re: Button to launch external URL from an image

Issue is, on the gallery page, some previously defined action triggers to go to a page with that one image only, and the URL does not fire.  Only on that page, the button calls the url. Question, how do I get rid of that action, so that my button URL works directly from the gallery image? What "act...
by mjau-mjau
08 Feb 2024, 20:33
Forum: Questions
Topic: Button to launch external URL from an image
Replies: 15
Views: 404

Re: Button to launch external URL from an image

Yes, X3 isn't really meant to handle something like this, because your target link isn't only using the file name (or path), but some additional fileID. And since there is both {fileID} and {filename}, we can't use file name for both. It would have to be a Javascript fix. I would do this: Rename you...
by mjau-mjau
08 Feb 2024, 03:35
Forum: Questions
Topic: Button to launch external URL from an image
Replies: 15
Views: 404

Re: Button to launch external URL from an image

Do you have an example of the the target link you are trying to assemble? I don't see why you need to do this from "caption" etc, as this is meant for longer non-url compatible strings that contains html. If you are building one url from another, why can't you just do this from the file name? Why do...
by mjau-mjau
07 Feb 2024, 23:41
Forum: Questions
Topic: Button to launch external URL from an image
Replies: 15
Views: 404

Re: Button to launch external URL from an image

Hi. Of course, there are some possibilities here, but you kinda lost me with the below: - looks up in a file/table the specific URL for that image, and launches that URL, after the user clicks on the button Where is this file/table? Is it a database? Creating a button, a link and automating the link...
by mjau-mjau
07 Feb 2024, 23:35
Forum: Bugs & Issues
Topic: Fresh install on "Dietpi" with raspi 5
Replies: 8
Views: 369

Re: Fresh install on "Dietpi" with raspi 5

henning wrote: by manually downloading and copying files to the web-server I made it work. Only exception is the Diagnostic.
Great, as long as it's working, you don't really need diagnostics ...
by mjau-mjau
06 Feb 2024, 22:56
Forum: Questions
Topic: Portrait Pics Appearing Landscape
Replies: 8
Views: 31898

Re: Portrait Pics Appearing Landscape

There are many levels of cache, from X3 (server), proxy (Cloudflare) and browser cache. However, there is a big difference between images getting cached by request, and pages getting cached ... X3 will never cache pages with images that are not there, unless you are using "preload: manual" and forgo...
by mjau-mjau
06 Feb 2024, 05:05
Forum: Bugs & Issues
Topic: Fresh install on "Dietpi" with raspi 5
Replies: 8
Views: 369

Re: Fresh install on "Dietpi" with raspi 5

Honestly, this is so difficult to diagnose with a self-hosted, non-standard PHP server running on Raspberry Pi, that I can't even view from here. Hi, I'm trying to install X3 latest version on my new Raspi 5 with "Dietpi"  However the web installer does not work. I can start the script and on the 2n...
by mjau-mjau
03 Feb 2024, 21:27
Forum: Help
Topic: Uploaded photos on panel not showing on website
Replies: 2
Views: 238

Re: Uploaded photos on panel not showing on website

Are you using "preload website" set to "create"? The only other reason the page might not be updating, is if your server is somehow caching the respone. I can only diagnose this, with a link to the specific page that isn't updating, and login to panel ... or if not panel login, at least a screenshot...
by mjau-mjau
29 Jan 2024, 23:22
Forum: Questions
Topic: Audio Player Plugin use on only 1 specific gallery AND its sub-galleries
Replies: 9
Views: 8912

Re: Audio Player Plugin use on only 1 specific gallery AND its sub-galleries

I have some pages that contain videos only and each video has its own track so I can not have audio in these video pages. I tried to disable the audio in the page JSON but didnt work so I found a workaround: download a 1 second "no sound" mp3 then upload it to your page gallery, that way this "no s...