forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: nowordneeded on September 22, 2010, 04:10:20 am

Title: Getting Rid of the Standard Title and Description in the Header
Post by: nowordneeded on September 22, 2010, 04:10:20 am
I'm running the cpg 1.5.x Curve theme in my current gallery set up here: http://photos.tamara-braun.com and I'd like to put my header image in there, however, the title remains as does the description. Can I just get rid of that in the Config section under General, or is there a bit of code like in Wordpress that will do that?

NWN
Title: Re: Getting Rid of the Standard Title and Description in the Header
Post by: Jeff Bailey on September 22, 2010, 04:35:27 am
Yes, just leave the fields blank in the General Section.
Title: Re: Getting Rid of the Standard Title and Description in the Header
Post by: Jeff Bailey on September 22, 2010, 04:43:01 am
Forgot to mention:

You could also edit it out of your theme.
In your template.html remove:
Code: [Select]
<h1>{GAL_NAME}</h1>
<h3>{GAL_DESCRIPTION}</h3>
Title: Re: Getting Rid of the Standard Title and Description in the Header
Post by: nowordneeded on September 22, 2010, 05:34:27 am
Jeff:

Thanks for the response. That worked.

This thread is now resolved.

NWN
Title: Re: Getting Rid of the Standard Title and Description in the Header
Post by: Jeff Bailey on September 22, 2010, 05:40:29 am
http://forum.coppermine-gallery.net/index.php/topic,55415.msg270631.html#msg270631