PDA

View Full Version : Q on home page customization...


rich56k
Dec-29-2006, 03:38 AM
Hi All,

Following info from Devbobo in FAQ list regarding changing 'featured gallery' on home page (:clap thanks! :thumb ) the only way i could figure out how to center the text is with" ___________" see:
YE.onAvailable('featuredTitle', function() {this.innerHTML = '______________THANKS FOR YOUR SUPPORT AND HAPPY HOLIDAYS!!_______________'});(otherwise it always seems to 'left justify')
i was hoping to just use 'space bar' but couldn't get that to work - i'm sure theres other keys i could use but sought after result is to place my text anywhere in that 'space' without the 'marks' is this possible? :scratch
thanks,
rich56k

http://rich56k.smugmug.com
http://HooliganUnderground.com

ps: i should also ask is it possible to remove the 'grey bar' the text is in if i choose to have no text , but still want to show the '2 galleries' as in example?

ivar
Dec-29-2006, 03:55 AM
Hi All,

Following info from Devbobo in FAQ list regarding changing 'featured gallery' on home page (:clap thanks! :thumb ) the only way i could figure out how to center the text is with" ___________" see:
YE.onAvailable('featuredTitle', function() {this.innerHTML = '______________THANKS FOR YOUR SUPPORT AND HAPPY HOLIDAYS!!_______________'});(otherwise it always seems to 'left justify')
i was hoping to just use 'space bar' but couldn't get that to work - i'm sure theres other keys i could use but sought after result is to place my text anywhere in that 'space' without the 'marks' is this possible? :scratch
thanks,
rich56k

http://rich56k.smugmug.com
http://HooliganUnderground.com

ps: i should also ask is it possible to remove the 'grey bar' the text is in if i choose to have no text , but still want to show the '2 galleries' as in example?
If you want to center the text without the underscores, remove them and add this to your css:.homepage .boxTop {
text-align: center;
}
if you want to remove the whole area where you have the text in now, but want to leave the photos, add this:.homepage .boxTop {
display: none;
}

.loggedIn .homepage .boxTop {
display: block;
}It will show it when you are logged in (there are some options in that bar you may want to access) but not when you are logged out (like your viewers)

Hope this helps.

rich56k
Dec-29-2006, 04:13 AM
If you want to center the text without the underscores, remove them and add this to your css:.homepage .boxTop {
text-align: center;
}
if you want to remove the whole area where you have the text in now, but want to leave the photos, add this:.homepage .boxTop {
display: none;
}

.loggedIn .homepage .boxTop {
display: block;
}It will show it when you are logged in (there are some options in that bar you may want to access) but not when you are logged out (like your viewers)

Hope this helps.

Hi Ivar,

Yes, this helps :bow ...and works great :thumb

Thank you!!

rich56k

rich56k
Jan-01-2007, 02:22 AM
Hi Ivar,

Yes, this helps :bow ...and works great :thumb

Thank you!!

rich56k


Continuing in the same direction comes another question,
is it possible to leave blank space in middle area ?:scratch
EX: say in the att. image i just wanted to remove "Happy Holidays!"
portion, but leave space between the remaining text - is this doable??:dunno
( so the text remains 'over' each pic/caption)
thanks,
rich56k
http://rich56k.smugmug.com
http://HooliganUnderground.com

rich56k
Jan-01-2007, 11:59 AM
Continuing in the same direction comes another question,
is it possible to leave blank space in middle area ?:scratch
EX: say in the att. image i just wanted to remove "Happy Holidays!"
portion, but leave space between the remaining text - is this doable??:dunno
( so the text remains 'over' each pic/caption)
thanks,
rich56k
http://rich56k.smugmug.com
http://HooliganUnderground.com


bump

rich56k
Jan-03-2007, 02:26 AM
Continuing in the same direction comes another question,
is it possible to leave blank space in middle area ?:scratch
EX: say in the att. image i just wanted to remove "Happy Holidays!"
portion, but leave space between the remaining text - is this doable??:dunno
( so the text remains 'over' each pic/caption)
thanks,
rich56k
http://rich56k.smugmug.com
http://HooliganUnderground.com

bump - please see above for my final question in this series
Thanks, rich