Search…

X3 Photo Gallery Support Forums

Search…
 
Masterchrister
Topic Author
Posts: 3
Joined: 15 Aug 2007, 18:43

How can i change "This is your gallery"?

02 Jan 2009, 18:04

How can i change "This is your gallery" & the small text under it?
 
Masterchrister
Topic Author
Posts: 3
Joined: 15 Aug 2007, 18:43

Re: How can i change "This is your gallery"?

02 Jan 2009, 19:09

Masterchrister wrote:How can i change "This is your gallery" & the small text under it?
For those how don't understand me, this text is listed at the top, the first page.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

04 Jan 2009, 01:00

Have you accessed that folder from your admin?

Navigate admin -> manage, find the folder called "start". There you will see some text in the parameters field: "title=This is your gallery", and also a description field that you can edit.

Of course, you can delete this folder if you like, or use it as a plain gallery folder. The default startpage is using the "photoblinds" filemod option - Read more:
https://www.photo.gallery/v2docs/articles/filemod/
 
Masterchrister
Topic Author
Posts: 3
Joined: 15 Aug 2007, 18:43

thx

04 Jan 2009, 09:49

Thx allott!
 
Rubens Vieira
Posts: 9
Joined: 23 Jan 2009, 10:00

23 Jan 2009, 10:21

Using the same post....

How could I align the "This is your gallery" at right?

I've made it with the "full screen" text just adding the HTML format code, easy, but...

Could you inform with file shold I edit?

tkx in advance,

Rubens
 
Rubens Vieira
Posts: 9
Joined: 23 Jan 2009, 10:00

25 Jan 2009, 12:30

somebody?!?!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

29 Jan 2009, 06:18

Sorry for late reply ...

To align the text to top-right, you would need to edit your theme CSS file:
Code
.filemod {
	text-align: right;
}
More on Imagevue X2 theme CSS stylesheets here:
viewtopic.php?t=4270
 
Rubens Vieira
Posts: 9
Joined: 23 Jan 2009, 10:00

29 Jan 2009, 09:29

tks :D