PDA

View Full Version : how to remove the border...


shinjieva2007
Jul-31-2009, 07:19 PM
Hi all...

1) how do i remove the double line border of the flash slideshow of my home page
http://www.ah87studios.com/

2) How do I change the background to black? (i.e. dont want the grey background but html doesnt seem to work)
http://www.smugmug.com/gallery/6892068_5kJLm

3) Also I don't want the caption to appear when I mouse over my logo. How do I go about doing this?

either reply here or send me an email as i rarely check this forum
ah87studios@gmail.com

thanks in advance guys =)

jfriend
Jul-31-2009, 07:49 PM
Add this CSS to remove the double border around your slideshow:

.homepage #bioBox {border:none;}


In this gallery: http://www.smugmug.com/gallery/6892068_5kJLm, you have to first stop linking to it with the www.smugmug.com form of the link. Use the one with your domain in it so your customization can carry through: http://www.ah87studios.com/gallery/6892068_5kJLm. If it's doing that on it's own, the make sure that Hide Owner is OFF and that Appearance is set to Custom.

Then, add this CSS:

.gallery_6892068 .journal_caption_container {background-color:#000000;}

I'm unsure what you mean by the caption appearing when you mouse over the logo.

In the future, you can configure your posting to automatically email you whenever there is a post in a thread you've subscribed to if you don't check dgrin regularly. Right under the box where you type your posting is a notification type where you can pick "email". I will email you this one time.

shinjieva2007
Jul-31-2009, 08:06 PM
Add this CSS to remove the double border around your slideshow:

.homepage #bioBox {border:none;}


In this gallery: http://www.smugmug.com/gallery/6892068_5kJLm, you have to first stop linking to it with the www.smugmug.com (http://www.smugmug.com) form of the link. Use the one with your domain in it so your customization can carry through: http://www.ah87studios.com/gallery/6892068_5kJLm. If it's doing that on it's own, the make sure that Hide Owner is OFF and that Appearance is set to Custom.

Then, add this CSS:

.gallery_6892068 .journal_caption_container {background-color:#000000;}

I'm unsure what you mean by the caption appearing when you mouse over the logo.

In the future, you can configure your posting to automatically email you whenever there is a post in a thread you've subscribed to if you don't check dgrin regularly. Right under the box where you type your posting is a notification type where you can pick "email". I will email you this one time.
omg you guys are awesome. works like a charm
regarding the caption thing...what I mean was.. when I mouse over the picture of me holding the camera, i dont want the box with all the words to appear like so
http://i27.tinypic.com/x3ihd.jpg

jfriend
Jul-31-2009, 08:20 PM
omg you guys are awesome. works like a charm
regarding the caption thing...what I mean was.. when I mouse over the picture of me holding the camera, i dont want the box with all the words to appear like so
Ahhh, only happens in IE, not in Firefox. Add this code to your bottom javascript:

YE.onContentReady("image_440917926", function () {this.alt = ""; this.title = "";});

shinjieva2007
Jul-31-2009, 08:35 PM
Ahhh, only happens in IE, not in Firefox. Add this code to your bottom javascript:

YE.onContentReady("image_440917926", function () {this.alt = ""; this.title = "";});

thanks again =)

it just occured to me that on the top left hand side as well as the bottom centre of the "About" page... i have "Gallery Pages: 1" sticking out like a sore thumb.

would like the css or whatever to remove it, please and ty=)

jfriend
Jul-31-2009, 08:53 PM
thanks again =)

it just occured to me that on the top left hand side as well as the bottom centre of the "About" page... i have "Gallery Pages: 1" sticking out like a sore thumb.

would like the css or whatever to remove it, please and ty=)

.gallery_6892068 .pageNav {display:none;}

shinjieva2007
Aug-05-2009, 10:26 AM
.gallery_6892068 .pageNav {display:none;}
thanks =)

next two questions:
1) on the slideshow on my homepage, how do i make it so the background is black (or some other color)?

www.ah87studios.com (http://www.ah87studios.com)

2) also, how do i make those slideshow pictures perfectly centered in the box?

TIA

jfriend
Aug-05-2009, 10:28 AM
thanks =)

next two questions:
1) on the slideshow on my homepage, how do i make it so the background is black (or some other color)?

www.ah87studios.com (http://www.ah87studios.com)

2) also, how do i make those slideshow pictures perfectly centered in the box?

TIA I guess I don't understand. Your slideshow has a black background and appears centered when I look at it.

shinjieva2007
Aug-05-2009, 10:41 AM
I guess I don't understand. Your slideshow has a black background and appears centered when I look at it.

i guess its not viewable on different monitors
at least on mine, i have a pure black background for my home page and the area in which the slideshow pictures are housed is a very dark shade of grey (i think)

re: centering - if you can see the dark grey box, you will know what I mean ;)

jfriend
Aug-05-2009, 10:55 AM
i guess its not viewable on different monitors
at least on mine, i have a pure black background for my home page and the area in which the slideshow pictures are housed is a very dark shade of grey (i think)

re: centering - if you can see the dark grey box, you will know what I mean ;)

OK, I still couldn't see it, but I could find it in the CSS and make it temporarily more visible so I could work on it. It's coming from your theme.

First, you can remove the slight gray with this CSS:

#homepage .box {background: none !important;}

Then, you can fix the centering with this:

#homepage {width: 800px;}

shinjieva2007
Aug-05-2009, 12:22 PM
OK, I still couldn't see it, but I could find it in the CSS and make it temporarily more visible so I could work on it. It's coming from your theme.

First, you can remove the slight gray with this CSS:

#homepage .box {background: none !important;}

Then, you can fix the centering with this:

#homepage {width: 800px;}

thanks again... yeah... i was just viewing it on my 3 year old Dell laptop screen and the grey box is barely visible (compared to when viewing on my 22-incher)... but now with the css code, i dont have to worry about it.

the centering looks like is fixed though i can't tell anymore because of the box fix. :)

shinjieva2007
Aug-21-2009, 11:19 AM
I would like to have the slideshow option activated for each of my galleries (not just when I'm logged in, but when other people are viewing my website as well).
i.e. I just want this button to show up
http://img341.imageshack.us/img341/9218/slideshows.jpg
How do I go about doing this?

thanks

jfriend
Aug-21-2009, 11:24 AM
I would like to have the slideshow option activated for each of my galleries (not just when I'm logged in, but when other people are viewing my website as well).
i.e. I just want this button to show up
http://img341.imageshack.us/img341/9218/slideshows.jpg
How do I go about doing this?

thanks You have hidden it with your CSS. Change this CSS:

.notLoggedIn #breadcrumb {display: none;}

to this:

.notLoggedIn #breadCrumbTrail {display: none;}

If you don't want the public to see the Share button but you want to see it when logged in, you can add this CSS:

.notLoggedIn #shareButton {display:none;}

shinjieva2007
Aug-21-2009, 11:38 AM
many thanks again
i know its not much, but i gave you special mention on my "About" page for all your help thus far.

check it out =)

http://ah87studios.smugmug.com/gallery/6892068_5kJLm

jfriend
Aug-21-2009, 12:02 PM
many thanks again
i know its not much, but i gave you special mention on my "About" page for all your help thus far.

check it out =)

http://ah87studios.smugmug.com/gallery/6892068_5kJLm Thanks.

shinjieva2007
Nov-21-2009, 10:19 PM
how do i go about removing that big green "Feature" header as well as the "Put in Spot"? i would still like to see it when i'm logged in, but i don't want my visitors to see it. thanks.

http://img97.imageshack.us/img97/5170/captureaw.jpg

shinjieva2007
Nov-30-2009, 09:29 PM
^bump

jfriend
Nov-30-2009, 09:58 PM
how do i go about removing that big green "Feature" header as well as the "Put in Spot"? i would still like to see it when i'm logged in, but i don't want my visitors to see it. thanks.

http://img97.imageshack.us/img97/5170/captureaw.jpg

You need a different way to link to your featured galleries. The link you have in your navbar is meant to be an administrative link, not a public link.

You can make a new copy of your homepage that will show only your featured galleries (and not the stuff in green) if you want. Let me know if you want to know how to do that.