Search…

X3 Photo Gallery Support Forums

Search…
 
waqaaz
Topic Author
Posts: 5
Joined: 30 Nov 2011, 20:13

Channging the icon in HTML

03 Feb 2012, 00:31

Hi i have a couple of questions...

is there any way in which to change the green cross logo that appears on the html page in the top left.

Also can Pictures be assigned to the folders , so that when being viewed in html they don't just appear as normal folders etc

Thanks

Waq

http://phot-o-graphy.com/
Waqaaz Shah

phot-o-graphy.com
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Channging the icon in HTML

05 Feb 2012, 01:06

I think the general approach is like this:

First, Upload your new logo in iv-config folder, say it's 100x100px mylogo.png. We need to add 9px for the sides of the logo that will give the 118x118px overall size. Imagevue can use smaller logo for inner pages but we will override this too.

Open Settings > Custom CSS > HTML and paste this:
Code
/* Change 118px to your height+18px in these two lines: */
#logo, .inner #logo, #pageHeader a.logo, .inner #pageHeader a.logo { height: 118px; line-height: 118px; } 
#tree #hidden { top: 118px !important; margin-top: -9px; }

/* Change 118px to your width+18px in the next line and make sure the path is correct */
#logo, .inner #logo {   width: 118px; display: block; background: url(/iv-config/mylogo.png) 9px 9px no-repeat; }
.inner #pageHeader a.logo { margin-left: 9px }
For your logo you will have to change the sizes accordingly.
firedev.com
 
waqaaz
Topic Author
Posts: 5
Joined: 30 Nov 2011, 20:13

Re: Channging the icon in HTML

07 Feb 2012, 06:23

HI Nick

Many thanks for this, will defo give it a go, Is there a maximum size for the logo?

Also any news on how Pictures be assigned to the folders , so that when being viewed in html they don't just appear as normal folders etc

For example the home and contact me folders appear as pictures and not just as normal pictures...


Thanks

http://phot-o-graphy.com/
Waqaaz Shah

phot-o-graphy.com
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Channging the icon in HTML

10 Feb 2012, 13:03

Sorry, not at the moment, but this is planned.
firedev.com