Page 1 of 1

Custom order of images?

Posted: 10 Jan 2017, 08:29
by siljerindal
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 

Re: Custom order of images?

Posted: 10 Jan 2017, 14:04
by mjau-mjau
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.

Re: Custom order of images?

Posted: 10 Jan 2017, 15:20
by siljerindal
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?

Re: Custom order of images?

Posted: 10 Jan 2017, 22:08
by mjau-mjau
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.

Re: Custom order of images?

Posted: 21 Feb 2017, 21:37
by mjau-mjau
X3 was fixed for PHP 7.1 in the X3 0.22 release:
https://forum.photo.gallery/viewtopic.php?f=51&t=9237