Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

About gallery header
jeed
#1 Posted : Sunday, 11 July 2010 11:00:18 PM(UTC)
Rank: Newbie

Joined: 11/07/2010(UTC)
Posts: 2

Hi Roger,

How to get rid of gallery header such as part of Login , Creat Account , All albums » XXXXX's gallery .

That 's mean I want only

Album: XXXXX's gallery

Summary: Welcome to your personal gallery. You can easily add photos, video, and other files. When you are logged in, an Actions menu appears in the upper left to help you manage your gallery.

and show all albums
Roger Martin
#2 Posted : Monday, 12 July 2010 12:17:53 AM(UTC)
Roger Martin

Rank: Administration

Joined: 3/08/2007(UTC)
Posts: 3,167
Location: Fort Atkinson, WI

Use CSS to hide it. Open gs\styles\gallery.css and look for this line:

Code:
.gsp_ns .gsp_header {background-color:transparent;overflow:hidden;}


Change it to this:

Code:
.gsp_ns .gsp_header {display:none;}


Starting in version 2.4, there will be a new property named ShowHeader you can set on the user control in the .aspx page.
Roger Martin
Creator and Lead Developer of Gallery Server Pro
jeed
#3 Posted : Tuesday, 13 July 2010 1:59:13 AM(UTC)
Rank: Newbie

Joined: 11/07/2010(UTC)
Posts: 2

OK. It's success. Thank you very much.
Rss Feed  Atom Feed
Users browsing this topic
Guest
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.