Search…

X3 Photo Gallery Support Forums

Search…
 
federico
Topic Author
Posts: 8
Joined: 07 Mar 2011, 13:21

Text Information

10 Mar 2011, 08:24

Hello everyone,
I need some information ...
I state that I'm using version 6.4 for my site.

1 - can I align the title page in the center instead of left ... how can you do?
2 - can I remove the number that indicates the amount of the photos in the main menu?
3 - can I change the font of the entire site and make it visible on any browser?

Thank you for your attention :wink:

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

Re: Text Information

11 Mar 2011, 00:38

federico wrote:1 - can I align the title page in the center instead of left ... how can you do?
Exactly what "title page" do you mean? Perhaps you have a link to your gallery?
federico wrote:2 - can I remove the number that indicates the amount of the photos in the main menu?
Yes. Go to admin -> themes -> edit theme (you may need to create your own theme first). Then click Stylesheet:
Code
.mainmenu_amount {
	display: none;
}
federico wrote:3 - can I change the font of the entire site and make it visible on any browser?
You can change font in Imagevue by editing the theme CSS stylesheet. Same as above, navigate to your theme stylesheet, and you will find the fonts. The most important one, is normally the body {} class at the top, where your main font is defined. Just remember, you need to use font families that users have installed on their computers. More info:
https://www.photo.gallery/documentation/cssreference/
 
federico
Topic Author
Posts: 8
Joined: 07 Mar 2011, 13:21

Re: Text Information

11 Mar 2011, 05:39

Hi,
questo è il link http://www.federicotristani.it/imagevue ... 0Tttttttt/

I would like the text "Federico Tttttttt" was in the center but not left...
I would do the same for the other pages...("contatti", "matrimoni")

Thank you and sorry for my English :oops:

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

Re: Text Information

13 Mar 2011, 01:51

Looks like you already centered your text?

You can center the heading text by editing the CSS, as you have done already:
http://www.federicotristani.it/imagevue ... agevue.css
Code
.textpage_title {
	text-align: center;
}
The reason your main text is ALSO aligned to center, is because you have centered it from the text editor. You could use CSS to do this instead, by adding for the entire textpage:
Code
.textpage {
	text-align: center;
}
 
federico
Topic Author
Posts: 8
Joined: 07 Mar 2011, 13:21

Re: Text Information

13 Mar 2011, 11:48

Yes, I used the CSS yesterday ...
thanks again for the info! :D
 
federico
Topic Author
Posts: 8
Joined: 07 Mar 2011, 13:21

Re: Text Information

14 Mar 2011, 10:23

Hello
I would need a further information ...
I would like to center the text in the main menu ...
How can I do using CSS?

Thanks again 8)

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

Re: Text Information

15 Mar 2011, 04:37

Sorry, this is not possible because the menu is multiple movieclip items simply aligned to the left. It is bad practice to have a menu with items aligned to center. Why? Because when users view a menu vertically, their eyes scan vertically from the same horizontal position. I strongly suggest you reconsider trying to make your menu text centered. I also am not sure why you have done this for text pages, as it just makes it more difficult to read the text, but maybe its ok since your text page is more like a listing ...
 
federico
Topic Author
Posts: 8
Joined: 07 Mar 2011, 13:21

Re: Text Information

15 Mar 2011, 04:49

ok, thanks again for everything! :)

great job! :wink:

Bye

Federico