Help newbie, Text and gallery link

lazboytt

Joined: 2010-03-20
Posts: 11
Posted: Sat, 2010-03-20 21:48

I hope someon can help. I have been spending days on this and dont know how to fix.

The font under my pictures is very large.
See link below
http://www.cuttintherugdj.com/gallery2/gallery2Embedded.php

Also I wanted to know if anyone knows how to remove the Gallery link in the uper left corner and also the word gallery below it.
and lastely across form the word gallery you have the date size and items which I would love to remove.

I know this is a big order but if anyone could help it would be greatly appreciated.

Thanks so much

Also if anyone wants to know how I added the gallery to my page i used this handy little tool at the below link

http://www.flashyourweb.com/staticpages/index.php?page=gallery2_embed-o-rator

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 6138
Posted: Sat, 2010-03-20 22:23
Quote:
The font under my pictures is very large.

/gallery2/themes/your theme/theme.css

Quote:
Also I wanted to know if anyone knows how to remove the Gallery link in the uper left corner and also the word gallery below it.

That is the title of the root album
edit album -> title

Quote:
and lastely across form the word gallery you have the date size and items which I would love to remove.

/gallery2/themes/your theme/templates/local/album.tpl <- copy the original here
look for the info block

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
lazboytt

Joined: 2010-03-20
Posts: 11
Posted: Sat, 2010-03-20 23:09
Quote:
"/gallery2/themes/your theme/theme.css"

The font size is this what you edit?

#gallery {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 62.5%;
color: #333;
background-color: #DCD4BB;

Quote:
"/gallery2/themes/your theme/templates/local/album.tpl <- copy the original here
look for the info block"

Is this weher you remove the date, size, items?

<td style="width: 30%">
{g->block type="core.ItemInfo"
item=$theme.item
showDate=false
showSize=false
showOwner=$theme.params.showAlbumOwner
class="giInfo"}
</td>

Quote:
"That is the title of the root album
edit album -> title"

Not sure where you mean to remove the guestbook image which is showing in the uper left

 
lazboytt

Joined: 2010-03-20
Posts: 11
Posted: Sun, 2010-03-21 00:01

I cleared the cash and now the dat and tme stap is gone.

I still hav the oter problem.

As you ca see th text under the pictures isvery large. I cant seem to find the correct place to alter.

Also I cant seem to fid he correc pace to remov the Galery picture link in te uper left corner ofthe body.

Any ideas?

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 6138
Posted: Sun, 2010-03-21 00:43
Quote:
As you ca see th text under the pictures isvery large. I cant seem to find the correct place to alter.

gallery2/themes/matrix/theme.css line 234:
.giTitle, #gallery h2, #gallery h3, #gallery h4 {
font-size: 1.3em;
font-weight: bold;
}

Quote:
Also I cant seem to fid he correc pace to remov the Galery picture link in te uper left corner ofthe body.

/gallery2/themes/your theme/templates/local/theme.tpl <- copy the original here
the logo is referenced a couple of times
and the badges at the bottom are in theme.tpl as well.

it is helpful to read through the templates, even if you don't understand all the languages involved you should be able to spot items of your interest.
and anytime you edit a template, clear the cache to see your changes.

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
lazboytt

Joined: 2010-03-20
Posts: 11
Posted: Sun, 2010-03-21 00:46

Ok I foun hw to remove the Gallery logo link on the upper left side.

See lik below for instructions

http://codex.gallery2.org/Gallery2:How_to_Add_Custom_Banner_or_Remove_Gallery_Logo

Now I need to remov the Gallary and site admin link on the same line see link below

http://www.cuttintherugdj.com/gallery2/gallery2Embedded.php

And I still need to try andfind where toedit the size of the test below the pictures.

Any ideas?

 
lazboytt

Joined: 2010-03-20
Posts: 11
Posted: Sun, 2010-03-21 00:53

Thak you for ourhelp. Im learning as I go.

This wrkedperfect t changth text

gallery2/themes/matrix/theme.css line 234:
.giTitle, #gallery h2, #gallery h3, #gallery h4 {
font-size: 1.3em;
font-weight: bold;
}

Do you know where the date size and views text is located uder te pictures?

Again tnk yo so much for your help

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 6138
Posted: Sun, 2010-03-21 01:01

/gallery2/themes/your theme/templates/local/photo.tpl <- copy the original here
look for the info block

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
lazboytt

Joined: 2010-03-20
Posts: 11
Posted: Sun, 2010-03-21 01:02

I found wher to remove the admin on the gallery page in

removed

removed from th theme.tpl just under the image log

 
lazboytt

Joined: 2010-03-20
Posts: 11
Posted: Sun, 2010-03-21 01:10

I jus found out dont remove

<div class="gbSystemLinks">
{g->block type="core.SystemLinks"
order="core.SiteAdmin core.YourAccount core.Login core.Logout"
othersAt=4}
</div>

you woud get back to admin

 
lazboytt

Joined: 2010-03-20
Posts: 11
Posted: Sun, 2010-03-21 01:24

is this the infobloc?

{g->block type="core.ItemInfo"
item=$theme.item
showDate=true
showOwner=$theme.params.showImageOwner
class="giInfo"}
{g->block type="core.PhotoSizes" class="giInfo"}

 
lazboytt

Joined: 2010-03-20
Posts: 11
Posted: Sun, 2010-03-21 02:07

I found out to remove the one Gallery on the same line of the admn link on the left
remove

<div class="gbBreadCrumb">
{g->block type="core.BreadCrumb"}
</div>

from theme.tpl

 
lazboytt

Joined: 2010-03-20
Posts: 11
Posted: Sun, 2010-03-21 02:22

I have one last thing to fix.

Anyone have any ideas

I would like to remove date and size from under the picture. See link
http://www.cuttintherugdj.com/gallery2/gallery2Embedded.php

I cant seem to find the correct items to remov.

Any ideas?

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Thu, 2010-03-25 19:25

You're already close to that. Change the stuff in bold below in album.tpl

lazboytt wrote:
is this the infobloc?

{g->block type="core.ItemInfo"
item=$theme.item
showDate=false
showOwner=$theme.params.showImageOwner
class="giInfo"}
{g->block type="core.PhotoSizes" class="giInfo"}

Delete that last line in bold.

Clear your cache:
FAQ: How can I clear cached data?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
lazboytt

Joined: 2010-03-20
Posts: 11
Posted: Thu, 2010-03-25 21:51

Thanks or the tip.

However it made me ind the following and all i had to do is change the true to alse

{g->block type="core.ItemInfo"
item=$child
showDate=false
showOwner=$showOwner
showSize=false
showViewCount=true
showSummaries=true
class="giInfo"}