Page 1 of 1

Channging the icon in HTML

Posted: 03 Feb 2012, 00:31
by waqaaz
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/

Re: Channging the icon in HTML

Posted: 05 Feb 2012, 01:06
by Nick
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.

Re: Channging the icon in HTML

Posted: 07 Feb 2012, 06:23
by waqaaz
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/

Re: Channging the icon in HTML

Posted: 10 Feb 2012, 13:03
by Nick
Sorry, not at the moment, but this is planned.