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. 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. 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 |
|

Posts: 6138
/gallery2/themes/your theme/theme.css
That is the title of the root album
edit album -> title
/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
Posts: 11
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;
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>
Not sure where you mean to remove the guestbook image which is showing in the uper left
Posts: 11
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?
Posts: 6138
gallery2/themes/matrix/theme.css line 234:
.giTitle, #gallery h2, #gallery h3, #gallery h4 {
font-size: 1.3em;
font-weight: bold;
}
/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
Posts: 11
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?
Posts: 11
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
Posts: 6138
/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
Posts: 11
I found wher to remove the admin on the gallery page in
removed
removed from th theme.tpl just under the image log
Posts: 11
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
Posts: 11
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"}
Posts: 11
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
Posts: 11
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?
Posts: 16503
You're already close to that. Change the stuff in bold below in album.tpl
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
Posts: 11
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"}