Search…

X3 Photo Gallery Support Forums

Search…
 
siljerindal
Topic Author
Posts: 2
Joined: 09 Jan 2017, 18:10

Custom order of images?

10 Jan 2017, 08:29

Hey!

I've uploaded images to different pages on my gallery, but when i go to "Gallery" for each page, they all say 'NO FILES AND FOLDERS'.

I want to add text to my photos and put them in a different order, but I cant find out how to do it, since none of the images show up anywhere. Is it possible to do this?

siljerindal.com 
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: Custom order of images?

10 Jan 2017, 14:04

Hi!

The problem is related to latest PHP 7.1 release, which I see you have installed on your server. The issue was discovered a few days ago ... We are looking into it, and should have a new release available this week which will fix it. Please hang on for a few days!

If your hosting has an option to set another PHP version, that would solve the issue for you immediately. We will however have the issue fixed for PHP 7.1 ASAP.
 
siljerindal
Topic Author
Posts: 2
Joined: 09 Jan 2017, 18:10

Re: Custom order of images?

10 Jan 2017, 15:20

Ah, fixed it! Thank you :)

One more question.. The title of the gallery on the page comes up on the middle of the page. Is there a way to move it further up?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: Custom order of images?

10 Jan 2017, 22:08

siljerindal wrote:One more question.. The title of the gallery on the page comes up on the middle of the page. Is there a way to move it further up?
The title of the image-intro will always display in vertical center. You can adjust it with some custom CSS. Go to settings -> custom -> Custom CSS, and add:
Code
.page-index .image-intro-content {
  top: 30%;
}
Feel free to adjust the value. Default is 50%, which is vertical center.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: Custom order of images?

21 Feb 2017, 21:37

X3 was fixed for PHP 7.1 in the X3 0.22 release:
https://forum.photo.gallery/viewtopic.php?f=51&t=9237