PDA

View Full Version : Strange thing, Help.


pmadsphoto
Jan-29-2010, 07:31 AM
Hey guys,
Today when I checked my website I saw :
"Let's hope it gets good ones soon!" it is in "Packages" and "Contact"
I don't know who and how put the text there and I don't know how to remove it.
I will appreciate any help.
Thanks

my website is :
www.pmadsphoto.com

J Allen
Jan-29-2010, 07:36 AM
Hey guys,
Today when I checked my website I saw :
"Let's hope it gets good ones soon!" it is in "Packages" and "Contact"
I don't know who and how put the text there and I don't know how to remove it.
I will appreciate any help.
Thanks



I believe it's something new..but this will remove it:



.emptyGallery
{display:none;}

pmadsphoto
Jan-29-2010, 07:47 AM
J Allen,
thank you. It's working.
What was that. Some kind of virus script or ?

J Allen
Jan-29-2010, 07:51 AM
J Allen,
thank you. It's working.
What was that. Some kind of virus script or ?

No virus....I think it was an updated "this gallery is empty" message...its actually pretty neat how they made it...probably should of gave it the same class ID as the other message though, that way you would have never saw it or had to make any changes.

pmadsphoto
Jan-29-2010, 08:16 AM
OK,
thanks again for your help.:thumb

Andy
Jan-29-2010, 08:38 AM
Guys, it's not a virus or a hack :)

use this css, to hide the nophotos div on your html galleries:

SITEWIDE (easiest!)

.notLoggedIn .nophotos {display: none;}

YOU will see it logged in (convenient) but visitors WILL NOT see it.