Page 1 of 1

Text Information

Posted: 10 Mar 2011, 08:24
by federico
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

Re: Text Information

Posted: 11 Mar 2011, 00:38
by mjau-mjau
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/

Re: Text Information

Posted: 11 Mar 2011, 05:39
by federico
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

Re: Text Information

Posted: 13 Mar 2011, 01:51
by mjau-mjau
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;
}

Re: Text Information

Posted: 13 Mar 2011, 11:48
by federico
Yes, I used the CSS yesterday ...
thanks again for the info! :D

Re: Text Information

Posted: 14 Mar 2011, 10:23
by federico
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

Re: Text Information

Posted: 15 Mar 2011, 04:37
by mjau-mjau
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 ...

Re: Text Information

Posted: 15 Mar 2011, 04:49
by federico
ok, thanks again for everything! :)

great job! :wink:

Bye

Federico