Transparency & Message

Hey friends!

Can someone direct me to the are I would need in order to hide the "Welcome to the community!" and transparent section?

My signature can beat up your signature!
Quote · 23 Aug 2010

/templates/base/css/index.css:

 

Find:

 

#indexPhotoLabel {
height:82px;
line-height:82px;
position:absolute;
bottom:0px;
width:100%;
z-index:1;
background:transparent url(../images/opSplash.png) repeat-x scroll left top;
}

 

Change to:

 

#indexPhotoLabel {
height:82px;
line-height:82px;
position:absolute;
bottom:0px;
width:100%;
z-index:1;
background:transparent url(../images/opSplash.png) repeat-x scroll left top;
display:none;
}

 

Once you've made the needed changes, clear Dolphin's cache. Have fun.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 23 Aug 2010

RE:

Hey friends!

Can someone direct me to the are I would need in order to hide the "Welcome to the community!" and transparent section?

What does snatfu mean?

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 23 Aug 2010

 

RE:

Hey friends!

Can someone direct me to the are I would need in order to hide the "Welcome to the community!" and transparent section?

What does snatfu mean?

There's no reference to it beyond his site and self-published pages. I would assume it's a variation of the word "snafu."

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 23 Aug 2010

 

RE:

There's no reference to it beyond his site and self-published pages. I would assume it's a variation of the word "snafu."

No... that can't be it.  It is an extreme faux pas to alter a timeless acronym.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 24 Aug 2010

Thanks! I will try this as soon as I get back in tonight. Errands suck.

 

Snatfu was created off of the military term of "snafu"

Snafu means - situation normal, all fouled up (or f***ed up)

While I was drunk one night, I went through the alphabet and added different letters trying to male a new website name.

I came to the T and came up with: Situation Normally At Times F***ed Up

To add on to this, I took the "at" sound in Snatfu and replaced the A with an @ just to be creative.

And it began...

My signature can beat up your signature!
Quote · 24 Aug 2010

Your reply reminds me of the old Soupy Sales punchline, after having written a giant "F" on the blackboard several times:

White Fang, how come every time I write "F" you see "K"?

Bring back '60's kids programming!  THAT'S reality tv.

Someday, Someway.
Quote · 24 Aug 2010

LMAO

My signature can beat up your signature!
Quote · 24 Aug 2010

 

/templates/base/css/index.css:

 

Find:

 

#indexPhotoLabel {
height:82px;
line-height:82px;
position:absolute;
bottom:0px;
width:100%;
z-index:1;
background:transparent url(../images/opSplash.png) repeat-x scroll left top;
}

 

Change to:

 

#indexPhotoLabel {
height:82px;
line-height:82px;
position:absolute;
bottom:0px;
width:100%;
z-index:1;
background:transparent url(../images/opSplash.png) repeat-x scroll left top;
display:none;
}

 

Once you've made the needed changes, clear Dolphin's cache. Have fun.

Hey there! I just wanted to let you know that instead of using " display:none; " I had to use " display:hidden; " in order to get it to work.

I figured since I get  so mucj help here, I would post that so anyone wanting to do the same would know!

My signature can beat up your signature!
Quote · 25 Aug 2010

display:none; has always worked for me whenever I do this.

 

Shrugs.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 25 Aug 2010

Hmm, this is weird...

I changed it to display:none; and  the section went away. Once I refreshed, it was back but the codes are still there. Any idea why?

Ive cleared cookies, cache and done all I know to do.

My signature can beat up your signature!
Quote · 26 Aug 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.